:root {
  --cream: #fbf8f1;
  --cream-deep: #f3eee3;
  --paper: #fffdf8;
  --ink: #243b36;
  --ink-soft: #52635f;
  --sage: #a8c3a4;
  --sage-light: #e8f0e4;
  --sage-dark: #55745e;
  --blue: #a9c7d8;
  --blue-light: #e7f1f5;
  --orange: #e5a667;
  --orange-light: #f8e6d2;
  --line: rgba(36, 59, 54, .14);
  --shadow: 0 22px 60px rgba(57, 76, 67, .12);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--cream);
  background-image: radial-gradient(rgba(36,59,54,.035) .8px, transparent .8px);
  background-size: 7px 7px;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.04; }
h1 { font-size: clamp(3.25rem, 7vw, 6.75rem); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.2rem); }
h1 em, h2 em { color: var(--sage-dark); font-weight: 400; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.container { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.narrow { max-width: 910px; }
.section-pad { padding: clamp(78px, 10vw, 132px) 0; }
.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; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 11px 16px; background: var(--ink); color: white; border-radius: 9px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.reveal { opacity: 1; }
.js .reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(251,248,241,.9); border-bottom: 1px solid rgba(36,59,54,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 68px; height: 48px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-family: var(--serif); font-size: 1.35rem; letter-spacing: -.02em; }
.brand small { margin-top: 5px; color: var(--ink-soft); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { position: relative; padding: 12px 18px; border-radius: 999px; font-size: .92rem; font-weight: 700; transition: background .2s, color .2s, transform .2s; }
.main-nav a:not(.nav-cta):hover, .main-nav a[aria-current='page']:not(.nav-cta) { background: var(--sage-light); color: var(--sage-dark); }
.main-nav .nav-cta { margin-left: 8px; padding-inline: 22px; background: var(--ink); color: white; box-shadow: 0 8px 20px rgba(36,59,54,.14); }
.main-nav .nav-cta:hover { transform: translateY(-2px); background: var(--sage-dark); }
.main-nav .nav-cta[aria-current='page'] { box-shadow: inset 0 0 0 3px var(--orange-light); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px 10px; border: 0; border-radius: 50%; background: var(--sage-light); }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--ink); transition: transform .25s, opacity .25s; }

/* Shared elements */
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; color: var(--sage-dark); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: #d7e8d8; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 37px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 14px 24px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--sage-dark); box-shadow: 0 12px 28px rgba(85,116,94,.25); }
.button-primary:hover { background: var(--ink); box-shadow: 0 15px 32px rgba(36,59,54,.24); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.65); }
.button-ghost:hover { background: white; box-shadow: 0 10px 25px rgba(36,59,54,.08); }
.button-light { color: var(--ink); background: var(--paper); box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.button-light:hover { background: var(--orange-light); }
.section-heading { max-width: 710px; margin-bottom: 53px; }
.section-heading h2 { margin-bottom: 15px; }
.section-heading > p:last-child { color: var(--ink-soft); }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }

/* Home hero */
.hero { position: relative; overflow: hidden; padding-top: clamp(60px, 8vw, 105px); background: linear-gradient(135deg, rgba(232,240,228,.72), transparent 52%); }
.hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero::before { width: 360px; height: 360px; right: -130px; top: 60px; background: rgba(169,199,216,.24); }
.hero::after { width: 230px; height: 230px; left: -110px; bottom: 110px; background: rgba(229,166,103,.15); }
.hero-grid { min-height: 540px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(45px, 8vw, 105px); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 720px; margin-bottom: 28px; }
.hero-copy h1 em { display: block; }
.hero-lead { max-width: 620px; color: var(--ink-soft); font-size: 1.08rem; }
.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.hero-logo-wrap { position: relative; z-index: 2; width: min(100%, 480px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: rgba(255,253,248,.74); box-shadow: var(--shadow); }
.hero-logo-wrap::after { content: ''; position: absolute; inset: 14px; border: 2px dashed rgba(85,116,94,.24); border-radius: 50%; }
.hero-logo-wrap img { position: relative; z-index: 1; width: 104%; filter: drop-shadow(0 12px 14px rgba(36,59,54,.13)); }
.stitch-ring { position: absolute; width: 93%; aspect-ratio: 1; border: 18px solid rgba(168,195,164,.3); border-radius: 50%; transform: rotate(-8deg); }
.floating-note { position: absolute; z-index: 3; padding: 10px 18px; border: 1px solid rgba(36,59,54,.12); border-radius: 8px; color: var(--ink); background: var(--paper); box-shadow: 0 10px 24px rgba(36,59,54,.12); font-family: var(--serif); font-size: 1rem; font-style: italic; transform: rotate(-7deg); }
.floating-note::before { content: ''; position: absolute; width: 12px; height: 12px; top: -7px; left: 50%; border: 2px solid var(--orange); border-radius: 50%; background: var(--cream); }
.floating-note span { color: #bd7448; }
.note-one { top: 9%; left: -3%; }
.note-two { right: -2%; bottom: 13%; transform: rotate(6deg); }
.thread { position: absolute; width: 160px; height: 90px; border: 2px dashed rgba(85,116,94,.28); border-color: rgba(85,116,94,.28) transparent transparent transparent; border-radius: 50%; }
.thread-one { right: -50px; top: 16%; transform: rotate(50deg); }
.thread-two { bottom: 3%; left: -30px; transform: rotate(-135deg); }
.reassurance { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; padding: 24px 30px; border: 1px solid rgba(36,59,54,.08); border-radius: var(--radius-md); background: rgba(255,253,248,.78); box-shadow: 0 15px 45px rgba(36,59,54,.07); }
.reassurance > div { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 7px 25px; border-right: 1px solid var(--line); }
.reassurance > div:last-child { border-right: 0; }
.mini-icon { flex: 0 0 40px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--sage-dark); background: var(--sage-light); }
.reassurance p { display: flex; flex-direction: column; margin: 0; line-height: 1.4; }
.reassurance strong { font-family: var(--serif); font-size: 1rem; }
.reassurance small { color: var(--ink-soft); font-size: .74rem; }

/* Universe cards */
.univers { background: var(--paper); }
.universe-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.universe-card { min-height: 500px; overflow: hidden; border-radius: var(--radius-md); box-shadow: 0 16px 40px rgba(36,59,54,.1); }
.universe-card a { position: relative; height: 100%; min-height: inherit; display: block; overflow: hidden; }
.universe-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.universe-card:hover img { transform: scale(1.05); }
.card-tint { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 22%, rgba(22,42,37,.82) 100%); }
.tint-sage { background-color: rgba(68,102,76,.08); }
.tint-blue { background-color: rgba(81,126,148,.07); }
.tint-orange { background-color: rgba(150,95,48,.06); }
.tint-deep { background-color: rgba(35,62,55,.09); }
.card-number { position: absolute; top: 20px; right: 20px; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: white; background: rgba(36,59,54,.18); backdrop-filter: blur(8px); font-size: .68rem; font-weight: 800; }
.card-copy { position: absolute; z-index: 2; right: 25px; bottom: 26px; left: 25px; color: white; }
.card-copy p { margin: 0; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.card-copy h3 { margin: 1px 0 8px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 2.7rem); font-weight: 500; line-height: 1; }
.card-copy > span { display: block; min-height: 46px; color: rgba(255,255,255,.82); font-size: .75rem; }
.card-copy b { display: flex; justify-content: space-between; align-items: center; margin-top: 15px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.3); font-size: .77rem; text-transform: uppercase; letter-spacing: .1em; }
.card-copy i { font-size: 1.2rem; font-style: normal; transition: transform .2s; }
.universe-card:hover .card-copy i { transform: translateX(5px); }

/* Story */
.story { overflow: hidden; background: var(--sage-light); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(65px, 10vw, 135px); }
.story-art { position: relative; min-height: 530px; }
.story-image { position: absolute; z-index: 2; inset: 5% 2% 8% 6%; display: grid; place-items: center; border-radius: 50% 43% 47% 44%; background: var(--paper); box-shadow: var(--shadow); transform: rotate(-3deg); }
.story-image img { width: 105%; transform: rotate(3deg); }
.fabric-swatch { position: absolute; width: 175px; height: 175px; border-radius: 32px; box-shadow: 0 10px 26px rgba(36,59,54,.09); }
.swatch-one { top: 0; left: -25px; background-color: var(--blue); background-image: repeating-linear-gradient(45deg, transparent 0 10px, rgba(255,255,255,.18) 10px 12px); transform: rotate(-13deg); }
.swatch-two { right: -13px; bottom: -5px; background-color: var(--orange-light); background-image: radial-gradient(rgba(201,127,67,.25) 2px, transparent 2px); background-size: 16px 16px; transform: rotate(12deg); }
.handwritten { position: absolute; z-index: 3; right: -28px; bottom: 13px; padding: 8px 16px; border-radius: 4px; background: var(--paper); box-shadow: 0 8px 20px rgba(36,59,54,.12); font-family: var(--serif); font-size: 1.05rem; font-style: italic; transform: rotate(-5deg); }
.story-copy h2 { margin-bottom: 30px; }
.story-copy > p:not(.eyebrow) { max-width: 600px; color: var(--ink-soft); }
.signature { display: inline-flex; flex-direction: column; margin-top: 24px; color: var(--sage-dark); font-family: var(--serif); font-size: 2rem; font-style: italic; transform: rotate(-3deg); }
.signature span { margin-top: -9px; margin-left: 28px; color: var(--orange); font-size: 1rem; }

