:root{
  --paper:#f6f0e4;
  --paper-light:#fffaf1;
  --ink:#3c291f;
  --muted:#6d5948;
  --forest:#6f8145;
  --forest-dark:#506033;
  --line:rgba(60,41,31,.14);
  --shadow:0 16px 40px rgba(62,44,32,.11);
  --shell:min(1180px,calc(100% - 40px));
  --radius:22px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper-light);color:var(--ink);font-family:"DM Sans",system-ui,sans-serif;line-height:1.6}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.shell{width:var(--shell);margin-inline:auto}
.skip-link{position:fixed;top:-60px;left:16px;z-index:100;background:#fff;padding:10px 14px}
.skip-link:focus{top:16px}

.site-header{
  position:fixed;inset:0 0 auto;z-index:30;
  background:rgba(255,250,241,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid transparent;
  transition:.25s
}
.site-header.is-scrolled{border-bottom-color:var(--line);background:rgba(255,250,241,.97)}
.header-inner{min-height:78px;display:flex;align-items:center;gap:30px}
.brand{margin-right:auto;display:flex;flex-direction:column}
.brand-name{font:600 clamp(1.8rem,3vw,2.45rem)/1 "Lora",Georgia,serif}
.brand-tagline{margin-top:5px;font-size:.7rem}
.main-nav{display:flex;gap:24px;font-size:.88rem;font-weight:600}
.menu-button{display:none}

.hero{position:relative;min-height:820px;display:grid;align-items:center;overflow:hidden}
.hero-picture{position:absolute;inset:0}
.hero-picture img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-wash{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,250,241,.95) 0%,rgba(255,250,241,.80) 31%,rgba(255,250,241,.18) 60%,transparent 78%)
}
.hero-content{position:relative;z-index:2;max-width:620px;margin-left:0;padding-top:50px}
.eyebrow{margin:0 0 10px;color:var(--forest-dark);font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700}
.hero h1,.today-heading h2,.today-card h3,.section-heading h2,.world-card h3,.tree-content h2,.family-section h2,.about-section h2{
  margin:0;font-family:"Lora",Georgia,serif;font-weight:600;line-height:1.06
}
.hero h1{font-size:clamp(3.8rem,6.8vw,6.4rem);max-width:9ch}
.hero-rule{display:flex;align-items:center;gap:15px;width:430px;max-width:100%;margin:25px 0}
.hero-rule::before,.hero-rule::after{content:"";height:1px;background:rgba(60,41,31,.28);flex:1}
.hero-rule span{color:rgba(111,129,69,.65)}
.hero-content>p:not(.eyebrow){max-width:500px;font-size:1.08rem;color:var(--ink)}
.hero-actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:12px;font-weight:700}
.button-primary{background:var(--forest);color:#fff;box-shadow:0 8px 20px rgba(79,96,51,.22)}
.button-light{background:rgba(255,250,241,.88);border:1px solid var(--line)}
.text-link{font-weight:700;color:var(--forest-dark)}

.today-section{padding:84px 0 94px;background:var(--paper-light)}
.today-heading{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:36px}
.today-heading h2{font-size:clamp(2rem,3.8vw,3.2rem)}
.today-heading span{color:rgba(111,129,69,.65)}
.today-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.today-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 28px rgba(62,44,32,.07)}
.today-card img{width:100%;height:270px;object-fit:cover}
.today-copy{padding:22px 24px 26px}
.tag{display:inline-block;padding:4px 8px;border-radius:999px;background:#dfe8bf;color:var(--forest-dark);font-size:.67rem;text-transform:uppercase;font-weight:700;letter-spacing:.08em}
.tag-pink{background:#f0d8dc}
.tag-blue{background:#d4e8e9}
.today-card h3{font-size:1.75rem;margin-top:12px}
.today-card p{color:var(--muted);font-size:.94rem}
.today-card a{font-weight:700;color:var(--forest-dark)}
.today-footer{text-align:center;margin-top:28px}

.world-section{padding:100px 0;background:var(--paper)}
.section-heading{max-width:760px;margin-bottom:42px}
.section-heading h2{font-size:clamp(2.4rem,4.4vw,3.8rem)}
.world-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.world-card{overflow:hidden;border-radius:var(--radius);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.world-card img{width:100%;height:300px;object-fit:cover}
.world-card>div{padding:24px}
.world-card h3{font-size:1.8rem}
.world-card p{color:var(--muted)}
.world-card a{font-weight:700;color:var(--forest-dark)}

.tree-section{position:relative;min-height:620px;display:grid;align-items:center;overflow:hidden}
.tree-image{position:absolute;inset:0;background:url("../assets/great-tree.jpg") center/cover no-repeat}
.tree-overlay{position:absolute;inset:0;background:linear-gradient(90deg,transparent 32%,rgba(255,250,241,.78) 58%,rgba(255,250,241,.94))}
.tree-content{position:relative;z-index:2;width:min(520px,45%);margin-left:auto;text-align:center}
.tree-content h2{font-size:clamp(2.5rem,4vw,3.8rem)}
.tree-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}
.tree-links a{padding:15px 10px;border-radius:16px;background:rgba(255,255,255,.64)}
.tree-links strong,.tree-links small{display:block}
.tree-links small{color:var(--muted);font-size:.72rem}

.family-section{padding:92px 0;background:var(--paper-light)}
.family-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.family-section h2,.about-section h2{font-size:clamp(2.5rem,4.5vw,4rem)}
.family-section p{color:var(--muted)}
.family-section img{border-radius:var(--radius);box-shadow:var(--shadow)}

.about-section{padding:92px 0;text-align:center;background:var(--paper)}
.about-section .shell{max-width:850px}

.site-footer{padding:54px 0 22px;background:#e9dec8;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}
.footer-grid h2{font-size:.9rem;margin:0 0 12px}
.footer-grid a{display:block;margin:7px 0;color:var(--muted);font-size:.85rem}
.footer-bottom{display:flex;justify-content:space-between;margin-top:34px;padding-top:17px;border-top:1px solid var(--line);font-size:.78rem;color:var(--muted)}

.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:translateY(0)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}

@media(max-width:980px){
  .main-nav{position:absolute;top:72px;left:20px;right:20px;display:none;flex-direction:column;padding:18px;background:rgba(255,250,241,.98);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}
  .main-nav.is-open{display:flex}
  .menu-button{display:inline-flex;border:1px solid var(--line);background:var(--paper-light);border-radius:999px;padding:9px 15px}
  .today-grid,.world-grid{grid-template-columns:1fr}
  .today-card,.world-card{display:grid;grid-template-columns:.8fr 1.2fr}
  .today-card img,.world-card img{height:100%;min-height:240px}
  .tree-overlay{background:rgba(255,250,241,.78)}
  .tree-content{width:min(700px,calc(100% - 40px));margin-inline:auto}
  .family-layout{grid-template-columns:1fr}
}

@media(max-width:680px){
  :root{--shell:min(100% - 28px,1180px)}
  .header-inner{min-height:68px}
  .brand-tagline{display:none}
  .hero{min-height:780px;align-items:start;padding-top:118px}
  .hero-picture img{object-position:center bottom}
  .hero-wash{
    background:linear-gradient(180deg,rgba(255,250,241,.96) 0%,rgba(255,250,241,.87) 29%,rgba(255,250,241,.24) 55%,transparent 72%)
  }
  .hero-content{text-align:center;margin-inline:auto;padding-top:0}
  .hero h1{font-size:clamp(2.9rem,13vw,4.2rem);max-width:10ch;margin-inline:auto}
  .hero-rule{margin-inline:auto;width:260px}
  .hero-content>p:not(.eyebrow){font-size:.98rem;max-width:32ch;margin-inline:auto}
  .hero-actions{flex-direction:column;align-items:stretch;max-width:260px;margin:24px auto 0}
  .today-section{padding:58px 0 72px}
  .today-heading h2{font-size:2rem}
  .today-grid{gap:14px}
  .today-card{display:grid;grid-template-columns:120px 1fr;align-items:stretch}
  .today-card img{height:100%;min-height:0;object-fit:cover}
  .today-copy{padding:16px}
  .today-card h3{font-size:1.2rem;margin-top:8px}
  .today-card p{display:none}
  .today-card a{font-size:.85rem}
  .world-section{padding:72px 0}
  .world-card{display:block}
  .world-card img{height:240px;min-height:0}
  .tree-section{min-height:720px}
  .tree-links{grid-template-columns:1fr}
  .family-section,.about-section{padding:72px 0}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
  .footer-bottom{flex-direction:column;gap:8px}
}
