/* ============================================================================
   REFINE — 2026-07-09 design pass. Loaded LAST (wins).
   Direction: warm editorial furniture lookbook. Warm paper + cobalt used with
   restraint, confident type scale, generous rhythm, one consistent radius.
   ============================================================================ */
:root {
  /* warm the neutrals (the brand is warm/airy, not cold-gray) */
  --offwhite: #F7F1E6;        /* section bands = warm paper */
  --paper:    #FBF6EC;
  --line:     #EBE3D4;        /* warm hairlines */
  --line-2:   #E0D6C2;
  --muted:    #6a6350;
  --muted-2:  #7c745f;
  --sand:     #FBEFD8;
  --fog:      #E7E9F4;
  --shadow-sm: 0 1px 2px rgba(64,52,28,.05), 0 1px 2px rgba(64,52,28,.04);
  --shadow:    0 12px 34px rgba(60,48,24,.09);
  --shadow-lg: 0 26px 70px rgba(48,38,18,.16);
  --r: 14px; --r-lg: 22px; --r-pill: 999px;
}
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body { background: #FCF9F2; color: #2a2a33; }

/* ---- typography: bigger, tighter, more confident ---- */
.page-head h1, .coll-pdp-info h1, .set-pdp-info h1 { font-size: clamp(2rem, 4.2vw, 3.05rem); line-height: 1.12; font-weight: 700; letter-spacing: -.005em; }
.section-head h2 { font-size: clamp(1.9rem, 3.7vw, 2.75rem); line-height: 1.14; font-weight: 700; }
.section-head p { color: var(--muted); font-size: 1.06rem; line-height: 1.75; }
.page-head p { color: var(--muted); }
h3 { font-weight: 700; }

/* eyebrow — quieter, more editorial */
.eyebrow { font-size: .72rem; letter-spacing: .2em; font-weight: 700; gap: 10px; }
.eyebrow::before { width: 24px; height: 1.5px; }

/* ---- one consistent radius + refined buttons ---- */
.btn { border-radius: 12px; padding: 14px 28px; font-weight: 600; letter-spacing: .005em; }
.btn--lg { border-radius: 13px; padding: 16px 34px; }
.btn--primary:hover { box-shadow: 0 14px 30px rgba(21,70,186,.26); transform: translateY(-1px); }
.btn--ghost { background: transparent; border-color: var(--line-2); }
.btn--ghost:hover { background: #fff; border-color: var(--indigo); color: var(--indigo); }
input, select, textarea { border-radius: 11px !important; }

/* ---- section rhythm ---- */
.section { padding-block: 92px; }
.section--tight { padding-block: 58px; }
.page-head { background: var(--offwhite); }
.page-head .wrap { padding-block: 40px 34px; }

/* pdp pills — softer, warmer */
.pdp-pill { background: var(--offwhite); border: 1px solid var(--line); color: var(--indigo); border-radius: 999px; padding: 6px 14px; font-weight: 600; }

/* ---- collection + set pages: elevate ---- */
.coll-pdp-media, .set-main { border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.coll-pdp-info .name-en, .set-pdp-info .name-en { letter-spacing: .01em; }
.set-price b, .coll-pdp-price b { letter-spacing: -.02em; }
.set-actions .btn--primary, .coll-pdp-info .btn--primary { box-shadow: 0 12px 28px rgba(21,70,186,.22); }

/* room-set cards — warmer, cleaner */
.roomset-card, .coll-card, .pkg-card, .blog-card, .prod-card, .acc-card { border-radius: var(--r-lg); border-color: var(--line); }
.roomset-media, .coll-media { border-radius: 0; }
.roomset-price b { color: var(--cobalt); }

.coll-short-copy {
  max-width: 38ch;
}

.roomset-card--simple .roomset-body {
  gap: 10px;
}

.roomset-samples {
  display: flex;
  gap: 6px;
  margin-block: 2px 4px;
}

.roomset-samples span {
  display: block;
  width: 42px;
  height: 38px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--offwhite);
}

.roomset-samples img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.roomset-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
  height: 100%;
  padding: 12px;
  background: var(--offwhite);
}

.roomset-collage span {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.roomset-collage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ---- "shop the room" pieces = catalogue plates ---- */
.set-pieces { gap: 20px; }
.set-piece { border: 1px solid var(--line); border-radius: var(--r); background: #fff; }
.set-piece.active { border-color: var(--cobalt); }
.set-piece-img { background: var(--offwhite); }
.set-piece-name { padding: 14px 16px 16px; font-size: .96rem; font-weight: 700; color: var(--indigo);
  border-top: 1px solid var(--line); position: relative; }
.set-piece-name::before { content: ""; position: absolute; inset-block-start: -1px; inset-inline-start: 16px; width: 22px; height: 2px; background: var(--cobalt); }
.set-piece-name em { margin-top: 3px; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-2); }
.set-included-d, .section-head p { max-width: 52ch; }

.set-manifest {
  display: grid;
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 74px -64px rgba(27,33,67,.5);
}

.set-manifest-head {
  position: sticky;
  top: 104px;
}

.set-manifest-head h2 {
  margin: 8px 0 12px;
  color: var(--indigo);
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  line-height: 1.14;
}

.set-manifest-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.set-manifest-head > strong {
  display: inline-flex;
  margin-block-start: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(21,70,186,.08);
  color: var(--cobalt);
  font-size: .84rem;
}

.set-manifest-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.set-manifest-row {
  display: grid;
  gap: 8px;
  align-items: start;
  min-height: 0;
  padding: 9px;
  border: 1px solid rgba(21,70,186,.10);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(252,249,242,.7), rgba(255,255,255,1));
}

.set-manifest-num {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: var(--indigo);
  color: #fff;
  font-weight: 800;
  font-size: .8rem;
}

.set-manifest-img {
  display: block;
  width: 100%;
  height: 92px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--offwhite);
}

.set-manifest-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.set-manifest-copy strong {
  display: block;
  color: var(--indigo);
  font-weight: 800;
  line-height: 1.3;
  font-size: .84rem;
  text-align: center;
}

.set-manifest-copy em {
  display: block;
  margin-top: 2px;
  color: var(--muted-2);
  font-size: .76rem;
  font-style: normal;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.set-manifest-copy small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}

/* perks list — refined */
.pdp-perks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; background: var(--offwhite);
  border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px; }
.pdp-perks li { display: flex; align-items: center; gap: 9px; font-size: .9rem; color: var(--indigo); font-weight: 500; }
.pdp-perks .icon { color: var(--cobalt); }

/* trust bar — warm indigo, tighter */
.trust { background: var(--indigo); }
.trust .trust-item strong { color: #fff; }
.trust .trust-item span { color: rgba(255,255,255,.62); }
.trust .trust-item .ic { background: rgba(255,255,255,.08); color: #fff; }

/* hero refine */
.hero2 { background: linear-gradient(165deg, var(--sand) 0%, #FCF9F2 60%); }
.hero2-copy h1 { letter-spacing: -.01em; }
.hero2-card { border-radius: var(--r); }

/* homepage commerce pass */
.hero2 {
  position: relative;
  isolation: isolate;
}

.hero2::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.72), rgba(255,255,255,0) 42%),
    radial-gradient(circle at 78% 22%, rgba(21,70,186,.10), transparent 34%);
  z-index: -1;
}

.hero2-wrap {
  min-height: 0;
  padding-block: clamp(42px, 5vw, 72px);
}

.hero2-copy > p {
  max-width: 54ch;
}

.hero2-chips span {
  border-radius: 10px;
  background: rgba(255,255,255,.82);
}

.hero2-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: 16px;
  align-items: stretch;
  min-width: 0;
  max-width: 100%;
}

.hero2-frame {
  min-height: 520px;
  border-radius: 8px;
  box-shadow: 0 34px 80px -54px rgba(27,33,67,.65);
  min-width: 0;
  overflow: hidden;
}

.hero2-panel {
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 60px -42px rgba(27,33,67,.48);
  backdrop-filter: blur(12px);
  min-width: 0;
}

.hero2-panel-head {
  padding: 10px 10px 6px;
}

.hero2-panel-head span,
.hero2-room strong,
.path-card strong {
  display: block;
  color: var(--indigo);
  font-weight: 800;
}

.hero2-panel-head small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.5;
}

.hero2-room {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  padding: 10px;
  color: inherit;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hero2-room:hover {
  transform: translateY(-2px);
  border-color: rgba(21,70,186,.25);
  box-shadow: var(--shadow-sm);
}

.hero2-room img {
  width: 72px;
  height: 58px;
  object-fit: cover;
  background: var(--fog);
  border-radius: 6px;
}

.hero2-room em {
  display: block;
  margin-top: 3px;
  color: var(--cobalt);
  font-size: .82rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

.hero2-room .icon {
  color: var(--cobalt);
}

.roomset-note {
  display: inline-flex;
  width: max-content;
  margin-block: 8px 4px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(21,70,186,.08);
  color: var(--cobalt);
  font-size: .76rem;
  font-weight: 800;
}

.set-brief-section {
  background:
    linear-gradient(180deg, rgba(247,241,230,.75), rgba(252,249,242,.96));
}

.set-brief {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 30px 80px -62px rgba(27,33,67,.52);
}

.set-brief > h2 {
  grid-column: 1;
  margin: 6px 0 0;
  color: var(--indigo);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.05;
}

.set-brief > p {
  grid-column: 1;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.85;
}

.set-brief .eyebrow {
  grid-column: 1;
}

.set-brief-grid {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: grid;
  gap: 12px;
}

.set-brief-grid > div {
  padding: 18px;
  border: 1px solid rgba(21,70,186,.10);
  border-radius: 9px;
  background: #fff;
}

.set-brief-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--indigo);
  font-weight: 900;
}

