


:root {
  --radius: 0.8rem;
  --background: #fbf8f4;
  --foreground: #211b1e;
  --card: #ffffff;
  --card-foreground: #211b1e;
  --popover: #ffffff;
  --popover-foreground: #211b1e;
  --primary: #ca185d;
  --primary-foreground: #fff8fa;
  --secondary: #f7e9ec;
  --secondary-foreground: #5b2d3c;
  --muted: #f2ece8;
  --muted-foreground: #776e6f;
  --accent: #efbbca;
  --accent-foreground: #5b2d3c;
  --destructive: #b91c1c;
  --destructive-foreground: #fff;
  --border: #eadfe0;
  --input: #eadfe0;
  --ring: #ca185d;
}


:root {
  --ink: #211b1e;
  --muted-ink: #776e6f;
  --pink: #ca185d;
  --pink-deep: #a70f4c;
  --blush: #f5e5e8;
  --blush-deep: #e5bec8;
  --cream: #fbf8f4;
  --line: rgba(33, 27, 30, .13);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-width: 100%; overflow-x: hidden; }
body { background: var(--cream); }
.site-shell { overflow: hidden; background: var(--cream); }
.page-grid { width: min(1180px, calc(100% - 96px)); margin: 0 auto; }
.section-padding { padding: 144px 0; }

.announcement-bar { min-height: 34px; padding: 8px 28px; display: flex; align-items: center; justify-content: center; gap: 22px; background: var(--pink); color: white; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.announcement-bar p { margin: 0; }
.announcement-bar p span { margin: 0 10px; opacity: .7; }
.announcement-bar button { border: 0; background: transparent; color: white; display: inline-flex; align-items: center; gap: 6px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; padding: 0; }
.site-header { position: absolute; z-index: 10; top: 34px; left: 0; width: 100%; color: var(--ink); }
.nav-wrap { width: min(1180px, calc(100% - 96px)); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.wordmark { border: 0; padding: 0; background: transparent; color: inherit; font-family: Arial, sans-serif; font-size: 25px; line-height: 1; letter-spacing: -.08em; font-weight: 600; }
.wordmark-mark { display: inline-block; transform: skew(-13deg); margin-right: -1px; }
.registered { font-size: 8px; vertical-align: top; margin-left: 3px; letter-spacing: 0; }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: 96px; }
.main-nav button, .footer-links button { border: 0; background: transparent; color: inherit; font-size: 12px; letter-spacing: .04em; padding: 8px 0; transition: color .18s ease; }
.main-nav button:hover, .footer-links button:hover { color: var(--pink); }
.nav-cta { border: 1px solid var(--ink); padding: 11px 15px; background: transparent; display: inline-flex; align-items: center; gap: 15px; font-size: 11px; letter-spacing: .08em; transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--ink); color: white; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; }

