:root {
  color-scheme: light;
  --paper: #f7f3ff;
  --paper-strong: #ffffff;
  --ink: #241631;
  --muted: #6d6079;
  --line: #dfd5eb;
  --purple: #7139ba;
  --purple-dark: #4d2189;
  --purple-soft: #e9dcff;
  --lilac: #c9aaff;
  --pink: #f2a9d5;
  --blue: #a8d7f6;
  --gold: #f4d476;
  --shadow: 0 24px 60px rgb(78 35 123 / 12%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  font-weight: 400;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --paper: #17101f;
    --paper-strong: #21152c;
    --ink: #f8f2ff;
    --muted: #c9b9d7;
    --line: #473352;
    --purple: #c59bff;
    --purple-dark: #dfc8ff;
    --purple-soft: #382151;
    --lilac: #9b6ce2;
    --pink: #ec95cb;
    --blue: #8fc4e9;
    --gold: #efd173;
    --shadow: 0 24px 60px rgb(0 0 0 / 28%);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 0%, rgb(201 170 255 / 24%), transparent 25rem),
    var(--paper);
  color: var(--ink);
}

a { color: var(--purple-dark); }
a:hover { color: var(--purple); }
a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
  border-radius: .35rem;
}

.shell {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 10;
  padding: .65rem 1rem;
  border-radius: .5rem;
  background: var(--ink);
  color: var(--paper);
}
.skip-link:focus { top: 1rem; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -.025em;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 48% 52% 43% 57%;
  background: conic-gradient(from 205deg, var(--purple), var(--pink), var(--gold), var(--purple));
  box-shadow: 0 7px 16px rgb(92 42 150 / 20%);
  transform: rotate(-12deg);
}
.brand-mark span {
  width: .6rem;
  height: .6rem;
  border: 2px solid #fff;
  border-radius: 50%;
}
nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
nav a { color: var(--muted); text-decoration: none; font-size: .95rem; }
nav a:hover { color: var(--ink); }

.studio-hero {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: clamp(2rem, 8vw, 7rem);
  min-height: 40rem;
  padding: 4.2rem 0 5.5rem;
}
.eyebrow {
  margin: 0 0 .8rem;
  color: var(--purple);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 9ch; margin: 0 0 1.35rem; font-size: clamp(3.4rem, 8vw, 6.7rem); }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { margin: 0 0 .8rem; font-size: clamp(2rem, 4vw, 3rem); }