/* Process + CTA */
.process { background: var(--paper); }
.process-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin: 0; padding: 0; list-style: none; }
.process-list::before { content: ''; position: absolute; top: 54px; right: 11%; left: 11%; border-top: 2px dashed rgba(85,116,94,.18); }
.process-list li { position: relative; z-index: 1; padding: 0 16px; text-align: center; }
.process-list li > span { position: absolute; top: 7px; right: 17%; color: var(--orange); font-size: .68rem; font-weight: 800; }
.process-icon { width: 108px; height: 108px; display: grid; place-items: center; margin: 0 auto 24px; border: 9px solid var(--paper); border-radius: 50%; color: var(--sage-dark); background: var(--sage-light); box-shadow: inset 0 0 0 1px rgba(85,116,94,.1); font-family: var(--serif); font-size: 1.8rem; }
.process-list li:nth-child(2) .process-icon { color: #547994; background: var(--blue-light); }
.process-list li:nth-child(3) .process-icon { color: #a06438; background: var(--orange-light); }
.process-list h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 1.22rem; }
.process-list p { color: var(--ink-soft); font-size: .84rem; }
.cta-section { padding-top: 30px; background: var(--paper); }
.cta-card { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: clamp(45px, 7vw, 75px); border-radius: var(--radius-lg); color: white; background: var(--ink); box-shadow: var(--shadow); }
.cta-card::before { content: ''; position: absolute; width: 310px; height: 310px; top: -155px; right: 16%; border: 45px solid rgba(169,199,216,.09); border-radius: 50%; }
.cta-card > * { position: relative; z-index: 2; }
.cta-card h2 { margin-bottom: 15px; font-size: clamp(2.4rem, 4vw, 3.7rem); }
.cta-card h2 em { color: var(--orange); }
.cta-card p:not(.eyebrow) { max-width: 660px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.cta-card .button { flex: 0 0 auto; }
.cta-thread { position: absolute; right: -15px; bottom: -70px; width: 200px; height: 170px; border: 2px dashed rgba(255,255,255,.13); border-radius: 50%; }

/* Footer */
.site-footer { padding-top: 70px; color: white; background: #1d302c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; align-items: start; gap: 60px; padding-bottom: 55px; }
.footer-brand strong { color: white; }
.footer-brand small { color: rgba(255,255,255,.55); }
.site-footer nav, .footer-contact { display: flex; flex-direction: column; gap: 10px; }
.site-footer nav a, .footer-contact a { color: rgba(255,255,255,.72); font-size: .88rem; transition: color .2s, transform .2s; }
.site-footer nav a:hover, .footer-contact a:hover { color: var(--orange-light); transform: translateX(3px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: .75rem; }
.footer-bottom p { margin: 0; }

/* Inner page hero */
.page-hero { position: relative; overflow: hidden; padding-top: clamp(85px, 10vw, 135px); padding-bottom: clamp(70px, 9vw, 115px); text-align: center; background: linear-gradient(160deg, var(--sage-light), var(--cream) 65%); }
.page-hero::before { content: ''; position: absolute; width: 330px; height: 330px; right: -120px; top: -100px; border: 2px dashed rgba(85,116,94,.18); border-radius: 50%; }
.page-hero::after { content: '✦'; position: absolute; left: 8%; bottom: 12%; color: var(--orange); font-size: 2rem; transform: rotate(20deg); }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1 { margin-bottom: 30px; font-size: clamp(3.3rem, 7vw, 6rem); }
.page-hero h1 em { color: var(--sage-dark); }
.page-hero .narrow > p:last-of-type { max-width: 760px; margin: 0 auto; color: var(--ink-soft); font-size: 1.08rem; }
.anchor-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.anchor-nav a { padding: 9px 17px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); font-size: .82rem; font-weight: 700; transition: background .2s, transform .2s; }
.anchor-nav a:hover { transform: translateY(-2px); background: white; }
.photo-note { padding: 15px 0; border-block: 1px solid rgba(36,59,54,.08); background: var(--orange-light); }
.photo-note .container { display: flex; align-items: center; justify-content: center; gap: 12px; }
.photo-note span { color: #a06438; }
.photo-note p { margin: 0; color: #745b45; font-size: .8rem; }

/* Catalog */
.collection-block { background: var(--paper); }
.collection-block.alt { background: var(--cream-deep); }
.category-showcase { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 9vw, 120px); }
.category-showcase.reverse .category-photo { order: 2; }
.category-photo { position: relative; }
.category-photo::before { content: ''; position: absolute; inset: 30px -24px -24px 30px; border: 2px dashed rgba(85,116,94,.2); border-radius: var(--radius-lg); }
.category-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1 / .93; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.category-photo > span { position: absolute; z-index: 2; right: -25px; bottom: 25px; padding: 11px 17px; border-radius: 6px; background: var(--paper); box-shadow: 0 8px 20px rgba(36,59,54,.14); font-family: var(--serif); font-size: .9rem; font-style: italic; transform: rotate(-3deg); }
.category-copy h2 { margin: 12px 0 22px; }
.category-copy > p:not(.category-label) { max-width: 530px; color: var(--ink-soft); }
.category-copy .text-link { margin-top: 16px; }
.collection-subhead { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin: clamp(75px, 10vw, 115px) 0 27px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.collection-subhead span { color: var(--sage-dark); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.collection-subhead h3 { margin: 5px 0 0; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 500; letter-spacing: -.025em; }
.collection-subhead > p { max-width: 390px; margin: 0; color: var(--ink-soft); font-size: .82rem; text-align: right; }
.product-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(36,59,54,.08); border-radius: var(--radius-md); background: var(--paper); box-shadow: 0 10px 30px rgba(36,59,54,.07); transition: transform .3s ease, box-shadow .3s ease; }
.product-card:nth-child(2) { transition-delay: .08s; }
.product-card:nth-child(3) { transition-delay: .16s; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(36,59,54,.13); }
.product-card-media { position: relative; overflow: hidden; aspect-ratio: 1 / .86; background: var(--cream-deep); }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-card-media img { transform: scale(1.035); }
.product-card-media > span { position: absolute; right: 14px; bottom: 14px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.58); border-radius: 999px; color: white; background: rgba(36,59,54,.7); backdrop-filter: blur(7px); font-size: .61rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-card-content { flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 24px 25px 25px; }
.product-card-content .product-kicker { margin-bottom: 5px; color: var(--sage-dark); font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.product-card-content h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 1.45rem; font-weight: 500; letter-spacing: -.02em; }
.product-card-content > p:not(.product-kicker) { margin-bottom: 22px; color: var(--ink-soft); font-size: .79rem; }
.product-card-content > a { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.product-card-content > a span { font-size: 1rem; transition: transform .2s; }
.product-card-content > a:hover span { transform: translateX(5px); }

.catalog-section { background: var(--paper); }
.catalog-section.alt { background: var(--cream-deep); }
.catalog-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 9vw, 120px); }
.catalog-grid.reverse .catalog-image { order: 2; }
.catalog-image { position: relative; }
.catalog-image::before { content: ''; position: absolute; inset: 30px -24px -24px 30px; border: 2px dashed rgba(85,116,94,.2); border-radius: var(--radius-lg); }
.catalog-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1 / .93; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.catalog-image > span { position: absolute; z-index: 2; right: -25px; bottom: 25px; padding: 11px 17px; border-radius: 6px; background: var(--paper); box-shadow: 0 8px 20px rgba(36,59,54,.14); font-family: var(--serif); font-size: .9rem; font-style: italic; transform: rotate(-3deg); }
.catalog-copy h2 { margin: 12px 0 22px; }
.catalog-copy > p:not(.category-label) { max-width: 530px; color: var(--ink-soft); }
.category-label { margin-bottom: 9px; color: var(--sage-dark); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-list { margin: 28px 0 25px; border-top: 1px solid var(--line); }
.product-list article { display: flex; align-items: center; gap: 17px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.product-list article > span { flex: 0 0 43px; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: var(--sage-dark); background: var(--sage-light); font-family: var(--serif); }
.product-list h3 { margin: 0 0 2px; font-family: var(--serif); font-size: 1.08rem; }
.product-list p { margin: 0; color: var(--ink-soft); font-size: .78rem; }
.text-link { display: inline-flex; align-items: center; gap: 35px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: .8rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.text-link span { font-size: 1.1rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.custom-panel { background: var(--blue-light); }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.choice-grid article { position: relative; min-height: 250px; padding: 30px 27px; overflow: hidden; border: 1px solid rgba(36,59,54,.07); border-radius: var(--radius-md); background: rgba(255,255,255,.69); transition: transform .25s, box-shadow .25s; }
.choice-grid article:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(36,59,54,.1); }
.choice-number { position: absolute; top: 20px; right: 20px; color: rgba(36,59,54,.28); font-size: .7rem; font-weight: 800; }
.choice-icon { height: 66px; display: flex; align-items: center; color: var(--sage-dark); font-family: var(--serif); font-size: 2rem; }
.choice-icon.colors { gap: 0; }
.choice-icon.colors i { width: 28px; height: 28px; border: 3px solid white; border-radius: 50%; background: var(--sage); }
.choice-icon.colors i:nth-child(2) { margin-left: -7px; background: var(--blue); }
.choice-icon.colors i:nth-child(3) { margin-left: -7px; background: var(--orange); }
.choice-grid h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 1.25rem; }
.choice-grid p { margin: 0; color: var(--ink-soft); font-size: .82rem; }

/* Contact */
.contact-hero { background: linear-gradient(160deg, var(--blue-light), var(--cream) 67%); }
.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(50px, 8vw, 100px); }
.contact-details h2 { margin: 8px 0 22px; }
.contact-details > p:not(.category-label) { color: var(--ink-soft); }
.contact-methods { display: grid; gap: 12px; margin-top: 32px; }
.contact-methods a { display: flex; align-items: center; gap: 15px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--cream); transition: transform .2s, box-shadow .2s, background .2s; }
.contact-methods a:hover { transform: translateX(5px); background: white; box-shadow: 0 10px 25px rgba(36,59,54,.08); }
.method-icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--sage-dark); background: var(--sage-light); font-family: var(--serif); font-size: 1.1rem; }
.contact-methods div { min-width: 0; display: flex; flex: 1; flex-direction: column; }
.contact-methods small { color: var(--ink-soft); font-size: .7rem; }
.contact-methods strong { overflow-wrap: anywhere; font-size: .88rem; }
.contact-methods b { font-size: 1.1rem; }
.local-note { display: flex; align-items: flex-start; gap: 13px; margin-top: 28px; padding: 20px; border-radius: var(--radius-sm); color: #745b45; background: var(--orange-light); }
.local-note > span { font-size: 1.2rem; }
.local-note p { margin: 0; font-size: .78rem; }
.form-card { padding: clamp(28px, 5vw, 48px); border: 1px solid rgba(36,59,54,.08); border-radius: var(--radius-lg); background: var(--cream); box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; }
.form-heading > span { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--sage-dark); background: var(--sage-light); font-size: 1.2rem; }
.form-heading h2 { margin-bottom: 3px; font-family: var(--serif); font-size: 1.55rem; letter-spacing: -.02em; }
.form-heading p { margin: 0; color: var(--ink-soft); font-size: .78rem; }
.form-card form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-card label { display: grid; gap: 7px; color: var(--ink); font-size: .76rem; font-weight: 800; }
.form-card input, .form-card select, .form-card textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(36,59,54,.16); border-radius: 10px; color: var(--ink); background: var(--paper); font-weight: 400; outline: none; transition: border .2s, box-shadow .2s; }
.form-card textarea { min-height: 140px; resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--sage-dark); box-shadow: 0 0 0 3px rgba(168,195,164,.22); }
.form-card ::placeholder { color: #91a09b; }
.form-submit { width: 100%; margin-top: 4px; }
.form-hint { display: flex; gap: 7px; margin: 0; color: var(--ink-soft); font-size: .68rem; line-height: 1.45; }
.faq { background: var(--sage-light); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 9vw, 125px); }
.faq-list { border-top: 1px solid rgba(36,59,54,.18); }
.faq-list details { border-bottom: 1px solid rgba(36,59,54,.18); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 0; cursor: pointer; font-family: var(--serif); font-size: 1.07rem; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.65); transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding-right: 45px; color: var(--ink-soft); font-size: .84rem; }
.contact-ending { padding: 35px 0 65px; background: var(--sage-light); text-align: center; }
.contact-ending .container { max-width: 500px; }
.contact-ending img { width: 150px; height: 100px; margin: 0 auto 5px; object-fit: contain; }
.contact-ending p { margin: 0; color: var(--sage-dark); font-family: var(--serif); font-size: 1.2rem; font-style: italic; }

