:root {
  --rys-navy-950: #071522;
  --rys-navy-900: #0b1f33;
  --rys-navy-800: #17324a;
  --rys-blue: #0067b1;
  --rys-orange: #f47b20;
  --rys-orange-dark: #d95f08;
  --rys-yellow: #ffd342;
  --rys-white: #fff;
  --rys-concrete: #f4f6f8;
  --rys-steel-100: #e4e9ee;
  --rys-steel-300: #c2cbd5;
  --rys-steel-500: #667085;
  --rys-ink: #101828;
  --rys-success: #16724b;
  --rys-shadow: 0 20px 50px rgba(7, 21, 34, .12);
  --rys-shadow-soft: 0 10px 28px rgba(7, 21, 34, .09);
  --rys-radius: 10px;
  --rys-font-heading: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --rys-font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--rys-ink);
  background: var(--rys-white);
  font-family: var(--rys-font-body);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.rys-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .17em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 {
  margin: 0 0 .55em;
  color: var(--rys-navy-900);
  font-family: var(--rys-font-heading);
  font-weight: 800;
  line-height: .98;
  letter-spacing: .015em;
  text-transform: uppercase;
}
h1 { font-size: clamp(3rem, 6.4vw, 6.25rem); }
h2 { font-size: clamp(2.3rem, 4.2vw, 4rem); }
h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.05; }
p { margin: 0 0 1.2rem; }
ul, ol { margin-top: 0; }
:focus-visible { outline: 3px solid var(--rys-yellow); outline-offset: 3px; }
::selection { background: var(--rys-yellow); color: var(--rys-navy-950); }