p { max-width: 65ch; }
.hero-lede { max-width: 34rem; margin: 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem; margin-top: 2.2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-height: 3rem;
  padding: .75rem 1.25rem;
  border: 1px solid var(--purple);
  border-radius: 999px;
  background: var(--purple);
  color: #fff;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 10px 20px rgb(91 39 153 / 18%);
}
.button:hover { background: var(--purple-dark); color: #fff; transform: translateY(-1px); }
.button-light { border-color: var(--paper-strong); background: var(--paper-strong); color: var(--purple-dark); box-shadow: none; }
.button-light:hover { background: var(--purple-soft); color: var(--purple-dark); }
.text-link, .arrow-link { font-weight: 750; text-decoration: none; }
.text-link span, .arrow-link span { display: inline-block; margin-left: .25rem; transition: transform .2s ease; }
.text-link:hover span, .arrow-link:hover span { transform: translate(3px, -3px); }

.color-garden {
  position: relative;
  min-height: 27rem;
  overflow: hidden;
  border-radius: 47% 53% 58% 42%;
  background:
    radial-gradient(circle at 40% 35%, rgb(255 255 255 / 80%), transparent 26%),
    linear-gradient(145deg, #dac2ff, #9c63df 62%, #542391);
  box-shadow: var(--shadow);
  transform: rotate(4deg);
}
.color-garden::after {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgb(255 255 255 / 50%);
  border-radius: inherit;
  content: "";
}
.garden-glow, .garden-ring, .garden-swatch, .garden-spark { position: absolute; z-index: 1; }
.garden-glow { border-radius: 50%; filter: blur(4px); opacity: .8; }
.garden-glow-one { width: 12rem; height: 12rem; top: 8%; right: 7%; background: rgb(242 169 213 / 76%); }
.garden-glow-two { width: 14rem; height: 14rem; bottom: -5%; left: 6%; background: rgb(168 215 246 / 58%); }
.garden-ring { border: 1px solid rgb(255 255 255 / 56%); border-radius: 50%; }
.garden-ring-one { width: 15rem; height: 15rem; top: 18%; left: 19%; }
.garden-ring-two { width: 9rem; height: 9rem; right: 18%; bottom: 18%; }
.garden-swatch { border: 4px solid rgb(255 255 255 / 65%); border-radius: 48% 52% 43% 57%; box-shadow: 0 13px 25px rgb(41 12 73 / 24%); }
.garden-swatch-one { width: 7.5rem; height: 7.5rem; top: 18%; left: 12%; background: #f2a9d5; transform: rotate(-18deg); }
.garden-swatch-two { width: 9.5rem; height: 9.5rem; right: 12%; top: 29%; background: #f4d476; transform: rotate(18deg); }
.garden-swatch-three { width: 6.5rem; height: 6.5rem; bottom: 12%; left: 28%; background: #a8d7f6; transform: rotate(28deg); }
.garden-swatch-four { width: 5rem; height: 5rem; right: 28%; bottom: 10%; background: #7139ba; transform: rotate(-25deg); }
.garden-spark { color: #fff; font-size: 2rem; font-weight: 300; }
.garden-spark-one { top: 11%; right: 34%; }
.garden-spark-two { bottom: 25%; right: 14%; font-size: 3rem; }

.section { padding: 5.5rem 0; }
.section-tight { padding-top: 1rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-heading > p { margin: 0; color: var(--muted); }
.product-card {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.5rem, 5vw, 3.4rem);
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: var(--paper-strong);
  box-shadow: var(--shadow);
}
.product-label { margin: 0 0 .9rem; color: var(--purple); font-size: .9rem; font-weight: 750; }
.product-description { max-width: 35rem; color: var(--muted); font-size: 1.08rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0 2rem; }
.tag-list span { padding: .4rem .7rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .86rem; }
.product-art { position: relative; min-height: 19rem; overflow: hidden; border-radius: 1.5rem; background: linear-gradient(145deg, #f2eaff, #d5baff); }
.product-art-orbit { position: absolute; inset: 12%; border: 1px solid rgb(113 57 186 / 35%); border-radius: 50%; transform: rotate(25deg) scaleX(.8); }
.product-art-orbit::after { position: absolute; inset: 17%; border: 1px solid rgb(113 57 186 / 25%); border-radius: 50%; content: ""; }
.product-art-dot { position: absolute; width: 4rem; aspect-ratio: 1; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 8px 18px rgb(77 33 137 / 22%); }
.product-art-dot-one { top: 16%; left: 19%; background: #7139ba; }
.product-art-dot-two { top: 28%; right: 14%; background: #f2a9d5; }
.product-art-dot-three { right: 27%; bottom: 15%; background: #f4d476; }
.product-art-dot-four { bottom: 21%; left: 16%; background: #a8d7f6; }

.about-panel {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 3rem;
  padding: clamp(1.5rem, 5vw, 3.5rem) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.about-copy { color: var(--muted); font-size: 1.08rem; }
.about-copy p { margin-top: 0; }
.about-copy p + p { margin-top: 1rem; }

.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 5.5rem;
  padding: 2rem clamp(1.5rem, 5vw, 3rem);
  border-radius: 1.6rem;
  background: var(--purple-dark);
  color: #fff;
}
.contact-strip .eyebrow { color: var(--lilac); }
.contact-strip h2 { font-size: clamp(1.5rem, 3vw, 2.3rem); }

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0 2.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .9rem;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--ink); }

.prose { max-width: 800px; margin: 3rem auto 5.5rem; padding: clamp(1.5rem, 5vw, 3.5rem); border: 1px solid var(--line); border-radius: 2rem; background: var(--paper-strong); box-shadow: var(--shadow); }
.prose h1 { max-width: none; margin: 0 0 1rem; font-size: clamp(2.7rem, 6vw, 5rem); }
.prose h2 { margin-top: 2.7rem; font-size: 1.65rem; }
.prose .lede { color: var(--muted); font-size: 1.15rem; }
.prose li { margin: .45rem 0; }
.meta { color: var(--muted); font-size: .95rem; }
.faq { padding: 1.15rem 0; border-top: 1px solid var(--line); }
.faq:first-of-type { border-top: 0; }
.faq h2 { margin: 0; font-size: 1.25rem; }
.callout { padding: 1.35rem; border: 1px solid var(--line); border-radius: 1.3rem; background: var(--purple-soft); }
.callout h2 { margin-top: 0; }

@media (max-width: 760px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .studio-hero { grid-template-columns: 1fr; min-height: 0; padding: 3.5rem 0 4.5rem; }
  .color-garden { min-height: 20rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .product-card, .about-panel { grid-template-columns: 1fr; }
  .product-art { min-height: 15rem; }
  .contact-strip { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .shell { width: min(100% - 1.5rem, 1120px); }
  h1 { font-size: clamp(3rem, 17vw, 4.5rem); }
  .section { padding: 4rem 0; }
  .contact-strip { margin-bottom: 4rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .text-link span, .arrow-link span, .button { transition: none; }
}
