:root {
  --navy-950: #08131b;
  --navy-900: #0d1d28;
  --navy-800: #153040;
  --navy-700: #20465d;
  --ivory-50: #fbf6ef;
  --ivory-100: #f3eadc;
  --ivory-200: #e7dbc9;
  --sand-500: #be9f7f;
  --copper-500: #d67b45;
  --copper-400: #e6955f;
  --aqua-300: #83d8dc;
  --text-light: #f9f4ed;
  --text-dark: #132531;
  --muted-light: rgba(249, 244, 237, 0.72);
  --muted-dark: #546876;
  --line-light: rgba(255, 255, 255, 0.11);
  --line-dark: rgba(19, 37, 49, 0.12);
  --shadow-lg: 0 32px 80px rgba(5, 12, 18, 0.32);
  --shadow-md: 0 18px 40px rgba(19, 37, 49, 0.1);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max-width: 1220px;
  --header-height: 88px;
  color-scheme: dark;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--text-light);
  background:
    radial-gradient(circle at top left, rgba(131, 216, 220, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(214, 123, 69, 0.14), transparent 30%),
    linear-gradient(180deg, #08131b 0%, #0d1d28 46%, #fbf6ef 46%, #fbf6ef 100%);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.topbar,
.site-header,
.hero,
.services-shell,
.why-shell,
.operations-shell,
.areas-shell,
.reviews-shell,
.contact-shell,
.site-footer {
  padding-inline: clamp(1.15rem, 4vw, 3rem);
}

.topbar {
  display: flex;
  justify-content: center;
  gap: 1.1rem 2rem;
  flex-wrap: wrap;
  min-height: 2.6rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.88rem;
  color: rgba(249, 244, 237, 0.86);
  background: rgba(5, 15, 22, 0.66);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.topbar p {
  margin: 0;
}

.topbar a {
  color: var(--aqua-300);
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: var(--header-height);
  transition:
    background-color 220ms ease,
    backdrop-filter 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 17, 24, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--copper-500), #f2b27b);
  color: var(--navy-950);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  box-shadow: 0 14px 28px rgba(214, 123, 69, 0.3);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.brand-copy strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.brand-copy span:last-child {
  color: rgba(249, 244, 237, 0.68);
  font-size: 0.88rem;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  color: rgba(249, 244, 237, 0.8);
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--text-light);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  color: var(--navy-950);
  font-weight: 700;
  background: linear-gradient(135deg, var(--aqua-300), #b0eef0);
}

main {
  overflow: clip;
}

.hero {
  position: relative;
  min-height: calc(100svh - 2.6rem);
  padding-top: 2.4rem;
  padding-bottom: 5rem;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(24px);
  pointer-events: none;
}

.hero-glow-one {
  top: 12%;
  right: -12%;
  width: min(36vw, 28rem);
  height: min(36vw, 28rem);
  background: rgba(131, 216, 220, 0.18);
}

.hero-glow-two {
  left: -6%;
  bottom: 18%;
  width: min(28vw, 20rem);
  height: min(28vw, 20rem);
  background: rgba(214, 123, 69, 0.18);
}

.hero-grid,
.why-grid,
.operations-grid,
.areas-grid {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 3.4rem);
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--aqua-300);
}

.eyebrow-dark {
  color: var(--copper-500);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  line-height: 0.94;
}

h2 {
  max-width: 13ch;
  font-size: clamp(2.3rem, 4.8vw, 4.1rem);
  line-height: 1;
}

.hero-text,
.section-head p:last-child,
.why-copy p:last-child,
.why-item p,
.service-item p,
.timeline-item p,
.job-item p,
.area-copy p,
.review p,
.contact-copy p,
.panel-foot p {
  line-height: 1.65;
}

.hero-text {
  max-width: 38rem;
  margin: 1.45rem 0 0;
  font-size: 1.08rem;
  color: var(--muted-light);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--copper-500), #f1ae79);
  color: var(--navy-950);
  box-shadow: 0 16px 36px rgba(214, 123, 69, 0.28);
}

.button-secondary {
  color: var(--text-light);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.button-dark {
  background: var(--navy-900);
  color: var(--ivory-50);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.3rem;
}

.proof-strip div {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-strip strong,
.area-zone strong,
.contact-meta strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.proof-strip span,
.area-zone span,
.contact-meta span,
.foot-label,
.job-time {
  display: block;
  margin-top: 0.25rem;
  color: rgba(249, 244, 237, 0.72);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hero-visual-stack {
  display: grid;
  gap: 1rem;
}

.scene-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) + 4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top right, rgba(131, 216, 220, 0.12), transparent 26%),
    rgba(9, 23, 31, 0.88);
  box-shadow: var(--shadow-lg);
}

.scene-card img {
  width: 100%;
  height: auto;
}

.scene-overlay {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 18, 26, 0.74);
  backdrop-filter: blur(14px);
}

