:root {
  --ink-950: #112135;
  --ink-900: #17304a;
  --ink-800: #224563;
  --ink-700: #355e81;
  --sand-50: #f8f3ec;
  --sand-100: #f3ede4;
  --sand-200: #e7ddcd;
  --sand-300: #dac9b0;
  --mist-100: #edf3f6;
  --mist-200: #dce7ec;
  --sage-100: #d8e3da;
  --sage-300: #a9bea8;
  --gold-300: #d9be90;
  --gold-400: #caa46e;
  --gold-500: #b98746;
  --white: #ffffff;
  --shadow-xl: 0 30px 90px rgba(17, 33, 53, 0.16);
  --shadow-lg: 0 24px 60px rgba(17, 33, 53, 0.12);
  --shadow-md: 0 16px 36px rgba(17, 33, 53, 0.1);
  --shadow-sm: 0 12px 24px rgba(17, 33, 53, 0.08);
  --border-soft: rgba(23, 48, 74, 0.1);
  --border-strong: rgba(23, 48, 74, 0.16);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1220px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: 'Avenir Next', 'Segoe UI', 'Trebuchet MS', sans-serif;
  color: var(--ink-900);
  line-height: 1.7;
  background:
    radial-gradient(circle at 12% 10%, rgba(105, 151, 186, 0.16), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(201, 167, 109, 0.18), transparent 20%),
    linear-gradient(180deg, #fbf7f0 0%, #f4eee6 46%, #fbf8f3 100%);
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)),
    linear-gradient(90deg, rgba(17, 33, 53, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(17, 33, 53, 0.025) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  mask-image: radial-gradient(circle at center, black 34%, transparent 92%);
  pointer-events: none;
  opacity: 0.38;
}

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

svg {
  display: block;
}

picture {
  display: block;
}

a {
  color: inherit;
}

main p a,
main li a,
.hero-card a,
.overview-copy a,
.overview-side a,
.faq-content a {
  color: var(--ink-800);
  font-weight: 700;
  text-decoration-color: rgba(34, 69, 99, 0.38);
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.18em;
}

main p a:hover,
main li a:hover,
.hero-card a:hover,
.overview-copy a:hover,
.overview-side a:hover,
.faq-content a:hover {
  color: var(--ink-950);
  text-decoration-color: rgba(185, 135, 70, 0.62);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(185, 135, 70, 0.72);
  outline-offset: 4px;
}

.container {
  width: min(var(--container), calc(100% - 2.8rem));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  top: -999px;
  left: -999px;
  background: var(--ink-950);
  color: var(--white);
  padding: 0.75rem 1rem;
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
  left: 1rem;
  z-index: 99;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 1rem 0 0;
  background: linear-gradient(180deg, rgba(248, 243, 236, 0.9), rgba(248, 243, 236, 0.55) 70%, transparent);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 40px rgba(17, 33, 53, 0.08);
}

.site-header.is-scrolled .nav-wrap {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 48px rgba(17, 33, 53, 0.12);
}

.brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.88rem;
  min-width: 0;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(17, 33, 53, 0.14));
}

.brand-mark,
h1,
h2,
h3 {
  font-family: 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
}

.brand-mark {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink-950);
  line-height: 1;
}

.brand-tag {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgba(34, 69, 99, 0.86);
  white-space: nowrap;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-links a {
  text-decoration: none;
  color: rgba(23, 48, 74, 0.86);
  font-size: 0.93rem;
  font-weight: 700;
  padding: 0.62rem 0.88rem;
  border-radius: 999px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(34, 69, 99, 0.09);
  color: var(--ink-950);
  transform: translateY(-1px);
}

.mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
}

.mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink-950);
}

.hero {
  position: relative;
  padding: 3.9rem 0 2.8rem;
  overflow: clip;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.hero::before {
  width: 560px;
  height: 560px;
  right: -140px;
  top: 32px;
  background: radial-gradient(circle, rgba(201, 167, 109, 0.18), rgba(201, 167, 109, 0.02) 64%, transparent 72%);
}

.hero::after {
  width: 420px;
  height: 420px;
  left: -120px;
  top: 140px;
  background: radial-gradient(circle, rgba(105, 151, 186, 0.14), transparent 68%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 2.4rem;
  align-items: center;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-700);
}

.eyebrow::before,
.section-kicker::before {
  content: '';
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-500), rgba(185, 135, 70, 0.14));
}

