/* ————————————————————————————————————————————
   Meridian Estates — cinematic architectural editorial
   basalt #0E0D0B · travertine #E8E2D6 · brass #C7A867
   sage #5C6B5E · daylight #F5F2EA
———————————————————————————————————————————— */

:root {
  --basalt: #0E0D0B;
  --basalt-soft: #15130F;
  --travertine: #E8E2D6;
  --brass: #C7A867;
  --brass-dim: rgba(199, 168, 103, 0.35);
  --sage: #5C6B5E;
  --daylight: #F5F2EA;
  --ink-on-light: #1A1813;
  --muted-on-light: #55503F;
  --muted-on-dark: rgba(232, 226, 214, 0.66);
  --display: "Cormorant Garamond", Garamond, serif;
  --body: "Figtree", system-ui, sans-serif;
  --data: "Space Grotesk", monospace;
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-swift: cubic-bezier(0.65, 0, 0.35, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

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

body {
  background: var(--basalt);
  color: var(--travertine);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
abbr { text-decoration: none; }

:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

::selection { background: var(--brass); color: var(--basalt); }

.container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
}

/* ————— shared type ————— */

.label {
  font-family: var(--data);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.6;
}
.label.brass { color: var(--brass); }

.display {
  font-family: var(--display);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.04;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  text-wrap: balance;
}

/* ————— header ————— */

.site-head {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 10;
  padding-top: clamp(20px, 3vw, 36px);
}
.head-inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.wordmark-main {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.wordmark-sub {
  font-family: var(--data);
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--brass);
}
.site-head nav {
  display: flex;
  gap: clamp(18px, 3vw, 40px);
}
.site-head nav a {
  font-family: var(--data);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--travertine);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s var(--ease-swift), color 0.4s var(--ease-swift);
}
.site-head nav a:hover { color: var(--brass); border-bottom-color: var(--brass-dim); }

/* ————— hero ————— */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: -12% 0;
  z-index: -1;
  will-change: transform;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  transform-origin: 55% 60%;
}
.js .hero-media img { animation: kenburns 42s var(--ease-out-expo) forwards; }
@keyframes kenburns {
  from { transform: scale(1.14); }
  to   { transform: scale(1.02); }
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(14,13,11,0.42) 0%, rgba(14,13,11,0) 30%),
    linear-gradient(to top, rgba(14,13,11,0.78) 0%, rgba(14,13,11,0.25) 42%, rgba(14,13,11,0) 68%);
}
.hero-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  opacity: 0.12;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.hero-copy {
  width: 100%;
  padding-bottom: clamp(40px, 7vh, 84px);
}
.hero-eyebrow { color: var(--brass); margin-bottom: clamp(16px, 2.5vh, 28px); }
.hero-title {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(3.2rem, 9.5vw, 8.2rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}
.hero-sub {
  margin-top: clamp(20px, 3vh, 32px);
  max-width: 34em;
  font-size: clamp(1rem, 1.3vw, 1.1875rem);
  color: var(--muted-on-dark);
}
.hero-sub .line { display: block; }

/* line-mask load choreography */
.line { display: block; overflow: hidden; }
.line-inner { display: inline-block; }
.js .line-inner {
  transform: translateY(112%);
  animation: line-rise 1.15s var(--ease-out-expo) forwards;
}
.js .hero-eyebrow .line-inner { animation-delay: 0.15s; }
.js .hero-title .line:nth-child(1) .line-inner { animation-delay: 0.3s; }
.js .hero-title .line:nth-child(2) .line-inner { animation-delay: 0.42s; }
.js .hero-sub .line:nth-child(1) .line-inner { animation-delay: 0.62s; }
.js .hero-sub .line:nth-child(2) .line-inner { animation-delay: 0.7s; }
.js .hero-sub .line:nth-child(3) .line-inner { animation-delay: 0.78s; }
@keyframes line-rise { to { transform: translateY(0); } }

.hero-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 22px 26px;
  border-top: 1px solid rgba(232, 226, 214, 0.18);
  color: var(--muted-on-dark);
}
.js .hero-foot { opacity: 0; animation: fade-in 1.2s var(--ease-swift) 1.1s forwards; }
@keyframes fade-in { to { opacity: 1; } }
.hero-cue {
  font-family: var(--data);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--brass);
  display: flex;
  align-items: center;
  gap: 14px;
}
.cue-line {
  width: 56px;
  height: 1px;
  background: var(--brass);
  transform-origin: left;
  transition: transform 0.5s var(--ease-out-expo);
}
.hero-cue:hover .cue-line { transform: scaleX(1.5); }

