@charset "UTF-8";
/* ==========================================================================
   KADOKURA SHOTEN — SCSS entry point
   Compile: main.scss → main.css
   Import order: tokens → base → utilities → components
   ========================================================================== */
/* ==========================================================================
   Design tokens — KADOKURA SHOTEN
   Layer 1: primitives (raw values from Figma)
   Layer 2: semantic  (what components consume)
   ========================================================================== */
:root {
  /* ---------- Primitives: color ---------- */
  --c-white: #ffffff;
  --c-white-a10: rgba(255, 255, 255, 0.1);
  --c-white-a30: rgba(255, 255, 255, 0.3);
  --c-white-a70: rgba(255, 255, 255, 0.7);
  --c-black-a20: rgba(0, 0, 0, 0.2);
  --c-gray-50: #f7f7f7;
  --c-gray-100: #ebecef;
  --c-gray-150: #ebeff2;
  --c-gray-200: #e0e2e7;
  --c-gray-300: #d9d9d9;
  --c-gray-400: #858d9d;
  --c-gray-500: #667e87;
  --c-gray-700: #4c4c4c;
  --c-cyan-050: #e8f6fa;
  --c-cyan-060: #e7f6fb;
  --c-cyan-070: #dff3f9;
  --c-cyan-200: #9ad7eb;
  --c-cyan-300: #82d7ee;
  --c-cyan-500: #21aed9;
  --c-cyan-500-a10: rgba(33, 174, 217, 0.1);
  --c-teal-700: #0a5e76;
  --c-teal-800: #074e6a;
  --c-teal-900: #0a3644;
  --c-red-600: #c60001;
  --c-orange-400: #fc9736;
  /* ---------- Primitives: typography ---------- */
  --ff-jp: 'Noto Sans JP', sans-serif;
  --ff-latin: 'Be Vietnam Pro', 'Noto Sans JP', sans-serif;
  --ff-num: 'Poppins', 'Noto Sans JP', sans-serif;
  --ff-sans: 'Noto Sans', 'Noto Sans JP', sans-serif;
  --ff-jost: 'Jost', sans-serif;
  --ff-zen-old-mincho: "Zen Old Mincho", serif;
  --fs-12: 0.75rem;
  --fs-14: 0.875rem;
  --fs-16: 1rem;
  --fs-18: 1.125rem;
  --fs-20: 1.25rem;
  --fs-24: 1.5rem;
  --fs-28: 1.75rem;
  --fs-32: 2rem;
  --fs-36: 2.25rem;
  --fs-40: 2.5rem;
  --fs-48: 3rem;
  --fs-58: 3.625rem;
  --fs-60: 3.75rem;
  --lh-base: 1.84; /* Figma 1.84em body rhythm */
  --lh-title: 1.4; /* Figma 1.4em headings/vertical titles */
  --ls-base: 0.001em;
  --ls-tight: -0.005em;
  --ls-hero: 0.04em;
  /* ---------- Primitives: spacing (4px grid) ---------- */
  --space-1: 0.25rem; /* 4  */
  --space-2: 0.5rem; /* 8  */
  --space-3: 0.75rem; /* 12 */
  --space-4: 1rem; /* 16 */
  --space-5: 1.25rem; /* 20 */
  --space-6: 1.5rem; /* 24 */
  --space-8: 2rem; /* 32 */
  --space-10: 2.5rem; /* 40 */
  --space-12: 3rem; /* 48 */
  --space-14: 3.5rem; /* 56 */
  --space-15: 3.75rem; /* 60 */
  --space-16: 4rem; /* 64 */
  --space-20: 5rem; /* 80 */
  --space-25: 6.25rem; /* 100 */
  /* ---------- Primitives: radius ---------- */
  --radius-12: 12px;
  --radius-20: 20px;
  --radius-pill: 9999px;
  /* ---------- Primitives: shadow ---------- */
  --shadow-lift: 0px 25px 50px -12px rgba(0, 0, 0, 0.2);
  /* ---------- Semantic ---------- */
  --color-bg: var(--c-gray-50);
  --color-surface: var(--c-white);
  --color-brand: var(--c-cyan-500);
  --color-brand-soft: var(--c-cyan-500-a10);
  --color-brand-light: var(--c-cyan-300);
  --color-brand-line: var(--c-cyan-200);
  --color-heading: var(--c-teal-800);
  --color-heading-alt: var(--c-teal-700);
  --color-text: var(--c-gray-700);
  --color-text-muted: var(--c-gray-500);
  --color-text-subtle: var(--c-gray-400);
  --color-border: var(--c-gray-200);
  --color-border-light: var(--c-gray-100);
  --color-inverse: var(--c-white);
  --color-footer-bg: var(--c-teal-900);
  --color-required: var(--c-red-600);
  --color-accent: var(--c-orange-400);
  --color-card-muted: var(--c-gray-150);
  --color-placeholder: var(--c-gray-300);
  /* ---------- Layout ---------- */
  --page-w: 1440px;
  --content-w: 1284px; /* 1440 − 2×78 */
  --page-gutter: 4.875rem; /* 78px @ desktop */
}
@media (max-width: 64rem) {
  :root {
    --page-gutter: 2rem;
    --fs-16: var(--fs-14);
  }
}
@media (max-width: 48rem) {
  :root {
    --page-gutter: 1.5rem; /* 24px — more breathing room on phones */
    --fs-60: 2.25rem;
    --fs-58: 2.25rem;
    --fs-48: 2.25rem;
    --fs-40: 1.75rem;
    --fs-36: 1.625rem;
    --fs-32: 1.5rem;
  }
}
@media (max-width: 25rem) {
  :root {
    --fs-58: 2rem; /* shrink only the hero title on very narrow (<400px) phones */
  }
}

