@charset "UTF-8";
/* ============================================================
   バディエステート 名古屋支店 中村区岩塚町 — 特設ページ
   Design: 「風だより／kaze-dayori」 — 風車と、名駅を吹き抜ける風
   ------------------------------------------------------------
   Signature element: スクロール連動の「風車（かざぐるま）」インジ
   ケーター（.progress-rail / #progressLeaf）。script_branch_detail.js
   は要素の top(%) と rotate(deg) をスクロール量に応じて書き換える
   だけなので、中身を桜の花びらから風車に差し替えるだけで
   「読み進むほど風車が回る」体験になる ＝ JS不変・見た目だけ刷新。
   ============================================================ */

/* ---------- Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;600;700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Cormorant+Garamond:ital,wght@0,500;1,500;1,600&display=swap');

/* ---------- Design tokens ---------- */
:root {
  /* --- palette: 名駅の空とビル風／そよ風のグラデーション --- */
  --sky: #F3F8FA;
  /* 澄んだ空紙 */
  --sky-deep: #E2EEF2;
  /* 少し翳った空 */
  --sky-line: rgba(13, 42, 58, .12);
  --ink: #123245;
  /* 深い藍 */
  --ink-soft: #4E6C7B;
  /* やわらかい藍 */
  --breeze: #2E8E93;
  /* 風＝ティール */
  --breeze-deep: #1C6367;
  --sun: #E3A94C;
  /* 風上がりの陽だまり（差し色） */
  --sun-deep: #B9822F;
  --leafgreen: #6B8F5A;
  /* 街路樹の若葉（差し色） */
  --dusk: #0E2434;
  /* 夕風の紺（濃色面） */
  --dusk-deep: #081521;
  --cream-text: #F7FAF6;

  --shadow-soft: 0 18px 40px -22px rgba(8, 21, 33, .42);
  --shadow-card: 0 10px 30px -14px rgba(8, 21, 33, .22);

  --font-display: "Zen Old Mincho", serif;
  --font-body: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-en: "Cormorant Garamond", serif;

  --radius-lg: 28px;
  --radius-md: 16px;
  --radius-sm: 8px;

  --ease-soft: cubic-bezier(.22, .61, .36, 1);
  --ease-gust: cubic-bezier(.16, .84, .44, 1);
}

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

html {
  scroll-behavior: smooth;
}

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

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}

body,
h1,
h2,
h3,
p,
ul,
ol,
li,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

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

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

strong {
  font-weight: 700;
  color: var(--breeze-deep);
}

body {
  font-family: var(--font-body);
  background: var(--sky);
  color: var(--ink);
  line-height: 1.9;
  letter-spacing: .02em;
  font-size: 1.55rem;
  overflow-x: hidden;
  background-image:
    radial-gradient(circle at 6% 6%, rgba(46, 142, 147, .07), transparent 42%),
    radial-gradient(circle at 94% 26%, rgba(227, 169, 76, .06), transparent 46%);

}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 60%;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

.en {
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: .1em;
}

/* ---------- Layout helpers ---------- */
.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 96px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 64px 0;
  }

  .wrap {
    padding: 0 22px;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 600;
  font-size: 1.55rem;
  color: var(--breeze-deep);
  letter-spacing: .2em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 9px;
  flex: none;
  background:
    radial-gradient(circle at 30% 50%, var(--breeze) 0 2px, transparent 2.4px),
    linear-gradient(90deg, transparent, var(--breeze) 40%, var(--breeze) 100%);
  background-repeat: no-repeat;
  opacity: .8;
}

.section-head {
  max-width: 720px;
  margin: 0 0 44px;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 4.2vw, 3.6rem);
  color: var(--ink);
  margin-top: 14px;
  line-height: 1.55;
}

.lead {
  font-size: 1.6rem;
  color: var(--ink-soft);
  line-height: 2;
  margin-top: 16px;
}

