@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700&family=Montserrat:wght@500;600;700;800&display=swap');
:root {
  --red: #e3262e;
  --blue: #173d73;
  --yellow: #f4c430;
  --cream: #f7f4ec;
  --white: #ffffff;
  --charcoal: #2e3134;
  --line: rgba(23, 61, 115, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--blue); font-family: "Inter", sans-serif; }
a { color: inherit; text-decoration: none; }
img { object-fit: cover; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(247,244,236,.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.brand-stripe { height: 8px; background: linear-gradient(to bottom, var(--blue) 0 40%, var(--yellow) 40% 70%, var(--red) 70% 100%); }
.nav-shell { width: min(1180px, calc(100% - 40px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; gap: 34px; }
.brand { width: 76px; height: 62px; display: grid; place-items: center; overflow: hidden; margin-right: auto; }
.brand img { width: 72px; height: 66px; object-fit: contain; }
.desktop-nav { display: flex; gap: 30px; font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--red); transition: right .22s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.nav-cta { background: var(--red); color: white; padding: 14px 20px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; font-weight: 800; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 46px; width: 210px; padding: 14px; display: grid; gap: 5px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 50px rgba(23,61,115,.14); }
.mobile-menu nav a { padding: 11px 10px; border-radius: 10px; font-weight: 700; }
.mobile-menu nav a:hover { background: var(--cream); }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.02fr .98fr; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 86px max(44px, calc((100vw - 1180px)/2)) 64px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--red); font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 3px; background: var(--red); }
h1, h2 { margin: 0; font-family: "Anton", Impact, sans-serif; font-weight: 400; line-height: .95; letter-spacing: -.02em; text-transform: uppercase; }
h1 { max-width: 710px; font-size: clamp(68px, 7.5vw, 122px); }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-text { max-width: 550px; margin: 30px 0 0; color: var(--charcoal); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.6; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.button.primary { background: var(--red); color: white; padding: 17px 24px; }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid var(--blue); padding: 9px 0; }
.text-link span { color: var(--red); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 72px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); }
.hero-facts div { display: grid; gap: 6px; }
.hero-facts dt { font-family: "Montserrat", sans-serif; font-size: 14px; font-weight: 800; }
.hero-facts dd { margin: 0; max-width: 150px; color: #5e6164; font-size: 11px; line-height: 1.45; }
.hero-media { position: relative; min-height: 720px; overflow: hidden; }
.hero-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,61,115,.18), transparent 35%); }
.image-stamp { position: absolute; z-index: 2; right: 28px; bottom: 28px; background: var(--yellow); color: var(--blue); border-radius: 999px; padding: 12px 18px; font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 112px 0; }
.section-kicker span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; letter-spacing: 0; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.intro h2 { font-size: clamp(58px, 7vw, 106px); }
.intro-copy { color: var(--charcoal); font-size: 17px; line-height: 1.75; }
.intro-copy p { margin: 0 0 18px; }

.product-preview { width: 100%; max-width: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--blue); color: white; }
.product-image-card { position: relative; min-height: 720px; background: #eee8d9; overflow: hidden; }
.product-image-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; padding: 0; }
.product-copy { padding: 92px max(44px, calc((100vw - 1180px)/2)) 92px 76px; display: flex; flex-direction: column; justify-content: center; }
.section-kicker.light { color: var(--yellow); }
.product-label { margin: 0 0 16px; color: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-copy h2 { font-size: clamp(64px, 6.8vw, 106px); }
.product-copy h2 em { color: white; }
.product-copy > p:not(.product-label) { max-width: 570px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.7; }
.product-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.product-tags span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 12px; }

