/* Nalitex. Threads of Royalty on the web: maroon and gold from the logo, woven twill grounds,
   fabric swatches instead of photographs, running-stitch rules, EB Garamond over Lato. */

@font-face { font-family: 'EB Garamond'; font-weight: 400; font-style: normal; font-display: swap; src: url('../fonts/ebgaramond-regular.woff2') format('woff2'); }
@font-face { font-family: 'EB Garamond'; font-weight: 400; font-style: italic; font-display: swap; src: url('../fonts/ebgaramond-italic.woff2') format('woff2'); }
@font-face { font-family: 'EB Garamond'; font-weight: 600; font-style: normal; font-display: swap; src: url('../fonts/ebgaramond-semibold.woff2') format('woff2'); }
@font-face { font-family: 'Lato'; font-weight: 400; font-style: normal; font-display: swap; src: url('../fonts/lato-regular.woff2') format('woff2'); }
@font-face { font-family: 'Lato'; font-weight: 400; font-style: italic; font-display: swap; src: url('../fonts/lato-italic.woff2') format('woff2'); }
@font-face { font-family: 'Lato'; font-weight: 700; font-style: normal; font-display: swap; src: url('../fonts/lato-bold.woff2') format('woff2'); }

:root {
  --wine-950: #2b0406; --wine-900: #3f0608; --wine-850: #4a0709; --wine-800: #5a0a0d; --wine-700: #7a0c10; --wine-600: #8e1418;
  --gold: #c9a557; --gold-hi: #d8b86e; --gold-300: #e3cc93; --gold-text: #7d5a1a;
  --ivory: #fbf7ef; --card: #fffdf8; --linen: #f3ebdc; --line: #e4d8c4; --line-strong: #cbbba3;
  --ink: #2a1512; --text: #3a2a26; --muted: #6b5750; --on-wine: #e8dccb; --on-wine-soft: #dccdb8;
  --error: #b3261e;
  --radius: 6px;
  --shadow: 0 24px 48px -30px rgba(43, 4, 6, .55);
  --shadow-sm: 0 10px 24px -18px rgba(43, 4, 6, .5);
  --focus: var(--wine-700);
  --serif: 'EB Garamond', Garamond, 'Times New Roman', serif;
  --sans: 'Lato', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --stitch: repeating-linear-gradient(90deg, var(--gold) 0 10px, transparent 10px 17px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; font: 400 17px/1.65 var(--sans); color: var(--text); background: var(--ivory); overflow-x: hidden; }
img, picture, svg { display: block; max-width: 100%; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.12; color: var(--wine-700); text-wrap: balance; }
h3 { font-weight: 600; }
p { margin: 0 0 1em; }
a { color: var(--wine-700); text-underline-offset: 3px; }
a:hover { color: var(--wine-600); }
ul, ol { margin: 0; padding: 0; list-style: none; }
em { font-style: italic; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 2px; }
.icon { width: 1.25em; height: 1.25em; flex: none; }
.container { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: clamp(16px, 4vw, 32px); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: absolute; left: 12px; top: -80px; z-index: 100; background: var(--gold); color: var(--ink); padding: 10px 16px; border-radius: 3px; font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 12px; color: var(--ink); }

/* ---------- type helpers */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; font: 700 12.5px/1.3 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--gold-text); }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: repeating-linear-gradient(90deg, currentColor 0 6px, transparent 6px 10px); flex: none; }
.eyebrow .icon { width: 17px; height: 17px; }
.eyebrow-gold { color: var(--gold-300); }
.section-title { font-size: clamp(32px, 4vw, 50px); letter-spacing: -.01em; }
.title-light { color: var(--ivory); }
.lead { font-size: 19px; line-height: 1.6; color: var(--text); max-width: 44em; }
.lead-light { color: var(--on-wine); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-decoration: none; letter-spacing: .02em; }
.text-link:hover { text-decoration: underline; }
.text-link .icon { width: 18px; height: 18px; transition: transform .2s; }
.text-link:hover .icon { transform: translateX(3px); }
.text-link-light { color: var(--gold-300); }
.text-link-light:hover { color: var(--ivory); }

/* ---------- buttons: square-shouldered, with a running stitch just inside the edge */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 14px 26px; border: 1.5px solid transparent; border-radius: 3px;
  font: 700 14px/1.1 var(--sans); letter-spacing: .12em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background-color .2s, color .2s, border-color .2s, transform .2s; }
