/* Two Fragrances — editorial luxury */
:root {
  --paper: #FFFFFF;
  --paper-2: #F5F2ED;
  --ink: #1A1814;
  --ink-soft: #3A352D;
  --muted: #8A8275;
  --line: #D8D1C2;
  --gold: #9B7B3E;
  --gold-soft: #C9B285;
  --rose: #C4506A;
  --accent: var(--gold);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
body {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.serif { font-family: "Cormorant Garamond", "Times New Roman", serif; font-weight: 400; letter-spacing: -0.005em; }
.mono { font-family: "JetBrains Mono", ui-monospace, monospace; }
.eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.eyebrow-ink { color: var(--ink-soft); }

/* ——— layout ——— */
.container { max-width: 1440px; margin: 0 auto; padding: 0 48px; }
.container-wide { max-width: 1680px; margin: 0 auto; padding: 0 48px; }
@media (max-width: 768px) { .container, .container-wide { padding: 0 20px; } }

/* ——— header ——— */
.tf-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 242, 235, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.tf-header-inner {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 48px;
  gap: 24px;
}
.tf-nav { display: flex; gap: 32px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }
.tf-nav a { color: var(--ink); text-decoration: none; cursor: pointer; position: relative; padding: 4px 0; }
.tf-nav a:hover { color: var(--gold); }
.tf-nav a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px; background: var(--ink);
}
.tf-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px; font-weight: 500; letter-spacing: 0.04em;
  text-align: center; cursor: pointer; color: var(--ink);
  line-height: 1;
}
.tf-logo .sub { display: block; font-family: "Inter", sans-serif; font-size: 9px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--muted); margin-top: 4px; font-weight: 500; }
.tf-nav-right { display: flex; gap: 24px; justify-content: flex-end; align-items: center; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }
.tf-nav-right button { background: none; border: none; color: var(--ink); cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; padding: 4px 0; display: flex; align-items: center; gap: 8px; }
.tf-nav-right button:hover { color: var(--gold); }
.cart-dot { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 10px; letter-spacing: 0; font-family: "Inter"; }

.tf-announce {
  background: var(--ink); color: var(--paper);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  text-align: center; padding: 10px; font-weight: 400;
}

/* ——— buttons ——— */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 32px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  background: var(--ink); color: var(--paper);
  border: 1px solid var(--ink);
  cursor: pointer; text-decoration: none;
  transition: all 0.25s ease;
  font-family: "Inter";
}
.btn:hover { background: transparent; color: var(--ink); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.btn-link {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink); text-decoration: none; cursor: pointer;
  border-bottom: 1px solid var(--ink); padding-bottom: 4px;
  background: none; border-left: 0; border-right: 0; border-top: 0; font-family: "Inter"; font-weight: 500;
}
.btn-link:hover { color: var(--gold); border-color: var(--gold); }

/* ——— generic ——— */
.divider { height: 1px; background: var(--line); width: 100%; }
img { display: block; max-width: 100%; }

/* Blend product shots with the warm paper background — kills the baked-in white */
.product-card .pc-image img,
.hero-right img,
.editorial-img img,
.pdp-gallery img,
.pocket-listing-card img,
.pocket-card img,
.cart-item-img img {
  mix-blend-mode: multiply;
}

.pocket-listing-card {
  background: var(--paper-2) !important;
}
.product-card .pc-image img,
.hero-right img,
.editorial-img img,
.pdp-gallery img,
.pocket-listing-card img,
.pocket-card img,
.cart-item-img img {
  mix-blend-mode: multiply;
}
button { font-family: inherit; }

/* ——— hero ——— */
.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: calc(100vh - 90px);
  position: relative;
}
.hero-left { padding: 80px 48px 80px 48px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(56px, 8vw, 128px);
  line-height: 0.92;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.hero-title em { font-style: italic; color: var(--gold); }
.hero-meta { display: flex; gap: 48px; margin-top: 48px; align-items: flex-end; }
.hero-meta p { max-width: 380px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.hero-right {
  position: relative;
  background: var(--paper-2);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-right::before {
  content: "";
  position: absolute; inset: 40px;
  border: 1px solid var(--line);
}
.hero-right img { max-height: 78%; max-width: 68%; object-fit: contain; filter: drop-shadow(0 40px 40px rgba(26,24,20,0.18)); position: relative; z-index: 1; }
.hero-watermark {
  position: absolute; right: 24px; bottom: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 200px; line-height: 0.8;
  color: rgba(26,24,20,0.05);
  font-style: italic;
  letter-spacing: -0.04em;
  pointer-events: none;
}
.hero-index {
  display: flex; gap: 24px; align-items: center;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted);
}
.hero-index .dots { display: flex; gap: 6px; }
.hero-index .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--line); cursor: pointer; transition: all 0.2s; }
.hero-index .dot.active { background: var(--ink); transform: scale(1.4); }

