
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
  --ivory: #fbf8f4;
  --ivory-2: #f5eee8;
  --paper: #fffdfb;
  --ink: #271f20;
  --muted: #6f6263;
  --wine: #6a374a;
  --wine-dark: #4d2635;
  --terracotta: #a96f59;
  --champagne: #c7a47b;
  --line: rgba(39,31,32,.12);
  --white: #ffffff;
  --success: #2e5b4f;
  --shadow-sm: 0 14px 38px rgba(55,34,39,.08);
  --shadow-lg: 0 28px 80px rgba(55,34,39,.15);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { background: rgba(106,55,74,.18); }

.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.section { padding: 104px 0; }
.section--compact { padding: 74px 0; }
.section--dark { background: var(--ink); color: var(--white); }
.section--paper { background: var(--paper); }
.section--tint { background: var(--ivory-2); }

.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 999;
  background: var(--ink); color: white; padding: 10px 14px; border-radius: 10px;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,248,244,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(39,31,32,.08);
}
.navbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: inline-flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-family: 'Playfair Display', Georgia, serif; font-size: 1.24rem; letter-spacing: .01em; }
.brand span { margin-top: 5px; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links > a { text-decoration: none; color: var(--muted); font-size: .91rem; font-weight: 600; }
.nav-links > a:hover, .nav-links > a:focus-visible { color: var(--wine); }
.lang-switch { display: inline-flex; align-items: center; gap: 5px; border-left: 1px solid var(--line); padding-left: 18px; }
.lang-switch a { text-decoration: none; font-weight: 700; font-size: .82rem; color: var(--muted); padding: 5px 7px; border-radius: 8px; }
.lang-switch a[aria-current='page'] { background: var(--wine); color: white; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; cursor: pointer; border-radius: 50%; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px auto; transition: .25s; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 14px 24px; border-radius: 999px;
  border: 1px solid transparent; text-decoration: none; font-weight: 700; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--wine); color: white; box-shadow: 0 14px 30px rgba(106,55,74,.22); }
.button--primary:hover { background: var(--wine-dark); box-shadow: 0 18px 38px rgba(106,55,74,.3); }
.button--secondary { background: transparent; border-color: rgba(39,31,32,.22); color: var(--ink); }
.button--secondary:hover { border-color: var(--wine); color: var(--wine); }
.button--light { background: white; color: var(--wine-dark); }
.button--small { min-height: 44px; padding: 10px 17px; font-size: .88rem; }
.button--disabled { opacity: .62; pointer-events: none; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--wine); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--champagne); }
.eyebrow--light { color: #ead7dd; }
.eyebrow--light::before { background: var(--champagne); }

h1,h2,h3,h4 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.08; margin: 0; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.35rem, 5vw, 4.3rem); }
h3 { font-size: clamp(1.5rem, 2.6vw, 2.15rem); }
p { margin: 0; }
.lead { font-size: clamp(1.05rem, 2vw, 1.24rem); color: var(--muted); }
.muted { color: var(--muted); }
.section-head { max-width: 780px; margin-bottom: 48px; }
.section-head h2 { margin: 14px 0 16px; }
.section-head p { max-width: 690px; }

.hero { position: relative; overflow: hidden; padding: 86px 0 78px; min-height: calc(100vh - 78px); display: grid; align-items: center; }
.hero::before { content: ''; position: absolute; width: 680px; height: 680px; border-radius: 50%; background: radial-gradient(circle, rgba(199,164,123,.18), transparent 68%); top: -300px; left: -260px; }
.hero::after { content: ''; position: absolute; inset: auto -120px -300px auto; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(106,55,74,.12), transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.hero-copy h1 { margin: 22px 0 24px; max-width: 760px; }
.hero-copy h1 em { color: var(--wine); font-style: italic; }
.hero-copy .lead { max-width: 660px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 14px 26px; margin-top: 28px; color: var(--muted); font-size: .91rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta span::before { content: '•'; color: var(--champagne); font-size: 1.3rem; }
.hero-visual { position: relative; min-height: 590px; }
.hero-photo { position: absolute; inset: 0 0 0 34px; border-radius: 240px 240px 40px 40px; object-fit: cover; width: calc(100% - 34px); height: 100%; box-shadow: var(--shadow-lg); }
.hero-card { position: absolute; z-index: 3; left: 0; bottom: 48px; width: 245px; padding: 21px; background: rgba(255,253,251,.92); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.75); border-radius: 20px; box-shadow: var(--shadow-sm); }
.hero-card strong { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 1.35rem; margin-bottom: 6px; }
.hero-card span { color: var(--muted); font-size: .87rem; }

.trust-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px 20px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; margin-bottom: 3px; font-size: .98rem; }
.trust-item span { color: var(--muted); font-size: .84rem; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 28px; box-shadow: 0 12px 32px rgba(55,34,39,.045); }
.card-number { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--ivory-2); color: var(--wine); font-weight: 700; margin-bottom: 32px; }
.card h3 { margin-bottom: 12px; }
.card p { color: var(--muted); }
.card--wine { background: var(--wine); color: white; border-color: transparent; }
.card--wine p { color: rgba(255,255,255,.74); }
.card--wine .card-number { background: rgba(255,255,255,.14); color: white; }

