:root {
  --ink: #080b0d;
  --panel: #11171a;
  --panel-2: #161e21;
  --line: rgba(225, 255, 235, 0.13);
  --text: #f4f7f5;
  --muted: #a9b5b0;
  --lime: #7AB670;
  --lime-2: #9ACA91;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--lime); color: #09100b; padding: 10px 14px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8,11,13,.88); backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { display: none; }
.brand-copy { width: 188px; height: 52px; display: block; overflow: hidden; position: relative; background: url('/gohybrid-logo-trim.png') center top / 188px auto no-repeat; color: transparent; font-size: 0; }
.brand-copy small { display: block; position: absolute; left: 0; right: 0; bottom: 0; color: #c8d3ce; font-size: 8px; line-height: 1; font-weight: 850; letter-spacing: .15em; text-align: center; }
.site-header .brand-copy { height: 39px; }
.site-header .brand-copy small { display: none; }
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links a { color: #dbe3df; text-decoration: none; font-size: 14px; font-weight: 700; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--lime); }
.nav-links a.button { color: #071009; background: var(--lime-2); border-color: var(--lime-2); text-shadow: none; }
.nav-links a.button:hover { color: #071009; background: var(--white); border-color: var(--white); }
.nav-links a.button:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }
.menu-button { display: none; color: var(--text); background: transparent; border: 1px solid var(--line); padding: 9px 12px; font: inherit; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--lime); background: var(--lime); color: #0a100c; text-decoration: none; text-transform: uppercase; font-size: 13px; font-weight: 900; letter-spacing: .07em; transition: .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: var(--white); border-color: var(--white); }
.button-outline { background: transparent; color: var(--text); border-color: rgba(255,255,255,.34); }
.button-outline:hover { color: #0a100c; }
.button-small { min-height: 40px; padding: 0 15px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--lime); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.eyebrow::before { content: ""; width: 35px; height: 2px; background: var(--lime); }
h1, h2, h3 { margin: 0; letter-spacing: -.045em; line-height: 1.02; }
h1 { font-size: clamp(3rem, 7.3vw, 6.8rem); max-width: 930px; }
h2 { font-size: clamp(2.15rem, 4.5vw, 4.2rem); }
h3 { font-size: 1.45rem; }
.accent { color: var(--lime); }
.lead { color: #c2ccc7; max-width: 700px; font-size: clamp(1.05rem, 1.8vw, 1.28rem); }

.hero { min-height: 760px; display: flex; align-items: flex-end; position: relative; overflow: hidden; padding: 120px 0 80px; border-bottom: 1px solid var(--line); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,11,13,.98) 0%, rgba(8,11,13,.82) 45%, rgba(8,11,13,.25) 72%, rgba(8,11,13,.65) 100%), linear-gradient(0deg, var(--ink), transparent 52%); }
.hero-bg { position: absolute; top: 50%; right: 0; width: min(52vw, 680px); height: 760px; transform: translateY(-50%); object-fit: cover; object-position: center 29%; opacity: .86; }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(var(--lime) 1px, transparent 1px), linear-gradient(90deg, var(--lime) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, black, transparent 68%); }
.hero-content { position: relative; z-index: 2; }
.hero .eyebrow { margin-bottom: 20px; }
.hero p { margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.proof-strip { position: relative; z-index: 3; margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: rgba(8,11,13,.65); }
.proof { padding: 20px; border-right: 1px solid var(--line); }
.proof:last-child { border-right: 0; }
.proof strong { display: block; color: var(--white); font-size: 15px; }
.proof span { color: var(--muted); font-size: 12px; }

.section { padding: 110px 0; }
.section-tight { padding: 78px 0; }
.section-alt { background: #0c1113; border-block: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; align-items: end; margin-bottom: 52px; }
.section-head p { color: var(--muted); margin: 0; max-width: 620px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 420px; display: flex; flex-direction: column; padding: 34px; background: var(--panel); position: relative; overflow: hidden; }
.service-card::before { content: attr(data-index); position: absolute; top: 20px; right: 24px; color: rgba(122,182,112,.22); font-size: 68px; font-weight: 900; letter-spacing: -.08em; }
.service-card .label { color: var(--lime); text-transform: uppercase; font-weight: 900; font-size: 12px; letter-spacing: .15em; }
.service-card h3 { margin: auto 0 18px; font-size: clamp(2rem, 3.1vw, 3.15rem); }
.service-card p { color: var(--muted); margin: 0 0 26px; }
.text-link { color: var(--text); font-weight: 850; text-decoration: none; border-bottom: 1px solid var(--lime); width: fit-content; padding-bottom: 4px; }
.text-link:hover { color: var(--lime); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.data-panel { padding: 38px; background: var(--panel); border: 1px solid var(--line); position: relative; }
.data-panel::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(122,182,112,.08); pointer-events: none; }
.metric { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.metric:last-child { border-bottom: 0; }
.metric span { color: var(--muted); }
.metric strong { color: var(--lime); }
.check-list { list-style: none; padding: 0; margin: 30px 0; }
.check-list li { padding: 13px 0 13px 30px; border-bottom: 1px solid var(--line); position: relative; color: #d6dfda; }
.check-list li::before { content: "+"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }

.partner-band { background: var(--lime); color: #081009; padding: 70px 0; }
.partner-band .split { gap: 40px; }
.partner-band p { max-width: 580px; font-weight: 620; }
.partner-band .button { background: #081009; color: var(--white); border-color: #081009; justify-self: end; }

.launch-strip { padding: 48px 0; background: #101719; border-bottom: 1px solid var(--line); }
.launch-strip .split { gap: 40px; }
.launch-strip h2 { font-size: clamp(2rem, 3.6vw, 3.4rem); }
.launch-strip p { color: var(--muted); margin-bottom: 0; }
.launch-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: flex-end; }

.page-hero { padding: 130px 0 75px; background: radial-gradient(circle at 80% 20%, rgba(122,182,112,.13), transparent 34%), #0b1012; border-bottom: 1px solid var(--line); }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { font-size: clamp(3.2rem, 7vw, 6.4rem); }
.page-hero .lead { margin: 26px 0 0; }
.page-hero .hero-actions { margin-top: 30px; }
#pricing, #partner-pricing { scroll-margin-top: 94px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 30px; background: var(--panel); border: 1px solid var(--line); }
.card p { color: var(--muted); }
.number { color: var(--lime); font-size: 13px; font-weight: 900; letter-spacing: .13em; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px; background: var(--panel); border: 1px solid var(--line); }
.price-card.featured { border-color: var(--lime); box-shadow: inset 0 4px 0 var(--lime); }
.price-card > p:not(.number) { color: var(--muted); }
.price-card .button { margin-top: auto; }
.price { margin: 20px 0 14px; color: var(--white); font-size: clamp(3.3rem, 5vw, 5rem); line-height: 1; font-weight: 900; letter-spacing: -.06em; }
.price sup { color: var(--lime); font-size: .42em; vertical-align: top; position: relative; top: .18em; margin-right: 3px; }
.best-value { position: absolute; top: 0; right: 0; padding: 7px 10px; background: var(--lime); color: #081009; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.check-list.compact { margin: 18px 0 28px; }
.check-list.compact li { padding-block: 9px; font-size: 14px; }
.pricing-note { margin-top: 20px; padding: 20px 24px; color: var(--muted); background: rgba(122,182,112,.07); border-left: 3px solid var(--lime); }
.pricing-note strong { color: var(--white); }
.partner-rate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.partner-rate-grid h3 { margin: 16px 0 24px; }
.rate-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.rate-row strong { color: var(--lime); font-size: 1.1rem; }
.image-feature { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 560px; background: var(--panel); border: 1px solid var(--line); overflow: hidden; }
.image-feature.reverse { grid-template-columns: 1.1fr .9fr; }
.image-feature img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.image-feature .portrait-fit { object-position: center 28%; }
.image-feature .race-photo { object-position: 58% 52%; }
.image-copy { padding: clamp(32px, 6vw, 72px); align-self: center; }
.image-copy .eyebrow { margin-bottom: 18px; }
.image-copy p { color: var(--muted); }
.photo-ribbon { display: grid; grid-template-columns: 1.45fr .85fr; gap: 18px; }
.photo-ribbon figure { margin: 0; min-height: 440px; position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.photo-ribbon img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.photo-ribbon figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 11px; background: rgba(8,11,13,.88); color: var(--text); font-size: 13px; font-weight: 800; }
.media-feature img { object-position: center 34%; }
.media-gallery { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: repeat(2, 390px); gap: 18px; }
.media-shot { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.media-shot-tall { grid-row: 1 / 3; }
.media-shot img { width: 100%; height: 100%; object-fit: cover; }
.media-shot:nth-child(1) img { object-position: center 52%; }
.media-shot:nth-child(2) img { object-position: center 54%; }
.media-shot:nth-child(3) img { object-position: center 32%; }
.media-shot figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; width: fit-content; padding: 8px 11px; background: rgba(8,11,13,.9); color: var(--text); font-size: 13px; font-weight: 800; }
.about-gallery { display: grid; grid-template-columns: 1.35fr .8fr .8fr; grid-template-rows: 310px 310px; gap: 14px; }
.about-gallery img { width: 100%; height: 100%; object-fit: cover; border: 1px solid var(--line); }
.about-gallery .wide { grid-row: 1 / 3; }
.about-gallery .family-wide { grid-column: 2 / 4; }
.role-badge { display: flex; width: fit-content; padding: 6px 9px; margin: 0 0 22px; color: #071008; background: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.role-badge + .number { display: block; margin-bottom: 10px; }
.compare-box { margin-top: 28px; padding: 24px; border-left: 3px solid var(--lime); background: rgba(122,182,112,.08); }
.compare-box strong { color: var(--lime); }
.process { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.process-step { padding: 28px; background: var(--panel); counter-increment: step; }
.process-step::before { content: "0" counter(step); color: var(--lime); font-size: 13px; font-weight: 900; }
.process-step h3 { margin: 42px 0 14px; }
.process-step p { color: var(--muted); margin: 0; }

.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.contact-list { margin-top: 35px; }
.contact-list a, .contact-list span { display: block; padding: 13px 0; color: #dfe7e3; text-decoration: none; border-bottom: 1px solid var(--line); }
.contact-list a:hover { color: var(--lime); }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 30px; background: var(--panel); border: 1px solid var(--line); }
label { display: grid; gap: 7px; color: #dce4df; font-size: 14px; font-weight: 750; }
label.full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; color: var(--text); background: #090d0f; border: 1px solid #344044; border-radius: 0; padding: 13px 14px; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--lime); outline-offset: 2px; }
textarea { min-height: 150px; resize: vertical; }
.form-note { grid-column: 1 / -1; color: var(--muted); font-size: 13px; margin: 0; }
.form-status { grid-column: 1 / -1; min-height: 24px; color: var(--lime); font-weight: 750; }
.form-status.error { color: #ff9c91; }
.form-status.success { color: #a8dc9f; }
.form-trap { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
button:disabled { cursor: wait; opacity: .65; }
[hidden] { display: none !important; }
.guide-section { scroll-margin-top: 88px; background: radial-gradient(circle at 14% 30%, rgba(122,182,112,.14), transparent 34%), #0a0f11; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.guide-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.guide-form { padding: 28px; background: #101719; }
.guide-download { grid-column: 1 / -1; justify-self: start; }

.site-footer { padding: 64px 0 30px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.footer-grid p, .footer-grid a { color: var(--muted); }
.footer-links { display: grid; gap: 8px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--lime); }
.social-links { display: flex; gap: 10px; margin-top: 20px; }
.social-links a { width: 42px; height: 42px; display: inline-grid; place-items: center; color: var(--text); border: 1px solid var(--line); background: var(--panel); transition: .2s ease; }
.social-links a:hover { color: #081009; background: var(--lime); border-color: var(--lime); transform: translateY(-2px); }
.social-links svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-links .social-play { fill: currentColor; stroke: none; }
.footer-values { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 28px; margin: 44px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-values strong { color: var(--text); }
.footer-values span { font-style: italic; }
.footer-values + .legal { margin-top: 18px; padding-top: 0; border-top: 0; }
.legal { margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line); color: #7e8c86; font-size: 12px; }

@media (max-width: 900px) {
  .menu-button { display: inline-flex; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 74px; padding: 24px 20px 30px; flex-direction: column; align-items: stretch; background: #090d0f; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-links .button { width: 100%; }
  .hero { min-height: 720px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof:nth-child(2) { border-right: 0; }
  .proof:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head, .split, .contact-layout, .guide-layout { grid-template-columns: 1fr; gap: 34px; }
  .service-grid, .card-grid, .pricing-grid, .partner-rate-grid { grid-template-columns: 1fr; }
  .card-grid[style] { grid-template-columns: 1fr !important; }
  .image-feature, .image-feature.reverse { grid-template-columns: 1fr; }
  .image-feature img { min-height: 460px; }
  .photo-ribbon { grid-template-columns: 1fr; }
  .media-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 560px 390px; }
  .media-shot-tall { grid-column: 1 / 3; grid-row: auto; }
  .about-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 260px 260px; }
  .about-gallery .wide { grid-column: 1 / 3; grid-row: auto; }
  .about-gallery .family-wide { grid-column: 1 / 3; }
  .service-card { min-height: 340px; }
  .process { grid-template-columns: 1fr 1fr; }
  .partner-band .button { justify-self: start; }
  .launch-actions { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand-copy { font-size: 15px; }
  .hero { padding: 310px 0 64px; min-height: 0; align-items: stretch; }
  .hero-bg { top: 0; width: 100%; height: 390px; transform: none; opacity: .96; object-position: 57% 18%; }
  .hero::after { background: linear-gradient(0deg, var(--ink) 0%, rgba(8,11,13,.98) 61%, rgba(8,11,13,.34) 82%, rgba(8,11,13,.05) 100%); }
  .hero-grid { opacity: .07; }
  .hero-actions .button { width: 100%; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .process { grid-template-columns: 1fr; }
  form { grid-template-columns: 1fr; padding: 20px; }
  label.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(4, 360px); }
  .about-gallery .wide, .about-gallery .family-wide { grid-column: auto; }
  .media-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 520px); }
  .media-shot-tall { grid-column: auto; }
}

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

.field-help { display:block; font-size:.8rem; font-weight:400; line-height:1.5; color:var(--muted, #b5bfbb); }
