/*
Theme Name: Whale Shield
Text Domain: whale-shield
Version: 0.1.1
Requires at least: 7.1
Requires PHP: 8.2
*/

:root {
  --ws-board-blue: #42afe5;
  --ws-board-blue-deep: #159bd8;
  --ws-board-blue-light: #d6f1fc;
  --ws-board-highlight: #9ae0fb;
  --ws-navy: #082b43;
  --ws-navy-deep: #061d30;
  --ws-ice: #eef9fe;
  --ws-white: #fff;
  --ws-steel: #506675;
  --ws-line: rgb(8 43 67 / 18%);
  --ws-gutter: clamp(1.25rem, 4vw, 4.5rem);
  --ws-page-gutter: clamp(1.25rem, 4vw, 3rem);
}

html { scroll-behavior: smooth; }
body { background: var(--ws-ice); color: var(--ws-navy); }
body, button, input, select, textarea { font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif; }
h1, h2, h3, h4 { text-wrap: balance; }
p, li { text-wrap: pretty; }
a, button { transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--ws-board-blue-deep); outline-offset: 3px; }
.wp-element-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--ws-line);
}
.ws-header-inner { min-height: 74px; padding-inline: var(--ws-gutter); }
.ws-brand-lockup { gap: .1rem; }
.ws-brand-lockup .wp-block-site-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -.01em;
}
.ws-brand-subtitle { margin: 0; color: var(--ws-steel); font-family: var(--wp--preset--font-family--spec); font-size: .68rem; letter-spacing: .1em; }
.site-header .wp-block-navigation-item__content { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 2px solid transparent; text-decoration: none; }
.site-header a { min-height: 44px; display: inline-flex; align-items: center; }
.site-header :is(.current-menu-item > a, a[aria-current="page"]) { border-bottom-color: var(--ws-board-blue-deep); }
.site-header .ws-nav-rfq > a { border: 1px solid var(--ws-navy); border-radius: 3px; background: var(--ws-navy); padding-inline: 1rem; color: var(--ws-white) !important; }

