:root {
  --green-950: #0d2b26;
  --green-900: #173d35;
  --green-700: #2e5b50;
  --gold: #c6a15b;
  --gold-light: #ead7ad;
  --cream: #f7f1e7;
  --cream-dark: #eee4d3;
  --white: #fffdf9;
  --ink: #17312b;
  --muted: #6c7873;
  --shadow: 0 20px 60px rgba(13, 43, 38, .12);
  --radius: 24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--white); font-family: Tahoma, Arial, sans-serif; line-height: 1.7; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.narrow { max-width: 780px; }
.section { padding: 76px 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; right: 12px; padding: 10px 18px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 12px 24px; border: 1px solid var(--green-900); border-radius: 999px; color: var(--white); background: var(--green-900); font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--green-950); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 9px 18px; font-size: .86rem; }
.button-large { min-height: 58px; padding-inline: 28px; }
.brand { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; }
.brand-mark { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 1.5rem; }
.brand-logo { width: 52px; height: 52px; flex: 0 0 auto; border-radius: 14px; object-fit: cover; }
.brand b, .brand small { display: block; line-height: 1.25; }
.brand b { font-family: Georgia, serif; font-size: 1.12rem; letter-spacing: .02em; }
.brand small { color: var(--muted); font-size: .66rem; }
.eyebrow { margin: 0 0 8px; color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.section-title { margin: 0 0 34px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 5vw, 3rem); line-height: 1.35; }
@media (min-width: 760px) { .section { padding: 108px 0; } .container { width: min(1120px, calc(100% - 64px)); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
