/* Darcevia — darčekový salón. Shared stylesheet (self-hosted fonts, no external CDN). */

:root {
  --cream: #FBF6EF;
  --cream-card: #FFFDF9;
  --ink: #2B2320;
  --ink-strong: #3A1018;
  --wine: #6E1B2E;
  --wine-dark: #57131F;
  --wine-darkest: #3A1018;
  --gold: #C09A5B;
  --gold-dark: #A8763C;
  --gold-pale: #E7CFA0;
  --tan-1: #F6E8CF;
  --tan-2: #F3E7D3;
  --tan-3: #E8DBC7;
  --tan-4: #E0CDB0;
  --tan-5: #EBDAC0;
  --tan-6: #E9D8BC;
  --tan-7: #F1E4CE;
  --tan-8: #F2E6D2;
  --tan-9: #EADAC0;
  --text-muted-1: #5A4A42;
  --text-muted-2: #6B5B52;
  --text-muted-3: #4A3A32;
  --text-muted-4: #7A6A60;
  --text-muted-5: #9A8478;
  --footer-text: #E3CFC2;
  --footer-text-dim: #CBB4A8;
  --footer-border: #55212A;
  --footer-copy: #A79086;

  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--wine); text-decoration: none; }
a:hover { color: var(--gold-dark); }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--font-display); margin: 0; }
p { margin: 0; }
button { font-family: inherit; }
::selection { background: var(--gold-pale); }

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--wine); color: var(--tan-1);
  padding: 12px 18px; z-index: 200; font-size: 14px;
}
.skip-link:focus { left: 12px; top: 12px; }
.visually-hidden { position: absolute; left: -9999px; top: auto; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes slideIn { from { transform: translateX(100%); } to { transform: none; } }

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }

/* ===== Page shell ===== */
.page { min-height: 100vh; display: flex; flex-direction: column; }
.page main { flex: 1; }

/* ===== Announcement bar ===== */
.topbar {
  background: var(--wine); color: var(--tan-1); font-size: 13px; letter-spacing: 0.08em;
  text-transform: uppercase; text-align: center; padding: 9px 16px; font-weight: 400;
}
.topbar span.sep { margin: 0 10px; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(251,246,239,0.94);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--tan-3);
}
.site-header .container { padding: 18px 28px; display: flex; align-items: center; gap: 34px; }
.logo { cursor: pointer; display: flex; flex-direction: column; line-height: 1; border: 0; background: none; }
.logo-main {
  font-family: var(--font-display); font-size: 30px; font-weight: 600; letter-spacing: 0.14em; color: var(--wine);
}
.logo-sub { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.32em; color: var(--gold-dark); margin-top: 5px; }

.nav { display: flex; gap: 26px; margin-left: auto; align-items: center; }
.nav a {
  cursor: pointer; font-size: 14.5px; letter-spacing: 0.05em; color: var(--ink);
  padding-bottom: 3px; border-bottom: 1px solid transparent; white-space: nowrap;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--wine); border-bottom-color: var(--gold); }

.nav-toggle {
  display: none; margin-left: auto; background: none; border: 1px solid var(--tan-4); border-radius: 2px;
  width: 42px; height: 38px; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 4px;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--wine); }

.cart-toggle {
  cursor: pointer; display: inline-flex; align-items: center; gap: 9px; background: var(--wine); color: var(--tan-1);
  padding: 11px 18px; border-radius: 2px; font-size: 13.5px; letter-spacing: 0.08em; border: 0;
}
.cart-toggle:hover { background: var(--wine-dark); }
.cart-count {
  background: var(--gold); color: #3A1018; min-width: 21px; height: 21px; border-radius: 11px;
  display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600;
}

