/*
Theme Name: Schuit Portaal
Theme URI: https://schuit.info
Author: GitHub Copilot
Description: Eenvoudige, Nederlandstalige portal theme voor het Schuit familieproject.
Version: 0.1.0
Text Domain: schuit-portal
*/

:root {
  --schuit-bg: #f4efe6;
  --schuit-surface: rgba(255, 255, 255, 0.84);
  --schuit-surface-solid: #ffffff;
  --schuit-ink: #171411;
  --schuit-muted: #5f554b;
  --schuit-accent: #5d3b24;
  --schuit-accent-2: #123f3a;
  --schuit-accent-3: #9c6a3f;
  --schuit-border: rgba(23, 20, 17, 0.12);
  --schuit-border-strong: rgba(23, 20, 17, 0.18);
  --schuit-shadow: 0 24px 60px rgba(23, 20, 17, 0.12);
  --schuit-radius: 22px;
  --schuit-max: 1200px;

  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--schuit-ink);
  background:
    radial-gradient(circle at top, rgba(92, 59, 36, 0.14), transparent 34%),
    linear-gradient(180deg, #fffdfa 0%, var(--schuit-bg) 100%);
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.55;
}

:focus-visible {
  outline: 3px solid var(--schuit-accent-2);
  outline-offset: 3px;
}

h1,
h2,
h3 {
  line-height: 1.1;
  letter-spacing: -0.03em;
}

a {
  color: var(--schuit-accent-2);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.15em;
}

a:hover {
  color: var(--schuit-accent);
}

a:focus-visible,
.button:focus-visible,
.site-nav a:focus-visible {
  text-decoration: none;
}

.schuit-shell,
.site-main,
.site-header__inner,
.site-footer__inner {
  width: min(calc(100% - 2rem), var(--schuit-max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 242, 0.78);
  border-bottom: 1px solid var(--schuit-border-strong);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.9rem 0;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: inherit;
  text-decoration: none;
}

.site-brand__mark {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 999px;
  border: 1px solid var(--schuit-border);
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 20, 17, 0.12);
}

.site-brand__text {
  display: grid;
}

.site-brand__title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.site-brand__tagline {
  font-size: 0.88rem;
  color: var(--schuit-muted);
}

.site-nav ul {
  display: flex;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--schuit-ink);
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  min-height: 44px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(23, 20, 17, 0.05);
  color: var(--schuit-accent-2);
}

.hero {
  margin: 1.4rem 0 1.6rem;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15, 11, 8, 0.92), rgba(15, 11, 8, 0.58)),
    url('/banner.png') center/cover no-repeat;
  box-shadow: 0 28px 64px rgba(23, 20, 17, 0.16);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1.4rem;
  align-items: stretch;
  padding: clamp(2.4rem, 5vw, 5.6rem);
}

.hero__copy {
  display: grid;
  align-content: start;
}

.hero__aside {
  align-self: stretch;
  padding: 1.5rem;
  color: var(--schuit-ink);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 244, 236, 0.96));
  border: 1px solid rgba(23, 20, 17, 0.08);
  box-shadow: 0 22px 46px rgba(17, 15, 13, 0.18);
}

.hero__aside h2,
.hero__aside p,
.hero__aside strong,
.hero__aside span,
.hero__aside .button--ghost-dark {
  color: inherit;
}

.hero__aside p {
  color: var(--schuit-muted);
}

.card__eyebrow,
.section-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.hero__pills li {
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.9rem;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.15rem 0 0.2rem;
}

