@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Jost:wght@300;400;500;600&display=swap");

:root {
  --cream: #f4efe5;
  --cream-deep: #e9dfcf;
  --paper: #fbf8f1;
  --sage: #88ac83;
  --sage-pale: #dfe9dc;
  --blue: #84a8bb;
  --blue-pale: #dfeaf0;
  --lilac: #b0a2c3;
  --lilac-pale: #e7e1ec;
  --brown: #997864;
  --brown-dark: #5e3f30;
  --ink: #302018;
  --muted: #745f51;
  --line: rgba(94, 63, 48, 0.16);
  --shadow: 0 24px 70px rgba(66, 44, 31, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Jost", sans-serif;
  font-weight: 300;
  line-height: 1.7;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 8% 12%, rgba(136, 172, 131, .18), transparent 29rem),
    radial-gradient(circle at 92% 18%, rgba(176, 162, 195, .18), transparent 28rem),
    radial-gradient(circle at 70% 88%, rgba(132, 168, 187, .14), transparent 30rem);
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: .8rem;
  left: .8rem;
  padding: .65rem .9rem;
  background: var(--ink);
  color: white;
  transform: translateY(-200%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(94, 63, 48, .09);
  background: rgba(244, 239, 229, .88);
  backdrop-filter: blur(16px);
}
.nav {
  width: min(1180px, calc(100% - 2rem));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}
.brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .01em;
}
.nav-links { display: flex; align-items: center; gap: 1.4rem; }
.nav-links a {
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}
.language-switch {
  display: inline-flex;
  padding: .2rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.35);
}
.language-switch button {
  min-width: 42px;
  border: 0;
  border-radius: 999px;
  padding: .38rem .58rem;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: 500 .68rem "Jost", sans-serif;
  letter-spacing: .12em;
}
.language-switch button.active {
  background: var(--brown-dark);
  color: white;
}

