:root{
  --ink:#17342d;
  --ink-2:#2f4c44;
  --cream:#fbf8ef;
  --paper:#ffffff;
  --sand:#e9dfc8;
  --sage:#dfe9df;
  --gold:#c6a35e;
  --line:#d7ded9;
  --shadow:0 18px 50px rgba(22,52,45,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--cream);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.65;
}
a{color:#1c5c4c}
img{max-width:100%;height:auto}
.wrap{width:min(1120px,calc(100% - 40px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(251,248,239,.96);
  border-bottom:1px solid rgba(23,52,45,.10);
  backdrop-filter:blur(10px);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px}
.brand{
  display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-weight:800;
  letter-spacing:.01em
}
.brand-mark{width:44px;height:44px;border:2px solid var(--ink);border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-size:24px}
.nav-links{display:flex;gap:22px;align-items:center}
.nav-links a{text-decoration:none;color:var(--ink);font-weight:700;font-size:.95rem}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:#8b6a2c}
.menu-toggle{display:none;background:none;border:0;font-size:28px;color:var(--ink)}
.hero{
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(198,163,94,.20), transparent 25%),
    linear-gradient(135deg,#eff5ee 0%,#fbf8ef 55%,#eadfc8 100%);
  border-bottom:1px solid rgba(23,52,45,.10)
}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;min-height:610px;padding:70px 0}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:800;color:#806327;margin-bottom:14px}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.12;margin-top:0;color:var(--ink)}
h1{font-size:clamp(2.7rem,6vw,5.4rem);letter-spacing:-.035em;margin-bottom:20px}
h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.02em}
h3{font-size:1.45rem}
.lead{font-size:1.18rem;color:var(--ink-2);max-width:720px}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.button{display:inline-block;padding:13px 19px;border-radius:999px;text-decoration:none;font-weight:800;border:1px solid var(--ink)}
.button.primary{background:var(--ink);color:#fff}
.button.secondary{background:transparent;color:var(--ink)}
.hero-art{
  min-height:420px;border-radius:32px;position:relative;overflow:hidden;box-shadow:var(--shadow);
  background:
    linear-gradient(to top,rgba(23,52,45,.12),transparent 50%),
    linear-gradient(180deg,#d9edf3 0 44%,#7aa36f 44% 55%,#d6c395 55% 67%,#6f965f 67% 100%);
}
.sun{position:absolute;width:92px;height:92px;border-radius:50%;background:#f3d99c;right:62px;top:52px;box-shadow:0 0 0 16px rgba(243,217,156,.22)}
.palm{position:absolute;bottom:78px;left:38px;width:16px;height:150px;background:#73583c;border-radius:50% 50% 10% 10%;transform:rotate(-4deg)}
.palm:before,.palm:after{content:"";position:absolute;top:-16px;left:-54px;width:120px;height:48px;border-radius:100% 0 100% 0;background:#315d46;transform:rotate(18deg)}
.palm:after{left:-10px;transform:scaleX(-1) rotate(10deg)}
.horse{
  position:absolute;right:55px;bottom:48px;width:220px;height:130px;
}
.horse .body{position:absolute;width:130px;height:64px;border-radius:52% 48% 45% 50%;background:#6d4b34;left:40px;top:35px}
.horse .neck{position:absolute;width:42px;height:82px;background:#6d4b34;left:145px;top:5px;border-radius:55% 45% 35% 35%;transform:rotate(-24deg)}
.horse .head{position:absolute;width:52px;height:30px;background:#6d4b34;left:166px;top:4px;border-radius:50% 70% 45% 45%;transform:rotate(-10deg)}
.horse .leg{position:absolute;width:12px;height:70px;background:#5b3e2a;top:82px;border-radius:6px}
.horse .l1{left:62px;transform:rotate(7deg)} .horse .l2{left:99px;transform:rotate(-5deg)} .horse .l3{left:142px;transform:rotate(7deg)} .horse .l4{left:160px;transform:rotate(-9deg)}
.horse .tail{position:absolute;width:55px;height:20px;border-top:11px solid #4d3526;border-radius:50%;left:0;top:50px;transform:rotate(-25deg)}
.hero-note{position:absolute;left:26px;bottom:24px;background:rgba(255,255,255,.90);padding:13px 16px;border-radius:16px;font-weight:700;max-width:230px;box-shadow:0 12px 30px rgba(0,0,0,.12)}
section{padding:78px 0}
.section-head{max-width:760px;margin-bottom:34px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 8px 26px rgba(23,52,45,.05)}
.card p:last-child{margin-bottom:0}
.number{font-family:Georgia,serif;font-size:2.25rem;color:#9b7734;margin-bottom:8px}
.band{background:var(--ink);color:white}
.band h2,.band h3{color:white}
.band p{color:#e6eeeb}
.fact-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.fact{padding:8px 0}
.fact strong{display:block;font-size:1.8rem;font-family:Georgia,serif;color:white}
.feature{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}
.feature-visual{
  min-height:350px;border-radius:var(--radius);background:
  linear-gradient(160deg,rgba(23,52,45,.06),rgba(198,163,94,.20)),
  repeating-linear-gradient(0deg,transparent 0 42px,rgba(23,52,45,.07) 43px 44px);
  border:1px solid var(--line);position:relative;overflow:hidden
}
.feature-visual:before{content:"W";position:absolute;right:22px;bottom:-54px;font:700 280px Georgia,serif;color:rgba(23,52,45,.08)}
.checks{padding-left:0;list-style:none}
.checks li{margin:12px 0;padding-left:28px;position:relative}
.checks li:before{content:"✓";position:absolute;left:0;font-weight:900;color:#8b6a2c}
.page-hero{padding:82px 0 58px;background:linear-gradient(135deg,#eef4ec,#fbf8ef 60%,#eadfc8)}
.page-hero h1{font-size:clamp(2.5rem,5vw,4.5rem)}
.prose{max-width:820px}
.prose h2{margin-top:48px}
.prose h3{margin-top:34px}
.callout{background:var(--sage);border-left:5px solid var(--gold);padding:22px 24px;border-radius:0 16px 16px 0;margin:32px 0}
.link-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.link-list a{display:block;background:white;border:1px solid var(--line);padding:16px 18px;border-radius:14px;text-decoration:none;font-weight:800}
.site-footer{background:#112923;color:#d9e5df;padding:46px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:32px}
.site-footer h3{color:white}
.site-footer a{color:#f0dfb6;text-decoration:none}
.footnote{font-size:.86rem;color:#b9cbc4;border-top:1px solid rgba(255,255,255,.14);padding-top:20px;margin-top:30px}
.source-note{font-size:.85rem;color:#60746d}

.hero-photo{
  min-height:420px;
  border-radius:32px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#dfe9df;
}
.hero-photo img{
  display:block;
  width:100%;
  height:420px;
  object-fit:cover;
  object-position:center center;
}


.feature-photo{
  min-height:350px;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#dfe9df;
}
.feature-photo img{
  display:block;
  width:100%;
  height:350px;
  object-fit:cover;
  object-position:center center;
}

@media(max-width:820px){
  .menu-toggle{display:block}.nav-links{display:none;position:absolute;left:20px;right:20px;top:68px;background:var(--cream);border:1px solid var(--line);border-radius:16px;padding:18px;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow)}
  .nav-links.open{display:flex}
  .hero-grid,.feature,.grid-2{grid-template-columns:1fr}
  .hero-grid{padding:54px 0;min-height:auto}.hero-art{min-height:340px}.hero-photo{min-height:340px}.hero-photo img{height:340px}
  .grid-3,.fact-row{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .wrap{width:min(100% - 28px,1120px)}
  .grid-3,.fact-row,.link-list{grid-template-columns:1fr}
  h1{font-size:2.7rem}
  section{padding:56px 0}
}
.brand-logo{
  width:48px;
  height:48px;
  object-fit:contain;
  flex:0 0 auto;
}
