:root {
  --bark: #241C13;
  --bark-soft: #4A3D2E;
  --forest: #1E3A2B;
  --forest-2: #2A5239;
  --leaf: #3C6B4A;
  --sage: #7E9C82;
  --sage-soft: #C5D2BE;
  --fox: #C75B2E;
  --fox-deep: #A8421E;
  --fox-light: #E08A4E;
  --gold: #D9A441;
  --cream: #F4EEDF;
  --cream-2: #FBF7EC;
  --paper: #FFFDF7;
  --line: rgba(36, 28, 19, .12);
  --shadow: 18px 24px 60px -28px rgba(30, 58, 43, .55);
  --shadow-sm: 8px 10px 28px -16px rgba(30, 58, 43, .45);
  --r: 22px;
  --maxw: 1180px;
  --logo-h: 50px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Hanken Grotesk', sans-serif;
  background: var(--cream);
  color: var(--bark);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
h1, h2, h3, h4 { font-family: 'Fraunces', serif; font-weight: 600; line-height: 1.05; letter-spacing: -.01em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.eyebrow {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12.5px;
  color: var(--fox);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--fox);
  border-radius: 2px;
  display: inline-block;
}

/* TOP BAR */
.topbar {
  background: var(--forest);
  color: var(--cream-2);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: .01em;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; height: 42px; gap: 20px; }
.topbar a { display: inline-flex; align-items: center; gap: 8px; opacity: .92; transition: opacity .2s; }
.topbar a:hover { opacity: 1; color: var(--gold); }
.topbar .tb-right { display: flex; gap: 26px; align-items: center; }
.topbar svg { width: 15px; height: 15px; flex: none; }
.topbar .season { color: var(--gold); font-weight: 600; display: flex; align-items: center; gap: 8px; }
@media (max-width: 720px) { .topbar .season { display: none; } }

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(244, 238, 223, .82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: padding .3s ease, background .3s ease;
}
.site-header.shrink {
  background: rgba(251, 247, 236, .94);
  box-shadow: 0 10px 30px -22px rgba(30, 58, 43, .6);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 84px; transition: height .3s; }
.site-header.shrink .nav { height: 68px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand .mark { width: var(--logo-h); height: var(--logo-h); flex: none; transition: transform .4s; display: grid; place-items: center; }
.brand .mark .brand-logo-img { width: var(--logo-h); height: var(--logo-h); object-fit: contain; display: block; }
.brand .mark--footer { width: 46px; height: 46px; }
.brand .mark--footer .brand-logo-img { width: 46px; height: 46px; }
.brand:hover .mark { transform: rotate(-6deg) scale(1.05); }
.brand .name { font-family: 'Fraunces', serif; font-weight: 700; font-size: 20px; color: var(--forest); line-height: 1; }
.brand .sub { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--fox); font-weight: 700; margin-top: 3px; display: block; }
nav.menu { display: flex; align-items: center; gap: 4px; }
nav.menu a,
nav.menu .menu-link {
  padding: 10px 15px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  color: var(--bark-soft);
  position: relative;
  transition: color .2s, background .2s;
  display: inline-flex;
  align-items: center;
}
nav.menu a:hover,
nav.menu .menu-link:hover { color: var(--forest); background: rgba(126, 156, 130, .18); }
nav.menu a.cta,
nav.menu .menu-link.cta {
  background: var(--fox);
  color: #fff;
  margin-left: 8px;
  padding: 11px 22px;
  box-shadow: 0 10px 22px -10px rgba(199, 91, 46, .8);
}
nav.menu a.cta:hover,
nav.menu .menu-link.cta:hover { background: var(--fox-deep); color: #fff; transform: translateY(-1px); }
nav.menu .menu-item.has-submenu { position: relative; }
nav.menu .menu-item.has-submenu > .menu-link::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: .65;
}
nav.menu .submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 230px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
  z-index: 200;
}
nav.menu .menu-item.has-submenu:hover > .submenu,
nav.menu .menu-item.has-submenu:focus-within > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
nav.menu .submenu a {
  display: block;
  width: 100%;
  padding: 11px 14px;
  border-radius: 10px;
  font-size: 14.5px;
  white-space: nowrap;
}
nav.menu .submenu a:hover { background: rgba(126, 156, 130, .18); color: var(--forest); }
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.burger span { width: 26px; height: 2.5px; background: var(--forest); border-radius: 3px; transition: .3s; }
@media (max-width: 940px) {
  nav.menu {
    position: fixed;
    inset: 84px 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--cream-2);
    padding: 18px 24px 30px;
    gap: 6px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-130%);
    transition: transform .4s cubic-bezier(.6, 0, .2, 1);
  }
  nav.menu.open { transform: translateY(0); }
  nav.menu a,
  nav.menu .menu-link { font-size: 18px; padding: 14px 18px; width: 100%; }
  nav.menu a.cta,
  nav.menu .menu-link.cta { margin-left: 0; text-align: center; margin-top: 6px; justify-content: center; }
  nav.menu .menu-item.has-submenu { width: 100%; }
  nav.menu .menu-item.has-submenu > .menu-link::after { margin-left: auto; }
  nav.menu .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0 0 8px 12px;
    min-width: 0;
  }
  nav.menu .submenu a { padding: 10px 18px; font-size: 16px; }
  nav.menu .menu-item.has-submenu:not(.submenu-open) > .submenu { display: none; }
  nav.menu .menu-item.has-submenu.submenu-open > .submenu { display: block; }
  .burger { display: flex; }
}