.set-brief-grid span {
  display: block;
  color: var(--muted);
  line-height: 1.65;
}

.set-brief-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.set-brief-grid li {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--offwhite);
  color: var(--indigo);
  font-size: .78rem;
  font-weight: 800;
}

.home-paths {
  padding-block: 78px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* four furnishing routes: rooms, packages, styles, custom orders */
.path-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .path-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.path-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 22px;
  color: inherit;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 188px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.path-card:hover {
  transform: translateY(-3px);
  border-color: rgba(21,70,186,.24);
  box-shadow: var(--shadow);
}

.path-ic {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--cobalt);
  background: var(--fog);
  border-radius: 8px;
}

.path-copy em {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.65;
  font-size: .94rem;
}

.path-link {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: var(--cobalt);
  font-weight: 800;
  font-size: .9rem;
}

.path-link .icon {
  width: 17px;
  height: 17px;
}

.work {
  background: var(--offwhite);
}

.lx-cursor-ring,
.lx-cursor-dot,
.lx-spot {
  display: none !important;
}

html.lx-cursor,
html.lx-cursor body,
html.lx-cursor * {
  cursor: auto !important;
}

html.lx-cursor a,
html.lx-cursor button,
html.lx-cursor [role="button"],
html.lx-cursor [data-nav],
html.lx-cursor [data-add],
html.lx-cursor [data-set-add],
html.lx-cursor [data-pkg-add],
html.lx-cursor [data-fav],
html.lx-cursor summary,
html.lx-cursor select {
  cursor: pointer !important;
}

html.lx-cursor input,
html.lx-cursor textarea {
  cursor: text !important;
}

html,
body {
  cursor: default !important;
}

a,
button,
[role="button"],
[data-nav],
[data-add],
[data-set-add],
[data-pkg-add],
[data-fav],
summary,
select,
label {
  cursor: pointer !important;
}

input,
textarea {
  cursor: text !important;
}

/* product journey pass */
.shop-paths {
  padding-block-end: 18px;
}

.path-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.set-decision {
  margin-block: 22px 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: rgba(255,255,255,.7);
}

.set-label {
  margin-block-end: 10px;
  color: var(--indigo);
  font-size: .86rem;
  font-weight: 700;
}

.mode-toggle--set {
  margin-bottom: 12px;
}

.term-toggle--set {
  margin-bottom: 0;
  width: 100%;
}

.term-toggle--set button {
  flex: 1;
}

.set-price--live {
  margin-block-start: 18px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.set-price--live em {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(20,122,82,.12);
  color: var(--ok);
  font-size: .82rem;
  font-style: normal;
  font-weight: 700;
}

.set-price-note {
  margin-block: 4px 20px;
  color: var(--muted);
  font-size: .92rem;
}

.set-price-note b {
  color: var(--indigo);
}

.set-main--clean {
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.set-main--clean > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: var(--r-lg);
  background: var(--fog);
  box-shadow: var(--shadow-lg);
}

.set-thumb-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-block-start: 10px;
}

.set-thumb-strip span,
.set-thumb-strip b {
  display: grid;
  min-height: 82px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.set-thumb-strip img {
  width: 100%;
  height: 56px;
  object-fit: contain;
  display: block;
  background: var(--offwhite);
}

.set-thumb-strip em {
  max-width: 100%;
  padding: 5px 5px 6px;
  color: var(--indigo);
  font-size: .68rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.set-thumb-strip b {
  color: var(--cobalt);
  font-size: 1rem;
}

.set-service-summary {
  margin-block: 18px 22px;
  padding: 18px;
  border: 1px solid rgba(21,70,186,.16);
  border-radius: var(--r);
  background:
    linear-gradient(135deg, rgba(21,70,186,.08), rgba(255,255,255,.95) 46%, rgba(204,163,85,.12));
}

.pdp-perks--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 12px 14px;
}

.mobile-set-bar {
  display: none;
}

.set-service-summary strong {
  display: block;
  color: var(--indigo);
  font-size: 1.02rem;
  margin-block-end: 7px;
}

.set-service-summary p {
  margin: 0;
  color: var(--indigo-soft);
  line-height: 1.65;
  font-size: .94rem;
}

.set-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-block-start: 16px;
}

.set-service-strip span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 8px;
  border: 1px solid rgba(21,70,186,.1);
  border-radius: 10px;
  background: rgba(255,255,255,.78);
  color: var(--indigo);
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
}

.set-service-strip .icon {
  flex: none;
  color: var(--cobalt);
}

.set-next {
  margin-block-start: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
}

.set-next h3 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.set-next ol {
  margin: 0;
  padding-inline-start: 22px;
  color: var(--indigo-soft);
}

.set-next li {
  margin-block: 7px;
  padding-inline-start: 4px;
}

.coll-service-note,
.set-confirm-note {
  margin-block-start: 18px;
  padding: 18px;
  border: 1px solid rgba(21,70,186,.13);
  border-radius: var(--r);
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(247,241,230,.8));
}

.coll-service-note strong,
.set-confirm-note strong {
  display: block;
  color: var(--indigo);
  margin-block-end: 6px;
}

.coll-service-note p,
.set-confirm-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: .94rem;
}

.coll-service-note ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.coll-service-note li {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  color: var(--indigo);
  font-size: .84rem;
  font-weight: 700;
}

.coll-service-note .icon,
.set-confirm-note .icon {
  color: var(--cobalt);
  flex: none;
}

.set-confirm-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.set-confirm-note .ic {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #fff;
}

.pdp-room-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  margin-block: -6px 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
}

.pdp-room-cta strong {
  display: block;
  color: var(--indigo);
  font-size: 1rem;
  margin-block-end: 4px;
}

.pdp-room-cta p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.55;
}

.empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-block-start: 22px;
}

.service-explain {
  background: #FCF9F2;
}