/* ==========================================================================
   Base reset & document defaults
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: clip; /* contain fixed-position overflow (mobile drawer) too */
  scroll-padding-top: 104px;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  overflow-x: clip; /* full-bleed decors/strips must not widen the page */
  font-family: var(--ff-jp);
  font-size: var(--fs-14);
  font-weight: 400;
  line-height: var(--lh-base);
  letter-spacing: var(--ls-base);
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 64rem) {
  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

p {
  overflow-wrap: break-word;
}

ul[class],
ol[class] {
  list-style: none;
  padding: 0;
}

figure,
blockquote {
  margin: 0;
}

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

img {
  height: auto;
}

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

button,
:where(input[type=submit], input[type=button], input[type=reset]) {
  appearance: none;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

input,
textarea,
select {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--color-brand);
  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;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: var(--space-4);
  z-index: 100;
  padding: var(--space-2) var(--space-4);
  background: var(--color-surface);
  color: var(--color-heading);
  border-radius: var(--radius-12);
}
.skip-link:focus-visible {
  top: var(--space-2);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ==========================================================================
   Utilities
   ========================================================================== */
/* Content row: full-bleed background stays on the section; this caps content.
   1284px content + gutters on both sides (no double subtraction). */
.container {
  width: 100%;
  max-width: calc(var(--content-w) + 2 * var(--page-gutter));
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

/* Section heading pattern: 40/Medium title + 20/Regular lead */
.section-head {
  display: flex;
  flex-direction: column;
}
.section-head--center {
  align-items: center;
  text-align: center;
}
.section-head--center .section-head__divider {
  margin-left: auto;
  margin-right: auto;
}
.section-head__title {
  margin-top: -16px;
  font-family: var(--ff-zen-old-mincho);
  font-size: var(--fs-60);
  font-weight: 700;
  line-height: var(--lh-base);
  letter-spacing: 0.1em;
  color: var(--color-heading);
}
.section-head__lead {
  margin-top: var(--space-6);
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: var(--lh-base);
  color: var(--color-text);
}
.section-head__divider {
  width: 111px;
  height: 3px;
  background: #21AED9;
}
.section-head__en {
  font-family: var(--ff-jost);
  font-size: var(--fs-24);
  font-weight: 400;
  line-height: var(--lh-base);
  letter-spacing: 0.2em;
  color: var(--color-brand);
}
@media (max-width: 80rem) {
  .section-head__title {
    font-size: clamp(var(--fs-40), 5vw, var(--fs-60) - 6px);
  }
  .section-head__en {
    font-size: calc(var(--fs-24) - 3px);
  }
}
@media (max-width: 64rem) {
  .section-head__title {
    font-size: calc(var(--fs-60) - 3px);
  }
  .section-head__en {
    font-size: calc(var(--fs-24) - 3px);
  }
  .section-head__lead {
    font-size: var(--fs-14);
    line-height: 1.7;
  }
}

/* Vertical (tategaki) label used across sections */
.v-label {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 39px;
  padding: var(--space-2) 0;
  background: var(--color-surface);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: var(--lh-title);
  color: var(--color-heading);
  text-align: center;
  letter-spacing: 6px;
  /* Worries item 1 keeps a fixed 229px box in Figma (17224:1153) */
}
.v-label--tall {
  min-height: 229px;
  padding-block: 0;
}
@media (max-width: 64rem) {
  .v-label {
    letter-spacing: 3px;
  }
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-8); /* 12 32 */
  border-radius: var(--radius-pill);
  font-size: var(--fs-16);
  font-weight: 700;
  line-height: var(--lh-base);
  white-space: nowrap;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.btn img,
.btn svg {
  flex: none;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.btn--primary {
  background: var(--color-brand);
  color: var(--color-inverse);
}
.btn--primary:hover, .btn--primary:focus-visible {
  background: var(--color-heading-alt);
  box-shadow: 0 16px 28px rgba(33, 174, 217, 0.24);
  transform: translateY(-2px);
}
.btn--ghost {
  background: var(--color-surface);
  color: var(--color-brand);
}
.btn--ghost:hover, .btn--ghost:focus-visible {
  background: var(--color-brand-soft);
  color: var(--color-heading-alt);
  box-shadow: 0 12px 24px rgba(7, 78, 106, 0.12);
  transform: translateY(-2px);
}
.btn:hover img, .btn:focus-visible img, .btn:hover svg, .btn:focus-visible svg {
  transform: translateX(2px);
}
.btn:active {
  transform: translateY(0);
}
.btn {
  /* Navbar CTA: 120×48, pad 8/24, gap 6 */
}
.btn--nav {
  gap: 6px;
  padding: var(--space-2) var(--space-6);
  min-width: 120px;
  height: 48px;
}
.btn {
  /* Pricing card CTA: full width, pad 16/32, lh 22px */
}
.btn--block {
  width: 100%;
  padding: var(--space-4) var(--space-8);
  border: 1px solid var(--color-brand);
  line-height: 1.375; /* 22/16 */
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-text-subtle);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-heading);
  box-shadow: 0 10px 24px rgba(7, 78, 106, 0.12);
  transform: translateY(-50%);
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.slider-arrow img {
  width: 8px;
  height: 16px;
}
.slider-arrow:hover, .slider-arrow:focus-visible {
  background: var(--color-brand);
  border-color: var(--color-brand);
  transform: translateY(-50%) scale(1.04);
}
.slider-arrow:hover img, .slider-arrow:focus-visible img {
  filter: brightness(0) invert(1);
}
.slider-arrow--prev {
  left: 0;
}
.slider-arrow--next {
  right: 0;
}
.slider-arrow.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.navbar {
  position: sticky;
  top: var(--wp-admin-bar-offset, 0);
  z-index: 80;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border-light);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.navbar.is-scrolled {
  border-bottom-color: transparent;
  box-shadow: 0 12px 30px rgba(7, 78, 106, 0.1);
}
.navbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--page-w);
  height: 84px;
  margin-inline: auto;
  padding: var(--space-4) 110px var(--space-4) var(--page-gutter);
}
.navbar__brand {
  display: flex;
  align-items: center;
  gap: var(--space-10);
}
.navbar__logo {
  width: 167px;
  height: 40px;
  object-fit: contain;
}
.navbar__menu {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.navbar__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px var(--space-4);
  border-radius: var(--radius-pill);
  font-size: var(--fs-14);
  font-weight: 500;
  line-height: var(--lh-base);
  color: var(--color-heading);
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.navbar__link:hover, .navbar__link:focus-visible {
  background: var(--color-brand-soft);
  color: var(--color-brand);
  transform: translateY(-1px);
}
.navbar__cta {
  display: flex;
  align-items: center;
  gap: var(--space-5);
}
.navbar__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.navbar__tel-label {
  font-size: var(--fs-12);
  font-weight: 500;
  line-height: var(--lh-base);
  color: var(--color-text);
  margin-bottom: -4px; /* Figma gap −4 */
}
.navbar__tel-number {
  font-size: var(--fs-24);
  font-weight: 700;
  line-height: var(--lh-base);
  color: var(--color-heading);
  white-space: nowrap;
  transition: color 0.2s ease;
}
.navbar__tel-number:hover, .navbar__tel-number:focus-visible {
  color: var(--color-brand);
}
.navbar {
  /* Hamburger — 84×84 cyan tint square pinned to the right edge */
}
.navbar__toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  background: var(--color-brand-soft);
  transition: background-color 0.2s ease;
}
.navbar__toggle img {
  transition: transform 0.2s ease;
}
.navbar__toggle:hover, .navbar__toggle:focus-visible {
  background: var(--color-brand-line);
}
.navbar__toggle:hover img, .navbar__toggle:focus-visible img {
  transform: scale(1.08);
}
.navbar {
  /* Mobile backdrop */
}
.navbar__backdrop {
  position: fixed;
  inset: var(--wp-admin-bar-offset, 0) 0 0;
  z-index: 100;
  background: var(--c-black-a50, rgba(0, 0, 0, 0.5));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.navbar__backdrop[data-open=true] {
  opacity: 1;
  visibility: visible;
}
.navbar {
  /* Mobile drawer panel */
}
.navbar__panel {
  position: fixed;
  top: var(--wp-admin-bar-offset, 0);
  right: 0;
  bottom: 0;
  z-index: 110;
  width: min(375px, 100vw);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding: var(--space-4) var(--space-6) var(--space-8);
  background: var(--color-surface);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.32s;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.navbar__panel[data-open=true] {
  transform: translateX(0);
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
  .navbar__panel {
    transition: none;
  }
}
.navbar__panel-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 44px;
}
.navbar__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-pill);
  color: var(--color-heading);
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.navbar__close:hover, .navbar__close:focus-visible {
  background: var(--color-brand-soft);
  color: var(--color-brand);
  transform: rotate(90deg);
}
.navbar__close::before {
  content: "✕";
  font-size: 1.25rem;
  line-height: 1;
}
.navbar__panel-menu {
  display: flex;
  flex-direction: column;
}
.navbar__panel-menu .navbar__link {
  width: 100%;
  justify-content: flex-start;
  padding: var(--space-3) var(--space-2);
  margin-bottom: var(--space-2);
  border-bottom: 0;
}
.navbar__panel-menu li:last-child .navbar__link {
  margin-bottom: 0;
}
.navbar__panel-cta {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: auto;
  padding-top: var(--space-4);
}
@media (max-width: 80rem) {
  .navbar__inner {
    padding-left: clamp(var(--space-6), 4vw, var(--page-gutter));
    padding-right: 92px;
  }
  .navbar__brand {
    gap: var(--space-4);
  }
  .navbar__menu {
    display: none;
  }
  .navbar__cta {
    gap: var(--space-3);
  }
  .navbar__tel-number {
    font-size: var(--fs-20);
  }
  .navbar .btn--nav {
    min-width: 132px;
    padding-inline: var(--space-6);
  }
}
@media (max-width: 64rem) {
  .navbar__inner {
    height: 64px;
    padding-right: 84px;
  }
  .navbar__menu, .navbar__cta {
    display: none;
  }
  .navbar__toggle {
    width: 64px;
    height: 64px;
  }
  .navbar__logo {
    width: min(167px, 40vw);
  }
}

body.admin-bar {
  --wp-admin-bar-offset: 32px;
}

@media (max-width: 782px) {
  body.admin-bar {
    --wp-admin-bar-offset: 46px;
  }
}
@media (max-width: 600px) {
  body.admin-bar {
    --wp-admin-bar-offset: 0px;
  }
}
.hero {
  position: relative;
  overflow: hidden;
}
@media (min-width: 64.0625rem) {
  .hero {
    height: 1144px; /* Figma frame height — worries section overlaps by −214px */
  }
}
.hero__photo {
  display: block;
  width: 100%;
  height: 776px;
  object-fit: fill; /* Figma scaleMode STRETCH */
}
@media (max-width: 64rem) {
  .hero__photo {
    height: auto;
    aspect-ratio: 1440/776;
    min-height: 260px;
  }
}
.hero {
  /* Gradient group — Figma 26028:1800, export origin (−306.19, 470.71) */
}
.hero__gradient {
  position: absolute;
  right: -5px;
  top: 470.71px;
  width: max(1751px, 100% + 311px);
  height: 801px;
  max-width: none;
}
@media (max-width: 64rem) {
  .hero__gradient {
    display: none;
  }
}
.hero__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: calc(var(--content-w) + 2 * var(--page-gutter));
  margin-inline: auto;
  padding-inline: var(--page-gutter);
  margin-top: -231px; /* content row top = 545 (photo 776 − 231) */
}
@media (max-width: 64rem) {
  .hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-6);
    margin-top: var(--space-6);
    padding-bottom: var(--space-8);
  }
}
.hero__lead {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  width: 626px;
  flex: none;
}
@media (max-width: 64rem) {
  .hero__lead {
    width: 100%;
  }
}
.hero__area {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  align-self: flex-start;
  padding: var(--space-1) var(--space-4);
  background: var(--color-surface);
  border-radius: var(--radius-20);
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: var(--lh-base);
  color: var(--color-heading);
}
.hero__title {
  width: 670px;
  max-width: none;
  font-size: var(--fs-58);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: var(--ls-hero);
  color: var(--color-brand);
}
@media (max-width: 64rem) {
  .hero__title {
    width: auto;
  }
}
.hero__side {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
@media (max-width: 64rem) {
  .hero__side {
    width: 100%;
  }
}
.hero__sub {
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: var(--lh-base);
  color: var(--color-heading);
}
.hero__actions {
  display: flex;
  gap: var(--space-4);
}
@media (max-width: 64rem) {
  .hero__actions {
    flex-wrap: wrap;
    width: 100%;
  }
  .hero__actions .btn {
    width: 100%;
  }
}
@media (max-width: 80rem) and (min-width: 64.0625rem) {
  .hero {
    height: auto;
  }
  .hero__photo {
    height: auto;
    min-height: 420px;
    aspect-ratio: 1440/776;
    object-fit: cover;
  }
  .hero__gradient {
    display: none;
  }
  .hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-6);
    margin-top: var(--space-6);
    padding-bottom: var(--space-10);
  }
  .hero__lead {
    width: 100%;
    max-width: 720px;
  }
  .hero__title {
    width: 100%;
    max-width: 720px;
    font-size: clamp(var(--fs-40), 5.2vw, var(--fs-58));
  }
  .hero__side {
    width: 100%;
  }
  .hero__sub {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .hero__actions {
    flex-wrap: wrap;
  }
}