.site-footer { padding: 3rem var(--ws-gutter); }
.ws-footer-inner { display: grid; grid-template-columns: minmax(220px, 1fr) auto; gap: 2rem 4rem; }
.ws-footer-brand p { margin: 0; }
.ws-footer-brand p + p { margin-top: .55rem; color: #b8deed; }
.ws-footer-nav a { color: var(--ws-white); }
.ws-footer-meta { grid-column: 1 / -1; border-top: 1px solid rgb(255 255 255 / 20%); padding-top: 1.25rem; color: #b8deed; font-size: .86rem; }
.ws-footer-meta p, .ws-footer-meta .wp-block-shortcode { margin: 0; }

.wp-block-button__link { font-weight: 700; transition: transform 160ms ease; }
.wp-block-button__link:hover { transform: translateY(-2px); }
.tbbf-rfq {
  display: grid;
  gap: 1.25rem;
  margin: 0;
  border: 1px solid var(--ws-line);
  border-top: 5px solid var(--ws-board-blue);
  background: var(--ws-white);
  padding: clamp(1.4rem, 3vw, 2.5rem);
}
.tbbf-rfq fieldset { display: grid; gap: 1rem; min-width: 0; margin: 0; border: 0; border-top: 1px solid var(--ws-line); padding: 1.5rem 0 0; }
.tbbf-rfq legend { padding: 0 .7rem 0 0; font-size: 1.12rem; font-weight: 700; }
.tbbf-form-note { margin: 0; color: var(--ws-steel); font-size: .9rem; }
.tbbf-required { color: #a52b16; }
.tbbf-rfq label { display: grid; gap: .4rem; color: var(--ws-navy); font-weight: 600; }
.tbbf-field-help { color: var(--ws-steel); font-size: .86rem; font-weight: 400; line-height: 1.4; }
.tbbf-rfq input:not([type="checkbox"]), .tbbf-rfq select, .tbbf-rfq textarea { box-sizing: border-box; width: 100%; min-height: 48px; border: 1px solid #31556a; border-radius: 3px; background: var(--ws-white); padding: .75rem .85rem; color: var(--ws-navy); font: inherit; }
.tbbf-rfq textarea { min-height: 10rem; resize: vertical; }
.tbbf-rfq input[type="file"] { padding: .55rem; }
.tbbf-rfq input:focus-visible,
.tbbf-rfq select:focus-visible,
.tbbf-rfq textarea:focus-visible,
.tbbf-rfq button:focus-visible {
  outline: 3px solid var(--ws-navy);
  outline-offset: 3px;
}
.tbbf-consent { grid-template-columns: 44px minmax(0, 1fr); align-items: start; }
.tbbf-rfq input[type="checkbox"] { width: 44px; height: 44px; margin: 0; }
.tbbf-rfq button {
  min-height: 48px;
  width: fit-content;
  border: 0;
  border-radius: 3px;
  background: var(--ws-navy);
  padding: 0.85rem 1.25rem;
  color: var(--ws-white);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.tbbf-rfq-notice { border-left: 5px solid #a52b16; background: #fff1ed; margin-bottom: 1rem; padding: 1rem; color: #651708; }
.tbbf-honeypot {
  display: none !important;
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
}

.ws-page-main { background: var(--ws-ice); }
.ws-resource-main { background: var(--ws-white); }
.ws-product-main { background: var(--ws-ice); }
.ws-home-main { overflow: clip; background: var(--ws-ice); }

.ws-product-hero {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  min-height: 620px;
  padding: clamp(3.5rem, 7vw, 6rem) var(--ws-gutter);
}
.ws-product-copy { max-width: 680px; }
.ws-product-copy h1 {
  margin: 0;
  font-size: clamp(3rem, 5.7vw, 5.8rem);
  letter-spacing: -.025em;
  line-height: 1.05;
  overflow-wrap: normal;
}
.ws-product-copy > p:not(.ws-eyebrow),
.ws-resource-hero .wp-block-post-excerpt__excerpt {
  max-width: 660px;
  margin: 1.35rem 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.5;
}
.ws-product-visual {
  width: 100%;
  min-height: 480px;
  margin: 0;
  background: url("./assets/images/home-hero-product-v1.png") center right / cover no-repeat;
}

.ws-product-content {
  box-sizing: border-box;
  max-width: 1100px;
  padding: clamp(4rem, 7vw, 7rem) var(--ws-page-gutter);
}
.ws-product-content > :where(.ws-product-overview, .ws-product-specification, .ws-product-applications, .ws-product-resources) {
  border-top: 1px solid var(--ws-line);
  padding-block: clamp(2.8rem, 5vw, 4.5rem);
}
.ws-product-content h2 { max-width: 800px; font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.02em; }
.ws-product-content p, .ws-product-content li { max-width: 72ch; }

.ws-resource-hero {
  border-bottom: 1px solid var(--ws-line);
  padding: clamp(4rem, 8vw, 7rem) var(--ws-gutter);
  color: var(--ws-navy);
}
.ws-resource-hero-inner { max-width: 1020px; margin: 0; }
.ws-resource-hero .ws-eyebrow { color: var(--ws-navy); }
.ws-resource-hero h1 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(3rem, 5.8vw, 5.9rem);
  letter-spacing: -.025em;
  line-height: 1.06;
  overflow-wrap: normal;
}
.ws-resource-hero .wp-block-post-excerpt__excerpt {
  max-width: 720px;
  margin-top: 1.4rem;
  font-size: 1.2rem;
  line-height: 1.55;
}

.ws-reading-surface {
  box-sizing: border-box;
  max-width: 1100px;
  margin-inline: auto;
  background: var(--ws-white);
  padding: clamp(3rem, 7vw, 6rem) var(--ws-page-gutter);
}
.ws-resource-main .ws-reading-surface {
  background: var(--ws-white);
  padding: clamp(4rem, 7vw, 7rem) var(--ws-page-gutter);
}
.ws-resource-intro { max-width: 760px; font-size: 1.14rem; }
.ws-resource-main .wp-block-table { margin-block: 3rem; overflow-x: auto; border: 1px solid var(--ws-line); }
.ws-resource-main table { min-width: 760px; width: 100%; border-collapse: collapse; background: var(--ws-white); }
.ws-reading-surface th {
  background: var(--ws-navy);
  padding: 1rem;
  color: var(--ws-white);
  text-align: left;
}
.ws-reading-surface th,
.ws-reading-surface td { border: 1px solid rgb(8 43 67 / 25%); padding: 1rem; vertical-align: top; }
.ws-resource-next-step {
  margin-top: 3.5rem;
  border-top: 5px solid var(--ws-board-blue);
  background: var(--ws-ice);
  padding: clamp(1.5rem, 4vw, 3rem);
}
.ws-resource-next-step h2 { margin-top: 0; font-size: clamp(2rem, 3.4vw, 3.2rem); }

.ws-reading-surface:has(.ws-quote-layout) {
  width: min(1240px, calc(100% - (2 * var(--ws-gutter))));
  max-width: none;
}
.ws-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(430px, 1.28fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  width: 100%;
  max-width: none;
}
.ws-reading-surface > .ws-quote-layout {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}
 .ws-quote-guidance { position: sticky; top: 2rem; width: 100%; max-width: none; margin-inline: 0; }
 .ws-quote-guidance h1 { max-width: 500px; margin: 0; font-size: clamp(3rem, 5vw, 5.2rem); letter-spacing: -.025em; line-height: 1.06; overflow-wrap: anywhere; }
.ws-quote-guidance h2 { margin-top: 2.4rem; font-size: 1.3rem; }
.ws-quote-guidance p { max-width: 30rem; font-size: 1.1rem; }
.ws-quote-guidance li { margin-block: .65rem; }
.ws-quote-form .tbbf-rfq { margin-block: 0; }

.ws-hero {
  position: relative;
  min-height: clamp(610px, 68vw, 760px);
  overflow: hidden;
  background: var(--ws-ice);
}
.ws-hero-media { position: absolute; inset: 0; margin: 0; }
.ws-hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.ws-hero-inner { position: relative; z-index: 1; display: grid; align-items: center; min-height: inherit; padding-inline: var(--ws-gutter); }
.ws-hero-copy { box-sizing: border-box; width: min(56%, 760px); margin: 0; padding-block: 5rem; }
.ws-hero-copy > :where(.ws-eyebrow, h1, p, .ws-hero-actions) { margin-left: 0 !important; margin-right: 0 !important; text-align: left; }
.ws-hero h1 { max-width: 760px; margin-block: 0; color: var(--ws-navy); font-size: clamp(2.8rem, 3vw, 3.1rem); font-weight: 700; letter-spacing: -.018em; line-height: 1.05; text-transform: none; }
.ws-eyebrow { margin: 0 0 1.1rem; color: var(--ws-steel); font-family: var(--wp--preset--font-family--spec); font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.ws-hero-copy > p:not(.ws-eyebrow) { max-width: 620px; margin: 1.55rem 0 0; color: var(--ws-navy); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.5; }
.ws-hero-actions { margin-top: 2rem; gap: .75rem; }
.ws-hero-actions .wp-block-button__link { padding: .85rem 1.1rem; }
.ws-hero-actions .is-style-outline .wp-block-button__link { border-color: var(--ws-navy); color: var(--ws-navy); }

.ws-product-construction,
.ws-specification,
.ws-application-system { padding: clamp(4.5rem, 8vw, 7.5rem) var(--ws-gutter); }
.ws-construction-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2.5rem, 7vw, 7rem); }
.ws-construction-intro > p:not(.ws-eyebrow),
.ws-section-heading > p:not(.ws-eyebrow),
.ws-evidence-statement > p:not(.ws-eyebrow) { max-width: 650px; margin: 1.1rem 0 0; font-size: 1.1rem; }
:is(.ws-construction-intro, .ws-section-heading, .ws-evidence-statement, .ws-rfq-copy) h2 { margin: 0; font-size: clamp(2.6rem, 4.7vw, 4.8rem); letter-spacing: -.035em; line-height: 1.08; }
.ws-construction-intro .wp-block-buttons { margin-top: 2rem; }
.ws-construction-intro .is-style-outline .wp-block-button__link { border-color: var(--ws-navy); color: var(--ws-navy); }
.ws-construction-layers { display: grid; align-content: center; gap: 1rem; }
.ws-layer { border: 1px solid var(--ws-line); background: var(--ws-white); padding: clamp(1.5rem, 3vw, 2.5rem); }
.ws-layer-core { border-color: var(--ws-board-blue-deep); background: var(--ws-board-blue); }
.ws-layer-index { margin: 0 0 .8rem; font-family: var(--wp--preset--font-family--spec); font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.ws-layer h3 { margin: 0; font-size: clamp(1.7rem, 2.7vw, 2.7rem); }
.ws-layer > p:last-child { margin: .65rem 0 0; }

.ws-section-heading { max-width: 900px; margin: 0 0 3.2rem; }
.ws-specification-grid { border-top: 1px solid var(--ws-line); }
.ws-spec-row { display: grid; grid-template-columns: 4rem minmax(0, 1fr); gap: 1rem; align-items: baseline; border-bottom: 1px solid var(--ws-line); padding: 1.35rem 0; }
.ws-spec-row p { margin: 0; color: var(--ws-steel); font-family: var(--wp--preset--font-family--spec); }
.ws-spec-row h3 { margin: 0; font-size: clamp(1.35rem, 2.4vw, 2.2rem); }

.ws-application-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: repeat(2, minmax(280px, auto)); gap: 1px; background: rgb(8 43 67 / 24%); }
.ws-application { display: grid; min-width: 0; align-content: end; background: var(--ws-white); padding: clamp(1.25rem, 2.5vw, 2rem); }
.ws-application img { display: block; width: 100%; max-width: 100%; height: auto; max-height: 520px; aspect-ratio: 1; margin: 0 0 1rem; object-fit: contain; }
.ws-application h3 { margin: 0; font-size: clamp(1.45rem, 2.3vw, 2.35rem); }
.ws-application p { margin: .65rem 0 0; line-height: 1.4; }
.ws-application-lead { grid-row: span 2; background: var(--ws-ice); }
.ws-application-lead img { max-height: 720px; }
.ws-application-lead h3 { font-size: clamp(2.2rem, 4vw, 4rem); }
.ws-application:last-child { grid-column: 2 / -1; grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr); gap: clamp(1.25rem, 3vw, 3rem); align-items: center; }
.ws-application:last-child img { margin: 0; }

.ws-evidence { padding: clamp(4.5rem, 8vw, 7.5rem) var(--ws-gutter); }
.ws-evidence-inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2.5rem, 7vw, 7rem); max-width: 1320px; margin-inline: auto; }
.ws-evidence-list { border-top: 1px solid var(--ws-line); }
.ws-evidence-row { display: grid; grid-template-columns: 4rem minmax(0, 1fr); gap: 1rem; align-items: baseline; border-bottom: 1px solid var(--ws-line); padding: 1.35rem 0; }
.ws-evidence-row p { margin: 0; color: var(--ws-steel); font-family: var(--wp--preset--font-family--spec); }
.ws-evidence-row h3 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.2; }

