/* Solari product experience — product-specific, additive preview layer. */

body.product-experience-page {
  --product-paper: #f5f0e7;
  --product-paper-light: #fbf8f1;
  --product-ink: #16231d;
  --product-muted: #617068;
  --product-forest: #0b241b;
  --product-forest-soft: #173b30;
  --product-gold: #dda832;
  --product-clay: #c85f43;
  --product-line: rgba(22, 35, 29, 0.16);
  --product-serif: "Newsreader", "Iowan Old Style", Georgia, serif;
  --product-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--product-ink);
  background: var(--product-paper);
}

body.product-experience-page main {
  padding-top: 0 !important;
}

body.product-experience-page.product-sheet-open,
body.product-experience-page.product-plan-open {
  overflow: hidden;
}

.product-shell {
  width: min(calc(100% - 64px), 1280px);
  margin-inline: auto;
}

.product-kicker {
  margin: 0 0 18px;
  font-family: var(--product-sans);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Transparent product masthead over the hero, settled masthead afterwards. */
body.product-experience-page .masthead,
body.product-experience-page .masthead.past-hero,
body.product-experience-page.price-in-header .masthead {
  height: 104px;
  border-bottom-color: transparent;
  color: #fffdf8;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: height 260ms ease, border-color 260ms ease, color 260ms ease, background 260ms ease, backdrop-filter 260ms ease;
}

body.product-experience-page.product-past-hero .masthead,
body.product-experience-page.v8-menu-open .masthead {
  height: 72px;
  border-bottom-color: rgba(23, 34, 29, 0.08);
  color: var(--product-ink);
  background: rgba(251, 248, 241, 0.95);
  -webkit-backdrop-filter: blur(18px) saturate(115%);
  backdrop-filter: blur(18px) saturate(115%);
}

body.product-experience-page .product-masthead .menu-button {
  position: relative;
  z-index: 2;
  display: inline-flex !important;
  flex: 0 0 42px;
}

.product-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  line-height: 1;
  text-decoration: none;
}

.product-brand-mark {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  transition: width 260ms ease, height 260ms ease, flex-basis 260ms ease;
}

.product-brand-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  font-family: var(--product-serif);
  font-size: 1.66rem;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.product-brand-copy small {
  font-family: var(--product-sans);
  font-size: 0.56rem;
  font-weight: 720;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.product-past-hero .product-brand-mark,
.v8-menu-open .product-brand-mark {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
}

.product-past-hero .product-brand-copy,
.v8-menu-open .product-brand-copy {
  font-family: var(--product-sans);
  font-size: 0.96rem;
  font-weight: 790;
  letter-spacing: -0.01em;
}

/* Full-viewport product stage. */
.product-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  overflow: hidden;
  color: #fffdf8;
  background: var(--product-forest);
  touch-action: pan-y;
}

.product-known,
.product-plan {
  scroll-margin-top: 72px;
}

.product-hero-media,
.product-hero-media img,
.product-hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-hero-media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.product-hero-media {
  background: var(--product-forest);
}

.product-hero-media img {
  display: block;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transform: scale(1.001);
  transition: opacity 240ms ease, transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-hero-media img.is-changing {
  opacity: 0.28;
  transform: scale(1.008);
}

.product-hero-media.is-plan {
  background: #ece4d7;
}

.product-hero-media.is-plan img {
  padding: 8vh 10vw;
  object-fit: contain;
  filter: saturate(0.82) contrast(1.02);
}

.product-hero-wash {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 17, 12, 0.31) 0%, transparent 25%),
    linear-gradient(90deg, rgba(5, 19, 13, 0.3) 0%, transparent 40%),
    linear-gradient(180deg, transparent 46%, rgba(5, 18, 13, 0.3) 62%, rgba(4, 18, 13, 0.96) 100%);
  pointer-events: none;
}

.product-hero-media.is-plan + .product-hero-wash {
  background:
    linear-gradient(180deg, rgba(5, 17, 12, 0.28) 0%, transparent 22%),
    linear-gradient(180deg, transparent 50%, rgba(4, 18, 13, 0.94) 100%);
}

.product-hero-stage {
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 128px clamp(34px, 4vw, 64px) clamp(25px, 3.2vh, 34px);
  pointer-events: none;
}

