:root {
  --ink: #12312b;
  --ink-2: #274d45;
  --muted: #64766f;
  --paper: #f5f2ea;
  --cream: #fffaf0;
  --surface: #ffffff;
  --line: rgba(18, 49, 43, 0.14);
  --mint: #42d392;
  --mint-2: #dff7ea;
  --blue: #2e7ccf;
  --sun: #ffca58;
  --rose: #d85f5f;
  --shadow: 0 18px 48px rgba(18, 49, 43, 0.12);
  --max: 1180px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (min-width: 981px) {
  body.is-submenu-open .site-header {
    border-bottom-color: var(--line);
  }

  .nav-submenu[hidden] {
    display: none;
  }
}

@media (max-width: 980px) {
  .static-site .site-header,
  .site-header {
    grid-template-columns: auto auto auto;
    min-height: 68px;
    gap: 10px;
    padding: 10px 16px;
  }

  .static-site .brand,
  .brand {
    grid-column: 1;
    grid-row: 1;
    width: 116px;
    z-index: 82;
  }

  .brand img {
    width: 116px;
  }

  .static-site .menu-button,
  .menu-button {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    z-index: 82;
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
  }

  .menu-button span {
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: var(--ink);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  body.is-menu-open .menu-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.is-menu-open .menu-button span:nth-child(2) {
    opacity: 0;
  }

  body.is-menu-open .menu-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .static-site .language-menu,
  .language-menu {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    z-index: 82;
  }

  .language-menu summary {
    min-height: 40px;
    padding: 0 12px;
  }

  .static-site .site-nav,
  .site-nav {
    position: fixed;
    top: 68px;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 75;
    width: min(360px, 92vw);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 18px 16px 28px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(255, 250, 240, 0.98);
    border-left: 1px solid var(--line);
    box-shadow: -18px 0 46px rgba(18, 49, 43, 0.18);
    transform: none;
  }

  body.is-menu-open .static-site .site-nav,
  body.is-menu-open .site-nav {
    display: none;
  }

  body.is-menu-open::before {
    content: "";
    position: fixed;
    inset: 68px 0 0;
    z-index: 70;
    background: rgba(18, 49, 43, 0.34);
  }

  .nav-item {
    width: 100%;
  }

  .static-site .nav-link,
  .static-site .nav-trigger,
  .nav-link,
  .nav-trigger {
    width: 100%;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 15px;
    background: rgba(18, 49, 43, 0.05);
  }

  .nav-trigger.is-open {
    background: var(--ink);
    color: var(--cream);
  }

  .nav-cta {
    justify-content: center;
    margin: 8px 0 0;
  }

  .nav-submenu {
    position: static;
    padding: 0;
  }

  .nav-submenu[hidden] {
    display: none;
  }

  .nav-submenu-inner {
    width: 100%;
    margin: 6px 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 8px;
    border-radius: 8px;
    box-shadow: none;
    background: rgba(18, 49, 43, 0.04);
  }

  .nav-submenu a {
    min-height: 40px;
    justify-content: flex-start;
    border-radius: 8px;
    background: var(--surface);
  }

  .language-panel {
    position: fixed;
    top: 62px;
    right: 12px;
    left: 12px;
    width: auto;
    max-height: calc(100svh - 84px);
    z-index: 90;
  }

  .home-hero-inner {
    padding-top: 86px;
  }

  .sub-hero {
    padding-top: 96px;
  }

  .section-nav {
    top: 68px;
  }

  :target {
    scroll-margin-top: 132px;
  }
}

@media (max-width: 560px) {
  .static-site .site-header,
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding: 9px 13px;
  }

  .static-site .brand,
  .brand,
  .brand img {
    width: 106px;
  }

  .language-menu summary {
    min-height: 38px;
    max-width: 118px;
    overflow: hidden;
  }

  .language-menu summary strong {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .static-site .site-nav,
  .site-nav {
    top: 62px;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(330px, 94vw);
  }

  body.is-menu-open::before {
    inset: 62px 0 0;
  }

  .home-hero-inner {
    padding-top: 74px;
  }

  .sub-hero {
    padding-top: 86px;
  }

  .section-nav {
    top: 62px;
  }
}

/* Last-pass mobile home hero fix */
@media (max-width: 560px) {
  .home-hero {
    min-height: calc(100svh - 62px);
    align-items: stretch;
    overflow: visible !important;
    z-index: 1;
  }

  .home-hero-media img {
    object-position: 62% center;
  }

  .home-hero-media::after {
    background:
      linear-gradient(180deg, rgba(7, 25, 22, 0.82) 0%, rgba(7, 25, 22, 0.64) 44%, rgba(7, 25, 22, 0.28) 72%, rgba(7, 25, 22, 0.62) 100%),
      linear-gradient(90deg, rgba(7, 25, 22, 0.76) 0%, rgba(7, 25, 22, 0.42) 48%, rgba(7, 25, 22, 0.14) 100%);
  }

  .home-hero-inner {
    min-height: calc(100svh - 62px);
    padding: 132px 18px max(22px, env(safe-area-inset-bottom));
    align-content: space-between;
    gap: 12px;
  }

  .home-copy h1 {
    max-width: 7.45em;
    margin: 0 0 14px;
    font-size: clamp(34px, 9.4vw, 41px);
    line-height: 1.06;
  }

  .home-copy .hero-lead {
    max-width: 22rem;
    margin-bottom: 18px;
    font-size: clamp(15px, 4.2vw, 17px);
    line-height: 1.58;
  }

  .home-copy .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .home-copy .button {
    min-height: 48px;
    padding: 0 14px;
    font-size: 15px;
  }

  .hero-note {
    margin-top: 12px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.25;
    background: rgba(7, 25, 22, 0.24);
  }

  .hero-showcase {
    width: 100%;
    max-height: 148px;
    align-self: end;
    overflow: hidden;
    justify-items: start;
  }

  .phone-shot.primary {
    width: min(176px, 52vw);
    max-width: none;
    transform: translateY(18px);
  }

  .showcase-note {
    display: none;
  }
}

@media (max-width: 420px) {
  .home-hero-inner {
    padding-top: 80px;
    gap: 14px;
  }

  .home-copy h1 {
    max-width: 7.2em;
    font-size: clamp(30px, 9.2vw, 35px);
  }

  .home-copy .hero-lead {
    font-size: 14px;
    line-height: 1.52;
  }

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

  .home-copy .button.secondary {
    min-height: 42px;
  }

  .hero-showcase {
    max-height: 154px;
  }

  .phone-shot.primary {
    width: min(176px, 54vw);
  }
}

/* Final home hero mobile composition */
@media (max-width: 560px) {
  .home-hero {
    min-height: calc(100svh - 62px);
    align-items: stretch;
  }

  .home-hero-media img {
    object-position: center center;
  }

  .home-hero-media::after {
    background:
      linear-gradient(180deg, rgba(7, 25, 22, 0.82) 0%, rgba(7, 25, 22, 0.64) 44%, rgba(7, 25, 22, 0.28) 72%, rgba(7, 25, 22, 0.62) 100%),
      linear-gradient(90deg, rgba(7, 25, 22, 0.76) 0%, rgba(7, 25, 22, 0.42) 48%, rgba(7, 25, 22, 0.14) 100%);
  }

  .home-hero-inner {
    min-height: calc(100svh - 62px);
    padding: 132px 18px max(22px, env(safe-area-inset-bottom));
    align-content: space-between;
    gap: 12px;
  }

  .home-copy {
    max-width: 27rem;
  }

  .home-copy .eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .home-copy h1 {
    max-width: 7.45em;
    margin: 0 0 14px;
    font-size: clamp(34px, 9.4vw, 41px);
    line-height: 1.06;
  }

  .home-copy .hero-lead {
    max-width: 22rem;
    margin-bottom: 18px;
    font-size: clamp(15px, 4.2vw, 17px);
    line-height: 1.58;
  }

  .home-copy .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .home-copy .button {
    min-height: 48px;
    padding: 0 14px;
    font-size: 15px;
  }

  .hero-note {
    margin-top: 12px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.25;
    background: rgba(7, 25, 22, 0.24);
  }

  .hero-showcase {
    position: absolute;
    left: 18px;
    top: calc(100% - 220px);
    z-index: 2;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    align-self: end;
    overflow: visible !important;
    justify-items: start;
  }

  .phone-shot.primary {
    width: min(188px, 54vw);
    max-width: none;
    aspect-ratio: 390 / 844;
    transform: none;
  }

  .home-hero + .section {
    padding-top: clamp(188px, 52vw, 218px);
  }

  .showcase-note {
    display: none;
  }
}

@media (max-width: 420px) {
  .home-hero-inner {
    padding-top: 80px;
    gap: 14px;
  }

  .home-copy h1 {
    max-width: 7.2em;
    font-size: clamp(30px, 9.2vw, 35px);
  }

  .home-copy .hero-lead {
    font-size: 14px;
    line-height: 1.52;
  }

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

  .home-copy .button.secondary {
    min-height: 42px;
  }

  .hero-showcase {
    max-height: 154px;
  }

  .phone-shot.primary {
    width: min(176px, 54vw);
  }
}

/* Final mobile footer override */
@media (max-width: 560px) {
  .site-footer {
    gap: 22px;
    padding: 30px 22px max(36px, calc(28px + env(safe-area-inset-bottom)));
  }

  .site-footer .footer-brand img {
    width: 118px;
  }

  .site-footer .footer-brand p {
    max-width: 32rem;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.62;
  }

  .site-footer .footer-main {
    gap: 22px;
  }

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

  .site-footer .footer-column {
    gap: 7px;
  }

  .site-footer .footer-column strong {
    margin-bottom: 2px;
    font-size: 13px;
  }

  .site-footer .footer-column a {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.25;
  }

  .site-footer .footer-bottom {
    display: flex;
    gap: 8px 12px;
    padding-top: 18px;
    font-size: 12px;
    line-height: 1.4;
  }
}

/* Mobile footer polish */
@media (max-width: 560px) {
  .site-footer {
    gap: 22px;
    padding: 30px 22px max(36px, calc(28px + env(safe-area-inset-bottom)));
  }

  .footer-brand img {
    width: 118px;
  }

  .footer-brand p {
    max-width: 32rem;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.62;
  }

  .footer-main {
    gap: 22px;
  }

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

  .footer-column {
    gap: 7px;
  }

  .footer-column strong {
    margin-bottom: 2px;
    font-size: 13px;
  }

  .footer-column a {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.25;
  }

  .footer-bottom {
    display: flex;
    gap: 8px 12px;
    padding-top: 18px;
    font-size: 12px;
    line-height: 1.4;
  }
}

.blog-hero {
  background:
    linear-gradient(135deg, rgba(18, 49, 43, 0.94), rgba(39, 77, 69, 0.82)),
    url("/assets/concept/jempo-owner-operation.jpg") center/cover;
  color: var(--cream);
}

.blog-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.blog-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  color: inherit;
  text-decoration: none;
}

.blog-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--paper);
}

