.gu-home-premium {
    --home-deep: #062b2b;
    --home-green: #0d3d3a;
    --home-gold: #c99847;
    --home-cream: #f5f0e5;
    --home-paper: #fffdf8;
    --home-muted: #64736e;
    overflow: hidden;
    background: var(--home-paper);
}
.home .gu-header {
    position: absolute;
    inset: 0 0 auto;
    background: transparent;
    border: 0;
    backdrop-filter: none;
}
.home .gu-header .gu-brand,
.home .gu-header .gu-nav a { color: #fff; }
.home .gu-header .gu-btn { background: #c99847; color: #092f2d !important; }
.gu-home-premium h1,
.gu-home-premium h2,
.gu-home-premium h3 { font-family: Georgia, "Times New Roman", serif; }
.gu-home-label,
.gu-home-kicker {
    display: block;
    color: var(--home-gold);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.gu-home-section { padding: 112px 0; }
.gu-home-section h2,
.gu-home-final h2 {
    margin: 15px 0 24px;
    font-size: clamp(2.7rem, 5vw, 5.2rem);
    line-height: .98;
    letter-spacing: -.04em;
}
.gu-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 25px;
    border: 1px solid var(--home-gold);
    border-radius: 2px;
    background: var(--home-gold);
    color: #092f2d !important;
    font-weight: 900;
    text-decoration: none !important;
    transition: transform .2s, background .2s;
}
.gu-home-button:hover { background: #dfb765; transform: translateY(-2px); }

.gu-home-hero {
    position: relative;
    min-height: 850px;
    display: flex;
    align-items: center;
    color: #fff;
    background: var(--home-deep) var(--gu-home-hero) center/cover no-repeat;
}
.gu-home-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 31, 31, .98) 0%, rgba(4, 37, 37, .92) 43%, rgba(4, 34, 34, .36) 72%, rgba(4, 34, 34, .18) 100%), linear-gradient(0deg, rgba(2, 24, 25, .48), transparent 50%);
}
.gu-home-hero-content { position: relative; z-index: 2; padding: 165px 0 145px; }
.gu-home-hero h1 {
    max-width: 800px;
    margin: 20px 0 25px;
    font-size: clamp(4rem, 7.3vw, 7.3rem);
    line-height: .87;
    letter-spacing: -.055em;
}
.gu-home-hero-content > p { max-width: 620px; margin: 0; color: #dfe9e5; font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.7; }
.gu-home-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.gu-home-text-link { color: #fff; font-weight: 900; text-decoration: none; }
.gu-home-text-link span { margin-left: 5px; color: var(--home-gold); }
.gu-home-hero-foot { position: absolute; z-index: 2; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.16); background: rgba(3, 31, 31, .48); backdrop-filter: blur(8px); }
.gu-home-hero-foot .gu-wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.gu-home-hero-foot span { padding: 21px 30px; border-left: 1px solid rgba(255,255,255,.14); color: #d7e3de; font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.gu-home-hero-foot span:last-child { border-right: 1px solid rgba(255,255,255,.14); }

.gu-home-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: start; }
.gu-home-intro-heading h2 { margin-top: 17px; }
.gu-home-intro-copy > p { max-width: 650px; margin: 6px 0 34px; color: #395451; font-size: 1.25rem; line-height: 1.8; }
.gu-home-intro-image { position: relative; height: 430px; margin-left: 50px; }
.gu-home-intro-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
.gu-home-intro-image span { position: absolute; left: -50px; bottom: 35px; width: 265px; padding: 24px; background: var(--home-deep); color: #fff; font: 1.2rem/1.45 Georgia, serif; box-shadow: 0 18px 40px rgba(6,43,43,.22); }

.gu-home-pillars { background: var(--home-deep); color: #fff; }
.gu-home-section-head { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 48px; }
.gu-home-section-head > div { max-width: 720px; }
.gu-home-section-head > p { max-width: 380px; color: #b9cac4; }
.gu-home-pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.gu-home-pillar-grid article { min-height: 320px; padding: 38px 36px; border-left: 1px solid rgba(255,255,255,.17); }
.gu-home-pillar-grid article:last-child { border-right: 1px solid rgba(255,255,255,.17); }
.gu-home-pillar-grid article > span { color: var(--home-gold); font: 1rem Georgia, serif; }
.gu-home-pillar-grid h3 { margin: 85px 0 12px; font-size: 1.85rem; }
.gu-home-pillar-grid p { margin: 0; color: #b9cac4; }

.gu-home-campaigns { background: var(--home-cream); }
.gu-home-campaigns > .gu-wrap > h2 { max-width: 820px; }
.gu-home-banner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 43px; }
.gu-home-banner-grid.count-1 { grid-template-columns: 1fr; }
.gu-home-banner {
    --gu-banner-base: var(--home-green);
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: end;
    overflow: hidden;
    background-color: var(--gu-banner-base);
    background-image: var(--gu-banner-image);
    background-position: center;
    background-size: cover;
}
.gu-home-banner.is-primary { min-height: 520px; }
.gu-home-banner.tone-cream { --gu-banner-base: #e8ddca; }
.gu-home-banner.tone-gold { --gu-banner-base: #9c6925; }
.gu-home-banner-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,31,31,.94), rgba(3,31,31,.12) 78%); }
.gu-home-banner.tone-cream:not([style]) .gu-home-banner-shade { background: linear-gradient(135deg, rgba(255,253,248,.96), rgba(225,209,181,.62)); }
.gu-home-banner-copy { position: relative; z-index: 1; max-width: 630px; padding: 36px; color: #fff; }
.gu-home-banner.tone-cream:not([style]) .gu-home-banner-copy { color: var(--home-deep); }
.gu-home-banner-copy > span { color: #e6b763; font-size: .67rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.gu-home-banner-copy h3 { margin: 9px 0 10px; font-size: clamp(2rem, 3.7vw, 3.8rem); line-height: 1; }
.gu-home-banner:not(.is-primary) h3 { font-size: clamp(1.8rem, 2.7vw, 2.8rem); }
.gu-home-banner-copy p { max-width: 540px; margin: 0 0 19px; color: #d7e3df; }
.gu-home-banner.tone-cream:not([style]) p { color: #53645f; }
.gu-home-banner-copy a { color: inherit; font-weight: 900; text-decoration: none; }
.gu-home-banner-copy a b { color: var(--home-gold); }

.gu-home-event { background: #fff; }
.gu-home-event-shell { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 620px; border: 1px solid #ded7ca; }
.gu-home-event-image { position: relative; min-height: 560px; background: var(--gu-event-image) center/cover no-repeat; }
.gu-home-event-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,34,34,.55), transparent 55%); }
.gu-home-event-image > span { position: absolute; z-index: 1; left: 30px; bottom: 28px; color: #fff; font-size: .69rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.gu-home-event-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 78px); }
.gu-home-event-copy h2 { font-size: clamp(2.8rem, 4.5vw, 4.8rem); }
.gu-home-event-copy > p { max-width: 600px; color: var(--home-muted); font-size: 1.05rem; }
.gu-home-event-meta { display: flex; align-items: center; gap: 22px; margin: 28px 0; padding: 22px 0; border-top: 1px solid #ded7ca; border-bottom: 1px solid #ded7ca; }
.gu-home-event-meta > div { display: grid; min-width: 78px; text-align: center; }
.gu-home-event-meta strong { color: var(--home-gold); font: 3.6rem/.82 Georgia, serif; }
.gu-home-event-meta span { margin-top: 7px; color: #596b66; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.gu-home-event-meta p { margin: 0; color: #52655f; }
.gu-home-event-actions { display: flex; align-items: center; gap: 24px; }
.gu-home-event-actions > span { display: inline-flex; align-items: center; gap: 8px; max-width: 145px; color: #65746f; font-size: .78rem; line-height: 1.2; }
.gu-home-event-actions > span strong { color: var(--home-gold); font: 2.3rem Georgia, serif; }

.gu-home-app-section { background: var(--home-cream); }
.gu-home-app-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.gu-home-app-copy > p { max-width: 590px; margin-bottom: 31px; color: var(--home-muted); font-size: 1.08rem; }
.gu-home-app-copy > .gu-home-app-flow { margin: -10px 0 26px; padding: 17px 19px; border-left: 3px solid var(--home-gold); background: rgba(255,255,255,.58); color: #52655f; font-size: .94rem; }
.gu-home-app-flow strong { display: block; margin-bottom: 4px; color: var(--home-deep); }
.gu-home-app-visual { position: relative; min-height: 560px; display: flex; align-items: end; justify-content: center; overflow: hidden; background: var(--home-deep); }
.gu-home-app-visual:before { content: ""; position: absolute; width: 420px; height: 420px; top: -160px; right: -100px; border: 1px solid rgba(201,152,71,.4); border-radius: 50%; }
.gu-home-app-visual > span { position: absolute; z-index: 2; top: 25px; left: 28px; color: #ddb164; font-size: .65rem; font-weight: 900; letter-spacing: .15em; }
.gu-home-app-visual img { position: relative; z-index: 1; width: 86%; max-height: 520px; object-fit: cover; object-position: top center; box-shadow: 0 -15px 45px rgba(0,0,0,.24); }

.gu-home-final { padding: 130px 0; background: linear-gradient(120deg, #082f2e, #174744); color: #fff; text-align: center; }
.gu-home-final h2 { max-width: 980px; margin-left: auto; margin-right: auto; }
.gu-home-final p { max-width: 670px; margin: 0 auto 31px; color: #cbd8d3; font-size: 1.08rem; }
.gu-home-premium + .gu-footer { margin-top: 0; }

@media (max-width: 900px) {
    .gu-home-intro-grid,
    .gu-home-event-shell,
    .gu-home-app-grid { grid-template-columns: 1fr; gap: 45px; }
    .gu-home-intro-image { margin-left: 40px; }
    .gu-home-section-head { align-items: start; flex-direction: column; gap: 5px; }
    .gu-home-pillar-grid { grid-template-columns: 1fr 1fr; }
    .gu-home-pillar-grid article:last-child { border-top: 1px solid rgba(255,255,255,.17); }
}
@media (max-width: 650px) {
    .home .gu-nav { min-height: 68px; }
    .home .gu-nav > .gu-btn { display: none; }
    .gu-home-section { padding: 76px 0; }
    .gu-home-hero { min-height: 780px; background-position: 62% center; }
    .gu-home-hero-shade { background: linear-gradient(90deg, rgba(3,31,31,.98), rgba(4,38,38,.74)); }
    .gu-home-hero-content { padding: 125px 0 130px; }
    .gu-home-hero h1 { font-size: clamp(3.7rem, 17vw, 5.2rem); }
    .gu-home-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
    .gu-home-hero-foot .gu-wrap { width: 100%; grid-template-columns: 1fr 1fr; }
    .gu-home-hero-foot span { padding: 15px 8px; border-bottom: 1px solid rgba(255,255,255,.14); }
    .gu-home-intro-copy > p { font-size: 1.08rem; }
    .gu-home-intro-image { height: 340px; margin: 0 0 0 22px; }
    .gu-home-intro-image span { left: -22px; bottom: 20px; width: 225px; padding: 18px; font-size: 1rem; }
    .gu-home-pillar-grid,
    .gu-home-banner-grid { grid-template-columns: 1fr; }
    .gu-home-pillar-grid article { min-height: 250px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
    .gu-home-pillar-grid h3 { margin-top: 55px; }
    .gu-home-banner,
    .gu-home-banner.is-primary { min-height: 420px; }
    .gu-home-banner-copy { padding: 25px; }
    .gu-home-event-shell { min-height: 0; }
    .gu-home-event-image { min-height: 420px; }
    .gu-home-event-copy { padding: 33px 24px 40px; }
    .gu-home-event-actions { align-items: flex-start; flex-direction: column; }
    .gu-home-app-visual { min-height: 440px; }
    .gu-home-final { padding: 90px 0; }
}