/* ——— section headers ——— */
.section { padding: 120px 0; position: relative; }
.section-xl { padding: 160px 0; }
.section-intro { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: end; margin-bottom: 80px; }
.section-title { font-family: "Cormorant Garamond", serif; font-size: clamp(40px, 5vw, 72px); line-height: 1; font-weight: 300; letter-spacing: -0.01em; }
.section-title em { font-style: italic; color: var(--gold); }
.section-desc { color: var(--ink-soft); font-size: 16px; line-height: 1.7; max-width: 520px; }
.section-num { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 18px; color: var(--muted); }

/* ——— product card (signature) ——— */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.product-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 48px 32px 32px;
  background: var(--paper-2);
  cursor: pointer;
  transition: background 0.35s ease;
  position: relative;
}
.product-card:nth-child(3n) { border-right: none; }
.product-card:hover { background: var(--paper); }
.product-card .pc-num { position: absolute; top: 24px; left: 24px; font-family: "Cormorant Garamond"; font-style: italic; color: var(--muted); font-size: 14px; }
.product-card .pc-image {
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 32px;
  transition: transform 0.5s ease;
}
.product-card:hover .pc-image { transform: translateY(-6px); }
.product-card .pc-image img { max-height: 300px; max-width: 80%; object-fit: contain; filter: drop-shadow(0 16px 20px rgba(26,24,20,0.1)); }
.product-card .pc-meta { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-top: 20px; border-top: 1px solid var(--line); }
.product-card .pc-name { font-family: "Cormorant Garamond"; font-size: 24px; line-height: 1.1; font-weight: 400; margin-bottom: 4px; }
.product-card .pc-family { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.product-card .pc-price { font-family: "Cormorant Garamond"; font-size: 22px; font-style: italic; color: var(--ink); white-space: nowrap; }

/* ——— pocket (small sprays) ——— */
.pocket-wrap { background: var(--ink); color: var(--paper); position: relative; padding: 140px 0; overflow: hidden; }
.pocket-wrap .eyebrow { color: rgba(246,242,235,0.55); }
.pocket-wrap .section-title { color: var(--paper); }
.pocket-wrap .section-title em { color: var(--gold-soft); }
.pocket-wrap .section-desc { color: rgba(246,242,235,0.7); }
.pocket-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px;
}
.pocket-card {
  aspect-ratio: 0.62 / 1;
  display: flex; flex-direction: column; align-items: center; justify-content: space-between;
  padding: 24px 12px 20px;
  cursor: pointer;
  transition: transform 0.4s ease, background 0.4s ease;
  position: relative;
  overflow: hidden;
}
.pocket-card:hover { transform: translateY(-8px); }
.pocket-card img { max-height: 70%; max-width: 75%; object-fit: contain; position: relative; z-index: 2; transition: transform 0.4s ease; }
.pocket-card:hover img { transform: scale(1.04); }
.pocket-card .pk-name { font-family: "Cormorant Garamond"; font-size: 20px; color: var(--paper); position: relative; z-index: 2; text-align: center; }
.pocket-card .pk-price { font-size: 11px; letter-spacing: 0.16em; color: rgba(246,242,235,0.6); text-transform: uppercase; }
.pocket-strip { display: flex; gap: 4px; margin-top: 32px; }
.pocket-strip span { height: 2px; flex: 1; }

/* ——— editorial row ——— */
.editorial { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; }
.editorial-img { background: var(--paper-2); min-height: 640px; display: flex; align-items: center; justify-content: center; position: relative; }
.editorial-img::after { content: ""; position: absolute; inset: 40px; border: 1px solid rgba(26,24,20,0.12); }
.editorial-img img { max-width: 55%; max-height: 75%; filter: drop-shadow(0 40px 50px rgba(26,24,20,0.15)); }
.editorial-copy { padding: 120px 80px; display: flex; flex-direction: column; justify-content: center; }
.editorial-copy h3 { font-family: "Cormorant Garamond"; font-size: 56px; line-height: 1.05; font-weight: 300; margin-bottom: 32px; letter-spacing: -0.01em; }
.editorial-copy h3 em { color: var(--gold); font-style: italic; }
.editorial-copy p { color: var(--ink-soft); margin-bottom: 20px; max-width: 460px; }
.editorial-reverse { direction: rtl; }
.editorial-reverse > * { direction: ltr; }

