@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('/static/assets/fonts/dm-sans-regular.ttf') format('truetype'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 600 700; font-display: swap; src: url('/static/assets/fonts/dm-sans-bold.ttf') format('truetype'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 800 900; font-display: swap; src: url('/static/assets/fonts/dm-sans-black.ttf') format('truetype'); }

:root { --paper: #fcfaf5; --ink: #15212e; --muted: #526078; --blue: #2e368f; --yellow: #f7d64c; --line: #deddd5; --font: 'DM Sans', sans-serif; --gutter: clamp(20px, 4vw, 64px); --section-space: clamp(48px, 6.5vw, 96px); --heading-size: clamp(30px, calc(24px + 1.8vw), 50px); --control-height: clamp(44px, calc(42px + .42vw), 48px); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
html.has-open-dialog { overflow: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: var(--font); }
button, input, select, textarea { font-size: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.08; }
h1, h2 { letter-spacing: -.055em; font-weight: 900; }
h2 { font-size: var(--heading-size); }
h3 { letter-spacing: -.035em; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
[hidden] { display: none !important; }
.shell { width: min(1280px, calc(100% - 2 * var(--gutter))); margin-inline: auto; }
.section-space { padding-block: var(--section-space); }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; line-height: 1.5; }
.icon { width: 20px; height: 20px; flex: 0 0 20px; object-fit: contain; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: var(--control-height); padding: 10px 18px; border-radius: 7px; border: 1px solid transparent; font-size: 14px; line-height: 1.4; font-weight: 700; transition: background .18s, transform .18s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #303d4a; }
.button-dark .icon, .button-blue .icon { filter: invert(1); }
.button-blue { background: var(--blue); color: white; }
.button-blue:hover { background: #20286f; }
.button-outline { border-color: var(--ink); }
.button-outline:hover { background: var(--paper); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 44px; border: 0; border-bottom: 1px solid currentColor; padding: 8px 0; background: transparent; font-size: 14px; line-height: 1.4; font-weight: 700; color: var(--blue); width: fit-content; }
.text-link .icon { width: 20px; height: 20px; flex-basis: 20px; }
.text-link:hover { color: var(--ink); }
.skip-link { position: fixed; top: 8px; left: 8px; padding: 10px 16px; z-index: 100; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid #efeee7; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: clamp(64px, calc(58px + 1.5vw), 80px); }
.brand { display: block; width: clamp(112px, calc(95px + 4vw), 156px); flex-shrink: 0; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; gap: clamp(18px, 2.2vw, 32px); align-items: center; }
.desktop-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 400; position: relative; padding-block: 10px; }
.desktop-nav a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 6px; }
.header-cta { flex-shrink: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; flex-shrink: 0; background: transparent; border: 1px solid var(--line); border-radius: 5px; padding: 10px; }
.mobile-nav { padding: 8px var(--gutter) 20px; background: white; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 0; font-size: 16px; border-bottom: 1px solid var(--line); }

.hero { --hero-height: clamp(560px, 55vw, 800px); min-height: var(--hero-height); position: relative; overflow: hidden; background: #f9f4df; }
.hero-scene { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; inset: 0; }
.hero-inner { min-height: var(--hero-height); display: flex; align-items: center; position: relative; }
.hero-copy { width: 43%; padding-block: 40px 70px; }
.hero-eyebrow { margin-bottom: 20px; font-size: 10px; }
.hero h1 { font-size: clamp(40px, calc(30px + 3vw), 68px); line-height: 1.02; letter-spacing: -.063em; max-width: 610px; }
.hero-description { color: #4b5a71; font-size: clamp(16px, calc(15px + .22vw), 18px); line-height: 1.5; max-width: 350px; margin-top: 22px; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 24px; }
.hero-caption { position: absolute; right: -13px; top: 96px; writing-mode: vertical-rl; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.hero-note { position: absolute; left: 0; bottom: 28px; display: flex; align-items: center; gap: 20px; font-size: 13px; }
.hero-note::before { content: ''; display: block; width: 34px; border-top: 1px solid currentColor; }

.section-intro { display: grid; grid-template-columns: 1.4fr .85fr auto; gap: 32px; align-items: end; margin-bottom: 42px; }
.section-intro > p { max-width: 320px; color: var(--muted); padding-bottom: 7px; line-height: 1.55; }
.section-link { margin-bottom: 7px; white-space: nowrap; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 20px; }
.category-card { text-align: center; min-width: 0; }
.category-picture { width: 100%; height: clamp(230px, 23vw, 320px); padding: 12px 0; border: none; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.category-picture > img { height: 100%; width: 100%; object-fit: contain; transition: transform .4s ease; }
.category-picture:hover > img { transform: scale(1.055); }
.laundry-picture { background: #eee9e1; }
.kitchen-picture { background: #f5edca; }
.surface-picture { background: #e8eeea; }
.air-picture { background: #f0ede3; }
.picture-action { position: absolute; right: 12px; bottom: 12px; width: 32px; height: 32px; border-radius: 50%; background: #ffffffbf; display: grid; place-items: center; }
.picture-action .icon { width: 18px; height: 18px; }
.category-card h3 { margin-top: 18px; font-size: clamp(18px, calc(16px + .6vw), 22px); font-weight: 800; }
.category-card p { margin: 10px 0 12px; font-size: 14px; color: var(--muted); line-height: 1.45; }
.category-card .text-link { margin: auto; }
.range-note { display: flex; justify-content: center; align-items: center; gap: 24px; padding-top: 44px; margin-top: 44px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.range-note a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; font-weight: 700; color: var(--ink); }
.range-note .icon { width: 17px; height: 17px; flex-basis: 17px; }

.private-label-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--yellow); }
.private-label-copy { padding: var(--section-space) max(var(--gutter), calc((100vw - 1280px) / 2)); padding-right: clamp(28px, 4vw, 64px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.private-label-copy h2 { font-size: var(--heading-size); }
.large-copy { font-size: clamp(19px, calc(17px + .5vw), 23px); line-height: 1.4; letter-spacing: -.025em; }
.private-label-copy .large-copy { margin: 28px 0 12px; font-weight: 700; }
.private-label-copy > p:not(.eyebrow):not(.large-copy) { max-width: 440px; color: #3e4743; }
.private-label-copy .button { margin-top: 30px; }
.private-label-services { display: flex; gap: 16px; flex-wrap: wrap; font-size: 11px; margin-top: 36px; padding-top: 25px; border-top: 1px solid #4d491f40; width: 100%; }
.private-label-visual { position: relative; min-width: 0; background: #f0eadd; }
.private-label-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-caption { position: absolute; bottom: 28px; right: 30px; font-size: 12px; color: #47534f; }
.process-intro { grid-template-columns: 1fr 1fr; }
.process-intro > p { margin-left: auto; max-width: 390px; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding: 0; margin: 40px 0 0; list-style: none; }
.process-list li { padding-top: 24px; border-top: 1px solid #bbbfb6; }
.step-number { font-size: 13px; color: var(--muted); }
.process-list h3 { font-size: clamp(20px, calc(18px + .3vw), 23px); margin: 20px 0 14px; }
.process-list p { color: var(--muted); max-width: 325px; }
.packaging-section { background: #eeeee5; padding-block: var(--section-space); }
.packaging-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.packaging-visual { overflow: hidden; }
.packaging-visual img { width: 100%; height: auto; aspect-ratio: 1.3; object-fit: cover; object-position: 48% center; }
.packaging-visual p { font-size: 13px; color: var(--muted); margin-top: 18px; }
.packaging-copy h2 { font-size: var(--heading-size); }
.packaging-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 24px; max-width: 460px; }
.simple-list { list-style: none; margin: 28px 0 30px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.simple-list li { padding: 12px 0; border-bottom: 1px solid #cdcec2; font-size: 13px; }
.about-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 6vw, 88px); }
.about-copy .large-copy { margin-bottom: 22px; color: var(--ink); }
.about-copy > p { color: var(--muted); max-width: 460px; margin-bottom: 20px; }
.about-copy .text-link { margin-top: 6px; }
.retail-strip { background: #f9df73; padding-block: 43px; }
.retail-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.retail-inner .eyebrow { margin-bottom: 9px; }
.retail-inner h2 { font-size: clamp(28px, calc(24px + .75vw), 35px); letter-spacing: -.04em; }
.retail-inner .button { flex-shrink: 0; }

.contact-section { padding-block: var(--section-space); }
.contact-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(32px, 6vw, 88px); }
.contact-copy h2 { font-size: clamp(40px, calc(32px + 2.4vw), 64px); }
.contact-copy > p:not(.eyebrow) { margin-top: 24px; color: var(--muted); max-width: 340px; }
.contact-details { display: grid; gap: 20px; margin-top: 42px; }
.contact-details a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 16px; width: fit-content; }
.contact-details a:hover { text-decoration: underline; text-underline-offset: 5px; }
.contact-copy .contact-footnote { padding-top: 38px; margin-top: 38px; border-top: 1px solid var(--line); font-size: 13px; }
.inquiry-form { padding-top: 5px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px 22px; }
.field { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 700; }
.optional { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d5d7d0; background: #fff; border-radius: 4px; padding: 12px 14px; min-height: 48px; color: var(--ink); font-size: 16px; }
.field textarea { resize: vertical; min-height: 128px; line-height: 1.5; }
.field input::placeholder, .field textarea::placeholder { color: #7b8390; }
.form-footer { display: flex; align-items: center; gap: 22px; margin-top: 25px; }
.form-footer button { flex-shrink: 0; }
.form-footer > p { max-width: 235px; color: #5f6876; font-size: 11px; line-height: 1.5; }
.button:disabled { opacity: .65; cursor: wait; transform: none; }
.inquiry-context:empty { display: none; }
.inquiry-context { padding: 12px 16px; background: #f5e5a8; margin-bottom: 24px; font-size: 14px; }
.alert { padding: 18px 20px; margin-bottom: 24px; border: 1px solid; border-radius: 4px; }
.alert-error { background: #fff0eb; border-color: #c77865; color: #782f24; }
.alert-success { background: #edf5e9; border-color: #80a874; color: #294b26; }
.faq-section { padding-block: var(--section-space); border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(32px, 6vw, 88px); }
.faq-layout h2 { font-size: clamp(28px, calc(24px + .75vw), 35px); letter-spacing: -.04em; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 44px; padding: 20px 0; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details:first-child summary { padding-top: 0; }
.faq-list details[open] .icon { transform: rotate(45deg); }
.faq-list details p { padding-bottom: 24px; color: var(--muted); font-size: 14px; max-width: 490px; }
.site-footer { background: #17242f; color: #fff; padding: 60px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 50px; padding-bottom: 55px; }
.footer-brand { width: clamp(128px, 13vw, 166px); }
.footer-top > p { font-size: clamp(24px, calc(20px + .5vw), 28px); font-weight: 700; letter-spacing: -.035em; line-height: 1.2; }
.footer-contact { min-height: 44px; font-size: 15px; display: flex; gap: 15px; justify-content: flex-end; align-items: center; }
.site-footer .icon { filter: invert(1); }
.site-footer a:focus-visible { outline-color: #f9df73; }
.footer-bottom { border-top: 1px solid #ffffff26; padding-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 12px; color: #c9cfd3; }
.footer-bottom nav { display: flex; gap: 28px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-bottom > a { display: inline-flex; gap: 10px; align-items: center; }
.footer-bottom .icon { width: 17px; height: 17px; flex-basis: 17px; }
.footer-bottom a:hover, .footer-contact:hover { color: #f9df73; }

.range-dialog { width: min(1020px, calc(100% - 32px)); max-height: calc(100dvh - 64px); border: none; border-radius: 10px; background: var(--paper); color: var(--ink); padding: clamp(20px, 3vw, 40px); overscroll-behavior: contain; }
.range-dialog::backdrop { background: #0c1726b8; backdrop-filter: blur(4px); }
.dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.dialog-header .eyebrow { margin-bottom: 10px; }
.dialog-header h2 { font-size: clamp(28px, calc(24px + 1vw), 38px); }
.dialog-close { display: grid; place-items: center; width: 44px; height: 44px; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 50%; flex-shrink: 0; }
#range-description { max-width: 600px; margin-top: 18px; color: var(--muted); }
.catalogue-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 24px; margin-top: 32px; }
.catalogue-product { min-width: 0; background: white; border: 1px solid #e7e7df; }
.catalogue-product-image { width: 100%; height: 250px; object-fit: contain; padding: 15px 0; background: #f2f1e9; }
.catalogue-product-body { padding: 20px; }
.catalogue-product-name { font-size: 20px; line-height: 1.15; }
.catalogue-product-description { font-size: 14px; color: var(--muted); line-height: 1.5; margin-top: 14px; }
.catalogue-product-inquiry { margin-top: 20px; background: var(--ink); color: white; border: none; border-radius: 4px; min-height: var(--control-height); padding: 10px 12px; font-size: 14px; font-weight: 700; line-height: 1.4; width: 100%; }
.catalogue-product-inquiry:hover { background: var(--blue); }
.dialog-note { margin-top: 28px; font-size: 13px; color: var(--muted); }

/* Breakpoints change composition, not the fluid type or control scale above. */
@media (max-width: 1100px) {
  .section-intro { grid-template-columns: 1.2fr 1fr; gap: 24px; }
  .section-link { grid-column: 2; }
  .form-footer { align-items: flex-start; flex-direction: column; gap: 16px; }
  .private-label-services { gap: 12px; }
}
@media (max-width: 1024px) {
  /* Keep the text and photograph in separate flow regions on tablets and phones. */
  .hero { display: flex; flex-direction: column; min-height: 0; background: #fff9e8; }
  .hero-inner { order: 1; display: block; min-height: 0; position: static; padding-block: clamp(28px, 4vw, 44px); }
  .hero-copy { width: 100%; max-width: 620px; padding: 0; }
  .hero-eyebrow { display: none; }
  .hero-description { max-width: 430px; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 12px; }
  .hero-actions .button { padding-inline: 16px; }
  .hero-scene { order: 2; position: relative; inset: auto; height: clamp(320px, 54vw, 480px); object-position: 100% center; }
  .hero-caption { display: none; }
  .hero-note { left: var(--gutter); bottom: 18px; font-size: 11px; gap: 12px; }
  .hero-note::before { width: 20px; }
}
@media (max-width: 900px) {
  .header-inner { height: clamp(56px, calc(50px + 1.5vw), 64px); gap: 12px; }
  .header-inner .brand { display: flex; align-items: center; min-height: 44px; width: clamp(96px, calc(79px + 4vw), 116px); }
  .desktop-nav { display: none; }
  .header-cta { position: relative; margin-left: auto; min-height: 38px; padding: 8px 12px; gap: 8px; font-size: 13px; }
  .header-cta .icon, .menu-toggle .icon { width: 18px; height: 18px; flex-basis: 18px; }
  .menu-toggle { position: relative; display: grid; place-items: center; width: 38px; height: 38px; padding: 9px; }
  /* Compact visual controls retain at least a 44px touch target. */
  .header-cta::after, .menu-toggle::after { content: ''; position: absolute; inset: -3px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-picture { height: clamp(215px, 40vw, 330px); }
  .process-list { gap: 24px; }
  .process-list p { font-size: 15px; }
  .form-grid { grid-template-columns: 1fr; gap: 20px; }
  .contact-details a { font-size: 14px; }
  .simple-list { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-contact { grid-column: 1 / -1; justify-content: flex-start; }
  .footer-bottom { flex-wrap: wrap; }
}
@media (min-width: 901px) {
  .mobile-nav { display: none; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 84px; }
  .hero-copy { margin-inline: auto; text-align: center; }
  .hero h1, .hero-description { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .section-intro { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-bottom: 28px; }
  .products-section .section-intro, .process-intro { align-items: center; text-align: center; }
  .section-intro > p { max-width: 420px; padding: 0; font-size: 15px; }
  .section-link { margin: 0; }
  .category-grid { gap: 30px 14px; }
  .category-card p { font-size: 13px; }
  .category-card .text-link { font-size: 13px; gap: 12px; }
  .picture-action { width: 28px; height: 28px; right: 8px; bottom: 8px; }
  .range-note { flex-direction: column; gap: 4px; margin-top: 32px; padding-top: 24px; font-size: 12px; text-align: center; }
  .private-label-section { grid-template-columns: 1fr; }
  .private-label-copy { padding: var(--section-space) var(--gutter); align-items: center; text-align: center; }
  .private-label-copy .large-copy { margin-top: 22px; }
  .private-label-services { margin-top: 28px; justify-content: center; }
  .private-label-visual { aspect-ratio: 1.15; }
  .image-caption { right: 20px; bottom: 18px; font-size: 11px; }
  .process-intro > p { margin: 0; }
  .process-list { grid-template-columns: 1fr; gap: 26px; margin-top: 32px; }
  .process-list li { position: relative; padding: 22px 0 0 40px; }
  .step-number { position: absolute; left: 0; top: 22px; }
  .process-list h3 { margin: 0 0 12px; }
  .process-list p { max-width: none; }
  .packaging-layout { display: flex; flex-direction: column-reverse; gap: 32px; align-items: stretch; }
  .packaging-copy { text-align: center; }
  .packaging-copy > p:not(.eyebrow) { margin-inline: auto; }
  .simple-list { grid-template-columns: 1fr 1fr; }
  .packaging-visual img { aspect-ratio: 1.5; }
  .packaging-visual p { font-size: 12px; }
  .about-layout, .contact-layout, .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .about-layout { text-align: center; }
  .about-copy > p { max-width: none; }
  .retail-inner { flex-direction: column; align-items: flex-start; gap: 22px; }
  .contact-details { margin-top: 24px; gap: 8px; }
  .contact-details a { font-size: 16px; }
  .contact-copy .contact-footnote { padding-top: 24px; margin-top: 24px; }
  .form-footer button { width: 100%; }
  .form-footer > p { max-width: none; }
  .faq-list summary { font-size: 14px; }
  .site-footer { padding-top: 42px; }
  .footer-top { grid-template-columns: 1fr; gap: 26px; padding-bottom: 32px; }
  .footer-contact { font-size: 14px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-bottom nav { flex-wrap: wrap; gap: 20px; }
  .range-dialog { max-height: calc(100dvh - 32px); }
  #range-description { font-size: 14px; }
  .catalogue-grid { gap: 16px; margin-top: 24px; }
  .catalogue-product-image { height: 220px; }
  .catalogue-product-body { padding: 18px; }
}
@media (max-width: 380px) {
  .header-inner { gap: 8px; }
  .header-cta { padding-inline: 12px; font-size: 13px; }
  .header-cta .icon { display: none; }
  .hero-actions { gap: 8px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0s !important; animation-duration: 0s !important; }
}