.worries {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}
@media (min-width: 80.0625rem) {
  .worries {
    height: 534px;
    margin-top: -194px; /* Figma y=1034 after 84px header + 1144px hero */
    padding-inline: 0;
  }
}
.worries__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  text-align: center;
}
.worries__title {
  font-size: var(--fs-36);
  font-weight: 700;
  line-height: var(--lh-base);
  color: var(--color-heading);
}
.worries__lead {
  font-size: var(--fs-20);
  line-height: var(--lh-base);
  color: var(--color-text);
}
.worries__row {
  display: flex;
  justify-content: space-between;
}
.worries__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-12);
}
@media (min-width: 80.0625rem) {
  .worries__center {
    position: absolute;
    left: 50%;
    top: 56px;
    transform: translateX(-50%);
    width: 600px;
  }
}
.worries {
  /* Flatten desktop coordinate layout on mobile: items order 01 → 02 → 03 */
}
@media (max-width: 80rem) {
  .worries {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
    margin-top: var(--space-10);
    padding-inline: clamp(var(--space-6), 6vw, var(--page-gutter));
  }
  .worries__row, .worries__center {
    display: contents;
  }
  .worries .section-head {
    order: 0;
  }
}

/* One worry item: vertical label(s) + numbered content column */
.worry {
  display: flex;
  align-items: center;
  gap: var(--space-6);
}
.worry__labels {
  display: flex;
  align-items: flex-start; /* labels top-aligned, each hugs its text */
  gap: 10px;
  padding-block: var(--space-4);
  align-self: stretch;
}
.worry__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  width: 200px;
}
.worry__num {
  font-family: var(--ff-num);
  font-size: var(--fs-48);
  font-weight: 400;
  line-height: var(--lh-title);
  letter-spacing: -0.0208em;
  color: var(--color-brand);
}
.worry__texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.worry__text {
  font-size: var(--fs-16);
  line-height: var(--lh-base);
  color: var(--color-text-muted);
}
@media (max-width: 80rem) {
  .worry {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-3);
  }
  .worry--1 {
    order: 1;
  }
  .worry--2 {
    order: 2;
  }
  .worry--3 {
    order: 3;
  }
  .worry__labels {
    flex-wrap: wrap;
    gap: var(--space-2);
    padding-block: 0;
  }
  .worry__body {
    width: auto;
    flex: 1;
  }
  .worry .v-label {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    width: auto;
    min-height: 0;
    padding: var(--space-1) var(--space-3);
    letter-spacing: 3px;
    text-align: left;
  }
}