.btn::after { content: ""; position: absolute; inset: 4px; border: 1px dashed currentColor; border-radius: 2px; opacity: .35; pointer-events: none; }
.btn .icon { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-1px); }
.btn-wine { background: var(--wine-700); color: var(--ivory); }
.btn-wine:hover { background: var(--wine-800); color: var(--ivory); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-hi); color: var(--ink); }
.btn-outline-light { border-color: rgba(251, 246, 236, .7); color: var(--ivory); }
.btn-outline-light:hover { background: rgba(251, 246, 236, .1); color: var(--ivory); }
.btn-lg { min-height: 56px; padding-inline: 32px; }

/* ---------- woven grounds */
.weave { --focus: var(--gold-300); position: relative; color: var(--on-wine); background-color: var(--wine-850);
  background-image: radial-gradient(120% 90% at 88% 0%, rgba(142, 20, 24, .6), transparent 62%),
    repeating-linear-gradient(135deg, rgba(255, 236, 205, .045) 0 2px, transparent 2px 6px),
    repeating-linear-gradient(45deg, rgba(0, 0, 0, .18) 0 1px, transparent 1px 13px); }
.weave a:not(.btn) { color: var(--gold-300); }
.linen { background-color: var(--linen);
  background-image: repeating-linear-gradient(0deg, rgba(90, 60, 40, .035) 0 1px, transparent 1px 3px), repeating-linear-gradient(90deg, rgba(90, 60, 40, .03) 0 1px, transparent 1px 4px); }

