/* edroplet — soft clarity + airy shell (typography unchanged) */
:root {
  --ink: #17242b;
  --ink-soft: #314650;
  --muted: #5d727c;
  --wash: #eef5f4;
  --surface: #fbfcfc;
  --line: rgba(23, 36, 43, 0.1);
  --sea: #1a9e94;
  --sea-deep: #117a73;
  --sea-soft: rgba(26, 158, 148, 0.12);
  --max: 48rem;
  --wide: 72rem;
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "Source Serif 4", Georgia, serif;
  --radius: 14px;
  --radius-sm: 10px;
  --ease: cubic-bezier(0.25, 0.8, 0.25, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-optical-sizing: auto;
  line-height: 1.7;
  color: var(--ink);
  background:
    radial-gradient(900px 420px at 12% -8%, rgba(26, 158, 148, 0.16), transparent 58%),
    radial-gradient(640px 320px at 96% 8%, rgba(17, 122, 115, 0.1), transparent 52%),
    linear-gradient(180deg, #e5f0ef 0%, var(--wash) 22%, var(--surface) 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

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

a {
  color: var(--sea-deep);
  text-decoration-thickness: 1.25px;
  text-underline-offset: 0.18em;
}

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

/* —— background ornaments —— */
.page {
  position: relative;
}

.bg-art {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.bg-drop {
  position: absolute;
  border-radius: 55% 55% 55% 18%;
  background: linear-gradient(165deg, rgba(78, 207, 191, 0.35), rgba(17, 122, 115, 0.18));
  transform: rotate(-18deg);
  filter: blur(0.5px);
}

.bg-drop-a {
  width: 7.5rem;
  height: 9.5rem;
  top: 8rem;
  left: -1.5rem;
  opacity: 0.55;
}

.bg-drop-b {
  width: 4.2rem;
  height: 5.4rem;
  top: 42%;
  right: 3%;
  opacity: 0.4;
  transform: rotate(22deg);
}

.bg-drop-c {
  width: 5.5rem;
  height: 7rem;
  bottom: 18%;
  left: 6%;
  opacity: 0.28;
  transform: rotate(-8deg);
}

.bg-ring {
  position: absolute;
  border: 1.5px solid rgba(26, 158, 148, 0.22);
  border-radius: 50%;
}

.bg-ring-a {
  width: 18rem;
  height: 18rem;
  top: 14rem;
  right: -6rem;
}

.bg-ring-b {
  width: 11rem;
  height: 11rem;
  bottom: 28%;
  right: 8%;
  border-color: rgba(26, 158, 148, 0.14);
}

.bg-wave {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 12rem;
  background:
    radial-gradient(60% 90% at 20% 0%, rgba(26, 158, 148, 0.1), transparent 70%),
    radial-gradient(50% 80% at 70% 10%, rgba(255, 255, 255, 0.45), transparent 65%);
  opacity: 0.9;
}

@media (max-width: 900px) {
  .bg-drop-a,
  .bg-drop-c,
  .bg-ring-b {
    display: none;
  }
}

/* —— advertorial label —— */
.ad-label {
  position: relative;
  z-index: 50;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: var(--ink);
  padding: 0.4rem 0.75rem;
  border-bottom: 2px solid var(--sea);
}

/* —— header —— */
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(238, 245, 244, 0.82);
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 0 rgba(26, 158, 148, 0.14);
}

.topbar-inner {
  width: min(100% - 2rem, var(--wide));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--ink);
  user-select: none;
  -webkit-user-select: none;
}

.brand-mark {
  width: 1.4rem;
  height: 1.65rem;
  border-radius: 55% 55% 55% 20%;
  background: linear-gradient(165deg, #4ecfbf, var(--sea-deep));
  transform: rotate(-16deg);
  box-shadow: 0 6px 14px var(--sea-soft);
  flex-shrink: 0;
}

.brand-text {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.06em;
  line-height: 1;
  color: var(--ink);
  user-select: none;
  -webkit-user-select: none;
}

.brand-e {
  color: var(--sea);
  display: inline-block;
  transform: translateY(0.02em);
}

.top-cta {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: #fff;
  background: var(--sea-deep);
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  box-shadow: 0 8px 18px var(--sea-soft);
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

.top-cta:hover {
  background: var(--ink);
  color: #fff;
  transform: translateY(-1px);
}

/* —— buttons —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(145deg, var(--sea), var(--sea-deep));
  box-shadow: 0 10px 24px var(--sea-soft);
}

.btn-primary:hover {
  color: #fff;
  background: linear-gradient(145deg, #22b3a8, #0e6d67);
}

.btn-ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
}

.btn-ghost:hover {
  color: var(--ink);
  background: #fff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cta-inline {
  margin-top: 1.3rem;
}

.cta-inline.late {
  margin-top: 1.45rem;
}

/* —— story shell —— */
.story {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 0.5rem 0 1.4rem;
}

.story::before {
  content: "";
  position: absolute;
  left: -1.35rem;
  top: 2.8rem;
  bottom: 4rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--sea), rgba(26, 158, 148, 0.08));
  opacity: 0.55;
}

@media (max-width: 720px) {
  .story::before {
    display: none;
  }
}

/* —— article opening: split head —— */
.article-head {
  display: grid;
  gap: 1.25rem;
  padding: 2.5rem 0 1.6rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 0.35rem;
  align-items: end;
}

@media (min-width: 840px) {
  .article-head {
    grid-template-columns: 1fr auto;
    gap: 2rem;
  }
}

.article-head h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 4.4vw, 2.7rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0;
  color: var(--ink);
  max-width: 16ch;
}

.article-head-aside {
  display: flex;
  align-items: flex-end;
}

/* —— blocks —— */
.block {
  padding: 2.1rem 0 2.3rem;
  border-bottom: 1px solid var(--line);
}

.block:last-child {
  border-bottom: 0;
}

.block-head {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.95rem;
}

@media (min-width: 720px) {
  .block-head {
    grid-template-columns: 8.5rem 1fr;
    gap: 1rem;
    align-items: start;
  }

  .block-head .kicker {
    margin: 0.35rem 0 0;
  }

  .block-head h2 {
    margin: 0;
  }
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sea-deep);
  margin: 0 0 0.7rem;
}