.product-hero-stage button,
.product-hero-stage a {
  pointer-events: auto;
}

.product-hero-copy {
  position: absolute;
  bottom: clamp(172px, 19vh, 205px);
  left: clamp(34px, 4vw, 64px);
  width: min(580px, 42vw);
}

.product-hero-eyebrow {
  margin: 0 0 14px;
  font-family: var(--product-sans);
  font-size: 0.69rem;
  font-weight: 760;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.product-hero-copy h1 {
  margin: 0;
  font-family: var(--product-serif);
  font-size: clamp(4.3rem, 7.3vw, 7.8rem);
  font-weight: 330;
  letter-spacing: -0.06em;
  line-height: 0.78;
}

.product-hero-price {
  margin: clamp(20px, 2.5vh, 28px) 0 0;
  font-family: var(--product-serif);
  font-size: clamp(3.25rem, 4.35vw, 4.8rem);
  font-weight: 330;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.product-hero-price-note {
  margin: 9px 0 0;
  color: rgba(255, 253, 248, 0.72);
  font-family: var(--product-sans);
  font-size: 0.62rem;
  font-weight: 740;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-hero-summary {
  max-width: 31em;
  margin: 17px 0 0;
  color: rgba(255, 253, 248, 0.8);
  font-family: var(--product-sans);
  font-size: clamp(0.84rem, 0.94vw, 0.98rem);
  line-height: 1.45;
}

.product-hero-actions {
  position: absolute;
  bottom: clamp(25px, 3.2vh, 34px);
  left: clamp(34px, 4vw, 64px);
  display: grid;
  width: min(940px, 63vw);
  min-height: 116px;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.25);
  border-radius: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(8, 28, 20, 0.58);
  box-shadow: 0 20px 60px rgba(2, 12, 8, 0.2);
  -webkit-backdrop-filter: blur(16px) saturate(112%);
  backdrop-filter: blur(16px) saturate(112%);
}

.product-hero-action {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 20px 17px 17px;
  border: 0;
  border-left: 1px solid rgba(255, 253, 248, 0.17);
  align-items: start;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px 12px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  text-decoration: none;
  transition: background 180ms ease;
}

.product-hero-action:first-child {
  border-left: 0;
}

.product-hero-action:hover,
.product-hero-action:focus-visible {
  background: rgba(255, 253, 248, 0.085);
}

.product-hero-action > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.product-hero-action b {
  font-size: clamp(0.61rem, 0.69vw, 0.72rem);
  font-weight: 770;
  letter-spacing: 0.085em;
  line-height: 1.24;
  text-transform: uppercase;
}

.product-hero-action small {
  color: rgba(255, 253, 248, 0.69);
  font-size: clamp(0.67rem, 0.75vw, 0.78rem);
  line-height: 1.32;
}

.product-hero-action i {
  position: absolute;
  right: 15px;
  bottom: 12px;
  font-style: normal;
  opacity: 0.85;
  transition: transform 180ms ease;
}

.product-hero-action:hover i,
.product-hero-action:focus-visible i {
  transform: translateX(4px);
}

.product-action-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
}

.product-action-icon svg {
  width: 100%;
  height: 100%;
}

.product-hero-controls {
  position: absolute;
  z-index: 3;
  top: 144px;
  right: clamp(128px, 9vw, 174px);
  display: flex;
  min-width: 410px;
  padding: 13px;
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: rgba(8, 28, 20, 0.54);
  box-shadow: 0 18px 50px rgba(3, 15, 10, 0.14);
  -webkit-backdrop-filter: blur(16px) saturate(112%);
  backdrop-filter: blur(16px) saturate(112%);
}

.product-visual-note {
  position: absolute;
  z-index: 3;
  top: 112px;
  right: clamp(128px, 9vw, 174px);
  margin: 0;
  color: rgba(255, 253, 248, 0.8);
  font-size: 0.55rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: opacity 180ms ease;
}

.product-hero.is-gallery-detail .product-visual-note {
  opacity: 0;
}

.product-finish-control {
  display: flex;
  align-items: center;
  gap: 11px;
}

.product-control-label {
  font-size: 0.58rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-swatches {
  display: flex;
  align-items: center;
  gap: 7px;
}

.product-swatch {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 50%;
  place-items: center;
  background: transparent;
  cursor: pointer;
}

.product-swatch span {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 253, 248, 0.64);
  border-radius: 50%;
  background: var(--swatch);
}

.product-swatch.is-active {
  border-color: #fffdf8;
}

.product-view-switch {
  display: flex;
  padding: 3px;
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 999px;
  gap: 2px;
}

.product-view-switch button {
  min-height: 34px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.72);
  background: transparent;
  cursor: pointer;
  font-size: 0.57rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-view-switch button.is-active {
  color: var(--product-ink);
  background: #fffdf8;
}

.product-gallery-rail {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: clamp(20px, 2vw, 34px);
  display: grid;
  gap: 10px;
  transform: translateY(-42%);
}

.product-gallery-rail button {
  position: relative;
  width: clamp(82px, 6.5vw, 108px);
  padding: 3px;
  border: 1px solid rgba(255, 253, 248, 0.35);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(8, 28, 20, 0.34);
  cursor: pointer;
  aspect-ratio: 16 / 10;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.product-gallery-rail button:hover,
.product-gallery-rail button:focus-visible,
.product-gallery-rail button.is-active {
  border-color: #fffdf8;
  background: #fffdf8;
  transform: translateX(-5px);
}

.product-gallery-rail img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.product-mobile-gallery-arrows {
  display: none;
}

/* Content rhythm. */
.product-known,
.product-next {
  padding: clamp(104px, 11vw, 165px) 0;
}

.product-heading {
  max-width: 900px;
  margin-bottom: clamp(56px, 7vw, 88px);
}

.product-heading h2,
.product-plan-copy h2,
.product-interior-copy h2,
.product-land-card h2 {
  margin: 0;
  font-family: var(--product-serif);
  font-size: clamp(3.5rem, 6.3vw, 6.7rem);
  font-weight: 340;
  letter-spacing: -0.058em;
  line-height: 0.9;
  text-wrap: balance;
}

.product-fact-grid {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--product-line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-fact-grid > div {
  padding: 38px 28px 8px;
  border-left: 1px solid var(--product-line);
}

.product-fact-grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.product-fact-grid dt {
  font-family: var(--product-serif);
  font-size: clamp(2rem, 3.25vw, 3.4rem);
  font-weight: 360;
  letter-spacing: -0.045em;
  line-height: 1;
}

.product-fact-grid dd {
  margin: 13px 0 0;
  color: var(--product-muted);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-plan {
  display: grid;
  min-height: 780px;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
  color: #fffdf8;
  background: var(--product-forest);
}

.product-plan-media {
  display: grid;
  min-height: 640px;
  padding: clamp(30px, 4vw, 64px);
  place-items: center;
  background: #e9dfd0;
}

.product-plan-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-plan-copy {
  display: flex;
  padding: clamp(60px, 7vw, 110px) clamp(42px, 6vw, 92px);
  justify-content: center;
  flex-direction: column;
}

.product-plan-copy h2 {
  font-size: clamp(3.4rem, 5.3vw, 5.9rem);
}

.product-plan-copy > p:nth-of-type(2) {
  margin: 30px 0 0;
  color: rgba(255, 253, 248, 0.75);
  font-family: var(--product-serif);
  font-size: clamp(1.18rem, 1.55vw, 1.48rem);
  line-height: 1.48;
}

.product-plan-copy dl {
  margin: 42px 0 0;
}

.product-plan-copy dl > div {
  display: grid;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 253, 248, 0.19);
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
}

.product-plan-copy dt {
  font-size: 0.65rem;
  font-weight: 780;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-plan-copy dd {
  margin: 0;
  color: rgba(255, 253, 248, 0.67);
  font-size: 0.9rem;
}

.product-text-action {
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding: 18px 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.56);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-size: 0.71rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}

.product-text-action-dark {
  border-bottom-color: rgba(22, 35, 29, 0.48);
}

.product-interior {
  position: relative;
  height: min(900px, 88svh);
  min-height: 700px;
  overflow: hidden;
  color: #fffdf8;
  background: var(--product-forest);
}

.product-interior picture,
.product-interior picture::after,
.product-interior img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-interior img {
  object-fit: cover;
}

.product-interior::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 18, 13, 0.73) 0%, rgba(5, 18, 13, 0.18) 48%, transparent 72%);
  content: "";
}

