/* À toi — papeterie sentimentale. Mobile-first, blush / cream / gold. */
:root {
  --cream: #F8EEE8;
  --cream-deep: #F1DFD6;
  --paper: #FFF8F4;
  --blush: #F4E4DC;
  --ink: #1C1412;
  --ink-soft: #5C4A46;
  --pink: #D86B7C;
  --pink-deep: #C45A6A;
  --gold: #C4A06A;
  --gold-soft: rgba(196, 160, 106, 0.38);
  --gold-deep: #9A7348;
  --shadow: 0 18px 48px rgba(28, 20, 18, 0.08);
  --header: "Playfair Display", "Times New Roman", Georgia, serif;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --script: Allura, "Palatino Linotype", cursive;
  --sans: Outfit, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--serif);
  color: var(--ink);
  background: var(--cream);
  font-size: 1.12rem;
  line-height: 1.68;
  padding-bottom: 5.2rem;
}

img { max-width: 100%; height: auto; display: block; background: transparent; }

a { color: var(--pink-deep); }

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.wrap { width: min(1080px, calc(100% - 2.2rem)); margin: 0 auto; }
.wrap-wide { width: min(1120px, calc(100% - 2.2rem)); margin: 0 auto; }

/* ——— Header ——— */
.site-header {
  background: transparent;
  padding: 1.35rem 0 0.35rem;
}

.site-header .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.brand {
  text-align: center;
  font-family: var(--header);
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--gold-deep);
}

.brand-rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 0.45rem auto 0;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.15rem;
}

.site-nav a,
nav a {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gold-deep);
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
nav a:hover { color: var(--ink); }

/* ——— Type ——— */
.kicker {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 0.9rem;
}

h1, h2 {
  font-family: var(--header);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.35rem, 9vw, 4.55rem);
}

h2 {
  font-size: clamp(1.45rem, 3.4vw, 2.05rem);
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.45rem;
}

.script {
  font-family: var(--script);
  font-size: clamp(1.7rem, 4.5vw, 2.45rem);
  color: var(--pink);
  margin: 0.15rem 0 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.lede {
  max-width: 34em;
  color: var(--ink-soft);
  font-size: 1.18rem;
  line-height: 1.62;
}

.section-lede {
  text-align: center;
  max-width: 34em;
  margin: 0.4rem auto 2rem;
  color: var(--ink-soft);
  font-style: italic;
  font-size: 1.12rem;
}

/* ——— Buttons ——— */
.cta {
  display: inline-block;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1.05rem 1.55rem;
  border: 1px solid var(--ink);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cta:hover { background: var(--pink-deep); border-color: var(--pink-deep); color: #fff; }

.cta-ghost,
.cta-quiet {
  display: inline-block;
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1.05rem 1.55rem;
  border: 1px solid var(--gold);
  box-shadow: none;
}

.cta-ghost:hover,
.cta-quiet:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}

/* ——— Hero ——— */
.hero {
  padding: 2.4rem 0 2.8rem;
  text-align: center;
}

.hero h1 {
  max-width: 14em;
  margin: 0 auto 0.15rem;
}

.hero .lede {
  margin: 1.55rem auto 0;
}

.hero-cover,
.ticket,
.article-shot {
  margin: 0 auto;
  max-width: 860px;
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}

.hero-cover { margin: 0.35rem auto 0.35rem; }

.hero-cover img,
.ticket img,
.article-shot img,
.gallery img {
  width: 100%;
  height: auto;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
}

.pull {
  text-align: center;
  font-family: var(--script);
  font-size: clamp(1.65rem, 4vw, 2.2rem);
  color: var(--pink);
  margin: 0.35rem 0 0;
}

.hero-price {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 1.45rem 0 1.1rem;
}

.hero-price span {
  display: block;
  font-family: var(--header);
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--ink);
  margin-bottom: 0.28rem;
}

.product-shot { padding: 0.2rem 0 2rem; }

/* ——— Sections ——— */
section { padding: 3rem 0; }

.why { background: var(--paper); }

.why .prose,
.article .prose {
  max-width: 38em;
  margin: 1.25rem auto 0;
}

.prose p { margin-bottom: 1.05rem; color: var(--ink-soft); }
.prose h2 { margin: 2.1rem 0 0.85rem; text-align: left; font-size: 1.45rem; }
.prose h3 {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 1.5rem 0 0.5rem;
  text-align: left;
}
.prose ul, .prose ol {
  margin: 0 0 1.1rem 1.2rem;
  color: var(--ink-soft);
}
.prose li { margin: 0.4rem 0; }

/* ——— Benefits ——— */
.benefits { padding: 2.2rem 0; }

.benefits ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1.2rem;
  max-width: 720px;
  margin: 0 auto;
}

