:root {
  --ink: #1c1917;
  --paper: #f7f3ec;
  --wax: #e8d9c0;
  --petal: #c4a4a8;
  --stem: #3f4a3c;
  --ribbon: #6b2d3c;
  --line: rgba(28, 25, 23, 0.12);
  --muted: rgba(28, 25, 23, 0.62);
  --display: "Bodoni Moda", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --space: clamp(1rem, 2vw, 1.5rem);
  --max: 72rem;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(196, 164, 168, 0.22), transparent 55%),
    radial-gradient(900px 500px at -10% 20%, rgba(232, 217, 192, 0.55), transparent 50%),
    var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--ribbon); }

.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: absolute; left: 1rem; top: -3rem; background: var(--ink); color: var(--paper);
  padding: 0.6rem 1rem; z-index: 100; transition: top .2s;
}
.skip-link:focus { top: 1rem; }

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 4.25rem; gap: 1rem;
}

.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1.05; }
.brand-mark {
  font-family: var(--display); font-size: 1.55rem; letter-spacing: 0.08em;
  font-weight: 500;
}
.brand-sub {
  font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted);
}

.site-nav { display: flex; align-items: center; gap: 1.25rem; }
.nav-list {
  display: flex; gap: 0.25rem; list-style: none; margin: 0; padding: 0;
}
.nav-list a {
  display: inline-flex; padding: 0.45rem 0.75rem; text-decoration: none;
  font-size: 0.92rem; font-weight: 500; color: var(--muted);
}
.nav-list a:hover, .nav-list .current-menu-item > a { color: var(--ink); }

.cart-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  border: 1px solid var(--line); padding: 0.45rem 0.85rem;
  text-decoration: none; font-size: 0.85rem; font-weight: 600;
}
.cart-count {
  min-width: 1.25rem; height: 1.25rem; border-radius: 999px;
  background: var(--ribbon); color: #fff; display: grid; place-items: center;
  font-size: 0.7rem;
}

.nav-toggle {
  display: none; background: none; border: 0; width: 2.5rem; height: 2.5rem;
  position: relative; cursor: pointer;
}
.nav-toggle span {
  position: absolute; left: 0.55rem; right: 0.55rem; height: 1.5px; background: var(--ink);
}
.nav-toggle span:first-of-type { top: 0.95rem; }
.nav-toggle span:last-of-type { top: 1.4rem; }

/* Hero — signature: full-bleed photo plane + brand-first type */
.hero {
  position: relative; min-height: min(92vh, 860px);
  display: grid; align-items: end; overflow: hidden;
  color: #f8f4ee;
}

.hero-media { position: absolute; inset: 0; }
.hero-photo {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(28,25,23,0.15) 0%, rgba(28,25,23,0.72) 78%),
    radial-gradient(circle at 60% 40%, rgba(232,217,192,0.25), transparent 45%),
    linear-gradient(135deg, #4a3a36 0%, #2a2421 45%, #1c1917 100%);
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: heroIn 1.4s ease-out forwards;
}

.hero-glow {
  position: absolute; inset: 20% 10% auto auto; width: 40vw; height: 40vw;
  background: radial-gradient(circle, rgba(196,164,168,0.28), transparent 65%);
  filter: blur(10px); pointer-events: none;
  animation: glowPulse 6s ease-in-out infinite;
}

.hero-copy {
  position: relative; z-index: 2; padding-block: clamp(3rem, 10vh, 6rem);
  max-width: 40rem;
}

