:root {
  /* 浅色高级科技影像风：低饱和蓝灰、轻边框、轻阴影 */
  color-scheme: light;
  --bg: #f6f7f4;
  --paper: #ffffff;
  --paper-soft: #f1f5f6;
  --ink: #1e252b;
  --muted: #687681;
  --line: #dce5e9;
  --line-strong: #c9d7de;
  --blue: #2f76a3;
  --cyan: #28aebd;
  --deep: #24303a;
  --warm: #f1eee7;
  --radius: 8px;
  --shadow: 0 14px 34px rgba(34, 48, 60, 0.08);
  --header-height: 80px;
  --content-max: 1440px;
  --page-gutter: clamp(16px, 5vw, 80px);
  --section-y: clamp(40px, 6vh, 82px);
  --grid-gap: clamp(14px, 1.6vw, 24px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  scroll-snap-type: none;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 45%, #f3f8fa 100%);
}

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

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: var(--header-height);
  padding: 14px clamp(18px, 4.8vw, 64px);
  border-bottom: 1px solid rgba(220, 229, 233, 0.84);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand {
  flex: 0 1 320px;
  min-width: 0;
  gap: 12px;
}

.logo-box {
  position: relative;
  display: inline-flex;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 40, 60, 0.12);
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}

.logo-image {
  width: 86%;
  height: 86%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.brand-copy {
  display: grid;
  min-width: 0;
  line-height: 1.15;
  white-space: nowrap;
}

.brand-copy strong {
  color: var(--deep);
  font-size: 17px;
  font-weight: 800;
}

.brand-copy small {
  margin-top: 4px;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  text-overflow: ellipsis;
}

.site-nav {
  flex: 0 1 auto;
  gap: clamp(12px, 2vw, 26px);
  color: #53616c;
  font-size: 14px;
  white-space: nowrap;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  content: "";
  background: var(--cyan);
  transition: width 0.2s ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--ink);
}

.site-nav a:hover::after,
.site-nav a.active::after {
  width: 100%;
}

.language-switcher {
  flex: 0 0 auto;
}

.language-select {
  min-height: 36px;
  padding: 0 32px 0 12px;
  border: 1px solid rgba(201, 215, 222, 0.92);
  border-radius: var(--radius);
  color: var(--deep);
  font: inherit;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.72);
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.language-select:hover,
.language-select:focus {
  border-color: rgba(47, 118, 163, 0.45);
  background: #ffffff;
}

.snap-container {
  padding-top: var(--header-height);
}

.snap-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - var(--header-height));
  padding: var(--section-y) 0;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  scroll-margin-top: 0;
}

.hero,
.services,
.works,
.about,
.process,
.contact,
.footer-section {
  scroll-snap-stop: always;
}