.service-explain-wrap {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.service-explain .section-head {
  position: sticky;
  top: 104px;
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-step {
  position: relative;
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.service-step .ic {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--offwhite);
  color: var(--cobalt);
  margin-block-end: 18px;
}

.service-num {
  position: absolute;
  inset-block-start: 18px;
  inset-inline-end: 20px;
  font-weight: 700;
  color: rgba(21,70,186,.24);
  font-size: 1.35rem;
}

.service-step h3 {
  margin: 0 0 10px;
  color: var(--indigo);
}

.service-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

/* header — a touch more presence */
.site-header { background: rgba(252,249,242,.86); backdrop-filter: saturate(1.2) blur(10px); border-block-end: 1px solid var(--line); }

/* footer stays indigo (unchanged) */

@media (max-width: 1100px) {
  .hero2-visual {
    grid-template-columns: 1fr;
  }
  .hero2-frame {
    min-height: 380px;
  }
}

@media (max-width: 900px) {
  .pdp-perks { grid-template-columns: 1fr; }
  .section { padding-block: 64px; }
  .hero2-wrap {
    min-height: 0;
  }
  .hero2-visual {
    order: 0;
  }
  .hero2-frame {
    min-height: 320px;
  }
  .path-grid {
    grid-template-columns: 1fr;
  }
  .path-card {
    min-height: 0;
  }
  .pdp-room-cta {
    grid-template-columns: 1fr;
  }
  .service-explain-wrap,
  .service-steps {
    grid-template-columns: 1fr;
  }
  .set-manifest {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .set-manifest-head {
    position: static;
  }
  .coll-service-note ul {
    grid-template-columns: 1fr;
  }
  .service-explain .section-head {
    position: static;
  }
  .set-brief {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .set-brief > h2,
  .set-brief > p,
  .set-brief .eyebrow,
  .set-brief-grid {
    grid-column: 1;
    grid-row: auto;
  }
  .pdp-room-cta .btn,
  .empty-actions .btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .site-header,
  .header-inner,
  main,
  section,
  .wrap {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .wrap {
    padding-inline: 14px;
  }
  .breadcrumb {
    display: none;
  }
  .set-pdp,
  .coll-pdp {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-block-start: 8px;
  }
  .set-pdp-info,
  .coll-pdp-info {
    order: -1;
    padding-block-start: 0;
    width: 100%;
    min-width: 0;
    text-align: center;
  }
  .set-pdp-media,
  .coll-pdp-media {
    order: 0;
    width: 100%;
    min-width: 0;
  }
  .set-pdp-info h1,
  .coll-pdp-info h1 {
    max-width: 100%;
    font-size: 1.78rem;
    line-height: 1.15;
    margin-block: 4px 10px;
    overflow-wrap: anywhere;
  }
  .set-pdp-info .eyebrow,
  .coll-pdp-info .eyebrow,
  .set-pdp-info .pdp-tags,
  .coll-pdp-info .pdp-tags,
  .set-price--live {
    justify-content: center;
  }
  .set-price-note,
  .coll-short-copy {
    margin-inline: auto;
  }
  .set-decision {
    width: 100%;
    box-sizing: border-box;
    margin-block: 14px 8px;
    padding: 12px;
  }
  .mode-toggle--set,
  .term-toggle--set {
    width: 100%;
  }
  .mode-toggle--set button,
  .term-toggle--set button {
    min-width: 0;
    padding-inline: 8px;
    font-size: .9rem;
  }
  .set-price--live {
    margin-block-start: 12px;
  }
  .set-price-note {
    margin-block-end: 14px;
  }
  .set-main--clean > img {
    aspect-ratio: 4 / 3.15;
  }
  .hero2-panel {
    margin-top: -24px;
    position: relative;
    z-index: 2;
  }
  .hero2-room {
    grid-template-columns: 62px minmax(0, 1fr) 20px;
  }
  .hero2-room img {
    width: 62px;
    height: 52px;
  }
  .set-manifest-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 9px;
  }
  .set-manifest-num {
    width: 30px;
    height: 30px;
  }
  .set-manifest-img {
    width: 100%;
    height: 86px;
  }
  .service-step {
    min-height: 0;
  }
  .set-thumb-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .set-thumb-strip span:nth-child(n+5) {
    display: none;
  }
  .set-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .set-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ---- real store badges (App Store / Google Play) ---- */
.store-badges { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.store-badge-img { display: inline-block; line-height: 0; transition: transform .2s ease, filter .2s ease; }
.store-badge-img:hover { transform: translateY(-2px); }
.store-badge-img img { height: 48px; width: auto; display: block; }
.app-band-actions .store-badge-img img { height: 46px; }

/* ---- minimal homepage pass ---- */
.hero2--minimal {
  background: #FCF9F2;
}

.hero2--minimal::before {
  display: none;
}

.hero2--minimal .hero2-wrap {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: min(720px, calc(100svh - var(--header-h)));
  padding-block: clamp(32px, 4.5vw, 58px);
}

.hero2--minimal .hero2-copy h1 {
  max-width: 11ch;
  margin-block: 16px 14px;
  font-size: clamp(2.45rem, 5.5vw, 4.6rem);
  line-height: .98;
}

.hero2--minimal .hero2-copy > p {
  max-width: 39ch;
  margin-bottom: 24px;
  color: #60667A;
}

.hero2--minimal .hero2-eyebrow {
  background: transparent;
  border: 0;
  padding-inline: 0;
}

.hero2--minimal .hero2-cta {
  margin-bottom: 16px;
}

.hero2--minimal .hero2-chips {
  gap: 16px;
}

.hero2--minimal .hero2-chips span {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
}

.hero2--minimal .hero2-visual {
  display: block;
  min-width: 0;
}

.hero2--minimal .hero2-frame {
  min-height: min(62svh, 690px);
  border-radius: 10px;
  box-shadow: none;
}

.hero2--minimal .hero2-frame img {
  object-position: center;
}

.hero2--minimal + .trust {
  border-block: 1px solid rgba(255,255,255,.08);
}

.hero2--minimal + .trust .wrap {
  padding-block: 16px;
}

.hero2--minimal + .trust .trust-item {
  min-height: 0;
}

@media (max-width: 900px) {
  .hero2--minimal .hero2-wrap {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-height: 0;
    padding-block: 28px 42px;
  }

  .hero2--minimal .hero2-visual {
    order: -1;
    width: 100%;
  }

  .hero2--minimal .hero2-frame {
    min-height: 0;
    aspect-ratio: 4 / 3.05;
  }

  .hero2--minimal .hero2-copy {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .site-header .brand {
    display: none;
  }

  .header-inner {
    justify-content: center;
    padding-inline: 10px;
  }

  .header-tools {
    width: 100%;
    justify-content: center;
    gap: 12px;
  }

  .icon-btn {
    width: 38px;
    height: 38px;
  }

  .lang-toggle {
    min-width: 48px;
    padding-inline: 10px;
  }

  .hero2--minimal .hero2-wrap {
    gap: 22px;
    padding-block: 18px 34px;
  }

  .hero2--minimal .hero2-copy {
    text-align: center;
  }

  .hero2--minimal .hero2-copy h1 {
    max-width: none;
    font-size: 2.25rem;
    line-height: 1.04;
  }

  .hero2--minimal .hero2-copy > p {
    max-width: 33ch;
    margin-inline: auto;
  }

  .hero2--minimal .hero2-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero2--minimal .hero2-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .hero2--minimal .hero2-chips {
    justify-content: center;
  }

  .hero2--minimal + .trust .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding-block: 1px;
    padding-inline: 0;
    max-width: 100%;
  }

  .hero2--minimal + .trust .trust-item {
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 13px 8px;
    text-align: center;
    background: rgba(255,255,255,.035);
  }

  .hero2--minimal + .trust .trust-item strong {
    font-size: .86rem;
    line-height: 1.35;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .hero2--minimal + .trust .trust-item div > span {
    display: none;
  }
}

/* ---- premium homepage hero refresh ---- */
.hero2--atelier {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(252,249,242,.97) 0%, rgba(247,241,229,.98) 44%, #fff 100%);
}

.hero2--atelier::before {
  content: "";
  position: absolute;
  inset: -22% -8% auto auto;
  z-index: -2;
  width: 58vw;
  height: 58vw;
  min-width: 520px;
  min-height: 520px;
  background: radial-gradient(circle, rgba(21,70,186,.15), rgba(184,148,87,.10) 38%, transparent 68%);
  filter: blur(8px);
}

.hero2--atelier::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.82), rgba(255,255,255,0) 46%),
    repeating-linear-gradient(90deg, rgba(27,33,67,.045) 0 1px, transparent 1px 108px);
}

[dir="rtl"] .hero2--atelier::after {
  background:
    linear-gradient(270deg, rgba(255,255,255,.82), rgba(255,255,255,0) 46%),
    repeating-linear-gradient(90deg, rgba(27,33,67,.045) 0 1px, transparent 1px 108px);
}

.hero2--atelier .hero2-wrap {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  min-height: min(760px, calc(100svh - var(--header-h)));
  padding-block: clamp(42px, 6vw, 86px);
}

.hero2--atelier .hero2-copy {
  position: relative;
  z-index: 2;
}

.hero2--atelier .hero2-eyebrow {
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(21,70,186,.12);
  box-shadow: 0 18px 44px -34px rgba(27,33,67,.6);
  backdrop-filter: blur(14px);
}

.hero2--atelier .hero2-copy h1 {
  max-width: 11.8ch;
  margin-block: 18px 16px;
  font-size: clamp(2.65rem, 6vw, 5.2rem);
  line-height: .96;
  letter-spacing: -.045em;
}

.hero2--atelier .hero2-copy > p {
  max-width: 46ch;
  margin-bottom: 28px;
  color: #555d76;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
}

.hero2--atelier .hero2-cta {
  margin-bottom: 18px;
}

.hero2--atelier .hero2-chips {
  gap: 12px;
}

.hero2--atelier .hero2-chips span {
  border: 1px solid rgba(21,70,186,.10);
  background: rgba(255,255,255,.70);
  color: var(--indigo);
  border-radius: 999px;
  box-shadow: 0 14px 36px -30px rgba(27,33,67,.65);
  backdrop-filter: blur(12px);
}

.hero2--atelier .hero2-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(138px, 15vw, 208px);
  gap: clamp(12px, 2vw, 22px);
  align-items: stretch;
  min-height: clamp(430px, 54vw, 660px);
}

.hero2--atelier .hero2-frame {
  position: relative;
  min-height: 0;
  height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 34px 34px 34px 10px;
  background: #ece7dd;
  box-shadow: 0 42px 100px -56px rgba(27,33,67,.68);
}

.hero2--atelier .hero2-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0) 52%, rgba(9,16,42,.20));
}

.hero2--atelier .hero2-frame img {
  object-position: center;
  transform: scale(1.02);
}

.hero2--atelier .hero2-rail {
  display: grid;
  grid-template-rows: .82fr 1.14fr .9fr;
  gap: clamp(10px, 1.5vw, 16px);
  transform: translateY(28px);
}

.hero2--atelier .hero2-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 22px;
  background: #f3eee4;
  box-shadow: 0 24px 70px -46px rgba(27,33,67,.70);
}

.hero2--atelier .hero2-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.hero2--atelier .hero2-thumb--top {
  border-start-start-radius: 52px;
}

.hero2--atelier .hero2-thumb--mid {
  transform: translateX(-18px);
}

[dir="rtl"] .hero2--atelier .hero2-thumb--mid {
  transform: translateX(18px);
}

.hero2--atelier .hero2-thumb--low {
  border-end-end-radius: 52px;
}

.hero2--atelier + .trust {
  border-block: 1px solid rgba(255,255,255,.08);
}

.hero2--atelier + .trust .wrap {
  padding-block: 16px;
}

.hero2--atelier + .trust .trust-item {
  min-height: 0;
}

@media (max-width: 900px) {
  .hero2--atelier .hero2-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: 0;
    padding-block: 32px 52px;
  }

  .hero2--atelier .hero2-visual {
    order: -1;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero2--atelier .hero2-frame {
    height: auto;
    aspect-ratio: 16 / 10.5;
    border-radius: 26px;
  }

  .hero2--atelier .hero2-rail {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 112px;
    transform: none;
  }

  .hero2--atelier .hero2-thumb,
  .hero2--atelier .hero2-thumb--top,
  .hero2--atelier .hero2-thumb--low {
    border-radius: 18px;
  }

  .hero2--atelier .hero2-thumb--mid,
  [dir="rtl"] .hero2--atelier .hero2-thumb--mid {
    transform: none;
  }
}

@media (max-width: 560px) {
  .hero2--atelier .hero2-wrap {
    gap: 22px;
    padding-block: 20px 38px;
  }

  .hero2--atelier .hero2-copy {
    text-align: center;
  }

  .hero2--atelier .hero2-copy h1 {
    max-width: none;
    font-size: clamp(2.2rem, 13vw, 3rem);
    line-height: 1.02;
  }

  .hero2--atelier .hero2-copy > p {
    max-width: 34ch;
    margin-inline: auto;
  }

  .hero2--atelier .hero2-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero2--atelier .hero2-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .hero2--atelier .hero2-chips {
    justify-content: center;
  }

  .hero2--atelier .hero2-rail {
    grid-template-rows: 86px;
    gap: 8px;
  }

  .hero2--atelier + .trust .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding-block: 1px;
    padding-inline: 0;
    max-width: 100%;
  }

  .hero2--atelier + .trust .trust-item {
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 13px 8px;
    text-align: center;
    background: rgba(255,255,255,.035);
  }

  .hero2--atelier + .trust .trust-item strong {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: .86rem;
    line-height: 1.35;
    white-space: normal;
  }

  .hero2--atelier + .trust .trust-item div > span {
    display: none;
  }
}