.blog-card-image img,
.blog-hero-image img,
.blog-figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-card-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.blog-meta,
.blog-post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
}

.blog-meta span {
  color: var(--ink);
  font-weight: 800;
}

.blog-card h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
}

.blog-card h2,
.blog-aside a {
  color: var(--ink);
  text-decoration: none;
}

.blog-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.blog-author-mini {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-weight: 800;
  font-size: 14px;
}

.blog-author-mini img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-post-hero {
  padding: 132px 0 56px;
  background: var(--paper);
}

.blog-post-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 36px;
  align-items: center;
}

.blog-post-copy h1 {
  margin: 10px 0 18px;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
}

.blog-post-copy .hero-lead {
  color: var(--ink-2);
}

.blog-post-meta {
  flex-wrap: wrap;
  margin-top: 24px;
}

.blog-post-meta img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-post-meta div {
  display: grid;
  gap: 2px;
}

.blog-post-meta strong {
  color: var(--ink);
}

.blog-post-meta span {
  color: var(--muted);
}

.blog-hero-image {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--surface);
}

.blog-fallback {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 14px;
}

.blog-fallback span {
  color: var(--ink);
  font-weight: 800;
}

.blog-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  gap: 52px;
  align-items: start;
}

.blog-aside {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}

.blog-aside > a {
  font-weight: 900;
}

.blog-author-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.blog-author-card img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

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

.blog-content {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.82;
}

.blog-content h2 {
  margin: 54px 0 16px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
}

.blog-content h3 {
  margin: 34px 0 12px;
  font-size: 24px;
  line-height: 1.3;
}

.blog-content p,
.blog-content ul,
.blog-content blockquote,
.blog-figure {
  margin: 0 0 24px;
}

.blog-content ul {
  padding-left: 22px;
}

.blog-content li {
  margin: 8px 0;
}