.rys-container { width: min(100% - 40px, 1320px); margin-inline: auto; }
.rys-reading-width { width: min(100%, 860px); }
.rys-section { padding-block: clamp(64px, 7vw, 112px); }
.rys-section--tight { padding-block: clamp(44px, 5vw, 72px); }
.rys-section--concrete { background: var(--rys-concrete); }
.rys-section--navy { background: var(--rys-navy-900); color: var(--rys-white); }
.rys-section--navy h2, .rys-section--navy h3 { color: var(--rys-white); }
.rys-section--navy .rys-content-body > p { color: #c9d4de; }
.rys-grid { display: grid; gap: 24px; }
.rys-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rys-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rys-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rys-main { min-height: 50vh; }
.rys-screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.rys-skip-link {
  position: fixed; z-index: 10000; top: 8px; left: 8px; padding: 12px 18px;
  color: var(--rys-white); background: var(--rys-navy-950); transform: translateY(-150%);
}
.rys-skip-link:focus { transform: translateY(0); }
.rys-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
  color: var(--rys-orange); font-family: var(--rys-font-heading); font-size: .95rem;
  font-weight: 800; letter-spacing: .15em; line-height: 1; text-transform: uppercase;
}
.rys-eyebrow::before { width: 34px; height: 3px; content: ""; background: currentColor; }
.rys-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.rys-section-heading > div { max-width: 790px; }
.rys-section-heading h2 { margin-bottom: 12px; }
.rys-section-heading p { margin: 0; color: var(--rys-steel-500); font-size: 1.05rem; }
.rys-section--navy .rys-section-heading p { color: #c9d4de; }

.rys-button-group { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.rys-button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 22px; border: 2px solid transparent; border-radius: 5px; cursor: pointer;
  font-family: var(--rys-font-heading); font-size: 1.04rem; font-weight: 800; letter-spacing: .045em;
  line-height: 1; text-align: center; text-decoration: none; text-transform: uppercase; transition: .2s ease;
}
.rys-button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(7, 21, 34, .18); }
.rys-button--primary { border-color: var(--rys-orange); color: var(--rys-white); background: var(--rys-orange); }
.rys-button--primary:hover { border-color: var(--rys-orange-dark); background: var(--rys-orange-dark); }
.rys-button--secondary { border-color: var(--rys-navy-900); color: var(--rys-navy-900); background: transparent; }
.rys-button--secondary:hover { color: var(--rys-white); background: var(--rys-navy-900); }
.rys-button--ghost-light { border-color: rgba(255,255,255,.55); color: var(--rys-white); background: transparent; }
.rys-button--ghost-light:hover { border-color: var(--rys-white); background: rgba(255,255,255,.1); }
.rys-button--small { min-height: 40px; padding: 9px 13px; font-size: .9rem; }
.rys-link-arrow { color: var(--rys-navy-900); font-family: var(--rys-font-heading); font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.rys-link-arrow span { display: inline-block; margin-left: 5px; color: var(--rys-orange); transition: transform .18s ease; }
.rys-link-arrow:hover span { transform: translateX(4px); }

/* Header */
.rys-trust-bar { color: var(--rys-white); background: var(--rys-navy-950); font-size: .79rem; }
.rys-trust-bar .rys-container { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 24px; }
.rys-trust-bar p { margin: 0; font-weight: 600; letter-spacing: .03em; }
.rys-trust-bar a { color: #cfdae5; text-decoration: none; }
.rys-header { position: relative; z-index: 50; background: var(--rys-white); box-shadow: 0 4px 18px rgba(7,21,34,.07); }
.rys-header__main { display: grid; min-height: 144px; grid-template-columns: 280px minmax(260px, 1fr) auto; align-items: center; gap: clamp(20px, 3.5vw, 56px); }
.rys-brand { display: flex; min-width: 0; flex-direction: column; align-items: center; text-decoration: none; }
.rys-brand img { width: 225px; height: auto; object-fit: contain; }
.rys-brand span { margin-top: -7px; color: var(--rys-steel-500); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.rys-search { position: relative; width: 100%; }
.rys-search input { width: 100%; height: 54px; padding: 0 58px 0 18px; border: 1px solid var(--rys-steel-300); border-radius: 6px; color: var(--rys-ink); background: var(--rys-concrete); }
.rys-search input:focus { border-color: var(--rys-blue); background: var(--rys-white); outline: 3px solid rgba(0,103,177,.15); }
.rys-search button { position: absolute; top: 0; right: 0; width: 54px; height: 54px; border: 0; color: var(--rys-navy-900); background: transparent; cursor: pointer; }
.rys-search svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.rys-header__actions { display: flex; align-items: center; gap: 15px; }
.rys-quote-link { display: flex; align-items: center; gap: 9px; color: var(--rys-navy-900); font-family: var(--rys-font-heading); font-weight: 700; line-height: 1; text-decoration: none; text-transform: uppercase; }
.rys-quote-link__icon { display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid var(--rys-navy-900); border-radius: 50%; font-size: 1.35rem; }
.rys-quote-link strong { display: inline-grid; min-width: 22px; height: 22px; margin-left: 3px; place-items: center; border-radius: 50%; color: var(--rys-white); background: var(--rys-orange); font-family: var(--rys-font-body); font-size: .72rem; }
.rys-quote-list-tools { display: flex; justify-content: flex-end; margin-top: 8px; }
.rys-clear-quote { appearance: none; padding: 0; border: 0; color: var(--rys-signal-blue); background: transparent; font: 700 .78rem/1.4 var(--rys-font-body); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.rys-clear-quote:hover { color: var(--rys-navy-900); }
.rys-clear-quote:focus-visible { outline: 3px solid rgba(244,123,32,.35); outline-offset: 4px; }
.rys-menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.rys-menu-toggle > span:not(.rys-screen-reader-text) { display: block; width: 100%; height: 2px; margin: 6px 0; background: var(--rys-navy-900); transition: .2s ease; }
.rys-mobile-search { display: none; padding-bottom: 14px; }
.rys-mobile-search form { display: flex; }
.rys-mobile-search input { min-width: 0; flex: 1; height: 46px; padding: 0 13px; border: 1px solid var(--rys-steel-300); border-radius: 4px 0 0 4px; }
.rys-mobile-search button { border: 0; border-radius: 0 4px 4px 0; color: var(--rys-white); background: var(--rys-orange); font-family: var(--rys-font-heading); font-weight: 800; text-transform: uppercase; }
.rys-nav { color: var(--rys-white); background: var(--rys-navy-900); }
.rys-nav > .rys-container { display: flex; min-height: 52px; align-items: stretch; justify-content: space-between; gap: 20px; }
.rys-nav__list { display: flex; margin: 0; padding: 0; align-items: stretch; list-style: none; }
.rys-nav__list > li { display: flex; align-items: stretch; }
.rys-nav__list > li > a, .rys-nav__item > button { display: flex; min-height: 52px; align-items: center; padding: 0 18px; border: 0; color: var(--rys-white); background: transparent; font-family: var(--rys-font-heading); font-size: 1rem; font-weight: 700; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.rys-nav__list > li > a:hover, .rys-nav__item > button:hover, .rys-nav__item.is-open > button { color: var(--rys-navy-950); background: var(--rys-yellow); }
.rys-nav__item { position: relative; }
.rys-nav__item--wide { position: static; }
.rys-submenu, .rys-mega-menu { position: absolute; top: 100%; left: 0; display: none; min-width: 290px; padding: 18px; color: var(--rys-ink); background: var(--rys-white); border-top: 4px solid var(--rys-orange); box-shadow: var(--rys-shadow); }
.rys-nav__item--wide .rys-mega-menu { right: 0; left: 0; width: min(100% - 40px, 1120px); margin-inline: auto; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.rys-nav__item.is-open > .rys-submenu, .rys-nav__item.is-open > .rys-mega-menu { display: grid; }
.rys-submenu a, .rys-mega-menu a { display: block; padding: 9px 10px; border-bottom: 1px solid var(--rys-steel-100); text-decoration: none; }
.rys-submenu a:hover, .rys-mega-menu a:hover { color: var(--rys-orange-dark); background: var(--rys-concrete); }
.rys-mega-menu__label { margin: 0 10px 7px; color: var(--rys-steel-500); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rys-mega-menu__all { margin-top: 8px; color: var(--rys-orange-dark); font-family: var(--rys-font-heading); font-weight: 800; text-transform: uppercase; }
.rys-mega-menu--applications { grid-template-columns: repeat(4, minmax(0,1fr)) !important; width: min(100% - 40px, 1320px) !important; gap: 10px !important; }
.rys-mega-menu--applications a { min-height: 128px; border: 1px solid var(--rys-steel-100); }
.rys-mega-menu--applications strong { display: block; color: var(--rys-navy-900); font-family: var(--rys-font-heading); font-size: 1.15rem; text-transform: uppercase; }
.rys-mega-menu--applications span { display: block; margin-top: 6px; color: var(--rys-steel-500); font-size: .78rem; line-height: 1.45; }
.rys-nav__promise { display: flex; margin: 0; align-items: center; gap: 10px; color: #c5d2de; font-size: .7rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; }
.rys-nav__promise span { color: var(--rys-orange); }

/* Homepage */
.rys-hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; color: var(--rys-white); background: var(--rys-navy-950); }
.rys-hero__media { position: absolute; inset: 0; }
.rys-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.rys-hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,15,25,.97) 0%, rgba(7,21,34,.88) 35%, rgba(7,21,34,.42) 62%, rgba(7,21,34,.12) 100%), linear-gradient(0deg, rgba(7,21,34,.25), transparent 50%); }
.rys-hero__content { position: relative; z-index: 2; max-width: none; padding-block: 78px; }
.rys-hero h1 { max-width: 900px; color: var(--rys-white); font-size: clamp(4rem, 6vw, 5.75rem); text-shadow: 0 2px 16px rgba(0,0,0,.3); }
.rys-hero__lede { max-width: 720px; margin-bottom: 28px; color: #e4edf5; font-size: clamp(1.05rem, 1.7vw, 1.3rem); line-height: 1.6; }
.rys-hero__helper { display: inline-block; margin-top: 20px; color: var(--rys-white); font-weight: 700; }
.rys-hero__facts { display: flex; margin: 34px 0 0; padding: 0; gap: 0; list-style: none; }
.rys-hero__facts li { min-width: 155px; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.28); }
.rys-hero__facts li:first-child { padding-left: 0; border-left: 0; }
.rys-hero__facts strong { display: block; color: var(--rys-yellow); font-family: var(--rys-font-heading); font-size: 1.1rem; text-transform: uppercase; }
.rys-hero__facts span { color: #ccd7e1; font-size: .76rem; }
.rys-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.rys-category-card { position: relative; min-height: 370px; overflow: hidden; border-radius: var(--rys-radius); color: var(--rys-white); background: var(--rys-navy-900); box-shadow: var(--rys-shadow-soft); text-decoration: none; }
.rys-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.rys-category-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(7,21,34,.96) 0%, rgba(7,21,34,.62) 38%, rgba(7,21,34,.02) 75%); }
.rys-category-card__content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 25px; }
.rys-category-card h3 { margin-bottom: 7px; color: var(--rys-white); }
.rys-category-card p { margin: 0; color: #d7e0e8; font-size: .88rem; line-height: 1.5; }
.rys-category-card__arrow { position: absolute; z-index: 3; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--rys-navy-950); background: var(--rys-yellow); font-size: 1.4rem; transition: transform .2s ease; }
.rys-category-card:hover img { transform: scale(1.045); }
.rys-category-card:hover .rys-category-card__arrow { transform: translateX(4px); }
.rys-application-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.rys-application-card { min-height: 240px; padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--rys-radius); background: rgba(255,255,255,.055); text-decoration: none; transition: .2s ease; }
.rys-application-card:hover { border-color: var(--rys-orange); background: rgba(255,255,255,.1); transform: translateY(-3px); }
.rys-application-card__number { display: inline-grid; width: 42px; height: 42px; margin-bottom: 38px; place-items: center; border: 1px solid var(--rys-orange); border-radius: 50%; color: var(--rys-orange); font-family: var(--rys-font-heading); font-weight: 800; }
.rys-application-card h3 { color: var(--rys-white); font-size: 1.55rem; }
.rys-application-card p { margin: 0; color: #c6d2dc; font-size: .88rem; }
.rys-application-card:last-child { background: var(--rys-orange); border-color: var(--rys-orange); }
.rys-application-card:last-child .rys-application-card__number { border-color: var(--rys-white); color: var(--rys-white); }
.rys-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.rys-product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--rys-steel-100); border-radius: var(--rys-radius); background: var(--rys-white); box-shadow: var(--rys-shadow-soft); }
.rys-product-card__media { display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--rys-concrete); }
.rys-product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.rys-product-card:hover .rys-product-card__media img { transform: scale(1.035); }
.rys-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.rys-product-card__sku { margin-bottom: 9px; color: var(--rys-blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rys-product-card h3 { margin-bottom: 9px; font-size: 1.65rem; }
.rys-product-card h3 a { text-decoration: none; }
.rys-product-card__body > p:not(.rys-product-card__sku) { color: var(--rys-steel-500); font-size: .9rem; }
.rys-product-card__actions { display: flex; margin-top: auto; align-items: center; justify-content: space-between; gap: 12px; }
.rys-help-panel { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); overflow: hidden; border-radius: var(--rys-radius); background: var(--rys-white); box-shadow: var(--rys-shadow); }
.rys-help-panel__content { padding: clamp(36px, 5vw, 72px); }
.rys-help-panel__visual { min-height: 440px; }
.rys-help-panel__visual img { width: 100%; height: 100%; object-fit: cover; }
.rys-help-list { display: grid; margin: 26px 0 30px; padding: 0; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 18px; list-style: none; }
.rys-help-list li { position: relative; padding-left: 26px; font-weight: 600; }
.rys-help-list li::before { position: absolute; top: .34em; left: 0; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; content: "✓"; color: var(--rys-white); background: var(--rys-success); font-size: .66rem; }
.rys-trust-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--rys-steel-100); border-radius: var(--rys-radius); background: var(--rys-steel-100); }
.rys-trust-card { padding: 30px; background: var(--rys-white); }
.rys-trust-card__icon { display: grid; width: 46px; height: 46px; margin-bottom: 28px; place-items: center; border: 2px solid var(--rys-orange); border-radius: 50%; color: var(--rys-orange-dark); font-family: var(--rys-font-heading); font-weight: 800; }
.rys-trust-card h3 { font-size: 1.48rem; }
.rys-trust-card p { margin: 0; color: var(--rys-steel-500); font-size: .88rem; }
.rys-network-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px,6vw,100px); align-items: end; margin-bottom: 38px; }
.rys-network-intro p { color: #c8d4df; }
.rys-network-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.rys-network-card { display: flex; min-height: 260px; flex-direction: column; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--rys-radius); background: rgba(255,255,255,.05); text-decoration: none; transition: .2s ease; }
.rys-network-card:hover { border-color: var(--rys-yellow); transform: translateY(-3px); }
.rys-network-card__mark { display: grid; width: 48px; height: 48px; margin-bottom: 32px; place-items: center; border-radius: 4px; color: var(--rys-navy-950); background: var(--rys-yellow); font-family: var(--rys-font-heading); font-size: 1.3rem; font-weight: 800; }
.rys-network-card h3 { color: var(--rys-white); font-size: 1.45rem; }
.rys-network-card p { margin: 0; color: #c7d3de; font-size: .82rem; }
.rys-network-card span:last-child { margin-top: auto; padding-top: 20px; color: var(--rys-orange); font-family: var(--rys-font-heading); font-weight: 800; text-transform: uppercase; }
.rys-guide-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.rys-guide-card { position: relative; display: flex; min-height: 310px; flex-direction: column; padding: 30px; overflow: hidden; border-radius: var(--rys-radius); color: var(--rys-white); background: var(--rys-navy-900); text-decoration: none; }
.rys-guide-card::before { position: absolute; right: -40px; bottom: -95px; width: 230px; height: 230px; border: 42px solid rgba(244,123,32,.16); border-radius: 50%; content: ""; }
.rys-guide-card__type { color: var(--rys-yellow); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.rys-guide-card h3 { margin-top: 45px; color: var(--rys-white); font-size: 2rem; }
.rys-guide-card p { color: #ccd7e0; font-size: .9rem; }
.rys-guide-card .rys-link-arrow { position: relative; z-index: 2; margin-top: auto; color: var(--rys-white); }

/* Page and product templates */
.rys-page-hero { position: relative; display: grid; min-height: 445px; align-items: end; overflow: hidden; color: var(--rys-white); background: var(--rys-navy-950); }
.rys-page-hero__media { position: absolute; inset: 0; }
.rys-page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.rys-page-hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,21,34,.97), rgba(7,21,34,.78) 52%, rgba(7,21,34,.3)); }
.rys-page-hero__content { position: relative; z-index: 2; max-width: none; padding-block: 58px; }
.rys-page-hero h1 { max-width: 980px; color: var(--rys-white); font-size: clamp(3.2rem,6vw,5.6rem); }
.rys-page-hero__content > p:not(.rys-eyebrow) { max-width: 780px; margin-bottom: 26px; color: #dae4ec; font-size: 1.1rem; }
.rys-breadcrumbs { margin-bottom: 24px; color: #cbd7e0; font-size: .78rem; font-weight: 600; }
.rys-breadcrumbs ol { display: flex; flex-wrap: wrap; margin: 0; padding: 0; gap: 8px; list-style: none; }
.rys-breadcrumbs li:not(:last-child)::after { margin-left: 8px; color: var(--rys-orange); content: "/"; }
.rys-breadcrumbs a { text-decoration: none; }
.rys-content-section { border-bottom: 1px solid var(--rys-steel-100); }
.rys-content-section:last-child { border-bottom: 0; }
.rys-content-layout { display: grid; grid-template-columns: minmax(230px,.34fr) minmax(0,.66fr); gap: clamp(36px,7vw,110px); }
.rys-content-layout h2 { position: sticky; top: 24px; font-size: clamp(2.1rem,3.6vw,3.3rem); }
.rys-content-body { color: #334155; }
.rys-content-body > p:first-child { color: var(--rys-ink); font-size: 1.12rem; }
.rys-content-body ul { display: grid; padding: 0; gap: 11px; list-style: none; }
.rys-content-body li { position: relative; padding-left: 26px; }
.rys-content-body li::before { position: absolute; top: .7em; left: 0; width: 9px; height: 9px; border: 2px solid var(--rys-orange); content: ""; transform: rotate(45deg); }
.rys-info-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 28px; }
.rys-info-card { display: block; padding: 24px; border-left: 4px solid var(--rys-orange); color: inherit; background: var(--rys-concrete); text-decoration: none; }
.rys-info-card .rys-link-arrow { display: inline-block; margin-top: 18px; }
.rys-info-card h3 { font-size: 1.35rem; }
.rys-info-card p { margin: 0; color: var(--rys-steel-500); font-size: .88rem; }
.rys-comparison { width: 100%; margin-top: 28px; border-collapse: collapse; font-size: .9rem; }
.rys-comparison th { padding: 13px; color: var(--rys-white); background: var(--rys-navy-900); text-align: left; }
.rys-comparison td { padding: 13px; border-bottom: 1px solid var(--rys-steel-100); vertical-align: top; }
.rys-comparison tr:nth-child(even) td { background: var(--rys-concrete); }
.rys-safety-note { display: flex; margin-top: 30px; padding: 22px; gap: 15px; border: 1px solid #d8dee5; border-left: 5px solid var(--rys-yellow); background: #fffdf3; }
.rys-safety-note strong { display: block; color: var(--rys-navy-900); font-family: var(--rys-font-heading); font-size: 1.15rem; text-transform: uppercase; }
.rys-faq-list { display: grid; gap: 12px; }
.rys-faq-list details { padding: 0 22px; border: 1px solid var(--rys-steel-100); border-radius: 6px; background: var(--rys-white); }
.rys-faq-list summary { padding: 20px 34px 20px 0; color: var(--rys-navy-900); font-family: var(--rys-font-heading); font-size: 1.25rem; font-weight: 800; line-height: 1.15; text-transform: uppercase; cursor: pointer; }
.rys-faq-list details p { padding-bottom: 20px; color: var(--rys-steel-500); }
.rys-related-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.rys-related-links a { padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; color: var(--rys-white); background: rgba(255,255,255,.06); font-family: var(--rys-font-heading); font-size: 1.15rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.rys-related-links a:hover { border-color: var(--rys-orange); }
.rys-prose { color: #334155; }
.rys-prose h1 { font-size: clamp(3rem,5vw,5rem); }
.rys-prose h2 { margin-top: 1.5em; font-size: 2.3rem; }
.rys-prose a { color: var(--rys-blue); }
.rys-product-detail { display: grid; grid-template-columns: minmax(320px,.95fr) minmax(0,1.05fr); gap: clamp(36px,6vw,88px); align-items: start; }
.rys-product-detail__media { position: sticky; top: 24px; overflow: hidden; border-radius: var(--rys-radius); background: var(--rys-concrete); box-shadow: var(--rys-shadow-soft); }
.rys-product-detail__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.rys-product-detail__content h1 { font-size: clamp(3rem,5vw,5rem); }
.rys-product-detail__summary { color: #334155; font-size: 1.08rem; }
.rys-product-badge { display: inline-block; margin-bottom: 14px; padding: 6px 10px; border-radius: 3px; color: var(--rys-blue); background: #e8f3fb; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rys-spec-table { width: 100%; margin: 28px 0; border-collapse: collapse; }
.rys-spec-table th, .rys-spec-table td { padding: 12px 14px; border-bottom: 1px solid var(--rys-steel-100); text-align: left; vertical-align: top; }
.rys-spec-table th { width: 38%; color: var(--rys-navy-900); font-size: .8rem; text-transform: uppercase; }
.rys-spec-table td { color: var(--rys-steel-500); }
.rys-placeholder-notice { padding: 14px 16px; border-radius: 4px; color: #5c4711; background: #fff8dc; font-size: .8rem; }
.rys-search-results { display: grid; gap: 16px; }
.rys-search-result { padding: 24px; border: 1px solid var(--rys-steel-100); border-radius: var(--rys-radius); }
.rys-search-result h2 { margin-bottom: 8px; font-size: 1.8rem; }

/* Forms */
.rys-quote-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: clamp(30px,5vw,70px); align-items: start; }
.rys-quote-form, .rys-form-shell { padding: clamp(24px,4vw,42px); border: 1px solid var(--rys-steel-100); border-radius: var(--rys-radius); background: var(--rys-white); box-shadow: var(--rys-shadow-soft); }
.rys-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.rys-field { display: flex; min-width: 0; flex-direction: column; gap: 7px; color: var(--rys-navy-900); font-size: .8rem; font-weight: 700; }
.rys-field--full { grid-column: 1 / -1; }
.rys-field input, .rys-field select, .rys-field textarea, .rys-form-shell input, .rys-form-shell select, .rys-form-shell textarea {
  width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid var(--rys-steel-300); border-radius: 4px; color: var(--rys-ink); background: var(--rys-white);
}
.rys-field textarea, .rys-form-shell textarea { min-height: 128px; resize: vertical; }
.rys-field input:focus, .rys-field select:focus, .rys-field textarea:focus, .rys-form-shell input:focus, .rys-form-shell select:focus, .rys-form-shell textarea:focus { border-color: var(--rys-blue); outline: 3px solid rgba(0,103,177,.13); }
.rys-form-note { color: var(--rys-steel-500); font-size: .76rem; }
.rys-form-status { padding: 16px 18px; border-left: 5px solid var(--rys-success); background: #edf9f3; }
.rys-form-status--error { border-color: #b42318; background: #fff0ee; }
.rys-quote-sidebar { position: sticky; top: 24px; display: grid; gap: 18px; }
.rys-quote-sidebar__card { padding: 26px; border-radius: var(--rys-radius); color: var(--rys-white); background: var(--rys-navy-900); }
.rys-quote-sidebar__card h2 { color: var(--rys-white); font-size: 1.8rem; }
.rys-quote-sidebar__card ul { padding-left: 20px; color: #d0dbe4; }
.rys-quote-sidebar__card--light { color: var(--rys-ink); background: var(--rys-concrete); }
.rys-quote-sidebar__card--light h2 { color: var(--rys-navy-900); }

/* Footer */
.rys-final-cta { padding-block: clamp(46px,6vw,76px); color: var(--rys-white); background: var(--rys-blue); }
.rys-final-cta .rys-container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.rys-final-cta .rys-container > div:first-child { max-width: 820px; }
.rys-final-cta h2 { color: var(--rys-white); font-size: clamp(2.3rem,4vw,3.7rem); }
.rys-final-cta p:not(.rys-eyebrow) { margin: 0; color: #deedf7; }
.rys-final-cta .rys-eyebrow { color: var(--rys-yellow); }
.rys-footer { padding-top: 70px; color: #c8d3dd; background: var(--rys-navy-950); }
.rys-footer__grid { display: grid; grid-template-columns: 1.45fr repeat(3,1fr); gap: clamp(30px,5vw,76px); }
.rys-footer__brand img { width: 230px; height: 126px; padding: 5px; object-fit: contain; border-radius: 4px; background: var(--rys-white); }
.rys-footer__brand > p { max-width: 410px; margin-top: 18px; font-size: .88rem; }
.rys-footer__endorsement { color: var(--rys-yellow); font-weight: 700; text-transform: uppercase; }
.rys-footer h2 { color: var(--rys-white); font-size: 1.15rem; }
.rys-footer ul { margin: 0; padding: 0; list-style: none; }
.rys-footer li { margin: 8px 0; }
.rys-footer a { color: #d7e1e9; font-size: .86rem; text-decoration: none; }
.rys-footer a:hover { color: var(--rys-yellow); }
.rys-footer__network { display: flex; margin-top: 48px; padding-block: 24px; align-items: center; gap: 24px; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.rys-footer__network p { margin: 0; color: var(--rys-white); font-size: .75rem; text-transform: uppercase; }
.rys-footer__network nav { display: flex; flex-wrap: wrap; gap: 18px; }
.rys-footer__legal { display: flex; padding-block: 23px; justify-content: space-between; gap: 30px; color: #8fa0af; font-size: .72rem; }
.rys-footer__legal p { max-width: 680px; margin: 0; }

@media (max-width: 1180px) {
  .rys-header__main { grid-template-columns: 230px minmax(220px,1fr) auto; gap: 20px; }
  .rys-brand img { width: 205px; }
  .rys-header__actions .rys-button { display: none; }
  .rys-nav__promise { display: none; }
  .rys-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rys-category-card { min-height: 360px; }
  .rys-application-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .rys-network-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .rys-container { width: min(100% - 32px, 1320px); }
  .rys-trust-bar .rys-container { min-height: 38px; }
  .rys-trust-bar p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .rys-trust-bar a { display: none; }
  .rys-header__main { min-height: 116px; grid-template-columns: 200px 1fr; }
  .rys-header__main > .rys-search { display: none; }
  .rys-brand { align-items: flex-start; }
  .rys-brand img { width: 180px; height: auto; }
  .rys-brand span { margin-left: 9px; }
  .rys-header__actions { justify-content: flex-end; }
  .rys-menu-toggle { display: block; }
  .rys-mobile-search { display: block; }
  .rys-nav { position: fixed; top: 0; right: 0; bottom: 0; width: min(88vw,420px); padding-top: 30px; overflow-y: auto; box-shadow: -20px 0 50px rgba(0,0,0,.32); transform: translateX(110%); transition: transform .25s ease; }
  .rys-menu-open .rys-nav { transform: translateX(0); }
  .rys-menu-open .rys-menu-toggle { position: fixed; z-index: 60; top: 14px; right: 16px; border-radius: 50%; background: var(--rys-white); }
  .rys-menu-open .rys-menu-toggle > span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .rys-menu-open .rys-menu-toggle > span:nth-child(2) { opacity: 0; }
  .rys-menu-open .rys-menu-toggle > span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .rys-nav > .rys-container { display: block; width: 100%; }
  .rys-nav__list { display: block; padding: 45px 16px 30px; }
  .rys-nav__list > li, .rys-nav__list > li > a, .rys-nav__item > button { display: block; width: 100%; }
  .rys-nav__list > li > a, .rys-nav__item > button { min-height: 0; padding: 15px 12px; border-bottom: 1px solid rgba(255,255,255,.13); text-align: left; }
  .rys-submenu, .rys-mega-menu, .rys-nav__item--wide .rys-mega-menu, .rys-mega-menu--applications { position: static; width: 100% !important; min-width: 0; margin: 0; padding: 8px !important; grid-template-columns: 1fr !important; box-shadow: none; }
  .rys-mega-menu--applications a { min-height: 0; }
  .rys-mega-menu--applications span, .rys-mega-menu__label { display: none; }
  .rys-hero { min-height: 620px; }
  .rys-hero__media img { object-position: 62% center; }
  .rys-hero__media::after { background: linear-gradient(90deg, rgba(5,15,25,.96), rgba(7,21,34,.76) 68%, rgba(7,21,34,.38)); }
  .rys-product-grid, .rys-guide-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rys-help-panel, .rys-network-intro, .rys-content-layout, .rys-product-detail, .rys-quote-layout { grid-template-columns: 1fr; }
  .rys-help-panel__visual { min-height: 320px; order: -1; }
  .rys-content-layout h2, .rys-product-detail__media, .rys-quote-sidebar { position: static; }
  .rys-trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rys-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rys-final-cta .rys-container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .rys-container { width: min(100% - 24px, 1320px); }
  .rys-section { padding-block: 58px; }
  .rys-trust-bar { font-size: .68rem; }
  .rys-header__main { min-height: 104px; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
  .rys-brand img { width: 150px; height: auto; }
  .rys-brand span { max-width: 165px; margin-top: -2px; margin-left: 0; font-size: .55rem; }
  .rys-quote-link { font-size: 0; }
  .rys-quote-link__icon { width: 38px; height: 38px; font-size: 1.25rem; }
  .rys-quote-link strong { position: absolute; margin: -28px 0 0 25px; font-size: .65rem; }
  .rys-menu-toggle { width: 42px; height: 42px; }
  .rys-hero { min-height: 650px; }
  .rys-hero__content { padding-block: 62px; }
  .rys-hero h1 { font-size: clamp(3.2rem,16vw,4.4rem); }
  .rys-hero__lede { font-size: 1rem; }
  .rys-hero__media img { object-position: 69% center; }
  .rys-hero__media::after { background: linear-gradient(90deg, rgba(5,15,25,.96), rgba(7,21,34,.72)), linear-gradient(0deg, rgba(7,21,34,.7), transparent); }
  .rys-button-group { align-items: stretch; flex-direction: column; }
  .rys-button-group .rys-button { width: 100%; }
  .rys-hero__helper { display: block; text-align: center; }
  .rys-hero__facts { display: grid; grid-template-columns: repeat(3,1fr); }
  .rys-hero__facts li { min-width: 0; padding: 0 10px; }
  .rys-hero__facts span { display: none; }
  .rys-section-heading { align-items: flex-start; flex-direction: column; }
  .rys-category-grid, .rys-application-grid, .rys-product-grid, .rys-guide-grid, .rys-trust-grid, .rys-network-grid, .rys-info-cards, .rys-related-links, .rys-footer__grid { grid-template-columns: 1fr; }
  .rys-category-card { min-height: 350px; }
  .rys-application-card { min-height: 205px; }
  .rys-application-card__number { margin-bottom: 24px; }
  .rys-product-card__actions { align-items: flex-start; flex-direction: column; }
  .rys-product-card__actions .rys-button { width: 100%; }
  .rys-help-list { grid-template-columns: 1fr; }
  .rys-page-hero { min-height: 480px; }
  .rys-page-hero h1 { font-size: clamp(3rem,14vw,4.2rem); }
  .rys-form-grid { grid-template-columns: 1fr; }
  .rys-field--full { grid-column: auto; }
  .rys-comparison { display: block; overflow-x: auto; white-space: normal; }
  .rys-footer__brand img { width: 190px; height: 106px; }
  .rys-footer__network, .rys-footer__legal { align-items: flex-start; flex-direction: column; }
}

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