/* ————— premise ————— */

.premise {
  background: var(--daylight);
  color: var(--ink-on-light);
  padding-block: clamp(96px, 14vw, 200px);
}
.premise .label { margin-bottom: clamp(24px, 3vw, 40px); }
.premise .display { max-width: 21em; }
.premise-cols {
  margin-top: clamp(48px, 6vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 58ch) 1fr;
  gap: clamp(40px, 8vw, 140px);
  align-items: start;
}
.premise-body p { color: var(--muted-on-light); }
.premise-body p + p { margin-top: 1.4em; }
.premise-data { justify-self: end; min-width: 220px; }
.premise-data div {
  border-top: 1px solid var(--brass-dim);
  padding-block: 16px 22px;
}
.premise-data div:last-child { border-bottom: 1px solid var(--brass-dim); }
.premise-data dt {
  font-family: var(--data);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 6px;
}
.premise-data dd {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.1;
}

/* ————— the lots ————— */

.lots {
  background: var(--basalt);
  padding-block: clamp(96px, 13vw, 180px) clamp(80px, 10vw, 150px);
  overflow: clip;
}
.lots-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  row-gap: 8px;
  margin-bottom: clamp(32px, 4vw, 56px);
}
.lots-head .label.brass { grid-column: 1 / -1; margin-bottom: clamp(20px, 2.5vw, 32px); }
.lots-hint { color: rgba(232, 226, 214, 0.55); }
.lots-hint::after {
  content: "⟶";
  font-family: var(--body);
  letter-spacing: 0;
  margin-left: 10px;
  color: var(--brass);
}

.lot-index {
  position: sticky;
  top: 0;
  z-index: 5;
  background: var(--basalt);
  padding-top: 10px;
}
.lot-index-inner {
  display: flex;
  gap: clamp(20px, 4vw, 56px);
}
.lot-tab {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--data);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(232, 226, 214, 0.45);
  padding: 14px 0 16px;
  display: flex;
  gap: 10px;
  align-items: baseline;
  transition: color 0.45s var(--ease-swift);
}
.lot-tab span { color: var(--brass-dim); transition: color 0.45s var(--ease-swift); }
.lot-tab:hover { color: var(--travertine); }
.lot-tab.is-active { color: var(--travertine); }
.lot-tab.is-active span { color: var(--brass); }

.lot-progress {
  height: 1px;
  background: rgba(199, 168, 103, 0.22);
}
.lot-progress-fill {
  display: block;
  height: 100%;
  background: var(--brass);
  transform-origin: left;
  transform: scaleX(0.12);
  transition: transform 0.15s linear;
}

.lots-viewport {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
  margin-top: clamp(36px, 5vw, 64px);
  touch-action: pan-x pan-y;
}
.lots-viewport::-webkit-scrollbar { display: none; }
.lots-viewport.is-dragging { cursor: grabbing; }
.lots-viewport.is-dragging .lot-card { pointer-events: none; }

.lots-track {
  list-style: none;
  display: flex;
  gap: clamp(32px, 5vw, 80px);
  padding-inline: max(clamp(20px, 4vw, 48px), calc((100% - 1200px) / 2));
  width: max-content;
}
.lot-card {
  width: min(74vw, 920px);
  flex-shrink: 0;
}
.lot-figure {
  overflow: hidden;
  background: var(--basalt-soft);
}
@property --zoom {
  syntax: "<number>";
  initial-value: 1.06;
  inherits: false;
}
.lot-figure img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  /* --pan = micro-parallax against drag direction (JS); --zoom leaves crop slack for it */
  transform: translate3d(var(--pan, 0px), 0, 0) scale(var(--zoom, 1.06));
  transition: --zoom 1.6s var(--ease-out-expo);
  -webkit-user-drag: none;
  user-select: none;
}
.lot-card:hover .lot-figure img { --zoom: 1.1; }