.benefits li {
  font-size: 1.05rem;
  color: var(--ink-soft);
  padding: 0.15rem 0 0.15rem 0;
  border-bottom: none;
}

.benefits li::before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 0.45rem;
}

/* ——— Gallery — tickets already have their gold edge. No extra frame. ——— */
.gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.1rem 1.35rem;
}

.gallery figure { margin: 0; background: transparent; }

.gallery a.cheque-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.gallery figcaption {
  padding: 0.85rem 0.1rem 0;
  font-family: var(--header);
  font-size: 1.05rem;
  font-weight: 500;
  font-style: italic;
  color: var(--ink);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
}

/* leftover gallery-item from earlier markup, if any */
.gallery-item,
.preview-card,
.hero-frame {
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}

/* ——— How ——— */
.howto .steps {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.7rem;
}

.howto .steps li {
  background: transparent;
  border: none;
  border-top: 1px solid var(--gold-soft);
  padding: 1.35rem 0 0.4rem;
  text-align: left;
}

.num {
  font-family: var(--sans);
  color: var(--gold-deep);
  letter-spacing: 0.18em;
  font-size: 0.68rem;
  font-weight: 500;
}

.howto h3 {
  font-family: var(--header);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--ink);
  margin: 0.25rem 0 0.4rem;
}

.howto p { color: var(--ink-soft); font-size: 1.05rem; }

/* ——— Pricing ——— */
.offres { background: var(--paper); }

.pricing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  margin-top: 1.6rem;
}

.card {
  background: var(--cream);
  border: 1px solid var(--gold-soft);
  padding: 2rem 1.4rem 1.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.card.featured {
  background: var(--paper);
  border-color: var(--gold);
}

.card-kicker {
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 0.45rem;
}

.card h3 {
  font-family: var(--header);
  font-size: 1.35rem;
  letter-spacing: -0.015em;
  text-transform: none;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.card .price {
  font-family: var(--header);
  font-size: 2.05rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.03em;
  margin: 0.2rem 0 0.1rem;
}

.card .price small {
  font-size: 0.38em;
  letter-spacing: 0.14em;
  font-family: var(--sans);
  font-weight: 500;
  color: var(--gold-deep);
}

.card .tagline {
  font-style: italic;
  color: var(--pink-deep);
  margin-bottom: 1rem;
}

.card ul {
  list-style: none;
  text-align: left;
  margin: 0 auto 1.4rem;
  max-width: 16.5rem;
  flex: 1;
}

.card li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.1rem;
  font-size: 1.02rem;
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(196, 160, 106, 0.18);
}

.card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95rem;
  width: 8px;
  height: 1px;
  background: var(--gold);
}

.card .cta { width: 100%; }

/* ——— FAQ ——— */
.faq-list { max-width: 680px; margin: 1.4rem auto 0; }

details {
  border-bottom: 1px solid var(--gold-soft);
  padding: 1.05rem 0;
}

summary {
  cursor: pointer;
  font-family: var(--header);
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--ink);
  list-style: none;
}

summary::-webkit-details-marker { display: none; }

summary::after {
  content: "+";
  float: right;
  color: var(--gold-deep);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 400;
}