.ws-proof-band { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); padding: 2rem var(--ws-gutter); }
.ws-proof-band > * { margin: 0; border-left: 1px solid rgb(255 255 255 / 26%); padding: .6rem 1.25rem; }
.ws-proof-band > :first-child { border-left: 0; padding-left: 0; }
.ws-proof-label { align-self: center; color: var(--ws-white); font-size: clamp(1.35rem, 2.3vw, 2rem); }
.ws-proof-item .wp-block-shortcode,
.ws-proof-item .tbbf-fact-value { color: var(--ws-white); font-family: var(--wp--preset--font-family--spec); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 700; line-height: 1; }
.ws-proof-item p { margin: .65rem 0 0; color: #b8deed; font-size: .85rem; font-weight: 700; }

.ws-rfq-band { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; padding: clamp(4rem, 8vw, 7rem) var(--ws-gutter); }
.ws-rfq-copy p { max-width: 650px; margin: 1.2rem 0 0; font-size: 1.12rem; }
.ws-rfq-panel { min-height: 320px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; border-radius: 3px; padding: clamp(1.5rem, 3vw, 2.5rem); }
.ws-rfq-panel p { margin: 0; color: var(--ws-white); font-size: clamp(1.3rem, 2.3vw, 2rem); line-height: 1.35; }
.ws-rfq-panel .wp-block-buttons { margin-top: 2rem; }
.ws-rfq-panel .wp-block-button__link { padding: .9rem 1.15rem; }
@media (min-width: 901px) {
  .ws-product-main .ws-product-content .ws-rfq-band {
    box-sizing: border-box;
    width: min(1200px, calc(100vw - (2 * var(--ws-gutter))));
    margin-inline: calc((100% - min(1200px, calc(100vw - (2 * var(--ws-gutter))))) / 2);
  }
}
@media (max-width: 1151px) {
  .ws-hero-inner { grid-template-columns: 1fr; }
  .ws-hero-copy { width: min(68%, 690px); }
  .ws-hero h1 { font-size: clamp(3rem, 15vw, 3.7rem); }
}
@media (max-width: 1100px) {
  .ws-hero { display: grid; min-height: auto; }
  .ws-hero-inner { min-height: 570px; }
   .ws-hero-copy { width: min(78%, 760px); }
   .ws-hero h1 { font-size: clamp(2.4rem, 4vw, 3rem); }
  .ws-product-hero { grid-template-columns: 1fr; }
  .ws-product-visual { min-height: 420px; }
  .ws-proof-band { grid-template-columns: 1fr 1fr; }
  .ws-proof-label { grid-column: 1 / -1; }
/*
Theme Name: Whale Shield
Text Domain: whale-shield
Version: 0.1.1
Requires at least: 7.1
Requires PHP: 8.2
*/

:root {
  --ws-board-blue: #42afe5;
  --ws-board-blue-deep: #159bd8;
  --ws-board-blue-light: #d6f1fc;
  --ws-board-highlight: #9ae0fb;
  --ws-navy: #082b43;
  --ws-navy-deep: #061d30;
  --ws-ice: #eef9fe;
  --ws-white: #fff;
  --ws-steel: #506675;
  --ws-line: rgb(8 43 67 / 18%);
  --ws-gutter: clamp(1.25rem, 4vw, 4.5rem);
  --ws-page-gutter: clamp(1.25rem, 4vw, 3rem);
}

html { scroll-behavior: smooth; }
body { background: var(--ws-ice); color: var(--ws-navy); }
body, button, input, select, textarea { font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif; }
h1, h2, h3, h4 { text-wrap: balance; }
p, li { text-wrap: pretty; }
a, button { transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--ws-board-blue-deep); outline-offset: 3px; }
.wp-element-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--ws-line);
}
.ws-header-inner { min-height: 74px; padding-inline: var(--ws-gutter); }
.ws-brand-lockup { gap: .1rem; }
.ws-brand-lockup .wp-block-site-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -.01em;
}
.ws-brand-subtitle { margin: 0; color: var(--ws-steel); font-family: var(--wp--preset--font-family--spec); font-size: .68rem; letter-spacing: .1em; }
.site-header .wp-block-navigation-item__content { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 2px solid transparent; text-decoration: none; }
.site-header a { min-height: 44px; display: inline-flex; align-items: center; }
.site-header :is(.current-menu-item > a, a[aria-current="page"]) { border-bottom-color: var(--ws-board-blue-deep); }
.site-header .ws-nav-rfq > a { border: 1px solid var(--ws-navy); border-radius: 3px; background: var(--ws-navy); padding-inline: 1rem; color: var(--ws-white) !important; }