.lot-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 64px);
  padding-top: 26px;
  border-top: 1px solid var(--brass-dim);
  margin-top: 26px;
}
.lot-meta h3 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.05;
  margin-top: 12px;
}
.lot-attrib {
  font-family: var(--data);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  margin-top: 10px;
}
.lot-desc {
  margin-top: 16px;
  max-width: 46ch;
  color: var(--muted-on-dark);
  font-size: 0.9375rem;
}
.lot-meta-right { text-align: right; }
.lot-meta-right .label { color: var(--muted-on-dark); }
.lot-price {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.1;
  color: var(--brass);
  margin-top: 10px;
  font-variant-numeric: lining-nums;
}
.lot-specs {
  font-family: var(--data);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  margin-top: 12px;
}

/* ————— featured lot ————— */

.featured {
  background: var(--travertine);
  color: var(--ink-on-light);
  padding-block: clamp(96px, 13vw, 180px);
}
.featured > .container > .label { margin-bottom: clamp(20px, 2.5vw, 32px); }
.featured-grid {
  margin-top: clamp(56px, 7vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 4fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: start;
}
.plan-wrap .label { margin-bottom: 28px; }

.floorplan {
  width: 100%;
  height: auto;
}
.fp-lines path {
  fill: none;
  stroke: var(--ink-on-light);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.fp-lines path.fp-glass {
  stroke: var(--brass);
  stroke-width: 1.2;
}
.fp-lines path.fp-walk {
  stroke: var(--ink-on-light);
  stroke-width: 1;
  opacity: 0.4;
}
.floorplan.is-drawn .fp-lines path {
  transition: stroke-dashoffset 1.6s var(--ease-swift);
  stroke-dashoffset: 0;
}
.floorplan.is-drawn .fp-lines path:nth-child(2)  { transition-delay: 0.5s; }
.floorplan.is-drawn .fp-lines path:nth-child(3)  { transition-delay: 0.35s; }
.floorplan.is-drawn .fp-lines path:nth-child(4)  { transition-delay: 0.45s; }
.floorplan.is-drawn .fp-lines path:nth-child(5)  { transition-delay: 0.55s; }
.floorplan.is-drawn .fp-lines path:nth-child(6)  { transition-delay: 0.6s; }
.floorplan.is-drawn .fp-lines path:nth-child(7)  { transition-delay: 0.7s; }
.floorplan.is-drawn .fp-lines path:nth-child(8)  { transition-delay: 0.9s; }
.floorplan.is-drawn .fp-lines path:nth-child(9)  { transition-delay: 0.8s; }
.floorplan.is-drawn .fp-lines path:nth-child(10) { transition-delay: 1s; }
.floorplan.is-drawn .fp-lines path:nth-child(11) { transition-delay: 1.1s; }
.floorplan.is-drawn .fp-lines path:nth-child(12) { transition-delay: 0.65s; }
.floorplan.is-drawn .fp-lines path:nth-child(13) { transition-delay: 0.75s; }
.floorplan.is-drawn .fp-lines path:nth-child(14) { transition-delay: 1.2s; }
.floorplan.is-drawn .fp-lines path:nth-child(15) { transition-delay: 1.3s; }
.fp-labels text {
  font-family: var(--data);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  fill: var(--muted-on-light);
  text-anchor: middle;
  opacity: 0;
  transition: opacity 0.9s var(--ease-swift) 1.5s;
}
.fp-labels .fp-small { font-size: 10px; fill: var(--sage); }
.floorplan.is-drawn .fp-labels text { opacity: 1; }

.specs-wrap .label { margin-bottom: 20px; }
.specs {
  width: 100%;
  border-collapse: collapse;
}
.specs th, .specs td {
  border-top: 1px solid var(--brass-dim);
  padding: 13px 0;
  vertical-align: top;
  text-align: left;
}
.specs tr:last-child th, .specs tr:last-child td { border-bottom: 1px solid var(--brass-dim); }
.specs th {
  font-family: var(--data);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--sage);
  padding-right: 20px;
  width: 38%;
  padding-top: 17px;
}
.specs td {
  font-size: 0.9375rem;
  color: var(--ink-on-light);
}
.specs-estimate td {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--ink-on-light);
}

