:root {
  --canvas: #f4efe6;
  --surface: #fbf8f2;
  --ink: #2a241c;
  --muted: #7a7164;
  --primary: #3f5c45;
  --primary-fg: #fbf8f2;
  --accent: #b0894f;
  --jute: #8c6a3d;
  --border: #e4d9c8;
  --danger: #8f3d3d;
  --hero: #1c1914;
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Outfit", ui-sans-serif, system-ui, sans-serif;
  --radius: 12px;
  --shadow: 0 18px 40px -28px rgb(42 36 28 / 0.45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; background: var(--canvas); color: var(--ink); font-family: var(--sans); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, [type=submit] { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; letter-spacing: -0.02em; margin: 0 0 .4em; text-wrap: balance; }
p { color: var(--muted); line-height: 1.65; text-wrap: pretty; }
.wrap { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.announce { background: #3f5c45; color: #fbf8f2; text-align: center; font-size: 13px; font-weight: 500; letter-spacing: .06em; padding: 11px 16px; }
.announce, .announce * { color: #fbf8f2; }
header.site { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--canvas) 90%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 28px; }
.brand img { width: 32px; height: 32px; }
.brand-lockup { display: flex; align-items: center; }
.brand-lockup img.logo-full { height: 38px; width: auto; max-width: min(280px, 52vw); object-fit: contain; }
.brand-lockup img.logo-mark { display: none; height: 36px; width: auto; object-fit: contain; }
.footer-logo { display: inline-flex; align-items: center; background: #fbf8f2; padding: 10px 14px; border-radius: 12px; margin-bottom: 12px; }
.footer-logo img { height: 36px; width: auto; max-width: 240px; object-fit: contain; }
@media (max-width: 720px) {
  .brand-lockup img.logo-full { display: none; }
  .brand-lockup img.logo-mark { display: block; }
}
.links { display: flex; gap: 22px; font-size: 14px; }
.links a { color: color-mix(in srgb, var(--ink) 80%, transparent); }
.links a:hover { color: var(--primary); }
.icons { display: flex; align-items: center; gap: 4px; }
.icon-btn { width: 42px; height: 42px; border: 0; background: transparent; border-radius: 10px; display: grid; place-items: center; position: relative; color: var(--ink); }
.icon-btn:hover { background: var(--surface); }
.badge { position: absolute; top: 4px; right: 4px; background: var(--primary); color: var(--primary-fg); font-size: 10px; min-width: 16px; height: 16px; border-radius: 99px; display: grid; place-items: center; padding: 0 4px; }
.menu-btn { display: none; }
.hero { position: relative; min-height: 72vh; display: grid; place-items: center; color: #fbf8f2; overflow: hidden; }
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.55); }
.hero .copy { position: relative; text-align: center; padding: 48px 16px; max-width: 720px; }
.hero h1 { font-size: clamp(42px, 7vw, 84px); color: #fbf8f2; }
.hero p { color: #e4d9c8; font-size: 18px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1px solid transparent; font-size: 14px; background: var(--primary); color: var(--primary-fg); transition: background .2s ease, color .2s ease, transform .2s ease; }
.btn:hover { filter: none; background: #2a241c; color: #fbf8f2; transform: translateY(-1px); }
.btn.ghost { background: transparent; border-color: var(--border); color: var(--ink); }
.btn.ghost:hover { background: #2a241c; color: #fbf8f2; }
.btn.light { background: var(--surface); color: var(--ink); }
.btn.light:hover { background: #2a241c; color: #fbf8f2; }
.btn.full { width: 100%; }
.grid { display: grid; gap: 18px; }
.cats { grid-template-columns: repeat(4, 1fr); padding: 24px 0 8px; }
.cat { position: relative; min-height: 220px; border-radius: 18px; overflow: hidden; }
.cat img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.cat span { position: relative; z-index: 1; display: flex; align-items: flex-end; height: 100%; padding: 18px; color: #fff; font-family: var(--display); font-size: 28px; background: linear-gradient(transparent, rgb(28 25 20 / .7)); }
.section { padding: 28px 0 56px; }
.section h2 { font-size: 36px; }
.cards { grid-template-columns: repeat(4, 1fr); }
.journal-grid { grid-template-columns: repeat(3, 1fr); }
.journal-grid .media { aspect-ratio: 16 / 10; }
.promo-banner { position: relative; display: block; border-radius: 22px; overflow: hidden; min-height: 360px; background: #2a241c center/cover no-repeat; }
.promo-banner img { width: 100%; height: 360px; object-fit: cover; display: block; }
.promo-copy { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 32px 20px; color: #fbf8f2; background: linear-gradient(transparent 20%, rgba(28,25,20,.55) 100%); }
.promo-copy strong { font-family: var(--display); font-size: clamp(36px, 5vw, 64px); font-weight: 600; line-height: 1.1; max-width: 16ch; }
.promo-copy span { display: block; margin: 10px 0 18px; font-size: 16px; opacity: .92; max-width: 36ch; }
.values { padding-top: 8px; }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.value-card { background: #fbf8f2; border: 1px solid #e4d9c8; border-radius: 18px; padding: 22px 22px 24px; min-height: 180px; color: #2a241c; }
.value-ico { display: inline-flex; color: var(--primary); margin-bottom: 14px; }
.value-card h3 { font-size: 26px; margin-bottom: 8px; color: #2a241c; }
.value-card p { color: #5c554b; font-size: 15px; line-height: 1.55; }
.idea-band { background: #3f5c45; color: #fbf8f2; text-align: center; padding: 72px 20px 68px; }
.idea-kicker { letter-spacing: .22em; text-transform: uppercase; font-size: 12px; color: #c4a574; margin-bottom: 14px; }
.idea-band h2 { color: #fbf8f2; font-size: clamp(32px, 4.4vw, 52px); margin: 0 0 16px; }
.idea-band p { max-width: 640px; margin: 0 auto 24px; color: #e4d9c8; font-size: 16px; line-height: 1.6; }
.quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.quote { background: #fbf8f2; border: 1px solid #e4d9c8; border-radius: 18px; padding: 22px; color: #2a241c; }
.quote h3 { color: #2a241c; font-size: 20px; margin-bottom: 8px; }
.quote p { color: #5c554b; }
.quote .who { margin-top: 12px; font-size: 12px; text-transform: uppercase; color: var(--jute); }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.card .media { aspect-ratio: 4/5; background: #ddd3c4; overflow: hidden; }
.card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card:hover .media img { transform: scale(1.04); }
.card .body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card h3 { font-size: 22px; }
.price { font-size: 14px; }
.price s { color: var(--muted); margin-right: 8px; }
.pill { font-size: 11px; letter-spacing: .04em; text-transform: uppercase; color: var(--jute); }
.muted { color: var(--muted); }
.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 28px; padding: 32px 0 64px; }
.filters { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 18px; height: fit-content; position: sticky; top: 88px; }
label { display: block; font-size: 13px; margin-bottom: 6px; }
input, select, textarea { width: 100%; min-height: 44px; border: 1px solid var(--border); background: #fff; border-radius: 10px; padding: 8px 12px; font: inherit; color: var(--ink); }
textarea { min-height: 110px; resize: vertical; }
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; padding: 36px 0 64px; }
.gallery { border-radius: 18px; overflow: hidden; background: var(--surface); }
.gallery img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.thumbs { display: flex; gap: 8px; margin-top: 10px; }
.thumbs img { width: 72px; height: 90px; object-fit: cover; border-radius: 8px; border: 1px solid var(--border); cursor: pointer; }
.swatches { display: flex; gap: 8px; flex-wrap: wrap; }
.swatch { width: 28px; height: 28px; border-radius: 99px; border: 2px solid #fff; outline: 1px solid var(--border); cursor: pointer; }
.size { min-width: 44px; height: 40px; border: 1px solid var(--border); background: #fff; border-radius: 8px; }
.size.active, .swatch.active { outline: 2px solid var(--primary); }
.flash { padding: 12px 16px; border-radius: 10px; margin: 12px 0; background: color-mix(in srgb, var(--primary) 14%, white); }
.flash.error { background: color-mix(in srgb, var(--danger) 14%, white); }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 12px 8px; border-bottom: 1px solid var(--border); font-size: 14px; vertical-align: top; }
.cart-line { display: grid; grid-template-columns: 88px 1fr auto; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.cart-line img { width: 88px; height: 110px; object-fit: cover; border-radius: 10px; }
.summary { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 20px; }
.row { display: flex; justify-content: space-between; gap: 12px; margin: 8px 0; }
footer.site { background: #1c1914; color: #e4d9c8; padding: 48px 0 24px; margin-top: 24px; }
footer.site p, footer.site h4, footer.site li { color: #e4d9c8; }
footer.site a { color: #fbf8f2; }
footer.site a:hover { color: #c4a574; }
footer.site h4 { color: #fff; margin-bottom: 12px; }
footer.site input { background: #2a241c; color: #fbf8f2; border-color: #4a4034; }
footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; }
.admin { display: grid; grid-template-columns: 230px 1fr; min-height: 100vh; }
.side { background: var(--hero); color: #e4d9c8; padding: 22px 16px; }
.side a { display: block; padding: 10px 12px; border-radius: 8px; color: #e4d9c8; }
.side a:hover, .side a.active { background: color-mix(in srgb, white 10%, transparent); color: #fff; }
.main { padding: 24px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.stat { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 16px; }
.stat b { font-size: 28px; font-family: var(--display); display: block; }
.auth-box { width: min(420px, calc(100% - 32px)); margin: 8vh auto; background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 28px; }
.prose { line-height: 1.7; max-width: 68ch; }
.prose p { margin: 0 0 1em; }
.timeline { display: flex; gap: 8px; flex-wrap: wrap; }
.step { padding: 6px 10px; border-radius: 99px; border: 1px solid var(--border); font-size: 12px; }
.step.done { background: var(--primary); color: var(--primary-fg); border-color: var(--primary); }
.search-drop { position: absolute; right: 0; top: 56px; width: min(360px, 90vw); background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 8px; display: none; }
.search-drop.open { display: block; }
.search-drop a { display: flex; gap: 10px; align-items: center; padding: 8px; border-radius: 8px; }
.search-drop a:hover { background: var(--canvas); }
.search-drop img { width: 40px; height: 50px; object-fit: cover; border-radius: 6px; }
.pager { display: flex; align-items: center; gap: 12px; justify-content: center; margin: 28px 0; }
.pager .disabled { opacity: .4; pointer-events: none; }
@media (max-width: 960px) {
  .links { display: none; }
  .menu-btn { display: grid; }
  .cats, .cards, .journal-grid, .values-grid, .quotes, .stats, footer .cols, .pdp, .shop-layout, .admin { grid-template-columns: 1fr 1fr; }
  .promo-banner, .promo-banner img { height: 220px; min-height: 220px; }
  .promo-copy strong { font-size: 22px; }
  .filters { position: static; }
  .hero { min-height: 62vh; }
}
@media (max-width: 640px) {
  .cats, .cards, .journal-grid, .values-grid, .quotes, footer .cols, .pdp, .shop-layout { grid-template-columns: 1fr; }
}
@media print {
  header, footer, .announce, .no-print { display: none !important; }
  body { background: #fff; }
}
.quotes { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 18px !important; }
.quote { background: #fbf8f2 !important; border: 1px solid #e4d9c8 !important; border-radius: 18px !important; padding: 22px !important; color: #2a241c !important; }
.value-card { background: #fbf8f2 !important; border: 1px solid #e4d9c8 !important; border-radius: 18px !important; padding: 22px !important; }
.announce { background: #3f5c45 !important; color: #fbf8f2 !important; }
footer.site { background: #1c1914 !important; color: #e4d9c8 !important; }
footer.site a { color: #fbf8f2 !important; }
.announce,
.announcement-bar {
  background: #3f5c45 !important;
  color: #fbf8f2 !important;
  text-align: center !important;
  padding: 11px 16px !important;
  font-size: 13px !important;
}
.announce *,
.announcement-bar * { color: #fbf8f2 !important; }

.values-grid,
.quotes,
.testimonials,
.natural-fibre-values {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}
.value-card,
.quote,
.testimonial,
.natural-fibre-values > p {
  background: #fbf8f2 !important;
  border: 1px solid #e4d9c8 !important;
  border-radius: 18px !important;
  padding: 22px !important;
  color: #2a241c !important;
}

footer,
footer.site,
.site-footer {
  background: #1c1914 !important;
  color: #e4d9c8 !important;
}
footer a,
footer.site a,
.site-footer a { color: #fbf8f2 !important; }
footer p,
footer h4,
.site-footer p,
.site-footer h4 { color: #e4d9c8 !important; }

.btn:hover,
button.btn:hover,
.card .btn:hover,
a.btn:hover {
  background: #2a241c !important;
  color: #fbf8f2 !important;
  filter: none !important;
}

@media (max-width: 640px) {
  .values-grid, .quotes, .testimonials, .natural-fibre-values {
    grid-template-columns: 1fr !important;
  }
}
footer.site { background:#2a241c; color:#cfc6b8; padding:0; margin-top:48px; }
footer.site .footer-grid {
  display:grid;
  grid-template-columns:1.3fr .9fr .9fr 1.2fr;
  gap:40px 32px;
  padding:56px 0 40px;
  align-items:start;
}
footer.site h4 {
  color:#c4a574 !important;
  font-family:var(--sans);
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin:0 0 16px;
}
footer.site .footer-grid a {
  display:block;
  color:#eee6da !important;
  font-size:14px;
  line-height:1.9;
}
footer.site .footer-grid a:hover { color:#c4a574 !important; }
footer.site .footer-tag { color:#eee6da !important; margin:14px 0 8px; }
footer.site .footer-brand p { max-width:26ch; color:#b7ad9f !important; }
.footer-form { display:flex; gap:10px; margin-top:16px; align-items:center; }
.footer-form input {
  background:transparent !important;
  border:1px solid #5a5248 !important;
  color:#fbf8f2 !important;
  border-radius:999px !important;
  min-height:44px;
  padding:0 16px;
}
.footer-join { background:#c4a574 !important; color:#2a241c !important; border:0 !important; }
.footer-join:hover { background:#d4b984 !important; color:#2a241c !important; }
.footer-base { border-top:1px solid #3d362e; }
.footer-base-row {
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  padding:16px 0 22px;
  font-size:12px;
  color:#9c9286;
}
.footer-legal a { color:#9c9286 !important; margin-left:14px; }
@media (max-width:900px){
  footer.site .footer-grid { grid-template-columns:1fr 1fr; padding:36px 0 28px; }
}
@media (max-width:640px){
  footer.site .footer-grid { grid-template-columns:1fr; }
}