:root {
  color-scheme: light dark;
  --navy: #0a2d4a;
  --blue: #1687c9;
  --green: #73b943;
  --ink: #122b3c;
  --slate: #53636d;
  --mist: #eaf4f8;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header { height: 86px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dbe8ee; background: rgba(255,255,255,.97); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 42px; height: 58px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { color: #2a2a2a; font-size: 1.13rem; letter-spacing: -.045em; white-space: nowrap; }
.brand-copy em { font-style: normal; font-weight: 400; }
.brand-copy small { margin-top: 5px; color: #303030; font-size: .47rem; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { text-decoration: none; color: var(--navy); font-weight: 700; font-size: .92rem; }
nav a:hover { color: var(--blue); }
.menu-button { display: none; border: 1px solid #b9cbd4; background: white; padding: 9px 13px; color: var(--navy); font-weight: 700; }

.hero { min-height: 680px; display: grid; grid-template-columns: 56% 44%; max-width: 1440px; margin: 0 auto; }
.hero-copy { padding: 105px clamp(28px, 7vw, 110px) 80px; align-self: center; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; color: var(--navy); font-size: clamp(2.65rem, 5vw, 5.15rem); line-height: .99; letter-spacing: -.055em; }
.hero-intro { max-width: 630px; color: var(--slate); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 38px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 0; border-radius: 2px; text-decoration: none; font-weight: 800; cursor: pointer; font-size: .92rem; }
.button.primary { color: white; background: var(--blue); }
.button.primary:hover { background: #0e72ae; }
.button.secondary { color: var(--navy); border: 1px solid #b6cbd6; background: white; }
.button.secondary:hover { border-color: var(--blue); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 28px; color: var(--navy); font-size: .88rem; font-weight: 700; }
.trust-row span::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 9px; border-radius: 50%; background: var(--green); }
.hero-image { position: relative; min-height: 680px; overflow: hidden; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,45,74,.05), rgba(10,45,74,.3)); }
.hero-image > img { width: 100%; height: 100%; object-fit: cover; }
.image-note { position: absolute; z-index: 2; right: 0; bottom: 0; min-width: 290px; padding: 24px 34px; color: white; background: var(--navy); border-top: 7px solid var(--green); }
.image-note strong, .image-note span { display: block; }
.image-note span { color: #cde3ee; }

.audience-section, .retail-section, .commercial-section, .contact-section { max-width: var(--max); margin: 0 auto; padding: 96px 24px; }
.section-heading { max-width: 750px; margin-bottom: 42px; }
h2 { color: var(--navy); font-size: clamp(2rem, 3.6vw, 3.45rem); line-height: 1.08; letter-spacing: -.035em; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.audience-card { min-height: 330px; padding: 38px; display: flex; flex-direction: column; border-top: 7px solid var(--blue); background: var(--mist); }
.commercial-card { border-color: var(--green); background: var(--navy); color: white; }
.card-number { color: var(--blue); font-weight: 800; }
.commercial-card .card-number { color: #9add68; }
.audience-card h3 { margin: 44px 0 14px; color: var(--navy); font-size: 1.65rem; }
.commercial-card h3 { color: white; }
.audience-card p { max-width: 470px; color: var(--slate); }
.commercial-card p { color: #cde0ea; }
.text-link { margin-top: auto; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--green); }

.products-section { padding: 100px max(24px, calc((100vw - var(--max)) / 2)); color: white; background: var(--navy); }
.light-heading h2 { color: white; }
.product-layout { display: grid; grid-template-columns: 47% 53%; gap: 50px; align-items: center; }
.product-list { border-top: 1px solid #3b5d73; }
.product-list div { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid #3b5d73; font-size: 1.08rem; font-weight: 700; }
.product-list span { color: var(--green); font-size: .75rem; }
.product-photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.product-photos figure { aspect-ratio: 3 / 4; margin: 0; overflow: hidden; border: 1px solid #3b5d73; background: #123c5c; }
.product-photos img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.retail-section { display: grid; grid-template-columns: 42% 58%; gap: 65px; align-items: start; }
.retail-message > p:not(.eyebrow) { color: var(--slate); font-size: 1.06rem; }
.retail-message .button { margin-top: 20px; }
.price-callout { width: min(100%, 390px); margin: 25px 0 4px; padding: 15px 20px; display: grid; gap: 4px; background: var(--mist); border-left: 5px solid var(--green); }
.price-callout span { grid-column: 1 / -1; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-callout strong { color: var(--navy); font-size: 1.9rem; line-height: 1; }
.price-callout small { color: var(--slate); font-size: .78rem; line-height: 1.45; }
.location-panel { border: 1px solid #c9dce5; }
.location-block { padding: 32px; }
.location-block + .location-block { border-top: 1px solid #c9dce5; }
.location-type { margin-bottom: 4px; color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.location-block h3 { color: var(--navy); font-size: 1.5rem; }
.street-address { margin: -4px 0 20px; color: var(--slate); font-style: normal; font-size: 1.02rem; line-height: 1.5; }
.street-address strong { color: var(--navy); font-size: 1.12rem; }
dl { margin: 0; }
dl div { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; border-bottom: 1px solid #e4edf1; }
dt { color: var(--slate); }
dd { margin: 0; color: var(--navy); font-weight: 700; }
.fine-print { margin: 18px 0 0; color: var(--slate); font-size: .86rem; }
.arrival-directions { margin: 22px 0 18px; padding: 18px 20px; color: var(--navy); background: var(--mist); border-left: 5px solid var(--green); }
.arrival-directions p { margin: 0; }
.arrival-directions .direction-label { margin-bottom: 5px; color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.directions-link { display: inline-block; color: var(--navy); }

.commercial-section { display: grid; grid-template-columns: 42% 58%; gap: 65px; padding-top: 105px; padding-bottom: 105px; }
.commercial-copy > p:not(.eyebrow) { color: var(--slate); font-size: 1.05rem; }
.supported { margin-top: 40px; padding: 25px; border-left: 5px solid var(--green); background: var(--mist); }
.supported h3 { margin-bottom: 8px; color: var(--navy); }
.supported p { margin: 0; color: var(--slate); }
.quote-form { padding: 40px; color: white; background: var(--navy); box-shadow: 18px 18px 0 var(--mist); }
.quote-form h3 { margin-bottom: 26px; font-size: 1.7rem; }
.quote-form .eyebrow { color: #9add68; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
label { display: block; margin-bottom: 17px; color: #dbeaf1; font-size: .84rem; font-weight: 700; }
input, textarea { width: 100%; margin-top: 6px; padding: 13px; border: 1px solid #628096; border-radius: 0; color: white; background: #123c5c; font: inherit; font-size: 1rem; }
textarea { resize: vertical; }
input:focus, textarea:focus { outline: 3px solid rgba(115,185,67,.45); border-color: var(--green); }
.quote-form .button { width: 100%; }
.form-note { margin: 12px 0 0; color: #a9c2d0; text-align: center; font-size: .78rem; }
.form-status { display: none; margin-top: 16px; padding: 13px 15px; font-size: .88rem; font-weight: 700; }
.form-status.success { display: block; color: #eaffdf; background: #315d21; border-left: 4px solid #9add68; }
.form-status.error { display: block; color: #fff0f0; background: #6b2a31; border-left: 4px solid #ff929c; }
.quote-form button[disabled] { cursor: wait; opacity: .72; }

.contact-section { max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); display: flex; justify-content: space-between; gap: 50px; align-items: center; background: var(--mist); border-top: 7px solid var(--green); }
.contact-section h2 { margin-bottom: 0; }
.contact-links { display: grid; gap: 7px; text-align: right; color: var(--navy); font-weight: 700; }
.contact-links a { text-decoration: none; }
.contact-links a:hover { color: var(--blue); }

footer { padding: 38px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 210px 1fr auto; gap: 35px; align-items: center; color: var(--slate); background: white; border-top: 1px solid #dbe8ee; font-size: .84rem; }
.footer-brand { width: max-content; }
.footer-brand img { width: 40px; height: 54px; }
.footer-brand .brand-copy strong { font-size: 1rem; }
.footer-brand .brand-copy small { font-size: .42rem; }
footer p { margin: 0; }
footer p:last-child { color: var(--navy); font-weight: 700; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-image { min-height: 480px; }
  .product-layout, .retail-section, .commercial-section { grid-template-columns: 1fr; }
  .product-photos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .commercial-section { gap: 40px; }
}

@media (max-width: 680px) {
  .site-header { height: 72px; padding: 0 18px; }
  .brand img { width: 36px; height: 49px; }
  .brand-copy strong { font-size: .98rem; }
  .brand-copy small { font-size: .4rem; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 20px; flex-direction: column; align-items: flex-start; gap: 16px; background: white; border-bottom: 1px solid #dbe8ee; }
  nav.open { display: flex; }
  .hero-copy { padding: 72px 22px 58px; }
  .hero { min-height: auto; }
  .hero-image { min-height: 400px; }
  .image-note { min-width: 235px; padding: 18px 24px; }
  .audience-section, .retail-section, .commercial-section, .contact-section { padding: 72px 20px; }
  .audience-grid, .field-row { grid-template-columns: 1fr; }
  .audience-card { min-height: 300px; padding: 28px; }
  .products-section { padding: 75px 20px; }
  .product-photos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .product-list div { font-size: .98rem; }
  .retail-section, .commercial-section { gap: 35px; }
  .price-callout { margin-bottom: 8px; }
  .quote-form { padding: 28px 22px; box-shadow: 10px 10px 0 var(--mist); }
  .contact-section { display: block; }
  .contact-links { margin-top: 30px; text-align: left; overflow-wrap: anywhere; }
  footer { grid-template-columns: 1fr; text-align: left; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

@media (prefers-color-scheme: dark) {
  body { color: #eef7fb; background: #081f33; }
  .site-header { background: rgba(8,31,51,.97); border-bottom-color: #27485e; }
  .brand-copy strong, .brand-copy small { color: #ffffff; }
  nav a { color: #eef7fb; }
  .trust-row { color: #d9eef8; }
  .menu-button { color: #ffffff; background: #0a2d4a; border-color: #527086; }
  nav { background: #081f33; border-bottom-color: #27485e; }
  h1, h2, .audience-card h3, .location-block h3, .street-address strong, .arrival-directions,
  .directions-link, .contact-links, footer p:last-child { color: #ffffff; }
  .hero-intro, .audience-card p, .retail-message > p:not(.eyebrow), .commercial-copy > p:not(.eyebrow),
  .street-address, dt, .fine-print, .price-callout small, .supported p { color: #b9cbd5; }
  .audience-card, .price-callout, .arrival-directions, .supported, .contact-section { background: #123c5c; }
  .commercial-card, .quote-form { background: #0a2d4a; }
  .button.secondary { color: #ffffff; background: transparent; border-color: #698699; }
  .location-panel { border-color: #365a70; }
  .location-block + .location-block, dl div { border-color: #365a70; }
  dd { color: #74c9f2; }
  .price-callout strong { color: #ffffff; }
  .supported h3 { color: #9add68; }
  footer { color: #b9cbd5; background: #081f33; border-top-color: #27485e; }
}