.section-inner {
  width: min(var(--content-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
  margin: 0 auto;
}

.hero-inner,
.about-inner,
.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.86fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

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

h1 {
  margin-bottom: 24px;
  color: var(--deep);
  font-size: clamp(42px, 6.6vw, 96px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--deep);
  font-size: clamp(28px, 3.8vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  color: var(--deep);
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: 0;
}

.hero-text,
.section-heading p,
.service-card p,
.work-content p,
.about-copy p,
.board-list p,
.contact-copy p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.82;
}

.hero-text {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
}

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

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: var(--radius);
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.primary-button {
  color: #ffffff;
  background: var(--deep);
  box-shadow: 0 12px 26px rgba(36, 48, 58, 0.14);
}

.ghost-button {
  border: 1px solid var(--line-strong);
  color: var(--deep);
  background: rgba(255, 255, 255, 0.68);
}

.primary-button:hover,
.ghost-button:hover,
.service-card:hover,
.work-card:hover {
  transform: translateY(-4px);
}

.ghost-button:hover {
  border-color: rgba(47, 118, 163, 0.5);
  background: #ffffff;
}

.hero-media {
  position: relative;
  min-height: 590px;
}

.visual-panel {
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  border: 1px solid rgba(201, 215, 222, 0.88);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(241, 247, 248, 0.82)),
    var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.visual-panel::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(201, 215, 222, 0.55);
  border-radius: 6px;
  pointer-events: none;
}

.visual-panel::after {
  position: absolute;
  top: 0;
  right: 18%;
  width: 1px;
  height: 100%;
  content: "";
  background: linear-gradient(transparent, rgba(47, 118, 163, 0.14), transparent);
}

.visual-topline {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.main-shot {
  position: absolute;
  left: 28px;
  right: 136px;
  top: 64px;
  height: 328px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 215, 222, 0.82);
  border-radius: var(--radius);
  background: var(--paper-soft);
}

.main-shot::before {
  position: absolute;
  inset: 14px;
  z-index: 2;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

.main-shot img,
.thumb-card img,
.work-card img,
.board-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.main-shot:hover img,
.thumb-card:hover img,
.work-card:hover img,
.board-image:hover img {
  transform: scale(1.035);
}

.main-shot figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 3;
  padding: 8px 10px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 12px;
  background: rgba(22, 30, 37, 0.42);
  backdrop-filter: blur(12px);
}

.thumb-strip {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.thumb-card {
  position: relative;
  height: 118px;
  overflow: hidden;
  border: 1px solid rgba(220, 229, 233, 0.9);
  border-radius: var(--radius);
  background: var(--paper-soft);
}

.thumb-card span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 5px 7px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  background: rgba(22, 30, 37, 0.46);
  backdrop-filter: blur(10px);
}

.metric-card {
  position: absolute;
  z-index: 5;
  width: 172px;
  padding: 15px;
  border: 1px solid rgba(220, 229, 233, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(34, 48, 60, 0.08);
  backdrop-filter: blur(14px);
}

.metric-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
}

.metric-card strong {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.metric-one {
  top: 124px;
  right: 28px;
}

.metric-two {
  top: 252px;
  right: 52px;
}

.flight-path {
  position: absolute;
  left: 44px;
  right: 72px;
  top: 395px;
  z-index: 3;
  height: 64px;
  pointer-events: none;
}

.flight-path::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(40, 174, 189, 0.1), rgba(40, 174, 189, 0.46), rgba(47, 118, 163, 0.18));
  transform: skewY(-7deg);
}

.node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(40, 174, 189, 0.12);
}

.node-one {
  left: 0;
  top: 24px;
}

.node-two {
  left: 44%;
  top: 12px;
}

.node-three {
  right: 0;
  top: 31px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: var(--grid-gap);
}

.service-card {
  position: relative;
  min-height: clamp(196px, 20vh, 238px);
  padding: clamp(22px, 2vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(220, 229, 233, 0.92);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 251, 0.82)),
    var(--paper);
  box-shadow: 0 12px 32px rgba(34, 48, 60, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.service-card::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  content: "";
  background: linear-gradient(var(--cyan), rgba(47, 118, 163, 0.1));
  opacity: 0.52;
}

.service-card:hover {
  border-color: rgba(47, 118, 163, 0.34);
  box-shadow: 0 18px 42px rgba(34, 48, 60, 0.1);
}

