:root {
  --ink: #17110d;
  --muted: #6f625a;
  --paper: #fff8f1;
  --cream: #fff3e6;
  --orange: #ff6a00;
  --orange-2: #ff8a1f;
  --amber: #ffc247;
  --charcoal: #201916;
  --line: rgba(47, 30, 18, 0.13);
  --surface: rgba(255, 248, 241, 0.76);
  --shadow: 0 28px 90px rgba(122, 58, 0, 0.25);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 106, 0, 0.28), transparent 30rem),
    radial-gradient(circle at 88% 18%, rgba(255, 194, 71, 0.24), transparent 28rem),
    linear-gradient(180deg, #fffaf4 0%, #fff2df 46%, #231812 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid transparent;
  background: rgba(255, 248, 241, 0.42);
  backdrop-filter: blur(22px);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-header[data-elevated="true"] {
  border-color: var(--line);
  background: rgba(255, 248, 241, 0.86);
  box-shadow: 0 16px 42px rgba(73, 42, 18, 0.11);
}

.brand,
.nav-links,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(255, 106, 0, 0.35);
}

.parallax-layer {
  --parallax-y: 0px;
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform;
}

.nav-links {
  gap: clamp(14px, 3vw, 34px);
  color: #4e3b30;
  font-size: 0.93rem;
  font-weight: 750;
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.header-cta,
.primary-button {
  padding: 0 20px;
  color: #fffaf4;
  background: linear-gradient(135deg, var(--orange), #d84b00);
  box-shadow: 0 18px 38px rgba(255, 106, 0, 0.28);
}

.secondary-button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 106, 0, 0.28);
  background: rgba(255, 255, 255, 0.48);
  color: #3f2c20;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(360px, 1.18fr);
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 116px clamp(18px, 5vw, 78px) 68px;
}

.hero-bg,
.hero::after,
.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 248, 241, 0.96) 0%, rgba(255, 248, 241, 0.74) 39%, rgba(255, 248, 241, 0.08) 74%),
    radial-gradient(circle at 64% 44%, rgba(255, 106, 0, 0.34), transparent 26rem);
  z-index: 1;
}

.hero::after {
  content: "VISIT";
  z-index: 2;
  display: grid;
  place-items: end center;
  padding-bottom: 2vh;
  color: rgba(255, 106, 0, 0.08);
  font-size: clamp(7rem, 23vw, 27rem);
  font-weight: 950;
  line-height: 0.72;
}

.heat {
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  filter: blur(8px);
}

.heat-one {
  right: -12vw;
  top: 12vh;
  width: 48vw;
  height: 48vw;
  background: rgba(255, 106, 0, 0.24);
}

.heat-two {
  left: 28vw;
  bottom: -26vh;
  width: 34vw;
  height: 34vw;
  background: rgba(255, 194, 71, 0.26);
}

.track-line {
  position: absolute;
  z-index: 2;
  width: 38vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 106, 0, 0.7), transparent);
  transform: translate3d(0, var(--parallax-y), 0) rotate(-18deg);
}

.track-one {
  top: 30%;
  right: 8%;
}

.track-two {
  right: 0;
  bottom: 21%;
}

.hero-copy,
.hero-visual,
.scroll-cue {
  position: relative;
  z-index: 5;
}

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

.eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: #b84500;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  max-width: 760px;
  font-size: clamp(3.8rem, 8.8vw, 9rem);
  font-weight: 950;
  line-height: 0.83;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 5.8vw, 6.8rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.72;
}

.hero-copy p {
  max-width: 610px;
  color: #594539;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: min(520px, 38vw);
  max-height: min(78vh, 780px);
  margin-right: clamp(-58px, -3vw, -18px);
  border-radius: 8px;
  transform-origin: center;
}

.hero-visual img {
  width: auto;
  max-width: 100%;
  max-height: min(78vh, 780px);
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 32px 70px rgba(122, 58, 0, 0.28));
}

.scroll-cue {
  position: absolute;
  right: clamp(18px, 5vw, 78px);
  bottom: 28px;
  display: grid;
  gap: 8px;
  justify-items: center;
  color: #8c4a18;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.scroll-cue span {
  width: 2px;
  height: 46px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 106, 0, 0.25);
}