@keyframes about-badge-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: calc(var(--content-w) + 2 * var(--page-gutter));
  margin-inline: auto;
  margin-top: 130px;
  padding-inline: var(--page-gutter);
}
.about__photo {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 64rem) {
  .about__photo {
    height: auto;
    aspect-ratio: 1284/380;
    min-height: 200px;
  }
}
.about__card {
  display: flex;
  gap: var(--space-16);
  width: min(1140px, 100%);
  margin-top: -70px;
  padding: var(--space-8);
  background: var(--color-surface);
  position: relative;
}
@media (max-width: 64rem) {
  .about__card {
    flex-direction: column;
    gap: var(--space-6);
    margin-top: 0;
    padding: var(--space-6) var(--space-5);
  }
}
.about__title {
  flex: none;
  width: 299px;
  font-size: var(--fs-32);
  font-weight: 500;
  line-height: 1.5; /* 48/32 */
  color: var(--color-heading);
}
@media (max-width: 64rem) {
  .about__title {
    width: auto;
  }
}
.about__text {
  flex: 1;
  font-size: var(--fs-16);
  line-height: var(--lh-base);
  color: var(--color-text-muted);
}
.about__badge {
  position: absolute;
  left: -100px;
  top: 624px;
  display: grid;
  place-items: center;
  width: 163px;
  height: 164px;
  z-index: 2;
}
@media (max-width: 64rem) {
  .about__badge {
    display: none;
  }
}
.about__badge-ring {
  width: 100%;
  height: 100%;
  animation: about-badge-spin 18s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .about__badge-ring {
    animation: none;
  }
}
.about__badge-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
@media (max-width: 64rem) {
  .about {
    margin-top: var(--space-16);
  }
}

.services {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  margin-top: 75px;
}
.services__tabs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 80px;
  margin-inline: auto;
  border-block: 1px solid var(--color-border);
}
.services__tabs > li {
  width: 33.3333%;
  flex: 0 0 33.3333%;
}
.services__tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: var(--space-4) var(--space-6);
  font-family: var(--ff-latin);
  font-size: var(--fs-20);
  font-weight: 600;
  line-height: 1.3; /* 26/20 */
  letter-spacing: -0.01em;
  color: var(--color-text-muted);
  border-right: 1px solid var(--color-border);
}
.services__tab:first-child {
  border-left: 1px solid var(--color-border);
}
.services__tab[aria-selected=true] {
  color: var(--color-heading);
}
.services__tab[aria-selected=true]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: var(--color-brand);
}
.services__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-16);
  padding-inline: 80px;
}
.services__list[hidden] {
  display: none;
}
.services__actions {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  margin-top: var(--space-16);
}
@media (max-width: 64rem) {
  .services {
    margin-top: var(--space-16);
  }
  .services__tabs {
    max-width: none;
    height: auto;
    overflow-x: visible;
  }
  .services__tab {
    padding: var(--space-3) var(--space-4);
    font-size: var(--fs-16);
  }
  .services__list {
    padding-inline: var(--page-gutter);
    gap: var(--space-10);
  }
  .services__actions {
    flex-wrap: wrap;
    padding-inline: var(--page-gutter);
  }
  .services__actions .btn {
    width: 100%;
  }
}

/* Persona rows */
.persona {
  display: flex;
  justify-content: space-between;
  gap: var(--space-10);
  width: min(1280px, 100%);
}
.persona__body {
  display: flex;
  flex-direction: column;
  width: 540px;
  flex: none;
}
.persona__num {
  font-family: var(--ff-jost);
  font-size: var(--fs-40);
  font-weight: 400;
  line-height: var(--lh-base);
  letter-spacing: 0.2em;
  color: var(--color-brand);
  margin-bottom: -12px;
}
.persona__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.persona__title {
  font-family: var(--ff-zen-old-mincho);
  font-size: var(--fs-40);
  font-weight: 700;
  line-height: var(--lh-base);
  color: var(--color-heading);
}
.persona__desc {
  font-size: var(--fs-16);
  line-height: var(--lh-base);
  color: var(--color-text-muted);
  letter-spacing: 0.1em;
}
.persona__media {
  position: relative;
  width: 700px;
  height: 536px;
  flex: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.persona__media .v-label {
  position: absolute;
  top: var(--space-8);
}
.persona__media--label-right .v-label {
  right: var(--space-6);
}
.persona__media--label-left .v-label {
  left: var(--space-6);
}
@media (max-width: 80rem) {
  .persona {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-8);
  }
  .persona__media {
    order: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 780/536;
  }
  .persona__body {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 64rem) {
  .persona__media .v-label {
    width: auto;
    min-height: 0;
    padding: var(--space-2) var(--space-3);
    flex-direction: row;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 3px;
    line-height: 1.4;
    white-space: nowrap;
    top: var(--space-3);
    right: var(--space-3);
    left: auto;
  }
}

.reasons {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: clamp(40px, 40px + (92 - 40) * (100vw - 375px) / (1440 - 375), 92px);
  max-width: var(--page-w);
  margin-inline: auto;
  padding-top: 164px;
  padding-inline: var(--page-gutter);
}
.reasons .section-head {
  width: 400px;
  flex: none;
}
.reasons__grid {
  display: grid;
  grid-template-columns: 340px 335px;
  column-gap: 127px;
  row-gap: var(--space-14);
  width: 802px;
  flex: none;
}
@media (max-width: 90rem) {
  .reasons__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: var(--space-16);
    width: auto;
    flex: 1;
  }
}
@media (max-width: 64rem) {
  .reasons {
    flex-direction: column;
    margin-top: var(--space-20);
    padding-top: 0;
  }
  .reasons .section-head {
    width: auto;
  }
  .reasons__grid {
    grid-template-columns: 1fr;
    row-gap: var(--space-8);
  }
}

