﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --bg:#f4f0e8;
  --surface:#fffdf8;
  --surface-2:#f1eadf;
  --ink:#182219;
  --muted:#5f695f;
  --line:rgba(24,34,25,.1);
  --brand:#264b2f;
  --brand-2:#6e8b46;
  --accent:#d9bc83;
  --shadow:0 28px 70px rgba(23,34,23,.14);
  --shadow-soft:0 18px 40px rgba(23,34,23,.08);
  --radius-xl:30px;
  --radius-lg:24px;
  --radius-md:18px;
  --container:1200px;
}

*,
*::before,
*::after{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:'Manrope',sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top left, rgba(110,139,70,.12), transparent 28%),
    radial-gradient(circle at right, rgba(217,188,131,.1), transparent 20%),
    var(--bg);
  line-height:1.65;
}

img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
p{margin:0 0 1rem;color:var(--muted)}
ul{list-style:none;margin:0;padding:0}

.site-shell{overflow:hidden}
.container-fluid-narrow,
.site-header__inner,
.footer-shell{width:min(var(--container),calc(100% - 2rem));margin:0 auto}

.site-header{
  position:sticky;top:0;z-index:30;
  background:rgba(244,240,232,.78);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(24,34,25,.08);
  box-shadow:0 10px 30px rgba(23,34,23,.04);
  transition:.3s ease;
}
.site-header.is-scrolled{background:rgba(244,240,232,.94);box-shadow:0 14px 30px rgba(23,34,23,.08)}
.site-header__inner{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 0
}

.brand{display:flex;align-items:center;gap:.9rem;min-width:0}
.brand img{width:72px;height:auto}
.brand__meta{display:flex;flex-direction:column;gap:.1rem;min-width:0}
.brand__name{
  font-family:'Cormorant Garamond',serif;
  font-size:2rem;line-height:.92;letter-spacing:.16em
}
.brand__tag{
  font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)
}

.nav-toggle{
  display:none;
  width:52px;height:52px;border:1px solid var(--line);border-radius:50%;
  background:rgba(255,255,255,.6);color:var(--ink);cursor:pointer
}

.site-nav ul{display:flex;align-items:center;gap:.4rem}
.site-nav a{
  display:inline-flex;align-items:center;padding:.8rem 1rem;border-radius:999px;
  font-weight:700;color:var(--muted);transition:.25s ease
}
.site-nav a:hover,.site-nav a.is-active{background:rgba(38,75,47,.08);color:var(--brand)}