.blog-content a {
  color: var(--ink);
  font-weight: 800;
  text-decoration-color: var(--mint);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.blog-content blockquote {
  padding: 18px 22px;
  border-left: 5px solid var(--mint);
  border-radius: 0 8px 8px 0;
  background: var(--mint-2);
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

.blog-figure {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.blog-figure img {
  height: auto;
  object-fit: contain;
}

.blog-figure figcaption {
  padding: 12px 16px 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.blog-scroll-chart {
  margin: 0 0 24px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.chart-head {
  display: grid;
  gap: 5px;
  margin-bottom: 24px;
}

.chart-head strong {
  font-size: 20px;
  line-height: 1.35;
}

.chart-head span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.chart-bars {
  display: grid;
  min-height: 280px;
  gap: 34px;
  align-items: end;
  padding: 0 18px 4px;
  border-bottom: 2px solid var(--line);
}

.chart-bars.two-bars {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chart-bars.three-bars {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.chart-bar {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 280px;
  justify-items: center;
  gap: 10px;
}

.chart-bar b {
  color: var(--ink);
  font-size: clamp(32px, 7vw, 58px);
  line-height: 1;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.chart-bar i {
  align-self: end;
  width: min(142px, 80%);
  height: 0;
  border-radius: 12px 12px 0 0;
  background: var(--mint);
  transition: height 900ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.chart-bar.tall i,
.chart-bar.dark i {
  background: var(--ink);
}

.chart-bar.baseline i {
  background: var(--mint-2);
}

.chart-bar span {
  min-height: 44px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
}

.chart-bar em {
  display: block;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.blog-scroll-chart.is-visible .chart-bar i {
  height: var(--target);
}

.blog-scroll-chart.is-visible .chart-bar b {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .blog-post-hero {
    padding-top: 102px;
  }

  .blog-post-hero-inner,
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-aside {
    position: static;
    order: 2;
  }
}

@media (max-width: 560px) {
  .blog-post-hero {
    padding-top: 88px;
  }

  .blog-post-hero-inner,
  .blog-body-section .section-inner {
    padding-inline: 22px;
  }

  .blog-card-body,
  .blog-author-card {
    padding: 16px;
  }

  .blog-content {
    font-size: 16px;
    line-height: 1.75;
  }

  .blog-content blockquote {
    font-size: 18px;
  }

  .blog-scroll-chart {
    margin-inline: -4px;
    padding: 16px 14px;
  }

  .chart-bars {
    min-height: 236px;
    gap: 14px;
    padding-inline: 4px;
  }

  .chart-bar {
    min-height: 236px;
  }

  .chart-bar i {
    width: min(86px, 82%);
  }

  .chart-bar span {
    font-size: 12px;
  }
}

/* Release navigation behavior overrides. Keep this block last. */
@media (min-width: 981px) {
  .nav-trigger.is-open,
  .nav-item:hover > .nav-trigger,
  .nav-item:focus-within > .nav-trigger {
    background: rgba(18, 49, 43, 0.08);
    color: var(--ink);
  }
}

@media (max-width: 980px) {
  body.is-menu-open::before {
    display: none;
  }

  .static-site .site-header,
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
  }

  .static-site .brand,
  .static-site .brand img,
  .brand,
  .brand img {
    grid-column: 1;
    width: 116px;
  }

  .static-site .language-menu,
  .language-menu {
    grid-column: 2;
    justify-self: end;
    z-index: 110;
  }

  .static-site .menu-button,
  .menu-button {
    grid-column: 3;
    justify-self: end;
    display: grid;
    z-index: 110;
  }

  .static-site .site-nav,
  .site-nav {
    position: fixed;
    top: 68px;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 100;
    width: min(360px, 92vw);
    height: calc(100svh - 68px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--cream);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    box-shadow: -18px 18px 46px rgba(18, 49, 43, 0.18);
    transform: none;
  }

  body.is-menu-open .static-site .site-nav,
  body.is-menu-open .site-nav {
    display: flex;
  }

  .static-site .nav-item,
  .nav-item,
  .static-site .nav-link,
  .static-site .nav-trigger,
  .nav-link,
  .nav-trigger {
    width: 100%;
  }

  .nav-submenu {
    position: static;
    padding: 0;
  }

  .nav-submenu[hidden] {
    display: none;
  }

  .nav-submenu-inner {
    width: 100%;
    margin: 6px 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 8px;
    border-radius: 8px;
    box-shadow: none;
    background: rgba(18, 49, 43, 0.04);
  }
}

@media (max-width: 560px) {
  .static-site .site-header,
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 62px;
  }

  .static-site .brand,
  .static-site .brand img,
  .brand,
  .brand img {
    width: 106px;
  }

  .static-site .site-nav,
  .site-nav {
    top: 62px;
    width: min(330px, 94vw);
    height: calc(100svh - 62px);
  }
}

@media (min-width: 981px) {
  .nav-trigger.is-open,
  .nav-item:hover > .nav-trigger,
  .nav-item:focus-within > .nav-trigger {
    background: rgba(18, 49, 43, 0.08);
    color: var(--ink);
  }
}

@media (max-width: 980px) {
  body.is-menu-open::before {
    display: none;
  }

  .static-site .site-header,
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
  }

  .static-site .brand,
  .static-site .brand img,
  .brand,
  .brand img {
    grid-column: 1;
    width: 116px;
  }

  .static-site .language-menu,
  .language-menu {
    grid-column: 2;
    justify-self: end;
    z-index: 110;
  }

  .static-site .menu-button,
  .menu-button {
    grid-column: 3;
    justify-self: end;
    display: grid;
    z-index: 110;
  }

  .static-site .site-nav,
  .site-nav {
    position: fixed;
    top: 68px;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 100;
    width: min(360px, 92vw);
    height: calc(100svh - 68px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--cream);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    box-shadow: -18px 18px 46px rgba(18, 49, 43, 0.18);
    transform: none;
  }

  body.is-menu-open .static-site .site-nav,
  body.is-menu-open .site-nav {
    display: flex;
  }

  .static-site .nav-item,
  .nav-item,
  .static-site .nav-link,
  .static-site .nav-trigger,
  .nav-link,
  .nav-trigger {
    width: 100%;
  }

  .nav-submenu {
    position: static;
    padding: 0;
  }

  .nav-submenu[hidden] {
    display: none;
  }

  .nav-submenu-inner {
    width: 100%;
    margin: 6px 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 8px;
    border-radius: 8px;
    box-shadow: none;
    background: rgba(18, 49, 43, 0.04);
  }
}

@media (max-width: 560px) {
  .static-site .site-header,
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 62px;
  }

  .static-site .brand,
  .static-site .brand img,
  .brand,
  .brand img {
    width: 106px;
  }

  .static-site .site-nav,
  .site-nav {
    top: 62px;
    width: min(330px, 94vw);
    height: calc(100svh - 62px);
  }
}

* {
  box-sizing: border-box;
}

body * {
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
  overflow-x: hidden;
}

body.is-menu-open {
  overflow: hidden;
}

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

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

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 10px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 14px;
  background: var(--ink);
  color: var(--cream);
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 52px);
  background: rgba(245, 242, 234, 0.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 132px;
  padding: 6px 0;
}

.brand img {
  width: 132px;
  height: auto;
}

.menu-button {
  display: none;
}

.menu-button {
  border: 0;
  cursor: pointer;
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-item {
  position: relative;
}

.nav-submenu {
  position: fixed;
  left: 0;
  right: 0;
  top: 76px;
  z-index: 45;
  padding: 0 clamp(18px, 4vw, 52px);
}

.nav-submenu-inner {
  width: min(var(--max), calc(100vw - 36px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.nav-submenu a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 900;
  background: rgba(18, 49, 43, 0.05);
}

.nav-submenu a:hover,
.nav-submenu a:focus-visible {
  background: var(--ink);
  color: var(--cream);
}

.nav-link,
.nav-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-2);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.nav-link[aria-current="page"],
.nav-trigger.is-active,
.nav-link:hover,
.nav-trigger:hover {
  background: rgba(18, 49, 43, 0.08);
  color: var(--ink);
}

.nav-cta {
  margin-left: 6px;
  background: var(--ink);
  color: var(--cream);
}

.nav-cta:hover {
  background: #0d241f;
  color: var(--cream);
}

.page-shell {
  min-height: 70vh;
}

.seo-fallback {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 48px clamp(20px, 4vw, 40px);
}

.seo-fallback a {
  display: inline-flex;
  margin: 0 12px 10px 0;
  color: var(--blue);
  font-weight: 900;
}

.static-site .site-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.static-site .menu-button {
  display: none;
}

.static-nav .nav-link.is-active {
  background: rgba(18, 49, 43, 0.08);
  color: var(--ink);
}

.language-menu {
  position: relative;
  justify-self: end;
}

.language-menu summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(18, 49, 43, 0.08);
  color: var(--ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 950;
  list-style: none;
  white-space: nowrap;
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu summary::after {
  content: "⌄";
  color: var(--muted);
  font-size: 12px;
}

.language-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 80;
  width: min(360px, calc(100vw - 32px));
  max-height: min(520px, calc(100svh - 112px));
  overflow-y: auto;
  overscroll-behavior: contain;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.language-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 900;
}

.start-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: center;
}

.start-hero {
  min-height: calc(100svh - 130px);
  display: grid;
  align-items: center;
  padding: clamp(54px, 7vw, 92px) clamp(20px, 4vw, 40px);
  background:
    linear-gradient(90deg, rgba(7, 25, 22, 0.95), rgba(7, 25, 22, 0.72)),
    url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1600&q=82") center / cover;
  color: var(--cream);
}

.start-hero h1 {
  color: var(--cream);
}

.start-hero .hero-lead,
.start-hero .split-copy p:not(.eyebrow) {
  color: rgba(255, 250, 240, 0.86);
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.store-actions span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
  font-weight: 950;
}

.phone-preview {
  position: relative;
  min-height: 520px;
}

.phone-frame {
  width: min(286px, 78vw);
  min-height: 500px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 34px;
  background: #0b211d;
  box-shadow: var(--shadow);
}

.phone-screen {
  min-height: 472px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 34px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fbf7, #e4f5eb);
  color: var(--ink);
}

.phone-screen span {
  color: var(--green-dark, #08734d);
  font-size: 12px;
  font-weight: 950;
}

.phone-screen strong {
  font-size: 30px;
  line-height: 1.08;
}

.phone-screen p,
.phone-screen li,
.phone-card p {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.5;
}

.phone-screen ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.phone-card {
  position: absolute;
  right: 0;
  bottom: 46px;
  width: min(260px, 58vw);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.phone-card.small {
  left: 0;
  right: auto;
  top: 74px;
  bottom: auto;
}

.phone-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 950;
}

.language-panel a:hover,
.language-panel a[aria-current="true"] {
  background: var(--mint-2);
  color: var(--ink);
}

.language-panel small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
}

.hero {
  position: relative;
  min-height: clamp(620px, 86svh, 860px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 25, 22, 0.93) 0%, rgba(7, 25, 22, 0.75) 46%, rgba(7, 25, 22, 0.18) 100%),
    linear-gradient(0deg, rgba(7, 25, 22, 0.64), rgba(7, 25, 22, 0.12) 58%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 128px clamp(20px, 4vw, 40px) clamp(62px, 8vw, 92px);
}

.hero-copy {
  width: min(780px, 100%);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--mint);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

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

h1 {
  margin-bottom: 22px;
  color: var(--cream);
  font-size: clamp(42px, 6.3vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 28px;
  color: rgba(255, 250, 240, 0.9);
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 700;
  line-height: 1.65;
  word-break: keep-all;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
}

.button.primary {
  background: var(--mint);
  color: var(--ink);
}

.button.dark {
  background: var(--ink);
  color: var(--cream);
}

.button.secondary {
  border-color: rgba(255, 250, 240, 0.55);
  color: var(--cream);
}

.button.light {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(var(--max), calc(100% - 40px));
  margin: -42px auto 0;
  position: relative;
  z-index: 2;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: var(--shadow);
}

.proof-item {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.96);
}

.proof-item span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.proof-item strong {
  font-size: clamp(23px, 2.7vw, 34px);
  line-height: 1;
}

.section {
  padding: clamp(72px, 8vw, 118px) clamp(20px, 4vw, 40px);
}

.section.band {
  background: var(--cream);
}

.section.dark {
  background: var(--ink);
  color: var(--cream);
}

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

.section-head {
  width: min(780px, 100%);
  margin-bottom: 34px;
}

.section-head.wide {
  width: min(980px, 100%);
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--green-dark, #08734d);
  font-size: 13px;
  font-weight: 950;
}

.dark .section-kicker {
  color: var(--mint);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 9px;
  font-size: 21px;
  line-height: 1.24;
}

.section-head p,
.feature-card p,
.split-copy p,
.text-block p,
.faq-answer,
.timeline p {
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
  word-break: keep-all;
}

.dark .section-head p,
.dark .split-copy p,
.dark .text-block p {
  color: rgba(255, 250, 240, 0.78);
}

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

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

.feature-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.feature-card .icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--mint-2);
  color: var(--ink);
  font-size: 22px;
  font-weight: 950;
}

.feature-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 950;
}

.image-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--ink);
}

.image-tile {
  position: relative;
  min-height: 390px;
  overflow: hidden;
}

.image-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 49, 43, 0.04) 34%, rgba(18, 49, 43, 0.88) 100%);
}

