:root {
  --teal: #174b4e;
  --sea: #1b6668;
  --terra: #b9553c;
  --marigold: #e1a72b;
  --oat: #f4e7ce;
  --paper: #fffbf2;
  --ink: #303735;
  --pencil: #746e63;
  --line: rgba(23, 75, 78, .18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--oat);
}
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.65; background:
  linear-gradient(90deg, rgba(185,85,60,.035) 1px, transparent 1px),
  linear-gradient(rgba(23,75,78,.035) 1px, transparent 1px), var(--oat);
  background-size: 24px 24px; }
a { color: var(--sea); }
img { max-width: 100%; display: block; }
.wrap { width: min(1120px, calc(100% - 34px)); margin: 0 auto; }
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(23,75,78,.96); color: white; border-bottom: 3px dashed rgba(255,255,255,.28); backdrop-filter: blur(10px); }
.nav { display: flex; align-items: center; min-height: 74px; gap: 24px; }
.brand { color: white; text-decoration: none; font-family: Georgia, serif; font-weight: 800; font-size: 1.15rem; letter-spacing: .01em; margin-right: auto; }
.brand small { display: block; color: var(--marigold); font-family: inherit; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.nav-links { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.nav-links a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .9rem; font-weight: 700; }
.nav-links a:hover, .nav-links a:focus { color: white; }
.hero { position: relative; min-height: 620px; display: grid; align-items: end; overflow: hidden; background: var(--teal); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .64; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,75,78,.98) 0%, rgba(23,75,78,.78) 48%, rgba(23,75,78,.18) 100%), linear-gradient(0deg, rgba(23,75,78,.75), transparent 55%); }
.hero-copy { z-index: 1; position: relative; padding: 110px 0 82px; max-width: 690px; color: white; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-weight: 900; font-size: .72rem; color: var(--marigold); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: var(--teal); line-height: 1.12; }
.hero h1 { color: white; font-size: clamp(3rem, 7vw, 6.2rem); margin: .15em 0; }
.hero p { font-size: 1.13rem; max-width: 620px; color: rgba(255,255,255,.85); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; min-height: 48px; padding: 10px 18px; border-radius: 12px 4px 12px 4px; text-decoration: none; font-weight: 800; background: var(--marigold); color: var(--teal); border: 1px solid rgba(255,255,255,.22); }
.button.alt { background: transparent; color: white; border-color: rgba(255,255,255,.52); }
.section { padding: 84px 0; }
.section h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: .2em 0 .35em; }
.intro { color: var(--pencil); max-width: 760px; font-size: 1.07rem; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.card { background: var(--paper); border: 1px solid var(--line); padding: 25px; border-radius: 5px 26px 5px 14px; box-shadow: 0 12px 35px rgba(48,55,53,.08); position: relative; overflow: hidden; }
.card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--sea); }
.card:nth-child(3n+2)::before { background: var(--terra); }
.card:nth-child(3n)::before { background: var(--marigold); }
.card h3 { font-size: 1.35rem; margin: 0 0 9px; }
.card p { margin: 0; color: var(--pencil); font-size: .95rem; }
.feature-band { background: var(--teal); color: white; }
.feature-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.feature-layout h2, .feature-layout h3 { color: white; }
.feature-layout img { border-radius: 4px 36px 4px 18px; border: 8px solid rgba(255,255,255,.12); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.feature-layout li { margin-bottom: 9px; color: rgba(255,255,255,.82); }
.paper-band { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.identity { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 24px; }
.identity div { padding: 15px 17px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.identity span { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--terra); font-weight: 900; }
.prose { max-width: 850px; }
.prose h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: .2em; }
.prose h2 { margin-top: 1.8em; padding-top: .5em; border-top: 1px dashed var(--line); font-size: 1.65rem; }
.prose h3 { font-size: 1.2rem; }
.prose p, .prose li { color: #4d534f; }
.notice { padding: 18px 20px; background: #e3f0eb; border-left: 6px solid var(--sea); border-radius: 3px 16px 3px 8px; }
.gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 12px; margin-top: 30px; }
.gallery img { width: 100%; height: 250px; object-fit: cover; border-radius: 5px 20px 5px 12px; }
.site-footer { background: #103a3c; color: rgba(255,255,255,.72); padding: 50px 0; }
.site-footer a { color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 30px; }
.fine { font-size: .82rem; color: rgba(255,255,255,.57); }
@media (max-width: 800px) {
  .nav { align-items: flex-start; padding: 14px 0; }
  .nav-links { display: none; }
  .hero { min-height: 540px; }
  .grid, .feature-layout, .identity, .footer-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img { height: 220px; }
  .section { padding: 58px 0; }
}
