/* Public marketing — Cloud Companies / segur.co.uk
   Dramatic landing chrome. Does not alter logged-in app shell. */

:root {
  --land-ink: #0B1F33;
  --land-ink-deep: #06141F;
  --land-ink-soft: #16324F;
  --land-muted: #5A6B7D;
  --land-paper: #F4F7FB;
  --land-paper-bright: #FFFFFF;
  --land-line: #C5D0DD;
  --land-accent: #C8102E;
  --land-accent-hover: #A50D25;
  --land-white: #FFFFFF;
  --land-font: "DM Sans", "Segoe UI", sans-serif;
  --land-display: "Fraunces", Georgia, "Times New Roman", serif;
  --land-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --land-nav-h: 4.25rem;
  --land-max: 72rem;
}

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

html {
  scroll-behavior: smooth;
}

body.land-body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  font-family: var(--land-font);
  color: var(--land-ink);
  background: var(--land-paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
  overflow-x: clip;
}

body.land-body a {
  color: var(--land-ink-soft);
  text-underline-offset: 0.18em;
  transition: color 0.18s var(--land-ease);
}

body.land-body a:hover {
  color: var(--land-accent);
}

.land-wrap {
  width: min(100% - 2.5rem, var(--land-max));
  margin-inline: auto;
  padding-left: env(safe-area-inset-left, 0);
  padding-right: env(safe-area-inset-right, 0);
}

/* ——— Nav (over hero, solid on scroll) ——— */
.land-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  height: calc(var(--land-nav-h) + env(safe-area-inset-top, 0px));
  padding-top: env(safe-area-inset-top, 0px);
  display: flex;
  align-items: center;
  transition:
    background 0.25s var(--land-ease),
    border-color 0.25s var(--land-ease),
    box-shadow 0.25s var(--land-ease);
}

.land-nav-over {
  background: transparent;
  border-bottom: 1px solid transparent;
}

.land-nav-over .land-nav-brand {
  color: #fff !important;
}

.land-nav-over .land-nav-links a:not(.land-btn) {
  color: rgba(255, 255, 255, 0.72) !important;
}

.land-nav-over .land-nav-links a:not(.land-btn):hover {
  color: #fff !important;
}

.land-nav-over .land-nav-toggle-bar {
  background: #fff;
}

.land-nav-over.is-scrolled,
.land-nav-solid {
  background: rgba(11, 31, 51, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 28px rgba(6, 20, 31, 0.28);
}

.land-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 2.5rem, var(--land-max));
  margin-inline: auto;
  position: relative;
}

.land-nav-brand {
  font-family: var(--land-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.025em;
  color: #fff !important;
  text-decoration: none !important;
  z-index: 2;
}

.land-nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.land-nav-links a:not(.land-btn) {
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none !important;
  letter-spacing: 0.01em;
}

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

.land-lang {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.land-lang-select {
  appearance: none;
  -webkit-appearance: none;
  font-family: var(--land-font);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.88);
  background-color: rgba(255, 255, 255, 0.08);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='rgba(255,255,255,0.7)' d='M1.1 1.2L6 6.1l4.9-4.9 1.1 1.1L6 8.3 0 2.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.55rem center;
  background-size: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  padding: 0.4rem 1.75rem 0.4rem 0.65rem;
  max-width: 8.5rem;
  cursor: pointer;
  transition: border-color 0.18s var(--land-ease), background-color 0.18s var(--land-ease);
}

.land-lang-select:hover,
.land-lang-select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.12);
}

.land-lang-select:focus-visible {
  box-shadow: 0 0 0 2px rgba(200, 16, 46, 0.55);
}

.land-lang-select option {
  color: #0B1F33;
  background: #fff;
}

.land-nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  z-index: 3;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.land-nav-toggle:focus-visible {
  outline: 2px solid var(--land-accent);
  outline-offset: 2px;
}

.land-nav-toggle-bar {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transform-origin: center;
  transition: transform 0.2s var(--land-ease), opacity 0.2s var(--land-ease);
}