h1,
h2,
h3 {
  line-height: 1.02;
  margin: 0 0 1rem;
  letter-spacing: -0.04em;
  color: var(--ink-950);
}

h1 {
  margin-top: 1rem;
  font-size: clamp(3.2rem, 6vw, 6rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(2.1rem, 3.8vw, 3.4rem);
}

h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.72rem);
}

.hero p,
.section-copy p,
.site-footer p,
.site-footer li,
.site-footer a,
.faq-content,
.card p,
.side-card p,
.gallery-card figcaption,
.featured-image figcaption,
.stat span,
.breadcrumb,
.hero-card p {
  color: rgba(34, 69, 99, 0.88);
}

.hero p {
  margin: 0 0 1rem;
  max-width: 62ch;
  font-size: 1.03rem;
}

.hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.55rem 0 0;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.68rem 0.92rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 28px rgba(17, 33, 53, 0.06);
  color: var(--ink-900);
  font-size: 0.86rem;
  font-weight: 700;
}

.cta-row,
.showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.78rem 1.28rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease, filter 180ms ease;
}

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

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, #17304a 0%, #355e81 58%, #4c769b 100%);
  box-shadow: 0 18px 38px rgba(23, 48, 74, 0.22);
}

.btn-primary:hover {
  filter: brightness(1.06);
}

.btn-secondary {
  color: var(--ink-950);
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(23, 48, 74, 0.14);
  box-shadow: 0 14px 30px rgba(17, 33, 53, 0.08);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(23, 48, 74, 0.24);
}

.btn-nav {
  min-height: 44px;
  padding-inline: 1rem;
  background: linear-gradient(135deg, rgba(185, 135, 70, 0.18), rgba(185, 135, 70, 0.08));
  color: var(--ink-950);
  border-color: rgba(185, 135, 70, 0.24);
  box-shadow: none;
}

.btn-nav:hover {
  background: linear-gradient(135deg, rgba(185, 135, 70, 0.26), rgba(185, 135, 70, 0.16));
}

.hero-side {
  display: grid;
  gap: 1rem;
}

.hero-visual {
  position: relative;
  padding: 1rem;
  border-radius: calc(var(--radius-xl) + 4px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.52)),
    linear-gradient(135deg, rgba(105, 151, 186, 0.16), rgba(201, 167, 109, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow-xl);
}

.hero-image-card,
.featured-image,
.showcase-card,
.gallery-card {
  margin: 0;
  overflow: clip;
  background: var(--white);
}

.hero-image-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 60px rgba(17, 33, 53, 0.18);
}

.hero-image-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 62%;
  filter: saturate(1.03) contrast(1.02);
}

.hero-badge {
  position: absolute;
  padding: 0.72rem 0.88rem;
  border-radius: 18px;
  background: rgba(17, 33, 53, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow-md);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-badge-top {
  top: 1.8rem;
  left: -0.8rem;
}

.hero-badge-bottom {
  right: -0.6rem;
  bottom: 1.8rem;
}

.hero-card {
  position: relative;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(165deg, rgba(17, 33, 53, 0.96), rgba(35, 69, 99, 0.92));
  box-shadow: var(--shadow-lg);
  overflow: clip;
}

.hero-card::before {
  content: '';
  position: absolute;
  inset: auto -10% -40% auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 167, 109, 0.35), transparent 70%);
  pointer-events: none;
}

.hero-card h3,
.cta-banner h2,
.cta-banner p,
.site-footer h3,
.footer-brand h3 {
  color: var(--white);
}

.hero-card p,
.hero-list li,
.footer-kicker,
.site-footer p,
.site-footer li,
.site-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.hero-list,
.check-list,
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-list li,
.check-list li {
  position: relative;
  padding-left: 1.3rem;
  margin-bottom: 0.62rem;
}

