:root {
  --ink: #17332c;
  --green: #214b3e;
  --cream: #f5eddd;
  --sand: #e7dcc3;
  --sun: #e9ae42;
  --clay: #c96542;
  --white: #fffaf0;
  --line: rgba(23, 51, 44, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: Manrope, Arial, sans-serif; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
section { scroll-margin-top: 82px; }

.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .8rem 1rem; background: var(--white); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 clamp(1.25rem, 5vw, 5rem); border-bottom: 1px solid rgba(255, 250, 240, .28); color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-transform: uppercase; font-size: .86rem; font-weight: 800; letter-spacing: .09em; white-space: nowrap; }
.brand > i { font-size: 1.65rem; }
.brand em { font-family: 'Playfair Display', Georgia, serif; font-size: 1.2em; text-transform: none; letter-spacing: 0; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.3rem, 3vw, 3.25rem); }
.desktop-nav a, .header-cta { font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: .65rem 0; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: .3rem; height: 1px; background: currentColor; transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; gap: .35rem; border-bottom: 1px solid currentColor; padding-bottom: .32rem; }
.header-cta i { font-size: 1rem; }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; min-height: 780px; height: 100svh; max-height: 940px; color: var(--white); overflow: hidden; }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center; }
.hero-shade { background: rgba(10, 30, 25, .48); }
.hero-content { position: relative; z-index: 2; width: min(1160px, calc(100% - 2.5rem)); height: 100%; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 68px; }
.eyebrow, .section-label { margin: 0; font-family: 'DM Mono', monospace; font-size: .64rem; font-weight: 500; letter-spacing: .13em; }
.hero h1 { margin: 1.25rem 0 1.2rem; max-width: 760px; font-size: clamp(4.9rem, 10vw, 9.5rem); letter-spacing: -.08em; line-height: .78; font-weight: 800; text-wrap: balance; }
h1 em, h2 em { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; }
.hero-copy { max-width: 480px; margin: 0; font-size: clamp(.95rem, 1.2vw, 1.05rem); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 52px; padding: .85rem 1.15rem; border: 1px solid transparent; text-transform: uppercase; font-size: .68rem; line-height: 1.2; letter-spacing: .08em; font-weight: 800; transition: transform .2s ease, background-color .2s ease; }
.button i { font-size: 1.1rem; }
.button:hover { transform: translateY(-3px); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--sun); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: .4rem; padding-bottom: .22rem; border-bottom: 1px solid currentColor; text-transform: uppercase; font-size: .67rem; letter-spacing: .08em; font-weight: 800; }
.light-link { color: var(--white); }
.hero-location { position: absolute; z-index: 3; right: clamp(1.25rem, 5vw, 5rem); bottom: 2rem; display: flex; align-items: center; gap: .55rem; font: .65rem 'DM Mono', monospace; letter-spacing: .08em; }
.hero-location i { font-size: 1.1rem; }

.section-shell { width: min(1160px, calc(100% - 2.5rem)); margin: 0 auto; }
.intro { padding-top: clamp(5.5rem, 10vw, 9rem); padding-bottom: clamp(5.5rem, 10vw, 9rem); }
.section-topline { display: flex; justify-content: space-between; gap: 1.5rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.section-note { margin: 0; color: rgba(23, 51, 44, .66); font-size: .72rem; }
.intro-grid { display: grid; grid-template-columns: 1.25fr 1fr .58fr; gap: clamp(2rem, 5vw, 5.5rem); align-items: start; padding-top: clamp(3rem, 6vw, 5.5rem); }
.intro h2, .values h2, .community h2, .follow h2 { margin: 0; letter-spacing: -.06em; font-size: clamp(3rem, 5.4vw, 5.4rem); line-height: .94; }
.intro-copy { padding-top: .5rem; }
.intro-copy p { margin: 0 0 1.35rem; font-size: .9rem; line-height: 1.75; }
.intro-copy .lead { font-size: 1.12rem; font-weight: 650; line-height: 1.55; }
.intro-copy .text-link { margin-top: .5rem; }
.location-card { min-height: 275px; padding: 2rem 1.5rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; background: var(--sand); }
.location-card > i { font-size: 3.1rem; color: var(--clay); }
.location-card strong { font-family: 'Playfair Display', Georgia, serif; font-size: 1.45rem; line-height: 1.05; }
.location-card span { font: .6rem 'DM Mono', monospace; letter-spacing: .09em; text-transform: uppercase; }

.values { padding: clamp(5.5rem, 9vw, 8rem) 0; background: var(--green); color: var(--white); }
.values-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 3rem; }
.values-heading h2 { text-align: right; }
.value-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: clamp(3.5rem, 7vw, 6rem); }
.value-list article { position: relative; min-height: 250px; padding-top: 1.15rem; border-top: 1px solid rgba(255, 250, 240, .35); }
.value-list article > i { position: absolute; top: 1rem; right: 0; font-size: 1.45rem; color: var(--sun); }
.value-list span { font: .65rem 'DM Mono', monospace; }
.value-list h3 { margin: 4.2rem 0 .8rem; font-family: 'Playfair Display', Georgia, serif; font-size: 2rem; font-weight: 600; }
.value-list p { max-width: 280px; margin: 0; color: rgba(255, 250, 240, .8); font-size: .86rem; line-height: 1.68; }