.reason {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.reason__head {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.reason__head--tight {
  gap: var(--space-2); /* Figma rows 5–6 use gap 8 */
}
.reason__icon {
  width: 30px;
  height: 30px;
  flex: none;
}
.reason__title {
  font-size: var(--fs-20);
  font-weight: 500;
  line-height: var(--lh-base);
  color: var(--color-heading);
}
.reason__desc {
  font-size: var(--fs-16);
  line-height: var(--lh-base);
  color: var(--color-text-muted);
}

.flow {
  width: 100%;
  margin-top: 216px; /* Figma: flow y5463 − reasons end 5247 */
  padding-left: max(var(--page-gutter), (100vw - var(--page-w)) / 2 + var(--page-gutter));
}
.flow .section-head {
  width: 390px;
  flex: none;
}
.flow .section-head__lead {
  text-align: left;
}
.flow__inner {
  display: flex;
  gap: 90px;
}
.flow {
  /* Scrollable strip; 96px headroom for vertical labels rising above cards */
}
.flow__track {
  display: flex;
  align-items: flex-start;
  gap: var(--space-8);
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 96px;
  scrollbar-width: none;
  cursor: grab;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  flex: 1 1 auto;
  min-width: 0;
}
@media (min-width: 90rem) {
  .flow__track {
    margin-top: -96px;
  }
}
.flow__track::-webkit-scrollbar {
  display: none;
}
.flow__track:active {
  cursor: grabbing;
}
.flow {
  /* Prev/next controls — Figma 17224:1430 (right-aligned, 40px below strip) */
}
.flow__nav {
  display: flex;
  justify-content: flex-end;
  gap: var(--space-6);
  max-width: var(--page-w);
  margin-top: var(--space-10);
  padding-right: 227px; /* 1440 − 1077 − 136 */
}
.flow__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid var(--color-text-subtle);
  border-radius: var(--radius-pill);
}
@media (max-width: 64rem) {
  .flow {
    margin-top: var(--space-20);
    padding-left: 0;
  }
  .flow .section-head {
    width: auto;
    padding-inline: var(--page-gutter);
  }
  .flow__inner {
    flex-direction: column;
    gap: var(--space-8);
  }
  .flow__track {
    width: 100%;
    padding-top: 40px;
    padding-inline: max(var(--page-gutter), (100vw - min(315px, 84vw)) / 2);
    scroll-padding-inline: max(var(--page-gutter), (100vw - min(315px, 84vw)) / 2);
    scroll-snap-type: x mandatory;
  }
  .flow__nav {
    justify-content: center;
    padding-inline: var(--page-gutter);
  }
}

.flow-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: var(--space-8);
  width: 315px;
  height: 316px;
  flex: none;
  padding: 42px var(--space-6) var(--space-12);
  background: var(--color-brand);
  transition: background-color 0.25s ease;
}
.flow-card--muted {
  background: var(--color-card-muted);
}
.flow-card--muted .flow-card__icon {
  filter: brightness(0) saturate(100%) invert(57%) sepia(69%) saturate(1323%) hue-rotate(157deg) brightness(92%) contrast(86%);
}
.flow-card--muted .flow-card__desc {
  color: var(--color-text-muted);
}
.flow-card--muted .flow-card__step {
  color: var(--color-heading);
}
.flow-card__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  flex: none;
  width: 64px !important;
  height: 64px !important;
  object-fit: contain;
  opacity: 1;
  filter: brightness(0) invert(1);
  transform: translate(-50%, -50%);
  transition: filter 0.25s ease, opacity 0.25s ease;
}
.flow-card__icon--dim80, .flow-card__icon--dim50 {
  opacity: 1;
}
.flow-card__step {
  position: absolute;
  top: 22px;
  left: var(--space-6);
  font-family: var(--ff-latin);
  font-size: var(--fs-14);
  line-height: 1;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.72);
}
.flow-card__desc {
  width: 243px;
  font-size: var(--fs-14);
  line-height: 1.4286; /* 20/14 */
  letter-spacing: var(--ls-tight);
  text-align: left;
  color: var(--color-inverse);
}
.flow-card {
  /* Vertical labels stick up above the card top (per-card Figma offsets) */
}
.flow-card__label {
  position: absolute;
  left: 138px;
  top: 0;
  transform: translateY(-50%);
}
.flow-card__label--t96, .flow-card__label--t76, .flow-card__label--t56, .flow-card__label--t48 {
  top: 0;
}
.flow-card__label-pair {
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  transform: translate(-50%, -50%);
}
.flow-card__label-pair--t96, .flow-card__label-pair--t76, .flow-card__label-pair--t56, .flow-card__label-pair--t48 {
  top: 0;
}
@media (max-width: 64rem) {
  .flow-card {
    width: min(315px, 84vw);
    height: 284px;
    padding: 54px var(--space-6) var(--space-8);
    scroll-snap-align: center;
  }
  .flow-card__label, .flow-card__label-pair .v-label {
    width: auto;
    min-height: 0;
    padding: var(--space-2) var(--space-3);
    flex-direction: row;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 3px;
    line-height: 1.4;
    white-space: nowrap;
  }
  .flow-card__label {
    left: auto;
    right: 10px;
    top: 10px;
    transform: none;
  }
  .flow-card__label--t96, .flow-card__label--t76, .flow-card__label--t56, .flow-card__label--t48 {
    top: 10px;
  }
  .flow-card__label-pair {
    left: auto;
    right: 10px;
    top: 10px;
    gap: 4px;
    transform: none;
  }
  .flow-card__label-pair--t96, .flow-card__label-pair--t76, .flow-card__label-pair--t56, .flow-card__label-pair--t48 {
    top: 10px;
  }
  .flow-card__step {
    top: 22px;
  }
  .flow-card__icon {
    top: 48%;
  }
}