.site-footer { padding: 3rem var(--ws-gutter); }
.ws-footer-inner { display: grid; grid-template-columns: minmax(220px, 1fr) auto; gap: 2rem 4rem; }
.ws-footer-brand p { margin: 0; }
.ws-footer-brand p + p { margin-top: .55rem; color: #b8deed; }
.ws-footer-nav a { color: var(--ws-white); }
.ws-footer-meta { grid-column: 1 / -1; border-top: 1px solid rgb(255 255 255 / 20%); padding-top: 1.25rem; color: #b8deed; font-size: .86rem; }
.ws-footer-meta p, .ws-footer-meta .wp-block-shortcode { margin: 0; }

.wp-block-button__link { font-weight: 700; transition: transform 160ms ease; }
.wp-block-button__link:hover { transform: translateY(-2px); }
.tbbf-rfq {
  display: grid;
  gap: 1.25rem;
  margin: 0;
  border: 1px solid var(--ws-line);
  border-top: 5px solid var(--ws-board-blue);
  background: var(--ws-white);
  padding: clamp(1.4rem, 3vw, 2.5rem);
}
.tbbf-rfq fieldset { display: grid; gap: 1rem; min-width: 0; margin: 0; border: 0; border-top: 1px solid var(--ws-line); padding: 1.5rem 0 0; }
.tbbf-rfq legend { padding: 0 .7rem 0 0; font-size: 1.12rem; font-weight: 700; }
.tbbf-form-note { margin: 0; color: var(--ws-steel); font-size: .9rem; }
.tbbf-required { color: #a52b16; }
.tbbf-rfq label { display: grid; gap: .4rem; color: var(--ws-navy); font-weight: 600; }
.tbbf-field-help { color: var(--ws-steel); font-size: .86rem; font-weight: 400; line-height: 1.4; }
.tbbf-rfq input:not([type="checkbox"]), .tbbf-rfq select, .tbbf-rfq textarea { box-sizing: border-box; width: 100%; min-height: 48px; border: 1px solid #31556a; border-radius: 3px; background: var(--ws-white); padding: .75rem .85rem; color: var(--ws-navy); font: inherit; }
.tbbf-rfq textarea { min-height: 10rem; resize: vertical; }
.tbbf-rfq input[type="file"] { padding: .55rem; }
.tbbf-rfq input:focus-visible,
.tbbf-rfq select:focus-visible,
.tbbf-rfq textarea:focus-visible,
.tbbf-rfq button:focus-visible {
  outline: 3px solid var(--ws-navy);
  outline-offset: 3px;
}
.tbbf-consent { grid-template-columns: 44px minmax(0, 1fr); align-items: start; }
.tbbf-rfq input[type="checkbox"] { width: 44px; height: 44px; margin: 0; }
.tbbf-rfq button {
  min-height: 48px;
  width: fit-content;
  border: 0;
  border-radius: 3px;
  background: var(--ws-navy);
  padding: 0.85rem 1.25rem;
  color: var(--ws-white);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.tbbf-rfq-notice { border-left: 5px solid #a52b16; background: #fff1ed; margin-bottom: 1rem; padding: 1rem; color: #651708; }
.tbbf-honeypot {
  display: none !important;
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
}

.ws-page-main { background: var(--ws-ice); }
.ws-resource-main { background: var(--ws-white); }
.ws-product-main { background: var(--ws-ice); }
.ws-home-main { overflow: clip; background: var(--ws-ice); }

.ws-product-hero {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  min-height: 620px;
  padding: clamp(3.5rem, 7vw, 6rem) var(--ws-gutter);
}
.ws-product-copy { max-width: 680px; }
.ws-product-copy h1 {
  margin: 0;
  font-size: clamp(3rem, 5.7vw, 5.8rem);
  letter-spacing: -.025em;
  line-height: 1.05;
  overflow-wrap: normal;
}
.ws-product-copy > p:not(.ws-eyebrow),
.ws-resource-hero .wp-block-post-excerpt__excerpt {
  max-width: 660px;
  margin: 1.35rem 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.5;
}
.ws-product-visual {
  width: 100%;
  min-height: 480px;
  margin: 0;
  background: url("./assets/images/home-hero-product-v1.png") center right / cover no-repeat;
}

.ws-product-content {
  box-sizing: border-box;
  max-width: 1100px;
  padding: clamp(4rem, 7vw, 7rem) var(--ws-page-gutter);
}
.ws-product-content > :where(.ws-product-overview, .ws-product-specification, .ws-product-applications, .ws-product-resources) {
  border-top: 1px solid var(--ws-line);
  padding-block: clamp(2.8rem, 5vw, 4.5rem);
}
.ws-product-content h2 { max-width: 800px; font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.02em; }
.ws-product-content p, .ws-product-content li { max-width: 72ch; }

.ws-resource-hero {
  border-bottom: 1px solid var(--ws-line);
  padding: clamp(4rem, 8vw, 7rem) var(--ws-gutter);
  color: var(--ws-navy);
}
.ws-resource-hero-inner { max-width: 1020px; margin: 0; }
.ws-resource-hero .ws-eyebrow { color: var(--ws-navy); }
.ws-resource-hero h1 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(3rem, 5.8vw, 5.9rem);
  letter-spacing: -.025em;
  line-height: 1.06;
  overflow-wrap: normal;
}
.ws-resource-hero .wp-block-post-excerpt__excerpt {
  max-width: 720px;
  margin-top: 1.4rem;
  font-size: 1.2rem;
  line-height: 1.55;
}

.ws-reading-surface {
  box-sizing: border-box;
  max-width: 1100px;
  margin-inline: auto;
  background: var(--ws-white);
  padding: clamp(3rem, 7vw, 6rem) var(--ws-page-gutter);
}
.ws-resource-main .ws-reading-surface {
  background: var(--ws-white);
  padding: clamp(4rem, 7vw, 7rem) var(--ws-page-gutter);
}
.ws-resource-intro { max-width: 760px; font-size: 1.14rem; }
.ws-resource-main .wp-block-table { margin-block: 3rem; overflow-x: auto; border: 1px solid var(--ws-line); }
.ws-resource-main table { min-width: 760px; width: 100%; border-collapse: collapse; background: var(--ws-white); }
.ws-reading-surface th {
  background: var(--ws-navy);
  padding: 1rem;
  color: var(--ws-white);
  text-align: left;
}
.ws-reading-surface th,
.ws-reading-surface td { border: 1px solid rgb(8 43 67 / 25%); padding: 1rem; vertical-align: top; }
.ws-resource-next-step {
  margin-top: 3.5rem;
  border-top: 5px solid var(--ws-board-blue);
  background: var(--ws-ice);
  padding: clamp(1.5rem, 4vw, 3rem);
}
.ws-resource-next-step h2 { margin-top: 0; font-size: clamp(2rem, 3.4vw, 3.2rem); }

.ws-reading-surface:has(.ws-quote-layout) {
  width: min(1240px, calc(100% - (2 * var(--ws-gutter))));
  max-width: none;
}
.ws-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(430px, 1.28fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  width: 100%;
  max-width: none;
}
.ws-reading-surface > .ws-quote-layout {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}
 .ws-quote-guidance { position: sticky; top: 2rem; width: 100%; max-width: none; margin-inline: 0; }
 .ws-quote-guidance h1 { max-width: 500px; margin: 0; font-size: clamp(3rem, 5vw, 5.2rem); letter-spacing: -.025em; line-height: 1.06; overflow-wrap: anywhere; }
.ws-quote-guidance h2 { margin-top: 2.4rem; font-size: 1.3rem; }
.ws-quote-guidance p { max-width: 30rem; font-size: 1.1rem; }
.ws-quote-guidance li { margin-block: .65rem; }
.ws-quote-form .tbbf-rfq { margin-block: 0; }

.ws-hero {
  position: relative;
  min-height: clamp(610px, 68vw, 760px);
  overflow: hidden;
  background: var(--ws-ice);
}
.ws-hero-media { position: absolute; inset: 0; margin: 0; }
.ws-hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.ws-hero-inner { position: relative; z-index: 1; display: grid; align-items: center; min-height: inherit; padding-inline: var(--ws-gutter); }
.ws-hero-copy { box-sizing: border-box; width: min(56%, 760px); margin: 0; padding-block: 5rem; }
.ws-hero-copy > :where(.ws-eyebrow, h1, p, .ws-hero-actions) { margin-left: 0 !important; margin-right: 0 !important; text-align: left; }
.ws-hero h1 { max-width: 760px; margin-block: 0; color: var(--ws-navy); font-size: clamp(2.8rem, 3vw, 3.1rem); font-weight: 700; letter-spacing: -.018em; line-height: 1.05; text-transform: none; }
.ws-eyebrow { margin: 0 0 1.1rem; color: var(--ws-steel); font-family: var(--wp--preset--font-family--spec); font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.ws-hero-copy > p:not(.ws-eyebrow) { max-width: 620px; margin: 1.55rem 0 0; color: var(--ws-navy); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.5; }
.ws-hero-actions { margin-top: 2rem; gap: .75rem; }
.ws-hero-actions .wp-block-button__link { padding: .85rem 1.1rem; }
.ws-hero-actions .is-style-outline .wp-block-button__link { border-color: var(--ws-navy); color: var(--ws-navy); }

.ws-product-construction,
.ws-specification,
.ws-application-system { padding: clamp(4.5rem, 8vw, 7.5rem) var(--ws-gutter); }
.ws-construction-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2.5rem, 7vw, 7rem); }
.ws-construction-intro > p:not(.ws-eyebrow),
.ws-section-heading > p:not(.ws-eyebrow),
.ws-evidence-statement > p:not(.ws-eyebrow) { max-width: 650px; margin: 1.1rem 0 0; font-size: 1.1rem; }
:is(.ws-construction-intro, .ws-section-heading, .ws-evidence-statement, .ws-rfq-copy) h2 { margin: 0; font-size: clamp(2.6rem, 4.7vw, 4.8rem); letter-spacing: -.035em; line-height: 1.08; }
.ws-construction-intro .wp-block-buttons { margin-top: 2rem; }
.ws-construction-intro .is-style-outline .wp-block-button__link { border-color: var(--ws-navy); color: var(--ws-navy); }
.ws-construction-layers { display: grid; align-content: center; gap: 1rem; }
.ws-layer { border: 1px solid var(--ws-line); background: var(--ws-white); padding: clamp(1.5rem, 3vw, 2.5rem); }
.ws-layer-core { border-color: var(--ws-board-blue-deep); background: var(--ws-board-blue); }
.ws-layer-index { margin: 0 0 .8rem; font-family: var(--wp--preset--font-family--spec); font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.ws-layer h3 { margin: 0; font-size: clamp(1.7rem, 2.7vw, 2.7rem); }
.ws-layer > p:last-child { margin: .65rem 0 0; }

.ws-section-heading { max-width: 900px; margin: 0 0 3.2rem; }
.ws-specification-grid { border-top: 1px solid var(--ws-line); }
.ws-spec-row { display: grid; grid-template-columns: 4rem minmax(0, 1fr); gap: 1rem; align-items: baseline; border-bottom: 1px solid var(--ws-line); padding: 1.35rem 0; }
.ws-spec-row p { margin: 0; color: var(--ws-steel); font-family: var(--wp--preset--font-family--spec); }
.ws-spec-row h3 { margin: 0; font-size: clamp(1.35rem, 2.4vw, 2.2rem); }

.ws-application-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: repeat(2, minmax(280px, auto)); gap: 1px; background: rgb(8 43 67 / 24%); }
.ws-application { display: grid; min-width: 0; align-content: end; background: var(--ws-white); padding: clamp(1.25rem, 2.5vw, 2rem); }
.ws-application img { display: block; width: 100%; max-width: 100%; height: auto; max-height: 520px; aspect-ratio: 1; margin: 0 0 1rem; object-fit: contain; }
.ws-application h3 { margin: 0; font-size: clamp(1.45rem, 2.3vw, 2.35rem); }
.ws-application p { margin: .65rem 0 0; line-height: 1.4; }
.ws-application-lead { grid-row: span 2; background: var(--ws-ice); }
.ws-application-lead img { max-height: 720px; }
.ws-application-lead h3 { font-size: clamp(2.2rem, 4vw, 4rem); }
.ws-application:last-child { grid-column: 2 / -1; grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr); gap: clamp(1.25rem, 3vw, 3rem); align-items: center; }
.ws-application:last-child img { margin: 0; }

.ws-evidence { padding: clamp(4.5rem, 8vw, 7.5rem) var(--ws-gutter); }
.ws-evidence-inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2.5rem, 7vw, 7rem); max-width: 1320px; margin-inline: auto; }
.ws-evidence-list { border-top: 1px solid var(--ws-line); }
.ws-evidence-row { display: grid; grid-template-columns: 4rem minmax(0, 1fr); gap: 1rem; align-items: baseline; border-bottom: 1px solid var(--ws-line); padding: 1.35rem 0; }
.ws-evidence-row p { margin: 0; color: var(--ws-steel); font-family: var(--wp--preset--font-family--spec); }
.ws-evidence-row h3 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.2; }