/* ---------- Reveal-on-scroll — 風にふわっと運ばれて着地 ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px) rotate(-1deg);
  transition: opacity .95s var(--ease-gust), transform .95s var(--ease-gust);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

.reveal-stagger>* {
  opacity: 0;
  transform: translateY(20px) rotate(-1deg);
  transition: opacity .7s var(--ease-gust), transform .7s var(--ease-gust);
}

.reveal-stagger.in-view>* {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

.reveal-stagger.in-view>*:nth-child(1) {
  transition-delay: .04s;
}

.reveal-stagger.in-view>*:nth-child(2) {
  transition-delay: .13s;
}

.reveal-stagger.in-view>*:nth-child(3) {
  transition-delay: .22s;
}

.reveal-stagger.in-view>*:nth-child(4) {
  transition-delay: .31s;
}

.reveal-stagger.in-view>*:nth-child(5) {
  transition-delay: .4s;
}

/* ---------- Content block: alternating text / image layout ---------- */
.content-block {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-top: 60px;
  opacity: 0;
  transition: opacity 1s var(--ease-gust), transform 1s var(--ease-gust);
}

.content-block.from-left {
  flex-direction: row;
  transform: translateX(-64px) rotate(-1.2deg);
}

.content-block.from-right {
  flex-direction: row-reverse;
  transform: translateX(64px) rotate(1.2deg);
}

.content-block.in-view {
  opacity: 1;
  transform: translateX(0) rotate(0deg);
}

.content-block-text {
  flex: 2 1 0;
  min-width: 0;
}

.content-block-text>*:first-child {
  margin-top: 0;
}

.content-block-image {
  flex: 1 1 0;
  min-width: 0;
}

/* organic "wind-carved cloud" frame instead of a plain rectangle */
.image-placeholder {
  height: 100%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--sky-deep);
  border: 1.5px dashed var(--breeze);
  border-radius: 58% 42% 61% 39% / 44% 40% 60% 56%;
  text-align: center;
  padding: 14px;
  animation: driftBob 7s ease-in-out infinite;
}

.image-placeholder img {
  border: 1.5px dashed var(--breeze);
  border-radius: 58% 42% 61% 39% / 44% 40% 60% 56%;
}

@keyframes driftBob {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media screen and (max-width: 860px) {
  .content-block {
    flex-direction: column !important;
    gap: 26px;
    transform: translateY(28px) rotate(0deg) !important;
  }

  .content-block.in-view {
    transform: translateY(0) !important;
  }

  .content-block-image {
    width: 100%;
    order: 2;
  }

  .content-block-text {
    order: 1;
  }

  .image-placeholder {
    min-height: 160px;
    animation: none;
  }
}

/* ---------- Scroll progress: 風車（かざぐるま） signature element ---------- */
.progress-rail {
  position: fixed;
  top: 12%;
  right: 22px;
  height: 76%;
  width: 28px;
  display: none;
  z-index: 40;
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .progress-rail {
    display: block;
  }
}

.progress-rail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--sky-line) 8%, var(--sky-line) 92%, transparent);
  transform: translateX(-50%);
}

.progress-leaf {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 26px;
  height: 26px;
  color: var(--breeze);
  filter: drop-shadow(0 3px 6px rgba(28, 99, 103, .4));
  transition: top .12s linear;
}

.progress-leaf .pin-hub {
  color: var(--sun);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 74vh;
  display: flex;
  align-items: flex-end;
  padding: 160px 0 120px;
  background-image: url(/pic/03acch_nagoya-nakamura_header-bg.webp);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

/* drifting clouds — slow ambient wind */
.hero-clouds {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-cloud {
  position: absolute;
  border-radius: 50%;
  background: rgba(247, 250, 246, .16);
  filter: blur(2px);
  animation: cloudDrift linear infinite;
}

.hero-cloud.c1 {
  width: 220px;
  height: 60px;
  top: 12%;
  left: -260px;
  animation-duration: 46s;
}

.hero-cloud.c2 {
  width: 160px;
  height: 44px;
  top: 24%;
  left: -200px;
  animation-duration: 60s;
  animation-delay: -18s;
  opacity: .8;
}

.hero-cloud.c3 {
  width: 280px;
  height: 70px;
  top: 6%;
  left: -320px;
  animation-duration: 74s;
  animation-delay: -40s;
  opacity: .6;
}

@keyframes cloudDrift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(100vw + 340px));
  }
}