/* ---- content-rich homepage, cleaner visual design ---- */
.hero2--cinema {
  position: relative;
  min-height: min(780px, calc(100svh - var(--header-h)));
  overflow: hidden;
  isolation: isolate;
  background: #111735;
}

.hero2--cinema::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(252,249,242,.96) 0%, rgba(252,249,242,.78) 34%, rgba(17,23,53,.18) 62%, rgba(17,23,53,.46) 100%),
    radial-gradient(circle at 18% 24%, rgba(255,255,255,.46), transparent 31%),
    linear-gradient(180deg, rgba(17,23,53,.14), rgba(17,23,53,.38));
}

[dir="rtl"] .hero2--cinema::before {
  background:
    linear-gradient(270deg, rgba(252,249,242,.96) 0%, rgba(252,249,242,.78) 34%, rgba(17,23,53,.18) 62%, rgba(17,23,53,.46) 100%),
    radial-gradient(circle at 82% 24%, rgba(255,255,255,.46), transparent 31%),
    linear-gradient(180deg, rgba(17,23,53,.14), rgba(17,23,53,.38));
}

.hero2--cinema::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(252,249,242,.08), rgba(17,23,53,.20)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.055) 0 1px, transparent 1px 120px);
  mix-blend-mode: screen;
  opacity: .42;
}

.hero2--cinema .hero2-slider {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: #111735;
}

/* Slides crossfade only — no Ken Burns zoom, so the backdrop stays calm behind the copy. */
.hero2--cinema .hero2-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transition: opacity .9s ease;
}

.hero2--cinema .hero2-slide.is-on { opacity: 1; }

.hero2--cinema .hero2-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero2--cinema .hero2-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: min(780px, calc(100svh - var(--header-h)));
  padding-block: clamp(38px, 5.2vw, 76px);
}

.hero2--cinema .hero2-copy {
  width: min(520px, 100%);
  padding: clamp(20px, 2.55vw, 34px);
  border: 1px solid rgba(255,255,255,.66);
  border-radius: 34px;
  background: rgba(252,249,242,.83);
  box-shadow: 0 34px 110px -56px rgba(17,23,53,.72);
  backdrop-filter: blur(18px);
}

.hero2--cinema .hero2-eyebrow {
  border-color: rgba(21,70,186,.13);
  background: rgba(255,255,255,.58);
  box-shadow: none;
}

.hero2--cinema .hero2-copy h1 {
  max-width: 12.8ch;
  margin-block: 14px 12px;
  font-size: clamp(2.35rem, 4.7vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.hero2--cinema .hero2-copy > p {
  max-width: 46ch;
  margin-bottom: 20px;
  color: #555d76;
  font-size: clamp(.95rem, 1.08vw, 1.04rem);
  line-height: 1.72;
}

.hero2--cinema .hero2-cta {
  margin-bottom: 12px;
}

.hero2--cinema .hero2-chips {
  gap: 10px;
}

.hero2--cinema .hero2-chips span {
  border-color: rgba(21,70,186,.10);
  background: rgba(255,255,255,.62);
  color: var(--indigo);
}

/* Delivery / insurance / maintenance promoted to primary messaging. */
.hero2-benefits {
  display: grid;
  gap: 8px;
  margin: 16px 0 20px;
  padding: 0;
  list-style: none;
}

.hero2-benefits li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--indigo);
  font-size: clamp(.9rem, 1.02vw, .99rem);
}

.hero2-benefits li .icon {
  flex: none;
  color: var(--cobalt);
}

.hero2-benefits li strong { font-weight: 600; }

/* Above-the-fold shortcuts straight into the catalogue. */
.hero2-jumps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.hero2-jumps-lab {
  color: #6a7290;
  font-size: .84rem;
}

.hero2-jump {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  border: 1px solid rgba(21,70,186,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--indigo);
  font-size: .87rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.hero2-jump:hover {
  border-color: rgba(21,70,186,.4);
  background: #fff;
  transform: translateY(-1px);
}

.hero2--cinema .hero2-dots {
  position: absolute;
  z-index: 3;
  inset-block-end: 22px;
  inset-inline-end: 26px;
  display: flex;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  /* dark pill keeps the controls legible over any slide */
  background: rgba(17,23,53,.32);
  backdrop-filter: blur(6px);
}

.hero2--cinema .hero2-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.5);
  cursor: pointer;
  transition: width .3s ease, background .3s ease;
}

.hero2--cinema .hero2-dots button.is-on {
  width: 30px;
  background: #fff;
}

.hero2--cinema + .trust {
  border-block: 1px solid rgba(255,255,255,.08);
}

.hero2--cinema + .trust .wrap {
  padding-block: 16px;
}

.hero2--cinema + .trust .trust-item {
  min-height: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hero2--cinema .hero2-slide {
    transition: none;
  }
}

@media (max-width: 900px) {
  .hero2--cinema {
    min-height: auto;
  }

  .hero2--cinema::before,
  [dir="rtl"] .hero2--cinema::before {
    background:
      linear-gradient(180deg, rgba(17,23,53,.14), rgba(17,23,53,.20) 34%, rgba(252,249,242,.95) 68%, rgba(252,249,242,.98) 100%);
  }

  .hero2--cinema .hero2-wrap {
    align-items: flex-end;
    min-height: min(760px, calc(100svh - var(--header-h)));
    padding-block: clamp(230px, 48vw, 360px) 28px;
  }

  .hero2--cinema .hero2-copy {
    width: 100%;
    border-radius: 28px;
  }

  .hero2--cinema .hero2-dots {
    inset-block-end: auto;
    inset-block-start: 18px;
    inset-inline-end: 18px;
  }
}

@media (max-width: 560px) {
  .hero2--cinema .hero2-wrap {
    min-height: 640px;
    padding-block: 250px 24px;
  }

  .hero2--cinema .hero2-copy {
    padding: 18px;
    text-align: center;
    border-radius: 24px;
  }

  .hero2--cinema .hero2-copy h1 {
    max-width: none;
    font-size: clamp(1.92rem, 10.5vw, 2.55rem);
    line-height: 1.08;
  }

  .hero2--cinema .hero2-copy > p {
    margin-inline: auto;
    margin-bottom: 16px;
    font-size: .94rem;
    line-height: 1.68;
  }

  .hero2--cinema .hero2-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero2--cinema .hero2-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .hero2--cinema .hero2-chips {
    justify-content: center;
  }

  .hero2--cinema .hero2-jumps {
    justify-content: center;
  }

  .hero2-benefits li {
    justify-content: center;
  }

  .hero2--cinema .hero2-dots {
    inset-block-end: auto;
    inset-block-start: 18px;
    inset-inline-end: 18px;
  }

  .hero2--cinema + .trust .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding-block: 1px;
    padding-inline: 0;
    max-width: 100%;
  }

  .hero2--cinema + .trust .trust-item {
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 13px 8px;
    text-align: center;
    background: rgba(255,255,255,.035);
  }

  .hero2--cinema + .trust .trust-item strong {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: .86rem;
    line-height: 1.35;
    white-space: normal;
  }

  .hero2--cinema + .trust .trust-item div > span {
    display: none;
  }
}

#app .view > .section {
  padding-block: clamp(54px, 6vw, 76px);
}

#app .view > .section:nth-of-type(even) {
  background: #FCF9F2;
}

#app .section-head {
  max-width: 620px;
  margin-bottom: 28px;
}

#app .section-head.center {
  max-width: 640px;
}

#app .section-head h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.18;
  margin-bottom: 10px;
}

#app .section-head p {
  font-size: 1rem;
  line-height: 1.7;
}

#app .eyebrow,
#app .hero2-eyebrow {
  letter-spacing: 0;
}

.home-paths {
  background: #fff;
}

.path-grid,
.steps,
.plans,
.tways {
  gap: 14px;
}

.path-card,
.step,
.plan,
.tway,
.pkg-card,
.blog-card,
.coll-card {
  border-radius: 8px;
  box-shadow: none;
}

.path-card,
.step,
.tway {
  background: #fff;
  border-color: #E8E1D4;
}

.path-card {
  min-height: 0;
  padding: 18px;
}

.path-ic,
.step .ic,
.pkg-card-ic,
.tway .av {
  border-radius: 8px;
}

.path-link,
.link-arrow {
  color: var(--cobalt);
}

.pkg-card,
.plan,
.blog-card,
.coll-card {
  border-color: #E8E1D4;
}

.pkg-card:hover,
.plan:hover,
.coll-card:hover,
.path-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 45px -36px rgba(27,33,67,.42);
}

.plan--feature,
.pkg-card--feat {
  border-width: 1px;
  box-shadow: none;
}

.plan--feature .tagband,
.pkg-badge,
.coll-soon {
  border-radius: 4px;
}

.coll-card--soon,
.coll-card--soon:hover {
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.coll-card--soon .coll-media img,
.coll-card--soon:hover .coll-media img {
  filter: grayscale(.16) saturate(.8) brightness(.78);
  transform: none;
}

.coll-card--soon .coll-soon {
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 0;
  background: rgba(27,33,67,.46);
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.35rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-shadow: 0 12px 34px rgba(0,0,0,.38);
}

.work {
  background: #fff;
}

/* Package detail style picker only: real room photos instead of flat swatches.
   Homepage package cards keep their original pkg-card design. */
.col-picker {
  align-items: stretch;
}

.col-tile {
  gap: 0;
  overflow: hidden;
  padding: 0;
}

.col-photo {
  position: relative;
  display: block;
  height: clamp(118px, 12vw, 160px);
  overflow: hidden;
  background: var(--fog);
}

.col-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(9,16,42,0) 42%, rgba(9,16,42,.20));
}

