.gqwo-hero,
.gqwo-section,
.gqwo-carousel,
.gqwo-hero * ,
.gqwo-section * ,
.gqwo-carousel * { box-sizing: border-box; }

.gqwo-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
    align-items: stretch;
    background: #f4f1ea;
    overflow: hidden;
}
.gqwo-hero__content { padding: clamp(34px, 6vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.gqwo-hero__content h1 { margin: 0 0 18px; font-size: clamp(38px, 5vw, 68px); line-height: 1.04; }
.gqwo-hero__content p { max-width: 680px; margin: 0 0 26px; font-size: 18px; line-height: 1.7; }
.gqwo-hero__media { min-height: 420px; }
.gqwo-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gqwo-button { display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 2px solid currentColor; text-decoration: none; font-weight: 600; color: inherit; }
.gqwo-button--primary { background: #262626; color: #fff; border-color: #262626; }

.gqwo-carousel { position: relative; height: 100%; overflow: hidden; }
.gqwo-carousel__track { height: 100%; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gqwo-carousel__track::-webkit-scrollbar { display: none; }
.gqwo-carousel__slide { flex: 0 0 100%; height: 100%; scroll-snap-align: start; }
.gqwo-carousel__slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.gqwo-campaign-carousel { aspect-ratio: 16 / 5; min-height: 220px; margin: 34px 0; }
.gqwo-campaign { display: block; width: 100%; height: 100%; }
.gqwo-campaign img { object-fit: cover; }

.gqwo-section { margin: clamp(52px, 8vw, 96px) 0; }
.gqwo-section__title { text-align: center; margin: 0 0 30px; font-size: clamp(30px, 4vw, 46px); }
.gqwo-featured__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.gqwo-featured__grid > .gqv2-card,
.gqwo-featured__grid > .gqwo-evergreen-card { min-width: 0; }

.gqwo-evergreen-card {
    min-height: 210px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 30px;
    border: 1px solid rgba(0,0,0,.09);
    background: #f2efe7;
    color: inherit;
    text-decoration: none;
}
.gqwo-evergreen-card:nth-child(2n) { background: #2f3a35; color: #fff; }
.gqwo-evergreen-card__icon { font-size: 38px; width: 52px; text-align: center; }
.gqwo-evergreen-card strong { display: block; margin-bottom: 8px; font-size: 22px; }
.gqwo-evergreen-card small { display: block; font-size: 14px; line-height: 1.6; }
.gqwo-explore__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.gqwo-explore__grid .gqwo-evergreen-card { min-height: 180px; flex-direction: column; align-items: flex-start; }

.gqwo-guides__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.gqwo-guide-card { display: flex; min-height: 170px; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid rgba(0,0,0,.12); color: inherit; text-decoration: none; background: #fff; }
.gqwo-guide-card__date { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; opacity: .7; }
.gqwo-guide-card strong { font-size: 20px; line-height: 1.35; }
.gqwo-section__cta { text-align: center; margin-top: 24px; }
.gqwo-section__cta a { display: inline-block; border: 2px solid currentColor; padding: 10px 18px; color: inherit; text-decoration: none; font-weight: 600; }

@media (max-width: 900px) {
    .gqwo-hero { grid-template-columns: 1fr; }
    .gqwo-hero__media { min-height: 360px; }
    .gqwo-explore__grid,
    .gqwo-guides__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 650px) {
    .gqwo-hero__content { padding: 32px 22px; }
    .gqwo-hero__media { min-height: 290px; }
    .gqwo-campaign-carousel { aspect-ratio: 16 / 8; min-height: 0; }
    .gqwo-featured__grid,
    .gqwo-explore__grid,
    .gqwo-guides__grid { grid-template-columns: 1fr; }
}

/* 2.5.0: shorter premium hero, always below 600px on desktop. */
.gqwo-hero { min-height: 380px; max-height: 520px; }
.gqwo-hero__content { padding: clamp(28px, 4vw, 52px); }
.gqwo-hero__content h1 { font-size: clamp(36px, 4.3vw, 58px); }
.gqwo-hero__content p { font-size: 17px; line-height: 1.6; margin-bottom: 22px; }
.gqwo-hero__media { min-height: 380px; max-height: 520px; }

/* Featured cards: two balanced horizontal cards on desktop. */
.gqwo-featured__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}
.gqwo-featured__grid > .gqv2-card {
    display: grid;
    grid-template-columns: minmax(180px, 43%) minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 300px;
    max-height: 430px;
}
.gqwo-featured__grid > .gqv2-card:only-child {
    grid-template-columns: minmax(300px, 46%) minmax(0, 1fr);
    max-width: 1180px;
    width: 100%;
    justify-self: center;
}
.gqwo-featured__grid > .gqv2-card .gqv2-card__media-wrap,
.gqwo-featured__grid > .gqv2-card .gqv2-media,
.gqwo-featured__grid > .gqv2-card .gqv2-media__track,
.gqwo-featured__grid > .gqv2-card .gqv2-media__slide,
.gqwo-featured__grid > .gqv2-card .gqv2-media__slide > a { height: 100%; min-height: 0; }
.gqwo-featured__grid > .gqv2-card img,
.gqwo-featured__grid > .gqv2-card video { width: 100%; height: 100%; object-fit: cover; }
.gqwo-featured__grid > .gqv2-card .gqv2-card__body {
    min-height: 0;
    overflow: auto;
    justify-content: center;
}

@media (max-width: 900px) {
    .gqwo-hero { max-height: none; }
    .gqwo-hero__media { max-height: 380px; }
    .gqwo-featured__grid { grid-template-columns: 1fr; }
    .gqwo-featured__grid > .gqv2-card { grid-template-columns: minmax(240px, 42%) minmax(0, 1fr); min-height: 300px; max-height: 420px; }
    .gqwo-featured__grid > .gqv2-card .gqv2-card__media-wrap { min-height: 0; }
}

@media (max-width: 650px) {
    .gqwo-featured__grid > .gqv2-card,
    .gqwo-featured__grid > .gqv2-card:only-child {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(260px, 58vw) auto;
        max-height: none;
    }
}
