:root {
  --bg: #fff8f2;
  --bg-soft: #fff2e5;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --surface-muted: #fff7f0;
  --text: #27160d;
  --text-muted: #6e5a4d;
  --line: rgba(185, 113, 55, 0.16);
  --line-strong: rgba(186, 88, 25, 0.28);
  --orange: #f46d1f;
  --orange-deep: #d84e11;
  --peach: #ffd8be;
  --sand: #fff0df;
  --ink: #2f231d;
  --shadow-xl: 0 28px 60px rgba(116, 63, 29, 0.15);
  --shadow-lg: 0 18px 40px rgba(120, 68, 32, 0.12);
  --shadow-sm: 0 10px 24px rgba(120, 68, 32, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", "Avenir Next", "Trebuchet MS", sans-serif;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 209, 168, 0.7), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 231, 206, 0.95), transparent 30%),
    linear-gradient(180deg, #fffaf5 0%, #fff5ec 46%, #fff9f4 100%);
}

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

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

button {
  font: inherit;
}

.page-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding-bottom: 40px;
}

.section {
  padding: 40px 0;
}

.section-tight {
  padding-top: 10px;
  padding-bottom: 28px;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-sm);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffb164 0%, #f46d1f 58%, #d84e11 100%);
  color: white;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 14px 24px rgba(244, 109, 31, 0.24);
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong,
.site-nav a,
.eyebrow,
.button,
.feature-icon,
.filter-chip,
.legal-toc a {
  font-family: "Sora", "Avenir Next", sans-serif;
}

.brand-copy strong {
  font-size: 0.98rem;
}

.brand-copy small {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-tools {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.language-select {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
}

.language-select:focus-visible {
  outline: 2px solid rgba(244, 109, 31, 0.3);
  outline-offset: 2px;
}

.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;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 600;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-current {
  color: var(--text);
  background: rgba(244, 109, 31, 0.12);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  border: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--sand);
  color: var(--text);
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 34px;
  align-items: center;
  min-height: calc(100vh - 140px);
}

.hero-copy,
.hero-visual,
.legal-content,
.legal-main {
  min-width: 0;
}

.hero h1,
.section-heading h2,
.legal-hero h1,
.legal-content h2 {
  margin: 0;
  font-family: "Sora", "Avenir Next", sans-serif;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(2.9rem, 7vw, 5.5rem);
  line-height: 0.95;
}

.lead,
.section-heading p,
.story-card p,
.feature-card p,
.screen-card p,
.trust-panel p,
.site-footer p,
.legal-hero p,
.legal-content p,
.legal-content li {
  color: var(--text-muted);
  line-height: 1.7;
}

.lead {
  max-width: 60ch;
  margin: 18px 0 0;
  font-size: 1.08rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--orange-deep);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffc27c, #f46d1f);
  box-shadow: 0 0 0 6px rgba(244, 109, 31, 0.08);
}

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

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

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

.button-primary {
  color: white;
  background: linear-gradient(135deg, #ff9b42 0%, #f46d1f 55%, #d84e11 100%);
  box-shadow: 0 18px 28px rgba(244, 109, 31, 0.24);
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.68);
}

.hero-stats,
.trust-points {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

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

.hero-stats article,
.story-card,
.strip-card,
.feature-card,
.screen-card,
.trust-panel,
.legal-hero,
.legal-toc,
.legal-content section {
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-sm);
}

.hero-stats article {
  padding: 18px;
  border-radius: var(--radius-md);
}

.hero-stats strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.hero-stats span {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.hero-visual {
  position: relative;
  min-height: 720px;
}

.device-card,
.signal-card {
  position: absolute;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.device-card {
  border: 10px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.52);
}

.device-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-card {
  top: 10px;
  right: 0;
  width: min(78%, 390px);
  transform: rotate(3deg);
}

.secondary-card {
  left: 10px;
  bottom: 24px;
  width: min(54%, 260px);
  transform: rotate(-5deg);
}

.signal-card {
  left: 0;
  top: 120px;
  max-width: 320px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(47, 35, 29, 0.82);
  color: white;
}

.signal-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.signal-card strong {
  display: block;
  margin-top: 14px;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}

.signal-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.orb-one {
  top: 40px;
  left: 40px;
  width: 140px;
  height: 140px;
  background: rgba(255, 197, 149, 0.56);
}

.orb-two {
  right: 60px;
  bottom: 30px;
  width: 180px;
  height: 180px;
  background: rgba(252, 118, 42, 0.14);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.strip-card {
  padding: 20px;
  border-radius: 22px;
}

.strip-card span,
.story-card strong,
.screen-card strong,
.trust-points strong,
.legal-content h2 {
  display: block;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-weight: 700;
}

.strip-card p {
  margin: 8px 0 0;
  color: var(--text-muted);
  line-height: 1.6;
}

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

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.section-heading p {
  margin: 14px 0 0;
}

.compact-heading {
  margin-bottom: 18px;
}

.module-grid,
.story-grid,
.screen-grid,
.trust-points,
.legal-grid {
  display: grid;
}

.module-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  padding: 26px;
  border-radius: var(--radius-lg);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--orange-deep);
}

.feature-card h3 {
  margin: 0;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: 1.45rem;
}

.feature-card ul,
.legal-content ul {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--text);
}

