@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@700&display=swap');

/* ========== APPLE WHITE MINIMALIST — brand.css fully neutralized ========== */
:root{
  --ink: #1d1d1f;
  --muted: #86868b;
  --paper: #fff;
  --card: #fff;
  --line: #d2d2d7;
  --accent: #000;
  --accent-2: #333;
  --dark: #fff;
  --shadow: 0 2px 10px rgba(0,0,0,0.03);
  --radius: 16px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font:15px/1.72 Inter,ui-sans-serif,system-ui,sans-serif;
  overflow-x:clip;
}
h1,h2,h3,.brand, .display{
  font-family:Inter,system-ui,sans-serif;
  letter-spacing:-.025em;
  font-weight:700;
}
a{color:inherit;text-decoration:none}
img,picture,video{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 36px));margin-inline:auto}
.site-header{
  width:min(1240px,calc(100% - 32px));
  margin:14px auto 0;
  padding:11px 18px;
  display:flex;align-items:center;gap:20px;
  background:rgba(255,255,255,.94);
  border:1px solid var(--line);
  border-radius:12px;
  backdrop-filter:blur(10px);
  position:relative;z-index:20;
}
.brand{display:flex;align-items:center;gap:9px;margin-right:auto;font-size:13px;letter-spacing:.02em;font-weight:700}
.brand small{display:block;font-size:9px;letter-spacing:.14em;color:var(--muted);font-weight:500;margin-top:1px}
.brand-mark{width:134px;height:40px;min-width:134px;border-radius:0;overflow:visible;background:transparent;display:flex;align-items:center;padding:0;flex:0 0 134px;border:0}
.brand-mark img{width:134px;height:40px;max-width:none;object-fit:contain;object-position:left center;display:block}
.main-nav{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700}
.nav-group>button{border:0;background:transparent;color:#4d433b;font:inherit;padding:12px 10px}
.nav-cta{padding:10px 14px;background:var(--chili);color:#fff;border-radius:999px}
/* hero-photo neutralized to pure Apple white */
.hero-photo{
  min-height:420px;
  margin:18px auto 0;
  width:min(1240px,calc(100% - 24px));
  border-radius:18px;
  overflow:hidden;
  position:relative;
  color:#1d1d1f;
  background:#fff !important;
  display:grid;align-items:end;
  border:1px solid #d2d2d7;
}
.hero-photo:after{ display:none !important; content:none; }
.hero-photo .wrap{position:relative;z-index:1;padding:70px 0 56px}
.hero-kicker{display:inline-flex;gap:8px;align-items:center;letter-spacing:.2em;font-size:11px;font-weight:800;text-transform:uppercase;color:#f2d39a}
.hero-photo h1{font-size:clamp(46px,8vw,96px);line-height:.9;margin:12px 0 14px;max-width:14ch}
.hero-photo p{font-size:19px;max-width:58ch;color:#f4e6d4}
.filmstrip{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:-42px;position:relative;z-index:2;padding:0 18px}
.filmstrip figure{margin:0;border-radius:14px;overflow:hidden;background:#000;min-height:120px}
.filmstrip img{width:100%;height:140px;object-fit:cover}
.section{padding:84px 0}
.section-tint{background:#efe4d3}
.dark-panel{background:var(--dark);color:#f7efe4}
.eyebrow,.kicker{display:block;text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:11px;color:var(--chili)}
.section-head h2,.split-feature h2,.dark-panel h2{font-size:clamp(34px,5vw,62px);line-height:.95;margin:10px 0 0}
.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;padding:13px 18px;border-radius:999px;font-weight:800;font-size:13px}
.button-dark{background:var(--dark);color:#fff}
.button-dark:hover{background:var(--chili)}
.button-quiet{background:#fff;border-color:var(--line)}
.button-light{background:#f0d48a;color:var(--dark)}
.button-outline-light{border-color:rgba(255,255,255,.35);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.product-card{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.product-art{height:220px;background:#d9b48a;position:relative}
.product-art img,.product-art picture,.product-art picture img{width:100%;height:220px;object-fit:cover}
.product-art i{position:absolute;right:12px;top:12px;padding:5px 8px;border-radius:99px;background:rgba(255,250,243,.86);font-size:10px;font-style:normal;color:var(--dark);font-weight:800}
.product-body{padding:18px 18px 16px}
.product-body h3{font-size:24px;margin:8px 0}
.product-body p{color:var(--muted);font-size:14px;min-height:auto}
.card-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:14px;margin-top:14px;font-size:13px}
.proof-band{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.proof-photo{border-radius:22px;overflow:hidden;min-height:420px;background:#222}
.proof-photo img{width:100%;height:100%;object-fit:cover;min-height:420px}
.process-rail{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}
.process-rail div{min-height:110px;border-radius:16px;background:var(--card);border:1px solid var(--line);display:grid;place-items:center;text-align:center;padding:12px;font-weight:800;font-size:12px;letter-spacing:.08em}
.process-rail div b{display:block;color:var(--chili);font-size:11px;margin-bottom:6px}
.masonry{columns:4 180px;column-gap:12px}
.masonry figure{break-inside:avoid;margin:0 0 12px;background:var(--card);border:1px solid var(--line);border-radius:14px;overflow:hidden}
.masonry img{width:100%;height:auto;display:block}
.masonry figcaption{padding:9px 11px;font-size:11px;color:var(--muted)}
.lightbox-stage{width:min(1100px,94vw);border:0;padding:0;background:#0d0a08;color:#fff;border-radius:16px;overflow:hidden}
.lightbox-stage img{width:100%;max-height:78vh;object-fit:contain;background:#000}
.lightbox-stage p{margin:0;padding:14px 16px;font-size:13px;color:#e8d7c4}
.page-hero{min-height:520px;border-radius:0 0 28px 28px;color:#fff;display:grid;align-items:end;background:#1a120c center/cover;position:relative}
.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(12,8,6,.78))}
.page-hero .wrap{position:relative;z-index:1;padding:80px 0 48px}
.page-hero h1{font-size:clamp(44px,7vw,86px);line-height:.92;margin:10px 0}
.story-photos{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}
.story-photos figure{margin:0;border-radius:16px;overflow:hidden}
.story-photos img{width:100%;height:100%;object-fit:cover;min-height:180px}
.story-photos figure:first-child img{min-height:360px}
.rfq-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:end}
.rfq-product-grid article{overflow:hidden}
.rfq-product-grid .mini-art{height:150px;background:#e2c8a4}
.rfq-product-grid .mini-art img{width:100%;height:150px;object-fit:cover}
.intel-feature{display:grid;grid-template-columns:1.4fr .8fr;gap:22px}
.intel-feature .lead{min-height:360px;border-radius:22px;overflow:hidden;color:#fff;background:#1a120c center/cover;display:grid;align-items:end}
.intel-feature .lead>div{padding:28px;background:linear-gradient(transparent,rgba(0,0,0,.72))}
.media-feature{display:grid;grid-template-columns:1.3fr 1fr;gap:18px}
.chip{border:1px solid var(--line);background:#fff;border-radius:99px;padding:8px 14px;font-size:12px;font-weight:800;color:var(--muted)}
.chip.active{background:var(--dark);color:#fff}
.filter-row,.gallery-toolbar,.intelligence-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}
.proposal-visual{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.compare{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--line);border-radius:18px;overflow:hidden}
.compare>div{padding:28px}
.compare .today{background:#efe4d3}
.compare .future{background:var(--dark);color:#fff}
.site-footer{padding:42px max(18px,calc((100% - 1180px)/2));background:#120d0a;color:#eadccb;display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:24px}
.marquee-strip{background:var(--chili);color:#fff;padding:14px 0;overflow:hidden;font-size:12px;letter-spacing:.18em;font-weight:800;white-space:nowrap}
.marquee-strip div{width:max-content;animation:slide 28s linear infinite}
.aurora{display:none}
.ops-grid>div,.metric-card,.article-card,.intel-card{border-radius:16px}
.detail-art{height:560px;border-radius:22px;overflow:hidden;background:#d9b48a}
.detail-art img,.detail-art picture img{width:100%;height:560px;object-fit:cover}
.variant-pills{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}
.variant-pills span{border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700}
.related-media{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.related-media img{width:100%;height:140px;object-fit:cover;border-radius:12px}
.timeline-visual{position:relative}
.timeline-visual:before{content:"";position:absolute;left:84px;top:0;bottom:0;width:2px;background:var(--chili);opacity:.35}
.expanded-timeline>div article{background:var(--card)}
.live-still{border-radius:22px;overflow:hidden}
.live-still img{width:100%;max-height:720px;object-fit:cover}
.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.stat-row>div{background:var(--card);padding:22px}
.stat-row b{display:block;font-size:34px;font-family:Fraunces,serif;color:var(--chili)}
.notice{font-size:12px;color:var(--muted)}
.home-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.home-gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px}
@media(max-width:900px){
  .main-nav{display:none}
  .menu-toggle{display:block}
  .hero-photo{min-height:78vh;width:calc(100% - 16px);border-radius:20px}
  .filmstrip,.product-grid,.process-rail,.story-photos,.proof-band,.rfq-hero,.intel-feature,.media-feature,.compare,.proposal-visual,.stat-row,.home-gallery,.related-media{grid-template-columns:1fr 1fr}
  .process-rail{grid-template-columns:1fr 1fr}
  .masonry{columns:2}
}
@media(max-width:560px){
  .hero-photo h1{font-size:46px}
  .product-grid,.filmstrip,.stat-row,.home-gallery,.related-media,.process-rail,.compare{grid-template-columns:1fr}
  .page-hero{min-height:440px}
  .detail-art,.detail-art img{height:280px}
  .masonry{columns:1}
}
@media (prefers-reduced-motion:reduce){
  *,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
.nav-group>div{z-index:30}
.gallery-open{cursor:zoom-in}
.caption-credit{font-size:11px;color:var(--muted);margin-top:8px}
.journey{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.journey>div{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:16px;min-height:150px}
.journey span{color:var(--chili);font-weight:800}
@media(max-width:900px){.journey{grid-template-columns:1fr 1fr}}