.kicker::before {
  content: "";
  width: 0.55rem;
  height: 0.7rem;
  border-radius: 55% 55% 55% 20%;
  background: linear-gradient(165deg, #4ecfbf, var(--sea-deep));
  transform: rotate(-16deg);
}

.block h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 3.2vw, 1.9rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 0 0 0.95rem;
  color: var(--ink);
  max-width: 22ch;
}

.block p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
}

.block p:last-child {
  margin-bottom: 0;
}

.block strong {
  color: var(--ink);
  font-weight: 700;
}

.pull {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.025em;
  line-height: 1.35;
  color: var(--ink);
  border-left: 3px solid var(--sea);
  padding-left: 1rem;
  margin: 1.35rem 0 !important;
}

/* —— stat callout (structure break) —— */
.stat-callout {
  margin: 1.35rem 0 1.5rem;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(26, 158, 148, 0.12), rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(26, 158, 148, 0.2);
  box-shadow: inset 4px 0 0 var(--sea);
}

.stat-callout p {
  margin: 0;
  font-size: 1.05rem;
}

/* —— split section —— */
.block-split {
  display: grid;
  gap: 1.4rem;
}

@media (min-width: 900px) {
  .block-split {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.75rem;
    align-items: start;
  }

  .block-split .block-head {
    grid-template-columns: 1fr;
  }

  .block-split .shot-aside {
    margin: 0.4rem 0 0;
    position: sticky;
    top: 5.5rem;
  }
}

/* —— images —— */
.shot {
  margin: 1.35rem 0 2.65rem;
  border-radius: var(--radius);
  overflow: hidden;
  background: #dfeae8;
  border: 1px solid rgba(23, 36, 43, 0.06);
  box-shadow: 0 16px 36px rgba(23, 36, 43, 0.07);
}

.shot img {
  width: 100%;
  height: auto;
  display: block;
}

.shot:not(:has(figcaption)) img,
.shot-pair .shot img,
.wear-rail .shot img,
.week-shots .shot img,
.shot-aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.shot-pair .shot,
.wear-rail .shot,
.week-shots .shot,
.shot-aside {
  aspect-ratio: 4 / 3;
  margin: 0;
}

.shot figcaption {
  font-size: 0.86rem;
  color: var(--muted);
  padding: 0.7rem 1rem 0.85rem;
  background: rgba(255, 255, 255, 0.72);
}

.shot-wide {
  width: min(100vw - 2rem, 56rem);
  margin-left: 50%;
  transform: translateX(-50%);
  aspect-ratio: auto;
}

.shot-wide img {
  height: auto;
  object-fit: contain;
}

.shot-pair {
  display: grid;
  gap: 1rem;
  margin: 1.35rem 0 2.65rem;
}