.pricing {
  margin-top: 69px; /* Figma: pricing y6025 − flow nav end 5875 */
}
.pricing__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-12);
  margin-top: 82px; /* Figma: cards y6226 − heading end 6144 */
  padding-inline: var(--page-gutter);
}
.pricing {
  /* Full-width CTA banner — Figma 17326:1763 (1284×400px) */
}
.pricing__cta {
  position: relative;
  max-width: 1284px; /* 1440 − 2 × 78px gutter */
  margin-inline: auto;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.pricing__cta-bg-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.pricing__cta-bg {
  position: absolute;
  left: 0;
  top: -60.02%;
  width: 100%;
  height: 171.2%;
  max-width: none;
}
.pricing__cta-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 48px 64px;
  background: rgba(33, 174, 217, 0.5);
  backdrop-filter: blur(12px);
}
.pricing__cta-texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
}
.pricing__cta-title {
  font-size: var(--fs-48);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
  color: #fff;
  text-align: center;
}
.pricing__cta-sub {
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.84;
  letter-spacing: 0.02px;
  color: #bcebf6;
}
.pricing__cta-actions {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 64rem) {
  .pricing {
    margin-top: var(--space-20);
  }
  .pricing__cards {
    flex-direction: column;
    align-items: stretch;
    margin-top: var(--space-10);
  }
  .pricing__cta {
    height: auto;
    min-height: auto;
    margin-top: var(--space-12);
    padding-block: var(--space-12);
  }
  .pricing__cta-card {
    padding: var(--space-10) var(--space-6);
    margin-inline: var(--page-gutter);
  }
  .pricing__cta-title {
    font-size: var(--fs-28);
    letter-spacing: normal;
  }
  .pricing__cta-texts {
    white-space: normal;
    text-align: center;
  }
  .pricing__cta-actions {
    flex-wrap: wrap;
  }
  .pricing__cta-actions .btn {
    width: 100%;
  }
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-12);
  width: 480px;
  align-self: stretch;
  padding: var(--space-10) var(--space-8);
  background: var(--color-surface);
}
.price-card__top {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.price-card__head {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.price-card__eyebrow {
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: 1.3334; /* 24/18 */
  letter-spacing: -0.005em;
  color: var(--color-text-muted);
  align-self: flex-start;
}
.price-card__title {
  font-family: var(--ff-latin);
  font-size: var(--fs-28);
  font-weight: 600;
  line-height: 1.2858; /* 36/28 */
  color: var(--color-heading);
}
.price-card__divider {
  border: 0;
  border-top: 1px solid var(--color-brand-line);
}
.price-card__checks {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.price-card__check {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--fs-16);
  line-height: 1.375; /* 22/16 */
  letter-spacing: var(--ls-tight);
  color: var(--color-text);
}
.price-card__check img {
  flex: none;
}
.price-card__bottom {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.price-card__price {
  font-size: var(--fs-32);
  font-weight: 700;
  line-height: 1.3125; /* 42/32 */
  letter-spacing: 0;
  color: var(--color-heading);
}
.price-card {
  /* Best Value star — Figma 17228:1105 ABS @(410,16) */
}
.price-card__badge {
  position: absolute;
  top: var(--space-4);
  right: var(--space-5);
  width: 50px;
  height: 50px;
}
@media (max-width: 64rem) {
  .price-card {
    width: 100%;
    align-self: auto;
  }
}

.cases {
  padding-top: 105px;
  overflow: hidden;
}
.cases__track {
  margin-top: var(--space-10);
}
.cases {
  /* Allow the −19.5px v-label to show outside each slide */
}
.cases .slick-list {
  overflow: visible;
  margin: 0 -24px;
}
.cases .slick-list .slick-slide {
  margin: 0 24px;
}
@media (max-width: 64rem) {
  .cases {
    padding-top: var(--space-20);
  }
  .cases .slick-list {
    overflow: hidden;
    margin: 0;
  }
  .cases .slick-slide {
    display: flex !important;
    justify-content: center;
    margin: 0;
  }
  .cases .cases-slide {
    display: flex !important;
    justify-content: center;
  }
}

.case-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  width: 352px;
  flex: none;
}
.case-card--narrow {
  width: 323px; /* last card — Figma 17224:1595 */
}
.case-card__media {
  position: relative;
}
.case-card__media img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 64rem) {
  .case-card__media img {
    height: auto;
    aspect-ratio: 352/460;
  }
}
.case-card__label {
  position: absolute;
  left: -19.5px;
  bottom: 40px;
}
.case-card__facts {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  min-width: 0;
  flex: 1;
  font-size: var(--fs-14);
  line-height: var(--lh-base);
  color: var(--color-text-muted);
}
.case-card__place {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  align-self: flex-start;
  font-size: var(--fs-12);
  font-weight: 500;
  line-height: var(--lh-base);
  color: var(--color-text-muted);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E2E7;
}
.case-card__place span {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  align-self: flex-start;
}
@media (max-width: 64rem) {
  .case-card {
    width: min(352px, 100vw - 48px);
  }
  .case-card__label {
    left: auto;
    right: var(--space-3);
    top: var(--space-3);
    bottom: auto;
    width: auto;
    min-height: 0;
    padding: var(--space-2) var(--space-3);
    flex-direction: row;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 3px;
    line-height: 1.4;
    white-space: nowrap;
  }
}

@keyframes reviews-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--marquee-shift, -50%));
  }
}
.reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-10);
  margin-top: 127px;
  overflow: hidden;
}
.reviews__rows {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-8);
  width: 100%;
}
.reviews__rows:hover .reviews__row.is-marquee, .reviews__rows:focus-within .reviews__row.is-marquee {
  animation-play-state: paused;
}
.reviews__mobile-slider {
  display: none;
}
.reviews__row {
  display: flex;
  justify-content: center;
  gap: var(--space-8);
  flex: none;
  /* Marquee slider (JS duplicates the cards, then adds is-marquee) */
}
.reviews__row.is-marquee {
  justify-content: flex-start;
  width: max-content;
  animation: reviews-marquee 60s linear infinite;
}
.reviews__row.is-marquee--reverse {
  animation-direction: reverse;
}
@media (max-width: 64rem) {
  .reviews__row {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 64rem) {
  .reviews {
    margin-top: var(--space-20);
    padding-inline: var(--page-gutter);
  }
  .reviews__rows {
    display: none;
  }
  .reviews__mobile-slider {
    display: block;
    width: 100%;
    padding-inline: var(--space-5);
  }
  .reviews__mobile-slider .slider-arrow--prev {
    left: -12px;
  }
  .reviews__mobile-slider .slider-arrow--next {
    right: -12px;
  }
}

.review-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  width: 544px;
  flex: none;
  padding: var(--space-6);
  background: var(--color-surface);
}
.review-card__head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.review-card__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-1);
}
.review-card__name {
  font-size: var(--fs-20);
  font-weight: 500;
  line-height: 1.3; /* 26/20 */
  letter-spacing: -0.01em;
  color: var(--color-heading);
}
.review-card__stars {
  display: flex;
  align-items: center;
  gap: var(--space-1);
}
.review-card__meta {
  font-size: var(--fs-14);
  font-weight: 500;
  line-height: 1.4286; /* 20/14 */
  letter-spacing: var(--ls-tight);
  color: var(--color-text-subtle);
}
.review-card__text {
  font-size: var(--fs-16);
  line-height: 1.375; /* 22/16 */
  letter-spacing: var(--ls-tight);
  color: var(--color-text);
}
@media (max-width: 64rem) {
  .review-card {
    width: 100%;
  }
}

.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-12);
  padding-top: 104px; /* Figma: faq y8433 − reviews end 8329 */
  padding-inline: var(--page-gutter);
}
.faq__list {
  width: min(800px, 100%);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.faq__item {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}
.faq__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-15);
  width: 100%;
  text-align: left;
  font-size: var(--fs-16);
  font-weight: 700;
  line-height: var(--lh-base);
  letter-spacing: var(--ls-tight);
  color: var(--color-text);
}
.faq__q[aria-expanded=true] .faq__icon {
  transform: rotate(180deg);
}
.faq__icon {
  flex: none;
  transition: transform 0.2s ease;
}
.faq__a {
  padding-top: var(--space-6);
  font-size: var(--fs-16);
  line-height: var(--lh-base);
  color: var(--color-text-muted);
}
.faq__a[hidden] {
  display: none;
}
@media (max-width: 64rem) {
  .faq {
    padding-top: var(--space-20);
  }
  .faq__q {
    gap: var(--space-4);
  }
}

.contact {
  display: flex;
  justify-content: center;
  max-width: calc(var(--content-w) + 2 * var(--page-gutter));
  margin-inline: auto;
  margin-top: 108px;
  padding-inline: var(--page-gutter);
}
.contact__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-8);
  flex: 1;
  min-width: 0;
  min-height: 600px;
  padding: var(--space-10) var(--space-14);
  background: var(--color-surface);
}
.contact__head {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.contact__title {
  font-size: var(--fs-32);
  font-weight: 500;
  line-height: 1.5; /* 48/32 */
  color: var(--color-heading-alt);
}
.contact__lead {
  font-size: var(--fs-20);
  line-height: var(--lh-base);
  color: var(--color-text);
}
.contact__fields {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}
.contact__row {
  display: flex;
  gap: var(--space-8);
}
.contact__row > * {
  flex: 1;
  min-width: 0;
}
@media (max-width: 64rem) {
  .contact__row {
    flex-direction: column;
  }
}
.contact__submit {
  align-self: flex-start;
  min-width: 160px;
  margin-top: var(--space-8);
}
.contact__map {
  width: 500px;
  flex: none;
}
.contact__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 80rem) {
  .contact__map {
    width: 100%;
  }
  .contact__map img {
    height: auto;
    aspect-ratio: 500/380;
  }
}
@media (max-width: 80rem) {
  .contact {
    flex-direction: column;
  }
}
@media (max-width: 64rem) {
  .contact {
    margin-top: var(--space-20);
  }
  .contact__form {
    gap: var(--space-10);
    min-height: 0;
    padding: var(--space-6) var(--space-5);
  }
}

