:root {
  --navy: rgb(35, 49, 66);
  --navy-deep: #1b2938;
  --gold: #c69b6d;
  --cream: #f7f6f2;
  --text: #1f2f40;
  --white: #ffffff;
  --black: #020202;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1080px, calc(100% - 48px)); margin-inline: auto; }

.hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: 49% 51%;
  background: var(--navy);
  overflow: hidden;
}
.hero-copy {
  color: var(--white);
  min-height: 610px;
  padding: 52px clamp(38px, 7vw, 108px) 58px;
  display: flex;
  flex-direction: column;
}
.hero-logo { width: 150px; height: auto; }
.hero-copy__bottom { margin-top: auto; max-width: 560px; }
.eyebrow {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  font-weight: 500;
}
h1 {
  margin: 0;
  font-size: clamp(44px, 4.4vw, 76px);
  line-height: .99;
  letter-spacing: -.045em;
  font-weight: 400;
}
h1 span { color: var(--gold); }
.hero-intro {
  max-width: 510px;
  margin: 24px 0 0;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255,255,255,.86);
}
.hero-actions {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 80px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 25px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .045em;
  font-size: 12px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #d0a77d; }
.signature { width: 96px; max-height: 64px; object-fit: contain; }
.hero-photo { min-height: 610px; }
.hero-photo img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: 54% center;
}

.quote-band {
  background: var(--gold);
  color: #fff;
  padding: 72px 0;
}
.quote-band .narrow { width: min(760px, calc(100% - 56px)); }
.quote-band p {
  margin: 0;
  font-size: clamp(28px, 3.15vw, 50px);
  line-height: 1.12;
  letter-spacing: -.025em;
  font-weight: 400;
}

.profile-panel {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 560px;
  background: var(--navy);
  color: #fff;
}
.profile-copy { display: flex; align-items: center; }
.profile-copy-inner {
  width: min(510px, calc(100% - 70px));
  margin-inline: auto;
}
.profile-copy p {
  margin: 0;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.5;
  letter-spacing: -.015em;
}
.tools-photo { min-height: 560px; overflow: hidden; }
.tools-photo img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center;
}

.story-section {
  background: #fff;
  padding: 100px 0 110px;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
}
.story-grid p {
  margin: 0;
  font-size: 16px;
  line-height: 1.95;
  color: #263748;
}
.gold-rule { height: 12px; background: var(--gold); }

.cycling-section {
  display: grid;
  grid-template-columns: 64% 36%;
  min-height: 430px;
  background: #000;
  color: #fff;
}
.cycling-copy { display: flex; align-items: center; }
.cycling-copy-inner {
  width: min(650px, calc(100% - 90px));
  margin-inline: auto;
}
.cycling-copy p {
  margin: 0;
  font-size: clamp(34px, 4.15vw, 62px);
  line-height: .98;
  letter-spacing: -.035em;
  font-weight: 400;
}
.cycling-copy span { color: var(--gold); }
.cycling-photo { overflow: hidden; }
.cycling-photo img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 53%;
}

.site-footer { background: var(--navy); color: #fff; padding: 46px 0; }
.footer-inner {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 40px;
  align-items: center;
}
.footer-brand img { width: 105px; }
.footer-copy p { margin: 0; }
.footer-heading {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 12px;
  margin-bottom: 12px !important;
}
.footer-copy > p:not(.footer-heading) {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,.82);
}
.footer-copy a { text-decoration: none; }
.phone {
  display: inline-block;
  margin-top: 9px;
  color: var(--gold);
  font-size: 29px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; padding: 34px 28px 46px; }
  .hero-copy__bottom { margin-top: 90px; }
  .hero-photo { min-height: 560px; }
  .hero-actions { gap: 35px; }
  .profile-panel { grid-template-columns: 1fr; }
  .profile-copy { min-height: 430px; }
  .tools-photo { min-height: 430px; }
  .story-grid { grid-template-columns: 1fr; gap: 44px; }
  .cycling-section { grid-template-columns: 1fr; }
  .cycling-copy { min-height: 370px; }
  .cycling-photo { height: 520px; }
  .footer-inner { grid-template-columns: 100px 1fr; }
  .footer-button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 36px, 1080px); }
  .hero-logo { width: 115px; }
  .hero-copy__bottom { margin-top: 70px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 26px; }
  .signature { width: 82px; }
  .quote-band { padding: 52px 0; }
  .quote-band .narrow { width: min(100% - 42px, 760px); }
  .profile-copy-inner { width: calc(100% - 48px); }
  .profile-copy p { font-size: 20px; }
  .story-section { padding: 70px 0; }
  .story-grid p { font-size: 15px; line-height: 1.8; }
  .cycling-copy-inner { width: calc(100% - 48px); }
  .cycling-copy { min-height: 310px; }
  .cycling-photo { height: 420px; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  .footer-button { grid-column: auto; }
  .site-footer { padding: 38px 0; }
}