.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.topic { min-height: 150px; padding: 24px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.5); display: flex; flex-direction: column; justify-content: space-between; }
.topic span { color: var(--champagne); font-size: 1.3rem; }
.topic h3 { font-size: 1.35rem; }
.topic p { color: var(--muted); margin-top: 9px; font-size: .92rem; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.split--reverse { grid-template-columns: 1.1fr .9fr; }
.image-frame { position: relative; }
.image-frame::before { content: ''; position: absolute; inset: 20px -20px -20px 20px; border: 1px solid rgba(106,55,74,.2); border-radius: var(--radius); }
.image-frame img { position: relative; z-index: 2; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.copy-block h2 { margin: 14px 0 19px; }
.copy-block p + p { margin-top: 14px; }
.copy-block .button { margin-top: 26px; }
.signature-line { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; gap: 12px; align-items: center; color: var(--muted); font-size: .9rem; }
.signature-line strong { color: var(--ink); }

.offer-shell { display: grid; grid-template-columns: 1fr .9fr; border-radius: 34px; overflow: hidden; background: linear-gradient(135deg, var(--wine-dark), var(--wine)); color: white; box-shadow: var(--shadow-lg); }
.offer-copy { padding: 58px; }
.offer-copy h2 { margin: 15px 0 18px; }
.offer-copy > p { color: rgba(255,255,255,.72); max-width: 620px; }
.offer-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 13px; }
.offer-list li { display: flex; gap: 12px; color: rgba(255,255,255,.82); }
.offer-list li::before { content: '✓'; color: #e4c49e; font-weight: 800; }
.offer-price { display: flex; flex-wrap: wrap; align-items: end; gap: 18px; margin-top: 34px; }
.offer-price strong { font-family: 'Playfair Display', Georgia, serif; font-size: 3.4rem; line-height: 1; }
.offer-price span { color: rgba(255,255,255,.62); font-size: .9rem; }
.offer-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.offer-image { position: relative; min-height: 610px; }
.offer-image img { width: 100%; height: 100%; object-fit: cover; }
.offer-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(39,31,32,.72), transparent 45%); }

.expect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.expect-card { padding: 30px; border-radius: 20px; background: var(--paper); border: 1px solid var(--line); }
.expect-card .icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--ivory-2); color: var(--wine); margin-bottom: 24px; font-size: 1.3rem; }
.expect-card h3 { margin-bottom: 10px; }
.expect-card p { color: var(--muted); }