.col-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}

.col-tile:hover .col-photo img {
  transform: scale(1.045);
}

.col-name,
.col-price {
  padding-inline: 18px;
}

.col-name {
  padding-block-start: 16px;
}

.col-price {
  padding-block: 6px 18px;
}

.col-check {
  z-index: 2;
  background: rgba(21,70,186,.95);
  box-shadow: 0 12px 28px -18px rgba(27,33,67,.75);
}

/* Site-wide search results */
.search-group {
  margin-block: 28px 34px;
}

.search-group h2 {
  margin: 0 0 14px;
  color: var(--indigo);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.search-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.search-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 136px;
  overflow: hidden;
  color: inherit;
  background: #fff;
  border: 1px solid #E8E1D4;
  border-radius: 10px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.search-card:hover {
  transform: translateY(-2px);
  border-color: rgba(21,70,186,.22);
  box-shadow: 0 20px 48px -38px rgba(27,33,67,.48);
}

.search-card-img,
.search-card-ic {
  display: block;
  min-height: 100%;
  background: var(--fog);
}

.search-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-card-ic {
  display: grid;
  place-items: center;
  color: var(--cobalt);
}

.search-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  padding: 14px;
}

.search-card-body small {
  color: var(--cobalt);
  font-size: .72rem;
  font-weight: 800;
}

.search-card-body strong {
  color: var(--indigo);
  font-size: 1.02rem;
  line-height: 1.35;
}

.search-card-body em {
  display: -webkit-box;
  overflow: hidden;
  color: #6b7291;
  font-size: .86rem;
  font-style: normal;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.search-card-body .link-arrow {
  margin-block-start: auto;
  font-size: .82rem;
}

@media (max-width: 900px) {
  .search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .search-grid {
    grid-template-columns: 1fr;
  }

  .search-card {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 122px;
  }
}

/* Furnobly admin dashboard */
.dash-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(21,70,186,.10), transparent 34%),
    linear-gradient(135deg, #FCF9F2 0%, #F5F7FF 55%, #FFFFFF 100%);
  border-block-end: 1px solid var(--line);
}

.dash-hero::after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-end: -12%;
  width: 44%;
  background: linear-gradient(135deg, rgba(27,33,67,.10), rgba(21,70,186,.18));
  transform: skewX(-14deg);
  opacity: .7;
}

.dash-hero .wrap {
  position: relative;
  z-index: 1;
  padding-block: 34px 42px;
}

.dash-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 26px;
  align-items: end;
  margin-top: 18px;
}

.dash-hero h1 {
  margin: 8px 0 10px;
  color: var(--indigo);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.dash-hero p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.dash-note {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 68ch;
  margin-top: 18px;
  padding: 10px 13px;
  border: 1px solid rgba(21,70,186,.14);
  background: rgba(255,255,255,.74);
  color: #59617c;
  font-size: .86rem;
}

.dash-note .icon { color: var(--cobalt); flex: none; }

.dash-live {
  background: var(--indigo);
  color: #fff;
  padding: 24px;
  box-shadow: 0 22px 60px -34px rgba(27,33,67,.8);
}

.dash-live span,
.dash-live em {
  display: block;
  color: rgba(255,255,255,.72);
  font-style: normal;
  font-size: .82rem;
}

.dash-live strong {
  display: block;
  margin: 8px 0 2px;
  font-size: 3rem;
  line-height: 1;
}

.dash-section { background: linear-gradient(180deg, #fff 0%, #FCF9F2 100%); }

.dash-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.dash-kpi,
.dash-card {
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.dash-kpi {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 132px;
  padding: 20px;
}

.dash-kpi-ic {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: none;
  background: var(--fog);
  color: var(--cobalt);
}

.dash-kpi small {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  margin-bottom: 4px;
}

.dash-kpi strong {
  display: block;
  color: var(--indigo);
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.15;
}

.dash-kpi em {
  display: block;
  margin-top: 5px;
  color: #8a90a6;
  font-style: normal;
  font-size: .78rem;
}

.dash-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
  gap: 18px;
  align-items: start;
}

.dash-card {
  padding: 22px;
}

.dash-card h3 {
  color: var(--indigo);
  margin: 0 0 14px;
}

.dash-recent {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dash-order-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 15px;
}

.dash-order-top,
.dash-order-body,
.dash-order-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.dash-order-top strong,
.dash-order-body b {
  display: block;
  color: var(--indigo);
}

.dash-order-top span,
.dash-order-body span {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  margin-top: 3px;
}

.dash-order-body {
  justify-content: flex-start;
  margin: 14px 0;
}

.dash-order-foot strong {
  color: var(--indigo);
  font-size: .9rem;
  text-align: end;
}

.dash-thumbs {
  display: flex;
  align-items: center;
  min-width: max-content;
}

.dash-thumbs img,
.dash-thumbs span {
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  background: var(--offwhite);
  object-fit: cover;
  margin-inline-start: -10px;
  box-shadow: 0 6px 18px -14px rgba(27,33,67,.9);
}

.dash-thumbs img:first-child,
.dash-thumbs span:first-child { margin-inline-start: 0; }

.dash-thumbs span {
  display: grid;
  place-items: center;
  color: var(--indigo);
  font-weight: 700;
  font-size: .8rem;
}

.dash-type,
.dash-pay {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  background: var(--offwhite);
  color: var(--indigo);
  border: 1px solid var(--line);
  font-size: .78rem;
  font-weight: 700;
  white-space: nowrap;
}

.dash-type--buy { background: #E8F3EE; color: #2E7D5B; border-color: #CFE7DB; }
.dash-type--mixed { background: #FBF0D8; color: #9A6A00; border-color: #F0DFB9; }

.dash-meter + .dash-meter { margin-top: 12px; }

.dash-meter div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--indigo);
  font-size: .9rem;
}

.dash-meter b { color: var(--cobalt); }

.dash-meter i {
  display: block;
  height: 8px;
  margin-top: 7px;
  overflow: hidden;
  background: var(--offwhite);
}

.dash-meter em {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--cobalt), #7d98ea);
}

.dash-table-card { margin-top: 18px; }

.dash-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #fff;
}

.dash-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.dash-table th,
.dash-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: start;
  vertical-align: middle;
}

.dash-table th {
  background: var(--offwhite);
  color: var(--indigo);
  font-size: .78rem;
  letter-spacing: .01em;
  white-space: nowrap;
}

.dash-table td strong {
  display: block;
  color: var(--indigo);
}

.dash-table td span {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  margin-top: 3px;
}

.dash-table td .dash-type,
.dash-table td .dash-pay,
.dash-table td .order-badge {
  display: inline-flex;
  margin-top: 0;
}

.dash-table td .dash-type { color: var(--indigo); }
.dash-table td .dash-type--buy { color: #2E7D5B; }
.dash-table td .dash-type--mixed { color: #9A6A00; }
.dash-table td .dash-pay { color: var(--indigo); }

.dash-table tr:last-child td { border-bottom: 0; }
.dash-empty { background: #fff; border: 1px solid var(--line); }

@media (max-width: 1100px) {
  .dash-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dash-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .dash-hero-grid,
  .dash-kpis,
  .dash-recent { grid-template-columns: 1fr; }
  .dash-live { max-width: 260px; }
  .dash-card { padding: 18px; }
}

.work-grid {
  gap: 12px;
}

.work-tile {
  border-radius: 8px;
  box-shadow: none;
}

.work-cap {
  border-radius: 6px;
}

.trust {
  box-shadow: none;
}

.trust .wrap {
  gap: 1px;
}

.trust-item {
  min-width: 0;
}

/* Product and collection decision clarity */
.pdp-main {
  background: #fff;
  box-shadow: none;
  border: 1px solid var(--line);
}

.pdp-main img {
  object-fit: contain;
  padding: clamp(8px, 2vw, 20px);
}

.pdp-intro {
  max-width: 52ch;
  line-height: 1.75;
  margin-bottom: 16px;
}

.pdp-decision {
  border: 1px solid var(--line);
  background: var(--offwhite);
  padding: 14px;
  margin-block: 12px 4px;
}

.pdp-decision-label {
  color: var(--indigo);
  font-size: .82rem;
  font-weight: 700;
  margin-block: 0 7px;
}

.pdp-decision #pdpRentBlock {
  margin-top: 12px;
}

.roomset-summary {
  color: var(--muted);
  font-size: .86rem;
  margin: 6px 0 12px;
}

.set-manifest-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}

.set-manifest-row {
  grid-template-columns: 30px minmax(0, 1fr);
  min-height: 54px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}

.set-manifest-copy strong {
  font-size: .94rem;
}

.form-card .sub {
  max-width: 58ch;
  line-height: 1.65;
}

@media (max-width: 900px) {
  #app .view > .section {
    padding-block: 52px;
  }

  .path-grid,
  .steps,
  .plans,
  .tways {
    gap: 12px;
  }
}

