:root {
  --ink: #261718;
  --cocoa: #351316;
  --wine: #5a1421;
  --wine-deep: #2c0b10;
  --rose: #a64f5f;
  --cream: #f3ecdf;
  --paper: #f8f3e9;
  --gold: #caa76c;
  --line: rgba(46, 24, 25, 0.18);
  --serif: "Bodoni 72", Didot, "Iowan Old Style", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; color: #000; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.announcement { height: 32px; background: var(--wine-deep); color: #e8d8c1; display: flex; align-items: center; justify-content: center; gap: 1rem; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.announcement span { color: var(--gold); font-size: 7px; }
.site-header { height: 82px; padding: 0 4.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: absolute; top: 32px; width: 100%; z-index: 10; color: var(--cream); border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; width: max-content; gap: .55rem; letter-spacing: .2em; font-family: var(--serif); font-size: 21px; }
.brand-mark { width: 46px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.brand small { display: block; font-family: var(--sans); font-size: 7px; letter-spacing: .42em; margin-top: 3px; }
nav { display: flex; gap: 2.4rem; align-items: center; }
nav a, .footer-links a { text-transform: uppercase; font-size: 9px; letter-spacing: .17em; position: relative; }
nav a::after, .footer-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .3s; }
nav a:hover::after, .footer-links a:hover::after { right: 0; }
.site-header > .button { justify-self: end; }
.menu-button { display: none; background: none; border: 0; padding: 10px; }
.menu-button span { display: block; width: 24px; height: 1px; background: currentColor; margin: 6px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 2rem; border: 0; cursor: pointer; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; min-height: 52px; padding: 0 1.6rem; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 16px; font-weight: 300; }
.button-small { min-height: 39px; padding: 0 1.2rem; gap: 1rem; }
.button-ink { background: var(--cream); color: var(--wine-deep); }
.button-gold { background: var(--gold); color: var(--wine-deep); }
.button-full { width: 100%; justify-content: space-between; background: var(--wine-deep); color: var(--cream); }
.text-link { display: inline-flex; gap: 1rem; align-items: center; background: none; border: 0; padding: .7rem 0; color: var(--cream); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; border-bottom: 1px solid rgba(255,255,255,.45); cursor: pointer; }
.dark-link { color: var(--ink); border-color: var(--line); }

.hero { min-height: 780px; height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; color: var(--cream); background: #220f0e; }
.hero-media { position: absolute; inset: 0; background-image: url("assets/swane-hero.png"); background-size: cover; background-position: center; transform: scale(1.01); animation: reveal 1.2s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,8,8,.93) 0%, rgba(31,9,10,.68) 33%, rgba(31,9,10,.06) 67%), linear-gradient(0deg, rgba(18,6,6,.5), transparent 35%); }
.hero-copy { position: relative; z-index: 2; margin-left: 8.5vw; margin-top: 80px; width: min(610px, 46vw); animation: rise .9s .25s ease-out both; }
.eyebrow { display: flex; align-items: center; gap: .9rem; text-transform: uppercase; letter-spacing: .2em; font-size: 9px; margin: 0 0 1.5rem; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; display: block; }
.eyebrow.dark { color: #6c5351; }
h1, h2, blockquote { font-family: var(--serif); font-weight: 400; margin: 0; line-height: .93; letter-spacing: -.04em; }
h1 { font-size: clamp(4.4rem, 7.4vw, 8rem); }
h1 em, h2 em, blockquote em { font-weight: 400; color: var(--gold); }
.hero-lede { color: #dfd1c3; max-width: 460px; font-family: var(--serif); font-size: 18px; line-height: 1.6; margin: 2rem 0; }
.hero-actions { display: flex; align-items: center; gap: 2.2rem; }
.hero-note { position: absolute; z-index: 2; right: 3vw; top: 50%; transform: rotate(90deg) translateX(50%); transform-origin: right; font-family: var(--serif); font-style: italic; color: #d7c0aa; font-size: 14px; }
.scroll-cue { position: absolute; left: 8.5vw; bottom: 2.5rem; z-index: 2; display: flex; align-items: center; gap: .8rem; text-transform: uppercase; font-size: 8px; letter-spacing: .18em; color: #bca898; }
.scroll-cue span { width: 33px; height: 1px; background: currentColor; }
@keyframes reveal { from { opacity: 0; transform: scale(1.07); } }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } }

.occasion-ribbon { height: 62px; overflow: hidden; display: flex; align-items: center; background: var(--gold); color: var(--wine-deep); }
.ribbon-track { display: flex; width: max-content; align-items: center; gap: 2.3rem; animation: marquee 28s linear infinite; white-space: nowrap; }
.ribbon-track span { font-family: var(--serif); font-style: italic; font-size: 19px; }
.ribbon-track i { font-style: normal; font-size: 9px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-pad { padding: 9rem 8.5vw; }
.intro { display: grid; grid-template-columns: 1fr 2.1fr 1fr; gap: 5vw; align-items: center; min-height: 580px; }
.section-number { font-size: 8px; letter-spacing: .2em; color: #826c68; align-self: start; }
.section-number.light { color: #a68582; }
.intro-copy h2, .section-head h2, .craft-copy h2, .final-cta h2 { font-size: clamp(3.6rem, 6vw, 7rem); }
.intro-copy h2 em, .section-head h2 em, .craft-copy h2 em, .final-cta h2 em { color: var(--wine); }
.intro-copy > p:last-child { width: 75%; margin: 2rem 0 0 auto; font-family: var(--serif); font-size: 18px; line-height: 1.7; color: #685150; }
.intro-seal { position: relative; width: 180px; aspect-ratio: 1; justify-self: end; display: grid; place-items: center; }
.intro-seal svg { position: absolute; inset: 0; fill: none; stroke: var(--wine); stroke-width: .75; animation: spin 28s linear infinite; }
.intro-seal span { font-size: 8px; letter-spacing: .16em; line-height: 1.7; text-align: center; color: var(--wine); }
@keyframes spin { to { transform: rotate(360deg); } }

.collections { background: #eadfce; padding-top: 7rem; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 4rem; margin-bottom: 3rem; }
.section-head > p { max-width: 380px; font-family: var(--serif); line-height: 1.6; color: #685150; }
.collection-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.25rem; }
.collection-card { min-height: 620px; display: flex; flex-direction: column; overflow: hidden; color: var(--cream); }
.collection-card.valentine { background: #681d2b; }
.collection-card.rakhi { background: #9d6844; }
.collection-card.birthday { background: #493027; }
.card-art { flex: 1; min-height: 430px; position: relative; overflow: hidden; background: radial-gradient(circle at 45% 40%, rgba(255,255,255,.18), transparent 31%), linear-gradient(145deg, transparent 35%, rgba(0,0,0,.18)); }
.card-copy { position: relative; padding: 1.6rem 1.7rem 1.8rem; border-top: 1px solid rgba(255,255,255,.2); }
.card-copy p { font-size: 8px; letter-spacing: .2em; opacity: .65; }
.card-copy h3 { font-family: var(--serif); font-size: 29px; font-weight: 400; margin: .5rem 0; }
.card-copy > span { font-family: var(--serif); font-size: 13px; opacity: .7; }
.card-copy button { position: absolute; right: 1.5rem; bottom: 1.7rem; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: none; color: #fff; cursor: pointer; }
.floating-choc { position: absolute; width: 135px; aspect-ratio: 1; border-radius: 24% 24% 18% 18%; background: radial-gradient(circle at 40% 28%, #936a52 0 2%, transparent 3%), linear-gradient(145deg, #8b5a43, #2d1613 70%); box-shadow: 0 28px 40px rgba(0,0,0,.33), inset 5px 8px 14px rgba(255,255,255,.15); }
.floating-choc::before { content: ""; position: absolute; inset: 15%; border: 1px solid rgba(223,190,133,.5); border-radius: 50%; }
.floating-choc.one { left: 18%; top: 17%; transform: rotate(-16deg); }
.floating-choc.two { right: 15%; top: 46%; transform: rotate(13deg) scale(.78); }
.valentine .floating-choc.two { border-radius: 50% 50% 45% 45%; background: linear-gradient(145deg, #c25a70, #54121d); }
.ribbon-loop { position: absolute; width: 260px; height: 360px; border: 13px solid rgba(211,159,171,.35); border-radius: 50%; transform: rotate(35deg); left: 25%; top: -12%; }
.rakhi-thread { position: absolute; height: 6px; width: 120%; left: -10%; top: 46%; background: repeating-linear-gradient(90deg, #ad1f2e 0 8px, #d6a65b 8px 16px); transform: rotate(-12deg); box-shadow: 0 5px 12px rgba(0,0,0,.2); }
.rakhi .floating-choc.one { border-radius: 50%; background: radial-gradient(circle, #a7322e 0 8%, #d3a24e 9% 18%, #81281f 19% 30%, #d4aa65 31% 34%, #3c1d17 35%); }
.birthday .candle { position: absolute; left: 47%; top: 12%; font-size: 64px; color: #d7b06b; text-shadow: 0 0 24px #e5a849; }

.calendar-section { background: var(--wine-deep); color: var(--cream); padding: 9rem 8.5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: start; }
.calendar-intro { position: sticky; top: 4rem; }
.calendar-intro h2 { font-size: clamp(4.2rem, 6vw, 7rem); }
.calendar-intro > p:nth-of-type(2) { width: 80%; font-family: var(--serif); color: #cdbcb1; line-height: 1.7; font-size: 18px; }
.calendar-promise { margin-top: 3.2rem; border-top: 1px solid rgba(255,255,255,.18); }
.calendar-promise div { display: grid; grid-template-columns: 50px 1fr; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 11px; letter-spacing: .08em; }
.calendar-promise b { color: var(--gold); font-weight: 400; }
.planner-card { background: var(--cream); color: var(--ink); padding: 2.5rem; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.planner-top { display: flex; justify-content: space-between; align-items: start; padding-bottom: 1.8rem; border-bottom: 1px solid var(--line); }
.planner-top span { font-size: 8px; letter-spacing: .18em; color: #765e5c; }
.planner-top strong { display: block; font-family: var(--serif); font-size: 27px; font-weight: 400; margin-top: .3rem; }
.planner-top .mini-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; border: 1px solid var(--wine); color: var(--wine); font-family: var(--serif); font-size: 16px; }
#person-form { padding-top: 1.4rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label, legend { display: block; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; color: #725b59; }
input, select { width: 100%; border: 0; border-bottom: 1px solid #aa9690; background: transparent; border-radius: 0; padding: .75rem 0; color: var(--ink); outline: 0; text-transform: none; letter-spacing: normal; font-family: var(--serif); font-size: 17px; }
input:focus, select:focus { border-color: var(--wine); }
fieldset { border: 0; padding: 1.8rem 0 1.2rem; margin: 0; }
.suggestion-label { margin-top: .55rem; font-family: var(--serif); color: #8d7772; font-size: 12px; font-style: italic; }
.occasion-pills { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }
.occasion-pill { border: 1px solid #c9b9ad; border-radius: 100px; background: transparent; color: #644e4d; padding: .55rem .9rem; font-family: var(--serif); font-size: 12px; cursor: pointer; }
.occasion-pill.selected { background: var(--wine); color: var(--cream); border-color: var(--wine); }
.date-field { margin-bottom: 1.6rem; }
.privacy-note { text-align: center; margin: 1.2rem 0 0; color: #8a7570; font-size: 8px; letter-spacing: .05em; }
.people-list { display: grid; gap: .55rem; margin-top: 1rem; }
.person-entry { display: grid; grid-template-columns: 37px 1fr auto; align-items: center; gap: .8rem; padding: .8rem; background: #e7ddcf; }
.person-entry .avatar { width: 37px; height: 37px; border-radius: 50%; display: grid; place-items: center; background: var(--wine); color: white; font-family: var(--serif); }
.person-entry strong { display: block; font-family: var(--serif); font-weight: 400; }
.person-entry small { color: #806d68; font-size: 9px; }
.person-entry button { border: 0; background: transparent; color: #8a7370; cursor: pointer; font-size: 18px; }

.craft { display: grid; grid-template-columns: 1.15fr 1fr; gap: 9vw; align-items: center; background: #e7dac6; }
.craft-visual { min-height: 640px; position: relative; background: radial-gradient(circle at 50% 45%, #f1e7d8, #d8c4aa); perspective: 900px; display: grid; place-items: center; overflow: hidden; }
.box-base { width: 58%; aspect-ratio: 1.15; background: #4c111b; transform: rotate(-8deg); padding: 8%; display: grid; grid-template-columns: repeat(3,1fr); gap: 6%; box-shadow: -30px 45px 50px rgba(61,24,19,.26); }
.box-base i { aspect-ratio: 1; border-radius: 18%; background: linear-gradient(145deg,#986c4e,#3f1a14); box-shadow: inset 4px 4px 8px rgba(255,255,255,.15); }
.box-lid { position: absolute; width: 56%; aspect-ratio: 1.15; background: #6b1724; left: 7%; top: 9%; transform: rotate(-21deg); box-shadow: -20px 25px 35px rgba(61,24,19,.2); display: grid; place-items: center; color: #d7b976; font-family: var(--serif); letter-spacing: .2em; font-size: 22px; }
.box-lid small { display: block; font-family: var(--sans); font-size: 7px; text-align: center; margin-top: .4rem; letter-spacing: .4em; }
.gift-tag { position: absolute; right: 9%; bottom: 9%; width: 115px; aspect-ratio: 1; border-radius: 50%; background: var(--gold); color: var(--wine-deep); display: grid; place-items: center; text-align: center; font-family: var(--serif); font-size: 11px; letter-spacing: .1em; transform: rotate(8deg); }
.craft-copy > p:nth-of-type(2) { font-family: var(--serif); color: #685150; line-height: 1.7; font-size: 18px; max-width: 480px; }
.craft-copy ul { list-style: none; padding: 0; margin: 2rem 0; border-top: 1px solid var(--line); }
.craft-copy li { display: grid; grid-template-columns: 45px 1fr; border-bottom: 1px solid var(--line); padding: 1rem 0; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.craft-copy li span { color: var(--wine); }

.quote-section { background: var(--wine); color: var(--cream); text-align: center; padding: 8rem 1.5rem; }
.quote-section svg { width: 70px; fill: none; stroke: var(--gold); stroke-width: 1; margin-bottom: 2rem; }
blockquote { font-size: clamp(3.6rem, 6vw, 7.5rem); max-width: 1050px; margin: auto; }
.quote-section > p { margin-top: 2rem; font-size: 8px; letter-spacing: .2em; color: #d2b2af; }
.final-cta { text-align: center; min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.final-cta h2 em { color: var(--wine); }
.final-cta .button { margin: 2.5rem 0 1rem; background: var(--wine-deep); color: var(--cream); }
.final-cta > p:last-child { color: #8a7470; font-size: 10px; }

footer { background: #1d0b0d; color: #cdbdb2; padding: 5rem 8.5vw 2rem; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem; }
.footer-brand { color: var(--cream); }
footer > p { font-family: var(--serif); line-height: 1.7; margin: 0; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.footer-bottom { grid-column: 1 / -1; margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.13); padding-top: 1.5rem; display: flex; justify-content: space-between; font-size: 8px; text-transform: uppercase; letter-spacing: .15em; color: #887370; }

dialog { width: min(520px, calc(100% - 2rem)); border: 0; padding: 3.2rem; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.45); }
dialog::backdrop { background: rgba(27,7,9,.78); backdrop-filter: blur(4px); }
dialog h2 { font-family: var(--serif); font-weight: 400; font-size: 48px; line-height: 1; margin: 0 0 1rem; }
dialog > p:not(.eyebrow) { font-family: var(--serif); line-height: 1.6; color: #725d59; }
.dialog-close { position: absolute; right: 1.2rem; top: 1rem; background: none; border: 0; font-size: 28px; color: var(--ink); cursor: pointer; }
.reserve-summary { background: #e9dfd1; padding: 1.2rem; display: grid; grid-template-columns: 1fr auto; margin: 1.5rem 0; }
.reserve-summary span { font-family: var(--serif); }
.reserve-summary small { grid-column: 1 / -1; margin-top: .5rem; color: #806e69; }
dialog label { margin: 1.5rem 0; }
.prototype-note { display: block; text-align: center; margin-top: .8rem; color: #8d7772; }
.toast { position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 50; background: var(--cream); color: var(--wine-deep); padding: 1rem 1.3rem; box-shadow: 0 10px 40px rgba(0,0,0,.25); transform: translateY(150%); transition: transform .35s; font-family: var(--serif); }
.toast.show { transform: translateY(0); }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; position: absolute; top: 82px; left: 0; right: 0; background: var(--wine-deep); padding: 2rem 5vw; flex-direction: column; align-items: flex-start; }
  nav.open { display: flex; }
  .site-header > .button { display: none; }
  .menu-button { display: block; color: var(--cream); }
  .hero-copy { width: 65vw; }
  .hero-shade { background: linear-gradient(90deg, rgba(23,8,8,.88), rgba(31,9,10,.28)); }
  .intro { grid-template-columns: 1fr 3fr; }
  .intro-seal { display: none; }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .collection-card:last-child { grid-column: 1 / -1; }
  .calendar-section { grid-template-columns: 1fr; }
  .calendar-intro { position: static; }
  .craft { gap: 5vw; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 2; grid-row: 1 / 3; }
}

@media (max-width: 640px) {
  .announcement { font-size: 7px; gap: .5rem; letter-spacing: .1em; }
  .site-header { height: 70px; padding: 0 5vw; top: 32px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 38px; }
  .hero { min-height: 720px; align-items: end; padding-bottom: 7rem; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(23,8,8,.97) 0%, rgba(23,8,8,.6) 54%, rgba(23,8,8,.1)); }
  .hero-copy { margin: 0 6vw; width: auto; }
  h1 { font-size: clamp(3.5rem, 16vw, 5.3rem); }
  .hero-lede { font-size: 16px; margin: 1.4rem 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .hero-note { display: none; }
  .scroll-cue { left: auto; right: 6vw; bottom: 2rem; }
  .section-pad { padding: 6rem 6vw; }
  .intro { display: block; min-height: 0; }
  .intro-copy { margin-top: 2rem; }
  .intro-copy h2, .section-head h2, .craft-copy h2, .final-cta h2 { font-size: 3.6rem; }
  .intro-copy > p:last-child { width: 100%; }
  .section-head { display: block; }
  .section-head > p { margin-top: 1.5rem; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card, .collection-card:last-child { min-height: 540px; grid-column: auto; }
  .card-art { min-height: 355px; }
  .calendar-section { padding: 6rem 6vw; }
  .calendar-intro h2 { font-size: 3.8rem; }
  .calendar-intro > p:nth-of-type(2) { width: 100%; }
  .planner-card { padding: 1.5rem; }
  .field-row { grid-template-columns: 1fr; gap: 1.4rem; }
  .craft { grid-template-columns: 1fr; }
  .craft-visual { min-height: 440px; }
  .box-base { width: 68%; }
  .box-lid { width: 65%; }
  blockquote { font-size: 3.4rem; }
  footer { grid-template-columns: 1fr; padding: 4rem 6vw 2rem; }
  .footer-links { grid-column: auto; grid-row: auto; }
  .footer-bottom { gap: 1.5rem; align-items: flex-start; flex-direction: column; }
  dialog { padding: 2.2rem 1.5rem; }
  dialog h2 { font-size: 40px; }
}

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