.header-cta{display:flex;align-items:center}
.button{
  display:inline-flex;align-items:center;justify-content:center;gap:.7rem;
  padding:.92rem 1.35rem;border-radius:999px;border:1px solid transparent;
  font-weight:800;letter-spacing:.02em;transition:.25s ease;cursor:pointer
}
.button:hover{transform:translateY(-2px)}
.button--primary{background:linear-gradient(135deg,var(--brand),#1d3624);color:#fff;box-shadow:0 14px 28px rgba(38,75,47,.2)}
.button--secondary{background:rgba(255,255,255,.82);border-color:rgba(38,75,47,.18);color:var(--brand);box-shadow:var(--shadow-soft)}
.button--ghost{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.24);color:#fff}

.eyebrow{
  display:inline-flex;align-items:center;gap:.65rem;
  font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-2)
}
.eyebrow::before{content:"";width:40px;height:1px;background:currentColor}

.hero,
.page-hero{
  width:min(var(--container),calc(100% - 2rem));
  margin:1rem auto 0;border-radius:40px;overflow:hidden;position:relative;
  color:#fff;background:#2a372b;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.14)
}

.hero__slides,.page-hero__slides{position:absolute;inset:0;z-index:0}
.hero__slides::after,.page-hero__slides::after{
  content:"";position:absolute;inset:0;z-index:2;
  background:
    linear-gradient(130deg, rgba(18,31,19,.52), rgba(18,31,19,.18)),
    linear-gradient(180deg, rgba(18,31,19,.1), rgba(18,31,19,.48))
}
.hero__slide,.page-hero__slide{
  position:absolute;inset:0;background:center/cover no-repeat;
  opacity:0;transform:scale(1.05);animation:bannerSlide 24s infinite
}
.hero__slide:nth-child(1),.page-hero__slide:nth-child(1){animation-delay:0s}
.hero__slide:nth-child(2),.page-hero__slide:nth-child(2){animation-delay:6s}
.hero__slide:nth-child(3),.page-hero__slide:nth-child(3){animation-delay:12s}
.hero__slide:nth-child(4),.page-hero__slide:nth-child(4){animation-delay:18s}

.hero::after{
  content:"";position:absolute;left:-110px;bottom:-110px;width:300px;height:300px;border-radius:50%;
  background:rgba(217,188,131,.18);filter:blur(20px)
}
.hero::before,.page-hero::before{
  content:"";position:absolute;inset:18px;border-radius:30px;
  border:1px solid rgba(255,255,255,.14);z-index:1;pointer-events:none
}

.hero__content,.hero__media,.page-hero__inner{position:relative;z-index:1}
.hero__grid{
  display:grid;grid-template-columns:minmax(0,1.22fr) minmax(300px,.92fr);
  gap:2rem;padding:clamp(1.25rem,3vw,3rem);align-items:end;min-height:min(74vh,700px)
}
.hero__content{max-width:48rem;padding:clamp(1rem,2vw,1.4rem) 0}
.page-hero__inner{gap:.25rem}

.hero h1,.page-hero h1,.section-title h2,.quote-card blockquote,.footer-brand__name{
  font-family:'Cormorant Garamond',serif
}
.hero h1{font-size:clamp(3.7rem,7vw,6.2rem);line-height:.9;margin:1rem 0;max-width:9ch;text-wrap:balance;text-shadow:0 14px 30px rgba(10,18,11,.28)}
.hero p{max-width:40rem;color:rgba(255,255,255,.84);font-size:1.05rem}
.hero__actions,.hero__stats{display:flex;flex-wrap:wrap;gap:1rem}
.hero__actions{margin-top:1.6rem}
.hero__stats{margin-top:1.8rem}

.metric{
  min-width:150px;padding:1rem 1.1rem;border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px)
}
.metric strong{display:block;font-size:1.8rem;line-height:1;margin-bottom:.35rem}
.metric span{color:rgba(255,255,255,.74);font-size:.92rem}

.hero-card,.surface-card,.feature-card,.product-card,.journal-card,.contact-card,.value-card,.timeline-card{
  background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,252,246,.78));border:1px solid rgba(24,34,25,.08);box-shadow:0 18px 44px rgba(23,34,23,.06)
}
.hero-card,.surface-card,.feature-card,.product-card,.journal-card,.contact-card,.value-card,.timeline-card,.portrait-card,.quote-card{border-radius:28px}
.hero-card{
  padding:1rem;background:linear-gradient(180deg, rgba(248,244,236,.2), rgba(248,244,236,.08));border-color:rgba(255,255,255,.16);backdrop-filter:blur(10px);box-shadow:0 30px 60px rgba(8,14,9,.2)
}
.hero-card__image{overflow:hidden;border-radius:22px;margin-bottom:1rem}
.hero-card__image img{width:100%;min-height:400px;object-fit:cover}
.hero-card__strip{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-top:.8rem}
.hero-card__strip img{height:94px;object-fit:cover;border-radius:16px}

.section{padding:5.3rem 0}
.section--tight{padding-top:3.4rem;padding-bottom:3.9rem}
.contact-page-compact .section{padding-top:3.2rem;padding-bottom:3.2rem}
.contact-page-compact .section.section--tight{padding-top:2.8rem;padding-bottom:3.8rem}

.section-title{
  display:flex;align-items:end;justify-content:space-between;gap:1.3rem;margin-bottom:2rem
}
.section-title h2{font-size:clamp(2.35rem,5vw,4rem);line-height:.95;margin:.35rem 0 0}
.section-title p{max-width:36rem}

.intro-grid,.story-grid,.contact-grid,.feature-grid,.footer-grid,.cta-panel,.split-band,.product-focus,.journal-grid,.mosaic-grid,.card-grid,.stats-grid,.timeline-grid,.value-grid,.logo-cloud,.product-grid{
  display:grid;gap:1.4rem
}
.intro-grid{grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);align-items:center}
.story-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center}
.split-band{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center}
.product-focus{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center}
.contact-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start}
.contact-stack{display:grid;gap:.8rem;align-content:start}
.cta-panel{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;padding:clamp(1.4rem,3vw,2.4rem)}
.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.timeline-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.value-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.logo-cloud{grid-template-columns:repeat(5,minmax(0,1fr))}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.journal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