/* HERO */
.hero { position: relative; overflow: hidden; padding: 64px 0 0; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.hero h1 {
  font-size: clamp(40px, 6vw, 72px);
  color: var(--forest);
  font-weight: 600;
  letter-spacing: -.025em;
  margin: 22px 0 0;
}
.hero h1 .accent { font-style: italic; color: var(--fox); font-weight: 500; }
.hero p.lead {
  font-size: clamp(17px, 1.5vw, 19px);
  color: var(--bark-soft);
  max-width: 480px;
  margin: 24px 0 34px;
  line-height: 1.7;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 28px;
  border-radius: 100px;
  transition: .25s;
  cursor: pointer;
  border: 0;
}
.btn-primary { background: var(--forest); color: var(--cream-2); box-shadow: 0 16px 32px -16px rgba(30, 58, 43, .9); }
.btn-primary:hover { background: var(--forest-2); transform: translateY(-2px); color: var(--cream-2); }
.btn-ghost { background: transparent; color: var(--forest); border: 2px solid rgba(30, 58, 43, .25); }
.btn-ghost:hover { border-color: var(--fox); color: var(--fox); background: rgba(199, 91, 46, .06); }
.btn svg { width: 18px; height: 18px; }
.hero-tags { display: flex; gap: 22px; margin-top: 40px; flex-wrap: wrap; }
.hero-tags .t { display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 600; color: var(--bark-soft); }
.hero-tags .t svg { width: 20px; height: 20px; color: var(--leaf); }
.scene { position: relative; width: 100%; z-index: 2; }
.scene svg { width: 100%; height: auto; display: block; filter: drop-shadow(14px 26px 40px rgba(30, 58, 43, .28)); }
.scene--photo .hero-scene-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--r);
  border: 8px solid var(--paper);
  box-shadow: var(--shadow);
  object-fit: cover;
  aspect-ratio: 520 / 480;
}
.float-sun { transform-origin: center; animation: bob 7s ease-in-out infinite; }
.float-fox { transform-origin: center bottom; animation: fox-bob 5s ease-in-out infinite; }
.cloud { animation: drift 26s linear infinite; }
.cloud.c2 { animation-duration: 38s; }
@keyframes bob { 50% { transform: translateY(-10px); } }
@keyframes fox-bob { 50% { transform: translateY(-5px) rotate(.6deg); } }
@keyframes drift { from { transform: translateX(-40px); } to { transform: translateX(560px); } }
.hero::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -160px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(217, 164, 65, .30), transparent 65%);
  z-index: 0;
}
.hero::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(126, 156, 130, .30), transparent 65%);
  z-index: 0;
}
.ground { position: relative; margin-top: -6px; line-height: 0; z-index: 4; }
.ground svg { width: 100%; height: auto; display: block; }