.hero {
  width: min(1180px, calc(100% - 2rem));
  min-height: calc(100vh - 76px);
  margin: auto;
  padding: clamp(5rem, 11vw, 9rem) 0;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: clamp(2.4rem, 8vw, 8rem);
}
.hero.compact { min-height: 76vh; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0 0 1.2rem;
  color: var(--brown);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
h1, h2, h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: .98;
}
h1 { max-width: 800px; font-size: clamp(3.5rem, 8vw, 7.3rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.6rem, 5.4vw, 5rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.05; }
.lead {
  max-width: 690px;
  margin: 1.8rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .82rem 1.35rem;
  border: 1px solid var(--brown-dark);
  border-radius: 999px;
  background: var(--brown-dark);
  color: white;
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(66,44,31,.15); }
.button.secondary { background: transparent; color: var(--brown-dark); }
.button.soft { border-color: transparent; background: rgba(255,255,255,.48); color: var(--brown-dark); }
.button[aria-disabled="true"] { cursor: default; opacity: .72; transform: none; box-shadow: none; }

.mark-stage {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
}
.orb {
  position: absolute;
  border: 1px solid rgba(94,63,48,.1);
  border-radius: 50%;
  animation: drift 8s ease-in-out infinite;
}
.orb.one { width: 370px; height: 370px; background: rgba(136,172,131,.13); }
.orb.two { width: 270px; height: 270px; margin: -160px 0 0 170px; background: rgba(176,162,195,.14); animation-delay: -3s; }
.orb.three { width: 180px; height: 180px; margin: 220px 150px 0 0; background: rgba(132,168,187,.15); animation-delay: -5s; }
.wordmark {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-style: italic;
  color: var(--brown-dark);
}
.wordmark small {
  display: block;
  margin-top: .4rem;
  font: 500 .65rem "Jost", sans-serif;
  letter-spacing: .24em;
  text-transform: uppercase;
}
@keyframes drift { 50% { transform: translateY(-12px) scale(1.025); } }


.section {
  width: min(1180px, calc(100% - 2rem));
  margin: auto;
  padding: clamp(5rem, 9vw, 8rem) 0;
}
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; margin-bottom: 3rem; }
.section-head p { max-width: 650px; margin: .5rem 0 0; color: var(--muted); }
.soft-band {
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,.25);
}
.grid-2, .grid-3 { display: grid; gap: 1.2rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(251,248,241,.7);
  box-shadow: 0 12px 44px rgba(66,44,31,.04);
}
.card.sage { background: linear-gradient(145deg, var(--sage-pale), rgba(251,248,241,.78)); }
.card.blue { background: linear-gradient(145deg, var(--blue-pale), rgba(251,248,241,.78)); }
.card.lilac { background: linear-gradient(145deg, var(--lilac-pale), rgba(251,248,241,.78)); }
.card p { color: var(--muted); }
.card .number {
  display: block;
  margin-bottom: 2rem;
  color: var(--brown);
  font: 500 .68rem "Jost", sans-serif;
  letter-spacing: .15em;
}
.card-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--brown-dark);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.card-link::after { content: " →"; }
.check-list { display: grid; gap: .9rem; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: .7rem; color: var(--muted); }
.check-list li::before { content: "○"; color: var(--sage); font-weight: 600; }
.boundary {
  padding: 1.35rem 1.5rem;
  border-left: 3px solid var(--brown);
  border-radius: 0 16px 16px 0;
  background: rgba(255,255,255,.42);
  color: var(--muted);
}
.boundary strong { color: var(--ink); }
.status {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(153,120,100,.25);
  border-radius: 18px;
  background: #fff8e9;
}
.status-dot { flex: 0 0 auto; width: 10px; height: 10px; margin-top: .5rem; border-radius: 50%; background: #bf8548; box-shadow: 0 0 0 5px rgba(191,133,72,.12); }
.status p { margin: 0; color: var(--muted); }

.profile {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.portrait {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 48% 48% 24px 24px;
  box-shadow: var(--shadow);
}
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.tag {
  padding: .42rem .75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.3);
  color: var(--muted);
  font-size: .7rem;
  letter-spacing: .05em;
}

.cta {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto clamp(3rem, 7vw, 6rem);
  padding: clamp(2.4rem, 6vw, 5rem);
  border-radius: 36px;
  background: var(--brown-dark);
  color: white;
  text-align: center;
}
.cta h2 { max-width: 760px; margin: auto; }
.cta p { max-width: 680px; margin: 1.3rem auto 0; color: rgba(255,255,255,.75); }
.cta .actions { justify-content: center; }
.cta .button { border-color: var(--cream); background: var(--cream); color: var(--brown-dark); }
.cta .button.secondary { background: transparent; color: white; }

.legal {
  width: min(900px, calc(100% - 2rem));
  margin: auto;
  padding: 5rem 0;
}
.legal h2 { margin-bottom: 1.4rem; }
.legal h3 { margin-top: 2.4rem; font-size: 1.7rem; }
.legal p, .legal li { color: var(--muted); }
.legal details { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.legal summary { cursor: pointer; font-weight: 500; }

footer {
  border-top: 1px solid var(--line);
  padding: 2.2rem 0;
}
.footer-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: .74rem;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a { text-decoration: none; }

@media (max-width: 850px) {
  .nav-links a:not(.always) { display: none; }
  .hero, .profile, .section-head { grid-template-columns: 1fr; }
  .hero { padding-top: 4rem; gap: 1.5rem; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-copy .actions { justify-content: center; }
  .hero-copy .lead { margin-inline: auto; }
  .mark-stage { min-height: 330px; }
  .orb.one { width: 280px; height: 280px; }
  .orb.two { width: 200px; height: 200px; }
  .grid-3 { grid-template-columns: 1fr; }
  .section-head { gap: 1rem; }
  .portrait { max-width: 480px; margin: auto; }
}
@media (max-width: 620px) {
  .grid-2 { grid-template-columns: 1fr; }
  .nav { min-height: 68px; }
  .brand { font-size: 1.65rem; }
  .nav-links { gap: .6rem; }
  .hero { min-height: auto; padding-bottom: 4rem; }
  .mark-stage { min-height: 280px; }
  .orb.one { width: 230px; height: 230px; }
  .orb.two { width: 165px; height: 165px; margin-left: 110px; }
  .orb.three { width: 120px; height: 120px; margin-top: 170px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
