:root {
  --navy: #071f2f;
  --navy-soft: #0c2c40;
  --orange: #eb7809;
  --orange-bright: #ff8a00;
  --cream: #f5f2ec;
  --white: #fff;
  --text: #18232b;
  --muted: #64727b;
  --shadow: 0 24px 70px rgba(5, 28, 43, .18);
  --page: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.page-width { width: var(--page); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--page);
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  letter-spacing: .03em;
}
.brand-logo {
  width: 74px;
  height: 74px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.28));
}
.brand strong { display: block; font-size: 1.08rem; line-height: 1; }
.brand small { display: block; color: var(--orange-bright); font-size: .68rem; letter-spacing: .18em; margin-top: 5px; }
.header-cta {
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 999px;
  transition: .2s ease;
}
.header-cta:hover { background: var(--white); color: var(--navy); }

.hero {
  min-height: 840px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}
.hero-image,
.hero-shade { position: absolute; inset: 0; }
.hero-image {
  background-image: url("assets/hero.jpg");
  background-size: cover;
  background-position: center 48%;
  transform: scale(1.015);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(3,24,38,.98) 0%, rgba(3,24,38,.90) 37%, rgba(3,24,38,.33) 66%, rgba(3,24,38,.12) 100%),
    linear-gradient(0deg, rgba(3,24,38,.68), transparent 52%);
}
.hero-content { position: relative; z-index: 2; padding-top: 110px; }
.hero-copy { width: min(650px, 58vw); }
.brush-label {
  position: relative;
  display: inline-block;
  isolation: isolate;
  padding: 18px 28px 17px;
  color: var(--white);
  font-size: clamp(1.55rem, 2.8vw, 2.7rem);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: .015em;
  text-transform: uppercase;
  transform: rotate(-2deg);
  margin-bottom: 26px;
}
.brush-label::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -8px -18px -7px -20px;
  background: linear-gradient(130deg, #f7941d, var(--orange));
  clip-path: polygon(1% 12%, 95% 0, 100% 14%, 96% 28%, 100% 43%, 95% 57%, 99% 75%, 94% 88%, 4% 100%, 0 83%, 3% 66%, 0 50%, 4% 30%);
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.2));
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--orange-bright);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(3.6rem, 7vw, 7rem);
  line-height: .88;
  letter-spacing: -.055em;
  font-weight: 1000;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0,0,0,.26);
}
h1 span { display: block; color: var(--orange-bright); font-size: .54em; line-height: 1.1; letter-spacing: -.02em; margin-top: 16px; }
.hero-intro { max-width: 630px; font-size: clamp(1.05rem, 1.5vw, 1.35rem); color: rgba(255,255,255,.9); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .72; transform: none; }
.button-primary { color: var(--white); background: var(--orange); box-shadow: 0 14px 35px rgba(235,120,9,.32); }
.button-primary:hover { background: var(--orange-bright); box-shadow: 0 18px 42px rgba(235,120,9,.42); }
.button-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.6); background: rgba(7,31,47,.3); backdrop-filter: blur(10px); }
.privacy-note { margin-top: 14px; margin-bottom: 0; font-size: .83rem; color: rgba(255,255,255,.65); }
.scroll-hint { position: absolute; z-index: 4; bottom: 30px; left: 50%; transform: translateX(-50%); width: 32px; height: 52px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; }
.scroll-hint span { position: absolute; left: 50%; top: 10px; width: 5px; height: 5px; margin-left: -2.5px; border-radius: 50%; background: var(--white); animation: scrollDot 1.8s ease-in-out infinite; }
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 0; } 20% { opacity: 1; } 75% { opacity: 1; } 100% { transform: translateY(22px); opacity: 0; } }

.benefits { padding: 92px 0 100px; background: var(--navy); color: var(--white); }
.section-heading { max-width: 740px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.6rem); line-height: .98; letter-spacing: -.045em; margin-bottom: 22px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.benefit-card { min-width: 0; text-align: center; padding: 12px 28px 4px; border-right: 1px solid rgba(255,255,255,.25); }
.benefit-card:last-child { border-right: 0; }
.icon-circle { width: 82px; height: 82px; margin: 0 auto 22px; border-radius: 50%; border: 2px solid var(--white); display: grid; place-items: center; }
.icon-circle img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(56%) sepia(94%) saturate(1940%) hue-rotate(360deg) brightness(102%) contrast(104%);
}
.benefit-card h3 { margin-bottom: 12px; text-transform: uppercase; font-size: 1rem; line-height: 1.25; letter-spacing: .02em; }
.benefit-card p { margin-bottom: 0; color: rgba(255,255,255,.68); font-size: .93rem; }