.hero { min-height: 790px; position: relative; background: linear-gradient(120deg, #fbf8f4 0%, #f9e9ed 64%, #f4d9df 100%); padding: 170px 0 74px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; pointer-events: none; background-image: radial-gradient(rgba(167, 15, 76, .1) .5px, transparent .5px); background-size: 9px 9px; mix-blend-mode: multiply; }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; grid-template-areas: "visual" "copy"; align-items: center; gap: 70px; min-height: 0; }
.hero-copy { grid-area: copy; padding-bottom: 26px; position: relative; z-index: 2; max-width: 720px; }
.eyebrow { margin: 0 0 24px; color: var(--pink); font-size: 10px; font-weight: 600; letter-spacing: .18em; line-height: 1.5; text-transform: uppercase; display: flex; align-items: center; gap: 12px; }
.eyebrow-line { width: 28px; height: 1px; display: inline-block; background: currentColor; }
.hero h1, h2 { margin: 0; letter-spacing: -.07em; font-weight: 500; line-height: 1.05; }
.hero h1 { font-size: clamp(48px, 6vw, 82px); max-width: 520px; }
.hero h1 em, h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; letter-spacing: -.1em; }
.hero-lede { max-width: 395px; margin: 31px 0 0; color: var(--muted-ink); font-size: 15px; line-height: 1.95; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 36px; }
.button { min-height: 48px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 19px; font-size: 11px; letter-spacing: .08em; transition: all .22s var(--ease-out); }
.button:active, .nav-cta:active { transform: scale(.97); }
.button-primary { color: white; background: var(--pink); box-shadow: 0 12px 24px rgba(202, 24, 93, .18); }
.button-primary:hover { background: var(--pink-deep); transform: translateY(-2px); box-shadow: 0 16px 27px rgba(202, 24, 93, .24); }
.button-outline { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-outline:hover { color: white; background: var(--ink); }
.text-link { border: 0; padding: 6px 0; background: transparent; color: var(--ink); display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .09em; }
.text-link:hover { color: var(--pink); }
.hero-meta { display: flex; gap: 31px; margin-top: 72px; }
.hero-meta div { display: flex; flex-direction: column; gap: 5px; }
.hero-meta strong { font-size: 11px; letter-spacing: .15em; font-weight: 600; }
.hero-meta span { color: var(--muted-ink); font-size: 10px; letter-spacing: .04em; }
.hero-visual { grid-area: visual; position: relative; width: 100%; justify-self: stretch; }
.hero-image-frame { position: relative; overflow: hidden; aspect-ratio: 2.12; box-shadow: 24px 30px 50px rgba(108, 34, 54, .18); }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.12), transparent 52%); pointer-events: none; }
.carousel-image { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; opacity: 0; pointer-events: none; transition: opacity .75s var(--ease-out); }
.carousel-image.is-active { opacity: 1; pointer-events: auto; }
.carousel-image img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; display: block; transition: transform .8s var(--ease-out); }
.hero-visual:hover .hero-image-frame img { transform: scale(1.035); }
.image-label { position: absolute; z-index: 2; color: white; font-size: 11px; line-height: 1.6; letter-spacing: .11em; text-transform: uppercase; text-shadow: 0 1px 10px rgba(0,0,0,.18); }
.image-label span { font-family: var(--font-serif); font-style: italic; text-transform: none; letter-spacing: 0; opacity: .8; }
.label-top { top: 24px; right: 25px; text-align: right; }
.label-bottom { left: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; font-size: 9px; }
.label-dot { width: 7px; height: 7px; background: var(--pink); display: inline-block; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,255,255,.35); }
.carousel-controls { position: absolute; z-index: 3; right: 104px; bottom: 20px; display: flex; align-items: center; gap: 12px; padding: 8px 10px; border-radius: 999px; background: rgba(33,27,30,.33); backdrop-filter: blur(5px); color: white; text-shadow: 0 1px 8px rgba(0,0,0,.2); }
.carousel-count { font-family: var(--font-serif); font-size: 16px; font-style: italic; }
.carousel-count i { font-family: var(--font-sans); font-size: 8px; font-style: normal; letter-spacing: .12em; opacity: .75; }
.carousel-dots { display: flex; gap: 5px; align-items: center; }
.carousel-dot { width: 18px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,.48); transition: width .2s var(--ease-out), background .2s ease; }
.carousel-dot.is-active { width: 30px; background: white; }
.carousel-zoom { display: inline-flex; align-items: center; gap: 5px; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; opacity: .88; }
.hero-sticker { position: absolute; right: -31px; bottom: -33px; width: 91px; height: 91px; border-radius: 50%; color: white; background: var(--pink); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(13deg); box-shadow: 0 10px 20px rgba(202,24,93,.25); }
.hero-sticker span { font-size: 10px; letter-spacing: .18em; }
.hero-sticker strong { font-family: var(--font-serif); font-size: 27px; font-weight: 400; }
.hero-orbit { position: absolute; border: 1px solid rgba(202,24,93,.16); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 560px; height: 560px; right: -250px; top: 90px; }
.orbit-two { width: 730px; height: 730px; right: -330px; top: 11px; border-color: rgba(202,24,93,.08); }
.scroll-hint { position: absolute; z-index: 2; left: 48px; bottom: 28px; display: inline-flex; flex-direction: column; align-items: center; gap: 11px; border: 0; background: transparent; color: var(--muted-ink); font-size: 8px; letter-spacing: .2em; transform: rotate(-90deg); transform-origin: left center; }