/* ===== Buttons ===== */
.btn {
  cursor: pointer; display: inline-block; font-size: 14px; letter-spacing: 0.12em; padding: 16px 34px;
  border: 1px solid transparent; text-align: center;
}
.btn-primary { background: var(--wine); color: var(--tan-1); }
.btn-primary:hover { background: var(--wine-dark); color: var(--tan-1); }
.btn-outline { border-color: var(--gold); color: var(--wine); background: transparent; }
.btn-outline:hover { background: var(--tan-2); color: var(--wine); }
.btn-gold { background: var(--gold); color: #3A1018; }
.btn-gold:hover { background: var(--gold-dark); color: var(--cream); }
.btn-small { padding: 9px 16px; font-size: 12px; border: 1px solid var(--wine); color: var(--wine); background: transparent; letter-spacing: 0.1em; }
.btn-small:hover { background: var(--wine); color: var(--tan-1); }
.btn-block { display: block; width: 100%; }

/* ===== Hero ===== */
.hero {
  display: grid; grid-template-columns: 1.05fr 1fr; min-height: 620px; border-bottom: 1px solid var(--tan-3);
}
.hero-copy {
  padding: 96px 64px 96px 8vw; display: flex; flex-direction: column; justify-content: center; gap: 26px;
  animation: fadeUp 0.7s ease both;
}
.eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.28em; color: var(--gold-dark); }
.hero-copy h1 { font-size: 68px; line-height: 1.04; font-weight: 500; color: var(--ink-strong); }
.hero-copy h1 em { color: var(--wine); font-style: italic; }
.hero-copy p.lead { font-size: 17.5px; line-height: 1.7; max-width: 480px; color: var(--text-muted-1); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.hero-stats { display: flex; gap: 34px; margin-top: 18px; font-size: 13px; color: var(--text-muted-4); letter-spacing: 0.04em; flex-wrap: wrap; }
.hero-media {
  position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden;
  min-height: 320px;
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hero-note {
  position: absolute; bottom: 40px; left: 40px; background: var(--cream); border: 1px solid var(--tan-4);
  padding: 20px 26px; max-width: 250px; z-index: 2;
}
.hero-note-title { font-family: var(--font-display); font-size: 22px; color: var(--wine); }
.hero-note-text { font-size: 13.5px; color: #6B5B52; line-height: 1.6; margin-top: 6px; }

/* ===== Section heads ===== */
.section { padding: 84px 0 20px; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.section-title { font-size: 42px; font-weight: 500; color: var(--ink-strong); }
.section-link { cursor: pointer; font-size: 14px; letter-spacing: 0.1em; color: var(--wine); border-bottom: 1px solid var(--gold); }

/* ===== Media placeholder box (used when no real photo assigned) ===== */
.ph {
  background: repeating-linear-gradient(135deg, var(--tan-7) 0 14px, var(--tan-6) 14px 28px);
  display: flex; align-items: center; justify-content: center;
}
.ph span { font-family: var(--font-mono); font-size: 10px; color: var(--gold-dark); text-align: center; padding: 14px; }
.media-box { position: relative; overflow: hidden; }
.media-box img { width: 100%; height: 100%; object-fit: cover; }

/* ===== Occasion cards (home) ===== */
.occasion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 38px; }
.occasion-card { cursor: pointer; background: var(--cream-card); border: 1px solid var(--tan-3); display: flex; flex-direction: column; transition: border-color .15s, transform .15s; color: inherit; text-decoration: none; }
.occasion-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.occasion-card .media-box { height: 190px; }
.occasion-card-body { padding: 22px 22px 26px; }
.occasion-card-title { font-family: var(--font-display); font-size: 26px; color: var(--wine); }
.occasion-card-desc { font-size: 14px; line-height: 1.65; color: var(--text-muted-2); margin-top: 8px; }
.occasion-card-price { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; color: var(--gold-dark); margin-top: 16px; }

/* ===== Product grid ===== */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { background: var(--cream-card); border: 1px solid var(--tan-3); display: flex; flex-direction: column; transition: border-color .15s; }
.product-card:hover { border-color: var(--gold); }
.product-card .media-box { height: 230px; position: relative; }
.product-tag {
  position: absolute; top: 12px; left: 12px; background: var(--wine); color: var(--tan-1);
  font-size: 10px; letter-spacing: 0.14em; padding: 5px 9px; z-index: 2;
}
.product-cat {
  position: absolute; top: 12px; left: 12px; background: var(--tan-1); color: var(--wine);
  font-size: 10px; letter-spacing: 0.12em; padding: 5px 9px; border: 1px solid var(--tan-4); z-index: 2;
}
.product-body { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-name { font-family: var(--font-display); font-size: 23px; color: var(--ink-strong); line-height: 1.2; }
.product-desc { font-size: 13.5px; color: var(--text-muted-2); line-height: 1.6; }
.product-stock { font-family: var(--font-mono); font-size: 10px; color: var(--gold-dark); letter-spacing: 0.1em; }
.product-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 16px; }
.product-price { font-family: var(--font-display); font-size: 24px; color: var(--wine); }

/* ===== Benefits band ===== */
.benefits-band { background: var(--wine); color: var(--tan-1); }
.benefits-grid { padding: 74px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.benefit-num { font-family: var(--font-display); font-size: 40px; color: var(--gold-pale); }
.benefit-title { font-size: 17px; letter-spacing: 0.04em; margin-top: 10px; color: var(--cream); }
.benefit-text { font-size: 14px; line-height: 1.7; margin-top: 8px; color: #E3CFC2; }

/* ===== Our work section ===== */
.work-section { padding: 84px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.work-media { height: 420px; }
.work-copy { display: flex; flex-direction: column; gap: 18px; }
.work-copy h2 { font-size: 44px; font-weight: 500; color: var(--ink-strong); line-height: 1.1; }
.work-copy > p { font-size: 16.5px; line-height: 1.75; color: var(--text-muted-1); }
.steps { display: flex; flex-direction: column; gap: 12px; margin-top: 6px; }
.step { display: flex; gap: 14px; align-items: baseline; border-bottom: 1px dashed var(--tan-4); padding-bottom: 12px; }
.step-n { font-family: var(--font-mono); font-size: 11px; color: var(--gold); }
.step-t { font-size: 15.5px; color: var(--text-muted-3); }

/* ===== Reviews ===== */
.reviews-section { background: var(--tan-2); border-top: 1px solid var(--tan-4); border-bottom: 1px solid var(--tan-4); }
.reviews-inner { padding: 74px 0; }
.reviews-inner h2 { font-size: 40px; font-weight: 500; margin-bottom: 34px; color: var(--ink-strong); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: var(--cream); border: 1px solid var(--tan-4); padding: 28px; }
.review-stars { color: var(--gold); letter-spacing: 0.3em; font-size: 13px; }
.review-text { font-family: var(--font-display); font-size: 19.5px; line-height: 1.6; color: var(--ink-strong); margin: 14px 0 18px; font-style: italic; }
.review-author { font-size: 13px; color: var(--text-muted-4); letter-spacing: 0.05em; }

/* ===== Article cards ===== */
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.articles-grid.ideas-grid { gap: 26px; }
.article-card { cursor: pointer; border: 1px solid var(--tan-3); background: var(--cream-card); display: flex; flex-direction: column; transition: border-color .15s; color: inherit; text-decoration: none; }
.article-card:hover { border-color: var(--gold); }
.article-card .media-box { height: 170px; }
.ideas-grid .article-card .media-box { height: 180px; }
.article-card-body { padding: 22px; }
.ideas-grid .article-card-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.article-meta { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; color: var(--gold-dark); }
.article-card-title { font-family: var(--font-display); font-size: 24px; color: var(--ink-strong); margin-top: 10px; line-height: 1.25; }
.ideas-grid .article-card-title { font-size: 25px; margin-top: 0; }
.article-card-lead { font-size: 14px; line-height: 1.65; color: var(--text-muted-2); margin-top: 10px; }
.ideas-grid .article-card-lead { line-height: 1.7; margin-top: 0; }
.article-read { margin-top: auto; padding-top: 14px; font-size: 12.5px; letter-spacing: 0.1em; color: var(--wine); }

/* ===== Newsletter box ===== */
.newsletter-section { padding: 0 0 90px; }
.newsletter-box {
  border: 1px solid var(--gold); background: var(--cream-card); padding: 54px; display: grid;
  grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center;
}
.newsletter-box h2 { font-size: 38px; font-weight: 500; color: var(--ink-strong); }
.newsletter-box > div > p { font-size: 16px; line-height: 1.7; color: var(--text-muted-1); margin-top: 12px; }
.newsletter-form { display: flex; flex-direction: column; gap: 12px; }
.newsletter-row { display: flex; gap: 10px; }
.newsletter-row input { flex: 1; }
.newsletter-note { font-size: 12.5px; color: var(--text-muted-4); line-height: 1.6; }

/* ===== Forms ===== */
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], textarea {
  padding: 15px 16px; border: 1px solid var(--tan-4); background: var(--cream); font-family: var(--font-body);
  font-size: 15px; color: var(--ink); width: 100%;
}
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { color: #9A8478; opacity: 1; font-family: var(--font-body); }
label.checkbox-row { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--text-muted-2); line-height: 1.6; }
label.checkbox-row input { margin-top: 3px; width: auto; }
.form-note { font-size: 13px; color: var(--wine); min-height: 1.2em; }
.form-note.is-success { color: #2E6B3D; }

/* ===== Footer ===== */
.site-footer { background: var(--ink-strong); color: var(--footer-text); margin-top: auto; }
.footer-grid { padding: 66px 0 30px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 44px; }
.footer-brand { font-family: var(--font-display); font-size: 27px; letter-spacing: 0.14em; color: var(--tan-1); }
.footer-desc { font-size: 14.5px; line-height: 1.75; margin: 14px 0 0; color: var(--footer-text-dim); }
.footer-contact { font-size: 13.5px; line-height: 1.9; margin-top: 18px; color: var(--footer-text-dim); }
.footer-col-title { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; color: var(--gold); }
.footer-links { display: flex; flex-direction: column; gap: 9px; margin-top: 16px; }
.footer-links a { font-size: 14.5px; color: var(--footer-text); }
.footer-links a:hover { color: var(--gold-pale); }
.footer-bottom {
  padding: 22px 0 40px; border-top: 1px solid var(--footer-border); display: flex; justify-content: space-between;
  gap: 20px; flex-wrap: wrap; font-size: 12.5px; color: var(--footer-copy);
}

/* ===== Cart drawer ===== */
.cart-overlay { position: fixed; inset: 0; z-index: 100; display: none; justify-content: flex-end; }
.cart-overlay.is-open { display: flex; }
.cart-scrim { position: absolute; inset: 0; background: rgba(58,16,24,0.42); border: 0; cursor: pointer; }
.cart-panel {
  position: relative; width: 420px; max-width: 92vw; background: var(--cream); border-left: 1px solid var(--tan-4);
  display: flex; flex-direction: column; animation: slideIn 0.28s ease both;
}
.cart-head { padding: 24px 26px; border-bottom: 1px solid var(--tan-3); display: flex; justify-content: space-between; align-items: center; }
.cart-head-title { font-family: var(--font-display); font-size: 27px; color: var(--ink-strong); }
.cart-close { cursor: pointer; font-size: 20px; color: var(--wine); background: none; border: 0; }
.cart-body { flex: 1; overflow: auto; padding: 20px 26px; }
.cart-empty { font-size: 15px; color: var(--text-muted-2); line-height: 1.7; }
.cart-line { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px dashed var(--tan-4); }
.cart-thumb { width: 66px; height: 66px; background: repeating-linear-gradient(135deg, var(--tan-7) 0 8px, var(--tan-6) 8px 16px); flex-shrink: 0; overflow: hidden; }
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-line-name { font-family: var(--font-display); font-size: 19px; color: var(--ink-strong); line-height: 1.25; }
.cart-qty-row { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.qty-btn { cursor: pointer; border: 1px solid var(--tan-4); width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; color: var(--wine); background: none; }
.cart-line-sum { margin-left: auto; font-family: var(--font-display); font-size: 20px; color: var(--wine); }
.cart-remove { cursor: pointer; font-size: 11.5px; letter-spacing: 0.08em; color: var(--text-muted-5); margin-top: 8px; display: inline-block; background: none; border: 0; padding: 0; }
.cart-foot { border-top: 1px solid var(--tan-3); padding: 22px 26px 26px; display: flex; flex-direction: column; gap: 12px; }
.cart-total-row { display: flex; justify-content: space-between; font-family: var(--font-display); font-size: 24px; color: var(--ink-strong); }
.cart-total-row span:last-child { color: var(--wine); }
.cart-shipping-note { font-size: 12.5px; color: var(--text-muted-4); line-height: 1.6; }

/* ===== Cookie banner ===== */
.cookie-banner {
  position: fixed; bottom: 18px; left: 18px; right: 18px; z-index: 120; background: var(--cream-card);
  border: 1px solid var(--gold); padding: 22px 26px; display: none; gap: 26px; align-items: center; flex-wrap: wrap;
  box-shadow: 0 18px 44px rgba(58,16,24,0.18); max-width: 1200px; margin: 0 auto;
}
.cookie-banner.is-visible { display: flex; }
.cookie-text { flex: 1; min-width: 280px; font-size: 14px; line-height: 1.7; color: var(--text-muted-3); }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-btn { cursor: pointer; border: 1px solid var(--tan-4); color: var(--wine); padding: 12px 20px; font-size: 12.5px; letter-spacing: 0.08em; background: none; }
.cookie-btn.is-primary { background: var(--wine); color: var(--tan-1); border-color: var(--wine); }

/* ===== Toast ===== */
.toast {
  position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 130; background: var(--ink-strong);
  color: var(--tan-1); padding: 14px 26px; font-size: 14px; letter-spacing: 0.04em; animation: fadeUp 0.25s ease both;
  display: none; max-width: 90vw; text-align: center;
}
.toast.is-visible { display: block; }

/* ===== Breadcrumb / page heads ===== */
.breadcrumb { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.18em; color: var(--gold-dark); }
.page-head { padding: 56px 0 20px; }
.page-head h1 { font-size: 52px; font-weight: 500; margin: 14px 0 10px; color: var(--ink-strong); }
.page-head p.lead { font-size: 16.5px; color: var(--text-muted-1); max-width: 700px; line-height: 1.7; }
.page-body { padding-bottom: 90px; }

/* ===== Shop ===== */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin: 34px 0 30px; }
.filter-btn {
  cursor: pointer; padding: 10px 18px; font-size: 13.5px; letter-spacing: 0.06em; border: 1px solid var(--tan-4);
  background: transparent; color: var(--wine);
}
.filter-btn.is-active { background: var(--wine); color: var(--tan-1); border-color: var(--wine); }

/* ===== Occasion page ===== */
.occasion-hero { border-bottom: 1px solid var(--tan-4); }
.occasion-hero .media-box { position: absolute; inset: 0; z-index: 0; }
.occasion-hero { position: relative; overflow: hidden; }
.occasion-hero .container { position: relative; z-index: 1; padding: 74px 28px; }
.occasion-hero::before { content: ""; position: absolute; inset: 0; background: rgba(251,246,239,0.72); z-index: 0; }
.occasion-hero h1 { font-size: 56px; font-weight: 500; margin: 16px 0 12px; color: var(--ink-strong); }
.occasion-hero p.lead { font-size: 17px; line-height: 1.75; color: var(--text-muted-1); max-width: 720px; }
.occasion-points { padding: 60px 0 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.occasion-point { border-left: 2px solid var(--gold); padding: 4px 0 4px 20px; }
.occasion-point-t { font-family: var(--font-display); font-size: 25px; color: var(--wine); }
.occasion-point-d { font-size: 14.5px; line-height: 1.7; color: var(--text-muted-1); margin-top: 8px; }
.occasion-products-head { font-size: 36px; font-weight: 500; color: var(--ink-strong); margin: 0 0 26px; }
.occasion-products-section { padding: 20px 0 90px; }

/* ===== Article page ===== */
.article-page { max-width: 820px; margin: 0 auto; padding: 56px 28px 90px; }
.article-page .back-link { cursor: pointer; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.18em; color: var(--gold-dark); }
.article-page h1 { font-size: 46px; font-weight: 500; margin: 20px 0 12px; color: var(--ink-strong); line-height: 1.12; }
.article-page .article-meta-line { font-size: 13px; color: var(--text-muted-4); letter-spacing: 0.05em; }
.article-hero-media { height: 320px; margin: 32px 0; }
.article-lead { font-family: var(--font-display); font-size: 23px; line-height: 1.6; color: var(--ink-strong); margin: 0 0 26px; }
.article-block { margin-bottom: 28px; }
.article-block h2 { font-size: 30px; font-weight: 500; color: var(--wine); margin: 0 0 12px; }
.article-block p { font-size: 16.5px; line-height: 1.8; color: var(--text-muted-3); margin: 0 0 14px; }
.article-cta { border: 1px solid var(--gold); background: var(--tan-2); padding: 30px; margin-top: 20px; }
.article-cta-title { font-family: var(--font-display); font-size: 27px; color: var(--ink-strong); }
.article-cta p { font-size: 15.5px; line-height: 1.7; color: var(--text-muted-1); margin: 10px 0 18px; }

/* ===== About ===== */
.about-intro { padding: 56px 0 20px; }
.about-intro h1 { font-size: 54px; font-weight: 500; margin: 14px 0 16px; color: var(--ink-strong); }
.about-intro p { font-size: 17.5px; line-height: 1.8; color: var(--text-muted-1); max-width: 760px; }
.about-stats { padding: 44px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.about-stat { border-top: 2px solid var(--wine); padding-top: 16px; }
.about-stat-n { font-family: var(--font-display); font-size: 44px; color: var(--wine); line-height: 1; }
.about-stat-t { font-size: 14.5px; color: var(--text-muted-1); margin-top: 8px; line-height: 1.6; }
.about-grid { padding: 30px 0 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.about-grid h2 { font-size: 36px; font-weight: 500; color: var(--ink-strong); margin: 0 0 16px; }
.value-item { border-bottom: 1px dashed var(--tan-4); padding: 16px 0; }
.value-item-t { font-size: 17px; color: var(--wine); letter-spacing: 0.03em; }
.value-item-d { font-size: 15px; line-height: 1.7; color: var(--text-muted-1); margin-top: 6px; }
.about-media { min-height: 460px; }

/* ===== Contact ===== */
.contact-page-head h1 { font-size: 52px; font-weight: 500; margin: 14px 0 34px; color: var(--ink-strong); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-info { display: flex; flex-direction: column; gap: 22px; }
.contact-info-item { border-left: 2px solid var(--gold); padding-left: 18px; }
.contact-info-k { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; color: var(--gold-dark); }
.contact-info-v { font-size: 16.5px; color: var(--ink-strong); margin-top: 6px; line-height: 1.6; }
.contact-map { height: 220px; margin-top: 6px; position: relative; overflow: hidden; }
.contact-map img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(35%) sepia(8%); }
.contact-map-pin {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: rgba(58,16,24,0.38); color: var(--cream); text-align: center; gap: 6px; padding: 16px;
}
.contact-map-pin a { color: var(--gold-pale); font-size: 13px; border-bottom: 1px solid var(--gold-pale); }
.contact-form-box { background: var(--cream-card); border: 1px solid var(--tan-4); padding: 34px; }
.contact-form-box h2 { font-size: 30px; font-weight: 500; margin: 0 0 6px; color: var(--ink-strong); }
.contact-form-box > p { font-size: 14.5px; color: var(--text-muted-2); margin: 0 0 22px; line-height: 1.6; }
.contact-form { display: flex; flex-direction: column; gap: 14px; }

/* ===== Checkout ===== */
.checkout-page h1 { font-size: 46px; font-weight: 500; margin: 0 0 26px; color: var(--ink-strong); }
.checkout-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 44px; align-items: start; }
.checkout-form-box { background: var(--cream-card); border: 1px solid var(--tan-4); padding: 32px; display: flex; flex-direction: column; gap: 14px; }
.checkout-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; color: var(--gold-dark); margin-top: 8px; }
.checkout-row2 { display: grid; grid-template-columns: 1fr 1.4fr; gap: 12px; }
.shipping-option { display: flex; justify-content: space-between; border: 1px solid var(--tan-3); padding: 13px 16px; font-size: 14.5px; color: var(--text-muted-3); }
.shipping-option span:last-child { color: var(--wine); }
.checkout-legal-note { font-size: 12.5px; color: var(--text-muted-4); line-height: 1.6; }
.summary-box { background: var(--tan-2); border: 1px solid var(--tan-4); padding: 28px; }
.summary-title { font-family: var(--font-display); font-size: 27px; color: var(--ink-strong); margin-bottom: 16px; }
.summary-line { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; color: var(--text-muted-3); padding: 9px 0; border-bottom: 1px dashed var(--tan-4); }
.summary-total { display: flex; justify-content: space-between; margin-top: 18px; font-family: var(--font-display); font-size: 26px; color: var(--wine); }
.summary-note { font-size: 13px; color: var(--text-muted-2); margin-top: 12px; line-height: 1.6; }

/* ===== Legal ===== */
.legal-page { max-width: 880px; margin: 0 auto; padding: 56px 28px 90px; }
.legal-page h1 { font-size: 46px; font-weight: 500; margin: 14px 0 8px; color: var(--ink-strong); }
.legal-updated { font-size: 13px; color: var(--text-muted-4); margin-bottom: 30px; }
.legal-block { margin-bottom: 26px; }
.legal-block h2 { font-size: 27px; font-weight: 500; color: var(--wine); margin: 0 0 10px; }
.legal-block p { font-size: 15.5px; line-height: 1.8; color: var(--text-muted-3); margin: 0 0 12px; }
.legal-company { border-top: 1px solid var(--tan-4); padding-top: 22px; font-size: 14px; color: var(--text-muted-2); line-height: 1.7; }

/* ===== 404 ===== */
.error-page { max-width: 640px; margin: 0 auto; padding: 120px 28px; text-align: center; }
.error-page .eyebrow { display: block; margin-bottom: 14px; }
.error-page h1 { font-size: 64px; color: var(--ink-strong); }
.error-page p { font-size: 17px; line-height: 1.7; color: var(--text-muted-1); margin: 16px 0 30px; }

/* ===== Responsive ===== */
@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 64px 28px 40px; }
  .hero-copy h1 { font-size: 52px; }
  .hero-media { min-height: 360px; }
  .hero-note { left: 20px; bottom: 20px; }
  .occasion-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .work-section, .about-grid, .contact-grid, .checkout-grid, .newsletter-box { grid-template-columns: 1fr; }
  .work-media, .about-media { height: 320px; }
  .reviews-grid, .articles-grid { grid-template-columns: repeat(2, 1fr); }
  .about-stats, .occasion-points { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .nav { position: fixed; top: 0; right: 0; bottom: 0; width: 78vw; max-width: 340px; background: var(--cream);
    flex-direction: column; align-items: flex-start; gap: 4px; padding: 90px 28px 28px; box-shadow: -18px 0 44px rgba(58,16,24,0.18);
    transform: translateX(100%); transition: transform .25s ease; z-index: 90; overflow: auto; }
  .nav.is-open { transform: translateX(0); }
  .nav a { padding: 12px 0; width: 100%; border-bottom: 1px solid var(--tan-3); }
  .nav-toggle { display: inline-flex; }
  .site-header .container { flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .container { padding: 0 18px; }
  .hero-copy h1 { font-size: 40px; }
  .section { padding: 56px 0 10px; }
  .section-title, .page-head h1 { font-size: 34px; }
  .occasion-grid, .product-grid, .benefits-grid, .reviews-grid, .articles-grid, .about-stats, .occasion-points, .footer-grid {
    grid-template-columns: 1fr;
  }
  .newsletter-box { padding: 30px 22px; }
  .checkout-row2 { grid-template-columns: 1fr; }
  .cart-panel { width: 100%; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 18px; }
  .article-page, .legal-page { padding: 40px 18px 60px; }
  .article-page h1, .legal-page h1 { font-size: 34px; }
}
