@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/dm-sans-latin-468d56b6b2.woff2) format('woff2');
  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: 'Fredoka';
  font-style: normal;
  font-weight: 500 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/fredoka-latin-27d49d7c83.woff2) format('woff2');
  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;
}

/* Moments 360 — teal, bold type, and a sticker-inspired visual identity. */
:root {
  --teal: #e0b694;
  --deep: #121017;
  --ink: #f6f1e8;
  --mint: #302733;
  --paper: #17151d;
  --white: #f6f1e8;
  --muted: #c2b5c0;
  --line: #ffffff25;
  --display: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --body: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --wrap: 1240px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 17px/1.6 var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
p { margin: 0 0 1em; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; margin: 0 0 .45em; line-height: 1.03; letter-spacing: -.035em; }
h2 { font-size: clamp(2.7rem, 4.9vw, 4.1rem); }
h3 { font-size: 1.6rem; line-height: 1.12; letter-spacing: -.015em; }
.wrap { width: min(100%, var(--wrap)); padding-inline: 32px; margin-inline: auto; }
[hidden] { display: none !important; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 300; background: var(--deep); color: white; padding: 12px 20px; }
:focus-visible { outline: 3px solid #d45620; outline-offset: 5px; }
.eyebrow { display: flex; align-items: center; gap: .65rem; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.35rem; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); flex: none; }
.outlined { color: var(--teal); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; min-height: 54px; padding: .85rem 1.4rem; border: 2px solid var(--teal); border-radius: 14px; font-size: .91rem; font-weight: 700; line-height: 1.25; text-decoration: none; cursor: pointer; transition: transform .18s, background .18s, box-shadow .18s; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 4px 0 var(--deep); }
.btn-primary { color: white; background: var(--teal); }
.btn-primary:hover { background: var(--deep); }
.btn-ghost { color: var(--teal); background: transparent; }
.btn-ghost:hover { background: var(--mint); }
.btn span { font-size: 1.35rem; }
.btn-sm { min-height: 44px; padding: .7rem 1.2rem; font-size: .82rem; }
.btn-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 1.2rem; font-size: .9rem; font-weight: 700; text-decoration: underline; text-underline-offset: 6px; }
.site-header { position: sticky; top: 0; z-index: 100; background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header.is-stuck { box-shadow: 0 3px 0 #006c6710; }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: 1rem; text-decoration: none; flex: none; }
/* Display a close crop of the approved badge; preserve the original PNG on disk.
   Its generated checkerboard lies outside the badge and is excluded by this frame. */
.brand-logo { display: block; width: 108px; aspect-ratio: 1192 / 690; position: relative; overflow: hidden; border-radius: 17% / 29%; background: var(--teal); flex: none; }
.brand-logo img { position: absolute; width: 105.2%; max-width: none; height: auto; left: -2.52%; top: -35.5%; }
.brand-descriptor { font-size: .58rem; font-weight: 700; line-height: 1.5; text-transform: uppercase; letter-spacing: .07em; padding-left: 1rem; border-left: 1px solid var(--line); }
.nav-menu { display: flex; align-items: center; gap: 1.7rem; list-style: none; margin: 0; padding: 0; }
.nav-menu a { font-size: .82rem; font-weight: 600; text-decoration: none; }
.nav-menu a:not(.btn):hover { text-decoration: underline; text-underline-offset: 6px; }
.nav-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid var(--teal); border-radius: 12px; background: transparent; color: var(--teal); }
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after { display: block; width: 20px; height: 2px; background: currentColor; position: relative; }
.nav-toggle-bars::before, .nav-toggle-bars::after { content: ''; position: absolute; }
.nav-toggle-bars::before { top: -6px; }.nav-toggle-bars::after { top: 6px; }
.hero { overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 4rem; padding-block: 78px 88px; }
.hero h1 { color: var(--teal); font-size: clamp(4.4rem, 8.2vw, 7rem); font-weight: 600; line-height: .95; letter-spacing: -.055em; margin-bottom: .45em; }
.replay-word { position: relative; display: inline-block; padding-bottom: 14px; }
.replay-word svg { position: absolute; width: 100%; height: 19px; bottom: -4px; left: 0; overflow: visible; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; }
.lede { max-width: 31em; font-size: 1.05rem; color: var(--muted); margin-bottom: 1.8rem; }
.hero-actions { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.hero-location { color: var(--muted); font-size: .75rem; line-height: 1.5; margin: 1.6rem 0 0; padding-left: 12px; border-left: 2px solid var(--line); }
.hero-visual { min-width: 0; position: relative; aspect-ratio: .94; border: 2px solid var(--teal); border-radius: 120px 24px 100px 24px; background: var(--mint); color: var(--teal); display: flex; flex-direction: column; justify-content: space-between; padding: 38px 32px; isolation: isolate; }
.visual-top, .visual-bottom { display: flex; justify-content: space-between; align-items: center; font-size: .7rem; letter-spacing: .08em; font-weight: 700; line-height: 1.5; z-index: 1; }
.visual-top { padding-left: 30px; }.visual-top > span:last-child { font-size: 2rem; line-height: 1; }
.visual-rings { position: absolute; width: 78%; height: 78%; left: 11%; top: 11%; border: 1px solid #006c6750; border-radius: 50%; z-index: -1; }
.visual-rings::before, .visual-rings::after { content: ''; position: absolute; border: 1px solid #006c6740; border-radius: 50%; inset: 12%; }
.visual-rings::after { inset: -12%; }
.hero-sticker { position: relative; width: 113%; align-self: center; transform: rotate(-9deg); filter: drop-shadow(7px 10px 0 #004e4924); }
.hero-sticker .brand-logo { width: 100%; }
.mini-sticker { position: absolute; display: grid; place-items: center; right: 0; bottom: 66px; width: 106px; aspect-ratio: 1; border-radius: 50%; color: var(--deep); background: var(--paper); border: 2px solid var(--teal); transform: rotate(12deg); font-family: var(--display); font-size: 1rem; line-height: 1.05; text-align: center; box-shadow: 4px 4px 0 #006c6730; }
.play-symbol { display: grid; place-items: center; width: 48px; height: 48px; padding-left: 4px; border: 2px solid currentColor; border-radius: 50%; font-size: 1.2rem; }
.play-strip { background: var(--teal); color: white; padding-block: 21px; }
.play-strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; font: 500 clamp(1.25rem, 3vw, 2.3rem)/1.2 var(--display); }
.play-strip span:nth-child(even) { color: #a9ddce; }
.section { padding-block: 94px; }
.section-head { max-width: 850px; margin-bottom: 48px; }
.section-sub { font-size: 1rem; color: var(--muted); max-width: 42rem; margin-bottom: 0; }
#how .section-head { max-width: none; display: grid; grid-template-columns: 1.3fr 1fr; gap: 0 5rem; align-items: end; }
#how .section-head .eyebrow { grid-column: 1 / -1; }
#how .section-head h2 { margin: 0; }
#how .section-sub { padding-bottom: 6px; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; }
.steps li { border-top: 1px solid var(--line); padding-top: 24px; }
.step-num { display: inline-flex; align-items: center; justify-content: center; background: var(--mint); width: 43px; height: 43px; border: 1px solid var(--teal); border-radius: 50%; font-size: .8rem; font-weight: 700; margin-bottom: 22px; }
.steps h3 { font-size: 1.45rem; }.steps p { color: var(--muted); font-size: .88rem; margin: 0; }
#occasions { padding-top: 0; }
.occasions { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.occasion { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--teal); border-radius: 24px; background: var(--mint); }
.occasion > div:last-child { padding: 27px; flex: 1; display: flex; flex-direction: column; }
.occasion a { margin-top: auto; }
.occasion-art { flex: none; }
.occasion .eyebrow { font-size: .61rem; margin-bottom: 14px; letter-spacing: .08em; }
.occasion h3 { font-size: 1.8rem; }
.occasion p:not(.eyebrow) { color: var(--muted); font-size: .88rem; }
.occasion a { display: flex; justify-content: space-between; align-items: center; gap: 8px; min-height: 44px; font-size: .78rem; font-weight: 700; text-decoration: none; border-top: 1px solid var(--line); padding-top: 15px; }
.occasion a:hover { text-decoration: underline; text-underline-offset: 4px; }
.occasion-art { height: 215px; border-bottom: 1px solid var(--teal); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.wedding-art { background: #e9eee1; }
.wedding-art span { width: 100px; height: 140px; border: 17px solid var(--teal); border-radius: 50px; transform: rotate(-28deg); margin-right: -18px; }
.wedding-art span + span { transform: rotate(28deg); }
.party-art { background: var(--teal); color: var(--mint); gap: 7px; }
.party-art span { font: 700 160px/.8 var(--display); transform: rotate(-15deg); }
.party-art span:nth-child(2) { transform: translateY(-15px); }.party-art span:nth-child(3) { transform: rotate(15deg); }
.brand-art { background: #badbce; }.brand-art span { display: grid; place-items: center; font: 700 145px/1 var(--body); width: 150px; height: 150px; border: 3px solid var(--teal); border-radius: 32px; }
.section--tint { background: #e7efe7; border-block: 1px solid var(--line); }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.card { position: relative; display: flex; flex-direction: column; padding: 32px 26px; border: 1px solid var(--teal); border-radius: 24px; background: var(--paper); }
.card h3 { font-size: 1.7rem; min-height: 2.2em; margin-bottom: 10px; }
.card--featured { background: var(--teal); color: white; }
.card-flag { position: absolute; top: -15px; left: 24px; border: 1px solid var(--teal); padding: 5px 13px; color: var(--deep); background: var(--mint); border-radius: 8px; transform: rotate(-3deg); font-size: .68rem; font-weight: 700; }
.package-number { font-size: .58rem; letter-spacing: .09em; font-weight: 700; }
.price { font: 600 6rem/.95 var(--display); letter-spacing: -.05em; margin-bottom: 20px; }
.price-unit { font: 500 1.2rem var(--body); letter-spacing: 0; }
.card-sub { font-size: .9rem; color: var(--muted); min-height: 4.8em; }
.ticks { list-style: none; padding: 23px 0 0; border-top: 1px solid var(--line); display: grid; gap: .7rem; font-size: .84rem; margin: 0 0 32px; }
.ticks li { display: grid; grid-template-columns: 20px 1fr; }.ticks li::before { content: '↗'; font-weight: 700; }
.card .btn { margin-top: auto; font-size: .75rem; padding-inline: 12px; justify-content: space-between; gap: 5px; }
.card--featured .card-sub { color: #e2f1eb; }.card--featured .btn { background: var(--paper); color: var(--teal); border-color: var(--paper); }
.card--featured .btn:hover { box-shadow: 0 4px 0 #a9ddce; }.card--featured .ticks { border-color: #ffffff50; }
.addons { display: flex; align-items: flex-start; gap: 25px; margin-top: 36px; padding: 26px 0 0; border-top: 1px solid var(--line); }
.addons-mark { font: 500 4rem/1 var(--display); }.addons h3 { font-size: 1.4rem; }.addons p { font-size: .9rem; max-width: 55em; }
.fineprint { color: var(--muted); font-size: .78rem !important; margin: 0; }
.faq-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; }
.faq { border-top: 1px solid var(--line); }.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; list-style: none; cursor: pointer; padding: 23px 0; font-weight: 600; font-size: .95rem; line-height: 1.4; }
.faq summary::-webkit-details-marker { display: none; }.faq summary::after { content: '+'; display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid var(--line); border-radius: 50%; font-size: 1.2rem; font-weight: 400; flex: none; }
.faq details[open] summary::after { content: '−'; background: var(--mint); }.faq details p { font-size: .88rem; color: var(--muted); padding-right: 35px; }
.quote-section { background: var(--teal); color: white; border-radius: 48px 48px 0 0; }
.quote-inner { display: grid; grid-template-columns: 1fr 1.05fr; align-items: start; gap: 5rem; }
.quote-copy h2 { font-size: clamp(3.6rem,6vw,5.5rem); }.quote-copy h2 span { color: #b7e1cf; }
.quote-copy .section-sub { color: #e2f1eb; max-width: 28rem; }
.contact-list { list-style: none; margin: 32px 0; padding: 0; display: grid; gap: 12px; font-size: .95rem; }
.contact-list li { display: flex; align-items: center; gap: 12px; }.contact-list a { text-underline-offset: 5px; overflow-wrap: anywhere; }
.ci { display: grid; place-items: center; flex: none; border: 1px solid #ffffff66; border-radius: 50%; width: 32px; height: 32px; }
.booking-note { border-top: 1px solid #ffffff50; padding-top: 24px; margin-top: 36px; max-width: 24rem; }.booking-note .eyebrow { margin-bottom: 12px; }.booking-note p:last-child { font-size: .9rem; color: #e2f1eb; }
.quote-form { padding: 32px; border-radius: 24px; background: var(--paper); color: var(--ink); }
.form-intro { font-size: .82rem; padding-bottom: 19px; border-bottom: 1px solid var(--line); color: var(--muted); }
.quote-form fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.field { min-width: 0; margin-bottom: 17px; }
.field label { display: block; margin-bottom: 7px; font-size: .78rem; font-weight: 700; }.opt { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { display: block; width: 100%; min-width: 0; border: 1px solid #a7bfb3; border-radius: 10px; padding: 12px; color: var(--ink); background: white; font-size: 1rem; line-height: 1.4; color-scheme: light; }
.field select { padding-right: 5px; }.field textarea { resize: vertical; min-height: 90px; }.field input::placeholder, .field textarea::placeholder { color: #687d73; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--teal); }
.field [aria-invalid='true'] { border: 2px solid #ae302b; }.error { color: #ae302b; font-size: .77rem; margin: 5px 0 0; }.error:empty, .form-status:empty { display: none; }
.form-note { font-size: .73rem; text-align: center; color: var(--muted); margin: 12px 0 0; }.form-status { padding: 14px; background: var(--mint); font-size: .82rem; margin: 18px 0 0; border-radius: 10px; }
.request-preview { margin-top: 20px; }
.site-footer { background: var(--deep); color: white; padding-block: 64px 25px; }
.footer-statement { position: relative; color: #c5ead8; font: 600 clamp(3.8rem,9vw,8rem)/.9 var(--display); letter-spacing: -.045em; padding-bottom: 64px; }
.footer-statement > span:not(.footer-play) { color: white; }.footer-play { position: absolute; right: 7%; top: 18%; font-size: .7em; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }.footer-brand p { font-size: .8rem; max-width: 25rem; margin: 18px 0 0; color: #c8e4d9; }.footer-brand .brand-logo { width: 120px; }
.footer-nav { display: flex; justify-content: flex-end; flex-wrap: wrap; align-content: start; gap: 15px 24px; font-size: .8rem; }.footer-nav a { text-decoration: none; }.footer-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.copyright { grid-column: 1/-1; border-top: 1px solid #ffffff30; padding-top: 22px; margin: 0; font-size: .7rem; color: #c8e4d9; }
@media (max-width: 1060px) {
  .brand-descriptor { display: none; }.nav-menu { gap: 1.2rem; }
  .hero-inner { gap: 2.8rem; }.hero h1 { font-size: 7.9vw; }.hero-actions { gap: 1.1rem; }.hero-actions .btn { padding-inline: 1rem; }
  .hero-visual { padding: 28px 22px; }.visual-top { padding-left: 25px; font-size: .6rem; }.mini-sticker { width: 90px; font-size: .9rem; bottom: 50px; }
  .card { padding-inline: 20px; }.quote-inner { gap: 3rem; }.faq-wrap { gap: 3rem; }
}
@media (max-width: 800px) {
  .hero-inner { padding-block: 50px 62px; }.hero-visual { aspect-ratio: .8; }.hero h1 { font-size: 8.3vw; }.lede { font-size: .95rem; }
  .hero-copy .eyebrow { font-size: .61rem; }.hero-actions .text-link { min-height: 36px; }
  .visual-top { padding-left: 10px; }.visual-bottom { font-size: .6rem; }.mini-sticker { bottom: 68px; }
  #how .section-head { gap: 2rem; }.steps { grid-template-columns: repeat(2,1fr); }
  .occasions { gap: 12px; }.occasion > div:last-child { padding: 20px; }.occasion-art { height: 170px; }.occasion h3 { font-size: 1.5rem; }.occasion a { font-size: .7rem; }
  .wedding-art span { width: 75px; height: 110px; border-width: 12px; }.party-art span { font-size: 120px; }.brand-art span { width: 120px; height: 120px; font-size: 110px; }
  .cards { grid-template-columns: 1fr; gap: 30px; }.card h3, .card-sub { min-height: auto; }.card { padding: 30px; }.card .btn { font-size: .9rem; }.ticks { grid-template-columns: 1fr 1fr; }.card h3 { font-size: 2rem; }
  .faq-wrap, .quote-inner { grid-template-columns: 1fr; }.faq-wrap { gap: 10px; }.quote-copy h2 { font-size: 4.5rem; }.booking-note { display: none; }.quote-copy .section-sub { max-width: 38rem; }.contact-list { margin-bottom: 0; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 92px; }.wrap { padding-inline: 22px; }.header-inner { min-height: 80px; }.brand-logo { width: 95px; }.brand-descriptor { display: inline; font-size: .54rem; }
  .nav-toggle { display: flex; }.nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 22px 22px; border-bottom: 1px solid var(--teal); background: var(--paper); box-shadow: 0 12px 0 #004e4910; }
  .nav-menu.is-open { display: flex; }.nav-menu a:not(.btn) { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); }.nav-menu .btn { margin-top: 16px; display: flex; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 44px; gap: 40px; }.hero h1 { font-size: clamp(4.5rem, 15vw, 6.8rem); }.hero-copy .eyebrow { font-size: .62rem; }.lede { font-size: 1rem; max-width: 28rem; }
  .hero-visual { width: min(90%, 470px); margin-inline: auto; aspect-ratio: 1.05; border-radius: 90px 20px 80px 20px; padding: 28px; }.hero-sticker { width: 111%; }.mini-sticker { right: -15px; bottom: 48px; }.visual-bottom { font-size: .66rem; }.hero-location br { display: none; }
  .play-strip { padding-block: 18px; }.play-strip .wrap { gap: 8px; font-size: clamp(.94rem, 3.6vw, 1.5rem); }.play-strip span:last-child { display: none; }
  .section { padding-block: 64px; }.section-head { margin-bottom: 32px; }#how .section-head { display: block; }#how .section-head h2 { margin-bottom: 20px; }
  h2 { font-size: clamp(2.6rem, 8.8vw, 3.7rem); }.steps { gap: 28px 22px; }.steps h3 { font-size: 1.35rem; }.steps p { font-size: .84rem; }.step-num { margin-bottom: 16px; }
  .occasions { grid-template-columns: 1fr; gap: 20px; }.occasion-art { height: 210px; }.occasion > div:last-child { padding: 26px; }.occasion h3 { font-size: 2rem; }.occasion a { font-size: .85rem; }.occasion p:not(.eyebrow) { font-size: .92rem; }.occasion .eyebrow { font-size: .67rem; }
  .wedding-art span { width: 95px; height: 140px; border-width: 16px; }.party-art span { font-size: 160px; }.brand-art span { height: 150px; width: 150px; font-size: 140px; }
  .ticks { grid-template-columns: 1fr; }.card h3 { font-size: 1.8rem; }.card { padding: 30px 24px; }.addons { gap: 18px; }.addons-mark { font-size: 3rem; }
  .quote-section { border-radius: 30px 30px 0 0; }.quote-inner { gap: 28px; }.quote-copy h2 { font-size: clamp(3.4rem, 13vw, 4.8rem); }.quote-form { padding: 24px; }.field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-statement { font-size: clamp(3.4rem, 11.5vw, 5rem); padding-bottom: 44px; }.footer-play { font-size: .45em; right: 10%; top: 27%; }.footer-inner { grid-template-columns: 1fr; gap: 30px; }.footer-nav { justify-content: flex-start; }.site-footer { padding-top: 44px; }
}
@media (max-width: 380px) {
  .wrap { padding-inline: 18px; }.brand-descriptor { display: none; }.hero h1 { font-size: 4.35rem; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-actions .btn { width: 100%; }.hero-visual { width: 90%; padding: 22px 18px; }.visual-top { font-size: .5rem; }.visual-bottom { font-size: .5rem; }.mini-sticker { width: 72px; bottom: 38px; font-size: .75rem; }.play-symbol { width: 35px; height: 35px; font-size: .85rem; }
  .steps { grid-template-columns: 1fr; }.quote-form { padding: 20px; }.contact-list { font-size: .83rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
@media print { .site-header, .hero-visual, .quote-form { display: none; } body { background: white; color: black; }.section { padding-block: 24px; } }

.visual-format { font-size: .62rem; line-height: 1.3; text-align: right; letter-spacing: .08em; padding-top: 5px; }

/* Moments360: shared identity with the private guest-video experience. */
:root { color-scheme: dark; }
body { background: radial-gradient(ellipse at 15% 8%, #302433 0, transparent 35%), var(--paper); }
:focus-visible { outline-color: var(--teal); }
.wordmark { display: inline-block; color: #f6f1e8; font: 700 32px/1.15 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; letter-spacing: -1.8px; white-space: nowrap; }
.wordmark span { font-weight: 300; margin-left: 2px; }
.wordmark i { font-style: normal; color: #e0b694; }
.brand-descriptor { font-weight: 500; color: var(--muted); }
.site-header { background: #1e1922ee; backdrop-filter: blur(16px); }
.site-header.is-stuck { box-shadow: none; }
.header-inner { min-height: 96px; }
.eyebrow { font-weight: 500; letter-spacing: .2em; color: #c7b3b9; }
.status-dot { display: none; }
h1,h2,h3 { font-weight: 500; }
.hero-inner { grid-template-columns: 1.2fr .85fr; gap: 80px; padding-block: 96px 110px; }
.hero h1 { color: var(--ink); font-size: clamp(3.5rem,6.6vw,6.1rem); line-height: 1.04; font-weight: 500; letter-spacing: -.055em; }
.replay-word,.outlined { font-family: Georgia,serif; font-style: italic; font-weight: 400; color: var(--teal); }
.replay-word { padding-bottom: 0; }.replay-word svg { display: none; }
.lede { line-height: 1.85; max-width: 29em; }
.hero-location { border-left: 0; padding-left: 0; line-height: 1.8; }
.hero-visual { border: 1px solid #ffffff16; border-radius: 28px; background: linear-gradient(140deg,#312a35,#1b1921); color: var(--muted); aspect-ratio: 9/12; padding: 30px; }
.visual-top { padding: 0; font-size: .57rem; font-weight: 500; letter-spacing: .2em; }
.visual-top > span:last-child { font-size: 1.2rem; color: var(--teal); }
.visual-bottom { font-weight: 400; font-size: .6rem; }
.visual-rings { display: none; }
.moment-orbit { width: 180px; height: 180px; display: grid; place-items: center; align-self: center; border: 1px solid #e0b69470; border-radius: 50%; color: var(--teal); font: 60px Georgia,serif; transform: rotate(-12deg); margin-top: 50px; }
.visual-caption { text-align: center; font-size: .8rem; margin: 5px 0 45px; }
.btn { border-width: 1px; border-radius: 12px; font-weight: 600; }
.btn:hover { transform: translateY(-2px); box-shadow: none; }
.btn-primary,.card--featured .btn,.answer-content a.btn { background: var(--teal); color: #231a22; border-color: var(--teal); }
.btn-primary:hover,.card--featured .btn:hover { background: #edc9ad; color: #231a22; box-shadow: none; }
.btn-ghost { border-color: #ffffff40; color: var(--ink); }
.btn-ghost:hover { background: #ffffff0a; }
.text-link { font-weight: 500; color: var(--muted); }
.play-strip { background: transparent; border-block: 1px solid var(--line); padding-block: 28px; }
.play-strip .wrap { font: 400 clamp(.9rem,2vw,1.35rem)/1.4 var(--body); letter-spacing: .02em; }
.play-strip span:nth-child(even) { color: var(--teal); }
.section { padding-block: 108px; }
.step-num { border-color: var(--line); background: transparent; color: var(--teal); }
.occasion { border-color: var(--line); background: #211c26; border-radius: 20px; }
.occasion-art { border-color: var(--line); height: 200px; }
.wedding-art { background: linear-gradient(140deg,#3b2d3c,#211c26); }
.wedding-art span { border-width: 2px; width: 84px; height: 115px; border-color: #e0b694a0; }
.party-art { background: linear-gradient(140deg,#332731,#211c26); color: var(--teal); }
.party-art span { font: italic 110px Georgia,serif; }
.brand-art { background: linear-gradient(140deg,#302c39,#211c26); }
.brand-art span { border: 1px solid #e0b69480; color: var(--teal); font: 100px Georgia,serif; border-radius: 50%; }
.section--tint { background: #201a24; }
.card { border-color: var(--line); border-radius: 20px; background: #231e28; }
.card--featured { background: #302633; border-color: #e0b69480; color: var(--ink); }
.card--featured .card-sub { color: var(--muted); }
.card-flag { transform: none; color: var(--teal); background: #302633; border-color: #e0b69480; border-radius: 6px; }
.price { font-family: Georgia,serif; font-weight: 400; color: var(--teal); }
.quote-section { background: #2c2230; border-top: 1px solid var(--line); border-radius: 0; }
.quote-copy h2 span { color: var(--teal); font-family: Georgia,serif; font-weight: 400; font-style: italic; }
.quote-copy .section-sub,.booking-note p:last-child { color: var(--muted); }
.quote-form { background: #211b26; border: 1px solid var(--line); }
.field input,.field select,.field textarea { background: #18141c; color: var(--ink); border-color: #ffffff30; color-scheme: dark; }
.field input::placeholder,.field textarea::placeholder { color: #ac9aa9; }
.error { color: #ffb3ac; }.field [aria-invalid='true'] { border-color: #ffb3ac; }
.site-footer { background: #141118; }
.footer-statement { color: var(--ink); font-weight: 400; line-height: 1.05; }
.footer-statement > span:not(.footer-play) { color: var(--teal); font-family: Georgia,serif; font-style: italic; }
.footer-play { display: none; }
.footer-brand p,.copyright { color: var(--muted); }
@media(max-width:1060px) { .hero-inner { gap: 40px; }.hero h1 { font-size: 6.8vw; }.nav-menu { gap: 1rem; } }
@media(max-width:720px) {
 .header-inner { min-height: 80px; }.wordmark { font-size: 28px; }.brand-descriptor { display: none; }
 .nav-menu { background: #211b26; box-shadow: none; border-color: var(--line); }
 .hero-inner { grid-template-columns: 1fr; padding-block: 55px 64px; gap: 40px; }
 .hero h1 { font-size: clamp(2.95rem,11.3vw,4.9rem); }.hero-copy .eyebrow { font-size: .6rem; }
 .hero-visual { width: 100%; max-width: 440px; aspect-ratio: 9/9; border-radius: 24px; padding: 25px; }
 .moment-orbit { width: 140px; height: 140px; font-size: 48px; margin-top: 16px; }.visual-caption { margin: 20px 0; }
 .section { padding-block: 70px; }.play-strip .wrap { font-size: .88rem; }
 .wedding-art span { border-width: 2px; }.party-art span { font-size: 110px; }.brand-art span { font-size: 100px; }
 .quote-copy h2 { font-size: clamp(2.9rem,11vw,4.6rem); }.footer-statement { font-size: clamp(3rem,11vw,5rem); }
}
@media print { body,.card,.occasion,.section--tint { background: white; color: black; } }