.surface-card--padded,.feature-card__body,.product-card__body,.journal-card__body,.contact-card__body,.value-card__body,.timeline-card__body{padding:1.35rem}

.image-stack{position:relative;min-height:500px}
.image-stack img{position:absolute;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.image-stack img:nth-child(1){inset:0 4.5rem 4.5rem 0;width:calc(100% - 4.5rem);height:calc(100% - 4.5rem)}
.image-stack img:nth-child(2){right:0;top:2rem;width:38%;height:38%}
.image-stack img:nth-child(3){left:1.4rem;bottom:0;width:31%;height:28%}

.pill-list{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.4rem}
.pill{
  padding:.72rem 1rem;border-radius:999px;background:rgba(38,75,47,.08);
  color:var(--brand);font-size:.9rem;font-weight:800
}

.stat-card{
  padding:1.5rem;border-radius:24px;background:linear-gradient(180deg, rgba(255,255,255,.82), rgba(241,234,223,.8));
  border:1px solid rgba(24,34,25,.07)
}
.stat-card strong{display:block;font-size:clamp(2rem,4vw,2.8rem);line-height:1;color:var(--brand);margin-bottom:.45rem}

.feature-card,.product-card,.journal-card{overflow:hidden}
.feature-card img,.product-card img,.journal-card img{width:100%;height:250px;object-fit:cover;transition:transform .5s ease}
.product-card ul{display:grid;gap:.45rem;margin-top:.85rem}
.product-card li{padding-left:1rem;position:relative;color:var(--muted)}
.product-card li::before{
  content:"";position:absolute;left:0;top:.72rem;width:6px;height:6px;border-radius:50%;background:var(--accent)
}
.feature-card:hover img,.product-card:hover img,.journal-card:hover img,.hero-card:hover .hero-card__image img{transform:scale(1.04)}

.accent-panel .container-fluid-narrow{padding:2rem;border-radius:32px;background:linear-gradient(180deg, rgba(255,255,255,.5), rgba(241,234,223,.72));box-shadow:var(--shadow-soft)}

.kicker,.timeline-card__year{
  display:inline-block;padding:.44rem .8rem;border-radius:999px;background:rgba(110,139,70,.12);
  color:var(--brand-2);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.8rem
}

.split-band__image,.product-focus__image,.story-grid__image,.contact-map{min-height:500px}
.contact-page-compact .contact-map{min-height:300px}
.split-band__image img,.product-focus__image img,.story-grid__image img,.contact-map iframe{
  width:100%;height:100%;object-fit:cover;border-radius:28px;border:0
}

.quote-card{
  padding:clamp(1.5rem,3vw,2.5rem);background:linear-gradient(160deg, rgba(22,48,29,.98), rgba(95,128,58,.95));color:#fff;box-shadow:0 30px 60px rgba(25,46,28,.24)
}
.quote-card blockquote{font-size:clamp(2rem,4vw,3rem);line-height:1;margin:0 0 1rem}
.quote-card p,.quote-card span{color:rgba(255,255,255,.78)}

.process-list{display:grid;gap:1rem;margin-top:1.4rem}
.process-item{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.16)}
.process-item:first-child{border-top:0;padding-top:0}
.process-item strong{font-size:.88rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.66)}

.mosaic-grid{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:140px}
.mosaic-grid figure{margin:0;overflow:hidden;border-radius:24px}
.mosaic-grid img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.mosaic-grid figure:hover img{transform:scale(1.06)}
.mosaic-grid figure:nth-child(1),.mosaic-grid figure:nth-child(8),.mosaic-grid figure:nth-child(12){grid-column:span 2;grid-row:span 2}
.mosaic-grid figure:nth-child(4),.mosaic-grid figure:nth-child(10){grid-row:span 2}

.journal-card__meta{display:flex;justify-content:space-between;gap:1rem;font-size:.84rem;color:var(--muted);margin-bottom:.8rem}

.mini-gallery,.logo-cloud{display:grid;gap:1rem}
.mini-gallery{grid-template-columns:repeat(7,minmax(0,1fr))}
.mini-gallery img,.logo-cloud img{width:100%;height:94px;object-fit:cover;border-radius:18px}
.logo-cloud a{
  display:flex;align-items:center;justify-content:center;min-height:120px;padding:1rem;border-radius:24px;
  background:rgba(255,255,255,.68);border:1px solid rgba(24,34,25,.08)
}
.logo-cloud img{height:54px;object-fit:contain}