.product-interior-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(32px, 7vw, 112px);
  width: min(620px, 44vw);
  transform: translateY(-50%);
}

.product-interior-copy h2 {
  font-size: clamp(3.8rem, 6vw, 6.4rem);
}

.product-interior-copy > p:last-child {
  max-width: 32em;
  margin: 30px 0 0;
  color: rgba(255, 253, 248, 0.77);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.65;
}

.product-price {
  padding: clamp(105px, 12vw, 180px) 0;
  background: var(--product-paper-light);
}

.product-price-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.68fr);
  gap: clamp(70px, 9vw, 150px);
}

.product-price-number h2 {
  margin: 0;
  font-family: var(--product-serif);
  font-size: clamp(5.5rem, 11vw, 12rem);
  font-weight: 320;
  letter-spacing: -0.075em;
  line-height: 0.78;
}

.product-price-number > p:last-child {
  margin: 25px 0 0;
  color: var(--product-muted);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-price-lead {
  margin: 0;
  font-family: var(--product-serif);
  font-size: clamp(2.1rem, 3.4vw, 3.8rem);
  font-weight: 350;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.product-price-copy > p:nth-child(2) {
  margin: 30px 0 0;
  color: var(--product-muted);
  line-height: 1.75;
}

.product-land {
  position: relative;
  min-height: 820px;
  padding: clamp(44px, 5vw, 72px);
  overflow: hidden;
  color: #fffdf8;
  background: var(--product-forest);
}

.product-land-media,
.product-land-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.product-land-media img {
  object-fit: cover;
}

.product-land::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 18, 13, 0.18) 25%, rgba(5, 18, 13, 0.72) 100%);
  content: "";
}

