:root {
  --ink: #15181d;
  --muted: #5e6672;
  --paper: #ffffff;
  --soft: #f3f5f7;
  --line: #d9dee4;
  --red: #d91f2b;
  --red-dark: #a50e18;
  --yellow: #f4c542;
  --green: #157347;
  --container: 1180px;
  --header-height: 126px;
  --shadow: 0 14px 40px rgba(17, 24, 39, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.icon { width: 1.1em; height: 1.1em; stroke-width: 2; vertical-align: -0.18em; }

.utility-bar { color: #fff; background: var(--ink); font-size: .86rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.utility-inner span, .utility-links, .utility-links a { display: flex; align-items: center; gap: 7px; }
.utility-links { gap: 20px; }
.utility-links a { text-decoration: none; }
.nav-row { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 230px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 8px; }
.primary-nav a { padding: 11px 14px; font-weight: 700; text-decoration: none; border-bottom: 2px solid transparent; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--red); border-bottom-color: var(--red); }
.primary-nav .nav-cta { margin-left: 6px; padding-inline: 20px; color: #fff; background: var(--red); border: 0; }
.primary-nav .nav-cta:hover, .primary-nav .nav-cta[aria-current="page"] { color: #fff; background: var(--red-dark); }
.nav-toggle { display: none; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; gap: 8px; color: var(--ink); background: transparent; border: 1px solid var(--line); cursor: pointer; }
.product-nav { border-block: 1px solid var(--line); background: #fff; }
.product-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.product-links a { min-height: 48px; display: grid; place-items: center; padding: 8px 12px; border-right: 1px solid var(--line); color: #3c434c; font-size: .9rem; font-weight: 800; text-align: center; text-decoration: none; }
.product-links a:first-child { border-left: 1px solid var(--line); }
.product-links a:hover, .product-links a.active { color: #fff; background: var(--red); }

.eyebrow { margin: 0 0 10px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 .55em; font-family: "Arial Narrow", Inter, sans-serif; line-height: 1.08; }
h1 { font-size: 4.8rem; }
h2 { font-size: 3.15rem; }
h3 { font-size: 1.55rem; }
p { margin: 0 0 1.15em; }
.lead { max-width: 760px; color: #444c56; font-size: 1.2rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 2px solid transparent; font-weight: 900; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-dark { color: #fff; background: var(--ink); }
.button-light { color: var(--ink); background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.75); }

.hero { position: relative; min-height: min(680px, calc(100svh - var(--header-height))); color: #fff; background: #14171c; overflow: hidden; }
.hero-track { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; display: grid; align-items: center; opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility .65s ease; }
.hero-slide.active { opacity: 1; visibility: visible; }
.hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,14,.92) 0%, rgba(8,10,14,.76) 42%, rgba(8,10,14,.12) 75%); }
.hero-content { position: relative; z-index: 1; width: min(720px, 65%); padding-block: 64px 96px; }
.hero-content .eyebrow { color: var(--yellow); }
.hero-content h1, .hero-content h2 { max-width: 820px; font-size: 4.8rem; }
.hero-content p:not(.eyebrow) { max-width: 650px; font-size: 1.2rem; }
.hero-controls { position: absolute; z-index: 3; right: max(20px, calc((100vw - var(--container)) / 2)); bottom: 28px; display: flex; align-items: center; gap: 9px; }
.hero-controls button { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: rgba(15,18,23,.7); border: 1px solid rgba(255,255,255,.45); cursor: pointer; }
.hero-dots { display: flex; gap: 8px; }
.hero-dots button { width: 34px; height: 6px; padding: 0; border: 0; background: rgba(255,255,255,.4); }
.hero-dots button.active { background: var(--yellow); }

.section { padding-block: clamp(64px, 8vw, 110px); }
.section-soft { background: var(--soft); }
.section-dark { color: #fff; background: var(--ink); }
.section-head { max-width: 760px; margin-bottom: 44px; }
.offer-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.offer-item { position: relative; padding: 28px 20px; border-right: 1px solid var(--line); text-decoration: none; overflow: hidden; }
.offer-item:first-child { border-left: 1px solid var(--line); }
.offer-item .icon { width: 26px; height: 26px; color: var(--red); margin-bottom: 18px; }
.offer-item h3 { font-size: 1.12rem; }
.offer-item p { color: var(--muted); font-size: .92rem; }
.offer-item:hover { color: #fff; background: var(--red); }
.offer-item:hover p, .offer-item:hover .icon { color: #fff; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 7vw, 90px); }
.split-media { position: relative; min-height: 500px; }
.split-media img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.fact-band { position: absolute; left: -24px; bottom: 24px; width: min(390px, 90%); padding: 22px 24px; color: #fff; background: var(--red); box-shadow: var(--shadow); }
.fact-band strong { display: block; font-size: 1.15rem; }
.check-list { list-style: none; padding: 0; margin: 25px 0; }
.check-list li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: ""; position: absolute; left: 2px; top: 19px; width: 10px; height: 6px; border-left: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: rotate(-45deg); }
.location-strip { display: flex; flex-wrap: wrap; gap: 10px; }
.location-strip a { padding: 9px 13px; border: 1px solid #4b525c; color: #fff; text-decoration: none; }
.location-strip a:hover { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }

.page-hero { padding-block: clamp(66px, 8vw, 105px); color: #fff; background: linear-gradient(90deg, rgba(12,14,18,.93), rgba(12,14,18,.72)), var(--page-image) center/cover; }
.page-hero h1 { max-width: 900px; font-size: 4.25rem; }
.page-hero .lead { color: #e3e6ea; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: #d8dde3; font-size: .88rem; }
.breadcrumbs a { color: #fff; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 64px; align-items: start; }
.product-image { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; margin-bottom: 34px; }
.content-block { margin-bottom: 50px; }
.content-block h2 { font-size: 2.45rem; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 36px; padding-top: 16px; }
.detail-item { padding-top: 20px; border-top: 3px solid var(--red); }
.detail-item p { color: var(--muted); }
.sidebar { position: sticky; top: 20px; }
.sidebar-panel { padding: 25px; border: 1px solid var(--line); }
.sidebar-panel + .sidebar-panel { margin-top: 20px; }
.sidebar h2 { font-size: 1.3rem; }
.sidebar-links { list-style: none; padding: 0; margin: 0; }
.sidebar-links a { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.sidebar-links a:hover, .sidebar-links a[aria-current="page"] { color: var(--red); }
.sidebar-call { color: #fff; background: var(--red); border: 0; }
.sidebar-call a { display: block; color: #fff; font-size: 1.2rem; font-weight: 900; text-decoration: none; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 18px 30px 18px 0; font-weight: 900; }
.faq-list details p { max-width: 820px; color: var(--muted); }

.market-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.market-link { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.market-link .number { color: var(--red); font-size: .8rem; font-weight: 900; }
.market-link h2 { font-size: 1.8rem; }
.market-link:hover { color: #fff; background: var(--red); }
.market-link:hover .number { color: var(--yellow); }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-list { list-style: none; padding: 0; margin: 28px 0; }
.contact-list li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-list .icon { color: var(--red); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 12px; color: var(--ink); background: #fff; border: 1px solid #aeb5be; border-radius: 0; }
.field textarea { min-height: 140px; resize: vertical; }
.field-honey { position: absolute; left: -9999px; }
.form-note { color: var(--muted); font-size: .85rem; }
.alert { padding: 14px 16px; margin-bottom: 22px; border-left: 4px solid; }
.alert-success { color: #0c5734; background: #e8f5ee; border-color: var(--green); }
.alert-error { color: #7a1119; background: #fdebed; border-color: var(--red); }

.cta-band { padding-block: 48px; color: #fff; background: var(--red); }
.cta-band .eyebrow { color: var(--yellow); }
.cta-band h2 { font-size: 2.55rem; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.site-footer { color: #cbd0d6; background: #0e1115; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .8fr 1.2fr; gap: 50px; padding-block: 70px; }
.site-footer h2 { color: #fff; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 7px 0; }
.site-footer a { color: #e4e7eb; text-decoration: none; }
.site-footer a:hover { color: var(--yellow); }
.footer-brand img { width: 235px; margin-bottom: 20px; background: #fff; }
.footer-brand p { max-width: 390px; }
.gst { font-weight: 800; }
address { font-style: normal; }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #343941; font-size: .82rem; }
.floating-call { position: fixed; z-index: 20; right: 20px; bottom: 20px; width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--green); box-shadow: var(--shadow); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --header-height: 116px; }
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .nav-row { min-height: 82px; }
  .brand img { width: 190px; }
  .nav-toggle { display: inline-flex; }
  .primary-nav { position: absolute; z-index: 30; top: 116px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav .nav-cta { margin-left: 0; text-align: center; }
  .product-links { overflow-x: auto; grid-template-columns: repeat(5, minmax(150px, 1fr)); }
  .hero { min-height: 620px; }
  .hero-content { width: min(650px, 88%); }
  h1, .hero-content h1, .hero-content h2, .page-hero h1 { font-size: 3.7rem; }
  h2 { font-size: 2.65rem; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-item:first-child { border-left: 0; }
  .split, .contact-layout { grid-template-columns: 1fr; }
  .product-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .market-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-links { width: 100%; justify-content: space-between; gap: 8px; }
  .utility-links a { font-size: .78rem; }
  .brand img { width: 168px; }
  .hero { min-height: 600px; }
  .hero-slide::after { background: linear-gradient(90deg, rgba(8,10,14,.91), rgba(8,10,14,.62)); }
  .hero-content { width: 100%; padding-block: 55px 110px; }
  h1, .hero-content h1, .hero-content h2, .page-hero h1 { font-size: 2.65rem; }
  h2, .content-block h2, .cta-band h2 { font-size: 2.15rem; }
  h3 { font-size: 1.35rem; }
  .lead, .hero-content p:not(.eyebrow) { font-size: 1.05rem; }
  .hero-controls { left: 14px; right: 14px; justify-content: center; bottom: 22px; }
  .offer-grid, .detail-grid, .market-grid, .form-grid { grid-template-columns: 1fr; }
  .offer-item { border-left: 1px solid var(--line); }
  .split-media, .split-media img { min-height: 390px; }
  .fact-band { left: 0; }
  .market-link { min-height: 150px; }
  .field.full { grid-column: auto; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand, .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