.community { min-height: 720px; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--clay); color: var(--white); }
.community-photo { position: relative; min-height: 620px; overflow: hidden; }
.community-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.community-photo p { position: absolute; left: 1.5rem; bottom: 1.5rem; max-width: 300px; margin: 0; padding: .85rem 1rem; display: flex; gap: .55rem; align-items: center; background: var(--white); color: var(--ink); font: .69rem 'DM Mono', monospace; }
.community-photo p i { color: var(--clay); font-size: 1.2rem; }
.community-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(4rem, 8vw, 8rem); }
.community-copy h2 { margin: 2rem 0 1.75rem; }
.community-copy > p:not(.section-label) { max-width: 430px; margin: 0 0 2rem; font-size: .94rem; line-height: 1.72; }

.follow { min-height: 500px; padding: clamp(5rem, 10vw, 9rem) 1.25rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--sand); }
.follow h2 { max-width: 880px; margin: 1.8rem 0 2rem; }
.follow > a { display: inline-flex; align-items: center; gap: .55rem; border-bottom: 1px solid currentColor; padding-bottom: .45rem; font: .78rem 'DM Mono', monospace; }
.follow > a i { font-size: 1.1rem; }

footer { min-height: 94px; padding: 1.5rem clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; background: var(--ink); color: var(--white); }
footer p { margin: 0; color: rgba(255, 250, 240, .72); font-size: .67rem; }

@media (max-width: 900px) {
  .site-header { min-height: 70px; padding: 0 1.25rem; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255, 250, 240, .4); background: transparent; color: var(--white); cursor: pointer; }
  .menu-button i { font-size: 1.25rem; }
  .mobile-menu { position: absolute; z-index: 25; inset: 70px 0 auto; padding: 1.25rem; background: var(--ink); color: var(--white); }
  .mobile-menu:not([hidden]) { display: grid; }
  .mobile-menu a { padding: 1rem 0; border-bottom: 1px solid rgba(255, 250, 240, .18); font-size: .83rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
  .hero { min-height: 700px; height: 100svh; max-height: 820px; }
  .hero-photo { object-position: 62% center; }
  .hero-shade { background: rgba(10, 30, 25, .58); }
  .hero-content { width: calc(100% - 2.5rem); padding-top: 70px; padding-bottom: 4rem; justify-content: center; }
  .hero h1 { font-size: clamp(4.1rem, 18vw, 7rem); }
  .hero-copy { max-width: 350px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .hero-location { right: 1.25rem; bottom: 1.2rem; }
  .section-topline { align-items: flex-start; flex-direction: column; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-copy { max-width: 600px; }
  .location-card { width: min(100%, 320px); min-height: 240px; }
  .values-heading { display: block; }
  .values-heading h2 { margin-top: 2.2rem; text-align: left; }
  .community { grid-template-columns: 1fr; }
  .community-photo { min-height: 520px; }
  .community-copy { min-height: 560px; padding: 4.5rem 1.25rem; }
}

@media (max-width: 640px) {
  .hero h1 { line-height: .82; }
  .eyebrow { max-width: 260px; line-height: 1.6; }
  .value-list { grid-template-columns: 1fr; gap: .9rem; }
  .value-list article { min-height: auto; padding-bottom: 2.5rem; }
  .value-list h3 { margin-top: 2.5rem; }
  .community-photo { min-height: 420px; }
  footer { align-items: flex-start; flex-direction: column; }
}

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