@media (max-width: 560px) {
  #app .section-head,
  #app .section-head.center {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 22px;
  }

  #app .section-head h2 {
    max-width: 14ch;
    margin-inline: auto;
    font-size: 1.34rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .path-card,
  .step,
  .plan,
  .tway {
    padding: 18px;
  }

  .site-footer .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 22px;
    padding-block: 42px 30px;
  }

  .site-footer .footer-brand,
  .site-footer .footer-col:last-child {
    grid-column: 1 / -1;
  }

  .site-footer .footer-brand p {
    max-width: 32ch;
  }

  .site-footer .footer-col h4 {
    margin-bottom: 12px;
  }

  .site-footer .footer-col li {
    margin-bottom: 8px;
  }

  .site-footer .pay-badges {
    display: grid;
    grid-template-columns: repeat(3, 76px);
    width: max-content;
    max-width: 100%;
    gap: 7px;
  }

  .site-footer .footer-bottom {
    justify-content: center;
    text-align: center;
    padding-block: 18px;
  }

  .set-manifest-list {
    grid-template-columns: 1fr;
  }

  .pdp-decision {
    padding: 12px;
  }

  .set-pdp-media,
  .coll-pdp-media {
    order: -1;
  }

  .set-pdp-info,
  .coll-pdp-info {
    order: 0;
  }

  .set-thumb-strip {
    display: none;
  }
}

/* ---- Room-set lookbook gallery (clickable thumbs swap the main image) ---- */
.set-thumb-strip--gallery {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.set-thumb-strip--gallery span {
  display: grid !important;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.set-thumb-strip--gallery span:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.set-thumb-strip--gallery span.active {
  border-color: var(--cobalt);
  box-shadow: 0 4px 14px rgba(21, 70, 186, .16);
}
@media (max-width: 760px) {
  .set-thumb-strip--gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Gallery strip placed inside the info column (between the term toggle and
   the price) — compact so it doesn't push the price/CTA too far down. */
.set-gallery-panel {
  margin-block: 18px 20px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
}

.set-thumb-strip--info {
  margin-block: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px;
}
.set-thumb-strip--info span { min-height: 142px; border-radius: 12px; overflow: hidden; }
.set-thumb-strip--info img { height: 106px; object-fit: cover; }
.set-thumb-strip--info em {
  padding: 7px 7px 8px;
  font-size: .78rem;
  font-weight: 700;
}
@media (max-width: 760px) {
  .set-gallery-panel { padding: 10px; }
  .set-thumb-strip--info { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .set-thumb-strip--info span { min-height: 132px; }
  .set-thumb-strip--info img { height: 96px; }
}

/* Photos / Dimensions tabs above the gallery strip */
.gallery-tabs {
  display: flex;
  gap: 8px;
  margin-block: 0 10px;
}
.gallery-tabs button {
  flex: 1;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--indigo);
  font-family: inherit;
  font-weight: 700;
  font-size: .9rem;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
}
.gallery-tabs button.active {
  background: var(--cobalt);
  border-color: var(--cobalt);
  color: #fff;
}
.gallery-tabs + .set-thumb-strip--info { margin-block-start: 0; }
.set-thumb-strip--gallery.is-hidden { display: none !important; }

/* Keep catalogue/product shots complete without forced letterboxing.
   The image keeps its natural aspect ratio, so no cropped chair and no
   artificial empty margins around the photo. */
.set-main.set-main--clean,
.roomset-media {
  aspect-ratio: auto !important;
}

.set-main img,
.set-thumb-strip--info img,
.roomset-media img {
  display: block;
  width: 100%;
  height: auto !important;
  padding: 0 !important;
  object-fit: initial !important;
  object-position: center center;
  background: transparent;
  box-sizing: border-box;
}

.set-thumb-strip--info span {
  min-height: 0 !important;
}

.roomset-card:hover .roomset-media img {
  transform: none;
}

.office-direct-grid {
  padding-block-start: 18px;
}

/* Room-set product picker: vertical products + product/dimension pair */
.set-dual-media {
  display: grid;
  gap: 18px;
}

.set-media-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.set-media-card figcaption {
  padding: 12px 16px 0;
  color: var(--indigo);
  font-weight: 800;
  font-size: .9rem;
}

.set-media-card img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}

.set-media-card img.is-hidden,
.set-dim-card.is-hidden {
  display: none !important;
}

.set-media-card--dim {
  box-shadow: var(--shadow);
}

.set-dim-card {
  min-height: 220px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 34px 22px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(21,70,186,.08), rgba(255,255,255,.92)),
    repeating-linear-gradient(0deg, rgba(27,33,67,.06), rgba(27,33,67,.06) 1px, transparent 1px, transparent 22px),
    repeating-linear-gradient(90deg, rgba(27,33,67,.06), rgba(27,33,67,.06) 1px, transparent 1px, transparent 22px);
}

.set-dim-card span {
  color: var(--cobalt);
  font-weight: 800;
  font-size: .86rem;
}

.set-dim-card strong {
  color: var(--indigo);
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  direction: ltr;
}

.set-product-panel {
  margin-block: 18px 20px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
}

.set-product-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-block-end: 12px;
  color: var(--indigo);
}

.set-product-panel-head span {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
}

.set-product-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.set-product-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.set-product-row.active {
  border-color: var(--cobalt);
  box-shadow: 0 10px 26px rgba(21,70,186,.12);
}

.set-product-pick {
  display: grid;
  grid-template-columns: 84px 1fr;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: start;
  cursor: pointer;
}

.set-product-thumb {
  border-radius: 12px;
  overflow: hidden;
  background: var(--offwhite);
}

.set-product-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.set-product-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.set-product-copy strong {
  color: var(--indigo);
  font-size: .98rem;
  font-weight: 800;
}

.set-product-copy em,
.set-product-copy small {
  color: var(--muted);
  font-style: normal;
  font-size: .8rem;
  line-height: 1.35;
}

.set-product-copy em {
  color: var(--indigo-soft);
  font-weight: 700;
}

.set-product-qty {
  align-self: center;
}

/* Room-set desktop layout: products on the far physical left,
   controls in the middle, product/dimension media on the right. */
.wrap--set-wide {
  max-width: min(1500px, calc(100vw - 32px));
}