.btn-brass {
  display: inline-block;
  margin-top: 36px;
  font-family: var(--data);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  background: none;
  border: 1px solid var(--brass);
  padding: 15px 30px;
  cursor: pointer;
  transition: background 0.45s var(--ease-swift), color 0.45s var(--ease-swift);
}
.btn-brass:hover { background: var(--brass); color: var(--basalt); }

/* ————— approach ————— */

.approach {
  background: var(--basalt);
  padding-block: clamp(96px, 13vw, 180px);
}
.approach-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(260px, 4fr);
  gap: clamp(48px, 7vw, 130px);
  align-items: start;
}
.approach-copy .label.brass { margin-bottom: clamp(20px, 2.5vw, 32px); }
.approach-steps {
  list-style: none;
  margin-top: clamp(48px, 6vw, 80px);
}
.approach-steps li {
  border-top: 1px solid rgba(199, 168, 103, 0.28);
  padding-block: 28px 36px;
  max-width: 56ch;
}
.approach-steps .label { color: var(--brass); margin-bottom: 12px; }
.approach-steps p:not(.label) { color: var(--muted-on-dark); }
.approach-figure { position: sticky; top: clamp(24px, 5vh, 64px); }
.approach-figure img { width: 100%; }
.approach-figure figcaption {
  margin-top: 14px;
  color: rgba(232, 226, 214, 0.45);
}

/* ————— viewings ————— */

.viewings {
  background: var(--travertine);
  padding-block: clamp(96px, 13vw, 180px);
}
.card {
  position: relative;
  background: var(--daylight);
  color: var(--ink-on-light);
  max-width: 860px;
  margin-inline: auto;
  padding: clamp(40px, 6vw, 88px) clamp(24px, 6vw, 96px) clamp(44px, 5vw, 72px);
  border: 1px solid var(--brass);
  text-align: center;
}
.card-rule {
  position: absolute;
  inset: 10px;
  border: 1px solid var(--brass-dim);
  pointer-events: none;
}
.card h2 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin-top: 20px;
}
.card-note {
  margin: 20px auto 0;
  max-width: 44ch;
  color: var(--muted-on-light);
  font-size: 0.9375rem;
}
.viewing-form {
  margin-top: clamp(36px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px clamp(24px, 4vw, 48px);
  text-align: left;
}
.field-wide { grid-column: 1 / -1; }
.field label {
  display: block;
  font-family: var(--data);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 8px;
}
.field input, .field select {
  width: 100%;
  font-family: var(--body);
  font-size: 1rem;
  color: var(--ink-on-light);
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(26, 24, 19, 0.35);
  border-radius: 0;
  padding: 8px 0 10px;
  transition: border-color 0.4s var(--ease-swift);
}
.field select { appearance: none; cursor: pointer; }
.field {
  position: relative;
}
.field:has(select)::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 18px;
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--sage);
  border-bottom: 1px solid var(--sage);
  transform: rotate(45deg);
  pointer-events: none;
}
.field input:focus, .field select:focus {
  outline: none;
  border-bottom-color: var(--brass);
}
.field input:focus-visible, .field select:focus-visible {
  outline: none;
  border-bottom-color: var(--brass);
  box-shadow: 0 1px 0 0 var(--brass);
}
.form-foot {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.form-foot .btn-brass { margin-top: 8px; }
.form-confirm { color: var(--sage); }

/* ————— footer ————— */

.site-foot {
  background: var(--basalt);
  padding-block: clamp(64px, 8vw, 110px) 40px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  padding-bottom: clamp(40px, 6vw, 72px);
  border-bottom: 1px solid rgba(232, 226, 214, 0.14);
}
.wordmark-foot {
  font-family: var(--display);
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 12px;
}
.wordmark-foot span {
  font-family: var(--data);
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--brass);
  margin-left: 6px;
}
.site-foot .label { color: rgba(232, 226, 214, 0.42); }
.site-foot address { font-style: normal; }
.site-foot address p, .site-foot a { color: var(--muted-on-dark); font-size: 0.9375rem; }
.site-foot address p + p { margin-top: 16px; }
.site-foot a { text-decoration: none; border-bottom: 1px solid rgba(232, 226, 214, 0.25); transition: color .4s var(--ease-swift), border-color .4s var(--ease-swift); }
.site-foot a:hover { color: var(--brass); border-bottom-color: var(--brass); }
.foot-small {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 28px;
}
.foot-small p {
  font-family: var(--data);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 226, 214, 0.4);
}
.foot-small a { border-bottom-color: rgba(232,226,214,0.25); }

