:root {
  --s11-navy: #15384a;
  --s11-navy-dark: #0c2632;
  --s11-water: #2e819d;
  --s11-green: #294f3d;
  --s11-gold: #c9911c;
  --s11-sand: #f4ebd8;
  --s11-white: #fafaf7;
  --s11-text: #43535c;
  --s11-line: #d4dfdc;
  --s11-shell: min(1220px, calc(100vw - 2.5rem));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--s11-white); color: var(--s11-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; }
a { color: #1d637b; }
a:hover { color: var(--s11-green); }
h1, h2, h3, h4 { color: var(--s11-navy); font-weight: 760; line-height: 1.1; text-wrap: balance; }
.s11-shell { width: var(--s11-shell); margin-inline: auto; }
.screen-reader-text, .s11-skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.s11-skip-link:focus { position: fixed; top: .5rem; left: .5rem; z-index: 10000; padding: .75rem 1rem; background: #fff; color: #000; outline: 3px solid #ffbf2f; }

.s11-site-header { position: sticky; top: 0; z-index: 900; border-bottom: 1px solid rgba(21, 56, 74, .1); background: rgba(250, 250, 247, .94); backdrop-filter: blur(16px); }
.s11-site-header__inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 1.5rem; }
.s11-brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--s11-navy); text-decoration: none; }
.s11-brand__mark { display: grid; width: 42px; height: 42px; border-radius: 50% 50% 50% 12%; background: var(--s11-navy); color: #fff; font-weight: 850; place-items: center; transform: rotate(-8deg); }
.s11-brand__mark + span { line-height: 1.05; }
.s11-brand strong, .s11-brand small { display: block; }
.s11-brand strong { font-size: 1.1rem; letter-spacing: -.02em; }
.s11-brand small { margin-top: .25rem; color: #60727a; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.s11-primary-nav { display: flex; align-items: center; gap: 1rem; }
.s11-menu { display: flex; align-items: center; gap: clamp(.75rem, 2vw, 1.45rem); margin: 0; padding: 0; list-style: none; }
.s11-menu a { color: var(--s11-navy); font-size: .9rem; font-weight: 700; text-decoration: none; }
.s11-menu a:hover, .s11-menu .current-menu-item > a { text-decoration: underline; text-decoration-color: var(--s11-water); text-decoration-thickness: 2px; text-underline-offset: .35em; }
.s11-header-cta { display: inline-flex; min-height: 42px; align-items: center; padding: .55rem 1rem; border-radius: 999px; background: var(--s11-navy); color: #fff; font-size: .88rem; font-weight: 800; text-decoration: none; }
.s11-header-cta:hover { background: var(--s11-green); color: #fff; }
.s11-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--s11-navy); color: #fff; cursor: pointer; }
.s11-menu-toggle > span:first-child, .s11-menu-toggle > span:first-child::before, .s11-menu-toggle > span:first-child::after { display: block; width: 19px; height: 2px; margin: auto; background: currentColor; content: ""; }
.s11-menu-toggle > span:first-child::before { transform: translateY(-6px); }
.s11-menu-toggle > span:first-child::after { transform: translateY(4px); }

.s11-hero { overflow: hidden; padding: clamp(3rem, 7vw, 7rem) 0 3rem; background: linear-gradient(135deg, #f8f4e9 0%, #eef5f3 64%, #d9e9e4 100%); }
.s11-hero__grid { display: grid; grid-template-columns: minmax(400px, .8fr) minmax(480px, 1.2fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.s11-kicker { margin: 0 0 .8rem; color: var(--s11-water); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.s11-hero h1 { margin: 0; color: var(--s11-navy); font-size: clamp(3.6rem, 7.5vw, 7.6rem); line-height: .86; letter-spacing: -.065em; }
.s11-hero__lead { max-width: 31rem; margin: 1.5rem 0; color: #405965; font-size: clamp(1.15rem, 2vw, 1.45rem); }
.s11-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.s11-primary-button, .s11-secondary-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .75rem 1.25rem; border: 2px solid var(--s11-navy); border-radius: 999px; font-weight: 800; text-decoration: none; }
.s11-primary-button { background: var(--s11-navy); color: #fff; }
.s11-primary-button:hover { border-color: var(--s11-green); background: var(--s11-green); color: #fff; }
.s11-secondary-button { color: var(--s11-navy); }
.s11-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin: 2.2rem 0 0; padding: 1.2rem 0 0; border-top: 1px solid rgba(21, 56, 74, .18); list-style: none; }
.s11-hero__facts li { display: flex; flex-direction: column; }
.s11-hero__facts strong { color: var(--s11-navy); font-size: 1.55rem; line-height: 1; }
.s11-hero__facts span { margin-top: .35rem; font-size: .72rem; line-height: 1.25; }
.s11-hero__visual { position: relative; display: block; color: #fff; text-decoration: none; transform: rotate(1.4deg); }
.s11-hero__visual::before { position: absolute; inset: -14px 14px 14px -14px; z-index: -1; border-radius: 28px; background: var(--s11-gold); content: ""; opacity: .7; }
.s11-hero__visual picture, .s11-hero__visual img { display: block; width: 100%; }
.s11-hero__visual img { aspect-ratio: 1.38 / 1; border: 9px solid #fff; border-radius: 24px; box-shadow: 0 24px 70px rgba(21, 56, 74, .24); object-fit: cover; object-position: center; }
.s11-hero__visual > span { position: absolute; right: 1.5rem; bottom: 1.5rem; display: inline-flex; align-items: center; gap: .75rem; padding: .7rem 1rem; border-radius: 999px; background: rgba(12, 38, 50, .9); font-size: .82rem; font-weight: 800; }
.s11-intro-strip { padding: 1.25rem 0; background: var(--s11-navy); color: #fff; }
.s11-intro-strip > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.s11-intro-strip p { margin: 0; }
.s11-intro-strip a { color: #aaddeb; font-weight: 800; white-space: nowrap; }

.s11-main { min-height: 60vh; padding-block: clamp(3rem, 6vw, 6rem); }
.s11-page-header { max-width: 800px; margin-bottom: 3rem; }
.s11-page-header h1 { margin: .15rem 0 .7rem; font-size: clamp(2.8rem, 7vw, 6rem); letter-spacing: -.055em; }
.s11-content { max-width: 100%; }
.s11-content > :where(p, ul, ol, h2, h3, h4, blockquote):not(.alignwide):not(.alignfull) { max-width: 780px; margin-inline: auto; }
.s11-content > [class^="s11-"] { max-width: 1220px; margin-inline: auto; }
.s11-content li + li { margin-top: .35rem; }
.s11-page-sections > section { width: var(--s11-shell); margin: clamp(4rem, 9vw, 9rem) auto; }
.s11-page-sections > .s11-safety-page { margin-top: 0; }

.s11-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.s11-card { position: relative; padding: 1.15rem; border: 1px solid var(--s11-line); border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(21, 56, 74, .06); }
.s11-card > img { width: 100%; aspect-ratio: 4 / 3; border-radius: 12px; object-fit: cover; }
.s11-card h2 { margin: .8rem 0 .45rem; }
.s11-card h2 a { color: var(--s11-navy); text-decoration: none; }
.s11-card__badge { display: inline-block; margin-top: .8rem; padding: .25rem .55rem; border-radius: 999px; background: #dceff5; color: #164c61; font-size: .72rem; font-weight: 850; }
.s11-card__badge--premium { background: #fff0c6; color: #674600; }
.s11-card__link { font-weight: 800; text-underline-offset: .25em; }
.s11-position-single__image img { display: block; width: 100%; max-height: 660px; border-radius: 22px; object-fit: cover; }
.s11-position-single__grid { display: grid; grid-template-columns: 1fr 340px; gap: 3rem; margin-top: 2rem; }
.s11-position-single__grid aside { align-self: start; padding: 1.4rem; border: 1px solid var(--s11-line); border-radius: 18px; background: #fff; }

.s11-site-footer { margin-top: clamp(4rem, 8vw, 8rem); padding: 4rem 0 1.5rem; background: var(--s11-navy-dark); color: #c8d9df; }
.s11-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.s11-footer-brand { margin: 0; color: #fff; font-size: 1.8rem; font-weight: 800; }
.s11-footer-menu { margin: 0; padding: 0; list-style: none; }
.s11-footer-menu li + li { margin-top: .45rem; }
.s11-site-footer a { color: #fff; }
.s11-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, .16); font-size: .78rem; }

button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #ffbf2f; outline-offset: 3px; }

@media (max-width: 1020px) {
  .s11-menu-toggle { display: block; }
  .s11-primary-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; align-items: stretch; padding: 1rem 1.25rem 1.4rem; border-bottom: 1px solid var(--s11-line); background: var(--s11-white); box-shadow: 0 14px 28px rgba(21, 56, 74, .12); }
  .s11-primary-nav.is-open { display: block; }
  .s11-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .s11-menu a { display: block; padding: .75rem 0; }
  .s11-header-cta { margin-top: .7rem; }
  .s11-hero__grid { grid-template-columns: 1fr; }
  .s11-hero__copy { max-width: 720px; }
  .s11-hero__visual { max-width: 880px; }
  .s11-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root { --s11-shell: min(100% - 1.3rem, 1220px); }
  .s11-site-header__inner { min-height: 68px; }
  .s11-brand small { font-size: .6rem; }
  .s11-hero { padding-top: 2.7rem; }
  .s11-hero h1 { font-size: clamp(3.2rem, 18vw, 5rem); }
  .s11-hero__actions { align-items: stretch; flex-direction: column; }
  .s11-primary-button, .s11-secondary-button { width: 100%; }
  .s11-hero__visual { transform: none; }
  .s11-hero__visual::before { inset: -7px 7px 7px -7px; }
  .s11-hero__visual img { border-width: 5px; border-radius: 16px; }
  .s11-intro-strip > div { align-items: flex-start; flex-direction: column; }
  .s11-card-grid, .s11-position-single__grid, .s11-footer-grid { grid-template-columns: 1fr; }
  .s11-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