.resource-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.resource-card { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 360px; overflow: hidden; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.resource-card img { width: 100%; height: 100%; object-fit: cover; }
.resource-body { padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.badge { display: inline-flex; align-self: flex-start; padding: 7px 10px; border-radius: 999px; background: var(--ivory-2); color: var(--wine); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.resource-body h3 { margin: 17px 0 12px; }
.resource-body p { color: var(--muted); }
.resource-body .button { align-self: flex-start; margin-top: 23px; }

.collab { position: relative; overflow: hidden; border-radius: 34px; background: linear-gradient(135deg, var(--wine-dark), #2e1d25); color: white; padding: 58px; }
.collab::after { content: ''; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(199,164,123,.27), transparent 70%); right: -120px; top: -160px; }
.collab-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: end; }
.collab h2 { margin: 14px 0 16px; }
.collab p { color: rgba(255,255,255,.74); }
.collab-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.collab-tags span { border: 1px solid rgba(255,255,255,.22); padding: 8px 11px; border-radius: 999px; font-size: .84rem; color: rgba(255,255,255,.82); }
.collab-actions { display: flex; justify-content: flex-end; align-items: center; }

.faq { max-width: 900px; display: grid; gap: 12px; }
details { background: var(--paper); border: 1px solid var(--line); border-radius: 17px; padding: 0 22px; }
summary { cursor: pointer; list-style: none; padding: 20px 0; font-weight: 700; display: flex; justify-content: space-between; gap: 20px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; color: var(--wine); font-size: 1.3rem; }
details[open] summary::after { content: '–'; }
details p { color: var(--muted); padding: 0 0 20px; max-width: 760px; }

.page-hero { padding: 86px 0 64px; background: var(--ivory-2); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.page-hero h1 { margin: 18px 0 20px; font-size: clamp(3rem, 6vw, 5.7rem); }
.page-hero-image { height: 520px; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow-lg); }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; }

.session-facts { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; margin-top: 28px; }
.session-fact { padding: 18px; background: var(--paper); }
.session-fact strong { display: block; font-size: .9rem; }
.session-fact span { color: var(--muted); font-size: .84rem; }

.steps { counter-reset: step; display: grid; gap: 14px; }
.step { position: relative; padding: 28px 28px 28px 84px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; }
.step::before { counter-increment: step; content: '0' counter(step); position: absolute; left: 26px; top: 25px; color: var(--wine); font-family: 'Playfair Display', Georgia, serif; font-size: 1.6rem; }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); }

.cta-band { position: relative; overflow: hidden; min-height: 460px; display: grid; align-items: center; color: white; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(39,31,32,.92), rgba(39,31,32,.42)), url('/assets/images/story.webp') center 40%/cover no-repeat; }
.cta-band-inner { position: relative; z-index: 2; max-width: 700px; }
.cta-band h2 { margin: 15px 0 18px; }
.cta-band p { color: rgba(255,255,255,.78); }
.cta-band .button { margin-top: 26px; }

.site-footer { background: #20191a; color: white; padding: 56px 0 94px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .85fr .7fr; gap: 46px; }
.footer-brand p { color: rgba(255,255,255,.62); margin-top: 14px; max-width: 420px; }
.footer-title { font-weight: 700; margin-bottom: 13px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: rgba(255,255,255,.68); text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.5); font-size: .78rem; }