/* ————— drag cursor (fine pointers, gallery only) ————— */

.drag-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid var(--brass);
  background: rgba(14, 13, 11, 0.55);
  color: var(--brass);
  font-family: var(--data);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  scale: 0.7;
  transition: opacity 0.35s var(--ease-swift), scale 0.45s var(--ease-out-expo);
  will-change: transform;
}
.drag-cursor.is-on { opacity: 1; scale: 1; }
.drag-cursor.is-down { scale: 0.82; }
.has-drag-cursor .lots-viewport { cursor: none; }
.has-drag-cursor .lots-hint { display: none; }

/* ————— reveals ————— */

.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s var(--ease-swift), transform 1.1s var(--ease-out-expo);
}
.js [data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* ————— reduced motion ————— */

@media (prefers-reduced-motion: reduce) {
  .js .hero-media img { animation: none; }
  .js .hero-media { transform: none !important; }
  .js .line-inner { animation: none; transform: none; }
  .js .hero-foot { animation: none; opacity: 1; }
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  .fp-lines path { stroke-dashoffset: 0 !important; transition: none !important; }
  .fp-labels text { opacity: 1 !important; transition: none !important; }
  .lot-figure img, .cue-line { transition: none !important; }
  .lot-progress-fill { transition: none; }
}

/* ————— responsive ————— */

@media (max-width: 1024px) {
  .premise-cols { grid-template-columns: 1fr; }
  .premise-data { justify-self: start; display: grid; grid-template-columns: repeat(3, 1fr); min-width: 0; width: 100%; }
  .premise-data div:last-child { border-bottom: none; }
  .premise-data div { border-bottom: 1px solid var(--brass-dim); }
  .featured-grid { grid-template-columns: 1fr; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-figure { position: static; max-width: 420px; }
}

@media (max-width: 700px) {
  body { font-size: 1rem; }
  .site-head nav a:not(:last-child) { display: none; }
  .hero-title { font-size: clamp(3rem, 13vw, 4.6rem); }
  .hero-eyebrow { letter-spacing: 0.16em; text-wrap: balance; max-width: 32ch; }
  .hero-sub .line, .hero-sub .line-inner { display: inline; }
  .js .hero-sub .line-inner { animation-delay: 0.62s; }
  .hero-foot { flex-wrap: wrap; gap: 12px; }
  .hero-foot .label:last-child { display: none; }
  .lot-card { width: 80vw; }
  .lot-meta { grid-template-columns: 1fr; gap: 18px; }
  .lot-meta-right { text-align: left; display: grid; grid-template-columns: 1fr; }
  .lot-price { margin-top: 6px; }
  .lot-index-inner { gap: 18px; overflow-x: auto; scrollbar-width: none; }
  .lot-index-inner::-webkit-scrollbar { display: none; }
  .lot-tab { white-space: nowrap; padding-block: 12px 14px; }
  .premise-data { grid-template-columns: 1fr; }
  .premise-data div:last-child { border-bottom: 1px solid var(--brass-dim); }
  .viewing-form { grid-template-columns: 1fr; gap: 26px; }
  .card { text-align: left; }
  .card-note { margin-inline: 0; }
  .form-foot { justify-content: flex-start; }
  .foot-grid { grid-template-columns: 1fr; gap: 32px; }
  .foot-small { flex-direction: column; gap: 10px; }
}
