:root {
  --ink: #171714;
  --soft-ink: #52504a;
  --ivory: #f7f4ee;
  --sand: #e9e1d5;
  --wine: #7e2636;
  --wine-dark: #611a28;
  --sage: #cbd2c7;
  --mist: #bacbd1;
  --champagne: #c3a36c;
  --white: #fff;
  --line: rgba(23, 23, 20, .14);
  --radius-sm: 10px;
  --radius-md: 20px;
  --shadow-sm: 0 12px 35px rgba(25, 24, 20, .08);
  --shadow-lg: 0 32px 90px rgba(25, 24, 20, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--wine); color: var(--white); }

.topbar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 46px; padding: 8px 4%; background: var(--ink); color: var(--white); font-size: 9px; font-weight: 600; letter-spacing: .14em; }
.topbar span + span { position: relative; }
.topbar span + span::before { content: "·"; position: absolute; left: -25px; color: var(--champagne); }
.site-header { position: sticky; top: 0; z-index: 20; height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4%; border-bottom: 1px solid rgba(23, 23, 20, .08); background: rgba(247, 244, 238, .9); backdrop-filter: blur(18px); }
.site-header nav { display: flex; gap: 30px; justify-self: start; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.site-header nav a { transition: color .2s; }
.site-header nav a:hover { color: var(--wine); }
.brand { grid-column: 2; grid-row: 1; font-family: Manrope, sans-serif; font-size: 20px; font-weight: 600; letter-spacing: .22em; }
.header-cta { grid-column: 3; grid-row: 1; justify-self: end; padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: .2s; }
.header-cta:hover { background: var(--ink); color: var(--white); }

.hero { min-height: calc(100vh - 108px); display: grid; grid-template-columns: 43% 57%; background: linear-gradient(135deg, #f2ece2, var(--ivory)); }
.hero-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: 7vw 6vw 7vw 8vw; }
.hero-rating, .buy-rating { display: inline-flex; align-items: center; align-self: flex-start; gap: 7px; font-size: 10px; font-weight: 600; }
.hero-rating { margin-bottom: 34px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .45); }
.hero-rating span, .buy-rating span, .rating-stars { color: var(--champagne); letter-spacing: 1px; }
.hero-rating small { color: var(--soft-ink); }
.hero-rating b { margin-left: 4px; color: var(--wine); }
.eyebrow { margin: 0 0 18px; color: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .lifestyle h2, .identity-copy h2, .buy-panel h2, .emotion-card h2, .reviews h2, .faq h2, .final-cta h2 { font-family: Manrope, sans-serif; font-weight: 500; letter-spacing: -.065em; }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(48px, 5.2vw, 78px); line-height: .98; text-wrap: balance; }
.hero-lead { max-width: 580px; margin: 28px 0 17px; color: var(--soft-ink); font-size: 15px; line-height: 1.65; }
.hero-signature { max-width: 530px; margin: 0 0 28px; color: #282722; font-family: Manrope, sans-serif; font-size: 16px; font-weight: 500; line-height: 1.5; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 30px; font-size: 10px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; padding: 15px 21px; border: 0; border-radius: var(--radius-sm); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: var(--white); box-shadow: 0 14px 32px rgba(126, 38, 54, .2); }
.button-primary:hover { background: var(--wine-dark); box-shadow: 0 18px 38px rgba(126, 38, 54, .28); }
.hero .button { align-self: flex-start; min-width: 255px; }
.payment-note { width: 255px; display: flex; align-items: center; justify-content: space-between; gap: 14px; box-sizing: border-box; margin: 13px 0 0; padding: 11px 13px; border: 1px solid rgba(126,38,54,.13); border-radius: 12px; background: rgba(255,255,255,.55); box-shadow: 0 8px 24px rgba(41,35,30,.06); }
.payment-price { display: grid; flex: 0 0 auto; line-height: 1; }
.payment-note del { color: #918d85; font-size: 9px; }
.payment-note strong { margin-top: 4px; color: var(--wine); font-family: Manrope, sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -.04em; }
.payment-installments { max-width: 86px; color: #625f59; font-size: 9px; line-height: 1.35; }
.hero-image { position: relative; min-height: 620px; overflow: hidden; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23, 23, 20, .05), transparent 25%); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.image-chip { position: absolute; z-index: 2; left: 22px; bottom: 22px; padding: 10px 13px; border-radius: 999px; background: rgba(255, 255, 255, .9); backdrop-filter: blur(12px); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.benefit-strip { min-height: 54px; display: flex; align-items: center; justify-content: space-around; padding: 0 4%; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.benefit-strip span:not(:last-child)::after { content: "•"; margin-left: 8vw; color: var(--wine); }

.section { padding: 120px 7%; }
.lifestyle { display: grid; grid-template-columns: 56% 44%; max-width: 1540px; margin: auto; padding: 0; background: var(--white); }
.lifestyle-image { min-height: 740px; }
.lifestyle-image img { width: 100%; height: 100%; object-fit: cover; }
.lifestyle-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw 7vw; }
.lifestyle h2 { margin: 0 0 28px; font-size: clamp(42px, 5vw, 70px); line-height: .99; }
.lifestyle-copy > p:not(.eyebrow) { margin: 0 0 18px; color: var(--soft-ink); font-size: 15px; line-height: 1.7; }
.story-lines { padding: 16px 0 16px 18px; border-left: 2px solid var(--champagne); color: var(--ink) !important; }
.text-link { align-self: flex-start; margin-top: 13px; padding-bottom: 5px; border-bottom: 1px solid var(--wine); color: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.identity-section { position: relative; display: grid; grid-template-columns: 32% 68%; max-width: 1540px; margin: 0 auto; padding: 130px 7%; overflow: hidden; background: var(--sage); }
.identity-number { align-self: start; color: rgba(255, 255, 255, .55); font-family: Manrope, sans-serif; font-size: clamp(100px, 15vw, 220px); font-weight: 500; line-height: .72; letter-spacing: -.1em; }
.identity-copy { position: relative; max-width: 750px; }
.identity-copy h2 { margin: 0 0 32px; font-size: clamp(44px, 5.4vw, 78px); line-height: .98; }
.identity-copy > p:not(.eyebrow) { max-width: 650px; margin: 0 0 17px; color: #35403a; font-size: 15px; line-height: 1.75; }
.identity-copy strong { display: block; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(23, 23, 20, .18); font-family: Manrope, sans-serif; font-size: 19px; font-weight: 500; line-height: 1.5; }

.buy-section { display: grid; grid-template-columns: 52% 48%; grid-template-rows: 1fr auto; background: linear-gradient(140deg, #d8e1e3, var(--mist)); }
.buy-image { grid-column: 1; grid-row: 1; width: calc(100% - clamp(40px, 6vw, 88px)); max-width: 720px; min-height: 0; align-self: end; justify-self: center; display: grid; place-items: center; box-sizing: border-box; overflow: hidden; padding: clamp(24px, 3vw, 38px); border: 1px solid rgba(255,255,255,.52); border-radius: 30px; background: linear-gradient(145deg, #ede7dd, #ddd3c5); box-shadow: 0 24px 60px rgba(55,66,70,.12); }
.buy-image img { width: min(100%, 590px); height: auto; aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(255,255,255,.8); border-radius: 22px; box-shadow: 0 24px 55px rgba(40,35,28,.16); transition: transform .5s, opacity .2s; }
.buy-image:hover img { transform: scale(1.015); }
.buy-panel { grid-column: 2; grid-row: 1 / 3; align-self: center; max-width: 650px; padding: 7vw 7vw; }
.buy-rating { margin-bottom: 19px; }
.buy-rating small { color: #556267; font-weight: 500; }
.buy-panel h2 { margin: 0; font-size: clamp(42px, 4.5vw, 68px); line-height: 1; }
.buy-description { max-width: 520px; margin: 21px 0 0; color: #455258; font-size: 14px; line-height: 1.65; }
.price-row { position: relative; display: flex; align-items: flex-end; gap: 16px; margin: 25px 0 20px; padding: 24px 0 20px; border-top: 1px solid rgba(23, 23, 20, .15); border-bottom: 1px solid rgba(23, 23, 20, .15); }
.price-values { display: grid; gap: 2px; }.price-values del { color: #6c777a; font-size: 11px; }.price-row strong { color: var(--wine); font-size: 31px; letter-spacing: -.04em; }
.price-row span { color: #526065; font-size: 11px; }
.price-row > b { position: absolute; top: 7px; right: 0; color: var(--wine); font-size: 7px; letter-spacing: .12em; }
.selection { display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 600; }
.selection strong { padding: 6px 10px; border-radius: 999px; background: rgba(255, 255, 255, .7); color: var(--wine); }
.selection-preview > img { display: none; }
.buy-section > .selection-preview { grid-column: 1; grid-row: 2; width: calc(100% - clamp(40px, 6vw, 88px)); max-width: 720px; justify-self: center; margin: 14px 0 clamp(34px, 4vw, 58px); padding: 15px; border: 1px solid rgba(255,255,255,.6); border-radius: 18px; background: rgba(255,255,255,.58); box-shadow: 0 12px 32px rgba(39,47,49,.08); }
.buy-section > .selection-preview .selection strong { display: none; }
.buy-section > .selection-preview .swatch span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (min-width: 781px) {
  .buy-section > .selection-preview .swatches { grid-template-columns: repeat(6, 46px); justify-content: start; gap: 10px; }
  .buy-section > .selection-preview .swatch { width: 46px; height: 46px; justify-content: center; padding: 0; border-radius: 50%; }
}
.swatches { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 18px 0 24px; }
.swatch { --swatch-color: #ccc; width: 100%; height: 46px; display: flex; align-items: center; gap: 8px; padding: 7px 9px; border: 1px solid rgba(23,23,20,.13); border-radius: 12px; outline: 2px solid transparent; outline-offset: 1px; background: rgba(255,255,255,.56); box-shadow: none; cursor: pointer; transition: transform .2s, border-color .2s, background .2s, outline-color .2s; }
.swatch::before { content: ""; width: 22px; height: 22px; flex: 0 0 auto; border: 3px solid rgba(255,255,255,.85); border-radius: 50%; background: var(--swatch-color); box-shadow: 0 2px 7px rgba(23,23,20,.16); }
.swatch span { overflow: hidden; font-size: 8px; font-weight: 700; letter-spacing: .04em; text-overflow: ellipsis; text-transform: uppercase; }
.swatch:hover { transform: translateY(-2px); background: rgba(255,255,255,.78); }
.swatch.active { border-color: var(--wine); outline-color: rgba(126,38,54,.18); background: var(--white); }
.gold { --swatch-color: var(--champagne); }.green { --swatch-color: #27614f; }.blue { --swatch-color: #78b5ca; }.red { --swatch-color: #9a2738; }.white { --swatch-color: #f6f0e5; }.silver { --swatch-color: #b6b9bb; }
.meaning-gold { background: var(--champagne); }.meaning-green { background: #27614f; }.meaning-blue { background: #78b5ca; }.meaning-red { background: #9a2738; }.meaning-white { background: #f6f0e5; }.meaning-silver { background: #b6b9bb; }
.color-meanings { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin-bottom: 21px; padding: 18px 0; border-top: 1px solid rgba(23, 23, 20, .15); border-bottom: 1px solid rgba(23, 23, 20, .15); }
.color-meanings span { display: flex; align-items: center; gap: 8px; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.color-meanings i { width: 9px; height: 9px; flex: 0 0 auto; border: 1px solid rgba(23, 23, 20, .12); border-radius: 50%; }
.choice-message { margin: 0 0 19px; color: #39474b; font-family: Manrope, sans-serif; font-size: 13px; font-weight: 500; line-height: 1.55; }
.checkout-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.checkout-heading strong { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.checkout-heading span { color: #5d696d; font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }
.checkout-heading span::before { content: "🔒"; margin-right: 5px; }
.checkout-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.checkout-button { min-height: 52px; display: flex; align-items: center; gap: 9px; box-sizing: border-box; padding: 10px 12px; border: 1px solid rgba(23,23,20,.15); border-radius: 13px; background: rgba(255,255,255,.68); color: var(--ink); box-shadow: 0 8px 22px rgba(39,47,49,.06); font-size: 9px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; }
.checkout-button::before { content: ""; width: 21px; height: 21px; flex: 0 0 auto; border: 3px solid rgba(255,255,255,.9); border-radius: 50%; background: var(--swatch-color); box-shadow: 0 2px 7px rgba(23,23,20,.18); }
.checkout-button span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.checkout-button b { margin-left: auto; color: var(--wine); font-size: 14px; font-weight: 500; }
.checkout-button:hover, .checkout-button:focus-visible { transform: translateY(-2px); border-color: var(--wine); background: var(--white); box-shadow: 0 12px 26px rgba(75,33,42,.11); }
.checkout-button.is-selected { border-color: var(--wine); outline: 2px solid rgba(126,38,54,.13); outline-offset: 1px; background: var(--white); }
.checkout-buttons { display: block; }
.checkout-button { display: none; }
.checkout-button.is-selected { min-height: 68px; display: flex; padding: 13px 16px; border: 0; border-radius: 16px; outline: 0; background: linear-gradient(135deg, var(--wine), var(--wine-dark)); color: var(--white); box-shadow: 0 14px 30px rgba(97,26,40,.24); font-size: 12px; }
.checkout-button.is-selected::before { width: 29px; height: 29px; border-color: rgba(255,255,255,.8); }
.checkout-button.is-selected span { flex: 1; font-size: 12px; letter-spacing: .055em; }
.checkout-button.is-selected em { color: rgba(255,255,255,.82); font-size: 12px; font-style: normal; font-weight: 600; white-space: nowrap; }
.checkout-button.is-selected b { margin-left: 5px; color: var(--white); font-size: 20px; }
.checkout-button.is-selected:hover, .checkout-button.is-selected:focus-visible { transform: translateY(-2px); border-color: transparent; background: linear-gradient(135deg, #912e41, var(--wine-dark)); box-shadow: 0 18px 36px rgba(97,26,40,.3); }
.purchase-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 16px; margin-top: 20px; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.purchase-notes span:last-child { grid-column: 1 / -1; }
.purchase-notes span::before { content: "✓"; margin-right: 8px; color: var(--wine); font-weight: 800; }

.emotion-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 1540px; margin: auto; }
.emotion-card { position: relative; min-height: 610px; display: flex; align-items: flex-end; padding: 8vw 7vw; }
.emotion-card > span { position: absolute; top: 27px; right: 30px; font-size: 9px; letter-spacing: .13em; }
.emotion-card > div { max-width: 560px; }
.emotion-card h2 { margin: 0 0 27px; font-size: clamp(42px, 4.6vw, 67px); line-height: .98; }
.emotion-card p:not(.eyebrow) { color: #494943; font-size: 14px; line-height: 1.72; }
.emotion-card q { display: block; margin: 21px 0; color: var(--wine); font-family: Manrope, sans-serif; font-size: 20px; font-weight: 500; line-height: 1.4; }
.attention-card { background: #ebe6de; }
.gift-card { background: #d9cbb8; }

.reviews { max-width: none; background: var(--white); }
.reviews-intro, .customer-photos-head, .customer-photos, .review-grid, .reviews-note { max-width: 1320px; margin-left: auto; margin-right: auto; }
.reviews-intro { display: grid; grid-template-columns: 1.15fr .8fr 1fr; align-items: end; gap: 5vw; margin-bottom: 43px; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.reviews h2 { margin: 0; font-size: clamp(42px, 4.8vw, 68px); line-height: .98; }
.reviews-copy { max-width: 410px; color: var(--soft-ink); font-size: 14px; line-height: 1.65; }
.rating-summary { display: flex; align-items: center; gap: 17px; }
.rating-summary > strong { font-size: 56px; font-weight: 500; letter-spacing: -.07em; }
.rating-summary p { margin: 5px 0 0; color: #77736d; font-size: 10px; }
.rating-bars { display: grid; gap: 8px; }
.rating-bars > div { display: grid; grid-template-columns: 67px 1fr 28px; align-items: center; gap: 10px; font-size: 9px; }
.rating-bars i { height: 4px; overflow: hidden; border-radius: 999px; background: #e8e4dd; }
.rating-bars b { display: block; height: 100%; border-radius: inherit; background: var(--wine); }
.rating-bars em { color: #77736d; font-style: normal; text-align: right; }
.customer-photos-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 17px; }
.customer-photos-kicker { color: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.customer-photos-head h3 { margin: 5px 0 0; font-family: Manrope, sans-serif; font-size: 25px; font-weight: 500; letter-spacing: -.04em; }
.customer-photos-head p { max-width: 330px; margin: 0; color: #77736d; font-size: 10px; line-height: 1.5; text-align: right; }
.customer-photos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-bottom: 40px; }
.customer-photo { position: relative; aspect-ratio: 4 / 5; overflow: hidden; margin: 0; border-radius: var(--radius-sm); background: var(--sand); box-shadow: var(--shadow-sm); }
.customer-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.customer-photo:hover img { transform: scale(1.03); }
.customer-photo figcaption { position: absolute; left: 8px; bottom: 8px; padding: 6px 9px; border-radius: 999px; background: rgba(255, 255, 255, .9); font-size: 8px; font-weight: 700; letter-spacing: .07em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.review-card { min-height: 285px; display: flex; flex-direction: column; padding: 25px; border: 1px solid #e6e1d9; border-radius: var(--radius-md); background: #fbf9f5; transition: transform .2s, box-shadow .2s; }
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.review-top { display: flex; align-items: center; justify-content: space-between; }
.review-badge { padding: 6px 8px; border-radius: 999px; background: #ece7dd; color: var(--wine); font-size: 9px; font-weight: 700; }
.review-card blockquote { flex: 1; margin: 23px 0; font-size: 14px; line-height: 1.65; }
.review-card footer { display: flex; align-items: center; gap: 10px; padding: 0; }
.review-avatar { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--wine); color: var(--white); font-size: 10px; font-weight: 700; }
.review-card footer div { display: grid; gap: 2px; }
.review-card footer strong { font-size: 10px; }
.review-card footer small { color: #77736d; font-size: 9px; }
.reviews-note { margin-top: 22px; color: #827e77; font-size: 9px; text-align: center; }

.faq { max-width: 1320px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; margin: auto; }
.faq h2 { margin: 0; font-size: clamp(42px, 4.8vw, 67px); line-height: 1; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; list-style: none; cursor: pointer; font-size: 12px; font-weight: 600; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--wine); font-size: 20px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion p { margin: 0 0 22px; color: var(--soft-ink); font-size: 13px; line-height: 1.65; }
.final-cta { padding: 110px 7%; text-align: center; background: radial-gradient(circle at 50% 0, rgba(195, 163, 108, .16), transparent 38%), var(--ink); color: var(--white); }
.final-cta .eyebrow { color: #d8bd8f; }
.final-cta h2 { max-width: 780px; margin: 0 auto 25px; font-size: clamp(50px, 6vw, 84px); line-height: .98; }
.final-cta > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 32px; color: #c5c3bd; font-size: 14px; line-height: 1.7; }
.button-light { background: var(--white); color: var(--ink); }
.final-cta .button { margin: auto; }
.final-trust { max-width: 900px; display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 30px; margin: 42px auto 0; padding-top: 27px; border-top: 1px solid #44433f; color: #d4d1ca; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
body > footer { display: flex; align-items: center; justify-content: space-between; padding: 45px 5%; background: var(--ivory); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
body > footer .brand { display: block; grid-column: auto; grid-row: auto; }
body > footer p { color: #77736d; }
body > footer div { display: flex; gap: 20px; }

@media (max-width: 780px) {
  body { font-size: 16px; }
  body { padding-bottom: 0; }
  .topbar { min-height: 32px; padding: 7px 12px; font-size: 10px; }
  .topbar span + span { display: none; }
  .site-header { height: 58px; padding: 0 16px; }
  .site-header nav { display: none; }
  .site-header .brand { font-size: 16px; letter-spacing: .17em; }
  .header-cta { display: block; padding: 8px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; font-size: 10px; }
  .hero { display: flex; flex-direction: column; min-height: auto; }
  .hero-image { order: -1; min-height: 0; }
  .hero-image img { aspect-ratio: 4 / 5; object-position: center; }
  .hero-copy { padding: 32px 17px 44px; }
  .hero-rating { margin-bottom: 23px; }
  .hero h1 { font-size: clamp(42px, 12.3vw, 54px); line-height: .98; }
  .hero-lead { margin: 21px 0 14px; font-size: 14px; line-height: 1.55; }
  .hero-signature { margin-bottom: 23px; font-size: 14px; }
  .hero-points { gap: 9px 14px; margin-bottom: 25px; font-size: 11px; }
  .hero .button { width: 100%; min-width: 0; }
  .payment-note { width: 100%; padding: 12px 14px; }
  .payment-note strong { font-size: 22px; }
  .payment-installments { max-width: none; font-size: 10px; text-align: right; }
  .payment-note { text-align: center; }
  .image-chip { left: 11px; bottom: 11px; font-size: 9px; }
  .benefit-strip { min-height: 46px; justify-content: flex-start; gap: 26px; overflow-x: auto; padding: 0 17px; white-space: nowrap; font-size: 10px; }
  .benefit-strip span::after { display: none; }
  .section { padding: 70px 17px; }
  .lifestyle { display: block; }
  .lifestyle-image { min-height: 0; }
  .lifestyle-image img { aspect-ratio: 4 / 5; }
  .lifestyle-copy { padding: 45px 17px 68px; }
  .lifestyle h2, .faq h2 { font-size: 41px; }
  .lifestyle-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.62; }
  .story-lines { font-size: 13px !important; }
  .identity-section { display: block; padding: 70px 17px; }
  .identity-number { margin-bottom: 40px; font-size: 94px; }
  .identity-copy h2 { font-size: 42px; }
  .identity-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.65; }
  .identity-copy strong { font-size: 17px; }
  .buy-section { display: block; }
  .buy-image { width: calc(100% - 28px); margin: 20px auto 0; padding: 13px; border-radius: 22px; }
  .buy-image img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 15px; box-shadow: 0 16px 38px rgba(40,35,28,.18); }
  .buy-panel { padding: 32px 17px 42px; }
  .buy-panel h2 { font-size: 41px; }
  .buy-description { font-size: 13px; }
  .price-row { align-items: center; flex-direction: row; gap: 10px; margin: 18px 0 16px; padding: 18px 0 15px; }
  .price-row strong { font-size: 27px; }
  .selection-preview { display: grid; grid-template-columns: 118px 1fr; align-items: center; gap: 15px; margin-bottom: 14px; padding: 10px; border: 1px solid rgba(23,23,20,.16); border-radius: 17px; background: rgba(255,255,255,.78); }
  .selection-preview > img { width: 118px; height: 118px; display: block; border: 1px solid rgba(23,23,20,.1); border-radius: 12px; object-fit: cover; box-shadow: 0 7px 18px rgba(40,35,28,.16); }
  .selection { height: 100%; align-content: center; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; }
  .selection span { color: #526065; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
  .selection strong { padding: 0; background: transparent; font-size: 24px; }
  .swatches { grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 0 0 14px; }
  .swatch { min-width: 0; width: 100%; height: 50px; padding: 7px 8px; }
  .swatch::before { width: 24px; height: 24px; }
  .swatch span { font-size: 9px; }
  .swatch.active { border-width: 2px; outline-color: rgba(126,38,54,.25); }
  .color-meanings { gap: 8px; margin-bottom: 14px; padding: 13px 0; }
  .color-meanings span { font-size: 10px; }
  .choice-message { font-size: 14px; }
  .checkout-buttons { grid-template-columns: 1fr; gap: 8px; }
  .checkout-button { min-height: 54px; padding: 10px 13px; font-size: 10px; }
  .purchase-notes { grid-template-columns: 1fr; font-size: 10px; }
  .purchase-notes span:last-child { grid-column: auto; }
  .emotion-grid { display: block; }
  .emotion-card { min-height: 530px; padding: 76px 19px 46px; }
  .emotion-card h2 { font-size: 41px; }
  .emotion-card p:not(.eyebrow) { font-size: 14px; }
  .emotion-card q { font-size: 18px; }
  .reviews { padding-left: 0; padding-right: 0; overflow: hidden; }
  .reviews-intro { display: block; margin-bottom: 28px; padding: 0 17px 28px; }
  .reviews h2 { font-size: 41px; }
  .reviews-copy { font-size: 13px; }
  .rating-summary { margin: 26px 0 20px; }
  .rating-summary > strong { font-size: 50px; }
  .rating-bars { max-width: 420px; }
  .customer-photos-head { display: block; margin-top: 28px; padding: 0 17px; }
  .customer-photos-head h3 { font-size: 21px; }
  .customer-photos-head p { margin-top: 7px; text-align: left; }
  .customer-photos { display: flex; gap: 9px; overflow-x: auto; margin-bottom: 23px; padding: 0 17px 12px; scroll-padding-left: 17px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .customer-photos::-webkit-scrollbar, .review-grid::-webkit-scrollbar { display: none; }
  .customer-photo { flex: 0 0 68vw; max-width: 290px; scroll-snap-align: start; }
  .customer-photo-featured { flex-basis: 78vw; max-width: 330px; }
  .review-grid { display: flex; gap: 10px; overflow-x: auto; padding: 0 17px 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .review-card { min-width: 86vw; min-height: 265px; padding: 21px; scroll-snap-align: center; }
  .review-card blockquote { font-size: 13px; }
  .reviews-note { padding: 0 17px; line-height: 1.5; text-align: left; }
  .faq { display: block; }
  .faq > div:first-child { margin-bottom: 25px; }
  .accordion summary { padding: 19px 0; font-size: 12px; }
  .accordion p { font-size: 12px; }
  .final-cta { padding: 82px 17px; }
  .final-cta h2 { font-size: 46px; }
  .final-cta > p:not(.eyebrow) { font-size: 13px; }
  .final-cta .button { width: 100%; }
  .final-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 9px; text-align: left; }
  body > footer { display: grid; gap: 15px; padding: 34px 17px; }
}
/* Mobile polish: stronger hierarchy, comfortable reading and thumb-friendly actions. */
@media (max-width: 780px) {
  .site-header { grid-template-columns: 1fr auto; box-shadow: 0 5px 18px rgba(23,23,20,.05); }
  .site-header .brand { grid-column: 1; justify-self: start; }
  .header-cta { grid-column: 2; justify-self: end; padding: 10px 14px; border: 0; border-radius: 999px; background: var(--wine); color: var(--white); }

  .eyebrow { font-size: 10px; line-height: 1.4; letter-spacing: .13em; }
  .hero-copy { padding: 28px 20px 42px; }
  .hero h1 { max-width: 12ch; font-size: clamp(40px, 11.5vw, 50px); letter-spacing: -.055em; }
  .hero-lead, .hero-signature { max-width: 39rem; }
  .hero-image img { height: min(116vw, 520px); aspect-ratio: auto; object-fit: cover; }
  .hero-rating { min-height: 42px; align-items: center; padding: 0 2px; }
  .button { min-height: 56px; padding: 16px 18px; font-size: 12px; }

  .section { padding: 64px 20px; }
  .lifestyle-copy { padding: 40px 20px 60px; }
  .lifestyle-image { margin: 0 14px; overflow: hidden; border-radius: 20px; box-shadow: var(--shadow-sm); }
  .lifestyle h2, .identity-copy h2, .buy-panel h2, .emotion-card h2, .reviews h2, .faq h2 { font-size: clamp(36px, 10vw, 43px); line-height: 1.02; letter-spacing: -.045em; }
  .lifestyle-copy > p:not(.eyebrow), .identity-copy > p:not(.eyebrow), .emotion-card p:not(.eyebrow), .reviews-copy { font-size: 15px; line-height: 1.65; }

  .identity-section { padding: 58px 20px 64px; }
  .identity-number { margin-bottom: 24px; font-size: 72px; line-height: 1; }
  .identity-copy strong { margin-top: 24px; padding-top: 20px; font-size: 18px; }

  .buy-section { padding: 14px 0 0; }
  .buy-image { width: calc(100% - 28px); margin-top: 0; }
  .buy-panel { padding: 30px 20px 44px; }
  .buy-rating { display: inline-flex; min-height: 36px; align-items: center; margin-bottom: 15px; padding: 0 12px; border-radius: 999px; background: rgba(255,255,255,.6); font-size: 12px; }
  .buy-description { margin-top: 16px; font-size: 15px; line-height: 1.6; }
  .selection-preview { display: block; margin-bottom: 16px; padding: 12px; }
  .buy-section > .selection-preview { width: calc(100% - 28px); margin: 10px auto 0; background: rgba(255,255,255,.78); box-shadow: 0 10px 28px rgba(39,47,49,.08); }
  .buy-section > .choice-message, .buy-section > .checkout-heading, .buy-section > .checkout-buttons { width: calc(100% - 28px); margin-left: auto; margin-right: auto; }
  .buy-section > .choice-message { margin-top: 14px; margin-bottom: 10px; font-size: 13px; text-align: center; }
  .buy-section > .checkout-heading { margin-bottom: 9px; }
  .buy-section > .checkout-buttons { margin-bottom: 18px; }
  .buy-section > .checkout-buttons .checkout-button.is-selected { min-height: 64px; }
  .selection-preview > img { display: none; }
  .selection-preview .selection { height: auto; flex-direction: row; align-items: center; justify-content: space-between; gap: 8px; padding: 0 2px 12px; }
  .selection-preview .swatches { display: grid; grid-template-columns: repeat(6, 38px); justify-content: space-between; gap: 6px; margin: 0; }
  .selection-preview .swatch { width: 38px; height: 38px; justify-content: center; padding: 0; border-radius: 50%; background: rgba(255,255,255,.72); }
  .selection-preview .swatch::before { width: 25px; height: 25px; border-width: 2px; }
  .selection-preview .swatch span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .selection-preview .swatch.active { border: 2px solid var(--wine); outline: 2px solid rgba(126,38,54,.2); outline-offset: 1px; }
  .color-meanings { grid-template-columns: 1fr; gap: 9px; }
  .color-meanings span { font-size: 11px; text-transform: none; }
  .checkout-heading strong { font-size: 12px; }
  .checkout-heading span { font-size: 10px; }
  .checkout-button { min-height: 58px; border-radius: 14px; font-size: 12px; }

  .emotion-card { min-height: 470px; padding: 68px 20px 42px; }
  .emotion-card q { font-size: 20px; }

  .reviews { padding-top: 62px; padding-bottom: 62px; }
  .reviews-intro { padding-inline: 20px; }
  .rating-bars > div { grid-template-columns: 74px 1fr 30px; font-size: 11px; }
  .customer-photos-head { padding-inline: 20px; }
  .customer-photos { padding-left: 20px; scroll-padding-left: 20px; }
  .customer-photo { flex-basis: 74vw; border-radius: 16px; }
  .review-grid { padding-left: 20px; scroll-padding-left: 20px; }
  .review-card { min-width: 84vw; border-radius: 18px; }
  .review-card blockquote { font-size: 15px; line-height: 1.62; }

  .faq { padding: 62px 20px; }
  .accordion summary { min-height: 58px; align-items: center; font-size: 14px; line-height: 1.35; }
  .accordion p { font-size: 14px; line-height: 1.6; }
  .final-cta { padding: 72px 20px; }
  .final-cta h2 { font-size: clamp(42px, 12vw, 52px); }
  .final-cta > p:not(.eyebrow) { font-size: 15px; }
  body > footer { padding: 32px 20px; font-size: 11px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 38px; }
  .selection-preview .swatches { grid-template-columns: repeat(6, 33px); gap: 4px; }
  .selection-preview .swatch { width: 33px; height: 33px; }
  .selection-preview .swatch::before { width: 22px; height: 22px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