.scroll-cue span::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  border-radius: inherit;
  background: var(--orange);
  animation: scrollPulse 1.65s ease-in-out infinite;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid rgba(255, 106, 0, 0.18);
  border-bottom: 1px solid rgba(255, 106, 0, 0.18);
  background: #ff6a00;
  color: #fffaf4;
}

.ticker div {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: tickerMove 22s linear infinite;
}

.ticker span {
  padding: 18px clamp(28px, 6vw, 76px);
  font-size: clamp(1rem, 2vw, 1.65rem);
  font-weight: 950;
  text-transform: uppercase;
}

.cinematic {
  position: relative;
  min-height: 230vh;
  background:
    linear-gradient(180deg, #fff2df 0%, #ffe1bd 42%, #2a1a12 100%);
}

.cinematic-sticky {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(340px, 1.1fr);
  align-items: center;
  gap: clamp(28px, 6vw, 96px);
  min-height: 100vh;
  overflow: hidden;
  padding: 100px clamp(18px, 5vw, 78px);
}

.cinematic-copy {
  position: relative;
  z-index: 4;
  max-width: 660px;
}

.orbit-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 620px;
}

.orbit-stage::before {
  content: "";
  position: absolute;
  width: min(620px, 82vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 106, 0, 0.28);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.15), transparent 62%);
}

.phone-shell {
  position: relative;
  z-index: 3;
  width: min(360px, 74vw);
  overflow: hidden;
  aspect-ratio: 1203 / 2614;
  border: 10px solid #17110d;
  border-radius: 42px;
  background: #fffaf4;
  box-shadow: 0 34px 100px rgba(45, 20, 4, 0.34);
}

.phone-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scan-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 106, 0, 0.1), transparent 18%, transparent 82%, rgba(255, 106, 0, 0.08)),
    linear-gradient(90deg, rgba(255, 106, 0, 0.06), transparent 22%, transparent 78%, rgba(255, 106, 0, 0.06));
}

.scan-beam {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 8%;
  height: 4px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow:
    0 0 24px rgba(255, 106, 0, 0.86),
    0 0 70px rgba(255, 106, 0, 0.38);
  animation: scan 2.7s ease-in-out infinite;
}

.floating-note {
  position: absolute;
  z-index: 4;
  min-width: 164px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 106, 0, 0.26);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.84);
  box-shadow: 0 20px 54px rgba(69, 30, 5, 0.18);
  backdrop-filter: blur(14px);
}

.floating-note span {
  display: block;
  margin-bottom: 6px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 950;
}

.floating-note strong {
  font-size: 1.25rem;
}

.note-one {
  top: 15%;
  left: 0;
}

.note-two {
  right: 0;
  top: 40%;
}

.note-three {
  left: 8%;
  bottom: 13%;
}

.feature-run {
  background: #211711;
  color: #fff8f1;
}

.feature-scene {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(28px, 6vw, 96px);
  min-height: 110vh;
  padding: clamp(80px, 11vw, 150px) clamp(18px, 5vw, 78px);
  overflow: hidden;
}

.feature-scene.reverse .scene-media {
  order: 2;
}

.feature-scene.reverse .scene-copy {
  order: 1;
}

.scene-copy {
  max-width: 700px;
}

.feature-run h2,
.final-cta h2 {
  color: #fffaf4;
}

.feature-run p,
.final-cta p {
  color: rgba(255, 248, 241, 0.74);
}

.scene-media {
  display: grid;
  place-items: center;
  min-height: 520px;
}

.card-stack {
  position: relative;
  width: min(520px, 86vw);
  aspect-ratio: 1.25 / 1;
}

.paper-card {
  position: absolute;
  inset: 8%;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #fffaf4;
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.32);
  transform: rotate(-9deg) translate(-12px, 24px);
}

.paper-card:nth-child(2) {
  background: #ffd1a0;
  transform: rotate(8deg) translate(34px, 10px);
}

.paper-card:nth-child(3) {
  background: var(--orange);
  transform: rotate(-17deg) translate(-30px, -24px);
}

.paper-card.active {
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  color: #211711;
  transform: rotate(-3deg);
}