.set-pdp--with-products {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(320px, .9fr) minmax(430px, 1.12fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
  direction: ltr;
}

.set-pdp--with-products > * {
  direction: rtl;
}

.set-pdp--with-products .set-pdp-products {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}

.set-pdp--with-products .set-pdp-info {
  grid-column: 2;
  grid-row: 1;
}

.set-pdp--with-products .set-pdp-media {
  grid-column: 3;
  grid-row: 1;
}

.set-product-panel--side {
  margin-block: 0;
}

.set-pdp-products .set-product-list {
  gap: 12px;
}

@media (max-width: 860px) {
  .set-product-row {
    grid-template-columns: 1fr;
  }
  .set-product-qty {
    justify-self: stretch;
  }
  .set-product-qty input {
    flex: 1;
  }
}

@media (max-width: 1180px) {
  .wrap--set-wide {
    max-width: var(--wrap);
  }

  .set-pdp--with-products {
    display: flex;
    flex-direction: column;
    gap: 18px;
    direction: rtl;
  }

  .set-pdp--with-products > * {
    direction: rtl;
  }

  .set-pdp--with-products .set-pdp-info {
    order: 0;
  }

  .set-pdp--with-products .set-pdp-products {
    order: 1;
    width: 100%;
  }

  .set-pdp--with-products .set-pdp-media {
    order: 2;
    position: static;
    width: 100%;
  }
}

/* ============================================================
   Mobile polish pass — cleaner product display and tighter pages
   ============================================================ */
@media (max-width: 760px) {
  :root {
    --header-h: 60px;
  }

  body {
    background: #FCF9F2;
  }

  .site-header {
    background: rgba(252,249,242,.94);
  }

  .header-inner {
    height: 60px;
    padding-inline: 12px;
    gap: 8px;
    overflow: visible;
  }

  .site-header .brand {
    flex: 0 0 auto;
  }

  .brand img {
    height: 25px;
  }

  .header-tools {
    gap: 3px;
    margin-inline-start: 0;
  }

  .icon-btn,
  .lang-toggle {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .cart-badge {
    inset-block-start: 0;
    inset-inline-end: 0;
  }

  .search-pop {
    padding: 10px 12px;
  }

  .search-pop form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    gap: 8px;
  }

  .search-pop input {
    min-width: 0;
    height: 46px;
    padding-inline: 12px;
  }

  .search-pop .btn {
    min-width: 0;
    padding-inline: 10px;
  }

  .section,
  .section--tight {
    padding-block: 42px;
  }

  .page-head .wrap {
    padding-block: 28px 24px;
  }

  .page-head h1,
  .section-head h2 {
    letter-spacing: -.01em;
  }

  .hero2--cinema {
    min-height: auto;
  }

  .hero2--cinema .hero2-wrap {
    min-height: min(720px, calc(100svh - var(--header-h)));
    padding: 56px 16px 38px;
    align-items: end;
  }

  .hero2--cinema .hero2-copy {
    max-width: 100%;
    padding: 22px 18px;
  }

  .hero2--cinema .hero2-copy h1 {
    font-size: clamp(2.15rem, 11vw, 3.15rem);
    line-height: 1.05;
  }

  .hero2--cinema .hero2-copy > p {
    font-size: .95rem;
    line-height: 1.75;
  }

  .hero2--cinema .hero2-cta .btn,
  .hero2--cinema .hero2-cta {
    width: 100%;
  }

  .hero2--cinema .hero2-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .coll-card,
  .roomset-card,
  .pkg-card,
  .blog-card,
  .acc-card,
  .dash-card,
  .summary,
  .form-card {
    border-radius: 12px;
  }

  .coll-media,
  .roomset-media {
    aspect-ratio: 4 / 3;
  }

  .coll-body,
  .roomset-body {
    padding: 16px;
  }

  .roomset-card {
    box-shadow: 0 18px 42px -34px rgba(27,33,67,.55);
  }

  .roomset-body h3,
  .coll-body h3 {
    font-size: 1.22rem;
  }

  .filters-bar {
    padding-block: 16px;
  }

  .filter-group,
  .shop-toolbar,
  .shop-toolbar select {
    width: 100%;
  }

  .shop-toolbar {
    justify-content: stretch;
  }

  .shop-toolbar select {
    min-height: 44px;
  }

  .cart-layout,
  .checkout-layout,
  .contact-layout,
  .od-layout,
  .acc-layout,
  .dash-grid {
    gap: 16px;
  }

  .cart-line {
    border-radius: 12px;
    padding: 12px;
  }

  .summary {
    padding: 18px;
  }

  .dash-hero .wrap {
    padding-block: 26px 30px;
  }

  .dash-hero::after {
    display: none;
  }

  .dash-live {
    width: 100%;
    max-width: none;
    padding: 18px;
  }
}

@media (max-width: 560px) {
  .wrap,
  .wrap--set-wide {
    padding-inline: 14px;
  }

  .site-header .brand img {
    max-width: 92px;
    object-fit: contain;
  }

  #accountLink {
    display: none;
  }

  .btn,
  .btn--lg {
    min-height: 46px;
    padding: 12px 16px;
    font-size: .94rem;
  }

  .page-head h1 {
    font-size: clamp(1.8rem, 10vw, 2.35rem);
  }

  .page-head p,
  .section-head p {
    font-size: .94rem;
    line-height: 1.75;
  }

  .prod-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .prod-card {
    display: grid;
    grid-template-columns: minmax(112px, 36%) minmax(0, 1fr);
    min-height: 158px;
    border-radius: 12px;
  }

  .prod-media {
    height: 100%;
    min-height: 158px;
    aspect-ratio: auto;
  }

  .prod-media img {
    object-fit: cover;
  }

  .prod-body {
    min-width: 0;
    padding: 12px;
  }

  .prod-meta,
  .prod-name-en,
  .prod-rating {
    font-size: .72rem;
  }

  .prod-name {
    font-size: .98rem;
    line-height: 1.35;
  }

  .prod-foot {
    align-items: center;
  }

  .price .amount {
    font-size: 1.1rem;
  }

  .prod-add {
    width: 40px;
    height: 40px;
  }

  /* Set/product page: image first, product picker as swipeable cards */
  .set-pdp--with-products {
    display: flex !important;
    flex-direction: column;
    gap: 14px;
    padding-block: 10px 30px;
    direction: rtl;
  }

  .set-pdp--with-products > * {
    direction: rtl;
  }

  .set-pdp--with-products .set-pdp-info {
    order: 0 !important;
    text-align: start;
    padding-block-start: 0;
  }

  .set-pdp--with-products .set-pdp-media {
    order: 1 !important;
    position: static;
    width: 100%;
  }

  .set-pdp--with-products .set-pdp-products {
    order: 2 !important;
    width: 100%;
  }

  .set-pdp-info .eyebrow,
  .set-pdp-info .pdp-tags,
  .set-price--live {
    justify-content: flex-start;
  }

  .set-pdp-info h1 {
    font-size: clamp(2rem, 11vw, 2.6rem);
    line-height: 1.08;
    margin-block: 6px 12px;
    text-align: start;
  }

  .set-decision {
    margin-block: 14px 12px;
    padding: 12px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 38px -34px rgba(27,33,67,.7);
  }

  .mode-toggle--set,
  .term-toggle--set {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 0;
    padding: 0;
  }

  .mode-toggle--set button,
  .term-toggle--set button {
    min-height: 44px;
    border: 1px solid var(--line-2);
    background: #fff;
    padding-inline: 8px;
    font-size: .9rem;
  }

  .mode-toggle--set button.active,
  .term-toggle--set button.active {
    border-color: var(--cobalt);
    background: var(--cobalt);
  }

  .set-price--live {
    margin-block-start: 14px;
    gap: 6px;
  }

  .set-price--live b {
    font-size: 2.25rem;
  }

  .set-price-note {
    margin-block: 2px 14px;
    font-size: .86rem;
  }

  .set-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .set-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .set-dual-media {
    gap: 12px;
  }

  .set-media-card {
    border-radius: 12px;
    box-shadow: 0 18px 45px -34px rgba(27,33,67,.7);
  }

  .set-media-card figcaption {
    padding: 10px 12px 0;
    font-size: .82rem;
  }

  .set-media-card img {
    max-height: 400px;
    object-fit: contain;
  }

  .set-media-card--dim img {
    max-height: 440px;
  }

  .set-dim-card {
    min-height: 170px;
    padding: 28px 14px;
  }

  .set-dim-card strong {
    font-size: 1.7rem;
  }

  .set-product-panel {
    margin-block: 0;
    padding: 12px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(252,249,242,.88));
    box-shadow: 0 18px 45px -38px rgba(27,33,67,.75);
  }

  .set-product-panel-head {
    margin-block-end: 10px;
  }

  .set-product-panel-head strong {
    font-size: .98rem;
  }

  .set-product-panel-head span {
    font-size: .78rem;
  }

  .set-product-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 86vw);
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    padding: 2px 2px 8px;
    scrollbar-width: thin;
  }

  .set-product-row {
    position: relative;
    scroll-snap-align: start;
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 194px;
    padding: 12px;
    border-radius: 14px;
    box-shadow: 0 12px 32px -30px rgba(27,33,67,.7);
  }

  .set-product-row.active {
    box-shadow: 0 16px 38px -28px rgba(21,70,186,.55);
  }

  .set-product-row.active::after {
    content: "";
    position: absolute;
    inset-inline: 12px;
    inset-block-start: 0;
    height: 3px;
    background: var(--cobalt);
  }

  .set-product-pick {
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: stretch;
    gap: 12px;
  }

  .set-product-thumb {
    height: 92px;
    border-radius: 12px;
    background: var(--offwhite);
  }

  .set-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .set-product-copy {
    align-content: center;
  }

  .set-product-copy strong {
    font-size: 1rem;
    line-height: 1.3;
  }

  .set-product-copy em,
  .set-product-copy small {
    font-size: .76rem;
    line-height: 1.45;
  }

  .set-product-qty {
    width: 100%;
    justify-content: space-between;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }

  .set-product-qty button {
    flex: 0 0 46px;
    height: 42px;
  }

  .set-product-qty input {
    flex: 1;
    height: 42px;
    min-width: 0;
  }

  .pdp-perks--compact {
    grid-template-columns: 1fr;
  }

  .dash-kpis {
    gap: 10px;
  }

  .dash-kpi {
    min-height: 104px;
    padding: 16px;
    border-radius: 12px;
  }

  .dash-table-card {
    margin-inline: -2px;
  }
}

