/* ==========================================================================
   Utani Luxe — stylesheet
   Quiet-luxury minimal aesthetic. No build step, no framework.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --ivory: #F7F1E7;
  --ivory-2: #EFE6D6;
  --sand: #EDE2CC;
  --blush: #F1E3DD;
  --sage: #E7E9DD;
  --stone: #E5E1D6;
  --paper: #FCFAF6;
  --white: #FFFFFF;
  --charcoal: #221E1A;
  --ink: #2A2521;
  --ink-70: rgba(34,30,26,0.7);
  --ink-50: rgba(34,30,26,0.5);
  --ink-30: rgba(34,30,26,0.3);
  --ink-14: rgba(34,30,26,0.14);
  --ink-08: rgba(34,30,26,0.08);
  --gold: #B4863E;
  --gold-light: #E8C77E;
  --gold-deep: #8C6425;
  --error: #A23B2E;
  --success: #3E6B4F;

  --font-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-sans: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --container: 1240px;
  --container-narrow: 780px;
  --gap: 1.5rem;
  --radius: 2px;
  --ease: cubic-bezier(.4,0,.2,1);
  --header-h: 132px;
}

/* --------------------------------- reset --------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 500; margin: 0; letter-spacing: 0.01em; }
p { margin: 0 0 1em; }
input, textarea, select {
  font-family: inherit; font-size: 1rem; color: var(--ink);
  border: 1px solid var(--ink-14); background: var(--white); border-radius: var(--radius);
  padding: 0.85rem 1rem; width: 100%;
}
input:focus, textarea:focus, select:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
label { display: block; font-size: 0.82rem; letter-spacing: 0.03em; margin-bottom: 0.4rem; color: var(--ink-70); }
hr { border: none; border-top: 1px solid var(--ink-14); margin: 2.5rem 0; }
::selection { background: var(--gold-light); color: var(--charcoal); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 2rem; }
.container--narrow { max-width: var(--container-narrow); }
.visually-hidden {
  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: -999px; top: 0; background: var(--charcoal); color: var(--ivory);
  padding: 0.8rem 1.2rem; z-index: 999;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* -------------------------------- type -------------------------------- */
.eyebrow {
  font-family: var(--font-sans); font-size: 0.74rem; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--gold-deep); font-weight: 500;
  display: inline-block; margin-bottom: 0.9rem;
}
.eyebrow--light { color: var(--gold-light); }
h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.08; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); line-height: 1.15; }
h3 { font-size: 1.4rem; }
.lede { font-size: 1.1rem; color: var(--ink-70); max-width: 46ch; }

/* -------------------------------- buttons -------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.95rem 2rem; font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 500; border: 1px solid var(--charcoal); background: transparent; color: var(--charcoal);
  transition: all 0.25s var(--ease); white-space: nowrap;
}
.btn--dark { background: var(--charcoal); color: var(--ivory); border-color: var(--charcoal); }
.btn--dark:hover { background: var(--ink); }
.btn--outline:hover { background: var(--charcoal); color: var(--ivory); }
.btn--light { background: transparent; color: var(--ivory); border-color: var(--ivory); }
.btn--light:hover { background: var(--ivory); color: var(--charcoal); }
.btn--full { width: 100%; }
.btn--grow { flex: 1; }
.btn--sm { padding: 0.65rem 1.3rem; font-size: 0.72rem; }
.btn[disabled] { opacity: 0.45; cursor: not-allowed; }
.btn--icon { border: none; padding: 0.4rem; background: none; }
.text-link { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--ink-30); }
.text-link:hover { text-decoration-color: var(--ink); }

/* -------------------------------- badges -------------------------------- */
.badge {
  display: inline-block; font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.3rem 0.6rem; background: var(--charcoal); color: var(--ivory); font-weight: 500;
}
.badge--sale { background: var(--error); }
.badge--outline { background: transparent; border: 1px solid var(--ink-30); color: var(--ink-70); }