.page-hero__inner{
  padding:clamp(2rem,5vw,3.6rem);min-height:min(46vh,420px);display:flex;flex-direction:column;justify-content:end
}
.page-hero h1{font-size:clamp(3rem,6vw,5rem);line-height:.95;margin:.8rem 0}
.breadcrumb{
  display:flex;flex-wrap:wrap;gap:.8rem;align-self:flex-start;margin-top:.8rem;padding:.78rem 1rem;
  border-radius:999px;background:rgba(255,253,248,.9);border:1px solid rgba(23,49,29,.1);box-shadow:0 12px 26px rgba(16,30,18,.12);
  color:#17311d;font-weight:700
}
.breadcrumb span::after{content:"/";margin-left:.8rem;color:rgba(23,49,29,.42)}
.breadcrumb span:last-child::after{display:none}
.breadcrumb a{color:var(--brand)}

.portrait-card{
  padding:1.4rem;border-radius:28px;background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(241,234,223,.86));box-shadow:var(--shadow)
}
.signature{display:flex;align-items:center;gap:1rem;margin-top:1.2rem;padding-top:1.1rem;border-top:1px solid var(--line)}
.value-card{text-align:center}
.value-card__icon{
  width:70px;height:70px;margin:1.4rem auto 0;border-radius:50%;display:grid;place-items:center;background:rgba(38,75,47,.08)
}
.value-card__icon img{width:32px;height:32px;object-fit:contain}

.contact-page-compact .contact-card{height:auto}
.contact-page-compact .contact-card__body{padding:1rem 1.1rem}
.contact-page-compact .contact-card .contact-map{margin-top:-.2rem}
.contact-page-compact .contact-card__body p:last-child{margin-bottom:0}
.contact-card__body p strong{color:var(--ink)}
.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.contact-form .full{grid-column:1/-1}
.field{display:grid;gap:.5rem}
.field label{font-size:.88rem;font-weight:800;color:var(--ink)}
.field input,.field textarea{
  width:100%;padding:1rem 1.1rem;border:1px solid rgba(24,34,25,.12);border-radius:18px;background:rgba(255,255,255,.88);
  color:var(--ink);font:inherit
}
.field textarea{min-height:180px;resize:vertical}
.cta-panel__photos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}
.cta-panel__photos img{height:160px;object-fit:cover;border-radius:20px}

.site-footer{padding:2.2rem 0 2.6rem}
.footer-shell{
  padding:clamp(1.4rem,3vw,2.4rem);border-radius:34px;background:linear-gradient(155deg,#101912,#243927);color:rgba(255,255,255,.8);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.06)
}
.footer-grid{grid-template-columns:minmax(0,1.1fr) repeat(3,minmax(0,.7fr))}
.footer-brand__name{color:#fff;font-size:2.2rem;letter-spacing:.16em;margin:.8rem 0}
.footer-brand img{width:88px}
.footer-title{font-size:.88rem;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.56);margin-bottom:1rem}
.footer-list{display:grid;gap:.7rem}
.footer-list a,.footer-list span{color:rgba(255,255,255,.8)}
.footer-bottom{
  margin-top:1.5rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.1);
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem;font-size:.94rem
}
.footer-bottom a{color:#fff}

.surface-card,.feature-card,.product-card,.journal-card,.contact-card,.value-card,.timeline-card,.logo-cloud a,.hero-card{
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease
}
.surface-card:hover,.feature-card:hover,.product-card:hover,.journal-card:hover,.contact-card:hover,.value-card:hover,.timeline-card:hover,.logo-cloud a:hover,.hero-card:hover{
  transform:translateY(-5px);box-shadow:0 24px 52px rgba(23,34,23,.09);border-color:rgba(38,75,47,.16)
}

html.js-ready .reveal{opacity:0;transform:translateY(28px) scale(.985);transition:opacity .8s ease,transform .8s ease}
html.js-ready .reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}
html.js-ready .reveal[data-reveal="left"]{transform:translateX(-28px)}
html.js-ready .reveal[data-reveal="right"]{transform:translateX(28px)}
html.js-ready .reveal[data-reveal="zoom"]{transform:translateY(18px) scale(.96)}
html.js-ready .reveal.is-visible[data-reveal="left"],
html.js-ready .reveal.is-visible[data-reveal="right"],
html.js-ready .reveal.is-visible[data-reveal="zoom"]{transform:translate(0,0) scale(1)}