.hero__stats div {
  display: grid;
  gap: 0.16rem;
  padding: 0.8rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero__stats strong {
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero__stats span {
  font-size: 0.98rem;
  font-weight: 700;
}

.hero--home h1 {
  max-width: 12ch;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero__copy h1,
.hero__copy p,
.hero__copy .hero__eyebrow,
.hero__copy .hero__pills li {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.hero h1 {
  margin: 0.95rem 0 0.8rem;
  font-size: clamp(2.6rem, 5vw, 5.3rem);
  line-height: 0.95;
  max-width: 11ch;
  letter-spacing: -0.04em;
}

.hero p {
  font-size: 1.08rem;
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.92);
}

.hero__actions,
.card-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 1.55rem;
}

.button,
.wp-block-button__link,
.hero .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.95rem 1.25rem;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.button:hover,
.button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
  text-decoration: none;
}

.button--primary,
.wp-block-button__link {
  color: #fff;
  background: var(--schuit-accent);
  box-shadow: 0 10px 26px rgba(93, 59, 36, 0.28);
}

.button--primary:hover,
.button--primary:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
  color: #fff;
  background: #4f311e;
}

.button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.16);
}

.button--ghost-dark {
  color: var(--schuit-ink);
  border-color: var(--schuit-border-strong);
  background: rgba(255, 255, 255, 0.68);
}

.button--ghost-dark:hover,
.button--ghost-dark:focus-visible {
  color: var(--schuit-ink);
  border-color: rgba(23, 20, 17, 0.26);
  background: rgba(255, 255, 255, 0.9);
}

.hero__aside .button--primary {
  background: linear-gradient(135deg, var(--schuit-accent-2), #1f5f57);
}

.hero__aside .button--primary:hover,
.hero__aside .button--primary:focus-visible {
  background: linear-gradient(135deg, #0d524c, #184a44);
}

.hero__aside .button--ghost-dark {
  background: rgba(23, 20, 17, 0.06);
}

.hero__aside .button--ghost-dark:hover,
.hero__aside .button--ghost-dark:focus-visible {
  background: rgba(23, 20, 17, 0.1);
}

.content-grid,
.cards-grid {
  display: grid;
  gap: 1.2rem;
}

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

.portal-section {
  display: grid;
  gap: 1.1rem;
  margin-top: 1.35rem;
}

.section-heading {
  display: grid;
  gap: 0.45rem;
  max-width: 52rem;
}

.section-heading__eyebrow {
  color: var(--schuit-accent-2);
  background: rgba(18, 63, 58, 0.08);
  border-color: rgba(18, 63, 58, 0.14);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
}

.section-heading p {
  margin: 0;
  max-width: 60rem;
  color: var(--schuit-muted);
}

.portal-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.route-card {
  display: grid;
  align-content: start;
}

.route-card p {
  margin-bottom: 0;
}

.feature-band {
  padding: 1.25rem;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(18, 63, 58, 0.06), rgba(92, 59, 36, 0.08));
  border: 1px solid rgba(18, 63, 58, 0.12);
}

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

.branch-card {
  background: rgba(255, 255, 255, 0.74);
}

.card,
.branch-card,
.featured-tree,
.feature-band {
  color: var(--schuit-ink);
}

.card p,
.branch-card p,
.featured-tree p,
.feature-band p {
  color: var(--schuit-muted);
}

.branch-card p {
  margin-bottom: 0;
}

.feature-band__actions {
  margin-top: 0.2rem;
}

.panel,
.card,
.entry-content,
.page .entry-header {
  background: var(--schuit-surface);
  backdrop-filter: blur(14px);
  border: 1px solid var(--schuit-border);
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(23, 20, 17, 0.07);
}

.card,
.entry-content,
.page .entry-header {
  padding: 1.5rem;
}

.card h3,
.entry-title {
  margin-top: 0;
}

.featured-tree {
  padding: 1.6rem;
  background: linear-gradient(135deg, rgba(18, 63, 58, 0.08), rgba(93, 59, 36, 0.08));
  border: 1px solid rgba(18, 63, 58, 0.18);
}

.featured-tree__inner {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 1rem;
  align-items: center;
}

.featured-tree h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
}

.featured-tree p {
  margin: 0;
  color: var(--schuit-muted);
}

