/* ==========================================================================
   Vintage & Vows — site styles
   Timeless · Elegant · Vintage. Calm layouts, generous space, few choices at once.
   ========================================================================== */
[hidden] { display: none !important; }
:root {
  --ivory: #F7F2EA;
  --paper: #FCFAF6;
  --ink: #2A2220;
  --ink-soft: #5F534D;
  --muted: #8C7F77;
  --gold: #A8834E;
  --gold-deep: #8A6A3B;
  --gold-soft: #D9C7A4;
  --rose: #C9A6A1;
  --rose-soft: #F1E4E1;
  --wine: #6B2E36;
  --sage: #8C9A84;
  --line: #E6DCCC;
  --white: #fff;
  --shadow: 0 18px 40px -24px rgba(42, 34, 32, .35);
  --radius: 4px;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --script: "Pinyon Script", "Cormorant Garamond", cursive;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--wine); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold-deep); }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.15; margin: 0 0 .5em; letter-spacing: .005em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.25rem; }
p { margin: 0 0 1.1em; }
::selection { background: var(--gold-soft); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.wrap { width: min(var(--wrap), 100% - 32px); margin-inline: auto; }
.narrow { width: min(760px, 100% - 32px); margin-inline: auto; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-tight { padding: clamp(40px, 6vw, 72px) 0; }
.bg-ivory { background: var(--ivory); }
.bg-ink { background: var(--ink); color: var(--ivory); }
.bg-ink h2, .bg-ink h3 { color: var(--white); }
.center { text-align: center; }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hp { position: absolute; left: -9999px; }

.eyebrow { display: inline-block; font: 500 .78rem/1 var(--sans); letter-spacing: .28em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 18px; }
.bg-ink .eyebrow { color: var(--gold-soft); }
.script { font-family: var(--script); font-weight: 400; color: var(--gold); letter-spacing: 0; }
.lede { font-size: 1.15rem; color: var(--ink-soft); max-width: 620px; }
.center .lede { margin-inline: auto; }
.divider { display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--gold); margin: 10px auto 26px; }
.divider::before, .divider::after { content: ""; width: 56px; height: 1px; background: var(--gold-soft); }
.section-head { margin-bottom: clamp(36px, 5vw, 56px); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 30px; border: 1px solid var(--ink); background: var(--ink); color: var(--ivory); font: 500 .8rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; text-decoration: none; border-radius: var(--radius); cursor: pointer; transition: all .25s ease; }
.btn:hover { background: var(--wine); border-color: var(--wine); color: var(--white); }
.btn-gold { background: var(--gold); border-color: var(--gold); color: var(--white); }
.btn-gold:hover { background: var(--gold-deep); border-color: var(--gold-deep); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.btn-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.btn-light:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn-sm { padding: 10px 18px; font-size: .72rem; }
.btn-block { width: 100%; }
.link-arrow { font: 500 .78rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; text-decoration: none; color: var(--ink); border-bottom: 1px solid var(--gold); padding-bottom: 6px; }
.link-arrow::after { content: " →"; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.center .btn-row { justify-content: center; }

/* Top bar & header */
.topbar { background: var(--ink); color: var(--gold-soft); font-size: .8rem; letter-spacing: .06em; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 8px 0; }
.topbar a { color: var(--ivory); text-decoration: none; }
.topbar .motto { font-family: var(--serif); font-style: italic; font-size: .95rem; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(252, 250, 246, .96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand svg { width: 46px; height: 46px; flex: none; }
.brand-name { font-family: var(--serif); font-size: 1.55rem; line-height: 1; letter-spacing: .04em; }
.brand-name small { display: block; font-family: var(--sans); font-size: .58rem; letter-spacing: .34em; text-transform: uppercase; color: var(--gold-deep); margin-top: 6px; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav > a, .nav .has-menu > button { font: 500 .76rem/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--ink); text-decoration: none; padding: 12px 12px; background: none; border: 0; cursor: pointer; }
.nav > a:hover, .nav > a.active, .nav .has-menu > button:hover { color: var(--gold-deep); }
.has-menu { position: relative; }
.has-menu .menu { position: absolute; top: 100%; left: 50%; transform: translate(-50%, 8px); min-width: 270px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 12px; opacity: 0; visibility: hidden; transition: all .2s ease; }
.has-menu:hover .menu, .has-menu:focus-within .menu, .has-menu.open .menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.menu a { display: block; padding: 10px 14px; text-decoration: none; color: var(--ink); font-family: var(--serif); font-size: 1.15rem; }
.menu a:hover { background: var(--ivory); color: var(--wine); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.cart-link { position: relative; display: inline-flex; padding: 10px; color: var(--ink); }
.cart-link svg { width: 22px; height: 22px; }
.cart-count { position: absolute; top: 2px; right: 0; min-width: 18px; height: 18px; border-radius: 9px; background: var(--wine); color: #fff; font-size: .68rem; display: grid; place-items: center; padding: 0 4px; }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; color: var(--ink); }
.nav-toggle svg { width: 26px; height: 26px; }

@media (max-width: 1080px) {
  .nav-toggle { display: inline-flex; }
  .nav { position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); padding: 90px 24px 24px; transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; box-shadow: var(--shadow); overflow-y: auto; z-index: 60; }
  .nav.open { transform: none; visibility: visible; }
  .nav > a, .nav .has-menu > button { padding: 16px 4px; border-bottom: 1px solid var(--line); text-align: left; width: 100%; }
  .has-menu .menu { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none; border: 0; padding: 0 0 8px 8px; min-width: 0; display: none; }
  .has-menu.open .menu { display: block; transform: none; }
  .header-actions .btn { display: none; }
  .nav .nav-cta { display: flex; margin-top: 20px; }
  .topbar .motto { display: none; }
}
@media (min-width: 1081px) { .nav .nav-cta { display: none; } }
.nav-backdrop { position: fixed; inset: 0; background: rgba(42,34,32,.4); z-index: 55; opacity: 0; visibility: hidden; transition: opacity .3s; }
.nav-backdrop.open { opacity: 1; visibility: visible; }

/* Hero */
.hero { position: relative; min-height: min(88vh, 820px); display: grid; align-items: center; color: var(--white); background: var(--ink) center/cover no-repeat; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,20,18,.35) 0%, rgba(26,20,18,.55) 55%, rgba(26,20,18,.8) 100%); z-index: -1; }
.hero-inner { text-align: center; padding: 120px 0 100px; }
.hero .script { font-size: clamp(2.2rem, 5vw, 3.4rem); color: var(--gold-soft); display: block; margin-bottom: 4px; }
.hero h1 { color: var(--white); max-width: 900px; margin: 0 auto 22px; }
.hero p { font-size: 1.15rem; max-width: 640px; margin: 0 auto 36px; color: rgba(255,255,255,.88); }
.hero .btn-row { justify-content: center; }
.hero-note { margin-top: 28px; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); }
.hero-photo { overflow: hidden; }
.hero-background-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.page-hero { position: relative; padding: clamp(80px, 12vw, 150px) 0 clamp(60px, 8vw, 100px); text-align: center; background: var(--ink) center/cover; color: var(--white); isolation: isolate; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: rgba(26,20,18,.62); z-index: -1; }
.page-hero h1 { color: var(--white); font-size: clamp(2.4rem, 5vw, 3.8rem); }
.page-hero p { color: rgba(255,255,255,.85); max-width: 640px; margin: 0 auto; font-size: 1.1rem; }
.page-hero .eyebrow { color: var(--gold-soft); }
.page-hero.light { background: var(--ivory); color: var(--ink); }
.page-hero.light::before { display: none; }
.page-hero.light h1 { color: var(--ink); }
.page-hero.light p { color: var(--ink-soft); }
.page-hero.light .eyebrow { color: var(--gold-deep); }
.page-hero-with-photo { overflow: hidden; }
.page-hero-with-photo::before { z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(26,20,18,.72), rgba(26,20,18,.48)); }
.page-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-hero-with-photo > .wrap { position: relative; z-index: 2; }
.inner-photo-strip { position: relative; height: clamp(130px, 20vw, 240px); overflow: hidden; }
.registry-hero-with-photo { position: relative; isolation: isolate; overflow: hidden; color: var(--white); }
.registry-hero-with-photo::after { content: ''; position: absolute; inset: 0; background: rgba(26,20,18,.68); z-index: 1; }
.registry-hero-with-photo > .narrow { position: relative; z-index: 2; }
.registry-hero-with-photo .script, .registry-hero-with-photo .eyebrow { color: var(--gold-soft); }
.registry-hero-with-photo p { color: var(--white); }
.event-photo { max-height: 190px; margin-bottom: 16px; border-radius: var(--radius); }

/* Grids & cards */
.grid { display: grid; gap: clamp(20px, 3vw, 36px); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.split-60 { grid-template-columns: 1.4fr 1fr; align-items: start; }
@media (max-width: 860px) { .split, .split-60 { grid-template-columns: 1fr; } }

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease; }
a.card, .card a.card-link { color: inherit; text-decoration: none; }
a.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-body { padding: 26px 26px 30px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-body h3 { margin: 0; }
.card-body p { color: var(--ink-soft); margin: 0; font-size: .98rem; }
.card-meta { font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); }
.card-foot { margin-top: auto; padding-top: 14px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.price { font-family: var(--serif); font-size: 1.35rem; color: var(--ink); }

.media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ivory); }
.media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
a.card:hover .media img { transform: scale(1.04); }
.media-tall { aspect-ratio: 4 / 5; }
.media-square { aspect-ratio: 1; }
/* Elegant placeholder when no photo has been uploaded yet */
.ph { position: absolute; inset: 0; display: grid; place-items: center; background:
  radial-gradient(circle at 30% 20%, rgba(255,255,255,.55), transparent 55%),
  linear-gradient(135deg, var(--ph1, #EFE4D3), var(--ph2, #D9C3A5)); color: rgba(42,34,32,.55); }
.ph span { font-family: var(--script); font-size: 3.2rem; line-height: 1; }
.ph::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.7); }
.ph-photography { --ph1: #E9DFD6; --ph2: #BFA8A0; }
.ph-event-planning { --ph1: #EDE6D8; --ph2: #C9B690; }
.ph-bakery { --ph1: #F5E8E4; --ph2: #D8B3AC; }
.ph-corporate { --ph1: #E4E6E1; --ph2: #A9B2A3; }
.ph-rentals { --ph1: #EAEDE3; --ph2: #B6C0A6; }
.ph-staff { --ph1: #EFE7DC; --ph2: #CDB896; }

/* Experience tiles (homepage) */
.tiles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.tile { position: relative; min-height: 300px; grid-column: span 2; border-radius: var(--radius); overflow: hidden; color: var(--white); text-decoration: none; display: flex; align-items: flex-end; isolation: isolate; }
.tile:nth-child(4), .tile:nth-child(5) { grid-column: span 3; }
.tile .ph { z-index: -2; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s ease; }
.tile::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(26,20,18,.78)); z-index: -1; }
.tile:hover img { transform: scale(1.05); }
.tile-body { padding: 28px; }
.tile h3 { color: var(--white); margin: 0 0 6px; font-size: 1.8rem; }
.tile p { margin: 0; font-size: .92rem; color: rgba(255,255,255,.85); }
.tile .link-arrow { color: var(--white); border-color: var(--gold-soft); display: inline-block; margin-top: 14px; font-size: .7rem; }
@media (max-width: 900px) { .tiles { grid-template-columns: 1fr 1fr; } .tile, .tile:nth-child(4), .tile:nth-child(5) { grid-column: span 1; } .tile:nth-child(5) { grid-column: span 2; } }
@media (max-width: 560px) { .tiles { grid-template-columns: 1fr; } .tile, .tile:nth-child(5) { grid-column: span 1; min-height: 240px; } }

/* Difference / steps */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; text-align: center; }
.pillar .num { font-family: var(--serif); font-size: 3rem; color: var(--gold); line-height: 1; display: block; margin-bottom: 10px; font-style: italic; }
.pillar h3 { font-size: 1.5rem; }
.pillar p { color: var(--ink-soft); }
.pillar-photo { min-height: 380px; padding: 40px 24px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--radius); background-image: linear-gradient(to bottom, rgba(20,16,14,.2), rgba(20,16,14,.85)), var(--step-image); background-size: cover; background-position: center; color: var(--white); }
.pillar-photo .num { color: var(--gold-soft); }
.pillar-photo p { color: var(--white); margin-bottom: 0; }
.staff-intro { margin: 12px 0 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.65; }
.keepsake-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
@media (max-width: 1100px) { .keepsake-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 700px) { .keepsake-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 440px) { .keepsake-grid { grid-template-columns: 1fr; } }
.bg-ink .pillar p { color: rgba(247,242,234,.75); }
@media (max-width: 800px) { .pillars { grid-template-columns: 1fr; } }

.quote-block { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.3rem); font-style: italic; line-height: 1.35; max-width: 860px; margin: 0 auto; text-align: center; }
.quote-photo { min-height: 360px; display: flex; align-items: center; background-image: linear-gradient(rgba(20,16,14,.62), rgba(20,16,14,.62)), var(--quote-image); background-size: cover; background-position: center; color: var(--white); }
.home-services { padding: 28px 0 24px; background: radial-gradient(ellipse at center, #fffcf8 0%, #f4eeea 100%); }
.home-services > .wrap { width: min(1400px, 100% - 60px); }
.home-services-heading .eyebrow { margin-bottom: 8px; font-family: var(--serif); font-size: .72rem; letter-spacing: .28em; color: #9e826b; }
.home-services-heading h2 { margin: 0; font-size: clamp(1.9rem, 3vw, 2.7rem); color: #594237; font-weight: 500; }
.services-ornament { display: flex; align-items: center; justify-content: center; gap: 7px; height: 22px; margin-bottom: 8px; color: #b3997c; }
.services-ornament::before, .services-ornament::after { content: ''; width: 34px; height: 1px; background: #cebca9; }
.services-ornament span { font: 24px/1 var(--serif); }
.home-services-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.home-service-card { position: relative; padding: 7px 7px 22px; background: rgba(255,255,255,.5); text-align: center; }
.home-service-image { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1.04; object-fit: cover; }
.home-service-placeholder { display: grid; place-items: center; background: linear-gradient(145deg, #e7ddcd, #f3ece2 55%, #d2c3ac); color: #a78b69; font: italic 2.6rem var(--serif); }
.home-service-card h3 { margin: 10px 0 6px; font: 600 clamp(1.1rem, 1.55vw, 1.4rem)/1.15 var(--serif); color: #27221f; }
.home-service-card h3 a { color: inherit; text-decoration: none; }
.home-service-card h3 a::after { content: ''; position: absolute; inset: 0; }
.home-service-card:focus-within { outline: 2px solid var(--gold); outline-offset: 3px; }
.home-service-card p { margin: 0 auto; max-width: 23ch; font: 400 1.05rem/1.2 var(--serif); color: #4e4943; }
@media (max-width: 900px) { .home-services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 600px) { .home-services > .wrap { width: calc(100% - 28px); } .home-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .home-service-card h3 { font-size: 1.2rem; } }
@media (max-width: 360px) { .home-services-grid { grid-template-columns: 1fr; } }

/* Staff */
.staff-card { text-align: center; }
.staff-card .media { border-radius: 200px 200px var(--radius) var(--radius); }
.staff-card .ph span { font-family: var(--serif); font-size: 3.2rem; letter-spacing: .06em; }
.staff-card h3 { margin: 18px 0 2px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 10px; }
.tag { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; background: var(--ivory); border: 1px solid var(--line); padding: 5px 10px; border-radius: 30px; color: var(--ink-soft); }

/* Package detail */
.feature-list { list-style: none; padding: 0; margin: 20px 0; }
.feature-list li { padding: 12px 0 12px 34px; border-bottom: 1px solid var(--line); position: relative; }
.feature-list li::before { content: "✦"; position: absolute; left: 4px; color: var(--gold); }
.sticky-box { position: sticky; top: 110px; background: var(--white); border: 1px solid var(--line); padding: 32px; border-radius: var(--radius); }
.sticky-box .price { font-size: 2rem; display: block; margin-bottom: 6px; }

/* Forms */
.form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }
label, .label { display: block; font: 500 .74rem/1.3 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; }
.req { color: var(--wine); }
input[type=text], input[type=email], input[type=tel], input[type=date], input[type=number], input[type=url], input[type=password], input[type=search], input[type=file], select, textarea {
  width: 100%; font: 400 1rem/1.4 var(--sans); color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(168,131,78,.15); }
textarea { min-height: 140px; resize: vertical; }
.check { display: flex; align-items: flex-start; gap: 12px; font-size: .95rem; text-transform: none; letter-spacing: 0; color: var(--ink); cursor: pointer; margin: 0; font-weight: 400; }
.check input { margin-top: 5px; accent-color: var(--wine); width: 18px; height: 18px; flex: none; }
.checks { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px 20px; }
.fieldset { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin: 0; background: var(--white); }
.fieldset legend { font-family: var(--serif); font-size: 1.3rem; padding: 0 8px; }
.help { font-size: .85rem; color: var(--muted); margin-top: 6px; }
.error { color: var(--wine); font-size: .88rem; margin-top: 6px; }
.form-card { background: var(--white); border: 1px solid var(--line); padding: clamp(24px, 4vw, 48px); border-radius: var(--radius); box-shadow: var(--shadow); }

/* Alerts */
.alert { padding: 16px 20px; border-radius: var(--radius); margin-bottom: 24px; border: 1px solid; font-size: .98rem; }
.alert-success { background: #F1F4EE; border-color: #C9D3C1; color: #3E4F37; }
.alert-error { background: var(--rose-soft); border-color: var(--rose); color: var(--wine); }
.alert ul { margin: 0; padding-left: 18px; }
.flash-wrap { padding-top: 24px; }

/* Calendar */
.cal-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 20px; }
.cal-head h2 { margin: 0; font-size: 2rem; }
.cal { display: grid; grid-template-columns: repeat(7, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: var(--white); }
.cal-dow { padding: 10px; text-align: center; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ivory); }
.cal-day { min-height: 118px; padding: 8px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; font-size: .82rem; }
.cal-day .d { font-family: var(--serif); font-size: 1.2rem; }
.cal-day.out { background: #FAF7F2; color: #C4B8AE; }
.cal-day.past { color: #BDB2A8; }
.cal-day.today .d { color: var(--white); background: var(--wine); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; font-size: 1rem; }
.cal-ev { display: block; background: var(--rose-soft); color: var(--wine); padding: 3px 6px; border-radius: 3px; text-decoration: none; line-height: 1.3; }
.cal-status { font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.cal-status.full { color: var(--wine); }
.cal-status.limited { color: var(--gold-deep); }
.cal-book { margin-top: auto; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sage); text-decoration: none; }
.cal-book:hover { color: var(--wine); }
.legend { display: flex; gap: 20px; flex-wrap: wrap; font-size: .85rem; color: var(--ink-soft); margin-top: 14px; }
@media (max-width: 720px) {
  .cal-day { min-height: 64px; padding: 4px; font-size: .7rem; }
  .cal-ev { font-size: 0; padding: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--wine); }
  .cal-book, .cal-status { font-size: 0; }
  .cal-status.full::before { content: "●"; font-size: .6rem; }
  .cal-dow { font-size: .6rem; letter-spacing: .05em; padding: 6px 2px; }
}
.event-list { display: grid; gap: 18px; }
.event-item { display: grid; grid-template-columns: 84px 1fr; gap: 22px; align-items: start; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.date-badge { text-align: center; border: 1px solid var(--gold-soft); padding: 10px 6px; }
.date-badge .m { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); }
.date-badge .d { font-family: var(--serif); font-size: 2.2rem; line-height: 1; }
.event-item h3 { margin: 0 0 4px; font-size: 1.4rem; }

/* Shop */
.shop-bar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 36px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 9px 16px; border: 1px solid var(--line); border-radius: 30px; text-decoration: none; color: var(--ink); font-size: .82rem; letter-spacing: .06em; background: var(--white); }
.chip.active, .chip:hover { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.shop-bar select { width: auto; padding: 10px 14px; }
.product-card .card-body { padding: 18px 4px 6px; }
.product-card { border: 0; background: transparent; }
.product-card .media { border-radius: var(--radius); }
.product-card h3 { font-size: 1.3rem; }
.badge-pers { position: absolute; top: 12px; left: 12px; background: rgba(252,250,246,.92); padding: 5px 10px; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; border-radius: 2px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.qty input { width: 64px; border: 0; text-align: center; padding: 12px 4px; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th { text-align: left; font: 500 .72rem/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); padding: 12px 8px; border-bottom: 1px solid var(--line); }
.cart-table td { padding: 20px 8px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.cart-item { display: flex; gap: 16px; align-items: center; }
.cart-item .media { width: 84px; flex: none; aspect-ratio: 1; border-radius: var(--radius); }
.cart-item .ph span { font-size: 1.6rem; }
.summary { background: var(--ivory); padding: 28px; border-radius: var(--radius); }
.summary .row { display: flex; justify-content: space-between; padding: 8px 0; }
.summary .total { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 16px; font-family: var(--serif); font-size: 1.5rem; }
@media (max-width: 720px) {
  .cart-table thead { display: none; }
  .cart-table tr { display: grid; grid-template-columns: 1fr auto; gap: 8px; border-bottom: 1px solid var(--line); padding: 16px 0; }
  .cart-table td { border: 0; padding: 4px 0; }
  .cart-table td:first-child { grid-column: 1 / -1; }
}
.link-btn { background: none; border: 0; color: var(--muted); text-decoration: underline; cursor: pointer; font: inherit; font-size: .85rem; padding: 0; }
.link-btn:hover { color: var(--wine); }

/* Registry */
.registry-hero { text-align: center; padding: 70px 0 40px; }
.registry-hero .script { font-size: 3.4rem; display: block; }
.progress { height: 6px; background: var(--line); border-radius: 3px; overflow: hidden; }
.progress span { display: block; height: 100%; background: var(--gold); }
.fulfilled { opacity: .55; }

/* Newsletter */
.newsletter { background: var(--ink); background-image: linear-gradient(rgba(26,20,18,.78), rgba(26,20,18,.78)), var(--newsletter-image); background-position: center; background-size: cover; color: var(--ivory); position: relative; overflow: hidden; }
.newsletter::before { content: "YOWO"; position: absolute; right: -20px; bottom: -60px; font-family: var(--serif); font-size: 16rem; color: rgba(255,255,255,.03); letter-spacing: .05em; pointer-events: none; }
.newsletter h2 { color: var(--white); }
.newsletter .form-row input { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.2); color: var(--white); }
.newsletter .form-row input::placeholder { color: rgba(255,255,255,.55); }
.newsletter label { color: var(--gold-soft); }
.newsletter details summary { cursor: pointer; color: var(--gold-soft); font-size: .9rem; margin: 8px 0; }
.newsletter input[type=date] { color-scheme: dark; }

/* Footer */
.site-footer { background: #1F1917; color: rgba(247,242,234,.72); padding: 80px 0 28px; font-size: .95rem; }
.site-footer a { color: rgba(247,242,234,.85); text-decoration: none; }
.site-footer a:hover { color: var(--gold-soft); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: var(--white); font-size: 1.2rem; margin-bottom: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer .brand { color: var(--ivory); margin-bottom: 18px; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: grid; place-items: center; }
.socials svg { width: 17px; height: 17px; fill: currentColor; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 56px; padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .82rem; }

/* Misc */
.map { width: 100%; aspect-ratio: 16/10; border: 0; border-radius: var(--radius); filter: grayscale(.4) sepia(.15); }
.prose { font-size: 1.05rem; }
.prose p, .prose li { color: var(--ink-soft); }
.pagination { display: flex; gap: 6px; justify-content: center; margin-top: 48px; list-style: none; padding: 0; }
.pagination a, .pagination span { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 10px; border: 1px solid var(--line); text-decoration: none; color: var(--ink); border-radius: var(--radius); background: var(--white); }
.pagination .current { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.pagination .disabled { color: var(--line); }
.empty { text-align: center; padding: 60px 20px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); background: var(--white); }
.cta-band { text-align: center; }
.stack > * + * { margin-top: 14px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

@media (max-width: 560px) {
  .brand-name small { display: none; }
  .brand-name { font-size: 1.35rem; }
  .cal-head h2 { font-size: 1.4rem; text-align: center; }
  .cal-head .btn { padding: 10px 12px; white-space: nowrap; }
}