.image-tile figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  color: var(--cream);
}

.image-tile span {
  display: block;
  margin-bottom: 8px;
  color: var(--mint);
  font-size: 13px;
  font-weight: 950;
}

.image-tile strong {
  font-size: clamp(23px, 2.6vw, 34px);
  line-height: 1.08;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(360px, 1fr) minmax(0, 0.92fr);
}

.split-media {
  min-height: 520px;
  overflow: hidden;
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-copy .list,
.text-block .list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.list li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-2);
  font-weight: 850;
  line-height: 1.45;
}

.dark .list li {
  color: rgba(255, 250, 240, 0.86);
}

.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
}

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

.compare-column {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.compare-column.highlight {
  border-color: rgba(66, 211, 146, 0.5);
  background: #f4fff8;
}

.compare-column h3 {
  font-size: 26px;
}

.compare-column ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.compare-column li {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-2);
  font-weight: 850;
}

.price-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: 18px;
  align-items: stretch;
}

.price-hero,
.price-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: clamp(26px, 5vw, 46px);
}

.price-hero strong {
  display: block;
  margin: 12px 0 6px;
  font-size: clamp(52px, 8vw, 94px);
  line-height: 0.92;
}

.price-hero span {
  color: var(--muted);
  font-weight: 900;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  counter-reset: step;
}