details[open] summary::after { content: "–"; }

details p {
  margin-top: 0.7rem;
  color: var(--ink-soft);
}

/* ——— Legal / footer ——— */
.legal {
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 2.2rem;
}

.legal p {
  max-width: 36em;
  margin: 0 auto;
  font-size: 0.98rem;
  color: var(--ink-soft);
}

footer {
  padding: 2.4rem 0 2.2rem;
  text-align: center;
  border-top: 1px solid var(--gold-soft);
  background: transparent;
  color: var(--ink-soft);
  font-size: 1rem;
}

footer .brand { margin-bottom: 0.45rem; }

footer .tiny {
  margin-top: 0.7rem;
  font-size: 0.88rem;
  color: var(--gold-deep);
  font-style: italic;
  font-family: var(--serif);
}

footer .foot-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 1.15rem;
  margin: 0.85rem 0 0.4rem;
}

footer .foot-nav a {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gold-deep);
}

/* ——— Sticky mobile CTA ——— */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(255, 248, 244, 0.92);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--gold-soft);
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  text-align: center;
}

.sticky-cta a {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--paper);
  background: var(--ink);
  padding: 0.95rem 1.4rem;
  display: block;
  border: 1px solid var(--ink);
  max-width: 420px;
  margin: 0 auto;
}

/* ——— Inner SEO pages ——— */
.crumbs {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 1.2rem;
}

.crumbs a { text-decoration: none; color: var(--gold-deep); }
.crumbs a:hover { color: var(--ink); }

.article-hero { padding: 1.8rem 0 1.2rem; text-align: left; }

.article-hero h1 {
  font-size: clamp(1.85rem, 6vw, 3.1rem);
  text-align: left;
  margin-bottom: 1.1rem;
  max-width: 18em;
}

.article-hero .lede { max-width: 38em; }

.article-shot {
  max-width: 720px;
  margin: 0 0 1.5rem;
}

.page-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.6rem 0 0.4rem;
}

.related {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem 1.4rem;
  max-width: 760px;
  margin: 1.3rem auto 0;
  list-style: none;
}

.related a { text-decoration: none; font-size: 1.12rem; }
.related a:hover { text-decoration: underline; }

/* ——— Merci ——— */
.merci-body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.2rem;
  background: var(--cream);
}

.merci-card {
  width: min(520px, 100%);
  background: var(--paper);
  border: 1px solid var(--gold);
  padding: 2.6rem 1.7rem 2.2rem;
  text-align: center;
}

.merci-card .script { margin: 0.2rem 0 0.55rem; font-size: 2.3rem; }

.merci-card h1 {
  font-size: clamp(1.55rem, 4vw, 2rem);
  margin-bottom: 0.9rem;
}

.merci-card p { margin-bottom: 0.8rem; color: var(--ink-soft); }

.merci-card .note {
  font-style: italic;
  font-size: 1rem;
  margin-top: 1.2rem;
  color: var(--ink-soft);
}

/* leftover utilities still referenced */
.hero-grid { display: block; }
.checks, .preview-grid { display: grid; gap: 1rem; }
.flourish { display: none; }

