.landing-shell {
  display: block;
  min-width: 0;
  padding: 0;
}

.home-header,
.home-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(24px, 5vw, 64px);
}

.home-header { border-bottom: 1px solid rgba(255, 255, 255, 0.09); }

.home-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-decoration: none;
}

.home-brand img { width: 38px; height: 38px; border-radius: 10px; }

.header-actions { display: flex; align-items: center; gap: 12px; }

.header-actions a {
  padding: 10px 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.header-actions a:hover { color: var(--ink); }

.header-actions .header-buy {
  border: 1px solid rgba(53, 184, 224, 0.6);
  border-radius: 8px;
  color: #35b8e0;
}

.landing-shell main { position: relative; z-index: 1; }

.home-hero,
.value-strip,
.section-layout,
.ways-section,
.workflow-section,
.closing-section {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 70px);
  min-height: 690px;
  padding-block: clamp(70px, 9vw, 120px);
}

.eyebrow {
  margin: 0 0 20px;
  color: #35b8e0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.6;
}

.home-hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(50px, 5.6vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-align: left;
}

.hero-description {
  max-width: 600px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 19px);
  line-height: 1.65;
}

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

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 21px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;
  transition: opacity 140ms ease, transform 140ms ease;
}

.button-primary { border: 1px solid var(--accent); background: var(--accent); color: #04141a; }

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.035);
  color: var(--ink);
}

.button-primary:hover,
.button-secondary:hover { opacity: 0.9; transform: translateY(-1px); }

.hero-assurance {
  max-width: 560px;
  margin: 16px 0 0;
  color: #96a2ab;
  font-size: 13px;
  line-height: 1.55;
}

.home-hero .quote-card {
  width: min(460px, 100%);
  margin: 30px 0 0;
}

.hero-image,
.depth-tile,
.way-card { margin: 0; }

.hero-image {
  align-self: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.hero-image img { display: block; width: 100%; height: auto; border-radius: 11px; }

.hero-image figcaption {
  padding: 12px 9px 4px;
  color: #96a2ab;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 15px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
}

.value-strip p {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 22px 28px;
  background: #1a1f24;
  line-height: 1.4;
}

.value-strip strong { color: var(--ink); font-size: 14px; }

.value-strip span { color: var(--muted); font-size: 13px; }

.depth-section {
  display: block;
  padding-block: clamp(90px, 11vw, 150px);
}

.depth-section .section-copy { max-width: 860px; }

.section-copy h2,
.section-intro h2,
.closing-section h2 {
  max-width: 750px;
  margin: 0;
  font-size: clamp(36px, 4.3vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.section-copy p:not(.eyebrow),
.section-intro p:not(.eyebrow),
.closing-section > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.section-copy p:not(.eyebrow) { margin: 24px 0 0; }

.section-link {
  display: inline-block;
  margin-top: 28px;
  color: #35b8e0;
  font-size: 14px;
  font-weight: 700;
  text-decoration-color: rgba(53, 184, 224, 0.6);
  text-underline-offset: 5px;
}

.depth-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(36px, 5vw, 60px);
}

.depth-tile {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 17px;
  background: #1a1e22;
}

.scene-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1748 / 1160;
  overflow: hidden;
  background: #15191d;
}

.scene-frame img {
  position: absolute;
  top: -16.55%;
  left: -17.45%;
  display: block;
  width: 145.25%;
  max-width: none;
  height: auto;
}

.depth-tile figcaption {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 18px 22px 20px;
  line-height: 1.4;
}

.depth-tile figcaption span {
  color: #35b8e0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.depth-tile figcaption strong { font-size: 15px; font-weight: 600; }

.ways-section,
.workflow-section { padding-block: clamp(72px, 9vw, 116px); }

.ways-section { border-top: 1px solid rgba(255, 255, 255, 0.09); }

.section-intro { max-width: 790px; margin-bottom: 38px; }

.section-intro p:not(.eyebrow) { max-width: 730px; margin: 22px 0 0; }

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

.way-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.025);
}

.way-image { height: 350px; overflow: hidden; background: #171b20; }

.way-image img { display: block; width: 100%; height: 100%; object-fit: cover; }

.adjustments-card img { object-position: center 14%; }

.graph-card img { object-position: center; }

.way-card figcaption { display: grid; gap: 7px; padding: 24px 28px 28px; }

.way-card figcaption strong { font-size: 20px; letter-spacing: -0.025em; }

.way-card figcaption span { color: var(--muted); font-size: 14px; line-height: 1.5; }

.workflow-section { border-top: 1px solid rgba(255, 255, 255, 0.09); }

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

.workflow-grid article {
  min-width: 0;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.feature-number { color: #35b8e0; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; }

.workflow-grid h3 { margin: 26px 0 12px; font-size: 20px; letter-spacing: -0.03em; }

.workflow-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.closing-section {
  margin-block: clamp(70px, 10vw, 130px);
  padding: clamp(30px, 6vw, 66px);
  border: 1px solid rgba(53, 184, 224, 0.22);
  border-radius: 20px;
  background: linear-gradient(115deg, rgba(53, 184, 224, 0.1), rgba(113, 134, 154, 0.06));
}

.closing-section > p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; }

.home-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--ghost);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-footer .footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px 20px; }

.home-footer a { color: var(--ghost); font-size: 11px; letter-spacing: 0.08em; }

.home-footer a:hover { color: var(--ink); }

.home-brand:focus-visible,
.header-actions a:focus-visible,
.hero-buttons a:focus-visible,
.section-link:focus-visible,
.home-footer a:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }

@media (max-width: 960px) {
  .home-hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-image { max-width: 850px; transform: none; }
  .workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .home-header,
  .home-footer { padding: 20px; }

  .home-hero,
  .value-strip,
  .section-layout,
  .ways-section,
  .workflow-section,
  .closing-section { width: calc(100% - 40px); }

  .home-hero { padding-block: 56px 68px; gap: 42px; }
  .home-hero h1 { font-size: clamp(43px, 11vw, 60px); }
  .hero-description { font-size: 17px; }
  .header-actions { gap: 6px; }
  .header-actions a { padding: 9px 10px; font-size: 11px; }
  .header-actions a:first-child { display: none; }
  .value-strip { grid-template-columns: 1fr; }
  .value-strip p { padding: 17px 22px; }
  .depth-section { padding-block: 85px; }
  .depth-story { grid-template-columns: 1fr; }
  .ways-grid,
  .workflow-grid { grid-template-columns: 1fr; }
  .way-image { height: 290px; }
  .home-footer { flex-direction: column; align-items: flex-start; }
  .home-footer .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .button-primary,
  .button-secondary { transition: none; }
}