.mobile-book { display: none; position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 12px; padding: 8px; border-radius: 999px; background: rgba(39,31,32,.9); backdrop-filter: blur(16px); box-shadow: 0 18px 48px rgba(0,0,0,.22); }
.mobile-book .button { width: 100%; min-height: 50px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-links { position: fixed; inset: 78px 0 0; background: rgba(251,248,244,.98); padding: 34px 24px 110px; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; transform: translateX(100%); transition: transform .28s ease; }
  .nav-links.open { transform: translateX(0); }
  .nav-links > a { font-size: 1.15rem; }
  .lang-switch { border-left: 0; padding-left: 0; }
  .menu-toggle { display: block; }
  .nav-cta { display: none; }
  .hero-grid, .split, .split--reverse, .offer-shell, .page-hero-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 64px; }
  .hero-visual { min-height: 600px; max-width: 650px; width: 100%; margin: 10px auto 0; }
  .cards-3, .topic-grid, .expect-grid { grid-template-columns: repeat(2, 1fr); }
  .resource-grid { grid-template-columns: 1fr; }
  .collab-inner { grid-template-columns: 1fr; }
  .collab-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .offer-image { min-height: 520px; order: -1; }
  .offer-image::after { background: linear-gradient(0deg, rgba(39,31,32,.55), transparent 45%); }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .section { padding: 76px 0; }
  .section--compact { padding: 60px 0; }
  .navbar { min-height: 70px; }
  .nav-links { inset: 70px 0 0; }
  .brand strong { font-size: 1.08rem; }
  .brand span { font-size: .63rem; }
  .hero { padding: 48px 0 58px; }
  .hero-grid { gap: 44px; }
  .hero-copy h1 { font-size: clamp(2.75rem, 14vw, 4.5rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 500px; }
  .hero-photo { inset: 0; width: 100%; border-radius: 180px 180px 30px 30px; }
  .hero-card { left: 14px; bottom: 22px; width: min(235px, calc(100% - 28px)); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item { border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-bottom: 0; }
  .cards-3, .topic-grid, .expect-grid { grid-template-columns: 1fr; }
  .split { gap: 46px; }
  .image-frame::before { inset: 14px -8px -14px 8px; }
  .offer-copy { padding: 30px 24px 34px; }
  .offer-image { min-height: 430px; }
  .offer-price strong { font-size: 3rem; }
  .resource-card { grid-template-columns: 1fr; }
  .resource-card img { height: 280px; }
  .collab { padding: 34px 24px; }
  .page-hero { padding: 58px 0 46px; }
  .page-hero-image { height: 410px; }
  .session-facts { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .mobile-book { display: block; }
  .site-footer { padding-bottom: 112px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Product detail */
.product-detail { display:grid; grid-template-columns:.78fr 1.22fr; gap:64px; align-items:center; }
.product-cover { max-width:430px; margin-inline:auto; border-radius:24px; overflow:hidden; box-shadow:var(--shadow-lg); border:1px solid var(--line); background:var(--paper); }
.product-cover img { width:100%; height:auto; display:block; }
.product-meta { display:flex; flex-wrap:wrap; gap:9px; margin:18px 0 24px; }
.product-meta span { padding:8px 11px; border:1px solid var(--line); background:var(--paper); border-radius:999px; color:var(--muted); font-size:.82rem; }
.product-points { list-style:none; padding:0; margin:28px 0; display:grid; gap:14px; }
.product-points li { display:flex; gap:12px; color:var(--muted); }
.product-points li::before { content:'✓'; color:var(--wine); font-weight:800; }
.product-actions { display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin-top:28px; }
.product-note { margin-top:16px; color:var(--muted); font-size:.86rem; max-width:680px; }
.social-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
@media (max-width: 820px) {
  .product-detail { grid-template-columns:1fr; gap:34px; }
  .product-cover { max-width:330px; }
}


/* =========================================================
   V6 — V4 preserved, only requested compact/mobile changes
   ========================================================= */

.home-v6 .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 120;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.home-v6 .site-header .brand strong,
.home-v6 .site-header .nav-links > a { color: #fff; }
.home-v6 .site-header .brand span { color: rgba(255,255,255,.72); }
.home-v6 .site-header .menu-toggle span { background:#fff; }
.home-v6 .site-header .lang-switch { border-left-color: rgba(255,255,255,.28); }
.home-v6 .site-header .lang-switch a { color:rgba(255,255,255,.82); }
.home-v6 .site-header .lang-switch a[aria-current="page"] {
  color:#fff;
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.22);
}
.home-v6 .site-header .nav-cta {
  background:#fff;
  color:var(--wine-dark);
  border-color:#fff;
}

.hero-v6 {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
  color:#fff;
  overflow:hidden;
  background:#261b1e;
}
.hero-v6::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:url("/assets/images/hero.webp") center 36% / cover no-repeat;
  transform:scale(1.01);
}
.hero-v6::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(24,16,19,.78) 0%,rgba(24,16,19,.46) 48%,rgba(24,16,19,.10) 78%),
    linear-gradient(0deg,rgba(24,16,19,.82) 0%,rgba(24,16,19,.10) 62%);
}
.hero-v6__content {
  padding-top:150px;
  padding-bottom:120px;
  max-width:1180px;
}
.hero-v6__content > * { max-width:720px; }
.hero-v6__content h1 {
  margin:18px 0 18px;
  color:#fff;
  font-size:clamp(3.4rem,7vw,6.2rem);
}
.hero-v6__content h1 em { color:#efd5bd; }
.hero-v6__content .lead {
  color:rgba(255,255,255,.84);
  font-size:1.08rem;
  margin-bottom:28px;
}
.hero-v6__facts-wrap {
  position:absolute;
  left:0;
  right:0;
  bottom:24px;
}
.hero-v6__facts {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  border-radius:20px;
  background:rgba(255,250,247,.94);
  border:1px solid rgba(255,255,255,.6);
  box-shadow:0 16px 45px rgba(24,15,18,.2);
  backdrop-filter:blur(12px);
}
.hero-v6__fact {
  color:var(--ink);
  text-align:center;
  padding:15px 10px;
  border-right:1px solid var(--line);
}
.hero-v6__fact:last-child { border-right:0; }
.hero-v6__fact strong {
  display:block;
  font-family:'Playfair Display',Georgia,serif;
  font-size:1.08rem;
}
.hero-v6__fact span {
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:.72rem;
}

/* Compact approach cards */
.cards-3--compact {
  gap:12px;
}
.cards-3--compact .card {
  min-height:0;
  padding:22px 20px;
  border-radius:18px;
}
.cards-3--compact .card-number {
  margin-bottom:16px;
}
.cards-3--compact .card h3 {
  font-size:1.35rem;
  margin-bottom:7px;
}
.cards-3--compact .card p {
  font-size:.88rem;
  line-height:1.55;
}

/* Smaller About image */
.split--about-v6 {
  grid-template-columns:minmax(220px,320px) 1fr;
  gap:48px;
  align-items:center;
}
.split--about-v6 .image-frame {
  max-width:320px;
  width:100%;
  margin-inline:auto;
  aspect-ratio:4 / 5;
}
.split--about-v6 .image-frame img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 18%;
}

/* Smaller "what to expect" cards */
.expect-grid--compact {
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.expect-grid--compact .expect-card {
  padding:22px 18px;
  border-radius:18px;
  min-height:0;
}
.expect-grid--compact .expect-card .icon {
  width:38px;
  height:38px;
  margin-bottom:14px;
}
.expect-grid--compact .expect-card h3 {
  font-size:1.25rem;
  margin-bottom:7px;
}
.expect-grid--compact .expect-card p {
  font-size:.86rem;
  line-height:1.5;
}

@media (max-width: 980px) {
  .home-v6 .site-header .nav-links {
    top:70px;
    background:rgba(33,23,27,.97);
    border:1px solid rgba(255,255,255,.10);
  }
  .home-v6 .site-header .nav-links > a { color:#fff; }
  .home-v6 .site-header .lang-switch { border-left:0; }
}

@media (max-width: 700px) {
  .home-v6 .site-header .navbar { min-height:68px; }
  .home-v6 .site-header .brand strong { color:#fff; font-size:1.04rem; }
  .home-v6 .site-header .brand span { font-size:.58rem; }

  .hero-v6 {
    min-height:86svh;
  }
  .hero-v6::before {
    background-position:center 32%;
  }
  .hero-v6::after {
    background:
      linear-gradient(0deg,rgba(24,16,19,.90) 0%,rgba(24,16,19,.45) 52%,rgba(24,16,19,.08) 100%);
  }
  .hero-v6__content {
    padding-top:108px;
    padding-bottom:152px;
  }
  .hero-v6__content h1 {
    font-size:clamp(2.65rem,13vw,4rem);
    line-height:.98;
    margin:12px 0 14px;
  }
  .hero-v6__content .lead {
    font-size:.94rem;
    max-width:92%;
    margin-bottom:20px;
  }
  .hero-v6__content .button {
    width:100%;
    min-height:51px;
  }
  .hero-v6__facts-wrap {
    bottom:18px;
  }
  .hero-v6__facts {
    grid-template-columns:repeat(2,1fr);
    border-radius:16px;
  }
  .hero-v6__fact {
    padding:10px 7px;
    border-right:1px solid var(--line);
    border-bottom:1px solid var(--line);
  }
  .hero-v6__fact:nth-child(2) { border-right:0; }
  .hero-v6__fact:nth-child(3),
  .hero-v6__fact:nth-child(4) { border-bottom:0; }
  .hero-v6__fact:nth-child(4) { border-right:0; }
  .hero-v6__fact strong { font-size:.94rem; }
  .hero-v6__fact span { font-size:.65rem; }

  /* Three compact cards side by side, as requested */
  .cards-3--compact {
    grid-template-columns:repeat(3,1fr);
    gap:7px;
  }
  .cards-3--compact .card {
    padding:12px 9px;
    border-radius:13px;
  }
  .cards-3--compact .card-number {
    font-size:.66rem;
    margin-bottom:9px;
  }
  .cards-3--compact .card h3 {
    font-size:.92rem;
    margin-bottom:5px;
  }
  .cards-3--compact .card p {
    font-size:.66rem;
    line-height:1.35;
  }

  .split--about-v6 {
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
  }
  .split--about-v6 .image-frame {
    width:138px;
    max-width:138px;
    height:168px;
    aspect-ratio:auto;
    margin:0 auto 2px;
    border-radius:18px;
  }
  .split--about-v6 .copy-block {
    max-width:100%;
  }

  .expect-grid--compact {
    grid-template-columns:repeat(3,1fr);
    gap:7px;
  }
  .expect-grid--compact .expect-card {
    padding:12px 8px;
    border-radius:13px;
  }
  .expect-grid--compact .expect-card .icon {
    width:27px;
    height:27px;
    margin-bottom:8px;
    font-size:.85rem;
  }
  .expect-grid--compact .expect-card h3 {
    font-size:.82rem;
    line-height:1.05;
    margin-bottom:5px;
  }
  .expect-grid--compact .expect-card p {
    font-size:.64rem;
    line-height:1.35;
  }
}


/* =========================================================
   V6.1 — requested refinements
   ========================================================= */

.hero-v6__facts {
  background: rgba(34, 22, 28, 0.26) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  box-shadow: 0 18px 46px rgba(20, 12, 16, 0.22) !important;
  backdrop-filter: blur(10px) !important;
}
.hero-v6__fact {
  color: #fff !important;
  border-right: 1px solid rgba(255,255,255,0.14) !important;
}
.hero-v6__fact strong {
  color: #fff !important;
}
.hero-v6__fact span {
  color: rgba(255,255,255,0.78) !important;
}

.section {
  padding: 78px 0;
}
.section.section--compact {
  padding: 64px 0;
}
.section-head {
  margin-bottom: 34px;
}
.topic-grid,
.cards-3,
.expect-grid,
.resource-grid,
.faq {
  gap: 14px;
}
.offer-shell {
  gap: 24px;
}

@media (max-width: 700px) {
  .section {
    padding: 46px 0;
  }
  .section.section--compact {
    padding: 38px 0;
  }
  .section-head {
    margin-bottom: 22px;
  }
  .topic-grid {
    gap: 10px;
  }
  .resource-grid {
    gap: 14px;
  }
  .faq {
    gap: 12px;
  }
  .offer-shell {
    gap: 18px;
    padding: 24px 20px;
  }
  .collab {
    border-radius: 24px;
  }
  .cta-band {
    padding: 52px 0 56px;
  }
  .site-footer {
    padding: 38px 0 96px;
  }
  .hero-v6__facts-wrap {
    bottom: 14px;
  }
  .hero-v6__fact {
    padding: 12px 8px;
  }
  .hero-v6__fact strong {
    font-size: .9rem;
  }
  .hero-v6__fact span {
    font-size: .64rem;
    line-height: 1.25;
  }
}


/* =========================================================
   V6.2 — final requested mobile refinements
   ========================================================= */

.mobile-menu-v62 {
  display: none;
}

@media (max-width: 980px) {
  /* Pure HTML/CSS menu: works even when JS is unavailable */
  .menu-toggle {
    display: none !important;
  }
  .mobile-menu-v62 {
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 150;
  }
  .mobile-menu-v62 summary {
    width: 44px;
    height: 44px;
    display: grid;
    align-content: center;
    justify-items: center;
    cursor: pointer;
    list-style: none;
    border-radius: 50%;
  }
  .mobile-menu-v62 summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu-v62 summary span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 3px 0;
    background: currentColor;
    transition: .2s ease;
  }
  .home-v6 .mobile-menu-v62 summary {
    color: #fff;
  }
  .mobile-menu-v62__panel {
    position: fixed;
    top: 70px;
    left: 12px;
    right: 12px;
    padding: 22px;
    border-radius: 18px;
    background: rgba(251,248,244,.985);
    box-shadow: 0 22px 60px rgba(23,15,18,.22);
    border: 1px solid rgba(73,47,57,.10);
    display: grid;
    gap: 15px;
  }
  .home-v6 .mobile-menu-v62__panel {
    background: rgba(38,25,31,.985);
    border-color: rgba(255,255,255,.10);
  }
  .mobile-menu-v62__panel > a {
    text-decoration: none;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 700;
    padding: 6px 2px;
  }
  .home-v6 .mobile-menu-v62__panel > a {
    color: #fff;
  }
  .mobile-menu-v62__panel .lang-switch {
    border-left: 0;
    padding-left: 0;
    margin-top: 4px;
    justify-content: flex-start;
  }
  .home-v6 .mobile-menu-v62__panel .lang-switch a {
    color: rgba(255,255,255,.82);
  }
  .home-v6 .mobile-menu-v62__panel .lang-switch a[aria-current="page"] {
    color: #fff;
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.10);
  }

  /* Hide the old off-canvas nav on mobile; details contains the working menu */
  .nav-links {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .section {
    padding: 39px 0 !important;
  }
  .section.section--compact {
    padding: 34px 0 !important;
  }
  .section-head {
    margin-bottom: 18px !important;
  }
  .topic-grid {
    gap: 8px !important;
  }
  .cards-3--compact,
  .expect-grid--compact {
    margin-top: 2px;
  }
  .split--about-v6 {
    gap: 15px !important;
  }
  .offer-shell {
    margin-top: 0;
  }
  .resource-grid {
    gap: 11px !important;
  }
  .cta-band {
    padding: 46px 0 50px !important;
  }

  /* Sticky CTA: cleaner, without price */
  .mobile-book .button {
    letter-spacing: 0;
  }
}


/* =========================================================
   V6.3 — clean mobile hamburger + language switch
   ========================================================= */

@media (max-width: 980px) {
  /* Reset the global <details>/<summary> FAQ styles for the navigation menu */
  details.mobile-menu-v62 {
    display: block !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    width: 46px !important;
    height: 46px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 300 !important;
  }

  details.mobile-menu-v62 > summary {
    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    color: inherit !important;
  }

  details.mobile-menu-v62 > summary::after,
  details.mobile-menu-v62[open] > summary::after {
    content: none !important;
    display: none !important;
  }

  details.mobile-menu-v62 > summary::-webkit-details-marker {
    display: none !important;
  }

  details.mobile-menu-v62 > summary span {
    display: block !important;
    width: 25px !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: currentColor !important;
    transform-origin: center !important;
    transition: transform .2s ease, opacity .2s ease !important;
  }

  .home-v6 details.mobile-menu-v62 > summary {
    color: #fff !important;
  }

  details.mobile-menu-v62[open] > summary span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }
  details.mobile-menu-v62[open] > summary span:nth-child(2) {
    opacity: 0 !important;
  }
  details.mobile-menu-v62[open] > summary span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  .mobile-menu-v62__panel {
    top: 66px !important;
    left: 14px !important;
    right: 14px !important;
    padding: 18px !important;
    border-radius: 18px !important;
    gap: 5px !important;
  }

  .home-v6 .mobile-menu-v62__panel {
    background: rgba(43, 27, 34, .97) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    box-shadow: 0 24px 60px rgba(15,8,12,.32) !important;
    backdrop-filter: blur(14px) !important;
  }

  .mobile-menu-v62__panel > a {
    display: block !important;
    padding: 12px 8px !important;
    border-bottom: 1px solid rgba(75,48,58,.09) !important;
    font-size: .95rem !important;
  }

  .home-v6 .mobile-menu-v62__panel > a {
    color: #fff !important;
    border-bottom-color: rgba(255,255,255,.10) !important;
  }

  .mobile-menu-v62__panel .lang-switch {
    display: flex !important;
    gap: 8px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .mobile-menu-v62__panel .lang-switch a {
    min-width: 52px !important;
    padding: 9px 14px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(87,55,67,.16) !important;
    text-align: center !important;
    font-size: .82rem !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  .home-v6 .mobile-menu-v62__panel .lang-switch a {
    color: rgba(255,255,255,.84) !important;
    border-color: rgba(255,255,255,.18) !important;
    background: rgba(255,255,255,.05) !important;
  }

  .home-v6 .mobile-menu-v62__panel .lang-switch a[aria-current="page"] {
    color: var(--wine-dark) !important;
    background: #fff !important;
    border-color: #fff !important;
  }
}