/* Bordered field: label sits above the input */
.field {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: var(--space-3);
}
.field__label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--fs-16);
  line-height: 1.375; /* 22/16 */
  letter-spacing: -0.005em;
  color: var(--color-text-muted);
}
.field__req {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 var(--space-2);
  border-radius: var(--radius-pill);
  background: rgba(198, 0, 1, 0.08);
  color: var(--color-required);
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: 0;
}
.field__input {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-12);
  padding: var(--space-3) var(--space-4);
  background: var(--color-surface);
  font-size: var(--fs-16);
  line-height: 1.375;
  color: var(--color-text);
  transition: border-color 0.15s ease;
}
.field__input:focus {
  outline: none;
  border-color: var(--color-brand);
}
.field {
  /* File attach row */
}
.field--file {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-12);
  cursor: pointer;
}
.field--file img {
  flex: none;
}
.field--file::after {
  content: "";
  flex: none;
  width: 24px;
  height: 24px;
  background: url("../img/icons/attach.svg") center/contain no-repeat;
}

.column {
  max-width: calc(var(--content-w) + 2 * var(--page-gutter));
  margin-inline: auto;
  margin-top: 80px;
  padding-inline: var(--page-gutter);
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}
.column__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: var(--space-8);
}
.column__title {
  font-size: var(--fs-32);
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-heading-alt);
}
.column__lead {
  width: 375px;
  max-width: 100%;
  font-size: var(--fs-20);
  line-height: var(--lh-base);
  color: var(--color-text);
}
.column__intro {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.column__cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-8);
}
.column__more {
  align-self: flex-end;
}
.column__more--mobile {
  display: none;
}
@media (max-width: 64rem) {
  .column {
    margin-top: var(--space-20);
  }
  .column__head {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-4);
  }
  .column__more {
    align-self: center;
  }
  .column__more--desktop {
    display: none;
  }
  .column__more--mobile {
    display: inline-flex;
    margin-top: var(--space-2);
  }
  .column__cards {
    display: block;
    padding-inline: var(--space-5);
  }
  .column__cards .slider-arrow--prev {
    left: -12px;
  }
  .column__cards .slider-arrow--next {
    right: -12px;
  }
}

.column-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  flex: 0 1 calc((100% - 3 * var(--space-8)) / 4);
  min-width: 0;
  transition: color 0.25s ease, transform 0.25s ease;
}
.column-card:hover, .column-card:focus-visible {
  transform: translateY(-4px);
}
.column-card:hover .column-card__title, .column-card:focus-visible .column-card__title {
  color: var(--color-brand);
}
.column-card:hover .column-card__logo, .column-card:focus-visible .column-card__logo {
  transform: scale(1.03);
}
.column-card__img {
  display: grid;
  place-items: center;
  width: 100%;
  height: 200px;
  background: var(--color-surface);
  overflow: hidden;
}
.column-card__logo {
  width: 55%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
  transition: transform 0.35s ease;
}
.column-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.column-card__title {
  max-width: 263px;
  font-size: var(--fs-20);
  font-weight: 500;
  line-height: var(--lh-base);
  color: var(--color-heading);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Figma box 74px / lh 36.8 */
  line-clamp: 2;
  overflow: hidden;
}
.column-card__excerpt {
  max-width: 286px;
  font-size: var(--fs-14);
  line-height: var(--lh-base);
  color: var(--color-text);
  opacity: 0.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Figma box 79px / lh 25.76 */
  line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 64rem) {
  .column-card {
    flex: none;
  }
  .slick-slide .column-card {
    display: flex !important;
  }
  .column-card__title, .column-card__excerpt {
    max-width: none;
  }
}

@keyframes company-badge-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.company {
  position: relative;
  max-width: calc(1280px + 2 * var(--page-gutter));
  margin-inline: auto;
  margin-top: 118px;
}
.company__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: var(--page-gutter);
}
.company__title {
  width: 287px;
  flex: none;
  font-size: var(--fs-40);
  font-weight: 500;
  line-height: var(--lh-base);
  color: var(--color-heading);
}
.company__text {
  width: 802px;
  max-width: 100%;
  padding-top: var(--space-3);
  font-size: var(--fs-16);
  line-height: var(--lh-base);
  color: var(--color-text);
}
.company__permits {
  margin-top: var(--space-10);
  padding-inline: var(--page-gutter);
  display: flex;
  flex-direction: column;
  gap: var(--space-10);
}
.company__permits-lead {
  max-width: 760px;
  font-size: var(--fs-16);
  line-height: var(--lh-base);
  color: var(--color-text-muted);
}
.company {
  /* Stamp badge — decorative accent next to the section heading */
}
.company__badge {
  position: relative;
  width: 163px;
  height: 164px;
  flex: none;
  align-self: center;
}
.company__badge-ring {
  width: 100%;
  height: 100%;
  animation: company-badge-spin 18s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .company__badge-ring {
    animation: none;
  }
}
.company__badge-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
@media (max-width: 64rem) {
  .company {
    margin-top: var(--space-20);
  }
  .company__head {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-4);
  }
  .company__title {
    width: auto;
  }
  .company__permits {
    margin-top: var(--space-8);
    gap: var(--space-8);
  }
  .company__badge {
    display: none;
  }
}

.permit-group__title {
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: var(--lh-base);
  color: var(--color-heading);
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-2);
  border-bottom: 1px solid var(--color-border);
}

.permit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--space-4);
}
@media (max-width: 64rem) {
  .permit-grid {
    grid-template-columns: 1fr;
  }
}

.permit-card {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-5);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-12);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.permit-card:hover {
  border-color: var(--color-brand-line);
  box-shadow: 0 12px 24px rgba(7, 78, 106, 0.08);
  transform: translateY(-2px);
}
.permit-card__icon {
  flex: none;
  margin-top: 2px;
}
.permit-card__name {
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-heading);
}
.permit-card__area {
  display: inline-flex;
  margin-top: var(--space-1);
  padding: 2px 10px;
  font-size: var(--fs-12);
  font-weight: 500;
  color: var(--color-brand);
  background: var(--color-brand-soft);
  border-radius: var(--radius-pill);
}

.cta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 90px; /* Figma gap 100 after logo strip */
  min-height: 360px;
  padding: 74px var(--page-gutter) 72px;
  background-image: url("../img/photos/cta-bg-3ac33c.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(7, 38, 48, 0.55);
}
.cta__title {
  font-family: var(--ff-zen-old-mincho);
  font-size: var(--fs-48);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--color-inverse);
}
.cta__actions {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
}
.cta__actions .btn {
  min-width: 250px;
  min-height: 56px;
  padding-inline: var(--space-8);
}
.cta__note {
  font-size: var(--fs-14);
  font-weight: 700;
  line-height: var(--lh-base);
  text-align: center;
  color: var(--color-brand-light);
}
@media (max-width: 64rem) {
  .cta {
    margin-top: var(--space-16);
    min-height: 300px;
    padding-block: var(--space-16);
  }
  .cta__title {
    font-size: var(--fs-32);
    letter-spacing: 0.04em;
  }
  .cta__actions {
    flex-direction: column;
    align-items: stretch;
    width: min(320px, 100%);
  }
  .cta__actions .btn {
    min-width: 0;
    width: 100%;
  }
}

