/* FEICHEER: a product-led, tactile catalogue system. */
@font-face { font-family: "Archivo"; src: url("/fonts/archivo.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/fonts/manrope.woff2") format("woff2"); font-style: normal; font-weight: 200 800; font-display: swap; }
*, *::before, *::after { box-sizing: border-box; }
:root {
  --ink: #18382f;
  --paper: #f6f3ea;
  --accent: #bed764;
  --soft: #e3eadd;
  --white: #fff;
  --muted: #52606a;
  --line: #d8dfe0;
  --radius: 18px;
  --display: "Archivo", "Trebuchet MS", Arial, sans-serif;
  --body: "Manrope", "Segoe UI", Arial, sans-serif;
}
html { scroll-behavior: smooth; scroll-padding-top: 110px; font-size: 17px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-kerning: normal; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
button { color: inherit; }
button, a { touch-action: manipulation; }
a:hover { text-decoration-color: currentColor; }
button:disabled { cursor: wait; opacity: .68; }
::selection { color: var(--ink); background: var(--accent); }
:focus-visible { outline: 3px solid #147ea3; outline-offset: 5px; border-radius: 3px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.13; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 4.3vw, 4.3rem); letter-spacing: -.045em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 3.15vw, 3.1rem); letter-spacing: -.037em; margin-bottom: 20px; }
h3 { font-size: 1.35rem; letter-spacing: -.023em; margin-bottom: 14px; }
p { margin-bottom: 20px; }
ul, ol { padding-left: 22px; }
li + li { margin-top: 10px; }
.container { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 88px; }
.section--compact { padding-top: 24px; }
.section--first { padding-top: 20px; }
.eyebrow { font-size: .76rem; font-weight: 750; line-height: 1.45; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 650; font-size: 1rem; text-decoration: none; border-bottom: 1px solid currentColor; padding: 4px 0; background: none; }
.text-link > span { font-size: 1.4rem; line-height: 1; }
.text-link:hover { gap: 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 56px; padding: 15px 25px; border: 1px solid var(--ink); border-radius: 9px; background: var(--ink); color: #fff; font-size: 1rem; font-weight: 650; line-height: 1.35; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.button > span { font-size: 1.35rem; }
.button:hover { transform: translateY(-2px); box-shadow: 0 6px 16px #1028201a; }
.button--secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.skip-link { position: fixed; left: 18px; top: -100px; z-index: 100; background: white; color: #102838; padding: 14px 22px; border-radius: 8px; }
.skip-link:focus { top: 14px; }
/* The contact page already contains the inquiry form. Keep the mobile keyboard
   and form fields clear of the repeated floating call to action. */
body:has([data-inquiry-form]) .mobile-cta { display: none; }
.image-disclosure { padding-block: 0 28px; }
.image-disclosure p { max-width: 900px; font-size: 13px; line-height: 1.65; color: var(--muted); }
.utility-bar { background: var(--ink); color: white; font-size: .74rem; line-height: 1.3; }
.utility-bar > div { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.utility-bar a { display: inline-flex; gap: 12px; text-decoration: none; color: #fff; }
.site-header { background: var(--paper); position: sticky; top: 0; z-index: 30; border-bottom: 1px solid color-mix(in srgb, var(--ink) 13%, transparent); }
.header-inner { height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; flex-shrink: 0; text-decoration: none; }
.brand-word { font-family: var(--display); font-weight: 800; font-size: 2rem; line-height: 1; letter-spacing: -.065em; }
.brand-dot { color: color-mix(in srgb, var(--accent) 50%, var(--ink)); }
.brand-category { font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 600; margin-top: 9px; line-height: 1.2; }
#main-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 600; }
#main-nav a { text-decoration: none; padding-block: 12px; }
#main-nav a[aria-current="page"] { box-shadow: 0 2px 0 var(--ink); }
#main-nav a:hover { opacity: .75; }
#main-nav .nav-cta { padding: 12px 20px; display: inline-flex; gap: 22px; align-items: center; color: white; background: var(--ink); border-radius: 8px; }
.nav-toggle { display: none; }
.hero { display: grid; grid-template-columns: .93fr 1.07fr; gap: 5%; align-items: center; padding-block: 50px 34px; }
.hero-copy { padding-block: 18px; }
.hero-copy h1 { max-width: 570px; }
.hero-description { color: var(--muted); font-size: 1.085rem; line-height: 1.65; max-width: 590px; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.buyer-note { margin-top: 30px; border-top: 1px solid color-mix(in srgb, var(--ink) 18%, transparent); padding-top: 18px; }
.buyer-note > span { display: block; text-transform: uppercase; letter-spacing: .08em; font-size: .7rem; font-weight: 700; margin-bottom: 7px; }
.buyer-note p { color: var(--muted); font-size: .87rem; line-height: 1.6; margin: 0; }
.hero-visual { position: relative; align-self: stretch; min-height: 520px; overflow: hidden; border-radius: var(--radius); background: var(--soft); }
.hero-visual > img { height: 100%; object-fit: cover; position: absolute; inset: 0; }
.visual-tab { position: absolute; bottom: 20px; left: 20px; right: 20px; background: #ffffffed; padding: 17px 20px; border-radius: 10px; backdrop-filter: blur(10px); box-shadow: 0 3px 12px #0000000a; }
.visual-tab > span { display: block; font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; font-weight: 650; margin-bottom: 5px; }
.visual-tab > strong { display: block; font-size: .93rem; line-height: 1.5; max-width: 440px; }
.range-rail { display: flex; align-items: stretch; background: var(--white); border-radius: 12px; border: 1px solid var(--line); }
.range-rail > span { flex: .7; min-width: 160px; padding: 22px 24px; font-size: .74rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .075em; font-weight: 700; background: var(--soft); border-radius: 11px 0 0 11px; display: flex; align-items: center; }
.range-rail > a { flex: 1; padding: 19px 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: .86rem; line-height: 1.4; font-weight: 650; text-decoration: none; border-left: 1px solid var(--line); }
.range-rail > a:hover { background: color-mix(in srgb, var(--soft) 45%, white); }
.range-rail > a > span { font-size: 1.4rem; flex-shrink: 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 64px; margin-bottom: 40px; }
.section-heading > :first-child { flex: 1; }
.section-heading h1, .section-heading h2 { margin-bottom: 0; }
.section-heading > p, .section-heading > div + div { flex: 0 1 430px; color: var(--muted); margin-bottom: 0; }
.section-heading > div + div .text-link { color: var(--ink); }
.section-heading > div + div p { margin-bottom: 12px; }
.section-heading > a { flex-shrink: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { background: var(--white); border: 1px solid var(--line); border-radius: 15px; overflow: hidden; display: flex; flex-direction: column; }
.product-card-image { display: block; position: relative; overflow: hidden; background: var(--soft); aspect-ratio: 1.42; border-bottom: 1px solid var(--line); }
.product-card-image > img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card-image:hover > img { transform: scale(1.035); }
.product-image-label { position: absolute; bottom: 12px; left: 14px; background: #fffffff0; padding: 4px 9px; border-radius: 5px; font-size: .62rem; line-height: 1.5; font-weight: 600; letter-spacing: .025em; }
.product-card-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.product-card-body .eyebrow { color: var(--muted); font-size: .65rem; margin-bottom: 10px; min-height: 1.9em; }
.product-card h3 { font-size: 1.5rem; }
.product-card h3 a { text-decoration: none; }
.product-card h3 a:hover { text-decoration: underline; }
.product-card-body > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; line-height: 1.65; }
.product-card-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 1px solid var(--line); padding-top: 18px; margin-top: auto; }
.product-card-bottom .text-link { font-size: .89rem; border: 0; }
.product-add { display: inline-flex; width: 39px; height: 39px; flex-shrink: 0; align-items: center; justify-content: center; background: var(--soft); border-radius: 50%; text-decoration: none; font-size: 1.65rem; line-height: 1; }
.product-add:hover { background: var(--accent); }
.value-section { background: var(--soft); padding-block: 80px; }
.value-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 10%; align-items: start; }
.value-layout > div:first-child > p:not(.eyebrow) { max-width: 460px; color: var(--muted); }
.benefit-list > article { display: flex; align-items: flex-start; gap: 21px; padding-block: 25px; border-top: 1px solid color-mix(in srgb, var(--ink) 23%, transparent); }
.benefit-list > article:first-child { padding-top: 0; border-top: 0; }
.benefit-list > article:last-child { padding-bottom: 0; }
.benefit-marker { display: flex; align-items: center; justify-content: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; background: var(--paper); font-size: 1.25rem; }
.benefit-list h3 { font-size: 1.25rem; margin-bottom: 9px; }
.benefit-list p { color: var(--muted); margin-bottom: 0; font-size: 1rem; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; list-style: none; margin: 0; padding: 0; }
.process-grid > li { margin: 0; padding-top: 22px; border-top: 2px solid var(--ink); }
.process-number { display: inline-flex; align-items: center; justify-content: center; width: 45px; height: 45px; background: var(--accent); border-radius: 12px; font-size: .88rem; font-weight: 700; font-variant-numeric: tabular-nums; margin-bottom: 23px; }
.process-grid h3 { font-size: 1.35rem; }
.process-grid p { color: var(--muted); margin-bottom: 0; font-size: 1rem; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.faq-list > details { border-top: 1px solid var(--line); }
.faq-list > details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 24px 0; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 1.07rem; font-weight: 650; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { flex-shrink: 0; font-size: 1.6rem; font-weight: 400; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list details > p { padding-right: 40px; color: var(--muted); }
.project-cta { background: var(--accent); display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 50px 56px; border-radius: var(--radius); }
.project-cta > div { max-width: 780px; }
.project-cta .eyebrow { margin-bottom: 14px; }
.project-cta h2 { max-width: 730px; }
.project-cta p:last-child { margin-bottom: 0; max-width: 660px; }
.project-cta > .button { flex-shrink: 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: .77rem; color: var(--muted); line-height: 1.6; padding-block: 26px; margin: 0; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs [aria-current] { color: var(--ink); }
.page-intro { padding-block: 10px 26px; }
.page-intro > .eyebrow { margin-top: 24px; }
.page-intro .section-heading { margin-bottom: 0; }
.page-intro h1 { font-size: clamp(2.7rem, 4.2vw, 4rem); }
.catalog-toolbar { display: flex; gap: 32px; align-items: end; justify-content: space-between; padding-bottom: 28px; }
.catalog-toolbar label { font-size: .82rem; font-weight: 600; flex: 0 1 480px; }
.catalog-toolbar input { display: block; margin-top: 10px; }
.catalog-toolbar output { flex-shrink: 0; font-size: .9rem; color: var(--muted); padding-bottom: 15px; }
.empty-results { background: var(--soft); text-align: center; border-radius: var(--radius); padding: 55px 30px; }
.empty-results h2 { font-size: 1.8rem; }
.empty-results p { max-width: 550px; margin-inline: auto; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 9px; padding-bottom: 28px; }
.filter-chip { min-height: 42px; padding: 9px 16px; font-size: .8rem; line-height: 1.4; border: 1px solid var(--line); border-radius: 24px; background: white; font-weight: 600; }
.filter-chip:hover { background: var(--soft); }
.filter-chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.product-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 7%; align-items: center; padding-block: 20px 10px; }
.product-detail-image { border-radius: var(--radius); overflow: hidden; background: white; border: 1px solid var(--line); }
.product-detail-image > img { aspect-ratio: 1.25; object-fit: cover; }
.product-detail-image > p { margin: 0; padding: 13px 22px; font-size: .71rem; color: var(--muted); line-height: 1.5; }
.product-detail-copy h1 { font-size: clamp(2.3rem, 3.7vw, 3.5rem); }
.product-detail-copy > .button { margin-top: 10px; }
.use-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 22px; }
.use-tags span { padding: 7px 11px; background: var(--soft); border-radius: 6px; font-size: .75rem; font-weight: 550; line-height: 1.45; }
.helpful-note { font-size: .82rem; line-height: 1.65; color: var(--muted); max-width: 490px; margin: 20px 0 0; }
.spec-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; align-items: start; }
.spec-layout > div:first-child > p:not(.eyebrow) { max-width: 450px; color: var(--muted); }
.spec-sheet { background: white; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.spec-sheet-title { padding: 22px 26px; display: flex; flex-direction: column; gap: 6px; background: var(--soft); }
.spec-sheet-title > strong { font-family: var(--display); font-size: 1.12rem; line-height: 1.3; }
.spec-sheet-title > span { font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.spec-sheet dl { margin: 0; }
.spec-sheet dl > div { display: grid; grid-template-columns: minmax(100px, .7fr) 1.3fr; gap: 25px; padding: 21px 26px; border-top: 1px solid var(--line); }
.spec-sheet dt { font-size: .9rem; font-weight: 650; line-height: 1.55; }
.spec-sheet dd { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.6; }
.customization-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.customization-layout > div > p { color: var(--muted); }
.customization-list { margin: 0 0 24px; padding: 0; list-style: none; }
.customization-list li { display: flex; align-items: start; gap: 13px; padding-bottom: 17px; border-bottom: 1px solid color-mix(in srgb, var(--ink) 20%, transparent); }
.customization-list li + li { margin-top: 17px; }
.customization-list li > span { flex-shrink: 0; font-size: .9rem; font-weight: 800; }
.related-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.related-products > a { position: relative; display: flex; flex-direction: column; gap: 12px; border: 1px solid var(--line); padding: 25px 58px 25px 25px; background: white; border-radius: 12px; text-decoration: none; }
.related-products > a:hover { background: var(--soft); }
.related-products > a > span:first-child { color: var(--muted); font-size: .7rem; line-height: 1.6; }
.related-products strong { font-family: var(--display); font-size: 1.2rem; line-height: 1.3; }
.related-products > a > span:last-child { position: absolute; right: 22px; top: 27px; font-size: 1.4rem; }
.customization-matrix { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.customization-matrix article { background: white; border: 1px solid var(--line); border-radius: 15px; padding: 32px; display: flex; flex-direction: column; align-items: flex-start; }
.customization-matrix .eyebrow { font-size: .65rem; color: var(--muted); }
.customization-matrix h2 { font-size: 1.7rem; }
.customization-matrix ul { margin-block: 0 25px; color: var(--muted); }
.customization-matrix .text-link { margin-top: auto; }
.brief-checklist p { padding-bottom: 24px; border-bottom: 1px solid color-mix(in srgb, var(--ink) 20%, transparent); color: var(--muted); }
.brief-checklist p:last-child { border: 0; padding-bottom: 0; margin-bottom: 0; }
.brief-checklist strong { color: var(--ink); display: inline-block; margin-bottom: 7px; }
.contact-layout { display: grid; grid-template-columns: 1.5fr .85fr; align-items: start; gap: 48px; }
.inquiry-form { padding: 34px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.form-heading { display: flex; gap: 20px; justify-content: space-between; align-items: baseline; padding-bottom: 24px; border-bottom: 1px solid var(--line); margin-bottom: 25px; }
.form-heading h2 { font-size: 1.5rem; margin: 0; }
.form-heading p { font-size: .69rem; color: var(--muted); margin: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; }
.form-grid > label { display: block; font-size: .8rem; line-height: 1.5; font-weight: 650; min-width: 0; }
.form-grid > label > span:not(:only-child) { color: var(--muted); }
.form-full { grid-column: 1 / -1; }
input, select, textarea { display: block; width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid #aebbbd; border-radius: 6px; line-height: 1.5; font-size: 1rem; }
input::placeholder, textarea::placeholder { color: #647278; opacity: 1; font-weight: 400; }
input:focus, textarea:focus, select:focus { border-color: var(--ink); }
.form-grid input, .form-grid select, .form-grid textarea { margin-top: 9px; }
textarea { resize: vertical; min-height: 180px; }
.form-grid .consent { display: flex; align-items: start; gap: 12px; font-size: .8rem; line-height: 1.6; font-weight: 400; color: var(--muted); }
.consent input { flex: 0 0 19px; margin-top: 4px; width: 19px; height: 19px; min-height: 0; accent-color: var(--ink); padding: 0; }
.consent a { color: var(--ink); font-weight: 650; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.submit-button { width: 100%; justify-content: space-between; margin-top: 28px; }
.form-note { font-size: .75rem; color: var(--muted); line-height: 1.6; margin: 13px 0 0; }
.form-status { margin-top: 22px; padding: 19px 21px; border: 1px solid #8eabb6; border-radius: 8px; background: #edf5f9; color: #183747; font-size: .94rem; line-height: 1.65; overflow-wrap: anywhere; }
.form-status.is-success, .form-status[data-state="success"] { background: #eef7ed; border-color: #8cba92; color: #163f22; }
.form-status.is-error, .form-status[data-state="error"] { background: #fff2ec; border-color: #d99877; color: #813412; }
.form-status p:last-child { margin-bottom: 0; }
.receipt-save { margin-top: 16px; border-top: 0; border-left: 0; border-right: 0; }
.contact-card { background: var(--soft); padding: 34px; border-radius: 15px; }
.contact-card h2 { font-size: 2.15rem; }
.contact-card > p:not(.eyebrow) { color: var(--muted); }
.contact-method { border-top: 1px solid color-mix(in srgb, var(--ink) 20%, transparent); padding-top: 20px; margin-top: 23px; }
.contact-method > span { display: block; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 650; margin-bottom: 9px; }
.contact-method > strong, .contact-method > a { display: block; font-size: 1rem; overflow-wrap: anywhere; line-height: 1.6; }
.copy-email { padding: 5px 0; margin-top: 6px; border: 0; border-bottom: 1px solid currentColor; font-size: .76rem; background: none; }
.brief-tips { padding: 30px 9px; }
.brief-tips h3 { font-size: 1.2rem; }
.brief-tips ul { margin: 0; color: var(--muted); font-size: .9rem; }
.legal-page { padding-block: 10px 90px; max-width: 950px; }
.legal-page > .eyebrow { margin-top: 36px; }
.legal-page > h1 { font-size: 3rem; }
.legal-copy { max-width: 790px; }
.legal-copy > p { color: var(--muted); line-height: 1.8; }
.legal-copy h2 { font-size: 1.55rem; margin: 38px 0 15px; }
.legal-copy strong { color: var(--ink); overflow-wrap: anywhere; }
.not-found { padding-block: 95px 125px; max-width: 1050px; }
.not-found p:not(.eyebrow) { max-width: 640px; color: var(--muted); }
.hub-intro { padding-block: 65px 48px; }
.hub-intro .section-heading { gap: 70px; }
.hub-intro h1 { max-width: 820px; }
.hub-category-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.hub-category-tags > a { display: inline-flex; gap: 14px; align-items: center; background: white; border: 1px solid var(--line); border-radius: 7px; padding: 10px 14px; font-size: .8rem; line-height: 1.4; font-weight: 600; text-decoration: none; }
.hub-category-tags > a:hover { background: var(--soft); }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.directory-card { display: flex; flex-direction: column; background: white; border-radius: 15px; overflow: hidden; border: 1px solid var(--line); text-decoration: none; }
.directory-card > div { aspect-ratio: 1.5; position: relative; overflow: hidden; background: var(--tile); }
.directory-card > div > img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.directory-card:hover > div > img { transform: scale(1.035); }
.directory-card > section { padding: 25px; flex: 1; display: flex; flex-direction: column; }
.directory-card h3 { font-size: 1.5rem; }
.directory-card p { font-size: 1rem; line-height: 1.6; color: var(--muted); margin-bottom: 25px; }
.directory-card > section > span { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); font-size: .85rem; font-weight: 650; }
.directory-card--existing > div { padding: 28px; display: flex; flex-direction: column; align-items: start; justify-content: space-between; color: #183344; }
.category-monogram { font-family: var(--display); font-size: clamp(1.6rem, 2.6vw, 2.4rem); font-weight: 700; letter-spacing: -.04em; line-height: 1.08; max-width: 90%; }
.category-kind { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 650; }
.hub-email { display: block; margin-top: 22px; overflow-wrap: anywhere; }
.site-footer { background: var(--ink); color: #fff; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; padding-block: 65px 45px; }
.footer-brand .brand-word { display: inline-block; font-size: 2.3rem; margin-bottom: 22px; }
.footer-brand .brand-dot { color: var(--accent); }
.footer-brand > p { font-size: .88rem; color: #ffffffc9; line-height: 1.75; }
.contact-address { display: block; width: fit-content; margin-top: 10px; font-size: .84rem; color: #fff; text-decoration: none; overflow-wrap: anywhere; }
.site-footer h2 { font-family: var(--body); font-size: .8rem; letter-spacing: .035em; margin: 8px 0 24px; }
.footer-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; }
.footer-categories > a { font-size: .8rem; line-height: 1.6; color: #ffffffdb; text-decoration: none; }
.footer-categories > a:hover { text-decoration: underline; color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 25px 30px; border-top: 1px solid #ffffff32; }
.footer-bottom p { font-size: .7rem; color: #ffffffb8; margin: 0; }
.footer-bottom > div { display: flex; gap: 23px; }
.footer-bottom a { font-size: .7rem; color: #ffffffcf; text-decoration: none; }
.mobile-cta { display: none; }

@media (min-width: 1500px) {
  .hero { gap: 6%; }
  .hero-visual { min-height: 580px; }
}
@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .hero { gap: 32px; }
  .hero-visual { min-height: 510px; }
  .hero-copy h1 { font-size: 3rem; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { padding: 14px 18px; gap: 14px; font-size: .88rem; }
  .range-rail > span { min-width: 135px; padding: 20px 17px; font-size: .65rem; }
  .range-rail > a { padding: 19px 17px; font-size: .77rem; }
  .section-heading { gap: 40px; }
  .section-heading > p, .section-heading > div + div { flex-basis: 360px; }
  .product-grid, .directory-grid { gap: 18px; }
  .product-card-body { padding: 22px; }
  .product-card h3 { font-size: 1.33rem; }
  .project-cta { padding: 40px; gap: 35px; }
  .project-cta h2 { font-size: 2.5rem; }
  .contact-layout { gap: 28px; grid-template-columns: 1.4fr .9fr; }
  .inquiry-form, .contact-card { padding: 26px; }
  .form-heading { flex-direction: column; gap: 9px; }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 95px; }
  .container { width: calc(100% - 44px); }
  .section { padding-block: 65px; }
  .section--first { padding-top: 20px; }
  .section--compact { padding-top: 10px; }
  .header-inner { height: 84px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 13px; background: transparent; border: 1px solid color-mix(in srgb, var(--ink) 35%, transparent); border-radius: 7px; padding: 9px 14px; min-height: 44px; font-size: .84rem; font-weight: 600; }
  .menu-glyph { font-size: 1rem; }
  #main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 22px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 20px #10283016; max-height: calc(100dvh - 90px); overflow-y: auto; }
  #main-nav.is-open, #main-nav[data-open="true"] { display: flex; }
  #main-nav a { padding: 14px 8px; }
  #main-nav a[aria-current="page"] { box-shadow: none; text-decoration: underline; }
  #main-nav .nav-cta { margin-top: 12px; padding: 14px 17px; justify-content: space-between; }
  .hero { grid-template-columns: 1fr 1fr; gap: 26px; padding-block: 32px; }
  .hero-copy h1 { font-size: 2.6rem; }
  .hero-description { font-size: 1rem; }
  .hero-visual { min-height: 500px; }
  .hero-actions .button { min-height: 51px; }
  .hero .hero-actions { align-items: stretch; flex-direction: column; }
  .hero .hero-actions .button { justify-content: space-between; }
  .visual-tab { left: 13px; right: 13px; bottom: 13px; padding: 14px; }
  .visual-tab strong { font-size: .82rem; }
  .buyer-note { margin-top: 22px; }
  .range-rail { display: grid; grid-template-columns: repeat(2, 1fr); }
  .range-rail > span { grid-column: 1 / -1; border-radius: 11px 11px 0 0; padding: 11px 17px; }
  .range-rail > a { border-left: 0; border-top: 1px solid var(--line); min-height: 67px; padding: 15px 17px; font-size: .82rem; }
  .range-rail > a:nth-of-type(even) { border-left: 1px solid var(--line); }
  .section-heading { align-items: start; gap: 25px; }
  .section-heading > p, .section-heading > div + div { flex-basis: 310px; font-size: .94rem; }
  .product-grid, .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value-layout, .spec-layout, .faq-layout { gap: 7%; }
  .value-section { padding-block: 60px; }
  .process-grid { gap: 23px; }
  .process-grid h3 { font-size: 1.18rem; }
  .project-cta { padding: 35px; gap: 25px; flex-direction: column; align-items: start; }
  .project-cta h2 { font-size: 2.4rem; }
  .project-cta > .button { align-self: start; }
  .product-hero { gap: 35px; }
  .product-detail-copy h1 { font-size: 2.4rem; }
  .product-detail-image > img { aspect-ratio: .86; }
  .spec-sheet-title, .spec-sheet dl > div { padding: 20px; }
  .spec-sheet dl > div { grid-template-columns: 1fr; gap: 6px; }
  .related-products { gap: 15px; }
  .related-products > a { padding: 20px 43px 20px 20px; }
  .related-products strong { font-size: 1.08rem; }
  .related-products > a > span:last-child { right: 15px; top: 22px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
  .contact-card { padding: 30px; }
  .brief-tips { padding-block: 15px; }
  .footer-top { gap: 5%; }
  .footer-categories { gap: 13px 20px; }
  .footer-bottom { align-items: start; }
  .footer-bottom > div { gap: 18px; flex-shrink: 0; }
  .hub-intro .section-heading { gap: 35px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 86px; }
  body:not([data-site="hub"]) { padding-bottom: calc(67px + env(safe-area-inset-bottom, 0px)); }
  body:has([data-inquiry-form]) { padding-bottom: 0; }
  .container { width: calc(100% - 36px); }
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.25rem; }
  .section { padding-block: 48px; }
  .section--first { padding-top: 12px; }
  .section--compact { padding-top: 8px; }
  .eyebrow { margin-bottom: 13px; font-size: .65rem; }
  .utility-bar { font-size: .63rem; }
  .utility-bar > div { min-height: 29px; justify-content: center; }
  .utility-bar > div > span { display: none; }
  .header-inner { height: 77px; }
  .brand-word { font-size: 1.72rem; }
  .brand-category { font-size: .56rem; margin-top: 7px; letter-spacing: .065em; }
  .nav-toggle { padding: 9px 11px; font-size: .77rem; }
  .hero { grid-template-columns: 1fr; gap: 0; padding-block: 22px 26px; }
  .hero-visual { order: 1; aspect-ratio: 1.43; min-height: 0; border-radius: 12px; }
  .visual-tab { bottom: 11px; left: 11px; right: 11px; padding: 11px 14px; border-radius: 7px; }
  .visual-tab > span { font-size: .54rem; margin-bottom: 3px; }
  .visual-tab > strong { font-size: .73rem; max-width: none; }
  .hero-copy { order: 2; padding-block: 25px 0; }
  .hero-copy h1 { font-size: clamp(2.1rem, 8.9vw, 3rem); line-height: 1.1; max-width: 530px; margin-bottom: 20px; }
  .hero-description { margin-bottom: 23px; }
  .hero .hero-actions { flex-direction: row; gap: 10px; }
  .hero .hero-actions .button { flex: 1 1 145px; padding: 13px 15px; font-size: .84rem; justify-content: space-between; }
  .buyer-note { padding-top: 16px; margin-top: 22px; }
  .buyer-note p { font-size: .8rem; }
  .buyer-note > span { font-size: .62rem; }
  .range-rail > a { font-size: .75rem; gap: 12px; padding: 14px; }
  .range-rail > a > span { font-size: 1.2rem; }
  .section-heading { flex-direction: column; gap: 22px; margin-bottom: 28px; align-items: stretch; }
  .section-heading > p, .section-heading > div + div { flex-basis: auto; max-width: none; font-size: 1rem; }
  .section-heading > a { align-self: flex-start; }
  .section-heading h2 br { display: none; }
  .product-grid { grid-template-columns: 1fr; gap: 22px; }
  .product-card-image { aspect-ratio: 1.5; }
  .product-card-body { padding: 24px; }
  .product-card h3 { font-size: 1.6rem; }
  .product-card-body .eyebrow { min-height: 0; }
  .product-card-bottom .text-link { font-size: .9rem; }
  .product-add { width: 43px; height: 43px; }
  .value-section { padding-block: 45px; }
  .value-layout, .spec-layout, .customization-layout, .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .value-layout > div:first-child > p:last-child { margin-bottom: 0; }
  .benefit-list > article { gap: 17px; }
  .benefit-marker { flex-basis: 32px; width: 32px; height: 32px; }
  .benefit-list h3 { font-size: 1.23rem; }
  .process-grid { grid-template-columns: 1fr; gap: 27px; }
  .process-grid > li { padding: 22px 0 0 63px; position: relative; }
  .process-number { position: absolute; top: 22px; left: 0; width: 40px; height: 40px; font-size: .78rem; margin: 0; border-radius: 10px; }
  .process-grid h3 { font-size: 1.3rem; }
  .faq-layout { gap: 25px; }
  .faq-list summary { font-size: 1rem; padding-block: 20px; gap: 20px; }
  .faq-list details > p { padding-right: 12px; }
  .project-cta { padding: 28px 24px; gap: 24px; border-radius: 13px; }
  .project-cta h2 { font-size: 2rem; }
  .project-cta > .button { width: 100%; justify-content: space-between; }
  .page-intro { padding-block: 4px 20px; }
  .page-intro > .eyebrow { margin-top: 16px; }
  .page-intro h1 { font-size: 2.6rem; }
  .breadcrumbs { font-size: .69rem; gap: 7px; padding-block: 22px; }
  .catalog-toolbar { gap: 18px; align-items: start; flex-direction: column; padding-bottom: 18px; }
  .catalog-toolbar label { flex: auto; width: 100%; }
  .catalog-toolbar output { padding: 0; font-size: .79rem; }
  .filter-chips { padding-bottom: 22px; gap: 7px; }
  .filter-chip { font-size: .73rem; padding: 8px 12px; min-height: 41px; }
  .product-hero { grid-template-columns: 1fr; gap: 28px; padding-block: 0 4px; }
  .product-detail-image > img { aspect-ratio: 1.4; }
  .product-detail-image > p { font-size: .66rem; padding: 12px 16px; }
  .product-detail-copy h1 { font-size: 2.5rem; margin-bottom: 20px; }
  .product-detail-copy > .button { width: 100%; justify-content: space-between; }
  .product-detail-copy .hero-description { margin-bottom: 18px; }
  .use-tags { margin-block: 20px; gap: 7px; }
  .use-tags span { font-size: .73rem; }
  .helpful-note { font-size: .8rem; }
  .spec-layout { gap: 22px; }
  .spec-layout h2 br { display: none; }
  .spec-layout > div:first-child p:last-child { margin-bottom: 0; }
  .spec-sheet dl > div { grid-template-columns: 1fr; gap: 8px; }
  .spec-sheet dd { font-size: 1rem; }
  .spec-sheet dt { font-size: .82rem; }
  .related-products { grid-template-columns: 1fr; gap: 13px; }
  .related-products > a { min-height: 118px; padding: 23px 52px 23px 24px; }
  .related-products strong { font-size: 1.25rem; }
  .related-products > a > span:last-child { right: 23px; }
  .customization-matrix { grid-template-columns: 1fr; gap: 18px; }
  .customization-matrix article { padding: 26px; }
  .customization-matrix h2 { font-size: 1.65rem; }
  .customization-matrix .eyebrow { font-size: .62rem; }
  .contact-layout { gap: 25px; }
  .inquiry-form { padding: 23px 19px; }
  .form-heading h2 { font-size: 1.4rem; }
  .form-heading { padding-bottom: 20px; margin-bottom: 22px; }
  .form-grid { grid-template-columns: 1fr; gap: 23px; }
  .form-grid > label { font-size: .82rem; }
  .form-full { grid-column: auto; }
  textarea { min-height: 205px; }
  .form-grid .consent { font-size: .78rem; }
  .form-note { font-size: .72rem; }
  .form-status { padding: 17px; font-size: .9rem; }
  .contact-aside { grid-template-columns: 1fr; gap: 8px; }
  .contact-card { padding: 28px; }
  .contact-card h2 { font-size: 2rem; }
  .contact-method > strong, .contact-method > a { font-size: 1.02rem; }
  .brief-tips { padding: 25px 6px 0; }
  .brief-tips ul { font-size: 1rem; }
  .legal-page { padding-bottom: 55px; }
  .legal-page > h1 { font-size: 2.5rem; }
  .legal-page > .eyebrow { margin-top: 20px; }
  .legal-copy h2 { margin-top: 30px; font-size: 1.45rem; }
  .legal-copy p { line-height: 1.75; }
  .not-found { padding-block: 65px 80px; }
  .not-found h1 { font-size: 2.8rem; }
  .hub-intro { padding-block: 35px; }
  .hub-intro .section-heading { gap: 25px; }
  .hub-intro h1 { font-size: 2.75rem; line-height: 1.12; }
  .hub-category-tags { margin-top: 25px; gap: 8px; }
  .hub-category-tags > a { padding: 9px 11px; gap: 10px; font-size: .74rem; min-height: 43px; }
  .directory-grid { grid-template-columns: 1fr; gap: 22px; }
  .directory-card > div { aspect-ratio: 1.5; }
  .directory-card > section { padding: 24px; }
  .directory-card h3 { font-size: 1.65rem; }
  .directory-card > section > span { font-size: .88rem; }
  .directory-card--existing > div { min-height: 210px; }
  .category-monogram { font-size: 2.5rem; }
  .category-kind { font-size: .65rem; }
  .hub-email { font-size: 1rem; }
  .footer-top { grid-template-columns: 1fr; gap: 42px; padding-block: 47px 35px; }
  .footer-brand .brand-word { font-size: 2.2rem; }
  .footer-brand > p { font-size: .88rem; }
  .contact-address { font-size: .82rem; }
  .site-footer h2 { margin-bottom: 20px; }
  .footer-categories { gap: 6px 20px; }
  .footer-categories > a { padding-block: 6px; font-size: .78rem; }
  .footer-bottom { flex-direction: column; gap: 14px; padding-block: 22px 30px; }
  .footer-bottom p { font-size: .64rem; }
  .footer-bottom > div { gap: 25px; }
  .footer-bottom a { font-size: .7rem; padding-block: 4px; }
  .mobile-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 35; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)); background: #fffffff5; backdrop-filter: blur(10px); border-top: 1px solid var(--line); box-shadow: 0 -4px 14px #10283010; }
  .mobile-cta > a { min-height: 46px; border-radius: 7px; display: flex; align-items: center; justify-content: center; padding: 9px 10px; font-size: .79rem; font-weight: 650; text-decoration: none; line-height: 1.3; }
  .mobile-cta > a:first-child { color: var(--ink); background: var(--soft); }
  .mobile-cta > a:last-child { color: white; background: var(--ink); }
  body:has(.nav-toggle[aria-expanded="true"]) .mobile-cta { visibility: hidden; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 28px); }
  .brand-word { font-size: 1.58rem; }
  .brand-category { font-size: .51rem; }
  .nav-toggle { padding-inline: 10px; }
  .hero .hero-actions { flex-direction: column; }
  .hero .hero-actions .button { flex-basis: auto; }
  .range-rail > a { padding: 13px 11px; }
  .product-card-body { padding: 21px; }
  .mobile-cta { padding-inline: 10px; gap: 7px; }
  .mobile-cta > a { font-size: .73rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .button:hover { transform: none; }
  .product-card-image:hover > img, .directory-card:hover > div > img { transform: none; }
}
@media print {
  .utility-bar, .nav-toggle, #main-nav, .mobile-cta, .hero-actions, .project-cta, .receipt-save, .copy-email { display: none !important; }
  .site-header { position: static; }
  body { background: white; padding-bottom: 0 !important; color: #172d35; }
  .container { width: 100%; }
  .section, .value-section { padding-block: 30px; }
  .product-card, .spec-sheet, .contact-card, .process-grid li { break-inside: avoid; }
  .site-footer { background: white; color: #172d35; }
  .site-footer p, .site-footer a { color: #172d35; }
}