.loading-header {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
}

.loading-avatar {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--orange), var(--amber));
  box-shadow: 0 14px 28px rgba(255, 106, 0, 0.26);
}

.loading-header strong {
  display: block;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.1;
}

.loading-header small {
  display: block;
  margin-top: 6px;
  color: #7b6557;
  font-size: 0.95rem;
  font-weight: 800;
}

.skeleton-group {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(47, 30, 18, 0.08);
  border-radius: 8px;
  background: #fff7ef;
}

.skeleton-line {
  position: relative;
  display: block;
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #ead9c9;
}

.skeleton-line::after,
.loading-progress::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  animation: shimmer 1.45s ease-in-out infinite;
  transform: translateX(-100%);
}

.skeleton-line.wide {
  width: 88%;
}

.skeleton-line.medium {
  width: 68%;
}

.skeleton-line.short {
  width: 44%;
}

.detected-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detected-fields span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 106, 0, 0.18);
  border-radius: 8px;
  color: #8a4a16;
  background: #fff0df;
  font-size: 0.82rem;
  font-weight: 950;
}

.loading-progress {
  position: relative;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 106, 0, 0.18);
}

.loading-progress::before {
  content: "";
  position: absolute;
  inset: 0 34% 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), var(--amber));
}

.verify-panel {
  width: min(520px, 88vw);
  padding: 30px;
  border: 1px solid rgba(255, 106, 0, 0.26);
  border-radius: 8px;
  background: rgba(255, 248, 241, 0.95);
  box-shadow: 0 32px 88px rgba(0, 0, 0, 0.34);
}

.status-pill {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fffaf4;
  background: var(--orange);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.verify-panel label {
  display: block;
  margin: 18px 0 8px;
  color: #8a4a16;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.verify-panel div {
  height: 46px;
  border: 1px solid rgba(47, 30, 18, 0.12);
  border-radius: 8px;
  background: linear-gradient(90deg, #fff, #ffe6c8);
}

.privacy-device {
  display: grid;
  justify-items: center;
  width: min(500px, 88vw);
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(255, 106, 0, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 106, 0, 0.2), transparent 44%),
    rgba(255, 248, 241, 0.96);
  box-shadow: 0 32px 88px rgba(0, 0, 0, 0.34);
  color: #211711;
  text-align: center;
}

.privacy-lock {
  position: relative;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--orange), var(--amber));
  box-shadow: 0 20px 54px rgba(255, 106, 0, 0.28);
}

.privacy-lock::before {
  content: "";
  position: absolute;
  left: 26px;
  top: -18px;
  width: 44px;
  height: 44px;
  border: 8px solid #211711;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
}

.privacy-lock::after {
  content: "";
  position: absolute;
  left: 43px;
  top: 40px;
  width: 10px;
  height: 28px;
  border-radius: 999px;
  background: #211711;
}

.privacy-device strong,
.privacy-device small {
  display: block;
}

.privacy-device strong {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
}

.privacy-device small {
  margin-top: 10px;
  color: #8a4a16;
  font-weight: 900;
  text-transform: uppercase;
}

.privacy-device div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.privacy-device div span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 106, 0, 0.18);
  border-radius: 8px;
  background: #fff0df;
  color: #8a4a16;
  font-size: 0.82rem;
  font-weight: 950;
}

.privacy-device .api-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin-top: 24px;
}

.api-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid rgba(33, 23, 17, 0.12);
  border-radius: 8px;
  background: #211711;
  color: #fffaf4;
  font-weight: 950;
}

.api-badge i {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}

.vision-api i {
  border: 3px solid var(--orange);
  border-radius: 999px;
}

.vision-api i::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  background: var(--amber);
}

.vision-api i::after {
  content: "";
  position: absolute;
  left: -7px;
  right: -7px;
  top: 10px;
  height: 3px;
  border-radius: 999px;
  background: var(--orange);
}

.visionkit-api i {
  border: 3px solid var(--orange);
  border-radius: 7px;
}

.visionkit-api i::before,
.visionkit-api i::after {
  content: "";
  position: absolute;
  border-color: var(--amber);
}