/* ---------- fabric swatches (stand-ins for photography) */
.swatch { --stitch-c: rgba(122, 12, 16, .55); display: block; background-color: var(--linen); }
.sw-pinstripe, .sw-herringbone, .sw-satin, .sw-velvet { --stitch-c: rgba(227, 204, 147, .75); }
.sw-gingham { background-color: #f6f0e6; background-image: linear-gradient(90deg, rgba(122, 12, 16, .42) 50%, transparent 50%), linear-gradient(rgba(122, 12, 16, .42) 50%, transparent 50%); background-size: 22px 22px; }
.sw-pinstripe { background-color: #2e2124; background-image: repeating-linear-gradient(90deg, transparent 0 13px, rgba(227, 204, 147, .55) 13px 14px), repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 2px, transparent 2px 4px); }
.sw-check { background-color: #fbf7ef; background-image: conic-gradient(#2a1512 25%, transparent 0 50%, #2a1512 0 75%, transparent 0); background-size: 12px 12px; }
.sw-twill { background-color: #ece4d6; background-image: repeating-linear-gradient(45deg, rgba(74, 7, 9, .11) 0 2px, transparent 2px 5px), repeating-linear-gradient(-45deg, rgba(255, 255, 255, .4) 0 1px, transparent 1px 9px); }
.sw-herringbone { background-color: #5a0a0d;
  background-image: linear-gradient(135deg, #751318 25%, transparent 25%), linear-gradient(225deg, #751318 25%, transparent 25%), linear-gradient(315deg, #751318 25%, transparent 25%), linear-gradient(45deg, #751318 25%, transparent 25%);
  background-position: -9px 0, -9px 0, 0 0, 0 0; background-size: 18px 18px; }
.sw-satin { background-color: #4a0709; background-image: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, .14), transparent 55%), repeating-linear-gradient(60deg, rgba(201, 165, 87, .55) 0 2px, transparent 2px 7px); }
.sw-linen { background-color: #efe6d6; background-image: repeating-linear-gradient(0deg, rgba(90, 60, 40, .08) 0 1px, transparent 1px 3px), repeating-linear-gradient(90deg, rgba(90, 60, 40, .07) 0 1px, transparent 1px 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, .45) 0 1px, transparent 1px 11px); }
.sw-velvet { background-color: #5a0a0d; background-image: linear-gradient(135deg, rgba(255, 255, 255, .13), transparent 38%, rgba(0, 0, 0, .28) 70%, rgba(255, 255, 255, .07)), repeating-linear-gradient(90deg, rgba(0, 0, 0, .07) 0 1px, transparent 1px 3px); }
/* Pinking-shear edge along the bottom of a swatch (teeth cut in the colour of what sits below). */
.swatch-card-top::after, .type-swatch::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 7px;
  background: linear-gradient(to top right, var(--edge, var(--card)) 50%, transparent 50%) 0 0 / 14px 7px repeat-x, linear-gradient(to top left, var(--edge, var(--card)) 50%, transparent 50%) 0 0 / 14px 7px repeat-x; }

/* ---------- header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 247, 239, .97); border-bottom: 1px solid var(--line); }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: var(--stitch); opacity: .55; pointer-events: none; }
.header-in { display: flex; align-items: center; gap: 28px; min-height: 88px; }
.logo { display: block; flex: none; padding: 6px 0; }
.logo img { height: 64px; width: auto; }   /* horizontal lockup */
.nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav ul { display: flex; gap: 26px; }
.nav ul a { position: relative; display: inline-block; padding: 8px 0; font: 700 14.5px/1.3 var(--sans); letter-spacing: .04em; color: var(--ink); text-decoration: none; }
.nav ul a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 1px; height: 2px; background: repeating-linear-gradient(90deg, var(--wine-700) 0 5px, transparent 5px 8px); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.nav ul a:hover::after, .nav ul a[aria-current="page"]::after { transform: scaleX(1); }
.nav ul a[aria-current="page"] { color: var(--wine-700); }
.nav-cta { min-height: 46px; padding: 12px 20px; font-size: 13px; }
.nav-toggle { display: none; margin-left: auto; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1.5px solid var(--line-strong); border-radius: 3px; background: var(--card); color: var(--wine-700); cursor: pointer; }
.nav-toggle .icon { width: 24px; height: 24px; }
.nav-toggle .icon-close { display: none; }
.site-header[data-open] .nav-toggle .icon-open { display: none; }
.site-header[data-open] .nav-toggle .icon-close { display: block; }

/* ---------- hero */
.hero { overflow: hidden; }
.hero-thread { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--gold); opacity: .32; pointer-events: none; }
.hero-in { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; padding-block: clamp(64px, 9vw, 124px); }
.hero-title { font-size: clamp(40px, 5.8vw, 76px); line-height: 1.03; letter-spacing: -.015em; color: var(--ivory); margin-bottom: 24px; }
.hero-title em { color: var(--gold-300); }
.hero-lead { font-size: 19px; color: var(--on-wine); max-width: 34em; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-art { display: flex; justify-content: center; }
.fan { position: relative; width: min(100%, 460px); height: 430px; }
.fan-card { position: absolute; left: 50%; bottom: 10px; width: 210px; height: 290px; margin-left: -105px; border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 50px -24px rgba(0, 0, 0, .7); transform-origin: 50% 110%; }
.fan-card .swatch { position: absolute; inset: 0; }
.fan-card .swatch::after { content: ""; position: absolute; inset: 10px; border: 1.5px dashed var(--stitch-c); border-radius: 3px; }
.fan-1 { transform: rotate(-24deg) translateX(-40px); }
.fan-2 { transform: rotate(-9deg) translateX(-12px); }
.fan-3 { transform: rotate(7deg) translateX(14px); }
.fan-4 { transform: rotate(21deg) translateX(40px); }
/* Spine labels: vertical, so each card's tag shows in the strip the next card leaves uncovered. */
.fan-tag { position: absolute; left: 20px; top: 20px; z-index: 1; writing-mode: vertical-rl; padding: 24px 7px 12px; background: var(--ivory); color: var(--wine-700); font: 700 11px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; border-radius: 2px; box-shadow: 0 6px 12px -8px rgba(0, 0, 0, .6); }
.fan-tag::before { content: ""; position: absolute; left: 50%; top: 9px; width: 7px; height: 7px; margin-left: -3.5px; border-radius: 50%; background: var(--wine-850); }

/* ---------- sections */
.section { padding-block: clamp(64px, 8vw, 112px); }
.section-head { max-width: 780px; margin-bottom: 44px; }
.section-head .section-title { margin-bottom: 16px; }
.section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px 40px; max-width: none; flex-wrap: wrap; }
.section-head-row > div { max-width: 760px; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.split .section-title { margin-bottom: 18px; }

/* swatch book grid */
.swatch-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr)); gap: 22px; }
.swatch-card { position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.swatch-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.swatch-card:focus-within { outline: 3px solid var(--focus); outline-offset: 3px; }
.swatch-card-top { position: relative; height: 118px; }
.swatch-card-body { display: flex; flex-direction: column; flex: 1; padding: 0 24px 26px; }
.swatch-card-ic { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin: -26px 0 14px; border-radius: 50%; background: var(--wine-700); color: var(--gold-300); border: 3px solid var(--card); position: relative; z-index: 1; }
.swatch-card-ic .icon { width: 24px; height: 24px; }
.swatch-card h3 { font-size: 24px; margin-bottom: 8px; }
.swatch-card p { margin: 0; font-size: 15.5px; color: var(--muted); }
.card-link { color: inherit; text-decoration: none; }
.card-link::after { content: ""; position: absolute; inset: 0; z-index: 2; }
.card-link:focus-visible { outline: none; }
.swatch-card-cta { --focus: var(--gold-300); justify-content: center; background: var(--wine-850); border-color: var(--wine-850);
  background-image: repeating-linear-gradient(135deg, rgba(255, 236, 205, .05) 0 2px, transparent 2px 6px); }
.swatch-card-cta .swatch-card-body { justify-content: center; padding: 30px 26px; gap: 4px; }
.swatch-card-cta h3 { color: var(--ivory); }
.swatch-card-cta p { color: var(--on-wine); margin-bottom: 18px; }
.swatch-card-cta .btn { align-self: flex-start; }

/* commitment / pull quote */
.commitment-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.pull { margin: 0; position: relative; padding-left: 30px; }
.pull::before { content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 2px; background: repeating-linear-gradient(180deg, var(--gold) 0 10px, transparent 10px 17px); }
.pull blockquote { margin: 0; }
.pull p { margin: 0; font: italic 400 clamp(30px, 3.8vw, 48px)/1.15 var(--serif); color: var(--wine-700); }
.pull p::before { content: "\201C"; display: block; height: .55em; font-size: 1.8em; line-height: 1; color: var(--gold); font-style: normal; }
.commitment-copy .lead { font-size: 20px; }

/* chips */
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chip { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 9px 16px; border: 1.5px solid var(--line-strong); border-radius: 3px; background: var(--card); color: var(--ink); font-weight: 700; font-size: 15px; text-decoration: none; transition: border-color .2s, color .2s; }
.chip .icon { width: 19px; height: 19px; color: var(--wine-700); }
.chip:hover { border-color: var(--wine-700); color: var(--wine-700); }
.chip-row-lg { margin-top: 28px; }

/* woven garment label */
.garment-label { --focus: var(--gold-300); position: relative; padding: 38px 36px 32px; border-radius: 4px; color: var(--on-wine); background-color: var(--wine-800);
  background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, .12) 0 1px, transparent 1px 3px), repeating-linear-gradient(0deg, rgba(255, 236, 205, .04) 0 1px, transparent 1px 3px); box-shadow: var(--shadow); }
.garment-label::before { content: ""; position: absolute; inset: 10px; border: 1.5px dashed rgba(201, 165, 87, .6); border-radius: 2px; pointer-events: none; }
.garment-label-brand { margin: 0 0 4px; font: 400 30px/1 var(--serif); letter-spacing: .32em; color: var(--ivory); }
.garment-label h3 { margin: 0 0 18px; font: 700 12.5px/1.3 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--gold-300); }
.garment-label ul { columns: 2; column-gap: 26px; }
.garment-label li { position: relative; padding: 5px 0 5px 16px; font-size: 15.5px; break-inside: avoid; }
.garment-label li::before { content: ""; position: absolute; left: 0; top: 14px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.garment-label-foot { margin: 18px 0 0; font: italic 400 19px/1.3 var(--serif); color: var(--gold-300); }

/* six steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 30px; margin-bottom: 40px; counter-reset: step; }
.step { position: relative; padding-top: 30px; }
.step::before { content: ""; position: absolute; left: 0; right: -30px; top: 0; height: 2px; background: var(--stitch); opacity: .8; }
.step:nth-child(3n)::before { right: 0; }
.step-no { position: absolute; top: -22px; left: 0; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--wine-850); border: 2px solid var(--gold); color: var(--gold-300); font: italic 400 24px/1 var(--serif); }
.step-ic { display: block; margin: 12px 0 4px; color: var(--gold); }
.step-ic .icon { width: 26px; height: 26px; }
.step h3 { margin: 12px 0 8px; font-size: 25px; color: var(--ivory); }
.step p { margin: 0; color: var(--on-wine); font-size: 16px; max-width: 30em; }
.steps-detail .step h3 { margin-top: 6px; }

/* reasons */
.reasons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.reasons li { padding: 28px 24px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }
.reason-ic { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin-bottom: 18px; color: var(--wine-700); background: var(--linen); border-radius: 3px; }
.reason-ic::after { content: ""; position: absolute; inset: 4px; border: 1px dashed var(--gold); border-radius: 2px; }
.reason-ic .icon { width: 26px; height: 26px; }
.reasons h3 { font-size: 22px; margin-bottom: 8px; }
.reasons p { margin: 0; font-size: 15.5px; color: var(--muted); }

/* call to action band */
.cta-band { padding-block: clamp(60px, 8vw, 96px); text-align: center; }
.cta-in { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.cta-title { margin: 0 0 8px; font: 400 clamp(30px, 4vw, 50px)/1.1 var(--serif); color: var(--ivory); text-wrap: balance; max-width: 22em; }
.cta-title em { color: var(--gold-300); }
.cta-in > p:not(.cta-title) { max-width: 40em; margin-bottom: 26px; color: var(--on-wine); }

/* ---------- inner pages */
.page-hero { padding-block: clamp(56px, 7vw, 100px) clamp(48px, 6vw, 84px); overflow: hidden; }
.page-hero-in { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.page-hero h1 { font-size: clamp(38px, 5vw, 66px); line-height: 1.05; color: var(--ivory); margin-bottom: 18px; }
.page-hero p { font-size: 19px; color: var(--on-wine); max-width: 40em; margin-bottom: 0; }
.page-hero .hero-actions { margin-top: 30px; }
.page-hero-swatch { position: relative; width: 210px; height: 210px; border-radius: var(--radius); transform: rotate(6deg); box-shadow: 0 30px 50px -24px rgba(0, 0, 0, .7); margin-right: 20px; }
.page-hero-swatch::after { content: ""; position: absolute; inset: 10px; border: 1.5px dashed var(--stitch-c); border-radius: 3px; }
.page-hero-slim { padding-block: clamp(48px, 6vw, 76px); }
.jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.jump a { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 16px; border: 1px solid rgba(227, 204, 147, .5); border-radius: 3px; font-weight: 700; font-size: 14.5px; text-decoration: none; }
.jump a:hover { background: rgba(251, 246, 236, .1); border-color: var(--gold-300); }

/* product line detail */
.split-art { grid-template-columns: 1.25fr .75fr; }
.split-rev .line-art { order: -1; }
.split-rev { grid-template-columns: .75fr 1.25fr; }
.line-art { position: relative; display: grid; place-items: center; width: 100%; max-width: 360px; aspect-ratio: 1; margin-inline: auto; }
.line-art-swatch { position: absolute; inset: 0; border-radius: 50%; box-shadow: var(--shadow); }
.line-art::before { content: ""; position: absolute; inset: -14px; border: 2px dashed var(--gold); border-radius: 50%; opacity: .8; }
.line-art-ic { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 96px; height: 96px; border-radius: 50%; background: var(--ivory); color: var(--wine-700); box-shadow: 0 12px 30px -12px rgba(0, 0, 0, .5); }
.line-art-ic .icon { width: 44px; height: 44px; }
.line-detail .lead { margin-bottom: 24px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.tag-list li { padding: 8px 14px; background: var(--card); border: 1px dashed #c3ad80; border-radius: 3px; font-size: 15.5px; color: var(--ink); }
.linen .tag-list li { background: var(--ivory); }
.point-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; margin-bottom: 28px; }
.point-grid-1 { grid-template-columns: 1fr; }
.point-grid li { display: flex; gap: 16px; align-items: flex-start; }
.point-ic { position: relative; display: inline-flex; align-items: center; justify-content: center; flex: none; width: 46px; height: 46px; border-radius: 3px; background: var(--wine-700); color: var(--gold-300); }
.point-ic .icon { width: 22px; height: 22px; }
.point-grid h3 { font-size: 21px; margin: 0 0 4px; }
.point-grid p { margin: 0; font-size: 15.5px; color: var(--muted); }
.note-card { display: flex; align-items: center; gap: 24px; padding: 30px 32px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); position: relative; flex-wrap: wrap; }
.note-card::before { content: ""; position: absolute; inset: 8px; border: 1px dashed var(--line-strong); border-radius: 3px; pointer-events: none; }
.note-card > div { flex: 1 1 280px; }
.note-card h2 { font-size: 28px; margin-bottom: 4px; }
.note-card p { margin: 0; color: var(--muted); }
.note-ic { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 50%; background: var(--wine-700); color: var(--gold-300); flex: none; }
.note-ic .icon { width: 28px; height: 28px; }
.branding-note { padding-block: 0 clamp(64px, 8vw, 104px); }

/* fashion types */
.type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.type-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.type-swatch { position: relative; height: 130px; }
.type-card > div { padding: 22px 24px 26px; }
.type-card h3 { font-size: 25px; margin-bottom: 6px; }
.type-card p { margin: 0; color: var(--muted); font-size: 15.5px; }

/* feature grids */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-grid-5 { grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); }
.feature { padding: 28px 24px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }
.feature-ic { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; margin-bottom: 18px; border-radius: 50%; background: var(--linen); color: var(--wine-700); }
.feature-ic::after { content: ""; position: absolute; inset: -5px; border: 1px dashed var(--gold); border-radius: 50%; }
.feature-ic .icon { width: 26px; height: 26px; }
.feature h3 { font-size: 23px; margin-bottom: 6px; }
.feature p { margin: 0; font-size: 15.5px; color: var(--muted); }
.where-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.where { display: flex; flex-direction: column; height: 100%; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; color: var(--ink); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.where:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); color: var(--ink); }
.where-swatch { height: 76px; }
.where-body { display: flex; flex-direction: column; gap: 4px; padding: 18px 20px 22px; }
.where-body strong { font: 600 22px/1.2 var(--serif); color: var(--wine-700); }
.where-body span { font-size: 15px; color: var(--muted); }

/* curtains */
.curtain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.curtain { display: flex; gap: 18px; align-items: flex-start; padding: 20px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }
.curtain-pic { display: inline-flex; align-items: center; justify-content: center; flex: none; width: 78px; height: 78px; border-radius: 3px; background: var(--linen); color: var(--wine-700); }
.curtain-art { width: 60px; height: 60px; }
.curtain h3 { font-size: 22px; margin: 2px 0 4px; }
.curtain p { margin: 0; font-size: 15px; color: var(--muted); }

/* about */
.craft-list { display: grid; gap: 14px; }
.craft-list a { display: flex; align-items: center; gap: 18px; padding: 16px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); color: var(--text); text-decoration: none; transition: border-color .2s; }
.craft-list a:hover { border-color: var(--wine-700); color: var(--text); }
.craft-swatch { flex: none; width: 70px; height: 70px; border-radius: 3px; }
.craft-list strong { display: block; font: 600 23px/1.2 var(--serif); color: var(--wine-700); margin-bottom: 2px; }
.craft-list span span, .craft-list a > span { font-size: 15.5px; }
.vm { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vm-card { position: relative; padding: 40px 38px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }
.vm-card::before { content: ""; position: absolute; inset: 9px; border: 1px dashed var(--line-strong); border-radius: 3px; pointer-events: none; }
.vm-card h3 { font-size: 30px; margin-bottom: 12px; }
.vm-card p { margin: 0; font: 400 21px/1.45 var(--serif); color: var(--text); }
.vm-ic { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: 18px; border-radius: 50%; background: var(--wine-700); color: var(--gold-300); }
.vm-ic .icon { width: 25px; height: 25px; }
.vm-card-dark { background: var(--wine-850); border-color: var(--wine-850); background-image: repeating-linear-gradient(135deg, rgba(255, 236, 205, .05) 0 2px, transparent 2px 6px); }
.vm-card-dark::before { border-color: rgba(201, 165, 87, .55); }
.vm-card-dark h3 { color: var(--gold-300); }
.vm-card-dark p { color: var(--on-wine); }
.vm-card-dark .vm-ic { background: var(--gold); color: var(--wine-850); }
.signature { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; margin: 26px 0 0; }
.signature-name { font: 400 34px/1 var(--serif); letter-spacing: .28em; color: var(--wine-700); }
.signature-tag { font: italic 400 20px/1.2 var(--serif); color: var(--gold-text); }

/* ---------- contact */
.contact-in { display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.quote-form fieldset { margin: 0 0 30px; padding: 0; border: 0; min-width: 0; }
.quote-form legend { padding: 0; margin-bottom: 16px; font: 600 26px/1.2 var(--serif); color: var(--wine-700); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; }
.field label { display: block; margin-bottom: 7px; font-weight: 700; font-size: 15px; color: var(--ink); }
.field .opt { font-weight: 400; font-size: 13.5px; color: var(--muted); margin-left: 3px; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1.5px solid var(--line-strong); border-radius: 3px; background: var(--card);
  font: 400 16px/1.4 var(--sans); color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.field select { appearance: none; padding-right: 42px; background-image: linear-gradient(45deg, transparent 50%, var(--wine-700) 50%), linear-gradient(135deg, var(--wine-700) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; }
.field textarea { resize: vertical; min-height: 160px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--wine-700); box-shadow: 0 0 0 3px rgba(122, 12, 16, .2); }
.field [aria-invalid="true"] { border-color: var(--error); }
.field-hint { margin: 6px 0 0; font-size: 14px; color: var(--muted); }
.field-error { margin: 6px 0 0; font-size: 14px; font-weight: 700; color: var(--error); }
.field-full { grid-column: 1 / -1; }
.form-note { margin: 16px 0 0; font-size: 14px; color: var(--muted); }
.alert { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; border-radius: 4px; margin-bottom: 28px; font-size: 15.5px; }
.alert:focus { outline: 3px solid var(--focus); outline-offset: 2px; }
.alert .icon { color: var(--wine-700); width: 24px; height: 24px; }
.alert-ok { background: #f7efdc; border: 1.5px solid var(--gold); color: var(--ink); }
.alert-err { display: block; background: #fbeceb; border: 1.5px solid var(--error); color: #6e1510; }
.contact-card { position: sticky; top: 118px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.contact-card-swatch { height: 70px; }
.contact-card-body { padding: 26px 28px 30px; }
.contact-card h2 { font-size: 28px; margin-bottom: 16px; }
.help-list { display: grid; gap: 14px; margin-bottom: 24px; }
.help-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 15.5px; color: var(--muted); }
.help-list .icon { width: 22px; height: 22px; margin-top: 2px; color: var(--wine-700); }
.help-list strong { display: block; color: var(--ink); }
.contact-lines { display: grid; gap: 10px; padding-top: 20px; border-top: 1px dashed var(--line-strong); }
.contact-lines li { display: flex; gap: 12px; align-items: center; font-weight: 700; color: var(--ink); }
.contact-lines .icon { width: 20px; height: 20px; color: var(--wine-700); }
.contact-tag { margin: 22px 0 0; font: italic 400 21px/1.2 var(--serif); color: var(--gold-text); }

/* prose */
.prose { max-width: 780px; }
.prose h2 { font-size: 30px; margin: 34px 0 10px; }
.prose p { font-size: 17.5px; }

/* ---------- footer */
.site-footer { --focus: var(--gold-300); position: relative; color: var(--on-wine-soft); background-color: var(--wine-900);
  background-image: repeating-linear-gradient(135deg, rgba(255, 236, 205, .03) 0 2px, transparent 2px 6px); }
.stitch-rule { height: 2px; background: var(--stitch); opacity: .7; }
.footer-in { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-block: 64px 48px; }
.footer-logo { width: 150px; height: auto; margin-bottom: 18px; }
.footer-tag { margin: 0 0 8px; font: italic 400 21px/1.3 var(--serif); color: var(--gold-300); }
.footer-note { margin: 0; font-size: 15px; max-width: 26em; }
.footer-col h2 { font: 700 12.5px/1.3 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--gold-300); margin-bottom: 16px; }
.footer-col li { margin-bottom: 9px; }
.footer-col a, .footer-col span { display: inline-flex; align-items: center; gap: 9px; color: var(--on-wine-soft); text-decoration: none; font-size: 15.5px; }
.footer-col a:hover { color: var(--gold-300); text-decoration: underline; }
.footer-col .icon { width: 18px; height: 18px; color: var(--gold); }
.footer-base { border-top: 1px solid rgba(227, 204, 147, .16); }
.footer-base-in { display: flex; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap; padding-block: 20px; font-size: 14px; }
.footer-base-tag { font: italic 400 17px/1.2 var(--serif); color: var(--gold-300); letter-spacing: .04em; }

/* ---------- offline */
.page-offline { display: grid; place-items: center; min-height: 100vh; }
.offline { max-width: 460px; padding: 32px 20px; text-align: center; }
.offline-logo { width: 190px; height: auto; margin: 0 auto 24px; }
.offline h1 { font-size: 40px; margin-bottom: 10px; }

/* ---------- responsive */
@media (max-width: 1100px) {
  .nav-toggle { display: inline-flex; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 18px; margin: 0; padding: 12px clamp(16px, 4vw, 32px) 26px;
    background: var(--ivory); border-bottom: 1px solid var(--line); box-shadow: 0 24px 30px -24px rgba(43, 4, 6, .45); max-height: calc(100vh - 88px); overflow-y: auto; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav ul a { display: block; padding: 14px 0; font-size: 17px; border-bottom: 1px dashed var(--line-strong); }
  .nav ul a::after { display: none; }
  .nav ul a[aria-current="page"] { padding-left: 12px; border-left: 3px solid var(--wine-700); }
  .site-header[data-open] .nav { display: flex; }
  .reasons { grid-template-columns: 1fr 1fr; }
  .where-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  .hero-in, .split, .split-art, .split-rev, .commitment-in, .contact-in { grid-template-columns: 1fr; }
  .split-rev .line-art { order: 0; }
  .line-art { max-width: 260px; }
  .fan { height: 330px; width: min(100%, 380px); }
  .fan-card { width: 160px; height: 225px; margin-left: -80px; }
  .steps, .type-grid, .curtain-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .step:nth-child(3n)::before { right: -30px; }
  .step:nth-child(2n)::before { right: 0; }
  .footer-in { grid-template-columns: 1fr 1fr; }
  .contact-card { position: static; }
  .page-hero-swatch { width: 150px; height: 150px; }
}
@media (max-width: 700px) {
  body { font-size: 16.5px; }
  .header-in { min-height: 76px; }
  .logo img { height: 48px; }
  .nav { max-height: calc(100vh - 76px); }
  .page-hero-in { grid-template-columns: 1fr; }
  .page-hero-swatch { display: none; }
  .form-grid, .point-grid, .vm, .reasons, .where-grid, .steps, .type-grid, .curtain-grid, .feature-grid { grid-template-columns: 1fr; }
  .step::before, .step:nth-child(n)::before { right: 0; }
  .garment-label ul { columns: 1; }
  .garment-label { padding: 32px 26px 28px; }
  .fan { height: 220px; }
  .hero-in { gap: 36px; }
  .quote-form .btn-lg { width: 100%; }
  .fan-card { width: 124px; height: 176px; margin-left: -62px; }
  .fan-1 { transform: rotate(-24deg) translateX(-26px); }
  .fan-4 { transform: rotate(21deg) translateX(26px); }
  .fan-tag { left: 11px; top: 11px; padding: 18px 5px 8px; font-size: 8.5px; letter-spacing: .12em; }
  .fan-tag::before { top: 6px; width: 5px; height: 5px; margin-left: -2.5px; }
  .lead, .hero-lead, .page-hero p { font-size: 17.5px; }
  .vm-card { padding: 32px 26px; }
  .vm-card p { font-size: 19px; }
  .note-card { padding: 26px 24px; }
}
@media (max-width: 520px) {
  .footer-in { grid-template-columns: 1fr; gap: 32px; }
  .hero-actions .btn, .cta-in .btn { width: 100%; }
  .btn { padding-inline: 20px; letter-spacing: .09em; }
  .curtain { padding: 16px; gap: 14px; }
  .curtain-pic { width: 64px; height: 64px; }
  .curtain-art { width: 50px; height: 50px; }
  .garment-label-brand { font-size: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .btn:hover, .swatch-card:hover, .where:hover { transform: none; }
}

@media print {
  .site-header, .site-footer, .cta-band, .hero-art, .hero-thread { display: none; }
  .weave { background: none; color: #000; }
  .weave h1, .hero-title { color: #000; }
}

/* ---------- workshop footage (added 2026-09-23 from the owner's two videos; silent web encodes) */
.film { position: relative; width: 100%; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .6); outline: 1px solid rgba(214, 178, 94, .55); outline-offset: 8px; background: #2a0b0e; }
.film-video { display: block; width: 100%; height: 100%; object-fit: cover; }
.film-toggle { position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .7); background: rgba(35, 8, 12, .62); color: #fff; cursor: pointer; }
.film-toggle:hover { background: rgba(35, 8, 12, .85); }
.film-toggle .icon { width: 18px; height: 18px; }
.film-toggle .icon-play, .film-toggle[aria-pressed="true"] .icon-pause { display: none; }
.film-toggle[aria-pressed="true"] .icon-play { display: block; }
.hero-film { position: relative; flex-direction: column; align-items: stretch; }
.hero-film .film { aspect-ratio: 4 / 5; max-width: 460px; margin-inline: auto; }
.film-tag { align-self: center; margin-top: 22px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255, 255, 255, .78); }
.ws-film { margin: 0 0 28px; }
.ws-film video { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 16px; background: #2a0b0e; }
.ws-film figcaption, .ws-grid figcaption, .stitch-steps figcaption { margin-top: 10px; font-size: 14px; color: var(--muted, #6b5b56); }
.ws-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; list-style: none; margin: 0; padding: 0; }
.ws-grid-3 { grid-template-columns: repeat(3, 1fr); }
.ws-grid-2 { grid-template-columns: repeat(2, 1fr); }
.ws-grid figure, .stitch-steps figure { margin: 0; }
.ws-grid img, .stitch-steps img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 12px; }
.stitch-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; list-style: none; margin: 26px 0 0; padding: 0; }
.stitch-film .film { aspect-ratio: 16 / 10; }
@media (max-width: 900px) {
  .ws-grid, .ws-grid-3 { grid-template-columns: 1fr 1fr; }
  .hero-film .film { aspect-ratio: 16 / 10; max-width: none; }
}
@media (max-width: 520px) { .ws-grid, .ws-grid-3, .ws-grid-2, .stitch-steps { grid-template-columns: 1fr; } }