@keyframes bannerSlide{
  0%{opacity:0;transform:scale(1.06)}
  4%{opacity:1}
  25%{opacity:1;transform:scale(1)}
  29%{opacity:0}
  100%{opacity:0;transform:scale(.985)}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition-duration:.01ms!important;transition-delay:0ms!important}
  html.js-ready .reveal,html.js-ready .reveal.is-visible{opacity:1;transform:none}
  .hero__slide,.page-hero__slide{animation:none!important;opacity:0;transform:none}
  .hero__slide:first-child,.page-hero__slide:first-child{opacity:1}
}

@media (max-width:1199px){
  .card-grid,.journal-grid,.product-grid,.value-grid,.logo-cloud,.timeline-grid,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mini-gallery{grid-template-columns:repeat(4,minmax(0,1fr))}
  .mosaic-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media (max-width:991px){
  .site-header__inner{gap:.9rem;padding:.85rem 0}
  .nav-toggle{display:inline-grid;place-items:center}
  .site-nav{
    position:absolute;left:1rem;right:1rem;top:calc(100% + .75rem);
    opacity:0;visibility:hidden;transform:translateY(-12px);transition:.25s ease
  }
  .site-nav.is-open{opacity:1;visibility:visible;transform:translateY(0)}
  .site-nav ul{
    flex-direction:column;align-items:stretch;padding:1rem;border-radius:24px;
    background:rgba(255,253,248,.98);border:1px solid rgba(24,34,25,.08);box-shadow:var(--shadow)
  }
  .header-cta{display:none}
  .hero__grid,.intro-grid,.split-band,.product-focus,.story-grid,.contact-grid,.cta-panel,.footer-grid{grid-template-columns:1fr}
  .hero__grid{min-height:auto;gap:1.4rem;padding:1.35rem}
  .page-hero__inner{min-height:300px;padding:1.6rem}
  .hero-card__image img,.split-band__image,.product-focus__image,.story-grid__image,.contact-map{min-height:360px}
  .contact-page-compact .contact-map{min-height:260px}
  .image-stack{min-height:420px}
  .mosaic-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:180px}
  .mosaic-grid figure,.mosaic-grid figure:nth-child(1),.mosaic-grid figure:nth-child(4),.mosaic-grid figure:nth-child(8),.mosaic-grid figure:nth-child(10),.mosaic-grid figure:nth-child(12){
    grid-column:span 1;grid-row:span 1
  }
}

@media (max-width:767px){
  .section{padding:3.7rem 0}
  .container-fluid-narrow,.site-header__inner,.footer-shell,.hero,.page-hero{width:min(100% - 1rem,var(--container))}
  .brand img{width:52px}
  .brand__name{font-size:1.3rem;letter-spacing:.12em}
  .brand__tag{font-size:.68rem;letter-spacing:.14em}
  .site-header__inner{gap:.65rem}
  .hero h1,.page-hero h1{font-size:2.35rem;max-width:12ch}
  .hero p,.page-hero p{font-size:.98rem}
  .stats-grid,.card-grid,.journal-grid,.timeline-grid,.product-grid,.value-grid,.logo-cloud,.mini-gallery{grid-template-columns:1fr}
  .contact-form{grid-template-columns:1fr}
  .hero-card__strip,.cta-panel__photos{grid-template-columns:1fr 1fr}
  .hero__media{order:-1}
  .hero-card{padding:.8rem;border-radius:22px;background:rgba(248,244,236,.14)}
  .hero-card__image{margin-bottom:.8rem}
  .metric{min-width:100%}
  .hero__actions{flex-direction:column;align-items:stretch}
  .button{width:100%}
  .image-stack{min-height:260px}
  .image-stack img:nth-child(1){inset:0 3rem 3rem 0;width:calc(100% - 3rem);height:calc(100% - 3rem)}
  .image-stack img:nth-child(2){width:38%;height:38%}
  .image-stack img:nth-child(3){width:34%}
  .mosaic-grid{gap:.85rem}
  .mosaic-grid figure{border-radius:18px}
  .journal-card img,.feature-card img,.product-card img{height:220px}
  .mini-gallery{gap:.75rem}
  .mini-gallery img,.logo-cloud img{height:120px;border-radius:14px}
  .cta-panel__photos img{height:120px;border-radius:16px}
  .footer-bottom{flex-direction:column}
  .section-title{margin-bottom:1.6rem}
  .section-title h2{font-size:2rem}
  .surface-card--padded,.feature-card__body,.product-card__body,.journal-card__body,.contact-card__body,.value-card__body,.timeline-card__body,.quote-card{padding:1.15rem}
  .hero-card__image img{min-height:240px}
  .breadcrumb{width:100%;border-radius:20px;gap:.45rem;padding:.7rem .85rem;font-size:.9rem}
}

