/* Sanya's Studio — no framework, no external fonts, fast by design */
:root {
  --ink: #251b20;
  --muted: #74666c;
  --cream: #fffaf4;
  --paper: #f8f0ec;
  --blush: #ead4d1;
  --pink: #d8778e;
  --wine: #6e253d;
  --wine-dark: #411323;
  --lilac: #d8c8de;
  --gold: #c6a66a;
  --white: #fff;
  --line: rgba(57, 33, 42, .14);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, Avenir, 'Helvetica Neue', Arial, sans-serif;
  --shadow-sm: 0 12px 35px rgba(72, 38, 49, .08);
  --shadow: 0 24px 70px rgba(66, 30, 43, .13);
  --radius: 26px;
  --shell: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--white); background: var(--wine); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 118px 0; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 15px; color: #fff; background: var(--wine); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.announcement { min-height: 32px; display: flex; align-items: center; justify-content: center; color: #fff7f2; background: var(--wine-dark); }
.announcement p { margin: 0; display: flex; align-items: center; gap: 20px; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.announcement i { width: 3px; height: 3px; background: var(--pink); border-radius: 50%; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,250,244,.88); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(58,35,43,.05); }
.nav { height: 80px; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; line-height: 1; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; flex: none; color: var(--wine); background: var(--blush); border: 1px solid rgba(110,37,61,.18); border-radius: 50% 50% 47% 53% / 55% 47% 53% 45%; font: italic 24px/1 var(--serif); box-shadow: inset 0 0 0 4px rgba(255,255,255,.42); }
.brand-copy { display: flex; flex-direction: column; gap: 4px; }
.brand-copy strong { font: italic 22px/.8 var(--serif); white-space: nowrap; }
.brand-copy small { font-size: 8px; font-weight: 800; letter-spacing: .37em; padding-left: 1px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { position: relative; font-size: 12px; font-weight: 650; color: #594a50; transition: color .2s ease; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--wine); transition: right .25s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--wine); }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.mobile-menu-cta { display: none; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .02em; white-space: nowrap; transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-dark { min-height: 44px; color: #fff; background: var(--wine-dark); box-shadow: 0 8px 25px rgba(65,19,35,.15); }
.button-dark:hover { background: var(--wine); box-shadow: 0 12px 28px rgba(65,19,35,.22); }
.button-primary { color: #fff; background: var(--wine); box-shadow: 0 12px 34px rgba(110,37,61,.22); }
.button-primary:hover { background: var(--wine-dark); box-shadow: 0 16px 40px rgba(110,37,61,.3); }
.button-cream { color: var(--wine-dark); background: var(--cream); box-shadow: 0 16px 35px rgba(33,8,17,.17); }
.button-cream:hover { background: #fff; box-shadow: 0 20px 45px rgba(33,8,17,.25); }
.nav-cta svg, .floating-whatsapp svg, .footer-cta svg { stroke-width: 1.4; }
.menu-toggle { width: 44px; height: 44px; display: none; flex: none; align-items: center; justify-content: center; flex-direction: column; gap: 6px; padding: 0; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.eyebrow { margin: 0 0 18px; color: var(--wine); font-size: 10px; font-weight: 800; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow.light { color: #e8b9c4; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 em, h2 em { color: var(--wine); font-weight: 400; }
h2 { font-size: clamp(44px, 5.1vw, 72px); }

.hero { min-height: calc(100svh - 112px); position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; padding: 60px 0 72px; background: linear-gradient(125deg, #fffaf4 15%, #f8eeea 62%, #f1dfe0 100%); }
.hero::after { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .18; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); }
.hero-bloom { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); opacity: .5; }
.bloom-one { width: 440px; height: 440px; left: -250px; top: -110px; background: radial-gradient(circle, #f0b9c8, transparent 68%); }
.bloom-two { width: 460px; height: 460px; right: -180px; bottom: -180px; background: radial-gradient(circle, #d8c6df, transparent 66%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); align-items: center; gap: clamp(48px, 6vw, 100px); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow { display: flex; gap: 20px; }
.hero-copy .eyebrow span + span::before { content: '✦'; margin-right: 20px; color: var(--gold); }
.hero h1 { max-width: 650px; font-size: clamp(60px, 6.2vw, 91px); }
.hero h1 em { position: relative; font-size: .92em; }
.hero .sparkle { position: absolute; margin: -7px 0 0 7px; color: var(--gold); font-family: var(--sans); font-size: 20px; }
.hero-lede { max-width: 550px; margin: 25px 0 30px; color: #64545a; font-size: 15px; line-height: 1.85; }
.hero-lede b { margin: 0 5px; color: var(--pink); font-weight: 400; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 2px; border-bottom: 1px solid rgba(37,27,32,.35); font-size: 12px; font-weight: 750; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.trust-row { max-width: 590px; margin-top: 42px; padding-top: 27px; display: flex; border-top: 1px solid var(--line); }
.trust-row div { flex: 1; display: flex; flex-direction: column; padding-right: 18px; }
.trust-row div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.trust-row strong { font: 18px/1.15 var(--serif); }
.trust-row span { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.hero-visual { position: relative; }
.hero-image-wrap { position: relative; padding: 15px; background: rgba(255,255,255,.46); border: 1px solid rgba(255,255,255,.8); border-radius: 49% 49% 26px 26px / 24% 24% 26px 26px; box-shadow: var(--shadow); }
.hero-image-wrap > img { width: 100%; height: clamp(440px, 52vw, 620px); object-fit: cover; object-position: 56% center; border-radius: 49% 49% 19px 19px / 23% 23% 19px 19px; }
.hero-image-wrap::after { content: ''; position: absolute; inset: 15px; border: 1px solid rgba(255,255,255,.38); border-radius: inherit; pointer-events: none; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; color: var(--ink); background: rgba(255,250,244,.89); border: 1px solid rgba(255,255,255,.78); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.floating-note p { margin: 0; font: 16px/1.2 var(--serif); }
.floating-note small { display: block; margin-bottom: 3px; font: 700 8px/1 var(--sans); letter-spacing: .18em; }
.note-icon { width: 34px; height: 34px; display: grid; place-items: center; margin-right: 11px; color: var(--gold); background: #fff; border-radius: 50%; }
.note-top { top: 21%; left: -37px; padding: 12px 18px 12px 12px; border-radius: 15px; transform: rotate(-3deg); }
.note-bottom { right: -21px; bottom: 13%; padding: 13px 18px; border-radius: 13px; transform: rotate(3deg); }
.hero-caption { margin: 13px 0 0; display: flex; justify-content: flex-end; align-items: center; gap: 12px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-caption span { color: var(--wine); }

.section-heading { max-width: 730px; margin-bottom: 58px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { max-width: 530px; margin: 22px auto 0; color: var(--muted); }
.collection-intro { background: var(--cream); }
.collection-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.collection-card { min-height: 450px; display: grid; grid-template-columns: 54% 46%; overflow: hidden; background: #f4ebe6; border: 1px solid rgba(61,33,43,.08); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; }
.collection-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.collection-image { position: relative; min-height: 100%; overflow: hidden; }
.collection-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.2,1); }
.collection-card:hover .collection-image img { transform: scale(1.045); }
.collection-number { position: absolute; top: 18px; left: 18px; width: 39px; height: 39px; display: grid; place-items: center; color: #fff; background: rgba(42,22,30,.68); border: 1px solid rgba(255,255,255,.38); border-radius: 50%; font-size: 9px; font-weight: 800; backdrop-filter: blur(8px); }
.collection-body { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 49px); }
.collection-body .micro-label { margin: 0 0 20px; color: var(--wine); font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.collection-body h3 { margin: 0; font: 39px/1 var(--serif); }
.collection-body > p:not(.micro-label) { margin: 18px 0 34px; color: var(--muted); font-size: 13px; }
.circle-arrow { width: 43px; height: 43px; display: grid; place-items: center; margin-top: auto; color: #fff; background: var(--wine); border-radius: 50%; transition: transform .3s ease; }
.collection-card:hover .circle-arrow { transform: translate(3px,-3px); }
.collection-gifts { color: #fff; background: var(--wine-dark); }
.collection-gifts .collection-body .micro-label { color: #e3aebe; }
.collection-gifts .collection-body > p:not(.micro-label) { color: #d8c5cb; }
.collection-gifts .circle-arrow { color: var(--wine-dark); background: var(--blush); }
.collection-gifts .collection-image img { object-position: center; }

.nails-section { background: #fbf7f2; }
.section-top { margin-bottom: 49px; display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; }
.section-top > p { max-width: 370px; margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.section-top h2 { font-size: clamp(43px, 4.8vw, 67px); }
.filter-bar { display: inline-flex; gap: 7px; margin-bottom: 27px; padding: 5px; background: #efe5e1; border-radius: 999px; }
.filter { min-width: 72px; padding: 8px 15px; color: var(--muted); background: transparent; border: 0; border-radius: 999px; font-size: 11px; font-weight: 750; cursor: pointer; transition: .2s ease; }
.filter:hover { color: var(--wine); }
.filter.active { color: #fff; background: var(--wine); box-shadow: 0 6px 18px rgba(110,37,61,.2); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 20px; }
.product-card { min-width: 0; transition: opacity .28s ease, transform .28s ease; }
.product-card.is-hidden { display: none; }
.product-card figure { position: relative; margin: 0; aspect-ratio: 1 / 1.08; overflow: hidden; background: #f0e7e2; border-radius: 20px; box-shadow: 0 8px 35px rgba(74,38,51,.06); }
.product-card figure::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(37,13,22,.65), transparent 42%); opacity: 0; transition: opacity .3s ease; }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.65,.2,1); }
.product-card:hover img { transform: scale(1.04); }
.product-card figcaption { position: absolute; z-index: 2; right: 15px; bottom: 15px; left: 15px; display: flex; align-items: center; justify-content: space-between; opacity: 0; transform: translateY(8px); transition: .3s ease; }
.product-card figcaption span { color: #fff; font: 18px/1 var(--serif); }
.product-card figcaption a { padding: 8px 14px; color: var(--wine-dark); background: rgba(255,250,244,.92); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-card:hover figure::after, .product-card:hover figcaption, .product-card:focus-within figure::after, .product-card:focus-within figcaption { opacity: 1; }
.product-card:hover figcaption, .product-card:focus-within figcaption { transform: translateY(0); }
.product-name { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 16px 4px 0; }
.product-name h3 { margin: 0 0 4px; font: 24px/1 var(--serif); }
.product-name p { margin: 0; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.product-name > span { color: #a49198; font-size: 9px; font-weight: 800; }
.section-cta { margin-top: 60px; display: flex; flex-direction: column; align-items: center; gap: 11px; }
.section-cta p { margin: 0; color: var(--muted); font-size: 10px; }

.bouquet-section { position: relative; isolation: isolate; overflow: hidden; color: #fff8f5; background: var(--wine-dark); }
.bouquet-section::before { content: ''; position: absolute; z-index: -2; inset: 0; opacity: .14; background-image: repeating-linear-gradient(115deg, transparent 0 44px, rgba(255,255,255,.12) 45px 46px), linear-gradient(130deg, #411323, #6e253d 60%, #34101d); }
.bouquet-section::after { content: ''; position: absolute; z-index: -1; width: 610px; height: 610px; right: -200px; top: -270px; background: radial-gradient(circle, rgba(217,155,174,.3), transparent 68%); border-radius: 50%; }
.ribbon-line { position: absolute; z-index: -1; width: 500px; height: 70px; border: 1px solid rgba(235,187,200,.16); border-radius: 50%; pointer-events: none; }
.ribbon-a { left: -200px; bottom: 80px; transform: rotate(23deg); }
.ribbon-b { left: -180px; bottom: 32px; transform: rotate(14deg); }
.bouquet-layout { display: grid; grid-template-columns: minmax(340px,.76fr) minmax(580px,1.24fr); gap: clamp(60px,8vw,115px); align-items: center; }
.bouquet-copy h2 { color: #fffaf7; }
.bouquet-copy h2 em { color: #e9afbd; }
.bouquet-lede { max-width: 490px; margin: 28px 0; color: #d9c5cb; font-size: 15px; }
.occasion-list { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.occasion-list span { padding: 7px 12px; color: #e8d5da; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; font-size: 9px; font-weight: 750; letter-spacing: .04em; }
.tiny-note { margin: 14px 0 0; color: #bda9af; font-size: 10px; }
.bouquet-grid { min-height: 650px; display: grid; grid-template-columns: 1.06fr .94fr; grid-template-rows: 1fr 1fr; grid-auto-rows: 316px; gap: 17px; }
.gift-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 23px; box-shadow: 0 25px 55px rgba(14,2,6,.26); }
.gift-card-main { grid-row: span 2; }
.gift-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.65,.2,1); }
.gift-card:hover img { transform: scale(1.045); }
.gift-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(33,7,16,.86), transparent 47%); }
.gift-card > a { position: absolute; z-index: 3; inset: 0; }
.gift-card-overlay { position: absolute; z-index: 2; right: 20px; bottom: 19px; left: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.gift-card-overlay p { margin: 0 0 4px; color: #e9bec8; font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.gift-card-overlay h3 { margin: 0; font: 27px/1 var(--serif); }
.gift-card-overlay > span { padding: 7px 10px; color: var(--wine-dark); background: #fff8f2; border-radius: 999px; font-size: 10px; font-weight: 800; white-space: nowrap; }

.order-section { background: var(--cream); }
.steps { display: grid; grid-template-columns: 1fr 70px 1fr 70px 1fr; align-items: center; }
.step { position: relative; min-height: 310px; padding: 39px; text-align: center; background: #fbf4ef; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-sm); }
.step-number { position: absolute; top: 17px; left: 19px; color: #a48b95; font-size: 9px; font-weight: 800; }
.step-icon { width: 77px; height: 77px; display: grid; place-items: center; margin: 0 auto 25px; color: var(--wine); background: var(--blush); border-radius: 50% 50% 48% 52% / 55% 49% 51% 45%; }
.step-icon svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { margin: 0; font: 27px/1 var(--serif); }
.step p { max-width: 240px; margin: 14px auto 0; color: var(--muted); font-size: 12px; }
.step-arrow { height: 1px; display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(90deg, var(--blush) 0 5px, transparent 5px 10px); }
.step-arrow span { display: grid; place-items: center; width: 25px; height: 25px; color: var(--gold); background: var(--cream); font-size: 11px; }
.order-footnote { margin: 32px 0 0; color: var(--muted); text-align: center; font-size: 11px; }
.order-footnote a { color: var(--wine); border-bottom: 1px solid var(--pink); font-weight: 750; }

.reviews-section { background: #f3e8e4; }
.review-top { align-items: center; }
.rating-summary { display: flex; align-items: center; gap: 15px; padding: 13px 20px; background: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.75); border-radius: 16px; }
.rating-summary > strong { font: 37px/1 var(--serif); }
.rating-summary span { color: var(--wine); font-size: 11px; letter-spacing: .13em; }
.rating-summary p { margin: 1px 0 0; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.reviews-track { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.review-card { min-height: 326px; display: flex; flex-direction: column; padding: 33px; background: rgba(255,250,244,.78); border: 1px solid rgba(255,255,255,.9); border-radius: 21px; box-shadow: var(--shadow-sm); }
.review-card.featured { transform: translateY(-13px); }
.review-meta { display: flex; align-items: center; justify-content: space-between; }
.review-meta span:first-child { color: var(--wine); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.review-meta span:last-child { color: var(--wine); font-size: 10px; letter-spacing: .1em; }
.review-card blockquote { margin: 32px 0 30px; font: italic 24px/1.35 var(--serif); }
.review-card footer { display: flex; align-items: center; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); }
.avatar { width: 35px; height: 35px; display: grid; place-items: center; margin-right: 11px; color: #fff; background: var(--wine); border-radius: 50%; font: 16px/1 var(--serif); }
.review-card footer div { display: flex; flex-direction: column; }
.review-card footer strong { font-size: 11px; line-height: 1.2; }
.review-card footer small { color: var(--muted); font-size: 8px; }
.review-card footer i { width: 18px; height: 18px; display: grid; place-items: center; margin-left: auto; color: #fff; background: #6d9c78; border-radius: 50%; font-size: 9px; font-style: normal; }

.instagram-section { background: var(--cream); }
.insta-blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.insta-block { overflow: hidden; padding: 18px; background: #f2e9e4; border: 1px solid var(--line); border-radius: 24px; }
.insta-block.gifts { background: #e8dce5; }
.insta-block header { display: flex; align-items: center; gap: 12px; padding: 3px 4px 16px; }
.insta-avatar { width: 43px; height: 43px; overflow: hidden; padding: 2px; border: 1px solid var(--pink); border-radius: 50%; }
.insta-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.insta-block header h3 { margin: 0 0 3px; font-size: 12px; line-height: 1; }
.insta-block header p { margin: 0; color: var(--muted); font-size: 8px; }
.insta-block header > a { margin-left: auto; padding: 7px 12px; color: #fff; background: var(--wine); border-radius: 999px; font-size: 9px; font-weight: 800; }
.insta-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }
.insta-grid a { aspect-ratio: 1; overflow: hidden; border-radius: 10px; }
.insta-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.insta-grid a:hover img { transform: scale(1.07); }

.site-footer { position: relative; overflow: hidden; color: #fff7f3; background: #2d0c18; }
.footer-main { padding: 112px 0 100px; text-align: center; }
.footer-main h2 { margin-bottom: 38px; color: #fff9f4; font-size: clamp(52px,7vw,92px); }
.footer-main h2 em { color: #e4adba; }
.footer-cta { min-height: 58px; padding-inline: 30px; font-size: 13px; }
.shipping-note { margin: 20px 0 0; color: #a99099; font-size: 9px; letter-spacing: .06em; }
.footer-sparkle { position: absolute; color: rgba(224,167,181,.2); font-size: 240px; line-height: 1; }
.sparkle-left { left: -30px; top: 20px; transform: rotate(12deg); }
.sparkle-right { right: -30px; top: 100px; transform: rotate(-18deg); }
.footer-bottom { min-height: 93px; display: flex; align-items: center; gap: 40px; border-top: 1px solid rgba(255,255,255,.11); }
.brand-light .brand-mark { color: #fff; background: #5d273a; border-color: rgba(255,255,255,.14); }
.footer-socials { display: flex; gap: 25px; margin-left: auto; }
.footer-socials a, .footer-bottom > p { color: #bca9af; font-size: 9px; font-weight: 650; }
.footer-socials a:hover { color: #fff; }

.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 54px; height: 54px; display: none; place-items: center; color: #fff; background: #25D366; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 10px 28px rgba(20,110,54,.32); }
.floating-whatsapp svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.2,1); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.review-card.featured.reveal { transform: translateY(7px); }
.review-card.featured.reveal.in-view { transform: translateY(-13px); }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 38px, 960px); }
  .nav { gap: 24px; }
  .nav-links { gap: 18px; }
  .nav-links a { font-size: 10px; }
  .nav-cta span { display: none; }
  .nav-cta { width: 44px; padding: 0; }
  .hero-grid { grid-template-columns: minmax(0,.88fr) minmax(420px,1.12fr); gap: 50px; }
  .hero h1 { font-size: 66px; }
  .collection-card { min-height: 400px; grid-template-columns: 50% 50%; }
  .collection-body { padding: 29px; }
  .collection-body h3 { font-size: 32px; }
  .bouquet-layout { grid-template-columns: .72fr 1.28fr; gap: 55px; }
  .bouquet-grid { min-height: 580px; }
  .step { min-height: 300px; padding: 32px 23px; }
  .steps { grid-template-columns: 1fr 44px 1fr 44px 1fr; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 34px, 720px); }
  .section { padding: 88px 0; }
  .announcement p span:nth-of-type(1) { display: none; }
  .site-header { background: rgba(255,250,244,.98); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .nav { height: 70px; }
  .nav-cta { display: none; }
  .menu-toggle { display: flex; position: relative; z-index: 102; }
  .nav-links { position: fixed; top: var(--mobile-menu-top, 102px); right: 0; bottom: 0; left: 0; z-index: 101; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; overscroll-behavior: contain; padding: 24px max(24px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left)); background: rgba(255,250,244,.995); box-shadow: 0 20px 50px rgba(65,19,35,.12); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity .22s ease, transform .22s ease, visibility .22s; -webkit-overflow-scrolling: touch; }
  .nav-links.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .nav-links a { width: min(100%, 720px); margin-inline: auto; padding: 16px 4px; border-bottom: 1px solid var(--line); font: 29px/1 var(--serif); }
  .nav-links a::after { display: none; }
  .nav-links .mobile-menu-cta { min-height: 52px; display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding: 0 19px; color: #fff; background: var(--wine); border: 0; border-radius: 999px; font: 800 12px/1 var(--sans); letter-spacing: .02em; }
  .nav-links .mobile-menu-cta span { font-size: 17px; }
  body.menu-open .floating-whatsapp { opacity: 0; pointer-events: none; }
  .hero { min-height: auto; padding: 65px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions { justify-content: center; }
  .hero h1, .hero-lede, .trust-row { margin-inline: auto; }
  .hero-visual { max-width: 600px; margin-inline: auto; }
  .hero-image-wrap > img { height: 590px; }
  .collection-card { min-height: 390px; }
  .collection-cards { grid-template-columns: 1fr; }
  .section-top { display: block; }
  .section-top > p { margin-top: 24px; }
  .products-grid { grid-template-columns: repeat(2,1fr); }
  .bouquet-layout { grid-template-columns: 1fr; }
  .bouquet-copy { max-width: 600px; text-align: center; margin-inline: auto; }
  .bouquet-lede { margin-inline: auto; }
  .occasion-list { justify-content: center; }
  .bouquet-grid { min-height: 680px; }
  .steps { grid-template-columns: 1fr; gap: 13px; }
  .step { min-height: 0; }
  .step-arrow { width: 1px; height: 35px; margin: -4px auto; background: repeating-linear-gradient(0deg,var(--blush) 0 5px,transparent 5px 10px); }
  .step-arrow span { background: var(--cream); }
  .reviews-track { grid-template-columns: 1fr; }
  .review-card.featured.reveal, .review-card.featured.reveal.in-view { transform: translateY(0); }
  .insta-blocks { grid-template-columns: 1fr; }
  .footer-bottom { padding: 25px 0; flex-wrap: wrap; }
  .footer-socials { width: 100%; order: 3; margin: 0; }
  .footer-bottom > p { margin-left: auto; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 28px); --radius: 21px; }
  html { scroll-padding-top: 78px; }
  .section { padding: 73px 0; }
  .announcement { min-height: 28px; }
  .announcement p { gap: 13px; font-size: 8px; letter-spacing: .12em; }
  .site-header { top: 0; }
  .nav { height: 64px; }
  .nav-links { padding-top: 18px; }
  .nav-links a { padding-block: 14px; font-size: 27px; }
  .brand-mark { width: 36px; height: 36px; font-size: 21px; }
  .brand-copy strong { font-size: 20px; }
  .menu-toggle { width: 40px; height: 40px; }
  .hero { padding: 54px 0 58px; }
  .hero-grid { gap: 46px; }
  .hero-copy .eyebrow { display: block; }
  .hero-copy .eyebrow span + span { display: none; }
  .hero h1 { font-size: clamp(49px, 14.4vw, 66px); }
  .hero h1 br { display: none; }
  .hero h1 em { display: block; }
  .hero .sparkle { font-size: 14px; }
  .hero-lede { margin: 20px auto 25px; font-size: 13px; line-height: 1.75; }
  .hero-actions { flex-direction: column; gap: 11px; }
  .hero-actions .button { width: 100%; }
  .text-link { font-size: 11px; }
  .trust-row { margin-top: 30px; padding-top: 20px; }
  .trust-row div { padding-right: 7px; }
  .trust-row div + div { padding-left: 7px; }
  .trust-row strong { font-size: 14px; }
  .trust-row span { font-size: 7px; line-height: 1.4; }
  .hero-image-wrap { padding: 9px; border-radius: 49% 49% 22px 22px / 21% 21% 22px 22px; }
  .hero-image-wrap > img { height: min(121vw,510px); border-radius: 49% 49% 16px 16px / 20% 20% 16px 16px; }
  .hero-image-wrap::after { inset: 9px; }
  .note-top { top: 17%; left: -7px; padding: 9px 12px 9px 9px; }
  .note-bottom { right: -5px; bottom: 12%; }
  .floating-note p { font-size: 13px; }
  .note-icon { width: 29px; height: 29px; }
  h2 { font-size: 44px; }
  .section-heading { margin-bottom: 39px; }
  .section-heading > p:last-child { margin-top: 17px; font-size: 13px; }
  .collection-card { min-height: 0; display: block; }
  .collection-image { aspect-ratio: 1.28; }
  .collection-body { min-height: 243px; padding: 28px; }
  .collection-body h3 { font-size: 37px; }
  .collection-body > p:not(.micro-label) { max-width: 300px; margin: 15px 0 24px; }
  .circle-arrow { position: absolute; right: 25px; bottom: 25px; }
  .section-top { margin-bottom: 33px; }
  .section-top h2 { font-size: 42px; }
  .section-top > p { font-size: 12px; }
  .filter-bar { width: 100%; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .filter { flex: 1; min-width: 67px; padding-inline: 10px; }
  .products-grid { gap: 28px 11px; }
  .product-card figure { aspect-ratio: .91; border-radius: 14px; }
  .product-card figure::after { opacity: 1; background: linear-gradient(to top, rgba(37,13,22,.61),transparent 43%); }
  .product-card figcaption { right: 10px; bottom: 10px; left: 10px; opacity: 1; transform: none; }
  .product-card figcaption span { font-size: 13px; }
  .product-card figcaption a { padding: 6px 9px; font-size: 7px; }
  .product-name { padding: 11px 2px 0; }
  .product-name h3 { font-size: 18px; }
  .product-name p { font-size: 8px; line-height: 1.35; }
  .product-name > span { display: none; }
  .section-cta { margin-top: 43px; }
  .section-cta .button { width: 100%; }
  .bouquet-layout { gap: 48px; }
  .bouquet-copy { text-align: left; }
  .bouquet-lede { margin-inline: 0; }
  .occasion-list { justify-content: flex-start; }
  .bouquet-copy .button { width: 100%; }
  .bouquet-grid { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 10px; }
  .gift-card-main { grid-column: span 2; grid-row: auto; aspect-ratio: 1.05; }
  .gift-card:not(.gift-card-main) { aspect-ratio: .78; }
  .gift-card { border-radius: 16px; }
  .gift-card-overlay { right: 12px; bottom: 12px; left: 12px; }
  .gift-card-overlay h3 { font-size: 19px; }
  .gift-card-overlay > span { padding: 5px 7px; font-size: 8px; }
  .gift-card:not(.gift-card-main) .gift-card-overlay { display: block; }
  .gift-card:not(.gift-card-main) .gift-card-overlay > span { display: inline-block; margin-top: 7px; }
  .step { padding: 33px 25px; }
  .review-top { display: block; }
  .rating-summary { width: max-content; margin-top: 25px; }
  .review-card { min-height: 290px; padding: 27px; }
  .review-card blockquote { font-size: 22px; }
  .insta-block { padding: 12px; border-radius: 18px; }
  .insta-block header { padding-bottom: 12px; }
  .insta-avatar { width: 38px; height: 38px; }
  .insta-grid { gap: 4px; }
  .insta-grid a { border-radius: 6px; }
  .footer-main { padding: 80px 0 72px; }
  .footer-main h2 { font-size: 51px; }
  .footer-cta { width: 100%; padding-inline: 15px; }
  .footer-sparkle { font-size: 145px; }
  .footer-bottom { gap: 20px; }
  .footer-socials { gap: 15px; justify-content: space-between; }
  .floating-whatsapp { display: grid; }
}

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

@media print {
  .announcement, .site-header, .floating-whatsapp { display: none; }
  .reveal { opacity: 1; transform: none; }
}
