:root {
  --paper: #faf9f7;
  --paper-deep: #eeece7;
  --ink: #23241f;
  --ink-soft: #6b6d66;
  --line: rgba(35, 36, 31, 0.14);
  --accent: #b74e36;
  --accent-dark: #8c3526;
  --moss: #5d6446;
  --indigo: #3a4d63;
  --panel: #eae7df;
  --wa: #13793f;
  --wa-dark: #0f6234;
  --shadow: rgba(58, 56, 48, 0.15);
  --radius: 14px;
  --max: 1320px;
}

html.dark {
  --paper: #202421;
  --paper-deep: #2a2f2a;
  --ink: #eee8dc;
  --ink-soft: #bbb9ab;
  --line: rgba(238, 232, 220, 0.18);
  --accent: #dd795b;
  --accent-dark: #f0a48c;
  --moss: #a1aa7f;
  --indigo: #9baec5;
  --panel: #262b26;
  --wa: #17904c;
  --wa-dark: #127a3f;
  --shadow: rgba(10, 14, 10, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Geist', 'Segoe UI', system-ui, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; transition: background-color 250ms ease, color 250ms ease; }
body::selection { background: var(--accent); color: var(--paper); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.grain { position: fixed; inset: 0; z-index: 3; pointer-events: none; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E"); }
.site-header, main, .site-footer { position: relative; z-index: 1; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9; padding: 10px 14px; border-radius: 10px; background: var(--accent); color: #fff8ed; font-size: 13px; font-weight: 600; transform: translateY(-150%); transition: transform 180ms ease; }
.skip-link:focus-visible { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.site-header { width: min(var(--max), calc(100% - 64px)); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; letter-spacing: -.02em; white-space: nowrap; }
.wordmark em { color: var(--accent); font-family: 'Fraunces', Georgia, serif; font-style: normal; font-weight: 500; }
.wordmark-mark, .process-note-mark { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--accent); color: var(--accent); font-family: 'Fraunces', Georgia, serif; font-size: 12px; letter-spacing: -.06em; border-radius: 50%; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; color: var(--ink-soft); }
.main-nav a { transition: color 180ms ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--accent); }
.nav-cta { color: var(--ink) !important; font-weight: 600; }
.theme-toggle { padding: 0; border: 0; background: transparent; cursor: pointer; font-size: 13px; color: var(--ink-soft); }
.theme-toggle:hover, .theme-toggle:focus-visible { color: var(--accent); }

.section-shell { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.hero { min-height: calc(100dvh - 76px); display: grid; grid-template-columns: minmax(0, .94fr) minmax(440px, .86fr); gap: clamp(40px, 8vw, 132px); align-items: center; padding-block: 44px 56px; }
.hero-copy { max-width: 650px; padding-bottom: 30px; }
.section-kicker { margin: 0 0 22px; color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Fraunces', Georgia, serif; font-optical-sizing: auto; font-weight: 500; letter-spacing: -.025em; text-wrap: balance; }
p { text-wrap: pretty; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(3.35rem, 6.5vw, 6.2rem); line-height: .99; }
h2 { max-width: 800px; margin-bottom: 22px; font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: 1.02; }
h3 { margin-bottom: 4px; font-size: 16px; line-height: 1.25; }
.hero-subcopy { max-width: 465px; margin-bottom: 32px; color: var(--ink-soft); font-size: 18px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: var(--radius); font-size: 13px; font-weight: 600; transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:active { transform: translateY(1px) scale(.99); }
.button-primary { background: var(--accent); color: #fffaf6; }
.button-primary:hover, .button-primary:focus-visible { background: var(--accent-dark); }
.button-wa { gap: 11px; padding-left: 17px; background: var(--wa); color: #fff; }
.button-wa:hover, .button-wa:focus-visible { background: var(--wa-dark); }
.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 4; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; padding: 0; border-radius: 27px; background: var(--wa); color: #fff; font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; box-shadow: 0 10px 28px -10px rgba(19, 121, 63, .75); transition: width 320ms cubic-bezier(.16,1,.3,1), background-color 200ms ease, transform 200ms ease; }
.wa-float .wa-icon { width: 22px; height: 22px; }
.wa-float-text { max-width: 0; opacity: 0; transition: max-width 320ms cubic-bezier(.16,1,.3,1), opacity 220ms ease, margin-left 320ms cubic-bezier(.16,1,.3,1); }
.wa-float:hover, .wa-float:focus-visible { width: 178px; background: var(--wa-dark); }
.wa-float:hover .wa-float-text, .wa-float:focus-visible .wa-float-text { max-width: 120px; margin-left: 10px; opacity: 1; }
.wa-float:active { transform: scale(.96); }
@media (max-width: 700px) { .wa-float { right: 16px; bottom: 16px; } }
@media (prefers-reduced-motion: reduce) { .wa-float, .wa-float-text { transition: none; } }
.wa-icon { width: 19px; height: 19px; flex: none; }
.hero-reply { margin: 16px 0 0; color: var(--ink-soft); font-size: 12.5px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid var(--accent); padding-bottom: 4px; font-size: 13px; font-weight: 600; }
.text-link span { color: var(--accent); transition: transform 180ms ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translate(3px, -3px); }
.hero-media { min-width: 0; position: relative; }
.hero-media-frame { position: relative; width: min(100%, 600px); margin-left: auto; aspect-ratio: .87; overflow: hidden; border-radius: var(--radius); background: var(--paper-deep); box-shadow: 22px 26px 60px var(--shadow); }
.hero-media-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(37,39,37,.08), transparent 48%, rgba(37,39,37,.25)); pointer-events: none; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.02); opacity: 0; transition: opacity 900ms ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide-placeholder { display: grid; place-items: center; background:
  repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 5px),
  repeating-linear-gradient(0deg, rgba(0,0,0,.06) 0 1px, transparent 1px 5px),
  radial-gradient(120% 100% at 25% 10%, rgba(255,255,255,.3), transparent 60%),
  var(--swatch); }
.hero-slide-placeholder span { color: rgba(255,255,255,.82); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.hero-dots { position: absolute; right: 16px; bottom: 16px; z-index: 2; display: flex; gap: 7px; }
.hero-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; transition: background-color 200ms ease, transform 200ms ease; }
.hero-dots button[aria-current='true'] { background: #fff; transform: scale(1.35); }
.hero-side-note { max-width: 230px; margin: 16px 0 0 auto; padding-left: 14px; border-left: 1px solid var(--accent); color: var(--ink-soft); font-size: 12.5px; line-height: 1.5; }

.section-rule { border-top: 1px solid var(--line); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding-block: 86px; }
.intro-statement h2 { max-width: 470px; font-size: clamp(2.6rem, 5vw, 5rem); }
.intro-body { max-width: 480px; align-self: end; color: var(--ink-soft); }
.intro-body p { margin-bottom: 20px; }
.intro-body .text-link { margin-top: 18px; color: var(--ink); }
.section-heading { max-width: 680px; padding-top: 74px; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading > p:last-child { max-width: 560px; color: var(--ink-soft); }
.catalog-controls { display: flex; gap: 8px; flex-wrap: wrap; padding-block: 32px 24px; }
.filter-button { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink-soft); cursor: pointer; font-size: 12px; transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease; }
.filter-button:hover, .filter-button:focus-visible, .filter-button.is-active { border-color: var(--ink); color: var(--ink); background: var(--paper-deep); }
.filter-button.is-active { font-weight: 600; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 40px 20px; }
.product-card:nth-child(4n+2), .product-card:nth-child(4n+4) { margin-top: 30px; }
.product-card { min-width: 0; }
.product-shot { position: relative; width: 100%; aspect-ratio: .86; border-radius: 4px 4px 14px 14px; background: var(--paper-deep); overflow: hidden; transition: transform 300ms cubic-bezier(.16,1,.3,1); }
.product-shot::before { content: ''; position: absolute; inset: 0; background:
  repeating-linear-gradient(90deg, rgba(255,255,255,.09) 0 1px, transparent 1px 4px),
  repeating-linear-gradient(0deg, rgba(0,0,0,.07) 0 1px, transparent 1px 4px),
  radial-gradient(130% 100% at 20% 8%, rgba(255,255,255,.34), transparent 58%),
  var(--swatch); }
html.dark .product-shot::before { opacity: .78; }
.product-shot::after { content: 'photo pending'; position: absolute; left: 12px; bottom: 11px; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.product-card:hover .product-shot { transform: translateY(-4px); }
.product-card[data-category='textiles'] { --swatch: #9aa9b8; }
.product-card[data-category='bags'] { --swatch: #bda289; }
.product-card[data-category='home'] { --swatch: #a8ac8e; }
.product-card[data-category='crafts'] { --swatch: #c9a486; }
.product-meta { padding: 13px 2px 0; }
.product-meta p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.product-card.is-hidden { display: none; }
.catalog-note { max-width: 460px; margin: 34px 0 0; padding-bottom: 82px; color: var(--ink-soft); font-size: 12.5px; }


.process { padding-bottom: 82px; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 46px; border-top: 1px solid var(--line); }
.process-item { min-height: 220px; padding: 28px 26px 28px 0; border-right: 1px solid var(--line); }
.process-item:not(:first-child) { padding-left: 26px; }
.process-item:nth-child(3) { border-right: 0; }
.process-number { display: block; margin-bottom: 38px; color: var(--accent); font-size: 12px; font-weight: 600; }
.process-item p { max-width: 235px; margin: 0; color: var(--ink-soft); font-size: 14px; }
.process-note { grid-column: 1 / -1; display: flex; align-items: center; gap: 16px; margin-top: 14px; padding: 18px 0 0; border-top: 1px solid var(--line); }
.process-note p { max-width: 500px; margin: 0; color: var(--ink-soft); font-size: 13px; }

.contact { padding-block: 0 74px; }
.contact-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .55fr); gap: 70px; padding: clamp(38px, 6vw, 82px); border-radius: 22px; background: var(--panel); box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 24px 60px -40px var(--shadow); }
.contact-panel .section-kicker { color: var(--accent); }
.contact-panel h2 { max-width: 680px; margin: 0; }
.contact-action { align-self: end; }
.contact-action p { max-width: 320px; margin-bottom: 22px; color: var(--ink-soft); }
.contact-action small { display: block; max-width: 310px; margin-top: 12px; color: var(--ink-soft); font-size: 11px; line-height: 1.4; }
.site-footer { display: grid; grid-template-columns: 1.1fr 1.35fr auto; align-items: start; gap: 24px; padding-block: 30px 38px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 600; }
.site-footer > p { max-width: 250px; margin: 0; }
.footer-links { display: flex; gap: 18px; color: var(--ink); }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--accent); }
.footer-small { grid-column: 2 / -1; margin-top: 10px !important; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms cubic-bezier(.16,1,.3,1), transform 700ms cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 90ms; }
.reveal-delay-2 { transition-delay: 160ms; }
.reveal-delay-3 { transition-delay: 230ms; }

@media (max-width: 980px) {
  .site-header, .section-shell { width: min(var(--max), calc(100% - 40px)); }
  .main-nav { gap: 14px; }
  .main-nav a:nth-child(2), .main-nav a:nth-child(3) { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 48px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .site-header { min-height: 68px; }
  .site-header, .section-shell { width: calc(100% - 32px); }
  .main-nav { gap: 10px; }
  .main-nav .nav-cta { display: none; }
  .theme-toggle { font-size: 12px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 32px; padding-block: 68px 78px; }
  .hero-copy { padding: 0; }
  h1 { max-width: 520px; font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-subcopy { max-width: 420px; font-size: 16px; }
  .hero-media-frame { width: 100%; max-width: none; aspect-ratio: .9; }
  .hero-side-note { margin-right: 0; }
  .intro, .contact-panel { grid-template-columns: 1fr; }
  .intro { gap: 36px; padding-block: 62px; }
  .section-heading { padding-top: 56px; }
  .catalog-controls { padding-block: 34px 24px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 12px; }
  .product-card:nth-child(4n+2), .product-card:nth-child(4n+4) { margin-top: 0; }
  .catalog-note { margin-top: 26px; padding-bottom: 62px; }
  .product-meta { padding-top: 10px; }
  .product-meta p { font-size: 11px; }
    .process { padding-bottom: 62px; }
  .process-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .process-item, .process-item:not(:first-child) { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-number { margin-bottom: 24px; }
  .process-item p { max-width: none; }
  .process-note { grid-column: auto; margin-top: 0; padding-top: 24px; border-top: 0; }
  .contact { padding-bottom: 54px; }
  .contact-panel { gap: 46px; padding: 36px 28px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 22px 16px; padding-bottom: 28px; }
  .site-footer > p { grid-column: 1 / -1; }
  .footer-links { grid-column: 1 / -1; }
  .footer-small { grid-column: 1 / -1; }
}

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