.timeline li {
  counter-increment: step;
  display: grid;
  gap: 9px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.timeline li::before {
  content: counter(step, decimal-leading-zero);
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.faq-list {
  display: grid;
  gap: 28px;
}

.faq-group {
  display: grid;
  gap: 10px;
}

.faq-group h2 {
  margin: 0 0 4px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.16;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.faq-question {
  width: 100%;
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  font-weight: 950;
}

.faq-question span:last-child {
  flex: 0 0 auto;
  font-size: 22px;
}

.faq-answer {
  display: none;
  padding: 0 18px 18px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: clamp(28px, 6vw, 78px);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.contact-methods > strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

.contact-method {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
  color: var(--ink);
}

.contact-method span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-method b {
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 950;
  word-break: break-word;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 950;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
  color: var(--ink);
}

.field textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-note {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.8fr);
  gap: 28px;
  padding: 46px clamp(20px, 4vw, 52px);
  border-top: 1px solid var(--line);
  background: #eef0e9;
}

.footer-brand img {
  width: 126px;
  height: auto;
}

.footer-brand p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.5;
}

.footer-main {
  display: grid;
  gap: 24px;
}

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

.footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-column strong {
  font-size: 14px;
  font-weight: 950;
}

.footer-column a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 49, 43, 0.12);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.footer-bottom a {
  color: var(--muted);
}

.not-found {
  min-height: 68vh;
  display: grid;
  place-items: center;
  padding: 80px 20px;
  text-align: center;
}

.not-found div {
  width: min(560px, 100%);
}

@media (max-width: 980px) {
  .static-site .site-header {
    grid-template-columns: auto auto;
    align-items: center;
    gap: 10px;
  }

  .static-site .site-nav {
    position: static;
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    gap: 6px;
    overflow-x: auto;
    padding: 0;
    background: transparent;
  }

  .static-site .nav-item,
  .static-site .nav-link {
    width: auto;
  }

  .static-site .nav-link {
    min-height: 38px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 13px;
  }

  .static-site .brand {
    grid-column: 1;
    grid-row: 1;
    width: 112px;
  }

  .static-site .language-menu {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .static-site .language-menu summary {
    min-height: 38px;
    padding: 0 11px;
    font-size: 13px;
  }

  .static-site .language-panel {
    position: fixed;
    top: 74px;
    right: 12px;
    left: 12px;
    width: auto;
    max-height: calc(100svh - 92px);
  }

  .section-nav {
    top: 116px;
  }

  .section-nav .section-inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-nav a {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  :target {
    scroll-margin-top: 184px;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-button {
    justify-self: end;
    width: 46px;
    height: 46px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
  }

  .menu-button span {
    width: 21px;
    height: 2px;
    background: var(--ink);
  }

  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 76px;
    bottom: 0;
    align-content: start;
    display: none;
    overflow-y: auto;
    padding: 16px 20px 34px;
    background: rgba(245, 242, 234, 0.98);
  }

  body.is-menu-open .site-nav {
    display: grid;
  }

  .nav-item,
  .nav-link,
  .nav-trigger {
    width: 100%;
  }

  .nav-link,
  .nav-trigger {
    justify-content: space-between;
    min-height: 50px;
    border-radius: 8px;
    padding: 0 14px;
  }

  .nav-cta {
    margin-left: 0;
    justify-content: center;
  }

  .hero-proof,
  .feature-grid,
  .feature-grid.two,
  .image-band,
  .split,
  .split.reverse,
  .comparison,
  .price-panel,
  .timeline,
  .start-layout,
  .contact-layout,
  .site-footer,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    gap: 22px;
    padding: 34px 20px;
  }

  .footer-brand p {
    margin-top: 10px;
    font-size: 14px;
  }

  .footer-main {
    gap: 20px;
  }

  .footer-grid {
    gap: 20px;
  }

  .footer-column {
    gap: 8px;
  }

  .footer-bottom {
    gap: 8px 14px;
    padding-top: 16px;
  }

  .hero-proof {
    margin-top: 0;
    width: 100%;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }

  .split-media {
    min-height: 360px;
  }

  .image-tile {
    min-height: 320px;
  }

  .phone-preview {
    min-height: auto;
  }

  .start-hero {
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 64px;
  }

  .start-hero .start-layout {
    gap: 28px;
  }

  .phone-card,
  .phone-card.small {
    position: static;
    width: 100%;
    margin-top: 12px;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 68px;
  }

  .brand,
  .brand img {
    width: 112px;
  }

  .site-nav {
    top: 68px;
  }

  .hero {
    min-height: 640px;
  }

  .hero-inner {
    padding-top: 104px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 31px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .proof-item,
  .feature-card,
  .compare-column,
  .timeline li {
    min-height: auto;
    padding: 20px;
  }

  .button {
    width: 100%;
  }

  .static-site .language-panel {
    grid-template-columns: 1fr;
    max-height: calc(100svh - 86px);
  }

  .language-panel a {
    min-height: 40px;
  }
}

.home-hero {
  position: relative;
  min-height: clamp(700px, 86svh, 900px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
}

.home-hero-media {
  position: absolute;
  inset: 0;
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
}

.home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 25, 22, 0.86) 0%, rgba(7, 25, 22, 0.58) 46%, rgba(7, 25, 22, 0.1) 100%),
    linear-gradient(0deg, rgba(7, 25, 22, 0.42), rgba(7, 25, 22, 0.02) 58%);
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(96px, 12vw, 140px) clamp(20px, 4vw, 40px) clamp(58px, 8vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(250px, 0.48fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: end;
}

.home-copy {
  max-width: 760px;
}

.hero-note {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 250, 240, 0.24);
  border-radius: 999px;
  color: rgba(255, 250, 240, 0.86);
  font-weight: 900;
}

.problem-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.9fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.problem-list {
  display: grid;
  gap: 12px;
}

.problem-list article {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.problem-list span {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--sun);
}

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

.flow-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.flow-grid span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-weight: 950;
}

.sub-hero {
  padding: clamp(116px, 14vw, 178px) 0 clamp(58px, 8vw, 86px);
  background: var(--ink);
  color: var(--cream);
}

.sub-hero .section-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding-inline: clamp(20px, 4vw, 40px);
}