/* 3-bar hamburger → X (bars are 2px + 5px gap → 7px to center) */
.land-nav.is-open .land-nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.land-nav.is-open .land-nav-toggle-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.4);
}

.land-nav.is-open .land-nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.land-nav-locked {
  overflow: hidden;
}

@media (max-width: 820px) {
  .land-nav-toggle {
    display: inline-flex;
  }

  .land-nav-links {
    position: absolute;
    top: calc(100% + 0.65rem);
    right: 0;
    left: 0;
    z-index: 2;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem;
    background: var(--land-ink-deep);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-0.4rem);
    transition:
      opacity 0.2s var(--land-ease),
      transform 0.2s var(--land-ease),
      visibility 0.2s;
    box-shadow: 0 18px 40px rgba(6, 20, 31, 0.45);
  }

  .land-nav.is-open .land-nav-links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .land-nav-links a:not(.land-btn) {
    padding: 0.95rem 1rem;
    color: rgba(255, 255, 255, 0.85) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .land-nav-links .land-lang {
    display: block;
    padding: 0.65rem 0.65rem 0.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .land-nav-links .land-lang-select {
    width: 100%;
    max-width: none;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .land-nav-links .land-btn {
    margin: 0.65rem 0.35rem 0.35rem;
    width: calc(100% - 0.7rem);
  }
}

/* ——— Buttons ——— */
.land-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-family: var(--land-font);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.2;
  padding: 0.75rem 1.35rem;
  border-radius: 6px;
  border: 1.5px solid transparent;
  text-decoration: none !important;
  cursor: pointer;
  transition:
    background 0.18s var(--land-ease),
    color 0.18s var(--land-ease),
    border-color 0.18s var(--land-ease),
    transform 0.18s var(--land-ease),
    box-shadow 0.18s var(--land-ease);
}

.land-btn:hover {
  transform: translateY(-2px);
}

.land-btn-lg {
  padding: 0.95rem 1.65rem;
  font-size: 1.02rem;
}

.land-btn-primary {
  background: var(--land-accent);
  color: var(--land-white) !important;
  border-color: var(--land-accent);
  box-shadow: 0 10px 28px rgba(200, 16, 46, 0.28);
}

.land-btn-primary:hover {
  background: var(--land-accent-hover);
  border-color: var(--land-accent-hover);
  color: var(--land-white) !important;
  box-shadow: 0 14px 32px rgba(200, 16, 46, 0.36);
}

.land-btn-ghost {
  background: transparent;
  color: var(--land-ink) !important;
  border-color: var(--land-line);
}

.land-btn-ghost:hover {
  border-color: var(--land-ink);
  color: var(--land-ink) !important;
}

.land-btn-on-dark {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.4);
}

.land-btn-on-dark:hover {
  border-color: #fff;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
}

.land-btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  box-shadow: none;
}

.land-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

/* ——— Hero ——— */
.land-hero {
  position: relative;
  isolation: isolate;
  margin-top: calc(-1 * (var(--land-nav-h) + env(safe-area-inset-top, 0px)));
  padding-top: calc(var(--land-nav-h) + env(safe-area-inset-top, 0px) + clamp(3.5rem, 9vw, 6.5rem));
  padding-bottom: clamp(5rem, 12vw, 8rem);
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--land-ink-deep);
  color: #E8EEF4;
}

.land-hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.land-hero-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 50% at 12% 30%, rgba(200, 16, 46, 0.2) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 88% 55%, rgba(22, 50, 79, 0.9) 0%, transparent 60%),
    linear-gradient(145deg, #06141F 0%, #0B1F33 45%, #14304A 100%);
}

.land-hero-slash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      105deg,
      transparent 0%,
      transparent 52%,
      rgba(255, 255, 255, 0.03) 52%,
      rgba(255, 255, 255, 0.03) 52.4%,
      transparent 52.4%
    );
  animation: land-slash-shift 18s var(--land-ease) infinite alternate;
}

.land-hero-docs {
  position: absolute;
  top: 8%;
  right: -6%;
  width: min(72vw, 46rem);
  height: auto;
  max-height: 95%;
  opacity: 0;
  animation: land-docs-in 1.15s var(--land-ease) 0.15s forwards;
}

