/* Canonical page layout. The menu, space tour, social posts and contact bar
   own their component styles; retired selected/layout/editorial files are not loaded. */
:root {
  --cream: #f3efe4;
  --green: #104b41;
  --ink: #153f36;
  --orange: #ff8a24;
  --action: var(--orange);
  --action-hover: var(--orange);
  --muted: #53665d;
  --gutter: clamp(24px, 6vw, 120px);
  --header: 72px;
  --content-max: 1280px;
  --page-edge: max(var(--gutter), calc((100vw - var(--content-max)) / 2));
  --menu-content-max: var(--content-max);
  --menu-gutter: var(--gutter);
  --section-space: clamp(56px, 6vw, 104px);
}
.selected-preview { background: var(--cream); color: var(--ink); font-size: 18px; }
.selected-preview main { overflow: visible; }
.selected-preview main > *, .selected-preview section, .selected-preview figure { min-width: 0; }
.selected-preview h2 { font-size: clamp(36px, 3.65vw, 60px); line-height: 1.12; letter-spacing: -.055em; }
.selected-preview h2 > span { display: block; }
.selected-preview p { line-height: 1.7; overflow-wrap: anywhere; }
.selected-preview h1, .selected-preview h2, .selected-preview h3 { overflow-wrap: anywhere; text-wrap: balance; }
.selected-preview .selected-wrap { width: min(var(--content-max), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.selected-preview .selected-note { color: var(--muted); font-size: 14px; line-height: 1.65; font-weight: 400; }
.selected-preview :is(a, button, input, summary):focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; box-shadow: 0 0 0 2px var(--green); }
/* html scroll-padding-top owns the header offset; sections add only breathing room. */
.selected-preview main section { scroll-margin-top: 16px; }
.selected-preview .site-header,
.selected-preview .site-header.is-scrolling-up,
.selected-preview .site-header.is-open {
  height: var(--header); color: var(--green); background: #f7f4edf5;
  padding-inline: var(--page-edge); border-bottom: 1px solid #104b411a;
}
.selected-preview .site-header :is(.brand-lockup, .icon) { filter: none; }
.selected-preview .site-header .primary-navigation { text-shadow: none; gap: 30px; font-size: 15px; }
.selected-preview .primary-navigation__group { gap: clamp(20px, 2.5vw, 36px); }
.selected-preview .site-header:not(.is-scrolling-up):not(.is-open) .primary-navigation__group > a:not(.button):hover { color: var(--green); }
.selected-preview .site-header .language-switch > a { min-width: 32px; min-height: 44px; display: grid; place-items: center; }
/* Give desktop links breathing room while reserving a wider clear area around the
   centered logo. The tablet/mobile menu begins at 1100px. */
@media (min-width: 1101px) {
  .selected-preview .site-header .primary-navigation {
    width: 100%;
    max-width: var(--content-max);
    margin-inline: auto;
    column-gap: clamp(88px, 7.5vw, 120px);
  }
  .selected-preview .site-header .primary-navigation__group {
    gap: clamp(36px, 3.2vw, 48px);
  }
  .selected-preview .site-header .primary-navigation__group--left { justify-content: flex-end; }
  .selected-preview .site-header .primary-navigation__group--right { justify-content: flex-start; }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .selected-preview .site-header .primary-navigation .primary-navigation__group > a:not(.button) {
    transition: translate 240ms cubic-bezier(.22, 1, .36, 1);
  }
  .selected-preview .site-header .primary-navigation .primary-navigation__group > a:not(.button):hover { translate: 0 3px; }
}
@media (prefers-reduced-motion: reduce) {
  .selected-preview .site-header .primary-navigation .primary-navigation__group > a:not(.button) { translate: none; transition: none; }
}
.selected-preview .hero {
  display: grid; align-items: start; min-height: 100svh; height: auto; max-height: none;
  margin: 0;
  padding: clamp(calc(var(--header) + 48px), 21svh, 248px) var(--gutter) calc(var(--selected-contact-current-height, 96px) + 56px);
}
.selected-preview .hero::before, .selected-preview .hero::after { content: none; }
.selected-preview .hero__video, .selected-preview .hero__poster { object-fit: cover; object-position: center; opacity: 1; filter: none; }
.selected-preview .hero__copy {
  position: relative; inset: auto; width: min(100%, 1280px); margin-inline: auto;
  display: grid; justify-items: center; padding: 0; text-align: center;
  transform: none;
  text-shadow: none;
}
.selected-preview .hero h1 {
  display: grid; gap: clamp(12px, 1.1vw, 20px); margin: 0; max-width: 100%;
  color: #fffaf0; font-size: clamp(44px, 5.3vw, 88px); font-weight: 800;
  line-height: 1.18; letter-spacing: -.04em; -webkit-text-stroke: 0;
  text-shadow: 0 2px 5px rgb(33 26 22 / 38%), 0 5px 18px rgb(33 26 22 / 24%);
}
.selected-preview .hero h1 > span { display: block; }
.selected-preview .hero .hero__lead {
  font-size: clamp(26px, 2.9vw, 48px); font-weight: 600;
  line-height: 1.35; letter-spacing: -.025em; text-wrap: balance;
}
.selected-preview .hero .hero__statement { word-break: keep-all; text-wrap: balance; }
.selected-preview .hero .hero__brand { color: var(--orange); font: inherit; white-space: nowrap; }
.selected-preview .selected-button {
  display: inline-flex; justify-content: center; align-items: center; gap: 24px;
  min-height: 48px; max-width: 100%; padding: 14px 24px; border-radius: 3px;
  background: var(--green); color: #fffaf0; font-size: 17px; font-weight: 600; line-height: 1.3;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.selected-preview .selected-button:hover { background: #226455; }
.selected-preview .selected-button:active { transform: translateY(1px); }
.selected-preview .selected-button--orange { background: var(--action); color: #063d31; }
.selected-preview .selected-button--orange:hover { background: var(--action-hover); box-shadow: none; }

/* A continuous cream-to-timber scene, with live copy in its own grid column. */
.selected-preview .selected-brand {
  width: 100%; margin: 0; display: grid;
  grid-template-columns: minmax(0, calc(var(--page-edge) + min(38vw, 520px))) minmax(0, 1fr);
  align-items: center; gap: 0; padding-block: 0;
}
.selected-preview .selected-brand__copy { position: relative; z-index: 1; padding: 64px 0 72px var(--page-edge); }
.selected-preview .selected-brand h2 { font-size: clamp(62px, 6.6vw, 108px); line-height: 1.15; }
.selected-preview .brand-typeset > span { white-space: nowrap; }
.selected-preview .brand-typeset > span + span { margin-left: .62em; }
.selected-preview .brand-typeset strong { font-weight: 900; }
.selected-preview .brand-typeset small { font-size: .56em; font-weight: 700; letter-spacing: -.065em; }
.selected-preview .selected-brand__story { max-width: 25em; margin-top: 32px; padding-right: 24px; }
.selected-preview .selected-brand__story p { font-size: clamp(17px, 1.4vw, 21px); font-weight: 600; }
.selected-preview .selected-brand__story p + p { max-width: 24em; margin-top: 14px; font-size: 16px; font-weight: 400; color: var(--muted); }
.selected-preview .selected-brand__scene { min-width: 0; align-self: stretch; }
.selected-preview .selected-brand__scene img { width: 100%; height: 100%; min-height: 580px; max-height: 780px; object-fit: cover; object-position: 63% center; mask-image: linear-gradient(to right, transparent, #000 16%), linear-gradient(to bottom, #000 88%, transparent); mask-composite: intersect; }
.selected-preview .selected-dining, .selected-preview .selected-menu-space { background: var(--cream); }
html[lang=en] .selected-preview .selected-brand h2 { font-size: clamp(46px, 4.7vw, 78px); }
html[lang=en] .selected-preview .brand-typeset > span { white-space: normal; }
html[lang=en] .selected-preview .brand-typeset > span + span { margin-left: .24em; }

/* The same timber connects scenes. Only this decorative strip crops the asset. */
.selected-preview .selected-space::before,
.selected-preview .selected-counter::before,
.selected-preview .selected-offer::after {
  content: ''; display: block; height: 22px; width: 100%; position: relative; z-index: 2;
  background: #744722 url('../../images/selected-20260918/timber-rail.webp') center top / cover no-repeat;
  box-shadow: 0 8px 12px #55321615;
}
.selected-preview .selected-space__intro {
  display: grid; grid-template-columns: minmax(0, .4fr) minmax(0, .6fr); align-items: stretch;
  width: 100%; gap: clamp(32px, 4vw, 72px); margin: 0;
}
.selected-preview .selected-space__copy { align-self: center; padding: 56px 0 56px var(--page-edge); min-width: 0; }
.selected-preview .selected-space__copy p:not([hidden]) { margin: 22px 0 26px; font-size: 17px; max-width: 30em; }
.selected-preview .selected-space__scene { position: relative; width: 100%; max-width: 100%; min-width: 0; min-height: 560px; overflow: hidden; }
.selected-preview .selected-space__scene img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 79% bottom; mask-image: linear-gradient(to right, transparent, #000 12%); }
.selected-preview .selected-space__caption { position: absolute; bottom: 16px; right: 20px; color: #fffaf0; font-size: 12px; text-shadow: 0 1px 5px #2c1a0c; }
.selected-preview .selected-operations {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: stretch;
  padding: 0; background: var(--cream);
}
.selected-preview .selected-operations__photo { position: relative; min-width: 0; min-height: clamp(460px, 34vw, 660px); }
.selected-preview .selected-operations__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 64%; mask-image: linear-gradient(to right, #000 86%, transparent); }
.selected-preview .selected-operations__photo figcaption { position: absolute; bottom: 18px; left: 24px; right: 24px; color: #fff; font-size: 12px; text-shadow: 0 1px 5px #211710; }
.selected-preview .selected-operations > .selected-wrap { width: auto; margin: 0; display: grid; align-content: center; padding: 60px var(--page-edge) 60px clamp(32px, 4vw, 72px); }
.selected-preview .selected-operations h2 { font-size: clamp(34px, 3vw, 52px); }
.selected-preview .selected-operations p { margin-top: 24px; max-width: 30em; font-size: 18px; }

/* Text grows vertically. The apron is decorative and its width is reserved. */
.selected-preview .selected-counter { --prop-space: clamp(180px, 17vw, 280px); position: relative; background: var(--cream); }
.selected-preview .counter-props { position: absolute; top: 2px; right: max(16px, calc((100% - 1500px) / 2)); width: clamp(190px, 19vw, 330px); z-index: 3; pointer-events: none; }
.selected-preview .counter-apron { display: block; width: 100%; height: auto; }
.selected-preview .selected-proof {
  position: relative; display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  align-items: start; gap: clamp(24px, 3vw, 48px); padding: 0 var(--prop-space) 0 0;
}
.selected-preview .selected-receipt { display: grid; position: relative; transform: rotate(-4deg); transform-origin: 50% 5%; margin-top: -17px; text-align: center; }
.selected-preview .selected-receipt__paper { grid-area: 1 / 1; width: 100%; height: auto; margin: 0; align-self: start; }
.selected-preview .selected-receipt__content { grid-area: 1 / 1; align-self: start; min-width: 0; padding: 30% 14% 15%; }
.selected-preview .selected-receipt__content img { width: 94%; height: auto; margin: 0 auto 16px; }
.selected-preview .selected-receipt__content p { font-size: clamp(14px, 1.15vw, 19px); font-weight: 800; line-height: 1.4; }
.selected-preview .selected-receipt__content strong { display: block; margin-top: 12px; font-size: clamp(30px, 3vw, 53px); font-weight: 900; line-height: 1.12; letter-spacing: -.055em; font-variant-numeric: tabular-nums; }
.selected-preview .selected-receipt__content strong span { display: block; white-space: nowrap; }
.selected-preview .selected-proof__copy { min-width: 0; padding-top: clamp(44px, 4vw, 68px); }
.selected-preview .selected-proof h2 { max-width: 15em; font-size: clamp(28px, 2.6vw, 42px); }
.selected-preview .proof-typeset { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 28px; margin: 32px 0 24px; }
.selected-preview .proof-typeset > div:first-child { grid-column: 1 / -1; }
.selected-preview .proof-typeset dt { margin: 0 0 5px; color: #52685e; font-size: 14px; line-height: 1.5; }
.selected-preview .proof-typeset dd { margin: 0; font-size: clamp(23px, 2.2vw, 34px); font-weight: 800; line-height: 1.25; letter-spacing: -.04em; }
.selected-preview .proof-typeset > div:first-child dd { font-size: clamp(22px, 2vw, 30px); font-weight: 600; }
.selected-preview .proof-typeset > div:first-child dd strong { font-size: 1.65em; letter-spacing: -.06em; }
.selected-preview .proof-typeset > div:first-child dd > span { margin-top: 4px; font-weight: 800; }
.selected-preview .proof-typeset dd strong { color: var(--green); font-weight: 900; }
.selected-preview .proof-typeset dd > span { display: block; }
.selected-preview .selected-stores { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.selected-preview .selected-stores img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.selected-preview .selected-stores figcaption { padding-top: 9px; line-height: 1.5; }
.selected-preview .selected-stores strong { display: block; font-size: 15px; }
.selected-preview .selected-stores figcaption span { display: block; color: var(--muted); font-size: 13px; margin-top: 2px; }
.selected-preview .selected-support {
  position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  grid-template-rows: min-content 1fr; column-gap: clamp(40px, 5vw, 80px); row-gap: 24px; align-items: start;
  padding: 88px var(--prop-space) 80px 0;
}
.selected-preview .support-heading { grid-column: 1; }
.selected-preview .support-kicker { margin-bottom: 16px; font-size: 14px; color: var(--muted); }
.selected-preview .selected-support h2 { font-size: clamp(34px, 3vw, 50px); }
.selected-preview .selected-support ol { grid-column: 2; grid-row: 1 / span 2; list-style: none; padding: 0; margin: 0; counter-reset: support; }
.selected-preview .selected-support li { position: relative; min-width: 0; padding: 0 0 28px 42px; counter-increment: support; }
.selected-preview .selected-support li:last-child { padding-bottom: 0; }
.selected-preview .selected-support li::before { content: counter(support, decimal-leading-zero); position: absolute; top: 1px; left: 0; color: var(--green); font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }
.selected-preview .selected-support li:not(:last-child)::after { content: ''; position: absolute; top: 28px; bottom: 8px; left: 9px; width: 1px; background: #a58a653b; }
.selected-preview .selected-support h3 { color: var(--green); font-size: 25px; line-height: 1.3; letter-spacing: -.035em; }
.selected-preview .selected-support li p { margin-top: 7px; font-size: 16px; line-height: 1.6; max-width: 25em; }
.selected-preview .selected-support > .selected-note { grid-column: 1; grid-row: 2; max-width: 25em; margin: 0; font-size: 13px; }
.selected-preview .counter-shelf { position: absolute; width: var(--prop-space); height: auto; right: -12px; bottom: 70px; pointer-events: none; }

/* The model remains a large, undistorted interactive illustration. */
.selected-preview .selected-opening { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); column-gap: clamp(40px, 6vw, 88px); row-gap: 32px; align-items: center; padding-block: 48px var(--section-space); }
.selected-preview .opening-heading { grid-column: 1 / -1; grid-row: 1; padding: 0; }
.selected-preview .opening-heading h2 { font-size: clamp(42px, 4vw, 64px); }
.selected-preview .opening-model-scene { grid-column: 1; grid-row: 2; min-width: 0; padding: 0; }
.selected-preview .selected-opening__model { display: block; width: 100%; padding: 0; text-align: center; }
.selected-preview .selected-opening__model img { width: 100%; height: auto; transition: transform .7s cubic-bezier(.22,.61,.36,1); }
.selected-preview .selected-opening__model > span { display: inline-block; margin-top: 12px; padding: 10px 12px; font-size: 14px; text-underline-offset: 5px; }
.selected-preview .selected-opening__model:focus-visible > span { text-decoration: underline; }
.selected-preview .model-annotation { text-align: center; margin: 0 0 16px; }
.selected-preview .model-annotation > span { display: block; color: #53665d; font-size: 13px; }
.selected-preview .model-annotation strong { display: block; margin-top: 6px; font-size: clamp(22px, 2.2vw, 32px); font-weight: 800; }
.selected-preview .model-annotation b { font-size: 1.4em; font-weight: 900; }
.selected-preview .model-annotation i { font-style: normal; margin-inline: 7px; }
.selected-preview .selected-opening__copy { grid-column: 2; grid-row: 2; min-width: 0; }
.selected-preview .finance-kicker { color: var(--green); font-weight: 800; margin-bottom: 18px; }
.selected-preview .selected-opening__copy h3 { font-size: clamp(28px, 2.6vw, 40px); line-height: 1.2; letter-spacing: -.04em; }
.selected-preview .selected-finance__lead { max-width: 22em; font-size: 20px; font-weight: 600; line-height: 1.5; margin-top: 0; }
.selected-preview .selected-finance__steps { display: flex; flex-wrap: wrap; gap: 12px 16px; margin: 24px 0; padding: 0; list-style: none; }
.selected-preview .selected-finance__steps li { font-size: 15px; line-height: 1.5; }
.selected-preview .selected-finance__steps li:not(:last-child)::after { content: "→"; display: inline-block; margin-left: 16px; color: #8c704d; }
.selected-preview .opening-size-note { margin-top: 18px; }
.selected-preview .opening-finance-note { margin-top: 24px; padding-top: 20px; border-top: 1px solid #104b4124; }

/* Transparent art and copy share one tile wall; the numeral rests on the rail. */
.selected-preview .selected-offer { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); color: #fffaf0; background: #063d31 url('../../images/approved/consult-tile-texture-20260914.webp') center / 900px auto repeat; }
.selected-preview .selected-offer__art { position: relative; overflow: hidden; min-width: 0; width: 100%; max-width: 820px; aspect-ratio: 1.2; align-self: end; justify-self: end; }
/* The cutout's transparent bottom margin is 109/1254; compensate without scaling its height. */
.selected-preview .selected-offer__art img { position: absolute; bottom: -10.4%; left: 0; width: 100%; height: auto; max-width: none; }
.selected-preview .selected-offer > .selected-wrap { width: 100%; margin: 0; align-self: center; padding: 64px var(--page-edge) 64px 5%; }
.selected-preview .selected-offer .selected-wrap > div > p:first-child { font-size: clamp(28px, 2.6vw, 44px); font-weight: 600; line-height: 1.3; }
.selected-preview .selected-offer h2 { font-size: clamp(64px, 6.667vw, 128px); margin: 12px 0 24px; }
.selected-preview .selected-offer__note { font-size: 18px; margin-bottom: 24px; }
.selected-preview .selected-offer::after { grid-column: 1 / -1; }
@media (min-width: 761px) {
  .selected-preview .selected-offer .selected-button {
    width: min(100%, 280px);
    min-height: 64px;
    padding: 18px 30px;
    font-size: 20px;
  }
}

/* A consultation section with a visible headline, readable inputs and real consent. */
.selected-preview .selected-inquiry { padding-block: var(--section-space); text-align: center; }
.selected-preview .selected-inquiry__eyebrow { color: var(--green); font-size: 15px; font-weight: 800; margin-bottom: 16px; }
.selected-preview .selected-process { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; list-style: none; padding: 0; margin: 0 0 24px; font-size: 13px; }
.selected-preview .selected-process li + li::before { content: '→'; margin-right: 14px; }
.selected-preview .selected-inquiry h2 { max-width: 19em; margin-inline: auto; font-size: clamp(38px, 4.3vw, 68px); }
.selected-preview .selected-inquiry__intro { max-width: 42em; margin: 22px auto 36px; font-size: 17px; }
.selected-preview .selected-inquiry__form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: center; }
.selected-preview .selected-inquiry .inquiry-form { width: 100%; min-width: 0; margin: 0; display: grid; grid-template-columns: minmax(0, 1fr) 170px; gap: 16px; }
.selected-preview .selected-inquiry .inquiry-form__fields { min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: 0; }
.selected-preview .selected-inquiry .form-field { grid-column: auto; text-align: left; }
.selected-preview .selected-inquiry .form-field label { margin-bottom: 8px; font-size: 15px; line-height: 1.4; }
.selected-preview .selected-inquiry .form-field input { min-height: 54px; padding: 14px 12px; background: #fffdf8; border: 1px solid #bdc8c0; border-radius: 3px; font-size: 16px; line-height: 1.4; }
.selected-preview .selected-inquiry input[aria-invalid=true] { border-color: #ad3d18; border-width: 2px; }
.selected-preview .selected-inquiry .inquiry-form__action { justify-content: start; align-items: stretch; padding: 29px 0 0; }
.selected-preview .selected-inquiry .inquiry-submit { min-height: 54px; height: auto; padding: 14px 18px; font-size: 18px; color: #063d31; background: var(--action); border-radius: 3px; }
.selected-preview .selected-inquiry .inquiry-submit:hover { background: var(--action-hover); box-shadow: none; }
.selected-preview .selected-inquiry .consent-row { grid-column: 1 / -1; justify-content: flex-start; gap: 8px 18px; margin: 0; text-align: left; font-size: 13px; }
.selected-preview .selected-inquiry .consent-row label { min-height: 44px; gap: 8px; }
.selected-preview .selected-inquiry .consent-row input { width: 20px; height: 20px; flex-basis: 20px; margin: 0; }
.selected-preview .selected-inquiry .consent-row button { min-height: 44px; }
.selected-preview .selected-inquiry .field-error { font-size: 13px; }
.selected-preview .selected-inquiry .form-result { text-align: left; padding: 18px; margin: 0; font-size: 15px; }
.selected-preview .selected-phone { display: grid; gap: 4px; min-height: 44px; font-size: 27px; line-height: 1.4; font-weight: 900; white-space: nowrap; }
.selected-preview .selected-phone > span { font-size: 13px; color: #53665d; font-weight: 400; }
.selected-preview .selected-inquiry > .selected-note { margin-top: 24px; }
.selected-preview .site-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; padding: 24px var(--page-edge); color: #53665d; background: var(--cream); border-top: 1px solid #104b4133; font-size: 12px; }
.selected-preview .site-footer .text-link { min-height: 44px; font-size: 13px; }
.selected-preview .model-dialog .dialog-body > img { width: 100%; height: auto; max-height: 65svh; object-fit: contain; }
.selected-preview dialog { max-width: calc(100vw - 32px); max-height: calc(100svh - 32px); }
html[lang=en] .selected-preview .hero h1 { font-size: clamp(40px, 4.4vw, 74px); }
html[lang=en] .selected-preview .hero .hero__lead { font-size: clamp(24px, 2.3vw, 39px); }
html[lang=en] .selected-preview .selected-receipt__content p { font-size: clamp(12px, 1vw, 16px); }
html[lang=en] .selected-preview .selected-receipt__content strong { font-size: clamp(25px, 2.3vw, 42px); }
html[lang=en] .selected-preview .selected-offer h2 { font-size: clamp(48px, 4.7vw, 90px); }

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .selected-preview .selected-opening__model:hover img { transform: scale(1.055); }
  .selected-preview .selected-opening__model:hover > span { text-decoration: underline; }
}
@media (max-width: 1100px) {
  :root { --header: 64px; --gutter: clamp(24px, 5vw, 56px); }
  .selected-preview .site-header { --header-logo-width: 164px; }
  .selected-preview .primary-navigation.is-open { gap: 8px 28px; padding-bottom: calc(var(--selected-contact-current-height, 72px) + 24px); }
  .selected-preview .primary-navigation__group { white-space: normal; }
  .selected-preview .site-header .primary-navigation__group > a:not(.button) { font-size: 19px; }
  .selected-preview .selected-space__intro { grid-template-columns: minmax(0, .43fr) minmax(0, .57fr); gap: 28px; }
  .selected-preview .selected-space__copy { padding-block: 44px; }
  .selected-preview .selected-space__copy h2 { font-size: 36px; }
  .selected-preview .selected-space__scene { min-height: 500px; }
  .selected-preview .selected-operations > .selected-wrap { padding: 44px var(--page-edge) 44px 32px; }
  .selected-preview .selected-operations__photo { min-height: 440px; }
  .selected-preview .selected-inquiry__form { grid-template-columns: minmax(0, 1fr); }
  .selected-preview .selected-phone { justify-self: center; }
}
@media (max-width: 1000px) {
  .selected-preview .selected-operations { grid-template-columns: minmax(0, 1fr); }
  .selected-preview .selected-operations > .selected-wrap { grid-row: 1; padding: 44px var(--gutter) 32px; }
  .selected-preview .selected-operations__photo { min-height: 0; aspect-ratio: 1.6; }
  .selected-preview .selected-operations__photo img { mask-image: none; }
  .selected-preview .selected-counter { --prop-space: 0px; }
  .selected-preview .counter-props { width: min(32vw, 230px); right: var(--gutter); top: 8px; }
  .selected-preview .selected-proof { display: block; padding-right: 0; }
  .selected-preview .selected-receipt { width: min(62%, 340px); }
  .selected-preview .selected-receipt__content strong { font-size: clamp(26px, 4.5vw, 58px); }
  .selected-preview .selected-receipt__content p { font-size: clamp(14px, 2vw, 20px); }
  .selected-preview .selected-proof__copy { padding-top: 28px; }
  .selected-preview .proof-typeset { grid-template-columns: 1.35fr 1fr 1fr; }
  .selected-preview .proof-typeset > div:first-child { grid-column: auto; }
  .selected-preview .selected-stores img { aspect-ratio: 1.7; }
  .selected-preview .selected-support { padding-right: 0; padding-bottom: 36px; column-gap: 36px; }
  .selected-preview .counter-shelf { position: static; grid-column: 1; width: min(80%, 250px); margin: 0; }
  html[lang=en] .selected-preview .selected-receipt__content strong { font-size: clamp(23px, 3.8vw, 48px); }
  html[lang=en] .selected-preview .selected-receipt__content p { font-size: clamp(12px, 1.8vw, 17px); }
}
@media (max-width: 760px) {
  :root { --gutter: 24px; --header: 62px; --section-space: 56px; }
  .selected-preview { font-size: 16px; }
  .selected-preview h2 { font-size: clamp(34px, 8.5vw, 46px); }
  .selected-preview .hero { min-height: 72svh; padding: clamp(calc(var(--header) + 36px), 17svh, 160px) 24px 56px; }
  .selected-preview .hero h1 { gap: 14px; font-size: clamp(26px, 7.7vw, 44px); }
  .selected-preview .hero .hero__lead { font-size: clamp(18px, 4.8vw, 26px); }
  html[lang=en] .selected-preview .hero h1 { font-size: clamp(25px, 6.4vw, 40px); }
  html[lang=en] .selected-preview .hero .hero__lead { font-size: clamp(17px, 4.3vw, 24px); }
  .selected-preview .selected-brand { grid-template-columns: minmax(0, 1fr); gap: 0; padding: 0; }
  .selected-preview .selected-brand__copy { padding: 48px var(--gutter) 0; }
  .selected-preview .selected-brand h2 { font-size: clamp(54px, 14vw, 84px); }
  .selected-preview .selected-brand__story { max-width: 26em; margin-top: 24px; padding-right: 0; }
  .selected-preview .selected-brand__story p { font-size: 17px; }
  .selected-preview .selected-brand__story p + p { font-size: 15px; }
  .selected-preview .selected-brand__scene { margin-top: 16px; }
  .selected-preview .selected-brand__scene img { height: auto; min-height: 0; max-height: none; aspect-ratio: 1.2; object-position: 65% center; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 90%, transparent); }
  html[lang=en] .selected-preview .selected-brand h2 { font-size: clamp(43px, 10.5vw, 66px); }
  .selected-preview .selected-space__intro { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .selected-preview .selected-space__copy { padding: 40px var(--gutter) 32px; }
  .selected-preview .selected-space__copy h2 { font-size: clamp(36px, 9vw, 50px); }
  .selected-preview .selected-space__copy p:not([hidden]) { margin-block: 18px 22px; font-size: 16px; }
  .selected-preview .selected-space__scene { min-height: 0; aspect-ratio: 1.05; }
  .selected-preview .selected-space__scene img { inset: auto 0 0; height: 160%; object-position: 79% bottom; mask-image: none; }
  .selected-preview .selected-space__caption { font-size: 11px; }
  .selected-preview .selected-operations { grid-template-columns: minmax(0, 1fr); }
  .selected-preview .selected-operations > .selected-wrap { grid-row: 1; padding: 44px var(--gutter) 28px; }
  .selected-preview .selected-operations h2 { font-size: clamp(34px, 8vw, 46px); }
  .selected-preview .selected-operations p { margin-top: 18px; font-size: 16px; }
  .selected-preview .selected-operations__photo { min-height: 0; aspect-ratio: 1.25; }
  .selected-preview .selected-operations__photo figcaption { font-size: 11px; }
  .selected-preview .selected-receipt { width: 64%; max-width: 340px; margin-top: -12px; }
  .selected-preview .selected-receipt__content { padding: 30% 14% 14%; }
  .selected-preview .selected-receipt__content img { margin-bottom: 10px; }
  .selected-preview .selected-receipt__content p { font-size: clamp(12px, 2.9vw, 18px); }
  .selected-preview .selected-receipt__content strong { font-size: clamp(24px, 5.9vw, 44px); margin-top: 10px; }
  .selected-preview .counter-props { width: 29vw; max-width: 220px; }
  .selected-preview .selected-proof__copy { padding-top: 24px; }
  .selected-preview .selected-proof h2 { font-size: 26px; line-height: 1.3; }
  .selected-preview .proof-typeset { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; margin-block: 22px; }
  .selected-preview .proof-typeset > div:first-child { grid-column: 1 / -1; }
  .selected-preview .proof-typeset > div:first-child dd { font-size: clamp(25px, 6.5vw, 35px); }
  .selected-preview .proof-typeset dd { font-size: clamp(24px, 6vw, 34px); }
  .selected-preview .proof-typeset dt { font-size: 14px; }
  .selected-preview .selected-stores { gap: 10px; margin-top: 24px; }
  .selected-preview .selected-stores img { aspect-ratio: .95; }
  .selected-preview .selected-stores strong { font-size: 14px; line-height: 1.45; }
  .selected-preview .selected-stores figcaption span { font-size: 12px; }
  .selected-preview .selected-support { display: block; padding-top: 56px; }
  .selected-preview .selected-support h2 { font-size: clamp(34px, 8vw, 48px); }
  .selected-preview .support-kicker { font-size: 14px; }
  .selected-preview .selected-support ol { margin-block: 32px 24px; }
  .selected-preview .selected-support h3 { font-size: 23px; }
  .selected-preview .selected-support li p { font-size: 15px; }
  .selected-preview .counter-shelf { width: min(44%, 230px); margin: 24px 0 0 auto; }
  .selected-preview .selected-opening { display: flex; flex-direction: column; align-items: stretch; gap: 28px; padding-top: 20px; }
  .selected-preview .opening-heading { padding: 0; }
  .selected-preview .opening-heading h2 { font-size: clamp(36px, 9vw, 50px); }
  .selected-preview .opening-model-scene { padding: 0; }
  .selected-preview .selected-opening__model > span { margin-top: 6px; }
  .selected-preview .model-annotation strong { font-size: 23px; }
  .selected-preview .selected-opening__copy { padding-top: 12px; }
  .selected-preview .selected-opening__copy h3 { font-size: 30px; }
  .selected-preview .selected-finance__lead { font-size: 16px; }
  .selected-preview .selected-offer { grid-template-columns: minmax(0, 1fr); }
  .selected-preview .selected-offer__art { min-height: 0; }
  .selected-preview .selected-offer > .selected-wrap { padding: 36px var(--gutter) 44px; }
  .selected-preview .selected-offer h2 { font-size: clamp(50px, 12vw, 76px); margin-block: 10px 18px; }
  .selected-preview .selected-offer .selected-wrap > div > p:first-child { font-size: 25px; }
  .selected-preview .selected-offer__note { font-size: 14px; }
  .selected-preview .selected-offer .selected-button { width: 100%; }
  .selected-preview .selected-inquiry { text-align: left; }
  .selected-preview .selected-process { justify-content: flex-start; margin-bottom: 22px; }
  .selected-preview .selected-inquiry h2 { font-size: clamp(36px, 9vw, 54px); margin: 0; }
  .selected-preview .selected-inquiry__intro { font-size: 16px; margin-block: 20px 28px; }
  .selected-preview .selected-inquiry .inquiry-form { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .selected-preview .selected-inquiry .inquiry-form__fields { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .selected-preview .selected-inquiry .inquiry-form__action { padding: 0; }
  .selected-preview .selected-inquiry .inquiry-submit { min-height: 56px; font-size: 20px; }
  .selected-preview .selected-phone { font-size: 30px; text-align: center; }
  .selected-preview .selected-inquiry > .selected-note { text-align: center; }
  .selected-preview .site-footer { justify-content: flex-start; padding-block: 24px; gap: 8px 24px; }
  .selected-preview .site-footer > p { width: 100%; margin: 0; }
  html[lang=en] .selected-preview .selected-receipt__content p { font-size: clamp(11px, 2.6vw, 16px); }
  html[lang=en] .selected-preview .selected-receipt__content strong { font-size: clamp(21px, 5.2vw, 39px); }
  html[lang=en] .selected-preview .selected-offer h2 { font-size: clamp(40px, 10vw, 60px); }
}
@media (max-width: 360px) {
  :root { --gutter: 20px; }
  .selected-preview .selected-receipt__content strong { font-size: 22px; }
  .selected-preview .selected-stores { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .selected-preview .selected-stores figure { display: grid; grid-template-columns: 42% minmax(0, 1fr); gap: 14px; align-items: center; }
  .selected-preview .selected-stores img { aspect-ratio: 1.25; }
  .selected-preview .selected-stores figcaption { padding: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .selected-preview *, .selected-preview *::before, .selected-preview *::after { scroll-behavior: auto; }
  .selected-preview .selected-opening__model img, .selected-preview .selected-button { transition: none; }
}