@media (max-width: 380px) {
  .header-tools {
    gap: 1px;
  }

  .icon-btn,
  .lang-toggle {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .set-product-list {
    grid-auto-columns: minmax(258px, 88vw);
  }

  .set-product-pick {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .set-product-thumb {
    height: 84px;
  }
}

/* ============================================================
   2026-07-20 — client edit brief (Furnobly_Team_Edit_Brief)
   1) Four deal options (buy / monthly / annual / business)
   2) Sticky WhatsApp button on every page
   ============================================================ */

/* --- 1) plans grid now holds four options --- */
.plans--4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1100px) {
  .plans--4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .plans--4 { grid-template-columns: 1fr; }
}

/* --- 2) sticky WhatsApp button (round icon-only badge) --- */
.wa-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 59; /* under sticky header (60) and drawer/scrim (70/71) */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.wa-fab:hover {
  background: #1EBE5A;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .34);
}

.wa-fab:focus-visible {
  outline: 3px solid #1546BA;
  outline-offset: 3px;
}

.wa-fab .icon {
  width: 34px;
  height: 34px;
  fill: currentColor;
  stroke: none;
}

@media (max-width: 640px) {
  .wa-fab {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
  .wa-fab .icon {
    width: 30px;
    height: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wa-fab { transition: none; }
  .wa-fab:hover { transform: none; }
}

/* ============================================================
   2026-07-20 — site assistant chat widget (chat.js + /api/chat)
   Sits above the WhatsApp FAB in the same bottom-right stack.
   ============================================================ */

.fb-chat {
  position: fixed;
  right: 22px;
  bottom: 92px; /* clears the 58px WhatsApp FAB + its 22px offset */
  z-index: 59;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  font-family: inherit;
  /* the stack itself is always right-anchored; the panel carries its own dir */
  direction: ltr;
}

.fb-chat-launch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: #1546BA;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(21, 70, 186, .32);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.fb-chat-launch:hover {
  background: #113a9c;
  transform: translateY(-2px);
}

.fb-chat-launch:focus-visible {
  outline: 3px solid #1546BA;
  outline-offset: 3px;
}

.fb-chat-launch .icon {
  width: 28px;
  height: 28px;
}

.fb-chat.is-open .fb-chat-launch {
  background: #17253A;
}

.fb-chat-panel {
  order: -1;
  display: flex;
  flex-direction: column;
  width: min(370px, calc(100vw - 32px));
  max-height: min(560px, calc(100vh - 160px));
  background: #fff;
  border: 1px solid var(--line, #E6DFD2);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(23, 37, 58, .22);
  overflow: hidden;
}

.fb-chat-panel[hidden] { display: none; }

.fb-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: #17253A;
  color: #fff;
}

.fb-chat-head strong { display: block; font-size: 15px; }
.fb-chat-head span { display: block; font-size: 12px; opacity: .72; margin-top: 2px; }

.fb-chat-x {
  flex: none;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  cursor: pointer;
}

.fb-chat-x:hover { background: rgba(255, 255, 255, .22); }
.fb-chat-x .icon { width: 16px; height: 16px; }

.fb-chat-log {
  flex: 1 1 auto;
  min-height: 160px;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #FCF9F2;
}

.fb-msg { display: flex; }
.fb-msg--me { justify-content: flex-end; }

.fb-msg > span {
  max-width: 86%;
  padding: 10px 13px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.65;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.fb-msg--bot > span { background: #fff; border: 1px solid var(--line, #E6DFD2); color: #202A36; }
.fb-msg--me > span { background: #1546BA; color: #fff; }

.fb-typing > span { display: inline-flex; gap: 4px; align-items: center; padding: 14px 13px; }

.fb-typing i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9AA6B5;
  animation: fb-bounce 1s infinite ease-in-out;
}

.fb-typing i:nth-child(2) { animation-delay: .15s; }
.fb-typing i:nth-child(3) { animation-delay: .3s; }

@keyframes fb-bounce {
  0%, 60%, 100% { transform: translateY(0); opacity: .55; }
  30% { transform: translateY(-4px); opacity: 1; }
}

.fb-chat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 16px;
}

.fb-chat-chips:empty { display: none; }

.fb-chip {
  padding: 7px 11px;
  border: 1px solid var(--line, #E6DFD2);
  border-radius: 999px;
  background: #fff;
  color: #17253A;
  font: inherit;
  font-size: 12.5px;
  cursor: pointer;
}

.fb-chip:hover { border-color: #1546BA; color: #1546BA; }

.fb-chat-form {
  display: flex;
  gap: 8px;
  padding: 12px 16px 0;
}

.fb-chat-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 13px;
  border: 1px solid var(--line, #E6DFD2);
  border-radius: 10px;
  background: #fff;
  font: inherit;
  font-size: 14px;
  color: #202A36;
}

.fb-chat-input:focus { outline: none; border-color: #1546BA; }

.fb-chat-send {
  flex: none;
  display: inline-flex;
  width: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: #1546BA;
  color: #fff;
  cursor: pointer;
}

.fb-chat-send:disabled { opacity: .5; cursor: default; }
.fb-chat-send .icon { width: 18px; height: 18px; }
[dir="rtl"] .fb-chat-send .icon { transform: scaleX(-1); }

.fb-chat-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 10px 16px 0;
  padding: 10px;
  border-radius: 10px;
  background: #25D366;
  color: #07320f;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
}

.fb-chat-wa:hover { background: #1EBE5A; }
.fb-chat-wa .icon { width: 18px; height: 18px; fill: currentColor; stroke: none; }

.fb-chat-note {
  margin: 8px 16px 14px;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--mid, #7A7161);
}

@media (max-width: 640px) {
  .fb-chat { right: 16px; bottom: 80px; }
  .fb-chat-launch { width: 52px; height: 52px; }
  .fb-chat-launch .icon { width: 25px; height: 25px; }
  .fb-chat-panel { max-height: calc(100vh - 150px); }
}

@media (prefers-reduced-motion: reduce) {
  .fb-chat-launch { transition: none; }
  .fb-chat-launch:hover { transform: none; }
  .fb-typing i { animation: none; }
}

.fb-inline-wa {
  display: inline-block;
  margin-top: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #25D366;
  color: #07320f;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
}

.fb-inline-wa:hover { background: #1EBE5A; }

/* ============================================================
   2026-07-20 — brand typeface: Noto Kufi Arabic
   The client's identity font. It replaces Noto Sans Arabic as the Arabic
   face everywhere; English (html[lang="en"]) keeps Prompt / IBM Plex Sans,
   whose own token overrides in styles.css outrank :root and still win.
   Loaded as a variable font (300..800) — one file instead of four weights.
   ============================================================ */

:root {
  --font-ar: 'Noto Kufi Arabic', system-ui, sans-serif;
  --font-body: 'Noto Kufi Arabic', 'IBM Plex Sans', system-ui, sans-serif;
  --font-head: 'Noto Kufi Arabic', 'Prompt', system-ui, sans-serif;
}

/* Kufi sets a taller x-height and tighter default leading than Noto Sans
   Arabic, so Arabic body copy needs a touch more line-height to stay airy. */
html[dir="rtl"] body {
  line-height: 1.75;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3 {
  line-height: 1.35;
}

.fb-chat-acts { display: flex; flex: none; gap: 6px; }

.fb-chat-new {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  cursor: pointer;
}

.fb-chat-new:hover { background: rgba(255, 255, 255, .22); }
.fb-chat-new .icon { width: 16px; height: 16px; }

/* ============================================================
   2026-07-20 — shareable piece links on a room-set page
   Selecting a piece writes ?piece=<slug> into the URL, so a copied link
   reopens the page with that piece already selected and highlighted.
   ============================================================ */

.set-copy-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-block-start: 14px;
  padding: 9px 14px;
  border: 1px solid var(--line, #E6DFD2);
  border-radius: 999px;
  background: #fff;
  color: #17253A;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.set-copy-link:hover { border-color: #1546BA; color: #1546BA; }

.set-copy-link.is-done {
  border-color: #1AA89A;
  color: #0f6d63;
  background: #EEF9F7;
}

.set-copy-link .icon { width: 15px; height: 15px; }

.set-copy-hint {
  margin-block-start: 6px;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--mid, #7A7161);
}

/* brief pulse on the piece a shared link points at */
.set-product-row.is-linked {
  animation: fb-linked 2.2s ease;
}

@keyframes fb-linked {
  0%, 100% { box-shadow: 0 0 0 0 rgba(21, 70, 186, 0); }
  15%, 60% { box-shadow: 0 0 0 3px rgba(21, 70, 186, .45); }
}

@media (prefers-reduced-motion: reduce) {
  .set-copy-link { transition: none; }
  .set-product-row.is-linked { animation: none; box-shadow: 0 0 0 3px rgba(21, 70, 186, .45); }
}

/* ============================================================
   Mobile header + hero placement refinements
   ============================================================ */
.section-tail-link {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(18px, 2.6vw, 28px);
}

.section-tail-link .link-arrow {
  margin-inline-start: auto;
}

@media (max-width: 860px) {
  body.hero-top .site-header,
  .site-header {
    background: rgba(252,249,242,.96);
    border-color: rgba(232,225,212,.82);
    box-shadow: 0 10px 34px -30px rgba(27,33,67,.34);
    backdrop-filter: blur(12px);
  }

  body.hero-top .site-header::after {
    opacity: .85;
  }

  .site-header .header-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding-inline: 14px;
  }

  .site-header .main-nav {
    display: none !important;
  }

  .site-header .brand {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: flex !important;
    flex: 0 0 auto;
    order: 0;
    margin: 0 !important;
    z-index: 2;
  }

  .site-header .brand img {
    display: block;
    width: auto;
    max-width: 104px;
    height: 28px;
    object-fit: contain;
    filter: none !important;
  }

  .site-header .header-tools {
    display: flex;
    flex: 0 0 auto;
    order: 1;
    align-items: center;
    justify-content: flex-end;
    width: max-content !important;
    max-width: calc(100% - 116px);
    min-width: 0;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    gap: 5px;
  }

  #accountLink {
    display: none !important;
  }

  body.hero-top .site-header .icon-btn,
  body.hero-top .site-header .lang-toggle,
  .site-header .icon-btn,
  .site-header .lang-toggle {
    flex: 0 0 36px;
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding-inline: 0;
    color: var(--indigo);
  }

  body.hero-top .site-header .lang-toggle,
  .site-header .lang-toggle {
    border-color: #E8E1D4;
  }

  body.hero-top .site-header .icon-btn:hover,
  body.hero-top .site-header .lang-toggle:hover {
    background: rgba(21,70,186,.08);
    color: var(--cobalt);
  }
}

@media (max-width: 760px) {
  .section-tail-link {
    margin-top: 18px;
  }

  .section-tail-link .link-arrow {
    min-height: 44px;
    align-items: center;
    font-size: 1rem;
  }

  .hero2--cinema {
    min-height: 0 !important;
    overflow: visible;
    background: var(--offwhite);
  }

  .hero2--cinema::before,
  .hero2--cinema::after,
  [dir="rtl"] .hero2--cinema::before {
    display: none !important;
  }

  .hero2--cinema .hero2-slider {
    position: relative;
    inset: auto;
    z-index: 0;
    height: clamp(270px, 78vw, 420px);
    overflow: hidden;
    background: #EDE7DB;
  }

  .hero2--cinema .hero2-slide {
    position: absolute;
    inset: 0;
  }

  .hero2--cinema .hero2-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hero2--cinema .hero2-wrap {
    display: block;
    min-height: 0 !important;
    padding: 14px 16px 36px !important;
  }

  .hero2--cinema .hero2-copy {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 22px 18px;
    border-radius: 22px;
    background: rgba(252,249,242,.98);
    box-shadow: 0 22px 70px -54px rgba(27,33,67,.45);
    backdrop-filter: none;
  }

  .hero2--cinema .hero2-copy h1 {
    max-width: none;
    font-size: clamp(2rem, 9.4vw, 2.8rem);
    line-height: 1.08;
  }
}

@media (max-width: 420px) {
  .site-header .header-inner {
    padding-inline: 10px;
  }

  .site-header .brand img {
    max-width: 92px;
    height: 25px;
  }

  .site-header .header-tools {
    gap: 2px;
  }

  .hero2--cinema .hero2-slider {
    height: clamp(246px, 76vw, 330px);
  }

  .hero2--cinema .hero2-copy {
    padding: 20px 16px;
  }

  .hero2--cinema .hero2-copy h1 {
    font-size: clamp(1.82rem, 8.9vw, 2.45rem);
  }
}
