:root {
  --ink: #241a13;
  --muted: #6d6258;
  --line: #e5ded4;
  --paper: #fbf7ef;
  --cream: #fffdf8;
  --wood: #9a5d2f;
  --wood-dark: #563019;
  --olive: #69735b;
  --gold: #d4a858;
  --shadow: 0 22px 70px rgba(57, 37, 20, .13);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* B16/B17/C11 editorial layout tuning — scoped only to selected pages */
.editorial-detail--article-tuned {
  background: #fbf8f3;
}

.editorial-detail--article-tuned .editorial-detail-header {
  max-width: 980px;
  padding: 72px 24px 34px;
}

.editorial-detail--article-tuned .editorial-detail-header h1 {
  max-width: 980px;
  margin: 12px auto 18px;
  font-size: clamp(38px, 4.25vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.editorial-detail--article-tuned .editorial-dek {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.58;
}

.editorial-detail--article-tuned .editorial-meta {
  justify-content: center;
  gap: 10px 18px;
}

/* Blog detail hero image must be constrained by the wrapper, not intrinsic image size. */
.editorial-detail .editorial-hero-media,
.editorial-detail--article-tuned .editorial-hero-media {
  position: relative;
  width: 100%;
  max-width: min(1040px, calc(100vw - 48px));
  aspect-ratio: 16 / 9;
  max-height: 600px;
  margin: 0 auto 44px;
  border-radius: 18px;
  overflow: hidden !important;
  box-shadow: 0 24px 70px rgba(48, 34, 21, 0.16);
}

.editorial-detail .editorial-hero-media picture,
.editorial-detail--article-tuned .editorial-hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.editorial-detail .editorial-hero-media img,
.editorial-detail--article-tuned .editorial-hero-media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.editorial-detail--article-tuned .editorial-answer,
.editorial-detail--article-tuned .editorial-snapshot,
.editorial-detail--article-tuned .editorial-next-step,
.editorial-detail--article-tuned .editorial-faq {
  max-width: 880px;
  margin-inline: auto;
}

.editorial-detail--article-tuned .editorial-answer p:last-child {
  margin-bottom: 0;
}

.editorial-detail--article-tuned .editorial-body {
  max-width: 800px;
  margin-inline: auto;
}

.editorial-detail--article-tuned .editorial-section {
  margin: 54px 0;
}

.editorial-detail--article-tuned .editorial-section h2 {
  font-size: clamp(27px, 2.4vw, 38px);
  line-height: 1.16;
  letter-spacing: -0.026em;
}

.editorial-detail--article-tuned .editorial-section p,
.editorial-detail--article-tuned .editorial-section li {
  font-size: 17px;
  line-height: 1.78;
}

.editorial-detail--article-tuned .editorial-inline-media {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.editorial-detail--article-tuned .editorial-inline-media .editorial-media {
  border-radius: 16px;
  overflow: hidden;
}

.editorial-detail--article-tuned .editorial-inline-media .editorial-media figcaption {
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .editorial-detail--article-tuned {
    background: #fffaf3;
  }

  .editorial-detail--article-tuned .editorial-detail-header {
    padding: 46px 20px 24px;
    text-align: left;
  }

  .editorial-detail--article-tuned .editorial-detail-header h1 {
    font-size: clamp(32px, 11vw, 46px);
    margin-inline: 0;
  }

  .editorial-detail--article-tuned .editorial-dek,
  .editorial-detail--article-tuned .editorial-meta {
    margin-inline: 0;
  }

  .editorial-detail--article-tuned .editorial-meta {
    justify-content: flex-start;
  }

  .editorial-detail--article-tuned .editorial-hero-media {
    max-width: calc(100vw - 28px);
    margin-bottom: 30px;
    border-radius: 14px;
  }

  .editorial-detail--article-tuned .editorial-inline-media {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.7; }
.site-header { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 18px clamp(18px, 4vw, 58px); background: rgba(251, 247, 239, .82); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; }
.site-header.scrolled { border-bottom-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-logo { display: block; width: 154px; max-width: 154px; height: auto; max-height: 115px; object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: linear-gradient(145deg, var(--wood-dark), var(--wood)); color: #fff4df; font-weight: 800; letter-spacing: .04em; box-shadow: 0 12px 30px rgba(86,48,25,.22); }
.brand small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.nav { justify-self: center; display: flex; gap: 22px; align-items: center; }
.nav-item { position: relative; display: inline-flex; align-items: center; }
.nav-link { color: #594c40; font-size: 14px; font-weight: 650; }
.nav-link.active, .nav-link:hover { color: var(--wood-dark); }
.has-dropdown > .nav-link { display: inline-flex; align-items: center; gap: 6px; }
.has-dropdown > .nav-link::after { content: ""; width: 7px; height: 7px; border-right: 1.8px solid currentColor; border-bottom: 1.8px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .72; }
.dropdown-menu { position: absolute; top: calc(100% + 18px); left: 50%; z-index: 40; display: grid; gap: 2px; min-width: 260px; padding: 14px; border: 1px solid rgba(86,48,25,.12); border-radius: 22px; background: rgba(255,253,248,.97); box-shadow: 0 24px 60px rgba(55,35,20,.16); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; backdrop-filter: blur(14px); }
.dropdown-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -20px; height: 20px; }
.nav-item:hover .dropdown-menu, .nav-item:focus-within .dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.product-dropdown { grid-template-columns: repeat(2, minmax(150px, 1fr)); min-width: 390px; }
.about-dropdown { min-width: 286px; }
.dropdown-menu a { display: flex; align-items: center; min-height: 38px; padding: 9px 12px; border-radius: 13px; color: #594c40; font-size: 13px; font-weight: 750; line-height: 1.2; white-space: nowrap; }
.dropdown-menu a:hover, .dropdown-menu a:focus { background: #f2e8da; color: var(--wood-dark); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 13px 20px; background: var(--wood-dark); color: #fffaf1; font-weight: 800; box-shadow: 0 14px 30px rgba(86,48,25,.22); cursor: pointer; }
.button.ghost { background: transparent; color: var(--wood-dark); border: 1px solid rgba(86,48,25,.22); box-shadow: none; }
.button.light { background: #fff7e8; color: var(--wood-dark); box-shadow: none; }
.button.small { padding: 10px 15px; font-size: 14px; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); padding: 10px 14px; font-weight: 700; color: var(--ink); }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; gap: clamp(30px, 5vw, 72px); align-items: center; padding: 80px clamp(18px, 6vw, 84px); overflow: hidden; }
.hero-copy h1, .page-hero h1 { max-width: 820px; margin: 0; font-size: clamp(46px, 7vw, 88px); line-height: .94; letter-spacing: -.06em; }
.lead { max-width: 700px; font-size: 19px; margin: 26px 0 0; }
.eyebrow { margin: 0 0 14px; color: var(--wood); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 46px 0 0; }
.hero-stats div { padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,253,248,.68); }
.hero-stats dt { font-size: 28px; font-weight: 900; }
.hero-stats dd { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.hero-panel { position: relative; min-height: 600px; border-radius: 44px; background: radial-gradient(circle at 80% 12%, rgba(212,168,88,.52), transparent 35%), linear-gradient(135deg, #efe2cc, #b37a48 48%, #352011); box-shadow: var(--shadow); overflow: hidden; }
.door-scene { position: absolute; inset: 54px 48px 96px; display: grid; grid-template-columns: .9fr 1.15fr .85fr; gap: 18px; align-items: end; }
.door-scene span { display: block; height: 82%; border-radius: 22px 22px 8px 8px; background: linear-gradient(90deg, rgba(255,255,255,.12), transparent), repeating-linear-gradient(90deg, #6b391e, #7f4524 16px, #93572e 34px); border: 8px solid rgba(255,248,232,.24); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 24px 42px rgba(0,0,0,.18); }
.door-scene span:nth-child(2) { height: 100%; background: linear-gradient(90deg, rgba(255,255,255,.13), transparent), repeating-linear-gradient(90deg, #8b4d28, #a36234 13px, #74401f 31px); }
.hero-panel .spec-card { position: absolute; right: 28px; bottom: 28px; left: 28px; padding: 24px; border-radius: 28px; background: rgba(255,253,248,.9); box-shadow: 0 18px 44px rgba(0,0,0,.15); }
.hero-panel .spec-card p { margin: 6px 0 0; }
.insight-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 clamp(18px, 6vw, 84px) 78px; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: var(--line); }
.insight-strip article { padding: 28px; background: var(--cream); }
.insight-strip strong, .insight-strip span { display: block; }
.insight-strip span { color: var(--muted); line-height: 1.6; margin-top: 8px; }
.section-heading, .page-hero { padding: 70px clamp(18px, 6vw, 84px) 34px; }
.section-heading h2, .split-section h2, .footer-cta h2 { max-width: 780px; margin: 0; font-size: clamp(32px, 4vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.page-hero.compact { padding-top: 86px; padding-bottom: 52px; }
.page-hero p:not(.eyebrow) { max-width: 760px; font-size: 18px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0 clamp(18px, 6vw, 84px) 82px; }
.product-card, .case-grid article, .about-grid article, .blog-list article, .contact-card, .quote-form { border: 1px solid var(--line); border-radius: 30px; background: var(--cream); box-shadow: 0 14px 44px rgba(57,37,20,.06); }
.product-card { min-height: 260px; padding: 28px; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card span { color: var(--gold); font-weight: 900; }
.product-card h3 { margin: auto 0 12px; font-size: 28px; letter-spacing: -.03em; }
.product-card p { margin: 0 0 18px; }
.product-card small { color: var(--olive); font-weight: 750; line-height: 1.5; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin: 0 clamp(18px, 6vw, 84px) 84px; padding: clamp(30px, 5vw, 58px); border-radius: 40px; background: #efe4d2; }
.split-section.muted { background: #f6efe3; }
.process-list, .checklist { display: grid; gap: 12px; align-content: center; }
.process-list span, .checklist span { padding: 18px 20px; border-radius: 20px; background: rgba(255,253,248,.76); font-weight: 800; color: #4f3b2c; }
.text-link { display: inline-flex; margin-top: 12px; color: var(--wood-dark); font-weight: 900; border-bottom: 2px solid var(--gold); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0 clamp(18px, 6vw, 84px) 90px; }
.case-grid.large { grid-template-columns: repeat(2, 1fr); padding-top: 12px; }
.case-grid article { min-height: 240px; padding: 30px; }
.case-grid span { color: var(--wood); font-weight: 850; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.case-grid h3 { margin: 62px 0 12px; font-size: 30px; line-height: 1.05; letter-spacing: -.035em; }
.product-detail-list { display: grid; gap: 80px; padding: 0 clamp(18px, 6vw, 84px) 120px; }
.product-detail { display: grid; grid-template-columns: 360px 1fr; gap: 80px; align-items: start; padding: 0; border: 0; background: transparent; }
.product-visual { aspect-ratio: 1 / 1.15; border-radius: 4px; background: #fff; border: 1px solid #eee; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 30px; box-shadow: 0 4px 24px rgba(0,0,0,0.02); }
.product-visual img { width: 100%; height: auto; object-fit: contain; display: block; }
.product-detail h2 { margin: 0 0 24px; font-size: clamp(36px, 4vw, 58px); font-family: var(--font-serif); }
.product-detail ul, .contact-card ul { color: var(--muted); line-height: 1.8; padding-left: 20px; }
.about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 0 clamp(18px, 6vw, 84px) 80px; }
.about-grid article { padding: 32px; min-height: 220px; }
.about-grid h2, .blog-list h2 { margin: 0; font-size: 32px; letter-spacing: -.035em; }
.blog-list { display: grid; gap: 18px; padding: 0 clamp(18px, 6vw, 84px) 90px; }
.blog-list article { padding: 34px; }
.blog-list h2 { font-size: clamp(28px, 4vw, 46px); }
.contact-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; padding: 0 clamp(18px, 6vw, 84px) 90px; align-items: start; }
.quote-form { display: grid; gap: 18px; padding: 30px; }
.form-status { margin: 0; padding: 12px 14px; border-radius: 12px; background: #f4eadc; color: var(--wood-dark); font-size: 14px; line-height: 1.5; }
.quote-form label { display: grid; gap: 8px; color: var(--ink); font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 18px; padding: 14px 16px; background: #fffdf8; color: var(--ink); font: inherit; }
.quote-form textarea { resize: vertical; }
.contact-card { padding: 30px; position: sticky; top: 100px; }
.contact-card h2 { margin-top: 0; font-size: 30px; letter-spacing: -.03em; }
.site-footer { padding: 0 clamp(18px, 6vw, 84px) 38px; }
.footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: clamp(30px, 5vw, 56px); border-radius: 38px; background: linear-gradient(135deg, var(--wood-dark), #8f562d); color: #fff8ec; }
.footer-cta .eyebrow, .footer-cta h2 { color: #fff8ec; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; padding-top: 46px; }
.footer-grid h3 { margin: 0 0 12px; }
.footer-grid a { display: block; color: var(--muted); margin: 9px 0; }
.footer-brand { margin-bottom: 14px; }
.copyright { border-top: 1px solid var(--line); margin-top: 34px; padding-top: 20px; font-size: 13px; }
@media (max-width: 980px) {
  .template-hero.photo-hero .template-hero-image { object-fit: contain; object-position: right center; }
  .site-header { grid-template-columns: auto auto; }
  .menu-toggle { display: inline-flex; justify-self: end; }
  .header-cta { display: none; }
  .nav { display: none; grid-column: 1 / -1; justify-self: stretch; flex-direction: column; align-items: flex-start; max-height: calc(100dvh - 86px); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; touch-action: pan-y; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); }
  .nav.open { display: flex; }
  .nav-item { width: 100%; display: grid; gap: 8px; }
  .dropdown-menu, .product-dropdown, .about-dropdown { position: static; visibility: visible; opacity: 1; pointer-events: auto; transform: none; min-width: 0; width: 100%; grid-template-columns: 1fr; padding: 8px; border-radius: 18px; box-shadow: none; background: #f7efe4; }
  .dropdown-menu::before { display: none; }
  .dropdown-menu a { min-height: 34px; }
  .hero, .split-section, .product-detail, .contact-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 50px; }
  .hero-panel { min-height: 460px; }
  .product-grid, .insight-strip, .case-grid, .case-grid.large, .about-grid, .footer-grid { grid-template-columns: 1fr; }
  .contact-card { position: static; }
}
@media (max-width: 620px) {
  .brand-logo { width: 124px; max-width: 124px; height: auto; max-height: 92px; }
  .hero-copy h1, .page-hero h1 { font-size: 42px; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-panel { min-height: 360px; border-radius: 28px; }
  .door-scene { inset: 34px 26px 78px; }
  .product-detail { padding: 14px; }
  .product-visual { min-height: 200px; }
  .footer-cta { align-items: flex-start; flex-direction: column; }
}

/* Yudoors-inspired homepage structure */
.topbar { display: flex; justify-content: center; gap: clamp(14px, 4vw, 42px); padding: 10px 18px; background: #2c1a10; color: #fff4df; font-size: 13px; font-weight: 700; }
.template-hero { position: relative; min-height: 720px; display: grid; align-items: center; padding: 92px clamp(18px, 6vw, 84px) 110px; color: #fff7e8; overflow: hidden; background: #24150d; }
.template-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,12,7,.82), rgba(38,21,12,.48) 48%, rgba(18,10,6,.76)); z-index: 1; }
.template-hero-bg { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; opacity: .72; }
.template-hero-bg span { background: radial-gradient(circle at 50% 12%, rgba(255,245,220,.18), transparent 30%), repeating-linear-gradient(90deg, #5a3119, #8c522b 18px, #6f3d20 42px); border-right: 1px solid rgba(255,255,255,.12); }
.template-hero-bg span:nth-child(2) { background: radial-gradient(circle at 50% 12%, rgba(255,245,220,.18), transparent 30%), repeating-linear-gradient(90deg, #75411f, #a46331 16px, #7f4a26 40px); }
.template-hero-bg span:nth-child(3) { background: radial-gradient(circle at 50% 12%, rgba(255,245,220,.18), transparent 30%), repeating-linear-gradient(90deg, #47301d, #68411f 16px, #87532a 40px); }

.template-hero.photo-hero { background: linear-gradient(90deg, #2a1c14 0%, #5b4637 42%, #ead8c2 100%); }
.template-hero-picture { position: absolute; inset: 0; z-index: 0; display: block; overflow: hidden; }
.template-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: right center; z-index: 0; }
.template-hero.photo-hero::after { background: linear-gradient(90deg, rgba(24,15,10,.82) 0%, rgba(36,23,16,.72) 34%, rgba(54,36,25,.18) 58%, rgba(18,12,8,0) 100%); }
.template-hero.photo-hero .template-hero-content { max-width: 760px; padding: 28px 0; text-shadow: 0 8px 24px rgba(0,0,0,.28); }
.template-hero.photo-hero .template-hero-content h1 { max-width: 760px; text-transform: uppercase; font-size: clamp(42px, 5.6vw, 76px); letter-spacing: -.04em; }
.template-hero.photo-hero .template-hero-content p:not(.eyebrow) { max-width: 660px; color: #fff1de; font-size: 21px; }
.template-hero-content { position: relative; z-index: 2; max-width: 840px; }
.template-hero-content h1 { margin: 0; max-width: 880px; font-size: clamp(44px, 7vw, 92px); line-height: .95; letter-spacing: -.06em; }
.template-hero-content p:not(.eyebrow) { max-width: 650px; color: #f3debf; font-size: 19px; margin-top: 24px; }
.template-hero .eyebrow { color: #f3bd64; }
.light-ghost { color: #fff8ec; border-color: rgba(255,255,255,.42); }
.hero-feature-list { position: absolute; z-index: 3; left: clamp(18px, 6vw, 84px); bottom: 30px; display: grid; grid-template-columns: repeat(3, minmax(160px, 1fr)); gap: 1px; max-width: 680px; background: rgba(255,255,255,.24); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(16px); border-radius: 24px; overflow: hidden; }
.hero-feature-list article { padding: 18px; background: rgba(36,21,13,.68); }
.hero-feature-list strong { display: block; color: #e7b15a; margin-bottom: 8px; }
.hero-feature-list span { color: #fff2de; font-weight: 750; line-height: 1.3; font-size: 14px; }
.logo-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; margin: 0 clamp(18px, 6vw, 84px); transform: translateY(-34px); position: relative; z-index: 4; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); background: var(--line); }
.logo-strip span { display: grid; place-items: center; min-height: 86px; background: #fffdf8; color: #6b5948; font-weight: 900; letter-spacing: .03em; }
.section-title { padding: 44px clamp(18px, 6vw, 84px) 26px; }
.section-title.centered { text-align: center; max-width: 980px; margin: 0 auto; }
.section-title h2 { margin: 0; font-size: clamp(32px, 4.8vw, 62px); line-height: 1.02; letter-spacing: -.05em; }
.section-title p:not(.eyebrow) { max-width: 690px; margin: 18px auto 0; }
.template-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding: 18px clamp(18px, 6vw, 84px) 88px; }
.template-products a { background: #fffdf8; border: 1px solid var(--line); border-radius: 26px; padding: 16px 16px 24px; box-shadow: 0 14px 38px rgba(57,37,20,.06); transition: transform .2s ease, box-shadow .2s ease; }
.template-products a:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.template-products h3 { margin: 18px 10px 6px; font-size: 25px; letter-spacing: -.03em; }
.template-products p { margin: 0 10px; }
.door-thumb { min-height: 240px; border-radius: 20px; background: linear-gradient(145deg, #ecd5b3, #81502d); position: relative; overflow: hidden; }
.door-thumb::before { content: ""; position: absolute; inset: 28px 36px 0; border-radius: 22px 22px 0 0; border: 9px solid rgba(255,249,236,.5); background: repeating-linear-gradient(90deg, #6b391e, #8d532c 18px, #72401f 38px); box-shadow: 0 22px 40px rgba(0,0,0,.18); }
.door-thumb::after { content: ""; position: absolute; right: 52px; top: 50%; width: 9px; height: 9px; border-radius: 999px; background: #f7d48c; }
.door-thumb.exterior { background: linear-gradient(145deg, #d8e3dd, #6b7c68); }
.door-thumb.entrance { background: linear-gradient(145deg, #efe0c7, #3a2314); }
.door-thumb.wooden { background: linear-gradient(145deg, #e8c491, #7d4421); }
.door-thumb.wpc { background: linear-gradient(145deg, #f0eee5, #929075); }
.door-thumb.steel { background: linear-gradient(145deg, #dfe3e5, #4f565a); }
.door-thumb.hospital { background: linear-gradient(145deg, #e9f4f1, #71a69b); }
.door-thumb.hotel { background: linear-gradient(145deg, #ddc6a3, #5b3521); }
.door-thumb.school { background: linear-gradient(145deg, #eee3c2, #a77834); }
.about-showcase { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(26px, 5vw, 70px); align-items: center; padding: 86px clamp(18px, 6vw, 84px); background: #efe4d2; }
.showcase-image { min-height: 560px; border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.16), transparent), repeating-linear-gradient(90deg, #4d2d1b, #85502b 20px, #6b3b20 42px); box-shadow: var(--shadow); position: relative; }
.factory-card { position: absolute; left: 28px; right: 28px; bottom: 28px; border-radius: 24px; padding: 24px; background: rgba(255,253,248,.92); }
.factory-card strong, .factory-card span { display: block; color: var(--ink); }
.factory-card span { color: var(--muted); margin-top: 5px; }
.showcase-copy h2, .two-column-section h2, .faq-section h2 { margin: 0; font-size: clamp(34px, 4.8vw, 64px); line-height: 1.02; letter-spacing: -.05em; }
.mini-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 28px 0; }
.mini-stats div { padding: 22px; border-radius: 22px; background: rgba(255,253,248,.76); }
.mini-stats strong { display: block; font-size: clamp(20px, 2.4vw, 30px); line-height: 1.05; }
.mini-stats span { color: var(--muted); font-weight: 700; }
.advantage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 16px clamp(18px, 6vw, 84px) 84px; }
.advantage-grid article { min-height: 270px; padding: 28px; border-radius: 28px; background: #fffdf8; border: 1px solid var(--line); }
.advantage-grid span { color: var(--gold); font-weight: 900; }
.advantage-grid h3 { margin: 82px 0 12px; font-size: 26px; letter-spacing: -.03em; }
.process-band { margin: 0 clamp(18px, 6vw, 84px) 88px; border-radius: 40px; background: #2b1a10; color: #fff7e8; overflow: hidden; }
.process-band .section-title h2, .process-band .eyebrow { color: #fff7e8; }
.process-timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.process-timeline article { padding: 30px; min-height: 180px; background: rgba(255,255,255,.07); }
.process-timeline strong { display: block; font-size: 24px; margin-bottom: 12px; }
.process-timeline span { color: #efd9b9; line-height: 1.6; }
.two-column-section { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; padding: 0 clamp(18px, 6vw, 84px) 88px; }
.certificate-stack { display: grid; gap: 16px; }
.certificate-stack article { border-radius: 24px; padding: 28px; background: #fffdf8; border: 1px solid var(--line); color: var(--wood-dark); font-size: 24px; font-weight: 900; }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 16px clamp(18px, 6vw, 84px) 88px; }
.solution-grid article { position: relative; isolation: isolate; overflow: hidden; min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; border-radius: 2px; color: #fffdf8; background-color: #435148; background-size: cover; background-position: center; border: 1px solid rgba(49, 67, 55, .18); box-shadow: inset 0 -1px 0 rgba(255,255,255,.16); }
.solution-grid article::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(17, 29, 24, .04) 20%, rgba(17, 29, 24, .72) 100%); }
.solution-grid article:nth-child(1) { background-image: url('/assets/images/solutions/hotel-solution-bg.webp'); }
.solution-grid article:nth-child(2) { background-image: url('/assets/images/solutions/apartment-solution-bg.webp'); }
.solution-grid article:nth-child(3) { background-image: url('/assets/images/solutions/school-solution-bg.webp'); }
.solution-grid article:nth-child(4) { background-image: url('/assets/images/solutions/hospital-solution-bg.webp'); }
.solution-grid article:nth-child(5) { background-image: url('/assets/images/solutions/commercial-solution-bg.webp'); }
.solution-grid article:nth-child(6) { background-image: url('/assets/images/solutions/distributor-solution-bg.webp'); }
.solution-grid span, .solution-grid h3 { position: relative; z-index: 1; }
.solution-grid span { color: #f3d4a7; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; text-shadow: 0 1px 12px rgba(17, 29, 24, .45); }
.solution-grid h3 { font-size: 25px; line-height: 1.1; letter-spacing: -.035em; margin: 14px 0 0; color: #fffdf8; text-shadow: 0 1px 14px rgba(17, 29, 24, .54); }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 16px clamp(18px, 6vw, 84px) 88px; }
.guide-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fffdf8; box-shadow: 0 14px 40px rgba(57,37,20,.08); }
.guide-grid h3 { margin: 8px 0 12px; font-size: 25px; line-height: 1.1; letter-spacing: -.03em; }
.guide-grid article > p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }
.faq-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 40px; padding: 0 clamp(18px, 6vw, 84px) 90px; }
.faq-section-full { grid-template-columns: minmax(220px, .78fr) minmax(0, 1.22fr); align-items: start; }
.faq-section .section-title { padding: 0; }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fffdf8; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.faq-item.is-open { border-color: rgba(154, 93, 47, .35); box-shadow: 0 12px 32px rgba(57, 37, 20, .08); }
.faq-item h3 { margin: 0; }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 22px; border: 0; color: var(--ink); background: transparent; font: inherit; font-size: 18px; font-weight: 900; line-height: 1.35; text-align: left; cursor: pointer; }
.faq-question::after { content: "+"; flex: 0 0 auto; color: var(--wood); font-size: 26px; font-weight: 500; line-height: 1; transition: transform .18s ease; }
.faq-item.is-open .faq-question::after { transform: rotate(45deg); }
.faq-answer { padding: 0 22px 22px; }
.faq-answer p { margin: 0; }
.faq-links { display: flex; flex-wrap: wrap; gap: 10px 18px; grid-column: 2; margin-top: 4px; }
.faq-links .text-link { margin-top: 0; }
.faq-jump-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 24px; }
.faq-jump-links a { display: inline-flex; min-height: 38px; align-items: center; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--wood-dark); background: var(--cream); font-size: 13px; font-weight: 800; }
.faq-jump-links a:hover, .faq-jump-links a:focus-visible { border-color: var(--wood); background: #f2e8da; }
.faq-question:focus-visible, .faq-links a:focus-visible, .faq-jump-links a:focus-visible { outline: 3px solid rgba(212, 168, 88, .75); outline-offset: 3px; }
@media (max-width: 980px) {
  .template-hero.photo-hero .template-hero-image { object-fit: contain; object-position: right center; }
  .topbar { flex-direction: column; align-items: center; gap: 4px; }
  .template-hero { min-height: 620px; }
  .hero-feature-list, .logo-strip, .template-products, .about-showcase, .advantage-grid, .process-timeline, .two-column-section, .solution-grid, .guide-grid, .faq-section { grid-template-columns: 1fr; }
  .hero-feature-list { position: relative; right: auto; bottom: auto; margin-top: 34px; max-width: none; }
  .logo-strip { transform: none; margin-top: 24px; }
  .about-showcase { padding-top: 54px; }
  .faq-section-full .faq-links { grid-column: auto; }
}


/* AI search answer sections */
.answer-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; padding: 34px clamp(18px, 6vw, 84px); align-items: stretch; }
.answer-section.compact-answer { grid-template-columns: 1fr; padding-top: 24px; padding-bottom: 30px; }
.answer-card, .takeaway-grid article { border: 1px solid var(--line); border-radius: 28px; background: #fffdf8; box-shadow: 0 14px 40px rgba(57,37,20,.08); }
.answer-card { padding: clamp(24px, 4vw, 42px); }
.answer-card h2 { margin: 0; font-size: clamp(28px, 4vw, 48px); line-height: 1.05; letter-spacing: -.04em; }
.answer-card p:last-child { margin-bottom: 0; }
.takeaway-grid { display: grid; gap: 12px; }
.takeaway-grid article { display: grid; align-content: center; gap: 8px; padding: 22px; }
.takeaway-grid strong { color: var(--wood-dark); font-size: 18px; }
.takeaway-grid span { color: var(--muted); line-height: 1.55; }
.ai-faq { padding-top: 24px; }
@media (max-width: 980px) { .answer-section { grid-template-columns: 1fr; } }


/* AI search article pages */
.article-page { padding: 72px clamp(18px, 6vw, 84px) 88px; }
.article-page > h1 { max-width: 920px; margin: 0; font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: -.055em; }
.article-answer { padding-left: 0; padding-right: 0; }
.article-body { max-width: 860px; display: grid; gap: 18px; }
.article-body h2 { margin: 24px 0 0; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.035em; }
.article-body ul { margin: 0; padding-left: 22px; color: var(--muted); line-height: 1.75; }
.article-body p { font-size: 18px; }

:root {
  --ink: #283027;
  --muted: #6c716a;
  --line: #dedfd8;
  --paper: #f6f7f3;
  --cream: #ffffff;
  --wood: #9b6744;
  --wood-dark: #314337;
  --olive: #77806c;
  --gold: #b88952;
  --sage-pale: #e8ede5;
  --shadow: 0 20px 60px rgba(39, 52, 42, .1);
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --gutter: clamp(20px, 5vw, 88px);
  --measure: 1320px;
  font-family: var(--body);
}

html { scroll-behavior: smooth; }
body { color: var(--ink); background: var(--paper); font-family: var(--body); }
h1, h2, h3 { font-family: var(--display); font-weight: 500; text-wrap: balance; }
h1, h2 { color: var(--wood-dark); }
p { font-size: 16px; }
a, button, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(184, 137, 82, .7); outline-offset: 4px; }

.topbar { min-height: 34px; align-items: center; padding: 8px 18px; background: var(--wood-dark); color: #eef2eb; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.site-header { min-height: 78px; padding: 12px var(--gutter); background: rgba(246, 247, 243, .9); border-bottom: 1px solid rgba(40, 48, 39, .1); box-shadow: 0 6px 24px rgba(39, 52, 42, .04); }
.site-header.scrolled { border-bottom-color: rgba(40, 48, 39, .18); }
.brand-logo { width: 136px; max-width: 136px; max-height: 78px; }
.nav { gap: clamp(16px, 2.4vw, 32px); }
.nav-link { color: #5b655c; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-link.active, .nav-link:hover { color: var(--wood-dark); }
.dropdown-menu { top: calc(100% + 14px); border-radius: 4px; border-color: rgba(49, 67, 55, .14); background: rgba(255, 255, 255, .98); box-shadow: 0 18px 48px rgba(39, 52, 42, .12); }
.dropdown-menu a { border-radius: 2px; color: #536057; font-size: 12px; letter-spacing: .04em; }
.dropdown-menu a:hover, .dropdown-menu a:focus { background: var(--sage-pale); color: var(--wood-dark); }
.header-cta, .button { border-radius: 2px; padding: 13px 20px; background: var(--wood-dark); box-shadow: none; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.header-cta:hover, .button:hover { background: #3f5947; }
.button.ghost { color: #f9fbf7; border-color: rgba(249, 251, 247, .6); }
.button.light { background: #edf2eb; color: var(--wood-dark); }
.button.small { padding: 11px 15px; font-size: 11px; }

.template-hero.photo-hero { min-height: min(770px, calc(100vh - 78px)); padding: clamp(90px, 12vw, 150px) var(--gutter) 128px; background: #d9d5cc; }
.template-hero.photo-hero::after { background: linear-gradient(90deg, rgba(28, 39, 31, .82) 0%, rgba(34, 44, 36, .62) 30%, rgba(34, 44, 36, .12) 62%, rgba(34, 44, 36, 0) 84%); }
.template-hero-image { object-fit: contain; object-position: right center; }
.home-page .template-hero.photo-hero .template-hero-image { object-fit: cover; object-position: center center; }
.home-page .template-hero.photo-hero::after { background: linear-gradient(90deg, rgba(28, 39, 31, .18) 0%, rgba(34, 44, 36, .1) 28%, rgba(34, 44, 36, .03) 58%, rgba(34, 44, 36, 0) 82%); }
@media (min-width: 981px) {
  .home-page .template-hero.photo-hero {
    min-height: 0;
    aspect-ratio: 1672 / 941;
  }
  .home-page .template-hero.photo-hero .template-hero-image {
    object-fit: contain;
    object-position: center center;
  }

  .home-page .template-hero.photo-hero .template-hero-content {
    position: relative;
    left: clamp(240px, 18vw, 350px);
    top: -5ch;
    max-width: 700px;
  }
}
.about-hero::after { background: linear-gradient(90deg, rgba(22, 24, 20, .18) 0%, rgba(22, 24, 20, .12) 34%, rgba(22, 24, 20, .03) 62%, rgba(22, 24, 20, 0) 86%); }
.about-hero .template-hero-image { object-fit: cover; object-position: center center; -webkit-mask-image: none; mask-image: none; }
.template-hero.photo-hero .template-hero-content { max-width: 700px; padding: 10px 0; text-shadow: none; }
.template-hero.photo-hero .template-hero-content h1 { max-width: 680px; color: #f8f6ef; font-family: var(--display); font-size: clamp(46px, 6.8vw, 86px); font-weight: 500; line-height: .98; letter-spacing: -.045em; text-transform: none; }
.template-hero.photo-hero .template-hero-content p:not(.eyebrow) { max-width: 590px; color: #e8ebe5; font-size: 18px; line-height: 1.65; }
.template-hero .eyebrow { color: #e1b77c; letter-spacing: .2em; }
.hero-actions { gap: 12px; margin-top: 30px; }
.hero-feature-list { left: var(--gutter); bottom: 0; max-width: 820px; border: 0; border-top: 1px solid rgba(249, 251, 247, .34); border-radius: 0; background: transparent; backdrop-filter: none; }
.hero-feature-list article { padding: 18px 22px 12px 0; background: transparent; }
.hero-feature-list strong { color: #b86d3b; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.hero-feature-list span { color: #edf1eb; font-size: 13px; font-weight: 500; }

@media (min-width: 981px) {
  .home-page .template-hero.photo-hero .hero-feature-list {
    left: calc(var(--gutter) + clamp(240px, 18vw, 350px));
    top: 68%;
    bottom: auto;
    width: 38%;
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .template-hero.photo-hero .hero-feature-list article {
    min-height: 88px;
    padding: 12px 18px 8px 0;
  }

  .home-page .template-hero.photo-hero .template-hero-content .eyebrow {
    color: #b86d3b;
  }
}

.answer-section { max-width: var(--measure); margin: 0 auto; padding: 88px var(--gutter) 62px; }
.answer-card, .takeaway-grid article { border-radius: 3px; border-color: var(--line); background: var(--cream); box-shadow: none; }
.answer-card { padding: clamp(28px, 5vw, 58px); }
.answer-card h2 { max-width: 700px; font-size: clamp(36px, 5vw, 68px); line-height: .98; letter-spacing: -.045em; }
.answer-card p { max-width: 770px; }
.takeaway-grid article { padding: 24px; }
.takeaway-grid strong { color: var(--wood-dark); font-family: var(--display); font-size: 22px; font-weight: 500; }
.logo-strip { max-width: var(--measure); margin: 0 auto 82px; transform: none; border: 1px solid var(--line); border-radius: 0; box-shadow: none; background: var(--line); }
.logo-strip span { min-height: 68px; background: var(--cream); color: #6a736b; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.section-title { max-width: var(--measure); margin: 0 auto; padding: 62px var(--gutter) 26px; }
.section-title h2 { max-width: 760px; font-size: clamp(38px, 5vw, 70px); line-height: .98; letter-spacing: -.045em; }
.section-title.centered { max-width: var(--measure); text-align: left; }
.section-title.centered h2, .section-title.centered p:not(.eyebrow) { margin-left: 0; margin-right: 0; }
.section-title p:not(.eyebrow) { max-width: 660px; margin-top: 18px; }

.template-products { max-width: var(--measure); margin: 0 auto; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 18px var(--gutter) 94px; }
.template-products a { border: 1px solid var(--line); border-radius: 3px; padding: 10px 10px 22px; background: var(--cream); box-shadow: none; }
.template-products a:hover { transform: translateY(-4px); border-color: rgba(155, 103, 68, .55); box-shadow: 0 16px 36px rgba(39, 52, 42, .08); }
.template-products h3 { margin: 18px 10px 5px; font-size: 28px; letter-spacing: -.025em; }
.template-products p { margin: 0 10px; font-size: 14px; }
.door-thumb { min-height: 252px; border-radius: 2px; background: linear-gradient(145deg, #eee9dc, #c3b5a5); }
.door-thumb::before { inset: 24px 34px 0; border-radius: 2px 2px 0 0; border-width: 7px; box-shadow: 0 18px 32px rgba(0, 0, 0, .12); }
.door-thumb::after { right: 48px; width: 8px; height: 8px; background: #e4bc77; }

.about-showcase { max-width: var(--measure); margin: 0 auto 94px; grid-template-columns: 1fr 1fr; gap: clamp(34px, 7vw, 92px); padding: 0 var(--gutter); background: transparent; }
.showcase-image { min-height: 580px; border-radius: 2px; background: linear-gradient(180deg, rgba(39, 52, 42, .04), rgba(39, 52, 42, .22)), url('/assets/images/about/visfurn-factory-line.webp') center / cover; box-shadow: none; }
.factory-card { left: 18px; right: 18px; bottom: 18px; border-radius: 2px; padding: 20px; background: rgba(255, 255, 255, .92); }
.showcase-copy h2, .two-column-section h2, .faq-section h2 { font-size: clamp(38px, 5vw, 70px); line-height: .98; letter-spacing: -.045em; }
.mini-stats { gap: 0; margin: 28px 0; border-top: 1px solid var(--line); }
.mini-stats div { padding: 20px 18px 20px 0; border-radius: 0; border-bottom: 1px solid var(--line); background: transparent; }
.mini-stats strong { font-family: var(--display); font-size: 24px; font-weight: 500; }
.mini-stats span { font-size: 13px; font-weight: 500; }
.advantage-grid { max-width: var(--measure); margin: 0 auto; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 16px var(--gutter) 94px; }
.advantage-grid article { min-height: 238px; padding: 24px 24px 24px 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; }
.advantage-grid span { color: var(--gold); font-size: 12px; letter-spacing: .14em; }
.advantage-grid h3 { margin: 60px 0 10px; font-size: 28px; font-weight: 500; }
.advantage-grid p { font-size: 14px; }
.process-band { max-width: var(--measure); margin: 0 auto 94px; border-radius: 2px; background: var(--wood-dark); }
.process-band .section-title h2, .process-band .eyebrow { color: #edf2eb; }
.process-timeline article { min-height: 200px; padding: 28px; background: rgba(255, 255, 255, .04); }
.process-timeline strong { font-family: var(--display); font-size: 28px; font-weight: 500; }
.process-timeline span { color: #cad6ca; font-size: 14px; }

.page-hero, .section-heading { max-width: var(--measure); margin: 0 auto; padding: 92px var(--gutter) 42px; }
.page-hero.compact { padding-top: 110px; padding-bottom: 56px; }
.page-hero h1 { max-width: 860px; color: var(--wood-dark); font-family: var(--display); font-size: clamp(48px, 7vw, 92px); font-weight: 500; line-height: .96; letter-spacing: -.05em; }
.page-hero p:not(.eyebrow) { max-width: 680px; font-size: 18px; }
.section-heading h2, .split-section h2, .footer-cta h2 { max-width: 760px; font-family: var(--display); font-size: clamp(38px, 5vw, 70px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.product-grid, .product-detail-list, .case-grid, .about-grid, .blog-list, .contact-layout { max-width: var(--measure); margin-left: auto; margin-right: auto; }
.product-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0 var(--gutter) 94px; }
.product-card, .case-grid article, .about-grid article, .blog-list article, .contact-card, .quote-form { border-radius: 3px; border-color: var(--line); box-shadow: none; background: var(--cream); }
.product-card { min-height: 270px; padding: 26px; }
.product-card h3 { font-size: 32px; font-weight: 500; }
.split-section { max-width: var(--measure); margin: 0 auto 94px; padding: clamp(34px, 6vw, 72px) var(--gutter); border-radius: 2px; background: var(--sage-pale); }
.split-section.muted { background: #eef0eb; }
.process-list span, .checklist span { border-radius: 2px; background: rgba(255, 255, 255, .74); color: var(--wood-dark); font-weight: 600; }
.case-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0 var(--gutter) 94px; }
.case-grid article { min-height: 270px; padding: 26px; }
.case-grid h3 { margin: 72px 0 10px; font-size: 34px; font-weight: 500; }
.product-detail-list { gap: 14px; padding: 0 var(--gutter) 94px; }
.product-detail { grid-template-columns: 300px 1fr; gap: clamp(26px, 5vw, 70px); padding: 12px; border-radius: 2px; border-color: var(--line); background: var(--cream); }
.product-visual { min-height: 280px; border-radius: 2px; overflow: hidden; background: #edeee9; display: block; padding: 0; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-detail h2 { font-family: var(--display); font-size: clamp(34px, 4vw, 56px); font-weight: 500; }
.about-grid { gap: 14px; padding: 0 var(--gutter) 94px; }
.about-grid article { padding: 30px; min-height: 230px; }
.about-grid h2, .blog-list h2 { font-family: var(--display); font-size: 36px; font-weight: 500; }
.blog-list { gap: 14px; padding: 0 var(--gutter) 94px; }
.blog-list article { padding: 34px; }
.blog-list h2 { font-size: clamp(34px, 4vw, 52px); }
.contact-layout { gap: 14px; padding: 0 var(--gutter) 94px; }
.quote-form { gap: 18px; padding: 34px; }
.quote-form input, .quote-form select, .quote-form textarea { border-radius: 2px; border-color: var(--line); background: #fafbf8; }
.contact-card { padding: 34px; }
.contact-card h2 { font-family: var(--display); font-size: 38px; font-weight: 500; }
.site-footer { max-width: var(--measure); margin: 0 auto; padding: 0 var(--gutter) 42px; }
.footer-cta { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: clamp(34px, 6vw, 68px); border-radius: 2px; background: #25372f; color: #eef2eb; }
.footer-cta::before { content: ""; position: absolute; inset: 0; z-index: 0; background-color: #25372f; background-image: linear-gradient(90deg, rgba(37, 55, 47, .76) 0%, rgba(37, 55, 47, .52) 52%, rgba(37, 55, 47, .16) 100%), url('/assets/images/home/visfurn-footer-cta-bg-v2.webp'); background-position: center, right center; background-size: auto, cover; background-repeat: no-repeat; }
.footer-cta > * { position: relative; z-index: 1; }
.footer-cta .eyebrow, .footer-cta h2 { color: #eef2eb; }
.footer-grid { gap: 38px; padding-top: 58px; }
.footer-grid h3 { font-family: var(--body); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a { margin: 10px 0; font-size: 14px; }

@media (max-width: 980px) {
  .template-hero.photo-hero { min-height: 720px; padding-top: 84px; }
  .template-hero.photo-hero .template-hero-content h1 { font-size: clamp(46px, 8vw, 72px); }
  .about-hero .template-hero-image { object-position: 68% center; }
  .hero-feature-list { position: relative; left: auto; bottom: auto; width: 100%; margin-top: 70px; grid-template-columns: repeat(3, 1fr); }
  .hero-feature-list article { padding-right: 16px; }
  .section-title.centered { text-align: left; }
  .template-products, .product-grid, .case-grid, .about-grid, .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .about-showcase { grid-template-columns: 1fr; }
  .showcase-image { min-height: 460px; }
  .advantage-grid article { padding-right: 18px; }
  .process-timeline { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .topbar { justify-content: flex-start; overflow: hidden; white-space: nowrap; font-size: 10px; }
  .site-header { min-height: 70px; padding: 10px var(--gutter); }
  .site-header .brand-logo { width: 100px; max-width: 100px; max-height: 58px; }
  .nav { gap: 8px; padding: 16px; border-radius: 2px; }
  .nav-link { font-size: 11px; }
  .template-hero.photo-hero { min-height: 720px; padding-top: 66px; padding-bottom: 44px; }
  .template-hero.photo-hero .template-hero-content h1 { font-size: clamp(42px, 13vw, 62px); }
  .template-hero.photo-hero .template-hero-content p:not(.eyebrow) { font-size: 16px; }
  .template-hero-image { object-position: 64% center; }
  .hero-feature-list { grid-template-columns: 1fr; margin-top: 52px; }
  .hero-feature-list article { padding: 14px 0; border-top: 1px solid rgba(249, 251, 247, .2); }
  .answer-section, .section-title, .template-products, .product-grid, .case-grid, .about-grid, .advantage-grid, .product-detail-list, .blog-list, .contact-layout { padding-left: var(--gutter); padding-right: var(--gutter); }
  .answer-section { padding-top: 62px; }
  .logo-strip { margin: 0 var(--gutter) 58px; grid-template-columns: repeat(2, 1fr); }
  .logo-strip span { min-height: 58px; font-size: 10px; }
  .template-products, .product-grid, .case-grid, .about-grid, .advantage-grid { grid-template-columns: 1fr; }
  .template-products a { padding: 8px 8px 18px; }
  .door-thumb { min-height: 220px; }
  .about-showcase { margin-bottom: 64px; padding-left: var(--gutter); padding-right: var(--gutter); }
  .showcase-image { min-height: 360px; }
  .mini-stats { grid-template-columns: 1fr; }
  .process-band { margin-left: var(--gutter); margin-right: var(--gutter); }
  .process-timeline { grid-template-columns: 1fr; }
  .page-hero, .section-heading { padding-top: 72px; }
  .page-hero h1 { font-size: clamp(46px, 13vw, 68px); }
  .product-detail { grid-template-columns: 1fr; padding: 8px; }
  .product-visual { min-height: 220px; }
  .product-detail h2 { font-size: 42px; }
  .footer-cta { align-items: flex-start; }
  .footer-cta::before { background-size: auto 100%; background-position: right center; }
}

html { scroll-padding-top: 104px; }
[id] { scroll-margin-top: 104px; }

.about-page main,
.faq-page main { overflow: clip; }

.about-page .about-answer-section {
  max-width: var(--measure);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 126px) var(--gutter) clamp(42px, 6vw, 76px);
}

.about-page .about-section-heading {
  max-width: var(--measure);
  padding: clamp(28px, 5vw, 64px) var(--gutter) 28px;
}

.about-page .about-section-heading h2 {
  max-width: 760px;
}

/* Homepage media system */
.home-page .template-hero-content h1 { font-weight: 600; letter-spacing: -.055em; }
.home-page .answer-section { grid-template-columns: 1.08fr .92fr; }
.home-page .takeaway-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-featured-heading { padding-top: clamp(54px, 8vw, 112px); }
.home-featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: var(--measure); margin: 0 auto; padding: 0 var(--gutter) clamp(64px, 8vw, 112px); }
.featured-door-card { display: grid; grid-template-rows: auto 1fr; min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--cream); }
.featured-door-card--large { grid-column: span 2; }
.featured-door-media { display: block; aspect-ratio: 1.16 / 1; overflow: hidden; background: #edf0eb; }
.featured-door-card--large .featured-door-media { aspect-ratio: 1.54 / 1; }
.featured-door-media img { display: block; width: 100%; height: 100%; padding: 14px; object-fit: contain; transition: transform .35s ease; }
.featured-door-media:hover img { transform: scale(1.025); }
.featured-door-copy { display: grid; align-content: start; gap: 8px; padding: 22px 24px 26px; }
.featured-door-copy .eyebrow { margin-bottom: 2px; font-size: 10px; }
.featured-door-copy h3 { margin: 0; font-size: clamp(22px, 2vw, 31px); line-height: 1.08; letter-spacing: -.035em; }
.featured-door-copy p:not(.eyebrow) { margin: 0; font-size: 14px; line-height: 1.6; }
.featured-door-copy .text-link { margin-top: 8px; }
.home-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-category-grid .category-card { display: flex; flex-direction: column; min-width: 0; }
.home-category-grid .category-card-media { position: relative; aspect-ratio: 1.16 / 1; overflow: hidden; background: #edf0eb; }
.home-category-grid .category-card-media img { display: block; width: 100%; height: 100%; padding: 12px; object-fit: contain; }
.home-category-grid .category-card h3 { margin: 18px 10px 5px; font-size: 25px; line-height: 1.05; }
.home-category-grid .category-card p { margin: 0 10px; font-size: 14px; line-height: 1.55; }
.home-category-grid .category-specs { display: grid; gap: 9px; margin: 16px 10px 0; padding-top: 14px; border-top: 1px solid rgba(49, 67, 55, .15); }
.home-category-grid .category-specs div { display: grid; grid-template-columns: minmax(100px, max-content) minmax(0, 1fr); gap: 14px; min-width: 0; }
.home-category-grid .category-specs dt { min-width: 0; color: var(--olive); font-size: 10px; font-weight: 850; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; overflow-wrap: anywhere; }
.home-category-grid .category-specs dd { min-width: 0; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
.home-category-grid .category-meta { display: block; margin: auto 10px 0; padding-top: 16px; color: var(--olive); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-category-grid .category-card--pending .category-card-media--neutral { display: grid; place-items: center; background: #edf0eb; }
.home-category-grid .category-card--wpc .category-card-media--neutral { background: linear-gradient(145deg, #dbe6df, #f4f2e9); }
.home-category-grid .category-card--hotel .category-card-media--neutral { background: linear-gradient(145deg, #eee1d1, #f7f3ea); }
.home-category-grid .category-card--school .category-card-media--neutral { background: linear-gradient(145deg, #dfe8ed, #f0f2ee); }
.category-card-media--neutral::before { content: ""; position: absolute; left: 30%; right: 30%; bottom: 13%; height: 64%; border: 1px solid rgba(49, 67, 55, .26); border-bottom: 0; }
.category-card-media--neutral::after { content: ""; position: absolute; left: 50%; top: 21%; bottom: 13%; border-left: 1px solid rgba(49, 67, 55, .18); }
.category-card-media--neutral i { position: absolute; left: 34%; right: 34%; bottom: 13%; height: 62%; border: 1px solid rgba(49, 67, 55, .12); box-shadow: 18px 0 0 -17px rgba(49, 67, 55, .18); }
.category-card-media--neutral span { position: relative; z-index: 1; color: var(--wood-dark); font-size: 15px; font-weight: 700; letter-spacing: .18em; line-height: 1.45; text-align: center; }
.home-page .showcase-image { display: grid; overflow: hidden; background: #edf0eb; }
.home-page .showcase-image > img { grid-area: 1 / 1; display: block; width: 100%; height: 100%; padding: 16px; object-fit: contain; }
.home-page .showcase-image .factory-card { grid-area: 1 / 1; align-self: end; z-index: 1; }

@media (max-width: 980px) {
  .home-page .answer-section { grid-template-columns: 1fr; }
  .home-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-door-card--large { grid-column: span 2; }
  .home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .home-page .takeaway-grid,
  .home-featured-grid,
  .home-category-grid { grid-template-columns: 1fr; }
  .featured-door-card--large { grid-column: auto; }
  .featured-door-card--large .featured-door-media { aspect-ratio: 1.16 / 1; }
  .featured-door-copy { padding: 20px 18px 22px; }
  .home-category-grid .category-card h3 { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .featured-door-media img { transition: none; }
}

.about-page .about-buyer-grid {
  max-width: var(--measure);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(28px, 4vw, 64px);
  row-gap: 0;
  padding: 18px var(--gutter) clamp(72px, 9vw, 126px);
}

.about-page .about-buyer-grid article {
  min-height: 226px;
  padding: 26px 28px 26px 0;
  border-top: 1px solid var(--line);
}

.about-page .about-buyer-grid h3 {
  margin: 54px 0 12px;
  font-size: clamp(22px, 2.2vw, 30px);
}

.about-page .about-video-section {
  max-width: var(--measure);
  margin: 0 auto;
  padding: clamp(76px, 10vw, 142px) var(--gutter);
  background: #f2eee5;
}

.about-page .about-video-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(42px, 8vw, 112px);
  align-items: center;
}

.about-page .about-video-copy {
  max-width: 590px;
}

.about-page .about-video-copy h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
}

.about-page .about-video-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 24px;
}

.about-page .about-video-checklist {
  margin-top: 30px;
}

.about-page .about-video-checklist li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.about-page .about-video-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #1e2b25;
  box-shadow: var(--shadow);
  isolation: isolate;
}

/* About video card: explicit bounds prevent native or injected player layers from escaping. */
.about-page .about-video-container {
  width: 100%;
  max-width: 640px;
  min-width: 0;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #1e2b25;
  isolation: isolate;
  contain: layout paint;
}

.about-page .about-video-container .about-video-player,
.about-page .about-video-container video,
.about-page .about-video-container iframe,
.about-page .about-video-container .plyr {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: absolute !important;
  inset: 0;
  margin: 0;
  border: 0;
  border-radius: 28px;
  object-fit: cover;
  background: #1e2b25;
}

.about-page .about-video-container .plyr {
  --plyr-border-radius: 28px;
}

.about-page .about-video-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 18px 18px;
}

.about-page .about-video-tags span {
  padding: 6px 9px;
  border: 1px solid rgba(232, 235, 229, .25);
  border-radius: 999px;
  color: #e8ebe5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.about-page .about-evidence-section,
.about-page .qc-section {
  max-width: var(--measure);
  margin: 0 auto;
  padding: clamp(76px, 10vw, 142px) var(--gutter);
}

.about-page .about-evidence-section {
  border-top: 1px solid var(--line);
}

.about-page .evidence-content {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(42px, 8vw, 132px);
  align-items: center;
}

.about-page .evidence-content.flipped {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.about-page .evidence-copy {
  max-width: 590px;
}

.about-page .evidence-copy h2,
.about-page .process-section h2,
.about-page .about-next-step h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
}

.about-page .evidence-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 24px;
}

.about-page .evidence-visual {
  min-height: clamp(360px, 42vw, 600px);
  overflow: hidden;
  background: var(--sage-pale);
}

.about-page .evidence-visual img,
.about-page .process-visual-detail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .checklist {
  margin-top: 30px;
}

.about-page .checklist li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.about-page .process-section {
  max-width: var(--measure);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 126px) var(--gutter);
  background: var(--sage-pale);
}

.about-page .process-section .section-title {
  max-width: none;
  padding: 0 0 48px;
}

.about-page .process-timeline {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  background: transparent;
  border-top: 1px solid rgba(49, 67, 55, .22);
}

.about-page .process-step {
  min-height: 232px;
  padding: 24px 24px 0 0;
  border-right: 1px solid rgba(49, 67, 55, .16);
}

.about-page .process-step:not(:first-child) {
  padding-left: 24px;
}

.about-page .process-step:last-child {
  border-right: 0;
}

.about-page .process-step strong {
  color: var(--wood);
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
}

.about-page .process-step h3 {
  margin: 54px 0 10px;
  font-size: clamp(22px, 2vw, 28px);
}

.about-page .process-step p {
  margin: 0;
  font-size: 14px;
}

.about-page .process-visual-detail {
  height: clamp(260px, 34vw, 480px);
  margin-top: 44px;
  overflow: hidden;
}

.about-page .about-next-step {
  max-width: var(--measure);
  margin: 0 auto;
  padding: clamp(42px, 6vw, 74px) var(--gutter);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid var(--line);
}

.about-page .about-next-step h2 {
  max-width: 700px;
}

.about-page .about-next-step .button {
  flex: 0 0 auto;
}

.faq-page .faq-page-hero {
  max-width: var(--measure);
  margin: 0 auto;
  padding: clamp(92px, 12vw, 160px) var(--gutter) clamp(64px, 8vw, 112px);
}

.faq-page .faq-page-hero h1 {
  max-width: 820px;
}

.faq-page .faq-page-hero > p:not(.eyebrow) {
  max-width: 670px;
  margin-top: 24px;
}

.faq-page .faq-page-hero .button.ghost,
.about-page .about-next-step .button.ghost {
  color: var(--wood-dark);
  border-color: rgba(49, 67, 55, .28);
}

.faq-page .faq-section {
  max-width: var(--measure);
  margin: 0 auto;
  grid-template-columns: minmax(260px, .74fr) minmax(0, 1.26fr);
  gap: clamp(44px, 8vw, 132px);
  padding: 18px var(--gutter) clamp(88px, 11vw, 152px);
}

.faq-page .faq-section .section-title {
  position: sticky;
  top: 112px;
  align-self: start;
  padding: 0;
}

.faq-page .faq-section .section-title h2 {
  max-width: 520px;
}

.faq-page .faq-question {
  padding: 23px 24px;
}

.faq-page .faq-answer {
  padding: 0 24px 24px;
}

@media (max-width: 980px) {
  .about-page .about-buyer-grid,
  .about-page .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .evidence-content,
  .about-page .evidence-content.flipped,
  .about-page .about-video-grid,
  .faq-page .faq-section {
    grid-template-columns: 1fr;
  }

  .about-page .evidence-content.flipped .evidence-visual {
    order: -1;
  }

  .about-page .process-step:nth-child(2n) {
    padding-left: 24px;
  }

  .about-page .process-step:nth-child(2n) {
    border-right: 0;
  }

  .faq-page .faq-section .section-title {
    position: static;
  }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 82px; }
  [id] { scroll-margin-top: 82px; }

  .about-page .about-buyer-grid,
  .about-page .process-timeline {
    grid-template-columns: 1fr;
  }

  .about-page .about-buyer-grid article,
  .about-page .process-step {
    min-height: auto;
    padding: 22px 0;
    border-right: 0;
  }

  .about-page .about-buyer-grid h3,
  .about-page .process-step h3 {
    margin-top: 28px;
  }

  .about-page .evidence-visual {
    min-height: 290px;
  }

  .about-page .about-video-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about-page .about-video-card {
    border-radius: 18px;
  }

  .about-page .about-video-container,
  .about-page .about-video-container .about-video-player,
  .about-page .about-video-container video,
  .about-page .about-video-container iframe,
  .about-page .about-video-container .plyr {
    max-width: 100%;
    border-radius: 16px;
  }

  .about-page .about-next-step {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 980px) {
  body.about-page.about-video-in-view.vf-mobile-actions-visible .vf-whatsapp-float,
  body.about-page.about-video-in-view.vf-mobile-actions-visible .vf-inquiry-float {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }
}

.faq-page .faq-hub {
  max-width: var(--measure);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 9vw, 146px);
  padding: 28px var(--gutter) clamp(96px, 12vw, 164px);
}

.faq-page .faq-hub-intro {
  position: sticky;
  top: 112px;
  align-self: start;
}

.faq-page .faq-hub-intro h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(38px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
}

.faq-page .faq-hub-intro > p:not(.eyebrow) {
  max-width: 470px;
  margin: 22px 0 0;
}

.faq-page .faq-topic-nav {
  display: grid;
  gap: 0;
  margin-top: clamp(34px, 5vw, 58px);
  border-top: 1px solid var(--line);
}

.faq-page .faq-topic-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 50px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  transition: color .18s ease, transform .18s ease;
}

.faq-page .faq-topic-nav a::after {
  content: "↗";
  color: var(--wood);
  font-size: 16px;
  transition: transform .18s ease;
}

.faq-page .faq-topic-nav a:hover,
.faq-page .faq-topic-nav a:focus-visible {
  transform: translateX(4px);
  color: var(--wood-dark);
}

.faq-page .faq-topic-nav a:hover::after,
.faq-page .faq-topic-nav a:focus-visible::after {
  transform: translate(3px, -3px);
}

.faq-page .faq-topic-list {
  display: grid;
  gap: clamp(56px, 8vw, 112px);
  min-width: 0;
}

.faq-page .faq-topic {
  scroll-margin-top: 112px;
}

.faq-page .faq-topic-heading {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--ink);
}

.faq-page .faq-topic-heading .eyebrow {
  margin-bottom: 12px;
  color: var(--wood);
}

.faq-page .faq-topic-heading h3 {
  max-width: 680px;
  margin: 0;
  color: var(--wood-dark);
  font-family: var(--display);
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.04em;
}

.faq-page .faq-topic-heading p:not(.eyebrow) {
  max-width: 650px;
  margin: 16px 0 0;
  font-size: 14px;
}

.faq-page .faq-topic .faq-list {
  gap: 8px;
  margin-top: 16px;
}

.faq-page .faq-topic .faq-item {
  border-radius: 3px;
  background: var(--cream);
}

.faq-page .faq-topic .faq-item.is-open {
  border-color: rgba(49, 67, 55, .35);
  box-shadow: none;
  background: #f0f3ee;
}

.faq-page .faq-topic .faq-question {
  padding: 21px 22px;
  font-size: 16px;
  font-weight: 750;
}

.faq-page .faq-topic .faq-question::after {
  color: var(--wood);
  font-size: 22px;
}

.faq-page .faq-topic .faq-answer {
  max-width: 720px;
  padding: 0 22px 22px;
}

.faq-page .faq-topic .faq-answer p {
  color: #59625a;
  font-size: 15px;
  line-height: 1.75;
}

.faq-page .faq-topic-list > .faq-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: -24px;
}

@media (max-width: 980px) {
  .faq-page .faq-hub {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .faq-page .faq-hub-intro {
    position: static;
  }

  .faq-page .faq-topic-nav {
    display: flex;
    gap: 8px;
    margin-inline: calc(var(--gutter) * -1);
    padding: 0 var(--gutter) 8px;
    overflow-x: auto;
    border-top: 0;
    scrollbar-width: none;
  }

  .faq-page .faq-topic-nav::-webkit-scrollbar {
    display: none;
  }

  .faq-page .faq-topic-nav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid var(--line);
    color: var(--wood-dark);
    background: var(--cream);
  }

  .faq-page .faq-topic-nav a::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .faq-page .faq-hub {
    gap: 42px;
    padding-top: 10px;
  }

  .faq-page .faq-topic-list {
    gap: 58px;
  }

  .faq-page .faq-topic-heading h3 {
    font-size: 34px;
  }

  .faq-page .faq-topic .faq-question {
    gap: 16px;
    padding: 18px 16px;
    font-size: 15px;
  }

  .faq-page .faq-topic .faq-answer {
    padding: 0 16px 18px;
  }
}

/* Editorial index and detail surfaces */
.editorial-index-page {
  background: var(--paper);
}

.editorial-index-hero {
  max-width: var(--measure);
  margin: 0 auto;
  padding: clamp(88px, 12vw, 156px) var(--gutter) clamp(58px, 8vw, 104px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  border-bottom: 1px solid var(--line);
}

.editorial-index-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--wood-dark);
  font-family: var(--display);
  font-size: clamp(54px, 8vw, 104px);
  font-weight: 500;
  line-height: .93;
  letter-spacing: -.05em;
}

.editorial-index-intro {
  max-width: 640px;
  margin: 26px 0 0;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.7;
}

.editorial-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.editorial-breadcrumb a:hover,
.editorial-breadcrumb a:focus-visible {
  color: var(--wood-dark);
}

.editorial-index-layout {
  max-width: var(--measure);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 104px) var(--gutter) clamp(100px, 12vw, 160px);
  display: grid;
  grid-template-columns: minmax(220px, .28fr) minmax(0, .72fr);
  gap: clamp(52px, 8vw, 128px);
}

.editorial-sidebar {
  position: sticky;
  top: 108px;
  align-self: start;
}

.editorial-sidebar h2 {
  max-width: 270px;
  margin: 0;
  color: var(--wood-dark);
  font-family: var(--display);
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.04em;
}

.editorial-sidebar-nav {
  display: grid;
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.editorial-sidebar-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 50px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  transition: color .18s ease, transform .18s ease;
}

.editorial-sidebar-nav a span {
  color: var(--wood);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.editorial-sidebar-nav a:hover,
.editorial-sidebar-nav a:focus-visible,
.editorial-sidebar-nav a.is-current {
  color: var(--wood-dark);
}

.editorial-sidebar-nav a:hover,
.editorial-sidebar-nav a:focus-visible {
  transform: translateX(4px);
}

.editorial-sidebar-note {
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.editorial-sidebar-note p:not(.eyebrow) {
  max-width: 260px;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wood-dark);
  font-size: 13px;
  font-weight: 800;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--wood);
}

.editorial-index-content {
  min-width: 0;
}

.editorial-index-toolbar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .02em;
}

.editorial-index-toolbar p {
  margin: 0;
  color: var(--wood-dark);
  font-size: 13px;
}

.editorial-index-toolbar strong {
  margin-right: 5px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.editorial-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--cream);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.editorial-card:hover,
.editorial-card:focus-within {
  border-color: rgba(86, 48, 25, .35);
  transform: translateY(-3px);
  box-shadow: 0 18px 46px rgba(57, 37, 20, .08);
}

.editorial-card > a {
  display: block;
  height: 100%;
}

.editorial-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8e1d7;
}

.editorial-card-media picture,
.editorial-card-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.editorial-card-media img {
  object-fit: cover;
  transition: transform .45s ease;
}

.editorial-card:hover .editorial-card-media img,
.editorial-card:focus-within .editorial-card-media img {
  transform: scale(1.025);
}

.editorial-card-media.editorial-media--pending {
  display: grid;
  align-content: end;
  padding: 18px;
  background: linear-gradient(135deg, #e9e1d5, #cbbca9);
}

.editorial-card-media.editorial-media--pending::before {
  content: "VISFURN / IMAGE SLOT";
  position: absolute;
  inset: 18px 18px auto;
  color: rgba(86, 48, 25, .52);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
}

.editorial-card-media.editorial-media--pending span,
.editorial-card-media.editorial-media--pending small {
  position: relative;
  display: block;
}

.editorial-card-media.editorial-media--pending span {
  color: var(--wood-dark);
  font-size: 14px;
  font-weight: 800;
}

.editorial-card-media.editorial-media--pending small {
  margin-top: 5px;
  color: rgba(36, 26, 19, .64);
  font-size: 11px;
}

.editorial-card-copy {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 22px 24px;
}

.editorial-card-copy .eyebrow {
  margin-bottom: 14px;
  color: var(--olive);
  font-size: 10px;
  letter-spacing: .12em;
}

.editorial-card-copy h2 {
  margin: 0;
  color: var(--wood-dark);
  font-family: var(--display);
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.editorial-card-copy > p:not(.eyebrow) {
  margin: 15px 0 22px;
  font-size: 14px;
  line-height: 1.65;
}

.editorial-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: auto 0 18px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.editorial-card-meta span + span::before {
  content: "•";
  margin-right: 14px;
  color: var(--wood);
}

.editorial-card-copy .text-link {
  margin-top: 0;
}

.editorial-detail {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(82px, 10vw, 140px) var(--gutter) clamp(92px, 12vw, 156px);
}

.editorial-detail-header {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.editorial-detail-header h1 {
  margin: 0;
  color: var(--wood-dark);
  font-family: var(--display);
  font-size: clamp(46px, 7vw, 88px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.05em;
}

.editorial-dek {
  max-width: 700px;
  margin: 24px auto 0;
  font-size: 18px;
}

.editorial-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 12px;
}

.editorial-meta span + span::before {
  content: "•";
  margin-right: 18px;
  color: var(--wood);
}

.editorial-media {
  max-width: 1000px;
  margin: 68px auto 0;
}

.editorial-media picture,
.editorial-media img {
  display: block;
  width: 100%;
}

.editorial-media img {
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.editorial-media figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.editorial-media-placeholder {
  display: grid;
  min-height: 320px;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 32px;
  border: 1px dashed rgba(86, 48, 25, .35);
  background: #eee5d8;
  text-align: center;
}

.editorial-media-placeholder span,
.editorial-media-placeholder small {
  color: var(--muted);
  font-size: 12px;
}

.editorial-media-placeholder strong {
  color: var(--wood-dark);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 500;
}

.editorial-answer,
.editorial-snapshot,
.editorial-next-step,
.editorial-faq {
  max-width: 1000px;
  margin: 58px auto 0;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.editorial-answer p:last-child {
  max-width: 820px;
  margin: 0;
  color: var(--wood-dark);
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.editorial-review-note {
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 15px 18px;
  background: #f0f3ee;
  color: #536155;
  font-size: 13px;
}

.editorial-snapshot {
  display: grid;
  grid-template-columns: minmax(180px, .38fr) minmax(0, .62fr);
  gap: 34px;
}

.editorial-snapshot h2,
.editorial-faq h2,
.editorial-next-step h2 {
  margin: 0;
  color: var(--wood-dark);
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.04em;
}

.editorial-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
}

.editorial-snapshot-grid div {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.editorial-snapshot-grid dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.editorial-snapshot-grid dd {
  margin: 5px 0 0;
  color: var(--wood-dark);
  font-size: 14px;
  line-height: 1.5;
}

.editorial-body {
  max-width: 760px;
  margin: 74px auto 0;
}

.editorial-section {
  margin-top: 58px;
}

.editorial-section h2 {
  margin: 0 0 16px;
  color: var(--wood-dark);
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}

.editorial-section p,
.editorial-section li {
  max-width: 70ch;
  font-size: 17px;
  line-height: 1.8;
}

.editorial-section ul {
  margin: 0;
  padding-left: 22px;
}

.editorial-table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.editorial-table-wrap table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 13px;
}

.editorial-table-wrap th,
.editorial-table-wrap td {
  padding: 13px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.editorial-table-wrap th {
  color: var(--wood-dark);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.editorial-table-wrap td {
  color: var(--muted);
  line-height: 1.55;
}

.editorial-inline-media {
  max-width: 1000px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.editorial-inline-media .editorial-media {
  margin: 0;
}

.editorial-faq {
  display: grid;
  grid-template-columns: minmax(200px, .4fr) minmax(0, .6fr);
  gap: 34px;
}

.editorial-faq-list {
  display: grid;
  gap: 0;
}

.editorial-faq details {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.editorial-faq summary {
  cursor: pointer;
  color: var(--wood-dark);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
}

.editorial-faq details p {
  margin: 12px 0 0;
  font-size: 14px;
}

.editorial-next-step {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.editorial-next-step h2 {
  max-width: 620px;
}

.editorial-next-step .button {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .editorial-index-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .editorial-breadcrumb {
    padding-bottom: 0;
  }

  .editorial-index-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .editorial-sidebar {
    position: static;
  }

  .editorial-sidebar h2 {
    max-width: 520px;
  }

  .editorial-sidebar-nav {
    display: flex;
    gap: 8px;
    margin-inline: calc(var(--gutter) * -1);
    padding: 0 var(--gutter) 8px;
    overflow-x: auto;
    border-top: 0;
    scrollbar-width: none;
  }

  .editorial-sidebar-nav::-webkit-scrollbar {
    display: none;
  }

  .editorial-sidebar-nav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid var(--line);
    background: var(--cream);
  }

  .editorial-sidebar-nav a:hover,
  .editorial-sidebar-nav a:focus-visible {
    transform: none;
  }

  .editorial-sidebar-note {
    max-width: 520px;
    margin-top: 26px;
  }

  .editorial-sidebar-note p:not(.eyebrow) {
    max-width: 520px;
  }

  .editorial-detail {
    padding-top: 86px;
  }
}

@media (max-width: 620px) {
  .editorial-index-hero {
    padding-top: 76px;
  }

  .editorial-index-hero h1 {
    font-size: clamp(50px, 16vw, 74px);
  }

  .editorial-index-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .editorial-card-copy {
    min-height: 0;
  }

  .editorial-detail-header h1 {
    font-size: clamp(44px, 13vw, 66px);
  }

  .editorial-media {
    margin-top: 46px;
  }

  .editorial-answer,
  .editorial-snapshot,
  .editorial-next-step,
  .editorial-faq {
    margin-top: 44px;
  }

  .editorial-snapshot,
  .editorial-faq {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .editorial-snapshot-grid {
    grid-template-columns: 1fr;
  }

  .editorial-body {
    margin-top: 56px;
  }

  .editorial-inline-media {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .editorial-next-step {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* VISFURN door product mega menu */
.product-mega-menu {
  width: min(940px, calc(100vw - 32px));
  min-width: 0;
  padding: 18px;
  gap: 0;
  border: 1px solid rgba(49, 67, 55, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 70px rgba(39, 52, 42, .18);
}

.product-mega-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  grid-column: 1 / -1;
  padding: 4px 8px 14px;
  border-bottom: 1px solid #e0e4dc;
  color: #3d4b41;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.product-mega-heading a {
  display: inline-flex !important;
  min-height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: #a86e3b !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .04em !important;
  text-transform: none;
}

.product-mega-heading a:hover,
.product-mega-heading a:focus { background: transparent !important; color: #7f4d29 !important; }
.product-mega-heading b { margin-left: 5px; font-size: 15px; }

.product-mega-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.product-mega-item {
  display: grid !important;
  min-height: 138px;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 15px 10px 13px !important;
  border-right: 1px dashed #d9ded7;
  border-bottom: 1px dashed #d9ded7;
  border-radius: 0 !important;
  background: transparent !important;
  color: #455148 !important;
  text-align: center;
  white-space: normal !important;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.product-mega-item:nth-child(5n) { border-right: 0; }
.product-mega-item:nth-last-child(-n + 5) { border-bottom: 0; }
.product-mega-item:hover,
.product-mega-item:focus-visible { background: #f0f4ed !important; color: #24352e !important; transform: translateY(-2px); }

.product-mega-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 68px;
  color: #5a6a5d;
}

.product-mega-icon-svg {
  width: 52px;
  height: 62px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.product-mega-label {
  display: block;
  color: currentColor;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.product-mega-note {
  display: block;
  color: #89938a;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

body.pdp-product-page .pdp-nav-links .product-mega-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  display: grid;
  visibility: hidden;
  width: min(940px, calc(100vw - 32px));
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
}

body.pdp-product-page .pdp-nav-links .nav-item:hover .product-mega-menu,
body.pdp-product-page .pdp-nav-links .nav-item:focus-within .product-mega-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

@media (max-width: 980px) {
  .product-mega-menu,
  body.pdp-product-page .pdp-nav-links .product-mega-menu {
    position: static;
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
    padding: 10px;
    border-radius: 14px;
    box-shadow: none;
    transform: none;
  }

  .product-mega-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-mega-item { min-height: 82px; grid-template-columns: 42px 1fr; justify-items: start; gap: 10px; padding: 10px 8px !important; text-align: left; }
  .product-mega-item:nth-child(5n) { border-right: 1px dashed #d9ded7; }
  .product-mega-item:nth-child(2n) { border-right: 0; }
  .product-mega-item:nth-last-child(-n + 5) { border-bottom: 1px dashed #d9ded7; }
  .product-mega-item:nth-last-child(-n + 2) { border-bottom: 0; }
  .product-mega-icon { width: 40px; height: 48px; }
  .product-mega-icon-svg { width: 36px; height: 46px; }
  .product-mega-label,
  .product-mega-note { grid-column: 2; }
}

@media (max-width: 620px) {
  .product-mega-grid { grid-template-columns: 1fr; }
  .product-mega-item,
  .product-mega-item:nth-child(5n),
  .product-mega-item:nth-child(2n) { border-right: 0; border-bottom: 1px dashed #d9ded7; }
  .product-mega-item:last-child { border-bottom: 0; }
  .product-mega-item:nth-last-child(-n + 2) { border-bottom: 1px dashed #d9ded7; }
  .product-mega-item:last-child { border-bottom: 0; }
}

/* VISFURN typography and spacing refinement */
:root {
  --ink: #2b372f;
  --muted: #626e65;
  --line: #dce2db;
  --paper: #f5f7f3;
  --cream: #ffffff;
  --wood: #a46f48;
  --wood-dark: #314638;
  --olive: #718074;
  --gold: #b88a55;
  --sage-pale: #e8eee8;
  --gutter: clamp(20px, 5vw, 88px);
  --measure: 1320px;
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  text-rendering: optimizeLegibility;
}

p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--wood);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .16em;
}

.site-header {
  min-height: 76px;
  padding-block: 11px;
  background: rgba(245, 247, 243, .94);
  border-bottom-color: rgba(49, 70, 56, .12);
}

.nav-link {
  color: #5b695f;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: .095em;
}

.header-cta,
.button {
  min-height: 42px;
  padding: 12px 18px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .09em;
}

.template-hero.photo-hero .template-hero-content {
  max-width: 720px;
}

.template-hero.photo-hero .template-hero-content h1,
.home-page .template-hero.photo-hero .template-hero-content h1 {
  max-width: 740px;
  font-size: clamp(40px, 5.25vw, 70px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.template-hero.photo-hero .template-hero-content p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.72;
}

.hero-feature-list span {
  font-size: 13px;
  line-height: 1.5;
}

.answer-section {
  padding-top: clamp(64px, 8vw, 104px);
  padding-bottom: clamp(48px, 6vw, 76px);
}

.answer-card {
  padding: clamp(30px, 4.5vw, 52px);
}

.answer-card h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.answer-card p {
  max-width: 68ch;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.75;
}

.takeaway-grid strong {
  font-size: 20px;
  line-height: 1.2;
}

.takeaway-grid span {
  font-size: 14px;
  line-height: 1.65;
}

.section-title h2,
.section-heading h2,
.split-section h2,
.footer-cta h2,
.showcase-copy h2,
.two-column-section h2,
.faq-section h2 {
  max-width: 700px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.section-title p:not(.eyebrow),
.section-heading p:not(.eyebrow) {
  max-width: 62ch;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.72;
}

.template-products h3,
.home-category-grid .category-card h3 {
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.template-products p,
.home-category-grid .category-card p,
.featured-door-copy p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.65;
}

.showcase-copy > p:not(.eyebrow),
.two-column-section > div > p:not(.eyebrow),
.faq-section > div > p:not(.eyebrow) {
  max-width: 62ch;
}

.mini-stats strong {
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.2;
}

.mini-stats span,
.process-timeline span,
.advantage-grid p,
.solution-grid p,
.guide-grid p {
  font-size: 14px;
  line-height: 1.65;
}

.advantage-grid h3,
.process-timeline strong,
.solution-grid h3,
.guide-grid h3 {
  line-height: 1.15;
}

.advantage-grid h3 {
  margin-top: 68px;
  font-size: 24px;
}

.process-timeline strong {
  font-size: 22px;
}

.page-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.page-hero p:not(.eyebrow) {
  max-width: 640px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.72;
}

.product-card h3,
.case-grid h3,
.about-grid h2,
.blog-list h2,
.contact-card h2 {
  line-height: 1.12;
  letter-spacing: -.025em;
}

.product-card h3 {
  font-size: 28px;
}

.case-grid h3 {
  margin-top: 64px;
  font-size: 28px;
}

.about-grid h2,
.blog-list h2 {
  font-size: clamp(28px, 3.5vw, 44px);
}

.contact-card h2 {
  font-size: clamp(28px, 3.5vw, 42px);
}

.editorial-index-hero h1 {
  max-width: 700px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.03;
  letter-spacing: -.035em;
}

.editorial-index-intro {
  max-width: 60ch;
  font-size: 17px;
  line-height: 1.72;
}

.editorial-sidebar h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.editorial-card-copy h2 {
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
}

.editorial-card-copy > p:not(.eyebrow),
.editorial-section p,
.editorial-section li {
  font-size: 16px;
  line-height: 1.75;
}

.editorial-answer p:last-child {
  max-width: 72ch;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.2;
}

.editorial-snapshot h2,
.editorial-faq h2,
.editorial-next-step h2 {
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.08;
}

.category-page .category-layout {
  gap: clamp(30px, 4vw, 56px);
  padding-block: clamp(54px, 7vw, 84px);
}

.category-page .sidebar-widget h3 {
  font-size: 17px;
  line-height: 1.25;
}

.category-page .category-nav a {
  font-size: 13px;
  line-height: 1.35;
}

.category-page .product-card-v2 h4 {
  font-size: 18px;
  line-height: 1.25;
}

.category-page .product-card-v2 p {
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .template-hero.photo-hero .template-hero-content h1,
  .home-page .template-hero.photo-hero .template-hero-content h1 {
    font-size: clamp(40px, 7.2vw, 62px);
  }

  .section-title h2,
  .section-heading h2,
  .split-section h2,
  .footer-cta h2,
  .showcase-copy h2,
  .two-column-section h2,
  .faq-section h2 {
    font-size: clamp(32px, 5vw, 48px);
  }

  .editorial-index-hero h1 {
    font-size: clamp(42px, 7vw, 64px);
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  p,
  .answer-card p,
  .section-title p:not(.eyebrow),
  .section-heading p:not(.eyebrow),
  .page-hero p:not(.eyebrow),
  .showcase-copy > p:not(.eyebrow),
  .two-column-section > div > p:not(.eyebrow),
  .faq-section > div > p:not(.eyebrow),
  .editorial-card-copy > p:not(.eyebrow),
  .editorial-section p,
  .editorial-section li {
    font-size: 15px;
    line-height: 1.72;
  }

  .template-hero.photo-hero {
    min-height: 680px;
    padding-top: 58px;
    padding-bottom: 42px;
  }

  .template-hero.photo-hero .template-hero-content h1,
  .home-page .template-hero.photo-hero .template-hero-content h1 {
    max-width: 12ch;
    font-size: clamp(36px, 10.5vw, 50px);
    line-height: 1.04;
  }

  .template-hero.photo-hero .template-hero-content p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.7;
  }

  .answer-section {
    padding-top: 58px;
    padding-bottom: 54px;
  }

  .answer-card {
    padding: 26px 22px 28px;
  }

  .answer-card h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.1;
  }

  .answer-card p {
    margin-top: 18px;
  }

  .section-title,
  .section-heading {
    padding-top: 54px;
    padding-bottom: 22px;
  }

  .section-title h2,
  .section-heading h2,
  .split-section h2,
  .footer-cta h2,
  .showcase-copy h2,
  .two-column-section h2,
  .faq-section h2 {
    font-size: clamp(30px, 8.5vw, 42px);
    line-height: 1.1;
  }

  .page-hero,
  .page-hero.compact {
    padding-top: 74px;
    padding-bottom: 38px;
  }

  .page-hero h1 {
    font-size: clamp(38px, 10.5vw, 52px);
    line-height: 1.06;
  }

  .editorial-index-hero {
    padding-top: 74px;
    padding-bottom: 48px;
  }

  .editorial-index-hero h1 {
    max-width: 12ch;
    font-size: clamp(40px, 11vw, 54px);
    line-height: 1.05;
  }

  .editorial-sidebar h2 {
    font-size: 32px;
  }

  .editorial-card-copy h2 {
    font-size: 26px;
  }

  .category-page .category-layout {
    gap: 28px;
    padding-block: 46px 64px;
  }
}

/* Contact surface: factory context, quote workspace and location proof */
.contact-hero {
  position: relative;
  min-height: clamp(500px, 56vw, 700px);
  overflow: hidden;
  background: #29372f;
}

.contact-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30, 45, 36, .88) 0%, rgba(37, 54, 43, .68) 38%, rgba(37, 54, 43, .18) 74%, rgba(37, 54, 43, .08) 100%);
}

.contact-hero-content {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - (var(--gutter) * 2)));
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 84px 0 104px;
  color: #f5f8f3;
}

.contact-hero-content .eyebrow {
  color: #d9b37d;
}

.contact-hero-content h1 {
  max-width: 720px;
  margin: 0;
  color: #f5f8f3;
  font-family: var(--display);
  font-size: clamp(42px, 5.2vw, 70px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.contact-hero-content > p:not(.eyebrow) {
  max-width: 600px;
  margin: 24px 0 0;
  color: #e3ebe3;
  font-size: 17px;
  line-height: 1.72;
}

.contact-workspace {
  max-width: var(--measure);
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(20px, 3vw, 42px);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) var(--gutter) clamp(72px, 9vw, 126px);
}

.contact-information,
.contact-quote-form {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 2px;
}

.contact-information {
  align-self: start;
  padding: clamp(28px, 4vw, 52px);
  background: #edf1ec;
}

.contact-information h2,
.contact-form-intro h2,
.contact-map-copy h2 {
  max-width: 560px;
  margin: 0;
  color: var(--wood-dark);
  font-family: var(--display);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.contact-information > p:not(.eyebrow) {
  max-width: 52ch;
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.72;
}

.contact-detail-list {
  display: grid;
  margin: 34px 0 0;
  border-top: 1px solid rgba(49, 70, 56, .18);
}

.contact-detail-list > div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(49, 70, 56, .18);
}

.contact-detail-list dt {
  color: var(--wood);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.contact-detail-list dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.65;
}

.contact-detail-list address,
.contact-map-copy address {
  font-style: normal;
}

.contact-detail-list a,
.contact-map-copy .text-link {
  color: var(--wood-dark);
  font-weight: 750;
}

.contact-checklist {
  margin-top: 34px;
}

.contact-checklist .eyebrow {
  margin-bottom: 12px;
}

.contact-checklist ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-checklist li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.contact-checklist li::before {
  content: "";
  position: absolute;
  top: .65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wood);
}

.contact-quote-form {
  display: block;
  padding: clamp(28px, 4vw, 52px);
  background: var(--cream);
}

.contact-form-intro {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.contact-form-intro .eyebrow {
  margin-bottom: 12px;
}

.contact-form-intro > p:not(.eyebrow) {
  max-width: 56ch;
  margin: 16px 0 0;
  font-size: 15px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  margin-top: 26px;
}

.contact-form-grid label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.contact-form-grid .field-wide {
  grid-column: 1 / -1;
}

.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd8d0;
  border-radius: 2px;
  padding: 13px 14px;
  background: #fbfcfa;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.contact-form-grid textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form-grid input[type="file"] {
  padding-block: 11px;
  color: var(--muted);
}

.file-field {
  display: grid;
  gap: 8px;
}

.file-field-label {
  color: var(--ink);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.file-upload {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  border: 1px solid #cfd8d0;
  border-radius: 2px;
  padding: 8px 10px;
  background: #fbfcfa;
}

.file-upload-trigger {
  flex: 0 0 auto;
  min-height: 32px;
  border: 1px solid rgba(49, 70, 56, .24);
  border-radius: 2px;
  padding: 7px 12px;
  background: #ffffff;
  color: var(--wood-dark);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  cursor: pointer;
}

.file-upload-trigger:hover,
.file-upload-trigger:focus-visible {
  border-color: var(--wood-dark);
  background: #edf2ec;
}

.file-upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.file-upload-name {
  min-width: 0;
  color: #7a867d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-form-grid input::placeholder,
.contact-form-grid textarea::placeholder {
  color: #8a948c;
  opacity: 1;
}

.contact-form-grid input:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus {
  border-color: var(--wood-dark);
  outline: 3px solid rgba(164, 111, 72, .16);
  outline-offset: 1px;
}

.contact-quote-form .form-status {
  margin-top: 24px;
  border-radius: 2px;
  background: #edf2ec;
  color: #5d6b60;
  font-size: 13px;
  line-height: 1.6;
}

.contact-quote-form .form-status[data-state="sending"] {
  background: #f4efe8;
  color: var(--wood-dark);
}

.contact-quote-form .form-status[data-state="success"] {
  background: #e7f1e8;
  color: #315f3b;
}

.contact-quote-form .form-status[data-state="error"] {
  background: #f8e9e5;
  color: #8b3c2f;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-quote-form > .button {
  margin-top: 18px;
}

.contact-map-section {
  position: relative;
  overflow: hidden;
  background: #e9eeea;
}

.contact-map-copy {
  position: absolute;
  z-index: 2;
  top: 42px;
  left: var(--gutter);
  width: min(360px, calc(100% - (var(--gutter) * 2)));
  padding: 28px 30px;
  background: rgba(43, 55, 47, .94);
  color: #f3f7f1;
  box-shadow: 0 18px 46px rgba(28, 42, 33, .18);
}

.contact-map-copy .eyebrow {
  color: #d9b37d;
}

.contact-map-copy h2 {
  color: #f3f7f1;
  font-size: clamp(28px, 3vw, 40px);
}

.contact-map-copy > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: #d8e2d8;
  font-size: 14px;
  line-height: 1.65;
}

.contact-map-copy address {
  margin-top: 18px;
  color: #f3f7f1;
  font-size: 14px;
  line-height: 1.6;
}

.contact-map-copy .text-link {
  margin-top: 20px;
  color: #f0c48a;
  border-bottom-color: rgba(240, 196, 138, .6);
}

.contact-map-frame {
  position: relative;
  height: clamp(420px, 42vw, 590px);
  background: #dfe6df;
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) saturate(.35) contrast(.92) brightness(1.08);
}

.contact-map-label {
  position: absolute;
  right: var(--gutter);
  bottom: 24px;
  display: grid;
  gap: 4px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, .9);
  color: var(--wood-dark);
  font-size: 12px;
  box-shadow: 0 8px 24px rgba(40, 56, 44, .12);
}

.contact-map-label strong {
  font-size: 13px;
}

.contact-map-label span {
  color: var(--muted);
  font-size: 11px;
}

@media (max-width: 980px) {
  .contact-workspace {
    grid-template-columns: 1fr;
  }

  .contact-information {
    max-width: none;
  }

  .contact-map-copy {
    top: 24px;
    left: var(--gutter);
  }
}

@media (max-width: 620px) {
  .contact-hero {
    min-height: 560px;
  }

  .contact-hero > img {
    object-position: 56% center;
  }

  .contact-hero-overlay {
    background: linear-gradient(90deg, rgba(30, 45, 36, .9) 0%, rgba(37, 54, 43, .68) 70%, rgba(37, 54, 43, .28) 100%);
  }

  .contact-hero-content {
    width: calc(100% - (var(--gutter) * 2));
    padding-block: 64px 72px;
  }

  .contact-hero-content h1 {
    max-width: 12ch;
    font-size: clamp(36px, 10vw, 50px);
    line-height: 1.06;
  }

  .contact-hero-content > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.7;
  }

  .contact-workspace {
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .contact-information,
  .contact-quote-form {
    padding: 26px 22px;
  }

  .contact-information h2,
  .contact-form-intro h2,
  .contact-map-copy h2 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .contact-detail-list > div {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-form-grid .field-wide {
    grid-column: auto;
  }

  .contact-map-copy {
    position: static;
    width: auto;
    margin: 0;
    padding: 44px var(--gutter) 30px;
    box-shadow: none;
  }

  .contact-map-frame {
    height: 360px;
  }

  .contact-map-label {
    right: var(--gutter);
    bottom: 18px;
  }
}

/* FAQ section optical alignment */
.faq-section-full {
  column-gap: clamp(58px, 7vw, 112px);
  align-items: start;
}

.faq-section-full > .section-title {
  max-width: 600px;
}

.faq-section-full > .section-title h2 {
  max-width: 560px;
}

.faq-section-full > .faq-list {
  margin-top: 0;
  align-self: start;
}

.faq-section-full > .faq-list .faq-item {
  border-radius: 18px;
}

@media (max-width: 980px) {
  .faq-section-full > .faq-list {
    margin-top: 0;
  }
}

/* Contact page map-to-FAQ breathing room */
.contact-map-section + .faq-section-full {
  padding-top: clamp(46px, 6vw, 86px);
}

@media (max-width: 620px) {
  .contact-map-section + .faq-section-full {
    padding-top: 40px;
  }
}

@media (max-width: 620px) {
  .template-hero.photo-hero {
    position: relative;
    display: grid;
    align-content: end;
    min-height: 0;
    padding: 72px var(--gutter) 10px;
    overflow: hidden;
    background: #263a31;
  }

  .template-hero.photo-hero .template-hero-picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #263a31;
  }

  .template-hero.photo-hero .template-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% 55%;
  }

  .template-hero.photo-hero::after {
    background:
      linear-gradient(180deg, rgba(20, 34, 28, .7) 0%, rgba(20, 34, 28, .34) 28%, rgba(20, 34, 28, .12) 46%, rgba(20, 34, 28, .78) 100%),
      linear-gradient(90deg, rgba(20, 34, 28, .9) 0%, rgba(20, 34, 28, .54) 46%, rgba(20, 34, 28, .08) 100%);
  }

  .template-hero.photo-hero .template-hero-content,
  .home-page .template-hero.photo-hero .template-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 0;
    max-width: min(100%, 340px);
    padding: 0;
    margin: 0;
  }

  .template-hero.photo-hero .template-hero-content .eyebrow {
    max-width: 25ch;
    margin-bottom: 6px;
    color: #e1b77c;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: .18em;
  }

  .template-hero.photo-hero .template-hero-content h1,
  .home-page .template-hero.photo-hero .template-hero-content h1 {
    width: 100%;
    max-width: 9.2ch;
    margin: 0;
    font-size: clamp(40px, 11.4vw, 52px);
    line-height: .9;
    letter-spacing: -.05em;
    text-wrap: pretty;
    overflow-wrap: normal;
  }

  .template-hero.photo-hero .template-hero-content p:not(.eyebrow) {
    width: 100%;
    max-width: 27ch;
    margin-top: 10px;
    color: rgba(248, 246, 239, .92);
    font-size: 12px;
    line-height: 1.45;
    overflow-wrap: break-word;
  }

  .template-hero.photo-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 12px;
  }

  .template-hero.photo-hero .hero-actions .button {
    width: 100%;
    min-height: 38px;
    padding: 9px 12px;
    font-size: 9px;
    letter-spacing: .12em;
    background: rgba(238, 242, 235, .96);
    color: #24372e;
    border-color: transparent;
  }

  .template-hero.photo-hero .hero-feature-list {
    position: relative;
    z-index: 2;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    margin-top: 9px;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid rgba(249, 251, 247, .18);
    background: rgba(20, 34, 28, .18);
    backdrop-filter: blur(10px);
  }

  .template-hero.photo-hero .hero-feature-list article {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 8px;
    align-items: center;
    padding: 5px 0;
    background: transparent;
    border-top: 1px solid rgba(249, 251, 247, .12);
  }

  .template-hero.photo-hero .hero-feature-list article:first-child {
    border-top: 0;
  }

  .template-hero.photo-hero .hero-feature-list strong {
    color: #e1b77c;
    font-size: 10px;
    line-height: 1;
    transform: translateX(2ch);
  }

  .template-hero.photo-hero .hero-feature-list span {
    display: block;
    max-width: none;
    color: rgba(248, 246, 239, .94);
    font-size: 10px;
    line-height: 1.2;
  }

  .contact-hero-content {
    width: calc(100% - (var(--gutter) * 2));
    min-width: 0;
  }

  .contact-hero-content > p:not(.eyebrow) {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

/* 2026-08-13: scoped fixes for category cards and exterior PDP construction copy. */
.category-page .buyer-answer {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.category-page .buyer-answer .spec-grid {
  align-items: stretch;
}
.category-page .buyer-answer .spec-card {
  position: static;
  inset: auto;
  display: block;
  min-height: 0;
  padding: 20px;
  border-radius: 6px;
  background: #fbf7ef;
  box-shadow: none;
}
.category-page .buyer-answer .spec-card p {
  margin: 0;
}
.category-page .content-area,
.category-page .product-grid-main {
  position: relative;
  z-index: 1;
}
body.pdp-european-apartment #construction .pdp-application-grid > div:first-child {
  transform: translateX(5ch);
  max-width: calc(100% - 5ch);
}
body.pdp-european-apartment #construction .pdp-application-grid > div:first-child h2 {
  color: #e8efe4;
  opacity: 1;
  text-shadow: 0 1px 0 rgba(0,0,0,.18);
}
body.pdp-european-apartment #construction .pdp-application-grid > div:first-child p:not(.pdp-kicker) {
  color: rgba(248, 244, 232, .86);
}
@media (max-width: 760px) {
  body.pdp-european-apartment #construction .pdp-application-grid > div:first-child {
    transform: none;
    max-width: 100%;
  }
}

/* 2026-08-13: make product hub category images clickable without changing SEO copy. */
.product-visual-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.product-visual-link:hover,
.product-visual-link:focus-visible {
  border-color: rgba(86, 48, 25, .26) !important;
  box-shadow: 0 10px 24px rgba(33, 25, 18, .08);
  transform: translateY(-1px);
  outline: none;
}
.product-visual-link:focus-visible {
  outline: 3px solid rgba(158, 89, 51, .32);
  outline-offset: 3px;
}

/* 2026-08-13: prevent global homepage .spec-card overlay from leaking into category pages. */
body.category-page .buyer-answer .spec-grid,
body.category-page section.buyer-answer .spec-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  margin-top: 22px !important;
}
body.category-page .buyer-answer .spec-card,
body.category-page section.buyer-answer .spec-card {
  position: static !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 20px !important;
  margin: 0 !important;
  border: 1px solid rgba(86, 48, 25, .12) !important;
  border-radius: 6px !important;
  background: #fbf7ef !important;
  box-shadow: none !important;
  transform: none !important;
  z-index: auto !important;
}
body.category-page .buyer-answer .spec-card strong,
body.category-page section.buyer-answer .spec-card strong {
  display: block !important;
  margin-bottom: 8px !important;
}
body.category-page .buyer-answer .spec-card span,
body.category-page section.buyer-answer .spec-card span {
  display: block !important;
  white-space: normal !important;
}
@media (max-width: 980px) {
  body.category-page .buyer-answer .spec-grid,
  body.category-page section.buyer-answer .spec-grid {
    grid-template-columns: 1fr !important;
  }
}

/* PDP header spacing: keep quote/language controls away from the VISFURN logo */
.pdp-header .pdp-header-inner {
  justify-content: flex-start;
  gap: clamp(28px, 3.4vw, 58px);
}

.pdp-header .pdp-header-inner > a:first-child {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: clamp(18px, 2.2vw, 38px);
}

.pdp-header .pdp-header-inner > .btn-main,
.pdp-header .pdp-header-inner > .vf-language-switcher {
  flex: 0 0 auto;
}

.pdp-header .pdp-header-inner > .vf-header-actions {
  margin-left: auto;
}

@media (max-width: 720px) {
  .pdp-header .pdp-header-inner {
    gap: 14px;
  }

  .pdp-header .pdp-header-inner > a:first-child {
    margin-right: 8px;
  }
}