.service-tag {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.service-index {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(36, 48, 58, 0.18);
  font-size: 36px;
  font-weight: 800;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: var(--grid-gap);
}

.work-card {
  overflow: hidden;
  border: 1px solid rgba(220, 229, 233, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 32px rgba(34, 48, 60, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.work-card:hover {
  border-color: rgba(47, 118, 163, 0.34);
  box-shadow: 0 18px 42px rgba(34, 48, 60, 0.1);
}

.work-card img {
  height: clamp(190px, 18vw, 260px);
}

.work-content {
  padding: 20px;
}

.work-content span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.work-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.work-content p {
  margin-bottom: 0;
  font-size: 14px;
}

.about-copy p {
  max-width: 720px;
}

.about-board {
  overflow: hidden;
  border: 1px solid rgba(220, 229, 233, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.board-image {
  height: clamp(240px, 28vw, 340px);
  overflow: hidden;
}

.board-list {
  padding: 24px;
}

.board-list span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.board-list strong {
  display: block;
  margin-bottom: 12px;
  color: var(--deep);
  font-size: 23px;
  line-height: 1.35;
}

.board-list p {
  margin-bottom: 0;
}

.process {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(236, 244, 247, 0.42));
}

.process .process-block {
  position: relative;
  margin-top: 0;
}

.process .process-block::before {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 50%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(40, 174, 189, 0.08), rgba(47, 118, 163, 0.28), rgba(40, 174, 189, 0.08));
  pointer-events: none;
}

.contact {
  align-items: center;
  min-height: calc(100vh - var(--header-height));
  height: auto;
  padding-bottom: var(--section-y);
  overflow: visible;
  scroll-snap-align: start;
  background: linear-gradient(180deg, rgba(247, 251, 252, 0.08), rgba(232, 241, 244, 0.48));
}

.contact-stack {
  position: relative;
}

.contact-stack::before {
  position: absolute;
  top: 32px;
  right: 4%;
  width: 38%;
  height: 140px;
  content: "";
  border-top: 1px solid rgba(40, 174, 189, 0.22);
  border-right: 1px solid rgba(47, 118, 163, 0.12);
  border-radius: 0 8px 0 0;
  pointer-events: none;
}

.contact-stack::after {
  position: absolute;
  top: 164px;
  right: 39%;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: rgba(40, 174, 189, 0.58);
  box-shadow: 0 0 0 6px rgba(40, 174, 189, 0.08);
  pointer-events: none;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.contact-copy p {
  max-width: 660px;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 1vw, 12px);
  margin: clamp(20px, 2.6vh, 28px) 0;
}

.service-tags span,
.footer-tags span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(201, 215, 222, 0.86);
  border-radius: 999px;
  color: var(--deep);
  font-size: 13px;
}

.service-tags span {
  min-height: 34px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.68);
}

.project-note {
  max-width: 640px;
  padding: clamp(16px, 1.6vw, 20px);
  border: 1px solid rgba(220, 229, 233, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
}

.project-note span,
.shooting-checklist span,
.contact-card > span,
.contact-label,
.footer-links span,
.footer-contact span,
.footer-address span,
.footer-services span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.project-note p {
  margin-bottom: 0;
  font-size: 14px;
}

.shooting-checklist {
  max-width: 640px;
  margin-top: 14px;
  padding: clamp(16px, 1.6vw, 20px);
  border: 1px solid rgba(220, 229, 233, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
}

.shooting-checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.shooting-checklist li {
  position: relative;
  padding-left: 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.shooting-checklist li::before {
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: rgba(40, 174, 189, 0.68);
}

.contact-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--grid-gap);
}

.contact-card {
  min-height: clamp(132px, 16vh, 156px);
  padding: clamp(18px, 1.8vw, 22px);
  border: 1px solid rgba(220, 229, 233, 0.92);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 252, 252, 0.78)),
    var(--paper);
  box-shadow: 0 12px 28px rgba(34, 48, 60, 0.055);
}

.contact-card-wide {
  grid-column: 1 / -1;
}

.contact-value {
  display: block;
  color: var(--deep);
  font-size: clamp(19px, 1.7vw, 22px);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-link {
  color: inherit;
  text-decoration: none;
}

.contact-link:hover {
  color: var(--blue);
}

.contact-link-muted {
  color: var(--deep);
}

.contact-inline-label {
  display: inline;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.contact-note {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.visit-note {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(40, 174, 189, 0.2);
  border-radius: 999px;
  color: var(--blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
  background: rgba(232, 250, 252, 0.76);
}

.contact-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.address-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.address-info {
  min-width: 0;
}

.address-link {
  font-weight: 800;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.map-open-link,
.map-backup-link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.map-open-link {
  padding: 0 15px;
  border: 1px solid rgba(40, 174, 189, 0.3);
  color: var(--deep);
  background: rgba(232, 250, 252, 0.76);
}

.map-backup-link {
  padding: 0 12px;
  border: 1px solid rgba(220, 229, 233, 0.92);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.68);
}

.map-open-link:hover,
.map-backup-link:hover {
  color: var(--blue);
  border-color: rgba(40, 174, 189, 0.42);
}

.mini-map-card {
  position: relative;
  min-height: clamp(150px, 18vh, 188px);
  border: 1px solid rgba(20, 40, 60, 0.12);
  border-radius: var(--radius);
  color: inherit;
  text-decoration: none;
  background:
    radial-gradient(circle at 68% 42%, rgba(52, 181, 194, 0.18), transparent 18%),
    linear-gradient(135deg, rgba(245, 250, 252, 1), rgba(232, 242, 246, 1));
  box-shadow: 0 12px 28px rgba(34, 48, 60, 0.05);
  transition: border-color 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}

.mini-map-card::before,
.mini-map-card::after {
  position: absolute;
  left: -12%;
  width: 124%;
  height: 1px;
  content: "";
  background: rgba(32, 80, 96, 0.16);
  pointer-events: none;
}

.mini-map-card::before {
  top: 42%;
  transform: rotate(-18deg);
}

.mini-map-card::after {
  top: 64%;
  transform: rotate(22deg);
}

.mini-map-card:hover {
  border-color: rgba(40, 174, 189, 0.34);
  transform: translateY(-2px);
}

.map-chip {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.map-marker {
  position: absolute;
  left: 58%;
  top: 44%;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 0 8px rgba(52, 181, 194, 0.18);
}

.map-marker::after {
  position: absolute;
  left: 50%;
  top: 12px;
  width: 2px;
  height: 18px;
  content: "";
  background: rgba(52, 181, 194, 0.28);
  transform: translateX(-50%);
}

.map-address {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: var(--deep);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.process {
  position: relative;
  overflow: hidden;
}

.process::before {
  position: absolute;
  right: clamp(24px, 7vw, 96px);
  bottom: clamp(26px, 7vh, 90px);
  content: "ROUTE";
  color: rgba(20, 40, 60, 0.04);
  font-size: clamp(72px, 12vw, 190px);
  font-weight: 900;
  letter-spacing: -0.04em;
  pointer-events: none;
}

.process-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.28fr);
  gap: clamp(16px, 2vw, 24px);
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(220, 229, 233, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(34, 48, 60, 0.045);
}

.process-route {
  position: relative;
  min-width: 0;
}

.process-route::before {
  position: absolute;
  left: clamp(34px, 4vw, 54px);
  right: clamp(34px, 4vw, 54px);
  top: 32px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(40, 174, 189, 0.1), rgba(47, 118, 163, 0.28), rgba(40, 174, 189, 0.1));
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}

.process-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: clamp(248px, 30vh, 286px);
  padding: clamp(18px, 1.7vw, 22px);
  border: 1px solid rgba(220, 229, 233, 0.82);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 252, 252, 0.74)),
    var(--paper);
}

.process-node {
  position: absolute;
  right: 20px;
  top: 28px;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: rgba(40, 174, 189, 0.72);
  box-shadow: 0 0 0 7px rgba(40, 174, 189, 0.08);
}

.process-index {
  display: block;
  margin-bottom: 18px;
  color: rgba(36, 48, 58, 0.26);
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.process-grid article > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--deep);
  font-size: clamp(17px, 1.4vw, 19px);
}

.process-grid article > p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.68;
}