.ws-proof-band { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); padding: 2rem var(--ws-gutter); }
.ws-proof-band > * { margin: 0; border-left: 1px solid rgb(255 255 255 / 26%); padding: .6rem 1.25rem; }
.ws-proof-band > :first-child { border-left: 0; padding-left: 0; }
.ws-proof-label { align-self: center; color: var(--ws-white); font-size: clamp(1.35rem, 2.3vw, 2rem); }
.ws-proof-item .wp-block-shortcode,
.ws-proof-item .tbbf-fact-value { color: var(--ws-white); font-family: var(--wp--preset--font-family--spec); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 700; line-height: 1; }
.ws-proof-item p { margin: .65rem 0 0; color: #b8deed; font-size: .85rem; font-weight: 700; }

.ws-rfq-band { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; padding: clamp(4rem, 8vw, 7rem) var(--ws-gutter); }
.ws-rfq-copy p { max-width: 650px; margin: 1.2rem 0 0; font-size: 1.12rem; }
.ws-rfq-panel { min-height: 320px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; border-radius: 3px; padding: clamp(1.5rem, 3vw, 2.5rem); }
.ws-rfq-panel p { margin: 0; color: var(--ws-white); font-size: clamp(1.3rem, 2.3vw, 2rem); line-height: 1.35; }
.ws-rfq-panel .wp-block-buttons { margin-top: 2rem; }
.ws-rfq-panel .wp-block-button__link { padding: .9rem 1.15rem; }
@media (min-width: 901px) {
  .ws-product-main .ws-product-content .ws-rfq-band {
    box-sizing: border-box;
    width: min(1200px, calc(100vw - (2 * var(--ws-gutter))));
    margin-inline: calc((100% - min(1200px, calc(100vw - (2 * var(--ws-gutter))))) / 2);
  }
}
@media (max-width: 1151px) {
  .ws-hero-inner { grid-template-columns: 1fr; }
  .ws-hero-copy { width: min(68%, 690px); }
  .ws-hero h1 { font-size: clamp(3rem, 15vw, 3.7rem); }
}
@media (max-width: 1100px) {
  .ws-hero { display: grid; min-height: auto; }
  .ws-hero-inner { min-height: 570px; }
   .ws-hero-copy { width: min(78%, 760px); }
   .ws-hero h1 { font-size: clamp(2.4rem, 4vw, 3rem); }
  .ws-product-hero { grid-template-columns: 1fr; }
  .ws-product-visual { min-height: 420px; }
  .ws-proof-band { grid-template-columns: 1fr 1fr; }
  .ws-proof-label { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .ws-construction-grid, .ws-evidence-inner { grid-template-columns: 1fr; }
  .ws-evidence, .ws-rfq-band, .ws-quote-layout { grid-template-columns: 1fr; }
  .ws-quote-guidance { position: static; }
  .ws-application-grid { grid-template-columns: 1fr; grid-template-rows: none; }
   .ws-application-grid > * { grid-column: auto !important; grid-row: auto !important; min-height: 180px; }
  .ws-application:last-child { grid-template-columns: 1fr; }
  .ws-application img { max-width: 520px; }
  .ws-footer-inner { grid-template-columns: 1fr; }
  .ws-hero-copy { width: min(76%, 690px); }
  .ws-hero::after { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgb(238 249 254 / 97%) 0%, rgb(238 249 254 / 92%) 58%, rgb(238 249 254 / 45%) 100%); content: ""; pointer-events: none; }
}
 @media (max-width: 720px) {
   :root { --ws-page-gutter: 1.25rem; }
   .ws-reading-surface:has(.ws-quote-layout) { width: 100%; }
   .ws-header-inner { min-height: 66px; }
  .site-header .wp-block-navigation__responsive-container-open { min-width: 44px; min-height: 44px; justify-content: center; }
  .ws-footer-inner { grid-template-columns: 1fr; }
  .wp-block-columns { gap: 1rem; }
  .ws-hero { display: flex; flex-direction: column; min-height: auto; background: var(--ws-ice); }
  .ws-hero::after { display: none; }
  .ws-hero-inner { order: 1; min-height: 0; padding: 3.5rem var(--ws-page-gutter) 2rem; }
  .ws-hero-copy { width: 100%; padding: 0; }
  .ws-hero h1 { font-size: clamp(2.8rem, 12.5vw, 4rem); line-height: 1.04; }
  .ws-hero-media { position: relative; order: 2; inset: auto; width: 100%; min-height: 300px; }
  .ws-hero-media img { position: absolute; inset: 0; object-position: 68% center; }
  .ws-hero-actions { align-items: stretch; flex-direction: column; }
  .ws-hero-actions .wp-block-button, .ws-hero-actions .wp-block-button__link { width: 100%; }
  .ws-hero-actions .wp-block-button__link { box-sizing: border-box; }
  .ws-product-construction,
  .ws-specification,
  .ws-application-system,
  .ws-evidence,
  .ws-rfq-band { padding-inline: 1.25rem; }
  .ws-proof-band { grid-template-columns: 1fr; }
  .ws-proof-label { grid-column: auto; }
  .ws-proof-band > * { border-top: 1px solid rgb(255 255 255 / 26%); border-left: 0; padding: 1rem 0; }
  .ws-proof-band > :first-child { border-top: 0; }
  .ws-spec-row,
  .ws-evidence-row { grid-template-columns: 2.5rem minmax(0, 1fr); gap: .75rem; }
  .ws-rfq-panel { min-height: 260px; }
  .ws-product-hero { min-height: 0; padding-block: 3rem; }
  .ws-product-copy h1, .ws-resource-hero h1, .ws-quote-guidance h1 { font-size: clamp(2.65rem, 12vw, 3.8rem); }
  .ws-product-visual { min-height: 300px; }
  .ws-product-content, .ws-reading-surface { padding-block: 3rem; }
  .ws-reading-surface .wp-block-table { margin-inline: 0; }
  .ws-resource-main table { min-width: 700px; }
  .tbbf-rfq { padding: 1.25rem; }
  .tbbf-rfq button { width: 100%; }
  .ws-footer-nav .wp-block-navigation__container { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* RFQ contrast patch */
.site-header .ws-nav-rfq > a { color: var(--ws-white) !important; }
