:root{
  --bg:#f7f3ec;
  --bg-soft:#f2ede4;
  --card:#fffdfa;
  --text:#231a12;
  --muted:#6f6459;
  --line:rgba(35,26,18,.14);
  --accent:#b98a39;
  --accent-deep:#8f6422;
  --topbar:#c79b47;
  --topbar-deep:#b2802d;
  --content:1140px;
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.65;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img,video{display:block;max-width:100%}
.container{width:min(calc(100% - 48px), var(--content));margin:0 auto}

.topbar{
  position:fixed;
  inset:0 0 auto 0;
  z-index:100;
  background:linear-gradient(180deg, rgba(199,155,71,.96), rgba(178,128,45,.93));
  backdrop-filter:blur(10px);
  box-shadow:0 10px 24px rgba(60,35,8,.15);
}
.topbar-inner{
  width:min(calc(100% - 48px), 920px);
  min-height:58px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand-mark img{width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.18))}
.nav{display:flex;gap:2px;flex-wrap:wrap;justify-content:flex-end}
.nav a{
  padding:6px 10px;
  border-radius:999px;
  font-size:.9rem;
  font-weight:700;
  color:#fff9ee;
  transition:background-color .22s ease, color .22s ease, transform .22s ease;
}
.nav a:hover{
  background:rgba(255,248,232,.16);
  color:#fff;
  transform:translateY(-1px);
}

.hero{
  position:relative;
  min-height:100vh;
  min-height:100svh;
  color:#fff;
  background:#000;
  overflow:hidden;
}
.hero-media,
.hero-video,
.hero-blackout,
.hero-shade,
.hero-flash{
  position:absolute;
  inset:0;
}
.hero-media{z-index:1}
.hero-video{
  width:100vw;
  height:100vh;
  height:100svh;
  object-fit:cover;
  object-position:center center;
  background:#000;
  opacity:0;
  transition:opacity .7s ease;
}
.hero-video.is-active{opacity:1}
.hero-blackout{
  z-index:3;
  background:#050505;
  animation:blackoutLift 1.05s cubic-bezier(.22,.74,.2,1) forwards;
}
.hero-shade{
  z-index:4;
  background:linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.28) 42%, rgba(0,0,0,.58) 100%);
}
.hero-flash{
  z-index:5;
  opacity:0;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,255,255,1) 0%, rgba(255,251,240,.96) 12%, rgba(255,245,216,.62) 24%, rgba(255,255,255,.12) 42%, rgba(255,255,255,0) 58%),
    radial-gradient(circle at 50% 40%, rgba(255,220,145,.35) 0%, rgba(255,220,145,0) 52%);
  animation:heroFlash 1.1s cubic-bezier(.14,.84,.32,1) .72s forwards;
}
.hero-content{
  position:relative;
  z-index:6;
  min-height:100vh;
  min-height:100svh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:96px 24px 44px;
}
.hero-logo,
.hero-place,
.hero h1,
.hero p{
  opacity:0;
  filter:blur(7px) brightness(1.2);
  animation:contentGlow .95s cubic-bezier(.16,.84,.24,1) forwards;
}
.hero-logo{
  width:min(160px, 20vw);
  margin-bottom:14px;
  transform:scale(.78);
  animation-delay:1s;
  filter:drop-shadow(0 20px 44px rgba(0,0,0,.42)) blur(8px) brightness(1.22);
}
.hero-place{
  margin-bottom:12px;
  font-size:.88rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.84);
  transform:translateY(10px);
  animation-delay:1.16s;
}
.hero h1{
  margin:0;
  font-size:min(5.2vw, 3.9rem);
  line-height:1;
  letter-spacing:.04em;
  text-transform:uppercase;
  white-space:nowrap;
  transform:translateY(12px);
  animation-delay:1.28s;
}
.hero p{
  margin:16px 0 0;
  max-width:36ch;
  font-size:clamp(1rem, 1.5vw, 1.2rem);
  color:rgba(255,255,255,.92);
  transform:translateY(12px);
  animation-delay:1.42s;
}
@keyframes blackoutLift{
  0%{opacity:1}
  18%{opacity:1}
  100%{opacity:0;visibility:hidden}
}
@keyframes heroFlash{
  0%{opacity:0;transform:scale(.94)}
  18%{opacity:1}
  54%{opacity:.92}
  100%{opacity:0;transform:scale(1.08)}
}
@keyframes contentGlow{
  0%{opacity:0;filter:blur(8px) brightness(1.28)}
  100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0) brightness(1)}
}