.mobile-cta {
  display: none;
}
@media (max-width: 64rem) {
  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-3) calc(var(--space-2) + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 -10px 28px rgba(7, 78, 106, 0.14);
    backdrop-filter: blur(10px);
  }
}
.mobile-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 48px;
  border-radius: var(--radius-pill);
  font-size: var(--fs-14);
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.mobile-cta__btn img {
  flex: none;
}
.mobile-cta__btn:hover, .mobile-cta__btn:focus-visible {
  transform: translateY(-2px);
}
.mobile-cta__btn--primary {
  background: var(--color-brand);
  color: var(--color-inverse);
  box-shadow: 0 12px 24px rgba(33, 174, 217, 0.24);
}
.mobile-cta__btn--primary:hover, .mobile-cta__btn--primary:focus-visible {
  background: var(--color-heading-alt);
}
.mobile-cta__btn--ghost {
  background: var(--color-surface);
  color: var(--color-brand);
  border: 1px solid var(--color-brand-line);
}
.mobile-cta__btn--ghost:hover, .mobile-cta__btn--ghost:focus-visible {
  background: var(--color-brand-soft);
  color: var(--color-heading-alt);
}

body.is-menu-open .mobile-cta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.footer {
  position: relative;
  background: var(--color-footer-bg);
  border-top: 1px solid var(--c-white-a10);
  color: var(--color-inverse);
  padding: 0;
}
.footer__grid {
  display: grid;
  grid-template-columns: 619fr 267fr 259fr 295fr; /* divider x: 619 / 886 / 1145 */
  max-width: var(--page-w);
  margin-inline: auto;
  min-height: 386px;
}
.footer__col {
  border-left: 1px solid var(--c-white-a10);
  padding-top: 81px;
}
.footer__col--info {
  border-left: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  padding-left: var(--page-gutter);
  padding-bottom: var(--space-8);
}
.footer__col--s1 {
  padding-left: 72px;
}
.footer__col--s2 {
  padding-left: 61px;
}
.footer__col--s3 {
  padding-left: 57px;
}
.footer__about {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.footer__logo {
  width: 167px;
  height: 40px;
  object-fit: cover;
}
.footer__desc {
  max-width: 393px;
  font-size: var(--fs-14);
  line-height: var(--lh-base);
  opacity: 0.7;
}
.footer__chips {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  align-items: flex-start;
}
.footer__chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}
.footer__chip {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: var(--c-white-a10);
  border-radius: var(--radius-pill);
  font-size: var(--fs-14);
  line-height: var(--lh-base);
  max-width: 100%;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.footer__chip b {
  font-weight: 700;
}
.footer__chip a {
  transition: color 0.25s ease;
}
.footer__chip a:hover, .footer__chip a:focus-visible {
  color: var(--color-brand-light);
}
.footer__nav-title {
  display: block;
  margin-bottom: var(--space-6);
  font-size: var(--fs-16);
  font-weight: 700;
  line-height: var(--lh-base);
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  opacity: 0.7;
  font-size: var(--fs-16);
  line-height: var(--lh-base);
}
.footer__links a {
  display: inline-flex;
  align-self: flex-start;
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
.footer__links a:hover, .footer__links a:focus-visible {
  color: var(--color-brand-light);
  opacity: 1;
  transform: translateX(4px);
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-6);
  max-width: var(--page-w);
  margin-inline: auto;
  padding: var(--space-4) var(--page-gutter);
  border-top: 1px solid var(--c-white-a10);
}
.footer__copy {
  font-size: var(--fs-14);
  line-height: var(--lh-base);
  opacity: 0.3;
}
.footer__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--fs-14);
  font-weight: 700;
  line-height: var(--lh-base);
  color: var(--color-brand);
  white-space: nowrap;
  transition: color 0.25s ease, transform 0.25s ease;
}
.footer__contact-link img {
  transition: transform 0.25s ease;
}
.footer__contact-link:hover, .footer__contact-link:focus-visible {
  color: var(--color-brand-light);
  transform: translateX(2px);
}
.footer__contact-link:hover img, .footer__contact-link:focus-visible img {
  transform: translateX(4px);
}
.footer__fab {
  position: fixed;
  right: 39px;
  bottom: 97px;
  z-index: 75;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: var(--color-brand);
  border-radius: var(--radius-12);
  outline: 4px solid var(--color-inverse);
  box-shadow: var(--shadow-lift);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}
.footer__fab::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid var(--color-inverse);
  border-left: 3px solid var(--color-inverse);
  transform: translateY(4px) rotate(45deg);
  transition: transform 0.25s ease;
}
.footer__fab.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.footer__fab:hover, .footer__fab:focus-visible {
  background: var(--color-heading-alt);
  transform: translateY(-3px);
}
.footer__fab:hover::before, .footer__fab:focus-visible::before {
  transform: translateY(0) rotate(45deg);
}
.footer__fab:active {
  transform: translateY(0);
}
@media (max-width: 80rem) {
  .footer__grid {
    grid-template-columns: 42fr 19fr 19fr 20fr;
  }
  .footer__col--info {
    padding-left: var(--space-8);
  }
  .footer__col--s1, .footer__col--s2, .footer__col--s3 {
    padding-left: var(--space-8);
  }
}
@media (max-width: 64rem) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
  }
  .footer__col {
    padding: var(--space-8) var(--page-gutter) 0;
    border-left: 0;
  }
  .footer__col--info {
    grid-column: 1/-1;
    padding-top: var(--space-10);
  }
  .footer__col--s3 {
    grid-column: 1/-1;
    padding-bottom: var(--space-8);
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-2);
  }
  .footer__links {
    gap: var(--space-3);
  }
  .footer__fab {
    right: var(--space-4);
    bottom: calc(84px + env(safe-area-inset-bottom));
    width: 45px;
    height: 45px;
    outline-width: 3px;
  }
  .footer__fab::before {
    width: 12px;
    height: 12px;
    border-top-width: 2px;
    border-left-width: 2px;
  }
}

.decor {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  max-width: none;
  display: none;
}
@media (min-width: 64.0625rem) {
  .decor {
    display: block;
  }
}
.decor {
  /* Behind the about card, spans into services — page (−2, 1861) */
}
.decor--1 {
  left: calc(50% - 50vw);
  top: 211px;
  width: 100vw;
  height: 731px;
}
.decor {
  /* Behind reasons → reviews — page (0, 4672) */
}
.decor--2 {
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
}
.decor--2-3 {
  left: calc(50% - 50vw);
  top: 10px;
  width: 100vw;
}
.decor {
  /* Behind company/footer area — page (−2, 10439) */
}
.decor--4 {
  left: calc(50% - 50vw);
  top: -255px;
  width: 100vw;
  height: 993px;
}
.decor--5 {
  left: calc(50% - 50vw);
  top: 374px;
  width: 100vw;
}

/* Sections that host a decor only need a positioning context (no z-index —
   a stacking context here would trap the decor above the section content). */
.has-decor {
  position: relative;
}

[data-reveal] {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}
[data-reveal].is-inview {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

[data-reveal=left] {
  transform: translateX(-48px);
}

[data-reveal=right] {
  transform: translateX(48px);
}

[data-reveal=up] {
  transform: translateY(40px);
}
