/* home-v2 launch styles (see home-v2.js) */
/* product photos inside the arch shapes */
.v2-arch.is-photo, #v2-hero-arch { overflow: hidden !important; }
/* from first paint: EMS photos are room photos, so the arch is always a photo frame (no square cut-out flash) */
.v2-arch.is-photo img, .v2-arch.is-photo img.swap, .v2-arch.is-photo img.out, #v2-hero-arch img { position: absolute; inset: 0; left: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: none !important; filter: none; animation: none; }
.v2-arch.is-photo img.out, #v2-hero-arch img.out { opacity: 0; transition: opacity .35s ease; }
.v2-arch.is-photo img { transition: opacity .5s ease; }
.v2-hero-thumbs button.is-photo { overflow: hidden; }
.v2-hero-thumbs button.is-photo img { object-fit: cover; }
.v2-feature-arch.is-photo { display: block; overflow: hidden; background: #E9E1D2; }
.v2-feature-arch.is-photo img { inset: 0; left: 0; width: 100%; height: 100%; transform: none; object-fit: cover; filter: none; animation: none !important; }
.v2-list .th.is-photo { overflow: hidden; }
.v2-list .th.is-photo img { inset: 0; left: 0; bottom: 0; width: 100%; height: 100%; transform: none !important; object-fit: cover; }
#v2-list { max-height: 560px; overflow-y: auto; scrollbar-width: thin; }
.v2-pills button small { opacity: .6; font-size: .8em; margin-left: 2px; }

/* Evara story under the film */
/* caption over the film: heading and button share one left edge */
.v2-film-cap { text-align: left !important; }
.v2-film-cap .v2-btn { margin-left: 0; }
.v2-film-more, .v2-film-more * { text-align: left; }
.v2-film-more { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px, 4vw, 64px); max-width: 1180px; margin: 36px auto 56px; padding: 0 clamp(20px, 4vw, 48px); align-items: start; }
.v2-film-more h3 { font-weight: 400; font-size: clamp(22px, 2.2vw, 30px); margin: 6px 0 14px; color: var(--brown, #664331); }
.v2-film-more p { font-size: 15.5px; line-height: 1.7; color: var(--ink-soft, #4A3F35); margin: 0 0 12px; }
.v2-film-more .fm-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 18px; }
.v2-film-more .fm-price s { color: var(--muted, #8B7E72); margin-right: 6px; font-size: 14px; }
.v2-film-more .fm-price strong { font-size: 18px; color: var(--ink, #2A2117); }
.v2-film-more .fm-specs { margin: 0; display: grid; gap: 14px; }
.v2-film-more .fm-specs div { border-top: 1px solid var(--line, rgba(102,67,49,.12)); padding-top: 12px; }
.v2-film-more .fm-specs dt { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--taupe, #937867); margin-bottom: 4px; }
.v2-film-more .fm-specs dd { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--ink-soft, #4A3F35); }
@media (max-width: 800px) { .v2-film-more { grid-template-columns: 1fr; } }

/* comfort */
.v2-sofa .cush { transition: height .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1), background .4s ease; }
.v2-sofa.sink .cush { transform: translateY(var(--sink, 0)); }
.v2-sofa.dressed .cush, .v2-sofa.dressed .back { background-image: var(--fabric); background-size: 120px; background-position: center; }
.v2-feel { display: flex; align-items: center; gap: 10px; justify-content: center; margin-top: 16px; font-size: 13px; color: var(--ink-soft, #4A3F35); }
.v2-feel .bar { width: 160px; height: 6px; border-radius: 99px; background: rgba(102,67,49,.12); overflow: hidden; }
.v2-feel .bar i { display: block; height: 100%; background: var(--terracotta, #B57454); border-radius: 99px; transition: width .6s cubic-bezier(.16,1,.3,1); }
.v2-comfort-card { background: rgba(255,255,255,.6); border: 1px solid var(--line, rgba(102,67,49,.12)); border-radius: 16px; padding: 16px 18px; margin-bottom: 14px; animation: v2In .45s ease both; }
.v2-comfort-card strong { display: block; color: var(--brown, #664331); margin-bottom: 4px; }
.v2-comfort-card p { margin: 0 !important; }

/* fabric ranges (text cards) */
.v2-tier-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 14px 0 10px; }
.v2-tier-card { background: rgba(255,255,255,.6); border: 1px solid var(--line, rgba(102,67,49,.12)); border-radius: 14px; padding: 14px 16px; text-align: left; }
.v2-tier-card strong { display: block; color: var(--brown, #664331); font-size: 15px; }
.v2-tier-card span { display: block; font-size: 12px; color: var(--taupe, #937867); margin: 2px 0 6px; letter-spacing: .04em; }
.v2-tier-card p { margin: 0 !important; font-size: 13.5px !important; line-height: 1.5; }
.v2-tier-cards > .v2-link { grid-column: 1 / -1; margin-top: 4px; }
@media (max-width: 480px) { .v2-tier-cards { grid-template-columns: 1fr; } }
/* fabric swatches (retired) */
.v2-sw-blurb { font-size: 14px !important; margin: 0 0 10px !important; } .v2-sw-blurb span { color: var(--muted, #8B7E72); }
.v2-sw-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-bottom: 12px; }
.v2-sw-grid button, .sb-grid button { aspect-ratio: 1; border: 0; border-radius: 6px; background-size: cover; background-position: center; cursor: pointer; box-shadow: inset 0 0 0 1px rgba(0,0,0,.06); transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s; }
.v2-sw-grid button:hover, .sb-grid button:hover { transform: scale(1.08); box-shadow: 0 8px 16px -4px rgba(0,0,0,.2); position: relative; z-index: 1; }
.v2-sw-note { font-size: 13.5px !important; }
.v2-swatch-box { position: fixed; inset: 0; z-index: 400; background: rgba(28,25,22,.55); display: flex; align-items: center; justify-content: center; padding: 20px; animation: v2In .3s ease both; }
.v2-swatch-box[hidden] { display: none; }
.sb-in { position: relative; background: #FAF8F2; border-radius: 22px; width: min(980px, 100%); max-height: 92vh; overflow: auto; display: grid; grid-template-columns: 1fr 1fr; }
.sb-img { min-height: 420px; background-size: cover; background-position: center; border-radius: 22px 0 0 22px; }
.sb-side { padding: 28px; } .sb-side h3 { font-size: 26px; font-weight: 400; margin: 4px 0 10px; color: var(--brown, #664331); }
.sb-side p { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft, #4A3F35); }
.sb-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin: 16px 0 20px; }
.sb-grid button[aria-pressed="true"] { box-shadow: 0 0 0 2px var(--brown, #664331); }
.sb-cta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.sb-x { position: absolute; top: 12px; right: 14px; width: 36px; height: 36px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); font-size: 22px; cursor: pointer; z-index: 2; }
html.sb-open { overflow: hidden; }
@media (max-width: 760px) { .sb-in { grid-template-columns: 1fr; } .sb-img { min-height: 260px; border-radius: 22px 22px 0 0; } .v2-sw-grid { grid-template-columns: repeat(4, 1fr); } .sb-grid { grid-template-columns: repeat(5, 1fr); } }

/* full-width bands */
.estre-band { position: relative; height: min(78vh, 56vw); min-height: 420px; overflow: hidden; color: #F6F1E8; isolation: isolate; margin: 0; }
.estre-band .eb-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.estre-band .eb-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(18,14,11,.66) 0%, rgba(18,14,11,.25) 42%, rgba(18,14,11,0) 65%); }
.estre-band.al-right .eb-shade { background: linear-gradient(270deg, rgba(18,14,11,.66) 0%, rgba(18,14,11,.25) 42%, rgba(18,14,11,0) 65%); }
.estre-band .eb-copy { position: absolute; left: clamp(20px, 6vw, 96px); bottom: clamp(36px, 8vh, 90px); max-width: 500px; }
.estre-band.al-right .eb-copy { left: auto; right: clamp(20px, 6vw, 96px); text-align: right; }
.estre-band .eb-eyebrow { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: #D6B485; margin: 0 0 14px; }
.estre-band h2 { font-family: 'Manrope', var(--sans), sans-serif; font-weight: 300; font-size: clamp(32px, 4.2vw, 62px); line-height: 1.02; margin: 0 0 16px; color: #F6F1E8; }
.estre-band h2 em { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; color: #E9D3B0; }
.estre-band p { font-size: 16px; line-height: 1.6; color: rgba(246,241,232,.88); margin: 0 0 24px; }
@media (max-width: 900px) {
  /* phones + iPad portrait: picture/film on top at 16:10 (whole piece visible), words underneath on dark — never over the image */
  .estre-band { height: auto; min-height: 0; max-height: none; display: flex; flex-direction: column; background: #1C1916; }
  .estre-band .eb-media { position: relative; inset: auto; height: auto; aspect-ratio: 16 / 10; z-index: 0; }
  .estre-band .eb-shade { display: none; }
  .estre-band .eb-copy, .estre-band.al-right .eb-copy { position: static; padding: 22px 20px 36px; max-width: none; text-align: left; }
  .estre-band h2 { font-size: 30px; margin-bottom: 10px; }
  .estre-band p { font-size: 15px; margin-bottom: 18px; }
}

/* split band (EMS bands[].layout = 'split'): the whole photo stays visible, words beside it — for pictures that must not be covered (the ET award) */
@media (min-width: 701px) {
  .estre-band.is-split { height: auto; min-height: 0; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); align-items: center; background: #1C1916; }
  .estre-band.is-split .eb-media { position: relative; inset: auto; height: auto; aspect-ratio: 16 / 9; z-index: 0; }
  .estre-band.is-split .eb-shade { display: none; }
  .estre-band.is-split .eb-copy { position: static; padding: clamp(28px, 4vw, 64px); max-width: 520px; }
  .estre-band.is-split h2 { font-size: clamp(30px, 3.2vw, 48px); }
}
.estre-band.is-split .eb-media { object-fit: contain; background: #E8DFD2; }

/* festive banner */
.festive-banner { display: block; margin: 0 0 32px; border-radius: 18px; overflow: hidden; } .festive-banner img { width: 100%; height: auto; display: block; }

/* floating WhatsApp */
.estre-wa-fab { position: fixed; left: 18px; bottom: 18px; z-index: 300; display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px 12px 12px; border-radius: 999px; background: #1F7A4D; color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; box-shadow: 0 10px 30px rgba(20,60,40,.35); transition: transform .25s ease; }
.estre-wa-fab:hover { transform: translateY(-2px); }
/* phones: the old two-button bar repeated the header search + hero buttons and sat under the chat and WhatsApp buttons */
.mobile-action-bar { display: none !important; }
@media (max-width: 700px) { .estre-wa-fab { bottom: 16px; left: 14px; padding: 12px; } .estre-wa-fab span { display: none; } .hero-film-piece { display: none !important; } }

/* launch: no configurator link, no certificate download (not available yet) */
.studios-online { display: none !important; }
a[href$="limited-warranty-certificate.pdf"] { display: none !important; }

/* grid children may shrink below their content (the 10-photo thumbnail strip and spec cards widened phones to ~750 px) */
.pd-grid > *, .pd-specs-grid > *, .pd-info, .pd-gallery, .cat-grid > *, .products-grid > *, .v2-coll-grid > * { min-width: 0; }
.pd-gallery-thumbs { display: flex; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: thin; max-width: 100%; }
.pd-gallery-thumbs > * { flex: 0 0 auto; }
.pd-specs-grid { overflow-wrap: anywhere; }
@media (max-width: 700px) { .pd-grid, .pd-specs-grid { grid-template-columns: minmax(0, 1fr) !important; } }
.v2-measure-body > * { min-width: 0; }
.v2-stage { overflow: hidden; }
@media (max-width: 480px) { .v2-sofa { transform: scale(.78); transform-origin: center bottom; } .v2-stage { padding-left: 12px; padding-right: 12px; } }

.qs-piece-image.qs-photo { overflow: hidden; position: relative; }
.qs-piece-image.qs-photo img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/3; }
.qs-piece-image.qs-photo .qs-pill { position: absolute; z-index: 1; }

/* phones: the Evara film plays in a plain 16:10 frame (no scroll-zoom that cropped it to the table); caption underneath */
@media (max-width: 700px) {
  .v2-film { height: auto !important; }
  .v2-film-pin { position: relative !important; height: auto !important; padding: 56px 0 8px !important; display: block !important; }
  .v2-film-head { position: static !important; opacity: 1 !important; transform: none !important; margin: 0 20px 22px; }
  .v2-film-head .v2-h2 { font-size: 30px; line-height: 1.1; }
  .v2-film-frame { --p: 0 !important; width: 100% !important; height: auto !important; aspect-ratio: 16 / 10; margin: 0 !important; border-radius: 0 !important; position: relative; }
  .v2-film-frame::after { display: none; }
  .v2-film-breathe { animation: none !important; inset: 0 !important; }
  .v2-film-light, .v2-film-hint { display: none !important; }
  .v2-film-cap { display: none !important; } /* the Evara block right below carries the name and button */
  .v2-film-btn { right: 12px !important; bottom: 12px !important; width: 38px !important; height: 38px !important; }
  .v2-film-more { margin-top: 8px; }
}

/* collection list: name and type never run together */
.v2-list .n { margin-right: 4px; }

/* the arch holds the whole product photo: wider window */
#v2-hero-arch { width: min(560px, 94%) !important; aspect-ratio: 560 / 520 !important; }
@media (max-width: 1100px) { #v2-hero-arch { width: min(480px, 74%) !important; } .v2-roof { width: 130px !important; height: 38px !important; } }
@media (max-width: 700px) { #v2-hero-arch { width: min(360px, 90%) !important; aspect-ratio: 1 / 1 !important; } .v2-roof { width: 96px !important; height: 28px !important; } }

/* estre.design is not linked for now */
a[href*="estre.design"], .pd-path-online, #pd-path-online-btn { display: none !important; }

/* top bar tools: phone, subscribe, social */
.premium-rail .container { display: flex; align-items: center; }
.rail-tools { margin-left: auto; display: inline-flex; align-items: center; gap: 14px; white-space: nowrap; }
.rail-tools a, .rail-sub { color: inherit; text-decoration: none; font: inherit; letter-spacing: inherit; }
.rail-phone { font-weight: 600; }
.rail-sub { background: #B57454; color: #fff !important; border: 0; border-radius: 999px; padding: 3px 10px; cursor: pointer; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; }
.rail-social { display: inline-flex; gap: 8px; }
.rail-social svg, .fs-icons svg { width: 14px; height: 14px; display: block; }
.rail-social a { opacity: .85; } .rail-social a:hover { opacity: 1; }
@media (max-width: 1500px) { .premium-rail .container > .rail-secondary, .premium-rail .container > .desktop-only { display: none !important; } }
@media (max-width: 1100px) { .premium-rail .container > span:not(.rail-tools), .premium-rail .container > i, .premium-rail .container > a:not(.rail-offer) { display: none !important; } }
@media (max-width: 700px) { .premium-rail .container > .rail-offer, .premium-rail .container > i { display: none !important; } .rail-social { display: none; } .rail-tools { margin: 0 auto; gap: 16px; } }
.footer-social { margin-top: 18px; } .footer-social p { margin: 0 0 8px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; opacity: .7; }
.fs-icons { display: inline-flex; gap: 14px; } .fs-icons svg { width: 20px; height: 20px; } .fs-icons a { color: inherit; opacity: .8; } .fs-icons a:hover { opacity: 1; }

/* newsletter dialog */
.sub-box { position: fixed; inset: 0; z-index: 400; background: rgba(28,25,22,.55); display: flex; align-items: center; justify-content: center; padding: 16px; }
.sub-box[hidden] { display: none; }
.sub-in { position: relative; background: #FAF8F2; border-radius: 20px; width: min(440px, 100%); max-height: 92vh; overflow: auto; padding: 28px 24px 22px; display: grid; gap: 12px; text-align: left; }
.sub-in h3 { margin: 0; font-weight: 400; font-size: 26px; color: var(--brown, #664331); }
.sub-lead { margin: 0; font-size: 14px; line-height: 1.55; color: var(--ink-soft, #4A3F35); }
.sub-in label { display: grid; gap: 6px; font-size: 13px; color: var(--ink, #2A2117); }
.sub-in input[type=email], .sub-in input[type=tel] { padding: 12px 14px; border: 1px solid rgba(102,67,49,.25); border-radius: 12px; font-size: 16px; background: #fff; }
.sub-in fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: 6px; } .sub-in legend { font-size: 13px; margin-bottom: 4px; }
.sub-in .chk { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.sub-in .v2-btn { justify-self: start; }
.sub-msg { margin: 0; font-size: 13px; color: #9A3B2B; min-height: 1em; }
.sub-x { position: absolute; top: 10px; right: 12px; width: 34px; height: 34px; border-radius: 50%; border: 0; background: rgba(0,0,0,.05); font-size: 22px; cursor: pointer; }

/* "Chosen for the way you live": the featured arch holds the whole photo (was 360 px and cropped the piece) */
.v2-feature-arch.is-photo { width: min(560px, 100%) !important; aspect-ratio: 560 / 480 !important; }
@media (max-width: 700px) { .v2-feature-arch.is-photo { width: 100% !important; aspect-ratio: 1 / 0.9 !important; } }

/* banner band (EMS bands[].layout = 'banner'): a finished picture with its own words — shown whole, the picture is the link */
.estre-band.is-banner { height: auto !important; min-height: 0 !important; display: block; background: none; }
.estre-band.is-banner a { display: block; }
.estre-band.is-banner img { display: block; width: 100%; height: auto; }

/* ── top arch: the whole photo sits inside the arch, over a soft blurred copy of itself (nothing is cut off) ── */
#v2-hero-arch.is-photo::before { content: ''; position: absolute; inset: -40px; background: var(--ph) center / cover no-repeat; filter: blur(26px) saturate(1.05) brightness(.97); z-index: 0; }
#v2-hero-arch.is-photo img { object-fit: contain !important; object-position: center 62% !important; z-index: 1; }

/* ── "Chosen for the way you live": half-width picture that changes, list on the right ── */
.v2-feat-media { position: relative; display: block; aspect-ratio: 5 / 4; border-radius: 22px; overflow: hidden; background: #E9E1D2; box-shadow: 0 30px 60px -30px rgba(43,31,26,.45); }
.v2-feat-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; opacity: 0; transition: opacity .7s ease, transform 6s ease; transform: scale(1.03); }
.v2-feat-media img.on { opacity: 1; transform: scale(1); }
.v2-feat-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 26px 22px; display: grid; gap: 4px; color: #FBF7F0; background: linear-gradient(0deg, rgba(20,14,10,.72) 0%, rgba(20,14,10,.35) 55%, rgba(20,14,10,0) 100%); z-index: 2; }
.v2-feat-cap .v2-eyebrow { color: #F1E6D4 !important; margin: 0; font-size: 11px; }
.v2-feat-cap .v2-eyebrow::before { background: #F1E6D4; }
.v2-feat-cap strong { font-size: clamp(28px, 3vw, 42px); font-weight: 400; letter-spacing: -.02em; line-height: 1.05; }
.v2-feat-cap em { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; opacity: .92; }
.v2-feat-cap .pr { font-size: 14px; margin-top: 4px; } .v2-feat-cap .pr s { opacity: .75; } .v2-feat-cap .pr b { font-size: 17px; } .v2-feat-cap .pr i { font-style: normal; background: #B57454; border-radius: 99px; padding: 2px 8px; font-size: 11.5px; margin-left: 4px; }
.v2-feat-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 18px; }
#v2-list button[aria-current="true"] { position: relative; }
#v2-list button[aria-current="true"]::after { content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: #3B1C14; transform-origin: 0 50%; animation: v2Rot 5s linear both; }
#v2-list.paused button[aria-current="true"]::after { animation: none; transform: scaleX(1); opacity: .5; }
@keyframes v2Rot { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (max-width: 900px) { .v2-feat-media { aspect-ratio: 4 / 3; border-radius: 16px; } .v2-feat-cap { padding: 44px 16px 14px; } .v2-feat-cap em { display: none; } }

/* ── social walls ── */
.sw-wrap { max-width: 1320px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 48px); }
.sw-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 34px; }
.sw-head h2 { font-family: 'Manrope', var(--sans), sans-serif; font-weight: 300; font-size: clamp(32px, 4vw, 54px); line-height: 1.02; letter-spacing: -.02em; margin: 6px 0 10px; }
.sw-head h2 em { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 500; }
.sw-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; margin: 0; }
.sw-eyebrow svg { width: 16px; height: 16px; }
.sw-text { margin: 0; max-width: 520px; font-size: 15.5px; line-height: 1.6; opacity: .85; }
.sw-follow { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 13px 22px; font-size: 14px; font-weight: 700; text-decoration: none; color: #fff; white-space: nowrap; transition: transform .25s ease, box-shadow .25s ease; }
.sw-follow:hover { transform: translateY(-2px); box-shadow: 0 12px 26px -10px rgba(0,0,0,.45); }
.sw-follow.pin { background: #E60023; }
.sw-follow.ig { background: linear-gradient(45deg, #F58529, #DD2A7B 50%, #8134AF 80%, #515BD4); }
/* Pinterest board */
.sw-pin { background: var(--cream, #F4F1EA); color: #3B1C14; padding: clamp(64px, 8vw, 110px) 0; }
.sw-pin .sw-eyebrow { color: #E60023; }
.sw-board { columns: 4 240px; column-gap: 16px; }
.sw-pin-tile { position: relative; break-inside: avoid; margin: 0 0 16px; border-radius: 18px; overflow: hidden; background: #E9E1D2; aspect-ratio: var(--ar, 4 / 5); }
.sw-pin-tile .sw-hit { position: absolute; inset: 0; display: block; }
.sw-pin-tile .sw-m { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s cubic-bezier(.16,1,.3,1), filter .4s ease; }
.sw-pin-tile:hover .sw-m { transform: scale(1.05); filter: brightness(.88); }
.sw-pin-tile figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; color: #fff; font-size: 14px; font-weight: 600; text-shadow: 0 1px 8px rgba(0,0,0,.45); opacity: 0; transform: translateY(6px); transition: all .35s ease; pointer-events: none; }
.sw-pin-tile:hover figcaption { opacity: 1; transform: none; }
.sw-save { position: absolute; top: 12px; right: 12px; background: #E60023; color: #fff; font-size: 13px; font-weight: 700; border-radius: 999px; padding: 9px 15px; text-decoration: none; opacity: 0; transform: translateY(-4px); transition: all .3s ease; }
.sw-pin-tile:hover .sw-save { opacity: 1; transform: none; }
.sw-play { position: absolute; left: 12px; top: 12px; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.85); color: #3B1C14; font-size: 11px; display: flex; align-items: center; justify-content: center; pointer-events: none; transition: opacity .3s; }
.sw-pin-tile:hover .sw-play { opacity: 0; }
/* Instagram reel strip */
.sw-ig { background: #1C1916; color: #F6F1E8; padding: clamp(64px, 8vw, 110px) 0; }
.sw-ig .sw-eyebrow { color: #E9D3B0; }
.sw-prof { display: flex; gap: 18px; align-items: flex-start; }
.sw-ring { flex: 0 0 auto; width: 64px; height: 64px; border-radius: 50%; padding: 3px; background: linear-gradient(45deg, #F58529, #DD2A7B 50%, #8134AF 80%, #515BD4); }
.sw-ring img { width: 100%; height: 100%; border-radius: 50%; background: #FAF8F2; border: 3px solid #1C1916; object-fit: contain; display: block; }
.sw-actions { display: flex; align-items: center; gap: 10px; }
.sw-arrow { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(246,241,232,.35); background: none; color: inherit; font-size: 16px; cursor: pointer; }
.sw-reel { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(220px, 22vw, 290px); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 8px; scrollbar-width: none; }
.sw-reel::-webkit-scrollbar { display: none; }
.sw-ig-tile { position: relative; display: block; aspect-ratio: 9 / 14; border-radius: 18px; overflow: hidden; scroll-snap-align: start; background: #2A2521; }
.sw-ig-tile .sw-m { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.sw-ig-tile:hover .sw-m { transform: scale(1.05); }
.sw-ig-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 45%); pointer-events: none; }
.sw-ig-mark { position: absolute; top: 12px; right: 12px; width: 26px; height: 26px; color: #fff; z-index: 1; } .sw-ig-mark svg { width: 100%; height: 100%; }
.sw-ig-cap { position: absolute; left: 14px; right: 14px; bottom: 14px; font-size: 14px; font-weight: 600; color: #fff; z-index: 1; }
@media (max-width: 700px) {
  .sw-board { columns: 2 150px; column-gap: 10px; } .sw-pin-tile { margin-bottom: 10px; border-radius: 14px; }
  .sw-save { opacity: 1; transform: none; padding: 6px 11px; font-size: 11.5px; top: 8px; right: 8px; }
  .sw-pin-tile figcaption { opacity: 1; transform: none; font-size: 12.5px; left: 10px; bottom: 9px; }
  .sw-play { opacity: 1; }
  .sw-reel { grid-auto-columns: 62vw; } .sw-arrow { display: none; }
  .sw-head { margin-bottom: 22px; } .sw-follow { padding: 11px 18px; font-size: 13px; }
}

/* phones: side-scrolling rows (category filters) scroll inside themselves; the page itself never scrolls sideways */
html, body { overflow-x: clip; }
.cat-subnav-inner { overflow-x: auto; scrollbar-width: none; max-width: 100%; }
.cat-subnav-inner::-webkit-scrollbar { display: none; }

/* "Chosen for the way you live" (owner 26 Sep): picture = 75% of the page, flush to the left edge, tall; product list = 25% */
@media (min-width: 901px) {
  .v2-coll .v2-coll-grid { width: 100vw; margin-left: calc(50% - 50vw); grid-template-columns: 75fr 25fr; gap: clamp(20px, 2.4vw, 40px); padding-right: clamp(18px, 2.4vw, 40px); align-items: stretch; }
  .v2-coll .v2-feature { min-width: 0; }
  .v2-coll .v2-feat-media { aspect-ratio: auto; height: min(84vh, 52vw); min-height: 460px; border-radius: 0 26px 26px 0; }
  .v2-coll .v2-feat-cap { padding: 90px clamp(24px, 5vw, 80px) 34px; }
  .v2-coll .v2-feat-cap strong { font-size: clamp(38px, 4.4vw, 68px); }
  .v2-coll .v2-feat-row { padding-left: clamp(24px, 5vw, 80px); }
  .v2-coll #v2-list { max-height: calc(min(84vh, 52vw) + 70px); }
  .v2-coll #v2-list button { gap: 10px; }
  .v2-coll #v2-list .th { width: 58px; height: 58px; flex: 0 0 58px; }
  .v2-coll #v2-list .n { font-size: 17px; }
  .v2-coll #v2-list .p { font-size: 13.5px; white-space: nowrap; }
}

/* Customer Care / Contact pages (EMS pages): contact cards + numbered steps */
.cc-page { max-width: 820px; }
.cc-lead { font-size: 18px; line-height: 1.6; }
.cc-ways { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; margin: 22px 0 34px; }
.cc-way { display: grid; gap: 4px; padding: 18px 18px 16px; border-radius: 16px; border: 1px solid rgba(102,67,49,.18); background: rgba(255,255,255,.65); text-decoration: none !important; color: inherit; transition: transform .25s ease, box-shadow .25s ease; }
.cc-way:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -18px rgba(43,31,26,.5); }
.cc-way strong { font-size: 16px; color: #3B1C14; } .cc-way span { font-size: 13.5px; opacity: .75; }
.cc-way.cc-wa { background: #1F7A4D; border-color: #1F7A4D; color: #fff; } .cc-way.cc-wa strong { color: #fff; } .cc-way.cc-wa span { opacity: .9; }
.cc-steps { counter-reset: cc; list-style: none; padding: 0; margin: 14px 0 30px; display: grid; gap: 12px; }
.cc-steps li { counter-increment: cc; position: relative; padding: 14px 16px 14px 58px; border-radius: 14px; background: rgba(255,255,255,.55); border: 1px solid rgba(102,67,49,.12); line-height: 1.55; }
.cc-steps li::before { content: counter(cc); position: absolute; left: 16px; top: 13px; width: 28px; height: 28px; border-radius: 50%; background: #3B1C14; color: #FBF7F0; font-weight: 700; font-size: 13.5px; display: flex; align-items: center; justify-content: center; }
.cc-note { margin-top: 26px; font-size: 14.5px; opacity: .85; }