/* wind gusts — curved streak lines sweeping across */
.hero-gusts {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-gust {
  position: absolute;
  width: 46%;
  height: auto;
  color: var(--cream-text);
  animation: gustSweep linear infinite;
}

@keyframes gustSweep {
  0% {
    transform: translateX(-60%);
    opacity: 0;
  }

  12% {
    opacity: .5;
  }

  85% {
    opacity: .22;
  }

  100% {
    transform: translateX(220%);
    opacity: 0;
  }
}

/* wisps — dandelion-seed-like fragments blown sideways */
.hero-wisp {
  position: absolute;
  top: 12%;
  width: 16px;
  height: 16px;
  color: var(--cream-text);
  opacity: .55;
  animation: wispBlow 11s linear infinite;
}

.hero-wisp.w2 {
  color: var(--sun);
  opacity: .5;
}

.hero-wisp.w3 {
  color: var(--breeze);
  opacity: .45;
}

@keyframes wispBlow {
  0% {
    transform: translate(-10vw, 0) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: .6;
  }

  50% {
    transform: translate(48vw, -6vh) rotate(180deg);
  }

  90% {
    opacity: .3;
  }

  100% {
    transform: translate(112vw, 4vh) rotate(340deg);
    opacity: 0;
  }
}

/* Nagoya-station skyline silhouette (JR Central Towers motif) */
.hero-skyline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: auto;
  max-height: 122px;
  color: var(--sky);
  opacity: .94;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 0 24px;
  margin: 0 auto;
  text-align: left;
}

.hero .eyebrow {
  color: var(--cream-text);
}

.hero .eyebrow::before {
  background:
    radial-gradient(circle at 30% 50%, var(--sun) 0 2px, transparent 2.4px),
    linear-gradient(90deg, transparent, var(--sun) 40%, var(--sun) 100%);
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--cream-text);
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1.45;
  margin-top: 20px;
  text-shadow: 0 10px 30px rgba(8, 21, 33, .45);
}

.hero-sub {
  margin-top: 20px;
  font-size: 1.6rem;
  color: var(--cream-text);
  letter-spacing: .05em;
}

.hero-scrollcue {
  position: absolute;
  left: 50%;
  bottom: 104px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(247, 250, 246, .78);
  font-family: var(--font-en);
  font-style: italic;
  font-size: 1.2rem;
}

.hero-scrollcue span {
  width: 1px;
  height: 34px;
  background: currentColor;
  overflow: hidden;
  position: relative;
}

.hero-scrollcue span::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--cream-text);
  animation: scrollcue 1.8s ease-in-out infinite;
}

@keyframes scrollcue {
  0% {
    top: -100%;
  }

  60% {
    top: 100%;
  }

  100% {
    top: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 45vh;
    padding: 150px 0 76px;
  }

  .hero-skyline {
    max-height: 68px;
  }

  .hero-scrollcue {
    bottom: 22px;
  }

  .hero-sub {
    max-width: 90%;
  }

  .hero-gust {
    width: 80%;
  }
}

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px 0;
  font-size: 1.25rem;
  color: var(--ink-soft);
  display: flex;
  gap: 8px;
  align-items: center;
}

.breadcrumb a:hover {
  color: var(--breeze-deep);
}

.breadcrumb .sep {
  opacity: .5;
}

.breadcrumb .current {
  color: var(--breeze-deep);
}

/* ---------- Branch card ---------- */
.branch-card {
  max-width: 1120px;
  margin: 26px auto 0;
  padding: 0 24px;
}

.branch-card-inner {
  position: relative;
  overflow: hidden;
  background: var(--dusk);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: center;
  box-shadow: var(--shadow-soft);
}

.branch-card-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 15%, rgba(46, 142, 147, .45), transparent 55%);
  opacity: .85;
}

.branch-card-inner::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(115deg, rgba(247, 250, 246, .05) 0 2px, transparent 2px 26px);
  opacity: .5;
}