/* ================================ HEADER ================================ */
.announce-bar {
  background: var(--charcoal); color: var(--ivory); text-align: center;
  font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.6rem 1rem;
}
.site-header {
  position: sticky; top: 0; z-index: 60; background: rgba(252,250,246,0.92);
  backdrop-filter: blur(8px); border-bottom: 1px solid var(--ink-08);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 2rem; max-width: var(--container); margin: 0 auto; gap: 1.5rem;
}
.logo { display: flex; align-items: center; }
.logo img { height: 32px; width: auto; }
.main-nav { display: flex; gap: 2.1rem; }
.main-nav a {
  font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500;
  color: var(--ink); position: relative; padding: 0.3rem 0;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px;
  background: var(--charcoal); transform: scaleX(0); transition: transform 0.25s var(--ease);
}
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 1.2rem; }
.header-actions__meta { font-size: 0.74rem; letter-spacing: 0.06em; color: var(--ink-50); }
.icon-btn {
  background: none; border: none; padding: 0.3rem; position: relative; color: var(--ink);
  display: inline-flex; align-items: center;
}
.cart-count {
  position: absolute; top: -6px; right: -8px; background: var(--charcoal); color: var(--ivory);
  font-size: 0.62rem; width: 17px; height: 17px; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; font-family: var(--font-sans);
}
.mobile-menu-btn { display: none; background: none; border: none; }
.mobile-nav {
  display: none; flex-direction: column; gap: 0; border-top: 1px solid var(--ink-08);
  background: var(--paper);
}
.mobile-nav a {
  padding: 1rem 2rem; border-bottom: 1px solid var(--ink-08); font-size: 0.92rem;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.mobile-nav.is-open { display: flex; }

@media (max-width: 860px) {
  .main-nav { display: none; }
  .mobile-menu-btn { display: inline-flex; background: none; border: none; padding: 0.3rem; }
  .header-actions__meta { display: none; }
}

/* ================================ FOOTER ================================ */
.site-footer { background: var(--charcoal); color: var(--ivory); margin-top: 6rem; }
.site-footer a:hover { opacity: 0.75; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 3rem;
  padding: 4.5rem 2rem 3rem; max-width: var(--container); margin: 0 auto;
}
.footer-brand .logo img { filter: brightness(0) invert(1); height: 30px; }
.footer-brand p { color: rgba(247,241,231,0.6); font-size: 0.88rem; max-width: 30ch; margin-top: 1rem; }
.footer-social { display: flex; gap: 1rem; margin-top: 1.4rem; }
.footer-social a { font-size: 0.76rem; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(247,241,231,0.7); border-bottom: 1px solid rgba(247,241,231,0.3); }
.footer-col h4 {
  font-family: var(--font-sans); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(247,241,231,0.55); margin-bottom: 1.2rem; font-weight: 500;
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col a { font-size: 0.9rem; color: rgba(247,241,231,0.85); }
.footer-legal address { font-style: normal; font-size: 0.85rem; color: rgba(247,241,231,0.7); line-height: 1.75; }
.footer-bottom {
  border-top: 1px solid rgba(247,241,231,0.14); padding: 1.4rem 2rem; max-width: var(--container);
  margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem;
  font-size: 0.76rem; color: rgba(247,241,231,0.5);
}
.footer-bottom .payment-icons { display: flex; gap: 0.5rem; align-items: center; }
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; padding: 3rem 1.5rem 2rem; gap: 2.2rem; }
}

/* ================================= HERO ================================= */
.hero {
  position: relative; min-height: 78vh; display: flex; align-items: center;
  background-size: cover; background-position: center; color: var(--charcoal);
  overflow: hidden;
}
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(247,241,231,0.15), rgba(247,241,231,0.55)); }
.hero__content { position: relative; z-index: 2; max-width: 640px; padding: 3rem 2rem; margin: 0 auto; text-align: center; }
.hero__content h1 { margin-bottom: 1.3rem; }
.hero__content .btn { margin-top: 1.6rem; }
.hero--compact { min-height: 46vh; }
.hero--catalog { min-height: 40vh; }