.featured-tree .button--primary {
  padding: 1rem 1.35rem;
  font-size: 1rem;
}

.meta {
  color: var(--schuit-muted);
  font-size: 0.95rem;
}

.site-footer {
  margin-top: 2.8rem;
  border-top: 1px solid var(--schuit-border);
  background: rgba(255, 250, 242, 0.72);
}

.site-footer__inner {
  padding: 1.35rem 0 2rem;
  color: var(--schuit-muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 900px) {
  .site-header__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.85rem 0;
  }

  .site-nav ul {
    justify-content: flex-start;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .hero__stats,
  .branch-strip {
    grid-template-columns: 1fr;
  }

  .featured-tree__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .schuit-shell,
  .site-main,
  .site-header__inner,
  .site-footer__inner {
    width: min(calc(100% - 1rem), var(--schuit-max));
  }

  .hero {
    margin: 0.9rem 0 1rem;
    border-radius: 22px;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 10vw, 3.3rem);
  }

  .hero p {
    font-size: 1rem;
  }

  .hero__actions,
  .card-actions,
  .site-nav ul,
  .site-footer__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .site-nav a {
    width: 100%;
    justify-content: center;
  }

  .card,
  .entry-content,
  .page .entry-header,
  .featured-tree,
  .feature-band {
    padding: 1rem;
    border-radius: 18px;
  }

  .hero__copy,
  .hero__aside {
    padding: 1rem;
  }
}

@media (prefers-contrast: more) {
  :root {
    --schuit-surface: #ffffff;
    --schuit-border: rgba(23, 20, 17, 0.35);
    --schuit-border-strong: rgba(23, 20, 17, 0.55);
    --schuit-shadow: none;
  }

  body {
    background: #fff;
  }

  .hero,
  .feature-band,
  .featured-tree,
  .card,
  .entry-content,
  .page .entry-header,
  .panel {
    background: #fff;
    box-shadow: none;
  }

  .button--ghost,
  .button--ghost-dark,
  .site-nav a {
    border-color: currentColor;
    background: #fff;
  }
}

@media (forced-colors: active) {
  * {
    forced-color-adjust: auto;
  }

  .hero,
  .card,
  .featured-tree,
  .feature-band,
  .panel,
  .entry-content,
  .page .entry-header {
    box-shadow: none;
    border: 1px solid CanvasText;
    background: Canvas;
  }

  .button,
  .site-nav a {
    border: 1px solid ButtonText;
  }
}

:root {
  --schuit-bg: #f7f4ee;
  --schuit-surface: rgba(255, 255, 255, 0.88);
  --schuit-surface-solid: #ffffff;
  --schuit-ink: #14253d;
  --schuit-muted: #596275;
  --schuit-accent: #14253d;
  --schuit-accent-2: #b48442;
  --schuit-accent-3: #d4c2a0;
  --schuit-border: rgba(20, 37, 61, 0.12);
  --schuit-border-strong: rgba(20, 37, 61, 0.18);
  --schuit-shadow: 0 24px 70px rgba(20, 37, 61, 0.1);
  --schuit-radius: 24px;
  --schuit-max: 1240px;
  --font-sans: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
  --font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

body {
  background:
    radial-gradient(circle at top, rgba(180, 132, 66, 0.12), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, var(--schuit-bg) 100%);
  color: var(--schuit-ink);
  font-family: var(--font-sans);
}

h1,
h2,
h3,
.entry-title {
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: -0.03em;
}

a {
  color: var(--schuit-accent);
}

a:hover {
  color: var(--schuit-accent-2);
}

.schuit-shell,
.site-main,
.site-header__inner,
.site-footer__inner,
.site-footer__legal {
  width: min(calc(100% - 2rem), var(--schuit-max));
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(20px);
  background: rgba(255, 251, 245, 0.84);
  border-bottom: 1px solid rgba(20, 37, 61, 0.1);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 0;
}

.site-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: inherit;
  text-decoration: none;
}