.sub-hero h1 {
  max-width: 900px;
}

.sub-hero .hero-lead {
  color: rgba(255, 250, 240, 0.84);
}

.service-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 25, 22, 0.98) 0%, rgba(7, 25, 22, 0.9) 42%, rgba(7, 25, 22, 0.66) 100%),
    url("/assets/concept/jempo-service-hero.jpg") center right / cover no-repeat;
}

.service-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(7, 25, 22, 0), rgba(7, 25, 22, 0.86));
  pointer-events: none;
}

.service-hero .section-inner {
  position: relative;
  z-index: 1;
}

.section-nav {
  position: sticky;
  top: 76px;
  z-index: 35;
  background: rgba(245, 242, 234, 0.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.section-nav .section-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-nav-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.section-nav-scroll::-webkit-scrollbar {
  display: none;
}

.section-nav a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(18, 49, 43, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.section-nav a:hover,
.section-nav a:focus-visible {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--cream);
}

:target {
  scroll-margin-top: 150px;
}

.service-sections {
  display: grid;
  gap: clamp(28px, 6vw, 76px);
}

.service-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.64fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
  padding-bottom: clamp(28px, 5vw, 54px);
  border-bottom: 1px solid var(--line);
}

.service-row.reverse {
  grid-template-columns: minmax(340px, 0.64fr) minmax(0, 0.9fr);
}

.service-row.reverse > div:first-child {
  order: 2;
}

.service-visual {
  min-height: 320px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 211, 146, 0.22), rgba(46, 124, 207, 0.12)),
    var(--surface);
  border: 1px solid var(--line);
}

.insight-visual {
  width: min(100%, 420px);
  min-height: 306px;
  position: relative;
  display: grid;
  align-items: end;
  padding: 22px;
}

.insight-chart-panel,
.insight-report-panel {
  border: 1px solid rgba(18, 49, 43, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(18, 49, 43, 0.12);
}

.insight-chart-panel {
  width: min(280px, 74%);
  padding: 18px;
}

.insight-report-panel {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(238px, 58%);
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(223, 247, 234, 0.92), rgba(255, 255, 255, 0.98) 48%),
    var(--surface);
}

.insight-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--ink);
  font-weight: 950;
}

.insight-panel-head span {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--mint-2);
  color: var(--green-dark, #08734d);
  font-size: 11px;
}

.insight-bars {
  height: 118px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 8px;
  padding: 12px 0;
}

.insight-bars i {
  display: block;
  border-radius: 999px 999px 4px 4px;
  background: var(--ink);
}

.insight-bars i:nth-child(1) { height: 42%; opacity: 0.36; }
.insight-bars i:nth-child(2) { height: 68%; }
.insight-bars i:nth-child(3) { height: 54%; opacity: 0.58; }
.insight-bars i:nth-child(4) { height: 86%; }
.insight-bars i:nth-child(5) { height: 72%; opacity: 0.72; }
.insight-bars i:nth-child(6) { height: 96%; background: var(--mint); }

.insight-metrics {
  display: grid;
  gap: 8px;
}

.insight-metrics b {
  display: flex;
  justify-content: space-between;
  padding: 9px 10px;
  border-radius: 8px;
  background: rgba(18, 49, 43, 0.06);
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
}

.insight-report-card {
  padding: 14px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--cream);
}

.insight-report-card strong {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.25;
}

.insight-report-card p {
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

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

.price-panel {
  grid-template-columns: 1fr;
}

.plan-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(26px, 5vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.plan-card.pro {
  border-color: rgba(66, 211, 146, 0.52);
  box-shadow: var(--shadow);
}

.plan-card > span {
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--sun);
  font-size: 12px;
  font-weight: 950;
}

.price {
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1;
  overflow-wrap: normal;
  word-break: keep-all;
}

.guide-summary {
  display: grid;
  gap: 10px;
}

.guide-summary span {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  font-weight: 950;
}

.guide-summary b,
.guide-number {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.guide-list {
  display: grid;
  gap: 14px;
}

.guide-step {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) minmax(132px, 180px);
  gap: clamp(16px, 3vw, 28px);
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.guide-step h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 3.4vw, 42px);
}

.guide-step p {
  max-width: 880px;
  color: var(--ink-2);
  font-weight: 760;
  line-height: 1.72;
}

.guide-step small {
  display: inline-flex;
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--mint-2);
  color: var(--ink);
  font-weight: 950;
  line-height: 1.35;
}

.hero-showcase {
  display: grid;
  grid-template-columns: minmax(200px, 264px);
  justify-content: end;
  gap: 18px;
  align-self: end;
  transform: translateY(42px);
}

.showcase-note {
  display: grid;
  gap: 5px;
  width: min(264px, 100%);
  justify-self: end;
  padding: 16px 18px;
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 8px;
  background: rgba(18, 49, 43, 0.72);
  color: var(--cream);
}

.showcase-note span {
  color: rgba(255, 250, 240, 0.72);
  font-weight: 850;
}

.phone-shot {
  width: min(260px, 100%);
  aspect-ratio: 390 / 844;
  display: block;
  overflow: hidden;
  margin: 0;
  border: 7px solid #0a0f0d;
  border-radius: 34px;
  background: #0a0f0d;
  box-shadow: 0 22px 56px rgba(18, 49, 43, 0.2);
  color: var(--ink);
}

.phone-shot-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 27px;
  object-fit: cover;
  background: var(--paper);
}

.phone-shot.primary {
  width: min(236px, 100%);
  justify-self: end;
}

.phone-shot.service-shot {
  width: min(250px, 82%);
}

.phone-shot.guide-phone {
  width: min(158px, 100%);
  border-width: 5px;
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(18, 49, 43, 0.12);
}

.phone-shot.guide-phone .phone-shot-image {
  border-radius: 17px;
}

.phone-shot-bar {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 14px 10px;
  font-size: 12px;
  font-weight: 950;
}

.phone-shot-bar span {
  color: var(--muted);
}

.phone-shot-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 12px 14px 18px;
  background:
    linear-gradient(180deg, rgba(223, 247, 234, 0.74), rgba(255, 255, 255, 0.96) 42%),
    var(--surface);
}

