:root {
  --ink: #18333c;
  --muted: #64747a;
  --paper: #fffaf5;
  --card: #ffffff;
  --accent: #bd5d64;
  --accent-dark: #94464d;
  --line: #e8ddd3;
  --navy: #183742;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; overflow-wrap: anywhere; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: white; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.site-header { width: min(1120px, calc(100% - 32px)); min-height: 72px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: white; background: var(--accent); font-size: .72rem; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; color: var(--muted); font-size: .82rem; font-weight: 750; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--accent-dark); }
.header-tools { display: flex; align-items: center; gap: 10px; }
.language-picker select { width: auto; min-height: 44px; max-width: 150px; padding-inline: 10px 32px; border-radius: 999px; background-color: white; font-size: .78rem; font-weight: 750; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 16px; border: 1px solid var(--accent); border-radius: 999px; color: var(--accent-dark); font-weight: 800; font-size: .84rem; }
.language-suggestion { position: relative; display: flex; align-items: center; gap: 14px; margin-top: 4px; padding: 12px 48px 12px 16px; border: 1px solid #d8e7e8; border-radius: 12px; color: var(--ink); background: #edf7f7; font-size: .84rem; }
.language-suggestion[hidden] { display: none; }
.language-suggestion p { margin: 0; }
.language-suggestion button { min-height: 44px; border: 0; color: var(--accent-dark); background: transparent; cursor: pointer; font-weight: 850; }
.language-suggestion .suggestion-close { position: absolute; right: 4px; width: 44px; color: var(--muted); font-size: 1.3rem; }
.hero { padding-block: clamp(64px, 11vw, 130px); }
.eyebrow { margin: 0 0 12px; color: var(--accent-dark); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { margin-top: 0; line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(2.65rem, 7vw, 5.8rem); }
h2 { margin-bottom: 14px; font-size: clamp(2rem, 4vw, 3.5rem); }
.hero-lead { max-width: 720px; margin: 0 0 28px; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 12px 20px; cursor: pointer; font-weight: 850; }
.primary { color: white; background: var(--accent); }
.primary:hover, .primary:focus-visible { background: var(--accent-dark); }
.secondary { border-color: var(--line); background: white; }
.truth-note, .privacy-note { color: var(--muted); font-size: .82rem; }
.truth-note { margin: 18px 0 0; }
.sourcing { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 7vw, 90px); align-items: center; margin-bottom: clamp(50px, 8vw, 90px); padding: clamp(34px, 6vw, 64px); border-radius: 28px; color: #eff7f7; background: var(--navy); }
.sourcing .eyebrow { color: #f4adb2; }
.sourcing-copy > p:not(.eyebrow) { max-width: 650px; color: #c7d7da; }
.source-button { margin-top: 12px; color: var(--navy); background: #fff; }
.source-button:hover, .source-button:focus-visible { color: var(--accent-dark); background: #fff5f4; }
.sourcing-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.sourcing-list li { min-height: 48px; display: flex; align-items: center; padding: 10px 16px 10px 46px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); position: relative; }
.sourcing-list li::before { content: "\2713"; position: absolute; left: 16px; color: #f4adb2; font-weight: 900; }
.catalog { padding-block: clamp(58px, 8vw, 96px); border-top: 1px solid var(--line); }
.catalog-header { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 30px; }
.catalog-header h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.catalog-truth { max-width: 370px; margin: 0; color: var(--muted); font-size: .9rem; }
.catalog-loading, .catalog-error { grid-column: 1 / -1; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: start; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--card); box-shadow: 0 14px 36px rgba(50, 35, 25, .055); }
.product-card.is-featured { border-color: rgba(189, 93, 100, .58); box-shadow: 0 16px 40px rgba(189, 93, 100, .1); }
.gallery { min-width: 0; padding: 10px 10px 0; }
.gallery-viewport { position: relative; min-width: 0; overflow: hidden; border-radius: 14px; background: #f6eee7; }
.gallery-track { display: flex; min-width: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-slide { flex: 0 0 100%; margin: 0; scroll-snap-align: start; }
.gallery-slide img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: #f8f2ec; }
.gallery-arrow { position: absolute; top: 50%; z-index: 2; width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.9); box-shadow: 0 4px 18px rgba(24,51,60,.14); cursor: pointer; transform: translateY(-50%); font-size: 1.8rem; line-height: 1; }
.gallery-arrow:disabled { opacity: .35; cursor: default; }
.gallery-prev { left: 9px; }
.gallery-next { right: 9px; }
.gallery-count { position: absolute; right: 9px; bottom: 9px; z-index: 2; padding: 4px 9px; border-radius: 999px; color: #fff; background: rgba(24,51,60,.78); font-size: .72rem; font-weight: 800; }
.gallery-thumbs { display: flex; gap: 7px; max-width: 100%; padding: 9px 0 2px; overflow-x: auto; scrollbar-width: thin; }
.gallery-thumb { flex: 0 0 52px; width: 52px; height: 52px; padding: 2px; border: 2px solid transparent; border-radius: 9px; background: #f8f2ec; cursor: pointer; }
.gallery-thumb[aria-current="true"] { border-color: var(--accent); }
.gallery-thumb img { display: block; width: 100%; height: 100%; border-radius: 6px; object-fit: cover; }
.product-body { padding: 18px; }
.featured-badge { display: inline-flex; min-height: 26px; align-items: center; margin-bottom: 10px; padding: 3px 10px; border-radius: 999px; color: var(--accent-dark); background: #f9e9ea; font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.product-sku { margin: 0 0 4px; color: var(--accent-dark); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-title { min-height: 2.5em; margin: 0 0 14px; font-size: 1.06rem; line-height: 1.25; }
.color-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.color-chip { min-height: 36px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; font-size: .72rem; line-height: 1; }
button.color-chip { cursor: pointer; }
button.color-chip:hover, button.color-chip:focus-visible, button.color-chip[aria-pressed="true"] { border-color: var(--accent); color: var(--accent-dark); background: #fff7f7; }
.color-chip.is-unmapped { color: var(--muted); background: #faf8f6; }
.color-dot { width: 12px; height: 12px; flex: 0 0 12px; border: 1px solid rgba(24,51,60,.22); border-radius: 50%; }
.swatch-black { background: #242424; }
.swatch-blue { background: #8eb8d7; }
.swatch-green { background: #9db3a0; }
.swatch-pink { background: #e9b2bd; }
.swatch-cream { background: #efe5cf; }
.swatch-white { background: #fff; }
.swatch-khaki { background: #b5a27b; }
.swatch-yellow { background: #e6c963; }
.swatch-red { background: #c74046; }
.swatch-gray { background: #a7a8aa; }
.swatch-nude { background: #d7b49b; }
.swatch-caramel { background: #ad724d; }
.swatch-blue_gray { background: #8397a6; }
.swatch-deep_nude { background: #ad8069; }
.swatch-light_nude { background: #dfbea8; }
.swatch-coffee { background: #765443; }
.swatch-purple { background: #b7a1c8; }
.product-sizes { margin: 0 0 14px; color: var(--muted); font-size: .82rem; font-weight: 750; }
.product-quote { width: 100%; min-height: 46px; }
.inquiry { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 7vw, 90px); align-items: start; padding-block: clamp(70px, 10vw, 120px); }
.inquiry-copy { position: sticky; top: 24px; }
.inquiry-copy p:not(.eyebrow) { color: var(--muted); }
#lead-form { padding: clamp(22px, 4vw, 38px); border: 1px solid var(--line); border-radius: 24px; background: var(--card); box-shadow: 0 20px 50px rgba(50, 35, 25, .06); }
.field-grid { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field span, .contact-field legend { font-size: .82rem; font-weight: 800; }
em { color: var(--accent); font-style: normal; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: #fffdfb; outline: none; }
input, select { min-height: 48px; padding: 0 13px; }
textarea { padding: 12px 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(189, 93, 100, .13); }
[aria-invalid="true"] { border-color: #b42318; }
.contact-field { margin: 0; padding: 0; border: 0; }
.contact-grid { display: grid; grid-template-columns: 170px 1fr; gap: 10px; margin-top: 7px; }
.optional-note { padding-top: 2px; }
.optional-note summary { cursor: pointer; color: var(--accent-dark); font-size: .84rem; font-weight: 800; }
.optional-note .field { margin-top: 12px; }
.field-error { min-height: 18px; color: #b42318; font-size: .76rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit { width: 100%; margin-top: 22px; }
.privacy-note { margin: 12px 0 0; text-align: center; }
.form-status { min-height: 26px; margin-top: 14px; padding: 0; font-size: .9rem; font-weight: 700; }
.form-status.success, .form-status.error { padding: 12px 14px; border-radius: 10px; }
.form-status.success { color: #17663a; background: #ebf8f0; }
.form-status.error { color: #8a2118; background: #fff0ee; }
.faq { padding-block: clamp(60px, 9vw, 100px); border-top: 1px solid var(--line); }
.faq h2 { max-width: 720px; }
.faq-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.faq-grid details { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.faq-grid summary { cursor: pointer; font-weight: 850; }
.faq-grid p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.contacts { padding-block: 70px; border-top: 1px solid var(--line); }
.contact-channel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin-top: 24px; }
.contact-channel-card { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.contact-channel-card h3 { margin: 0 0 7px; }
.contact-value-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.contact-value { min-width: 0; margin: 0; color: var(--muted); overflow-wrap: anywhere; }
.contact-copy { min-width: 68px; min-height: 44px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; color: var(--accent-dark); background: white; cursor: pointer; font-size: .78rem; font-weight: 850; }
.contact-open { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 14px; border-radius: 999px; color: white; background: var(--accent); font-size: .82rem; font-weight: 850; }
.contact-channel-card img { display: block; width: min(180px, 100%); height: auto; margin-top: 14px; border: 1px solid var(--line); border-radius: 10px; }
.sticky-contact-bar { display: none; }
footer { padding: 30px 0; color: #d8e4e6; background: var(--navy); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; font-size: .82rem; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
:focus-visible { outline: 3px solid rgba(189, 93, 100, .4); outline-offset: 3px; }

@media (max-width: 760px) {
  .hero { padding-block: 54px 64px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .catalog-header, .inquiry, .sourcing, .footer-inner { display: block; }
  .sourcing-list { margin-top: 28px; }
  .catalog-truth { margin-top: 18px; }
  .inquiry-copy { position: static; margin-bottom: 28px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-inner span { display: block; margin-top: 8px; }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .faq-grid { grid-template-columns: 1fr; }
}

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

@media (max-width: 699px) {
  .product-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .product-title { min-height: 0; }
}

@media (max-width: 390px) {
  .brand > span:last-child { font-size: .88rem; }
  .header-cta { padding-inline: 12px; }
  .hero-actions .button { width: 100%; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .shell { width: min(100% - 24px, 560px); }
  .site-header { width: calc(100% - 24px); min-height: 64px; gap: 8px; }
  .brand { gap: 7px; min-width: 0; }
  .brand-mark { width: 34px; height: 34px; flex: 0 0 34px; }
  .brand > span:last-child { font-size: .82rem; white-space: nowrap; }
  .header-tools { gap: 6px; }
  .header-cta { display: none; }
  .language-picker select { max-width: 120px; min-height: 44px; padding: 8px 28px 8px 10px; font-size: .74rem; }
  .language-suggestion { width: calc(100% - 24px); display: block; margin-top: 2px; padding: 12px 46px 12px 14px; }
  .language-suggestion[hidden] { display: none; }
  .language-suggestion button:not(.suggestion-close) { padding: 4px 0; text-align: left; }
  .hero { padding-block: 34px 44px; }
  .eyebrow { margin-bottom: 9px; font-size: .68rem; letter-spacing: .1em; }
  h1 { max-width: 12ch; margin-bottom: 17px; font-size: clamp(2.25rem, 11vw, 3.15rem); line-height: 1.02; }
  h2 { font-size: clamp(1.75rem, 8vw, 2.5rem); }
  .hero-lead { margin-bottom: 20px; font-size: .96rem; line-height: 1.5; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .hero-actions .button { width: 100%; min-height: 50px; }
  .truth-note { margin-top: 14px; font-size: .76rem; line-height: 1.45; }
  .sourcing { width: calc(100% - 24px); margin-bottom: 28px; padding: 28px 20px; border-radius: 20px; }
  .sourcing-copy > p:not(.eyebrow) { font-size: .9rem; }
  .source-button { width: 100%; min-height: 48px; }
  .sourcing-list { gap: 7px; margin-top: 22px; }
  .sourcing-list li { min-height: 44px; padding-block: 8px; font-size: .84rem; }
  .catalog { padding-block: 48px; }
  .catalog-header { margin-bottom: 22px; }
  .catalog-header h2 { font-size: clamp(1.8rem, 8vw, 2.5rem); }
  .catalog-truth { margin-top: 12px; font-size: .8rem; }
  .product-grid { gap: 16px; }
  .product-card { border-radius: 17px; }
  .gallery { padding: 8px 8px 0; }
  .gallery-viewport { border-radius: 12px; }
  .gallery-arrow { width: 44px; height: 44px; }
  .gallery-thumbs { gap: 6px; padding-top: 7px; }
  .gallery-thumb { flex-basis: 50px; width: 50px; height: 50px; }
  .product-body { padding: 14px; }
  .featured-badge { margin-bottom: 7px; }
  .product-title { margin-bottom: 10px; font-size: 1rem; }
  .color-chips { gap: 6px; margin-bottom: 10px; }
  .color-chip { min-height: 44px; padding: 8px 10px; font-size: .72rem; }
  .product-sizes { margin-bottom: 10px; }
  .product-quote { min-height: 48px; }
  .inquiry { padding-block: 54px; }
  .inquiry-copy { margin-bottom: 20px; }
  #lead-form { padding: 18px 14px; border-radius: 18px; }
  .field-grid { gap: 14px; }
  input, select { min-height: 50px; }
  textarea { min-height: 112px; }
  .optional-note summary { min-height: 44px; display: flex; align-items: center; }
  .submit { min-height: 52px; margin-top: 18px; }
  .faq { padding-block: 48px; }
  .faq-grid { gap: 10px; margin-top: 20px; }
  .faq-grid details { padding: 14px 16px; }
  .faq-grid summary { min-height: 44px; display: flex; align-items: center; }
  footer { padding-block: 24px; }
  .sticky-contact-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 50; min-height: calc(62px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 8px; padding: 7px 12px calc(7px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 -7px 24px rgba(24,51,60,.1); backdrop-filter: blur(12px); }
  #sticky-channel-list:empty { display: none; }
  .sticky-contact-bar.has-channels { grid-template-columns: minmax(0, 2fr) minmax(104px, 1fr); }
  #sticky-channel-list { display: flex; min-width: 0; gap: 6px; overflow-x: auto; scrollbar-width: none; }
  #sticky-channel-list::-webkit-scrollbar { display: none; }
  .sticky-channel { min-width: 82px; min-height: 48px; display: flex; align-items: center; justify-content: center; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: white; cursor: pointer; font-size: .75rem; font-weight: 800; white-space: nowrap; }
  .sticky-inquiry { min-height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 999px; color: white; background: var(--accent); font-size: .88rem; font-weight: 850; }
}

@media (max-width: 374px) {
  .brand-long { display: none; }
  .language-picker select { max-width: 120px; }
  h1 { font-size: 2.18rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { scroll-behavior: auto !important; }
}