/* ============================== SECTIONS ============================== */
.section { padding: 5.5rem 0; }
.section--tight { padding: 3.5rem 0; }
.section-heading { text-align: center; max-width: 620px; margin: 0 auto 3rem; }
.section-heading .lede { margin: 0.9rem auto 0; }
.section-heading--split {
  display: flex; justify-content: space-between; align-items: flex-end; text-align: left;
  max-width: none; margin-bottom: 2.6rem;
}

.intro-section { text-align: center; padding: 5rem 0 2rem; }
.intro-section p { max-width: 52ch; margin: 0 auto; font-size: 1.15rem; color: var(--ink-70); font-family: var(--font-serif); font-style: italic; }

/* ============================ PRODUCT GRID ============================ */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.2rem 1.6rem; align-items: start; }
.product-grid--featured { grid-template-columns: repeat(3, 1fr); }
.product-grid--three { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px) { .product-grid, .product-grid--featured, .product-grid--three { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .product-grid, .product-grid--featured, .product-grid--three { grid-template-columns: 1fr 1fr; gap: 1.4rem 0.9rem; } }

.product-card { position: relative; }
.product-card__media {
  position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--ivory-2); margin-bottom: 1rem;
}
.product-card__media img {
  width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease), opacity 0.4s var(--ease);
}
.product-card__media img.product-card__img--alt {
  position: absolute; inset: 0; opacity: 0;
}
.product-card:hover .product-card__img--alt { opacity: 1; }
.product-card:hover .product-card__img--main { opacity: 0; }
.product-card__badges { position: absolute; top: 0.7rem; left: 0.7rem; display: flex; gap: 0.4rem; z-index: 2; }
.product-card__quick {
  position: absolute; bottom: 0.7rem; left: 0.7rem; right: 0.7rem; opacity: 0; transform: translateY(6px);
  transition: all 0.25s var(--ease);
}
.product-card:hover .product-card__quick { opacity: 1; transform: translateY(0); }
.product-card__title { font-family: var(--font-serif); font-size: 1.15rem; margin-bottom: 0.25rem; }
.product-card__meta { display: flex; align-items: baseline; gap: 0.6rem; font-size: 0.92rem; }
.product-card__price { color: var(--ink); }
.product-card__compare { color: var(--ink-50); text-decoration: line-through; }
.product-card__cat { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-50); margin-bottom: 0.35rem; display: block; }

/* ============================== CATEGORY GRID ============================== */
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; }
@media (max-width: 900px) { .category-grid { grid-template-columns: repeat(2, 1fr); } }
.category-card { position: relative; aspect-ratio: 3/4; overflow: hidden; display: flex; align-items: flex-end; }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.category-card:hover img { transform: scale(1.045); }
.category-card__scrim { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(34,30,26,0.55), transparent 55%); }
.category-card__label { position: relative; z-index: 2; padding: 1.4rem; color: var(--ivory); }
.category-card__label h3 { color: var(--ivory); }
.category-card__label span { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; }

/* ============================== EDITORIAL ============================== */
.editorial-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.editorial-split__media { aspect-ratio: 4/5; overflow: hidden; }
.editorial-split__media img { width: 100%; height: 100%; object-fit: cover; }
.editorial-split__text .eyebrow { display: block; }
@media (max-width: 860px) { .editorial-split { grid-template-columns: 1fr; gap: 2rem; } }

/* ============================== TRUST STRIP ============================== */
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; padding: 3rem 0; border-top: 1px solid var(--ink-08); border-bottom: 1px solid var(--ink-08); }
.trust-item { text-align: center; padding: 0 1rem; }
.trust-item .material-icon { font-size: 1.6rem; margin-bottom: 0.6rem; display: block; }
.trust-item h4 { font-family: var(--font-sans); font-size: 0.86rem; letter-spacing: 0.02em; margin-bottom: 0.3rem; font-weight: 500; }
.trust-item p { font-size: 0.82rem; color: var(--ink-50); margin: 0; }
@media (max-width: 760px) { .trust-strip { grid-template-columns: repeat(2, 1fr); } }