/* ——— 3-column values ——— */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; padding: 100px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value h4 { font-family: "Cormorant Garamond"; font-size: 28px; font-weight: 400; margin-bottom: 16px; }
.value h4 em { color: var(--gold); font-style: italic; }
.value p { color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.value .num { font-family: "Cormorant Garamond"; font-style: italic; color: var(--muted); font-size: 16px; margin-bottom: 24px; display: block; }

/* ——— footer ——— */
.tf-footer { background: var(--paper-2); padding: 96px 0 40px; border-top: 1px solid var(--line); margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 80px; }
.footer-logo { font-family: "Cormorant Garamond"; font-size: 40px; letter-spacing: 0.04em; margin-bottom: 24px; font-weight: 500; }
.footer-col h5 { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 20px; color: var(--muted); font-weight: 500; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; font-size: 14px; }
.footer-col a { color: var(--ink-soft); text-decoration: none; cursor: pointer; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; letter-spacing: 0.04em; }
.footer-huge { font-family: "Cormorant Garamond"; font-size: clamp(100px, 18vw, 260px); line-height: 0.8; font-weight: 300; letter-spacing: -0.02em; margin-top: 64px; overflow: hidden; white-space: nowrap; color: var(--ink); }
.footer-huge em { color: var(--gold); font-style: italic; }

/* ——— newsletter ——— */
.newsletter { padding: 100px 0; text-align: center; border-top: 1px solid var(--line); }
.newsletter h3 { font-family: "Cormorant Garamond"; font-size: clamp(40px, 5vw, 68px); line-height: 1.05; margin-bottom: 20px; font-weight: 300; letter-spacing: -0.01em; }
.newsletter h3 em { color: var(--gold); font-style: italic; }
.newsletter p { color: var(--ink-soft); max-width: 480px; margin: 0 auto 40px; }
.news-form { display: flex; max-width: 480px; margin: 0 auto; border-bottom: 1px solid var(--ink); }
.news-form input { flex: 1; padding: 14px 0; border: none; background: transparent; outline: none; font: inherit; color: var(--ink); }
.news-form input::placeholder { color: var(--muted); }
.news-form button { background: none; border: none; cursor: pointer; padding: 0 16px; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink); font-weight: 500; }

/* ——— shop page ——— */
.shop-head { padding: 80px 0 48px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 48px; border-bottom: 1px solid var(--line); }
.shop-head h1 { font-family: "Cormorant Garamond"; font-size: clamp(56px, 7vw, 104px); line-height: 0.95; font-weight: 300; letter-spacing: -0.02em; }
.shop-head h1 em { color: var(--gold); font-style: italic; }
.shop-filters { display: flex; gap: 32px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; }
.shop-filter { cursor: pointer; color: var(--muted); padding: 6px 0; border-bottom: 1px solid transparent; background: none; border-left:0; border-right:0; border-top: 0; font-family: inherit; }
.shop-filter.active { color: var(--ink); border-color: var(--ink); }
.shop-count { font-family: "Cormorant Garamond"; font-style: italic; color: var(--muted); font-size: 18px; }