.branch-icon {
  position: relative;
  width: 68px;
  height: 68px;
  color: var(--breeze);
  flex: none;
  animation: spinSlow 9s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes spinSlow {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 640px) {
  .branch-card-inner {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 32px 26px;
  }

  .branch-icon {
    width: 50px;
    height: 50px;
  }
}

.branch-body {
  position: relative;
  color: var(--cream-text);
}

.branch-badge {
  display: inline-block;
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 600;
  letter-spacing: .16em;
  font-size: 1.2rem;
  color: var(--sun);
  border: 1px solid rgba(247, 250, 246, .4);
  border-radius: 999px;
  padding: 4px 14px;
  margin-bottom: 10px;
}

.branch-name {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
}

.branch-address {
  margin-top: 8px;
  font-size: 1.35rem;
  color: rgba(247, 250, 246, .82);
}

.branch-meta {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
  z-index: 5;
}

.branch-tel a {
  font-family: var(--font-display);
  font-size: 1.9rem;
  color: var(--cream-text);
}

.branch-tel small {
  display: block;
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: rgba(247, 250, 246, .6);
  letter-spacing: .08em;
}

.branch-maplink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.3rem;
  color: var(--breeze);
  border-bottom: 1px solid rgba(46, 142, 147, .55);
  padding-bottom: 2px;
  transition: opacity .3s;
}

.branch-maplink:hover {
  opacity: .7;
}

/* ---------- Quick nav (table of contents) ---------- */
.quicknav {
  max-width: 1120px;
  margin: 22px auto 0;
  padding: 0 24px;
}

.quicknav-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 20px;
  background: var(--sky);
  border: 1px solid var(--sky-line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.quicknav-label {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--breeze-deep);
  font-weight: 700;
  margin-right: 4px;
}

.quicknav a {
  font-size: 1.25rem;
  color: var(--ink-soft);
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--sky-line);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
  white-space: nowrap;
}

.quicknav a:hover,
.quicknav a:focus-visible {
  background: var(--breeze);
  color: var(--cream-text);
  border-color: var(--breeze);
}

@media screen and (max-width: 640px) {
  .quicknav-inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .quicknav-inner::-webkit-scrollbar {
    display: none;
  }

  .quicknav-label {
    display: none;
  }
}

/* ---------- Market stats ---------- */
.market-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 20px;
  margin: 34px 0 6px;
}

.stat-card {
  background: var(--sky);
  border: 1px solid var(--sky-line);
  border-radius: var(--radius-md);
  padding: 30px 28px;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}

.stat-card::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 92px;
  height: 92px;
  background: radial-gradient(circle, rgba(46, 142, 147, .18), transparent 70%);
}

.stat-label {
  font-size: 1.3rem;
  color: var(--ink-soft);
  letter-spacing: .05em;
}

.stat-value {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--breeze-deep);
  font-size: clamp(3.4rem, 5vw, 4.6rem);
  margin-top: 6px;
  line-height: 1;
}

.stat-value small {
  font-size: 40%;
  font-weight: 600;
  margin-left: 2px;
}

.stat-note {
  display: block;
  margin-top: 10px;
  font-size: 1.15rem;
  color: var(--ink-soft);
}

.refer {
  margin-top: 14px;
  font-size: 8px;
  color: var(--ink-soft);
}

.refer a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--breeze-deep);
}

.refer a:hover {
  color: var(--breeze);
}

/* ---------- Sub headings inside prose ---------- */
.case-subtitle {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 2.5rem);
  margin-top: 56px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 12px;
}

.case-subtitle::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: none;
  background: var(--breeze);
  clip-path: polygon(50% 0%, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0% 50%, 39% 39%);
  /* 四方に風がそよぐ、かざぐるまの芯を象徴するマーク */
}

.case-subtitle-note {
  margin-top: 8px;
  font-size: 1.3rem;
  color: var(--ink-soft);
}

.prose p {
  margin-top: 18px;
  font-size: 1.5rem;
  line-height: 2;
  color: var(--ink);
}

.prose p.lead {
  font-size: 1.6rem;
}