@media (min-width: 720px) {
  .shot-pair {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.wear-rail {
  display: grid;
  gap: 0.9rem;
  margin: 1.35rem 0 2.65rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 700px) {
  .wear-rail {
    grid-template-columns: 1fr;
  }

  .wear-rail .shot {
    aspect-ratio: 16 / 10;
  }
}

@media (min-width: 900px) {
  .wear-rail {
    width: min(100vw - 2rem, 58rem);
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

/* —— feature list: 2 on top, summaries full width below —— */
.flow-list {
  list-style: none;
  margin: 1.25rem 0 1.6rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.flow-list li:last-child {
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  .flow-list {
    grid-template-columns: 1fr;
  }
}

.flow-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.flow-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--sea-deep);
  background: var(--sea-soft);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-top: 0.1rem;
}

.flow-list h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.25rem;
}

.flow-list p {
  margin: 0;
  font-size: 0.98rem;
}

/* —— timeline: 1 full, then 2 side by side —— */
.timeline {
  margin: 0.4rem 0 0;
  display: grid;
  gap: 1.15rem;
}

.timeline-pair {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 760px) {
  .timeline-pair {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

.timeline-pair .week {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.timeline-pair .week-outcome,
.timeline-pair .week-shots {
  margin-top: auto;
  padding-top: 1rem;
}

.week {
  padding: 1.2rem 1.15rem 1.25rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.week-label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--sea-deep);
  margin: 0 0 0.45rem;
}

.week p {
  margin: 0;
}

.week-outcome {
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-sm);
  background: linear-gradient(160deg, rgba(26, 158, 148, 0.14), rgba(255, 255, 255, 0.85));
  border: 1px solid rgba(26, 158, 148, 0.22);
}

.week-outcome-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sea-deep);
  margin: 0 0 0.55rem !important;
}

.week-outcome ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.week-outcome li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.35;
}

.week-outcome li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.45rem;
  height: 0.55rem;
  border-radius: 55% 55% 55% 20%;
  background: linear-gradient(165deg, #4ecfbf, var(--sea-deep));
  transform: rotate(-16deg);
}

.week-shots {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.05rem;
}

@media (min-width: 640px) {
  .week-shots.two {
    grid-template-columns: 1fr 1fr;
  }
}

/* —— quotes —— */
.quotes {
  display: grid;
  gap: 1rem;
  margin-top: 0.35rem;
}

@media (min-width: 760px) {
  .quotes {
    grid-template-columns: 1fr 1fr;
  }
}

.quote {
  margin: 0;
  padding: 1.25rem;
  background: #fff;
  color: var(--ink-soft);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(23, 36, 43, 0.05);
}

.quote h3 {
  font-family: var(--font-display);
  font-size: 1.12rem;
  letter-spacing: -0.025em;
  margin: 0 0 0.6rem;
  color: var(--ink);
}

.quote p {
  margin: 0 0 1rem;
  font-size: 0.98rem;
}

.quote footer {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.quote footer img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--sea-soft);
}

.quote cite {
  font-style: normal;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--sea-deep);
}

.reviews-note {
  margin: 1.55rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 42rem;
}

/* —— CTA —— */
.cta-band {
  margin: 2.5rem 0 1.2rem;
  padding: 1.85rem 1.4rem;
  border-radius: calc(var(--radius) + 4px);
  background:
    radial-gradient(420px 160px at 90% 0%, rgba(26, 158, 148, 0.35), transparent 60%),
    linear-gradient(150deg, #1a2c34, #122028);
  color: #fff;
  text-align: left;
  display: grid;
  gap: 1.25rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 800px) {
  .cta-band {
    grid-template-columns: 1.2fr 0.8fr;
    padding: 2rem 1.6rem;
    min-height: 12.5rem;
  }
}

.cta-band-copy {
  position: relative;
  z-index: 1;
}

.cta-band h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.035em;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  margin: 0 0 0.5rem;
  max-width: 18ch;
}

.cta-band p {
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.76);
  max-width: 34ch;
}

.cta-orbit {
  position: relative;
  min-height: 8.5rem;
  justify-self: center;
  width: min(100%, 14rem);
}

.cta-drop {
  position: absolute;
  border-radius: 55% 55% 55% 20%;
  background: linear-gradient(165deg, rgba(110, 216, 205, 0.95), rgba(26, 158, 148, 0.55));
  transform: rotate(-16deg);
  animation: dropFloat 4.5s ease-in-out infinite;
}

.cta-drop-1 {
  width: 3.4rem;
  height: 4.2rem;
  left: 38%;
  top: 18%;
}

.cta-drop-2 {
  width: 1.7rem;
  height: 2.1rem;
  left: 18%;
  top: 48%;
  opacity: 0.7;
  animation-delay: -1.2s;
}

.cta-drop-3 {
  width: 1.15rem;
  height: 1.45rem;
  right: 18%;
  top: 28%;
  opacity: 0.55;
  animation-delay: -2.4s;
}

.cta-ring {
  position: absolute;
  inset: 8% 12%;
  border: 1.5px solid rgba(110, 216, 205, 0.35);
  border-radius: 50%;
  animation: ringPulse 3.8s ease-in-out infinite;
}

