:root {
  --cream: #f7f0e4;
  --paper: #fffaf2;
  --plum: #2d124b;
  --aqua: #35c5c9;
  --yellow: #f7ce36;
  --orange: #f47835;
  --pink: #ef5d96;
  --purple: #8252c7;
  --coral: #f05d58;
  --line: rgba(45, 18, 75, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--plum); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: var(--yellow); color: var(--plum); }

.announcement { min-height: 38px; padding: 8px 4.2vw; background: var(--plum); color: white; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.announcement a { border-bottom: 1px solid rgba(255,255,255,.55); }
.site-header { height: 86px; padding: 0 4.2vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; background: rgba(247,240,228,.94); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-logo { width: 194px; height: 68px; object-fit: contain; object-position: left center; }
.brand small { max-width: 115px; font-size: 8px; line-height: 1.35; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: clamp(16px, 1.65vw, 30px); font-size: 12px; font-weight: 700; }
.nav > a:not(.nav-cta) { padding: 33px 0; position: relative; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--pink); transition: right .25s ease; }
.nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { background: var(--plum); color: white; padding: 14px 18px; border-radius: 2px; }
.nav-cta span, .button span { margin-left: 10px; }
.menu-button { display: none; }

.hero { min-height: calc(100vh - 124px); display: grid; grid-template-columns: .92fr 1.08fr; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-copy { padding: clamp(60px, 8vw, 130px) 5vw 60px 6.5vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 3px; display: inline-block; background: var(--pink); }
.eyebrow.light { color: white; }
.eyebrow.light > span { background: var(--yellow); }
.hero h1 { margin: 0; max-width: 680px; font-family: var(--serif); font-size: clamp(58px, 6.2vw, 106px); line-height: .85; letter-spacing: -.065em; font-weight: 500; }
.hero h1 em { color: var(--pink); font-weight: 500; }
.hero-lede { max-width: 590px; margin: 34px 0 0; font-family: var(--serif); font-size: clamp(18px, 1.45vw, 24px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; padding: 17px 22px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(45,18,75,.14); }
.button-primary { background: var(--plum); color: white; }
.button-yellow { width: 100%; background: var(--yellow); color: var(--plum); }
.button-outline { border-color: var(--plum); color: var(--plum); }
.text-link { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; border-bottom: 1px solid var(--plum); padding: 9px 0; }
.text-link span { margin-left: 9px; }
.hero-stats { display: flex; gap: 0; margin-top: 60px; border-top: 1px solid var(--line); max-width: 560px; }
.hero-stats > div { display: flex; flex-direction: column; gap: 4px; flex: 1; padding: 18px 10px 0 0; border-right: 1px solid var(--line); }
.hero-stats > div + div { padding-left: 22px; }
.hero-stats strong { font-family: var(--serif); font-size: 27px; }
.hero-stats span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-art { position: relative; min-height: 660px; background: var(--aqua); overflow: hidden; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,240,228,.02), transparent 30%), linear-gradient(0deg, rgba(45,18,75,.15), transparent 45%); pointer-events: none; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; transform: scale(1.01); }
.hero-ticket { position: absolute; z-index: 2; right: 5%; top: 8%; width: 175px; height: 175px; border-radius: 50%; background: var(--yellow); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(8deg); box-shadow: 0 12px 35px rgba(45,18,75,.18); }
.hero-ticket span { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.hero-ticket b { margin-top: 4px; font-family: var(--serif); font-size: 22px; }
.paint-dot { position: absolute; z-index: 3; border-radius: 50%; box-shadow: 0 0 0 8px rgba(255,255,255,.7); }
.dot-one { background: var(--pink); width: 18px; height: 18px; left: 5%; bottom: 13%; }
.dot-two { background: var(--aqua); width: 13px; height: 13px; right: 9%; bottom: 35%; }
.dot-three { background: var(--orange); width: 11px; height: 11px; left: 25%; top: 9%; }

.manifesto { padding: clamp(80px, 11vw, 170px) 7vw; display: grid; grid-template-columns: .45fr 1.4fr .65fr; gap: 5vw; align-items: end; background: var(--paper); border-bottom: 1px solid var(--line); }
.manifesto > p { align-self: start; margin: 6px 0; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.manifesto h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 94px); font-weight: 500; line-height: .95; letter-spacing: -.055em; }
.manifesto h2 em { color: var(--aqua); font-weight: 500; }
.manifesto-copy p { font-family: var(--serif); font-size: 18px; line-height: 1.55; }
.manifesto-copy a { display: inline-block; margin-top: 18px; padding-bottom: 6px; border-bottom: 1px solid var(--plum); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.manifesto-copy a span { margin-left: 12px; }

.section { padding: clamp(80px, 10vw, 150px) 6.5vw; }
.section-heading { display: grid; grid-template-columns: 1.5fr .55fr; align-items: end; gap: 8vw; margin-bottom: 60px; }
.section-heading h2, .about h2, .faq h2, .reviews h2, .book h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.05em; font-size: clamp(48px, 5.2vw, 84px); line-height: .98; }
.section-heading > p { margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.55; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 560px; padding: 26px 30px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; background: rgba(255,250,242,.46); }
.service-top { display: flex; justify-content: space-between; gap: 16px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-top span:first-child { opacity: .55; }
.service-swatch { height: 145px; margin: 32px 0; position: relative; overflow: hidden; background: var(--card); }
.service-swatch i { position: absolute; display: block; border-radius: 50%; mix-blend-mode: multiply; opacity: .85; }
.service-swatch i:nth-child(1) { width: 150px; height: 150px; left: -25px; top: -65px; background: var(--card-light); }
.service-swatch i:nth-child(2) { width: 105px; height: 105px; right: 16%; bottom: -46px; background: var(--yellow); }
.service-swatch i:nth-child(3) { width: 32px; height: 32px; right: 14px; top: 16px; background: var(--plum); }
.service-card.aqua { --card: var(--aqua); --card-light: #a9ebeb; }
.service-card.orange { --card: var(--orange); --card-light: #ffc192; }
.service-card.pink { --card: var(--pink); --card-light: #ffafd0; }
.service-card.purple { --card: var(--purple); --card-light: #c7aaea; }
.service-card.yellow { --card: var(--yellow); --card-light: #fff09e; }
.service-card.coral { --card: var(--coral); --card-light: #ffaaa6; }
.service-card h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 31px; font-weight: 500; letter-spacing: -.035em; }
.service-card > p { margin: 0; font-family: var(--serif); font-size: 16px; line-height: 1.52; }
.service-price { margin-top: auto; display: flex; align-items: baseline; gap: 9px; padding: 25px 0 18px; }
.service-price strong { font-family: var(--serif); font-size: 31px; font-weight: 500; }
.service-price span { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.service-card > a { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 15px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.journey { background: var(--plum); color: white; display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.journey-intro { position: sticky; top: 130px; align-self: start; }
.journey h2 { margin: 0; max-width: 570px; font-family: var(--serif); font-size: clamp(50px, 5.2vw, 82px); line-height: .96; font-weight: 500; letter-spacing: -.05em; }
.journey-intro > p:last-child { max-width: 450px; margin-top: 30px; font-family: var(--serif); font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.72); }
.journey-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.journey-steps li { padding: 31px 0; display: grid; grid-template-columns: 60px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.18); }
.journey-steps li > span { font-family: var(--serif); font-size: 18px; color: var(--yellow); }
.journey-steps b { font-family: var(--serif); font-size: 27px; font-weight: 500; }
.journey-steps p { margin: 8px 0 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.5; }

.gallery { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 220px; gap: 12px; }
.gallery-grid figure { --gallery-a: var(--aqua); --gallery-b: #abefec; margin: 0; background-size: cover; background-position: center; position: relative; overflow: hidden; min-height: 220px; }
.gallery-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(45,18,75,.72), transparent 55%); }
.gallery-grid .orange { --gallery-a: var(--orange); --gallery-b: #ffd084; }
.gallery-grid .pink { --gallery-a: var(--pink); --gallery-b: #ffc1db; }
.gallery-grid .purple { --gallery-a: var(--purple); --gallery-b: #c9b1ed; }
.gallery-grid .yellow { --gallery-a: var(--yellow); --gallery-b: #fff1a1; }
.gallery-grid .coral { --gallery-a: var(--coral); --gallery-b: #ffb29e; }
.gallery-1 { grid-column: span 7; grid-row: span 2; }
.gallery-2 { grid-column: span 5; }
.gallery-3 { grid-column: span 5; }
.gallery-4 { grid-column: span 4; }
.gallery-5 { grid-column: span 4; }
.gallery-6 { grid-column: span 4; }
.gallery-grid figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; display: flex; justify-content: space-between; color: white; font-family: var(--serif); font-size: 20px; }
.gallery-grid figcaption span { font-family: var(--sans); font-size: 10px; letter-spacing: .12em; }
.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; }
.about-art { aspect-ratio: 4 / 5; background: var(--yellow); position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 38px; }
.about-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(45,18,75,.82), rgba(45,18,75,.04) 58%); }
.about-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.about-art blockquote { position: relative; z-index: 2; margin: 0; max-width: 430px; color: white; font-family: var(--serif); font-size: clamp(32px, 3vw, 48px); line-height: 1.05; letter-spacing: -.04em; }
.about h2 { max-width: 720px; }
.about-lede { margin: 34px 0 20px; font-family: var(--serif); font-size: clamp(22px, 2vw, 31px); line-height: 1.4; }
.about-copy > p:not(.eyebrow):not(.about-lede) { font-size: 15px; line-height: 1.7; max-width: 660px; }
.values { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.values > div { padding: 20px 12px 0 0; display: flex; flex-direction: column; gap: 5px; border-right: 1px solid var(--line); }
.values > div + div { padding-left: 20px; }
.values b { font-family: var(--serif); font-size: 20px; }
.values span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; background: var(--paper); }
.faq-title { position: sticky; top: 130px; align-self: start; }
.faq-title > p:not(.eyebrow) { margin: 27px 0 4px; font-family: var(--serif); font-size: 17px; }
.faq-title > a { display: inline-block; font-size: 12px; font-weight: 800; border-bottom: 1px solid var(--plum); padding: 7px 0; text-transform: uppercase; letter-spacing: .08em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 30px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 30px; cursor: pointer; font-family: var(--serif); font-size: clamp(21px, 2.2vw, 31px); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); color: var(--pink); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -8px 0 30px; max-width: 680px; line-height: 1.65; font-size: 15px; }

.reviews { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--purple); color: white; }
.review-copy > p:not(.eyebrow) { max-width: 600px; font-family: var(--serif); font-size: 19px; line-height: 1.55; color: rgba(255,255,255,.76); }
.review-quote { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.25); display: grid; grid-template-columns: 50px 1fr; }
.review-quote span { font-family: var(--serif); font-size: 65px; color: var(--yellow); line-height: .7; }
.review-quote p { margin: 0; font-family: var(--serif); font-size: 24px; }
.review-form { padding: clamp(28px, 4vw, 55px); background: var(--paper); color: var(--plum); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.review-form label:not(.upload-field):not(.consent) { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.review-form input[type="text"], .review-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); padding: 12px 0; border-radius: 0; background: transparent; color: var(--plum); outline: none; resize: vertical; text-transform: none; letter-spacing: 0; }
.review-form input:focus, .review-form textarea:focus { border-color: var(--pink); }
.upload-field { min-height: 90px; margin: 20px 0; padding: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 1px dashed rgba(45,18,75,.35); cursor: pointer; }
.upload-field input { position: absolute; opacity: 0; pointer-events: none; }
.upload-field > span { display: flex; flex-direction: column; gap: 5px; }
.upload-field b { font-family: var(--serif); font-size: 18px; }
.upload-field small, .upload-field em { font-size: 9px; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }
.upload-field em { padding: 10px 12px; border: 1px solid var(--line); font-weight: 800; }
.consent { margin: 18px 0; display: flex; align-items: start; gap: 10px; font-size: 11px; line-height: 1.4; }
.consent input { margin-top: 1px; accent-color: var(--pink); }
.form-note { margin: 13px 0 0; font-size: 10px; line-height: 1.5; color: rgba(45,18,75,.65); }
.form-notice { padding: 12px 14px; margin: 14px 0 0; background: rgba(53,197,201,.17); border-left: 3px solid var(--aqua); font-size: 12px; font-weight: 700; line-height: 1.45; }

.book { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.1fr .65fr; gap: 10vw; align-items: end; background: var(--yellow); }
.book-scribble { position: absolute; right: -25px; top: 15px; transform: rotate(9deg); font-family: var(--serif); font-style: italic; font-size: clamp(70px, 10vw, 155px); color: rgba(45,18,75,.08); }
.book-copy, .book-actions { position: relative; z-index: 2; }
.book-copy > p:last-child { max-width: 670px; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.book-actions { display: flex; flex-direction: column; gap: 12px; }
.book-actions small { margin-top: 8px; font-size: 10px; line-height: 1.5; }

footer { padding: 75px 6.5vw 25px; background: var(--plum); color: white; }
.footer-top { display: grid; grid-template-columns: 1.1fr .7fr .7fr; gap: 8vw; align-items: start; padding-bottom: 65px; }
.footer-brand { width: fit-content; padding: 8px 14px 8px 8px; border-radius: 4px; background: var(--cream); color: var(--plum); }
.footer-brand .brand-logo { width: 210px; }
.footer-top > p { margin: 0; color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 16px; line-height: 1.55; }
.footer-top > div { display: flex; flex-direction: column; gap: 12px; }
.footer-top > div span { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--yellow); }
.footer-top > div a { font-family: var(--serif); font-size: 23px; }
.footer-bottom { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.17); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.58); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

@media (max-width: 1100px) {
  .nav { gap: 14px; }
  .nav a { font-size: 10px; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 4.2vw; padding-right: 4.2vw; }
  .service-card { min-height: 530px; }
  .manifesto { grid-template-columns: 1fr 2fr; }
  .manifesto-copy { grid-column: 2; }
}

@media (max-width: 860px) {
  .announcement { justify-content: center; text-align: center; }
  .announcement span { display: none; }
  .site-header { height: 74px; }
  .menu-button { width: 48px; height: 48px; padding: 12px; border: 0; background: transparent; display: flex; flex-direction: column; justify-content: center; gap: 5px; color: var(--plum); cursor: pointer; }
  .menu-button span { height: 2px; width: 24px; background: var(--plum); }
  .menu-button em { position: absolute; left: -9999px; }
  .nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 24px 4.2vw 30px; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
  .nav.open { display: flex; }
  .nav > a:not(.nav-cta) { padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 22px; }
  .nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 18px; text-align: center; font-size: 11px !important; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 6.5vw 60px; }
  .hero-art { min-height: 540px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-copy { grid-column: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { max-width: 600px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .journey, .faq, .reviews, .about, .book { grid-template-columns: 1fr; }
  .journey-intro, .faq-title { position: static; }
  .gallery-1 { grid-column: span 12; }
  .gallery-2, .gallery-3, .gallery-4, .gallery-5, .gallery-6 { grid-column: span 6; }
  .about-art { max-height: 680px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div { grid-column: 2; }
}

@media (max-width: 560px) {
  .brand-logo { width: 154px; height: 58px; }
  .brand small { display: none; }
  .hero-copy { padding-top: 64px; }
  .hero h1 { font-size: clamp(51px, 15vw, 72px); }
  .hero-lede { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .text-link { align-self: flex-start; }
  .hero-stats { margin-top: 44px; }
  .hero-stats strong { font-size: 22px; }
  .hero-stats > div + div { padding-left: 12px; }
  .hero-art { min-height: 440px; }
  .hero-ticket { width: 125px; height: 125px; top: 5%; }
  .hero-ticket b { font-size: 17px; }
  .manifesto, .section { padding-left: 6vw; padding-right: 6vw; }
  .section-heading h2, .about h2, .faq h2, .reviews h2, .book h2 { font-size: 48px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 510px; }
  .journey-steps li { grid-template-columns: 42px 1fr; }
  .gallery-grid { grid-auto-rows: 190px; }
  .gallery-grid figure { grid-column: span 12 !important; grid-row: span 1; }
  .gallery-grid .gallery-1 { grid-row: span 2; }
  .about-art { padding: 28px; }
  .values { grid-template-columns: 1fr; }
  .values > div, .values > div + div { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .upload-field { align-items: flex-start; flex-direction: column; }
  .book-actions .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > div { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