.site-brand__mark {
  width: 3.1rem;
  height: 3.1rem;
  object-fit: cover;
  border-radius: 999px;
  border: 1px solid var(--schuit-border);
  background: #fff;
  box-shadow: 0 10px 26px rgba(20, 37, 61, 0.12);
}

.site-brand__text {
  display: grid;
  gap: 0.08rem;
}

.site-brand__title {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-brand__subtitle {
  color: var(--schuit-muted);
  font-size: 0.88rem;
}

.site-header__cta {
  flex-shrink: 0;
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
  min-height: 40px;
}

.site-nav ul,
.site-nav__list {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  color: var(--schuit-ink);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(20, 37, 61, 0.06);
  color: var(--schuit-accent);
}

.button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.9rem 1.2rem;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.button--primary,
.wp-block-button__link {
  color: #fff;
  background: linear-gradient(135deg, var(--schuit-accent), #203d64);
  box-shadow: 0 14px 30px rgba(20, 37, 61, 0.22);
}

.button--primary:hover,
.button--primary:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #0f1d30, #203d64);
}

.button--ghost {
  color: var(--schuit-ink);
  border-color: rgba(20, 37, 61, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  color: var(--schuit-ink);
  border-color: rgba(20, 37, 61, 0.22);
  background: rgba(255, 255, 255, 0.94);
}

.button--ghost-dark {
  color: var(--schuit-ink);
  border-color: rgba(20, 37, 61, 0.16);
  background: rgba(255, 255, 255, 0.82);
}

.button--ghost-dark:hover,
.button--ghost-dark:focus-visible {
  color: var(--schuit-ink);
  border-color: rgba(20, 37, 61, 0.24);
  background: rgba(255, 255, 255, 0.98);
}

.site-main--home {
  display: grid;
  gap: 1.6rem;
  padding: 1.5rem 0 0;
}

.home-hero {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 2rem;
  align-items: start;
}

.home-hero__copy {
  display: grid;
  gap: 1.05rem;
  padding: clamp(0.4rem, 2vw, 1rem) 0;
}

.home-hero__eyebrow,
.section-head__eyebrow,
.news-card__eyebrow,
.story-card__eyebrow {
  margin: 0;
  color: var(--schuit-accent-2);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-hero h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(3rem, 5.8vw, 5.8rem);
  line-height: 0.96;
}

.home-hero__lede {
  margin: 0;
  max-width: 44rem;
  color: var(--schuit-muted);
  font-size: 1.08rem;
}

.home-hero__actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.home-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0.1rem 0 0;
  padding: 0;
  list-style: none;
}

.home-hero__stats li,
.family-band__list li {
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(20, 37, 61, 0.1);
}

.home-hero__stats strong,
.family-band__list strong {
  font-size: 0.83rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero__stats span,
.family-band__list span {
  color: var(--schuit-muted);
  font-size: 0.95rem;
}

.home-hero__visual {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 24px;
}

.home-hero__image {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.home-hero__badge {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  max-width: 20rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 37, 61, 0.12);
  box-shadow: 0 18px 40px rgba(20, 37, 61, 0.16);
}

.home-hero__badge-label {
  display: inline-flex;
  margin-bottom: 0.5rem;
  color: var(--schuit-accent-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-hero__badge strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  line-height: 1.15;
}

.home-hero__badge p {
  margin: 0.5rem 0 0;
  color: var(--schuit-muted);
  font-size: 0.95rem;
}

.home-section {
  display: grid;
  gap: 1rem;
}

.section-head {
  display: grid;
  gap: 0.3rem;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
}

.section-head p {
  margin: 0;
  color: var(--schuit-muted);
}

.section-head--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.section-head__link {
  color: var(--schuit-accent);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.section-head__link:hover,
.section-head__link:focus-visible {
  color: var(--schuit-accent-2);
}

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

.card {
  border-radius: 24px;
  background: var(--schuit-surface);
  border: 1px solid var(--schuit-border);
  box-shadow: var(--schuit-shadow);
}

.news-card,
.story-card {
  overflow: hidden;
  padding: 0;
}

.news-card__link {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.news-card__media,
.story-card__media {
  aspect-ratio: 16 / 10;
  background-color: rgba(20, 37, 61, 0.06);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-card__body,
.story-card__body {
  display: grid;
  gap: 0.7rem;
  padding: 1.15rem 1.2rem 1.25rem;
}

.news-card__body h3,
.story-card__body h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.05;
}

.news-card__body p,
.story-card__body p {
  margin: 0;
  color: var(--schuit-muted);
}

.news-card__cta,
.story-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--schuit-accent);
  font-weight: 800;
  text-decoration: none;
}

.news-card__cta::after,
.story-card__cta::after,
.section-head__link::after {
  content: "→";
  font-size: 1.05em;
}

.family-band {
  display: grid;
  grid-template-columns: 96px 1fr 220px;
  gap: 1.5rem;
  align-items: center;
  padding: 1.4rem;
  background: linear-gradient(135deg, rgba(20, 37, 61, 0.04), rgba(180, 132, 66, 0.06));
  border-color: rgba(20, 37, 61, 0.1);
}

.family-band__art {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 37, 61, 0.08);
}

.family-band__art img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.family-band__content {
  display: grid;
  gap: 0.8rem;
}

.family-band__content h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.family-band__content p {
  margin: 0;
  color: var(--schuit-muted);
}

.family-band__list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.family-band__list li {
  background: rgba(255, 255, 255, 0.8);
}

.site-footer {
  margin-top: 2.5rem;
  padding: 2rem 0 1.4rem;
  background: linear-gradient(180deg, #12253d 0%, #0d1727 100%);
  color: rgba(255, 255, 255, 0.9);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(150px, 0.8fr));
  gap: 1.2rem;
  align-items: start;
}

.site-footer__brand,
.site-footer__column {
  display: grid;
  gap: 0.85rem;
}

.site-footer__brand p,
.site-footer__column p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.site-brand--footer .site-brand__mark {
  border-color: rgba(255, 255, 255, 0.18);
}

.site-brand--footer .site-brand__title {
  color: #fff;
}

.site-brand--footer .site-brand__subtitle {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__column h2 {
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer__column a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible {
  color: #fff;
}

.site-footer__cta {
  width: fit-content;
  background: linear-gradient(135deg, #d4b57c, #b48442);
  color: #102037;
  box-shadow: none;
}

.site-footer__cta:hover,
.site-footer__cta:focus-visible {
  color: #102037;
  background: linear-gradient(135deg, #e0c18f, #c69857);
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.15rem;
  margin-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.site-footer__legal a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
  color: #fff;
}

@media (max-width: 1080px) {
  .home-hero {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .home-hero__visual {
    order: -1;
  }

  .family-band {
    grid-template-columns: 96px 1fr;
  }

  .family-band__list-wrap {
    grid-column: 1 / -1;
  }

  .family-band__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .news-grid,
  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .schuit-shell,
  .site-main,
  .site-header__inner,
  .site-footer__inner,
  .site-footer__legal {
    width: min(calc(100% - 1rem), var(--schuit-max));
  }

  .site-header__inner {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.6rem 0;
  }

  .site-header__nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .home-hero__actions,
  .card-actions,
  .site-footer__legal {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
    justify-content: center;
  }

  .home-hero__image {
    height: 240px;
  }

  .home-hero__badge {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    max-width: none;
  }

  .news-grid,
  .story-grid,
  .family-band {
    grid-template-columns: 1fr;
  }

  .family-band__art {
    display: none;
  }

  .family-band__list {
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }
}