@media (max-width:575px){
  .site-header__inner{display:grid;grid-template-columns:auto auto;align-items:center;width:calc(100% - .8rem);padding:.7rem 0}
  .brand{gap:.6rem}
  .brand img{width:46px}
  .brand__name{font-size:1.08rem;letter-spacing:.08em}
  .brand__tag{font-size:.6rem}
  .nav-toggle{justify-self:end;width:46px;height:46px}
  .site-nav{left:.4rem;right:.4rem}
  .hero__grid{padding:1rem;gap:1rem}
  .hero h1,.page-hero h1{font-size:2rem;line-height:.96;margin:.7rem 0}
  .hero p{font-size:.92rem}
  .hero__media{order:0}
  .hero-card{padding:.7rem;border-radius:18px}
  .hero-card__image{border-radius:16px}
  .hero__stats{gap:.7rem;margin-top:1.2rem}
  .metric{padding:.9rem;border-radius:18px}
  .metric strong{font-size:1.45rem}
  .hero-card__strip,.cta-panel__photos{grid-template-columns:1fr}
  .hero-card__strip img{height:74px;border-radius:12px}
  .mosaic-grid{grid-template-columns:1fr;grid-auto-rows:170px;gap:.75rem}
  .journal-card img,.feature-card img,.product-card img{height:180px}
  .cta-panel__photos img{height:110px}
  .mini-gallery img,.logo-cloud img{height:92px}
  .footer-brand__name{font-size:1.8rem}
  .footer-shell{padding:1.2rem}
}

@media (max-width:430px){
  .container-fluid-narrow,.hero,.page-hero,.footer-shell,.site-header__inner{width:calc(100% - .75rem)}
  .site-header__inner{gap:.45rem}
  .brand img{width:46px}
  .brand__name{font-size:.96rem;letter-spacing:.06em}
  .brand__tag{font-size:.55rem;letter-spacing:.1em}
  .nav-toggle{width:42px;height:42px}
  .hero__grid,.page-hero__inner{padding:.9rem}
  .hero h1,.page-hero h1{font-size:1.78rem}
  .hero p,.page-hero p,.section-title p,.feature-card p,.product-card p,.journal-card p,.contact-card p,.timeline-card p,.value-card p{font-size:.9rem}
  .section{padding:3.2rem 0}
  .section-title h2{font-size:1.72rem}
  .eyebrow{font-size:.68rem;letter-spacing:.16em}
  .eyebrow::before{width:28px}
  .button{padding:.82rem 1rem;font-size:.95rem}
  .hero-card,.surface-card--padded,.feature-card__body,.product-card__body,.journal-card__body,.contact-card__body,.value-card__body,.timeline-card__body,.quote-card{padding:.95rem}
  .hero-card__image img,.journal-card img,.feature-card img,.product-card img{height:170px;min-height:0}
  .cta-panel__photos img{height:96px}
  .metric strong{font-size:1.3rem}
  .metric span{font-size:.84rem}
  .breadcrumb{padding:.62rem .72rem;font-size:.84rem}
  .footer-brand__name{font-size:1.55rem}
  .footer-bottom{font-size:.88rem}
}

@media (max-width:360px){
  .brand{gap:.45rem}
  .brand img{width:42px}
  .brand__name{font-size:.88rem;letter-spacing:.04em}
  .brand__tag{display:none}
  .hero h1,.page-hero h1{font-size:1.6rem}
  .hero__grid,.page-hero__inner,.footer-shell{padding:.8rem}
  .button{font-size:.9rem;padding:.78rem .92rem}
  .section-title h2{font-size:1.5rem}
  .hero-card__strip img,.cta-panel__photos img,.mini-gallery img,.logo-cloud img{height:82px}
  .mosaic-grid{grid-auto-rows:150px}
}