.shop-section { padding: 110px 0; background: var(--cream); overflow: hidden; }
.shop-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: 90px; }
.shop-copy > p:not(.eyebrow) { font-size: 1.08rem; color: #495860; }
.check-list { list-style: none; padding: 0; margin: 28px 0 30px; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 31px; font-weight: 750; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--orange); font-weight: 1000; }
.text-link { font-weight: 900; color: var(--navy); text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.text-link span { color: var(--orange); }
.photo-stack { position: relative; min-height: 520px; }
.photo { margin: 0; position: absolute; overflow: hidden; background: var(--white); padding: 12px; box-shadow: var(--shadow); }
.photo img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.photo figcaption { position: absolute; left: 25px; bottom: 25px; padding: 8px 12px; background: rgba(7,31,47,.88); color: var(--white); font-weight: 800; font-size: .86rem; }
.photo-large { width: 78%; aspect-ratio: 5 / 3; left: 0; top: 0; transform: rotate(-2.5deg); }
.photo-small { width: 60%; aspect-ratio: 5 / 3; right: 0; bottom: 0; transform: rotate(3deg); }

.quote-band { position: relative; background: var(--navy); color: var(--white); overflow: hidden; }
.quote-band::before { content: ""; position: absolute; inset: 10px -4% 8px; background: #0a2638; transform: rotate(-.7deg); }
.quote-inner { position: relative; z-index: 1; min-height: 170px; display: flex; align-items: center; justify-content: center; gap: 28px; text-align: left; }
.quote-bike img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(56%) sepia(94%) saturate(1940%) hue-rotate(360deg) brightness(102%) contrast(104%);
}
.quote-inner p { margin: 0; text-transform: uppercase; font-size: clamp(1.55rem, 3.5vw, 3.4rem); line-height: 1; font-weight: 1000; }
.quote-inner p span { color: var(--orange-bright); }
.quote-inner p small { display: block; margin-top: 11px; text-transform: none; font-family: Georgia, serif; font-style: italic; font-size: .53em; font-weight: 400; color: rgba(255,255,255,.82); }

.contact-section { padding: 110px 0 100px; background: var(--white); }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.contact-copy { position: sticky; top: 30px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.direct-contact { display: grid; gap: 9px; margin-top: 30px; }
.direct-contact a { width: fit-content; color: var(--navy); font-weight: 900; text-decoration-color: var(--orange); text-underline-offset: 5px; }
.lead-form { background: var(--cream); padding: clamp(24px, 5vw, 48px); border-radius: 16px; box-shadow: 0 22px 60px rgba(7,31,47,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form label { display: block; margin-bottom: 18px; }
.lead-form label > span:first-child { display: block; margin-bottom: 7px; font-size: .85rem; font-weight: 850; }
input, textarea { width: 100%; border: 1px solid #ccd2d5; border-radius: 7px; background: var(--white); padding: 13px 14px; color: var(--text); outline: none; transition: .15s ease; }
input:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(235,120,9,.13); }
textarea { resize: vertical; min-height: 120px; }
.checkbox-label { display: grid !important; grid-template-columns: auto 1fr; gap: 11px; align-items: start; color: #53616a; font-size: .82rem; }
.checkbox-label input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--orange); }
.checkbox-label span { margin: 0 !important; font-weight: 500 !important; }
.submit-button { width: 100%; }
.form-status { min-height: 1.5em; margin: 14px 0 0; font-weight: 750; }
.form-status.error { color: #a62f2f; }
.form-status.success { color: #187347; }
.form-fineprint { margin: 8px 0 0; font-size: .75rem; color: var(--muted); }

.site-footer { background: #031621; color: rgba(255,255,255,.72); padding: 30px 0; font-size: .86rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner strong, .footer-inner span { display: block; }
.footer-inner strong { color: var(--white); }
.footer-inner nav { display: flex; gap: 22px; }
.footer-inner a { text-underline-offset: 4px; }
.mobile-cta { display: none; }

@media (max-width: 1000px) {
  .hero-copy { width: min(670px, 78vw); }
  .hero-shade { background: linear-gradient(90deg, rgba(3,24,38,.97) 0%, rgba(3,24,38,.80) 58%, rgba(3,24,38,.28) 100%), linear-gradient(0deg, rgba(3,24,38,.7), transparent 50%); }
  .benefit-grid { grid-template-columns: 1fr 1fr; row-gap: 42px; }
  .benefit-card:nth-child(2) { border-right: 0; }
  .shop-layout, .contact-layout { grid-template-columns: 1fr; gap: 60px; }
  .shop-layout { grid-template-columns: minmax(0, 1fr); }
  .photo-stack { width: min(720px, 100%); margin-inline: auto; }
  .contact-copy { position: static; }
}

@media (max-width: 680px) {
  :root { --page: min(100% - 28px, 1180px); }
  body { padding-bottom: 66px; }
  .site-header { min-height: 76px; }
  .brand { gap: 9px; }
  .brand-logo { width: 58px; height: 58px; }
  .brand strong { font-size: .92rem; }
  .header-cta { display: none; }
  .hero { min-height: 780px; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,24,38,.99) 4%, rgba(3,24,38,.90) 58%, rgba(3,24,38,.28) 100%); }
  .hero-content { align-self: end; padding: 110px 0 105px; }
  .hero-copy { width: 100%; }
  .brush-label { font-size: 1.45rem; padding: 15px 21px; margin-bottom: 19px; }
  h1 { font-size: clamp(3.15rem, 15.5vw, 5.15rem); }
  h1 span { font-size: .5em; margin-top: 11px; }
  .hero-intro { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .scroll-hint { display: none; }
  .benefits, .shop-section, .contact-section { padding: 76px 0; }
  .benefit-grid { grid-template-columns: 1fr; gap: 0; }
  .benefit-card { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); padding: 32px 8px; }
  .benefit-card:last-child { border-bottom: 0; }
  .photo-stack { min-height: 380px; }
  .photo-large { width: 90%; }
  .photo-small { width: 72%; }
  .photo { padding: 8px; }
  .photo figcaption { left: 16px; bottom: 16px; font-size: .72rem; }
  .quote-inner { min-height: 190px; flex-direction: column; gap: 5px; text-align: center; padding: 30px 0; }
  .quote-bike img { width: 70px; height: 70px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { border-radius: 12px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .mobile-cta { display: flex; position: fixed; z-index: 99; left: 0; right: 0; bottom: 0; min-height: 58px; align-items: center; justify-content: center; background: var(--orange); color: var(--white); font-weight: 950; text-decoration: none; box-shadow: 0 -10px 35px rgba(0,0,0,.18); }
}

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