:root {
  --black: #020304;
  --navy: #07111d;
  --green: #073b2d;
  --deep-green: #041d17;
  --ink: #111823;
  --gold: #ad8a45;
  --gold-bright: #e1c982;
  --ivory: #f8f1e3;
  --paper: #f5efe3;
  --paper-deep: #e5d8c2;
  --muted: #a9adad;
  --line: rgba(215, 189, 130, 0.22);
  --glass: rgba(2, 3, 4, 0.62);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(173, 138, 69, 0.12), transparent 30rem),
    var(--black);
  color: var(--ivory);
  font-family: "Inter", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

body::before {
  background: linear-gradient(180deg, var(--gold-bright), rgba(215, 189, 130, 0.08));
  content: "";
  height: var(--scroll-progress, 0%);
  left: 0;
  position: fixed;
  top: 0;
  width: 2px;
  z-index: 20;
}

body::selection {
  background: var(--gold);
  color: var(--black);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(2, 3, 4, 0.94), rgba(2, 3, 4, 0.5));
  display: flex;
  gap: 28px;
  height: 76px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(18px, 4vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 220ms ease, border-color 220ms ease;
  z-index: 14;
}

.site-header.is-scrolled {
  background: rgba(2, 3, 4, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
}

.brand span {
  border: 1px solid rgba(225, 201, 130, 0.84);
  color: var(--gold-bright);
  display: grid;
  font-family: Georgia, "Times New Roman", serif;
  height: 38px;
  place-items: center;
  width: 38px;
}

.brand strong {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  gap: 30px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav a,
.header-call {
  color: rgba(244, 239, 228, 0.82);
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.header-call:hover {
  color: var(--gold-bright);
}

.header-call {
  border-bottom: 1px solid var(--gold);
  font-size: 13px;
  padding-bottom: 5px;
}

.chapter-nav {
  align-items: center;
  backdrop-filter: blur(20px);
  background: rgba(245, 239, 227, 0.94);
  border-bottom: 1px solid rgba(6, 37, 30, 0.08);
  color: var(--deep-green);
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  height: 54px;
  justify-content: center;
  left: 0;
  overflow-x: auto;
  padding: 0 20px;
  position: sticky;
  right: 0;
  top: 76px;
  z-index: 12;
}

.chapter-nav a {
  color: rgba(6, 37, 30, 0.7);
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.chapter-nav a:hover {
  color: var(--green);
}

.panel {
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  scroll-margin-top: 130px;
}

.motion-panel {
  --panel-progress: 0;
}

.hero {
  display: grid;
  isolation: isolate;
  min-height: 108svh;
  padding: clamp(150px, 18vh, 220px) clamp(24px, 7vw, 120px) 54px;
}

.hero-media {
  background-image: url("assets/maryland-carrara.jpg");
  background-position: center;
  background-size: cover;
  inset: -8vh 0;
  position: absolute;
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(calc(1.05 + (var(--panel-progress, 0) * 0.08)));
  transform-origin: center;
  z-index: -3;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 3, 4, 0.92), rgba(2, 3, 4, 0.52) 44%, rgba(2, 3, 4, 0.08)),
    radial-gradient(circle at 28% 52%, rgba(173, 138, 69, 0.18), transparent 28rem),
    linear-gradient(0deg, rgba(2, 3, 4, 0.98), rgba(2, 3, 4, 0.2) 46%, rgba(2, 3, 4, 0.66));
  inset: 0;
  position: absolute;
  z-index: -2;
}

.hero-copy {
  align-self: center;
  max-width: 890px;
  transform: translate3d(0, var(--drift-y, 0px), 0);
}

.eyebrow,
.section-kicker {
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 0.94;
}

h1 {
  font-size: clamp(70px, 13vw, 184px);
  margin-bottom: 28px;
}

h2 {
  font-size: clamp(42px, 7vw, 96px);
  margin-bottom: 28px;
}

.hero-line {
  color: rgba(248, 241, 227, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 4.5vw, 66px);
  line-height: 1.15;
  max-width: 860px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.button {
  align-items: center;
  border: 1px solid rgba(215, 189, 130, 0.44);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button.primary {
  background: linear-gradient(135deg, #e1c982, #a9813d);
  color: #06150f;
}

.button.secondary {
  background: rgba(5, 7, 11, 0.28);
  color: var(--ivory);
}

.button:hover {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
  color: #07111d;
}

.hero-footer {
  align-self: end;
  border-top: 1px solid var(--line);
  color: rgba(248, 241, 227, 0.62);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 22px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.09em;
  transform: translate3d(0, calc(var(--panel-progress, 0) * -42px), 0);
}

.editorial-intro {
  background:
    linear-gradient(180deg, #f8f2e8, var(--paper)),
    var(--paper);
  color: var(--deep-green);
  min-height: 86svh;
  padding: clamp(112px, 14vw, 210px) clamp(24px, 9vw, 154px);
  scroll-margin-top: 130px;
}

.editorial-intro::after {
  background: linear-gradient(90deg, transparent, rgba(11, 58, 45, 0.14), transparent);
  content: "";
  display: block;
  height: 1px;
  margin-top: clamp(50px, 8vw, 110px);
  transform: scaleX(calc(0.25 + var(--panel-progress, 0) * 0.75));
  transform-origin: left;
}

.intro-grid {
  display: grid;
  gap: clamp(28px, 6vw, 92px);
  grid-template-columns: minmax(170px, 0.26fr) minmax(0, 1fr);
}

.intro-label {
  color: rgba(6, 37, 30, 0.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.intro-copy {
  max-width: 980px;
}

.intro-copy h2 {
  color: var(--deep-green);
  font-size: clamp(52px, 8.2vw, 126px);
  line-height: 0.96;
}

.intro-copy p {
  color: rgba(6, 37, 30, 0.68);
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.48;
  max-width: 820px;
}

.stats-section {
  align-content: center;
  background:
    linear-gradient(180deg, rgba(5, 30, 24, 0.96), rgba(2, 3, 4, 0.98)),
    radial-gradient(circle at 15% 25%, rgba(225, 201, 130, 0.16), transparent 34%);
  color: var(--deep-green);
  display: grid;
  padding: clamp(84px, 10vw, 144px) clamp(20px, 6vw, 92px);
}

.section-kicker,
.drift {
  transform: translate3d(0, var(--drift-y, 0px), 0);
}

.stats-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
}

.stat {
  background: transparent;
  border: 1px solid rgba(225, 201, 130, 0.18);
  border-left: 0;
  min-height: 300px;
  padding: clamp(24px, 3vw, 42px);
  transform: translate3d(0, var(--drift-y, 0px), 0);
  transition: border-color 500ms ease, background 500ms ease, opacity 850ms ease;
}

.stat.is-visible {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(225, 201, 130, 0.28);
}

.stat:first-child {
  border-left: 1px solid rgba(225, 201, 130, 0.18);
}

.stat-value {
  color: var(--gold-bright);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 86px);
  line-height: 1;
  margin-bottom: 24px;
}

.stat p,
.record-content p,
.about-copy p,
.contact-copy p {
  color: rgba(244, 239, 228, 0.7);
  font-size: 17px;
  line-height: 1.65;
}

.stats-section .section-kicker,
.stats-section .stat p {
  color: rgba(248, 241, 227, 0.64);
}

.about-section {
  align-items: center;
  background: var(--deep-green);
  display: grid;
  gap: clamp(32px, 7vw, 92px);
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  padding: clamp(110px, 12vw, 180px) clamp(24px, 7vw, 120px);
}

.portrait-wrap {
  border: 1px solid rgba(225, 201, 130, 0.28);
  max-width: 520px;
  padding: 0;
  transform: translate3d(0, var(--motion-y, 0px), 0);
}

.portrait-wrap img {
  aspect-ratio: 1;
  filter: saturate(0.88) contrast(1.04);
  object-fit: cover;
}

.about-copy {
  max-width: 760px;
}

.about-note {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 34px;
  padding-top: 22px;
}

.about-note span {
  color: var(--gold-bright);
  font-size: 12px;
  text-transform: uppercase;
}

.feature-panel {
  align-items: end;
  background: #05070b;
  display: grid;
  isolation: isolate;
  min-height: 112svh;
  padding: clamp(110px, 12vw, 180px) clamp(24px, 9vw, 154px);
}

.feature-panel::after {
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.86), rgba(5, 7, 11, 0.38) 54%, rgba(5, 7, 11, 0.12)),
    linear-gradient(0deg, rgba(5, 7, 11, 0.92), rgba(5, 7, 11, 0.12) 48%, rgba(5, 7, 11, 0.55));
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.feature-bg {
  background: url("assets/maryland-carrara.jpg") center/cover;
  inset: -11vh 0;
  position: absolute;
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(calc(1.04 + (var(--panel-progress, 0) * 0.07)));
  z-index: -2;
}

.feature-copy {
  max-width: 760px;
  transform: translate3d(0, var(--drift-y, 0px), 0);
}

.feature-copy h2 {
  color: var(--ivory);
  font-size: clamp(56px, 8.8vw, 136px);
}

.feature-copy p:not(.eyebrow) {
  color: rgba(244, 239, 228, 0.74);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.55;
  max-width: 680px;
}

.records-section {
  background:
    linear-gradient(180deg, #f8f2e8, var(--paper) 34%, #eee3d0);
  color: var(--deep-green);
  padding: clamp(110px, 12vw, 180px) clamp(24px, 7vw, 120px);
}

.records-section::before {
  color: rgba(6, 37, 30, 0.055);
  content: "RESULTS";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(90px, 18vw, 250px);
  left: clamp(18px, 5vw, 80px);
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 9vh;
  transform: translate3d(0, calc(var(--panel-progress, 0) * -100px), 0);
  z-index: 0;
}

.records-intro {
  max-width: 950px;
}

.record-list {
  display: grid;
  gap: clamp(70px, 10vw, 136px);
  margin-top: clamp(54px, 7vw, 90px);
  position: relative;
  z-index: 1;
}

.record-card {
  align-items: stretch;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  min-height: min(86svh, 760px);
  overflow: hidden;
  transform: translate3d(0, var(--card-y, 0px), 0);
  transition: border-color 500ms ease, opacity 850ms ease, transform 850ms ease;
}

.record-card.is-visible {
  border-color: transparent;
}

.record-card:nth-child(even) {
  grid-template-columns: minmax(420px, 0.85fr) minmax(0, 1.15fr);
}

.record-card:nth-child(even) .record-image {
  order: 2;
}

.record-card:nth-child(even) .record-content {
  padding-left: 0;
  padding-right: clamp(26px, 4vw, 64px);
}

.record-image {
  border: 1px solid rgba(6, 37, 30, 0.1);
  clip-path: inset(calc((1 - var(--card-progress, 0)) * 4%) calc((1 - var(--card-progress, 0)) * 3%));
  height: 100%;
  min-height: 520px;
  overflow: hidden;
}

.record-image img {
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transform: translate3d(0, var(--image-y, 0px), 0) scale(calc(1.12 - (var(--card-progress, 0) * 0.06)));
  transform-origin: center;
  width: 100%;
}

.record-content {
  align-self: center;
  border-top: 1px solid rgba(6, 37, 30, 0.18);
  padding: clamp(30px, 4vw, 62px) 0 0 clamp(26px, 4vw, 64px);
  position: relative;
  transform: translate3d(0, var(--drift-y, 0px), 0);
  z-index: 1;
}

.record-price {
  color: var(--green);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.4vw, 72px);
  margin-bottom: 22px;
}

.record-content h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 400;
  margin-bottom: 18px;
}

.record-content p {
  color: rgba(6, 37, 30, 0.66);
}

.record-content a {
  border-bottom: 1px solid var(--gold);
  color: var(--green);
  display: inline-block;
  font-size: 12px;
  margin-top: 12px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.portfolio-section {
  background:
    radial-gradient(circle at 75% 0%, rgba(225, 201, 130, 0.12), transparent 34rem),
    var(--deep-green);
  color: var(--ivory);
  margin: clamp(90px, 12vw, 170px) calc(clamp(24px, 7vw, 120px) * -1) 0;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 7vw, 120px);
  position: relative;
  z-index: 1;
}

.portfolio-heading {
  display: grid;
  gap: clamp(24px, 6vw, 84px);
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
}

.portfolio-heading h2 {
  color: var(--ivory);
  font-size: clamp(48px, 7vw, 106px);
  line-height: 1.03;
  max-width: 1050px;
}

.portfolio-section .eyebrow {
  color: var(--gold-bright);
}

.portfolio-stats {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(32px, 5vw, 64px) 0;
}

.portfolio-stats div {
  background: transparent;
  border: 1px solid rgba(225, 201, 130, 0.2);
  border-left: 0;
  padding: clamp(24px, 3vw, 42px);
}

.portfolio-stats div:first-child {
  border-left: 1px solid rgba(225, 201, 130, 0.2);
}

.portfolio-stats span {
  color: var(--gold-bright);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1;
}

.portfolio-stats p {
  color: rgba(248, 241, 227, 0.64);
  font-size: 15px;
  line-height: 1.55;
  margin: 16px 0 0;
}

.portfolio-columns {
  display: grid;
  gap: clamp(22px, 4vw, 54px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portfolio-column {
  border-top: 1px solid rgba(225, 201, 130, 0.24);
  padding-top: 24px;
}

.portfolio-column h3 {
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 400;
  margin-bottom: 24px;
}

.portfolio-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portfolio-column li {
  align-items: baseline;
  border-top: 1px solid rgba(225, 201, 130, 0.12);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 18px 0;
}

.portfolio-column li:first-child {
  border-top: 0;
}

.portfolio-column span {
  color: rgba(248, 241, 227, 0.72);
  font-size: 16px;
  line-height: 1.45;
}

.portfolio-column strong {
  color: var(--gold-bright);
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}

.portfolio-link {
  border-bottom: 1px solid var(--gold);
  color: var(--gold-bright);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  margin-top: clamp(28px, 4vw, 54px);
  padding-bottom: 7px;
  text-transform: uppercase;
}

.contact-section {
  align-items: center;
  background: #05070b;
  display: grid;
  gap: clamp(34px, 8vw, 100px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  padding: clamp(94px, 11vw, 160px) clamp(20px, 6vw, 92px);
}

.contact-section::after {
  background: linear-gradient(180deg, rgba(5, 7, 11, 0.78), rgba(5, 7, 11, 0.96));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.contact-bg {
  background: url("assets/panorama-tallai.jpg") center/cover;
  inset: -10vh 0;
  opacity: 0.72;
  position: absolute;
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(calc(1.05 + (var(--panel-progress, 0) * 0.05)));
  z-index: 0;
}

.contact-copy {
  max-width: 740px;
  position: relative;
  z-index: 1;
}

.contact-lines {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}

.contact-lines a {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4vw, 52px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.contact-lines a[href^="mailto:"] {
  font-size: clamp(22px, 3.1vw, 42px);
}

.contact-form {
  background: var(--glass);
  border: 1px solid var(--line);
  padding: clamp(22px, 4vw, 38px);
  position: relative;
  z-index: 1;
}

.contact-form label {
  display: block;
  margin-bottom: 18px;
}

.contact-form span {
  color: rgba(244, 239, 228, 0.72);
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

input,
textarea {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--ivory);
  font: inherit;
  min-height: 48px;
  outline: none;
  padding: 12px 14px;
  width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--gold);
}

.contact-form .button {
  cursor: pointer;
  width: 100%;
}

.site-footer {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(244, 239, 228, 0.52);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 26px clamp(20px, 6vw, 92px);
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, calc(36px + var(--drift-y, 0px) + var(--motion-y, 0px) + var(--card-y, 0px)), 0);
  transition: opacity 850ms ease, transform 850ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, calc(var(--drift-y, 0px) + var(--motion-y, 0px) + var(--card-y, 0px)), 0);
}

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .header-call {
    font-size: 12px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-footer,
  .stats-grid,
  .about-section,
  .contact-section,
  .intro-grid,
  .portfolio-heading,
  .portfolio-stats,
  .portfolio-columns {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    gap: 0;
  }

  .stat {
    border-left: 1px solid rgba(225, 201, 130, 0.18);
    border-top: 0;
    min-height: 190px;
  }

  .stat:first-child {
    border-top: 1px solid rgba(225, 201, 130, 0.18);
  }

  .record-card,
  .record-card:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .record-card:nth-child(even) .record-image {
    order: 0;
  }

  .record-image,
  .record-image img {
    min-height: 280px;
  }

  .record-card {
    min-height: 0;
  }

  .record-content,
  .record-card:nth-child(even) .record-content {
    padding: 24px 0 0;
  }

  .portfolio-section {
    margin-left: calc(clamp(24px, 7vw, 120px) * -1);
    margin-right: calc(clamp(24px, 7vw, 120px) * -1);
  }

  .portfolio-stats div,
  .portfolio-stats div:first-child {
    border-left: 1px solid rgba(225, 201, 130, 0.2);
    border-top: 0;
  }

  .portfolio-stats div:first-child {
    border-top: 1px solid rgba(225, 201, 130, 0.2);
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 68px;
  }

  .chapter-nav {
    justify-content: flex-start;
    top: 68px;
  }

  .brand strong {
    display: none;
  }

  .hero {
    padding-top: 118px;
  }

  .intro-copy h2,
  .portfolio-heading h2,
  .feature-copy h2 {
    font-size: clamp(46px, 13vw, 74px);
  }

  .hero-line {
    font-size: clamp(27px, 9vw, 40px);
  }

  .record-image,
  .record-image img {
    min-height: 340px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-footer {
    font-size: 11px;
  }

  .record-card {
    min-height: 0;
  }

  .portfolio-column li {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .portfolio-column strong {
    text-align: left;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .contact-lines a {
    font-size: 30px;
  }

  .contact-lines a[href^="mailto:"] {
    font-family: "Inter", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-media,
  .portrait-wrap,
  .record-card,
  .record-image img,
  .contact-bg,
  .drift {
    transform: none !important;
  }
}