.story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 53% 1fr; gap: 11%; align-items: center; }
.story-image-wrap { position: relative; padding: 0 0 34px 34px; }
.story-image-wrap::before { content: ""; position: absolute; top: 34px; left: 0; width: 88%; height: 88%; background: var(--blush); z-index: 0; }
.story-image-wrap img { display: block; position: relative; z-index: 1; width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.story-caption { position: absolute; z-index: 2; left: 3px; bottom: 2px; display: flex; justify-content: space-between; width: calc(100% - 5px); color: var(--muted-ink); font-size: 9px; letter-spacing: .14em; }
.story-copy h2, .section-heading h2, .product-copy h2, .faq h2, .reserve h2 { font-size: clamp(39px, 4.5vw, 63px); }
.story-copy > p:not(.eyebrow) { color: var(--muted-ink); font-size: 14px; line-height: 2; margin: 31px 0 0; max-width: 390px; }
.quote-mark { font-family: Georgia, serif; color: var(--pink); font-size: 80px; line-height: .75; margin-top: 38px; height: 37px; }
blockquote { margin: 0; color: var(--ink); font-family: var(--font-serif); font-size: 22px; font-style: italic; line-height: 1.55; }
.signature { margin-top: 30px; color: var(--muted-ink); font-size: 9px; letter-spacing: .12em; display: flex; align-items: center; gap: 9px; }
.signature span { width: 23px; height: 1px; background: var(--pink); }

.benefits { background: var(--blush); position: relative; }
.benefits::before { content: "AWSON"; position: absolute; right: -20px; top: 90px; color: rgba(202,24,93,.06); font-size: 170px; letter-spacing: -.1em; font-weight: 800; transform: rotate(90deg); transform-origin: center; pointer-events: none; }
.benefits-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 63px; }
.section-heading > p:last-child, .benefits-heading > p:last-child { color: var(--muted-ink); max-width: 238px; font-size: 13px; line-height: 1.9; margin: 0 4% 4px 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(91,45,60,.22); border-left: 1px solid rgba(91,45,60,.22); position: relative; z-index: 1; }
.benefit-card { min-height: 238px; padding: 25px 27px 28px; border-right: 1px solid rgba(91,45,60,.22); border-bottom: 1px solid rgba(91,45,60,.22); transition: background .25s ease, transform .25s var(--ease-out); }
.benefit-card:hover { background: rgba(255,255,255,.36); transform: translateY(-5px); }
.benefit-top { display: flex; align-items: center; justify-content: space-between; color: var(--pink); }
.benefit-top > span { font-family: var(--font-serif); font-size: 13px; font-style: italic; }
.benefit-accent { margin-top: 38px; color: var(--pink); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.benefit-card h3 { margin: 8px 0 11px; font-size: 20px; letter-spacing: -.04em; font-weight: 500; }
.benefit-card p { max-width: 240px; margin: 0; color: var(--muted-ink); font-size: 12px; line-height: 1.8; }

.product-story { background: var(--cream); }
.product-grid { display: grid; grid-template-columns: 35% 1fr; gap: 11%; align-items: center; }
.product-copy > p:not(.eyebrow) { color: var(--muted-ink); font-size: 14px; line-height: 2; margin: 30px 0 0; max-width: 365px; }
.feature-list { display: flex; flex-direction: column; gap: 13px; margin: 30px 0 37px; }
.feature-list div { display: flex; align-items: center; gap: 11px; font-size: 12px; }
.feature-list svg { padding: 3px; color: var(--pink); border: 1px solid var(--pink); border-radius: 50%; }
.product-collage { position: relative; min-height: 570px; }
.collage-main { position: absolute; left: 0; top: 0; width: 71%; z-index: 1; box-shadow: 18px 22px 45px rgba(61, 22, 35, .14); }
.collage-main img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.collage-detail { position: absolute; right: 0; bottom: 0; width: 58%; z-index: 2; border: 10px solid var(--cream); box-shadow: 12px 15px 35px rgba(61, 22, 35, .12); }
.collage-detail img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.collage-note { position: absolute; right: 2%; top: 44%; z-index: 3; display: flex; gap: 11px; align-items: flex-start; color: white; background: var(--pink); padding: 16px 19px; transform: rotate(4deg); box-shadow: 7px 10px 22px rgba(202,24,93,.2); }
.collage-note span { font-size: 8px; line-height: 1.4; letter-spacing: .13em; }
.collage-note strong { font-size: 11px; letter-spacing: .09em; font-weight: 500; }

.lifestyle-banner { position: relative; min-height: 630px; color: white; overflow: hidden; }
.lifestyle-banner > img { width: 100%; height: 100%; min-height: 630px; display: block; object-fit: cover; object-position: center; }
.lifestyle-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(49, 18, 29, .58), rgba(49, 18, 29, .06) 68%); }
.lifestyle-copy { position: absolute; top: 50%; left: max(48px, calc((100% - 1180px) / 2)); transform: translateY(-50%); }
.eyebrow-light { color: white; }
.lifestyle-copy h2 { font-size: clamp(48px, 6vw, 80px); }
.lifestyle-copy h2 em { color: #ffd2dd; }
.button-light { color: var(--ink); background: white; margin-top: 35px; }
.button-light:hover { background: var(--pink); color: white; }
.lifestyle-number { position: absolute; bottom: 27px; right: max(48px, calc((100% - 1180px) / 2)); font-family: var(--font-serif); font-size: 33px; font-style: italic; }
.lifestyle-number span { font-family: var(--font-sans); font-size: 9px; font-style: normal; letter-spacing: .15em; opacity: .7; }

.faq { background: #f2ebe7; }
.faq-grid { display: grid; grid-template-columns: 37% 1fr; gap: 13%; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 0; background: transparent; color: var(--ink); text-align: left; padding: 24px 0; font-size: 14px; }
.faq-item button > span { display: flex; flex: 0 0 auto; gap: 18px; align-items: center; color: var(--pink); font-size: 20px; line-height: 1; transition: transform .2s var(--ease-out); }
.faq-item small { color: var(--pink); font-family: var(--font-serif); font-style: italic; font-size: 13px; }
.faq-item button svg { flex: 0 0 auto; color: var(--pink); transition: transform .2s var(--ease-out); }
.faq-item.is-open button > span { transform: rotate(180deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s var(--ease-out); }
.faq-answer p { overflow: hidden; margin: 0; padding: 0 45px 0 38px; color: var(--muted-ink); font-size: 13px; line-height: 1.9; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-bottom: 23px; }

.reserve { color: white; background: var(--pink-deep); position: relative; }
.reserve::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(rgba(255,255,255,.3) .6px, transparent .6px); background-size: 10px 10px; }
.reserve-inner { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 15%; align-items: center; }
.reserve .eyebrow { color: #ffd2dd; }
.reserve h2 em { color: #ffd2dd; }
.reserve-copy > p:last-child { max-width: 390px; margin: 28px 0 0; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.9; }
.reserve-form-wrap { min-height: 220px; display: flex; align-items: center; }
.reserve-form { width: 100%; }
.reserve-form label { display: block; margin-bottom: 13px; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.input-row { display: flex; border-bottom: 1px solid rgba(255,255,255,.6); }
.input-row input { min-width: 0; width: 100%; border: 0; outline: none; background: transparent; color: white; padding: 12px 0 15px; font-size: 18px; }
.input-row input::placeholder { color: rgba(255,255,255,.45); }
.input-row button { border: 0; background: transparent; color: white; padding: 0 0 0 20px; }
.input-row button:hover { color: #ffd2dd; }
.form-note { margin: 18px 0 0; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.8; }
.success-state { width: 100%; }
.success-icon { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.55); display: grid; place-items: center; border-radius: 50%; color: #ffd2dd; }
.success-state h3 { margin: 22px 0 10px; font-size: 24px; font-weight: 500; }
.success-state p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.8; }
.light-link { margin-top: 20px; color: white; }

.site-footer { background: #211b1e; color: white; padding: 47px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; }
.footer-mark { font-size: 24px; color: white; }
.footer-grid p { color: rgba(255,255,255,.5); margin: 11px 0 0; font-family: var(--font-serif); font-size: 13px; font-style: italic; }
.footer-links { display: flex; justify-content: center; gap: 24px; }
.footer-links button { color: rgba(255,255,255,.67); font-size: 10px; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; color: rgba(255,255,255,.37); font-size: 8px; letter-spacing: .13em; }
.lightbox { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 48px; background: rgba(25, 12, 18, .9); backdrop-filter: blur(13px); animation: lightboxIn .22s var(--ease-out) both; }
.lightbox img { max-width: min(1120px, 92vw); max-height: 82vh; width: auto; height: auto; object-fit: contain; box-shadow: 0 25px 70px rgba(0,0,0,.32); }
.lightbox-close { position: absolute; top: 24px; right: 27px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.06); color: white; border-radius: 50%; }
.lightbox-close:hover { background: white; color: var(--ink); }
.lightbox-caption { position: absolute; left: 28px; bottom: 24px; color: rgba(255,255,255,.76); font-size: 9px; letter-spacing: .15em; }
.lightbox-caption span { margin-left: 16px; color: #ffd2dd; }
@keyframes lightboxIn { from { opacity: 0; } to { opacity: 1; } }

.reveal-up { animation: revealUp .75s var(--ease-out) both; }
.reveal-scale { animation: revealScale .9s var(--ease-out) both; }
@keyframes revealUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes revealScale { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 900px) {
  .page-grid, .nav-wrap { width: min(100% - 48px, 680px); }
  .section-padding { padding: 96px 0; }
  .site-header { top: 34px; }
  .nav-wrap { min-height: 72px; }
  .main-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px 24px 18px; background: rgba(251,248,244,.96); box-shadow: 0 12px 25px rgba(33,27,30,.09); }
  .main-nav.is-open { display: flex; }
  .main-nav button { text-align: left; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-left: auto; margin-right: 18px; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-content { grid-template-columns: 1fr; min-height: auto; gap: 52px; }
  .hero-copy { padding: 20px 0 0; }
  .hero-visual { width: 100%; }
  .hero-meta { margin-top: 50px; }
  .scroll-hint { display: none; }
  .story-grid, .product-grid, .faq-grid, .reserve-inner { grid-template-columns: 1fr; gap: 60px; }
  .story-image-wrap { max-width: 580px; }
  .story-copy { max-width: 560px; }
  .benefits-heading { display: block; }
  .benefits-heading > p:last-child { margin-top: 25px; }
  .product-copy { max-width: 560px; }
  .product-collage { min-height: 480px; }
  .lifestyle-copy { left: 24px; }
  .lifestyle-number { right: 24px; }
}

@media (max-width: 600px) {
  .announcement-bar { justify-content: space-between; gap: 8px; padding: 8px 15px; font-size: 8px; }
  .announcement-bar p span, .announcement-bar button { display: none; }
  .page-grid, .nav-wrap { width: calc(100% - 36px); }
  .nav-cta { padding: 9px 11px; font-size: 9px; gap: 8px; }
  .wordmark { font-size: 22px; }
  .hero { padding-bottom: 53px; }
  .hero h1 { font-size: 53px; }
  .hero-lede { font-size: 13px; }
  .hero-actions { flex-wrap: wrap; gap: 17px; }
  .hero-meta { gap: 14px; justify-content: space-between; }
  .hero-meta span { font-size: 8px; }
  .hero-image-frame { aspect-ratio: 1.15; }
  .hero-image-frame img { object-position: 62% center; }
  .carousel-controls { right: 92px; bottom: 15px; gap: 8px; }
  .carousel-zoom { display: none; }
  .lightbox { padding: 28px 18px; }
  .lightbox img { max-width: 95vw; max-height: 78vh; }
  .lightbox-caption { left: 18px; bottom: 18px; font-size: 7px; }
  .hero-sticker { right: -7px; bottom: -25px; width: 76px; height: 76px; }
  .section-padding { padding: 80px 0; }
  .story-image-wrap { padding: 0 0 26px 21px; }
  .story-caption { font-size: 7px; }
  .story-copy h2, .section-heading h2, .product-copy h2, .faq h2, .reserve h2 { font-size: 42px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .benefit-card { min-height: 255px; padding: 19px 15px; }
  .benefit-card h3 { font-size: 17px; }
  .benefit-card p { font-size: 11px; line-height: 1.7; }
  .benefit-accent { margin-top: 28px; font-size: 8px; }
  .product-collage { min-height: 335px; }
  .collage-main { width: 86%; }
  .collage-detail { width: 61%; border-width: 6px; }
  .collage-note { right: 0; top: 39%; padding: 10px 11px; }
  .collage-note svg { width: 13px; }
  .collage-note span { font-size: 7px; }
  .lifestyle-banner, .lifestyle-banner > img { min-height: 590px; }
  .lifestyle-banner > img { object-position: 61% center; }
  .lifestyle-copy { left: 18px; right: 18px; }
  .lifestyle-copy h2 { font-size: 53px; }
  .faq-item button { font-size: 12px; padding: 21px 0; }
  .faq-item button > span { gap: 11px; }
  .faq-answer p { padding-left: 28px; padding-right: 20px; font-size: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 29px; align-items: start; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; gap: 12px 22px; }
  .footer-meta { align-items: flex-start; }
}

/* Standalone static-site adjustments */
body.modal-open { overflow: hidden; }
.hero-content { padding-top: 0; }
.lightbox[hidden] { display: none; }
.faq-answer[hidden] { display: none; }
@media (max-width: 900px) { .main-nav.is-open { display: flex; } }
.zoomable-image { cursor: zoom-in; }
.zoomable-image:focus-visible { outline: 3px solid var(--pink); outline-offset: 5px; }


.carousel-arrow { width: 24px; height: 24px; padding: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(255,255,255,.12); color: white; font-size: 14px; line-height: 1; }
.carousel-arrow:hover { background: white; color: var(--ink); }
.hero-image-frame { touch-action: pan-y; }
.buy-button { margin-top: 12px; }
.quote-form { margin-top: 28px; padding: 24px; background: #f4e2e6; border: 1px solid rgba(202,24,93,.22); animation: quoteIn .24s var(--ease-out) both; }
.quote-form[hidden] { display: none; }
.quote-form-heading { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.quote-form-heading span { color: var(--pink); font-size: 9px; letter-spacing: .16em; }
.quote-form-heading strong { font-size: 18px; font-weight: 500; }
.quote-form label { display: block; margin-top: 12px; color: var(--muted-ink); font-size: 11px; }
.quote-form input, .quote-form select { width: 100%; margin-top: 6px; padding: 11px 12px; border: 1px solid var(--border); outline: none; background: var(--cream); color: var(--ink); font-size: 12px; }
.quote-form input:focus, .quote-form select:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(202,24,93,.1); }
.quote-form .button { margin-top: 18px; width: 100%; }
.quote-form .form-note { color: var(--muted-ink); }
@keyframes quoteIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 600px) { .carousel-arrow { width: 22px; height: 22px; font-size: 12px; } .carousel-controls { right: 72px; gap: 5px; padding: 7px 8px; } .carousel-zoom { display: none; } .buy-button { width: 100%; } }
