:root {
  --ink: #191817;
  --paper: #f5f1e9;
  --coral: #f46d4f;
  --mint: #b9d7c8;
  --sky: #c4dce5;
  --line: rgba(25, 24, 23, 0.16);
  --muted: #6d6962;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section-shell { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }

.site-header { width: min(1320px, calc(100% - 80px)); margin: 0 auto; min-height: 94px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 600 13px/1.02 var(--display); letter-spacing: 0; text-transform: uppercase; }
.brand strong { font-weight: 700; }
.brand-logo { display: block; width: 168px; height: auto; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 37px; background: var(--coral); color: var(--ink); border-radius: 50%; font: 700 12px var(--display); transform: rotate(-10deg); }
.main-nav { display: flex; align-items: center; gap: 36px; color: var(--muted); font-size: 14px; font-weight: 600; }
.main-nav a:not(.nav-cta), .footer-top { transition: color 180ms ease; }
.main-nav a:not(.nav-cta):hover, .footer-top:hover { color: var(--coral); }
.nav-cta { display: inline-flex; align-items: center; gap: 11px; padding: 13px 18px; color: var(--ink); border: 1px solid var(--ink); border-radius: 100px; transition: background 180ms ease, color 180ms ease; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px 0 10px 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr); gap: 90px; align-items: center; padding-block: 76px 95px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -0.055em; line-height: 0.98; }
h1 { max-width: 600px; margin-bottom: 30px; font-size: clamp(58px, 7.1vw, 103px); }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero-text { max-width: 410px; margin-bottom: 36px; color: var(--muted); font-size: 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 51px; padding: 0 22px; border: 1px solid transparent; border-radius: 100px; cursor: pointer; font-size: 13px; font-weight: 700; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--coral); }
.button-primary:hover { background: #ff7d61; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: var(--coral); color: var(--ink); }
.hero-visual { position: relative; min-height: 465px; }
.visual-frame { position: absolute; inset: 26px 35px 35px 54px; overflow: hidden; background: var(--mint); border-radius: 48% 48% 4px 4px; transform: rotate(4deg); }
.visual-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(125deg, rgba(244, 109, 79, 0.05), rgba(25, 24, 23, 0.22)); mix-blend-mode: multiply; }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9); }
.stamp { position: absolute; z-index: 1; top: 0; right: 6px; display: grid; place-items: center; width: 116px; height: 116px; padding: 16px; background: var(--sky); border-radius: 50%; text-align: center; font: 600 13px/1.05 var(--display); transform: rotate(11deg); }
.stamp strong { color: var(--coral); }
.visual-caption { position: absolute; z-index: 1; bottom: 0; left: 0; padding: 13px 18px; background: var(--paper); font: 600 13px/1.15 var(--display); }
.visual-caption span { margin-right: 18px; color: var(--coral); font-size: 11px; }

.intro-band { padding: 102px 0; background: var(--mint); }
.intro-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 80px; }
.eyebrow-dark { color: var(--ink); }
h2 { margin-bottom: 27px; font-size: clamp(43px, 5vw, 72px); }
.intro-grid h2 { max-width: 690px; }
.intro-grid p:last-child { max-width: 410px; margin-bottom: 0; color: rgba(25, 24, 23, 0.7); font-size: 18px; }