.hero-list li::before,
.check-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--gold-400);
  font-weight: 900;
}

.breadcrumb {
  margin-top: 1.4rem;
  font-size: 0.85rem;
}

.breadcrumb a {
  text-decoration: none;
}

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

.section {
  position: relative;
  padding: 2rem 0;
}

.section.alt::before {
  content: '';
  position: absolute;
  inset: 1rem 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.22));
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(23, 48, 74, 0.06);
  pointer-events: none;
}

.overview-shell,
.showcase-shell,
.journey-shell,
.pathways-shell,
.planner-shell,
.gallery-shell,
.cards-shell,
.section-shell,
.media-shell,
.faq-wrap,
.cta-banner {
  position: relative;
  z-index: 1;
}

.overview-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 1.35rem;
  align-items: stretch;
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
}

.overview-copy {
  padding: 0.5rem 0.4rem;
}

.overview-copy > p {
  max-width: 60ch;
}

.overview-side {
  display: grid;
  gap: 1rem;
}

.side-card {
  padding: 1.25rem 1.2rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 243, 236, 0.82));
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.95rem;
  margin-top: 1.4rem;
}

.stat {
  padding: 1.12rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 236, 228, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 32px rgba(17, 33, 53, 0.08);
}

.stat strong {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--ink-950);
  font-size: 1.5rem;
  line-height: 1;
}

.showcase-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1.35rem;
  align-items: center;
  padding: 1.4rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-lg);
}

.showcase-copy {
  padding: 0.8rem 0.3rem;
}

.showcase-copy p {
  margin: 0 0 1rem;
  max-width: 52ch;
}

.showcase-media {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.82fr);
  gap: 1rem;
  min-height: 100%;
}

.showcase-stack {
  display: grid;
  gap: 1rem;
}

.showcase-card {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-md);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.showcase-card:hover {
  transform: translateY(-5px) rotate(-0.35deg);
  box-shadow: 0 28px 56px rgba(17, 33, 53, 0.16);
}

.showcase-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 60%;
  filter: saturate(1.03) contrast(1.02);
}

.showcase-card-primary {
  min-height: 100%;
}

.showcase-card-primary img {
  aspect-ratio: 3 / 4;
}

.media-shell,
.section-shell,
.faq-wrap {
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
}

.featured-image {
  border-radius: calc(var(--radius-xl) - 6px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-md);
}

.featured-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 58%;
}

.featured-image figcaption {
  padding: 0.9rem 1.05rem 1.05rem;
  font-size: 0.92rem;
}

.section-shell {
  max-width: 920px;
}

.section-copy h2,
.overview-copy h2,
.cards-intro h2,
.gallery-intro h2,
.faq-wrap h2,
.showcase-copy h2,
.cta-banner h2 {
  max-width: 14ch;
}

.section-copy p,
.section-copy li {
  font-size: 1.02rem;
}

.section-copy p {
  margin: 0 0 1rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.cards-shell {
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-lg);
}

.journey-shell,
.pathways-shell,
.planner-shell {
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
}

.journey-intro,
.pathways-intro {
  max-width: 760px;
  margin-bottom: 1.25rem;
}

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

.journey-card,
.path-card {
  min-height: 100%;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 238, 229, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-md);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.journey-card:hover,
.path-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 56px rgba(17, 33, 53, 0.14);
}

.journey-step {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  margin-bottom: 1rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(17, 33, 53, 0.98), rgba(53, 94, 129, 0.94));
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-card h3,
.path-card h3 {
  margin-bottom: 0.6rem;
}

.journey-card p,
.path-card p {
  margin: 0;
}

.journey-note {
  margin-top: auto;
  padding-top: 0.95rem;
  color: var(--ink-700);
  font-weight: 700;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.path-kicker {
  margin: 0 0 0.7rem;
  color: var(--ink-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.path-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.path-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.58rem;
  color: rgba(34, 69, 99, 0.88);
}

.path-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--gold-500);
}

.planner-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 1rem;
  align-items: start;
}

.planner-intro {
  padding: 0.35rem 0.2rem;
}

.planner-intro > p {
  max-width: 54ch;
}

