:root {
  --bg: #f4f0ea;
  --surface: #fbf8f4;
  --surface-soft: rgba(255, 255, 255, 0.72);
  --surface-strong: #f8f4ef;
  --text: #111111;
  --muted: #6f665c;
  --line: rgba(17, 17, 17, 0.08);
  --accent: #8a6647;
  --accent-blue: #355c9a;
  --accent-red: #a44b4b;
  --dark: #171513;
  --shadow: 0 20px 46px rgba(45, 32, 21, 0.05);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 44px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--bg);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; border: 0; }

.container { width: var(--container); margin: 0 auto; }
.section { padding: 86px 0; }
.announcement-bar {
  background: linear-gradient(90deg, #171513 0%, #243553 52%, #6f3036 100%); color: #f7f2eb; text-align: center; padding: 11px 16px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
}
.site-header {
  position: sticky; top: 0; z-index: 20; background: rgba(244, 240, 234, 0.9);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--line);
}
.site-header::after {
  content: ""; display: block; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(53,92,154,0.45) 32%, rgba(164,75,75,0.35) 70%, transparent 100%);
}
.nav {
  min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand-mark {
  display: inline-flex; align-items: center; gap: 14px; padding: 8px 14px 8px 0;
}
.brand-logo {
  width: 74px; height: 74px; object-fit: cover; border-radius: 20px; display: block;
  box-shadow: 0 14px 34px rgba(244, 57, 122, 0.22);
  background: #f4397a;
  padding: 2px;
}
.brand-copy { display: flex; flex-direction: column; gap: 4px; }
.brand-mark strong { display: block; font-size: 15px; letter-spacing: 0.22em; }
.brand-mark small { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.18em; }
.desktop-nav { display: flex; gap: 28px; color: var(--muted); font-size: 14px; }
.desktop-nav a { position: relative; padding-bottom: 4px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: linear-gradient(90deg, var(--accent-blue), var(--accent-red)); transform: scaleX(0); transform-origin: left; transition: transform 0.22s ease; }
.desktop-nav a:hover { color: var(--text); }
.desktop-nav a:hover::after { transform: scaleX(1); }

.cart-button, .button, .icon-button {
  border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; transition: 0.2s ease;
}
.cart-button {
  min-width: 108px; gap: 10px; padding: 12px 16px; background: linear-gradient(135deg, #171513 0%, #243553 100%); color: #f7f2eb;
  box-shadow: 0 12px 24px rgba(36, 53, 83, 0.14);
}
.cart-button strong {
  width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,0.12);
}
.button { min-height: 48px; padding: 0 22px; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
.button.primary { background: linear-gradient(135deg, #171513 0%, #2f4670 100%); color: #f7f2eb; box-shadow: 0 14px 28px rgba(36, 53, 83, 0.14); }
.button.secondary { background: transparent; color: var(--text); border: 1px solid rgba(53, 92, 154, 0.16); }
.button.secondary:hover { border-color: rgba(164,75,75,0.28); background: rgba(255,255,255,0.42); }
.button.full { width: 100%; }
.icon-button { width: 42px; height: 42px; background: var(--surface); font-size: 30px; line-height: 1; }

.eyebrow {
  display: inline-block; margin-bottom: 14px; color: var(--accent-blue); font-size: 12px; font-weight: 700;
  letter-spacing: 0.24em; text-transform: uppercase;
}
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { letter-spacing: -0.05em; }
h1 { font-size: clamp(40px, 4.8vw, 66px); line-height: 0.98; max-width: 10ch; }
h2 { font-size: clamp(30px, 3.2vw, 48px); line-height: 1.02; max-width: 12ch; }
h3 { font-size: 24px; }
p { font-size: 18px; line-height: 1.7; color: var(--muted); }

.hero-card,
.product-card,
.minimal-card,
.lookbook-item,
.value-card,
.steps-list article,
.faq-list details,
.cart-item,
.cart-summary,
.empty-cart {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
  box-shadow: var(--shadow);
}

.hero { padding: 52px 0 28px; }
.hero-grid {
  display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 34px; align-items: center;
}
.hero-copy p { max-width: 29em; margin-top: 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-mosaic {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 18px; align-items: stretch;
}
.hero-card { overflow: hidden; }
.hero-card-large { min-height: 620px; }
.hero-card-small { min-height: 298px; }
.hero-note {
  padding: 28px; display: flex; flex-direction: column; justify-content: center; min-height: 298px;
}
.hero-note p { font-size: 22px; line-height: 1.45; color: var(--text); max-width: 11ch; font-family: "Cormorant Garamond", serif; }
.warm { background: linear-gradient(180deg, #f4ede5 0%, #efe6dc 100%); }
.cool { background: linear-gradient(180deg, #f7f5f2 0%, #eeebe7 100%); }

.image-contain {
  position: relative;
  background: linear-gradient(180deg, #f7f4ef 0%, #efe9e1 100%);
}
.image-contain img {
  width: 100%; height: 100%; object-fit: contain; object-position: center center; padding: 12px;
  filter: drop-shadow(0 18px 22px rgba(20, 15, 10, 0.12));
}
.hero-card-large img { padding: 16px; transform: scale(1.05); }
.hero-card-small img { padding: 12px; transform: scale(1.04); }
.product-image { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.lookbook-item img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }
.lookbook-item.tall img { padding: 18px; }
.soft-rotate-left img { transform: rotate(-1.2deg) scale(1.02); }
.soft-rotate-right img { transform: rotate(1deg) scale(1.02); }

.collection-section { padding-top: 72px; }
.section-heading { margin-bottom: 28px; }
.split-heading {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 24px; align-items: end;
}
.split-heading h2 { max-width: 12ch; }
.split-heading p { max-width: 33em; justify-self: end; }
.narrow { max-width: 16rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-card { overflow: hidden; display: grid; grid-template-rows: 360px auto; }
.product-image-wrap { background: linear-gradient(180deg, #f8f5f1 0%, #f1ebe4 100%); }
.product-image { transition: transform 0.22s ease; }
.product-card:hover .product-image { transform: scale(1.04); }
.product-body { padding: 20px 20px 22px; }
.product-meta {
  display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 10px;
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
}
.product-price { color: var(--text); font-size: 14px; }
.product-title { margin-bottom: 8px; }
.product-description { font-size: 16px; margin-bottom: 18px; }

.featured-layout {
  display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 18px; align-items: start;
}
.minimal-card { padding: 34px; }
.minimal-card h2 { max-width: 10ch; }
.minimal-card p { margin-top: 16px; max-width: 26em; }
.lookbook-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px;
}
.lookbook-item { overflow: hidden; min-height: 280px; }
.lookbook-item.tall { grid-row: span 2; min-height: 580px; }
.lookbook-item.wide { min-height: 300px; }
.minimal-copy {
  padding: 28px; display: flex; align-items: center; background: linear-gradient(135deg, #171513 0%, #243553 85%);
}
.minimal-copy p {
  color: #f3ede6; font-size: 30px; line-height: 1.1; letter-spacing: -0.05em; max-width: 10ch;
  font-family: "Cormorant Garamond", serif;
}

.values-section { padding-top: 6px; }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.value-card { padding: 26px; }
.value-index {
  display: inline-block; margin-bottom: 14px; font-size: 12px; letter-spacing: 0.18em; color: var(--accent-red);
}
.value-card h3 { margin-bottom: 10px; }
.value-card p { font-size: 16px; }

.purchase-grid, .faq-grid, .footer-grid { display: grid; gap: 34px; }
.purchase-grid { grid-template-columns: 0.68fr 1.32fr; align-items: start; }
.steps-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.steps-list article { padding: 24px; }
.steps-list strong {
  display: inline-block; margin-bottom: 12px; font-size: 12px; letter-spacing: 0.16em; color: var(--accent-red);
}
.steps-list p { font-size: 16px; }

.faq-grid { grid-template-columns: 0.7fr 1.3fr; align-items: start; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 18px 20px; }
.faq-list summary {
  list-style: none; cursor: pointer; font-size: 18px; font-weight: 600; letter-spacing: -0.03em;
}
.faq-list summary::before {
  content: "•"; color: var(--accent-blue); margin-right: 10px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p { margin-top: 12px; font-size: 16px; }

.site-footer { padding: 24px 0 38px; }
.footer-grid {
  grid-template-columns: 1fr auto; align-items: center; border-top: 1px solid var(--line); padding-top: 20px;
}
.footer-grid strong { font-size: 13px; letter-spacing: 0.18em; }
.footer-grid p { font-size: 15px; margin-top: 6px; }
.footer-branding { display: inline-flex; align-items: center; gap: 14px; }
.footer-logo {
  width: 54px; height: 54px; object-fit: cover; border-radius: 16px; display: block;
  box-shadow: 0 10px 24px rgba(53, 92, 154, 0.12);
}

.cart-drawer { position: fixed; inset: 0; pointer-events: none; z-index: 60; }
.cart-overlay {
  position: absolute; inset: 0; background: rgba(17, 17, 17, 0.45); opacity: 0; transition: 0.25s ease;
}
.cart-panel {
  position: absolute; top: 0; right: 0; width: min(460px, 100vw); height: 100%; background: #f8f5f1; transform: translateX(100%);
  transition: 0.28s ease; box-shadow: -24px 0 60px rgba(0,0,0,0.18); padding: 24px; display: grid; grid-template-rows: auto 1fr auto auto; gap: 18px;
}
.cart-drawer.open { pointer-events: auto; }
.cart-drawer.open .cart-overlay { opacity: 1; }
.cart-drawer.open .cart-panel { transform: translateX(0); }
.cart-header, .summary-row, .cart-item { display: flex; justify-content: space-between; gap: 16px; }
.cart-items { overflow: auto; display: grid; gap: 12px; align-content: start; }
.cart-item { padding: 14px; align-items: center; }
.cart-item-info strong { display: block; margin-bottom: 6px; }
.cart-item-info span { color: var(--muted); font-size: 14px; }
.cart-item-actions { display: flex; align-items: center; gap: 10px; }
.qty-button, .remove-button {
  border: 1px solid var(--line); background: transparent; border-radius: 999px; min-width: 34px; height: 34px;
}
.remove-button { padding: 0 12px; }
.cart-summary { padding: 16px; display: grid; gap: 10px; }
.summary-row.total { padding-top: 10px; border-top: 1px solid var(--line); }
.checkout-form { display: grid; gap: 12px; }
.checkout-form label { display: grid; gap: 8px; font-weight: 600; }
.checkout-form input, .checkout-form textarea {
  border: 1px solid rgba(21,21,21,0.16); background: #fff; border-radius: 16px; padding: 14px 16px; resize: vertical;
}
.empty-cart {
  padding: 22px; color: var(--muted); text-align: center; border-style: dashed;
}

@media (max-width: 1080px) {
  .brand-logo, .footer-logo { width: 48px; height: 48px; }
  .hero-grid,
  .featured-layout,
  .purchase-grid,
  .faq-grid,
  .split-heading { grid-template-columns: 1fr; }
  .product-grid,
  .values-grid,
  .steps-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lookbook-item.tall { grid-row: auto; min-height: 380px; }
  .split-heading p { justify-self: start; }
}

@media (max-width: 720px) {
  .desktop-nav { display: none; }
  .section { padding: 64px 0; }
  .hero { padding-top: 34px; }
  .hero-mosaic,
  .product-grid,
  .lookbook-grid,
  .values-grid,
  .steps-list { grid-template-columns: 1fr; }
  .hero-card-large { min-height: 420px; }
  .hero-card-small, .hero-note { min-height: 230px; }
  .product-card { grid-template-rows: 320px auto; }
  .minimal-copy p { font-size: 26px; }
  .cart-button span { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .button { width: 100%; }
}

@media (max-width: 720px) {
  .brand-logo { width: 58px; height: 58px; border-radius: 16px; }
  .brand-mark strong { font-size: 13px; letter-spacing: 0.16em; }
  .brand-mark small { font-size: 11px; }
}
