:root {
  --navy: #061d35;
  --blue: #0a4c72;
  --cyan: #078ca7;
  --gold: #e4b93e;
  --ink: #142b3a;
  --muted: #5d7180;
  --line: #d6e0e5;
  --soft: #f3f7f8;
  --white: #ffffff;
  --shell: 76.25rem;
  --shadow: 0 1.125rem 3.125rem rgb(6 29 53 / 12%);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--white);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

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

a {
  color: inherit;
}

button,
select,
input,
textarea {
  max-width: 100%;
  font: inherit;
}

:focus-visible {
  outline: 0.1875rem solid var(--gold);
  outline-offset: 0.1875rem;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  inset-block-start: -6rem;
  inset-inline-start: 1rem;
  padding: 0.65rem 1rem;
  background: var(--white);
  color: var(--navy);
}

.skip-link:focus {
  inset-block-start: 1rem;
}

.site-shell {
  width: min(var(--shell), calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  inset-block-start: 0;
  border-block-end: 1px solid rgb(255 255 255 / 14%);
  background: rgb(6 29 53 / 97%);
  color: var(--white);
}

.site-header__inner {
  display: flex;
  min-width: 0;
  min-height: 4.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.site-brand {
  display: grid;
  min-width: 0;
  text-decoration: none;
  line-height: 1.1;
}

.site-brand__name {
  font-weight: 900;
  letter-spacing: 0.12em;
}

.site-brand__line {
  margin-block-start: 0.35rem;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.menu-toggle {
  display: none;
  min-height: 2.75rem;
  padding-inline: 1rem;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 0.45rem;
  background: transparent;
  color: var(--white);
}

.primary-navigation {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 1.25rem;
}

.primary-navigation__list,
.site-footer__menu {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation a {
  font-weight: 750;
  text-decoration: none;
}

.language-control select {
  min-height: 2.5rem;
  max-width: 12rem;
  padding-inline: 0.65rem;
  border: 1px solid rgb(255 255 255 / 40%);
  border-radius: 0.45rem;
  background: #0a3553;
  color: var(--white);
}

.language-control__fallback {
  color: #d5e4eb;
  font-size: 0.875rem;
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgb(7 140 167 / 30%), transparent 28%),
    linear-gradient(125deg, #04172b, #0a4669);
  color: var(--white);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  min-height: 38rem;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  padding-block: clamp(4rem, 8vw, 7rem);
}

.hero__copy,
.hero__visual {
  min-width: 0;
}

.hero h1,
.entry__header h1 {
  max-width: 52rem;
  margin: 0.75rem 0 1.25rem;
  font-size: clamp(2.6rem, 5.3vw, 4.6rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.hero__copy p {
  max-width: 44rem;
  color: #d4e3eb;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.hero__visual {
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 1.25rem;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 1.5rem 4.5rem rgb(0 0 0 / 28%);
}

.hero__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: inherit;
  object-fit: contain;
}

.hero__visual .image-placeholder,
.family-card .image-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  place-items: center;
  padding: 1.5rem;
  background:
    radial-gradient(circle at 50% 18%, rgb(228 185 62 / 20%), transparent 34%),
    linear-gradient(145deg, #071f38, #0a5276);
  color: var(--white);
  font-size: clamp(1.6rem, 5vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
}

.eyebrow,
.family-card__code {
  color: #a37b10;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow,
.rfq-band .eyebrow {
  color: #efcc65;
}

.button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 0.45rem;
  font-weight: 820;
  text-align: center;
  text-decoration: none;
}

.button--primary {
  background: var(--gold);
  color: #172b37;
}

.button--outline {
  border-color: #8eabb8;
  color: inherit;
}

.family-section,
.page-layout {
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.section-heading {
  max-width: 50rem;
  margin-block-end: 2rem;
}

.section-heading h2,
.rfq-band h2 {
  margin: 0.55rem 0 0.75rem;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.section-heading p,
.family-card p,
.entry__content,
.entry__header p {
  color: var(--muted);
}

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

.family-card {
  min-width: 0;
  overflow: hidden;
  padding-block-end: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: var(--white);
  box-shadow: 0 0.6rem 1.8rem rgb(6 29 53 / 6%);
}

.family-card figure {
  margin: 0 0 1rem;
}

.family-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #edf3f5, var(--white));
  object-fit: contain;
}

.family-card figcaption {
  padding: 0.45rem 1rem 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.family-card > :not(figure) {
  margin-inline: 1.1rem;
}

.family-card h3 {
  margin-block: 0.35rem;
  color: var(--navy);
  font-size: 1.25rem;
}

.family-card p {
  font-size: 0.9rem;
}

.family-card a {
  color: var(--blue);
  font-weight: 800;
}

.rfq-band {
  padding-block: 3.25rem;
  background: linear-gradient(125deg, #04172b, #0a4669);
  color: var(--white);
}

.rfq-band__inner {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.rfq-band h2 {
  max-width: 46rem;
  color: var(--white);
}

.content-shell,
.rfq-layout {
  max-width: 58rem;
}

.entry__header {
  margin-block-end: 2rem;
}

.entry__content {
  overflow-wrap: anywhere;
}

.entry__content img {
  max-width: 100%;
  height: auto;
}

.fact-status,
.fact-notice,
.service-notice {
  padding: 0.9rem 1rem;
  border-inline-start: 0.25rem solid var(--gold);
  background: #fff9e8;
}

.verified-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-block: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  overflow: hidden;
}

.verified-facts div {
  min-width: 0;
  padding: 0.9rem 1rem;
  border-block-end: 1px solid var(--line);
}

.verified-facts dt {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.verified-facts dd {
  margin: 0.2rem 0 0;
  color: var(--navy);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.rfq-panel {
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.rfq-panel label {
  display: grid;
  min-width: 0;
  gap: 0.35rem;
  font-weight: 750;
}

.rfq-panel input,
.rfq-panel select,
.rfq-panel textarea {
  width: 100%;
  min-width: 0;
  padding: 0.7rem;
  border: 1px solid #aebfc8;
  border-radius: 0.4rem;
}

.site-footer {
  padding-block: 3.5rem 1.5rem;
  background: #031425;
  color: #c7d5de;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 0.7fr);
  align-items: start;
  gap: 2.5rem;
}

.site-footer__brand {
  color: var(--white);
  letter-spacing: 0.12em;
}

.site-footer__menu {
  align-items: flex-start;
  flex-direction: column;
}

.site-footer__legal {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-block-start: 2.5rem;
  padding-block-start: 1rem;
  border-block-start: 1px solid #294052;
  font-size: 0.78rem;
}

.privacy-consent {
  position: fixed;
  z-index: 1000;
  inset: auto 1rem 1rem;
  width: min(44rem, calc(100% - 2rem));
  margin-inline: auto;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--white);
  color: var(--navy);
  box-shadow: var(--shadow);
}

.privacy-consent[hidden],
.privacy-controls [hidden] {
  display: none;
}

.privacy-consent__actions,
.privacy-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.privacy-controls {
  justify-content: flex-end;
  padding-block: 0.75rem;
  background: #031425;
}

.privacy-controls button {
  border: 0;
  background: transparent;
  color: #c7d5de;
  text-decoration: underline;
  cursor: pointer;
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .skip-link {
  inset-inline: auto 1rem;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] .verified-facts dd {
  unicode-bidi: plaintext;
}

@media (max-width: 960px) {
  .js .menu-toggle {
    display: inline-flex;
  }

  .primary-navigation {
    position: absolute;
    inset: 4.75rem 0 auto;
    display: grid;
    max-height: calc(100vh - 4.75rem);
    overflow-y: auto;
    padding: 1.25rem;
    border-block-start: 1px solid rgb(255 255 255 / 14%);
    background: var(--navy);
  }

  .js .primary-navigation {
    display: none;
  }

  .js .primary-navigation[data-open="true"] {
    display: grid;
  }

  .primary-navigation__list {
    align-items: stretch;
    flex-direction: column;
  }

  .language-control select {
    width: 100%;
    max-width: none;
  }

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

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

@media (max-width: 767px) {
  .site-shell {
    width: min(var(--shell), calc(100% - 1.75rem));
  }

  .site-header__inner {
    min-height: 4.25rem;
  }

  .primary-navigation {
    inset-block-start: 4.25rem;
    max-height: calc(100vh - 4.25rem);
  }

  .hero__grid,
  .family-grid,
  .verified-facts,
  .rfq-panel form,
  .site-footer__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero__grid {
    min-height: 0;
    padding-block: 3.5rem;
  }

  .hero h1,
  .entry__header h1 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .rfq-band__inner,
  .site-footer__legal {
    align-items: flex-start;
    flex-direction: column;
  }
}