.cta-pulse {
  position: absolute;
  left: 42%;
  top: 36%;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: rgba(110, 216, 205, 0.22);
  animation: softPulse 2.8s ease-out infinite;
}

@keyframes dropFloat {
  0%, 100% { transform: rotate(-16deg) translateY(0); }
  50% { transform: rotate(-12deg) translateY(-10px); }
}

@keyframes ringPulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50% { transform: scale(1.06); opacity: 1; }
}

@keyframes softPulse {
  0% { transform: scale(0.7); opacity: 0.7; }
  70% { transform: scale(1.8); opacity: 0; }
  100% { transform: scale(1.8); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .cta-drop,
  .cta-ring,
  .cta-pulse {
    animation: none;
  }
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  background: rgba(251, 252, 252, 0.92);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
}

/* —— sources —— */
.sources {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.sources h2 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.8rem;
}

.sources ol {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.sources li {
  margin-bottom: 0.65rem;
  scroll-margin-top: 5.5rem;
}

.sources li:target {
  background: var(--sea-soft);
  border-radius: var(--radius-sm);
  outline: 1px solid rgba(26, 158, 148, 0.28);
  padding: 0.35rem 0.5rem;
  margin-left: -0.5rem;
}

.sources li span {
  display: block;
  color: var(--ink-soft);
  font-weight: 600;
  margin-bottom: 0.12rem;
}

a.cite {
  color: var(--sea-deep);
  text-decoration: underline;
  text-decoration-thickness: 1.25px;
  text-underline-offset: 0.18em;
}

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

/* —— legal —— */
.legal-shell {
  position: relative;
  z-index: 1;
}

.legal-page {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto 3.5rem;
  padding: 2.2rem 0 0;
}

.legal-page .article-head {
  margin-bottom: 1.4rem;
}

.legal-page .article-head h1 {
  max-width: 14ch;
}

.legal-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  padding: 1.4rem 1.35rem 1.6rem;
  box-shadow: 0 14px 34px rgba(23, 36, 43, 0.05);
}

.legal-page h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin: 1.75rem 0 0.55rem;
  color: var(--ink);
}

.legal-card > h2:first-child {
  margin-top: 0;
}

.legal-page h3 {
  font-family: var(--font-display);
  font-size: 1.02rem;
  margin: 1.15rem 0 0.4rem;
  color: var(--ink);
}

.legal-page p,
.legal-page li {
  color: var(--ink-soft);
}

.legal-page ul,
.legal-page ol {
  padding-left: 1.2rem;
}

.legal-page a {
  font-weight: 600;
}

/* —— footer —— */
.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
  padding: 2.4rem 0 7rem;
  background:
    radial-gradient(520px 220px at 12% 0%, rgba(26, 158, 148, 0.18), transparent 65%),
    linear-gradient(180deg, #163038 0%, #122028 100%);
  color: rgba(236, 245, 243, 0.72);
  border-top: 1px solid rgba(110, 216, 205, 0.18);
}

.footer-inner {
  width: min(100% - 2rem, var(--wide));
  margin-inline: auto;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand .brand-text {
  color: #fff;
}

.footer-brand .brand-e {
  color: #6ed8cd;
}

.footer-brand:hover .brand-text {
  color: #e8fffb;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.15rem;
}

.footer-nav a {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  color: #6ed8cd;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-disclosures {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 760px) {
  .footer-disclosures {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

@media (min-width: 1100px) {
  .footer-disclosures {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer-disc {
  margin: 0;
  padding: 1.05rem 1.1rem 1.15rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-disc h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6ed8cd;
  margin: 0 0 0.7rem;
}

.footer-disc p {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(236, 245, 243, 0.68);
}

.footer-disc p:last-child {
  margin-bottom: 0;
}

.footer-disc a {
  color: #6ed8cd;
}

.footer-disc-contact {
  background: rgba(26, 158, 148, 0.1);
  border-color: rgba(110, 216, 205, 0.2);
}

.footer-disc-contact strong {
  color: #fff;
  font-weight: 700;
}

.footer-bottom {
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 0.45rem;
}

.footer-copy {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.88);
}

.footer-note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(236, 245, 243, 0.58);
  max-width: 48rem;
}

/* —— cookie —— */
.cookie-bar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius);
  background: rgba(18, 32, 40, 0.96);
  color: #ecf5f3;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  max-width: 40rem;
  margin-inline: auto;
}

.cookie-bar[hidden] {
  display: none !important;
}

.cookie-bar p {
  margin: 0;
  flex: 1 1 14rem;
  font-size: 0.92rem;
}

.cookie-bar a {
  color: #6ed8cd;
}

.cookie-bar button {
  font-family: var(--font-display);
  font-weight: 700;
  border: 0;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  background: var(--sea);
  color: #fff;
  cursor: pointer;
}

/* —— motion —— */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