.process-meta {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.process-meta div {
  padding: 10px 11px;
  border: 1px solid rgba(220, 229, 233, 0.82);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.process-meta span {
  display: block;
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.process-meta em {
  display: block;
  color: var(--deep);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.process-checklist {
  position: relative;
  padding: clamp(18px, 1.8vw, 22px);
  border: 1px solid rgba(220, 229, 233, 0.86);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(245, 250, 252, 0.9), rgba(255, 255, 255, 0.72));
}

.process-checklist span,
.process-principles-title {
  display: block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.process-checklist ul {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-checklist li {
  position: relative;
  padding-left: 18px;
  color: var(--deep);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.58;
}

.process-checklist li::before {
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: rgba(40, 174, 189, 0.7);
  box-shadow: 0 0 0 5px rgba(40, 174, 189, 0.08);
}

.process-principles {
  grid-column: 1 / -1;
  padding: clamp(16px, 1.8vw, 22px);
  border: 1px solid rgba(220, 229, 233, 0.82);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.66);
}

.process-principles-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gap);
}

.process-principles article {
  padding-left: 14px;
  border-left: 2px solid rgba(40, 174, 189, 0.26);
}

.process-principles strong {
  display: block;
  margin-bottom: 7px;
  color: var(--deep);
  font-size: 16px;
}

.process-principles p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.footer-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(242, 248, 250, 0.54), rgba(255, 255, 255, 0.86));
}

.footer-section::before {
  position: absolute;
  right: clamp(32px, 8vw, 120px);
  bottom: clamp(24px, 6vh, 80px);
  z-index: 0;
  content: "ZD";
  color: rgba(20, 40, 60, 0.045);
  font-size: clamp(120px, 18vw, 320px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
}

.footer-inner::before {
  position: absolute;
  right: 4%;
  top: 10%;
  width: 34%;
  height: 130px;
  content: "";
  border-top: 1px solid rgba(40, 174, 189, 0.18);
  border-right: 1px solid rgba(47, 118, 163, 0.12);
  border-radius: 0 8px 0 0;
  pointer-events: none;
}

.footer-hero {
  max-width: 760px;
  margin-bottom: 24px;
}

.footer-hero h2 {
  margin-bottom: 18px;
  font-size: clamp(48px, 7vw, 88px);
}

.footer-hero p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.72;
}