@media (min-width: 640px) {
  .gallery { grid-template-columns: 1fr 1fr; gap: 2.2rem 1.6rem; }
  .benefits ul { gap: 1.1rem 2rem; }
  .related { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 800px) {
  body { padding-bottom: 0; }
  .sticky-cta { display: none; }
  .hero { padding: 3.4rem 0 3.6rem; }
  .site-header { padding: 1.7rem 0 0.5rem; }
  section { padding: 3.8rem 0; }
}

@media (min-width: 900px) {
  .pricing { grid-template-columns: repeat(3, 1fr); gap: 1.2rem; align-items: stretch; }
  .howto .steps { grid-template-columns: repeat(3, 1fr); gap: 2.2rem; }
  .howto .steps li { border-top: none; padding-top: 0; }
  .benefits ul { grid-template-columns: repeat(4, 1fr); max-width: 980px; }
  .wrap { width: min(1080px, calc(100% - 3.5rem)); }
  .wrap-wide { width: min(1120px, calc(100% - 3.5rem)); }
}

@media (min-width: 1080px) {
  .gallery { grid-template-columns: 1fr 1fr 1fr; gap: 2.4rem 1.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cta, .cta-ghost { transition: none; }
}

/* ——— Aussi à offrir + physical badge (20260826d) ——— */
.aussi { background: var(--cream); padding-top: 3.2rem; }
.pricing-also { display: grid; grid-template-columns: 1fr; gap: 1.1rem; margin-top: 1.6rem; }
.badge-physical {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  background: var(--pink-deep);
  padding: 0.38rem 0.7rem;
  margin: 0 auto 0.75rem;
}
.card .card-visual { margin: 0.15rem 0 1.05rem; background: transparent; }
.card .card-visual img { width: 100%; height: auto; }
.sticky-cta .quiet {
  display: block;
  margin-top: 0.45rem;
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-deep);
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  max-width: none;
}
.sticky-cta .quiet:hover { color: var(--ink); }
.legal.mentions { font-size: 0.92rem; }
.legal.mentions p { font-size: 0.92rem; }

@media (min-width: 900px) {
  .pricing-also { grid-template-columns: repeat(3, 1fr); gap: 1.2rem; align-items: stretch; }
  .pricing.grid-4 { grid-template-columns: repeat(4, 1fr); }
}


/* ——— Editorial luxury 20260826e ——— */
.hero {
  padding: 2.8rem 0 3.6rem;
  background:
    radial-gradient(90% 52% at 50% 0%, #FFF8F4 0%, #FDF3EC 42%, #F7E0D8 100%);
}
.hero h1 {
  font-size: clamp(2.7rem, 10.5vw, 5.35rem);
  max-width: 15em;
  letter-spacing: -0.03em;
}
.hero .script {
  font-size: clamp(1.95rem, 5.2vw, 2.85rem);
  margin: 0.25rem 0 1.35rem;
}
.hero-cover {
  max-width: min(1240px, 100%);
  margin: 0.15rem auto 0.15rem;
}
.hero-cover img {
  filter: drop-shadow(0 28px 48px rgba(28, 20, 18, 0.12));
}
.hero .lede {
  font-size: 1.28rem;
  max-width: 32em;
  margin-top: 1.35rem;
}
.hero-price span { font-size: 2.25rem; }
.hero .cta { padding: 1.18rem 2rem; font-size: 0.78rem; }
.desire {
  font-family: var(--script);
  font-size: clamp(1.45rem, 3.2vw, 1.9rem);
  color: var(--pink);
  margin-top: 1.05rem;
}
.offres { background: linear-gradient(180deg, #FFF8F4 0%, #FDF3EC 100%); }
.card.featured { padding: 2.45rem 1.55rem 1.85rem; }
.gallery img { filter: drop-shadow(0 14px 28px rgba(28, 20, 18, 0.08)); }
@media (min-width: 800px) {
  .hero { padding: 4.2rem 0 4.6rem; }
}
@media (min-width: 1080px) {
  .hero-cover { max-width: 1280px; }
  .wrap-wide { width: min(1280px, calc(100% - 3.5rem)); }
}


/* ——— Cinematic desire 20260826f ———
   Quieter type, bigger cheque, tactile grid. Original pink/gold cheques only. */
.hero {
  padding: 1.15rem 0 2.6rem;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(88% 58% at 50% 22%, #FFFCF9 0%, #F9EDE6 46%, #F1D8CF 100%);
}
.hero-intro { padding-bottom: 0.15rem; }
.hero .kicker {
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  margin-bottom: 0.55rem;
  font-weight: 500;
}
.hero h1 {
  font-size: clamp(1.18rem, 4.1vw, 1.72rem);
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.22;
  max-width: 18em;
  margin: 0 auto 0.85rem;
  color: var(--ink);
}
.hero-cover {
  width: min(96vw, 1520px);
  max-width: none;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.hero-cover img {
  width: 100%;
  height: auto;
  display: block;
  transform: rotate(-0.7deg);
  filter:
    drop-shadow(0 36px 58px rgba(28, 20, 18, 0.18))
    drop-shadow(0 10px 18px rgba(154, 115, 72, 0.16));
}
.hero-after { padding-top: 0.15rem; }
.hero .pull {
  margin-top: 1.05rem;
  font-size: clamp(1.7rem, 5.2vw, 2.55rem);
  line-height: 1.15;
}
.hero .desire {
  margin-top: 0.15rem;
  margin-bottom: 0;
  font-size: clamp(1.25rem, 3.4vw, 1.7rem);
  opacity: 0.92;
}
.hero .lede {
  font-size: 1.08rem;
  line-height: 1.62;
  max-width: 30em;
  margin: 1.15rem auto 0;
  color: var(--ink-soft);
}
.hero-price {
  margin: 1.25rem 0 0.95rem;
}
.hero-price span {
  font-size: clamp(1.85rem, 4.4vw, 2.35rem);
  letter-spacing: -0.03em;
}
.hero .cta { padding: 1.12rem 1.85rem; }

/* Gallery: paper on a table, not a CSS frame */
#titres { padding-top: 2.6rem; }
.gallery {
  gap: 2.35rem 1.2rem;
}
.gallery figure {
  --tilt: 0deg;
  transform: rotate(var(--tilt));
}
.gallery figure:nth-child(6n+1) { --tilt: -0.85deg; }
.gallery figure:nth-child(6n+2) { --tilt: 0.55deg; }
.gallery figure:nth-child(6n+3) { --tilt: -0.35deg; }
.gallery figure:nth-child(6n+4) { --tilt: 0.7deg; }
.gallery figure:nth-child(6n+5) { --tilt: -0.5deg; }
.gallery figure:nth-child(6n)   { --tilt: 0.4deg; }
.gallery img {
  filter:
    drop-shadow(0 14px 22px rgba(28, 20, 18, 0.12))
    drop-shadow(0 3px 6px rgba(28, 20, 18, 0.06));
  transition: transform 0.38s ease, filter 0.38s ease;
}
.gallery figcaption {
  font-family: var(--script);
  font-size: clamp(1.28rem, 3.2vw, 1.55rem);
  font-style: normal;
  font-weight: 400;
  padding-top: 0.7rem;
  color: var(--ink);
}
@media (hover: hover) and (pointer: fine) {
  .gallery a.cheque-link:hover img,
  .gallery figure:hover img {
    transform: translateY(-7px) scale(1.02);
    filter:
      drop-shadow(0 26px 36px rgba(28, 20, 18, 0.18))
      drop-shadow(0 6px 10px rgba(154, 115, 72, 0.14));
  }
}

/* Pricing stays loud and clear */
.card .price {
  font-size: 2.2rem;
}
.card.featured {
  box-shadow: 0 18px 40px rgba(28, 20, 18, 0.06);
}
.card .cta,
.card .cta-quiet { margin-top: auto; }

@media (min-width: 640px) {
  .hero { padding: 1.5rem 0 3.2rem; }
  .hero-cover { width: min(94vw, 1480px); }
  .gallery { gap: 2.6rem 1.7rem; }
}
@media (min-width: 800px) {
  .hero { padding: 1.8rem 0 4rem; overflow: visible; }
  .hero h1 { margin-bottom: 1.15rem; }
  .hero-cover { width: min(92vw, 1520px); }
  .hero .lede { font-size: 1.14rem; max-width: 32em; }
}
@media (min-width: 1080px) {
  .hero-cover { width: min(90vw, 1560px); }
  .wrap-wide { width: min(1240px, calc(100% - 3.5rem)); }
  .gallery { gap: 2.8rem 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-cover img,
  .gallery figure,
  .gallery img { transform: none; transition: none; }
}