/* ============================== PRINCIPLES (about) ============================== */
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.4rem; }
.principle { text-align: center; padding: 0 1rem; }
.principle__num { font-family: var(--font-serif); font-size: 2.6rem; color: var(--gold); display: block; margin-bottom: 0.6rem; }
@media (max-width: 760px) { .principle-grid { grid-template-columns: 1fr; gap: 2.2rem; } }

/* ============================== BREADCRUMB ============================== */
.breadcrumb { font-size: 0.8rem; color: var(--ink-50); padding: 1.4rem 0; }
.breadcrumb a:hover { color: var(--ink); text-decoration: underline; }
.breadcrumb span { margin: 0 0.4rem; }

/* ============================== PRODUCT DETAIL ============================== */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding-bottom: 4rem; }
.product-gallery__main { aspect-ratio: 4/5; overflow: hidden; background: var(--ivory-2); margin-bottom: 0.8rem; }
.product-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__thumbs { display: flex; gap: 0.7rem; }
.product-gallery__thumbs button { width: 84px; aspect-ratio: 4/5; padding: 0; border: 1px solid transparent; background: var(--ivory-2); overflow: hidden; }
.product-gallery__thumbs button.is-active { border-color: var(--charcoal); }
.product-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }

.product-info__cat { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-50); }
.product-info h1 { margin: 0.4rem 0 0.9rem; }
.product-info__price { font-size: 1.4rem; margin-bottom: 1.2rem; display: flex; align-items: baseline; gap: 0.7rem; }
.product-info__price .compare { font-size: 1rem; color: var(--ink-50); text-decoration: line-through; }
.product-info__desc { color: var(--ink-70); margin-bottom: 1.6rem; }
.option-group { margin-bottom: 1.6rem; }
.option-group__label { display: flex; justify-content: space-between; font-size: 0.82rem; letter-spacing: 0.04em; margin-bottom: 0.7rem; }
.option-swatches { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.option-swatches button {
  padding: 0.6rem 1.1rem; border: 1px solid var(--ink-14); background: var(--white); font-size: 0.86rem;
}
.option-swatches button.is-active { border-color: var(--charcoal); background: var(--charcoal); color: var(--ivory); }
.qty-row { display: flex; gap: 0.9rem; margin-bottom: 1rem; align-items: stretch; }
.quantity-control { display: flex; align-items: center; border: 1px solid var(--ink-14); }
.quantity-control button { width: 42px; background: none; border: none; font-size: 1rem; }
.quantity-control input { width: 44px; text-align: center; border: none; padding: 0.6rem 0; }
.product-info__meta-list { margin: 1.6rem 0; font-size: 0.86rem; color: var(--ink-70); }
.product-info__meta-list div { display: flex; justify-content: space-between; padding: 0.55rem 0; border-bottom: 1px solid var(--ink-08); }
.add-confirm { display: none; font-size: 0.84rem; color: var(--success); margin-top: 0.8rem; }
.add-confirm.is-visible { display: block; }
@media (max-width: 860px) { .product-detail { grid-template-columns: 1fr; gap: 2rem; } }

/* ============================== ACCORDION / FAQ ============================== */
.accordion-item { border-bottom: 1px solid var(--ink-14); }
.accordion-item__trigger {
  width: 100%; display: flex; justify-content: space-between; align-items: center; text-align: left;
  background: none; border: none; padding: 1.3rem 0; font-family: var(--font-serif); font-size: 1.12rem;
}
.accordion-item__icon { transition: transform 0.25s var(--ease); font-size: 1.3rem; color: var(--gold); }
.accordion-item.is-open .accordion-item__icon { transform: rotate(45deg); }
.accordion-item__panel { max-height: 0; overflow: hidden; transition: max-height 0.3s var(--ease); }
.accordion-item__panel-inner { padding-bottom: 1.3rem; color: var(--ink-70); font-size: 0.95rem; max-width: 68ch; }
.product-faq, .site-faq { max-width: 760px; margin: 0 auto; }

/* ============================== CART DRAWER ============================== */
.cart-overlay {
  position: fixed; inset: 0; background: rgba(34,30,26,0.4); z-index: 90; opacity: 0; pointer-events: none;
  transition: opacity 0.3s var(--ease);
}
.cart-overlay.is-open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(440px, 100%); background: var(--paper);
  z-index: 91; display: flex; flex-direction: column; transform: translateX(100%);
  transition: transform 0.35s var(--ease); box-shadow: -8px 0 30px rgba(0,0,0,0.08);
}
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer__header { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 1.8rem; border-bottom: 1px solid var(--ink-08); }
.cart-drawer__items { flex: 1; overflow-y: auto; padding: 1rem 1.8rem; }
.cart-line { display: flex; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--ink-08); }
.cart-line__img { width: 78px; height: 96px; object-fit: cover; background: var(--ivory-2); flex-shrink: 0; }
.cart-line__title { font-family: var(--font-serif); font-size: 1.02rem; margin-bottom: 0.2rem; }
.cart-line__meta { font-size: 0.78rem; color: var(--ink-50); margin-bottom: 0.5rem; }
.cart-line__row { display: flex; justify-content: space-between; align-items: center; }
.cart-line__remove { font-size: 0.76rem; color: var(--ink-50); text-decoration: underline; background: none; border: none; padding: 0; }
.cart-drawer__footer { padding: 1.5rem 1.8rem 1.8rem; border-top: 1px solid var(--ink-08); }
.cart-drawer__subtotal { display: flex; justify-content: space-between; font-size: 1.02rem; margin-bottom: 0.4rem; }
.cart-drawer__note { font-size: 0.78rem; color: var(--ink-50); margin-bottom: 1.1rem; }
.cart-empty { text-align: center; padding: 3rem 1rem; color: var(--ink-50); }