.uses-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.uses-heading h2 { font-size: clamp(60px, 7vw, 108px); }
.uses-heading > p { margin: 0 0 8px; color: var(--charcoal); font-size: 17px; line-height: 1.7; }
.uses-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 64px; }
.use-card { background: white; border: 1px solid var(--line); }
.use-card.offset { margin-top: 78px; }
.use-media { position: relative; min-height: 540px; overflow: hidden; }
.use-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.use-card:hover .use-media img { transform: scale(1.025); }
.use-caption { position: relative; padding: 26px 28px 30px 78px; }
.use-caption > span { position: absolute; left: 28px; top: 28px; color: var(--red); font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 800; }
.use-caption h3 { margin: 0; font-family: "Montserrat", sans-serif; font-size: 20px; }
.use-caption p { margin: 8px 0 0; color: #606366; font-size: 13px; line-height: 1.6; }

.quality { background: var(--blue); color: white; }
.quality-inner { padding-top: 120px; padding-bottom: 120px; }
.quality-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.quality-heading h2 { font-size: clamp(64px, 7vw, 110px); }
.quality-heading h2 em { color: var(--yellow); }
.quality-heading > p { margin: 0 0 6px; max-width: 520px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.value-grid article { min-height: 230px; padding: 30px 26px; border-right: 1px solid rgba(255,255,255,.2); }
.value-grid article:last-child { border-right: 0; }
.value-grid article::before { content: ""; display: block; width: 12px; height: 12px; margin-bottom: 58px; border-radius: 50%; background: var(--red); }
.value-grid article:nth-child(2)::before { background: var(--yellow); }
.value-grid strong { font-family: "Montserrat", sans-serif; font-size: 16px; text-transform: uppercase; }
.value-grid p { margin: 14px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.65; }

.commercial { padding-top: 118px; padding-bottom: 118px; }
.commercial-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; padding: 74px; background: white; border: 1px solid var(--line); }
.commercial-panel::after { content: ""; position: absolute; right: -55px; bottom: -110px; width: 260px; height: 240px; background: rgba(227,38,46,.09); clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.commercial h2 { font-size: clamp(58px, 6.4vw, 98px); }
.commercial-copy { position: relative; z-index: 1; align-self: end; }
.commercial-copy > p { margin: 0; color: var(--charcoal); font-size: 17px; line-height: 1.75; }
.regions { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.regions > p { margin: 0 0 14px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.regions ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.regions li { padding: 9px 12px; background: var(--cream); border-radius: 999px; font-size: 12px; font-weight: 700; }
.commercial-cta { margin-top: 28px; }

.footer { background: #f0ecdf; }
.footer-stripe { height: 10px; background: linear-gradient(to bottom, var(--red) 0 34%, var(--yellow) 34% 66%, var(--blue) 66% 100%); }
.footer-inner { width: min(1180px, calc(100% - 40px)); min-height: 210px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 60px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer-brand img { width: 74px; height: 72px; object-fit: contain; }
.footer-brand p { max-width: 210px; margin: 0; font-family: "Montserrat", sans-serif; font-size: 14px; font-weight: 800; text-transform: uppercase; }
.footer nav { display: flex; flex-wrap: wrap; gap: 20px; font-size: 12px; font-weight: 700; }
.copyright { margin: 0; color: #686b6d; font-size: 11px; }

a:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; border-radius: 4px; }

@media (max-width: 960px) {
  .desktop-nav, .nav-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 28px 52px; }
  .hero-media { min-height: 560px; }
  .intro-grid, .product-preview, .uses-heading, .quality-heading, .commercial-panel { grid-template-columns: 1fr; }
  .intro-grid { gap: 34px; }
  .product-image-card { min-height: 620px; }
  .product-copy { padding: 76px 28px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-grid article:nth-child(2) { border-right: 0; }
  .value-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .commercial-panel { gap: 42px; padding: 58px 40px; }
  .footer-inner { grid-template-columns: 1fr 1fr; padding: 42px 0; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .nav-shell { width: min(100% - 28px, 1180px); min-height: 72px; }
  .brand { width: 65px; }
  .hero-copy { padding-top: 58px; }
  .hero-facts { grid-template-columns: 1fr 1fr; margin-top: 50px; }
  .hero-media { min-height: 470px; }
  .section { width: min(100% - 32px, 1180px); padding: 82px 0; }
  .product-image-card { min-height: 500px; }
  .product-image-card img { padding: 0; }
  .uses-grid { grid-template-columns: 1fr; gap: 22px; margin-top: 42px; }
  .use-card.offset { margin-top: 0; }
  .use-media { min-height: 460px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article, .value-grid article:nth-child(2) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .value-grid article:last-child { border-bottom: 0; }
  .value-grid article::before { margin-bottom: 30px; }
  .commercial-panel { padding: 46px 24px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