/* ——— product detail ——— */
.pdp-breadcrumb { padding: 24px 0; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.pdp-breadcrumb a { color: var(--muted); text-decoration: none; cursor: pointer; }
.pdp-breadcrumb a:hover { color: var(--ink); }
.pdp { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 0; min-height: 80vh; border-top: 1px solid var(--line); }
.pdp-gallery { background: var(--paper-2); position: relative; display: flex; align-items: center; justify-content: center; padding: 80px; min-height: 720px; }
.pdp-gallery::before { content: ""; position: absolute; inset: 40px; border: 1px solid var(--line); }
.pdp-gallery img { max-height: 70%; max-width: 60%; position: relative; z-index: 1; filter: drop-shadow(0 40px 50px rgba(26,24,20,0.18)); }
.pdp-gallery .pdp-watermark { position: absolute; left: 40px; top: 40px; font-family: "Cormorant Garamond"; font-style: italic; font-size: 160px; color: rgba(26,24,20,0.06); line-height: 0.85; letter-spacing: -0.03em; pointer-events: none; }
.pdp-info { padding: 80px 72px; display: flex; flex-direction: column; gap: 28px; }
.pdp-family { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.pdp-name { font-family: "Cormorant Garamond"; font-size: 72px; line-height: 0.95; font-weight: 300; letter-spacing: -0.01em; }
.pdp-tagline { font-family: "Cormorant Garamond"; font-style: italic; font-size: 24px; color: var(--ink-soft); font-weight: 300; }
.pdp-copy { color: var(--ink-soft); line-height: 1.75; max-width: 480px; }
.pdp-price { font-family: "Cormorant Garamond"; font-size: 36px; font-style: italic; }
.pdp-notes { border-top: 1px solid var(--line); padding-top: 32px; }
.pdp-notes h4 { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 24px; color: var(--muted); }
.pdp-notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pdp-note .note-label { font-family: "Cormorant Garamond"; font-style: italic; font-size: 18px; color: var(--gold); margin-bottom: 12px; }
.pdp-note .note-items { font-size: 14px; color: var(--ink-soft); line-height: 1.7; }
.pdp-actions { display: flex; gap: 12px; margin-top: auto; padding-top: 24px; }
.pdp-actions .btn { flex: 1; }
.size-picker { display: flex; gap: 8px; }
.size-picker button {
  padding: 14px 18px; border: 1px solid var(--line); background: transparent;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; cursor: pointer;
  color: var(--ink); transition: all 0.2s;
}
.size-picker button.active { border-color: var(--ink); background: var(--ink); color: var(--paper); }

/* ——— cart drawer ——— */
.drawer-overlay {
  position: fixed; inset: 0; background: rgba(26,24,20,0.4); z-index: 100;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 440px; max-width: 100vw;
  background: var(--paper); z-index: 101;
  transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex; flex-direction: column;
  box-shadow: -20px 0 60px rgba(26,24,20,0.1);
}
.drawer.open { transform: translateX(0); }
.drawer-head { padding: 24px 28px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.drawer-head h3 { font-family: "Cormorant Garamond"; font-size: 28px; font-weight: 400; }
.drawer-close { background: none; border: none; font-size: 20px; cursor: pointer; padding: 4px; color: var(--ink); }
.drawer-items { flex: 1; overflow-y: auto; padding: 8px 28px; }
.cart-item { display: grid; grid-template-columns: 72px 1fr auto; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cart-item-img { background: var(--paper-2); height: 90px; display: flex; align-items: center; justify-content: center; padding: 8px; }
.cart-item-img img { max-height: 100%; max-width: 100%; object-fit: contain; }
.cart-item-name { font-family: "Cormorant Garamond"; font-size: 20px; margin-bottom: 2px; }
.cart-item-meta { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.cart-item-price { font-family: "Cormorant Garamond"; font-style: italic; font-size: 18px; }
.cart-item-qty { display: flex; gap: 10px; align-items: center; margin-top: 8px; font-size: 12px; }
.cart-item-qty button { width: 22px; height: 22px; border: 1px solid var(--line); background: transparent; cursor: pointer; color: var(--ink); }
.drawer-foot { padding: 24px 28px; border-top: 1px solid var(--line); }
.drawer-total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.drawer-total .lbl { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.drawer-total .val { font-family: "Cormorant Garamond"; font-size: 28px; font-style: italic; }
.drawer-empty { text-align: center; padding: 80px 28px; color: var(--muted); }
.drawer-empty .big { font-family: "Cormorant Garamond"; font-style: italic; font-size: 32px; color: var(--ink); margin-bottom: 12px; }

/* ——— running marquee ——— */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 0; }
.marquee-track { display: flex; gap: 64px; white-space: nowrap; animation: marquee 50s linear infinite; font-family: "Cormorant Garamond"; font-style: italic; font-size: 32px; font-weight: 300; color: var(--ink); }
.marquee-track span { display: inline-flex; align-items: center; gap: 64px; }
.marquee-track .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); display: inline-block; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ——— responsive ——— */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 48px 20px; order: 2; }
  .hero-right { min-height: 500px; order: 1; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .product-card:nth-child(2n) { border-right: none; }
  .pocket-grid { grid-template-columns: repeat(3, 1fr); }
  .editorial { grid-template-columns: 1fr; }
  .editorial-copy { padding: 64px 20px; }
  .values { grid-template-columns: 1fr; gap: 32px; padding: 48px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .pdp { grid-template-columns: 1fr; }
  .pdp-gallery { min-height: 500px; padding: 40px; }
  .pdp-info { padding: 48px 20px; }
  .section-intro { grid-template-columns: 1fr; }
  .tf-header-inner { padding: 14px 20px; grid-template-columns: auto 1fr auto; }
  .tf-nav, .tf-nav-right { display: none; }
  .tf-nav-right.mobile-show { display: flex; }
}
@media (max-width: 600px) {
  .pocket-grid { grid-template-columns: repeat(2, 1fr); }
  .pdp-notes-grid { grid-template-columns: 1fr; }
}