.planner-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.planner-point {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 28px rgba(17, 33, 53, 0.07);
  color: var(--ink-900);
  font-size: 0.88rem;
  font-weight: 700;
}

.planner-support {
  margin: 1rem 0 0;
}

.planner-form-card,
.planner-preview {
  border-radius: var(--radius-lg);
  overflow: clip;
}

.planner-form-card {
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 238, 229, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-md);
}

.planner-form {
  display: grid;
  gap: 1rem;
}

.planner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.field-full {
  grid-column: 1 / -1;
}

.field > span {
  color: var(--ink-800);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(23, 48, 74, 0.14);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: var(--ink-950);
  font: inherit;
}

.field select {
  appearance: none;
  padding-right: 3rem;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink-700) 50%),
    linear-gradient(135deg, var(--ink-700) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

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

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border-color: rgba(53, 94, 129, 0.42);
  box-shadow: 0 0 0 4px rgba(105, 151, 186, 0.14);
}

.planner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.planner-actions .btn {
  min-width: 180px;
}

.planner-note,
.planner-status {
  margin: 0;
  color: rgba(34, 69, 99, 0.86);
  font-size: 0.92rem;
}

.planner-status {
  min-height: 1.4rem;
  font-weight: 700;
}

.planner-status[data-state='success'] {
  color: var(--ink-950);
}

.planner-status[data-state='fallback'] {
  color: var(--ink-700);
}

.planner-preview {
  padding: 1.25rem;
  background:
    radial-gradient(circle at 84% 18%, rgba(201, 167, 109, 0.28), transparent 30%),
    linear-gradient(180deg, rgba(17, 33, 53, 0.98), rgba(32, 65, 96, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-lg);
}

.planner-preview-label {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.planner-preview-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  white-space: pre-line;
}

.cards-intro {
  max-width: 720px;
  margin-bottom: 1.25rem;
}

.card {
  min-height: 230px;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 238, 229, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-md);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.card:hover,
.gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 56px rgba(17, 33, 53, 0.14);
}

.card h3 {
  margin-bottom: 0.6rem;
}

.card p {
  margin: 0;
}

.link-arrow {
  margin-top: auto;
  text-decoration: none;
  font-weight: 800;
  color: var(--ink-900);
}

.link-arrow:hover {
  color: var(--ink-950);
}

.gallery-shell {
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-lg);
}

.gallery-intro {
  max-width: 740px;
  margin-bottom: 1.25rem;
}

.gallery-intro p {
  margin: 0;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-card {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-md);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 60%;
  filter: saturate(1.03) contrast(1.02);
}

.gallery-card figcaption {
  padding: 0.95rem 1rem 1.05rem;
  font-size: 0.92rem;
  line-height: 1.55;
}

.faq-wrap {
  max-width: 980px;
}

.faq-item {
  border-radius: 20px;
  border: 1px solid rgba(23, 48, 74, 0.1);
  background: rgba(255, 255, 255, 0.7);
  margin-top: 0.8rem;
  overflow: clip;
}

.faq-btn {
  width: 100%;
  padding: 1.05rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  color: var(--ink-950);
  font: inherit;
  font-weight: 800;
}

.faq-btn::after {
  content: '+';
  flex: 0 0 auto;
  color: var(--ink-700);
  font-size: 1.25rem;
  line-height: 1;
}

.faq-item.open .faq-btn::after {
  content: '-';
}

.faq-content {
  padding: 0 1.1rem 1.1rem;
}

.cta-banner {
  padding: 2.2rem;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 82% 22%, rgba(201, 167, 109, 0.3), transparent 28%),
    linear-gradient(135deg, rgba(17, 33, 53, 0.98), rgba(32, 65, 96, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 68px rgba(17, 33, 53, 0.24);
  overflow: clip;
}

.cta-banner p {
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.8);
}

.floating-cta {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 55;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.92rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(17, 33, 53, 0.98), rgba(53, 94, 129, 0.94));
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 20px 48px rgba(17, 33, 53, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.floating-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(17, 33, 53, 0.28);
}