@media (max-width: 900px) {
  .land-hero-docs {
    right: -22%;
    width: min(120vw, 36rem);
    top: 18%;
    opacity: 0;
    animation-name: land-docs-in-mobile;
  }
}

.land-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, var(--land-max));
  margin-inline: auto;
  padding-bottom: 1rem;
}

.land-hero-copy {
  max-width: 38rem;
  opacity: 0;
  transform: translateY(1.4rem);
  animation: land-rise 0.95s var(--land-ease) 0.05s forwards;
}

.land-hero-brand {
  font-family: var(--land-display);
  font-weight: 700;
  font-size: clamp(3.25rem, 9.5vw, 6.25rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: #fff;
  margin: 0 0 1.5rem;
  text-wrap: balance;
}

.land-hero-brand::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 4px;
  margin-top: 1.15rem;
  background: var(--land-accent);
}

.land-hero-title {
  font-family: var(--land-font);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
  letter-spacing: -0.015em;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 1rem;
  max-width: 24ch;
}

.land-hero-sub {
  margin: 0 0 2.25rem;
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  line-height: 1.6;
  color: rgba(232, 238, 244, 0.68);
  max-width: 36ch;
}

.land-hero-base {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4.5rem;
  z-index: 1;
  background: var(--land-paper-bright);
  clip-path: polygon(0 55%, 100% 0, 100% 100%, 0 100%);
}

/* ——— Shared section chrome ——— */
.land-section {
  padding: clamp(4.5rem, 11vw, 7.5rem) 0;
  position: relative;
}

.land-section-head {
  margin-bottom: clamp(2.5rem, 6vw, 3.75rem);
  max-width: 40rem;
}

.land-section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--land-accent);
  margin-bottom: 1rem;
}

.land-section-label-on-dark {
  color: #F07187;
}

.land-section-title {
  font-family: var(--land-display);
  font-weight: 600;
  font-size: clamp(2.35rem, 5.5vw, 3.6rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--land-ink);
  margin: 0 0 1rem;
}

.land-section-title-on-dark {
  color: #fff;
}

.land-section-lead {
  margin: 0;
  color: var(--land-muted);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.6;
  max-width: 36rem;
}

.land-section-lead-on-dark {
  color: rgba(232, 238, 244, 0.68);
}

/* ——— Features: stacked rows (not tiny columns) ——— */
.land-section-paper {
  background:
    radial-gradient(ellipse 80% 40% at 100% 0%, rgba(200, 16, 46, 0.04) 0%, transparent 50%),
    var(--land-paper-bright);
}

.land-feature-stack {
  border-top: 2px solid var(--land-ink);
}

.land-feature-row {
  display: grid;
  gap: 0.85rem 3rem;
  padding: clamp(1.75rem, 4vw, 2.75rem) 0;
  border-bottom: 1px solid var(--land-line);
  transition: background 0.2s var(--land-ease), padding-left 0.2s var(--land-ease);
}

@media (min-width: 800px) {
  .land-feature-row {
    grid-template-columns: minmax(12rem, 0.4fr) minmax(0, 1fr);
    align-items: baseline;
  }
}

.land-feature-row:hover {
  background: linear-gradient(90deg, rgba(200, 16, 46, 0.04) 0%, transparent 55%);
  padding-left: 0.75rem;
}

.land-feature-row h3 {
  font-family: var(--land-display);
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0;
  color: var(--land-ink);
  position: relative;
  padding-left: 1.1rem;
}

.land-feature-row h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--land-accent);
}

.land-feature-row p {
  margin: 0;
  color: var(--land-muted);
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.65;
  max-width: 42rem;
}