.mock-hero,
.mock-request,
.mock-report-card,
.mock-settings,
.mock-language,
.mock-list,
.mock-menu,
.mock-action-row,
.mock-timeline,
.mock-alert,
.mock-button {
  min-width: 0;
  border-radius: 14px;
  font-weight: 900;
}

.mock-hero {
  display: grid;
  gap: 5px;
  padding: 15px;
  background: var(--ink);
  color: var(--cream);
}

.mock-hero span,
.mock-request span,
.mock-report-card span,
.mock-language span,
.mock-list span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.mock-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.mock-kpis b {
  padding: 10px 4px;
  border-radius: 12px;
  background: rgba(18, 49, 43, 0.1);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.mock-alert {
  padding: 10px;
  background: var(--sun);
  color: var(--ink);
  font-size: 12px;
}

.mock-tabs,
.mock-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mock-tabs span,
.mock-chip-row span {
  padding: 7px 8px;
  border-radius: 999px;
  background: var(--mint-2);
  font-size: 11px;
  font-weight: 950;
}

.mock-list,
.mock-menu,
.mock-language,
.mock-settings,
.mock-action-row {
  display: grid;
  gap: 4px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(18, 49, 43, 0.08);
}

.mock-list em,
.mock-menu em,
.mock-action-row b {
  color: var(--blue);
  font-style: normal;
  font-size: 11px;
  font-weight: 950;
}

.mock-cover {
  height: 54px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(18, 49, 43, 0.72), rgba(46, 124, 207, 0.62)),
    var(--mint-2);
}

.mock-request,
.mock-report-card {
  display: grid;
  gap: 7px;
  padding: 15px;
  background: var(--ink);
  color: var(--cream);
}

.mock-request span,
.mock-report-card span {
  color: rgba(255, 250, 240, 0.74);
}

.mock-button {
  padding: 10px;
  background: var(--ink);
  color: var(--cream);
  font-size: 12px;
  text-align: center;
}

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

.mock-qr-grid span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 12px;
  background:
    linear-gradient(90deg, transparent 44%, var(--ink) 44% 56%, transparent 56%),
    linear-gradient(0deg, transparent 44%, var(--ink) 44% 56%, transparent 56%),
    #fff;
  color: var(--ink);
  font-weight: 950;
}

.mock-lines {
  display: grid;
  gap: 7px;
}

.mock-lines i {
  height: 9px;
  border-radius: 999px;
  background: rgba(18, 49, 43, 0.1);
}

.mock-chart {
  height: 92px;
  display: flex;
  align-items: end;
  gap: 7px;
  padding: 12px;
  border-radius: 16px;
  background: #fff;
}

.mock-chart i {
  flex: 1;
  min-height: 18px;
  border-radius: 999px 999px 0 0;
  background: var(--ink);
}

.mock-chart i:nth-child(2) { height: 54%; }
.mock-chart i:nth-child(3) { height: 78%; }
.mock-chart i:nth-child(4) { height: 44%; }
.mock-chart i:nth-child(5) { height: 90%; }

.mock-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  font-weight: 950;
}

.mock-bar span {
  height: 10px;
  border-radius: 999px;
  background: var(--mint);
}

.mock-bar:nth-of-type(3) span {
  width: 42%;
}

.mock-report-title,
.mock-pro-badge {
  font-size: 22px;
  font-weight: 950;
}

.mock-pro-badge {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 34px;
  border-radius: 999px;
  background: var(--sun);
  color: var(--ink);
  font-size: 14px;
}

.mock-action-row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.mock-action-row.danger {
  border-color: rgba(255, 59, 48, 0.22);
}

.mock-action-row.warning {
  background: #fff7dc;
}

.mock-action-row b {
  padding: 5px 7px;
  border-radius: 999px;
  background: #fff8db;
  color: var(--ink);
}

.mock-timeline {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 11px;
  border-radius: 14px;
  background: #fff;
  font-size: 12px;
}

.mock-timeline span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--mint);
}

.mock-emergency-head {
  display: grid;
  gap: 6px;
  padding: 15px;
  border-radius: 16px;
  background: rgba(255, 59, 48, 0.1);
  color: var(--ink);
  font-weight: 950;
}

.mock-emergency-head span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.screen-strip,
.pro-screen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.screen-strip .phone-shot,
.pro-screen-grid .phone-shot {
  width: 100%;
  max-width: 230px;
  justify-self: center;
}

.service-flow-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-flow-panel article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.08);
  backdrop-filter: blur(10px);
  color: var(--cream);
}

.flow-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.flow-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(66, 211, 146, 0.16);
  color: var(--mint);
}

.flow-icon svg {
  width: 23px;
  height: 23px;
}

.flow-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-flow-panel .flow-num {
  color: var(--mint);
  font-weight: 950;
}

.service-flow-panel strong {
  display: block;
  margin: 14px 0 8px;
  font-size: 20px;
}

.service-flow-panel p {
  color: rgba(255, 250, 240, 0.74);
  font-weight: 800;
}

.audience-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 52px);
  align-items: start;
}

.concept-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.concept-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.concept-photo.compact img {
  min-height: 300px;
}

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

.audience-card {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(18, 49, 43, 0.06);
}

.audience-card h3 {
  margin: 0;
  font-size: clamp(22px, 3vw, 30px);
}

.audience-card p {
  color: var(--ink-2);
  font-weight: 760;
  line-height: 1.68;
}

.service-concept .concept-photo img {
  min-height: 360px;
  object-position: center;
}

.safety-section {
  background: linear-gradient(180deg, #fff, var(--cream));
}

.safety-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.68fr);
  gap: clamp(26px, 5vw, 60px);
  align-items: center;
}