@media (max-width: 1020px) {
  .universe-grid { grid-template-columns: 1fr 1fr; }
  .universe-card { min-height: 470px; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 850px) {
  .js .menu-toggle { position: relative; z-index: 102; display: block; }
  .js .menu-toggle[aria-expanded='true'] > span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .js .menu-toggle[aria-expanded='true'] > span:nth-of-type(3) { opacity: 0; }
  .js .menu-toggle[aria-expanded='true'] > span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .js .main-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding: 90px 30px 40px; background: var(--cream); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: opacity .25s, visibility .25s, transform .25s; }
  .js .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .js .main-nav a { padding: 16px; text-align: center; font-family: var(--serif); font-size: 1.65rem; }
  .js .main-nav .nav-cta { margin: 15px 0 0; font-family: var(--sans); font-size: 1rem; }
  html:not(.js) .header-inner { flex-wrap: wrap; padding-block: 12px; }
  html:not(.js) .main-nav { width: 100%; justify-content: center; flex-wrap: wrap; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy .eyebrow, .hero-copy .button-row { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { width: min(560px, 95%); min-height: 500px; margin: -10px auto 0; }
  .reassurance { grid-template-columns: 1fr; max-width: 630px; }
  .reassurance > div { justify-content: flex-start; padding: 13px 7px; border-right: 0; border-bottom: 1px solid var(--line); }
  .reassurance > div:last-child { border-bottom: 0; }
  .story-grid, .catalog-grid, .category-showcase, .contact-grid, .faq-grid { grid-template-columns: 1fr; }
  .story-copy { max-width: 660px; }
  .catalog-grid.reverse .catalog-image { order: 0; }
  .category-showcase.reverse .category-photo { order: 0; }
  .catalog-image { max-width: 630px; }
  .category-photo { max-width: 630px; }
  .catalog-copy { max-width: 650px; }
  .category-copy { max-width: 650px; }
  .product-card-grid { grid-template-columns: 1fr 1fr; }
  .process-list { grid-template-columns: 1fr 1fr; row-gap: 45px; }
  .process-list::before { display: none; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .contact-details { max-width: 650px; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding-block: 68px; }
  .header-inner { min-height: 76px; }
  .brand img { width: 56px; height: 41px; }
  .brand strong { font-size: 1.13rem; }
  .brand small { font-size: .55rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  h2 { font-size: clamp(2.25rem, 12vw, 3.2rem); }
  .hero { padding-top: 52px; }
  .hero-grid { gap: 25px; }
  .hero-visual { min-height: 365px; }
  .hero-logo-wrap { width: 94%; }
  .floating-note { padding: 7px 11px; font-size: .78rem; }
  .note-one { left: 0; }
  .note-two { right: 0; }
  .reassurance { margin-top: 35px; padding: 15px 20px; }
  .universe-grid { grid-template-columns: 1fr; }
  .universe-card { min-height: 450px; }
  .story-art { min-height: 390px; }
  .fabric-swatch { width: 120px; height: 120px; }
  .handwritten { right: 0; font-size: .8rem; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { max-width: 320px; margin-inline: auto; }
  .cta-card { padding: 36px 25px; border-radius: 24px; }
  .cta-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .page-hero::after { display: none; }
  .photo-note .container { align-items: flex-start; }
  .catalog-image::before { inset: 16px -7px -12px 14px; }
  .catalog-image > span { right: 5px; bottom: 13px; max-width: 80%; font-size: .75rem; }
  .category-photo::before { inset: 16px -7px -12px 14px; }
  .category-photo > span { right: 5px; bottom: 13px; max-width: 80%; font-size: .75rem; }
  .collection-subhead { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 65px; }
  .collection-subhead > p { text-align: left; }
  .product-card-grid { grid-template-columns: 1fr; }
  .product-card-media { aspect-ratio: 1 / .9; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid article { min-height: 220px; }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 25px 20px; border-radius: 23px; }
  .form-heading { align-items: flex-start; }
  .contact-methods a { padding: 15px 12px; }
  .method-icon { flex-basis: 40px; width: 40px; height: 40px; }
  .contact-methods strong { font-size: .77rem; }
  .faq-list summary { font-size: 1rem; }
}

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