:root {
  --cream: #F5EFE8;
  --white: #FFFFFF;
  --brown: #5C4033;
  --deep: #3B2A20;
  --sand: #C9A98F;
  --line: rgba(59, 42, 32, 0.15);
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Jost", system-ui, sans-serif;
  --gutter: clamp(16px, 5vw, 24px);
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { font-family: var(--body); font-weight: 300; color: var(--deep); background: var(--cream); line-height: 1.7; font-size: 1rem; padding-bottom: 64px; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--sand); outline-offset: 3px; }

h1, h2, h3, .statement { font-family: var(--display); font-weight: 400; line-height: 1.1; }
h1 { font-size: clamp(2.8rem, 8vw, 6rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h3 { font-size: 1.5rem; }
em { font-style: italic; color: var(--sand); }
.band-white em, .band-cream em { color: var(--brown); }
.statement { font-size: clamp(1.6rem, 3.5vw, 2.6rem); line-height: 1.3; }
.lead { font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 34ch; }
.label { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 400; color: var(--brown); margin-bottom: 1rem; }
.band-dark .label { color: var(--sand); }

.container { width: min(1120px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.narrow { width: min(720px, 100% - 2 * var(--gutter)); }
.center { text-align: center; }
.section { padding: clamp(4rem, 10vw, 8rem) 0; }
.band-cream { background: var(--cream); }
.band-white { background: var(--white); }
.band-dark { background: var(--deep); color: var(--cream); }
.section-head { margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-head h2 { margin-top: 0.5rem; }
.cta-row { margin-top: 3rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 2rem; background: var(--brown); color: var(--cream); border: 1px solid var(--brown); font: 400 0.8rem var(--body); letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background 0.3s, color 0.3s; }
.btn:hover { background: var(--deep); }
.btn-light { background: var(--sand); border-color: var(--sand); color: var(--deep); }
.btn-light:hover { background: var(--cream); }
.btn:disabled { opacity: 0.6; cursor: wait; }
.text-link { display: inline-flex; align-items: center; min-height: 48px; font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--sand); align-self: center; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; color: var(--deep); transition: background 0.3s, border-color 0.3s; border-bottom: 1px solid transparent; }
.site-header.solid { background: var(--cream); border-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.logo { font-family: var(--display); font-size: 1.6rem; text-decoration: none; position: relative; z-index: 2; }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a:not(.btn) { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; }
.site-nav a:not(.btn):hover { color: var(--brown); text-decoration: underline; text-underline-offset: 6px; }
.btn-nav { min-height: 44px; padding: 0 1.5rem; }
.nav-toggle { display: none; position: relative; z-index: 2; width: 44px; height: 44px; background: none; border: 0; cursor: pointer; color: inherit; }
.nav-toggle span { position: absolute; left: 10px; right: 10px; height: 1px; background: currentColor; transition: transform 0.3s; }
.nav-toggle span:first-child { top: 18px; }
.nav-toggle span:last-child { top: 25px; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--cream); }
.hero-inner { position: relative; z-index: 1; display: grid; gap: 1.5rem; padding-top: 72px; }
.hero-inner h1 { max-width: 12ch; }
.hero-inner .label { margin-bottom: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin-top: 0.5rem; }
.hero-arch { position: absolute; right: 8%; top: 50%; height: 78vh; width: auto; transform: translateY(-50%); color: var(--sand); }
.orb { position: absolute; border-radius: 50%; filter: blur(60px); animation: drift 24s ease-in-out infinite alternate; }
.orb-1 { width: 42vw; height: 42vw; right: 2%; top: 8%; background: radial-gradient(circle, rgba(201, 169, 143, 0.7), transparent 70%); }
.orb-2 { width: 34vw; height: 34vw; right: 22%; bottom: -8%; background: radial-gradient(circle, rgba(92, 64, 51, 0.3), transparent 70%); animation-duration: 30s; }
.orb-3 { width: 28vw; height: 28vw; left: -6%; top: 6%; background: conic-gradient(from 90deg, rgba(201, 169, 143, 0.4), rgba(255, 255, 255, 0.6), rgba(201, 169, 143, 0.4)); animation-duration: 36s; }
@keyframes drift { to { transform: translate(4%, 6%) scale(1.08); } }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.card { background: var(--white); padding: clamp(1.5rem, 4vw, 2.5rem); display: flex; flex-direction: column; gap: 1rem; }
.card .label { margin: 0; }
.icon { width: 44px; height: 44px; color: var(--brown); }
.card p { color: var(--brown); }
.card details { margin-top: auto; border-top: 1px solid var(--line); }
summary { cursor: pointer; min-height: 44px; display: flex; align-items: center; justify-content: space-between; list-style: none; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 1.2rem; color: var(--sand); }
details[open] > summary::after { content: "\2212"; }
.card ul { padding-left: 1.1rem; display: grid; gap: 0.6rem; font-size: 0.95rem; margin-bottom: 0.5rem; }

.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 2.5rem; }
.steps li { border-top: 1px solid var(--sand); padding-top: 1.5rem; }
.step-num { font-family: var(--display); font-style: italic; font-size: 2.2rem; color: var(--sand); }
.steps h3 { margin: 0.5rem 0; }

.values { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 2.5rem; text-align: center; }
.values h3 { color: var(--sand); margin-bottom: 0.5rem; }

.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 64px; font: 400 1.35rem/1.3 var(--display); letter-spacing: 0; text-transform: none; gap: 1rem; }
.faq p { padding-bottom: 1.5rem; max-width: 60ch; }

.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: clamp(2rem, 6vw, 5rem); }
.contact-grid > div > p:not(.label) { margin-top: 1rem; }
.contact-details { list-style: none; padding: 0; margin-top: 2rem; display: grid; gap: 1rem; }
.contact-details .label { display: block; margin-bottom: 0.25rem; }
.contact-details a { text-underline-offset: 4px; }
.placeholder { opacity: 0.85; }
form { display: grid; gap: 0.5rem; align-content: start; }
label { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; margin-top: 0.75rem; }
input, textarea { width: 100%; font: 300 1rem var(--body); color: inherit; background: transparent; border: 0; border-bottom: 1px solid rgba(245, 239, 232, 0.4); padding: 0.75rem 0; min-height: 44px; border-radius: 0; }
input:focus, textarea:focus { outline: 0; border-color: var(--sand); }
form .btn { margin-top: 1.5rem; }
.form-status { min-height: 1.5rem; font-size: 0.9rem; }
.form-status.success { color: var(--sand); }
.form-status.error { color: #F2B8A8; }

.site-footer { background: var(--deep); color: var(--cream); border-top: 1px solid rgba(245, 239, 232, 0.15); padding: 2rem 0; font-size: 0.85rem; text-align: center; }

.sticky-cta { display: none; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 0; background: var(--cream); flex-direction: column; justify-content: center; gap: 1.5rem; visibility: hidden; opacity: 0; transition: opacity 0.3s, visibility 0.3s; }
  .site-nav.open { visibility: visible; opacity: 1; }
  .site-nav a:not(.btn) { font-family: var(--display); font-size: 2rem; letter-spacing: 0; text-transform: none; min-height: 44px; display: inline-flex; align-items: center; }
  .hero-arch { right: -20%; height: 60vh; opacity: 0.6; }
  .orb-1, .orb-2 { width: 80vw; height: 80vw; }
  .sticky-cta { display: flex; position: fixed; inset: auto 0 0; z-index: 15; min-height: 56px; align-items: center; justify-content: center; background: var(--brown); color: var(--cream); font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orb { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