.visionkit-api i::before {
  inset: -7px auto auto -7px;
  width: 12px;
  height: 12px;
  border-top: 3px solid;
  border-left: 3px solid;
}

.visionkit-api i::after {
  right: -7px;
  bottom: -7px;
  width: 12px;
  height: 12px;
  border-right: 3px solid;
  border-bottom: 3px solid;
}

.mlkit-api {
  grid-column: 1 / -1;
}

.mlkit-api i {
  border-radius: 7px;
  background:
    linear-gradient(90deg, #4285f4 0 25%, #34a853 25% 50%, #fbbc05 50% 75%, #ea4335 75% 100%);
}

.mlkit-api i::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 4px;
  background: #211711;
}

.mlkit-api i::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 12px;
  height: 3px;
  border-radius: 999px;
  background: #fffaf4;
}

.export-orbit {
  position: relative;
  display: grid;
  place-items: center;
  width: min(520px, 88vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 106, 0, 0.34);
  border-radius: 999px;
}

.export-orbit::before,
.export-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 248, 241, 0.12);
  border-radius: 999px;
}

.export-orbit::before {
  inset: 17%;
}

.export-orbit::after {
  inset: 31%;
}

.export-orbit strong {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--amber));
  box-shadow: 0 0 80px rgba(255, 106, 0, 0.44);
}

.export-orbit span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 8px;
  color: #211711;
  background: #fffaf4;
  font-weight: 950;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.export-orbit span:nth-child(1) {
  top: 8%;
  left: 12%;
}

.export-orbit span:nth-child(2) {
  right: 4%;
  top: 44%;
}

.export-orbit span:nth-child(3) {
  bottom: 12%;
  left: 18%;
}

.final-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 92vh;
  overflow: hidden;
  padding: clamp(82px, 12vw, 160px) clamp(18px, 5vw, 78px);
  background: #211711;
}

.cta-backdrop {
  position: absolute;
  width: min(760px, 94vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 106, 0, 0.52), rgba(255, 106, 0, 0.12) 43%, transparent 70%);
  filter: blur(4px);
}

.cta-content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  max-width: 980px;
  text-align: center;
}

.cta-content h2 {
  margin-bottom: 34px;
}

.site-footer {
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 78px);
  border-top: 1px solid rgba(255, 248, 241, 0.12);
  color: rgba(255, 248, 241, 0.62);
  background: #211711;
  font-size: 0.92rem;
}

.site-footer span:first-child {
  color: #fffaf4;
  font-weight: 900;
}

.site-footer a {
  color: #fffaf4;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(255, 106, 0, 0.8);
  text-underline-offset: 4px;
}

.contact-page {
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 106, 0, 0.2), transparent 28rem),
    linear-gradient(180deg, #fffaf4 0%, #fff2df 56%, #211711 100%);
}

.contact-main {
  padding-top: 72px;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 11vw, 140px) clamp(18px, 5vw, 78px) clamp(52px, 8vw, 96px);
  color: #fffaf4;
  background:
    linear-gradient(130deg, rgba(33, 23, 17, 0.98), rgba(255, 106, 0, 0.82)),
    var(--charcoal);
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background:
    repeating-linear-gradient(105deg, transparent 0 36px, rgba(255, 255, 255, 0.2) 37px 39px),
    radial-gradient(circle at 78% 28%, rgba(255, 194, 71, 0.34), transparent 26%);
}

.contact-hero-layout,
.contact-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.contact-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: clamp(28px, 6vw, 76px);
  align-items: end;
}

.contact-hero h1 {
  max-width: 11ch;
  font-size: clamp(3.2rem, 7.8vw, 7rem);
}

