/*
Theme Name: GY.CAIRNS Christmas Trees
Theme URI: https://gycairns.com
Author: GY.CAIRNS
Description: Premium multilingual B2B artificial Christmas tree enquiry theme.
Version: 1.3.9
Text Domain: gycairns-trees
*/

:root {
  --forest: #365342;
  --forest-2: #526b50;
  --pine: #657a5b;
  --ivory: #f7ead8;
  --paper: #fffaf2;
  --gold: #c98942;
  --gold-soft: #f1d6a7;
  --ink: #4a3528;
  --muted: #7c6759;
  --line: rgba(139, 86, 48, .17);
  --shadow: 0 24px 70px rgba(112, 65, 37, .15);
  --radius: 22px;
  --serif: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.page-key-trees .container,
.page-key-pe-pvc .container,
.page-key-pre-lit .container,
.page-key-flocked .container,
.page-key-slim .container,
.page-key-tabletop .container,
.page-key-commercial .container { width: min(1540px, calc(100% - 32px)); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: #fff; padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(112, 65, 45, .96);
  color: #fff;
  backdrop-filter: blur(18px);
}

/* Keep the home header aligned with every inner page and suppress the retired
   three-button green contact dock even if stale markup is served temporarily. */
.site-header { background: #70412d !important; }
.floating-actions { display: none !important; }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 38px; height: 46px; position: relative; display: inline-block;
  background: linear-gradient(145deg, var(--gold-soft), var(--gold));
  clip-path: polygon(50% 0, 72% 28%, 63% 28%, 87% 57%, 71% 57%, 100% 90%, 57% 90%, 57% 100%, 43% 100%, 43% 90%, 0 90%, 29% 57%, 13% 57%, 37% 28%, 28% 28%);
}
.brand-copy strong { display: block; font-family: var(--serif); font-size: 20px; letter-spacing: .08em; }
.brand-copy small { display: block; opacity: .7; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.header-social-links { display: flex; align-items: center; gap: 6px; }
.header-social-links a { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; transition: .2s ease; }
.header-social-links a:hover, .header-social-links a:focus { border-color: var(--gold-soft); background: var(--gold-soft); color: #70412d; transform: translateY(-1px); }
.header-social-links svg { width: 13px; height: 13px; fill: currentColor; }
.main-nav { display: flex; align-items: center; gap: 16px; margin-left: auto; font-size: 14px; }
.main-nav a { opacity: .82; }
.main-nav a:hover, .main-nav a:focus { opacity: 1; color: var(--gold-soft); }
.language-nav { display: flex; gap: 6px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.18); }
.language-nav a { padding: 5px 7px; border-radius: 99px; font-size: 11px; font-weight: 700; }
.language-nav a.current { background: var(--gold); color: var(--forest); opacity: 1; }
.menu-toggle { display: none; margin-left: auto; border: 1px solid rgba(255,255,255,.28); background: transparent; color: #fff; border-radius: 10px; padding: 8px 11px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px;
  font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #fffaf2; }
.button-primary:hover { background: #d79a50; }
.button-secondary { border-color: rgba(255,255,255,.4); color: #fff; background: rgba(255,255,255,.06); }
.button-outline { border-color: var(--forest); color: var(--forest); }
.header-cta { padding: 10px 16px; min-height: 42px; }

.hero {
  position: relative; min-height: 560px; display: grid; align-items: center; overflow: hidden;
  color: var(--forest); background: #fbf3e5;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,248,236,.97) 0%, rgba(255,248,236,.86) 38%, rgba(255,248,236,.22) 63%, rgba(255,248,236,0) 80%),
              url("assets/hero-bright-cozy-balanced.webp") center/cover no-repeat;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 12% 20%, rgba(255,255,255,.22), transparent 38%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; padding: 72px 0 68px; }
.hero-copy { max-width: 790px; text-shadow: 0 2px 16px rgba(255,255,255,.84); }
.hero h1 { font-size: clamp(48px, 5vw, 64px); }
.hero .eyebrow { color: #9b641d; }
.hero .hero-lead { color: rgba(24,49,42,.78); }
.hero .button-secondary { border-color: rgba(18,60,47,.38); background: rgba(255,255,255,.5); color: var(--forest); }
.eyebrow {
  margin: 0 0 18px; color: var(--gold-soft); font-size: 12px; font-weight: 800;
  letter-spacing: .19em; text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 600; letter-spacing: -.025em; line-height: 1.08; }
h1 { font-size: clamp(54px, 7vw, 92px); }
h2 { font-size: clamp(36px, 5vw, 62px); }
h3 { font-size: 25px; }
.hero-lead { max-width: 720px; margin: 22px 0 28px; color: rgba(255,255,255,.8); font-size: clamp(18px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-trust-band { position: relative; z-index: 2; padding: 0 0 58px; background: linear-gradient(135deg, #f8eddd, #fff7eb); }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; margin-top: -32px; background: rgba(174,116,67,.18); border: 1px solid rgba(174,116,67,.2); border-radius: 18px; overflow: hidden; box-shadow: 0 16px 42px rgba(117,70,38,.12); }
.trust-item { padding: 22px; background: rgba(255,248,235,.78); backdrop-filter: blur(12px); }
.trust-item strong { display: block; color: #9c642d; font-family: var(--serif); font-size: 22px; }
.trust-item span { color: rgba(74,53,40,.72); font-size: 13px; }

.section { padding: 96px 0; }
.section-ivory { background: linear-gradient(135deg, #f8eddd, #fff7eb); }
.section-forest { background: linear-gradient(135deg, #734331, #9a6341); color: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading > div { max-width: 730px; }
.section-heading p:last-child { color: var(--muted); }
.section-forest .section-heading p:last-child { color: rgba(255,255,255,.68); }
.section-intro { margin: 18px 0 0; max-width: 700px; font-size: 18px; color: var(--muted); }
.home-product-collections { position: relative; overflow: hidden; }
.home-product-collections::before, .home-product-collections::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(174,116,67,.14); border-radius: 50%; pointer-events: none; }
.home-product-collections::before { left: -125px; top: 90px; box-shadow: 0 0 0 42px rgba(255,255,255,.12), 0 0 0 84px rgba(174,116,67,.035); }
.home-product-collections::after { right: -145px; bottom: 80px; box-shadow: 0 0 0 42px rgba(255,255,255,.12), 0 0 0 84px rgba(174,116,67,.035); }
.home-product-collections .container { position: relative; z-index: 1; width: min(1500px, calc(100% - 32px)); }

.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.category-card {
  position: relative; min-height: 360px; display: flex; flex-direction: column; justify-content: end; overflow: hidden;
  border-radius: var(--radius); background: #ead8c2; box-shadow: 0 12px 40px rgba(117,70,38,.12);
}
.category-card::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, transparent 18%, rgba(78,42,27,.9) 100%);
  pointer-events: none;
}
.category-card-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-card:hover .category-card-image { transform: scale(1.035); }
.card-content { position: relative; z-index: 2; padding: 28px; color: #fff; }
.card-content span { color: var(--gold-soft); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.card-content p { margin: 10px 0 0; color: rgba(255,255,255,.72); font-size: 14px; }

.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 62px; align-items: center; }
.image-panel { min-height: 560px; border-radius: var(--radius); background: url("assets/tree-lineup.webp") center/cover; box-shadow: var(--shadow); }
.product-detail-image { display: block; width: 100%; height: 640px; object-fit: cover; background: var(--ivory); }
.content-panel p { color: var(--muted); font-size: 17px; }
.feature-list { display: grid; gap: 12px; margin: 28px 0 34px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 15px 18px 15px 48px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,248,237,.78); }
.feature-list li::before { content: "✦"; position: absolute; left: 18px; top: 14px; color: var(--gold); }

.product-catalog { position: relative; margin: 96px -8px 0; padding: 82px 24px 32px; border: 1px solid rgba(174,116,67,.14); border-radius: 30px; background: radial-gradient(circle at 0 0, rgba(230,182,111,.18), transparent 24%), radial-gradient(circle at 100% 100%, rgba(154,99,65,.12), transparent 22%), rgba(255,250,242,.72); box-shadow: 0 20px 60px rgba(117,70,38,.08); overflow: hidden; }
.catalog-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 48px; margin-bottom: 38px; }
.catalog-heading > div:first-child { max-width: 760px; }
.catalog-heading h2 { font-size: clamp(34px, 4vw, 54px); }
.catalog-heading p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.catalog-count { display: grid; justify-items: end; padding: 18px 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--ivory); }
.catalog-count strong { color: var(--forest); font-family: var(--serif); font-size: 42px; line-height: 1; }
.catalog-count span { margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-gallery { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 18px; }
.product-model-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fffdf8; box-shadow: 0 10px 30px rgba(117,70,38,.09); }
.product-model-card[hidden] { display: none; }
.product-model-image { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #ead8c2; cursor: zoom-in; }
.product-model-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-model-image span { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(91,51,31,.88); color: #fff; font-size: 10px; font-weight: 750; opacity: 0; transform: translateY(5px); transition: .25s ease; }
.product-model-image:hover img { transform: scale(1.035); }
.product-model-image:hover span { opacity: 1; transform: translateY(0); }
.product-model-copy { padding: 18px; }
.product-model-copy small { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-model-copy h3 { margin-top: 5px; font-family: var(--sans); font-size: 18px; letter-spacing: .015em; }
.product-model-copy p { min-height: 38px; margin: 9px 0 14px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.model-enquiry { color: var(--forest); font-size: 12px; font-weight: 800; }
.catalog-more-wrap { display: flex; justify-content: center; margin-top: 34px; }
.catalog-more:disabled { cursor: default; opacity: .6; transform: none; }
.product-specification { margin-top: 82px; padding: 52px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(135deg,#fff9ef,#f6e6d1); box-shadow: 0 18px 50px rgba(117,70,38,.09); }
.product-spec-heading { max-width: 850px; }
.product-spec-heading h2 { font-size: clamp(34px,4vw,52px); }
.product-spec-heading > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 16px; }
.product-spec-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 32px; }
.product-spec-grid article { padding: 24px; border: 1px solid rgba(139,86,48,.14); border-radius: 16px; background: rgba(255,255,255,.68); }
.product-spec-grid small { color: #a46932; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.product-spec-grid p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.process-card { position: relative; padding: 30px 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.055); counter-increment: step; }
.process-card::before { content: "0" counter(step); display: block; margin-bottom: 28px; color: var(--gold-soft); font-family: var(--serif); font-size: 34px; }
.process-card p { color: rgba(255,255,255,.62); font-size: 14px; }

.page-hero { position: relative; height: 460px; min-height: 430px; display: grid; align-items: center; overflow: hidden; padding: 112px 0 82px; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(250,215,161,.35), transparent 34%), linear-gradient(120deg, #7a4230, #bd7948); }
.page-hero.has-page-image { color: var(--ink); background: #f7ead8; }
.page-hero.has-page-image::before { content: ""; position: absolute; inset: 0; background-image: var(--page-hero-image); background-position: center; background-size: cover; }
.page-hero.has-page-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,248,236,.97) 0%, rgba(255,248,236,.88) 35%, rgba(255,248,236,.22) 61%, rgba(255,248,236,0) 78%); }
.page-hero .container { position: relative; z-index: 1; max-width: 1180px; }
.page-hero h1 { font-size: clamp(48px, 6vw, 78px); }
.page-hero p:last-child { max-width: 760px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 20px; }
.page-hero.has-page-image p:last-child { max-width: 620px; color: rgba(74,53,40,.78); text-shadow: 0 2px 14px rgba(255,255,255,.78); }
.page-hero.has-page-image .breadcrumbs { color: #9c642d; }
.breadcrumbs { margin-bottom: 22px; color: var(--gold-soft); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.info-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fffdf8; box-shadow: 0 10px 40px rgba(117,70,38,.07); }
.info-card p { color: var(--muted); }
.spec-note { margin-top: 36px; padding: 22px 26px; border-left: 4px solid var(--gold); background: var(--ivory); color: var(--muted); }
.insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.insight-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fffdf8; }
.insight-card small { color: var(--gold); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.insight-card p { color: var(--muted); }

.rfq-wrap { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px; align-items: start; }
.contact-panel { padding: 34px; border-radius: 20px; background: radial-gradient(circle at top right, rgba(246,205,142,.25), transparent 35%), linear-gradient(145deg, #784431, #9d6745); color: #fff; box-shadow: var(--shadow); }
.contact-panel p { color: rgba(255,255,255,.68); }
.contact-links { display: grid; gap: 12px; margin-top: 26px; }
.contact-links a { padding: 14px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; }
.contact-links a:hover, .social-link:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.42); }
.social-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.social-link { display: flex; align-items: center; justify-content: center; min-height: 45px; padding: 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; transition: .2s ease; }
.social-link svg { width: 21px; height: 21px; fill: currentColor; }
.rfq-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 700; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); padding: 13px 14px;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--gold-soft); border-color: var(--gold); }
.checkbox-field { display: flex; align-items: start; gap: 10px; font-size: 13px; color: var(--muted); }
.checkbox-field input { width: auto; margin-top: 4px; }
.form-status { grid-column: 1 / -1; padding: 14px 16px; border-radius: 12px; }
.form-status.success { background: #e5f4eb; color: #175c3d; }
.form-status.error { background: #f9e8e5; color: #8e2f27; }
.legal-content { max-width: 860px; }
.legal-content article { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-content article:first-of-type { padding-top: 12px; }
.legal-content h2 { margin-bottom: 12px; font-size: clamp(28px, 4vw, 42px); }
.legal-content p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.legal-updated { margin-top: 28px; font-size: 13px !important; }
.hp-field { position: absolute !important; left: -9999px !important; }

.cta-band { padding: 72px 0; background: linear-gradient(120deg, #e6b66f, #cf8946); color: #4a3528; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.cta-inner h2 { max-width: 760px; }
.cta-inner .button { background: var(--forest); color: #fff; min-width: 180px; }
.site-footer { padding: 66px 0 30px; background: #533629; color: #fff; }

body.lightbox-open { overflow: hidden; }
.image-lightbox {
  position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center;
  padding: 28px; background: rgba(54,31,22,.9); backdrop-filter: blur(12px);
}
.image-lightbox[hidden] { display: none; }
.lightbox-frame {
  position: relative; width: min(100%, 1180px); max-height: calc(100vh - 56px); display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: center; gap: 28px; padding: 18px; border: 1px solid rgba(255,255,255,.22);
  border-radius: 22px; background: #fff8ed; box-shadow: 0 28px 90px rgba(0,0,0,.36);
}
.lightbox-frame img { width: 100%; max-height: calc(100vh - 92px); object-fit: contain; border-radius: 13px; background: #ead8c2; }
.lightbox-copy { padding: 24px 28px 24px 0; }
.lightbox-copy small { color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.lightbox-copy h2 { margin-top: 10px; color: var(--ink); font-size: clamp(34px,4vw,52px); }
.lightbox-copy p { margin: 20px 0 28px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.lightbox-close {
  position: fixed; top: 20px; right: 22px; z-index: 2; width: 48px; height: 48px;
  border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: #fff8ed; color: #6e4935;
  font-size: 30px; line-height: 1; cursor: pointer; box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; }
.footer-copy { color: rgba(255,255,255,.6); max-width: 470px; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links strong { margin-bottom: 8px; color: var(--gold-soft); }
.footer-links a { color: rgba(255,255,255,.68); }
.footer-links a:hover { color: #fff; }
.footer-social-icons { display: flex; gap: 9px; margin: 5px 0; }
.footer-social-link { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: var(--gold-soft) !important; transition: .2s ease; }
.footer-social-link:hover, .footer-social-link:focus { color: #70412d !important; background: var(--gold-soft); border-color: var(--gold-soft); transform: translateY(-1px); }
.footer-social-link svg { width: 16px; height: 16px; fill: currentColor; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 12px; }
.footer-bottom-socials { display: flex; align-items: center; gap: 12px; }
.footer-bottom-socials a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(255,255,255,.07); color: var(--gold-soft); box-shadow: 0 8px 22px rgba(0,0,0,.14); transition: .2s ease; }
.footer-bottom-socials a:hover, .footer-bottom-socials a:focus { background: var(--gold-soft); border-color: var(--gold-soft); color: #70412d; transform: translateY(-1px); }
.footer-bottom-socials svg { width: 19px; height: 19px; fill: currentColor; }

.maintenance { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: radial-gradient(circle at 70% 20%, #27634b, #0a2e23 55%); color: #fff; text-align: center; }
.maintenance-card { width: min(700px,100%); padding: 60px 40px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.07); backdrop-filter: blur(16px); }
.maintenance-card h1 { font-size: clamp(48px,9vw,82px); }
.maintenance-card p { color: rgba(255,255,255,.7); }
.maintenance-languages { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 28px; color: var(--gold-soft); font-size: 12px; font-weight: 800; letter-spacing: .15em; }

@media (max-width: 1200px) {
  .product-gallery { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 980px) {
  body.admin-bar .site-header { top: 46px; }
  .menu-toggle { display: inline-block; }
  .main-nav {
    position: absolute; left: 0; right: 0; top: 78px; display: none; flex-direction: column; align-items: stretch;
    gap: 0; padding: 16px 20px 22px; background: #70412d; border-top: 1px solid rgba(255,255,255,.12);
  }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 11px 0; }
  .language-nav { border-left: 0; padding: 12px 0 0; border-top: 1px solid rgba(255,255,255,.12); }
  .header-cta { margin-top: 8px; }
  .category-grid, .insight-grid { grid-template-columns: repeat(2,1fr); }
  .product-gallery { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .split, .rfq-wrap { grid-template-columns: 1fr; }
  .image-panel { min-height: 430px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .lightbox-frame { grid-template-columns: 1fr; overflow-y: auto; }
  .lightbox-frame img { max-height: 58vh; }
  .lightbox-copy { width: 100%; padding: 10px 16px 18px; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .page-key-trees .container,
  .page-key-pe-pvc .container,
  .page-key-pre-lit .container,
  .page-key-flocked .container,
  .page-key-slim .container,
  .page-key-tabletop .container,
  .page-key-commercial .container { width: min(100% - 28px, 1460px); }
  .header-inner { gap: 10px; }
  .brand { min-width: 0; gap: 9px; }
  .brand-mark { width: 32px; height: 39px; flex: 0 0 auto; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { display: none; }
  .header-social-links { margin-left: auto; gap: 4px; }
  .header-social-links a { width: 27px; height: 27px; }
  .menu-toggle { flex: 0 0 auto; }
  .hero { min-height: 520px; }
  .hero::before { background: linear-gradient(90deg, rgba(255,248,236,.92), rgba(255,248,236,.54) 63%, rgba(255,248,236,.12)), url("assets/hero-bright-cozy-balanced.webp") 66% center/cover no-repeat; }
  .hero-inner { padding: 74px 0 80px; }
  .hero h1 { font-size: clamp(46px, 13vw, 62px); }
  h1 { font-size: clamp(46px,15vw,66px); }
  .home-trust-band { padding-bottom: 46px; }
  .trust-row { grid-template-columns: 1fr; margin-top: -24px; }
  .section { padding: 72px 0; }
  .section-heading { display: block; }
  .category-grid, .insight-grid, .content-grid, .process-grid { grid-template-columns: 1fr; }
  .product-catalog { margin-top: 72px; padding-top: 62px; }
  .product-catalog { margin-left: 0; margin-right: 0; padding-left: 14px; padding-right: 14px; border-radius: 22px; }
  .catalog-heading { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .catalog-count { justify-items: start; width: fit-content; }
  .page-hero { height: auto; min-height: 520px; }
  .page-hero.has-page-image::before { background-position: 68% center; }
  .page-hero.has-page-image::after { background: linear-gradient(90deg, rgba(255,248,236,.92), rgba(255,248,236,.54) 63%, rgba(255,248,236,.12)); }
  .product-specification { margin-top: 60px; padding: 28px 20px; }
  .product-spec-grid { grid-template-columns: 1fr; }
  .product-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .product-model-copy { padding: 14px; }
  .product-model-copy h3 { font-size: 15px; }
  .product-model-copy p { min-height: 0; }
  .category-card { min-height: 330px; }
  .product-detail-image { height: 520px; min-height: 0; }
  .rfq-form { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .cta-inner, .footer-bottom { align-items: start; flex-direction: column; }
  .footer-bottom-socials { margin-top: 2px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .image-lightbox { padding: 12px; }
  .lightbox-frame { padding: 10px; border-radius: 16px; }
  .lightbox-frame img { max-height: 50vh; }
  .lightbox-copy { padding: 8px 10px 16px; }
  .lightbox-close { top: 10px; right: 10px; width: 42px; height: 42px; }
  .social-links { grid-template-columns: 1fr; }
}
