:root {
  --ink: #35433e;
  --ink-soft: #596861;
  --muted: #748078;
  --line: #dcded8;
  --line-dark: #83948b;
  --paper: #fcfbf7;
  --cloud: #f5f3ee;
  --mist: #e8f0ed;
  --blue: #789ca5;
  --green: #5f8b72;
  --yellow: #ead58c;
  --coral: #e8a98f;
  --sky: #c9dfe4;
  --lilac: #ddd8e9;
  --red: #c77a78;
  --dark: #527466;
  --admin-dark: #15191f;
  --width: 1280px;
  --shadow: 0 20px 50px rgba(36, 73, 57, .12);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--paper); color: var(--ink); font-size: 15px; }
body.no-scroll { overflow: hidden; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.site-width { width: min(var(--width), calc(100% - 64px)); margin: 0 auto; }
.overline { display: block; color: var(--green); font-size: 10px; line-height: 1.2; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 750; line-height: 1; cursor: pointer; box-shadow: 0 0 0 rgba(40,83,66,0); transition: transform .24s ease, background .24s ease, color .24s ease, border-color .24s ease, box-shadow .24s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(40,83,66,.2); }
.button-dark { background: var(--dark); color: #fff; }
.button-dark:hover { background: #34705a; }
.button-light { background: #fff; color: var(--ink); }
.button-outline { border-color: #aebfb6; background: rgba(255,255,255,.5); }
.button-outline:hover { border-color: var(--green); background: #edf5f0; color: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; color: var(--ink); }
.text-link span { color: var(--green); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.rtl { direction: rtl; }
.boot-screen { min-height: 100vh; display: grid; place-content: center; justify-items: center; gap: 16px; background: var(--cloud); color: var(--muted); }
.boot-mark { width: 52px; height: 52px; display: grid; place-items: center; background: var(--dark); color: #fff; font-size: 26px; font-weight: 900; border-radius: 8px; }

/* Global header */
.site-chrome { position: fixed; top: 0; right: 0; left: 0; z-index: 220; isolation: isolate; box-shadow: 0 10px 30px rgba(40,83,66,.08); }
#app > main { padding-top: 112px; }
.utility-bar { color: var(--ink); font-size: 12px; background: linear-gradient(90deg,#dbeee7 0%,#e5f1ef 54%,#f5e8df 100%); border-bottom: 1px solid rgba(119,148,135,.22); }
.utility-inner { min-height: 44px; display: grid; grid-template-columns: minmax(190px,1fr) auto minmax(190px,1fr); align-items: center; gap: 24px; }
.utility-contact { grid-column: 2; justify-self: center; display: flex; gap: 26px; align-items: center; }
.utility-contact a { display: inline-flex; align-items: center; gap: 7px; color: #344b43; font-size: 12px; font-weight: 780; white-space: nowrap; }
.utility-contact a:hover { color: #477762; }
.utility-contact span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.72); color: #658b79; font-size: 11px; }
.utility-contact b { color: #60746b; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner a { color: inherit; }
.utility-social-links,.mobile-social-links,.footer-social-links { display: flex; align-items: center; gap: 6px; }
.utility-social-links { grid-column: 3; justify-self: end; }
.utility-social-links a,.mobile-social-links a,.footer-social-links a { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(93,126,111,.25); border-radius: 50%; background: rgba(255,255,255,.62); color: #557966; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.utility-social-links a:nth-child(2n) { background: rgba(255,246,239,.78); color: #a36f60; }
.utility-social-links a:hover { transform: translateY(-3px) scale(1.05); border-color: #94b8a6; background: #fff; color: #487762; box-shadow: 0 7px 16px rgba(70,105,90,.16); }
.utility-social-links svg,.mobile-social-links svg,.footer-social-links svg,.preview-social-icons svg { width: 17px; height: 17px; }
.utility-social-links svg path,.mobile-social-links svg path,.footer-social-links svg path,.preview-social-icons svg path { fill: currentColor; }
.utility-social-links svg rect,.utility-social-links svg circle:not(.fill),.mobile-social-links svg rect,.mobile-social-links svg circle:not(.fill),.footer-social-links svg rect,.footer-social-links svg circle:not(.fill),.preview-social-icons svg rect,.preview-social-icons svg circle:not(.fill) { fill: none; stroke: currentColor; stroke-width: 2; }
.utility-social-links svg .fill,.mobile-social-links svg .fill,.footer-social-links svg .fill,.preview-social-icons svg .fill { fill: currentColor; stroke: 0; }
.site-header { position: relative; z-index: 120; background: rgba(255,254,250,.94); border-bottom: 1px solid rgba(214,226,218,.92); backdrop-filter: blur(18px) saturate(145%); }
.site-chrome { transition: transform .28s cubic-bezier(.22,.75,.28,1); will-change: transform; }
.catalog-header-condensed .site-chrome { transform: translateY(-100%); }
.header-inner { height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { min-width: 174px; display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 38px; height: 38px; flex: 0 0 auto; }
.brand > span { display: grid; line-height: 1; }
.brand b { font-size: 17px; font-weight: 850; letter-spacing: 0; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 24px; font-size: 13px; font-weight: 680; }
.desktop-nav > a, .nav-trigger { min-height: 68px; display: inline-flex; align-items: center; gap: 6px; padding: 0; background: transparent; border: 0; cursor: pointer; }
.desktop-nav > a, .nav-trigger { position: relative; }
.desktop-nav > a::after, .nav-trigger::after { content: ""; position: absolute; right: 0; bottom: 13px; left: 0; height: 2px; border-radius: 2px; background: var(--green); transform: scaleX(0); transform-origin: right; transition: transform .24s ease; }
.desktop-nav > a:hover, .nav-trigger:hover, .nav-trigger.active { color: var(--green); }
.desktop-nav > a:hover::after, .nav-trigger:hover::after, .nav-trigger.active::after { transform: scaleX(1); transform-origin: left; }
.nav-trigger span { font-size: 11px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 5px; min-width: 280px; }
.icon-button, .language-button { height: 42px; border: 1px solid transparent; background: transparent; cursor: pointer; }
.icon-button { width: 42px; display: grid; place-items: center; padding: 0; }
.icon-button,.language-button { border-radius: 999px; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.icon-button:hover, .language-button:hover { transform: translateY(-2px); background: #eaf3ed; border-color: #c9ddd1; }
.language-picker { position: relative; }
.language-button { display: flex; align-items: center; gap: 6px; padding: 0 10px; border-radius: 999px; font-size: 11px; }
.language-button i { color: var(--muted); font-size: 10px; font-style: normal; }
.globe-icon { font-size: 17px; line-height: 1; }
.language-mobile-code { display: none; }
.language-menu { position: absolute; z-index: 180; top: calc(100% + 10px); right: 0; width: 238px; max-height: min(480px, calc(100vh - 120px)); display: grid; padding: 7px; overflow-y: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(25,30,35,.16); opacity: 0; visibility: hidden; transform: translateY(-5px); transition: .16s ease; }
.language-menu.open { opacity: 1; visibility: visible; transform: none; }
.language-menu .language-option { min-height: 40px; display: grid; grid-template-columns: 28px 1fr 16px; align-items: center; gap: 8px; padding: 5px 8px; border: 0; border-radius: 5px; background: transparent; text-align: left; cursor: pointer; }
.language-menu .language-option:hover { background: var(--cloud); }
.language-menu .language-option.active { background: #eaf3ef; color: var(--green); }
.language-menu .language-option span { width: 26px; color: var(--muted); font-size: 9px; font-weight: 800; text-align: center; }
.language-menu .language-option b { font-size: 11px; }
.language-menu .language-option i { color: var(--green); font-style: normal; }
.search-icon { width: 17px; height: 17px; display: inline-block; border: 2px solid currentColor; border-radius: 50%; position: relative; }
.search-icon::after { content: ""; width: 7px; height: 2px; background: currentColor; position: absolute; right: -5px; bottom: -2px; transform: rotate(45deg); }
.header-quote { min-height: 42px; margin-left: 4px; font-size: 13px; }
.menu-button { display: none; }
.menu-icon, .menu-icon::before, .menu-icon::after { width: 20px; height: 2px; background: currentColor; position: relative; display: block; }
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
.menu-icon::before { top: -6px; }
.menu-icon::after { top: 6px; }
.mega-menu { position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 28px 55px rgba(20,25,32,.08); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s ease; }
.mega-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-grid { display: grid; grid-template-columns: 1.35fr repeat(5, 1fr); gap: 36px; padding-top: 42px; padding-bottom: 50px; }
.mega-intro { padding-right: 20px; }
.mega-intro h3 { max-width: 290px; margin: 12px 0 24px; font-size: 30px; line-height: 1.08; letter-spacing: 0; }
.mega-intro a { color: var(--green); font-weight: 750; }
.mega-column { display: flex; flex-direction: column; gap: 11px; font-size: 13px; color: var(--muted); }
.mega-column a:hover { color: var(--ink); }
.mega-title { margin-bottom: 5px; color: var(--ink); font-size: 15px; font-weight: 800; }
.mega-title small { margin-left: 5px; color: var(--green); }
.mega-solutions, .mega-capabilities { grid-template-columns: repeat(3, 1fr); }
.mega-solutions { grid-template-columns: repeat(6, 1fr); }
.mega-feature { min-height: 150px; padding: 0 20px 0 0; border-right: 1px solid var(--line); }
.mega-feature:last-child { border-right: 0; }
.mega-feature > span { color: var(--green); font-size: 11px; font-weight: 800; }
.mega-feature h3 { margin: 28px 0 10px; font-size: 17px; letter-spacing: 0; }
.mega-feature p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.google-translate-host { position: fixed !important; left: -9999px !important; bottom: 0 !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.goog-te-banner-frame.skiptranslate, iframe.goog-te-banner-frame, .goog-te-balloon-frame, #goog-gt-tt, [class*="VIpgJd-ZVi9od-ORHb"] { display: none !important; visibility: hidden !important; height: 0 !important; }
html, body { top: 0 !important; margin-top: 0 !important; }
.goog-text-highlight { background: transparent !important; box-shadow: none !important; }

/* Overlays and mobile menu */
.overlay { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 32px; background: rgba(17,19,21,.72); backdrop-filter: blur(14px); opacity: 0; visibility: hidden; transition: .2s ease; }
.overlay.open { opacity: 1; visibility: visible; }
.overlay-close { position: absolute; top: 26px; right: 30px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; font-size: 28px; cursor: pointer; border-radius: 50%; }
.search-dialog { width: min(840px, 100%); padding: 44px; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.search-dialog form { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-top: 20px; }
.search-dialog input { min-width: 0; height: 64px; padding: 0 4px; border: 0; border-bottom: 2px solid var(--ink); outline: 0; font-size: 24px; }
.search-suggestions { display: grid; gap: 0; margin-top: 20px; max-height: 340px; overflow: auto; }
.search-suggestions a { display: flex; gap: 16px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.search-suggestions img { width: 64px; height: 54px; object-fit: cover; }
.search-suggestions span { display: grid; gap: 4px; }
.search-suggestions small { color: var(--muted); }
.mobile-panel { display: none; }

/* Footer */
.site-footer { background: #465d57; color: #fff; }
.footer-top { display: grid; grid-template-columns: .95fr 2.05fr; gap: 100px; padding-top: 88px; padding-bottom: 80px; }
.footer-brand img { width: 52px; height: 52px; filter: invert(1); }
.footer-brand h2 { max-width: 460px; margin: 24px 0 16px; font-size: 36px; line-height: 1.12; letter-spacing: 0; }
.footer-brand p { color: #aeb4bb; line-height: 1.6; }
.footer-social-links { margin: 22px 0 4px; }
.footer-social-links a:hover { transform: translateY(-3px); border-color: #fff; background: #fff; color: var(--green); }
.footer-brand .button { margin-top: 18px; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.footer-links > div { display: flex; flex-direction: column; gap: 13px; }
.footer-links h3 { margin: 0 0 12px; color: #7f878f; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a, .footer-links span { color: #d8dce0; font-size: 13px; line-height: 1.45; }
.footer-links a { transition: color .2s ease, transform .2s ease; }
.footer-links a:hover { color: #fff; transform: translateX(4px); }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #426b5a; color: #b9cec3; font-size: 11px; }
.floating-quote { position: fixed; right: 20px; bottom: 20px; z-index: 90; min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 17px; background: var(--green); color: #fff; font-size: 13px; font-weight: 800; box-shadow: 0 14px 34px rgba(19,121,91,.28); border-radius: 4px; }

/* Shared sections */
.page-section { padding: 88px 0; }
.section-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px 56px; margin-bottom: 42px; }
.section-intro > .overline { grid-column: 1 / -1; }
.section-intro > div { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-intro h2 { max-width: 760px; margin: 0; font-size: 52px; line-height: 1.04; font-weight: 760; letter-spacing: 0; }
.section-intro p { align-self: end; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.rtl h1,html[lang^="zh"] main h1,html[lang="ja"] main h1,html[lang="ko"] main h1 { line-height: 1.14; letter-spacing: 0; word-break: normal; }
main h1 { max-width: 100%; hyphens: auto; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 32px; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--green); }

/* Homepage */
.home-hero { min-height: 690px; display: flex; align-items: center; padding: 54px 0 50px; overflow: hidden; background: linear-gradient(135deg,#edf5f1 0%,#f7f3ea 58%,#f2e7e2 100%); }
.hero-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.hero-copy h1 { max-width: 660px; margin: 16px 0 22px; font-size: clamp(44px,4.1vw,58px); line-height: 1.04; font-weight: 760; letter-spacing: -.025em; text-wrap: balance; overflow-wrap: anywhere; }
.hero-copy > p { max-width: 570px; margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.62; }
.hero-buttons { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.hero-proof { display: flex; gap: 24px; margin-top: 38px; padding-top: 18px; border-top: 1px solid #cbd8d2; }
.hero-proof span { display: grid; gap: 3px; color: var(--muted); font-size: 11px; }
.hero-proof b { color: var(--ink); font-size: 18px; }
.hero-visual { min-height: 540px; position: relative; }
.hero-product { position: absolute; display: block; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 20px 52px rgba(18,24,30,.14); }
.hero-product img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s ease; }
.hero-product:hover img { transform: scale(1.035); }
.hero-product > span { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 10px 12px; background: rgba(255,255,255,.88); backdrop-filter: blur(10px); font-size: 11px; font-weight: 750; }
.hero-product-1 { width: 49%; height: 61%; left: 2%; top: 1%; z-index: 2; }
.hero-product-2 { width: 48%; height: 56%; right: 0; bottom: 1%; z-index: 3; }
.hero-product-3 { width: 34%; height: 34%; left: 20%; bottom: 0; z-index: 4; }
.hero-orbit { position: absolute; right: 2%; top: 2%; width: 112px; height: 112px; display: grid; place-items: center; text-align: center; border: 1px solid #a9bdb5; border-radius: 50%; color: var(--green); font-size: 11px; font-weight: 800; line-height: 1.35; }
.promise-strip { background: var(--dark); color: #fff; }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.promise-grid > div { min-height: 126px; padding: 24px 26px; border-left: 1px solid #3b3f42; }
.promise-grid > div:last-child { border-right: 1px solid #33383d; }
.promise-grid span { display: block; margin-bottom: 14px; color: #8bc8b8; font-size: 9px; font-weight: 800; }
.promise-grid b { font-size: 14px; }
.promise-grid p { margin: 7px 0 0; color: #b8bdc1; font-size: 11px; line-height: 1.5; }
.categories-section { background: #fff; }
.category-editorial { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.category-tile { min-width: 0; aspect-ratio: 4 / 5; position: relative; overflow: hidden; border-radius: 8px; background: var(--cloud); }
.category-tile.tile-1 { grid-row: auto; }
.category-tile.tile-4 { grid-column: auto; }
.category-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.category-tile::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(8,11,14,.78)); }
.category-tile { transition: transform .28s ease, box-shadow .28s ease; }
.category-tile:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(40,83,66,.18); }
.category-tile:hover img { transform: scale(1.04); }
.category-tile > div { position: absolute; z-index: 2; left: 18px; right: 46px; bottom: 18px; color: #fff; }
.category-tile > div span { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.category-tile h3 { margin: 7px 0 5px; font-size: 20px; letter-spacing: 0; }
.category-tile p { margin: 0; color: #d8dde1; font-size: 10px; line-height: 1.4; }
.category-tile > b { position: absolute; z-index: 2; right: 14px; bottom: 16px; width: 28px; height: 28px; display: grid; place-items: center; background: #fff; color: var(--ink); border-radius: 50%; }
.solution-section { background: #f4efe5; }
.solution-list { border-top: 1px solid #cfd4d7; }
.solution-row { display: grid; grid-template-columns: 56px 1fr 1.2fr 1fr 32px; gap: 24px; align-items: center; min-height: 112px; border-bottom: 1px solid #d2c9df; }
.solution-row > span { color: var(--green); font-size: 12px; font-weight: 800; }
.solution-row h3 { margin: 0; font-size: 21px; letter-spacing: 0; }
.solution-row p { margin: 0; color: var(--muted); line-height: 1.55; }
.solution-row > div { display: flex; flex-wrap: wrap; gap: 6px; }
.solution-row small { padding: 6px 8px; background: #fff; border: 1px solid var(--line); font-size: 10px; }
.solution-row > b { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #b9bec3; border-radius: 50%; }
.solution-row:hover h3, .solution-row:hover > b { color: var(--green); }
.solution-editorial { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.solution-card { min-width: 0; aspect-ratio: 4 / 3; position: relative; overflow: hidden; border-radius: 8px; background: #272b30; color: #fff; }
.solution-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.solution-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent,rgba(9,12,15,.9)); }
.solution-card { transition: transform .28s ease, box-shadow .28s ease; }
.solution-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(45,83,68,.2); }
.solution-card:hover img { transform: scale(1.055); }
.solution-card > div { position: absolute; z-index: 2; left: 22px; right: 54px; bottom: 20px; }
.solution-card > div > span { font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.solution-card h3 { margin: 8px 0 7px; font-size: 24px; line-height: 1.05; }
.solution-card p { margin: 0 0 8px; color: #e0e4e6; font-size: 11px; line-height: 1.45; }
.solution-card small { color: #c4cccf; font-size: 9px; }
.solution-card > b { position: absolute; z-index: 3; right: 16px; bottom: 18px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--ink); }
.featured-section { background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px 14px; }
.product-card { min-width: 0; transition: transform .28s ease; }
.product-card, .blog-card { content-visibility: auto; contain-intrinsic-size: 420px 560px; }
.product-card:hover { transform: translateY(-5px); }
.product-media { aspect-ratio: 1 / 1; display: block; position: relative; overflow: hidden; border-radius: 8px; background: var(--cloud); }
.product-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.product-media:hover img { transform: scale(1.055); }
.card-arrow { position: absolute; right: 12px; top: 12px; width: 34px; height: 34px; display: grid; place-items: center; background: rgba(255,255,255,.9); border-radius: 50%; opacity: 0; transform: translateY(5px); transition: .2s ease; }
.product-media:hover .card-arrow { opacity: 1; transform: none; }
.product-copy { padding: 16px 2px 0; }
.product-copy > span { color: var(--green); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-copy h3 { margin: 7px 0 7px; font-size: 15px; line-height: 1.28; letter-spacing: 0; }
.product-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.materials-showcase { padding-top: 64px; padding-bottom: 64px; background: #e7f0ed; }
.materials-showcase .section-intro { margin-bottom: 30px; }
.material-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbd0d3; border-left: 1px solid #cbd0d3; }
.material-item { min-height: 150px; padding: 18px; border-right: 1px solid rgba(53,72,82,.2); border-bottom: 1px solid rgba(53,72,82,.2); position: relative; }
.material-item { transition: background .24s ease, color .24s ease, transform .24s ease; }
.material-item:hover { z-index: 2; transform: translateY(-3px); background: rgba(255,255,255,.62); }
.material-swatch { width: 44px; height: 44px; display: block; margin-bottom: 28px; background: var(--swatch); border: 1px solid rgba(0,0,0,.08); border-radius: 50%; box-shadow: inset 0 0 0 7px rgba(255,255,255,.3); }
.material-swatch { transition: transform .24s ease; }
.material-item:hover .material-swatch { transform: scale(1.12); }
.material-item h3 { margin: 0 0 8px; font-size: 18px; }
.material-item p { margin: 0; max-width: 210px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.material-item > b { position: absolute; top: 26px; right: 26px; color: var(--green); }
.process-showcase { background: #dfeae7; color: var(--ink); }
.process-showcase .section-intro p { color: var(--muted); }
.process-showcase .overline { color: var(--green); }
.process-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; border: 0; }
.process-step { min-height: 290px; position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(109,136,123,.2); border-radius: 10px; background: #fffdfa; transition: transform .28s ease, background .28s ease, box-shadow .28s ease; }
.process-step:nth-child(2),.process-step:nth-child(5) { background: #f3e8e1; }
.process-step:nth-child(3),.process-step:nth-child(6) { background: #edf0dd; }
.process-step:hover { transform: translateY(-5px); background: #fff; box-shadow: 0 18px 40px rgba(70,95,84,.16); }
.process-step:first-child { border: 0; }
.process-step img { width: 100%; height: 162px; display: block; object-fit: cover; }
.process-step > div { display: grid; grid-template-columns: 34px 1fr; gap: 8px 12px; padding: 18px; }
.process-step span { grid-row: 1 / 3; color: #8bc8b8; font-size: 10px; font-weight: 800; }
.process-step h3 { margin: 0; font-size: 16px; }
.process-step p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.process-showcase .button-light { background: #5f7f72; color: #fff; }
.process-showcase .button { margin-top: 36px; }
.capability-story { background: #fff; }
.capability-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.capability-image { min-height: 560px; position: relative; overflow: hidden; border-radius: 8px; }
.capability-image > img { width: 100%; height: 560px; object-fit: cover; display: block; }
.image-note { position: absolute; left: 24px; right: 24px; bottom: 24px; display: grid; gap: 5px; padding: 20px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); }
.image-note span { color: var(--muted); font-size: 12px; }
.capability-copy h2 { margin: 16px 0 22px; font-size: 54px; line-height: 1.03; letter-spacing: 0; }
.capability-copy > p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.capability-metrics { display: grid; grid-template-columns: repeat(2, 1fr); margin: 40px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-metrics > div { min-height: 130px; display: grid; align-content: center; gap: 4px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-metrics b { font-size: 30px; }
.capability-metrics span { color: var(--muted); font-size: 11px; }
.production-disciplines { display: flex; flex-wrap: wrap; gap: 7px; margin: -18px 0 30px; }
.production-disciplines span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: 10px; font-weight: 700; }
.insights-section { background: var(--cloud); }
.insight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.insight-card { min-height: 390px; display: flex; flex-direction: column; overflow: hidden; border-radius: 8px; background: #fff; }
.insight-media { height: 154px; position: relative; overflow: hidden; background: #e6e8e5; }
.insight-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.insight-card { transition: transform .28s ease, box-shadow .28s ease; }
.insight-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(40,83,66,.16); }
.insight-card:hover .insight-media img { transform: scale(1.055); }
.insight-media span { position: absolute; left: 12px; top: 12px; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--ink); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.insight-copy { min-height: 236px; display: flex; flex: 1; flex-direction: column; padding: 18px; }
.insight-card:nth-child(1) .insight-copy { background: #f5dbe7; }
.insight-card:nth-child(2) .insight-copy { background: #e3ddf1; }
.insight-card:nth-child(3) .insight-copy { background: #d9eaf2; }
.insight-card:nth-child(4) .insight-copy { background: #e4ecd8; }
.insight-index { margin-bottom: 16px; color: var(--green); font-size: 10px; font-weight: 800; }
.insight-copy > span { color: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.insight-card h3 { margin: 8px 0; font-size: 18px; line-height: 1.22; letter-spacing: 0; }
.insight-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.insight-copy > b { margin-top: auto; padding-top: 14px; font-size: 11px; }
.quote-banner { padding: 58px 0; background: var(--coral); color: var(--ink); }
.quote-banner .overline { color: #702c28; }
.quote-banner-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center; }
.quote-banner h2 { max-width: 720px; margin: 14px 0 0; font-size: 52px; line-height: 1.02; letter-spacing: 0; }
.quote-banner-inner > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.quote-banner p { margin: 0; color: #4f2724; font-size: 14px; line-height: 1.6; }
.quote-banner-inner > div:last-child > a:last-child { font-size: 13px; text-decoration: underline; }

/* Catalog */
.catalog-hero, .content-hero { padding: 86px 0 76px; background: var(--cloud); border-bottom: 1px solid var(--line); }
.catalog-hero h1, .content-hero h1 { max-width: 960px; margin: 16px 0 18px; font-size: clamp(44px,4.5vw,56px); line-height: 1.06; letter-spacing: -.025em; text-wrap: balance; overflow-wrap: anywhere; }
.catalog-family-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.catalog-root-strip { position: sticky; top: 112px; z-index: 78; background: rgba(252,251,247,.96); backdrop-filter: blur(16px); box-shadow: 0 8px 20px rgba(65,83,76,.05); transition: top .28s cubic-bezier(.22,.75,.28,1); }
.catalog-family-strip > div { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; }
.catalog-family-strip > div::-webkit-scrollbar { display: none; }
.catalog-family-strip a,.catalog-family-strip button { min-width: 168px; min-height: 64px; display: grid; align-content: center; gap: 5px; padding: 12px 38px 12px 18px; border: 0; border-right: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); font: inherit; text-align: left; -webkit-appearance: none; appearance: none; -webkit-tap-highlight-color: transparent; touch-action: pan-x; cursor: pointer; }
.catalog-family-strip a { padding-right: 18px; }
.catalog-family-strip a,.catalog-family-strip button { position: relative; transition: background .22s ease, color .22s ease; }
.catalog-family-strip a:first-child { border-left: 1px solid var(--line); }
.catalog-family-strip b { font-size: 13px; font-weight: 830; white-space: nowrap; }
.catalog-family-strip span { color: var(--muted); font-size: 10px; font-weight: 650; }
.catalog-family-strip button i { position: absolute; top: 50%; right: 15px; color: #73857c; font-size: 14px; font-style: normal; transform: translateY(-50%) rotate(0); transition: transform .2s ease; }
.catalog-family-strip a.active { background: var(--dark); color: #fff; }
.catalog-family-strip a.active span { color: #aeb5ba; }
.catalog-root-strip a.active,.catalog-root-strip button.is-expanded { background: #cfe1d8; color: #2f4c42; box-shadow: inset 0 -3px 0 #739d89; }
.catalog-root-strip a.active span,.catalog-root-strip button.is-expanded span { color: #536f64; }
.catalog-root-strip button.is-expanded i { color: #355349; transform: translateY(-50%) rotate(180deg); }
.catalog-root-strip button.is-current:not(.is-expanded)::after { content: ""; position: absolute; right: 16px; bottom: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.catalog-subcategory-strip { position: sticky; top: 176px; z-index: 77; border-bottom: 1px solid #dddcd4; background: rgba(245,243,238,.97); backdrop-filter: blur(16px); transition: top .28s cubic-bezier(.22,.75,.28,1); }
.catalog-subcategory-strip > div { min-height: 56px; display: flex; align-items: center; gap: 9px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; touch-action: pan-x; }
.catalog-subcategory-strip > div::-webkit-scrollbar { display: none; }
.catalog-subcategory-strip > div > span { flex: 0 0 auto; margin-right: 7px; color: #687c73; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.catalog-subcategory-strip a { flex: 0 0 auto; min-height: 38px; display: inline-flex; align-items: center; padding: 9px 14px; border: 1px solid #cfd7d1; border-radius: 999px; background: rgba(255,255,255,.82); color: #485c54; font-size: 11px; font-weight: 780; line-height: 1; -webkit-tap-highlight-color: transparent; touch-action: pan-x; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.catalog-subcategory-strip a.active { border-color: #cf9079; background: #f3d6ca; color: #65463d; box-shadow: inset 0 0 0 1px rgba(207,144,121,.15); }
.catalog-subcategory-strip small { margin-left: 4px; color: inherit; opacity: .66; }
.catalog-header-condensed .catalog-root-strip { top: 0; }
.catalog-header-condensed .catalog-subcategory-strip { top: 64px; }
@media (hover: hover) and (pointer: fine) {
  .catalog-family-strip a:hover,.catalog-family-strip button:hover { background: #edf5f0; color: var(--green); }
  .catalog-subcategory-strip a:hover { border-color: #aac3b5; background: #fff; color: #4c7562; }
}
.category-choice-section { background: linear-gradient(180deg,#fffefa,#f1f6f2); }
.subcategory-choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.subcategory-choice-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.88); box-shadow: 0 8px 24px rgba(40,83,66,.06); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.subcategory-choice-card:hover { transform: translateY(-6px); border-color: #aec9ba; box-shadow: 0 22px 46px rgba(40,83,66,.16); }
.subcategory-choice-card > div { aspect-ratio: 1.28; position: relative; overflow: hidden; background: var(--cloud); }
.subcategory-choice-card > div img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.subcategory-choice-card:hover > div img { transform: scale(1.055); }
.subcategory-choice-card > div span { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.subcategory-choice-card > section { display: flex; min-height: 210px; flex-direction: column; padding: 22px; }
.subcategory-choice-card small { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.subcategory-choice-card h2 { margin: 9px 0 10px; font-size: 24px; line-height: 1.08; letter-spacing: -.015em; overflow-wrap: anywhere; }
.subcategory-choice-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.subcategory-choice-card section > b { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; color: var(--green); font-size: 11px; }
.subcategory-choice-card i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #e5f1e9; font-style: normal; transition: transform .22s ease, background .22s ease; }
.subcategory-choice-card:hover i { transform: rotate(45deg); background: var(--green); color: #fff; }
.catalog-hero p, .content-hero > .site-width > p { max-width: 780px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.catalog-section { padding: 58px 0 110px; }
.catalog-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 44px; }
.catalog-sidebar { align-self: start; position: sticky; top: 105px; }
.filter-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 2px solid var(--ink); }
.filter-head h3 { margin: 0; font-size: 16px; }
.filter-head button { display: none; border: 0; background: transparent; font-size: 25px; }
.filter-group { display: flex; flex-direction: column; gap: 3px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.filter-group > b { margin-bottom: 10px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.filter-group a,.filter-group .filter-root { width: 100%; display: flex; justify-content: space-between; gap: 12px; padding: 8px 10px; border: 0; border-radius: 0; background: transparent; color: var(--muted); font-size: 12px; text-align: left; cursor: pointer; }
.filter-group .filter-root { position: relative; padding-right: 28px; font-weight: 760; }
.filter-group .filter-root i { position: absolute; right: 9px; font-style: normal; transition: transform .2s ease; }
.filter-group .filter-root.is-expanded { background: #e7f1eb; color: #355349; }
.filter-group .filter-root.is-expanded i { transform: rotate(180deg); }
.filter-group a.active { background: var(--dark); color: #fff; }
.filter-group a span,.filter-group button span { margin-left: auto; color: inherit; opacity: .7; }
.filter-children { display: grid; gap: 2px; padding: 4px 0 8px 10px; border-left: 1px solid #cad8d0; }
.filter-group .filter-child { padding-left: 22px; }
.filter-group label { display: flex; align-items: center; gap: 8px; padding: 5px 0; color: var(--muted); font-size: 12px; }
.sidebar-quote { display: grid; gap: 6px; margin-top: 24px; padding: 20px; background: #e7f2ee; color: var(--green); font-size: 12px; }
.sidebar-quote b { color: var(--ink); }
.catalog-toolbar { min-height: 50px; display: flex; align-items: center; gap: 14px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.catalog-toolbar form { min-width: 260px; flex: 1; display: flex; align-items: center; gap: 10px; }
.catalog-toolbar input { min-width: 0; flex: 1; height: 42px; padding: 0 8px; border: 0; outline: 0; background: transparent; }
.catalog-toolbar form button { border: 0; background: transparent; color: var(--green); font-weight: 750; cursor: pointer; }
.catalog-count { color: var(--muted); font-size: 12px; }
.catalog-count b { color: var(--ink); }
.catalog-toolbar select { height: 42px; padding: 0 30px 0 12px; border: 1px solid var(--line); background: #fff; }
.filter-button { display: none; height: 42px; padding: 0 14px; border: 1px solid var(--line); background: #fff; }
.catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pagination { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 60px; }
.pagination button { min-width: 40px; height: 40px; padding: 0 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.pagination button { transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.pagination button:not(:disabled):hover { transform: translateY(-2px); border-color: var(--green); background: #edf5f0; color: var(--green); }
.pagination button.active { background: var(--dark); color: #fff; border-color: var(--dark); }
.pagination button:disabled { opacity: .4; cursor: default; }
.empty-state { min-height: 420px; display: grid; place-content: center; justify-items: center; text-align: center; background: var(--cloud); }
.empty-state h2 { margin: 0; font-size: 36px; }
.empty-state p { color: var(--muted); }

/* Product detail */
.product-page { padding: 36px 0 100px; }
.product-detail-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: start; }
.product-gallery { min-width: 0; }
.main-product-image { aspect-ratio: 1 / 1; position: relative; overflow: hidden; background: var(--cloud); }
.main-product-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.main-product-image button { position: absolute; right: 14px; bottom: 14px; padding: 10px 13px; border: 0; background: rgba(255,255,255,.9); cursor: pointer; font-size: 11px; font-weight: 750; }
.product-thumbnails { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.product-thumbnails button { aspect-ratio: 1; padding: 0; border: 2px solid transparent; background: var(--cloud); cursor: pointer; overflow: hidden; }
.product-thumbnails button { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.product-thumbnails button:hover { transform: translateY(-3px); border-color: var(--green); box-shadow: 0 8px 18px rgba(40,83,66,.14); }
.product-thumbnails button.active { border-color: var(--green); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-summary { position: sticky; top: 120px; padding-top: 24px; }
.product-summary h1 { margin: 18px 0 22px; font-size: clamp(36px,3.4vw,44px); line-height: 1.1; letter-spacing: -.02em; text-wrap: balance; overflow-wrap: anywhere; }
.product-lead { color: var(--muted); font-size: 17px; line-height: 1.65; }
.project-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 32px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-facts > div { min-height: 92px; display: grid; align-content: center; gap: 5px; padding: 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-facts span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.project-facts b { font-size: 12px; line-height: 1.35; }
.summary-accordion { margin-top: 26px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.summary-accordion > summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; list-style: none; font-size: 13px; font-weight: 800; cursor: pointer; }
.summary-accordion > summary::-webkit-details-marker { display: none; }
.summary-accordion > summary span { font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.summary-accordion[open] > summary span { transform: rotate(45deg); }
.custom-options { border-top: 1px solid var(--line); }
.custom-options > div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); font-size: 12px; }
.custom-options > div:first-child { border-top: 0; }
.custom-options span { color: var(--muted); }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.response-note { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; }
.response-note span { width: 8px; height: 8px; background: var(--green); border-radius: 50%; }
.product-information { padding: 100px 0; background: var(--cloud); }
.product-accordions { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 90px; align-items: start; }
.product-info-heading { position: sticky; top: 120px; }
.product-info-heading h2 { max-width: 520px; margin: 18px 0; font-size: 56px; line-height: 1.03; letter-spacing: 0; }
.product-info-heading p { max-width: 520px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.accordion-stack { border-top: 1px solid var(--ink); }
.accordion-stack details { border-bottom: 1px solid #cdd2d5; }
.accordion-stack summary { min-height: 82px; display: grid; grid-template-columns: 44px 1fr 24px; align-items: center; gap: 16px; list-style: none; cursor: pointer; }
.accordion-stack summary::-webkit-details-marker { display: none; }
.accordion-stack summary > span { color: var(--green); font-size: 11px; }
.accordion-stack summary > b { font-size: 19px; }
.accordion-stack summary > i { color: var(--muted); font-size: 22px; font-style: normal; transition: transform .2s ease; }
.accordion-stack details[open] summary > i { transform: rotate(45deg); }
.accordion-content { padding: 0 0 42px 60px; }
.accordion-content .rich-copy { font-size: 15px; line-height: 1.8; }
.info-layout { display: grid; grid-template-columns: 230px 1fr; gap: 80px; }
.info-layout > aside { align-self: start; position: sticky; top: 120px; display: flex; flex-direction: column; gap: 13px; font-size: 12px; }
.info-layout > aside b { padding-bottom: 14px; border-bottom: 2px solid var(--ink); }
.info-layout > aside a { color: var(--muted); }
.info-layout > div > section { padding: 0 0 80px; }
.info-layout h2 { margin: 16px 0 32px; font-size: 48px; letter-spacing: 0; }
.specification-table { border-top: 1px solid #cdd2d6; }
.specification-table > div { display: grid; grid-template-columns: 220px 1fr; gap: 40px; padding: 17px 0; border-bottom: 1px solid #cdd2d6; }
.specification-table b { font-size: 12px; }
.specification-table span { color: var(--muted); font-size: 13px; line-height: 1.5; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #cdd2d6; border-left: 1px solid #cdd2d6; }
.feature-grid > div { min-height: 150px; padding: 22px; border-right: 1px solid #cdd2d6; border-bottom: 1px solid #cdd2d6; }
.feature-grid span { color: var(--green); font-size: 11px; }
.feature-grid p { margin: 36px 0 0; line-height: 1.55; }
.long-copy { white-space: pre-line; color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
.rich-copy { color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
.rich-copy h2, .rich-copy h3, .rich-copy h4 { margin: 1.8em 0 .65em; color: var(--ink); letter-spacing: 0; }
.rich-copy h2 { font-size: 28px; }
.rich-copy h3 { font-size: 21px; }
.rich-copy p, .rich-copy ul, .rich-copy ol, .rich-copy blockquote { margin: 0 0 1.25em; }
.rich-copy ul, .rich-copy ol { padding-left: 1.4em; }
.rich-copy table { width: 100%; margin: 24px 0; border-collapse: collapse; font-size: 14px; }
.rich-copy th, .rich-copy td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; }
.product-detail-library { margin-top: 52px; padding-top: 32px; border-top: 1px solid var(--line); }
.product-detail-library h3 { margin: 10px 0 22px; font-size: 25px; letter-spacing: 0; }
.product-detail-library > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.product-detail-library figure { min-width: 0; margin: 0; overflow: hidden; background: var(--mist); }
.product-detail-library img { width: 100%; height: auto; min-height: 220px; max-height: 520px; object-fit: contain; }
.related-section { background: #fff; }
.image-lightbox { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 60px; background: rgba(8,10,12,.92); }
.image-lightbox img { max-width: 95vw; max-height: 88vh; object-fit: contain; }
.image-lightbox button { position: absolute; top: 20px; right: 24px; width: 44px; height: 44px; border: 1px solid #fff; background: transparent; color: #fff; font-size: 28px; border-radius: 50%; cursor: pointer; }
.mobile-product-cta { display: none; }

/* Editorial pages */
.editorial-hero { padding: 74px 0 84px; background: var(--cloud); }
.editorial-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.editorial-layout h1 { margin: 18px 0 24px; font-size: clamp(44px,4.5vw,56px); line-height: 1.06; letter-spacing: -.025em; text-wrap: balance; overflow-wrap: anywhere; }
.editorial-layout p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.editorial-layout .button { margin-top: 18px; }
.editorial-layout > div:last-child { height: 630px; overflow: hidden; }
.editorial-layout img { width: 100%; height: 100%; object-fit: cover; display: block; }
.solution-detail-list { display: grid; gap: 100px; }
.solution-detail { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; scroll-margin-top: 120px; }
.solution-detail:nth-child(even) > div { order: 2; }
.solution-detail > img { width: 100%; height: 520px; object-fit: cover; }
.solution-detail > div > span { color: var(--green); font-size: 12px; font-weight: 800; }
.solution-detail h2 { margin: 24px 0 20px; font-size: 54px; line-height: 1; letter-spacing: 0; }
.solution-detail p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.solution-detail > div > div { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0; }
.solution-detail small { padding: 7px 9px; border: 1px solid var(--line); }
.solution-detail a { color: var(--green); font-weight: 750; }
.material-groups { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.material-groups article { padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.material-groups article > span { color: var(--green); font-size: 11px; }
.material-groups h2 { margin: 35px 0 24px; font-size: 35px; letter-spacing: 0; }
.material-groups article > div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); }
.material-groups b { font-size: 13px; }
.material-groups small { color: var(--muted); font-size: 11px; }
.timeline { border-top: 1px solid var(--line); }
.timeline article { min-height: 190px; display: grid; grid-template-columns: 100px 1fr 180px; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); }
.timeline article > span { color: var(--green); font-weight: 800; }
.timeline h2 { margin: 0 0 10px; font-size: 36px; letter-spacing: 0; }
.timeline p { margin: 0; color: var(--muted); line-height: 1.6; }
.timeline small { justify-self: end; color: var(--muted); }
.quality-controls { background: #fff; }
.control-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.control-grid article { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.control-grid span { color: var(--green); font-size: 11px; }
.control-grid h3 { margin: 90px 0 12px; font-size: 22px; }
.control-grid p { color: var(--muted); line-height: 1.55; }
.quality-band { padding: 110px 0; background: #efc4b1; color: var(--ink); }
.quality-band h2 { margin: 0; font-size: 72px; line-height: 1; letter-spacing: 0; }
.quality-band p { max-width: 650px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.quality-band .button { margin-top: 20px; }
.about-introduction { background: #f4f6f5; }
.about-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.about-story h2 { max-width: 590px; margin: 18px 0 0; font-size: 52px; line-height: 1.02; letter-spacing: 0; }
.about-story p { max-width: 690px; margin: 0 0 24px; color: var(--soft); font-size: 17px; line-height: 1.75; }
.about-metrics { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 68px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-metrics > div { min-height: 128px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 24px; border-right: 1px solid var(--line); }
.about-metrics > div:last-child { border-right: 0; }
.about-metrics b { font-size: 34px; line-height: 1; }
.about-metrics span { color: var(--muted); font-size: 11px; }
.about-capabilities { background: #dbe8e9; color: var(--ink); }
.about-capabilities .section-intro > p { color: var(--muted); }
.capability-gallery { display: grid; grid-template-columns: repeat(12,1fr); gap: 12px; }
.capability-card { grid-column: span 4; min-height: 410px; position: relative; overflow: hidden; border-radius: 10px; background: #fffdfa; }
.capability-card:nth-child(2n) { background: #f4e8e3; }
.capability-card { transition: transform .28s ease, background .28s ease, box-shadow .28s ease; }
.capability-card:hover { transform: translateY(-6px); background: #fff; box-shadow: 0 20px 44px rgba(70,95,84,.18); }
.capability-card-1,.capability-card-5 { grid-column: span 8; }
.capability-card img { width: 100%; height: 250px; display: block; object-fit: cover; }
.capability-card-1 img,.capability-card-5 img { height: 300px; }
.capability-card > div { padding: 20px; }
.capability-card span { color: var(--green); font-size: 10px; font-weight: 800; }
.capability-card h3 { margin: 9px 0 7px; font-size: 20px; }
.capability-card p { max-width: 500px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.about-principles { background: var(--coral); }
.about-principles-head { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 40px; align-items: end; margin-bottom: 54px; }
.about-principles-head h2 { margin: 0; font-size: 46px; line-height: 1.04; }
.about-principles-head p { margin: 0; font-size: 13px; line-height: 1.6; }
.about-principles .about-values { margin-top: 0; border-color: rgba(32,35,38,.35); }
.about-principles .about-values article { border-color: rgba(32,35,38,.35); }
.about-principles .about-values span, .about-principles .about-values p { color: var(--ink); }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-values article { min-height: 240px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-values span { color: var(--green); font-size: 11px; }
.about-values h3 { margin: 70px 0 10px; }
.about-values p { color: var(--muted); line-height: 1.55; }
.about-workflow { overflow: hidden; background: linear-gradient(145deg,#eef4f0 0%,#f7f4ed 55%,#edf2f3 100%); color: var(--ink); }
.about-workflow-head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); gap: 80px; align-items: end; margin-bottom: 52px; }
.about-workflow-head h2 { max-width: 700px; margin: 15px 0 0; font-size: clamp(38px,4vw,54px); line-height: 1.04; letter-spacing: -.025em; text-wrap: balance; }
.about-workflow-intro { max-width: 510px; justify-self: end; }
.about-workflow-intro p { margin: 0 0 24px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.about-workflow-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.about-workflow-step { min-height: 330px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(91,118,105,.18); border-radius: 12px; background: rgba(255,255,255,.82); box-shadow: 0 14px 34px rgba(67,91,80,.07); }
.about-workflow-step.step-2 { background: rgba(218,233,231,.82); }
.about-workflow-step.step-3 { background: rgba(247,229,216,.76); }
.about-workflow-step header { display: flex; align-items: center; gap: 13px; }
.about-workflow-step header span { color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.about-workflow-step header i { height: 1px; flex: 1; background: rgba(76,105,91,.24); }
.about-workflow-step h3 { max-width: 290px; margin: 72px 0 13px; font-size: 24px; line-height: 1.12; letter-spacing: -.015em; }
.about-workflow-step p { max-width: 330px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.about-workflow-step footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 28px; color: var(--green); }
.about-workflow-step footer small { font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-workflow-step footer b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.72); }
.about-workflow-rail { display: flex; align-items: center; gap: 14px; margin-top: 30px; padding: 17px 21px; border: 1px solid rgba(91,118,105,.18); border-radius: 999px; background: rgba(255,255,255,.58); color: #53685f; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-workflow-rail i { height: 1px; flex: 1; background: #b8c9c0; }

/* Blog */
.route-changing main { opacity: .72; }
main { transition: opacity .16s ease; }
.blog-hero { padding-bottom: 70px; }
.blog-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.blog-hero-grid h1 { margin-bottom: 22px; }
.blog-hero-grid p { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.blog-hero form { width: 100%; margin: 0; }
.blog-directory { padding: 58px 0 110px; }
.content-hero form { max-width: 720px; display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 32px; }
.content-hero form input { min-width: 0; height: 52px; padding: 0 16px; border: 1px solid #cbd0d4; background: #fff; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card { display: grid; min-height: 440px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.blog-card:hover { transform: translateY(-6px); border-color: #b6cdbf; box-shadow: 0 20px 44px rgba(40,83,66,.16); }
.blog-card.featured { grid-column: span 2; grid-template-columns: .9fr 1.1fr; }
.blog-toolbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.blog-toolbar > span { flex: 0 0 auto; color: var(--muted); font-size: 13px; }
.blog-categories { display: flex; flex-wrap: wrap; gap: 8px; }
.blog-categories a { padding: 9px 13px; border: 1px solid var(--line); background: #fff; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.blog-categories a.active { border-color: var(--dark); background: var(--dark); color: #fff; }
.archive-filter { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 700; }
.archive-filter select { height: 38px; padding: 0 34px 0 11px; border: 1px solid var(--line); background: #fff; font-size: 12px; }
.popular-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0 0 48px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.popular-tags > b { margin-right: 8px; font-size: 11px; }
.popular-tags a { padding: 7px 10px; background: var(--cloud); color: var(--ink-soft); font-size: 10px; }
.popular-tags a.active { background: var(--green); color: #fff; }
.popular-tags span { color: var(--muted); }
.blog-results-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; }
.blog-results-head h2 { margin: 0; font-size: 30px; letter-spacing: 0; }
.blog-results-head span { color: var(--muted); font-size: 12px; }
.blog-visual { position: relative; min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; overflow: hidden; background: var(--dark); color: #fff; }
.blog-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.7)); }
.blog-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.blog-card:hover .blog-visual img { transform: scale(1.035); }
.blog-visual span, .blog-visual b { position: relative; z-index: 1; }
.blog-visual span { color: #dff7ef; font-size: 12px; }
.blog-visual b { font-size: 10px; letter-spacing: .18em; }
.blog-card > div:last-child { display: flex; flex-direction: column; padding: 26px; }
.blog-card-meta { display: flex; flex-wrap: wrap; gap: 7px 14px; color: var(--muted); font-size: 10px; }
.blog-card-meta span + span { position: relative; }
.blog-card-meta span + span::before { content: ''; position: absolute; left: -8px; top: 4px; width: 2px; height: 2px; border-radius: 50%; background: #9aa2a8; }
.blog-card h2 { margin: 14px 0; font-size: 25px; line-height: 1.18; letter-spacing: 0; }
.blog-card p { color: var(--muted); line-height: 1.55; }
.blog-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 4px 0 20px; }
.blog-card-tags a, .article-tags a { padding: 6px 8px; border: 1px solid var(--line); color: var(--ink-soft); font-size: 9px; font-weight: 700; }
.blog-read { margin-top: auto; font-size: 12px; font-weight: 800; }
.blog-pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.blog-pagination a { color: var(--ink); font-size: 13px; font-weight: 750; }
.blog-pagination a:last-child { text-align: right; }
.blog-pagination b { color: var(--muted); font-size: 12px; }
.article-page > header { padding: 90px 0 70px; background: var(--cloud); }
.article-header { max-width: 1050px; }
.article-header h1 { margin: 20px 0 24px; font-size: clamp(40px,4.1vw,52px); line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; overflow-wrap: anywhere; }
.article-header > p { max-width: 820px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px 34px; margin-top: 34px; color: var(--muted); font-size: 11px; }
.article-meta span { display: grid; gap: 4px; }
.article-meta b { color: var(--ink); font-size: 9px; text-transform: uppercase; }
.article-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.article-cover { max-width: 1180px; margin-top: 46px; }
.article-cover img { width: 100%; max-height: 700px; display: block; object-fit: cover; border-radius: 6px; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 800px); justify-content: center; gap: 80px; padding-top: 80px; padding-bottom: 100px; }
.article-layout aside { align-self: start; position: sticky; top: 120px; display: flex; flex-direction: column; gap: 12px; color: var(--muted); font-size: 12px; }
.article-layout aside b { color: var(--ink); padding-bottom: 14px; border-bottom: 2px solid var(--ink); }
.article-content { min-width: 0; font-size: 17px; line-height: 1.85; }
.article-content p { margin: 0 0 1.4em; }
.article-content img { width: 100%; height: auto; }
.article-content h2, .article-content h3, .article-content h4 { margin: 1.8em 0 .65em; letter-spacing: 0; line-height: 1.2; }
.article-content h2 { font-size: 32px; }
.article-content h3 { font-size: 24px; }
.article-content ul, .article-content ol { margin: 0 0 1.5em; padding-left: 1.4em; }
.article-content li { margin-bottom: .45em; }
.article-content blockquote { margin: 2em 0; padding: 20px 24px; border-left: 3px solid var(--green); background: var(--mist); }
.article-content table { display: block; width: 100%; margin: 28px 0; overflow-x: auto; border-collapse: collapse; font-size: 14px; }
.article-content th, .article-content td { min-width: 130px; padding: 12px 14px; border: 1px solid var(--line); text-align: left; }
.article-image-library { margin-top: 64px; padding-top: 36px; border-top: 1px solid var(--line); }
.article-image-library > h2 { margin-top: 12px; }
.article-image-library > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.article-image-library figure { min-width: 0; margin: 0; overflow: hidden; background: var(--mist); }
.article-image-library figure img { width: 100%; height: 260px; object-fit: cover; }
.related-reading { background: #f1f5f2; }
.related-reading .section-intro { margin-bottom: 38px; }
.related-blog-grid .blog-card { min-height: 430px; }
.related-blog-grid .blog-visual { min-height: 220px; }

/* Quote */
.quote-page { padding: 92px 0 110px; background: var(--cloud); }
.quote-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.quote-intro { position: sticky; top: 120px; }
.quote-intro h1 { margin: 18px 0 24px; font-size: clamp(42px,4.2vw,54px); line-height: 1.07; letter-spacing: -.025em; text-wrap: balance; overflow-wrap: anywhere; }
.quote-intro > p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.quote-contact { margin-top: 48px; border-top: 1px solid #cdd2d5; }
.quote-contact > div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid #cdd2d5; font-size: 12px; }
.quote-contact span { color: var(--muted); }
.inquiry-form { padding: 44px; background: #fff; border: 1px solid var(--line); }
.form-section { display: grid; grid-template-columns: 48px 180px 1fr; gap: 20px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.form-section:first-child { padding-top: 0; }
.form-section > span { width: 32px; height: 32px; display: grid; place-items: center; background: var(--green); color: #fff; font-size: 10px; border-radius: 50%; }
.form-section h2 { margin: 0 0 8px; font-size: 19px; }
.form-section > div:nth-child(2) p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid label { display: grid; gap: 7px; color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-width: 0; min-height: 46px; padding: 11px 12px; border: 1px solid #cfd4d8; border-radius: 2px; background: #fff; outline: 0; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(19,121,91,.1); }
.form-grid textarea { min-height: 150px; resize: vertical; }
.upload-drop { min-height: 135px; display: grid; place-content: center; justify-items: center; gap: 6px; border: 1px dashed #aeb5bb; background: var(--cloud); cursor: pointer; text-align: center; }
.upload-drop input { display: none; }
.upload-drop span { color: var(--muted); font-size: 10px; }
.consent { display: flex; gap: 9px; align-items: flex-start; margin: 24px 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.submit-inquiry { width: 100%; }
.submit-inquiry:disabled { opacity: .6; cursor: wait; }
.form-message { display: none; margin-top: 14px; padding: 14px; font-size: 12px; }
.form-message.success, .form-message.error { display: flex; justify-content: space-between; gap: 12px; }
.form-message.success { background: #e7f5ef; color: var(--green); }
.form-message.error { background: #fae9ea; color: var(--red); }
.not-found { min-height: 70vh; display: grid; place-items: center; padding: 80px 24px; text-align: center; background: var(--cloud); }
.policy-hero { padding: 82px 0 72px; background: var(--cloud); border-bottom: 1px solid var(--line); }
.policy-hero h1 { max-width: 940px; margin: 18px 0 20px; font-size: clamp(42px,4.2vw,54px); line-height: 1.07; letter-spacing: -.025em; text-wrap: balance; overflow-wrap: anywhere; }
.policy-hero > .site-width > p { max-width: 760px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.policy-section { padding: 90px 0 110px; }
.policy-layout { display: grid; grid-template-columns: 230px minmax(0, 780px); justify-content: center; gap: 90px; }
.policy-layout > aside { align-self: start; position: sticky; top: 120px; display: grid; gap: 10px; padding-top: 16px; border-top: 2px solid var(--ink); font-size: 12px; }
.policy-layout > aside span { color: var(--muted); line-height: 1.5; }
.policy-layout > aside a { margin-top: 14px; color: var(--green); font-weight: 750; }
.policy-layout > article { font-size: 16px; line-height: 1.8; }
.policy-layout > article h2 { margin: 0 0 14px; padding-top: 42px; font-size: 30px; line-height: 1.15; letter-spacing: 0; border-top: 1px solid var(--line); }
.policy-layout > article h2:first-child { padding-top: 0; border-top: 0; }
.policy-layout > article p { margin: 0 0 42px; color: var(--ink-soft); }
.policy-contact { margin-top: 60px; padding: 28px; background: #e7f2ee; }
.policy-contact p { margin: 8px 0 14px !important; font-size: 13px; }
.policy-contact a { color: var(--green); font-weight: 800; }
.not-found > div > span { color: var(--green); font-size: 14px; font-weight: 800; }
.not-found h1 { max-width: 800px; margin: 18px auto; font-size: clamp(42px,4vw,54px); line-height: 1.06; letter-spacing: -.02em; text-wrap: balance; overflow-wrap: anywhere; }
.not-found p { color: var(--muted); }
.not-found .button { margin-top: 20px; }
.progress-list { display: grid; gap: 16px; }
.progress-list article { padding: 22px; border: 1px solid var(--line); }
.progress-list article > div:first-child { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.progress-list article > div:last-child { height: 8px; background: var(--mist); }
.progress-list i { height: 100%; display: block; background: var(--green); }

/* Admin */
.admin-login { min-height: 100vh; display: grid; grid-template-columns: 1.15fr .85fr; background: #f3f5f6; }
.admin-login > section { display: grid; grid-template-rows: auto 1fr; padding: 42px 7vw 70px; }
.admin-login-brand { display: flex; align-items: center; gap: 12px; }
.admin-login-brand img { width: 44px; height: 44px; }
.admin-login-brand > span { display: grid; gap: 4px; }
.admin-login-brand b { font-size: 14px; }
.admin-login-brand small { color: #7b848e; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.admin-login > section > div:last-child { align-self: center; width: min(560px, 100%); }
.admin-login h1 { margin: 18px 0 22px; font-size: clamp(48px, 6vw, 82px); line-height: .97; letter-spacing: 0; }
.admin-login p { max-width: 530px; color: #69727c; font-size: 16px; line-height: 1.65; }
.admin-login form { display: grid; gap: 14px; margin: 34px 0 28px; }
.admin-login form label { display: grid; gap: 7px; color: #555f69; font-size: 10px; font-weight: 750; }
.admin-login form input { width: 100%; height: 52px; padding: 0 14px; border: 1px solid #cfd4d8; background: #fff; outline: 0; }
.admin-login form input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(19,121,91,.1); }
.admin-login form .button { width: 100%; }
#adminLoginMessage { color: var(--red); font-size: 11px; }
.admin-login > section > div:last-child > a { color: var(--green); font-size: 11px; font-weight: 750; }
.admin-login > aside { display: flex; flex-direction: column; justify-content: flex-end; padding: 70px; background: var(--admin-dark); color: #fff; }
.admin-login > aside > span { color: #75bfaa; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.admin-login > aside h2 { margin: 24px 0 70px; font-size: clamp(44px, 5vw, 72px); line-height: 1; letter-spacing: 0; }
.admin-login > aside > div { display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; padding-top: 30px; border-top: 1px solid #343a41; }
.admin-login > aside b { color: #fff; font-size: 27px; }
.admin-login > aside small { align-self: center; color: #929aa3; }
.admin-app { min-height: 100vh; display: grid; grid-template-columns: 238px 1fr; background: #f3f5f6; color: #1a1e23; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 24px 16px; background: var(--admin-dark); color: #fff; overflow-y: auto; }
.admin-brand { display: flex; align-items: center; gap: 11px; padding: 0 8px 22px; border-bottom: 1px solid #2b3037; }
.admin-brand img { width: 38px; height: 38px; filter: invert(1); }
.admin-brand > span { display: grid; line-height: 1.1; }
.admin-brand b { font-size: 15px; }
.admin-brand small { margin-top: 4px; color: #8f98a3; font-size: 9px; }
.admin-sidebar nav { display: grid; gap: 3px; padding: 22px 0; }
.admin-sidebar nav button { min-height: 42px; display: flex; align-items: center; gap: 11px; padding: 0 11px; border: 0; border-radius: 4px; background: transparent; color: #aeb5bd; text-align: left; font-size: 13px; cursor: pointer; }
.admin-sidebar nav button > span { width: 22px; color: #76808b; font-size: 16px; text-align: center; }
.admin-sidebar nav button:hover, .admin-sidebar nav button.active { background: #262c33; color: #fff; }
.admin-sidebar nav button.active > span { color: #75bfaa; }
.admin-sidebar-foot { margin-top: auto; display: grid; gap: 14px; padding: 18px 8px 0; border-top: 1px solid #2b3037; }
.admin-sidebar-foot label { display: grid; gap: 6px; color: #747e89; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.admin-sidebar-foot input { width: 100%; min-width: 0; height: 34px; padding: 0 8px; border: 1px solid #343b44; background: #101318; color: #fff; font-size: 10px; }
.admin-sidebar-foot a { color: #75bfaa; font-size: 11px; }
.admin-workspace { min-width: 0; }
.admin-topbar { height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid #e0e3e6; background: #fff; }
.admin-topbar > div { display: flex; align-items: center; gap: 10px; }
.admin-topbar span, .admin-topbar b { font-size: 11px; }
.admin-topbar small { color: #87909a; font-size: 10px; }
.status-dot { width: 8px; height: 8px; display: inline-block; background: #2fad78; border-radius: 50%; box-shadow: 0 0 0 4px rgba(47,173,120,.12); }
.status-dot.warning { background: #d4a72c; box-shadow: 0 0 0 4px rgba(212,167,44,.12); }
.admin-avatar { width: 32px; height: 32px; border: 0; background: #1b2026; color: #fff; font-size: 10px; font-weight: 800; border-radius: 50%; }
.admin-menu-toggle { display: none; border: 0; background: transparent; }
.admin-main { padding: 34px; }
.admin-page-head { min-height: 70px; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 24px; }
.admin-page-head > div:first-child > span { color: #77818b; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.admin-page-head h1 { margin: 7px 0 0; font-size: 30px; letter-spacing: 0; }
#adminActions { display: flex; gap: 8px; }
.admin-button { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border: 1px solid #d6dade; border-radius: 4px; background: #fff; color: #252a30; font-size: 11px; font-weight: 750; cursor: pointer; }
.admin-button.primary { background: #1b2026; border-color: #1b2026; color: #fff; }
.admin-loading { padding: 60px; text-align: center; color: #818a94; }
.admin-metrics { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-bottom: 18px; }
.admin-metrics article { min-width: 0; min-height: 112px; display: grid; grid-template-columns: 30px 1fr; grid-template-rows: 1fr auto; gap: 6px 10px; padding: 18px; background: #fff; border: 1px solid #e0e3e6; border-radius: 6px; }
.admin-metrics article > span { grid-row: 1 / 3; color: #5b6570; font-size: 20px; }
.admin-metrics article > div { display: grid; gap: 3px; }
.admin-metrics small { color: #838c96; font-size: 9px; text-transform: uppercase; }
.admin-metrics b { font-size: 24px; }
.admin-metrics i { align-self: end; color: #2b8a67; font-size: 9px; font-style: normal; }
.admin-dashboard-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; margin-bottom: 18px; }
.admin-panel { padding: 22px; background: #fff; border: 1px solid #e0e3e6; border-radius: 6px; }
.panel-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 22px; }
.panel-head span { color: #7d8690; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.panel-head h2 { margin: 6px 0 0; font-size: 19px; letter-spacing: 0; }
.health-score { font-size: 30px; color: #2b8a67; }
.health-list { border-top: 1px solid #e4e7e9; }
.health-list > div { display: grid; grid-template-columns: 1fr 100px 70px; gap: 16px; align-items: center; min-height: 48px; border-bottom: 1px solid #e4e7e9; font-size: 10px; }
.health-list > div > span { color: #737c86; }
.health-list i { padding: 5px; text-align: center; font-size: 8px; font-style: normal; border-radius: 3px; }
.health-list i.ok { background: #e6f5ef; color: #227456; }
.quick-actions { display: grid; gap: 7px; }
.quick-actions button { min-height: 49px; display: flex; justify-content: space-between; align-items: center; padding: 0 14px; border: 1px solid #e0e3e6; background: #fafbfb; font-size: 10px; cursor: pointer; }
.quick-actions button:hover { border-color: #9fa7af; background: #fff; }
.admin-system { margin-bottom: 18px; }
.system-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #e3e6e8; border-left: 1px solid #e3e6e8; }
.system-grid > div { min-height: 95px; display: grid; grid-template-columns: 16px 1fr; gap: 4px 9px; align-content: center; padding: 14px; border-right: 1px solid #e3e6e8; border-bottom: 1px solid #e3e6e8; }
.system-grid .status-dot { grid-row: 1 / 3; margin-top: 4px; }
.system-grid b { font-size: 10px; }
.system-grid small { color: #808992; font-size: 9px; line-height: 1.4; }
.resource-panel { padding: 0; overflow: hidden; }
.resource-toolbar { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 18px; border-bottom: 1px solid #e2e5e7; }
.resource-toolbar label { min-width: 280px; display: flex; align-items: center; gap: 10px; }
.resource-toolbar label .search-icon { width: 14px; height: 14px; color: #7c858f; }
.resource-toolbar input { width: 100%; height: 38px; border: 0; outline: 0; font-size: 11px; }
.resource-toolbar > div { display: flex; align-items: center; gap: 14px; color: #818a93; font-size: 9px; }
.resource-toolbar button { border: 0; background: transparent; color: #2b8a67; cursor: pointer; font-size: 10px; }
.admin-table-wrap { overflow: auto; }
.admin-table { width: 100%; min-width: 900px; border-collapse: collapse; }
.admin-table th { height: 42px; padding: 0 14px; background: #f7f8f9; border-bottom: 1px solid #e2e5e7; color: #717b85; text-align: left; font-size: 11px; }
.admin-table td { padding: 12px 14px; border-bottom: 1px solid #edf0f1; font-size: 12px; vertical-align: middle; }
.table-content { min-width: 300px; display: flex; align-items: center; gap: 11px; }
.table-content > img, .table-content > span { width: 42px; height: 42px; flex: 0 0 auto; object-fit: cover; background: #eef0f2; }
.table-content > span { display: grid; place-items: center; color: #68727c; font-size: 16px; }
.table-content > div { min-width: 0; display: grid; gap: 4px; }
.table-content b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.table-content small { max-width: 420px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #88919a; font-size: 8px; }
.admin-table code { color: #5f6871; font-size: 9px; }
.status-badge { display: inline-flex; padding: 5px 7px; background: #edf0f2; color: #5d6670; font-size: 8px; font-style: normal; border-radius: 3px; }
.status-badge.published, .status-badge.new { background: #e6f5ef; color: #227456; }
.status-badge.draft { background: #fff3d9; color: #8a6414; }
.status-badge.archived { background: #f1e9ea; color: #875158; }
.row-actions { display: flex; gap: 5px; }
.row-actions button { padding: 6px 8px; border: 1px solid #dce0e3; background: #fff; font-size: 8px; cursor: pointer; }
.row-actions button:last-child { color: #a43a43; }
.admin-pagination { min-height: 58px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; color: #818a93; font-size: 9px; }
.admin-pagination button { width: 32px; height: 30px; border: 1px solid #dce0e3; background: #fff; cursor: pointer; }
.admin-pagination button:disabled { opacity: .4; }
.audit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.audit-grid article { min-height: 68px; display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid #e2e5e7; }
.audit-grid article > span { width: 28px; height: 28px; display: grid; place-items: center; background: #e6f5ef; color: #227456; border-radius: 50%; }
.audit-grid article > div { display: grid; gap: 4px; }
.audit-grid b { font-size: 10px; }
.audit-grid small { color: #7d8690; font-size: 9px; }
.admin-panel pre { padding: 18px; overflow: auto; background: #171b20; color: #b8e0d4; font: 11px/1.6 Consolas, monospace; }
.admin-modal { position: fixed; inset: 0; z-index: 700; display: grid; place-items: center; padding: 24px; background: rgba(13,16,19,.72); }
.admin-modal-card { width: min(1100px, 100%); max-height: 94vh; overflow: auto; background: #f4f6f7; border-radius: 8px; box-shadow: var(--shadow); }
.admin-modal-card > header { min-height: 84px; display: flex; justify-content: space-between; align-items: center; padding: 0 28px; background: #fff; border-bottom: 1px solid #e0e3e6; }
.admin-modal-card > header span { color: #818a94; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.admin-modal-card > header h2 { margin: 6px 0 0; font-size: 22px; letter-spacing: 0; }
.admin-modal-card > header button { width: 38px; height: 38px; border: 1px solid #dce0e3; background: #fff; font-size: 22px; cursor: pointer; }
.editor-grid { display: grid; grid-template-columns: minmax(0, 1fr) 210px; gap: 18px; padding: 18px; }
.editor-grid main { display: grid; gap: 14px; }
.editor-grid main section { padding: 22px; background: #fff; border: 1px solid #e0e3e6; border-radius: 6px; }
.editor-grid main section h3 { margin: 0 0 18px; font-size: 14px; }
.editor-grid main section > p { color: #7f8892; font-size: 9px; }
.admin-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.admin-form-grid label { display: grid; gap: 7px; color: #515b65; font-size: 12px; font-weight: 700; }
.admin-form-grid .full { grid-column: 1 / -1; }
.admin-form-grid input, .admin-form-grid select, .admin-form-grid textarea, .json-editor { width: 100%; min-width: 0; min-height: 42px; padding: 10px 11px; border: 1px solid #cfd5da; border-radius: 3px; background: #fff; outline: 0; font-size: 12px; }
.admin-form-grid textarea { min-height: 105px; resize: vertical; }
.admin-form-grid .html-editor { min-height: 260px; font: 10px/1.55 Consolas, monospace; }
.json-editor { min-height: 280px; resize: vertical; font: 10px/1.55 Consolas, monospace; }
.wysiwyg { overflow: hidden; border: 1px solid #cfd5da; border-radius: 4px; background: #fff; }
.wysiwyg-toolbar { min-height: 46px; display: flex; flex-wrap: wrap; align-items: center; gap: 4px; padding: 6px 8px; border-bottom: 1px solid #dce1e4; background: #f7f8f9; }
.wysiwyg-toolbar button { min-height: 32px; padding: 0 9px; border: 1px solid transparent; border-radius: 3px; background: transparent; color: #3f4851; font-size: 11px; cursor: pointer; }
.wysiwyg-toolbar button:hover { border-color: #cbd1d6; background: #fff; }
.wysiwyg-surface { min-height: 420px; padding: 28px 32px; outline: 0; color: #22272c; font-size: 15px; line-height: 1.75; }
.wysiwyg-surface:focus { box-shadow: inset 0 0 0 2px rgba(19,121,91,.14); }
.wysiwyg-surface h2 { margin: 1.5em 0 .6em; font-size: 28px; line-height: 1.2; }
.wysiwyg-surface h3 { margin: 1.4em 0 .55em; font-size: 21px; }
.wysiwyg-surface p { margin: 0 0 1.15em; }
.wysiwyg-surface blockquote { margin: 24px 0; padding: 14px 18px; border-left: 3px solid var(--green); background: #f1f7f5; }
.wysiwyg-foot { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0 12px; border-top: 1px solid #e1e5e8; color: #7a838d; font-size: 10px; }
.advanced-editor { border: 1px solid #dfe3e6; border-radius: 6px; background: #fff; }
.advanced-editor > summary { min-height: 52px; display: flex; align-items: center; padding: 0 18px; list-style: none; color: #5d6771; font-size: 12px; font-weight: 750; cursor: pointer; }
.advanced-editor > summary::-webkit-details-marker { display: none; }
.advanced-editor > section { border: 0 !important; border-top: 1px solid #e0e3e6 !important; border-radius: 0 !important; }
.structured-label { display: grid; gap: 8px; margin-top: 18px; color: #606a74; font-size: 11px; font-weight: 700; }
.module-checkboxes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.module-checkboxes label { display: flex; align-items: center; gap: 7px; min-height: 38px; padding: 8px 10px; border: 1px solid #d7dce0; background: #fff; font-size: 10px; font-weight: 700; }
.module-checkboxes input { width: 14px; height: 14px; accent-color: #13795b; }
.editor-grid > aside { align-self: start; position: sticky; top: 18px; display: grid; gap: 9px; }
.editor-status { display: grid; grid-template-columns: 16px 1fr; gap: 5px 7px; padding: 16px; background: #fff; border: 1px solid #e0e3e6; }
.editor-status .status-dot { grid-row: 1 / 3; margin-top: 4px; }
.editor-status b { font-size: 10px; }
.editor-status small { color: #818a94; font-size: 8px; line-height: 1.45; }
.visual-editor-modal { width: min(1360px,100%); }
.editor-header-actions { display: flex; align-items: center; gap: 14px; }
.admin-modal-card > header .save-state { display: flex; align-items: center; gap: 6px; color: #4f5b63; font-size: 10px; letter-spacing: 0; }
.save-state i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.visual-editor-grid { grid-template-columns: minmax(520px,.9fr) minmax(470px,1.1fr); gap: 0; padding: 0; }
.visual-editor-grid > main { padding: 18px; max-height: calc(94vh - 84px); overflow-y: auto; }
.editor-section-head { display: flex; gap: 12px; margin-bottom: 18px; }
.editor-section-head > span { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #eaf3ef; color: var(--green); font-size: 9px; font-weight: 800; }
.editor-section-head h3 { margin: 0 0 4px !important; }
.editor-section-head p { margin: 0; color: #7f8892; font-size: 10px; }
.generated-url { display: flex; align-items: center; gap: 12px; margin-top: 15px; padding: 10px 12px; background: #f3f6f5; color: #6f7981; font-size: 10px; }
.generated-url code { overflow: hidden; color: var(--green); text-overflow: ellipsis; white-space: nowrap; }
.editor-image-field { display: grid; grid-template-columns: 96px 1fr auto; gap: 12px; align-items: end; }
.editor-image-field > img { width: 96px; height: 96px; grid-row: 1 / 3; object-fit: cover; border-radius: 5px; background: #eef1f2; }
.editor-image-field > label:not(.admin-button) { display: grid; gap: 7px; color: #515b65; font-size: 11px; font-weight: 700; }
.editor-image-field input { width: 100%; min-height: 42px; padding: 10px; border: 1px solid #cfd5da; }
.editor-image-field .admin-button { min-height: 42px; display: grid; place-items: center; cursor: pointer; }
.editor-image-field .admin-button input { display: none; }
.editor-image-field small { grid-column: 2 / -1; color: #7f8892; font-size: 9px; }
.visual-preview-pane { top: 0 !important; height: calc(94vh - 84px); align-self: stretch !important; grid-template-rows: 42px 1fr auto; overflow: hidden; border-left: 1px solid #d9dddf; background: #e8ebec; }
.preview-toolbar { display: flex; justify-content: space-between; align-items: center; padding: 0 18px; background: #fff; border-bottom: 1px solid #d9dddf; color: #6f7981; font-size: 10px; }
.preview-toolbar b { color: #202326; }
.rendered-preview { width: calc(100% - 48px); align-self: center; justify-self: center; overflow: hidden; border: 1px solid #d9dddf; border-radius: 7px; background: #fff; box-shadow: 0 16px 44px rgba(26,31,35,.12); }
.rendered-preview > img { width: 100%; height: 300px; display: block; object-fit: cover; background: #eef1f2; }
.rendered-preview > span { display: block; margin: 24px 26px 8px; color: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.rendered-preview h2 { margin: 0 26px 12px; font-size: 31px; line-height: 1.03; }
.rendered-preview p { margin: 0 26px 22px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.product-preview > div { display: flex; justify-content: space-between; align-items: center; padding: 18px 26px; border-top: 1px solid var(--line); }
.product-preview > div b { padding: 10px 13px; border-radius: 999px; background: var(--dark); color: #fff; font-size: 9px; }
.product-preview > div small { color: var(--muted); font-size: 9px; }
.article-preview > img { margin: 0 26px; width: calc(100% - 52px); height: 210px; border-radius: 5px; }
.preview-rich { margin: 20px 26px 28px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.category-preview { padding-bottom: 26px; }
.category-preview > b { margin: 0 26px; font-size: 10px; }
.editor-publish-bar { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; align-items: center; padding: 12px 16px; background: #fff; border-top: 1px solid #d9dddf; }
.editor-publish-bar > div { display: flex; align-items: center; gap: 7px; color: #6f7981; }
.media-upload { min-height: 230px; display: grid; place-items: center; position: relative; border: 1px dashed #adb5bd; background: #f8f9fa; }
.media-upload > input { display: none; }
.media-upload > div:nth-child(2) { display: grid; justify-items: center; gap: 8px; text-align: center; }
.media-upload > div:nth-child(2) > span { color: #2b8a67; font-size: 25px; }
.media-upload h2 { margin: 0; font-size: 17px; }
.media-upload p { margin: 0 0 8px; color: #808992; font-size: 9px; }
#assetPreview { position: absolute; right: 18px; bottom: 18px; display: grid; gap: 4px; padding: 10px; background: #fff; font-size: 9px; }
.media-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.media-grid article { min-width: 0; display: grid; gap: 7px; padding: 10px; border: 1px solid #e0e3e6; }
.media-grid article > div:first-child { aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: #eef0f2; }
.media-grid img { width: 100%; height: 100%; object-fit: cover; }
.media-grid b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; }
.media-grid small { color: #818a94; font-size: 8px; }
.media-grid article > div:last-child { display: flex; gap: 5px; }
.media-grid button { border: 0; background: transparent; color: #2b8a67; font-size: 8px; cursor: pointer; }
.empty-copy { color: #7e8791; font-size: 10px; }
.import-form { display: grid; gap: 13px; }
.import-form label { display: grid; gap: 6px; color: #737c86; font-size: 9px; }
.import-form select { height: 40px; padding: 0 10px; border: 1px solid #d9dde1; background: #fff; }
.import-drop { min-height: 130px; place-content: center; justify-items: center; border: 1px dashed #adb5bd; background: #f7f8f9; cursor: pointer; }
.import-drop input { display: none; }
.import-drop b { color: #22272d; }
#importResult { display: flex; justify-content: space-between; padding: 10px; background: #e9f5f0; color: #227456; font-size: 9px; }
.admin-error { min-height: 420px; display: grid; place-content: center; justify-items: center; padding: 40px; text-align: center; background: #fff; border: 1px solid #e0e3e6; }
.admin-error > span { width: 42px; height: 42px; display: grid; place-items: center; background: #fae9ea; color: #a43a43; border-radius: 50%; font-weight: 800; }
.admin-error h2 { margin: 16px 0 5px; }
.admin-error p, .admin-error small { color: #7d8690; }
.admin-toast { position: fixed; right: 24px; bottom: 24px; z-index: 900; max-width: 360px; padding: 14px 18px; background: #1d6f55; color: #fff; box-shadow: var(--shadow); font-size: 11px; border-radius: 4px; }
.admin-toast.error { background: #a53d45; }

/* v8.0: proportional desktop density for compact laptop viewports only. */
@media (min-width: 901px) and (max-width: 1512px) {
  :root { --width: 1152px; }
  .home-hero { min-height: 621px; padding-top: 48px; padding-bottom: 45px; }
  .hero-visual { min-height: 486px; }
  .page-section { padding-top: 79px; padding-bottom: 79px; }
  .section-intro { margin-bottom: 38px; }
  .section-intro h2 { font-size: 47px; }
  .capability-copy h2 { font-size: 49px; }
  .quote-banner h2 { font-size: 47px; }
  .footer-top { gap: 90px; padding-top: 79px; padding-bottom: 72px; }
}

/* Product detail content is 90% of the former 1280px desktop measure. */
@media (min-width: 901px) {
  .product-page > .site-width,
  .product-information > .site-width { width: min(1152px, calc(100% - 64px)); }
  .product-summary h1 { font-size: clamp(32px, 2.8vw, 38px); }
}

@media (max-width: 1180px) {
  .site-width { width: min(var(--width), calc(100% - 40px)); }
  .desktop-nav { gap: 18px; }
  .header-actions { min-width: auto; }
  .header-quote { display: none; }
  .mega-grid { grid-template-columns: repeat(3, 1fr); }
  .mega-intro { grid-column: 1 / -1; }
  .mega-solutions { grid-template-columns: repeat(3, 1fr); }
  .hero-layout { gap: 30px; }
  .hero-copy h1 { font-size: 58px; }
  .hero-visual { min-height: 500px; }
  .section-intro { grid-template-columns: 1fr; }
  .section-intro > p { max-width: 760px; }
  .category-editorial { grid-template-columns: repeat(3, 1fr); }
  .category-tile:last-child { grid-column: 2 / 3; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .material-grid { grid-template-columns: repeat(4, 1fr); }
  .process-track { grid-template-columns: repeat(3, 1fr); }
  .process-step:nth-child(3) { border-right: 1px solid #3a3f44; }
  .admin-metrics { grid-template-columns: repeat(3, 1fr); }
  .media-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 900px) {
  .utility-inner > span, .utility-inner > div > span { display: none; }
  .utility-inner { grid-template-columns: minmax(0,1fr) auto; }
  .utility-contact { grid-column: 1; justify-self: start; }
  .utility-social-links { grid-column: 2; }
  .desktop-nav { display: none; }
  .mega-menu { display: none; }
  .menu-button { display: grid; }
  .header-actions { margin-left: auto; }
  .language-button b { display: none; }
  .language-button { min-width: 55px; height: 38px; justify-content: center; gap: 5px; padding: 0 9px; border-color: #cddbd3; border-radius: 9px; background: #f5f8f5; }
  .language-button .globe-icon { display: none; }
  .language-mobile-code { display: inline; min-width: 20px; color: #3f5d50; font-size: 11px; font-weight: 850; line-height: 1; text-align: center; }
  .language-button i { font-size: 9px; }
  .mobile-panel { position: fixed; inset: 0 0 0 auto; z-index: 400; width: min(430px, 100%); height: 100vh; display: flex; flex-direction: column; padding: 24px; background: #fff; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; box-shadow: -30px 0 80px rgba(10,15,20,.18); }
  .mobile-panel.open { opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-panel-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .mobile-panel nav { display: grid; overflow-y: auto; padding: 20px 0; }
  .mobile-panel nav a { min-height: 50px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-panel nav span { color: var(--muted); font-size: 11px; }
  .mobile-contact { display: grid; gap: 9px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
  .mobile-contact > a { color: var(--green); font-size: 12px; font-weight: 750; }
  .mobile-social-links { margin-top: 6px; }
  .mobile-social-links a { border-color: #bfd3c7; color: var(--green); }
  .mobile-social-links a:hover { transform: translateY(-2px); background: var(--green); color: #fff; }
  .mobile-panel > .button { margin-top: 18px; }
  .search-dialog { padding: 34px; }
  .hero-layout, .capability-layout, .quote-banner-inner, .editorial-layout, .solution-detail, .quote-layout { grid-template-columns: 1fr; }
  .home-hero { min-height: auto; }
  .hero-copy h1 { font-size: 54px; }
  .hero-visual { min-height: 520px; }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .category-editorial { grid-template-columns: repeat(2, 1fr); }
  .category-tile.tile-1 { grid-row: auto; }
  .category-tile.tile-4 { grid-column: auto; }
  .category-tile:last-child { grid-column: 1 / -1; aspect-ratio: 2 / 1; }
  .solution-row { grid-template-columns: 50px 1fr 34px; padding: 20px 0; }
  .solution-row p, .solution-row > div { grid-column: 2 / 3; }
  .solution-row > b { grid-column: 3; grid-row: 1 / 3; }
  .solution-editorial { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .product-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .material-grid { grid-template-columns: repeat(3, 1fr); }
  .capability-image, .capability-image > img { min-height: 560px; height: 560px; }
  .footer-top { grid-template-columns: 1fr; gap: 60px; }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 420; width: min(340px, 90vw); padding: 24px; overflow-y: auto; background: #fff; transform: translateX(-100%); transition: .2s ease; box-shadow: 25px 0 70px rgba(10,15,20,.18); }
  .catalog-sidebar.open { transform: none; }
  .filter-head button, .filter-button { display: block; }
  .product-detail-layout { grid-template-columns: 1fr; }
  .product-summary { position: static; }
  .product-accordions { grid-template-columns: 1fr; gap: 46px; }
  .product-info-heading { position: static; }
  .info-layout { grid-template-columns: 1fr; }
  .info-layout > aside { display: none; }
  .editorial-layout > div:last-child { height: 500px; }
  .solution-detail:nth-child(even) > div { order: 0; }
  .material-groups { grid-template-columns: 1fr; }
  .control-grid { grid-template-columns: repeat(2, 1fr); }
  .about-story { grid-template-columns: 1fr; }
  .about-metrics { grid-template-columns: repeat(2,1fr); }
  .about-metrics > div:nth-child(2) { border-right: 0; }
  .about-metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .capability-card,.capability-card-1,.capability-card-5 { grid-column: span 6; }
  .about-principles-head { grid-template-columns: 1fr; align-items: start; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .blog-card.featured { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: 1fr; }
  .article-layout aside { display: none; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-layout > aside { position: static; }
  .quote-intro { position: static; }
  .admin-app { grid-template-columns: 1fr; }
  .admin-login { grid-template-columns: 1fr; }
  .admin-login > aside { display: none; }
  .admin-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 800; width: 238px; transform: translateX(-100%); transition: .2s ease; }
  .admin-sidebar.open { transform: none; }
  .admin-menu-toggle { display: inline-block; }
  .admin-dashboard-grid { grid-template-columns: 1fr; }
  .system-grid { grid-template-columns: repeat(2, 1fr); }
  .editor-grid { grid-template-columns: 1fr; }
  .editor-grid > aside { position: static; }
  .visual-editor-grid > main { max-height: none; }
  .visual-preview-pane { height: auto; min-height: 680px; border-left: 0; border-top: 1px solid #d9dddf; }
  .media-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .site-width { width: min(100% - 28px, var(--width)); }
  .utility-bar { display: block; }
  .utility-inner { min-height: 38px; gap: 8px; }
  .utility-contact { min-width: 0; flex: 1; gap: 8px; overflow: hidden; }
  .utility-contact a { min-width: 0; max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; font-weight: 800; }
  .utility-contact b { display: none; }
  .utility-contact a:nth-child(n+2) { display: none; }
  .utility-social-links { max-width: 132px; flex: 0 0 auto; gap: 4px; overflow-x: auto; scrollbar-width: none; }
  .utility-social-links::-webkit-scrollbar { display: none; }
  .utility-social-links a { width: 28px; height: 28px; }
  .utility-social-links svg { width: 15px; height: 15px; }
  #app > main { padding-top: 104px; }
  .header-inner { height: 66px; }
  .brand { min-width: auto; }
  .brand > span { display: none; }
  .brand img { width: 38px; height: 38px; }
  .header-actions { gap: 2px; }
  .home-hero { padding: 48px 0 36px; }
  .hero-copy h1 { font-size: 34px; line-height: 1.08; }
  .hero-copy > p { font-size: 15px; }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hero-proof b { font-size: 16px; }
  .hero-visual { min-height: 430px; margin-top: 20px; }
  .hero-product-1 { width: 58%; height: 62%; left: 0; }
  .hero-product-2 { width: 58%; height: 54%; right: 0; }
  .hero-product-3 { width: 39%; height: 30%; left: 15%; }
  .hero-product > span { display: none; }
  .hero-orbit { width: 96px; height: 96px; right: 0; font-size: 9px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid > div { min-height: 112px; border-right: 1px solid #33383d; }
  .page-section { padding: 60px 0; }
  .section-intro { margin-bottom: 30px; }
  .section-intro > div { display: block; }
  .section-intro h2 { font-size: 34px; }
  .section-intro .text-link { margin-top: 18px; }
  .category-editorial { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; }
  .category-tile, .category-tile:last-child { min-width: 76vw; height: auto; aspect-ratio: 4 / 5; scroll-snap-align: start; }
  .solution-row { grid-template-columns: 36px 1fr 30px; gap: 12px; }
  .solution-row h3 { font-size: 20px; }
  .solution-row p { font-size: 13px; }
  .solution-editorial { display: flex; margin-right: -14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .solution-editorial::-webkit-scrollbar { display: none; }
  .solution-card { min-width: 78vw; aspect-ratio: 4 / 4.6; scroll-snap-align: start; }
  .solution-card h3 { font-size: 23px; }
  .product-grid, .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 10px; }
  .product-copy h3 { font-size: 14px; }
  .product-copy p { display: none; }
  .materials-showcase { padding-top: 48px; padding-bottom: 48px; }
  .material-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .material-item { min-height: 142px; padding: 11px 9px; }
  .material-swatch { width: 28px; height: 28px; margin-bottom: 14px; box-shadow: inset 0 0 0 4px rgba(255,255,255,.3); }
  .material-item h3 { margin-bottom: 5px; font-size: 12px; line-height: 1.15; }
  .material-item p { display: -webkit-box; overflow: hidden; font-size: 9px; line-height: 1.35; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
  .material-item > b { top: 10px; right: 8px; font-size: 10px; }
  .process-track { display: flex; overflow-x: auto; }
  .process-step { min-width: 72vw; }
  .capability-image, .capability-image > img { min-height: 440px; height: 440px; }
  .capability-copy h2 { font-size: 42px; }
  .insights-section .site-width { width: 100%; }
  .insights-section .section-intro { width: calc(100% - 28px); margin-right: auto; margin-left: auto; }
  .insight-grid { display: flex; gap: 10px; padding: 0 0 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .insight-grid::-webkit-scrollbar { display: none; }
  .insight-card { min-width: 82vw; min-height: 390px; scroll-snap-align: center; }
  .insight-card:first-child { border-radius: 0 8px 8px 0; }
  .insight-card:last-child { border-radius: 8px 0 0 8px; }
  .quote-banner { padding: 48px 0; }
  .quote-banner h2 { font-size: 34px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); gap: 38px 20px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
  .floating-quote { left: 14px; right: 14px; bottom: 12px; justify-content: center; }
  .language-menu { position: fixed; top: 68px; right: 12px; width: min(238px, calc(100vw - 24px)); }
  .search-dialog { padding: 30px 20px; }
  .search-dialog form { grid-template-columns: 1fr; }
  .search-dialog input { font-size: 18px; }
  .catalog-hero, .content-hero { padding: 60px 0; }
  .catalog-hero h1, .content-hero h1 { font-size: 36px; line-height: 1.1; }
  .catalog-root-strip { top: 104px; }
  .catalog-subcategory-strip { top: 168px; }
  .catalog-family-strip a,.catalog-family-strip button { min-width: 168px; min-height: 64px; }
  .catalog-family-strip b { font-size: 13px; font-weight: 850; }
  .catalog-family-strip span { font-size: 10px; font-weight: 700; }
  .catalog-subcategory-strip > div { min-height: 58px; scroll-snap-type: none; }
  .catalog-subcategory-strip a { min-height: 42px; padding: 10px 15px; font-size: 12px; font-weight: 800; scroll-snap-align: none; }
  .catalog-subcategory-strip > div > span { display: none; }
  .catalog-header-condensed .catalog-root-strip { top: 0; }
  .catalog-header-condensed .catalog-subcategory-strip { top: 64px; }
  .subcategory-choice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .subcategory-choice-card > section { min-height: 190px; padding: 14px; }
  .subcategory-choice-card h2 { font-size: 18px; }
  .subcategory-choice-card p { display: -webkit-box; overflow: hidden; font-size: 10px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
  .subcategory-choice-card section > b { font-size: 10px; }
  .catalog-toolbar { display: grid; grid-template-columns: auto 1fr; }
  .catalog-toolbar form { grid-column: 1 / -1; grid-row: 2; }
  .catalog-count { justify-self: end; }
  .catalog-toolbar select { grid-column: 1 / -1; }
  .pagination button:first-child, .pagination button:last-child { font-size: 0; }
  .pagination button:first-child::after { content: "←"; font-size: 14px; }
  .pagination button:last-child::after { content: "→"; font-size: 14px; }
  .product-page { padding-top: 20px; }
  .product-detail-layout { gap: 34px; }
  .product-summary h1 { font-size: 32px; }
  .product-information { padding: 72px 0; }
  .product-info-heading h2 { font-size: 38px; }
  .accordion-stack summary { min-height: 68px; grid-template-columns: 34px 1fr 20px; }
  .accordion-content { padding: 0 0 30px 50px; }
  .project-facts { grid-template-columns: 1fr; }
  .project-facts > div { min-height: 70px; }
  .product-actions { grid-template-columns: 1fr; }
  .specification-table > div { grid-template-columns: 1fr; gap: 7px; }
  .feature-grid { grid-template-columns: 1fr; }
  .mobile-product-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 160; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 14px; background: #fff; border-top: 1px solid var(--line); }
  .mobile-product-cta span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
  .mobile-product-cta a { flex: 0 0 auto; padding: 11px 14px; background: var(--green); color: #fff; font-size: 11px; font-weight: 800; }
  .editorial-hero { padding: 56px 0; }
  .editorial-layout h1 { font-size: 36px; line-height: 1.1; }
  .editorial-layout > div:last-child { height: 380px; }
  .solution-detail-list { gap: 70px; }
  .solution-detail h2 { font-size: 40px; }
  .solution-detail > img { height: 380px; }
  .material-groups article { padding: 24px; }
  .material-groups article > div { display: grid; }
  .timeline article { grid-template-columns: 40px 1fr; padding: 24px 0; }
  .timeline small { grid-column: 2; justify-self: start; }
  .timeline h2 { font-size: 28px; }
  .control-grid { grid-template-columns: 1fr; }
  .quality-band h2, .about-story h2 { font-size: 44px; }
  .about-story { gap: 34px; }
  .about-story p { font-size: 15px; }
  .about-metrics { margin-top: 42px; }
  .about-metrics > div { min-height: 100px; padding: 18px; }
  .about-metrics b { font-size: 28px; }
  .capability-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .capability-card,.capability-card-1,.capability-card-5 { min-width: 82vw; min-height: 390px; scroll-snap-align: start; }
  .capability-card img,.capability-card-1 img,.capability-card-5 img { height: 250px; }
  .about-principles-head h2 { font-size: 36px; }
  .about-principles .about-values { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr; }
  .about-workflow-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 34px; }
  .about-workflow-head h2 { font-size: 36px; }
  .about-workflow-intro { max-width: none; justify-self: stretch; }
  .about-workflow-steps { grid-template-columns: 1fr; gap: 10px; }
  .about-workflow-step { min-height: 250px; padding: 22px; }
  .about-workflow-step h3 { margin-top: 42px; font-size: 22px; }
  .about-workflow-rail { width: max-content; min-width: 100%; overflow-x: auto; border-radius: 10px; }
  .about-workflow-rail i { width: 34px; flex: 0 0 34px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card.featured { grid-column: auto; grid-template-columns: 1fr; }
  .blog-toolbar { display: block; }
  .blog-toolbar > span { display: block; margin-top: 14px; }
  .archive-filter { margin-top: 14px; }
  .blog-categories { flex-wrap: nowrap; margin-right: 0; padding-right: 0; overflow-x: auto; }
  .blog-categories a { flex: 0 0 auto; }
  .blog-pagination { gap: 10px; }
  .blog-pagination b { text-align: center; }
  .article-image-library > div { grid-template-columns: 1fr; }
  .article-image-library figure img { height: auto; aspect-ratio: 4 / 3; }
  .product-detail-library > div { grid-template-columns: 1fr; }
  .product-detail-library img { min-height: 0; max-height: none; }
  .article-header h1 { font-size: 35px; line-height: 1.1; }
  .article-meta { flex-direction: column; gap: 7px; }
  .article-cover { width: 100%; margin-top: 24px; }
  .article-cover img { border-radius: 0; }
  .quote-page { padding: 60px 0; }
  .quote-intro h1 { font-size: 36px; line-height: 1.1; }
  .inquiry-form { padding: 20px; }
  .form-section { grid-template-columns: 36px 1fr; }
  .form-section > div:nth-child(2), .form-section > .form-grid, .form-section > .upload-drop { grid-column: 2; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .policy-hero h1 { font-size: 36px; line-height: 1.1; }
  .not-found h1 { font-size: 38px; }
  .admin-main { padding: 20px 12px; }
  .admin-topbar { padding: 0 14px; }
  .admin-topbar small { display: none; }
  .admin-page-head { align-items: flex-start; flex-direction: column; }
  .admin-metrics { grid-template-columns: repeat(2, 1fr); }
  .system-grid { grid-template-columns: 1fr; }
  .resource-toolbar { align-items: flex-start; flex-direction: column; padding: 14px; }
  .resource-toolbar label { min-width: 100%; }
  .admin-form-grid { grid-template-columns: 1fr; }
  .admin-form-grid .full { grid-column: auto; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
  .audit-grid { grid-template-columns: 1fr; }
  .admin-modal { padding: 0; }
  .admin-modal-card { max-height: 100vh; min-height: 100vh; border-radius: 0; }
  .admin-modal-card > header .save-state { display: none; }
  .editor-image-field { grid-template-columns: 76px 1fr; }
  .editor-image-field > img { width: 76px; height: 76px; }
  .editor-image-field .admin-button { grid-column: 2; }
  .editor-image-field small { grid-column: 1 / -1; }
  .rendered-preview { width: calc(100% - 24px); }
  .editor-publish-bar { grid-template-columns: 1fr 1fr; }
  .editor-publish-bar > div { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* iPhone / iPad Safari compatibility ---------------------------------------- */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

@supports (-webkit-touch-callout: none) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  body { min-height: 100vh; min-height: 100dvh; -webkit-font-smoothing: antialiased; }
  .site-header { position: -webkit-sticky; position: sticky; transform: translateZ(0); }
  .site-header,.language-menu,.hero-product,.product-card { -webkit-backface-visibility: hidden; backface-visibility: hidden; }
  .mobile-panel { height: 100vh; height: 100dvh; padding-top: max(24px, env(safe-area-inset-top)); padding-bottom: max(24px, env(safe-area-inset-bottom)); }
  .mobile-panel nav,.catalog-family-strip > div,.category-editorial,.product-thumbnails,.blog-categories,.popular-tags { -webkit-overflow-scrolling: touch; }
  input,select,textarea,.wysiwyg-surface { font-size: 16px; }

  @media (max-width:620px) {
    .floating-quote { left: auto; right: max(14px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); width: auto; max-width: calc(100vw - 28px); min-height: 46px; justify-content: flex-start; padding: 0 15px; border-radius: 4px; }
    .mobile-product-cta { padding-right: max(14px, env(safe-area-inset-right)); padding-bottom: calc(10px + env(safe-area-inset-bottom)); padding-left: max(14px, env(safe-area-inset-left)); }
    .product-page { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
    .catalog-family-strip > div { scroll-snap-type: x proximity; }
    .catalog-family-strip a { scroll-snap-align: start; }
    .hero-copy h1,.catalog-hero h1,.content-hero h1,.editorial-layout h1 { overflow-wrap: anywhere; word-break: normal; }
  }
}

/* UA fallback for automated WebKit and iOS browsers that omit the feature query. */
.ios-webkit,.ios-webkit body { width: 100%; max-width: 100%; overflow-x: visible; }
.ios-webkit body { min-height: 100vh; min-height: 100dvh; -webkit-font-smoothing: antialiased; }
.ios-webkit .site-header { position: -webkit-sticky; position: sticky; transform: translateZ(0); }
.ios-webkit .catalog-root-strip,.ios-webkit .catalog-subcategory-strip { position: -webkit-sticky; position: sticky; -webkit-backdrop-filter: none; backdrop-filter: none; }
.ios-webkit body.catalog-filters-docked .catalog-root-strip,.ios-webkit body.catalog-filters-docked .catalog-subcategory-strip { position: fixed; right: 0; left: 0; width: 100%; transition: none; }
.ios-webkit body.catalog-filters-docked .catalog-root-strip { top: 112px; }
.ios-webkit body.catalog-filters-docked .catalog-subcategory-strip { top: 176px; }
.ios-webkit body.catalog-filters-docked.catalog-header-condensed .catalog-root-strip { top: 0; }
.ios-webkit body.catalog-filters-docked.catalog-header-condensed .catalog-subcategory-strip { top: 64px; }
.ios-webkit body.catalog-filters-docked .catalog-section,.ios-webkit body.catalog-filters-docked .category-choice-section { padding-top: 180px; }
.ios-webkit .mobile-panel { height: 100vh; height: 100dvh; padding-top: max(24px, env(safe-area-inset-top)); padding-bottom: max(24px, env(safe-area-inset-bottom)); }
.ios-webkit input,.ios-webkit select,.ios-webkit textarea,.ios-webkit .wysiwyg-surface { font-size: 16px; }

@media (max-width:620px) {
  .ios-webkit body.catalog-filters-docked .catalog-root-strip { top: 104px; }
  .ios-webkit body.catalog-filters-docked .catalog-subcategory-strip { top: 168px; }
  .ios-webkit body.catalog-filters-docked.catalog-header-condensed .catalog-root-strip { top: 0; }
  .ios-webkit body.catalog-filters-docked.catalog-header-condensed .catalog-subcategory-strip { top: 64px; }
  .ios-webkit .floating-quote { left: auto; right: max(14px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); width: auto; max-width: calc(100vw - 28px); min-height: 46px; justify-content: flex-start; padding: 0 15px; border-radius: 4px; }
  .ios-webkit .mobile-product-cta { padding-right: max(14px, env(safe-area-inset-right)); padding-bottom: calc(10px + env(safe-area-inset-bottom)); padding-left: max(14px, env(safe-area-inset-left)); }
  .ios-webkit .product-page { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .ios-webkit .catalog-family-strip > div { scroll-snap-type: none; -webkit-overflow-scrolling: touch; }
}

/* Progressive fallbacks for older Safari, Android Chromium and Edge. */
.overlay,.image-lightbox,.admin-modal { top: 0; right: 0; bottom: 0; left: 0; }
@media (max-width:900px) {
  .mobile-panel { top: 0; right: 0; bottom: 0; left: auto; }
  .catalog-sidebar { top: 0; right: auto; bottom: 0; left: 0; }
}
@supports not (aspect-ratio: 1 / 1) {
  .product-media { height: 300px; }
  .product-thumbnails button { height: 100px; }
  .category-tile { height: 430px; }
  @media (max-width:620px) {
    .product-media { height: 180px; }
    .product-thumbnails button { height: 82px; }
    .category-tile,.category-tile:last-child { height: 380px; }
  }
}
.no-flex-gap .header-actions > * + *,.no-flex-gap .hero-buttons > * + *,.no-flex-gap .product-actions > * + * { margin-left: 10px; }
.no-flex-gap .footer-links > * + * { margin-left: 20px; }
@media (max-width:620px) {
  .no-flex-gap .hero-buttons > * + * { margin-top: 18px; margin-left: 0; }
}

/* v7.1 product data contract: product gallery and detail media stay separate. */
.gallery-contract { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 14px; padding: 14px 16px; border: 1px solid var(--line); background: #f6f7f4; }
.gallery-contract > div { display: grid; gap: 4px; }
.gallery-contract span,.detail-kind-note b { color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.gallery-contract b { font-size: 13px; }
.gallery-contract small { max-width: 230px; color: var(--muted); font-size: 10px; line-height: 1.45; text-align: right; }
.product-thumbnails { display: flex; gap: 10px; padding-bottom: 4px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: thin; }
.product-thumbnails button { width: 104px; min-width: 104px; height: 104px; aspect-ratio: auto; scroll-snap-align: start; }
.detail-contract { display: grid; gap: 5px; margin-top: 24px; padding: 16px; border-left: 3px solid var(--green); background: #edf3ef; }
.detail-contract b { font-size: 11px; }
.detail-contract span { color: var(--muted); font-size: 10px; }
.detail-kind-note { display: grid; gap: 6px; margin-bottom: 24px; padding: 16px; background: #edf3ef; }
.detail-kind-note span { color: var(--muted); font-size: 11px; line-height: 1.55; }
.product-detail-content .content-block { margin: 0 0 24px; }
.product-detail-content .rich-block { color: #3f494f; font-size: 15px; line-height: 1.75; }
.product-detail-content .rich-block h2 { margin: 34px 0 14px; color: var(--ink); font-size: 30px; }
.product-detail-content .rich-block h3 { margin: 28px 0 12px; color: var(--ink); font-size: 22px; }
.product-detail-content .image-block img { width: 100%; max-height: 760px; display: block; object-fit: contain; background: #f4f5f2; }
.product-detail-content figcaption { margin-top: 8px; color: var(--muted); font-size: 10px; }
.product-detail-content .gallery-block > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.product-detail-content .gallery-block img { width: 100%; height: auto; max-height: 640px; display: block; object-fit: contain; background: #f4f5f2; }
.product-detail-content .quote-block { margin: 24px 0; padding: 24px; border-left: 3px solid var(--green); background: #f4f6f3; font-size: 20px; line-height: 1.5; }
.product-detail-content .callout-block { padding: 24px; border: 1px solid #cbdad3; background: #eaf2ee; }
.product-detail-content .callout-block h3 { margin: 8px 0; }

@media (max-width:620px) {
  .gallery-contract { align-items: start; flex-direction: column; gap: 8px; }
  .gallery-contract small { max-width: none; text-align: left; }
  .product-thumbnails button { width: 82px; min-width: 82px; height: 82px; }
  .product-detail-content .gallery-block > div { grid-template-columns: 1fr; }
  .product-detail-content .rich-block { font-size: 14px; }
}
/* Preserved v6/v7 structured editor styles; public site uses the v5 visual baseline. */
/* v6: resource-specific visual content studio */
.admin-media-list,.admin-block-list,.homepage-slide-list,.homepage-module-list { display: grid; gap: 10px; margin-bottom: 12px; }
.admin-media-row { display: grid; grid-template-columns: 84px 1fr auto; gap: 12px; align-items: center; padding: 10px; border: 1px solid #dce1e4; border-radius: 6px; background: #f8f9f9; }
.admin-media-row > img { width: 84px; height: 84px; object-fit: contain; border-radius: 4px; background: #fff; }
.admin-media-row > div:nth-child(2) { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.admin-media-row label,.admin-block-row label { display: grid; gap: 5px; color: #59636c; font-size: 9px; font-weight: 700; }
.admin-media-row input,.admin-block-row input,.admin-block-row textarea,.homepage-slide-row input,.homepage-slide-row select,.homepage-slide-row textarea { width: 100%; min-width: 0; padding: 9px 10px; border: 1px solid #ccd3d8; border-radius: 3px; background: #fff; font-size: 11px; }
.admin-media-row > div:last-child { display: flex; gap: 4px; }
.admin-media-row > div:last-child button,.admin-media-row > div:last-child label,.admin-block-row header button,.homepage-slide-row header button,.homepage-module-list button { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #d3d9dd; background: #fff; cursor: pointer; }
.admin-media-row > div:last-child label input,.admin-block-row input[type=file] { display: none; }
.admin-block-row,.homepage-slide-row { border: 1px solid #dce1e4; border-radius: 6px; background: #f8f9f9; }
.admin-block-row > header,.homepage-slide-row > header { min-height: 45px; display: flex; justify-content: space-between; align-items: center; padding: 0 12px; border-bottom: 1px solid #dce1e4; background: #fff; }
.admin-block-row header > div,.homepage-slide-row header > div { display: flex; align-items: center; gap: 5px; }
.admin-block-row header span { color: var(--green); font-size: 9px; }
.admin-block-row header b { font-size: 11px; }
.admin-block-row > div,.homepage-slide-row > .admin-form-grid { padding: 12px; }
.admin-block-row textarea { min-height: 130px; resize: vertical; font: 11px/1.55 Consolas,monospace; }
.block-wysiwyg { border: 0; border-radius: 0; }
.block-wysiwyg .wysiwyg-toolbar { position: sticky; top: 0; z-index: 2; }
.block-wysiwyg .wysiwyg-surface { min-height: 220px; padding: 22px; font-size: 13px; line-height: 1.7; }
.block-wysiwyg .wysiwyg-surface h2 { font-size: 23px; }
.block-wysiwyg .wysiwyg-surface h3 { font-size: 18px; }
.block-image-editor { display: grid; grid-template-columns: 150px 1fr; gap: 13px; align-items: start; }
.block-image-editor > img { width: 150px; height: 150px; object-fit: contain; padding: 8px; background: #f1f3f3; }
.block-image-editor > div { display: grid; gap: 9px; }
.block-image-editor label { display: grid; gap: 5px; color: #59636c; font-size: 9px; font-weight: 700; }
.block-image-editor input { min-height: 36px; padding: 8px 10px; border: 1px solid #ccd3d8; }
.admin-gallery-images { display: grid; gap: 7px; margin: 9px 0; }
.admin-gallery-images [data-gallery-image] { display: grid; grid-template-columns: 72px 1fr auto; gap: 9px; align-items: center; padding: 8px; border: 1px solid #dce1e4; background: #f8f9f9; }
.admin-gallery-images [data-gallery-image] > img { width: 72px; height: 72px; object-fit: contain; background: #fff; }
.admin-gallery-images [data-gallery-image] > div:nth-child(2) { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.admin-gallery-images [data-gallery-image] label { display: grid; gap: 4px; color: #59636c; font-size: 8px; font-weight: 700; }
.admin-gallery-images [data-gallery-image] input { width: 100%; min-width: 0; padding: 7px 8px; border: 1px solid #ccd3d8; font-size: 9px; }
.admin-gallery-images [data-gallery-image] > div:last-child { display: flex; gap: 3px; }
.admin-gallery-images [data-gallery-image] button,.admin-gallery-images [data-gallery-image] > div:last-child label { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid #d3d9dd; background: #fff; cursor: pointer; }
.admin-gallery-images input[type=file] { display: none; }
.block-add-menu { display: flex; flex-wrap: wrap; gap: 6px; }
.block-add-menu button { min-height: 34px; padding: 0 11px; border: 1px solid #cfd6da; border-radius: 999px; background: #fff; color: #455058; font-size: 9px; font-weight: 700; cursor: pointer; }
.homepage-slide-row header > span { font-size: 10px; font-weight: 800; }
.homepage-module-list article { min-height: 48px; display: grid; grid-template-columns: 32px 1fr auto; gap: 10px; align-items: center; padding: 8px 10px; border: 1px solid #dce1e4; border-radius: 5px; background: #fff; }
.homepage-module-list article > span { color: var(--green); font-size: 9px; }
.homepage-module-list article > b { font-size: 11px; }
.homepage-module-list article > div { display: flex; align-items: center; gap: 5px; }
.homepage-module-list label { display: flex; align-items: center; gap: 5px; font-size: 9px; }
.homepage-featured-list { display: grid; gap: 7px; margin-bottom: 10px; }
.homepage-featured-list article { display: grid; grid-template-columns: 28px 1fr auto; gap: 9px; align-items: end; padding: 9px; border: 1px solid #dce1e4; background: #f8f9f9; }
.homepage-featured-list article > span { align-self: center; color: var(--green); font-size: 9px; }
.homepage-featured-list label { display: grid; gap: 5px; color: #59636c; font-size: 9px; font-weight: 700; }
.homepage-featured-list select { width: 100%; min-height: 36px; padding: 7px 9px; border: 1px solid #ccd3d8; background: #fff; font-size: 10px; }
.homepage-featured-list article > div { display: flex; gap: 4px; }
.homepage-featured-list button { width: 28px; height: 28px; border: 1px solid #d3d9dd; background: #fff; cursor: pointer; }
.home-section-editor { display: grid; gap: 9px; }
.home-section-editor > article { border: 1px solid #dce1e4; background: #f8f9f9; }
.home-section-editor > article > header { min-height: 38px; display: flex; align-items: center; gap: 9px; padding: 0 11px; border-bottom: 1px solid #dce1e4; background: #fff; }
.home-section-editor > article > header span { color: var(--green); font-size: 8px; }
.home-section-editor > article > header b { font-size: 10px; text-transform: capitalize; }
.home-section-editor .admin-form-grid { padding: 11px; }
.inline-upload { align-self: end; justify-self: start; display: inline-flex !important; place-items: center; }
.inline-upload input { display: none; }
.homepage-preview-stack { display: grid; gap: 9px; }
.homepage-preview { display: grid; grid-template-columns: 1fr .8fr; align-items: center; min-height: 470px; padding: 35px; }
.homepage-preview.theme-mint { background: #e5f1ec; }.homepage-preview.theme-coral { background:#f6d2cb; }.homepage-preview.theme-sky { background:#dcecf4; }.homepage-preview.theme-yellow { background:#f4e7ae; }.homepage-preview.theme-lilac { background:#e8def0; }
.homepage-preview > div > span { margin: 0 0 12px; color: var(--green); font-size: 9px; text-transform: uppercase; }
.homepage-preview h2 { margin: 12px 0; font-size: 36px; }
.homepage-preview p { margin: 0 0 22px; }
.homepage-preview > div > b { display: inline-block; padding: 10px 13px; border-radius: 999px; background: var(--dark); color: #fff; font-size: 9px; }
.homepage-preview > img { width: 100%; height: 300px; object-fit: contain; }
.homepage-module-preview { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; padding: 8px; background: #edf0f1; }
.homepage-module-preview article { min-height: 130px; padding: 16px; background: #fff; border: 1px solid #dfe3e5; }
.homepage-module-preview article:nth-child(3n+1) { background: #e8f1ed; }
.homepage-module-preview article:nth-child(3n+2) { background: #f4dfda; }
.homepage-module-preview article:last-child { grid-column: 1 / -1; }
.homepage-module-preview span { color: var(--green); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.homepage-module-preview h3 { margin: 9px 0 6px; font-size: 14px; line-height: 1.15; }
.homepage-module-preview p { margin: 0; color: #6d777e; font-size: 8px; line-height: 1.5; }
.product-page-preview { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; }
.product-page-preview > div { display: block; padding: 0; }
.preview-product-gallery { position: relative; background: #f2f4f3; }
.preview-product-gallery img { width: 100%; height: 100%; min-height: 390px; object-fit: contain; padding: 18px; }
.preview-product-gallery small { position: absolute; left: 10px; bottom: 10px; padding: 6px 8px; border-radius: 999px; background: #fff; }
.preview-product-summary { padding: 28px 24px; }
.product-page-preview .preview-product-summary { padding: 28px 24px; }
.preview-product-summary > span { color: var(--green); font-size: 8px; text-transform: uppercase; }
.preview-product-summary h2 { margin: 12px 0; font-size: 28px; }
.preview-product-summary p { margin: 0 0 20px; }
.preview-facts { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 20px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.preview-facts b { display: grid; gap: 5px; padding: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 8px; }
.product-page-preview .preview-facts b { border-radius: 0; background: transparent; color: var(--ink); }
.preview-facts small { color: var(--muted); font-size: 8px; }
.preview-product-summary > strong { display: inline-block; padding: 10px; border-radius: 999px; background: var(--dark); color: #fff; font-size: 8px; }
.product-page-preview > .preview-rich { grid-column: 1 / -1; margin: 0; padding: 14px 18px; }
.preview-rich { display: grid; gap: 0; background: #fff; }
.preview-block { margin: 0; padding: 18px 22px; border-top: 1px solid var(--line); color: #2a3034; text-align: left; }
.preview-block > small { display: block; margin-bottom: 9px; color: var(--green); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.preview-block-rich h2 { margin: 0 0 9px; font-size: 20px; }
.preview-block-rich h3 { margin: 0 0 8px; font-size: 15px; }
.preview-block-rich p,.preview-block-callout p { margin: 0 0 8px; color: #646e75; font-size: 9px; line-height: 1.6; }
.preview-block-rich ul,.preview-block-rich ol { padding-left: 18px; font-size: 9px; }
.preview-block-image img { width: 100%; max-height: 300px; object-fit: contain; background: #f2f4f3; }
.preview-block-image figcaption { margin-top: 7px; color: #737c83; font-size: 8px; }
.preview-block-gallery > b { display: block; margin-bottom: 9px; font-size: 13px; }
.preview-block-gallery > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }
.preview-block-gallery img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #f2f4f3; }
.preview-block-callout { display: grid; gap: 5px; margin: 12px; border: 1px solid #cad9d3; background: #e9f2ee; }
.preview-block-callout b { font-size: 14px; }
.preview-empty { display: block; padding: 20px; color: #858d93; font-size: 9px; }
.resource-homepage .visual-editor-grid > main > section:first-child { display: none; }
.resource-navigation .visual-editor-grid > main > section:first-child,.resource-settings .visual-editor-grid > main > section:first-child { display: none; }
.about-admin-preview { padding: 0; }
.about-admin-hero { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 310px; background: #edf0ef; }
.about-admin-hero > img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.about-admin-hero > div { padding: 30px 24px; background: #e5f1ec; }
.about-admin-hero span,.landing-admin-preview > span { color: var(--green); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.about-admin-hero h2 { margin: 12px 0; font-size: 28px; }
.about-admin-hero p { color: #667078; font-size: 10px; line-height: 1.6; }
.about-admin-metrics { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.about-admin-metrics b { display: grid; gap: 4px; padding: 13px; border-right: 1px solid var(--line); font-size: 18px; }
.about-admin-metrics small { color: #727c83; font-size: 7px; font-weight: 500; }
.about-admin-capabilities { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; padding: 8px; background: #f2f4f3; }
.about-admin-capabilities article { display: grid; gap: 6px; padding: 6px; background: #fff; }
.about-admin-capabilities img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.about-admin-capabilities b { font-size: 8px; }
.landing-admin-preview { padding: 0; }
.landing-admin-preview > img { width: 100%; height: 300px; object-fit: cover; background: #f2f4f3; }
.landing-admin-preview > span,.landing-admin-preview > h2,.landing-admin-preview > p { margin-left: 25px; margin-right: 25px; }
.landing-admin-preview > span { display: block; margin-top: 22px; }
.landing-admin-preview > h2 { margin-top: 10px; }
.landing-admin-preview > p { margin-bottom: 24px; }
.navigation-preview { padding: 0; min-height: 520px; }
.navigation-preview > div { min-height: 54px; display: flex; align-items: center; gap: 14px; padding: 0 18px; border-bottom: 1px solid var(--line); background: #fff; }
.navigation-preview > div b { margin-right: auto; font-size: 10px; letter-spacing: .08em; }
.navigation-preview > div span,.navigation-preview footer span { font-size: 8px; }
.navigation-preview main { min-height: 360px; display: grid; place-content: center; padding: 30px; background: #e5f1ec; }
.navigation-preview main span { color: var(--green); font-size: 8px; text-transform: uppercase; }
.navigation-preview main h2 { max-width: 390px; margin: 12px 0; font-size: 34px; }
.navigation-preview footer { display: flex; flex-wrap: wrap; gap: 12px; padding: 18px; background: #1d2223; color: #fff; }
.language-preview { display: grid; gap: 0; padding: 24px; }
.language-preview > span { color: var(--green); font-size: 8px; text-transform: uppercase; }
.language-preview > h2 { margin: 10px 0 20px; }
.language-preview > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 0; border-top: 1px solid var(--line); }
.language-preview small { color: #79838a; }
.language-preview b { font-size: 10px; }
.preview-meta { display: flex; justify-content: space-between; margin: 0 26px 18px; padding: 10px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 8px; }
.admin-repeat-editor { grid-column: 1 / -1; display: grid; gap: 9px; padding: 12px; border: 1px solid #dce1e4; border-radius: 6px; background: #f8f9f9; }
.repeat-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.repeat-head > div { display: grid; gap: 3px; }
.repeat-head b { font-size: 11px; }
.repeat-head span { color: #7d8790; font-size: 9px; }
.repeat-head > button { min-height: 32px; padding: 0 10px; border: 1px solid #cdd4d8; border-radius: 999px; background: #fff; font-size: 9px; cursor: pointer; }
.admin-repeat-editor > div:last-child { display: grid; gap: 7px; }
.admin-repeat-editor [data-repeat-row] { display: grid; grid-template-columns: 24px 1fr auto; gap: 9px; align-items: end; padding: 9px; border: 1px solid #dce1e4; border-radius: 5px; background: #fff; }
.admin-repeat-editor [data-repeat-row] > span { align-self: center; color: var(--green); font-size: 9px; }
.admin-repeat-editor [data-repeat-row] > div:nth-child(2) { display: grid; grid-template-columns: repeat(auto-fit,minmax(130px,1fr)); gap: 8px; }
.admin-repeat-editor [data-repeat-row] label { display: grid; gap: 5px; color: #59636c; font-size: 9px; font-weight: 700; }
.admin-repeat-editor [data-repeat-row] input { width: 100%; min-width: 0; padding: 8px 9px; border: 1px solid #ccd3d8; font-size: 10px; }
.admin-repeat-editor [data-repeat-row] textarea,.admin-repeat-editor [data-repeat-row] select { width: 100%; min-width: 0; min-height: 34px; padding: 8px 9px; border: 1px solid #ccd3d8; background: #fff; font-family: inherit; font-size: 10px; line-height: 1.45; resize: vertical; }
.admin-repeat-editor [data-repeat-row] textarea { min-height: 64px; }
.admin-repeat-editor [data-repeat-row] > div:last-child { display: flex; gap: 4px; }
.admin-repeat-editor [data-repeat-row] button,.admin-repeat-editor [data-repeat-row] > div:last-child label { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #d3d9dd; background: #fff; cursor: pointer; }
.admin-repeat-editor [data-repeat-row] input[type=file] { display: none; }

@media (max-width:620px) {
  .admin-media-row { grid-template-columns: 64px 1fr; }
  .admin-media-row > img { width: 64px; height: 64px; }
  .admin-media-row > div:nth-child(2) { grid-template-columns: 1fr; }
  .admin-media-row > div:last-child { grid-column: 2; }
  .homepage-preview,.product-page-preview { grid-template-columns: 1fr; }
}

/* v7.1 production WYSIWYG studio ------------------------------------------- */
.visual-editor-modal { width: min(1720px,calc(100vw - 24px)); height: calc(100vh - 24px); max-height: none; overflow: hidden; }
.visual-editor-modal > form { height: calc(100% - 84px); }
.visual-editor-grid { height: 100%; min-height: 0; grid-template-columns: minmax(430px,.72fr) minmax(620px,1.28fr); }
.visual-editor-grid > main { max-height: 100%; padding: 24px; overflow-y: auto; background: #f1f3f2; }
.visual-editor-grid > main > section { margin-bottom: 16px; padding: 20px; border: 1px solid #dce1de; background: #fff; }
.visual-preview-pane { min-width: 0; height: 100%; position: relative; display: flex; flex-direction: column; overflow: hidden; background: #dce2df; }
.preview-toolbar { min-height: 48px; position: relative; z-index: 8; display: flex; justify-content: space-between; align-items: center; padding: 0 16px; border-bottom: 1px solid #d1d8d4; background: #fff; box-shadow: 0 1px 0 rgba(24,33,29,.08); }
.preview-toolbar > span { font-size: 10px; font-weight: 800; }
.preview-toolbar > div { display: flex; gap: 4px; }
.preview-toolbar button { min-height: 30px; padding: 0 10px; border: 1px solid #d4dad7; background: #fff; color: #68736d; font-size: 9px; cursor: pointer; }
.preview-toolbar button.active { border-color: #17624d; background: #17624d; color: #fff; }
.preview-viewport { flex: 1; min-height: 0; padding: 20px; overflow: auto; transition: padding .25s ease; }
.preview-viewport > [data-live-preview] { width: 100%; max-width: 1100px; min-height: 100%; margin: 0 auto 90px; transition: max-width .3s ease; }
.preview-viewport[data-preview-viewport="tablet"] > [data-live-preview] { width: 760px; max-width: 100%; }
.preview-viewport[data-preview-viewport="mobile"] > [data-live-preview] { width: 390px; max-width: 100%; }
.rendered-preview,.page-preview { width: 100%; margin: 0 0 18px; overflow: hidden; border: 0; border-radius: 3px; background: #fff; box-shadow: 0 20px 56px rgba(24,33,29,.17); }
.editor-publish-bar { position: absolute; right: 0; bottom: 0; left: 0; z-index: 10; background: rgba(255,255,255,.96); box-shadow: 0 -10px 30px rgba(24,33,29,.1); backdrop-filter: blur(10px); }
.editor-section-head { padding-bottom: 16px; border-bottom: 1px solid #d6ddd9; }
.admin-block-row,.homepage-slide-row,.admin-repeat-editor { border-radius: 4px; background: #fff; box-shadow: 0 1px 0 rgba(24,33,29,.04); }
.block-wysiwyg .wysiwyg-surface { min-height: 280px; background: #fff; }
.block-add-menu { position: sticky; bottom: 0; z-index: 3; padding: 10px 0; background: rgba(242,244,242,.94); backdrop-filter: blur(8px); }

/* Product preview: gallery media and detail media are intentionally separate. */
.product-page-preview { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); }
.preview-product-gallery { min-width: 0; padding: 24px; background: #eef1ed; }
.preview-contract-label { display: grid; gap: 4px; margin-bottom: 14px; padding: 12px; border-left: 3px solid #17624d; background: #fff; }
.preview-contract-label b { color: #17624d; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.preview-contract-label span { font-size: 12px; font-weight: 800; }
.preview-contract-label small { color: #6f7974; font-size: 8px; line-height: 1.45; }
.preview-product-gallery > img { width: 100%; height: 390px; min-height: 0; display: block; padding: 18px; object-fit: contain; background: #fff; }
.preview-product-gallery > div:last-child { display: flex; gap: 7px; margin-top: 9px; padding-bottom: 3px; overflow-x: auto; }
.preview-product-gallery > div:last-child img { width: 68px; height: 68px; min-height: 0; flex: 0 0 auto; padding: 4px; object-fit: contain; border: 1px solid #dce2de; background: #fff; }
.preview-product-summary { padding: 48px 38px; }
.preview-product-summary h2 { margin: 14px 0 18px; font-size: 38px; line-height: 1.02; letter-spacing: -.035em; }
.preview-product-summary p { color: #68736d; font-size: 12px; line-height: 1.65; }
.preview-product-summary > strong { min-height: 44px; display: grid; place-items: center; margin-top: 24px; border-radius: 0; background: #18211d; color: #fff; }
.preview-product-information { grid-column: 1 / -1; padding: 40px 7%; border-top: 1px solid #dce2de; }
.preview-product-information h3 { margin: 0 0 16px; font-size: 25px; }
.preview-product-information h3:not(:first-child) { margin-top: 30px; }
.preview-product-information > div { display: grid; grid-template-columns: minmax(130px,.35fr) 1fr; gap: 18px; padding: 12px 0; border-top: 1px solid #dce2de; font-size: 10px; }
.preview-product-information > p { display: inline-block; margin: 4px 8px 4px 0; padding: 7px 10px; border-radius: 999px; background: #edf2ee; font-size: 9px; }
.preview-detail-zone { grid-column: 1 / -1; padding: 36px 7%; border-top: 8px solid #edf1ee; background: #fff; }
.preview-detail-zone > .preview-rich { padding: 0; }
.preview-detail-zone .preview-block { padding-right: 0; padding-left: 0; }

/* Article preview */
.article-preview > header { padding: 56px 7% 34px; background: #f1f3ee; }
.article-preview > header > span { color: #17624d; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.article-preview > header h2 { max-width: 830px; margin: 14px 0; font-size: clamp(38px,5vw,62px); line-height: 1; letter-spacing: -.04em; }
.article-preview > header p { max-width: 720px; color: #68736d; font-size: 13px; line-height: 1.65; }
.article-preview > img { width: 100%; height: auto; max-height: 560px; display: block; margin: 0; border-radius: 0; object-fit: cover; }
.article-preview .preview-meta { margin: 24px 0 0; }
.article-preview > .preview-rich { margin: 0; padding: 44px 8%; }

/* Dedicated category, page, navigation and settings previews. */
.category-preview { position: relative; min-height: 650px; padding: 54px 7%; color: #fff; background: #163f34; }
.category-preview > img { width: 100%; height: 340px; margin: -54px -8% 36px; object-fit: cover; }
.category-preview > span { color: #b6d5c8; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.category-preview h2 { max-width: 760px; margin: 13px 0; font-size: 54px; line-height: 1; }
.category-preview p { max-width: 620px; color: #d6e3dd; line-height: 1.65; }
.category-preview > div { display: flex; gap: 18px; margin: 26px 0; }
.category-preview > div small { color: #bfd0c8; }
.category-preview > strong { display: inline-block; padding: 12px 16px; background: #f4cf65; color: #18211d; font-size: 10px; }
.landing-admin-preview > header { min-height: 560px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 64px 7%; background: #123f34; color: #fff; }
.landing-admin-preview > header::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(8,22,17,.08),rgba(8,22,17,.9)); }
.landing-admin-preview > header img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.landing-admin-preview > header > span,.landing-admin-preview > header > h2,.landing-admin-preview > header > p { position: relative; z-index: 1; color: #fff; }
.landing-admin-preview > header > span { font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.landing-admin-preview > header h2 { max-width: 820px; margin: 16px 0; font-size: 58px; line-height: 1; }
.landing-admin-preview > header p { max-width: 700px; color: #dce8e2; line-height: 1.65; }
.preview-page-modules { display: grid; gap: 16px; padding: 48px 7%; }
.preview-page-modules > h3 { margin: 8px 0 0; font-size: 32px; }
.preview-page-modules > p { max-width: 760px; color: #68736d; line-height: 1.65; }
.preview-page-modules > span { margin-top: 20px; color: #17624d; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.preview-page-modules > article,.preview-page-modules > div > article { padding: 20px; border: 1px solid #dce2de; background: #f7f8f4; }
.preview-page-modules article img { width: 100%; max-height: 240px; margin-bottom: 14px; object-fit: cover; }
.preview-page-modules aside { margin: 20px -8% -48px; padding: 38px 8%; background: #f4cf65; }
.about-admin-metrics,.about-admin-capabilities { border-top: 0; }

/* Full homepage preview */
.homepage-full-preview { display: grid; gap: 12px; }
.home-preview-section { padding: 44px 5%; background: #fff; box-shadow: 0 12px 32px rgba(24,33,29,.1); }
.home-preview-section > span { color: #17624d; font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.home-preview-section > h3 { max-width: 720px; margin: 12px 0; font-size: 32px; line-height: 1.05; }
.home-preview-section > p { max-width: 680px; color: #68736d; font-size: 11px; line-height: 1.6; }
.home-preview-section > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 24px; }
.home-preview-section article { min-width: 0; display: grid; gap: 6px; padding: 10px; background: #f2f4f1; }
.home-preview-section article img { width: 100%; aspect-ratio: 1.15; object-fit: contain; background: #fff; }
.home-preview-section article b { font-size: 10px; }
.home-preview-section article small { color: #748078; font-size: 7px; }
.preview-solutions { background: #e8def0; }
.preview-solutions > div { grid-template-columns: repeat(3,1fr); }
.preview-process > div { grid-template-columns: repeat(4,1fr); }
.preview-materials > div { grid-template-columns: repeat(3,1fr); }
.preview-solutions article { overflow: hidden; padding: 0 0 12px; background: #202528; color: #fff; }
.preview-solutions article img { aspect-ratio: 1.6; object-fit: cover; }
.preview-solutions article > small,.preview-solutions article > b,.preview-solutions article > p { margin-right: 12px; margin-left: 12px; }
.preview-solutions article > p { margin-top: 0; color: #c8cdcf; font-size: 7px; }
.preview-materials { background: #dcecf4; }
.preview-materials article i { width: 34px; height: 34px; border-radius: 50%; background: var(--preview-swatch); }
.preview-quality { grid-template-columns: .9fr 1.1fr; gap: 0; padding: 0; }
.preview-quality > figure { min-height: 380px; position: relative; margin: 0; overflow: hidden; }
.preview-quality > figure > img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.preview-quality figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; gap: 4px; padding: 12px; background: rgba(255,255,255,.9); }
.preview-quality figcaption small { color: #66716b; font-size: 7px; }
.preview-quality > div { padding: 44px; }
.preview-quality-metrics { grid-template-columns: repeat(2,1fr) !important; }
.preview-quality-metrics b { display: grid; gap: 4px; padding: 12px; border: 1px solid #dce2de; }
.preview-quality-metrics small { font-size: 7px; font-weight: 500; }

@media (max-width:1100px) {
  .visual-editor-grid { grid-template-columns: minmax(390px,.8fr) minmax(500px,1.2fr); }
}
@media (max-width:900px) {
  .visual-editor-modal { width: 100vw; height: 100vh; }
  .visual-editor-grid { height: auto; grid-template-columns: 1fr; }
  .visual-editor-grid > main { max-height: none; }
  .visual-preview-pane { min-height: 760px; }
}
.preview-viewport[data-preview-viewport="mobile"] .product-page-preview,.preview-viewport[data-preview-viewport="mobile"] .homepage-preview,.preview-viewport[data-preview-viewport="mobile"] .preview-quality { grid-template-columns: 1fr; }
.preview-viewport[data-preview-viewport="mobile"] .home-preview-section > div { grid-template-columns: 1fr 1fr; }
.preview-viewport[data-preview-viewport="mobile"] .preview-materials > div { grid-template-columns: repeat(3,1fr); }
.preview-viewport[data-preview-viewport="mobile"] .preview-materials article { padding: 7px; }
.preview-viewport[data-preview-viewport="mobile"] .preview-materials article small { display: none; }
.preview-viewport[data-preview-viewport="mobile"] .preview-blog > div { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
.preview-viewport[data-preview-viewport="mobile"] .preview-blog article { min-width: 76%; scroll-snap-align: center; }
.preview-viewport[data-preview-viewport="mobile"] .preview-product-summary { padding: 32px 22px; }
.preview-viewport[data-preview-viewport="mobile"] .preview-product-summary h2,.preview-viewport[data-preview-viewport="mobile"] .landing-admin-preview > header h2 { font-size: 34px; }
.navigation-preview > aside { min-height: 38px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; padding: 8px 18px; background: linear-gradient(90deg,#dbeee7,#e5f1ef 55%,#f5e8df); color: #3f5650; font-size: 7px; }
.navigation-preview > aside > b { justify-self: start; font-size: 7px; letter-spacing: .05em; text-transform: uppercase; }
.navigation-preview > aside > span { justify-self: center; }
.preview-social-icons { display: flex; gap: 5px; align-items: center; }
.navigation-preview > aside > .preview-social-icons { justify-self: end; }
.preview-social-icons i { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid #b7cec2; border-radius: 50%; background: rgba(255,255,255,.7); color: #557966; font-style: normal; }
.preview-social-icons svg { width: 12px; height: 12px; }
.editor-guidance { display: grid; gap: 6px; padding: 16px 18px; border: 1px solid #cfe0d6; border-radius: 8px; background: #eef7f1; color: #315f4c; }
.editor-guidance b { font-size: 12px; }
.editor-guidance span { font-size: 11px; line-height: 1.5; }
.navigation-preview > aside span { margin-left: auto; }
.navigation-preview > aside b { font-size: 7px; }
.settings-preview main p { color: #68736d; }
.inquiry-preview { min-height: 520px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 64px 8%; background: #eef2ee; }
.inquiry-preview > span { color: #17624d; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.inquiry-preview h2 { max-width: 700px; margin: 16px 0; font-size: 52px; line-height: 1; }
.inquiry-preview > a { padding-bottom: 3px; border-bottom: 1px solid #18211d; font-weight: 800; }
.inquiry-preview > p { max-width: 680px; margin: 28px 0; color: #68736d; line-height: 1.65; }
.inquiry-preview > div { display: grid; gap: 4px; padding: 12px 16px; border: 1px solid #ccd5d0; background: #fff; }
:root{--studio-ink:#17211d;--studio-muted:#68736e;--studio-line:#dfe5e1;--studio-soft:#f4f7f5;--studio-green:#176b4d;--studio-green-dark:#0f4e38;--studio-blue:#eaf2ff}
.admin-v78{background:#f4f6f4;color:var(--studio-ink)}
.admin-v78 .admin-sidebar{background:#15231e;border:0;color:#fff;width:248px;padding:20px 14px}
.admin-v78 .admin-brand{padding:4px 8px 20px;border-bottom:1px solid #ffffff18;margin-bottom:12px}
.admin-v78 .admin-brand img{background:#fff;border-radius:12px;padding:7px;width:40px;height:40px}
.admin-v78 .admin-brand small{color:#9fb1a9}
.admin-v78 .admin-sidebar nav{display:block;overflow:auto;padding-right:3px}
.admin-v78 .admin-sidebar nav section{display:grid;gap:3px;margin:14px 0}
.admin-v78 .admin-sidebar nav section>small{padding:0 12px 5px;color:#82968d;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.admin-v78 .admin-sidebar nav button{border-radius:9px;color:#d6e0dc;padding:10px 12px;min-height:40px;font-size:13px}
.admin-v78 .admin-sidebar nav button:hover{background:#ffffff0d;color:#fff}
.admin-v78 .admin-sidebar nav button.active{background:#f1f7f3;color:#183c2f;box-shadow:none}
.admin-v78 .admin-sidebar-foot{border-top:1px solid #ffffff18;padding:14px 8px 0}
.admin-v78 .admin-sidebar-foot input{background:#ffffff0d;border-color:#ffffff1f;color:#fff}
.admin-v78 .admin-workspace{margin-left:248px}
.admin-v78 .admin-topbar{height:66px;background:#ffffffd9;backdrop-filter:blur(16px);border-bottom:1px solid var(--studio-line)}
.admin-v78 .admin-main{padding:28px 34px 60px;max-width:1600px}
.admin-v78 .admin-page-head h1{font-size:30px;letter-spacing:-.035em}
.admin-v78 .admin-panel{border:1px solid var(--studio-line);border-radius:16px;box-shadow:0 12px 30px #17211d08}
.admin-v78 .admin-table thead{background:#f7f9f8}
.admin-v78 .admin-table td,.admin-v78 .admin-table th{border-color:#e8ece9}
.admin-v78 .admin-button{border-radius:9px;font-weight:650}
.admin-v78 .admin-button.primary{background:var(--studio-green);border-color:var(--studio-green);color:#fff}

.admin-studio-modal{background:#0d1714d9;backdrop-filter:blur(6px);padding:0;z-index:10000}
.admin-studio{width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;border:0!important;border-radius:0!important;overflow:hidden!important;background:#eef1ef!important}
.admin-studio form{height:100%;display:grid;grid-template-rows:72px minmax(0,1fr)}
.studio-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) auto auto auto;align-items:center;gap:20px;background:#fff;border-bottom:1px solid var(--studio-line);padding:10px 18px;position:relative;z-index:3}
.studio-toolbar>div:first-child{display:grid;grid-template-columns:38px auto;grid-template-rows:auto auto;column-gap:11px;align-items:center;min-width:0}
.studio-toolbar>div:first-child button{grid-row:1/3;width:36px;height:36px;border:1px solid var(--studio-line);border-radius:9px;background:#fff;font-size:22px}
.studio-toolbar>div:first-child span{font-size:11px;color:var(--studio-muted);font-weight:700}
.studio-toolbar h2{font-size:16px;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.studio-save-status{display:flex;align-items:center;gap:8px;color:var(--studio-muted);font-size:12px;white-space:nowrap}
.studio-save-status i{width:8px;height:8px;border-radius:50%;background:#a5b0ab}
.studio-save-status[data-state=saving] i{background:#d69a2d;animation:studio-pulse 1s infinite}
.studio-save-status[data-state=saved] i,.studio-save-status[data-state=published] i{background:#1b8a61}
.studio-save-status[data-state=dirty] i{background:#cc7b22}.studio-save-status[data-state=error] i{background:#c33d3d}
@keyframes studio-pulse{50%{opacity:.35}}
.studio-device-switch{display:flex;background:var(--studio-soft);border:1px solid var(--studio-line);padding:3px;border-radius:9px}
.studio-device-switch button{border:0;background:transparent;border-radius:6px;padding:7px 10px;font-size:11px;color:var(--studio-muted)}
.studio-device-switch button.active{background:#fff;color:var(--studio-ink);box-shadow:0 2px 8px #17211d12}
.studio-actions{display:flex;gap:7px}
.studio-layout{display:grid;grid-template-columns:190px minmax(460px,1fr) 410px;min-height:0}
.studio-outline{background:#f9faf9;border-right:1px solid var(--studio-line);padding:20px 12px;overflow:auto}
.studio-outline>span{display:block;padding:0 8px 10px;color:var(--studio-muted);font-size:11px;font-weight:750;letter-spacing:.08em}
.studio-outline>div{display:grid;gap:4px}
.studio-outline button{width:100%;border:0;background:transparent;border-radius:8px;text-align:left;padding:9px;color:#46514c;font-size:12px}
.studio-outline button:hover{background:#eaf0ec;color:var(--studio-green-dark)}
.studio-outline button span{display:inline-block;width:27px;color:#89958f;font-size:10px}
.studio-outline>#studioRevisions{border-top:1px solid var(--studio-line);border-radius:0;margin-top:18px;padding-top:16px;color:var(--studio-green)}
.studio-canvas{padding:24px;overflow:hidden;background:#e7ebe8}
.studio-canvas .preview-viewport{height:100%;margin:auto;background:#fff;border:1px solid #ced6d1;border-radius:12px;box-shadow:0 18px 50px #16231d1a;overflow:hidden;transition:max-width .25s ease}
.studio-canvas .preview-viewport[data-preview-viewport=desktop]{max-width:100%}
.studio-canvas .preview-viewport[data-preview-viewport=tablet]{max-width:820px}
.studio-canvas .preview-viewport[data-preview-viewport=mobile]{max-width:390px}
.studio-canvas iframe{display:block;width:100%;height:100%;border:0;background:#fff}
.studio-inspector{background:#fff;border-left:1px solid var(--studio-line);overflow:auto;position:relative}
.studio-inspector-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:17px 20px;background:#ffffffed;backdrop-filter:blur(12px);border-bottom:1px solid var(--studio-line)}
.studio-inspector-head span{font-weight:750}.studio-inspector-head small{color:var(--studio-muted)}
.studio-fields>section{padding:22px 20px;border-bottom:1px solid var(--studio-line);scroll-margin-top:55px}
.studio-fields .studio-focus{outline:2px solid #66a98f;outline-offset:-2px;background:#f4fbf7;transition:background .25s ease}
.studio-fields .editor-section-head{grid-template-columns:28px 1fr;margin-bottom:18px}
.studio-fields .editor-section-head>span{width:26px;height:26px;font-size:10px}
.studio-fields .editor-section-head h3{font-size:15px}.studio-fields .editor-section-head p{font-size:11px;line-height:1.5}
.studio-fields .admin-form-grid{grid-template-columns:1fr 1fr;gap:13px 10px}
.studio-fields label{font-size:11px;font-weight:650;color:#46514c}
.studio-fields input,.studio-fields textarea,.studio-fields select{margin-top:6px;border:1px solid #d7ded9;border-radius:8px;background:#fff;padding:10px;font-size:12px}
.studio-fields textarea{min-height:82px;resize:vertical}
.studio-fields .admin-repeat-editor,.studio-fields .admin-block-list,.studio-fields .admin-media-list{min-width:0}
.studio-fields .admin-media-row{grid-template-columns:70px 1fr;gap:10px}.studio-fields .admin-media-row>div:last-child{grid-column:1/-1}
.studio-fields .admin-block-row,.studio-fields .admin-repeat-editor{border-radius:10px}
.studio-validation{margin:18px 20px 28px;padding:14px;border-radius:10px;background:var(--studio-soft);display:grid;gap:5px;font-size:12px}
.studio-validation span.ok{color:#16704f}.studio-validation span.error{color:#b13333}.studio-validation small{color:#9b681b}
.homepage-hero-products{display:grid;gap:8px;margin-top:16px}
.homepage-hero-products article{display:grid;grid-template-columns:26px 58px 1fr auto;align-items:center;gap:9px;padding:9px;border:1px solid var(--studio-line);border-radius:10px;background:#fafbfa}
.homepage-hero-products article>span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#183c2f;color:#fff;font-size:11px}
.homepage-hero-products img{width:58px;height:58px;object-fit:contain;background:#fff;border-radius:7px}
.homepage-hero-products label small{display:block;margin-top:4px;color:var(--studio-muted);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}
.homepage-hero-products article>div{display:grid;gap:3px}.homepage-hero-products button{border:1px solid var(--studio-line);background:#fff;border-radius:5px}
.studio-revisions{position:fixed;inset:0;z-index:11000;background:#0d171499;display:grid;place-items:center;padding:20px}
.studio-revisions>section{width:min(560px,100%);max-height:80vh;overflow:auto;background:#fff;border-radius:16px;padding:20px;box-shadow:0 30px 80px #0003}
.studio-revisions header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--studio-line);padding-bottom:15px}.studio-revisions header h2{margin:4px 0 0}.studio-revisions header button{border:0;background:none;font-size:24px}
.studio-revisions article{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--studio-line)}.studio-revisions article div{display:grid;gap:4px}.studio-revisions article small{color:var(--studio-muted)}.studio-revisions article button{border:1px solid var(--studio-line);background:#fff;border-radius:8px;padding:8px 10px;color:var(--studio-green)}
@media(max-width:1180px){.studio-layout{grid-template-columns:150px minmax(360px,1fr) 360px}.studio-toolbar{grid-template-columns:1fr auto auto}.studio-save-status{display:none}.studio-actions #studioDiscard{display:none}}
@media(max-width:900px){.admin-v78 .admin-workspace{margin-left:0}.studio-layout{grid-template-columns:1fr 360px}.studio-outline{display:none}.studio-toolbar{grid-template-columns:1fr auto}.studio-device-switch{display:none}.studio-actions #studioDiscard,.studio-actions #studioSave{display:none}.studio-canvas{padding:12px}}
@media(max-width:680px){.studio-layout{display:block;overflow:auto}.studio-canvas{height:52vh}.studio-inspector{height:auto;overflow:visible}.studio-toolbar{position:sticky;top:0}.studio-toolbar>div:first-child span{display:none}.studio-toolbar h2{font-size:13px}.studio-actions .admin-button{padding:8px 10px}.studio-inspector{border-left:0}.admin-studio-modal{overflow:auto}}

.admin-v79{--admin-sidebar-width:248px;grid-template-columns:var(--admin-sidebar-width) minmax(0,1fr);width:100%;min-width:0;overflow-x:hidden}
.admin-v79 .admin-sidebar{width:auto;min-width:0;box-sizing:border-box}
.admin-v79 .admin-workspace{grid-column:2;margin-left:0!important;min-width:0;width:auto}
.admin-v79 .admin-topbar,.admin-v79 .admin-main{box-sizing:border-box;width:100%;min-width:0}
.admin-v79 .admin-main{max-width:none}
.admin-v79 .admin-sidebar nav{min-width:0;scrollbar-width:thin;scrollbar-color:#82968d44 transparent}
.admin-v79 .admin-sidebar nav::-webkit-scrollbar{width:6px}.admin-v79 .admin-sidebar nav::-webkit-scrollbar-thumb{background:#82968d55;border-radius:8px}
@media(max-width:900px){.admin-v79{grid-template-columns:minmax(0,1fr)}.admin-v79 .admin-workspace{grid-column:1;margin-left:0!important}.admin-v79 .admin-sidebar{width:var(--admin-sidebar-width)}.admin-v79 .admin-sidebar.open{transform:none}}

.product-reference-picker{position:relative;display:grid;gap:8px;min-width:0}
.product-reference-selected{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;border:1px solid var(--studio-line);border-radius:10px;background:#fafbfa}
.product-reference-selected.is-missing{border-color:#d65a5a;background:#fff5f5}.product-reference-selected.is-empty{grid-template-columns:1fr}
.product-reference-selected img{width:58px;height:58px;object-fit:contain;border-radius:7px;background:#fff;border:1px solid #e3e8e5}
.product-reference-selected b,.product-reference-selected small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-reference-selected small{margin-top:4px;color:var(--studio-muted);font-weight:400}
.product-reference-selected button{border:1px solid var(--studio-line);background:#fff;border-radius:7px;padding:7px 9px;color:#355248}
.product-reference-search{display:flex;gap:7px}.product-reference-search input{margin:0!important;min-width:0;flex:1}.product-reference-search button{border:1px solid var(--studio-line);border-radius:8px;background:#fff;padding:0 10px}
.product-reference-results{position:absolute;top:100%;left:0;right:0;z-index:20;max-height:330px;overflow:auto;margin-top:4px;padding:6px;border:1px solid #ced8d2;border-radius:11px;background:#fff;box-shadow:0 18px 45px #13231c2b}
.product-reference-results[hidden]{display:none}.product-reference-results button{display:grid;grid-template-columns:48px minmax(0,1fr);gap:9px;width:100%;padding:8px;border:0;border-radius:8px;background:#fff;text-align:left}.product-reference-results button:hover,.product-reference-results button.active{background:#edf5f1}
.product-reference-results img{width:48px;height:48px;object-fit:contain;border:1px solid #e2e7e4;border-radius:6px}.product-reference-results b,.product-reference-results small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-reference-results small{margin-top:3px;color:var(--studio-muted);font-size:10px}.product-reference-empty{padding:14px;color:var(--studio-muted);font-size:11px}

.upload-status{grid-column:1/-1;display:grid;gap:4px;padding:8px 10px;border-radius:7px;background:#f3f6f4;color:#5b6862;font-size:10px}.upload-status:empty{display:none}.upload-status[data-state=error]{display:grid;background:#fff0f0;color:#a62e2e}.upload-status[data-state=success]{display:grid;background:#edf8f2;color:#176b4d}.upload-status progress{width:100%;height:5px}
.is-uploading{opacity:.65;pointer-events:none}
.sequence-badge{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:5px 8px;border-radius:999px;background:#edf5f1;color:#176b4d;font-size:11px;font-weight:750}
.order-tools{display:flex;gap:6px;align-items:center}.order-tools input{width:72px;height:30px;border:1px solid var(--studio-line);border-radius:6px;padding:0 6px}.order-tools button{white-space:nowrap}
.resource-sort{display:flex;align-items:center;gap:6px}.resource-sort label{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--studio-muted)}.resource-sort select{height:34px;min-width:112px;border:1px solid var(--studio-line);border-radius:7px;background:#fff;padding:0 26px 0 9px}.resource-sort button{min-width:66px}
.table-identifiers{display:grid;gap:5px;min-width:150px}.table-identifiers code{max-width:240px;overflow:hidden;text-overflow:ellipsis}.table-identifiers small{color:var(--studio-muted);font-size:10px;font-weight:650}
.homepage-hero-products article{grid-template-columns:26px minmax(0,1fr) auto!important}.homepage-hero-products article>.product-reference-picker{min-width:0}.homepage-featured-list article{grid-template-columns:30px minmax(0,1fr) auto!important}.homepage-featured-list .product-reference-picker{min-width:0}

.sync-overview{overflow:hidden}.sync-source-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:#eef1ef;color:#53615b;font-size:11px;font-weight:750}.sync-source-badge.ok{background:#e5f5ed;color:#14704e}.sync-source-badge.error{background:#fff0f0;color:#a52d2d}.sync-source-badge.neutral{background:#f1f3f2;color:#64716b}
.sync-flow{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:14px;margin-top:18px}.sync-flow article{display:grid;grid-template-columns:34px minmax(0,1fr);gap:2px 10px;align-items:center;padding:16px;border:1px solid var(--studio-line);border-radius:12px;background:#fbfcfb}.sync-flow article span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#173f32;color:#fff;font-size:10px;font-weight:800}.sync-flow article b{font-size:13px}.sync-flow article small{color:var(--studio-muted);line-height:1.5}.sync-flow>i{color:#6f8179;font-style:normal;font-size:18px}
.sync-grid{margin-top:18px}.sync-facts{display:grid;gap:0;margin-top:12px;border-top:1px solid var(--studio-line)}.sync-facts div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--studio-line)}.sync-facts span{color:var(--studio-muted);font-size:11px}.sync-facts b{font-size:11px;text-align:right}.sync-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.sync-help{margin:14px 0 0;color:var(--studio-muted);font-size:11px;line-height:1.7}.sync-alert{display:grid;gap:5px;margin-top:14px;padding:12px 14px;border-radius:9px;background:#f3f6f4;font-size:11px}.sync-alert.error{background:#fff0f0;color:#a52d2d}.admin-button.danger{border-color:#d9a4a4;color:#a52d2d;background:#fff7f7}.sync-advanced{margin-top:18px}.sync-advanced summary{display:flex;justify-content:space-between;cursor:pointer;font-weight:750}.sync-advanced summary b{color:var(--studio-muted);font-size:11px}.sync-advanced p,.sync-advanced>small{display:block;margin:14px 0 0;color:var(--studio-muted);font-size:11px;line-height:1.7}
@media(max-width:900px){.sync-flow{grid-template-columns:1fr}.sync-flow>i{transform:rotate(90deg);justify-self:center}.sync-actions .admin-button{flex:1 1 180px}}
