:root {
  --espresso: #3a2418;
  --forest: #17362d;
  --taupe: #8a7563;
  --beige: #d8c8b5;
  --cream: #f6f1e8;
  --gold: #b08a52;
  --paper: #fbf8f2;
  --ink: #231712;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.6;
}
a { color: inherit; }
button { font: inherit; }
::selection { color: var(--cream); background: var(--forest); }
.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; top: -5rem; left: 1rem; z-index: 100; padding: .7rem 1rem; background: var(--cream); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 3.5vw;
  color: var(--cream);
  transition: background .4s ease, color .4s ease, padding .4s ease;
}
.site-header.scrolled { padding-block: .9rem; color: var(--ink); background: rgba(246,241,232,.94); backdrop-filter: blur(12px); box-shadow: 0 1px rgba(58,36,24,.12); }
.wordmark { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; letter-spacing: .06em; text-decoration: none; white-space: nowrap; }
.wordmark span { color: var(--gold); font-style: italic; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.8rem); font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta)::after { display: block; width: 0; height: 1px; content: ""; background: currentColor; transition: width .3s ease; }
.site-nav a:hover::after { width: 100%; }
.nav-cta { padding: .65rem 1rem; border: 1px solid currentColor; }
.menu-toggle { display: none; color: inherit; background: none; border: 0; }

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  color: var(--cream);
  background: var(--forest);
}
.hero::before { position: absolute; inset: 0; content: ""; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 10vw 10vw; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.hero-content { position: relative; z-index: 2; width: min(1050px, 88vw); padding-top: 4rem; text-align: center; }
.eyebrow { margin: 0 0 1.2rem; color: var(--gold); font-size: .66rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4.3rem, 10vw, 9.5rem); font-weight: 400; line-height: .78; letter-spacing: -.035em; }
.hero h1 em { color: var(--beige); font-weight: 400; }
.hero-intro { margin: 3.5rem 0 2rem; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.55rem); font-style: italic; line-height: 1.35; }
.text-link { display: inline-flex; gap: .6rem; align-items: center; padding-bottom: .3rem; border-bottom: 1px solid rgba(246,241,232,.55); font-size: .68rem; font-weight: 500; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; }
.hero-index { position: absolute; right: 3.5vw; bottom: 2rem; font-size: .58rem; letter-spacing: .18em; opacity: .7; }
.hero-orbit { position: absolute; inset: 0; }
.orbit { position: absolute; border: 1px solid rgba(216,200,181,.18); border-radius: 50%; }
.orbit-one { top: 8%; left: 50%; width: min(75vw, 920px); aspect-ratio: 1; transform: translateX(-50%); }
.orbit-two { top: 18%; left: 50%; width: min(55vw, 680px); aspect-ratio: 1; transform: translateX(-50%); }
.orbit-three { top: 30%; left: 50%; width: min(34vw, 430px); aspect-ratio: 1; transform: translateX(-50%); }

.section-pad { padding: clamp(5.5rem, 10vw, 9rem) max(5vw, calc((100vw - 1280px)/2)); }
.manifesto { display: grid; grid-template-columns: 1fr 3fr; gap: 3rem; background: var(--cream); }
.manifesto-number, .world-number { color: var(--gold); font-family: var(--serif); font-size: .9rem; }
.manifesto-copy { max-width: 840px; }
.manifesto h2, .section-heading h2, .about h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; line-height: .95; letter-spacing: -.025em; }
.manifesto-accent { margin: 1rem 0 2.2rem; color: var(--forest); font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.7rem); font-style: italic; }
.manifesto-copy > p:last-child { max-width: 630px; margin-left: auto; font-size: .98rem; }