.safety-panel {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.safety-phone .phone-shot {
  width: min(220px, 100%);
}

.pro-feature-section {
  padding-top: clamp(58px, 6vw, 84px);
  padding-bottom: clamp(58px, 6vw, 84px);
}

.pro-feature-section .split {
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
}

.pro-feature-section .pro-screen-grid .phone-shot {
  max-width: 190px;
}

@media (max-width: 980px) {
  .home-hero-inner,
  .problem-layout,
  .service-row,
  .service-row.reverse,
  .pricing-grid,
  .safety-layout,
  .audience-layout {
    grid-template-columns: 1fr;
  }

  .service-row.reverse > div:first-child {
    order: 0;
  }

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

  .hero-showcase {
    justify-content: start;
    transform: none;
  }

  .phone-shot.primary,
  .showcase-note {
    justify-self: start;
  }

  .guide-step {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .guide-visual {
    grid-column: 2;
  }

  .screen-strip,
  .pro-screen-grid {
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .audience-cards {
    grid-template-columns: 1fr;
  }

  .safety-panel {
    grid-template-columns: 1fr;
  }

  .safety-phone .phone-shot {
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .static-site .site-header {
    align-items: start;
    gap: 10px 12px;
  }

  .static-site .site-nav {
    flex-wrap: wrap;
    overflow: visible;
    row-gap: 6px;
  }

  .static-site .nav-link {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .static-site .nav-cta {
    margin-left: 0;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero-inner {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .sub-hero {
    padding-top: 150px;
  }

  .section-nav {
    top: 132px;
  }

  .home-copy h1,
  .sub-hero h1 {
    font-size: clamp(34px, 11vw, 52px);
  }

  .flow-grid {
    grid-template-columns: 1fr;
  }

  .service-row {
    gap: 20px;
  }

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

  .phone-shot.primary,
  .showcase-note {
    width: 100%;
    max-width: 238px;
  }

  .service-flow-panel {
    grid-template-columns: 1fr;
  }

  .service-visual {
    min-height: auto;
    padding: 20px 0;
  }

  .phone-shot.service-shot {
    width: min(230px, 78vw);
  }

  .insight-visual {
    min-height: 430px;
    padding: 14px;
  }

  .insight-chart-panel,
  .insight-report-panel {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .insight-visual {
    gap: 12px;
    align-items: stretch;
  }

  .concept-photo img,
  .concept-photo.compact img {
    min-height: 240px;
  }

  .pro-screen-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    overflow: visible;
  }

  .pro-screen-grid .phone-shot {
    width: min(210px, 76vw);
  }
}

@media (max-width: 420px) {
  .static-site .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 10px 14px;
  }

  .static-site .brand,
  .static-site .brand img {
    width: 104px;
  }

  .static-site .language-menu summary {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .static-site .site-nav {
    gap: 5px;
  }

  .static-site .nav-link {
    min-height: 32px;
    padding: 0 9px;
    font-size: 11px;
  }

  .home-hero-inner {
    padding-inline: 14px;
    padding-top: 128px;
  }

  .sub-hero {
    padding-top: 160px;
  }

  .section-nav {
    top: 130px;
  }

  .section-inner,
  .sub-hero .section-inner {
    padding-inline: 14px;
  }

  .guide-step {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .guide-visual {
    grid-column: auto;
    display: grid;
    justify-items: center;
  }

  .phone-shot.guide-phone {
    width: min(236px, 78vw);
  }

  .guide-step small {
    width: 100%;
    border-radius: 8px;
  }

  .price {
    font-size: clamp(34px, 12vw, 48px);
  }
}

@media (min-width: 981px) {
  .static-site .menu-button {
    display: none;
  }

  .nav-submenu[hidden] {
    display: none !important;
  }
}

@media (max-width: 980px) {
  body.is-menu-open::before {
    display: none;
  }

  .static-site .site-header,
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 68px;
    gap: 10px;
    padding: 10px 16px;
  }

  .static-site .brand,
  .static-site .brand img,
  .brand,
  .brand img {
    grid-column: 1;
    grid-row: 1;
    width: 116px;
  }

  .static-site .language-menu,
  .language-menu {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    z-index: 110;
  }

  .static-site .menu-button,
  .menu-button {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    z-index: 110;
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
  }

  .static-site .site-nav,
  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: auto;
    height: calc(100svh - 68px);
    z-index: 100;
    width: min(360px, 92vw);
    display: none;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 16px;
    overflow-y: auto;
    background: var(--cream);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    box-shadow: -18px 0 46px rgba(18, 49, 43, 0.18);
    transform: none;
  }

  body.is-menu-open .static-site .site-nav,
  body.is-menu-open .site-nav {
    display: flex;
  }

  .static-site .nav-link,
  .static-site .nav-trigger,
  .nav-link,
  .nav-trigger {
    width: 100%;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 15px;
  }

  .nav-submenu {
    position: static;
    padding: 0;
  }

  .nav-submenu[hidden] {
    display: none;
  }

  .nav-submenu-inner {
    width: 100%;
    margin: 6px 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 8px;
    border-radius: 8px;
    box-shadow: none;
    background: rgba(18, 49, 43, 0.04);
  }

  .nav-submenu a {
    min-height: 40px;
    justify-content: flex-start;
    border-radius: 8px;
    background: var(--surface);
  }

  .home-hero-inner {
    padding-top: 86px;
  }

  .sub-hero {
    padding-top: 96px;
  }

  .section-nav {
    top: 68px;
  }
}

@media (max-width: 560px) {
  .static-site .site-header,
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 62px;
    padding: 9px 13px;
  }

  .static-site .brand,
  .static-site .brand img,
  .brand,
  .brand img {
    width: 106px;
  }

  .static-site .site-nav,
  .site-nav {
    top: 100%;
    right: 0;
    bottom: auto;
    left: auto;
    height: calc(100svh - 62px);
    width: min(330px, 94vw);
  }

  .home-hero {
    min-height: calc(100svh - 62px);
    align-items: stretch;
  }

  .home-hero-media img {
    object-position: 62% center;
  }

  .home-hero-media::after {
    background:
      linear-gradient(180deg, rgba(7, 25, 22, 0.82) 0%, rgba(7, 25, 22, 0.64) 44%, rgba(7, 25, 22, 0.28) 72%, rgba(7, 25, 22, 0.62) 100%),
      linear-gradient(90deg, rgba(7, 25, 22, 0.76) 0%, rgba(7, 25, 22, 0.42) 48%, rgba(7, 25, 22, 0.14) 100%);
  }

  .home-hero-inner {
    min-height: calc(100svh - 62px);
    padding: 132px 18px max(22px, env(safe-area-inset-bottom));
    align-content: space-between;
    gap: 12px;
  }

  .home-copy h1 {
    max-width: 7.45em;
    margin: 0 0 14px;
    font-size: clamp(34px, 9.4vw, 41px);
    line-height: 1.06;
  }

  .home-copy .hero-lead {
    max-width: 22rem;
    margin-bottom: 18px;
    font-size: clamp(15px, 4.2vw, 17px);
    line-height: 1.58;
  }

  .home-copy .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .home-copy .button {
    min-height: 48px;
    padding: 0 14px;
    font-size: 15px;
  }

  .hero-note {
    margin-top: 12px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.25;
    background: rgba(7, 25, 22, 0.24);
  }

  .hero-showcase {
    width: 100%;
    max-height: 178px;
    align-self: end;
    overflow: hidden;
    justify-items: start;
  }

  .phone-shot.primary {
    width: min(196px, 56vw);
    max-width: none;
    transform: translateY(18px);
  }

  .showcase-note {
    display: none;
  }

  .sub-hero {
    padding-top: 86px;
  }

  .section-nav {
    top: 62px;
  }
}