.footer-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gap);
  margin-bottom: clamp(18px, 2.4vh, 26px);
}

.footer-highlights article {
  min-height: clamp(92px, 12vh, 112px);
  padding: clamp(16px, 1.7vw, 20px);
  border: 1px solid rgba(220, 229, 233, 0.88);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
}

.footer-highlights span {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.footer-highlights strong {
  display: block;
  color: var(--deep);
  font-size: 20px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(150px, 0.58fr) minmax(220px, 0.82fr) minmax(260px, 0.95fr);
  gap: clamp(18px, 2vw, 28px);
  padding: clamp(22px, 2.4vw, 32px);
  border: 1px solid rgba(220, 229, 233, 0.92);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.footer-brand strong {
  display: block;
  margin-bottom: 8px;
  color: var(--deep);
  font-size: 24px;
}

.footer-brand span {
  display: block;
  margin-bottom: 10px;
  color: var(--deep);
}

.footer-brand p,
.footer-contact p,
.footer-address p,
.footer-services p {
  margin: 0;
  line-height: 1.72;
}

.footer-brand-head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 14px;
}

.footer-logo-box {
  display: flex;
  flex: 0 0 132px;
  width: 132px;
  height: 96px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 40, 60, 0.12);
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
}

.footer-logo-image {
  width: 86%;
  height: 86%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.footer-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.footer-tags span {
  min-height: 32px;
  padding: 0 11px;
  background: rgba(255, 255, 255, 0.62);
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-link-list {
  display: grid;
  gap: 8px;
}

.footer-contact-list {
  display: grid;
  gap: 8px;
}

.footer-contact-line,
.footer-links a {
  color: var(--muted);
  line-height: 1.55;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer-contact-line:hover,
.footer-links a:hover {
  color: var(--deep);
}

.footer-address p {
  color: var(--deep);
  overflow-wrap: anywhere;
}

.footer-address em {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 10px;
  padding: 6px 10px;
  border: 1px solid rgba(40, 174, 189, 0.2);
  border-radius: 999px;
  color: var(--blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
  background: rgba(232, 250, 252, 0.72);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(220, 229, 233, 0.84);
}

.footer-icp-link {
  color: #7b8992;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.footer-icp-link:hover {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.62s ease, transform 0.62s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1440px) {
  :root {
    --content-max: 1360px;
    --section-y: clamp(52px, 7vh, 96px);
  }

  .section-heading {
    max-width: 820px;
  }
}

@media (max-width: 1280px) {
  :root {
    --page-gutter: clamp(16px, 4vw, 56px);
    --grid-gap: clamp(14px, 1.5vw, 20px);
  }

  .site-header {
    gap: 16px;
  }

  .site-nav {
    gap: clamp(10px, 1.4vw, 18px);
    font-size: 13px;
  }

  .language-select {
    min-height: 34px;
    font-size: 12px;
  }

  .brand {
    flex-basis: 270px;
  }
}

@media (max-width: 1180px) {
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-services,
  .footer-tags,
  .footer-bottom {
    grid-column: 1 / -1;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1024px) {
  :root {
    --header-height: 122px;
    --page-gutter: clamp(16px, 4vw, 40px);
    --section-y: clamp(42px, 6vh, 72px);
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .language-switcher {
    position: absolute;
    right: clamp(18px, 4.8vw, 64px);
    top: 18px;
  }

  .hero-inner,
  .about-inner,
  .contact-hero {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 560px;
  }

  .service-grid,
  .work-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-block {
    grid-template-columns: 1fr;
  }

  .process-route::before {
    display: none;
  }

  .process-grid article {
    min-height: auto;
  }

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

  .address-layout {
    grid-template-columns: 1fr;
  }

  .mini-map-card {
    min-height: 150px;
  }

  .footer-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  :root {
    --header-height: 72px;
    --page-gutter: 16px;
    --section-y: clamp(44px, 8vw, 60px);
    --grid-gap: 14px;
  }

  html {
    scroll-snap-type: none;
  }

  body {
    min-height: 100%;
  }

  .site-header {
    position: sticky;
    min-height: auto;
    padding: 12px 14px;
  }

  .brand {
    max-width: 100%;
  }

  .logo-box {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .brand-copy small {
    display: none;
  }

  .site-nav {
    gap: 16px;
    font-size: 13px;
  }

  .language-switcher {
    position: static;
    width: 100%;
  }

  .language-select {
    width: 100%;
  }

  .snap-container {
    padding-top: 0;
  }

  .snap-section {
    min-height: auto;
    padding: var(--section-y) 0;
    scroll-snap-align: none;
    scroll-margin-top: 0;
  }

  .section-inner {
    width: min(1180px, calc(100% - 32px));
  }

  h1 {
    font-size: clamp(40px, 11vw, 56px);
  }

  h2 {
    font-size: clamp(28px, 8vw, 34px);
  }

  .hero-text,
  .section-heading p,
  .service-card p,
  .work-content p,
  .about-copy p,
  .board-list p,
  .contact-copy p {
    font-size: 15px;
  }

  .footer-inner::before {
    display: none;
  }

  .footer-section::before {
    right: 16px;
    bottom: 24px;
    font-size: 120px;
    opacity: 0.55;
  }

  .footer-hero {
    margin-bottom: 24px;
  }

  .footer-hero h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .footer-highlights {
    grid-template-columns: 1fr;
  }

  .footer-highlights article {
    min-height: auto;
  }

  .footer-brand-head {
    align-items: flex-start;
    gap: 14px;
  }

  .footer-logo-box {
    flex-basis: 96px;
    width: 96px;
    height: 70px;
    border-radius: 16px;
  }

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

  .hero-media {
    min-height: clamp(500px, 120vw, 560px);
  }

  .visual-panel {
    position: relative;
    min-height: clamp(500px, 120vw, 560px);
  }

  .visual-topline {
    left: 18px;
    right: 18px;
    top: 18px;
    flex-direction: column;
    gap: 6px;
  }

  .main-shot {
    left: 18px;
    right: 18px;
    top: 70px;
    height: 250px;
  }

  .main-shot figcaption {
    display: none;
  }

  .thumb-strip {
    left: 18px;
    right: 18px;
    bottom: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .thumb-card {
    height: 88px;
  }

  .metric-card {
    width: 142px;
    padding: 12px;
  }

  .metric-card span {
    font-size: 15px;
  }

  .metric-one {
    left: 28px;
    right: auto;
    top: 300px;
  }

  .metric-two {
    right: 28px;
    top: 348px;
  }

  .flight-path {
    left: 28px;
    right: 28px;
    top: 414px;
    height: 48px;
  }

  .service-grid,
  .work-grid,
  .contact-panel,
  .process-grid,
  .process-principles-list,
  .shooting-checklist ul,
  .address-layout,
  .footer-highlights,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .process-block {
    padding: 18px;
  }

  .service-card {
    min-height: 206px;
  }

  .work-card img {
    height: 230px;
  }

  .contact-stack::before,
  .contact-stack::after {
    display: none;
  }

  .contact-card {
    min-height: auto;
  }

  .contact-card strong {
    min-height: 0;
    font-size: 20px;
  }

  .mini-map-card {
    min-height: 144px;
  }

  .process-block,
  .site-footer {
    padding: 20px;
  }

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

@media (max-width: 480px) {
  :root {
    --section-y: 42px;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .site-nav {
    gap: 14px;
  }

  .eyebrow,
  .visual-topline,
  .service-tag,
  .work-content span,
  .footer-highlights span,
  .project-note span,
  .shooting-checklist span,
  .contact-card > span,
  .contact-label,
  .footer-links span,
  .footer-contact span,
  .footer-address span,
  .footer-services span {
    font-size: 11px;
  }

  h1 {
    font-size: clamp(36px, 10.5vw, 44px);
  }

  h2 {
    font-size: clamp(26px, 7.8vw, 32px);
  }

  .primary-button,
  .ghost-button {
    min-height: 46px;
    padding: 0 18px;
  }

  .service-card,
  .contact-card,
  .process-block,
  .site-footer {
    padding: 18px;
  }

  .hero-media,
  .visual-panel {
    min-height: 500px;
  }

  .main-shot {
    height: 230px;
  }

  .thumb-card {
    height: 74px;
  }

  .metric-card {
    width: min(136px, calc(50% - 24px));
  }

  .metric-two {
    right: 18px;
  }

  .metric-one {
    left: 18px;
  }

  .footer-logo-box {
    flex-basis: 82px;
    width: 82px;
    height: 62px;
  }
}

@media (max-width: 768px), (max-height: 720px) {
  html,
  body {
    scroll-snap-type: none;
  }

  .snap-section {
    height: auto;
    min-height: auto;
    overflow: visible;
    scroll-snap-align: none;
  }

  .hero,
  .services,
  .works,
  .about,
  .process,
  .contact,
  .footer-section {
    scroll-snap-stop: normal;
  }

  .process,
  .footer-section {
    overflow: visible;
  }
}

@media (max-width: 768px) {
  :root {
    --header-height: auto;
    --page-gutter: 16px;
    --section-y: 44px;
  }

  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scroll-padding-top: 0 !important;
    scroll-snap-type: none !important;
  }

  body {
    padding-top: 0 !important;
  }

  header,
  .site-header,
  .navbar {
    position: sticky !important;
    top: 0 !important;
    left: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    height: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: max(12px, env(safe-area-inset-top)) 16px 12px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    transform: none !important;
  }

  .brand,
  .brand-card,
  .logo-wrap,
  .brand-shell {
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    height: auto !important;
    min-height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    transform: none !important;
  }

  .logo-box {
    flex: 0 0 48px !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
  }

  .brand-copy {
    min-width: 0 !important;
  }

  .brand-copy strong {
    display: block !important;
    overflow: hidden !important;
    font-size: clamp(16px, 4.4vw, 18px) !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .brand-copy small {
    display: none !important;
  }

  .nav,
  .nav-links,
  .site-nav {
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 16px !important;
    padding: 0 0 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 16px !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  .language-switcher {
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    position: static !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .language-select,
  .lang-select,
  select {
    width: auto !important;
    max-width: 132px !important;
    height: auto !important;
    min-height: 38px !important;
    margin-top: 12px !important;
  }

  main,
  .snap-container {
    height: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    padding-top: 0 !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    scroll-snap-type: none !important;
  }

  .snap-section {
    display: block !important;
    height: auto !important;
    min-height: auto !important;
    margin-top: 0 !important;
    padding: 44px 0 !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    overflow: visible !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    transform: none !important;
  }

  .hero,
  .hero-section {
    height: auto !important;
    min-height: auto !important;
    margin-top: 0 !important;
    padding-top: 40px !important;
    padding-bottom: 56px !important;
  }

  .section-inner {
    width: min(1180px, calc(100% - 32px)) !important;
    max-width: calc(100% - 32px) !important;
    margin: 0 auto !important;
  }

  .hero-inner,
  .about-inner,
  .contact-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    align-items: start !important;
  }

  .hero-copy,
  .hero-media,
  .visual-panel,
  .about-copy,
  .about-board,
  .contact-copy,
  .contact-panel,
  .footer-inner {
    margin-top: 0 !important;
    transform: none !important;
  }

  .hero-copy.reveal,
  .hero-media.reveal,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-media {
    height: auto !important;
    min-height: 500px !important;
  }

  .visual-panel {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    min-height: 500px !important;
  }

  .visual-panel::before,
  .visual-panel::after,
  .contact-stack::before,
  .contact-stack::after,
  .process::before,
  .process .process-block::before,
  .footer-inner::before,
  .footer-section::before {
    display: none !important;
  }

  .service-grid,
  .work-grid,
  .process-grid,
  .process-block,
  .process-principles-list,
  .contact-panel,
  .address-layout,
  .shooting-checklist ul,
  .footer-highlights,
  .site-footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .contact,
  .footer-section {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .footer-bottom {
    grid-column: auto !important;
  }
}

@media (max-width: 480px) {
  .snap-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .hero,
  .hero-section {
    padding-top: 36px !important;
    padding-bottom: 52px !important;
  }

  h1 {
    font-size: clamp(34px, 10vw, 44px) !important;
  }

  h2 {
    font-size: clamp(26px, 8vw, 32px) !important;
  }
}

@media (max-width: 768px), (max-height: 720px) {
  html,
  body,
  main {
    height: auto !important;
    min-height: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scroll-snap-type: none !important;
  }

  .snap-section {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
  }
}

html.natural-scroll,
html.natural-scroll body,
html.natural-scroll main {
  height: auto !important;
  min-height: auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scroll-padding-top: 0 !important;
  scroll-snap-type: none !important;
}

html.natural-scroll .snap-container {
  height: auto !important;
  min-height: auto !important;
  padding-top: 0 !important;
  scroll-snap-type: none !important;
}

html.natural-scroll .snap-section {
  display: block !important;
  height: auto !important;
  min-height: auto !important;
  overflow: visible !important;
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
}

/* Multi-page static site overrides */
html,
body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-padding-top: 0;
  scroll-snap-type: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  left: auto;
}

.page-main,
.snap-container {
  padding-top: 0;
  scroll-snap-type: none !important;
}

.page-section,
.snap-section {
  display: block;
  height: auto;
  min-height: auto;
  padding: clamp(52px, 7vw, 92px) 0;
  overflow: visible;
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
}

.home-page .hero {
  padding-top: clamp(56px, 7vw, 96px);
}

.page-hero {
  padding: clamp(54px, 7vw, 90px) 0 clamp(34px, 5vw, 58px);
  background: linear-gradient(180deg, rgba(247, 251, 252, 0.92), rgba(255, 255, 255, 0.66));
}

.page-hero .section-inner {
  max-width: 920px;
}

.page-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 72px);
}

.page-hero p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.78;
}

.home-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--grid-gap);
}

.home-link-card {
  display: block;
  min-height: 220px;
  padding: clamp(20px, 2vw, 28px);
  border: 1px solid rgba(220, 229, 233, 0.92);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 251, 0.82)),
    var(--paper);
  box-shadow: 0 12px 32px rgba(34, 48, 60, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.home-link-card:hover {
  border-color: rgba(47, 118, 163, 0.34);
  box-shadow: 0 18px 42px rgba(34, 48, 60, 0.1);
  transform: translateY(-4px);
}

.home-link-card span {
  display: block;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-link-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--deep);
  font-size: 21px;
  line-height: 1.32;
}

.home-link-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.86fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.feature-split-reverse {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 0.92fr);
}

.feature-image {
  overflow: hidden;
  border: 1px solid rgba(220, 229, 233, 0.92);
  border-radius: var(--radius);
  background: var(--paper-soft);
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  height: clamp(280px, 34vw, 460px);
  object-fit: cover;
}

.feature-copy p {
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.78;
}

.contact-cta {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(220, 229, 233, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 42px rgba(34, 48, 60, 0.055);
}

.contact-cta p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.78;
}

.page-footer {
  width: min(var(--content-max), calc(100% - var(--page-gutter) - var(--page-gutter)));
  margin: clamp(36px, 6vw, 72px) auto clamp(24px, 4vw, 42px);
}

.contact-modal-button {
  margin-top: 14px;
  cursor: pointer;
}

.site-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(24, 34, 42, 0.28);
  backdrop-filter: blur(10px);
}

.site-modal.is-open {
  display: flex;
}

.site-modal-panel {
  position: relative;
  width: min(420px, 100%);
  padding: 28px;
  border: 1px solid rgba(220, 229, 233, 0.95);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(34, 48, 60, 0.18);
}

.site-modal-panel h2 {
  margin-bottom: 16px;
  font-size: 28px;
}

.site-modal-panel p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(220, 229, 233, 0.95);
  border-radius: 50%;
  color: var(--deep);
  font-size: 20px;
  background: #ffffff;
  cursor: pointer;
}

.qr-frame {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: min(240px, 100%);
  margin: 0 auto 18px;
  border: 10px solid #eef6f8;
  border-radius: 8px;
  color: var(--deep);
  background:
    linear-gradient(90deg, rgba(36, 48, 58, 0.12) 10px, transparent 10px) 0 0 / 28px 28px,
    linear-gradient(rgba(36, 48, 58, 0.12) 10px, transparent 10px) 0 0 / 28px 28px,
    #ffffff;
}

.qr-frame span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.qr-frame strong {
  font-size: 24px;
}

@media (max-width: 1024px) {
  .home-card-grid,
  .feature-split,
  .feature-split-reverse {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .page-main,
  .snap-container {
    padding-top: 0 !important;
  }

  .page-section,
  .snap-section {
    padding: 42px 0 !important;
  }

  .page-hero {
    padding: 38px 0 26px;
  }

  .page-hero h1 {
    font-size: clamp(32px, 9vw, 44px) !important;
  }

  .home-card-grid,
  .feature-split,
  .feature-split-reverse {
    grid-template-columns: 1fr;
  }

  .home-link-card {
    min-height: auto;
  }

  .page-footer {
    width: min(1180px, calc(100% - 32px));
    max-width: calc(100% - 32px);
  }

  .site-modal {
    padding: 16px;
  }

  .site-modal-panel {
    padding: 22px;
  }
}
