:root {
--gblf-green:      #203731;
--gblf-deep:       #07130D;
--gblf-gold:       #FFB612;
--gblf-gold-dim:   rgba(255,182,18,.18);
--gblf-gold-pale:  rgba(255,182,18,.07);
--gblf-cream:      #F8F5EE;
--gblf-white:      #FFFFFF;
--gblf-text:       #1A1A1A;
--gblf-muted:      #6B7280;
--gblf-border:     rgba(255,182,18,.15);
--gblf-card-shad:  0 2px 12px rgba(7,19,13,.07);
--gblf-radius:     10px;
--gblf-tr:         .25s ease;
}
.gblf-page { background: var(--gblf-cream); } .gblf-reveal {
opacity: 0;
transform: translateY(22px);
transition: opacity .6s ease, transform .6s ease;
}
.gblf-reveal.gblf-visible {
opacity: 1;
transform: none;
} .gblf-section-label {
display: inline-block;
font-family: 'Barlow Condensed', sans-serif;
font-size: .78rem;
font-weight: 700;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--gblf-gold);
margin-bottom: 14px;
}
.gblf-section-label--gold { color: var(--gblf-gold); }
.gblf-section-title {
font-family: 'Barlow Condensed', sans-serif;
font-size: clamp(1.9rem, 3.5vw, 2.9rem);
font-weight: 800;
line-height: 1.05;
color: var(--gblf-green);
margin: 0 0 20px;
text-transform: uppercase;
}
.gblf-section-title--light { color: #fff; }
.gblf-section-header { margin-bottom: 44px; max-width: 700px; } .gblf-hero {
position: relative;
min-height: 82vh;
display: flex;
align-items: flex-start;
overflow: hidden;
background: var(--gblf-deep);
color: #fff;
}
.gblf-hero__bg {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
}
.gblf-hero__overlay {
position: absolute;
inset: 0;
background:
radial-gradient(ellipse 70% 60% at 50% 100%, rgba(32,55,49,.95) 0%, transparent 70%),
radial-gradient(ellipse 100% 80% at 50% 0%, rgba(7,19,13,1) 0%, rgba(7,19,13,.55) 60%, transparent 100%);
}
.gblf-hero__grain {
position: absolute;
inset: 0;
opacity: .035;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
background-repeat: repeat;
}
.gblf-hero__g-watermark {
position: absolute;
right: -3vw;
top: 50%;
transform: translateY(-50%);
font-family: 'Barlow Condensed', sans-serif;
font-weight: 800;
font-size: clamp(18rem, 34vw, 38rem);
line-height: 1;
color: rgba(255,182,18,.04);
pointer-events: none;
user-select: none;
letter-spacing: -.02em;
}
.gblf-hero__lines {
position: absolute;
inset: 0;
background-image: repeating-linear-gradient(
0deg, transparent, transparent 79px,
rgba(255,182,18,.03) 79px, rgba(255,182,18,.03) 80px
);
}
.gblf-hero__img {
position: absolute;
inset: 0;
background-size: cover;
background-position: center 85%;
opacity: .28;
}
.gblf-hero__inner {
position: relative;
z-index: 2;
padding-top: clamp(120px, 18vh, 200px);
padding-bottom: clamp(60px, 8vh, 80px);
}
.gblf-hero__content {
max-width: 660px;
}
.gblf-hero__eyebrow {
display: inline-block;
font-family: 'Barlow Condensed', sans-serif;
font-size: .78rem;
font-weight: 700;
letter-spacing: .18em;
text-transform: uppercase;
color: var(--gblf-gold);
margin-bottom: 18px;
padding: 4px 12px;
border: 1px solid var(--gblf-gold-dim);
border-radius: 2px;
}
.gblf-hero__title {
font-family: 'Barlow Condensed', sans-serif;
font-size: clamp(3.2rem, 8vw, 6.5rem);
font-weight: 800;
line-height: .92;
letter-spacing: -.02em;
margin: 0 0 16px;
color: #fff;
text-transform: uppercase;
}
.gblf-hero__title--gold {
color: var(--gblf-gold);
}
.gblf-hero__divider {
width: 48px;
height: 3px;
background: var(--gblf-gold);
margin-bottom: 20px;
border-radius: 2px;
}
.gblf-hero__subtitle {
font-family: 'Barlow Condensed', sans-serif;
font-size: clamp(1.15rem, 2.2vw, 1.45rem);
font-weight: 600;
color: #FFFFFF;
line-height: 1.35;
margin: 0 0 18px;
}
.gblf-hero__intro {
font-family: 'Inter', sans-serif;
font-size: .95rem;
line-height: 1.72;
color: #FFFFFF;
margin: 0 0 28px;
max-width: 520px;
}
.gblf-hero__chips {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.gblf-hero__chip {
display: inline-flex;
align-items: center;
gap: 6px;
font-family: 'Barlow Condensed', sans-serif;
font-size: .82rem;
font-weight: 600;
letter-spacing: .06em;
color: rgba(255,255,255,.8);
background: rgba(255,255,255,.07);
border: 1px solid rgba(255,255,255,.12);
border-radius: 4px;
padding: 5px 12px;
}
.gblf-hero__chip svg { color: var(--gblf-gold); flex-shrink: 0; }
.gblf-hero__scroll {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
padding-bottom: 28px;
color: rgba(255,255,255,.35);
font-size: .7rem;
letter-spacing: .1em;
text-transform: uppercase;
}
.gblf-hero__scroll span {
display: block;
width: 1px;
height: 32px;
background: linear-gradient(to bottom, transparent, rgba(255,255,255,.3));
} .gblf-img { margin: 0; }
.gblf-img__el { display: block; width: 100%; height: auto; border-radius: var(--gblf-radius); }
.gblf-img--placeholder {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
background: linear-gradient(135deg, rgba(32,55,49,.07) 0%, rgba(32,55,49,.03) 100%);
border: 1.5px dashed rgba(32,55,49,.22);
border-radius: var(--gblf-radius);
min-height: 240px;
padding: 28px 20px;
text-align: center;
}
.gblf-img--placeholder .gblf-img__icon { color: rgba(32,55,49,.3); }
.gblf-img--placeholder .gblf-img__label {
font-family: 'Barlow Condensed', sans-serif;
font-size: .92rem;
font-weight: 600;
color: rgba(32,55,49,.55);
letter-spacing: .04em;
}
.gblf-img--placeholder .gblf-img__hint {
font-family: 'Inter', monospace;
font-size: .72rem;
color: rgba(32,55,49,.35);
background: rgba(32,55,49,.06);
padding: 2px 8px;
border-radius: 3px;
} .gblf-heating-section .gblf-img--placeholder {
background: rgba(255,255,255,.05);
border-color: rgba(255,255,255,.12);
}
.gblf-heating-section .gblf-img__icon { color: rgba(255,255,255,.3); }
.gblf-heating-section .gblf-img__label { color: rgba(255,255,255,.5); }
.gblf-heating-section .gblf-img__hint { background: rgba(255,255,255,.07); color: rgba(255,255,255,.35); } .gblf-facts-section {
background: var(--gblf-cream);
padding: 80px 0 72px;
}
.gblf-facts-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
@media (max-width: 1100px) { .gblf-facts-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px)  { .gblf-facts-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (max-width: 440px)  { .gblf-facts-grid { grid-template-columns: 1fr; } }
.gblf-fact-card {
background: var(--gblf-white);
border-radius: var(--gblf-radius);
border: 1px solid rgba(32,55,49,.08);
box-shadow: var(--gblf-card-shad);
padding: 24px 22px 22px;
display: flex;
flex-direction: column;
gap: 8px;
transition: box-shadow var(--gblf-tr), transform var(--gblf-tr);
border-top: 3px solid transparent;
}
.gblf-fact-card:hover {
box-shadow: 0 6px 28px rgba(7,19,13,.13);
transform: translateY(-3px);
}
.gblf-fact-card--gold { border-top-color: var(--gblf-gold); }
.gblf-fact-card__icon {
color: var(--gblf-green);
opacity: .55;
margin-bottom: 4px;
}
.gblf-fact-card--gold .gblf-fact-card__icon { color: var(--gblf-gold); opacity: 1; }
.gblf-fact-card__value {
font-family: 'Barlow Condensed', sans-serif;
font-size: clamp(1.3rem, 2.4vw, 1.75rem);
font-weight: 800;
color: var(--gblf-text);
line-height: 1.1;
letter-spacing: -.01em;
}
.gblf-fact-card--gold .gblf-fact-card__value { color: var(--gblf-green); }
.gblf-fact-card__label {
font-family: 'Inter', sans-serif;
font-size: .78rem;
font-weight: 500;
color: var(--gblf-green);
letter-spacing: .04em;
text-transform: uppercase;
} .gblf-turf-section {
background: var(--gblf-white);
padding: 88px 0 80px;
border-top: 1px solid rgba(32,55,49,.06);
border-bottom: 1px solid rgba(32,55,49,.06);
}
.gblf-turf-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 64px;
align-items: center;
margin-bottom: 60px;
}
@media (max-width: 860px) {
.gblf-turf-layout { grid-template-columns: 1fr; gap: 36px; }
}
.gblf-turf-text .gblf-section-title { margin-bottom: 24px; }
.gblf-turf-body {
font-family: 'Inter', sans-serif;
font-size: .97rem;
line-height: 1.74;
color: var(--gblf-green);
margin: 0 0 16px;
}
.gblf-turf-body:last-child { margin-bottom: 0; }
.gblf-turf-img .gblf-img__el {
width: 100%;
height: auto;
aspect-ratio: 16/9;
object-fit: cover;
border-radius: var(--gblf-radius);
box-shadow: 0 4px 32px rgba(7,19,13,.1);
}
.gblf-turf-img .gblf-img--placeholder { min-height: 300px; }
.gblf-tech-cards {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 16px;
}
@media (max-width: 1100px) { .gblf-tech-cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 680px)  { .gblf-tech-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 440px)  { .gblf-tech-cards { grid-template-columns: 1fr; } }
.gblf-tech-card {
background: var(--gblf-cream);
border-radius: var(--gblf-radius);
padding: 20px 18px 22px;
border: 1px solid rgba(32,55,49,.08);
transition: box-shadow var(--gblf-tr), transform var(--gblf-tr);
}
.gblf-tech-card:hover {
box-shadow: 0 4px 20px rgba(7,19,13,.1);
transform: translateY(-2px);
}
.gblf-tech-card__num {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.6rem;
font-weight: 800;
color: var(--gblf-gold);
line-height: 1;
margin-bottom: 10px;
display: block;
}
.gblf-tech-card__title {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.05rem;
font-weight: 700;
color: var(--gblf-green);
margin: 0 0 8px;
}
.gblf-tech-card__text {
font-family: 'Inter', sans-serif;
font-size: .82rem;
line-height: 1.6;
color: var(--gblf-green);
margin: 0;
} .gblf-heating-section {
position: relative;
background: #203731;
padding: 96px 0 88px;
overflow: hidden;
border-top: 3px solid #FFB612;
}
.gblf-heating-bg { display: none; }
.gblf-heating-layout {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 72px;
align-items: center;
}
@media (max-width: 860px) {
.gblf-heating-layout { grid-template-columns: 1fr; gap: 44px; }
}
.gblf-heating-body {
font-family: 'Inter', sans-serif;
font-size: .97rem;
line-height: 1.74;
color: rgba(255,255,255,.65);
margin: 0 0 20px;
}
.gblf-heating-body strong { color: #fff; }
.gblf-heating-body em { color: #FFB612; font-style: normal; font-weight: 600; }
.gblf-heating-stats {
display: flex;
gap: 32px;
flex-wrap: wrap;
margin-top: 36px;
padding-top: 32px;
border-top: 1px solid rgba(255,182,18,.2);
}
.gblf-heating-stat { display: flex; flex-direction: column; gap: 4px; }
.gblf-heating-stat__num {
font-family: 'Barlow Condensed', sans-serif;
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
color: #FFB612;
line-height: 1;
letter-spacing: -.02em;
}
.gblf-heating-stat__label {
font-family: 'Inter', sans-serif;
font-size: .78rem;
font-weight: 500;
color: rgba(255,255,255,.45);
letter-spacing: .04em;
text-transform: uppercase;
max-width: 160px;
line-height: 1.4;
}
.gblf-heating-visual .gblf-img__el {
width: 100%;
height: auto;
aspect-ratio: 16/9;
object-fit: cover;
border-radius: var(--gblf-radius);
border: 1px solid rgba(255,182,18,.2);
box-shadow: 0 8px 32px rgba(0,0,0,.3);
}
.gblf-heating-visual .gblf-img--placeholder { min-height: 280px; }
.gblf-heating-note {
display: flex;
align-items: flex-start;
gap: 10px;
margin-top: 16px;
padding: 14px 16px;
background: rgba(255,182,18,.08);
border: 1px solid rgba(255,182,18,.22);
border-radius: 6px;
font-family: 'Inter', sans-serif;
font-size: .83rem;
line-height: 1.55;
color: rgba(255,255,255,.6);
}
.gblf-heating-note svg { color: #FFB612; flex-shrink: 0; margin-top: 2px; }
.gblf-heating-note p { margin: 0; }
.gblf-heating-note strong { color: rgba(255,255,255,.9); } .gblf-history-section {
background: var(--gblf-cream);
padding: 96px 0 80px;
}
.gblf-history-section .gblf-section-header {
max-width: 900px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.gblf-history-section .gblf-section-title {
text-transform: uppercase;
font-size: clamp(2.4rem, 5vw, 4rem);
}
.gblf-history-section .gblf-history-intro {
margin-left: auto;
margin-right: auto;
}
.gblf-history-intro {
font-family: 'Inter', sans-serif;
font-size: 1rem;
line-height: 1.72;
color: var(--gblf-green);
margin: 0;
max-width: 600px;
}
.gblf-timeline {
display: flex;
flex-direction: column;
gap: 0;
position: relative;
} .gblf-timeline::before {
content: '';
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 1px;
background: linear-gradient(to bottom, transparent, rgba(255,182,18,.25) 5%, rgba(255,182,18,.25) 95%, transparent);
transform: translateX(-50%);
pointer-events: none;
}
@media (max-width: 760px) { .gblf-timeline::before { display: none; } }
.gblf-milestone {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 64px;
align-items: center;
padding: 56px 0;
border-bottom: 1px solid rgba(32,55,49,.06);
}
.gblf-milestone:last-child { border-bottom: none; }
.gblf-milestone--reverse { direction: rtl; }
.gblf-milestone--reverse > * { direction: ltr; }
@media (max-width: 760px) {
.gblf-milestone {
grid-template-columns: 1fr;
gap: 24px;
padding: 40px 0;
direction: ltr;
}
.gblf-milestone--reverse { direction: ltr; }
} .gblf-milestone--highlight .gblf-milestone__content {
background: rgba(255,182,18,.05);
border: 1px solid rgba(255,182,18,.2);
border-radius: var(--gblf-radius);
padding: 28px;
} .gblf-milestone--final .gblf-milestone__content {
background: rgba(7,19,13,.04);
border: 1px solid rgba(32,55,49,.12);
border-radius: var(--gblf-radius);
padding: 28px;
border-left: 4px solid var(--gblf-gold);
}
.gblf-milestone__img .gblf-img__el {
width: 100%;
height: 300px;
object-fit: cover;
border-radius: var(--gblf-radius);
box-shadow: 0 4px 24px rgba(7,19,13,.1);
}
.gblf-milestone__img .gblf-img--placeholder { min-height: 240px; }
.gblf-milestone__img .gblf-img__el--contain {
height: auto;
object-fit: contain;
background: #f0ede6;
}
.gblf-milestone__meta {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 14px;
flex-wrap: wrap;
}
.gblf-milestone__year {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.55rem;
font-weight: 800;
color: var(--gblf-gold);
letter-spacing: -.01em;
line-height: 1;
}
.gblf-milestone__era {
font-family: 'Barlow Condensed', sans-serif;
font-size: .76rem;
font-weight: 700;
letter-spacing: .13em;
text-transform: uppercase;
color: var(--gblf-green);
background: rgba(32,55,49,.07);
padding: 3px 10px;
border-radius: 3px;
}
.gblf-milestone__era--gold { color: var(--gblf-green); background: rgba(255,182,18,.15); }
.gblf-milestone__title {
font-family: 'Barlow Condensed', sans-serif;
font-size: clamp(1.55rem, 2.8vw, 2.1rem);
font-weight: 800;
line-height: 1.05;
color: var(--gblf-green);
margin: 0 0 16px;
text-transform: uppercase;
}
.gblf-milestone__text {
font-family: 'Inter', sans-serif;
font-size: .95rem;
line-height: 1.74;
color: var(--gblf-green);
margin: 0;
}
.gblf-milestone__badge {
display: inline-flex;
flex-direction: column;
align-items: flex-start;
margin-top: 20px;
padding: 14px 18px;
background: var(--gblf-green);
border-radius: 6px;
gap: 2px;
}
.gblf-milestone__badge-date {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.3rem;
font-weight: 800;
color: var(--gblf-gold);
letter-spacing: -.01em;
}
.gblf-milestone__badge-label {
font-family: 'Inter', sans-serif;
font-size: .75rem;
color: rgba(255,255,255,.6);
text-transform: uppercase;
letter-spacing: .08em;
} .gblf-compare-section {
background: var(--gblf-cream);
padding: 88px 0 96px;
border-top: 1px solid rgba(32,55,49,.06);
border-bottom: 1px solid rgba(32,55,49,.06);
}
.gblf-section-header--center {
text-align: center;
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
.gblf-section-header--center .gblf-section-label { justify-content: center; }
.gblf-compare-intro {
font-family: 'Inter', sans-serif;
font-size: 1rem;
color: var(--gblf-green);
margin: 0;
line-height: 1.7;
text-align: center;
} .gblf-slider {
--pos: 50%;
position: relative;
overflow: hidden;
border-radius: var(--gblf-radius);
box-shadow: 0 12px 48px rgba(7,19,13,.22);
cursor: col-resize;
user-select: none;
touch-action: pan-y pinch-zoom;
margin-top: 52px;
aspect-ratio: 16 / 7;
background: var(--gblf-deep);
} .gblf-slider__after,
.gblf-slider__before {
position: absolute;
inset: 0;
overflow: hidden;
}
.gblf-slider__before {
clip-path: inset(0 calc(100% - var(--pos)) 0 0);
z-index: 2;
}
.gblf-slider__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center bottom;
display: block;
pointer-events: none;
-webkit-user-drag: none;
}
.gblf-slider__before .gblf-slider__img {
object-position: center 30%;
} .gblf-slider__label {
position: absolute;
bottom: 22px;
display: flex;
flex-direction: column;
gap: 2px;
background: rgba(7,19,13,.78);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
padding: 10px 18px 13px;
border-radius: 10px;
pointer-events: none;
}
.gblf-slider__label--before { left: 20px; }
.gblf-slider__label--after  { right: 20px; }
.gblf-slider__year {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.5rem;
font-weight: 800;
color: var(--gblf-gold);
line-height: 1;
}
.gblf-slider__name {
font-family: 'Barlow Condensed', sans-serif;
font-size: .9rem;
font-weight: 600;
color: #fff;
letter-spacing: .02em;
} .gblf-slider__handle {
position: absolute;
top: 0; bottom: 0;
left: var(--pos);
transform: translateX(-50%);
z-index: 10;
display: flex;
flex-direction: column;
align-items: center;
pointer-events: none;
}
.gblf-slider__line {
flex: 1;
width: 3px;
background: rgba(255,255,255,.85);
}
.gblf-slider__btn {
flex-shrink: 0;
width: 52px;
height: 52px;
border-radius: 50%;
background: #fff;
border: 3px solid var(--gblf-gold);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(0,0,0,.35);
pointer-events: auto;
cursor: col-resize;
}
.gblf-slider__btn svg { display: block; }
@media (max-width: 640px) {
.gblf-slider { aspect-ratio: 4 / 3; }
.gblf-slider__label { padding: 7px 12px 9px; }
.gblf-slider__year { font-size: 1.15rem; }
.gblf-slider__name { font-size: .78rem; }
.gblf-slider__btn { width: 40px; height: 40px; }
} .gblf-cta-section {
background: var(--gblf-cream);
padding: 88px 0 96px;
position: relative;
overflow: hidden;
border-top: 1px solid rgba(32,55,49,.08);
}
.gblf-cta-layout {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 1fr;
gap: 0;
align-items: center;
max-width: 640px;
}
@media (max-width: 860px) {
.gblf-cta-layout { grid-template-columns: 1fr; }
}
.gblf-cta-body .gblf-section-label { color: #8A6200; }
.gblf-cta-body .gblf-section-title { color: #203731; }
.gblf-cta-text {
font-family: 'Inter', sans-serif;
font-size: .97rem;
line-height: 1.72;
color: rgba(7,19,13,.6);
margin: 0 0 32px;
max-width: 560px;
}
.gblf-cta-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.gblf-btn {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: 'Barlow Condensed', sans-serif;
font-size: 1rem;
font-weight: 700;
letter-spacing: .06em;
text-transform: uppercase;
border-radius: 4px;
padding: 12px 22px;
text-decoration: none;
transition: background var(--gblf-tr), color var(--gblf-tr), box-shadow var(--gblf-tr), transform var(--gblf-tr);
white-space: nowrap;
}
.gblf-btn:hover { transform: translateY(-2px); }
.gblf-btn--primary {
background: var(--gblf-gold);
color: #07130D;
box-shadow: 0 4px 20px rgba(255,182,18,.3);
}
.gblf-btn--primary:hover { background: #ffc833; box-shadow: 0 6px 28px rgba(255,182,18,.45); }
.gblf-btn--secondary {
background: transparent;
color: #203731;
border: 1px solid rgba(32,55,49,.3);
}
.gblf-btn--secondary:hover { background: rgba(32,55,49,.06); border-color: #203731; }
.gblf-btn--ghost {
background: transparent;
color: rgba(7,19,13,.5);
border: 1px solid rgba(32,55,49,.15);
}
.gblf-btn--ghost:hover { color: #203731; border-color: rgba(32,55,49,.3); }
.gblf-cta-deco { display: none; } @media (max-width: 1024px) {
.gblf-hero__intro { max-width: 100%; }
.gblf-hero__g-watermark { font-size: 22rem; opacity: .025; }
}
@media (max-width: 768px) {
.gblf-hero { min-height: 65vh; }
}
@media (max-width: 860px) {
.gblf-facts-section { padding: 60px 0 52px; }
.gblf-turf-section  { padding: 60px 0 52px; }
.gblf-heating-section { padding: 64px 0 60px; }
.gblf-history-section { padding: 64px 0 56px; }
.gblf-compare-section { padding: 64px 0 56px; }
.gblf-cta-section     { padding: 64px 0 72px; }
.gblf-milestone { gap: 28px; }
.gblf-timeline::before { display: none; }
}
@media (max-width: 640px) {
.gblf-hero__chips { gap: 8px; }
.gblf-hero__chip { font-size: .76rem; }
.gblf-heating-stats { gap: 20px; }
.gblf-cta-buttons { flex-direction: column; }
.gblf-btn { justify-content: center; }
.gblf-milestone__img .gblf-img__el { height: 220px; }
}