.gv-home {
  --gv-ink: #071a35;
  --gv-deep: #071a35;
  --gv-green: #18823b;
  --gv-paper: #f1f7f3;
  --gv-line: rgba(7, 26, 53, .14);
  --gv-gold: #7bbd38;
  background: #fff;
  color: var(--gv-ink);
  font-family: var(--sort-body-font, "Manrope"), Arial, Helvetica, sans-serif;
  letter-spacing: .005em;
}

.gv-home *, .gv-home *::before, .gv-home *::after { box-sizing: border-box; }
.gv-home h1, .gv-home h2, .gv-home h3, .gv-home p { margin-top: 0; }
.gv-home h1, .gv-home h2 { font-family: var(--sort-body-font, "Manrope"), Arial, Helvetica, sans-serif; font-weight: 750; letter-spacing: -.045em; }
.gv-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.gv-hero { position: relative; min-height: clamp(620px, 78vh, 820px); display: flex; align-items: center; overflow: hidden; background: #151b1a; color: #fff; }
.gv-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.gv-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,18,37,.9) 0%, rgba(4,18,37,.68) 39%, rgba(4,18,37,.2) 74%, rgba(12,78,41,.12) 100%); }
.gv-hero__content { position: relative; z-index: 1; padding-block: 92px; }
.gv-eyebrow, .gv-kicker { margin-bottom: 22px; color: var(--gv-gold); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.gv-hero h1 { max-width: 690px; margin-bottom: 28px; color: #fff; font-size: clamp(58px, 7.2vw, 104px); line-height: .94; }
.gv-hero__lede { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.84); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.65; }
.gv-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gv-button { min-width: 168px; padding: 15px 23px; border: 1px solid rgba(255,255,255,.46); border-radius: 999px; color: #fff; font-size: 12px; font-weight: 750; letter-spacing: .1em; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.gv-button:hover { transform: translateY(-1px); }
.gv-button--light { background: #fff; border-color: #fff; color: var(--gv-ink); }
.gv-button--light:hover { background: var(--gv-gold); border-color: var(--gv-gold); color: #fff; }
.gv-button--ghost:hover { background: #fff; border-color: #fff; color: var(--gv-ink); }
.gv-operator { margin: 30px 0 0; color: rgba(255,255,255,.58); font-size: 12px; letter-spacing: .08em; }

.gv-assurance { background: var(--gv-deep); color: #fff; }
.gv-assurance__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.gv-assurance__item { display: flex; align-items: center; gap: 14px; min-height: 104px; padding: 20px 24px; border-left: 1px solid rgba(255,255,255,.12); }
.gv-assurance__item:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.gv-assurance__item svg { width: 27px; min-width: 27px; padding: 4px; overflow: visible; border-radius: 8px; background: rgba(123,189,56,.12); fill: none; stroke: var(--gv-gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.gv-assurance__item strong, .gv-assurance__item span { display: block; }
.gv-assurance__item strong { margin-bottom: 5px; font-size: 13px; letter-spacing: .04em; }
.gv-assurance__item span { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.4; }

.gv-intro { padding-block: 128px; }
.gv-intro__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 10vw, 150px); align-items: start; }
.gv-intro h2, .gv-section-head h2, .gv-journey h2, .gv-policies h2, .gv-contact h2, .gv-craft h2 { margin-bottom: 0; font-size: clamp(42px, 5.2vw, 70px); line-height: 1.04; }
.gv-intro__copy { padding-top: 8px; }
.gv-intro__copy p, .gv-craft__content > p { color: #4d5552; font-size: 17px; line-height: 1.8; }
.gv-intro__copy p:last-child { margin-bottom: 0; }

.gv-craft { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 650px; background: var(--gv-paper); }
.gv-craft__image-wrap { overflow: hidden; }
.gv-craft__image { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.gv-craft__content { align-self: center; max-width: 630px; padding: 90px clamp(42px, 7vw, 110px); }
.gv-craft__content h2 { margin-bottom: 32px; }
.gv-checklist { margin: 34px 0 0; padding: 0; list-style: none; }
.gv-checklist li { position: relative; padding: 17px 0 17px 30px; border-top: 1px solid var(--gv-line); font-size: 14px; font-weight: 600; }
.gv-checklist li:last-child { border-bottom: 1px solid var(--gv-line); }
.gv-checklist li::before { content: "✓"; position: absolute; left: 2px; color: var(--gv-green); }

.gv-standards { padding-block: 128px; background: #fff; }
.gv-section-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; margin-bottom: 62px; }
.gv-section-head p { margin: 0; color: #606865; font-size: 16px; line-height: 1.75; }
.gv-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gv-card { min-height: 340px; padding: 36px 30px 38px; border: 1px solid var(--gv-line); border-radius: 18px; background: linear-gradient(180deg, #fff 0%, #f8fbfa 100%); box-shadow: 0 16px 45px rgba(7,26,53,.055); }
.gv-card:last-child { border-right: 1px solid var(--gv-line); }
.gv-card > span { display: block; margin-bottom: 78px; color: var(--gv-gold); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.gv-card h3 { margin-bottom: 18px; font-family: var(--sort-body-font, "Manrope"), Arial, Helvetica, sans-serif; font-size: 25px; font-weight: 750; letter-spacing: -.025em; }
.gv-card p { margin-bottom: 0; color: #636a68; font-size: 14px; line-height: 1.7; }

.gv-journey { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); padding-block: 128px; }
.gv-journey h2 { font-size: clamp(40px, 4.4vw, 62px); }
.gv-timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--gv-line); }
.gv-timeline li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--gv-line); }
.gv-timeline b { color: var(--gv-gold); font-size: 12px; letter-spacing: .14em; }
.gv-timeline strong { display: block; margin-bottom: 8px; font-family: var(--sort-body-font, "Manrope"), Arial, Helvetica, sans-serif; font-size: 23px; font-weight: 750; }
.gv-timeline p { margin: 0; color: #606865; font-size: 14px; line-height: 1.65; }

.gv-policies { padding-block: 116px; background: var(--gv-deep); color: #fff; }
.gv-policies__inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.gv-policies h2 { color: #fff; font-size: clamp(40px, 4.8vw, 66px); }
.gv-policy-links { border-top: 1px solid rgba(255,255,255,.2); }
.gv-policy-links a { display: flex; justify-content: space-between; gap: 20px; padding: 23px 2px; border-bottom: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 15px; letter-spacing: .04em; text-decoration: none; transition: color .2s, padding .2s; }
.gv-policy-links a:hover { padding-inline: 10px; color: #d9bd92; }
.gv-policy-links i { font-style: normal; }

.gv-contact { padding-block: 132px; text-align: center; }
.gv-contact h2 { margin-bottom: 24px; }
.gv-contact > p:not(.gv-kicker) { max-width: 600px; margin: 0 auto 24px; color: #606865; font-size: 16px; line-height: 1.7; }
.gv-text-link { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 5px; border-bottom: 1px solid var(--gv-ink); color: var(--gv-ink); font-family: var(--sort-body-font, "Manrope"), Arial, Helvetica, sans-serif; font-size: clamp(22px, 3vw, 32px); font-weight: 750; text-decoration: none; }
.gv-text-link span { transition: transform .2s; }
.gv-text-link:hover span { transform: translateX(6px); }
.gv-contact small { display: block; margin-top: 30px; color: #7b817f; font-size: 11px; letter-spacing: .08em; }

@media (max-width: 1000px) {
  .gv-assurance__grid, .gv-card-grid { grid-template-columns: repeat(2, 1fr); }
  .gv-assurance__item:nth-child(3), .gv-assurance__item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); }
  .gv-card:nth-child(3), .gv-card:nth-child(4) { border-top: 1px solid var(--gv-line); }
  .gv-card > span { margin-bottom: 44px; }
  .gv-craft { grid-template-columns: 1fr; }
  .gv-craft__image { min-height: 500px; max-height: 620px; }
  .gv-craft__content { max-width: 760px; padding: 80px 48px; }
}

@media (max-width: 740px) {
  .gv-shell { width: min(100% - 34px, 1240px); }
  .gv-hero { min-height: 700px; align-items: end; }
  .gv-hero__image { object-position: 62% center; }
  .gv-hero__veil { background: linear-gradient(180deg, rgba(4,18,37,.2) 10%, rgba(4,18,37,.7) 58%, rgba(4,18,37,.94) 100%); }
  .gv-hero__content { padding-block: 72px 56px; }
  .gv-hero h1 { font-size: clamp(50px, 15vw, 74px); }
  .gv-hero__lede { font-size: 16px; }
  .gv-button { flex: 1 1 150px; min-width: 0; }
  .gv-assurance__grid { grid-template-columns: 1fr; width: 100%; }
  .gv-assurance__item { min-height: 88px; padding-inline: 22px; border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.12); }
  .gv-assurance__item:first-child { border-top: 0; }
  .gv-intro, .gv-standards, .gv-journey, .gv-contact { padding-block: 82px; }
  .gv-intro__grid, .gv-section-head, .gv-journey, .gv-policies__inner { grid-template-columns: 1fr; gap: 36px; }
  .gv-intro h2, .gv-section-head h2, .gv-craft h2, .gv-journey h2, .gv-policies h2, .gv-contact h2 { font-size: 42px; }
  .gv-craft__image { min-height: 360px; height: 52vh; }
  .gv-craft__content { padding: 72px 24px; }
  .gv-card-grid { grid-template-columns: 1fr; }
  .gv-card { min-height: 270px; padding: 30px 24px; border: 1px solid var(--gv-line); }
  .gv-card:first-child { border-top: 1px solid var(--gv-line); }
  .gv-card > span { margin-bottom: 38px; }
  .gv-policies { padding-block: 82px; }
  .gv-timeline li { grid-template-columns: 48px 1fr; gap: 14px; }
  .gv-text-link { font-size: 22px; }
}

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