:root {
  --forest: #16382e;
  --forest-deep: #0d2921;
  --forest-soft: #285044;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --ink: #17211d;
  --muted: #68726d;
  --gold: #c8a56b;
  --line: rgba(23, 33, 29, .14);
  --white-line: rgba(255, 255, 255, .17);
  --radius: 4px;
  --container: 1240px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 128px 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 2000; padding: 12px 18px; background: white; color: var(--ink); transition: top .2s; }
.skip-link:focus { top: 12px; }

.notice-bar { height: 36px; color: #dbe6df; background: var(--forest-deep); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.notice-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.notice-inner > span { display: flex; align-items: center; gap: 9px; }
.notice-inner i { width: 6px; height: 6px; border-radius: 50%; background: #e04a3a; box-shadow: 0 0 0 4px rgba(224, 74, 58, .14); }
.notice-links { display: flex; gap: 28px; letter-spacing: .02em; text-transform: none; }
.notice-links a:hover { color: white; }

.site-header { height: 88px; position: absolute; z-index: 100; top: 36px; left: 0; right: 0; color: white; border-bottom: 1px solid var(--white-line); transition: background .35s, height .35s, box-shadow .35s, transform .35s; }
.site-header.sticky { position: fixed; top: 0; height: 74px; color: var(--ink); background: rgba(251, 250, 246, .95); border-color: var(--line); box-shadow: 0 10px 30px rgba(14, 32, 25, .08); backdrop-filter: blur(14px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 215px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--gold); }
.brand-mark svg { width: 100%; fill: currentColor; }
.brand-mark .brand-mark-cut { fill: var(--forest-deep); }
.sticky .brand-mark .brand-mark-cut, .footer .brand-mark .brand-mark-cut { fill: var(--paper); }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name b { font-family: "Manrope", sans-serif; font-size: 20px; letter-spacing: -.035em; }
.brand-name small { margin-top: 5px; font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; opacity: .72; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: currentColor; transition: right .35s var(--ease); }
.desktop-nav a:hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; justify-content: space-between; min-width: 148px; padding: 13px 16px; border: 1px solid rgba(255, 255, 255, .45); font-size: 12px; font-weight: 700; }
.sticky .nav-cta { color: white; background: var(--forest); border-color: var(--forest); }
.nav-cta:hover span { transform: translate(3px, -3px); }
.nav-cta span { transition: transform .25s; }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .3s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 780px; height: min(920px, 100vh); color: white; background: var(--forest-deep); overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url("assets/hero.webp") center center / cover no-repeat; animation: heroIn 1.6s var(--ease) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 28, 22, .96) 0%, rgba(8, 28, 22, .86) 27%, rgba(8, 28, 22, .28) 60%, rgba(8, 28, 22, .08) 100%), linear-gradient(0deg, rgba(8, 28, 22, .55), transparent 38%); }
.hero-content { position: relative; height: 100%; display: flex; align-items: center; padding-top: 92px; }
.hero-copy { max-width: 720px; margin-top: 40px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--forest-soft); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 1px; background: var(--gold); }
.eyebrow.light { color: rgba(255, 255, 255, .67); }
h1, h2 { margin: 0; font-family: "Manrope", sans-serif; font-weight: 500; letter-spacing: -.062em; line-height: .98; }
h1 { font-size: clamp(64px, 7.1vw, 108px); }
h1 em, h2 em { color: var(--gold); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 600px; margin: 32px 0 38px; color: rgba(255, 255, 255, .73); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 0; border-radius: 1px; font-size: 12px; font-weight: 700; letter-spacing: .025em; cursor: pointer; transition: transform .3s var(--ease), background .3s, color .3s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); }
.hero .button-primary { color: var(--forest-deep); background: var(--cream); }
.hero .button-primary:hover { background: white; }
.button-ghost { color: white; border: 1px solid rgba(255, 255, 255, .25); }
.button-ghost:hover { border-color: rgba(255, 255, 255, .6); }
.play-dot { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); }
.hero-bottom { position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%); display: flex; align-items: end; justify-content: space-between; }
.hero-proof { display: flex; align-items: center; gap: 16px; }
.blum-mini { width: 74px; height: 50px; display: grid; place-items: center; color: white; background: #e53b2f; border-radius: 2px; }
.blum-mini span, .blum-logo span { font-family: Arial, sans-serif; font-size: 24px; font-weight: 900; letter-spacing: -.08em; }
.hero-proof p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.hero-proof strong { font-size: 12px; }
.hero-proof small { color: rgba(255,255,255,.55); font-size: 10px; }
.hero-scroll { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-scroll span { width: 1px; height: 40px; background: rgba(255,255,255,.45); animation: scrollPulse 1.8s infinite; }

.trust-strip { color: white; background: var(--forest); }
.trust-grid { min-height: 120px; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 18px; padding: 28px 40px; border-left: 1px solid var(--white-line); }
.trust-grid > div:last-child { border-right: 1px solid var(--white-line); }
.trust-no { color: var(--gold); font-family: Georgia, serif; font-size: 13px; }
.trust-grid p { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.trust-grid b { font-size: 13px; }
.trust-grid small { color: rgba(255,255,255,.55); font-size: 11px; }

.section-head { display: grid; grid-template-columns: minmax(0, 1fr) 400px; align-items: end; gap: 80px; margin-bottom: 54px; }
.section-head.compact { grid-template-columns: 1fr; }
h2 { font-size: clamp(48px, 5vw, 76px); }
.section-intro { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.filter-bar { display: flex; gap: 6px; margin-bottom: 22px; overflow-x: auto; scrollbar-width: none; }
.filter { flex: 0 0 auto; padding: 11px 16px; color: var(--muted); background: transparent; border: 1px solid var(--line); font-size: 11px; font-weight: 600; cursor: pointer; }
.filter:hover, .filter.active { color: white; background: var(--forest); border-color: var(--forest); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.product-card { position: relative; min-height: 520px; overflow: hidden; color: white; background: #27312d; transition: opacity .4s, transform .4s var(--ease); }
.product-card[hidden] { display: none; }
.product-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s; }
.product-card:nth-child(2) img { object-position: 62% center; }
.product-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7, 19, 15, .9), rgba(7, 19, 15, .02) 72%); }
.product-content { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; padding: 34px; }
.product-index { margin-left: auto; color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .1em; }
.product-content > p { margin: auto 0 10px; color: rgba(255,255,255,.66); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.product-content h3 { margin: 0 0 25px; font-family: "Manrope", sans-serif; font-size: clamp(28px, 3vw, 42px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding: 0 0 6px; color: inherit; background: transparent; border: 0; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; cursor: pointer; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px, -3px); }
.product-card:hover img, .product-card:focus img { transform: scale(1.045); }
.material-card { background: var(--cream); color: var(--ink); }
.material-visual { position: absolute; inset: 0; overflow: hidden; background: radial-gradient(circle at 70% 20%, #fff 0 1%, transparent 35%), linear-gradient(135deg, #ebe2d2, #d9cbb6); }
.material-visual span { position: absolute; width: 180px; height: 180px; border-radius: 50%; box-shadow: 0 25px 45px rgba(24,32,28,.17); }
.material-visual span:nth-child(1) { top: 8%; left: 10%; background: conic-gradient(from 40deg, #b78b50, #e5c998, #916938, #b78b50); }
.material-visual span:nth-child(2) { top: 21%; right: 6%; background: radial-gradient(circle at 35% 32%, #4d5550, #141b18 70%); }
.material-visual span:nth-child(3) { bottom: -6%; left: 29%; background: repeating-linear-gradient(100deg, #ac8255 0 3px, #c89e6d 3px 8px); }
.material-visual span:nth-child(4) { width: 90px; height: 90px; bottom: 18%; right: 13%; background: linear-gradient(145deg, #d6d9d6, #777f7c); }
.material-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(245,241,232,.94), transparent 65%); }
.dark-copy { color: var(--ink); }
.dark-copy > p { color: var(--forest-soft); }
.dark-copy .product-index { color: var(--muted); }

.blum-section { position: relative; color: white; background: var(--forest-deep); overflow: hidden; }
.blum-section::before { content: ""; position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(90deg, transparent 49.8%, white 50%), linear-gradient(transparent 49.8%, white 50%); background-size: 120px 120px; }
.blum-glow { position: absolute; width: 680px; height: 680px; left: -220px; top: 20%; border-radius: 50%; background: #316a56; filter: blur(130px); opacity: .34; }
.blum-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.blum-logo { display: inline-flex; flex-direction: column; align-items: center; min-width: 128px; padding: 17px 27px 12px; margin-bottom: 52px; color: white; background: #e53b2f; border-radius: 2px; }
.blum-logo span { font-size: 42px; }
.blum-logo small { margin-top: 4px; font-size: 8px; letter-spacing: .06em; }
.blum-copy h2 { margin-bottom: 30px; }
.blum-copy > p:not(.eyebrow) { max-width: 480px; margin: 0 0 34px; color: rgba(255,255,255,.67); font-size: 15px; line-height: 1.8; }
.button-light { color: var(--forest-deep); background: var(--cream); }
.button-light:hover { background: white; }
.blum-products { border-top: 1px solid var(--white-line); }
.blum-product { min-height: 148px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 22px; padding: 24px 18px; border-bottom: 1px solid var(--white-line); transition: background .3s, padding .3s; }
.blum-product:hover, .blum-product.featured { padding-inline: 28px; background: rgba(255,255,255,.06); }
.blum-product > span { color: var(--gold); font-family: Georgia, serif; font-size: 13px; }
.blum-product small { color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.blum-product h3 { margin: 7px 0 5px; font-family: "Manrope", sans-serif; font-size: 21px; letter-spacing: -.025em; }
.blum-product p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.5; }
.blum-product > b { font-weight: 400; color: rgba(255,255,255,.55); }
.official-note { display: flex; align-items: center; gap: 15px; margin-top: 24px; padding: 17px 20px; color: var(--forest-deep); background: var(--cream); }
.official-note svg { width: 32px; height: 32px; flex: 0 0 auto; fill: var(--gold); }
.official-note .check { fill: none; stroke: white; stroke-width: 2; }
.official-note p { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.official-note b { font-size: 11px; }
.official-note small { color: var(--muted); font-size: 9px; }

.solutions { background: var(--cream); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-card { position: relative; min-height: 400px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s, transform .35s var(--ease); }
.audience-card:hover { background: var(--paper); transform: translateY(-4px); }
.audience-card > span { position: absolute; top: 36px; right: 34px; color: var(--muted); font-family: Georgia, serif; font-size: 12px; }
.audience-icon { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 54px; color: var(--forest); border: 1px solid var(--line); border-radius: 50%; font-family: Georgia, serif; font-size: 28px; font-style: italic; }
.audience-card h3 { margin: 0 0 18px; font-family: "Manrope", sans-serif; font-size: 24px; letter-spacing: -.035em; }
.audience-card > p { min-height: 68px; margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.audience-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.audience-card li { padding: 7px 9px; color: var(--forest-soft); background: rgba(22,56,46,.07); font-size: 9px; font-weight: 700; }
.process { display: grid; grid-template-columns: 110px 1fr auto 1fr auto 1fr; align-items: center; gap: 24px; margin-top: 40px; padding: 28px 30px; color: white; background: var(--forest); }
.process-kicker { color: var(--gold); font-family: Georgia, serif; font-size: 16px; font-style: italic; }
.process-step { display: flex; align-items: center; gap: 13px; }
.process-step b { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; color: var(--forest); background: var(--cream); border-radius: 50%; font-size: 10px; }
.process-step span { display: flex; flex-direction: column; gap: 4px; }
.process-step strong { font-size: 11px; }
.process-step small { color: rgba(255,255,255,.52); font-size: 9px; line-height: 1.4; }
.process > i { color: var(--gold); font-style: normal; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.about-visual { position: relative; min-height: 650px; }
.about-visual img { width: 88%; height: 650px; object-fit: cover; }
.about-visual::after { content: ""; position: absolute; width: 42%; height: 55%; right: 0; bottom: -26px; border: 1px solid var(--gold); z-index: -1; }
.about-badge { position: absolute; right: 0; bottom: 52px; width: 210px; min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 25px; color: white; background: var(--forest); }
.about-badge strong { color: var(--gold); font-family: Georgia, serif; font-size: 28px; font-weight: 400; font-style: italic; }
.about-badge span { margin-top: 8px; font-size: 12px; line-height: 1.5; }
.about-copy h2 { margin-bottom: 30px; }
.about-copy > p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.about-copy .lead { color: var(--ink); font-family: Georgia, serif; font-size: 19px; line-height: 1.55; }
.about-values { margin-top: 34px; border-top: 1px solid var(--line); }
.about-values > div { display: grid; grid-template-columns: 36px 1fr; gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.about-values > div > span { color: var(--gold); font-family: Georgia, serif; font-size: 12px; }
.about-values p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.about-values b { font-size: 12px; }
.about-values small { color: var(--muted); font-size: 10px; }

.contact { position: relative; color: white; background: var(--forest-deep); overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; opacity: .07; background: url("assets/hinge.webp") center / cover; filter: grayscale(1); }
.contact::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,41,33,.96), rgba(13,41,33,.84)); }
.contact-shell { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.contact-copy { padding-top: 30px; }
.contact-copy h2 { margin-bottom: 28px; }
.contact-copy > p:not(.eyebrow) { max-width: 460px; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.8; }
.contact-lines { margin-top: 50px; border-top: 1px solid var(--white-line); }
.contact-lines a { display: grid; grid-template-columns: 76px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--white-line); }
.contact-lines a:hover strong { color: var(--gold); }
.contact-lines span { color: rgba(255,255,255,.43); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.contact-lines strong { font-size: 12px; line-height: 1.55; transition: color .25s; }
.contact-form { padding: 38px; color: var(--ink); background: var(--paper); }
.form-top { display: flex; justify-content: space-between; margin-bottom: 26px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.form-top span { font-family: "Manrope", sans-serif; font-size: 19px; font-weight: 700; }
.form-top small { color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; margin: 0 0 18px; color: #4f5a55; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 11px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; transition: border-color .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--forest); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9aa19e; }
.contact-form .consent { flex-direction: row; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 8px; line-height: 1.5; letter-spacing: 0; text-transform: none; }
.consent input { width: 15px; height: 15px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--forest); }
.submit-button { width: 100%; }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

.footer { color: rgba(255,255,255,.7); background: #091c17; }
.footer-top { min-height: 170px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 40px; border-bottom: 1px solid var(--white-line); }
.footer-brand { color: white; }
.footer-top > p { margin: 0; font-family: Georgia, serif; font-size: 16px; line-height: 1.5; font-style: italic; }
.footer-call { display: flex; align-items: center; gap: 13px; justify-self: end; color: white; font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 600; }
.footer-call small { color: rgba(255,255,255,.4); font-family: "DM Sans", sans-serif; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.footer-call span { color: var(--gold); }
.footer-middle { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; padding-block: 58px; border-bottom: 1px solid var(--white-line); }
.footer-middle > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer h3 { margin: 0 0 13px; color: white; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer-middle a, .footer-middle p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.7; }
.footer-middle a:hover, .footer-middle .map-link { color: white; }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.32); font-size: 9px; }
#backToTop { width: 36px; height: 36px; color: white; background: transparent; border: 1px solid var(--white-line); cursor: pointer; }
#backToTop:hover { background: var(--forest); }

.product-dialog { position: fixed; inset: 50% auto auto 50%; z-index: 1002; width: min(calc(100% - 32px), 540px); padding: 48px; transform: translate(-50%, -46%); color: var(--ink); background: var(--paper); border: 0; opacity: 0; visibility: hidden; transition: opacity .3s, transform .35s var(--ease), visibility .3s; }
.product-dialog[open] { display: block; opacity: 1; visibility: visible; transform: translate(-50%, -50%); }
.product-dialog::backdrop { background: transparent; }
.dialog-backdrop { position: fixed; inset: 0; z-index: 1001; background: rgba(6,20,15,.7); backdrop-filter: blur(6px); opacity: 0; visibility: hidden; transition: .3s; }
.dialog-backdrop.show { opacity: 1; visibility: visible; }
.dialog-close { position: absolute; top: 17px; right: 18px; width: 34px; height: 34px; color: var(--ink); background: transparent; border: 1px solid var(--line); font-size: 21px; cursor: pointer; }
.dialog-kicker { color: var(--forest-soft); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.product-dialog h2 { margin: 14px 0 20px; font-size: 44px; }
.product-dialog > p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.dialog-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 25px 0 30px; }
.dialog-tags span { padding: 8px 10px; color: var(--forest); background: rgba(22,56,46,.08); font-size: 9px; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@keyframes heroIn { from { opacity: .5; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes scrollPulse { 0%,100% { opacity: .25; transform: scaleY(.65); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

@media (max-width: 1040px) {
  .desktop-nav { gap: 20px; }
  .nav-cta { display: none; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,28,22,.93), rgba(8,28,22,.5) 75%, rgba(8,28,22,.25)); }
  .blum-layout, .about-grid, .contact-shell { gap: 60px; }
  .process { grid-template-columns: 1fr; }
  .process-kicker { margin: 0 0 4px; }
  .process > i { display: none; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 86px 0; }
  .notice-links a:last-child { display: none; }
  .site-header { height: 76px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; top: 0; right: 0; bottom: 0; z-index: -1; width: min(86vw, 420px); display: flex; flex-direction: column; justify-content: center; gap: 0; padding: 100px 34px 36px; color: white; background: var(--forest-deep); transform: translateX(105%); visibility: hidden; transition: transform .45s var(--ease), visibility .45s; }
  .mobile-nav.open { transform: translateX(0); visibility: visible; }
  .mobile-nav > a { padding: 15px 0; border-bottom: 1px solid var(--white-line); font-family: "Manrope", sans-serif; font-size: 26px; }
  .mobile-nav .mobile-call { margin-top: auto; color: var(--gold); font-family: "DM Sans", sans-serif; font-size: 12px; }
  .site-header.sticky .mobile-nav { top: 0; }
  .hero { min-height: 740px; height: 100svh; }
  .hero-image { background-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,28,22,.94), rgba(8,28,22,.62)), linear-gradient(0deg, rgba(8,28,22,.64), transparent); }
  .hero-copy { margin-top: 0; }
  .hero-lead { max-width: 520px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .trust-grid > div { padding: 18px 8px; border-left: 0; border-bottom: 1px solid var(--white-line); }
  .trust-grid > div:last-child { border: 0; }
  .section-head { grid-template-columns: 1fr; gap: 25px; }
  .section-intro { max-width: 560px; }
  .blum-layout, .about-grid, .contact-shell { grid-template-columns: 1fr; }
  .blum-layout { gap: 70px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 330px; }
  .about-grid { gap: 70px; }
  .about-visual { min-height: 560px; }
  .about-visual img { height: 560px; }
  .contact-shell { gap: 55px; }
}

@media (max-width: 600px) {
  .notice-bar { height: 34px; }
  .notice-links { gap: 0; }
  .site-header { top: 34px; }
  .brand { min-width: 0; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-name b { font-size: 17px; }
  .brand-name small { font-size: 8px; }
  .hero-content { padding-top: 78px; align-items: center; }
  h1 { font-size: clamp(52px, 16vw, 74px); }
  h2 { font-size: clamp(42px, 13vw, 58px); }
  .hero-lead { margin: 25px 0 29px; font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 330px; }
  .button { justify-content: space-between; }
  .hero-bottom { bottom: 22px; }
  .hero-scroll { display: none; }
  .hero-proof { gap: 10px; }
  .blum-mini { width: 60px; height: 42px; }
  .blum-mini span { font-size: 20px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 460px; }
  .product-content { padding: 25px; }
  .blum-logo { margin-bottom: 38px; }
  .blum-product { grid-template-columns: 28px 1fr auto; padding-inline: 8px; }
  .blum-product:hover, .blum-product.featured { padding-inline: 15px; }
  .official-note { align-items: flex-start; }
  .audience-card { padding: 28px; }
  .process { padding: 26px 23px; }
  .about-visual { min-height: 470px; }
  .about-visual img { width: 94%; height: 470px; }
  .about-badge { width: 170px; min-height: 126px; bottom: 28px; }
  .contact-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 18px; padding-block: 40px; }
  .footer-call { justify-self: start; }
  .footer-middle { grid-template-columns: 1fr 1fr; gap: 45px 20px; }
  .footer-bottom p:nth-child(2) { display: none; }
  .product-dialog { padding: 38px 25px 28px; }
  .product-dialog h2 { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
