:root {
  --ink: #173438; --muted: #607579; --green: #143f46; --green-light: #39756e;
  --sand: #f4f0e8; --cream: #fbfaf6; --white: #fff; --line: rgba(23,52,56,.14);
  --shadow: 0 24px 70px rgba(20,63,70,.14); --radius: 1.5rem;
  --shell: min(1120px, calc(100% - 2.5rem));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; color: var(--white); background: var(--green); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); }
.header-inner { min-height: 6.2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand-mark { width: 2.65rem; height: 2.65rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.brand-mark svg { width: 1.65rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.1; letter-spacing: .02em; }
.brand small { margin-top: .25rem; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; opacity: .75; }
nav { display: flex; align-items: center; gap: 2rem; font-size: .92rem; }
nav a { text-decoration: none; }
nav a:hover { opacity: .75; }
.nav-contact { padding: .65rem 1rem; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; }
.hero { position: relative; min-height: 760px; display: grid; align-items: end; color: var(--white); overflow: hidden; background: var(--green); }
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; background: linear-gradient(90deg, rgba(7,37,42,.82) 0%, rgba(7,37,42,.55) 44%, rgba(7,37,42,.12) 78%), linear-gradient(0deg, rgba(7,37,42,.62), transparent 48%); }
.hero-content { position: relative; z-index: 1; max-width: 720px; padding: 12rem 0 8rem; }
.eyebrow { margin: 0 0 1.25rem; color: #d7e3cf; font-size: .76rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; }
h1 { max-width: 700px; font-size: clamp(3.4rem, 8vw, 6.8rem); letter-spacing: -.045em; }
.hero-lead { max-width: 580px; margin: 1.8rem 0 2.3rem; font-size: clamp(1.05rem, 2vw, 1.25rem); color: rgba(255,255,255,.82); }
.button { display: inline-flex; align-items: center; gap: .7rem; padding: .85rem 1.2rem; color: var(--green); background: var(--white); border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .9rem; }
.button::after { content: "→"; font-size: 1.15rem; transition: transform .2s ease; }
.button:hover::after { transform: translateX(.2rem); }
.hero-note { position: absolute; right: max(1.25rem, calc((100vw - 1120px) / 2)); bottom: 3rem; z-index: 2; width: auto; padding-left: 2.5rem; border-left: 1px solid rgba(255,255,255,.4); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-note strong { display: block; margin-bottom: .25rem; font-size: 1rem; letter-spacing: .04em; text-transform: none; }
.intro { padding: 8rem 0; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.4fr; gap: 9vw; align-items: start; }
.section-label { display: flex; align-items: center; gap: .7rem; margin: .5rem 0 0; color: var(--green-light); font-size: .76rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.section-label::before { content: ""; width: 2.2rem; height: 1px; background: currentColor; }
.intro h2, .gallery-heading h2, .contact-card h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); letter-spacing: -.035em; }
.intro-copy > p:first-of-type { margin-top: 2rem; color: var(--green-light); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; line-height: 1.5; }
.intro-copy > p { max-width: 690px; color: var(--muted); }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.5rem; }
.feature { padding: 1.4rem 0 0; border-top: 1px solid var(--line); }
.feature strong { display: block; margin-bottom: .35rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 400; }
.feature span { color: var(--muted); font-size: .88rem; }
.gallery-section { padding: 7rem 0; background: var(--sand); }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.gallery-heading h2 { max-width: 660px; }
.gallery-controls { display: flex; gap: .65rem; }
.gallery-controls button { width: 3rem; height: 3rem; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font: inherit; font-size: 1.25rem; }
.gallery-controls button:hover { color: var(--white); background: var(--green); }
.gallery { display: grid; grid-auto-flow: column; grid-auto-columns: min(76vw, 730px); gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery::-webkit-scrollbar { display: none; }
.gallery figure { position: relative; margin: 0; aspect-ratio: 1.75; overflow: hidden; border-radius: var(--radius); scroll-snap-align: start; background: #d9d7d0; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; right: 1rem; bottom: 1rem; padding: .45rem .75rem; color: var(--white); background: rgba(15,48,53,.7); border-radius: 999px; backdrop-filter: blur(8px); font-size: .75rem; }
.contact { padding: 8rem 0; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.4fr .8fr; gap: 4rem; padding: clamp(2.2rem, 6vw, 5.5rem); color: var(--white); background: var(--green); border-radius: calc(var(--radius) + .5rem); box-shadow: var(--shadow); }
.contact-card::after { content: ""; position: absolute; width: 25rem; height: 25rem; right: -10rem; bottom: -13rem; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(255,255,255,.025), 0 0 0 8rem rgba(255,255,255,.02); }
.contact-card h2 { max-width: 650px; }
.contact-copy p { max-width: 590px; color: rgba(255,255,255,.72); }
.contact-details { position: relative; z-index: 1; align-self: end; }
.contact-details span { display: block; margin-bottom: .65rem; color: #bed0c0; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-details a { display: inline-block; max-width: 100%; padding-bottom: .25rem; border-bottom: 1px solid rgba(255,255,255,.35); overflow-wrap: anywhere; text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2.2vw, 1.55rem); }
.site-footer { padding: 2.2rem 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }
.footer-inner a { text-decoration: none; }
.error-page { min-height: 80vh; display: grid; place-items: center; padding: 10rem 1.25rem 5rem; color: var(--white); text-align: center; background: var(--green); }
.error-page strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(5rem,18vw,10rem); font-weight: 400; line-height: 1; }
.error-page h1 { margin: 1rem 0; font-size: clamp(2rem,5vw,3.5rem); }
.error-page p { color: rgba(255,255,255,.72); }
@media (max-width: 760px) {
  :root { --shell: min(100% - 1.5rem, 1120px); }
  .header-inner { min-height: 5.2rem; } nav a:not(.nav-contact), .brand small, .hero-note { display: none; }
  .hero { min-height: 690px; } .hero-content { padding: 10rem 0 7rem; }
  .intro, .contact { padding: 5.5rem 0; }
  .intro-grid, .contact-card { grid-template-columns: 1fr; gap: 2.5rem; }
  .features { grid-template-columns: 1fr; }
  .gallery-section { padding: 5rem 0; } .gallery-heading { align-items: start; } .gallery-controls { display: none; }
  .gallery { grid-auto-columns: 88vw; gap: .9rem; } .gallery figure { aspect-ratio: 1.35; }
  .footer-inner { align-items: start; flex-direction: column; gap: 1rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