.catalogue { padding-block: 115px 120px; }
.catalogue-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 60px; }
.catalogue-heading h2 { margin-bottom: 0; }
.catalogue-heading > p { max-width: 280px; margin-bottom: 5px; color: var(--muted); font-size: 14px; }
.catalogue-layout { display: grid; grid-template-columns: 250px 1fr; min-height: 440px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.category-panel { padding: 30px 35px 30px 0; border-right: 1px solid var(--line); }
.category-label { margin-bottom: 20px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.category-list { display: flex; flex-direction: column; align-items: stretch; gap: 2px; }
.category-button { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid transparent; cursor: pointer; text-align: left; font-size: 14px; font-weight: 600; transition: color 180ms ease, border-color 180ms ease; }
.category-button span { color: var(--coral); opacity: 0; transform: translateX(-5px); transition: opacity 180ms ease, transform 180ms ease; }
.category-button:hover, .category-button.is-active { color: var(--ink); border-bottom-color: var(--coral); }
.category-button.is-active span, .category-button:hover span { opacity: 1; transform: translateX(0); }
.product-panel { display: grid; place-items: center; min-width: 0; padding: 55px; background: rgba(196, 220, 229, 0.3); }
.product-grid { display: none; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); align-self: stretch; width: 100%; gap: 24px; }
.product-grid.is-visible { display: grid; }
.product-card { display: flex; flex-direction: column; min-width: 0; background: var(--paper); border: 1px solid var(--line); }
.product-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--mint); }
.product-image-placeholder { display: grid; place-items: center; color: var(--coral); font: 700 32px var(--display); }
.product-details { padding: 18px 18px 12px; }
.product-category { margin-bottom: 8px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.product-card h3 { min-height: 48px; margin-bottom: 13px; font: 600 18px/1.1 var(--display); letter-spacing: -0.04em; }
.product-price { margin-bottom: 0; font-size: 14px; font-weight: 700; }
.product-link { margin: auto 18px 18px; color: var(--coral); font-size: 12px; font-weight: 700; }
.empty-catalogue { position: relative; width: min(100%, 430px); min-width: 0; padding: 45px 45px 42px; background: var(--paper); border: 1px solid var(--line); box-shadow: 13px 13px 0 var(--mint); }
.empty-catalogue.is-hidden { display: none; }
.catalogue-status { grid-column: 1 / -1; margin: 20px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.empty-mark { position: absolute; top: 18px; right: 25px; color: var(--coral); font-size: 28px; }
.empty-catalogue .eyebrow { margin-bottom: 20px; }
.empty-catalogue h3 { margin-bottom: 18px; font: 600 clamp(32px, 4vw, 50px)/0.98 var(--display); letter-spacing: -0.055em; }
.empty-catalogue > p:not(.eyebrow) { max-width: 320px; margin-bottom: 25px; color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); font-size: 13px; font-weight: 700; }
.text-link span { color: var(--coral); font-size: 18px; transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.selection { padding-block: 116px 125px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 64px; }
.section-heading h2 { margin-bottom: 0; }
.section-note { max-width: 280px; margin-bottom: 5px; color: var(--muted); font-size: 14px; }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 60px 62px 1fr 25px; align-items: center; gap: 20px; min-height: 144px; border-bottom: 1px solid var(--line); transition: padding 180ms ease, background 180ms ease; }
.service-item:hover { padding-inline: 20px; background: rgba(185, 215, 200, 0.32); }
.service-number { align-self: start; padding-top: 28px; color: var(--coral); font: 700 12px var(--display); }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; font: 600 26px var(--display); }
.icon-spark { background: var(--coral); }
.icon-dot { background: var(--sky); font-size: 15px; }
.icon-wave { background: var(--mint); }
.service-item h3 { margin-bottom: 6px; font: 600 22px var(--display); letter-spacing: -0.04em; }
.service-item p { max-width: 430px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.service-arrow { color: var(--coral); font-size: 25px; transition: transform 180ms ease; }
.service-item:hover .service-arrow { transform: translate(4px, -4px); }

.quote-band { background: var(--ink); color: var(--paper); }
.quote-content { min-height: 395px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow-light { color: var(--mint); }
blockquote { max-width: 880px; margin: 0 0 28px; font: 500 clamp(34px, 5vw, 67px)/1.03 var(--display); letter-spacing: -0.055em; }
.quote-signature { margin-bottom: 0; color: var(--coral); font-size: 13px; font-weight: 700; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; padding-block: 125px 140px; }
.contact-copy p:last-child { max-width: 350px; color: var(--muted); }
.contact-form { display: flex; flex-direction: column; align-items: stretch; }
.contact-form label { margin: 0 0 8px; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; margin-bottom: 22px; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--coral); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9b958c; }
.contact-form .button { align-self: start; margin-top: 8px; }
.form-status { min-height: 22px; margin: 14px 0 0; color: var(--coral); font-size: 13px; }
.form-honeypot { position: absolute; width: 1px !important; height: 1px; padding: 0 !important; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0 !important; }
.contact-form fieldset { min-width: 0; margin: 0 0 34px; padding: 0; border: 0; }
.contact-form legend { margin-bottom: 16px; font: 600 22px/1.05 var(--display); letter-spacing: -0.035em; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
.form-field-full { grid-column: 1 / -1; }
.form-help { margin: -6px 0 16px; color: var(--muted); font-size: 12px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.choice { display: flex; align-items: flex-start; gap: 10px; min-height: 44px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); cursor: pointer; font-size: 12px; line-height: 1.35; transition: border-color 180ms ease, color 180ms ease, background 180ms ease; }
.choice:hover, .choice:has(input:checked) { color: var(--ink); border-color: var(--coral); background: rgba(232, 111, 81, 0.07); }
.choice input { flex: 0 0 auto; width: 16px !important; height: 16px; margin: 0 !important; padding: 0 !important; accent-color: var(--coral); }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.form-email-link { color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.site-footer { color: var(--paper); background: var(--coral); }
.footer-representative { display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; align-items: center; gap: 30px; padding-block: 48px; border-bottom: 1px solid rgba(251, 250, 247, 0.3); }
.representative-image { display: block; width: 150px; aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(251, 250, 247, 0.5); border-radius: 4px; background: var(--ink); }
.representative-label { margin-bottom: 9px; color: var(--mint); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.representative-copy h2 { margin-bottom: 5px; color: var(--paper); font: 600 30px/1 var(--display); letter-spacing: -0.045em; }
.representative-copy > p:not(.representative-label) { margin-bottom: 18px; color: rgba(251, 250, 247, 0.78); font-size: 13px; }
.representative-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.representative-links a { color: var(--paper); font-size: 12px; font-weight: 700; }
.representative-links a:hover { color: var(--mint); }
.footer-powered { display: grid; justify-items: start; gap: 12px; color: rgba(251, 250, 247, 0.7); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.footer-powered img { display: block; width: 145px; max-height: 42px; object-fit: contain; object-position: left center; }
.footer-inner { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-footer .brand-mark { background: var(--paper); }
.footer-inner p { margin: 0; font: 600 18px var(--display); letter-spacing: -0.03em; }
.footer-top { font-size: 13px; font-weight: 700; }
.footer-top span { margin-left: 10px; font-size: 18px; }
.brand-footer .brand-logo { width: 190px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: 150ms; }

@media (max-width: 780px) {
  .brand-logo { width: 142px; }
  .brand-footer .brand-logo { width: 168px; }
  .section-shell, .site-header { width: min(100% - 40px, 540px); }
  .site-header { min-height: 76px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; z-index: 10; top: 76px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: var(--paper); border: 1px solid var(--line); box-shadow: 8px 8px 0 var(--ink); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 12px; }
  .nav-products-toggle { width: 100%; justify-content: space-between; padding: 14px 12px; min-height: 48px; }
  .nav-products-toggle::after { display: none; }
  .products-menu { position: static; grid-template-columns: 1fr; width: auto; margin: 0 0 6px; padding: 10px; box-shadow: none; opacity: 1; transform: none; }
  .products-menu.is-visible { transform: none; }
  .products-menu-heading { padding: 4px 2px 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .products-menu-categories { padding: 8px 0 0; }
  .nav-cta { justify-content: space-between; margin-top: 5px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 60px; padding-block: 70px 90px; }
  h1 { font-size: clamp(57px, 16vw, 84px); }
  .hero-visual { min-height: 390px; }
  .visual-frame { inset: 25px 22px 30px 25px; }
  .stamp { right: -2px; width: 100px; height: 100px; font-size: 11px; }
  .intro-band { padding: 78px 0; }
  .intro-grid, .contact { display: block; }
  .intro-grid .eyebrow { margin-bottom: 45px; }
  .catalogue { padding-block: 84px 92px; }
  .catalogue-heading { display: block; margin-bottom: 45px; }
  .catalogue-heading > p { margin-top: 30px; }
  .catalogue-layout { display: block; min-height: 0; }
  .category-panel { padding: 25px 0 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .category-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 22px; }
  .category-button { padding: 11px 0; }
  .product-panel { min-height: 390px; padding: 35px 25px 48px; }
  .product-grid { grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)); gap: 14px; }
  .product-details { padding: 13px 13px 10px; }
  .product-card h3 { min-height: 42px; font-size: 16px; }
  .product-link { margin: auto 13px 13px; }
  .empty-catalogue { padding: 38px 28px 35px; box-shadow: 9px 9px 0 var(--mint); }
  .section-heading { display: block; margin-bottom: 45px; }
  .section-note { margin-top: 30px; }
  .selection { padding-block: 84px 92px; }
  .service-item { grid-template-columns: 35px 52px 1fr 20px; gap: 12px; min-height: 135px; }
  .service-item:hover { padding-inline: 8px; }
  .service-icon { width: 48px; height: 48px; font-size: 22px; }
  .service-item h3 { font-size: 18px; }
  .service-item p { font-size: 13px; line-height: 1.4; }
  .quote-content { min-height: 340px; }
  .contact { padding-block: 85px 100px; }
  .contact-copy { margin-bottom: 62px; }
  .footer-inner { flex-wrap: wrap; padding-block: 25px; }
  .footer-inner p { order: 3; width: 100%; font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Product-first visual system */
:root {
  --ink: #171716;
  --paper: #fbfaf7;
  --coral: #ef684b;
  --mint: #dce9df;
  --sky: #dce8ed;
  --muted: #77736d;
  --line: rgba(23, 23, 22, 0.13);
}

body { background: var(--paper); }
.section-shell { width: min(1240px, calc(100% - 96px)); }
.site-header { position: sticky; top: 0; z-index: 20; width: 100%; min-height: 82px; padding: 0 max(48px, calc((100vw - 1320px) / 2)); background: rgba(251, 250, 247, 0.93); border-bottom: 1px solid var(--line); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.brand-mark { width: 39px; height: 39px; }
.main-nav { gap: 29px; font-size: 13px; }
.main-nav a:not(.nav-cta) { transition: color 180ms ease; }
.nav-cta { min-height: 43px; padding: 0 17px; background: var(--ink); color: var(--paper); border-color: var(--ink); }
.nav-cta:hover { background: var(--coral); border-color: var(--coral); color: var(--ink); }
.hero { min-height: min(720px, calc(100vh - 82px)); grid-template-columns: 0.78fr 1fr; gap: clamp(40px, 7vw, 110px); padding-block: 70px 92px; }
.hero-copy { max-width: 590px; }
.eyebrow { margin-bottom: 22px; font-size: 10px; letter-spacing: 0.12em; }
.eyebrow span { width: 30px; }
h1 { max-width: 660px; margin-bottom: 28px; font-size: clamp(55px, 6.2vw, 92px); line-height: 0.96; }
h1 em, h2 em { color: var(--coral); }
.hero-text { max-width: 480px; margin-bottom: 34px; color: var(--muted); font-size: 18px; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { min-height: 52px; padding-inline: 21px; border-radius: 5px; }
.button-primary { background: var(--coral); }
.button-primary:hover { background: var(--ink); color: var(--paper); }
.button-quiet { gap: 12px; border-color: var(--line); background: transparent; }
.button-quiet:hover { background: var(--mint); }
.hero-proof { display: flex; align-items: center; gap: 10px; margin-top: 66px; color: var(--muted); font-size: 11px; }
.hero-proof span { display: grid; place-items: center; width: 25px; height: 25px; color: var(--paper); background: var(--ink); border-radius: 50%; font: 700 8px var(--display); }
.hero-collage { position: relative; min-height: 550px; }
.hero-collage figure { position: absolute; overflow: hidden; margin: 0; box-shadow: 0 22px 50px rgba(23, 23, 22, 0.13); }
.hero-collage img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.hero-collage:hover img { transform: scale(1.04); }
.collage-main { inset: 10px 75px 0 100px; border-radius: 4px 4px 100px 4px; transform: rotate(3deg); background: var(--mint); }
.collage-top { z-index: 1; top: 0; right: 0; width: 170px; height: 170px; border: 9px solid var(--paper); border-radius: 50%; transform: rotate(-8deg); }
.collage-bottom { z-index: 1; bottom: 9px; left: 0; width: 184px; height: 184px; border: 9px solid var(--paper); border-radius: 4px 60px 4px 4px; transform: rotate(-7deg); }
.collage-tag { position: absolute; z-index: 2; right: 0; bottom: 112px; display: grid; place-items: center; width: 112px; height: 112px; padding: 12px; border-radius: 50%; background: var(--coral); text-align: center; font: 600 12px/1.05 var(--display); transform: rotate(8deg); }
.collage-tag strong { color: var(--paper); }
.collage-index { position: absolute; bottom: 0; right: 34px; color: var(--muted); font: 700 11px var(--display); letter-spacing: 0.08em; }

.favorites { padding-block: 105px 126px; }
.section-heading { align-items: end; margin-bottom: 48px; }
.section-heading h2, .catalogue-heading h2, .why h2 { margin-bottom: 0; font-size: clamp(42px, 5.2vw, 72px); }
.section-heading > .text-link { margin-bottom: 7px; }
.text-link { gap: 11px; color: var(--ink); font-size: 13px; font-weight: 700; }
.text-link span { color: var(--coral); }
.favorite-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: 255px 255px; gap: 16px; }
.favorite-card { position: relative; display: block; min-height: 0; overflow: hidden; border-radius: 5px; background: var(--mint); }
.favorite-card-large { grid-row: span 2; }
.favorite-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.favorite-card:hover img { transform: scale(1.07); }
.favorite-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(17, 17, 15, 0.72) 100%); }
.favorite-copy { position: absolute; right: 22px; bottom: 21px; left: 22px; display: grid; color: var(--paper); }
.favorite-copy small { margin-bottom: 12px; color: var(--coral); font: 700 10px var(--display); }
.favorite-copy strong { font: 600 clamp(22px, 2.8vw, 34px)/1 var(--display); letter-spacing: -0.04em; }
.favorite-copy span { margin-top: 8px; font-size: 12px; }

.catalogue { padding-block: 113px 130px; }
.catalogue-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.catalogue-heading > p { max-width: 310px; margin-bottom: 4px; color: var(--muted); font-size: 14px; }
.catalogue-layout { grid-template-columns: 235px 1fr; min-height: 520px; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.category-panel { padding: 31px 30px; border-right: 1px solid var(--line); background: #f5f2ec; }
.category-label { margin-bottom: 22px; }
.category-button { padding: 14px 0; }
.product-panel { padding: 36px; background: #eef3f0; }
.product-grid { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px; }
.product-card { overflow: hidden; border: 0; border-radius: 4px; box-shadow: 0 8px 22px rgba(23, 23, 22, 0.07); transition: transform 220ms ease, box-shadow 220ms ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(23, 23, 22, 0.12); }
.product-image { aspect-ratio: 1 / 0.92; }
.product-details { padding: 17px 18px 12px; }
.empty-catalogue { width: min(100%, 460px); padding: 47px 48px 43px; border: 0; border-radius: 4px; box-shadow: 14px 14px 0 var(--mint); }
.empty-catalogue h3 { font-size: clamp(32px, 4vw, 48px); }
.empty-catalogue h3 em { color: var(--coral); font-style: normal; }

.needs { padding-block: 118px 133px; }
.needs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.need-card { min-height: 175px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px 24px; border: 1px solid var(--line); border-radius: 4px; transition: transform 200ms ease, background 200ms ease, border-color 200ms ease; }
.need-card:hover { transform: translateY(-5px); background: var(--mint); border-color: transparent; }
.need-card-featured { grid-column: span 2; background: var(--coral); border-color: var(--coral); }
.need-number { color: var(--coral); font: 700 11px var(--display); }
.need-card-featured .need-number { color: var(--ink); }
.need-card strong { display: block; font: 600 23px/1.05 var(--display); letter-spacing: -0.04em; }
.need-card small { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; }
.need-card-featured small { color: rgba(23, 23, 22, 0.72); }
.need-arrow { align-self: end; color: var(--coral); font-size: 22px; }
.need-card-featured .need-arrow { color: var(--ink); }

.brand-story { padding-block: 0 128px; background: var(--mint); }
.brand-story-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(50px, 9vw, 135px); align-items: center; }
.brand-story-image { margin-top: -35px; overflow: hidden; border-radius: 4px 4px 85px 4px; box-shadow: 15px 15px 0 var(--paper); }
.brand-story-image img { display: block; width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; transition: transform 700ms ease; }
.brand-story-image:hover img { transform: scale(1.04); }
.brand-story-copy p:not(.eyebrow) { max-width: 405px; margin: 29px 0; color: rgba(23, 23, 22, 0.68); font-size: 17px; }

.why { padding-block: 126px 106px; }
.why-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 58px; }
.why-heading .eyebrow { margin-bottom: 7px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.why-card { min-height: 215px; padding: 25px 25px 20px 0; border-bottom: 1px solid var(--line); }
.why-card + .why-card { padding-left: 25px; border-left: 1px solid var(--line); }
.why-card span { color: var(--coral); font: 700 11px var(--display); }
.why-card h3 { margin: 42px 0 9px; font: 600 20px/1.05 var(--display); letter-spacing: -0.035em; }
.why-card p { max-width: 190px; margin: 0; color: var(--muted); font-size: 13px; }
.service-strip { display: flex; flex-wrap: wrap; gap: 8px 26px; padding-top: 28px; color: var(--muted); font-size: 12px; }
.service-strip span::before { content: "↗"; margin-right: 7px; color: var(--coral); }

.trust-band { padding-block: 100px; color: var(--paper); background: var(--ink); }
.trust-content { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.eyebrow-light { color: var(--mint); }
.trust-content h2 { margin-bottom: 0; }
.logo-placeholder { display: flex; flex-direction: column; justify-content: center; min-height: 150px; padding: 30px; border: 1px dashed rgba(251, 250, 247, 0.35); border-radius: 4px; color: rgba(251, 250, 247, 0.75); }
.logo-placeholder span { font: 600 22px var(--display); }
.logo-placeholder small { margin-top: 8px; color: rgba(251, 250, 247, 0.55); }

.contact { grid-template-columns: 0.9fr 1.1fr; gap: clamp(50px, 11vw, 160px); padding-block: 125px 145px; }
.contact-copy h2 { font-size: clamp(44px, 5.2vw, 70px); }
.contact-copy p:not(.eyebrow) { max-width: 320px; margin: 27px 0 32px; color: var(--muted); font-size: 17px; }
.contact-form { padding: 34px 34px 30px; border: 1px solid var(--line); border-radius: 4px; background: #f5f2ec; }
.contact-form input, .contact-form textarea { margin-bottom: 22px; padding: 12px 0; }
.contact-form .button { margin-top: 8px; }
.site-footer { background: var(--coral); }
.footer-inner { min-height: 110px; }

/* Header navigation */
.site-header { position: sticky; top: 0; z-index: 30; width: 100%; min-height: 76px; padding: 0 max(32px, calc((100vw - 1320px) / 2)); background: transparent; border-bottom-color: transparent; transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.site-header.is-scrolled { background: rgba(251, 250, 247, 0.88); border-bottom-color: var(--line); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); box-shadow: 0 4px 18px rgba(23, 23, 22, 0.04); }
.brand { position: relative; z-index: 2; font-size: 14px; }
.brand-mark { width: 41px; height: 41px; }
.main-nav { gap: 27px; }
.main-nav > a:not(.nav-cta), .nav-products-toggle { position: relative; min-height: 42px; color: var(--muted); transition: color 180ms ease; }
.main-nav > a:not(.nav-cta)::after, .nav-products-toggle::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; content: ""; background: var(--coral); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.main-nav > a:not(.nav-cta):hover, .main-nav > a:not(.nav-cta):focus-visible, .nav-products-toggle:hover, .nav-products-toggle:focus-visible { color: var(--ink); }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after, .nav-products-toggle:hover::after, .nav-products-toggle:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-products { position: relative; }
.nav-products-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; cursor: pointer; font-size: inherit; font-weight: inherit; }
.nav-chevron { color: var(--coral); font-size: 17px; line-height: 1; transition: transform 180ms ease; }
.nav-products-toggle[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }
.products-menu { position: absolute; top: calc(100% + 13px); left: 50%; display: grid; grid-template-columns: 125px minmax(260px, 1fr); width: min(470px, calc(100vw - 40px)); padding: 18px; background: rgba(251, 250, 247, 0.98); border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(23, 23, 22, 0.1); opacity: 0; transform: translate(-50%, -7px); transform-origin: top center; transition: opacity 180ms ease, transform 180ms ease; }
.products-menu.is-visible { opacity: 1; transform: translate(-50%, 0); }
.products-menu-heading { display: grid; align-content: start; gap: 5px; padding: 4px 18px 4px 2px; border-right: 1px solid var(--line); }
.products-menu-heading span { color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.products-menu-heading strong { font: 600 21px/1.05 var(--display); letter-spacing: -0.04em; }
.products-menu-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding-left: 14px; }
.products-menu-item { display: flex; align-items: center; gap: 9px; min-width: 0; padding: 7px; color: var(--muted); transition: color 180ms ease, background 180ms ease; }
.products-menu-item:hover, .products-menu-item:focus-visible { color: var(--ink); background: var(--mint); }
.products-menu-item img { flex: 0 0 42px; width: 42px; height: 42px; object-fit: cover; background: var(--mint); }
.products-menu-item > span { display: flex; align-items: center; justify-content: space-between; gap: 5px; width: 100%; font-size: 12px; }
.products-menu-item > span > span { color: var(--coral); opacity: 0; transform: translateX(-3px); transition: opacity 180ms ease, transform 180ms ease; }
.products-menu-item:hover > span > span, .products-menu-item:focus-visible > span > span { opacity: 1; transform: translateX(0); }
.products-menu-all { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 13px; padding: 12px 2px 1px; border-top: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 700; }
.products-menu-all span { color: var(--coral); transition: transform 180ms ease; }
.products-menu-all:hover span, .products-menu-all:focus-visible span { transform: translate(2px, -2px); }
.nav-cta { min-height: 43px; padding: 0 18px; background: var(--ink); color: var(--paper); border-color: var(--ink); box-shadow: 0 4px 0 rgba(23, 23, 22, 0.1); transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.nav-cta span { transition: transform 180ms ease; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--coral); border-color: var(--coral); color: var(--ink); transform: translateY(-2px); box-shadow: 0 6px 0 rgba(23, 23, 22, 0.08); }
.nav-cta:hover span, .nav-cta:focus-visible span { transform: translate(2px, -2px); }
.main-nav a:focus-visible, .nav-products-toggle:focus-visible, .menu-toggle:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }

@media (max-width: 880px) {
  .section-shell { width: min(100% - 48px, 620px); }
  .site-header { padding: 0 24px; }
  .main-nav { top: 82px; right: 18px; left: 18px; }
  .hero { display: flex; flex-direction: column; gap: 55px; padding-block: 65px 100px; }
  h1 { font-size: clamp(52px, 11vw, 78px); }
  .hero-copy { max-width: 650px; }
  .hero-proof { margin-top: 38px; }
  .hero-collage { width: min(100%, 570px); min-height: 480px; margin-inline: auto; }
  .favorite-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 275px 275px 275px; }
  .favorite-card-large { grid-row: span 2; }
  .favorite-card:last-child { grid-column: span 2; }
  .catalogue-layout { grid-template-columns: 190px 1fr; }
  .product-panel { padding: 23px; }
  .needs-grid { grid-template-columns: 1fr 1fr; }
  .need-card-featured { grid-column: span 2; }
  .brand-story-grid, .contact, .trust-content { gap: 55px; }
}

@media (max-width: 620px) {
  .section-shell { width: calc(100% - 40px); }
  .site-header { min-height: 72px; padding: 0 20px; }
  .main-nav { top: 72px; }
  .hero { padding-block: 54px 78px; }
  h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-collage { min-height: 350px; }
  .collage-main { inset: 12px 40px 0 45px; border-radius: 4px 4px 65px 4px; }
  .collage-top { width: 110px; height: 110px; border-width: 6px; }
  .collage-bottom { width: 118px; height: 118px; border-width: 6px; }
  .collage-tag { right: -2px; bottom: 65px; width: 82px; height: 82px; font-size: 10px; }
  .collage-index { right: 16px; font-size: 9px; }
  .favorites, .catalogue, .needs, .why { padding-block: 80px 90px; }
  .section-heading, .catalogue-heading, .why-heading { display: block; margin-bottom: 40px; }
  .section-heading > .text-link { display: inline-flex; margin-top: 24px; }
  .catalogue-heading > p { margin-top: 25px; }
  .favorite-grid { display: flex; flex-direction: column; gap: 12px; }
  .favorite-card, .favorite-card-large, .favorite-card:last-child { min-height: 300px; }
  .catalogue-layout { display: block; min-height: 0; }
  .category-panel { padding: 24px 20px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .category-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .product-panel { min-height: 350px; padding: 24px 20px 38px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .empty-catalogue { padding: 35px 27px 32px; box-shadow: 9px 9px 0 var(--mint); }
  .needs-grid { grid-template-columns: 1fr; gap: 10px; }
  .need-card-featured { grid-column: auto; }
  .need-card { min-height: 145px; }
  .brand-story { padding-bottom: 85px; }
  .brand-story-grid, .contact, .trust-content { display: block; }
  .brand-story-image { margin-top: 0; margin-bottom: 70px; }
  .brand-story-copy p:not(.eyebrow) { font-size: 16px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-card { min-height: 185px; padding: 20px 15px 18px 0; }
  .why-card + .why-card { padding-left: 15px; }
  .why-card h3 { margin-top: 28px; font-size: 17px; }
  .service-strip { gap: 8px 18px; }
  .logo-placeholder { margin-top: 35px; }
  .contact-copy { margin-bottom: 58px; }
  .contact-form { padding: 25px 22px; }
  .form-grid, .choice-grid { grid-template-columns: 1fr; }
  .contact-form legend { font-size: 20px; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .footer-representative { grid-template-columns: 100px minmax(0, 1fr); gap: 20px; padding-block: 36px; }
  .representative-image { width: 100px; }
  .representative-copy h2 { font-size: 25px; }
  .footer-powered { grid-column: 2; }
  .footer-powered img { width: 125px; }
  .footer-inner { align-items: flex-start; flex-wrap: wrap; padding-block: 28px; }
  .footer-inner p { order: 3; width: 100%; }
}

/* Finishing pass */
:root {
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;
  --space-7: 96px;
  --space-8: 128px;
}

body { overflow-x: hidden; }
.hero { min-height: clamp(640px, 84vh, 860px); padding-block: 58px 70px; }
.hero-proof { margin-top: 42px; }
.hero-copy, .section-heading, .catalogue-heading, .why-heading, .brand-story-copy, .contact-copy { animation: settle-in 650ms ease both; }
.hero-copy { animation-delay: 80ms; }
.hero-collage { animation: settle-in 750ms 160ms ease both; }
.favorites, .catalogue, .needs, .brand-story, .why, .contact { scroll-margin-top: 100px; }

.catalogue-heading h2 { max-width: 720px; }
.catalogue-heading > p { max-width: 340px; line-height: 1.6; }
.catalogue-layout { min-height: 560px; }
.product-panel { align-items: start; }
.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 18px; }
.product-card { position: relative; overflow: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; transition: transform 260ms ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: none; }
.product-image { display: block; aspect-ratio: 1 / 1.06; border-radius: 4px; background: var(--mint); object-fit: cover; transition: transform 320ms ease, box-shadow 320ms ease; }
.product-card:hover .product-image { transform: scale(1.025); box-shadow: 0 14px 26px rgba(23, 23, 22, 0.11); }
.product-badge { position: absolute; top: 12px; left: 12px; padding: 6px 8px; color: var(--ink); background: var(--paper); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.product-details { padding: 15px 0 8px; }
.product-category { margin-bottom: 7px; font-size: 9px; }
.product-card h3 { min-height: 0; margin-bottom: 8px; font-size: 17px; line-height: 1.15; }
.product-price { color: var(--muted); font-size: 13px; font-weight: 600; }
.product-link { display: inline-flex; gap: 7px; margin: 0; color: var(--ink); font-size: 11px; }
.product-link::after { content: "→"; color: var(--coral); transition: transform 180ms ease; }
.product-link:hover::after { transform: translate(2px, -2px); }
.catalogue-status { margin-top: 28px; }

.needs { padding-top: 105px; }
.needs .section-heading { margin-bottom: 42px; }
.needs-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 12px; }
.need-card { position: relative; overflow: hidden; min-height: 0; padding: 22px; border: 0; color: var(--paper); background: var(--ink); }
.need-card-featured { grid-column: span 2; background: var(--coral); }
.need-card img, .need-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.need-card img { object-fit: cover; transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.need-overlay { background: linear-gradient(180deg, rgba(23, 23, 22, 0.1), rgba(23, 23, 22, 0.82)); }
.need-card:hover img { transform: scale(1.06); }
.need-number, .need-copy, .need-arrow { position: relative; z-index: 1; }
.need-number { color: var(--paper); }
.need-card-featured .need-number { color: var(--paper); }
.need-copy { margin-top: auto; }
.need-card strong { font-size: 21px; }
.need-card small, .need-card-featured small { max-width: 220px; color: rgba(251, 250, 247, 0.78); line-height: 1.35; }
.need-arrow, .need-card-featured .need-arrow { color: var(--paper); }
.need-card:hover { transform: translateY(-4px); background: var(--ink); border-color: transparent; }

.brand-story { padding-block: 0 132px; }
.brand-story-copy { max-width: 540px; }
.brand-story-copy h2 { max-width: 520px; }
.brand-story-copy p:not(.eyebrow) { max-width: 390px; line-height: 1.6; }
.why { padding-top: 112px; }
.why-heading h2 { max-width: 700px; }
.why-card h3 { text-transform: uppercase; }

.contact { padding-top: 112px; }
.contact-copy h2 { max-width: 560px; }
.contact-copy p:not(.eyebrow) { line-height: 1.6; }

@keyframes settle-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1040px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .needs-grid { grid-template-columns: repeat(3, 1fr); }
  .need-card-featured { grid-column: span 2; }
}

@media (max-width: 620px) {
  .hero { min-height: 0; }
  .hero-copy, .section-heading, .catalogue-heading, .why-heading, .brand-story-copy, .contact-copy, .hero-collage { animation: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 14px; }
  .product-panel { padding: 25px 20px 38px; }
  .product-image { aspect-ratio: 1 / 1.08; }
  .product-card h3 { font-size: 15px; }
  .product-badge { top: 8px; left: 8px; padding: 5px 6px; font-size: 8px; }
  .needs { padding-top: 78px; }
  .needs-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; gap: 10px; }
  .need-card-featured { grid-column: span 2; }
  .need-card { padding: 16px; }
  .need-card strong { font-size: 17px; }
  .need-card small { margin-top: 5px; font-size: 11px; }
  .brand-story-copy h2 { font-size: clamp(38px, 11vw, 56px); }
  .why { padding-top: 78px; }
  .contact { padding-top: 80px; }
}

/* Section refinement */
[hidden] { display: none !important; }
.hero-collage img { transition: opacity 260ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.favorites { padding-block: 105px 112px; }
.favorite-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: 430px; gap: 14px; }
.favorite-card, .favorite-card-large { grid-row: auto; }
.favorites .section-heading { margin-bottom: 42px; }
.favorites-all-link { white-space: nowrap; }
.favorite-product-card { position: relative; display: block; min-width: 0; overflow: hidden; aspect-ratio: 0.8; border: 1px solid rgba(23, 23, 22, 0.08); border-radius: 4px; background: var(--mint); box-shadow: 0 8px 22px rgba(23, 23, 22, 0.05); transition: transform 240ms ease, box-shadow 240ms ease; }
.favorite-product-image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 360ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.favorite-product-card:hover, .favorite-product-card:focus-visible { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(23, 23, 22, 0.1); }
.favorite-product-card:hover .favorite-product-image, .favorite-product-card:focus-visible .favorite-product-image { transform: scale(1.045); }
.favorite-product-card .favorite-overlay { background: linear-gradient(180deg, rgba(17, 17, 15, 0.02) 28%, rgba(17, 17, 15, 0.88) 100%); }
.favorite-product-copy { position: absolute; right: 20px; bottom: 18px; left: 20px; z-index: 1; display: grid; color: var(--paper); }
.favorite-product-category { margin-bottom: 10px; color: var(--coral); font: 700 10px var(--display); letter-spacing: 0.1em; text-transform: uppercase; }
.favorite-product-copy strong { max-width: 230px; font: 600 clamp(20px, 2.1vw, 29px)/1.02 var(--display); letter-spacing: -0.04em; }
.favorite-product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 13px; }
.favorite-product-meta small { color: rgba(251, 250, 247, 0.78); font-size: 12px; }
.favorite-product-link { display: inline-flex; align-items: center; gap: 6px; color: var(--paper); font-size: 11px; font-weight: 700; white-space: nowrap; }
.favorite-product-link span { color: var(--coral); transition: transform 180ms ease; }
.favorite-product-card:hover .favorite-product-link span, .favorite-product-card:focus-visible .favorite-product-link span { transform: translate(2px, -2px); }

/* Hero product focus */
.hero { grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: clamp(48px, 6vw, 92px); min-height: clamp(680px, 88vh, 900px); padding-block: clamp(54px, 7vh, 78px) clamp(64px, 9vh, 96px); }
.hero-copy { align-self: center; max-width: 560px; }
.hero-copy h1 { max-width: 620px; margin-bottom: 25px; font-size: clamp(56px, 6.3vw, 94px); line-height: 0.94; }
.hero-text { max-width: 430px; margin-bottom: 30px; font-size: 17px; line-height: 1.5; }
.hero-actions { gap: 14px; }
.hero-actions .button { min-height: 54px; padding-inline: 22px; }
.hero-actions .button-primary { min-width: 218px; box-shadow: 0 8px 0 rgba(23, 23, 22, 0.08); transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.hero-actions .button-primary span { transition: transform 180ms ease; }
.hero-actions .button-primary:hover, .hero-actions .button-primary:focus-visible { background: var(--ink); color: var(--paper); box-shadow: 0 11px 0 rgba(23, 23, 22, 0.07); transform: translateY(-3px); }
.hero-actions .button-primary:hover span, .hero-actions .button-primary:focus-visible span { transform: translate(2px, -2px); }
.hero-actions .button-quiet { min-width: 153px; color: var(--muted); }
.hero-actions .button-quiet:hover, .hero-actions .button-quiet:focus-visible { color: var(--ink); }
.hero-proof { margin-top: 38px; }
.hero-collage { min-height: clamp(500px, 68vh, 650px); isolation: isolate; }
.hero-collage::before { position: absolute; inset: 7% 4% 4% 10%; z-index: -1; content: ""; background: var(--mint); border-radius: 38% 4px 38% 4px; opacity: 0.66; transform: rotate(-3deg); }
.hero-collage figure { box-shadow: 0 20px 44px rgba(23, 23, 22, 0.14); }
.hero-collage img { position: relative; z-index: 0; }
.collage-main { inset: 0 78px 14px 86px; border-radius: 5px 5px 118px 5px; transform: rotate(2deg); border: 1px solid rgba(23, 23, 22, 0.08); }
.collage-top { top: -5px; right: 0; width: 184px; height: 184px; border-width: 8px; }
.collage-bottom { bottom: 0; left: 0; width: 198px; height: 198px; border-width: 8px; }
.collage-caption { position: absolute; right: 13px; bottom: 12px; left: 13px; z-index: 1; overflow: hidden; color: var(--paper); text-overflow: ellipsis; white-space: nowrap; font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; text-shadow: 0 1px 8px rgba(23, 23, 22, 0.65); }
.collage-main .collage-caption { right: 24px; bottom: 23px; left: 24px; font-size: 11px; }
.collage-tag { right: -3px; bottom: 126px; width: 118px; height: 118px; box-shadow: 0 10px 24px rgba(23, 23, 22, 0.1); }

@media (max-width: 880px) {
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 48px; min-height: 0; }
  .hero-copy { max-width: 650px; }
  .hero-collage { width: min(100%, 610px); margin-inline: auto; }
}

@media (max-width: 620px) {
  .hero { gap: 38px; padding-block: 48px 70px; }
  .hero-copy h1 { max-width: 360px; margin-bottom: 22px; font-size: clamp(48px, 13.5vw, 68px); line-height: 0.95; }
  .hero-text { max-width: 340px; margin-bottom: 25px; font-size: 16px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button, .hero-actions .button-primary, .hero-actions .button-quiet { width: 100%; min-width: 0; }
  .hero-proof { margin-top: 27px; font-size: 10px; }
  .hero-collage { min-height: 382px; }
  .hero-collage::before { inset: 8% 3% 3% 8%; }
  .collage-main { inset: 0 42px 8px 44px; border-radius: 4px 4px 68px 4px; }
  .collage-top { width: 112px; height: 112px; border-width: 6px; }
  .collage-bottom { width: 124px; height: 124px; border-width: 6px; }
  .collage-tag { right: -2px; bottom: 62px; width: 84px; height: 84px; font-size: 10px; }
  .collage-caption { right: 9px; bottom: 9px; left: 9px; font-size: 8px; }
  .collage-main .collage-caption { right: 14px; bottom: 15px; left: 14px; font-size: 9px; }
}

.category-explorer { padding-block: 112px 120px; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.category-card { position: relative; min-width: 0; aspect-ratio: 1.25; padding: 0; overflow: hidden; color: var(--paper); background: var(--ink); border: 0; border-radius: 4px; cursor: pointer; text-align: left; }
.category-image, .category-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.category-image { object-fit: cover; transition: transform 360ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.category-overlay { background: linear-gradient(180deg, rgba(23, 23, 22, 0.03) 18%, rgba(23, 23, 22, 0.82) 100%); }
.category-copy { position: absolute; right: 22px; bottom: 20px; left: 22px; z-index: 1; display: grid; }
.category-copy strong { font: 600 clamp(22px, 2.6vw, 33px)/1 var(--display); letter-spacing: -0.045em; }
.category-copy small { max-width: 250px; margin-top: 8px; color: rgba(251, 250, 247, 0.76); font-size: 12px; line-height: 1.35; }
.category-arrow { position: absolute; right: 0; bottom: 0; color: var(--coral); font-size: 22px; transition: transform 220ms ease; }
.category-card:hover .category-image { transform: scale(1.045); }
.category-card:hover .category-arrow { transform: translate(3px, -3px); }
.category-card.is-active { outline: 2px solid var(--coral); outline-offset: 3px; }

.catalogue { padding-top: 112px; }
.catalogue-layout { display: block; min-height: 0; }
.product-panel { display: block; padding: 38px; }
.catalogue-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; }
.catalogue-status { margin: 0; text-align: left; }
.catalogue-footer .text-link { padding: 0; color: var(--ink); background: transparent; border: 0; cursor: pointer; }
.catalogue-footer .text-link span { color: var(--coral); }
.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 20px; }
.product-card { background: transparent; }
.product-card .product-image { aspect-ratio: 1 / 1.08; }
.product-card h3 { font-size: 16px; }
.product-price { margin-top: 8px; }
.product-link { align-items: center; }

.needs { padding-top: 106px; }
.service-strip { align-items: center; }
.service-strip a { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); transition: color 180ms ease; }
.service-strip a:hover { color: var(--ink); }
.service-strip a span { color: var(--coral); transition: transform 180ms ease; }
.service-strip a:hover span { transform: translate(2px, -2px); }

.why-grid { grid-template-columns: repeat(2, 1fr); }
.why-card { min-height: 205px; padding: 26px 34px 28px 0; }
.why-card + .why-card { padding-left: 34px; }
.why-card:nth-child(3) { border-left: 0; padding-left: 0; }
.why-card span { font-size: 22px; opacity: 0.42; }
.why-card h3 { margin-top: 32px; }

.footer-inner { display: grid; grid-template-columns: 1.35fr 0.8fr 0.8fr 1fr; align-items: start; min-height: 260px; padding-block: 52px; }
.footer-brand { display: flex; flex-direction: column; gap: 24px; }
.footer-brand p { max-width: 180px; margin: 0; font: 600 17px/1.1 var(--display); }
.footer-group { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 12px; }
.footer-group strong { margin-bottom: 9px; font: 700 10px var(--display); letter-spacing: 0.1em; text-transform: uppercase; }
.footer-group a { color: rgba(251, 250, 247, 0.86); transition: color 180ms ease; }
.footer-group a:hover { color: var(--ink); }
.footer-contact a:not(.footer-top) { overflow-wrap: anywhere; }
.footer-top { margin-top: 18px; color: var(--ink) !important; }

@media (max-width: 1040px) {
  .favorite-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .favorite-grid { grid-template-rows: repeat(2, 330px); }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .favorites, .category-explorer, .catalogue { padding-block: 78px 88px; }
  .favorite-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 275px); gap: 10px; }
  .favorite-product-card { aspect-ratio: auto; }
  .favorite-product-copy { right: 13px; bottom: 13px; left: 13px; }
  .favorite-product-category { margin-bottom: 8px; font-size: 8px; }
  .favorite-product-copy strong { font-size: 18px; }
  .favorite-product-meta { gap: 5px; margin-top: 10px; }
  .favorite-product-meta small { font-size: 10px; }
  .favorite-product-link { font-size: 9px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .category-card { aspect-ratio: 0.88; }
  .category-copy { right: 13px; bottom: 13px; left: 13px; }
  .category-copy strong { font-size: 20px; }
  .category-copy small { font-size: 10px; }
  .product-panel { padding: 25px 20px 30px; }
  .product-grid { gap: 27px 14px; }
  .catalogue-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  #catalogue .product-grid { gap: 30px 14px; }
  #catalogue .product-image { height: 170px; }
  .needs { padding-top: 78px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-card { min-height: 180px; padding-right: 14px; }
  .why-card + .why-card { padding-left: 14px; }
  .why-card:nth-child(3) { padding-left: 0; }
  .footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 22px; min-height: 0; padding-block: 38px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: auto; }
}

.product-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 13px; font-weight: 700; }
.product-detail { padding-block: 48px 128px; }
.product-back { margin-bottom: 42px; }
.product-detail-layout { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr); gap: clamp(48px, 8vw, 120px); align-items: start; }
.product-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.product-detail-image { display: block; width: 100%; aspect-ratio: 1; object-fit: contain; padding: 12px; border-radius: 4px; background: #f0eee8; }
.product-detail-image-primary { grid-column: 1 / -1; aspect-ratio: 1; padding: 10px; }
.product-image-status { display: grid; place-items: center; min-height: 360px; margin: 0; color: var(--muted); background: var(--mint); }

/* Keep the home catalogue compact while preserving the full catalogue layout. */
#catalogue .catalogue-layout { border: 0; }
#catalogue .product-panel { padding: 0; background: transparent; }
#catalogue .product-grid { gap: 42px 24px; }
#catalogue .product-image { width: 100%; height: clamp(170px, 20vw, 250px); aspect-ratio: auto; object-fit: cover; }
#catalogue .product-details { padding-top: 13px; }

/* Full catalogue */
.catalogue-access { position: relative; display: grid; justify-items: center; overflow: hidden; padding-block: 112px 120px; color: var(--paper); background: var(--ink); border-top: 1px solid rgba(245, 241, 233, 0.18); text-align: center; isolation: isolate; }
.catalogue-access::before { position: absolute; z-index: -1; inset: 0; content: ""; opacity: 0.7; background: linear-gradient(116deg, rgba(244, 109, 79, 0.72) 0%, rgba(244, 109, 79, 0.18) 19%, transparent 43%), repeating-linear-gradient(90deg, transparent 0, transparent 88px, rgba(245, 241, 233, 0.055) 89px, transparent 90px), repeating-linear-gradient(0deg, transparent 0, transparent 88px, rgba(245, 241, 233, 0.055) 89px, transparent 90px); }
.catalogue-access::after { position: absolute; z-index: -1; top: -35%; right: -8%; width: 46%; height: 180%; content: ""; border: 1px solid rgba(196, 220, 229, 0.22); transform: rotate(19deg); }
.catalogue-access-copy { position: relative; max-width: 700px; }
.catalogue-access-copy .eyebrow { color: var(--mint); }
.catalogue-access-copy h2 { margin-bottom: 24px; }
.catalogue-access-copy > p:not(.eyebrow) { max-width: 430px; margin: 0 auto 34px; color: rgba(245, 241, 233, 0.74); }
.catalogue-access-copy .button { min-width: 270px; min-height: 60px; justify-content: center; padding-inline: 28px; box-shadow: 0 8px 0 rgba(0, 0, 0, 0.28); font-size: 14px; }
.full-catalogue { padding-block: 68px 110px; }
.full-catalogue-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding-bottom: 54px; }
.full-catalogue-heading h1 { max-width: 760px; margin-bottom: 0; font-size: clamp(48px, 6vw, 86px); line-height: 0.94; }
.full-catalogue-heading > p { max-width: 300px; margin-bottom: 5px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.catalogue-tool { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: clamp(35px, 5vw, 72px); align-items: start; border-top: 1px solid var(--line); }
.catalogue-sidebar { position: sticky; top: 92px; padding-top: 27px; }
.catalogue-search { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.catalogue-search label { display: block; margin-bottom: 10px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.catalogue-search input { width: 100%; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: 0; font: 500 14px var(--body); }
.catalogue-search input:focus { border-bottom-color: var(--coral); }
.catalogue-filter-heading { display: grid; gap: 4px; padding-block: 29px 16px; }
.catalogue-filter-heading span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.catalogue-filter-heading strong { font: 600 24px var(--display); }
.catalogue-filters { display: grid; gap: 2px; }
.catalogue-filter { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid transparent; cursor: pointer; font: 600 13px var(--body); text-align: left; transition: color 180ms ease, border-color 180ms ease; }
.catalogue-filter small { color: var(--coral); font-size: 10px; }
.catalogue-filter:hover, .catalogue-filter.is-active { color: var(--ink); border-bottom-color: var(--coral); }
.catalogue-results { min-width: 0; padding-top: 27px; }
.catalogue-results-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.catalogue-results-status, .catalogue-results-hint { margin: 0; color: var(--muted); font-size: 12px; }
.catalogue-results-hint { text-align: right; }
.catalogue-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 20px; }
.catalogue-product-card { display: block; min-width: 0; color: var(--ink); }
.catalogue-product-visual { display: block; overflow: hidden; aspect-ratio: 0.92; border-radius: 4px; background: var(--mint); }
.catalogue-product-visual img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 280ms ease; }
.catalogue-product-card:hover .catalogue-product-visual img, .catalogue-product-card:focus-visible .catalogue-product-visual img { transform: scale(1.03); }
.catalogue-product-copy { display: grid; padding-top: 14px; }
.catalogue-product-copy > small { margin-bottom: 7px; color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.catalogue-product-copy strong { font: 600 17px/1.15 var(--display); }
.catalogue-product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; }
.catalogue-product-meta small { color: var(--muted); font-size: 12px; }
.catalogue-product-link { display: inline-flex; align-items: center; gap: 6px; color: var(--ink); font-size: 11px; font-weight: 700; }
.catalogue-product-link::after { content: "↗"; color: var(--coral); transition: transform 180ms ease; }
.catalogue-product-card:hover .catalogue-product-link::after, .catalogue-product-card:focus-visible .catalogue-product-link::after { transform: translate(2px, -2px); }
.catalogue-empty { grid-column: 1 / -1; padding: 50px 0; color: var(--muted); }
.catalogue-load-more { display: flex; margin: 45px auto 0; }
.catalogue-load-sentinel { width: 100%; height: 1px; margin-top: 48px; pointer-events: none; }

@media (max-width: 1040px) {
  .catalogue-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .catalogue-access { display: grid; padding-block: 82px 90px; }
  .full-catalogue { padding-block: 48px 84px; }
  .full-catalogue-heading { display: block; padding-bottom: 38px; }
  .full-catalogue-heading > p { margin-top: 25px; }
  .catalogue-tool { display: block; }
  .catalogue-sidebar { position: static; padding-bottom: 28px; }
  .catalogue-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .catalogue-results-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .catalogue-results-hint { text-align: left; }
}

@media (max-width: 620px) {
  .catalogue-access-copy .button { width: min(100%, 340px); min-width: 0; }
  .full-catalogue-heading h1 { font-size: clamp(44px, 13vw, 64px); }
  .catalogue-product-grid { gap: 30px 14px; }
  .catalogue-product-copy strong { font-size: 15px; }
  .catalogue-product-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
}
.product-detail-copy { position: sticky; top: 120px; }
.product-detail-title { max-width: 650px; margin-bottom: 22px; font-size: clamp(48px, 6vw, 82px); }
.product-detail-description { max-width: 470px; margin-bottom: 24px; color: var(--muted); font-size: 18px; line-height: 1.5; }
.product-detail-price { margin-bottom: 28px; font: 600 18px var(--display); }
.product-detail-sku { margin: -15px 0 28px; color: var(--muted); font: 600 11px var(--body); letter-spacing: 0.08em; text-transform: uppercase; }
.product-detail-cta { margin-bottom: 58px; }
.product-detail-sections { border-top: 1px solid var(--line); }
.product-detail-sections section { padding-block: 25px; border-bottom: 1px solid var(--line); }
.product-detail-sections h2 { margin-bottom: 20px; font-size: 22px; letter-spacing: -0.035em; }
.product-tier-list { display: grid; gap: 10px; margin: 0; padding: 0; color: var(--muted); list-style: none; font-size: 13px; }
.product-spec-list { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 10px 18px; margin: 0; font-size: 13px; }
.product-spec-list dt { color: var(--muted); text-transform: capitalize; }
.product-spec-list dd { margin: 0; font-weight: 600; }
.product-error-title { margin-top: 100px; }
.product-error-copy { color: var(--muted); }

@media (max-width: 780px) {
  .product-nav { gap: 14px; font-size: 11px; }
  .product-nav > a:first-child { display: none; }
  .product-detail { padding-block: 34px 90px; }
  .product-detail-layout { display: block; }
  .product-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 54px; }
  .product-detail-image-primary { padding: 8px; }
  .product-detail-copy { position: static; }
  .product-detail-title { font-size: clamp(43px, 12vw, 68px); }
  .product-detail-description { font-size: 16px; }
  .product-detail-cta { margin-bottom: 44px; }
}

@media (max-width: 780px) {
  .products-menu { position: static; grid-template-columns: 1fr; width: auto; margin: 0 0 6px; padding: 10px; box-shadow: none; opacity: 1; transform: none; }
  .products-menu.is-visible { transform: none; }
  .products-menu-heading { padding: 4px 2px 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .products-menu-categories { padding: 8px 0 0; }
}