.feature-card li,
.legal-content li {
  margin-bottom: 10px;
}

.accent-orange {
  background: linear-gradient(180deg, rgba(255, 237, 218, 0.96), rgba(255, 248, 240, 0.9));
}

.accent-sand {
  background: linear-gradient(180deg, rgba(255, 247, 236, 0.98), rgba(255, 255, 255, 0.92));
}

.accent-ink {
  background: linear-gradient(180deg, rgba(255, 244, 239, 0.98), rgba(255, 249, 244, 0.94));
}

.accent-peach {
  background: linear-gradient(180deg, rgba(255, 233, 219, 0.94), rgba(255, 247, 241, 0.92));
}

.accent-green {
  background: linear-gradient(180deg, rgba(232, 249, 235, 0.96), rgba(255, 255, 255, 0.92));
}

.accent-gold {
  background: linear-gradient(180deg, rgba(255, 246, 213, 0.96), rgba(255, 252, 242, 0.92));
}

.accent-red {
  background: linear-gradient(180deg, rgba(255, 235, 229, 0.96), rgba(255, 249, 246, 0.92));
}

.office-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
  align-items: center;
  min-height: calc(100vh - 190px);
}

.office-hero h1 {
  margin: 0;
  max-width: 10ch;
  font-family: "Sora", "Avenir Next", sans-serif;
  font-size: clamp(3.6rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.office-hero-copy,
.office-visual {
  min-width: 0;
}

.office-visual {
  display: grid;
  gap: 18px;
}

.office-logo-plate,
.office-window {
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-lg);
}

.office-logo-plate {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  padding: 14px 18px;
  border-radius: 24px;
}

.office-logo-plate img {
  width: 64px;
  height: 64px;
}

.office-logo-plate span {
  font-family: "Sora", "Avenir Next", sans-serif;
  font-weight: 800;
}

.office-window {
  overflow: hidden;
  border-radius: 30px;
}

.office-window-bar {
  display: flex;
  gap: 8px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
}

.office-window-bar span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--peach);
}

.office-window-bar span:nth-child(2) {
  background: #f6c46c;
}

.office-window-bar span:nth-child(3) {
  background: #67c987;
}

.office-window-body {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 380px;
}

.office-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border-right: 1px solid var(--line);
  background: rgba(255, 247, 239, 0.72);
}

.office-sidebar strong,
.office-sidebar span {
  font-family: "Sora", "Avenir Next", sans-serif;
}

.office-sidebar strong {
  margin-bottom: 4px;
}