/* ——— How it works: dark timeline ——— */
.land-section-ink {
  background:
    radial-gradient(ellipse 50% 40% at 90% 10%, rgba(200, 16, 46, 0.14) 0%, transparent 55%),
    linear-gradient(165deg, #06141F 0%, #0B1F33 55%, #122A42 100%);
  color: #E8EEF4;
}

.land-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  counter-reset: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@media (min-width: 900px) {
  .land-timeline {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}

.land-timeline-item {
  display: grid;
  gap: 1.25rem;
  padding: clamp(2rem, 4vw, 2.75rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

@media (min-width: 900px) {
  .land-timeline-item {
    padding: clamp(2.25rem, 4vw, 3rem) 1.75rem;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
  .land-timeline-item:first-child {
    padding-left: 0;
  }
  .land-timeline-item:last-child {
    border-right: none;
    padding-right: 0;
  }
}

.land-timeline-num {
  font-family: var(--land-display);
  font-weight: 700;
  font-size: clamp(3rem, 6vw, 4.25rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--land-accent);
  display: block;
}

.land-timeline-item h3 {
  font-family: var(--land-display);
  font-size: clamp(1.3rem, 2.4vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 0.65rem;
  color: #fff;
}

.land-timeline-item p {
  margin: 0;
  color: rgba(232, 238, 244, 0.68);
  font-size: 1.02rem;
  line-height: 1.6;
}

/* ——— FAQ ——— */
.land-section-faq {
  background:
    linear-gradient(180deg, #EEF2F7 0%, var(--land-paper) 40%, #E6ECF3 100%);
}

.land-faq-layout {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 960px) {
  .land-faq-layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 4rem;
    align-items: start;
  }

  .land-faq-intro {
    position: sticky;
    top: calc(var(--land-nav-h) + 1.5rem);
    margin-bottom: 0;
  }
}

.land-faq {
  margin: 0;
  background: var(--land-paper-bright);
  border: 1px solid var(--land-line);
  border-radius: 4px;
  overflow: hidden;
}

.land-faq-item {
  border-bottom: 1px solid var(--land-line);
}

.land-faq-item:last-child {
  border-bottom: none;
}

.land-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.35rem 3.25rem 1.35rem 1.35rem;
  font-family: var(--land-font);
  font-weight: 600;
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  line-height: 1.35;
  color: var(--land-ink);
  position: relative;
  outline: none;
  transition: background 0.18s var(--land-ease), color 0.18s var(--land-ease);
}

.land-faq-item summary::-webkit-details-marker {
  display: none;
}

.land-faq-item summary::marker {
  content: "";
}

.land-faq-item summary::after {
  content: "";
  position: absolute;
  right: 1.35rem;
  top: 50%;
  width: 0.65rem;
  height: 0.65rem;
  border-right: 2.5px solid var(--land-muted);
  border-bottom: 2.5px solid var(--land-muted);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.22s var(--land-ease), border-color 0.18s var(--land-ease);
}

.land-faq-item[open] summary {
  background: rgba(11, 31, 51, 0.04);
  color: var(--land-ink-soft);
  padding-bottom: 0.75rem;
}

.land-faq-item[open] summary::after {
  transform: translateY(-25%) rotate(225deg);
  border-color: var(--land-accent);
}

.land-faq-item summary:hover {
  background: rgba(200, 16, 46, 0.04);
  color: var(--land-accent);
}

.land-faq-item summary:hover::after {
  border-color: var(--land-accent);
}

.land-faq-item summary:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(200, 16, 46, 0.4);
}

.land-faq-item p {
  margin: 0;
  padding: 0 1.35rem 1.4rem;
  color: var(--land-muted);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 40rem;
  background: rgba(11, 31, 51, 0.02);
}

.land-faq-item[open] p {
  padding-top: 0.15rem;
}

.land-faq-item p strong {
  color: var(--land-ink-soft);
  font-weight: 600;
}

.land-faq-item a {
  font-weight: 600;
  color: var(--land-ink-soft);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.land-faq-item a:hover {
  color: var(--land-accent);
}

/* ——— Closing band ——— */
.land-band {
  background:
    linear-gradient(120deg, var(--land-accent) 0%, #9E0C24 42%, var(--land-ink-deep) 42.15%, var(--land-ink) 100%);
  color: #E8EEF4;
  padding: clamp(3.75rem, 9vw, 5.5rem) 0;
  position: relative;
  overflow: hidden;
}

.land-band-title {
  font-family: var(--land-display);
  font-weight: 600;
  font-size: clamp(2.1rem, 4.5vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 0.75rem;
}

.land-band-lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
  max-width: 28rem;
}

.land-band-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

/* ——— Contact ——— */
.land-contact-hero {
  position: relative;
  isolation: isolate;
  margin-top: calc(-1 * (var(--land-nav-h) + env(safe-area-inset-top, 0px)));
  padding-top: calc(var(--land-nav-h) + env(safe-area-inset-top, 0px) + clamp(3.25rem, 8vw, 5rem));
  padding-bottom: clamp(3.5rem, 8vw, 5rem);
  overflow: hidden;
  background: var(--land-ink-deep);
  color: #E8EEF4;
}

.land-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 50% 55% at 85% 30%, rgba(200, 16, 46, 0.18) 0%, transparent 55%),
    linear-gradient(140deg, #06141F 0%, #0B1F33 55%, #16324F 100%);
}

.land-contact-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.25rem;
  z-index: 1;
  background: var(--land-paper);
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
}

.land-contact-hero .land-wrap {
  position: relative;
  z-index: 2;
}

.land-contact-hero .land-hero-brand {
  font-size: clamp(2.5rem, 7vw, 4.25rem);
}

.land-contact-hero .land-hero-title {
  max-width: 18ch;
}

.land-contact-hero .land-hero-sub {
  margin-bottom: 0;
  max-width: 38ch;
}

.land-contact-grid {
  display: grid;
  gap: 3rem;
  padding: clamp(1rem, 3vw, 1.5rem) 0 clamp(4.5rem, 9vw, 6.5rem);
}

@media (min-width: 900px) {
  .land-contact-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    gap: 4rem;
    align-items: start;
  }
}

.land-form {
  background: var(--land-paper-bright);
  border: 1px solid var(--land-line);
  border-top: 4px solid var(--land-accent);
  border-radius: 4px;
  padding: clamp(1.6rem, 3.5vw, 2.25rem);
}

.land-form h2 {
  font-family: var(--land-display);
  font-size: clamp(1.55rem, 3vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0 0 0.45rem;
}

.land-form > p {
  margin: 0 0 1.5rem;
  color: var(--land-muted);
  font-size: 1rem;
}

.land-field {
  margin-bottom: 1.15rem;
}

.land-field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--land-ink);
}

.land-field input,
.land-field textarea {
  width: 100%;
  font-family: var(--land-font);
  font-size: 1.02rem;
  color: var(--land-ink);
  background: #F7FAFC;
  border: 1px solid var(--land-line);
  border-radius: 6px;
  padding: 0.8rem 0.95rem;
  transition: border-color 0.15s var(--land-ease), background 0.15s var(--land-ease), box-shadow 0.15s var(--land-ease);
}

.land-field input:focus,
.land-field textarea:focus {
  outline: none;
  border-color: var(--land-ink-soft);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22, 50, 79, 0.12);
}

.land-field textarea {
  min-height: 9.5rem;
  resize: vertical;
}

.land-alert {
  border-radius: 6px;
  padding: 0.95rem 1.05rem;
  margin-bottom: 1.25rem;
  font-size: 0.98rem;
}

.land-alert-ok {
  background: #D8F3E7;
  color: #0F7B4B;
  border: 1px solid #A7E0C5;
}

.land-alert-err {
  background: #FDE8EC;
  color: #A50D25;
  border: 1px solid #F5C2CB;
}

.land-aside h2 {
  font-family: var(--land-display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 1.35rem;
}

.land-detail {
  padding: 1.2rem 0;
  border-top: 1px solid var(--land-line);
}

.land-detail:last-child {
  border-bottom: 1px solid var(--land-line);
}

.land-detail dt {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--land-accent);
  margin-bottom: 0.45rem;
}

.land-detail dd {
  margin: 0;
  color: var(--land-ink);
  font-size: 1.05rem;
  line-height: 1.55;
}

.land-detail a {
  font-weight: 600;
  color: var(--land-ink-soft);
  text-decoration: none;
}

.land-detail a:hover {
  color: var(--land-accent);
}

/* ——— Footer ——— */
.land-footer {
  margin-top: auto;
  padding: 1.75rem 0;
  background: var(--land-ink-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.land-footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.75rem;
  justify-content: space-between;
  align-items: center;
  width: min(100% - 2.5rem, var(--land-max));
  margin-inline: auto;
  font-size: 0.9rem;
  color: rgba(232, 238, 244, 0.55);
}

.land-footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
}

.land-footer a {
  color: rgba(232, 238, 244, 0.7);
  text-decoration: none;
  font-weight: 500;
}

.land-footer a:hover {
  color: #fff;
}

/* ——— Motion ——— */
.land-reveal {
  opacity: 0;
  transform: translateY(1.35rem);
  transition:
    opacity 0.75s var(--land-ease),
    transform 0.75s var(--land-ease);
}

.land-reveal.is-in {
  opacity: 1;
  transform: none;
}

@keyframes land-rise {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes land-docs-in {
  from {
    opacity: 0;
    transform: translate(3%, 2%) scale(1.02);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes land-docs-in-mobile {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.38;
  }
}

@keyframes land-slash-shift {
  from { transform: translateX(0); }
  to { transform: translateX(-2.5%); }
}

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

  .land-hero-slash,
  .land-hero-docs,
  .land-hero-copy {
    animation: none !important;
  }

  .land-hero-docs {
    opacity: 1;
    transform: none;
  }

  @media (max-width: 900px) {
    .land-hero-docs {
      opacity: 0.38;
    }
  }

  .land-hero-copy {
    opacity: 1;
    transform: none;
  }

  .land-btn:hover {
    transform: none;
  }

  .land-feature-row:hover {
    padding-left: 0;
  }

  .land-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .land-faq-item summary::after,
  .land-nav-toggle-bar,
  .land-nav-links {
    transition: none;
  }
}

/* ——— Mobile polish (phones + small tablets) ——— */
@media (max-width: 820px) {
  .land-wrap,
  .land-nav-inner,
  .land-footer-inner,
  .land-hero-inner {
    width: min(100% - 1.5rem, var(--land-max));
  }

  .land-hero {
    min-height: min(100dvh, 52rem);
    align-items: flex-end;
    padding-bottom: clamp(4.25rem, 14vw, 6rem);
  }

  .land-hero-docs {
    right: -28%;
    width: min(130vw, 32rem);
    max-height: 70%;
    pointer-events: none;
  }

  .land-hero-brand {
    font-size: clamp(2.55rem, 12vw, 3.75rem);
  }

  .land-hero-title {
    max-width: none;
  }

  .land-hero-sub {
    margin-bottom: 1.75rem;
    max-width: none;
  }

  .land-cta-group {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .land-cta-group .land-btn {
    width: 100%;
  }

  .land-section {
    padding: clamp(3.25rem, 10vw, 4.5rem) 0;
  }

  .land-section-title {
    font-size: clamp(1.95rem, 8vw, 2.65rem);
  }

  .land-feature-row:hover {
    padding-left: 0;
  }

  .land-faq-item summary {
    padding: 1.15rem 2.75rem 1.15rem 1.1rem;
    font-size: 1.02rem;
  }

  .land-faq-item p {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .land-band {
    background:
      linear-gradient(165deg, var(--land-accent) 0%, #9E0C24 38%, var(--land-ink-deep) 38.2%, var(--land-ink) 100%);
  }

  .land-band-row {
    flex-direction: column;
    align-items: stretch;
    gap: 1.35rem;
  }

  .land-band-row .land-cta-group {
    width: 100%;
  }

  .land-footer {
    padding-bottom: calc(1.75rem + env(safe-area-inset-bottom, 0px));
  }

  .land-footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .land-form {
    padding: 1.35rem 1.15rem;
  }

  .land-form input,
  .land-form textarea,
  .land-form select {
    font-size: 16px; /* avoid iOS focus zoom */
  }

  .land-form .land-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .land-nav-brand {
    font-size: 1.02rem;
    max-width: calc(100vw - 5.5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .land-hero-base {
    height: 3.25rem;
  }
}
