/* Vincent's Cakes and Pastries — Claude lead-gen concept
   Mobile-first. No frameworks. Animations use opacity/transform only and respect prefers-reduced-motion. */

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-latin-wght-normal.woff2") format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-latin-wght-italic.woff2") format("woff2");
  font-weight: 100 900; font-style: italic; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree-latin-wght-normal.woff2") format("woff2");
  font-weight: 300 900; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --cream: #FBF6F0;
  --cream-2: #F6EDE3;
  --blush: #F5E4E8;
  --paper: #FFFFFF;
  --ink: #2A1611;
  --muted: #6B5A53;
  --brown: #6B2D17;
  --magenta: #B0176A;
  --magenta-deep: #8C1450;
  --accent: #C21F6E;
  --night: #3B0C26;
  --night-2: #4A1232;
  --on-night: #F6E9DF;
  --on-night-muted: #E7C9D6;
  --pink-on-night: #F2A7C8;
  --gold: #C49A4A;
  --orange: #F08A3C;
  --line: rgba(42, 22, 17, .14);
  --line-night: rgba(246, 233, 223, .2);

  --serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --wrap: 1200px;
  --gutter: clamp(16px, 4.5vw, 40px);
  --radius: 18px;
  --radius-lg: 28px;
  --header-h: 64px;
  --shadow: 0 18px 50px -24px rgba(59, 12, 38, .35);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 12px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 400 1rem/1.65 var(--sans);
  font-size: clamp(1rem, .96rem + .2vw, 1.0625rem);
  overflow-x: clip;
}
img, video { display: block; max-width: 100%; height: auto; }
picture { display: contents; }
a { color: var(--magenta-deep); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--accent); }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 560; line-height: 1.12; color: var(--brown); margin: 0; letter-spacing: -.01em; font-variation-settings: "SOFT" 50; }
h2 { font-size: clamp(1.75rem, 1.35rem + 2vw, 2.75rem); }
h3 { font-size: clamp(1.15rem, 1.05rem + .45vw, 1.4rem); }
p { margin: 0 0 1em; }
ul, ol { padding: 0; margin: 0; }
[role="list"] { list-style: none; }
button { font: inherit; }
.i { width: 1.15em; height: 1.15em; fill: currentColor; flex: none; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.small { font-size: .9rem; color: var(--muted); }

:focus-visible { outline: 3px solid var(--magenta); outline-offset: 3px; border-radius: 6px; }
.section-night :focus-visible, .mobile-cta :focus-visible, .lightbox :focus-visible { outline-color: var(--pink-on-night); }

.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--night); color: #fff; padding: 10px 16px; border-radius: 10px; transition: top .2s var(--ease); }
.skip-link:focus { top: 12px; color: #fff; }

/* Placeholders — clearly visible, easy to find and replace */
.ph { display: inline-block; font: 700 .72rem/1.4 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: #7A4B00; background: #FFF1CC; border: 1px dashed #C9A13B; padding: 1px 8px; border-radius: 999px; margin-right: .35em; vertical-align: .1em; }
.ph-note { font-size: .95rem; color: var(--muted); }

/* Buttons ------------------------------------------------------------ */
.btn {
  --bg: var(--magenta); --fg: #fff; --bd: var(--magenta);
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 48px; padding: .72em 1.35em;
  border: 1.5px solid var(--bd); border-radius: 999px;
  background: var(--bg); color: var(--fg);
  font: 700 1rem/1.2 var(--sans); letter-spacing: .005em; text-decoration: none; text-align: center;
  cursor: pointer;
  transition: transform .2s var(--ease), background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.btn:hover { --bg: var(--magenta-deep); --bd: var(--magenta-deep); color: var(--fg); transform: translateY(-2px); box-shadow: 0 10px 24px -12px rgba(140, 20, 80, .6); }
.btn:active { transform: translateY(0); }
.btn-sm { min-height: 42px; padding: .55em 1.05em; font-size: .95rem; }
.btn-lg { min-height: 56px; padding: .85em 1.7em; font-size: 1.08rem; }
.btn-ghost { --bg: transparent; --fg: var(--brown); --bd: rgba(107, 45, 23, .35); }
.btn-ghost:hover { --bg: var(--paper); --fg: var(--brown); --bd: var(--brown); box-shadow: none; }
.btn-outline { --bg: var(--paper); --fg: var(--magenta-deep); --bd: var(--magenta); }
.btn-outline:hover { --bg: var(--magenta); --fg: #fff; }
.btn-light { --bg: var(--on-night); --fg: var(--night); --bd: var(--on-night); }
.btn-light:hover { --bg: #fff; --fg: var(--night); --bd: #fff; }
.btn-ghost-light { --bg: transparent; --fg: var(--on-night); --bd: rgba(246, 233, 223, .5); }
.btn-ghost-light:hover { --bg: rgba(246, 233, 223, .1); --fg: #fff; --bd: var(--on-night); box-shadow: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.link-cta { font-weight: 700; color: var(--magenta-deep); text-decoration: none; display: inline-flex; gap: .4em; align-items: center; min-height: 44px; }
.link-cta span { transition: transform .2s var(--ease); }
.link-cta:hover span { transform: translateX(4px); }
html:not(.js) .js-only { display: none; }

/* Header --------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 246, 240, .94);
  border-bottom: 1px solid transparent;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
@supports (backdrop-filter: blur(8px)) { .site-header { background: rgba(251, 246, 240, .86); backdrop-filter: saturate(1.2) blur(10px); } }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 24px -20px rgba(42, 22, 17, .5); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: var(--header-h); }
.brand { display: block; flex: none; padding: 4px 0; }
.brand img { height: 56px; width: auto; }
.menu-toggle {
  display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 14px;
  border: 1.5px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--brown); font-weight: 700; cursor: pointer;
}
.menu-icon { display: grid; gap: 5px; width: 18px; }
.menu-icon span { display: block; height: 2px; background: currentColor; border-radius: 2px; transition: transform .25s var(--ease); }
.menu-toggle[aria-expanded="true"] .menu-icon span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* Mobile nav: a panel below the header (JS). Without JS: a horizontally scrollable row. */
.site-nav ul { list-style: none; }
html:not(.js) .menu-toggle { display: none; }
@media (max-width: 1023px) {
  html:not(.js) .header-inner { flex-wrap: wrap; }
  html:not(.js) .site-nav { width: 100%; overflow-x: auto; padding-bottom: 8px; }
  html:not(.js) .site-nav ul { display: flex; gap: 18px; white-space: nowrap; }
  html:not(.js) .site-nav li a { display: inline-flex; min-height: 44px; align-items: center; }
  html:not(.js) .nav-cta { display: none; }
}
html.js .site-nav {
  position: fixed; inset: var(--header-h) 0 auto 0; z-index: 49;
  max-height: calc(100dvh - var(--header-h)); overflow-y: auto;
  background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 30px 40px -30px rgba(42, 22, 17, .4);
  padding: 8px var(--gutter) 24px;
  opacity: 0; transform: translateY(-10px); visibility: hidden;
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility 0s linear .22s;
}
html.js .site-nav.is-open { opacity: 1; transform: none; visibility: visible; transition: opacity .22s var(--ease), transform .22s var(--ease), visibility 0s; }
html.js .site-nav li a { display: flex; align-items: center; min-height: 52px; border-bottom: 1px solid var(--line); font: 560 1.3rem/1.2 var(--serif); color: var(--brown); text-decoration: none; }
html.js .site-nav .nav-cta { margin-top: 18px; width: 100%; min-height: 52px; font-size: 1rem; }
.site-nav a:not(.btn) { color: var(--brown); text-decoration: none; font-weight: 600; }

@media (min-width: 1024px) {
  :root { --header-h: 76px; }
  .brand img { height: 64px; }
  .menu-toggle { display: none; }
  html.js .site-nav, .site-nav {
    position: static; display: flex; align-items: center; gap: 26px; padding: 0; max-height: none; overflow: visible;
    background: none; border: 0; box-shadow: none; opacity: 1; transform: none; visibility: visible; width: auto;
  }
  html.js .site-nav ul, .site-nav ul { display: flex; gap: 22px; }
  html.js .site-nav li a { display: inline-flex; min-height: 44px; border: 0; font: 600 .98rem/1 var(--sans); position: relative; }
  html.js .site-nav li a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 10px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .22s var(--ease); }
  html.js .site-nav li a:hover::after, html.js .site-nav li a:focus-visible::after { transform: scaleX(1); }
  html.js .site-nav .nav-cta, .nav-cta { display: inline-flex; width: auto; margin: 0; min-height: 44px; }
  .nav-extra { display: none; }
}

/* Hero ------------------------------------------------------------------ */
.hero { padding: 18px 0 36px; }
.hero-grid { display: grid; gap: 22px; align-items: center; }
.eyebrow { margin: 0 0 .7em; font: 700 .78rem/1.3 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.hero h1 {
  font-size: clamp(2.05rem, 1.3rem + 3.7vw, 4.4rem); line-height: 1.02; letter-spacing: -.025em; font-weight: 580;
  max-width: 13ch; text-wrap: balance;
}
.hero h1 em { font-style: italic; font-weight: 480; color: var(--accent); }
.lede { margin: .9em 0 1.2em; font-size: clamp(1rem, .95rem + .35vw, 1.2rem); color: var(--muted); max-width: 36em; }
.hero-actions { display: grid; grid-template-columns: 1.45fr 1fr; gap: 10px; }
.hero-actions .btn { padding-inline: .8em; }
@media (max-width: 399px) { .hero-actions .btn .i { display: none; } .eyebrow { letter-spacing: .1em; } }
.hero-proof { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 16px; font-size: .92rem; color: var(--muted); }
.hero-proof li { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof li + li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.hero-proof strong { color: var(--brown); }
.hero-media { margin: 0; position: relative; }
.arch {
  position: relative; overflow: hidden; border-radius: 999px 999px var(--radius) var(--radius);
  aspect-ratio: 16 / 10; background: var(--cream-2); box-shadow: var(--shadow);
}
.arch::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255, 255, 255, .55); border-radius: inherit; pointer-events: none; }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.hero-media figcaption { margin-top: 10px; font-size: .85rem; color: var(--muted); text-align: center; }
@media (max-width: 639px) {
  .arch { border-radius: 160px 160px var(--radius) var(--radius); aspect-ratio: 16 / 9.5; }
  .hero-media figcaption { display: none; }
}
@media (min-width: 640px) {
  .hero { padding: 36px 0 56px; }
  .hero-actions { display: flex; flex-wrap: wrap; }
  .arch { aspect-ratio: 4 / 4.2; max-width: 560px; margin-inline: auto; }
}
@media (min-width: 1024px) {
  .hero { padding: 56px 0 72px; }
  .hero-grid { grid-template-columns: 1.08fr .92fr; gap: 56px; }
  .arch { aspect-ratio: 4 / 5; max-width: none; }
  .hero-media::before { content: ""; position: absolute; right: -22px; top: 36px; width: 110px; height: 110px; border-radius: 50%; border: 1.5px solid var(--gold); opacity: .6; }
}

/* Entrance: soft, transform-led, never hides content without JS */
@media (prefers-reduced-motion: no-preference) {
  .js .hero-copy > * { animation: rise .55s var(--ease) both; }
  .js .hero-copy > :nth-child(2) { animation-delay: .04s; }
  .js .hero-copy > :nth-child(3) { animation-delay: .08s; }
  .js .hero-copy > :nth-child(4) { animation-delay: .12s; }
  .js .hero-copy > :nth-child(5) { animation-delay: .16s; }
  .js .hero-img { animation: settle .9s var(--ease) both; }
}
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes settle { from { transform: scale(1.04); } to { transform: none; } }

/* Facts strip */
.facts { background: var(--night); color: var(--on-night); }
.facts-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding-block: 6px; }
.facts-list li { padding: 14px 10px 14px 0; display: grid; gap: 2px; border-bottom: 1px solid var(--line-night); }
.facts-list li:nth-last-child(-n+2) { border-bottom: 0; }
.facts-k { font: 700 .72rem/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--pink-on-night); }
.facts-v { font: 560 1.02rem/1.3 var(--serif); }
@media (min-width: 900px) {
  .facts-list { grid-template-columns: repeat(4, 1fr); padding-block: 10px; }
  .facts-list li { border-bottom: 0; padding: 16px 20px; border-left: 1px solid var(--line-night); }
  .facts-list li:first-child { border-left: 0; padding-left: 0; }
}

/* Sections ------------------------------------------------------------- */
.section { padding-block: clamp(56px, 8vw, 112px); }
.section-blush { background: var(--blush); }
.section-cream2 { background: var(--cream-2); }
.section-night { background: var(--night); color: var(--on-night); }
.section-night h2, .section-night h3, .section-night h4 { color: var(--on-night); }
.section-night .eyebrow { color: var(--pink-on-night); }
.section-night .answer { color: var(--on-night-muted); }
.section-night a:not(.btn) { color: var(--pink-on-night); }
.section-head { max-width: 46rem; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head h2 { text-wrap: balance; }
.answer { margin-top: .8em; font-size: clamp(1.02rem, .98rem + .25vw, 1.15rem); color: var(--muted); }
.aside-note { margin-top: 28px; color: var(--muted); font-size: .98rem; }

/* Cakes cards */
.cards { display: grid; gap: 18px; }
.card { background: var(--paper); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-rows: auto 1fr; box-shadow: 0 1px 0 var(--line); }
.card-media { aspect-ratio: 4 / 3.4; overflow: hidden; background: var(--cream-2); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.card:hover .card-media img { transform: scale(1.035); }
.card-body { padding: 18px 20px 14px; display: flex; flex-direction: column; }
.card-body p { color: var(--muted); margin: .5em 0 .6em; }
.card-body .link-cta { margin-top: auto; }
@media (min-width: 640px) { .cards { grid-template-columns: 1fr 1fr; } .card-media { aspect-ratio: 4 / 4.4; } }
@media (min-width: 1024px) { .cards { grid-template-columns: repeat(4, 1fr); gap: 22px; } }

/* Dessert bar */
.bar-grid { display: grid; gap: 28px; align-items: center; }
.bar-photo { margin: 0; }
.bar-photo img { border-radius: var(--radius-lg); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.bar-photo figcaption, .reel figcaption { margin-top: 10px; font-size: .92rem; color: var(--on-night-muted); }
.bar-lower { display: grid; gap: 32px; margin-top: clamp(36px, 5vw, 64px); }
.menu-block h3 { margin-bottom: 14px; }
.menu-cats { list-style: none; display: grid; gap: 0; border-top: 1px solid var(--line-night); }
.menu-cats li { padding: 12px 0; border-bottom: 1px solid var(--line-night); color: var(--on-night-muted); }
.menu-cats strong { color: var(--on-night); font-weight: 700; }
.menu-details { margin-top: 18px; border: 1px solid var(--line-night); border-radius: var(--radius); }
.menu-details summary { cursor: pointer; list-style: none; padding: 14px 18px; min-height: 48px; font-weight: 700; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.menu-details summary::-webkit-details-marker { display: none; }
.menu-details summary::after { content: "+"; font: 400 1.5rem/1 var(--sans); color: var(--pink-on-night); transition: transform .25s var(--ease); }
.menu-details[open] summary::after { transform: rotate(45deg); }
.menu-full { padding: 0 18px 18px; }
.menu-full .small { color: var(--on-night-muted); }
.menu-full h4 { font-size: 1.08rem; margin: 18px 0 8px; color: var(--pink-on-night); }
.menu-full ul { list-style: none; display: grid; gap: 6px; }
.menu-full li { color: var(--on-night); }
.menu-full li span { color: var(--on-night-muted); font-size: .92rem; }
.macarons { grid-template-columns: 1fr; }
@media (min-width: 640px) { .macarons { grid-template-columns: 1fr 1fr; } }
.reel { margin: 0; }
.reel-frame { border-radius: var(--radius-lg); overflow: hidden; background: #1a0510 url("../video/dessert-bar-reel-poster.webp") center / cover no-repeat; aspect-ratio: 654 / 368; }
.js .reel-frame { background-image: none; }
.reel-frame video { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 1024px) {
  .bar-grid { grid-template-columns: .9fr 1.1fr; gap: 56px; }
  .bar-lower { grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
}

/* Packages */
.pkg-intro { display: grid; gap: 24px; align-items: end; margin-bottom: clamp(24px, 4vw, 40px); }
.pkg-intro .section-head { margin-bottom: 0; }
.pkg-photo { margin: 0; }
.pkg-photo img { border-radius: var(--radius-lg); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 30%; }
@media (min-width: 1024px) { .pkg-intro { grid-template-columns: 1fr 360px; gap: 56px; } .pkg-photo img { aspect-ratio: 4 / 4.6; } }
.packages { list-style: none; display: grid; gap: 16px; counter-reset: pkg; }
.pkg {
  position: relative; display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 24px 22px 22px; transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.pkg::before { content: ""; position: absolute; left: 22px; right: 22px; top: 0; height: 4px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, var(--accent), var(--orange)); }
.pkg:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(176, 23, 106, .35); }
.pkg-no { margin: 0; font: 700 .75rem/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.pkg-name { font-size: 1.65rem; margin-top: 6px; }
.pkg-pax { margin: 2px 0 0; font-weight: 700; color: var(--muted); }
.pkg-price { margin: 14px 0 16px; font: 600 clamp(1.7rem, 1.5rem + .8vw, 2.1rem)/1 var(--serif); color: var(--ink); padding-bottom: 16px; border-bottom: 1px dashed var(--line); }
.pkg-list { list-style: none; display: grid; gap: 10px; margin-bottom: 20px; font-size: .96rem; }
.pkg-list li { position: relative; padding-left: 18px; }
.pkg-list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.pkg .btn { margin-top: auto; width: 100%; }
@media (min-width: 640px) { .packages { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .packages { grid-template-columns: repeat(4, 1fr); } }

/* Gallery */
.section-head-row { max-width: none; display: grid; gap: 18px; }
.section-head-row > div { max-width: 44rem; }
@media (min-width: 640px) { .filters { flex-wrap: wrap; overflow: visible; } }
.filters { display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 6px; margin-inline: -2px; scrollbar-width: thin; }
.chip {
  flex: none; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px;
  border-radius: 999px; border: 1.5px solid rgba(107, 45, 23, .28); background: var(--paper); color: var(--brown); font-weight: 700; font-size: .95rem; cursor: pointer;
  transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.chip .count { font-weight: 600; font-size: .8rem; color: var(--muted); }
.chip:hover { border-color: var(--brown); }
.chip[aria-pressed="true"] { background: var(--brown); border-color: var(--brown); color: #fff; }
.chip[aria-pressed="true"] .count { color: #F3DCD0; }
.gallery { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.g-item[hidden] { display: none; }
.g-link { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 14px; background: var(--cream-2); color: #fff; text-decoration: none; }
.g-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.g-cap { position: absolute; inset: auto 0 0 0; display: flex; justify-content: space-between; align-items: end; gap: 8px; padding: 28px 10px 8px; font-size: .78rem; background: linear-gradient(to top, rgba(42, 12, 28, .82), rgba(42, 12, 28, 0)); line-height: 1.3; font-weight: 600; }
.g-open { flex: none; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; opacity: .9; border: 1px solid rgba(255, 255, 255, .6); border-radius: 999px; padding: 3px 9px; }
.g-link:hover img, .g-link:focus-visible img { transform: scale(1.045); }
@media (max-width: 639px) { .g-open { display: none; } }
@media (min-width: 640px) { .g-cap { font-size: .86rem; padding: 34px 12px 10px; } }
@media (hover: hover) and (min-width: 640px) {
  .g-cap { opacity: 0; transform: translateY(6px); transition: opacity .25s var(--ease), transform .25s var(--ease); }
  .g-link:hover .g-cap, .g-link:focus-visible .g-cap { opacity: 1; transform: none; }
}
@media (min-width: 640px) { .gallery { grid-template-columns: repeat(3, 1fr); gap: 14px; } }
@media (min-width: 1024px) { .gallery { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
.g-item.is-filtered-in { animation: fadeUp .32s var(--ease) both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.gallery-foot { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* Why */
.why-grid { display: grid; gap: 32px; align-items: start; }
.why-photo { margin: 0; }
.why-photo img { border-radius: var(--radius-lg); aspect-ratio: 4 / 4.6; object-fit: cover; object-position: 50% 35%; width: 100%; }
.why-photo figcaption { margin-top: 10px; color: var(--muted); font-size: .9rem; }
.why-list { list-style: none; display: grid; gap: 0; border-top: 1px solid var(--line); }
.why-list li { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; gap: 4px; }
.why-list p { margin: 0; color: var(--muted); }
@media (min-width: 1024px) { .why-grid { grid-template-columns: 460px 1fr; gap: 72px; } .why-photo { position: sticky; top: calc(var(--header-h) + 24px); } }

/* How to order */
.order-grid { display: grid; gap: 36px; align-items: start; }
.steps { list-style: none; counter-reset: step; display: grid; gap: 0; }
.steps li { counter-increment: step; position: relative; padding: 16px 0 16px 58px; border-bottom: 1px solid var(--line); }
.steps li::before {
  content: counter(step); position: absolute; left: 0; top: 14px; width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center; font: 600 1.1rem/1 var(--serif); color: var(--magenta-deep); background: var(--paper); border: 1.5px solid rgba(176, 23, 106, .35);
}
.steps h3 { font-size: 1.18rem; }
.steps p { margin: .3em 0 0; color: var(--muted); }
.checklist { background: var(--paper); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow); }
.checklist > p { color: var(--muted); margin: .4em 0 .8em; }
.template { margin: 0 0 16px; padding: 14px 16px; border-radius: 12px; background: var(--cream); border: 1px dashed rgba(107, 45, 23, .3); font: 500 .95rem/1.6 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; white-space: pre-wrap; color: var(--ink); overflow-wrap: anywhere; }
.copy-status { min-height: 1.4em; margin: 10px 0 0; font-size: .92rem; color: var(--magenta-deep); font-weight: 600; }
@media (min-width: 1024px) { .order-grid { grid-template-columns: 1.1fr .9fr; gap: 64px; } .checklist { position: sticky; top: calc(var(--header-h) + 24px); } }

/* Reviews / proof */
.proof-links { list-style: none; display: grid; gap: 14px; margin-bottom: 18px; }
.proof-card { display: grid; gap: 4px; padding: 20px 22px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); text-decoration: none; color: var(--ink); transition: transform .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease); height: 100%; }
.proof-card:hover { transform: translateY(-3px); border-color: rgba(176, 23, 106, .4); box-shadow: var(--shadow); color: var(--ink); }
.proof-k { font: 700 .75rem/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.proof-v { font: 560 1.25rem/1.25 var(--serif); color: var(--brown); overflow-wrap: anywhere; }
.proof-d { color: var(--muted); font-size: .95rem; }
@media (min-width: 900px) { .proof-links { grid-template-columns: repeat(3, 1fr); } }

/* FAQ */
.faq-grid { display: grid; gap: 28px; align-items: start; }
.faq-list { border-top: 1px solid rgba(107, 45, 23, .22); }
.faq-list details { border-bottom: 1px solid rgba(107, 45, 23, .22); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; min-height: 56px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary h3 { font-size: clamp(1.05rem, 1rem + .3vw, 1.22rem); font-weight: 560; }
.faq-list summary::after { content: ""; flex: none; width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid rgba(176, 23, 106, .4);
  background: linear-gradient(var(--magenta), var(--magenta)) center / 12px 2px no-repeat, linear-gradient(var(--magenta), var(--magenta)) center / 2px 12px no-repeat;
  transition: transform .25s var(--ease); }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-a { padding: 0 44px 18px 0; color: var(--muted); }
.faq-a p { margin: 0; }
@media (prefers-reduced-motion: no-preference) { .faq-list details[open] .faq-a { animation: rise .3s var(--ease) both; } }
@media (min-width: 1024px) { .faq-grid { grid-template-columns: .8fr 1.2fr; gap: 72px; } .faq-grid .section-head { position: sticky; top: calc(var(--header-h) + 24px); } }

/* Contact */
.contact-grid { display: grid; gap: 32px; align-items: start; }
.contact h2 { font-size: clamp(2rem, 1.5rem + 2.5vw, 3.4rem); }
.confirm-note { margin-top: 16px; color: var(--on-night-muted); font-size: .95rem; }
.contact-card { background: var(--night-2); border: 1px solid var(--line-night); border-radius: var(--radius-lg); padding: 24px; }
.contact-card address { font-style: normal; }
.contact-name { font: 560 1.3rem/1.2 var(--serif); margin-bottom: .5em; }
.contact-card address > p { color: var(--on-night-muted); }
.contact-lines { list-style: none; display: grid; gap: 0; margin: 14px 0 20px; }
.contact-lines li { display: grid; grid-template-columns: 96px 1fr; gap: 10px; padding: 10px 0; border-top: 1px solid var(--line-night); align-items: center; min-height: 44px; }
.contact-lines .k { font: 700 .72rem/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--pink-on-night); }
.contact-lines a { overflow-wrap: anywhere; }
.contact-lines .ph { justify-self: start; }
@media (max-width: 399px) { .contact-lines li { grid-template-columns: 84px 1fr; } .contact-lines a { font-size: .95rem; } }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; } }

/* Footer */
.site-footer { background: #2A0819; color: var(--on-night-muted); padding: 40px 0 calc(40px + env(safe-area-inset-bottom)); font-size: .95rem; }
.footer-grid { display: grid; gap: 24px; }
.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand img { height: 72px; width: auto; background: var(--cream); border-radius: 14px; padding: 6px 10px; }
.footer-brand p { margin: 0; max-width: 28em; }
.site-footer ul { list-style: none; display: flex; flex-wrap: wrap; gap: 4px 18px; }
.site-footer a { color: var(--on-night); text-decoration: none; display: inline-flex; min-height: 44px; align-items: center; }
.site-footer a:hover { color: var(--pink-on-night); }
.footer-legal { margin: 0; font-size: .88rem; }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 1.2fr 1fr; } .footer-legal { grid-column: 1 / -1; border-top: 1px solid var(--line-night); padding-top: 18px; } }

/* Sticky mobile CTA */
.mobile-cta {
  position: fixed; z-index: 45; left: 0; right: 0; bottom: 0;
  display: grid; grid-template-columns: 1fr auto; gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(251, 246, 240, .96); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px -20px rgba(42, 22, 17, .5);
  transition: transform .25s var(--ease);
}
.mobile-cta .btn { min-height: 50px; }
.btn-call { --bg: var(--paper); --fg: var(--brown); --bd: rgba(107, 45, 23, .35); padding-inline: 18px; }
.btn-call:hover { --bg: var(--cream-2); --fg: var(--brown); --bd: var(--brown); }
.mobile-cta.is-hidden { transform: translateY(110%); }
body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
@media (min-width: 1024px) { .mobile-cta { display: none; } body { padding-bottom: 0; } }

/* Reveal on scroll (only when JS runs and motion is allowed) */
@media (prefers-reduced-motion: no-preference) {
  .js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
  .js [data-reveal].is-in { opacity: 1; transform: none; }
  .js .gallery [data-reveal].is-in { transition-delay: calc(var(--stagger, 0) * 45ms); }
}

/* Lightbox */
.lightbox { width: 100%; height: 100%; max-width: 100%; max-height: 100%; margin: 0; padding: 0; border: 0; background: rgba(24, 6, 16, .96); color: var(--on-night); }
.lightbox::backdrop { background: rgba(24, 6, 16, .9); }
.lightbox[open] { display: block; }
@media (prefers-reduced-motion: no-preference) { .lightbox[open] .lb-inner { animation: lbIn .24s var(--ease) both; } }
@keyframes lbIn { from { opacity: 0; transform: scale(.985); } to { opacity: 1; transform: none; } }
.lb-inner { position: relative; height: 100%; display: grid; }
.lb-figure { margin: 0; display: grid; grid-template-rows: 1fr auto; height: 100%; min-height: 0; }
.lb-media { min-height: 0; display: grid; place-items: center; padding: 60px 12px 8px; }
.lb-media img { max-width: 100%; max-height: calc(100dvh - 300px); width: auto; height: auto; object-fit: contain; border-radius: 10px; }
@media (min-width: 900px) { .lb-media img { max-height: calc(100dvh - 80px); } }
.lb-cap { padding: 12px 18px calc(18px + env(safe-area-inset-bottom)); display: grid; gap: 6px; justify-items: start; max-width: 60rem; }
.lb-count { margin: 0; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--pink-on-night); }
.lb-title { font-size: 1.3rem; color: var(--on-night); }
.lb-desc { margin: 0 0 6px; color: var(--on-night-muted); font-size: .95rem; }
.lb-close, .lb-nav { position: absolute; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(246, 233, 223, .35); background: rgba(59, 12, 38, .7); color: #fff; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.lb-close { top: 10px; right: 10px; }
.lb-nav { top: 42%; }
.lb-prev { left: 8px; }
.lb-next { right: 8px; }
.lb-close:hover, .lb-nav:hover { background: var(--magenta); }
@media (min-width: 900px) {
  .lb-figure { grid-template-rows: none; grid-template-columns: 1fr 340px; }
  .lb-media { padding: 40px 24px 40px 80px; }
  .lb-cap { align-content: center; padding: 40px 40px 40px 8px; }
  .lb-nav { top: 50%; transform: translateY(-50%); }
  .lb-next { right: 356px; }
}
body.has-modal { overflow: hidden; }

/* Reduced motion: kill non-essential motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* Print */
@media print { .site-header, .mobile-cta, .lightbox, .filters, video { display: none !important; } body { padding: 0; } }