.office-sidebar span {
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.office-sidebar span.is-active {
  color: white;
  background: linear-gradient(135deg, #ff9b42 0%, #f46d1f 100%);
}

.office-document {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 28px;
  background:
    linear-gradient(90deg, rgba(244, 109, 31, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(244, 109, 31, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.78);
  background-size: 44px 44px;
}

.doc-line {
  height: 16px;
  border-radius: 999px;
  background: rgba(47, 35, 29, 0.16);
}

.doc-line-lg {
  width: 78%;
  height: 22px;
  background: rgba(244, 109, 31, 0.36);
}

.doc-line-short {
  width: 54%;
}

.office-table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.office-table span,
.slide-strip span {
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.slide-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.slide-strip span {
  min-height: 76px;
  background:
    linear-gradient(135deg, rgba(244, 109, 31, 0.18), rgba(255, 255, 255, 0.7)),
    rgba(255, 255, 255, 0.76);
}

.office-strip {
  padding-top: 24px;
}

.office-cta-panel {
  background:
    radial-gradient(circle at top right, rgba(255, 196, 145, 0.38), transparent 30%),
    linear-gradient(180deg, rgba(255, 247, 239, 0.94), rgba(255, 255, 255, 0.86));
}

.story-layout {
  display: grid;
  gap: 22px;
}

.story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.story-card {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.story-card p {
  margin: 10px 0 0;
}

.gallery-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.filter-chip {
  border: 1px solid var(--line);
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-muted);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.filter-chip:hover,
.filter-chip:focus-visible,
.filter-chip.is-active {
  color: white;
  border-color: transparent;
  background: linear-gradient(135deg, #ff9b42 0%, #f46d1f 100%);
  transform: translateY(-2px);
}

.screen-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.screen-card {
  padding: 14px;
  border-radius: 28px;
  transition: transform 180ms ease, opacity 180ms ease, scale 180ms ease;
}

.screen-card.is-hidden {
  display: none;
}

.screen-card:hover {
  transform: translateY(-4px);
}

.screen-card img {
  width: 100%;
  aspect-ratio: 9 / 19.5;
  object-fit: cover;
  border-radius: 22px;
  margin-bottom: 14px;
  box-shadow: var(--shadow-lg);
}

.screen-card p {
  margin: 6px 0 0;
}

.trust-section {
  padding-bottom: 18px;
}

.trust-panel {
  padding: 28px;
  border-radius: var(--radius-xl);
}

.trust-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.trust-points article {
  padding: 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.trust-points p {
  margin: 8px 0 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 0;
  color: var(--text-muted);
}

.site-footer strong {
  display: block;
  color: var(--text);
  font-family: "Sora", "Avenir Next", sans-serif;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: var(--text-muted);
  font-weight: 700;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--orange-deep);
}

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

.legal-main {
  padding: 30px 0 10px;
}

.legal-hero {
  padding: 34px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(255, 196, 145, 0.55), transparent 28%),
    linear-gradient(180deg, rgba(255, 247, 239, 0.92), rgba(255, 255, 255, 0.86));
}

.legal-hero h1 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 0.96;
}

.legal-hero p {
  max-width: 70ch;
  margin: 16px 0 0;
}

.legal-grid {
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.legal-aside {
  position: sticky;
  top: 110px;
  align-self: start;
}

.legal-toc {
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 26px;
}

.legal-toc a {
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  color: var(--text);
  background: rgba(244, 109, 31, 0.08);
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-content section {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.legal-content h2 {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

@media (max-width: 1024px) {
  .hero,
  .office-hero,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .hero,
  .office-hero {
    min-height: auto;
    padding-top: 30px;
  }

  .hero-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    min-height: auto;
    align-items: start;
  }

  .orb {
    display: none;
  }

  .device-card,
  .signal-card {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    transform: none;
  }

  .signal-card {
    grid-column: 1 / -1;
    order: -1;
  }

  .trust-strip,
  .story-grid,
  .screen-grid,
  .hero-stats,
  .module-grid,
  .office-module-grid,
  .trust-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-aside {
    position: static;
  }
}

@media (max-width: 900px) {
  .site-header {
    flex-wrap: wrap;
    border-radius: 28px;
  }

  .brand {
    flex: 1 1 auto;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav:not(.legal-nav) {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-top: 6px;
  }

  .site-nav:not(.legal-nav).is-open {
    display: flex;
  }

  .site-nav:not(.legal-nav) a {
    text-align: center;
  }
}

@media (max-width: 760px) {
  .page-shell,
  .legal-shell {
    width: min(calc(100% - 16px), var(--max-width));
  }

  .site-header {
    position: static;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
    padding: 12px;
    border-radius: 28px;
  }

  .brand {
    flex: 1 1 auto;
  }

  .header-tools {
    width: 100%;
    justify-content: space-between;
  }

  .language-select {
    flex: 1 1 auto;
    min-width: 0;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .brand-copy small {
    font-size: 0.72rem;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-top: 6px;
  }

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

  .site-nav a {
    text-align: center;
  }

  .hero {
    padding-top: 18px;
    gap: 22px;
  }

  .hero h1,
  .office-hero h1 {
    max-width: none;
  }

  .hero-visual {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .trust-strip,
  .story-grid,
  .screen-grid,
  .hero-stats,
  .module-grid,
  .office-module-grid,
  .trust-points {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .story-card,
  .screen-card,
  .trust-panel,
  .legal-hero,
  .legal-content section {
    padding: 22px;
  }

  .office-window-body {
    grid-template-columns: 1fr;
  }

  .office-sidebar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .office-sidebar strong {
    grid-column: 1 / -1;
  }

  .office-sidebar span {
    text-align: center;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .device-card,
  .signal-card {
    border-radius: 30px;
  }

  .device-card {
    border-width: 8px;
  }

  .legal-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
  }

  .legal-main {
    padding-top: 20px;
  }

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

@media (max-width: 480px) {
  .section {
    padding: 28px 0;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 13vw, 3.2rem);
  }

  .office-hero h1 {
    font-size: clamp(3rem, 17vw, 4.4rem);
  }

  .section-heading h2,
  .legal-hero h1 {
    font-size: clamp(1.9rem, 10vw, 2.6rem);
  }

  .office-logo-plate {
    width: 100%;
  }

  .office-window-body {
    min-height: auto;
  }

  .office-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .office-document {
    padding: 20px;
  }

  .office-table,
  .slide-strip {
    grid-template-columns: 1fr;
  }

  .hero-stats article,
  .strip-card,
  .feature-card,
  .story-card,
  .screen-card,
  .trust-panel,
  .legal-hero,
  .legal-content section {
    border-radius: 22px;
  }
}