/* STATS */
.stats { background: var(--forest); color: var(--cream-2); padding: 40px 0; }
.stats .row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stats .num { font-family: 'Fraunces', serif; font-size: clamp(34px, 4vw, 46px); font-weight: 600; color: var(--gold); line-height: 1; }
.stats .lbl { font-size: 13.5px; letter-spacing: .04em; margin-top: 8px; opacity: .85; font-weight: 500; }
.stats .item { position: relative; }
.stats .item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(255, 255, 255, .16);
}
@media (max-width: 680px) {
  .stats .row { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .stats .item::after { display: none; }
}

/* SECTION SHELL */
section.block { padding: 96px 0; }
.sec-head { max-width: 720px; margin-bottom: 48px; }
.sec-head h2 { font-size: clamp(32px, 4.4vw, 50px); color: var(--forest); margin: 16px 0 0; font-weight: 600; }
.sec-head p { color: var(--bark-soft); margin-top: 16px; font-size: 18px; }

/* NEWS */
.news-wrap { display: grid; grid-template-columns: 1.35fr 1fr; gap: 26px; }
.news-feature {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(150deg, var(--forest-2), var(--forest));
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 380px;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.news-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .18;
  background:
    radial-gradient(circle at 80% 15%, var(--gold), transparent 40%),
    radial-gradient(circle at 10% 90%, var(--fox-light), transparent 45%);
}
.news-feature .leaf-deco { position: absolute; top: -30px; right: -30px; width: 200px; opacity: .16; color: #fff; z-index: -1; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  background: var(--fox);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  padding: 7px 14px;
  border-radius: 100px;
  margin-bottom: auto;
}
.pill.green { background: var(--gold); color: var(--bark); }
.pill.blue { background: var(--sage); color: var(--forest); }
.news-feature h3 { font-size: 30px; font-weight: 600; margin: 22px 0 12px; letter-spacing: -.02em; color: #fff; }
.news-feature p { font-size: 15.5px; opacity: .9; line-height: 1.65; max-width: 460px; }
.news-feature .date { font-size: 13px; font-weight: 600; letter-spacing: .04em; opacity: .8; margin-top: 18px; display: flex; align-items: center; gap: 8px; }
.news-feature .more { margin-top: 24px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; color: var(--gold); }
.news-feature .more svg { transition: transform .25s; }
.news-feature:hover .more svg { transform: translateX(5px); }
.news-side { display: flex; flex-direction: column; gap: 18px; }
.news-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  transition: .28s;
  position: relative;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--sage);
  transition: width .28s, background .28s;
}
.news-card:hover { transform: translateX(6px); box-shadow: var(--shadow-sm); border-color: transparent; }
.news-card:hover::before { width: 7px; background: var(--fox); }
.news-card .tag { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--fox); }
.news-card h4 { font-size: 19px; color: var(--forest); margin: 7px 0 6px; font-weight: 600; line-height: 1.2; }
.news-card p { font-size: 14.5px; color: var(--bark-soft); line-height: 1.55; }
.news-card .date {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--bark-soft);
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ABOUT */
.about { background: var(--cream-2); position: relative; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.about-visual { position: relative; }
.about-visual .frame {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 8px solid var(--paper);
  background: var(--sage-soft);
  aspect-ratio: 4/5;
}
.about-visual .frame img,
.about-visual .frame svg { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-visual .badge {
  position: absolute;
  bottom: -26px;
  left: -26px;
  background: var(--fox);
  color: #fff;
  border-radius: 20px;
  padding: 22px 26px;
  box-shadow: var(--shadow);
  max-width: 210px;
}
.about-visual .badge .b-num { font-family: 'Fraunces', serif; font-size: 38px; font-weight: 600; line-height: 1; }
.about-visual .badge .b-txt { font-size: 13.5px; font-weight: 600; margin-top: 4px; opacity: .95; }
.about-text h2 { font-size: clamp(30px, 4vw, 46px); color: var(--forest); margin: 16px 0 22px; font-weight: 600; }
.about-text p { color: var(--bark-soft); margin-bottom: 18px; font-size: 17.5px; line-height: 1.75; }
.about-text .quote {
  border-left: 3px solid var(--fox);
  padding-left: 22px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 21px;
  color: var(--forest);
  margin: 26px 0;
  line-height: 1.4;
}
.values { display: flex; gap: 28px; margin-top: 28px; flex-wrap: wrap; }
.values .v { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--forest); }
.values .v .ic {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--sage-soft);
  display: grid;
  place-items: center;
  color: var(--forest);
  flex: none;
}
.values .v svg { width: 22px; height: 22px; }