.worlds { background: var(--paper); }
.section-heading { margin-bottom: 5rem; }
.section-heading h2 { max-width: 830px; }
.world-card { position: relative; display: grid; min-height: 510px; margin-bottom: 1.5rem; grid-template-columns: .3fr 1.2fr 1fr; overflow: hidden; }
.world-card > * { position: relative; z-index: 2; }
.world-number { padding: 3rem; }
.world-copy { align-self: center; max-width: 530px; padding: 3rem; }
.world-copy .eyebrow { color: currentColor; opacity: .68; }
.world-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 500; line-height: .9; }
.world-tagline { margin: .5rem 0 1.8rem; font-family: var(--serif); font-size: 1.6rem; font-style: italic; }
.world-copy > p:not(.eyebrow,.world-tagline) { max-width: 460px; }
.world-copy a { display: inline-block; margin-top: 1rem; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.world-art { position: relative; min-height: 420px; margin: 2rem; overflow: hidden; }
.world-art::before, .world-art::after, .world-art span { position: absolute; content: ""; }
.escape { color: var(--cream); background: var(--forest); }
.escape-art { background: linear-gradient(150deg, #5f806f 0 25%, #d2c6ac 25% 44%, #274b3b 44% 70%, #0f271f 70%); }
.escape-art::before { right: -20%; bottom: -30%; width: 90%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; }
.escape-art::after { top: 12%; left: 14%; width: 1px; height: 60%; background: rgba(255,255,255,.55); transform: rotate(28deg); }
.escape-art span { top: 14%; right: 14%; width: 32%; aspect-ratio: 1; background: rgba(176,138,82,.78); border-radius: 50%; }
.gathering { color: var(--cream); background: var(--espresso); }
.gathering-art { background: linear-gradient(135deg, #76533f 0 30%, #cbb59d 30% 56%, #42291e 56% 100%); }
.gathering-art::before { top: -12%; left: 18%; width: 62%; height: 125%; border: 1px solid rgba(255,255,255,.48); border-radius: 50% 50% 0 0; }
.gathering-art::after { top: 15%; right: 9%; width: 44%; aspect-ratio: 1; border-radius: 50%; background: rgba(246,241,232,.16); }
.gathering-art span { bottom: 14%; left: 9%; width: 42%; height: 10%; border-top: 1px solid rgba(255,255,255,.62); border-bottom: 1px solid rgba(255,255,255,.62); }
.edit { color: var(--espresso); background: var(--beige); }
.edit-art { background: linear-gradient(90deg, #c4b09b 0 33%, #f1e9dc 33% 66%, #947965 66%); }
.edit-art::before { top: 12%; left: 12%; width: 76%; height: 76%; border: 1px solid var(--espresso); }
.edit-art::after { top: 0; left: 50%; width: 1px; height: 100%; background: rgba(58,36,24,.45); }
.edit-art span { top: 35%; left: 36%; width: 28%; aspect-ratio: 1; border: 1px solid var(--espresso); border-radius: 50%; }

.details { color: var(--cream); background: var(--forest); }
.details blockquote { margin: 0 0 6rem; font-family: var(--serif); font-size: clamp(3.4rem, 7vw, 7rem); line-height: .9; }
.details blockquote em { color: var(--beige); font-weight: 400; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(246,241,232,.25); }
.detail-grid > div { padding: 2.5rem 2.5rem 1rem 0; border-right: 1px solid rgba(246,241,232,.25); }
.detail-grid > div + div { padding-left: 2.5rem; }
.detail-grid > div:last-child { border-right: 0; }
.detail-grid span { color: var(--gold); font-family: var(--serif); }
.detail-grid h3 { margin: 1.2rem 0 .5rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.detail-grid p { max-width: 280px; color: rgba(246,241,232,.76); font-size: .88rem; }

.about { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(4rem, 10vw, 10rem); background: var(--cream); }
.about h2 em { color: var(--taupe); font-weight: 400; }
.founders { align-self: end; }
.founder { padding: 2rem 0; border-top: 1px solid rgba(58,36,24,.25); }
.founder-role { color: var(--gold); font-size: .62rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.founder h3 { margin: .15rem 0; font-family: var(--serif); font-size: 3.5rem; font-weight: 400; }
.founder p { margin: .3rem 0; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.founder .founder-note { max-width: 480px; margin-top: 1rem; color: var(--taupe); font-family: var(--serif); font-size: 1.2rem; letter-spacing: 0; text-transform: none; }

.contact { position: relative; display: grid; min-height: 700px; place-items: center; overflow: hidden; color: var(--cream); text-align: center; background: var(--espresso); }
.contact-copy { position: relative; z-index: 2; }
.contact h2 em { color: var(--beige); font-weight: 400; }
.contact-copy > p:not(.eyebrow) { max-width: 580px; margin: 2rem auto; color: rgba(246,241,232,.75); }
.button { display: inline-flex; gap: 2rem; align-items: center; margin-top: 1rem; padding: 1rem 1.4rem; border: 1px solid var(--gold); color: var(--cream); font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: color .3s, background .3s; }
.button:hover { color: var(--espresso); background: var(--gold); }
.contact-mark { position: absolute; display: flex; inset: 0; align-items: center; justify-content: center; color: rgba(246,241,232,.035); font-family: var(--serif); font-size: 40vw; line-height: 1; }
.contact-mark span:last-child { color: rgba(176,138,82,.08); font-style: italic; }

.site-footer { display: grid; padding: clamp(3rem, 6vw, 5.5rem) max(3.5vw, calc((100vw - 1280px)/2)); color: var(--espresso); background: #f7f2ea; grid-template-columns: minmax(280px, 1.15fr) .85fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; border-top: 1px solid rgba(58,36,24,.12); }
.footer-lockup { display: block; width: min(100%, 640px); height: auto; mix-blend-mode: multiply; }
.footer-meta { display: grid; gap: 1rem; align-content: end; }
.footer-links { display: flex; justify-content: flex-end; gap: 2rem; flex-wrap: wrap; }
.footer-links a { font-size: .68rem; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.site-footer p { margin: 0; color: rgba(58,36,24,.62); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer p:last-child { text-align: right; }

.world-logo-panel { display: grid; min-height: 420px; margin: 2rem; place-items: center; overflow: hidden; background: rgba(251,248,242,.96); }
.world-logo-panel img { display: block; width: min(82%, 430px); height: auto; mix-blend-mode: multiply; }

/* Vertical landing pages */
.vertical-hero { display: grid; min-height: 100svh; padding: 9rem max(6vw, calc((100vw - 1280px)/2)) 5rem; color: var(--cream); grid-template-columns: 1.18fr .82fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.vertical-hero-escape { background: var(--forest); }
.vertical-hero-gathering { background: var(--espresso); }
.vertical-hero-edit { color: var(--espresso); background: var(--beige); }
.edit-page .site-header:not(.scrolled) { color: var(--espresso); }
.vertical-hero-copy { max-width: 780px; }
.vertical-hero-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 7.5vw, 8rem); font-weight: 400; line-height: .88; letter-spacing: -.04em; }
.vertical-hero-copy h1 em { color: var(--beige); font-weight: 400; }
.vertical-hero-edit .vertical-hero-copy h1 em { color: var(--taupe); }
.vertical-hero-copy > p:not(.eyebrow) { max-width: 600px; margin: 2rem 0 .5rem; color: rgba(246,241,232,.78); font-size: 1rem; }
.vertical-hero-edit .vertical-hero-copy > p:not(.eyebrow) { color: rgba(58,36,24,.72); }
.vertical-hero-edit .button { color: var(--espresso); }
.vertical-hero-logo { display: grid; aspect-ratio: 1; place-items: center; background: rgba(251,248,242,.97); border-radius: 50%; box-shadow: 0 25px 80px rgba(0,0,0,.12); overflow: hidden; }
.vertical-hero-logo img { width: 92%; height: auto; mix-blend-mode: multiply; }
.vertical-intro { display: grid; background: var(--cream); grid-template-columns: .3fr 1.7fr; gap: 2rem; }
.vertical-index { margin: 0; color: var(--gold); font-family: var(--serif); }
.vertical-intro > div { max-width: 920px; }
.vertical-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; line-height: .95; letter-spacing: -.025em; }
.vertical-intro h2 em { color: var(--taupe); font-weight: 400; }
.vertical-intro div > p:last-child { max-width: 650px; margin: 2.2rem 0 0 auto; }
.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(58,36,24,.18); border: 1px solid rgba(58,36,24,.18); }
.service-card { display: flex; min-height: 410px; padding: clamp(2rem, 4vw, 3.5rem); flex-direction: column; background: var(--paper); }
.service-number { margin: 0 0 2.4rem; color: var(--gold); font-family: var(--serif); font-size: .9rem; }
.service-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 3.2vw, 3.4rem); font-weight: 400; line-height: 1; }
.service-lead { max-width: 540px; margin: 1.2rem 0; color: var(--taupe); }
.service-price { margin: auto 0 1.5rem; padding-top: 1.5rem; color: var(--forest); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.service-card details { border-top: 1px solid rgba(58,36,24,.2); }
.service-card summary, .faq-list summary { display: flex; padding: 1rem 0; align-items: center; justify-content: space-between; cursor: pointer; font-size: .7rem; font-weight: 600; letter-spacing: .12em; list-style: none; text-transform: uppercase; }
.service-card summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.service-card summary::after, .faq-list summary::after { content: "+"; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; line-height: 1; }
.service-card details[open] summary::after, .faq-list details[open] summary::after { content: "−"; }
.service-details { padding: 0 0 .5rem; color: var(--taupe); font-size: .9rem; }
.service-details p { margin-top: .2rem; }
.service-details ul { margin: .5rem 0 0; padding-left: 1.1rem; columns: 2; column-gap: 2rem; }
.service-details li { margin-bottom: .35rem; break-inside: avoid; }
.pricing-note { max-width: 820px; margin: 3rem 0 0 auto; padding-left: 1.5rem; color: var(--taupe); border-left: 1px solid var(--gold); font-family: var(--serif); font-size: 1.12rem; }
.process-section { color: var(--cream); background: var(--forest); }
.process-section .section-heading h2 { color: var(--cream); }
.process-grid { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(246,241,232,.25); list-style: none; }
.process-grid li { padding: 2.5rem 2.5rem 0 0; border-right: 1px solid rgba(246,241,232,.25); }
.process-grid li + li { padding-left: 2.5rem; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { color: var(--gold); font-family: var(--serif); }
.process-grid h3 { margin: 1.3rem 0 .5rem; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.process-grid p { max-width: 320px; color: rgba(246,241,232,.72); font-size: .9rem; }
.vertical-difference { color: var(--cream); background: var(--espresso); }
.vertical-difference blockquote { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 7vw, 7rem); line-height: .92; }
.vertical-difference blockquote em { color: var(--beige); font-weight: 400; }
.faq-section { display: grid; background: var(--cream); grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 10vw, 9rem); }
.faq-section .section-heading { margin: 0; }
.faq-list { border-top: 1px solid rgba(58,36,24,.22); }
.faq-list details { border-bottom: 1px solid rgba(58,36,24,.22); }
.faq-list summary { padding: 1.35rem 0; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.faq-list details p { max-width: 650px; margin: -.25rem 0 1.6rem; color: var(--taupe); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 850px) {
  .site-header { padding: 1.1rem 5vw; }
  .menu-toggle { position: relative; z-index: 2; display: grid; width: 2.5rem; height: 2.5rem; place-content: center; gap: 7px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .menu-toggle[aria-expanded="true"] { color: var(--cream); }
  .site-nav { position: fixed; display: flex; inset: 0; flex-direction: column; justify-content: center; color: var(--cream); background: var(--forest); transform: translateX(100%); transition: transform .4s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { font-family: var(--serif); font-size: 2rem; letter-spacing: 0; text-transform: none; }
  .site-nav .nav-cta { margin-top: 1rem; font-family: var(--sans); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
  .hero h1 { font-size: clamp(4.1rem, 17vw, 7rem); }
  .hero-intro { margin-top: 2.5rem; }
  .orbit-one { width: 120vw; }
  .orbit-two { width: 88vw; }
  .orbit-three { width: 56vw; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-copy > p:last-child { margin-left: 0; }
  .world-card { grid-template-columns: 55px 1fr; }
  .world-number { padding: 2rem 1rem; }
  .world-copy { padding: 3rem 1.5rem 1.5rem; }
  .world-art { min-height: 330px; grid-column: 1 / -1; margin: 0 1.5rem 1.5rem; }
  .world-logo-panel { min-height: 330px; grid-column: 1 / -1; margin: 0 1.5rem 1.5rem; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid > div, .detail-grid > div + div { padding: 2rem 0; border-right: 0; border-bottom: 1px solid rgba(246,241,232,.25); }
  .details blockquote { margin-bottom: 4rem; }
  .about { grid-template-columns: 1fr; gap: 4rem; }
  .vertical-hero { min-height: auto; padding-top: 8rem; grid-template-columns: 1fr; }
  .vertical-hero-logo { width: min(72vw, 480px); justify-self: center; }
  .vertical-intro { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li + li { padding: 2rem 0; border-right: 0; border-bottom: 1px solid rgba(246,241,232,.25); }
  .faq-section { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 560px) {
  .section-pad { padding: 5.5rem 6vw; }
  .hero-content { width: 92vw; }
  .hero h1 { font-size: clamp(3.6rem, 18.5vw, 5.7rem); }
  .hero-index { display: none; }
  .manifesto h2, .section-heading h2, .about h2, .contact h2 { font-size: clamp(2.7rem, 13vw, 4.3rem); }
  .section-heading { margin-bottom: 3rem; }
  .world-card { margin-inline: -6vw; }
  .world-copy h3 { font-size: 3.15rem; }
  .world-art { min-height: 270px; }
  .world-logo-panel { min-height: 270px; }
  .contact { min-height: 650px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .site-footer p:last-child { text-align: left; }
  .service-card { min-height: 0; }
  .service-details ul { columns: 1; }
  .vertical-hero-copy h1 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .vertical-hero-logo { width: 84vw; }
}