.site-footer {
  margin-top: 3.8rem;
  padding: 2.8rem 0 2rem;
  background:
    radial-gradient(circle at 84% 22%, rgba(201, 167, 109, 0.16), transparent 22%),
    linear-gradient(180deg, #122338 0%, #0d1a2a 100%);
}

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

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.footer-logo {
  width: 58px;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.24));
}

.footer-brand h3 {
  margin-bottom: 0.08rem;
}

.footer-kicker {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin-bottom: 0.44rem;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--white);
}

.footer-note {
  margin-top: 1.8rem;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes badgeFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -6px, 0);
  }
}

.js-enabled .hero-visual {
  animation: drift 10s ease-in-out infinite;
}

.js-enabled .hero-badge-top,
.js-enabled .hero-badge-bottom {
  animation: badgeFloat 8s ease-in-out infinite;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.js-enabled .floating-cta {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 18px, 0);
}

.js-enabled .floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

@media (max-width: 1160px) {
  .hero-grid,
  .overview-shell,
  .showcase-shell,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 1.8rem;
  }

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

  .showcase-card-primary {
    grid-column: span 2;
  }

  .showcase-card-primary img {
    aspect-ratio: 16 / 9;
  }

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

  .planner-shell {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 920px) {
  .site-header {
    padding-top: 0.75rem;
  }

  .nav-wrap {
    min-height: 74px;
    padding-inline: 1rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .nav-actions {
    flex: 1 1 100%;
    margin-left: auto;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav-wrap.nav-ready {
    align-items: center;
  }

  .nav-wrap.nav-ready .mobile-toggle {
    display: inline-block;
    order: 3;
  }

  .nav-wrap.nav-ready .nav-actions {
    position: relative;
    flex: 0 1 auto;
    margin-left: auto;
    flex-wrap: nowrap;
  }

  .nav-wrap.nav-ready .btn-nav {
    display: none;
  }

  .nav-wrap.nav-ready .nav-links {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 0.8rem);
    width: min(300px, calc(100vw - 2rem));
    padding: 0.85rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(23, 48, 74, 0.1);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(18px);
    flex-direction: column;
    align-items: stretch;
    gap: 0.3rem;
  }

  .nav-wrap.nav-ready .nav-links.open {
    display: flex;
  }

  h1 {
    font-size: clamp(2.6rem, 10vw, 4.4rem);
    max-width: 10ch;
  }

  .hero-badge-top {
    left: 1.1rem;
    top: 1.1rem;
  }

  .hero-badge-bottom {
    right: 1.1rem;
    bottom: 1.1rem;
  }

  .floating-cta {
    right: 1rem;
    bottom: 1rem;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(var(--container), calc(100% - 1.35rem));
  }

  .brand-tag {
    display: none;
  }

  .hero {
    padding-top: 2.7rem;
  }

  .hero-chip-row,
  .cta-row,
  .showcase-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .hero-visual,
  .overview-shell,
  .showcase-shell,
  .journey-shell,
  .pathways-shell,
  .planner-shell,
  .gallery-shell,
  .cards-shell,
  .section-shell,
  .media-shell,
  .faq-wrap,
  .cta-banner {
    padding: 1rem;
  }

  .showcase-media,
  .overview-side,
  .gallery-mosaic,
  .card-grid,
  .stat-grid,
  .journey-grid,
  .path-grid,
  .planner-grid {
    grid-template-columns: 1fr;
  }

  .showcase-card-primary {
    grid-column: auto;
  }

  .hero-badge {
    position: static;
    margin-top: 0.75rem;
    text-align: center;
  }

  .hero-visual {
    display: flex;
    flex-direction: column;
  }

  .planner-actions {
    flex-direction: column;
  }

  .planner-form-card,
  .planner-preview {
    padding: 1rem;
  }

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

  .floating-cta {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .site-footer {
    padding-bottom: 6.8rem;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .btn,
  .card,
  .journey-card,
  .path-card,
  .gallery-card,
  .showcase-card,
  .nav-links a,
  .hero-visual,
  .hero-badge,
  .floating-cta,
  .reveal {
    transition: none;
    animation: none;
  }
}