.eyebrow {
  margin: 0 0 0.85rem; font-size: 0.72rem; letter-spacing: 0.22em;
  text-transform: uppercase; font-weight: 600; color: color-mix(in srgb, #f8f4ee 75%, var(--petal));
}

.brand-hero {
  margin: 0; font-family: var(--display); font-weight: 500;
  font-size: clamp(3.4rem, 10vw, 6.8rem); letter-spacing: 0.06em; line-height: 0.92;
}

.hero-lead {
  margin: 1.1rem 0 0; max-width: 28rem; font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: color-mix(in srgb, #f8f4ee 82%, transparent);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 2.9rem; padding: 0.7rem 1.35rem; border: 1px solid transparent;
  font-family: var(--sans); font-size: 0.92rem; font-weight: 600;
  text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s;
}
.btn-primary { background: var(--ribbon); color: #fff; }
.btn-primary:hover { background: #572433; color: #fff; }
.btn-ghost { border-color: rgba(248,244,238,0.35); color: #f8f4ee; background: transparent; }
.btn-ghost:hover { border-color: #f8f4ee; color: #fff; }

/* Sections */
.section { padding-block: clamp(3.5rem, 8vw, 6rem); }
.section-head { margin-bottom: 2rem; max-width: 38rem; }
.section-head.row {
  display: flex; align-items: end; justify-content: space-between; gap: 1rem;
  max-width: none;
}
.section-head h2,
.page-head h1 {
  margin: 0; font-family: var(--display); font-weight: 500;
  font-size: clamp(2rem, 4vw, 3rem); letter-spacing: 0.02em; line-height: 1.1;
}
.section-head p { margin: 0.75rem 0 0; color: var(--muted); }
.text-link { font-weight: 600; white-space: nowrap; }

.category-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.category-tile {
  display: grid; gap: 0.65rem; text-decoration: none; color: inherit;
}
.category-visual {
  aspect-ratio: 4/5; background:
    linear-gradient(160deg, var(--wax), color-mix(in srgb, var(--petal) 55%, var(--stem)));
  background-size: cover; background-position: center;
  transition: transform .45s ease;
}
.category-tile:hover .category-visual { transform: scale(1.02); }
.category-name {
  font-family: var(--display); font-size: 1.35rem; letter-spacing: 0.02em;
}
.category-meta { font-size: 0.78rem; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; }

.product-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.product-card { display: grid; gap: 0.85rem; }
.product-media {
  display: block; aspect-ratio: 4/5; overflow: hidden; background: var(--wax);
  text-decoration: none;
}
.product-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.product-card:hover .product-media img { transform: scale(1.04); }
.product-fallback {
  display: block; width: 100%; height: 100%;
  background: linear-gradient(145deg, var(--wax), var(--petal));
}
.product-info h3 {
  margin: 0; font-family: var(--display); font-size: 1.25rem; font-weight: 500;
}
.product-info h3 a { text-decoration: none; }
.product-price { margin: 0.35rem 0 0; font-weight: 600; color: var(--stem); }

.service-section { border-block: 1px solid var(--line); background: color-mix(in srgb, var(--wax) 35%, var(--paper)); }
.service-grid {
  display: grid; gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
.service-grid h3 {
  margin: 0 0 0.5rem; font-family: var(--display); font-size: 1.5rem; font-weight: 500;
}
.service-grid p { margin: 0; color: var(--muted); }

/* Pages */
.content-page { padding-block: clamp(2.5rem, 6vw, 4.5rem); max-width: 46rem; }
.page-head { margin-bottom: 1.5rem; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { font-family: var(--display); font-weight: 500; font-size: 1.7rem; }
.prose ul { padding-left: 1.1rem; }
.prose li { margin: 0.35rem 0; }

/* Woo overrides */
.shop-main { padding-block: clamp(2rem, 5vw, 3.5rem); }
.woocommerce ul.products {
  display: grid !important; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 0; padding: 0; list-style: none;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product {
  width: auto !important; margin: 0 !important; float: none !important;
  padding: 0; background: transparent; border: 0; box-shadow: none;
}
.woocommerce ul.products li.product a img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover; margin: 0 0 0.85rem;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--display); font-size: 1.25rem; font-weight: 500; padding: 0;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--ribbon) !important; color: #fff !important; border-radius: 0 !important;
  font-weight: 600 !important; border: 0 !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover { background: #572433 !important; }
.woocommerce div.product { display: grid; gap: 2rem; }
@media (min-width: 900px) {
  .woocommerce div.product {
    grid-template-columns: 1.05fr 0.95fr; align-items: start;
  }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary { width: 100% !important; float: none !important; }
}
.woocommerce div.product .product_title {
  font-family: var(--display); font-weight: 500; font-size: clamp(2rem, 4vw, 2.8rem);
}
.woocommerce div.product p.price { color: var(--stem); font-size: 1.25rem; font-weight: 600; }
.woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.woocommerce .quantity .qty {
  border: 1px solid var(--line); background: #fff; min-height: 2.9rem; padding: 0.4rem 0.6rem;
}

/* Footer */
.site-footer {
  background: var(--ink); color: color-mix(in srgb, #f8f4ee 88%, transparent);
  margin-top: 3rem;
}
.footer-grid {
  display: grid; gap: 2rem; padding-block: 3rem;
  grid-template-columns: 1.4fr 1fr 1fr;
}
.footer-brand {
  margin: 0; font-family: var(--display); font-size: 1.8rem; letter-spacing: 0.06em; color: #f8f4ee;
}
.footer-text { margin: 0.75rem 0 0; max-width: 28rem; color: rgba(248,244,238,0.65); }
.footer-label {
  margin: 0 0 0.85rem; font-size: 0.72rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(248,244,238,0.45);
}
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem; }
.footer-links a { color: rgba(248,244,238,0.8); text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid rgba(248,244,238,0.12); padding-block: 1.1rem;
  font-size: 0.8rem; color: rgba(248,244,238,0.45);
}

[data-reveal] {
  opacity: 0; transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}
[data-reveal.is-in] { opacity: 1; transform: none; }

@keyframes heroIn {
  from { transform: scale(1.08); opacity: 0.6; }
  to { transform: scale(1); opacity: 1; }
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.55; transform: translate(0,0) scale(1); }
  50% { opacity: 0.85; transform: translate(-2%, 3%) scale(1.05); }
}

@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute; left: 0; right: 0; top: 100%;
    display: none; flex-direction: column; align-items: stretch;
    background: var(--paper); border-bottom: 1px solid var(--line);
    padding: 0.75rem 1rem 1.1rem; gap: 0.5rem;
  }
  .site-nav.is-open { display: flex; }
  .nav-list { flex-direction: column; }
  .service-grid, .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important; transition: none !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}

:focus-visible {
  outline: 2px solid var(--ribbon);
  outline-offset: 3px;
}