.scene-label {
  display: block;
  margin-bottom: 0.3rem;
  color: rgba(249, 244, 237, 0.68);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scene-overlay strong {
  display: block;
  max-width: 21rem;
  line-height: 1.45;
}

.dispatch-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.dispatch-strip article {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.dispatch-strip span {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(249, 244, 237, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dispatch-strip strong {
  display: block;
  line-height: 1.5;
}

.booking-panel {
  position: relative;
  padding: 1.4rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 100%),
    rgba(10, 24, 33, 0.84);
  box-shadow: var(--shadow-lg);
}

.panel-top,
.panel-foot {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.panel-top {
  align-items: flex-start;
}

.panel-kicker,
.foot-label {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(249, 244, 237, 0.65);
}

.panel-top h2 {
  max-width: none;
  font-size: 2rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.badge-live {
  color: var(--aqua-300);
  border: 1px solid rgba(131, 216, 220, 0.22);
  background: rgba(131, 216, 220, 0.08);
}

.service-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.chip {
  min-height: 2.6rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-light);
  cursor: pointer;
}

.chip.is-active {
  color: var(--navy-950);
  border-color: transparent;
  background: linear-gradient(135deg, var(--aqua-300), #b9f1f3);
}

.request-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.3rem;
}

.request-form label {
  display: grid;
  gap: 0.45rem;
}

.request-form span {
  font-size: 0.9rem;
  color: rgba(249, 244, 237, 0.78);
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-light);
  padding: 0.95rem 1rem;
  appearance: none;
}

.request-form textarea {
  resize: vertical;
  min-height: 8rem;
}

.request-form ::placeholder {
  color: rgba(249, 244, 237, 0.46);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.form-submit {
  width: 100%;
  margin-top: 0.2rem;
}

.panel-foot {
  align-items: end;
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-foot strong {
  display: block;
  max-width: 22rem;
  line-height: 1.45;
}

.panel-foot p {
  max-width: 18rem;
  margin: 0;
  color: rgba(249, 244, 237, 0.68);
  font-size: 0.94rem;
}

.services-shell,
.why-shell,
.areas-shell,
.reviews-shell,
.contact-shell,
.site-footer {
  color: var(--text-dark);
}

.services-shell,
.why-shell,
.operations-shell,
.areas-shell,
.reviews-shell,
.contact-shell {
  padding-top: 4.5rem;
}

.services-shell,
.areas-shell,
.reviews-shell {
  padding-bottom: 1rem;
}

.why-shell,
.operations-shell,
.contact-shell {
  padding-bottom: 4.5rem;
}

.section-head {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.section-head p:last-child,
.why-copy p:last-child,
.contact-copy p {
  max-width: 38rem;
  margin-top: 1rem;
  color: var(--muted-dark);
  font-size: 1.04rem;
}

.service-grid {
  width: min(100%, var(--max-width));
  margin: 2.2rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.4rem;
}

.service-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.35rem 0;
  border-top: 1px solid var(--line-dark);
}

.service-index,
.timeline-item span {
  color: var(--copper-500);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

.service-item h3,
.why-item h3,
.timeline-item h3,
.job-item h3,
.review footer,
.contact-meta a,
.contact-meta strong {
  font-size: 1.12rem;
}

.service-item p,
.why-item p,
.timeline-item p,
.area-copy p,
.review p {
  margin: 0.55rem 0 0;
  color: var(--muted-dark);
  font-size: 0.98rem;
}

.media-shell {
  padding-inline: clamp(1.15rem, 4vw, 3rem);
  padding-top: 0.5rem;
  padding-bottom: 4rem;
  color: var(--text-dark);
}

.media-grid {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}

.media-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: 1.5rem 2rem;
}

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

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

.media-art {
  overflow: hidden;
  border-radius: calc(var(--radius-xl) + 2px);
  border: 1px solid rgba(19, 37, 49, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.56)),
    #f3eadc;
  box-shadow: var(--shadow-md);
}

.media-art img {
  width: 100%;
  height: auto;
}

.media-copy h3 {
  max-width: 15ch;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.02;
  color: var(--text-dark);
}

.media-copy p {
  max-width: 34rem;
  margin: 1rem 0 0;
  color: var(--muted-dark);
  font-size: 1.02rem;
  line-height: 1.7;
}

.media-points {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.media-points li {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line-dark);
  color: var(--muted-dark);
  line-height: 1.55;
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.why-copy h2 {
  color: var(--text-dark);
}

.why-list {
  display: grid;
  gap: 1rem;
}

.why-item {
  padding: 1.35rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(19, 37, 49, 0.08);
  box-shadow: var(--shadow-md);
}

.operations-shell {
  color: var(--text-light);
  background:
    radial-gradient(circle at top right, rgba(131, 216, 220, 0.08), transparent 34%),
    linear-gradient(180deg, #10222e 0%, #0b1a24 100%);
}

.operations-shell .section-head h2,
.operations-shell .section-head p {
  color: var(--text-light);
}

.operations-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.35rem;
  margin-top: 2rem;
}

.timeline,
.job-board {
  padding: 1.4rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.timeline-item:last-child {
  border-bottom: 0;
}

.timeline-item.is-active h3,
.job-item h3 {
  color: var(--text-light);
}

.timeline-item p,
.job-item p,
.job-time {
  color: rgba(249, 244, 237, 0.74);
}

.job-board {
  display: grid;
  gap: 1rem;
}

.job-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.job-item:last-child {
  border-bottom: 0;
}

.job-time {
  margin: 0 0 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.areas-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
  gap: 1.5rem 2rem;
  margin-top: 2rem;
}

.area-map {
  position: relative;
  min-height: 24rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(19, 37, 49, 0.1);
  overflow: hidden;
  background:
    linear-gradient(rgba(19, 37, 49, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 37, 49, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #f6efe4 0%, #efe4d5 100%);
  background-size: 3rem 3rem, 3rem 3rem, cover;
}

.area-map::before,
.area-map::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.area-map::before {
  inset: 14% 10% auto 10%;
  height: 2px;
  background: linear-gradient(90deg, rgba(32, 70, 93, 0.2), rgba(32, 70, 93, 0.75));
  transform: rotate(12deg);
}

.area-map::after {
  inset: auto 14% 22% 16%;
  height: 2px;
  background: linear-gradient(90deg, rgba(214, 123, 69, 0.22), rgba(214, 123, 69, 0.78));
  transform: rotate(-8deg);
}

.area-zone {
  position: absolute;
  max-width: 13rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(19, 37, 49, 0.1);
  box-shadow: 0 16px 32px rgba(19, 37, 49, 0.08);
}

.area-zone strong {
  color: var(--text-dark);
}

.area-zone span {
  color: var(--muted-dark);
}

.area-zone-one {
  top: 16%;
  left: 10%;
}

.area-zone-two {
  top: 18%;
  right: 9%;
}

.area-zone-three {
  bottom: 18%;
  left: 12%;
}

.area-zone-four {
  bottom: 16%;
  right: 11%;
}

.area-copy {
  display: grid;
  align-content: start;
  gap: 1.15rem;
}

.area-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.area-list li {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line-dark);
  color: var(--muted-dark);
}

.reviews-grid {
  width: min(100%, var(--max-width));
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.review {
  margin: 0;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(19, 37, 49, 0.08);
  box-shadow: var(--shadow-md);
}

.review p {
  margin: 0;
  font-size: 1rem;
}

.review footer {
  margin-top: 1rem;
  color: var(--copper-500);
  font-family: "Space Grotesk", sans-serif;
}

.contact-panel {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: 1.4rem 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: calc(var(--radius-xl) + 2px);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 26%),
    linear-gradient(135deg, #d67b45 0%, #f1b17a 100%);
  box-shadow: 0 28px 70px rgba(214, 123, 69, 0.24);
}

.contact-copy h2,
.contact-copy p,
.contact-meta span,
.contact-meta strong,
.contact-meta a {
  color: var(--navy-950);
}

.contact-meta {
  display: grid;
  gap: 1.1rem;
  align-content: start;
}

.contact-meta div {
  padding-top: 1rem;
  border-top: 1px solid rgba(8, 19, 27, 0.14);
}

.contact-meta div:first-child {
  padding-top: 0;
  border-top: 0;
}

.booking-panel-compact {
  align-self: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 100%),
    rgba(6, 18, 26, 0.88);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
  color: var(--muted-dark);
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

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

@media (max-width: 1100px) {
  .hero-grid,
  .why-grid,
  .operations-grid,
  .areas-grid,
  .contact-panel,
  .service-grid,
  .reviews-grid,
  .media-feature {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .dispatch-strip {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  :root {
    --header-height: 76px;
  }

  .site-header {
    min-height: 76px;
  }

  .site-nav,
  .nav-cta {
    display: none;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .panel-top,
  .panel-foot {
    flex-direction: column;
  }

  .topbar {
    justify-content: flex-start;
  }

  .scene-overlay {
    position: relative;
    inset: auto;
    margin: 0.9rem;
  }
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(131, 216, 220, 0.14), transparent 24%),
      radial-gradient(circle at top right, rgba(214, 123, 69, 0.14), transparent 24%),
      linear-gradient(180deg, #08131b 0%, #0d1d28 42%, #fbf6ef 42%, #fbf6ef 100%);
  }

  h1 {
    max-width: 10ch;
  }

  .booking-panel,
  .why-item,
  .timeline,
  .job-board,
  .area-map,
  .review,
  .contact-panel {
    border-radius: 22px;
  }

  .area-zone {
    max-width: 10.5rem;
    padding: 0.75rem 0.85rem;
  }
}

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

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

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