:root {
  --navy: #18344d;
  --navy-2: #24465f;
  --green: #75a873;
  --green-dark: #527f55;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --ink: #173248;
  --muted: #5f6f78;
  --line: rgba(24, 52, 77, .14);
  --radius: 2rem;
  --shadow: 0 24px 70px rgba(24, 52, 77, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Trebuchet MS", "Avenir Next", Avenir, sans-serif; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 3rem)); margin-inline: auto; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; padding: .7rem 1rem; background: white; border-radius: .4rem; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #e8b348; outline-offset: 4px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; padding: 1.25rem 0; }
.header-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.05; max-width: 190px; }
.brand img { width: 47px; height: 47px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-family: "Trebuchet MS", sans-serif; font-size: .65rem; text-transform: uppercase; letter-spacing: .24em; }
.instagram-link { display: flex; align-items: center; gap: .55rem; padding: .62rem 1rem; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .85rem; transition: .2s ease; }
.instagram-link:hover { color: white; background: var(--navy); transform: translateY(-2px); }
.instagram-link svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-link .fill { fill: currentColor; stroke: none; }

.hero { position: relative; min-height: 760px; padding: 10.5rem 0 2.5rem; background: linear-gradient(130deg, #fbf8ef 0%, #edf3e8 100%); overflow: hidden; }
.hero-grid { min-height: 510px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; align-items: center; }
.eyebrow { margin: 0 0 1.3rem; display: flex; align-items: center; gap: .65rem; text-transform: uppercase; letter-spacing: .17em; font-size: .73rem; font-weight: 800; color: var(--navy-2); }
.eyebrow span { width: 32px; height: 2px; background: currentColor; }
.eyebrow.green { color: var(--green-dark); }
.eyebrow.light { color: #dbe9d5; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .98; letter-spacing: -.045em; }
h1 { font-size: clamp(4rem, 8vw, 7.3rem); }
h1 em, h2 em { color: var(--green-dark); font-weight: 400; }
.hero-text { max-width: 580px; margin: 2rem 0; font-size: clamp(1.05rem, 1.8vw, 1.28rem); color: var(--muted); }
.button { width: fit-content; display: inline-flex; align-items: center; gap: 1rem; padding: .92rem 1.25rem; background: var(--navy); color: white; border-radius: 999px; text-decoration: none; font-size: .9rem; font-weight: 800; box-shadow: 0 10px 28px rgba(24,52,77,.18); transition: .2s ease; }
.button:hover { transform: translateY(-3px); background: var(--navy-2); }
.button span { font-size: 1.2rem; }
.hero-art { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.art-card { position: relative; z-index: 2; width: 72%; aspect-ratio: 1; display: grid; place-items: center; background: var(--navy); border-radius: 42% 58% 55% 45% / 42% 43% 57% 58%; box-shadow: var(--shadow); animation: morph 10s ease-in-out infinite alternate; }
.art-card img { width: 62%; }
.sun { position: absolute; width: 43%; aspect-ratio: 1; right: -3%; top: 2%; border-radius: 50%; background: #e7b958; opacity: .88; }
.orbit { position: absolute; z-index: 3; border-radius: 50%; background: var(--green); box-shadow: 0 8px 20px rgba(24,52,77,.12); }
.orbit-one { width: 34px; height: 34px; left: 8%; top: 20%; }
.orbit-two { width: 20px; height: 20px; right: 7%; bottom: 22%; background: var(--navy); }
.orbit-three { width: 13px; height: 13px; left: 17%; bottom: 12%; background: #e7b958; }
.hero-shape { position: absolute; border-radius: 50%; border: 1px solid rgba(117,168,115,.24); }
.hero-shape-one { width: 620px; height: 620px; right: -300px; top: -240px; }
.hero-shape-two { width: 300px; height: 300px; left: -210px; bottom: 40px; }
.hero-bottom { display: flex; align-items: center; gap: 1.5rem; color: var(--navy); text-transform: uppercase; letter-spacing: .18em; font-weight: 800; font-size: .65rem; }
.hero-bottom i { flex: 1; height: 1px; background: var(--line); }

.section { padding: clamp(5rem, 9vw, 8rem) 0; }
.purpose-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
.purpose-content { padding-top: 2.6rem; }
.purpose-content > p { color: var(--muted); font-size: 1.02rem; }
.purpose-content .lead { color: var(--ink); font-family: Georgia, serif; font-size: 1.6rem; line-height: 1.45; }
.values { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.values div { display: grid; grid-template-columns: 150px 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.values span { color: var(--muted); }

.stages { position: relative; background: var(--navy); color: white; }
.stages:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 10%, rgba(117,168,115,.22), transparent 28%); pointer-events: none; }
.stages-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 4rem; align-items: end; margin-bottom: 3.5rem; }
.stages-intro > p { color: #cbd6d9; max-width: 350px; }
.stage-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.stage-card { position: relative; min-height: 330px; padding: 2.2rem; border-radius: var(--radius); background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13); overflow: hidden; transition: .3s ease; }
.stage-card:hover { background: rgba(255,255,255,.11); transform: translateY(-5px); }
.stage-number { position: absolute; top: 1.5rem; right: 1.8rem; color: #a8bdc5; font-size: .75rem; letter-spacing: .15em; }
.stage-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; color: var(--navy); background: #d7e6d3; font-size: 1.8rem; }
.stage-icon.book { background: #efd188; }
.stage-card h3 { margin: 3.5rem 0 .8rem; font: 400 2rem/1.1 Georgia, serif; }
.stage-card p { max-width: 430px; color: #cbd6d9; }

.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.location-art { position: relative; isolation: isolate; aspect-ratio: 1.15; border-radius: var(--radius); background: linear-gradient(145deg, #e8efe2, #d4e3d1); overflow: hidden; }
.map-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(24,52,77,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(24,52,77,.08) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(135deg, transparent 5%, black 45%, transparent 100%); }
.map-road { position: absolute; display: block; height: 28px; border: solid rgba(255,253,248,.88); border-width: 9px 0; border-radius: 50%; filter: drop-shadow(0 1px 0 rgba(24,52,77,.12)); }
.map-road::after { content: ""; position: absolute; inset: 4px 0; border-top: 2px dashed rgba(24,52,77,.16); }
.road-one { width: 145%; left: -24%; top: 25%; transform: rotate(-17deg); }
.road-two { width: 122%; left: -8%; bottom: 20%; transform: rotate(22deg); }
.road-three { width: 90%; left: -37%; top: 41%; transform: rotate(68deg); }
.road-four { width: 66%; right: -27%; top: 42%; transform: rotate(76deg); }
.map-label { position: absolute; z-index: 3; left: 2rem; bottom: 1.8rem; display: flex; flex-direction: column; padding: .8rem 1rem; background: rgba(255,253,248,.9); border: 1px solid rgba(24,52,77,.09); border-radius: .85rem; box-shadow: 0 8px 24px rgba(24,52,77,.08); backdrop-filter: blur(5px); }
.map-label strong { font: 400 1.05rem/1.2 Georgia, serif; }
.map-label span { color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .11em; }
.pin { position: absolute; z-index: 4; top: 43%; left: 55%; width: 58px; height: 58px; display: grid; place-items: center; border: 5px solid rgba(255,255,255,.8); border-radius: 50% 50% 50% 12%; background: var(--navy); transform: translate(-50%,-50%) rotate(-45deg); box-shadow: 0 16px 32px rgba(24,52,77,.24); }
.pin::after { content: ""; position: absolute; width: 36px; height: 12px; right: -4px; bottom: -20px; border-radius: 50%; background: rgba(24,52,77,.13); transform: rotate(45deg); filter: blur(2px); }
.pin span { width: 16px; height: 16px; border-radius: 50%; background: #8cbd7b; }
.map-dot { position: absolute; z-index: 2; width: 9px; height: 9px; border: 2px solid var(--paper); border-radius: 50%; background: var(--green-dark); box-shadow: 0 2px 8px rgba(24,52,77,.18); }
.dot-one { top: 22%; left: 24%; }
.dot-two { right: 19%; bottom: 23%; }
.location-copy > p:last-child { margin-top: 2rem; max-width: 500px; color: var(--muted); font-size: 1.08rem; }

.careers { padding-top: 0; }
.careers-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; padding: clamp(2rem, 5vw, 3.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); box-shadow: 0 18px 50px rgba(24,52,77,.08); overflow: hidden; }
.careers-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -130px; top: -150px; border: 38px solid rgba(117,168,115,.12); border-radius: 50%; pointer-events: none; }
.careers-icon { width: 76px; height: 76px; display: grid; place-items: center; color: white; background: var(--green-dark); border-radius: 24px; transform: rotate(-3deg); }
.careers-icon svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.careers-copy { max-width: 620px; }
.careers-copy .eyebrow { margin-bottom: .7rem; }
.careers-copy h2 { font-size: clamp(2.25rem, 4vw, 3.8rem); }
.careers-copy > p { margin: .8rem 0 0; color: var(--muted); }
.careers-copy .careers-note { font-size: .78rem; color: var(--green-dark); font-weight: 700; }
.careers-button { position: relative; z-index: 1; white-space: nowrap; }

.cta-section { position: relative; padding: clamp(5rem, 10vw, 9rem) 0; color: white; background: var(--green-dark); text-align: center; overflow: hidden; }
.cta-section:before, .cta-section:after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.12); border-radius: 45% 55% 60% 40%; }
.cta-section:before { left: -270px; top: -100px; }
.cta-section:after { right: -270px; bottom: -160px; }
.cta-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.cta-inner > img { width: 88px; margin-bottom: 1.8rem; }
.cta-inner h2 { max-width: 800px; }
.cta-inner h2 em { color: #f0d28b; }
.cta-inner > p:not(.eyebrow) { max-width: 600px; margin: 1.8rem auto; color: #e2ecdf; }
.button-light { background: white; color: var(--navy); box-shadow: none; }
.button-light:hover { background: var(--cream); color: var(--navy); }

footer { padding: 2rem 0; background: var(--paper); }
.brand-footer { max-width: 180px; }
.footer-inner > p { color: var(--muted); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes morph { to { border-radius: 58% 42% 43% 57% / 55% 58% 42% 45%; transform: rotate(2deg); } }

@media (max-width: 820px) {
  .hero { min-height: auto; padding-top: 9rem; }
  .hero-grid, .purpose-grid, .location-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 2rem; }
  .hero-art { width: min(530px, 90%); margin: 0 auto; }
  .purpose-content { padding-top: 0; }
  .stages-intro { grid-template-columns: 1fr; gap: 1rem; }
  .careers-card { grid-template-columns: auto 1fr; }
  .careers-button { grid-column: 2; }
  .footer-inner { flex-wrap: wrap; }
  .footer-inner > p:last-child { width: 100%; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 2rem), 1160px); }
  .instagram-link span { display: none; }
  .instagram-link { padding: .65rem; }
  .brand { font-size: .95rem; }
  .brand img { width: 42px; height: 42px; }
  .hero { padding-top: 8.3rem; }
  .hero-grid { min-height: auto; }
  .hero-bottom { margin-top: 2rem; gap: .6rem; letter-spacing: .08em; }
  .hero-art { width: 100%; }
  .stage-cards { grid-template-columns: 1fr; }
  .stage-card { min-height: 300px; padding: 1.6rem; }
  .values div { grid-template-columns: 1fr; gap: .15rem; }
  .location-art { aspect-ratio: 1; }
  .careers-card { grid-template-columns: 1fr; gap: 1.25rem; }
  .careers-icon { width: 62px; height: 62px; border-radius: 19px; }
  .careers-button { grid-column: 1; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: .5rem; }
  .footer-inner > p:last-child { width: auto; }
}

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