/* FEATURE CARDS */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.fcard {
  background: var(--paper);
  border-radius: var(--r);
  padding: 32px 26px;
  border: 1px solid var(--line);
  transition: .3s;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.fcard::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 0;
  background: var(--forest);
  transition: height .3s;
  z-index: 0;
}
.fcard > * { position: relative; z-index: 1; transition: color .3s; }
.fcard:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.fcard:hover::after { height: 100%; }
.fcard:hover h3, .fcard:hover p, .fcard:hover .arrow { color: var(--cream-2); }
.fcard .ico {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--sage-soft);
  display: grid;
  place-items: center;
  color: var(--forest);
  margin-bottom: 22px;
  transition: .3s;
}
.fcard:hover .ico { background: var(--fox); color: #fff; transform: rotate(-6deg); }
.fcard .ico svg { width: 28px; height: 28px; }
.fcard h3 { font-size: 20px; color: var(--forest); margin-bottom: 8px; font-weight: 600; }
.fcard p { font-size: 14.5px; color: var(--bark-soft); line-height: 1.55; min-height: 42px; }
.fcard .arrow { margin-top: 18px; font-weight: 700; color: var(--fox); font-size: 14.5px; display: inline-flex; align-items: center; gap: 7px; }
.fcard .arrow svg { width: 16px; height: 16px; transition: transform .25s; }
.fcard:hover .arrow svg { transform: translateX(5px); }

/* CONTACT */
.contact { background: var(--forest); color: var(--cream-2); position: relative; overflow: hidden; }
.contact::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(217, 164, 65, .22), transparent 65%);
}
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; position: relative; z-index: 1; }
.contact h2 { font-size: clamp(32px, 4.4vw, 50px); color: var(--cream-2); margin: 16px 0 18px; font-weight: 600; }
.contact .eyebrow { color: var(--gold); }
.contact .eyebrow::before { background: var(--gold); }
.contact p.intro { opacity: .86; font-size: 18px; max-width: 440px; margin-bottom: 34px; line-height: 1.7; }
.contact-list { display: flex; flex-direction: column; gap: 20px; }
.cl-item { display: flex; align-items: center; gap: 18px; }
.cl-item .ic {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  display: grid;
  place-items: center;
  color: var(--gold);
  flex: none;
  border: 1px solid rgba(255, 255, 255, .12);
}
.cl-item .ic svg { width: 24px; height: 24px; }
.cl-item .k { font-size: 12.5px; text-transform: uppercase; letter-spacing: .14em; opacity: .65; font-weight: 600; }
.cl-item .v { font-size: 19px; font-weight: 600; color: #fff; }
.cl-item a.v:hover { color: var(--gold); }
.map-card { background: var(--cream-2); border-radius: var(--r); padding: 10px; box-shadow: var(--shadow); }
.map-card .inner {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  background: linear-gradient(160deg, #dfe9d8, #c5d2be);
}
.map-card .inner .map-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.map-card .map-label {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: rgba(255, 253, 247, .94);
  border-radius: 12px;
  padding: 12px 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.map-card .map-label .ml-a { font-weight: 700; color: var(--forest); font-size: 14.5px; }
.map-card .map-label .ml-b { font-size: 12.5px; color: var(--bark-soft); }
.map-card .map-label a {
  background: var(--fox);
  color: #fff;
  font-weight: 700;
  font-size: 12.5px;
  padding: 8px 14px;
  border-radius: 100px;
  white-space: nowrap;
}
.map-card .map-label a:hover { background: var(--fox-deep); color: #fff; }

/* FOOTER */
footer.site-footer {
  background: #16271C;
  color: rgba(244, 238, 223, .7);
  padding: 60px 0 28px;
  font-size: 14.5px;
}
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.foot-brand .brand .name { color: var(--cream-2); }
.foot-brand p { margin-top: 18px; max-width: 320px; line-height: 1.65; }
.foot-col h5 { font-family: 'Fraunces', serif; color: var(--cream-2); font-size: 18px; margin-bottom: 16px; font-weight: 600; }
.foot-col a { display: block; padding: 6px 0; transition: .2s; }
.foot-col a:hover { color: var(--gold); transform: translateX(3px); }
.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
}
.foot-bottom .made { display: flex; align-items: center; gap: 6px; }
.foot-bottom .made a { color: var(--gold); font-weight: 600; }
.foot-bottom .made a:hover { color: var(--cream-2); text-decoration: underline; text-underline-offset: 3px; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2, .7, .2, 1), transform .8s cubic-bezier(.2, .7, .2, 1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.hero-copy > * { opacity: 0; animation: rise .9s cubic-bezier(.2, .7, .2, 1) forwards; }
.hero-copy .eyebrow { animation-delay: .1s; }
.hero-copy h1 { animation-delay: .22s; }
.hero-copy p.lead { animation-delay: .36s; }
.hero-copy .hero-cta { animation-delay: .48s; }
.hero-copy .hero-tags { animation-delay: .6s; }
.scene { opacity: 0; animation: rise 1.1s cubic-bezier(.2, .7, .2, 1) .4s forwards; }

@media (max-width: 920px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 10px; }
  .scene { max-width: 480px; margin: 10px auto 0; order: -1; }
  .news-wrap { grid-template-columns: 1fr; }
  .hero { padding-top: 40px; }
  section.block { padding: 72px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-visual { max-width: 380px; }
  .contact-grid { grid-template-columns: 1fr; gap: 44px; }
}
@media (max-width: 760px) {
  .foot-top { grid-template-columns: 1fr 1fr; gap: 34px; }
  .foot-brand { grid-column: 1/-1; }
}
@media (max-width: 520px) { .cards { grid-template-columns: 1fr; } }