.section{padding:96px 0}
.section-soft{background:var(--bg-soft)}
.section-head{max-width:760px;margin-bottom:32px}
.compact-head{margin-bottom:26px}
.section-kicker{
  font-size:.8rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:800;
  color:var(--accent-deep);
}
.section-kicker-light{color:rgba(255,255,255,.8)}
.section-head h2{
  margin:12px 0 10px;
  font-size:clamp(2rem, 4vw, 3.2rem);
  line-height:1.06;
}
.section-head p{margin:0;color:var(--muted);font-size:1.05rem}
.section-head-light h2,
.section-head-light p{color:#fff}

.about-grid,
.lab-grid,
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.about-copy,
.plain-block{
  padding:0;
  background:transparent;
  border:none;
  box-shadow:none;
}
.about-copy p{margin:0 0 18px}
.quote{color:var(--accent-deep);font-weight:700}
.about-visuals{position:relative}
.about-badge{
  position:absolute;
  top:-8px;
  right:0;
  width:min(230px, 34%);
  z-index:2;
  object-fit:contain;
  filter:drop-shadow(0 14px 32px rgba(0,0,0,.15));
}
.about-photos{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  align-items:stretch;
}
.about-photos img,
.banner img{
  width:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}
.about-photos img{
  aspect-ratio:4 / 3;
  border-radius:20px;
}
.full-bleed-media{
  margin-bottom:28px;
  overflow:hidden;
  border-radius:22px;
  background:#ddd0bc;
}
.full-bleed-media img{
  height:clamp(280px, 36vw, 430px);
}

.subtle-grid{gap:26px}
.plain-block h3,
.product h3,
.feature h3{margin:0 0 10px;font-size:1.18rem}
.plain-block p,
.feature p{margin:0;color:var(--muted)}
.metric-inline{
  margin:0 0 16px;
  color:var(--accent-deep);
  font-weight:700;
}
.params{width:100%;border-collapse:collapse}
.params th,
.params td{
  padding:14px 0;
  border-bottom:1px solid rgba(35,26,18,.1);
  text-align:left;
}
.params th{
  color:var(--muted);
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.params tr:last-child td{border-bottom:0}
.doc-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.doc-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border:1px solid rgba(35,26,18,.14);
  border-radius:999px;
  font-size:.94rem;
  color:#54483c;
  background:transparent;
}
.is-disabled{
  opacity:.62;
  cursor:default;
  pointer-events:none;
}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product{display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.type-line{
  font-size:.8rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:800;
  color:var(--accent-deep);
}
.ghost-button{
  margin-top:auto;
  appearance:none;
  border:1px solid rgba(35,26,18,.18);
  background:transparent;
  color:#3f3429;
  border-radius:999px;
  padding:11px 16px;
  font-weight:700;
  cursor:default;
}

.contact-section{
  position:relative;
  overflow:hidden;
  color:#fff;
  min-height:520px;
}
.contact-photo,
.contact-overlay{position:absolute;inset:0}
.contact-photo{background-size:cover;background-position:center center}
.contact-overlay{background:linear-gradient(180deg, rgba(12,10,8,.76) 0%, rgba(12,10,8,.88) 100%)}
.contact-inner{position:relative;z-index:2;padding:84px 0 92px}
.contact-simple{align-items:end}
.contact-copy{max-width:520px}
.contact-name{font-size:1.18rem;font-weight:700;margin-bottom:18px}
.contact-lines p{margin:0 0 11px;color:rgba(255,255,255,.8);font-size:1rem}
.contact-lines span{opacity:.42;margin:0 8px}
.map-wrap iframe{
  width:100%;
  height:250px;
  border:0;
  border-radius:16px;
  display:block;
}

@media (max-width: 1080px){
  .shop-grid{grid-template-columns:repeat(2,1fr)}
  .feature-grid{grid-template-columns:1fr 1fr 1fr}
}
@media (max-width: 900px){
  .about-grid,
  .lab-grid,
  .contact-grid,
  .feature-grid{grid-template-columns:1fr}
  .about-badge{
    position:relative;
    top:auto;
    right:auto;
    width:min(240px, 56%);
    margin:0 0 20px auto;
  }
}
@media (max-width: 680px){
  .container{width:min(calc(100% - 26px), var(--content))}
  .topbar-inner{width:min(calc(100% - 26px), 920px);min-height:54px}
  .nav a{padding:5px 8px;font-size:.82rem}
  .brand-mark img{width:34px;height:34px}
  .hero-content{padding:84px 18px 36px}
  .hero-logo{width:min(124px, 29vw)}
  .hero-place{font-size:.74rem;letter-spacing:.14em}
  .hero h1{
    font-size:min(8vw, 2rem);
    white-space:normal;
  }
  .hero p{font-size:1rem;max-width:28ch}
  .section{padding:74px 0}
  .about-photos{grid-template-columns:1fr}
  .full-bleed-media img{height:260px}
  .shop-grid{grid-template-columns:1fr}
  .contact-inner{padding:72px 0 78px}
}
