:root {
  --ink: #251857;
  --violet: #4b318f;
  --violet-dark: #342071;
  --lavender: #ad94dc;
  --mist: #f1edf8;
  --paper: #fbfaf7;
  --cream: #f5f0e7;
  --gold: #e8c56b;
  --line: rgba(52, 32, 113, .17);
  --shadow: 0 30px 80px rgba(49, 28, 101, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E"); }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; padding: .8rem 1rem; background: white; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { height: 92px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 10; color: white; }
.wordmark { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.wordmark-icon { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.wordmark-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.wordmark strong { display: block; font-family: "Italiana", serif; font-size: 1.2rem; letter-spacing: .14em; font-weight: 400; }
.wordmark small { display: block; margin-top: .15rem; font-size: .52rem; text-transform: uppercase; letter-spacing: .2em; opacity: .75; }
nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.8rem); font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
nav a { text-decoration: none; position: relative; }
nav > a:not(.nav-call)::after { content: ""; position: absolute; height: 1px; inset: auto 0 -.4rem; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-call { border: 1px solid rgba(255,255,255,.55); border-radius: 999px; padding: .8rem 1.15rem; transition: .25s; }
.nav-call:hover { color: var(--violet-dark); background: white; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; color: white; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { min-height: 900px; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); padding: 160px clamp(1.25rem, 7vw, 8rem) 100px; color: white; background: radial-gradient(circle at 12% 95%, #765ab6 0 8%, transparent 30%), radial-gradient(circle at 90% 8%, #7453b4 0 5%, transparent 30%), linear-gradient(145deg, #241450, #3d247b 52%, #6245a4); }
.hero::after { content: ""; position: absolute; inset: auto -8% -210px; height: 330px; background: var(--paper); border-radius: 50% 50% 0 0 / 35% 35% 0 0; }
.hero-copy { max-width: 680px; align-self: center; z-index: 2; padding-bottom: 4rem; }
.eyebrow { margin: 0 0 1rem; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .24em; }
.hero .eyebrow { color: #d9c9f1; }
h1, h2, blockquote { font-family: "Italiana", serif; font-weight: 400; }
h1 { margin: 0; font-size: clamp(4.7rem, 8.4vw, 9.2rem); line-height: .78; letter-spacing: -.055em; }
h1 em, h2 em, blockquote em { font-family: "Mr Dafoe", cursive; font-weight: 400; color: #c5abea; }
h1 em { display: inline-block; margin: .18em 0 0 .14em; font-size: .77em; letter-spacing: -.02em; transform: rotate(-4deg); }
.hero-lede { max-width: 570px; margin: 2.8rem 0 0; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.75; color: rgba(255,255,255,.8); }
.hero-actions { display: flex; gap: 1rem; margin-top: 2rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: .9rem 1.35rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--violet-dark); background: white; box-shadow: 0 14px 34px rgba(13,7,40,.23); }
.button-quiet { border-color: rgba(255,255,255,.4); color: white; }
.button-light { color: var(--violet-dark); background: white; }
.hero-note { margin-top: 3rem; padding-left: 1.2rem; border-left: 1px solid rgba(255,255,255,.35); }
.hero-note span { display: block; margin-bottom: .3rem; color: var(--gold); font-family: "Mr Dafoe", cursive; font-size: 1.4rem; }
.hero-note strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.hero-art { position: relative; align-self: center; z-index: 2; justify-self: end; width: min(490px, 86%); transform: rotate(3deg); }
.art-frame { height: 650px; overflow: hidden; background: white; border: 10px solid rgba(255,255,255,.84); border-radius: 240px 240px 32px 32px; box-shadow: 0 45px 110px rgba(13,7,40,.48); }
.art-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.art-stamp { position: absolute; right: -60px; bottom: 80px; width: 145px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--violet-dark); background: var(--gold); border: 5px solid #f6e1a8; border-radius: 50%; box-shadow: 0 20px 40px rgba(13,7,40,.3); transform: rotate(-9deg); }
.art-stamp::before { content: ""; position: absolute; inset: 7px; border: 1px dashed var(--violet-dark); border-radius: inherit; }
.art-stamp span, .art-stamp small { font-size: .55rem; text-transform: uppercase; letter-spacing: .12em; }
.art-stamp strong { font-family: "Italiana", serif; font-size: 2.1rem; line-height: 1.1; }
.lavender { position: absolute; width: 130px; left: -85px; bottom: -45px; fill: #9a7dce; stroke: #8a70bb; stroke-width: 2; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; right: -170px; top: -150px; }
.orbit-two { width: 900px; height: 900px; left: -620px; bottom: -570px; }
.trust-strip { position: absolute; z-index: 3; left: 50%; bottom: 54px; transform: translateX(-50%); display: flex; align-items: center; gap: clamp(1rem, 3vw, 3.5rem); white-space: nowrap; color: var(--ink); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.trust-strip i { width: 5px; height: 5px; background: var(--lavender); border-radius: 50%; }

.section { padding: clamp(5.5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.section-intro { max-width: 720px; }
.section h2, .faq h2 { margin: 0; font-size: clamp(3.1rem, 6vw, 6.5rem); line-height: .9; letter-spacing: -.04em; }
.section h2 em, .faq h2 em { color: var(--violet); }
.section-intro > p:last-child { max-width: 610px; margin: 2rem 0 0; color: #6e6584; line-height: 1.8; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 5.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.step { position: relative; min-height: 340px; padding: 3.2rem clamp(1rem, 2vw, 2rem) 2rem; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step-number { position: absolute; top: -.8rem; left: 1.3rem; padding: 0 .5rem; color: var(--violet); background: var(--paper); font-family: "Italiana", serif; font-size: 1.25rem; }
.step-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 2.2rem; border-radius: 50%; background: var(--mist); }
.step-icon svg { width: 44px; fill: none; stroke: var(--violet); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { font-family: "Italiana", serif; font-size: 1.65rem; font-weight: 400; }
.step p { color: #786e8c; font-size: .88rem; line-height: 1.7; }

.pricing { color: white; background: var(--violet-dark); overflow: hidden; }
.pricing .eyebrow { color: #cbb9e6; }
.pricing-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 4.5rem; }
.pricing-heading .eyebrow { align-self: start; margin-top: .6rem; }
.pricing-heading h2 { text-align: right; }
.pricing-heading h2 em { color: #c5abea; }
.price-layout { display: grid; grid-template-columns: .92fr 1.08fr .8fr; align-items: stretch; gap: 1rem; }
.price-card { min-height: 540px; padding: clamp(2rem, 4vw, 3.6rem); border: 1px solid rgba(255,255,255,.18); }
.price-card.standard { color: var(--ink); background: var(--cream); }
.price-card.membership { position: relative; color: white; background: linear-gradient(145deg, #6d4aae, #442782); box-shadow: 0 30px 80px rgba(12, 5, 35, .35); transform: translateY(-1.5rem); }
.price-label { margin-bottom: 2.3rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .2em; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.35rem 0; border-top: 1px solid currentColor; }
.price-row > span { font-size: .86rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.price-row strong { font-family: "Italiana", serif; font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 400; line-height: 1; white-space: nowrap; }
.price-row sup { font-size: .5em; }
.price-row small { font: 500 .65rem "DM Sans", sans-serif; letter-spacing: .04em; }
.price-card > p { margin: 2.5rem 0; color: inherit; opacity: .68; font-size: .9rem; line-height: 1.7; }
.text-link { display: inline-flex; gap: .8rem; text-decoration: none; padding-bottom: .4rem; border-bottom: 1px solid currentColor; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.membership-badge { display: inline-block; margin: -1.8rem 0 1.5rem; padding: .55rem .8rem; color: var(--violet-dark); background: var(--gold); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; transform: rotate(-2deg); }
.shoe-card { position: relative; overflow: hidden; padding: clamp(2rem, 3vw, 3rem); color: var(--ink); background: #d9ceeb; }
.shoe-card h3 { margin: 1rem 0; font-family: "Italiana", serif; font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 400; line-height: 1; }
.shoe-card > p:last-child { color: #64577d; font-size: .9rem; line-height: 1.7; }
.shoe-sketch { margin: -1.5rem -1.5rem 3rem; transform: rotate(-7deg); }
.shoe-sketch svg { fill: none; stroke: var(--violet); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

.service-note { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 9vw, 10rem); background: var(--cream); }
.note-art { min-height: 500px; position: relative; display: grid; place-items: center; }
.note-art::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 52% 48% 36% 64% / 53% 34% 66% 47%; background: #dfd4ef; animation: morph 10s ease-in-out infinite alternate; }
.washer { width: 280px; height: 330px; position: relative; z-index: 2; padding: 24px; background: #f9f7f3; border: 2px solid var(--violet); border-radius: 12px; box-shadow: 18px 20px 0 rgba(75,49,143,.12); transform: rotate(-3deg); }
.washer-top { height: 48px; display: flex; gap: 10px; align-items: center; border-bottom: 2px solid var(--violet); }
.washer-top i { width: 12px; height: 12px; border: 2px solid var(--violet); border-radius: 50%; }
.washer-top i:first-child { width: 68px; border-radius: 2px; }
.washer-window { width: 185px; aspect-ratio: 1; margin: 32px auto; display: grid; place-items: center; border: 10px solid var(--violet); border-radius: 50%; overflow: hidden; background: #d9ceeb; }
.washer-window span { width: 210px; height: 90px; margin-top: 100px; border-radius: 50%; background: #8064b8; animation: wash 4s ease-in-out infinite alternate; }
.bubble { position: absolute; z-index: 3; border: 2px solid #9b80ca; border-radius: 50%; box-shadow: inset 8px 6px 12px rgba(255,255,255,.8); }
.bubble-a { width: 72px; height: 72px; top: 1%; right: 12%; }
.bubble-b { width: 35px; height: 35px; top: 18%; left: 8%; }
.bubble-c { width: 22px; height: 22px; bottom: 15%; right: 8%; }
.note-copy blockquote { margin: 1rem 0 2.5rem; font-size: clamp(3rem, 5vw, 5.9rem); line-height: .93; }
.note-copy blockquote em { color: var(--violet); }
.note-copy > p:not(.eyebrow) { max-width: 540px; color: #6d6381; line-height: 1.8; }
.note-copy .button { margin-top: 1.2rem; color: white; background: var(--violet); }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(4rem, 10vw, 11rem); }
.faq-title { position: sticky; top: 3rem; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; cursor: pointer; list-style: none; font-family: "Italiana", serif; font-size: clamp(1.3rem, 2vw, 2rem); }
summary::-webkit-details-marker { display: none; }
summary span { width: 28px; height: 28px; position: relative; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; }
summary span::before, summary span::after { content: ""; position: absolute; left: 7px; right: 7px; top: 13px; height: 1px; background: var(--violet); transition: transform .2s; }
summary span::after { transform: rotate(90deg); }
details[open] summary span::after { transform: rotate(0); }
details p { margin: -1rem 4rem 2rem 0; color: #756b88; line-height: 1.8; }

.final-cta { min-height: 560px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 3rem; padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 8rem); color: white; background: radial-gradient(circle at 85% 10%, #795db6, transparent 28%), var(--violet-dark); }
.final-cta h2 { margin: 0; font: 400 clamp(3.8rem, 7vw, 7.8rem)/.86 "Italiana", serif; letter-spacing: -.05em; }
.final-cta h2 em { color: #c5abea; font-family: "Mr Dafoe", cursive; }
.final-contact { display: flex; flex-direction: column; align-items: flex-start; }
.final-contact > span { color: #cbb9e6; font-size: .7rem; text-transform: uppercase; letter-spacing: .2em; }
.final-contact > a:not(.button) { margin: .9rem 0 2rem; text-decoration: none; font-family: "Italiana", serif; font-size: clamp(2rem, 3.5vw, 3.5rem); }

footer { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; padding: 4rem clamp(1.25rem, 7vw, 8rem); color: var(--ink); background: var(--paper); }
.wordmark-footer { color: var(--ink); }
footer > p { justify-self: end; color: #776e88; }
.footer-links { display: flex; gap: 1.6rem; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a { text-decoration: none; }
footer > small { justify-self: end; color: #8a8296; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes morph { to { border-radius: 35% 65% 58% 42% / 44% 65% 35% 56%; transform: rotate(8deg); } }
@keyframes wash { to { transform: translateY(-15px) rotate(8deg); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1.08fr .92fr; padding-left: 3rem; padding-right: 3rem; }
  .art-frame { height: 560px; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .step { border-bottom: 1px solid var(--line); }
  .price-layout { grid-template-columns: 1fr 1fr; }
  .shoe-card { grid-column: 1 / -1; min-height: 340px; padding-left: 45%; }
  .shoe-sketch { position: absolute; width: 40%; left: 2rem; top: 5rem; }
}

@media (max-width: 760px) {
  body { padding-bottom: 68px; }
  .site-header { height: 76px; padding: 0 1.25rem; }
  .wordmark strong { font-size: 1rem; }
  .wordmark small { font-size: .45rem; }
  .menu-button { display: block; }
  nav { position: absolute; inset: 76px 1rem auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem; color: var(--ink); background: white; border-radius: 8px; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: 1rem; }
  .nav-call { margin-top: .5rem; color: white; background: var(--violet); text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 4rem; padding: 130px 1.25rem 150px; }
  h1 { font-size: clamp(4.2rem, 21vw, 6.7rem); }
  .hero-copy { padding-bottom: 0; }
  .hero-actions { flex-wrap: wrap; }
  .hero-art { width: 78%; justify-self: center; margin-right: 5%; }
  .art-frame { height: 490px; border-radius: 150px 150px 20px 20px; }
  .art-stamp { width: 112px; right: -42px; bottom: 55px; }
  .art-stamp strong { font-size: 1.55rem; }
  .lavender { width: 90px; left: -55px; }
  .trust-strip { bottom: 48px; width: 100%; justify-content: center; gap: .6rem; font-size: .48rem; letter-spacing: .08em; }
  .section { padding: 5.5rem 1.25rem; }
  .steps { grid-template-columns: 1fr; margin-top: 4rem; }
  .step { min-height: 0; padding: 2.5rem 1.2rem; border-right: 0; display: grid; grid-template-columns: 70px 1fr; column-gap: 1.25rem; }
  .step-number { left: auto; right: 1rem; }
  .step-icon { grid-row: 1 / 3; }
  .step h3 { margin: .3rem 0 .7rem; }
  .step p { margin: 0; }
  .pricing-heading { display: block; }
  .pricing-heading h2 { margin-top: 2rem; text-align: left; }
  .price-layout { grid-template-columns: 1fr; }
  .price-card { min-height: auto; padding: 2rem; }
  .price-card.membership { transform: none; }
  .shoe-card { grid-column: auto; min-height: 480px; padding: 2rem; padding-top: 240px; }
  .shoe-sketch { width: 70%; left: 12%; top: 2rem; }
  .service-note { grid-template-columns: 1fr; gap: 2rem; }
  .note-art { min-height: 400px; }
  .note-art::before { width: 330px; height: 330px; }
  .washer { width: 220px; height: 270px; }
  .washer-window { width: 140px; margin-top: 24px; }
  .faq { grid-template-columns: 1fr; gap: 3rem; }
  .faq-title { position: static; }
  .final-cta { min-height: 620px; grid-template-columns: 1fr; padding: 5rem 1.25rem; }
  footer { grid-template-columns: 1fr; align-items: start; padding: 3rem 1.25rem; }
  footer > p, footer > small { justify-self: start; }
  .footer-links { flex-wrap: wrap; }
  .mobile-cta { position: fixed; z-index: 30; inset: auto 0 0; height: 68px; display: grid; grid-template-columns: .4fr .6fr; padding: 8px; background: rgba(251,250,247,.94); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .mobile-cta a { display: grid; place-items: center; text-decoration: none; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-cta a:last-child { color: white; background: var(--violet); border-radius: 999px; }
}