/* ============================== CHECKOUT ============================== */
.checkout-layout { display: grid; grid-template-columns: 1.35fr 1fr; gap: 4rem; align-items: start; }
.checkout-section { margin-bottom: 2.4rem; }
.checkout-section h2 { font-size: 1.3rem; margin-bottom: 0.3rem; }
.checkout-section > p.hint { color: var(--ink-50); font-size: 0.86rem; margin-bottom: 1.2rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.field-row--three { grid-template-columns: 1fr 1fr 1fr; }
.field { margin-bottom: 1rem; }
.card-icons { display: flex; gap: 0.5rem; margin-bottom: 1rem; }
.card-icons svg { height: 22px; width: auto; }
.checkout-disclosure {
  background: var(--ivory-2); padding: 1.2rem 1.4rem; font-size: 0.84rem; color: var(--ink-70);
  border-left: 2px solid var(--gold);
}
.checkout-disclosure ul { margin-top: 0.5rem; }
.checkout-disclosure li { position: relative; padding-left: 1.1rem; margin-bottom: 0.3rem; }
.checkout-disclosure li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.order-summary { background: var(--ivory-2); padding: 1.8rem; position: sticky; top: calc(var(--header-h) + 1rem); }
.order-summary__line { display: flex; gap: 0.9rem; padding: 0.9rem 0; border-bottom: 1px solid var(--ink-08); }
.order-summary__line img { width: 56px; height: 68px; object-fit: cover; background: var(--white); }
.order-summary__totals div { display: flex; justify-content: space-between; padding: 0.5rem 0; font-size: 0.92rem; }
.order-summary__totals .grand { font-size: 1.1rem; font-weight: 500; border-top: 1px solid var(--ink-14); margin-top: 0.4rem; padding-top: 0.8rem; }
.order-summary__notice { border-top: 1px solid var(--ink-14); margin-top: 1rem; padding-top: 1rem; display: flex; flex-direction: column; gap: 0.7rem; }
.order-summary__notice p { font-size: 0.76rem; line-height: 1.55; color: var(--ink-50); margin: 0; }
.checkbox-row { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.84rem; margin: 1.2rem 0; }
.checkbox-row input { width: auto; margin-top: 0.15rem; }
@media (max-width: 900px) { .checkout-layout { grid-template-columns: 1fr; gap: 2.5rem; } .order-summary { position: static; } .field-row, .field-row--three { grid-template-columns: 1fr; } }

/* ============================== FORMS (contact etc.) ============================== */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
@media (max-width: 700px) { .form-grid { grid-template-columns: 1fr; } }
.form-status { display: none; padding: 1rem 1.2rem; margin-top: 1rem; font-size: 0.88rem; }
.form-status.is-visible { display: block; }
.form-status--ok { background: #E9F0EA; color: var(--success); }
.form-status--error { background: #F5E7E4; color: var(--error); }

/* ============================== LEGAL / POLICY ============================== */
.policy-layout { display: grid; grid-template-columns: 260px 1fr; gap: 4rem; }
.policy-toc { position: sticky; top: calc(var(--header-h) + 1rem); align-self: start; }
.policy-toc h4 { font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-50); margin-bottom: 1rem; }
.policy-toc ul { display: flex; flex-direction: column; gap: 0.65rem; }
.policy-toc a { font-size: 0.88rem; color: var(--ink-70); }
.policy-toc a:hover { color: var(--ink); }
.policy-content h2 { margin-top: 2.6rem; margin-bottom: 0.9rem; scroll-margin-top: calc(var(--header-h) + 1rem); }
.policy-content h2:first-child { margin-top: 0; }
.policy-content p, .policy-content li { color: var(--ink-70); font-size: 0.98rem; }
.policy-content ul { padding-left: 1.2rem; list-style: disc; margin-bottom: 1rem; }
.policy-content ul li { margin-bottom: 0.4rem; }
.policy-updated { font-size: 0.84rem; color: var(--ink-50); margin-bottom: 2.5rem; }
@media (max-width: 860px) { .policy-layout { grid-template-columns: 1fr; gap: 2rem; } .policy-toc { position: static; } }

/* ============================== CONTACT ============================== */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-info-block { margin-bottom: 1.8rem; }
.contact-info-block h4 { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-50); margin-bottom: 0.5rem; }
@media (max-width: 860px) { .contact-layout { grid-template-columns: 1fr; gap: 2.5rem; } }

/* ============================== CONFIRMATION ============================== */
.confirm-box { text-align: center; max-width: 560px; margin: 0 auto; }
.confirm-icon { font-size: 2.8rem; color: var(--gold); margin-bottom: 1rem; }
.confirm-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2.2rem 0; text-align: left; background: var(--ivory-2); padding: 1.6rem; }
.confirm-meta div span { display: block; font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-50); margin-bottom: 0.2rem; }

/* ============================== TOAST ============================== */
.toast {
  position: fixed; bottom: 1.6rem; left: 50%; transform: translateX(-50%) translateY(12px); z-index: 120;
  background: var(--charcoal); color: var(--ivory); padding: 0.9rem 1.5rem; font-size: 0.86rem;
  opacity: 0; pointer-events: none; transition: all 0.3s var(--ease); display: flex; gap: 0.8rem; align-items: center;
}
.toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ============================== EMPTY / 404 ============================== */
.empty-state { text-align: center; padding: 6rem 2rem; }

/* ============================== SHOP TOOLBAR ============================== */
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.4rem; flex-wrap: wrap; gap: 1rem; }
.shop-filters { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.shop-filters button {
  padding: 0.5rem 1.1rem; border: 1px solid var(--ink-14); background: transparent; font-size: 0.8rem;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.shop-filters button.is-active { background: var(--charcoal); border-color: var(--charcoal); color: var(--ivory); }
.shop-sort select { width: auto; padding: 0.5rem 2rem 0.5rem 1rem; font-size: 0.82rem; }
.shop-count { font-size: 0.82rem; color: var(--ink-50); }

/* ============================== UTILITIES ============================== */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.text-center { text-align: center; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