.product-land-card {
  position: relative;
  z-index: 2;
  width: min(620px, 47vw);
  margin: clamp(90px, 11vw, 150px) 0 0 auto;
  padding: clamp(42px, 5vw, 74px);
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 26px;
  background: rgba(7, 28, 20, 0.64);
  box-shadow: 0 28px 80px rgba(3, 15, 10, 0.24);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  backdrop-filter: blur(18px) saturate(112%);
}

.product-land-card h2 {
  font-size: clamp(3.3rem, 5vw, 5.4rem);
}

.product-land-card > p:nth-of-type(2) {
  margin: 30px 0 0;
  color: rgba(255, 253, 248, 0.76);
  line-height: 1.7;
}

.product-land-card a,
.product-sheet a {
  display: flex;
  margin-top: 34px;
  padding: 18px 0 10px;
  border-bottom: 1px solid currentColor;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: inherit;
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.product-next-grid {
  display: grid;
  border-top: 1px solid var(--product-line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-next-grid > * {
  display: grid;
  min-height: 150px;
  padding: 30px 26px;
  border: 0;
  border-right: 1px solid var(--product-line);
  border-bottom: 1px solid var(--product-line);
  align-items: end;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 20px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.product-next-grid > *:nth-child(2n) {
  border-right: 0;
}

.product-next-grid > *:hover,
.product-next-grid > *:focus-visible {
  color: #fffdf8;
  background: var(--product-forest-soft);
}

.product-next-grid span {
  font-size: 0.65rem;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.product-next-grid strong {
  font-family: var(--product-serif);
  font-size: clamp(1.5rem, 2.4vw, 2.45rem);
  font-weight: 380;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.product-next-grid i {
  font-size: 1.4rem;
  font-style: normal;
}

.product-footer {
  color: #fffdf8;
  background: var(--product-forest);
}

.product-footer .ds-brand {
  color: inherit;
}

.product-footer .ds-brand small,
.product-footer p {
  color: rgba(255, 253, 248, 0.64);
}

/* Personal right-hand sheets. */
.product-sheet {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  color: var(--product-ink);
  background: transparent;
  opacity: 0;
  transition: opacity 220ms ease;
}

.product-sheet[open] {
  display: flex;
  justify-content: flex-end;
}

.product-sheet::backdrop,
.product-plan-dialog::backdrop {
  background: rgba(5, 18, 13, 0.58);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.product-sheet.is-open {
  opacity: 1;
}

.product-sheet-surface {
  position: relative;
  width: min(620px, 100vw);
  height: 100%;
  overflow: auto;
  padding: clamp(76px, 9vw, 110px) clamp(32px, 6vw, 74px) 70px;
  background: var(--product-paper-light);
  box-shadow: -24px 0 80px rgba(6, 24, 17, 0.2);
  transform: translateX(100%);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-sheet.is-open .product-sheet-surface {
  transform: none;
}

.product-sheet-close,
.product-plan-close {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0 0 4px;
  border: 1px solid var(--product-line);
  border-radius: 50%;
  place-items: center;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-family: var(--product-serif);
  font-size: 1.8rem;
  font-weight: 300;
}

.product-sheet-kicker {
  margin: 0 0 22px;
  font-size: 0.66rem;
  font-weight: 780;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-sheet h2 {
  margin: 0;
  font-family: var(--product-serif);
  font-size: clamp(2.75rem, 4vw, 4rem);
  font-weight: 340;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.product-sheet-lead {
  margin: 34px 0 0;
  font-family: var(--product-serif);
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  line-height: 1.5;
}

.product-sheet-surface > p:not(.product-sheet-kicker):not(.product-sheet-lead) {
  color: var(--product-muted);
  line-height: 1.72;
}

.product-sheet-image {
  display: block;
  margin-top: 34px;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 16 / 10;
}

.product-sheet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-sheet-boundary {
  margin: 34px 0;
  border-top: 1px solid var(--product-line);
}

.product-sheet-boundary > div {
  display: grid;
  padding: 20px 0;
  border-bottom: 1px solid var(--product-line);
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 20px;
}

.product-sheet-boundary b {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-sheet-boundary span {
  color: var(--product-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.product-sheet blockquote {
  margin: 42px 0 0;
  padding: 0 0 0 24px;
  border-left: 2px solid var(--product-gold);
  font-family: var(--product-serif);
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
  font-style: italic;
  line-height: 1.3;
}

/* Floor-plan lightbox. */
.product-plan-dialog {
  width: min(1180px, calc(100vw - 64px));
  max-width: none;
  max-height: calc(100dvh - 64px);
  padding: 0;
  border: 0;
  border-radius: 26px;
  overflow: auto;
  color: var(--product-ink);
  background: var(--product-paper-light);
  box-shadow: 0 40px 120px rgba(5, 18, 13, 0.3);
}

.product-plan-dialog > div {
  padding: clamp(32px, 5vw, 70px);
}

.product-plan-dialog h2 {
  margin: 0 0 28px;
  font-family: var(--product-serif);
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 350;
  letter-spacing: -0.05em;
}

.product-plan-dialog img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.product-plan-dialog > div > p:last-child {
  margin: 22px 0 0;
  color: var(--product-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

/* Reveal motion is quiet and optional. */
.js .product-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 720ms ease, transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .product-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) and (min-width: 761px) {
  .product-hero-controls {
    top: 130px;
    right: 128px;
    min-width: 0;
  }

  .product-visual-note {
    top: 102px;
    right: 128px;
  }

  .product-control-label {
    display: none;
  }

  .product-hero-copy {
    width: 44vw;
  }

  .product-hero-actions {
    width: calc(100vw - 190px);
  }

  .product-plan,
  .product-price-layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 960px) and (min-width: 761px) {
  .product-hero-copy {
    bottom: clamp(238px, 25vh, 270px);
    width: min(510px, 58vw);
  }

  .product-hero-actions {
    width: calc(100vw - 190px);
    min-height: 184px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-hero-action:nth-child(3) {
    border-top: 1px solid rgba(255, 253, 248, 0.17);
    border-left: 0;
  }

  .product-hero-action:nth-child(4) {
    border-top: 1px solid rgba(255, 253, 248, 0.17);
  }

  .product-hero-action {
    padding-block: 15px;
  }
}

@media (max-width: 760px) {
  .product-shell {
    width: min(calc(100% - 36px), 1280px);
  }

  body.product-experience-page .masthead,
  body.product-experience-page .masthead.past-hero,
  body.product-experience-page.price-in-header .masthead {
    height: 82px;
    padding-inline: 18px;
  }

  body.product-experience-page.product-past-hero .masthead,
  body.product-experience-page.v8-menu-open .masthead {
    height: 66px;
  }

  .product-brand-mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .product-brand-copy {
    font-size: 1.28rem;
  }

  .product-brand-copy small {
    font-size: 0.48rem;
  }

  .product-past-hero .product-brand-mark,
  .v8-menu-open .product-brand-mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .product-past-hero .product-brand-copy,
  .v8-menu-open .product-brand-copy {
    font-size: 0.9rem;
  }

  .product-hero {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }

  .product-hero-media img {
    object-position: 50% 50%;
  }

  .product-hero-media.is-plan img {
    padding: 22vh 14px 30vh;
    object-fit: contain;
  }

  .product-hero-wash {
    background:
      linear-gradient(180deg, rgba(4, 15, 10, 0.31) 0%, transparent 22%),
      linear-gradient(180deg, transparent 39%, rgba(4, 18, 13, 0.27) 50%, rgba(4, 18, 13, 0.97) 67%, #061f17 100%);
  }

  .product-hero-stage {
    display: grid;
    padding: 46vh 18px max(14px, env(safe-area-inset-bottom));
    align-content: end;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    grid-template-rows: auto auto;
    gap: 13px 14px;
    overflow: hidden;
  }

  .product-hero-copy {
    position: static;
    align-self: end;
    width: auto;
  }

  .product-hero-eyebrow {
    margin-bottom: 8px;
    font-size: 0.52rem;
    letter-spacing: 0.16em;
  }

  .product-hero-copy h1 {
    font-size: clamp(2.65rem, 12vw, 3.55rem);
    line-height: 0.82;
  }

  .product-hero-price {
    margin-top: 13px;
    font-size: clamp(2.7rem, 11.5vw, 3.45rem);
  }

  .product-hero-price-note {
    margin-top: 6px;
    font-size: 0.49rem;
    letter-spacing: 0.12em;
  }

  .product-hero-summary {
    margin-top: 12px;
    font-size: clamp(0.66rem, 2.9vw, 0.78rem);
    line-height: 1.42;
  }

  .product-hero-actions {
    position: static;
    display: grid;
    align-self: end;
    width: auto;
    min-height: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    grid-template-columns: 1fr;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .product-hero-action {
    min-height: 48px;
    padding: 8px 18px 8px 4px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 253, 248, 0.2);
    grid-template-columns: 23px minmax(0, 1fr);
    gap: 7px 9px;
  }

  .product-hero-action:first-child {
    border-top: 1px solid rgba(255, 253, 248, 0.2);
  }

  .product-action-icon {
    width: 22px;
    height: 22px;
  }

  .product-hero-action b {
    font-size: clamp(0.52rem, 2.25vw, 0.61rem);
    letter-spacing: 0.06em;
  }

  .product-hero-action small {
    font-size: clamp(0.56rem, 2.35vw, 0.66rem);
    line-height: 1.2;
  }

  .product-hero-action i {
    right: 2px;
    bottom: 14px;
    font-size: 0.75rem;
  }

  .product-hero-controls {
    position: static;
    display: grid;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 10px;
    border-radius: 16px;
    grid-column: 1 / -1;
    grid-template-columns: 176px minmax(0, 1fr);
    gap: 8px;
  }

  .product-visual-note {
    top: 88px;
    right: 18px;
    font-size: 0.49rem;
  }

  .product-finish-control {
    min-width: 0;
    gap: 0;
  }

  .product-control-label {
    display: none;
  }

  .product-swatches {
    width: 100%;
    justify-content: space-around;
    gap: 3px;
  }

  .product-swatch {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 9px;
  }

  .product-view-switch {
    width: 100%;
    min-width: 0;
  }

  .product-view-switch button {
    min-width: 0;
    min-height: 44px;
    padding-inline: 5px;
    flex: 1 1 50%;
    font-size: 0.51rem;
    white-space: nowrap;
  }

  .product-gallery-rail {
    display: none;
  }

  .product-mobile-gallery-arrows {
    position: absolute;
    top: 39vh;
    right: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 4;
  }

  .product-mobile-gallery-arrows button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 253, 248, 0.56);
    border-radius: 50%;
    place-items: center;
    color: #fffdf8;
    background: rgba(8, 28, 20, 0.32);
    cursor: pointer;
    pointer-events: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .product-mobile-gallery-arrows button:last-child {
    position: absolute;
    right: 0;
  }

  .product-mobile-gallery-arrows.is-attention button::after {
    position: absolute;
    inset: -1px;
    border: 1px solid rgba(255, 253, 248, 0.56);
    border-radius: 50%;
    content: "";
    animation: product-gallery-pulse 900ms ease-out both;
  }

  .product-mobile-gallery-arrows span {
    position: absolute;
    top: 50px;
    right: 8px;
    color: rgba(255, 253, 248, 0.74);
    font-size: 0.55rem;
    font-weight: 760;
    letter-spacing: 0.12em;
  }

  .product-known,
  .product-next {
    padding: 90px 0;
  }

  .product-known,
  .product-plan {
    scroll-margin-top: 66px;
  }

  .product-heading {
    margin-bottom: 48px;
  }

  .product-heading h2,
  .product-plan-copy h2,
  .product-interior-copy h2,
  .product-land-card h2 {
    font-size: clamp(2.8rem, 13.5vw, 4.1rem);
  }

  .product-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-fact-grid > div {
    padding: 26px 18px 28px;
    border-bottom: 1px solid var(--product-line);
  }

  .product-fact-grid > div:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .product-fact-grid dt {
    font-size: clamp(1.8rem, 8.5vw, 2.7rem);
  }

  .product-fact-grid > div:nth-child(3) dt {
    font-size: clamp(1.45rem, 6.8vw, 2.15rem);
    white-space: nowrap;
  }

  .product-plan {
    grid-template-columns: 1fr;
  }

  .product-plan-media {
    min-height: 56svh;
    padding: 22px;
  }

  .product-plan-copy {
    padding: 76px 22px 84px;
  }

  .product-plan-copy dl > div {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .product-interior {
    height: 88svh;
    min-height: 660px;
  }

  .product-interior::after {
    background: linear-gradient(180deg, transparent 32%, rgba(5, 18, 13, 0.27) 52%, rgba(5, 18, 13, 0.92) 100%);
  }

  .product-interior-copy {
    top: auto;
    right: 22px;
    bottom: 52px;
    left: 22px;
    width: auto;
    transform: none;
  }

  .product-interior-copy > p:last-child {
    font-size: 0.94rem;
  }

  .product-price {
    padding: 92px 0;
  }

  .product-price-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .product-price-number h2 {
    font-size: clamp(5rem, 24vw, 7.5rem);
  }

  .product-price-lead {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .product-land {
    min-height: 820px;
    padding: 20px;
  }

  .product-land::after {
    background: linear-gradient(180deg, transparent 30%, rgba(5, 18, 13, 0.38) 55%, rgba(5, 18, 13, 0.94) 100%);
  }

  .product-land-card {
    width: 100%;
    margin-top: 450px;
    padding: 28px 0 0;
    border: 0;
    border-top: 1px solid rgba(255, 253, 248, 0.38);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .product-land-card h2 {
    font-size: clamp(2.75rem, 12.5vw, 3.75rem);
  }

  .product-next-grid {
    grid-template-columns: 1fr;
  }

  .product-next-grid > * {
    min-height: 126px;
    padding-inline: 10px;
    border-right: 0;
    grid-template-columns: 34px minmax(0, 1fr) auto;
  }

  .product-next-grid strong {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .product-sheet[open] {
    justify-content: flex-end;
  }

  .product-sheet-surface {
    width: 100vw;
    padding: 78px 24px max(46px, env(safe-area-inset-bottom));
  }

  .product-sheet-close,
  .product-plan-close {
    top: 18px;
    right: 18px;
  }

  .product-sheet h2 {
    padding-right: 24px;
    font-size: clamp(2.6rem, 13vw, 3.6rem);
  }

  .product-sheet-boundary > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-plan-dialog {
    width: 100vw;
    max-height: 100dvh;
    height: 100dvh;
    border-radius: 0;
  }

  .product-plan-dialog > div {
    display: flex;
    min-height: 100%;
    padding: 76px 18px 32px;
    justify-content: center;
    flex-direction: column;
  }
}

@keyframes product-gallery-pulse {
  from { opacity: 0.7; transform: scale(1); }
  to { opacity: 0; transform: scale(1.55); }
}

@media (max-height: 720px) and (max-width: 760px) {
  .product-hero-stage {
    padding-top: 43vh;
    gap: 8px 10px;
  }

  .product-hero-copy h1 {
    font-size: 2.5rem;
  }

  .product-hero-price {
    margin-top: 9px;
    font-size: 2.6rem;
  }

  .product-hero-summary {
    margin-top: 8px;
    font-size: 0.63rem;
  }

  .product-hero-action {
    min-height: 44px;
    padding-block: 5px;
  }

  .product-hero-action small {
    display: none;
  }

  .product-hero-controls {
    padding: 8px;
  }
}

@media (orientation: landscape) and (max-height: 720px) and (max-width: 960px) {
  body.product-experience-page .masthead,
  body.product-experience-page .masthead.past-hero,
  body.product-experience-page.price-in-header .masthead {
    height: 72px;
  }

  .product-brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .product-brand-copy {
    font-size: 1rem;
  }

  .product-brand-copy small {
    font-size: 0.45rem;
  }

  .product-hero-stage {
    display: block;
    padding: 0;
  }

  .product-hero-copy {
    position: absolute;
    bottom: 18px;
    left: 22px;
    width: 42vw;
  }

  .product-hero-eyebrow {
    margin-bottom: 6px;
    font-size: 0.5rem;
  }

  .product-hero-copy h1 {
    font-size: clamp(2.5rem, 7vw, 3.4rem);
  }

  .product-hero-price {
    margin-top: 10px;
    font-size: clamp(2.35rem, 6vw, 3rem);
  }

  .product-hero-price-note {
    margin-top: 5px;
    font-size: 0.47rem;
  }

  .product-hero-summary {
    display: none;
  }

  .product-hero-actions {
    position: absolute;
    right: 18px;
    bottom: 14px;
    left: auto;
    display: grid;
    width: 50vw;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 253, 248, 0.24);
    border-radius: 14px;
    grid-template-columns: 1fr;
    background: rgba(8, 28, 20, 0.58);
    -webkit-backdrop-filter: blur(14px) saturate(112%);
    backdrop-filter: blur(14px) saturate(112%);
  }

  .product-hero-action,
  .product-hero-action:nth-child(3),
  .product-hero-action:nth-child(4) {
    min-height: 40px;
    padding: 6px 20px 6px 7px;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 253, 248, 0.16);
    grid-template-columns: 21px minmax(0, 1fr);
    gap: 6px 8px;
  }

  .product-hero-action:last-child {
    border-bottom: 0;
  }

  .product-action-icon {
    width: 20px;
    height: 20px;
  }

  .product-hero-action b {
    font-size: 0.54rem;
  }

  .product-hero-action small {
    display: none;
  }

  .product-hero-action i {
    right: 7px;
    bottom: 12px;
    font-size: 0.7rem;
  }

  .product-hero-controls {
    position: absolute;
    top: 100px;
    right: 18px;
    display: grid;
    width: min(390px, 52vw);
    min-width: 0;
    padding: 7px;
    border-radius: 15px;
    grid-template-columns: 176px minmax(0, 1fr);
    gap: 7px;
  }

  .product-control-label {
    display: none;
  }

  .product-finish-control,
  .product-swatches,
  .product-view-switch {
    min-width: 0;
  }

  .product-swatches {
    width: 100%;
    justify-content: space-between;
  }

  .product-swatch {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 9px;
  }

  .product-view-switch {
    display: flex;
    width: 100%;
  }

  .product-view-switch button {
    min-width: 0;
    min-height: 44px;
    padding-inline: 4px;
    flex: 1 1 50%;
    font-size: 0.49rem;
    white-space: nowrap;
  }

  .product-visual-note {
    top: 80px;
    right: 18px;
    font-size: 0.46rem;
  }

  .product-gallery-rail,
  .product-mobile-gallery-arrows {
    display: none;
  }

  .product-hero-wash {
    background:
      linear-gradient(180deg, rgba(4, 15, 10, 0.32) 0%, transparent 32%),
      linear-gradient(90deg, rgba(4, 18, 13, 0.66) 0%, transparent 48%, rgba(4, 18, 13, 0.26) 100%),
      linear-gradient(180deg, transparent 34%, rgba(4, 18, 13, 0.9) 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .product-hero-media img,
  .product-sheet,
  .product-sheet-surface,
  .product-reveal {
    transition: none !important;
  }

  .js .product-reveal {
    opacity: 1;
    transform: none;
  }
}