/* ---------- Insight list — 風のうずマーク ---------- */
.insight-list {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.insight-list li {
  position: relative;
  padding: 14px 20px 14px 52px;
  background: var(--sky-deep);
  border-radius: var(--radius-sm);
  font-size: 1.4rem;
  color: var(--ink);
}

.insight-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: var(--leafgreen);
  border-radius: 60% 40% 65% 35% / 40% 65% 35% 60%;
}

/* ---------- Blockquote highlight ---------- */
.insight-highlight {
  position: relative;
  margin-top: 30px;
  padding: 30px 32px 30px 40px;
  background: var(--dusk);
  color: var(--cream-text);
  border-radius: var(--radius-md);
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.85;
}

.insight-highlight::before {
  content: "\201C";
  position: absolute;
  top: 6px;
  left: 12px;
  font-size: 5rem;
  color: var(--breeze);
  font-family: var(--font-display);
  line-height: 1;
  opacity: .75;
}

/* ---------- Feature chip list ---------- */
.area-feature-list {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.area-feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.25rem;
  letter-spacing: .01em;
  background: var(--sky);
  border: 1px solid var(--breeze);
  color: var(--breeze-deep);
  border-radius: 999px;
  padding: 9px 18px;
  transition: background .3s ease, color .3s ease, transform .3s var(--ease-soft);
}

.area-feature-chip strong {
  color: var(--breeze-deep);
  font-weight: 700;
}

.area-feature-chip:hover {
  background: var(--breeze);
  color: var(--cream-text);
  transform: translateY(-2px) rotate(-1deg);
}

.area-feature-chip:hover strong {
  color: var(--cream-text);
}

a.area-feature-chip {
  cursor: pointer;
}

/* ---------- CTA banner — flowing wind-current pattern ---------- */
.area-cta {
  margin-top: 46px;
  padding: 34px 36px;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, var(--breeze) 0%, var(--breeze-deep) 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.area-cta::before {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background-image: repeating-linear-gradient(100deg,
      transparent 0,
      transparent 26px,
      rgba(255, 255, 255, .16) 26px,
      rgba(255, 255, 255, .16) 28px);
  animation: currentFlow 9s linear infinite;
  opacity: .5;
}

@keyframes currentFlow {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(120px);
  }
}

.area-cta-text {
  position: relative;
  color: var(--cream-text);
  font-size: 1.5rem;
  font-weight: 600;
}

.area-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  background: var(--cream-text);
  color: var(--breeze-deep);
  font-weight: 700;
  font-size: 1.4rem;
  padding: 15px 30px;
  border-radius: 999px;
  transition: transform .35s var(--ease-soft), box-shadow .35s ease;
  box-shadow: 0 12px 24px -10px rgba(8, 21, 33, .5);
}

.area-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px -10px rgba(8, 21, 33, .6);
}

.area-cta-btn svg {
  width: 16px;
  height: 16px;
}

/* ---------- FAQ accordion ---------- */
.faq-section {
  background: var(--sky);
}

.faq-list {
  margin-top: 34px;
  display: grid;
  gap: 14px;
}

.faq-item {
  background: var(--sky-deep);
  border: 1px solid var(--sky-line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.55rem;
  color: var(--ink);
}

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

.faq-item summary::before {
  content: "Q";
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--breeze);
  color: var(--cream-text);
  font-family: var(--font-en);
  font-style: italic;
  font-size: 1.4rem;
}

.faq-item summary .faq-caret {
  flex: none;
  width: 18px;
  height: 18px;
  color: var(--breeze-deep);
  transition: transform .35s var(--ease-soft);
}

.faq-item[open] summary .faq-caret {
  transform: rotate(135deg);
}

.faq-answer {
  padding: 0 26px 24px 72px;
  font-size: 1.4rem;
  line-height: 1.9;
  color: var(--ink-soft);
}

.faq-item summary:focus-visible {
  outline: 2px solid var(--breeze-deep);
  outline-offset: -2px;
}

/* ---------- Related areas ---------- */
.areas-section .lead {
  max-width: 640px;
}