.contact-hero p {
  max-width: 680px;
  color: rgba(255, 250, 244, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.7;
}

.contact-note {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.contact-note strong,
.contact-note span {
  display: block;
}

.contact-note strong {
  margin-bottom: 12px;
}

.contact-note span {
  color: rgba(255, 250, 244, 0.76);
  line-height: 1.6;
}

.contact-section {
  padding: clamp(72px, 10vw, 120px) clamp(18px, 5vw, 78px);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: clamp(30px, 7vw, 90px);
  align-items: start;
}

.contact-copy .eyebrow {
  color: #b84500;
}

.contact-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.contact-list span {
  padding: 14px 16px;
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  background: #fffaf4;
  box-shadow: 0 14px 34px rgba(122, 58, 0, 0.08);
  font-weight: 850;
}

.contact-list span:nth-child(2) {
  border-color: var(--amber);
}

.contact-list span:nth-child(3) {
  border-color: #211711;
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(47, 30, 18, 0.12);
  border-radius: 8px;
  background: #fffaf4;
  box-shadow: var(--shadow);
}

.contact-form label {
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(47, 30, 18, 0.14);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fffdfa;
  font: inherit;
}

.contact-form input[aria-invalid="true"],
.contact-form textarea[aria-invalid="true"] {
  border-color: #b3261e;
  background: #fffafa;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(255, 106, 0, 0.18);
  border-color: var(--orange);
}

.contact-form button {
  min-height: 50px;
  margin-top: 10px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--orange), #d84b00);
  color: #fffaf4;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.field-error {
  min-height: 18px;
  margin-top: -6px;
  color: #b3261e;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
}

.form-feedback {
  min-height: 24px;
  margin: 0;
  color: #b84500;
  font-weight: 850;
}

.privacy-page {
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 106, 0, 0.2), transparent 26rem),
    linear-gradient(180deg, #fffaf4 0%, #fff2df 42%, #211711 100%);
}

.privacy-main {
  padding: 128px clamp(18px, 5vw, 78px) clamp(72px, 8vw, 124px);
}

.privacy-hero {
  max-width: 980px;
  margin-bottom: clamp(36px, 6vw, 72px);
}

.privacy-hero h1 {
  max-width: 900px;
  font-size: clamp(3.3rem, 8vw, 8rem);
}

.privacy-hero p {
  max-width: 820px;
}

.privacy-content {
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.privacy-content article {
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(47, 30, 18, 0.12);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.78);
  box-shadow: 0 18px 50px rgba(122, 58, 0, 0.08);
}

.privacy-content h2 {
  margin-bottom: 14px;
  color: #211711;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.privacy-content p,
.privacy-content li {
  color: #594539;
  font-size: 1rem;
  line-height: 1.75;
}

.privacy-content p:last-child,
.privacy-content ul:last-child {
  margin-bottom: 0;
}

.privacy-content ul {
  margin: 0;
  padding-left: 1.2rem;
}

.privacy-content li + li {
  margin-top: 8px;
}

.privacy-content a {
  color: #b84500;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes scan {
  0%,
  100% {
    top: 8%;
  }
  50% {
    top: 89%;
  }
}

@keyframes scrollPulse {
  0% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(50px);
  }
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

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

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

  .hero,
  .cinematic-sticky,
  .feature-scene,
  .feature-scene.reverse,
  .contact-hero-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 108px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(255, 248, 241, 0.96) 0%, rgba(255, 248, 241, 0.68) 54%, rgba(255, 248, 241, 0.12) 100%),
      radial-gradient(circle at 64% 44%, rgba(255, 106, 0, 0.3), transparent 24rem);
  }

  .hero-visual {
    justify-self: center;
    width: min(420px, 86vw);
    max-height: none;
    margin-right: 0;
  }

  .hero-visual img {
    max-height: 62vh;
  }

  .cinematic {
    min-height: auto;
  }

  .cinematic-sticky {
    position: relative;
    min-height: auto;
  }

  .orbit-stage {
    min-height: 560px;
  }

  .feature-scene.reverse .scene-media,
  .feature-scene.reverse .scene-copy {
    order: initial;
  }

  .feature-scene {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 66px;
  }

  .brand {
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .hero-actions,
  .hero-actions a {
    width: 100%;
  }

  .scroll-cue {
    display: none;
  }

  .ticker span {
    padding-inline: 26px;
  }

  .floating-note {
    min-width: 132px;
    padding: 12px 14px;
  }

  .note-one {
    left: 2%;
  }

  .note-two {
    right: 2%;
  }

  .note-three {
    left: 6%;
  }

  .phone-shell {
    width: min(318px, 84vw);
  }

  .scene-media {
    min-height: 410px;
  }

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

  .privacy-main {
    padding-top: 104px;
  }
}
