:root {
  --gt-ink: #252925;
  --gt-coal: #303531;
  --gt-warm-black: #3a403a;
  --gt-gold: #a7cf2d;
  --gt-gold-dark: #789d11;
  --gt-ember: #668a10;
  --gt-cream: #f7f8f3;
  --gt-sand: #edf1e5;
  --gt-white: #fff;
  --gt-muted: #626862;
  --gt-border: rgba(37, 41, 37, 0.16);
  --gt-shadow: 0 24px 70px rgba(30, 38, 30, 0.13);
  --gt-shell: min(1240px, calc(100% - 40px));
  --gt-radius: 18px;
  --gt-heat: #f26a2c;
  --gt-heat-deep: #a9421d;
  --gt-heat-bright: #ff9a3d;
  --gt-heat-soft: #fff1e5;
  --gt-forest: #274b36;
  --gt-forest-light: #3d6849;
  --gt-coffee: #5c3425;
}

/* GT-2 English master — desktop warmth, exact real-product media, mobile-safe. */
.gt2-answer-first {
  background: linear-gradient(135deg, #18251e 0%, #26392f 58%, #6b442d 100%);
  color: #fff;
}
.gt2-answer-first .gt-pdp-story { align-items: center; }
.gt2-answer-first .gt-kicker { color: #b9df28; }
.gt2-answer-first h2 { color: #fff; }
.gt2-answer-first p:not(.gt-kicker) { color: rgba(255,255,255,.82); }
.gt2-answer-card {
  min-height: 300px;
  padding: clamp(2rem, 5vw, 4.8rem);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 26px 70px rgba(0,0,0,.2);
  display: grid;
  align-content: center;
  gap: .55rem;
}
.gt2-answer-card .gt2-answer-capacity { color: #b9df28; font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 900; letter-spacing: -.065em; line-height: .86; }
.gt2-answer-card strong { font-size: clamp(1.6rem, 3vw, 3rem); }
.gt2-answer-card .gt2-answer-presets { color: #fff; font-size: clamp(1rem, 1.65vw, 1.35rem); font-weight: 800; letter-spacing: .02em; line-height: 1.25; }
.gt2-answer-card small { color: rgba(255,255,255,.74); font-size: 1rem; }

.gt2-temperature-grid,
.gt2-dual-use-grid,
.gt2-spec-grid,
.gt2-system-compare-grid { display: grid; gap: 16px; }
.gt2-temperature-grid,
.gt2-dual-use-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gt2-temperature-grid article,
.gt2-dual-use-grid article,
.gt2-spec-grid article,
.gt2-system-compare-grid article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  background: var(--gt-forest);
  color: #fff;
  box-shadow: 0 20px 48px rgba(31,35,31,.12);
}
.gt2-temperature-grid article::after,
.gt2-dual-use-grid article::after,
.gt2-spec-grid article::after,
.gt2-system-compare-grid article::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
.gt2-temperature-grid article > img,
.gt2-dual-use-grid article > img,
.gt2-spec-grid article > img,
.gt2-system-compare-grid article > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gt2-card-copy { position: relative; z-index: 1; }
.gt2-temperature-grid article {
  min-height: 390px;
  padding: clamp(1.45rem, 2.6vw, 2.3rem);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gt2-temperature-grid article::after { background: linear-gradient(180deg, rgba(22,24,20,.02) 20%, rgba(25,29,24,.38) 52%, rgba(19,25,20,.94) 100%); }
.gt2-temperature-grid span { color: #ff9a3d; font-size: clamp(2.65rem, 4.5vw, 4.6rem); font-weight: 900; letter-spacing: -.055em; line-height: .9; text-shadow: 0 2px 20px rgba(0,0,0,.28); }
.gt2-temperature-grid h3 { margin: .8rem 0 .2rem; color: #fff; font-size: 1.5rem; }
.gt2-temperature-grid p { margin: 0; color: rgba(255,255,255,.84); }

.gt2-dual-use-grid article {
  min-height: 355px;
  padding: clamp(1.4rem, 2.6vw, 2.15rem);
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
}
.gt2-dual-use-grid article::after { background: linear-gradient(180deg, rgba(18,24,19,.02) 14%, rgba(18,24,19,.42) 52%, rgba(18,25,20,.95) 100%); }
.gt2-dual-use-grid span { color: #b9df28; font-weight: 900; }
.gt2-dual-use-grid h3 { margin: .75rem 0 .5rem; color: #fff; font-size: 1.45rem; }
.gt2-dual-use-grid p { margin: 0; color: rgba(255,255,255,.82); }

.gt2-material-story { background: #f3eee5; }
.gt2-material-story-inner { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.gt2-material-story-inner img { width: 100%; border-radius: 26px; box-shadow: 0 28px 70px rgba(48,35,24,.14); }
.gt2-material-story-inner h2 { max-width: 720px; font-size: clamp(2.3rem, 4.5vw, 5rem); line-height: .98; letter-spacing: -.05em; }

.gt2-lifestyle-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gt2-lifestyle-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--gt-border); border-radius: 22px; background: #fff; }
.gt2-lifestyle-grid img { width: 100%; aspect-ratio: 2.44 / 1; object-fit: cover; display: block; }
.gt2-lifestyle-grid figcaption { padding: 1rem 1.2rem; color: var(--gt-forest); font-weight: 800; }

.gt2-video-section video { width: 100%; max-height: min(76vh, 820px); border-radius: 24px; background: #111; }
.gt2-spec-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gt2-spec-grid article {
  min-height: 220px;
  padding: 1.35rem;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gt2-spec-grid article::after { background: linear-gradient(180deg, rgba(25,31,26,.05) 8%, rgba(25,31,26,.46) 52%, rgba(20,27,22,.94) 100%); }
.gt2-spec-grid span { color: rgba(255,255,255,.76); font-weight: 700; }
.gt2-spec-grid strong { display: block; margin-top: .45rem; color: #fff; font-size: clamp(1.15rem, 2vw, 1.72rem); line-height: 1.15; }

.gt2-system-compare-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gt2-system-compare-grid article { min-height: 430px; padding: clamp(1.6rem, 4vw, 3.2rem); border-radius: 24px; display: flex; align-items: flex-end; }
.gt2-system-compare-grid article::after { background: linear-gradient(180deg, rgba(16,22,18,.02) 12%, rgba(16,22,18,.42) 50%, rgba(16,23,18,.96) 100%); }
.gt2-system-compare-grid .gt2-card-copy > span { color: #ff9a3d; font-size: 1rem; font-weight: 900; letter-spacing: .12em; }
.gt2-system-compare-grid h3 { margin: .75rem 0 .7rem; color: #fff; font-size: clamp(1.8rem, 3vw, 3rem); }
.gt2-system-compare-grid p { color: rgba(255,255,255,.82); }
.gt2-system-compare-grid strong { display: block; color: #b9df28; }
.gt2-system-compare-grid .gt-text-link { color: #fff; }

.gt2-care-safety ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; list-style: none; }
.gt2-care-safety li { padding: 1.1rem 1.2rem 1.1rem 3rem; border: 1px solid var(--gt-border); border-radius: 14px; background: #fff; position: relative; }
.gt2-care-safety li::before { content: "✓"; position: absolute; left: 1.15rem; color: var(--gt-green); font-weight: 900; }
.g45-approved43-visual .gt2-care-safety li::before { color: var(--gt-gold-dark); }
.gt2-support-links { display: flex; flex-wrap: wrap; gap: .85rem 1.6rem; margin-top: 2rem; }
.gt2-home-feature { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); padding: 0; overflow: hidden; border-style: solid; }
.gt2-home-feature > * { min-width: 0; }
.gt2-home-feature-media { position: relative; align-self: center; overflow: hidden; background: #fff; }
.gt2-home-feature-media > img { display: block; width: 100%; height: auto; object-fit: contain; }
.gt2-home-feature-image-heading {
  position: absolute;
  top: 0;
  right: 0;
  left: 42%;
  z-index: 1;
  min-height: 17%;
  margin: 0;
  padding: clamp(.7rem, 1.8vw, 1.25rem) clamp(.85rem, 2vw, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #2b1b14;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.35vw, 2.65rem);
  font-weight: 700;
  line-height: 1.02;
  text-align: center;
}
.gt2-home-feature > div { padding: clamp(1.6rem, 4vw, 3.6rem); align-self: center; }
.gt2-home-feature > .gt2-home-feature-media { padding: 0; }
.gt2-home-feature h3 { margin: .2rem 0 .8rem; font-size: clamp(2rem, 3.6vw, 3.55rem); line-height: 1.05; letter-spacing: -.045em; overflow-wrap: anywhere; }
.gt2-home-feature .gt2-home-colors { margin-top: 1.25rem; color: var(--gt-forest); font-weight: 800; }
.gt2-home-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 1.5rem; }
.gt2-home-actions .gt-text-link { min-height: 44px; display: inline-flex; align-items: center; }
.gt2-home-actions > strong { color: var(--gt-forest); font-size: clamp(1.8rem, 3vw, 2.8rem); }
.gt2-category-feature { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); overflow: hidden; margin: 1.2rem 0 2rem; border: 1px solid var(--gt-border); border-radius: 24px; background: #f7f3eb; }
.gt2-category-feature > img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.gt2-category-feature > div { padding: clamp(1.5rem, 4vw, 3.4rem); align-self: center; }
.gt2-category-feature h2 { margin: .4rem 0 1rem; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }
.gt2-category-feature p:not(.gt-kicker) { color: var(--gt-muted); }
.gt2-solutions-feature { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.gt2-solutions-feature > img { width: 100%; border-radius: 26px; box-shadow: 0 28px 70px rgba(44,34,28,.14); }
.gt2-solutions-feature h2 { margin: .45rem 0 1rem; font-size: clamp(2.2rem, 4.4vw, 4.8rem); line-height: .98; letter-spacing: -.05em; }
.gt2-solutions-feature p:not(.gt-kicker) { color: var(--gt-muted); }
.gt2-solutions-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 1.5rem; }
.gt2-compare-feature { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.gt2-compare-feature > * { min-width: 0; }
.gt2-compare-feature > img { width: 100%; border-radius: 24px; }
.gt2-compare-feature h2 { margin: .45rem 0 1rem; font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.05em; }
.gt2-compare-feature > div > p:not(.gt-kicker) { color: var(--gt-muted); }
.gt2-compare-table-wrap { overflow-x: auto; margin: 1.4rem 0; }
.gt2-compare-table-wrap table { width: 100%; min-width: 540px; border-collapse: collapse; background: #fff; }
.gt2-compare-table-wrap th,
.gt2-compare-table-wrap td { padding: .85rem 1rem; border: 1px solid var(--gt-border); text-align: left; vertical-align: top; }
.gt2-compare-table-wrap thead th { background: #202923; color: #fff; }
.gt2-support-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 1.25rem; }
.gt2-support-summary article { position: relative; isolation: isolate; display: flex; align-items: flex-end; min-height: 380px; padding: 0; overflow: hidden; border-radius: 18px; background: #202923; color: #fff; }
.gt2-support-summary article::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(16,23,18,.02) 16%, rgba(16,23,18,.3) 54%, rgba(16,23,18,.96) 100%); }
.gt2-support-summary article > img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.gt2-support-summary article:nth-child(-n+2) > img { object-position: 72% center; }
.gt2-support-summary-copy { position: relative; z-index: 2; width: 100%; padding: 1.5rem; }
.gt2-support-summary span { color: #b9df28; font-weight: 900; }
.gt2-support-summary h3 { margin: .75rem 0 .6rem; color: #fff; }
.gt2-support-summary p { margin: 0; color: rgba(255,255,255,.84); }
.gt2-support-faq { margin: 1rem 0 1.6rem; }

@media (max-width: 900px) {
  .gt2-material-story-inner,
  .gt2-lifestyle-grid,
  .gt2-home-feature,
  .gt2-category-feature,
  .gt2-solutions-feature,
  .gt2-compare-feature { grid-template-columns: 1fr; }
  .gt2-temperature-grid,
  .gt2-dual-use-grid,
  .gt2-support-summary { grid-template-columns: 1fr; }
  .gt2-support-summary article { min-height: 390px; }
  .gt2-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gt2-temperature-grid article,
  .gt2-dual-use-grid article { min-height: 420px; }
  .gt2-lifestyle-grid img { aspect-ratio: 16 / 8.5; }
  .gt2-home-feature-media,
  .gt2-category-feature > img { min-height: 0; aspect-ratio: 16 / 8.5; }
  .gt2-home-feature-media > img { min-height: 0; aspect-ratio: auto; }
  .gt2-home-feature-image-heading { left: 42%; font-size: clamp(1.05rem, 4vw, 1.6rem); }
}

@media (max-width: 620px) {
  .gt2-home-feature-image-heading {
    min-height: 18%;
    padding: .45rem .65rem;
    font-size: clamp(.9rem, 4.7vw, 1.15rem);
  }

}

@media (max-width: 620px) {
  .gt2-answer-card { min-height: 230px; }
  .gt2-spec-grid,
  .gt2-system-compare-grid,
  .gt2-care-safety ul { grid-template-columns: 1fr; }
  .gt2-temperature-grid article,
  .gt2-dual-use-grid article { min-height: 390px; }
  .gt2-spec-grid article { min-height: 230px; }
  .gt2-system-compare-grid article { min-height: 430px; }
  .gt2-lifestyle-grid img { aspect-ratio: auto; object-fit: contain; }
}

/* GREATIC3 scene-led conversion layer */
.gt-hero-carousel { position: relative; min-height: min(78vh, 760px); background: #090909; overflow: hidden; }
.gt-hero-slides { min-height: inherit; }
.gt-hero-slide { position: absolute; inset: 0; min-height: inherit; opacity: 0; visibility: hidden; transition: opacity .55s ease; }
.gt-hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.gt-hero-slide picture, .gt-hero-slide picture img, .gt-hero-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.gt-hero-slide picture img, .gt-hero-slide > img { object-fit: cover; }
.gt-hero-slide .gt-hero-content { position: relative; z-index: 2; min-height: inherit; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; color: #fff; max-width: 1260px; }
.gt-hero-slide .gt-hero-content h1, .gt-hero-slide .gt-hero-content h2 { max-width: 780px; margin: .35rem 0 1rem; color: #fff; font-size: clamp(2.7rem, 5.6vw, 5.8rem); line-height: .98; letter-spacing: -.045em; }
.gt-hero-slide .gt-hero-content p:not(.gt-kicker) { max-width: 660px; font-size: clamp(1rem, 1.4vw, 1.25rem); }
.gt-hero-arrow { position: absolute; z-index: 4; top: 50%; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(8,8,8,.45); color: #fff; font-size: 2rem; cursor: pointer; }
.gt-hero-prev { left: 1rem; } .gt-hero-next { right: 1rem; }
.gt-hero-dots { position: absolute; z-index: 4; left: 50%; bottom: 1.5rem; display: flex; gap: .55rem; transform: translateX(-50%); }
.gt-hero-dots button { width: 34px; height: 4px; padding: 0; border: 0; background: rgba(255,255,255,.45); cursor: pointer; }
.gt-hero-dots button.is-active { background: var(--gt-gold); }

.gt-video-library { display: contents; }
.gt-video-stage { position: relative; overflow: hidden; border-radius: var(--gt-radius); background: #070707; aspect-ratio: 16 / 9; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.gt-video-stage video { width: 100%; height: 100%; object-fit: cover; display: block; }
.gt-video-play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); display: inline-flex; align-items: center; gap: .65rem; min-height: 52px; padding: .8rem 1.1rem; border: 0; border-radius: 999px; background: var(--gt-gold); color: #111; font-weight: 800; cursor: pointer; box-shadow: 0 12px 36px rgba(0,0,0,.3); }
.gt-video-play[hidden] { display: none; }
.gt-video-play span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #111; color: var(--gt-gold); font-size: .75rem; }
.gt-video-browser { grid-column: 1 / -1; min-width: 0; padding-top: 1.2rem; border-top: 1px solid var(--gt-border); }
.gt-video-browser-heading { display: flex; justify-content: space-between; gap: 1.5rem; align-items: end; margin-bottom: 1rem; }
.gt-video-browser-heading h3 { margin: 0; font-size: clamp(1.55rem,3vw,2.35rem); }
.gt-video-arrows { display: flex; gap: .55rem; }
.gt-video-arrows button { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid var(--gt-border); border-radius: 50%; background: #fff; color: var(--gt-ink); font-size: 1.25rem; cursor: pointer; }
.gt-video-arrows button:disabled { cursor: not-allowed; opacity: .35; }
.gt-video-playlist { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, calc((100% - 1.5rem) / 3)); gap: .75rem; min-width: 0; overflow-x: auto; padding: 2px 2px .8rem; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gt-video-playlist::-webkit-scrollbar { display: none; }
.gt-video-playlist button { min-width: 0; overflow: hidden; padding: 0; border: 1px solid var(--gt-border); border-radius: 12px; background: #fff; color: var(--gt-ink); text-align: left; cursor: pointer; scroll-snap-align: start; }
.gt-video-playlist button.is-active { border-color: var(--gt-gold-dark); box-shadow: inset 0 0 0 1px var(--gt-gold-dark); }
.gt-video-playlist img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.gt-video-playlist strong, .gt-video-playlist span { display: block; }
.gt-video-playlist span { min-width: 0; padding: 1rem; overflow-wrap: anywhere; }
.gt-video-playlist strong { margin-bottom: .25rem; }
.gt-video-status { grid-column: 1 / -1; margin: 0; color: var(--gt-muted); font-size: .9rem; }

.gt-page-hero { position: relative; min-height: 600px; display: flex; align-items: end; overflow: hidden; background: #111; }
.gt-page-hero-compact { min-height: 480px; }
.gt-page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gt-page-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.2)),linear-gradient(0deg,rgba(0,0,0,.64),transparent 60%); }
.gt-page-hero-copy { position: relative; z-index: 1; width: 100%; padding-bottom: clamp(3rem,8vw,6rem); color: #fff; }
.gt-page-hero-copy h1 { max-width: 900px; margin: .35rem 0 1rem; color: #fff; font-size: clamp(2.8rem,6vw,5.9rem); line-height: .98; letter-spacing: -.045em; }
.gt-page-hero-copy > p:last-child { max-width: 720px; font-size: 1.15rem; }
.gt-journal-hero .gt-page-hero-copy { padding-bottom: clamp(2.5rem,6vw,4.75rem); }
.gt-journal-hero .gt-page-hero-copy h1 { max-width: 760px; font-size: clamp(2.7rem,5.2vw,5.15rem); text-wrap: balance; }
.gt-journal-hero .gt-page-hero-copy > p:last-child { max-width: 650px; }
.gt-journal-hero > img { object-position: center; }
.gt-journal-hero .gt-page-hero-shade { background: linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.72) 38%,rgba(0,0,0,.08) 72%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 60%); }

.gt-page-hero-about > img,
.gt-page-hero-solutions > img,
.gt-page-hero-support > img,
.gt-page-hero-blog > img {
  object-position: center;
}

.gt-page-hero-about .gt-page-hero-shade {
  background:
    linear-gradient(90deg, rgba(28, 35, 27, .82) 0%, rgba(49, 52, 38, .54) 42%, rgba(43, 34, 25, .06) 76%),
    linear-gradient(0deg, rgba(38, 28, 20, .46), transparent 58%);
}

.gt-page-hero-solutions .gt-page-hero-shade,
.gt-page-hero-support .gt-page-hero-shade {
  background:
    linear-gradient(90deg, rgba(22, 30, 25, .86) 0%, rgba(30, 38, 32, .58) 44%, rgba(28, 28, 25, .08) 76%),
    linear-gradient(0deg, rgba(24, 25, 22, .46), transparent 58%);
}

.gt-page-hero-blog .gt-page-hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 24, 19, .94) 0%, rgba(18, 34, 27, .72) 44%, rgba(17, 25, 20, .08) 76%),
    linear-gradient(0deg, rgba(8, 18, 14, .5), transparent 62%);
}
.gt-journal-topics { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--gt-border); background: rgba(255,255,255,.96); backdrop-filter: blur(18px); }
.admin-bar .gt-journal-topics { top: 32px; }
.gt-journal-topics .gt-shell { display: flex; min-height: 76px; align-items: center; gap: 28px; }
.gt-journal-topics strong { flex: 0 0 auto; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.gt-topic-list { display: flex; min-width: 0; gap: 9px; overflow-x: auto; padding-block: 12px; scrollbar-width: thin; }
.gt-topic-list a { flex: 0 0 auto; padding: .7rem 1rem; border: 1px solid var(--gt-border); border-radius: 999px; color: var(--gt-ink); text-decoration: none; font-size: .84rem; font-weight: 800; }
.gt-topic-list a:hover,
.gt-topic-list a[aria-current="page"] { border-color: var(--gt-gold-dark); color: var(--gt-ink); background: var(--gt-gold); }
.gt-featured-journal { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); gap: clamp(30px,6vw,84px); align-items: center; }
.gt-featured-journal-media { display: block; overflow: hidden; border-radius: var(--gt-radius); background: var(--gt-coal); }
.gt-featured-journal-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .45s ease; }
.gt-featured-journal-media:hover img { transform: scale(1.025); }
.gt-featured-journal-copy h2 { margin: .7rem 0 1rem; font-size: clamp(2.35rem,4.6vw,4.9rem); line-height: .97; letter-spacing: -.045em; text-wrap: balance; }
.gt-featured-journal-copy h2 a,
.gt-journal-card h3 a { color: inherit; text-decoration: none; }
.gt-featured-journal-copy > p:not(.gt-kicker) { max-width: 600px; color: var(--gt-muted); font-size: 1.08rem; }
.gt-topic-label { display: inline-flex; width: fit-content; align-items: center; padding: .42rem .65rem; border-radius: 999px; color: #6f4f00; background: #fff2c7; font-size: .72rem; font-weight: 900; letter-spacing: .055em; line-height: 1.2; text-transform: uppercase; }
.gt-card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 1.15rem 0; color: var(--gt-muted); font-size: .78rem; font-weight: 700; }
.gt-journal-index,
.gt-journal-related { background: #f4f0e9; }
.gt-journal-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.gt-journal-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid rgba(32,28,23,.09); border-radius: var(--gt-radius); background: #fff; box-shadow: 0 16px 40px rgba(30,24,16,.06); }
.gt-journal-card-media { display: block; overflow: hidden; background: var(--gt-coal); }
.gt-journal-card-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .4s ease; }
.gt-journal-card:hover .gt-journal-card-media img { transform: scale(1.035); }
.gt-journal-card-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; align-items: flex-start; padding: clamp(1.15rem,2vw,1.65rem); }
.gt-journal-card-copy .gt-card-meta { width: 100%; justify-content: space-between; margin: 0 0 .85rem; }
.gt-journal-card h3 { margin: 0 0 .75rem; font-size: clamp(1.35rem,2vw,1.8rem); line-height: 1.08; letter-spacing: -.025em; overflow-wrap: break-word; hyphens: auto; }
.gt-journal-card-copy > p { margin: 0 0 1.25rem; color: var(--gt-muted); font-size: .96rem; }
.gt-journal-card-copy .gt-text-link { margin-top: auto; }
.gt-article-hero { position: relative; display: flex; min-height: 660px; align-items: end; overflow: hidden; color: #fff; background: var(--gt-coal); }
.gt-article-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gt-article-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.28)),linear-gradient(0deg,rgba(0,0,0,.82),transparent 65%); }
.gt-article-hero-copy { position: relative; z-index: 1; padding-block: 120px 70px; }
.gt-article-hero-copy h1 { max-width: 930px; margin: .75rem 0 1rem; color: #fff; font-size: clamp(3.1rem,7vw,7.3rem); line-height: .9; letter-spacing: -.055em; text-wrap: balance; overflow-wrap: break-word; hyphens: auto; }
.gt-article-hero-copy > p { max-width: 720px; font-size: 1.15rem; }
.gt-article-back { display: block; width: fit-content; margin-bottom: 2rem; color: #fff; text-decoration: none; font-weight: 800; }
.gt-reading-time { display: inline-block; margin-top: 1rem; color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 800; }
.gt-article-layout { display: grid; grid-template-columns: minmax(0,760px) minmax(280px,360px); justify-content: space-between; gap: clamp(40px,6vw,90px); padding-block: clamp(52px,6vw,86px); }
.gt-article-body { min-width: 0; font-size: 1.08rem; line-height: 1.75; }
.gt-article-lede { margin: 0 0 3rem; color: var(--gt-ink); font-size: clamp(1.35rem,2.4vw,1.8rem); font-weight: 700; line-height: 1.4; }
.gt-article-body section { margin-top: 3.25rem; }
.gt-article-body h2 { margin: 0 0 .8rem; font-size: clamp(1.9rem,3vw,2.8rem); line-height: 1.05; letter-spacing: -.035em; }
.gt-article-note { margin-top: 3.5rem; padding: clamp(1.4rem,3vw,2.25rem); border-left: 5px solid var(--gt-gold); border-radius: 0 var(--gt-radius) var(--gt-radius) 0; background: var(--gt-cream); }
.gt-article-note p { margin: .55rem 0 1rem; }
.gt-article-aside { position: sticky; top: 100px; height: fit-content; padding: 2rem; border-radius: var(--gt-radius); color: #fff; background: var(--gt-coal); }
.gt-article-aside h2 { margin: .35rem 0 .8rem; color: #fff; font-size: 2.2rem; }
.gt-article-aside p:not(.gt-kicker) { color: rgba(255,255,255,.72); }
.gt-journal-related .gt-section-heading { margin-bottom: 2.25rem; }
.gt-story-chapter { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,7vw,7rem); align-items: start; }
.gt-story-chapter h2 { font-size: clamp(2rem,4vw,4rem); line-height: 1.04; }
.gt-dark-section { background: var(--gt-ink); color: #fff; }
.gt-dark-section h2, .gt-dark-section h3, .gt-dark-section summary { color: #fff; }
.gt-dark-section .gt-story-grid img { border-radius: var(--gt-radius); max-height: 680px; object-fit: cover; }
.gt-principle-grid, .gt-step-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.gt-principle-grid article, .gt-step-grid article { padding: clamp(1.4rem,3vw,2.5rem); border: 1px solid var(--gt-border); border-radius: var(--gt-radius); background: #fff; }
.gt-trust-panel { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: center; padding: clamp(2rem,5vw,4rem); border-radius: var(--gt-radius); background: var(--gt-sand); }

.gt-support-nav { position: sticky; top: 0; z-index: 8; display: flex; gap: .5rem; overflow-x: auto; padding-top: .8rem; padding-bottom: .8rem; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--gt-border); }
.gt-support-nav a { flex: 0 0 auto; padding: .65rem .9rem; border-radius: 999px; background: var(--gt-sand); color: var(--gt-ink); font-weight: 700; text-decoration: none; }
.gt-support-library { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,460px),1fr)); gap: 1rem; }
.gt-support-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--gt-border); border-radius: var(--gt-radius); background: #fff; box-shadow: 0 14px 36px rgba(0,0,0,.06); }
.gt-support-product-heading { display: flex; justify-content: space-between; gap: 1.5rem; align-items: end; padding: clamp(1.35rem,3vw,2rem); }
.gt-support-product-heading h3 { margin: .2rem 0 0; font-size: clamp(1.45rem,2.5vw,2.1rem); }
.gt-support-video { min-width: 0; padding: 0 clamp(1.35rem,3vw,2rem); }
.gt-support-video-stage { aspect-ratio: 16 / 9; background: radial-gradient(circle at 50% 35%,#303330 0,#101110 58%,#070707 100%); box-shadow: none; }
.gt-support-video-stage video { object-fit: contain; }
.gt-support-video .gt-video-status { margin: .75rem 0 0; }
.gt-support-video-pending { display: grid; place-items: center; min-height: 260px; margin: 0 clamp(1.35rem,3vw,2rem); padding: 2rem; border-radius: var(--gt-radius); background: var(--gt-coal); color: #fff; text-align: center; }
.gt-support-video-pending strong, .gt-support-video-pending span { display: block; }
.gt-support-video-pending span { max-width: 32rem; margin-top: .35rem; color: rgba(255,255,255,.68); }
.gt-support-resource-actions { display: flex; align-items: center; gap: .75rem; padding: 1.15rem clamp(1.35rem,3vw,2rem) clamp(1.35rem,3vw,2rem); }
.gt-support-resource-pending { color: var(--gt-muted); font-weight: 700; }
.gt-section-tint { background: var(--gt-cream); }
.gt-faq-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .85rem; }
.gt-faq-grid details { align-self: start; padding: 1.2rem 1.35rem; border: 1px solid var(--gt-border); border-radius: 12px; background: #fff; }
.gt-dark-section .gt-faq-grid details { background: #191919; border-color: #3b3b3b; }
.gt-faq-grid summary { cursor: pointer; font-weight: 800; line-height: 1.35; }
.gt-faq-grid details p { margin-bottom: 0; }
.gt-faq-grid .gt-faq-wide { grid-column: 1 / -1; }
.gt-bluetooth-answer { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,380px); gap: clamp(1.5rem,4vw,3.5rem); align-items: start; padding-top: 1.2rem; }
.gt-bluetooth-answer ol { margin: 1rem 0 0; padding-left: 1.25rem; }
.gt-bluetooth-answer li { padding-left: .35rem; margin-bottom: .8rem; line-height: 1.55; }
.gt-bluetooth-answer figure { margin: 0; }
.gt-bluetooth-answer figure a { display: block; border-radius: 12px; outline-offset: 4px; }
.gt-bluetooth-answer img { display: block; width: 100%; height: auto; border: 1px solid var(--gt-border); border-radius: 12px; background: #fff; }
.gt-bluetooth-answer figcaption { margin-top: .7rem; color: var(--gt-muted); font-size: .88rem; line-height: 1.45; }
.gt-bluetooth-link-card { min-width: 0; padding: clamp(1.35rem,3vw,2rem); border-radius: var(--gt-radius); background: var(--gt-ink); color: #fff; box-shadow: var(--gt-shadow); }
.gt-bluetooth-link-card .gt-kicker { margin-top: 1.4rem; color: var(--gt-gold); }
.gt-bluetooth-link-card h3 { margin: .3rem 0 .65rem; color: #fff; font-size: clamp(1.35rem,2.2vw,1.9rem); line-height: 1.12; }
.gt-bluetooth-link-card > p:not(.gt-kicker) { color: rgba(255,255,255,.72); }
.gt-bluetooth-link-flow { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; gap: .45rem; align-items: center; }
.gt-bluetooth-link-flow span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--gt-gold); color: var(--gt-ink); font-weight: 900; }
.gt-bluetooth-link-flow i { display: block; height: 2px; background: rgba(255,255,255,.28); }
.gt-bluetooth-link-actions { display: flex; flex-wrap: wrap; gap: .9rem 1rem; align-items: center; margin-top: 1.25rem; }
.gt-bluetooth-link-card .gt-text-link { color: #fff; }
.gt-support-note { padding: .85rem 1rem; border-left: 3px solid var(--gt-gold); background: var(--gt-sand); color: var(--gt-muted); font-size: .92rem; }
.gt-contact-panel, .gt-guide-cta { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: clamp(2rem,5vw,4rem); border: 1px solid var(--gt-border); border-radius: var(--gt-radius); }

.gt-bluetooth-hero { padding: clamp(1.25rem,3vw,2.5rem) 0 clamp(3.5rem,7vw,7rem); background: var(--gt-cream); }
.gt-bluetooth-back { display: inline-flex; align-items: center; min-height: 44px; color: var(--gt-ink); font-weight: 800; text-decoration: none; }
.gt-bluetooth-hero-grid { display: grid; grid-template-columns: minmax(320px,.7fr) minmax(0,1.3fr); gap: clamp(2rem,5vw,5rem); align-items: center; padding-top: clamp(2rem,5vw,4.5rem); }
.gt-bluetooth-hero-copy h1 { max-width: 650px; margin: .35rem 0 1rem; font-size: clamp(2.7rem,5vw,5.25rem); line-height: .98; letter-spacing: -.04em; }
.gt-bluetooth-hero-copy > p:not(.gt-kicker) { max-width: 620px; color: var(--gt-muted); font-size: clamp(1rem,1.4vw,1.2rem); }
.gt-bluetooth-hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.gt-bluetooth-hero-visual { overflow: hidden; margin: 0; border: 1px solid var(--gt-border); border-radius: var(--gt-radius); background: #fff; box-shadow: var(--gt-shadow); }
.gt-bluetooth-hero-visual img { display: block; width: 100%; height: auto; }
.gt-bluetooth-hero-visual figcaption { padding: .85rem 1rem; border-top: 1px solid var(--gt-border); color: var(--gt-muted); font-size: .88rem; line-height: 1.45; }
.gt-bluetooth-step-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.gt-bluetooth-step-grid article { position: relative; min-width: 0; padding: clamp(1.35rem,2.5vw,2rem); border: 1px solid var(--gt-border); border-radius: var(--gt-radius); background: #fff; }
.gt-bluetooth-step-grid article > span { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; margin-bottom: 1.1rem; border-radius: 50%; background: var(--gt-gold); color: var(--gt-ink); font-weight: 900; }
.gt-bluetooth-step-grid h3 { margin: 0 0 .6rem; font-size: clamp(1.2rem,2vw,1.55rem); }
.gt-bluetooth-step-grid p { margin: 0; color: var(--gt-muted); line-height: 1.6; }

/* Bluetooth setup: preserve the verified step copy while adding distinct visual context. */
.gt-bluetooth-step-grid article {
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
  isolation: isolate;
  border-color: rgba(89, 73, 53, .16);
  background: #fff8ef;
  box-shadow: 0 18px 48px rgba(84, 55, 25, .11);
}
.gt-bluetooth-step-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 249, 241, .02) 10%, rgba(255, 249, 241, .18) 42%, rgba(255, 249, 241, .94) 73%, #fffaf4 100%);
}
.gt-bluetooth-step-scene {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-bluetooth-step-content {
  width: 100%;
  padding: clamp(1.35rem, 2.4vw, 1.8rem);
}
.gt-bluetooth-step-content > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: var(--gt-gold);
  color: var(--gt-ink);
  box-shadow: 0 8px 20px rgba(127, 87, 24, .18);
  font-weight: 900;
}
.gt-bluetooth-step-grid h3 {
  color: var(--gt-ink);
  text-wrap: balance;
}
.gt-bluetooth-step-grid p {
  color: #4f4a43;
}
.gt-bluetooth-reset { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: clamp(2rem,7vw,7rem); align-items: center; }
.gt-bluetooth-reset h2 { max-width: 760px; margin: .4rem 0 .8rem; color: #fff; font-size: clamp(2.2rem,4.5vw,4.6rem); line-height: 1; }
.gt-bluetooth-reset p:not(.gt-kicker) { max-width: 760px; color: rgba(255,255,255,.72); }
.gt-bluetooth-reset-mark { display: grid; place-items: center; width: clamp(150px,18vw,230px); aspect-ratio: 1; border: 2px solid var(--gt-gold); border-radius: 50%; }
.gt-bluetooth-reset-mark strong { color: var(--gt-gold); font-size: clamp(4rem,8vw,7rem); line-height: .8; }
.gt-bluetooth-reset-mark span { margin-top: -1.5rem; color: #fff; font-weight: 900; letter-spacing: .16em; }
.gt-bluetooth-reference { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 2rem; align-items: center; padding: clamp(2rem,5vw,4rem); border: 1px solid var(--gt-border); border-radius: var(--gt-radius); background: var(--gt-sand); }
.gt-bluetooth-reference h2 { margin: .3rem 0 .65rem; font-size: clamp(2rem,4vw,3.8rem); line-height: 1; }
.gt-bluetooth-reference p:not(.gt-kicker) { max-width: 700px; color: var(--gt-muted); }
.gt-bluetooth-reference-actions { display: grid; gap: .9rem; justify-items: start; }

.gt-temperature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.gt-temperature-grid article { overflow: hidden; border-radius: var(--gt-radius); background: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.08); }
.gt-temperature-grid img { width: 100%; height: 210px; object-fit: cover; }
.gt-temperature-grid article > div { padding: 1.3rem; }
.gt-temp { margin: 0 0 .45rem; color: var(--gt-ember); font-size: 2rem; font-weight: 900; }
.gt-temp span { color: var(--gt-muted); font-size: 1.05rem; }
.gt-step-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.gt-step-grid article > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--gt-gold); font-weight: 900; }
.gt-source-note { margin-top: 2rem; color: #d7d7d7; font-size: .9rem; }
.gt-source-note a { color: var(--gt-gold); }

.gt-page-heading { padding-top: clamp(4rem,8vw,8rem); padding-bottom: 1rem; }
.gt-page-heading h1 { max-width: 950px; font-size: clamp(2.8rem,6vw,5.8rem); line-height: .98; }
.gt-page-heading > p:last-child { max-width: 760px; font-size: 1.15rem; }
.gt-contact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.gt-contact-grid article { padding: clamp(1.4rem,3vw,2.5rem); border: 1px solid var(--gt-border); border-radius: var(--gt-radius); background: #fff; }
.gt-contact-grid h2 { font-size: clamp(1.35rem,2vw,2rem); overflow-wrap: anywhere; }
.gt-contact-expect, .gt-address-card { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.gt-address-card { padding: clamp(2rem,5vw,4rem); border-radius: var(--gt-radius); background: var(--gt-ink); color: #fff; }
.gt-address-card h2 { color: #fff; }
.gt-address-card address { font-style: normal; line-height: 1.7; }

.gt-policy-page { max-width: 960px; padding-top: clamp(4rem,8vw,8rem); padding-bottom: clamp(4rem,8vw,8rem); }
.gt-policy-page > h1 { font-size: clamp(2.8rem,6vw,5rem); line-height: 1; }
.gt-policy-date { color: var(--gt-muted); }
.gt-policy-summary { margin: 2rem 0 3rem; padding: 1.3rem 1.5rem; border-left: 4px solid var(--gt-gold); background: var(--gt-sand); }
.gt-policy-page .gt-prose h2 { margin-top: 2.2rem; }

.gt-socials span { opacity: .58; cursor: default; }
.gt-whatsapp-float { position: fixed; z-index: 60; right: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: .6rem; min-height: 50px; padding: .55rem 1rem .55rem .55rem; border-radius: 999px; background: #1f8f4d; color: #fff; text-decoration: none; box-shadow: 0 14px 40px rgba(0,0,0,.28); }
.gt-whatsapp-float span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #fff; color: #14773e; font-size: .8rem; font-weight: 900; }

@media (max-width: 900px) {
  .gt-story-chapter, .gt-trust-panel, .gt-contact-expect, .gt-address-card { grid-template-columns: 1fr; }
  .gt-temperature-grid, .gt-contact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gt-step-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gt-principle-grid { grid-template-columns: 1fr; }
  .gt-bluetooth-hero-grid { grid-template-columns: 1fr; }
  .gt-bluetooth-step-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gt-bluetooth-reference { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .gt-hero-carousel { min-height: 720px; }
  .gt-hero-slide .gt-hero-content { justify-content: flex-end; padding-bottom: 6rem; }
  .gt-hero-slide .gt-hero-content h1, .gt-hero-slide .gt-hero-content h2 { font-size: clamp(2.35rem,12vw,4rem); }
  .gt-hero-arrow { top: auto; bottom: 1rem; }
  .gt-page-hero { min-height: 620px; }
  .gt-faq-grid, .gt-temperature-grid, .gt-contact-grid, .gt-step-grid { grid-template-columns: 1fr; }
  .gt-video-browser-heading { align-items: center; }
  .gt-video-playlist { grid-auto-columns: minmax(250px, 84%); }
  .gt-contact-panel, .gt-guide-cta { align-items: flex-start; flex-direction: column; }
  .gt-support-product-heading { align-items: flex-start; flex-direction: column; gap: .65rem; }
  .gt-bluetooth-answer { grid-template-columns: 1fr; }
  .gt-bluetooth-step-grid, .gt-bluetooth-reset { grid-template-columns: 1fr; }
  .gt-bluetooth-step-grid article { min-height: 440px; }
  .gt-bluetooth-reset-mark { justify-self: start; width: 150px; }
  .gt-bluetooth-hero-actions, .gt-bluetooth-link-actions { align-items: stretch; flex-direction: column; }
  .gt-bluetooth-hero-actions .gt-button, .gt-bluetooth-link-actions .gt-button { width: 100%; text-align: center; }
  .gt-whatsapp-float strong { display: none; }
  .gt-whatsapp-float { padding-right: .55rem; }
}

@media (prefers-reduced-motion: reduce) {
  .gt-hero-slide { transition: none; }
}

/* 0.11 GT-1 capacity collection and premium product-story system */
.gt-pdp-value {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 154, 61, .18), transparent 34%),
    linear-gradient(135deg, #fffaf5 0%, #f4f7ef 100%);
}

.gt-pdp-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gt-pdp-value-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(39, 75, 54, .13);
  border-radius: 22px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 18px 50px rgba(39,75,54,.08);
}

.gt-pdp-value-grid strong {
  color: var(--gt-forest);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: .95;
  letter-spacing: -.055em;
}

.gt-pdp-value-grid span {
  margin-top: .35rem;
  color: var(--gt-heat-deep);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gt-pdp-value-grid p { margin: 1rem 0 0; color: var(--gt-muted); }

.gt-upclose-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: repeat(2, minmax(280px, 1fr));
  gap: 18px;
}

.gt-upclose-grid article {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 26px;
  background: #e9ede5;
  box-shadow: var(--gt-shadow);
}

.gt-upclose-grid article:first-child { grid-row: 1 / 3; }
.gt-upclose-grid img { width: 100%; height: 100%; object-fit: cover; }
.gt-upclose-grid article > div {
  position: absolute;
  inset: auto 18px 18px;
  max-width: 430px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(12px);
}
.gt-upclose-grid h3 { margin: 0 0 .4rem; font-size: clamp(1.25rem, 2vw, 1.8rem); }
.gt-upclose-grid p { margin: 0; color: var(--gt-muted); }

.gt-heat-story {
  color: #fff;
  background:
    radial-gradient(circle at 82% 45%, rgba(255,185,92,.42), transparent 22%),
    linear-gradient(120deg, #9b351b 0%, #e85e27 48%, #ff9a3d 100%);
}
.gt-heat-story .gt-kicker { color: #ffe2c3; }
.gt-heat-story h2, .gt-heat-story p { color: #fff; }
.gt-heat-story .gt-text-muted { color: rgba(255,255,255,.82); }
.gt-heat-story-inner { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(32px, 7vw, 90px); align-items: center; }
.gt-heat-gauge {
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 0 60px rgba(255,255,255,.14), 0 28px 80px rgba(91,27,9,.28);
}
.gt-heat-gauge strong { font-size: clamp(3.4rem, 8vw, 7rem); letter-spacing: -.07em; }
.gt-heat-gauge span { font-weight: 800; }

.gt-button-heat {
  background: var(--gt-heat);
  color: #fff;
  border-color: var(--gt-heat);
}

.gt-pdp-app > img {
  max-height: 620px;
  width: 100%;
  object-fit: contain;
  border-radius: 28px;
  background: linear-gradient(145deg, #f7f9f2, #fff3e7);
  box-shadow: var(--gt-shadow);
}

.gt-magnetic-story { background: #edf4e9; }
.gt-magnetic-story-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 7vw, 90px); align-items: center; }
.gt-magnetic-visual {
  min-height: 390px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: clamp(24px, 4vw, 52px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 70%, rgba(242,106,44,.24), transparent 28%),
    linear-gradient(145deg, #fff, #dce8d8);
  box-shadow: var(--gt-shadow);
}
.gt-magnetic-visual span {
  display: grid;
  place-items: center;
  min-height: 160px;
  padding: 18px;
  border: 1px solid rgba(39,75,54,.15);
  border-radius: 50%;
  background: #fff;
  color: var(--gt-forest);
  font-weight: 850;
  text-align: center;
}
.gt-magnetic-visual strong { color: var(--gt-heat); font-size: 3rem; }

.gt-spec-section { background: #fbfcf8; }
.gt-key-spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gt-key-spec-grid article {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid var(--gt-border);
  border-radius: 22px;
  background: #fff;
}
.gt-key-spec-grid span { color: var(--gt-muted); }
.gt-key-spec-grid strong { color: var(--gt-forest); font-size: clamp(1.55rem, 3vw, 2.5rem); letter-spacing: -.04em; }
.gt-full-specs {
  margin-top: 18px;
  padding: 0 26px;
  border: 1px solid var(--gt-border);
  border-radius: 20px;
  background: #fff;
}
.gt-full-specs summary { padding: 24px 0; color: var(--gt-forest); font-weight: 850; cursor: pointer; }
.gt-full-specs .gt-spec-list { padding-bottom: 24px; }

.gt-collection-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gt-collection-card-grid a {
  display: grid;
  grid-template-columns: 38% 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 200px;
  overflow: hidden;
  border: 1px solid var(--gt-border);
  border-radius: 24px;
  background: #fff;
  color: var(--gt-ink);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.gt-collection-card-grid a:hover { transform: translateY(-4px); box-shadow: var(--gt-shadow); }
.gt-collection-card-grid a.is-current { border-color: var(--gt-heat); box-shadow: inset 0 0 0 1px var(--gt-heat); }
.gt-collection-card-grid img { grid-row: 1 / 3; width: 100%; height: 100%; object-fit: cover; }
.gt-collection-card-grid img.gt-collection-card-image-16oz { object-position: 58% center; }
.gt-collection-card-grid span { align-self: end; padding: 22px 22px 3px; color: var(--gt-heat-deep); font-weight: 900; }
.gt-collection-card-grid strong { align-self: start; padding: 0 22px 22px; font-size: 1.25rem; }

.gt-care-section { background: #fff7ee; }
.gt-care-icon {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  max-width: 420px;
  border: 1px solid rgba(242,106,44,.25);
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 45%, #ffd9b9 46% 60%, #f26a2c 61% 100%);
  color: var(--gt-forest);
  font-size: clamp(2.5rem, 8vw, 6rem);
  font-weight: 950;
  letter-spacing: .04em;
}

@media (max-width: 920px) {
  .gt-pdp-value-grid, .gt-key-spec-grid { grid-template-columns: repeat(2, 1fr); }
  .gt-upclose-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .gt-upclose-grid article:first-child { grid-row: auto; }
  .gt-upclose-grid article { min-height: 420px; }
  .gt-heat-story-inner, .gt-magnetic-story-inner { grid-template-columns: 1fr; }
  .gt-heat-gauge { max-width: 520px; width: 100%; margin-inline: auto; }
  .gt-collection-card-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .gt-pdp-value-grid, .gt-key-spec-grid { grid-template-columns: 1fr; }
  .gt-pdp-value-grid article { min-height: 185px; }
  .gt-upclose-grid article { min-height: 360px; }
  .gt-upclose-grid article > div { inset: auto 10px 10px; }
  .gt-heat-gauge { gap: 8px; }
  .gt-magnetic-visual { min-height: 310px; gap: 8px; padding: 18px; }
  .gt-magnetic-visual span { min-height: 120px; font-size: .82rem; }
  .gt-collection-card-grid a { min-height: 170px; }
}

.gt-capacity-finder {
  grid-template-columns: 1.35fr .85fr;
  grid-template-rows: repeat(2, minmax(280px, 1fr));
  gap: 18px;
}
.gt-capacity-finder .gt-capacity-card-featured { grid-row: 1 / 3; }
.gt-capacity-finder .gt-capacity-card-10 { grid-column: 2; grid-row: 1; }
.gt-capacity-finder .gt-capacity-card-16 { grid-column: 2; grid-row: 2; }
.gt-capacity-finder .gt-capacity-card { min-height: 280px; }
.gt-capacity-finder .gt-capacity-card-featured { min-height: 578px; }

.gt-home-products-current { grid-template-columns: repeat(4, 1fr); }
.gt-home-products-current .gt-home-product { min-width: 0; }
.gt-home-products-current .gt-home-product h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); }
.gt-wireless-coming {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 18px;
  padding: clamp(26px, 4vw, 46px);
  border: 1px dashed rgba(39,75,54,.28);
  border-radius: 24px;
  background: linear-gradient(105deg, #f7faf3, #fff5ea);
}
.gt-wireless-coming h3 { margin: .2rem 0 .5rem; font-size: clamp(1.5rem, 3vw, 2.4rem); }
.gt-wireless-coming p { max-width: 760px; margin: 0; color: var(--gt-muted); }
.gt-wireless-coming > strong { color: var(--gt-forest); font-size: clamp(1.8rem, 4vw, 3.4rem); white-space: nowrap; }
.gt-wireless-coming.gt2-home-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  padding: 0;
}

@media (max-width: 980px) {
  .gt-home-products-current { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .gt-capacity-finder { grid-template-columns: 1fr; grid-template-rows: none; }
  .gt-capacity-finder .gt-capacity-card-featured,
  .gt-capacity-finder .gt-capacity-card-10,
  .gt-capacity-finder .gt-capacity-card-16 {
    grid-column: auto;
    grid-row: auto;
    min-height: 390px;
  }
  .gt-wireless-coming { align-items: flex-start; flex-direction: column; }
  .gt-wireless-coming.gt2-home-feature { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .gt-home-products-current { grid-template-columns: 1fr; }
}

/* GREATIC 0.4 global warm, scene-led commerce */
.gt-app-hero-warm {
  position: relative;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 232, 180, .38), transparent 27%),
    linear-gradient(120deg, #a9421d 0%, #ed6a2c 52%, #ff9c42 100%);
}

.gt-app-hero-warm::after {
  position: absolute;
  inset: auto -8% -42% 48%;
  width: 760px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 110px rgba(255, 255, 255, .05),
    0 0 0 220px rgba(255, 255, 255, .035);
  pointer-events: none;
}

.gt-app-hero-warm .gt-app-hero-grid {
  position: relative;
  z-index: 1;
}

.gt-app-hero-warm .gt-app-temperature {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(39, 75, 54, .9);
  box-shadow: 0 22px 55px rgba(83, 37, 19, .25);
}

.gt-app-hero-warm .gt-app-temperature strong {
  color: #ffd7a8;
}

.gt-app-download-card-dark {
  color: var(--gt-ink);
  border-color: rgba(242, 106, 44, .24);
  background: linear-gradient(145deg, #fff7ef, #ffe1c8);
}

.gt-app-download-card-dark .gt-app-qr-link img {
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(129, 65, 33, .12);
}

.gt-app-pairing-visual {
  padding: clamp(.7rem, 1.8vw, 1.25rem);
  border: 1px solid rgba(242, 106, 44, .2);
  background: linear-gradient(145deg, #fff8f0, #ffead8);
  box-shadow: 0 24px 64px rgba(119, 67, 38, .12);
}

.gt-app-pairing-visual img {
  display: block;
  width: 100%;
  border-radius: 17px;
}

.gt-app-controls-warm {
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 233, 184, .28), transparent 24%),
    linear-gradient(118deg, #b5451e, #ec6a2b 55%, #ff9b42);
}

.gt-app-controls-warm h2,
.gt-app-controls-warm h3 {
  color: #fff;
}

.gt-app-controls-warm .gt-kicker {
  color: #fff1ce;
}

.gt-app-controls-warm .gt-app-controls article:last-child {
  border-color: rgba(255, 255, 255, .4);
  background: rgba(255, 249, 238, .14);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 65px rgba(97, 34, 10, .18);
}

.gt-scene-card-grid article.gt-scene-card {
  position: relative;
  display: block;
  min-height: 420px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 24px;
  color: #fff;
  background: var(--gt-coffee);
  box-shadow: 0 24px 60px rgba(93, 52, 37, .15);
  isolation: isolate;
}

.gt-scene-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.gt-scene-card:hover > img {
  transform: scale(1.025);
}

.gt-scene-card-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(49, 31, 22, .04) 24%, rgba(64, 30, 16, .88) 100%),
    linear-gradient(90deg, rgba(103, 43, 18, .22), transparent 68%);
}

.gt-scene-card-copy {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.gt-scene-card-copy > span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--gt-heat);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
  box-shadow: 0 8px 22px rgba(103, 43, 18, .28);
}

.gt-scene-card-copy h3 {
  margin: .8rem 0 .45rem;
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.05;
}

.gt-scene-card-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  line-height: 1.55;
}

.gt-truth-scene-grid article.gt-scene-card,
.gt-about-scene-grid article.gt-scene-card {
  min-height: 480px;
}

.gt-about-principles-warm {
  color: var(--gt-ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 151, 64, .16), transparent 26%),
    linear-gradient(135deg, #fff7ee, #f6e4d2);
}

.gt-about-principles-warm .gt-section-heading .gt-kicker {
  color: var(--gt-heat-deep);
}

.gt-about-principles-warm .gt-section-heading h2 {
  max-width: 920px;
  color: var(--gt-coffee);
}

.gt-future-categories-scenes {
  gap: 1rem;
  border: 0;
}

.gt-future-categories-scenes a {
  position: relative;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 24px;
  border: 0;
  border-radius: 22px;
  color: #fff;
  background: var(--gt-coffee);
  box-shadow: 0 20px 50px rgba(94, 51, 32, .14);
  isolation: isolate;
}

.gt-future-categories-scenes a > img,
.gt-future-categories-scenes a > i {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gt-future-categories-scenes a > img {
  object-fit: cover;
  transition: transform .45s ease;
}

.gt-future-categories-scenes a > i {
  background: linear-gradient(180deg, rgba(47, 27, 18, .08), rgba(52, 24, 11, .82));
}

.gt-future-categories-scenes a:hover > img {
  transform: scale(1.035);
}

.gt-future-categories-scenes span,
.gt-future-categories-scenes strong {
  position: relative;
  z-index: 1;
}

.gt-future-categories-scenes span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--gt-heat);
  box-shadow: 0 8px 24px rgba(80, 33, 14, .25);
}

.gt-future-categories-scenes strong {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.gt-shop-campaign {
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.gt-shop-campaign-stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 28px;
  background: #f4d5b9;
  box-shadow: 0 28px 70px rgba(97, 55, 34, .16);
}

.gt-shop-campaign-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease;
}

.gt-shop-campaign-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.gt-shop-campaign-slide > picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.gt-shop-campaign-slide > picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.gt-shop-campaign-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(81, 38, 22, .82) 0%, rgba(123, 53, 23, .58) 40%, rgba(123, 53, 23, .08) 72%),
    linear-gradient(0deg, rgba(86, 39, 20, .18), transparent 55%);
}

.gt-shop-campaign-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(610px, 58%);
  height: 560px;
  min-height: 560px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem);
  color: #fff;
}

.gt-shop-campaign-copy .gt-kicker {
  color: #ffd39c;
}

.gt-shop-campaign-copy h2 {
  margin: .35rem 0 1rem;
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: .94;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.gt-shop-campaign-copy > p:not(.gt-kicker) {
  max-width: 520px;
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, .88);
  font-size: 1.08rem;
}

.gt-shop-campaign-copy .gt-button-primary {
  color: var(--gt-coffee);
  background: #fff2df;
}

.gt-shop-campaign-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: .85rem;
}

.gt-shop-campaign-tabs button {
  display: grid;
  min-width: 0;
  min-height: 82px;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: .9rem;
  align-items: center;
  padding: .6rem;
  border: 1px solid rgba(93, 52, 37, .16);
  border-radius: 18px;
  color: var(--gt-ink);
  background: #fffaf4;
  text-align: left;
  cursor: pointer;
}

.gt-shop-campaign-tabs button[aria-selected="true"] {
  border-color: var(--gt-heat);
  background: var(--gt-heat-soft);
  box-shadow: inset 0 0 0 1px var(--gt-heat), 0 12px 30px rgba(123, 53, 23, .1);
}

.gt-shop-campaign-tabs img {
  width: 88px;
  height: 56px;
  border-radius: 11px;
  object-fit: cover;
}

.gt-shop-campaign-tabs span,
.gt-shop-campaign-tabs strong {
  display: block;
  min-width: 0;
}

.gt-shop-campaign-tabs small {
  color: var(--gt-heat-deep);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.gt-shop-campaign-tabs strong {
  margin-top: .18rem;
  overflow-wrap: anywhere;
  font-size: .92rem;
}

.gt-footer-v2 {
  overflow: hidden;
  color: #5d463a;
  background:
    radial-gradient(circle at 6% 78%, rgba(242, 106, 44, .08), transparent 22%),
    #fff8ef;
}

.gt-footer-v2 .gt-footer-newsletter {
  width: var(--gt-shell);
  margin: clamp(2.5rem, 6vw, 5rem) auto 0;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 0;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 237, 192, .34), transparent 27%),
    linear-gradient(118deg, #b7471f, #ec6a2b 55%, #ff9840);
  box-shadow: 0 28px 70px rgba(143, 57, 22, .18);
}

.gt-footer-v2 .gt-footer-newsletter .gt-kicker {
  color: #fff0ce;
}

.gt-footer-v2 .gt-footer-newsletter h2 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(1.8rem, 3.3vw, 3.4rem);
  line-height: .98;
}

.gt-footer-v2 .gt-newsletter-control {
  border-color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .95);
}

.gt-footer-v2 .gt-newsletter-control input {
  color: var(--gt-coffee);
}

.gt-footer-v2 .gt-newsletter-control input::placeholder {
  color: #8c7365;
}

.gt-footer-v2 .gt-newsletter-control button {
  color: #fff;
  background: var(--gt-forest);
}

.gt-footer-v2 .gt-newsletter-consent,
.gt-footer-v2 .gt-newsletter-consent a,
.gt-footer-v2 .gt-newsletter-status {
  color: rgba(255, 255, 255, .9);
}

.gt-footer-v2 .gt-newsletter-consent input {
  accent-color: var(--gt-forest);
}

.gt-footer-v2 .gt-footer-grid {
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(150px, .8fr));
  gap: clamp(2rem, 4vw, 4.5rem);
  padding-block: clamp(3rem, 6vw, 5rem);
}

.gt-footer-v2 .gt-footer-brand-lockup {
  display: inline-flex;
  max-width: 330px;
  overflow: hidden;
  padding: .8rem 1rem;
  border: 1px solid rgba(242, 106, 44, .18);
  border-radius: 22px;
  background: #ffd8b7;
  box-shadow: 0 16px 40px rgba(121, 67, 38, .1);
}

.gt-footer-v2 .gt-footer-logo {
  display: block;
  width: min(100%, 300px);
  height: auto;
  mix-blend-mode: multiply;
}

.gt-footer-v2 .gt-footer-brand > p {
  max-width: 360px;
  margin: 1.25rem 0 .8rem;
  color: var(--gt-coffee);
  font-size: 1.15rem;
  font-weight: 780;
  line-height: 1.45;
}

.gt-footer-v2 .gt-footer-address {
  margin: .8rem 0 .6rem;
  color: #6f584b;
  font-size: .9rem;
}

.gt-footer-v2 .gt-footer-address strong,
.gt-footer-v2 .gt-footer-grid h2 {
  color: var(--gt-forest);
}

.gt-footer-v2 .gt-footer-grid h2 {
  margin-bottom: 1rem;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gt-footer-v2 .gt-footer-grid a {
  position: relative;
  min-height: 38px;
  padding: .48rem 0;
  color: #634d41;
  font-size: .9rem;
}

.gt-footer-v2 .gt-footer-grid section:not(:first-child) a:hover {
  color: var(--gt-heat-deep);
  transform: translateX(3px);
}

.gt-footer-v2 .gt-footer-contact {
  gap: .5rem;
}

.gt-footer-v2 .gt-footer-contact a {
  min-height: 0;
  padding: .55rem .8rem;
  border-radius: 999px;
  color: var(--gt-forest);
  background: #e8f1e8;
  font-size: .82rem;
  font-weight: 800;
}

.gt-footer-v2 .gt-footer-markets {
  gap: .55rem;
  padding-block: 1.5rem;
  border-color: rgba(93, 52, 37, .12);
}

.gt-footer-v2 .gt-footer-markets strong {
  margin-right: .4rem;
  color: var(--gt-coffee);
}

.gt-footer-v2 .gt-footer-markets a {
  padding: .52rem .75rem;
  border: 1px solid rgba(93, 52, 37, .14);
  border-radius: 999px;
  color: #6c5447;
  background: rgba(255, 255, 255, .7);
  text-decoration: none;
}

.gt-footer-v2 .gt-footer-bottom,
.gt-footer-v2 .gt-footer-socials {
  border-color: rgba(93, 52, 37, .12);
}

.gt-footer-v2 .gt-footer-bottom {
  min-height: 58px;
  color: #80695d;
}

.gt-footer-v2 .gt-footer-socials {
  gap: .55rem;
  padding: 0 0 2rem;
}

.gt-footer-v2 .gt-footer-socials a,
.gt-footer-v2 .gt-footer-socials span {
  padding: .45rem .7rem;
  border-radius: 999px;
  color: var(--gt-forest);
  background: #e8f1e8;
  font-weight: 800;
  opacity: 1;
}

.gt-footer-v2.gt-footer-home-compact {
  color: #171b18;
  background: #f4f5ef;
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-grid {
  grid-template-columns: minmax(280px, .92fr) minmax(0, 2.08fr);
  gap: clamp(2.5rem, 5vw, 5.75rem);
  padding-block: clamp(2.6rem, 4.6vw, 4rem);
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-links-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 1.6rem clamp(1.8rem, 4vw, 4rem);
  min-width: 0;
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-brand-lockup {
  max-width: 340px;
  padding: .95rem 1.1rem;
  border-color: rgba(32, 77, 55, .18);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 38px rgba(29, 54, 40, .07);
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-logo {
  mix-blend-mode: multiply;
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-brand > p,
.gt-footer-v2.gt-footer-home-compact .gt-footer-address,
.gt-footer-v2.gt-footer-home-compact .gt-footer-grid a,
.gt-footer-v2.gt-footer-home-compact .gt-footer-markets strong,
.gt-footer-v2.gt-footer-home-compact .gt-footer-markets a,
.gt-footer-v2.gt-footer-home-compact .gt-footer-bottom {
  color: #171b18;
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-address strong,
.gt-footer-v2.gt-footer-home-compact .gt-footer-grid h2,
.gt-footer-v2.gt-footer-home-compact .gt-footer-social-title {
  color: var(--gt-forest);
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-grid a {
  min-height: 42px;
  font-size: .92rem;
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-contact a {
  min-height: 44px;
  border: 1px solid rgba(32, 77, 55, .18);
  color: #171b18;
  background: rgba(255, 255, 255, .58);
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-socials-inline {
  grid-column: 1 / -1;
  align-items: center;
  gap: .55rem;
  padding: .9rem 0 0;
  border-top: 1px solid rgba(32, 77, 55, .14);
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-social-title {
  margin-right: .3rem;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-socials-inline a,
.gt-footer-v2.gt-footer-home-compact .gt-footer-socials-inline span {
  min-height: 42px;
  padding: .55rem .72rem;
  border: 1px solid rgba(32, 77, 55, .14);
  color: #171b18;
  background: rgba(255, 255, 255, .58);
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-markets {
  padding-block: 1.1rem;
  border-color: rgba(32, 77, 55, .14);
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-markets a {
  min-height: 44px;
  padding: .58rem .76rem;
  border-color: rgba(32, 77, 55, .14);
  background: rgba(255, 255, 255, .58);
}

.gt-footer-v2.gt-footer-home-compact .gt-footer-bottom {
  min-height: 52px;
  border-color: rgba(32, 77, 55, .14);
}

@media (max-width: 1000px) {
  .gt-footer-v2 .gt-footer-grid {
    grid-template-columns: 1.2fr repeat(2, 1fr);
  }

  .gt-footer-v2 .gt-footer-grid section:last-child {
    grid-column: 2 / -1;
  }

  .gt-footer-v2.gt-footer-home-compact .gt-footer-grid {
    grid-template-columns: minmax(250px, .8fr) minmax(0, 1.6fr);
  }

  .gt-footer-v2.gt-footer-home-compact .gt-footer-grid section:last-child {
    grid-column: auto;
  }

  .gt-footer-v2.gt-footer-home-compact .gt-footer-links-panel {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}

/* 0.6.5 English master: milk-care roadmap and customer-facing launch states. */
.gt-milk-roadmap {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 132, 46, .16), transparent 32%),
    linear-gradient(145deg, #fffaf4 0%, #f4f8ef 100%);
}

.gt-milk-roadmap::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(115deg, rgba(255, 255, 255, .72), transparent 42%);
}

.gt-milk-roadmap > .gt-shell {
  position: relative;
  z-index: 1;
}

.gt-milk-roadmap-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .75fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(32px, 4vw, 56px);
}

.gt-milk-roadmap-head h2,
.gt-milk-roadmap-compact-head h2 {
  max-width: 820px;
  margin: .45rem 0 0;
  color: #202722;
  font-size: clamp(40px, 5.2vw, 76px);
  line-height: .98;
  letter-spacing: -.055em;
}

.gt-milk-roadmap-head > div:last-child {
  color: #495148;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.65;
}

.gt-milk-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.gt-milk-roadmap-card {
  overflow: hidden;
  border: 1px solid rgba(34, 77, 54, .13);
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 64px rgba(57, 45, 31, .1);
}

.gt-milk-roadmap-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.gt-milk-roadmap-card > div {
  padding: clamp(22px, 2.5vw, 34px);
}

.gt-milk-roadmap-card > div > span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  background: #edf4e9;
  color: #28533a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gt-milk-roadmap-card > div > p:first-of-type {
  margin: 1.25rem 0 .4rem;
  color: #f26422;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.gt-milk-roadmap-card h3 {
  margin: 0 0 .85rem;
  color: #202722;
  font-size: clamp(25px, 2.1vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.gt-milk-roadmap-card > div > p:last-child {
  margin: 0;
  color: #566057;
  line-height: 1.62;
}

.gt-milk-roadmap-note {
  max-width: 920px;
  margin: 28px 0 0;
  padding-left: 18px;
  border-left: 3px solid #f26422;
  color: #5b635c;
  font-size: 14px;
  line-height: 1.55;
}

.gt-milk-roadmap-compact {
  width: min(100% - 40px, 1440px);
  margin: clamp(60px, 8vw, 112px) auto 0;
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid rgba(34, 77, 54, .14);
  border-radius: 30px;
  background: linear-gradient(145deg, #fff8ef, #f2f7ee);
}

.gt-milk-roadmap-compact-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  margin-bottom: 30px;
}

.gt-milk-roadmap-compact-head h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.gt-milk-roadmap-compact-head > p {
  margin: 0;
  color: #566057;
  line-height: 1.65;
}

.gt-milk-roadmap-text-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.gt-milk-roadmap-text-grid article {
  padding: clamp(20px, 2.4vw, 32px);
  border: 1px solid rgba(34, 77, 54, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
}

.gt-milk-roadmap-text-grid span {
  color: #f26422;
  font-weight: 900;
}

.gt-milk-roadmap-text-grid h3 {
  margin: 1.3rem 0 .7rem;
  color: #243029;
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.1;
}

.gt-milk-roadmap-text-grid p {
  margin: 0;
  color: #5b635c;
  line-height: 1.58;
}

.gt-wireless-available {
  border-color: rgba(34, 77, 54, .2);
  background: linear-gradient(135deg, #f2f7ee, #fff7ed);
}

@media (max-width: 980px) {
  .gt-milk-roadmap-head,
  .gt-milk-roadmap-compact-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gt-milk-roadmap-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gt-milk-roadmap-card:last-child {
    grid-column: 1 / -1;
  }

  .gt-milk-roadmap-text-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .gt-milk-roadmap-grid {
    grid-template-columns: 1fr;
  }

  .gt-milk-roadmap-card:last-child {
    grid-column: auto;
  }

  .gt-milk-roadmap-card,
  .gt-milk-roadmap-compact {
    border-radius: 22px;
  }

  .gt-milk-roadmap-compact {
    width: calc(100% - 24px);
    padding: 22px;
  }
}

/* 0.11.2 English master: approved contrast and product-system hierarchy. */
.gt-hero-slide-contrast .gt-hero-overlay {
  background: linear-gradient(90deg, rgba(20, 28, 24, .88) 0%, rgba(27, 31, 27, .78) 34%, rgba(35, 30, 25, .46) 58%, rgba(35, 30, 25, .08) 78%, transparent 100%);
}
.gt-capacity-finder { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gt-capacity-finder .gt-capacity-card,
.gt-capacity-finder .gt-capacity-card-featured,
.gt-capacity-finder .gt-capacity-card-10,
.gt-capacity-finder .gt-capacity-card-14,
.gt-capacity-finder .gt-capacity-card-16,
.gt-capacity-finder .gt-capacity-card-wireless {
  grid-column: auto;
  grid-row: auto;
  min-height: 390px;
}
.gt-capacity-finder .gt-capacity-card img { object-fit: cover; }
.gt-capacity-finder .gt-capacity-card-16 img {
  padding: 0;
  object-fit: cover;
  object-position: center;
  background: #fff;
}
.gt-capacity-card-coming { cursor: default; }
.gt-capacity-card-coming::before {
  content: "COMING SOON";
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: var(--gt-forest);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.gt-capacity-reserved {
  min-height: 250px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(31, 78, 57, .3);
  border-radius: var(--gt-radius-card);
  background: linear-gradient(145deg, rgba(255, 247, 238, .72), rgba(236, 244, 236, .68));
  color: var(--gt-muted);
  text-align: center;
  padding: 2rem;
}
.gt-capacity-reserved span { max-width: 18ch; font-weight: 700; }
.gt-home-system-layout { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
.gt-home-system-layout .gt-home-product-base { grid-column: 2; grid-row: 1; }
.gt-home-system-layout .gt-home-product:nth-child(2) { grid-column: 1; grid-row: 2; }
.gt-home-system-layout .gt-home-product:nth-child(3) { grid-column: 2; grid-row: 2; }
.gt-home-system-layout .gt-home-product:nth-child(4) { grid-column: 3; grid-row: 2; }
.gt-home-system-layout .gt-home-product > img { aspect-ratio: 1 / 1; object-fit: cover; }
.gt-home-system-layout .gt-home-product-base > img {
  object-fit: contain;
  padding: 2rem;
  background: radial-gradient(circle at 50% 35%, #fff5e8, #eef4ed 72%);
}
.product-sku-gt-gt1-16 .woocommerce-loop-product__link img {
  transform: none;
}
.gt-about-story .gt-prose {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2rem, 4vw, 4rem);
  border-radius: var(--gt-radius-card);
  color: #fff;
  background: url("../images/scenes/about-gt1-warm-routine.webp") center / cover no-repeat;
}
.g45-approved43-visual .gt-about-story .gt-prose { border-radius: var(--gt-radius); }
.gt-about-story .gt-prose::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(18, 31, 25, .12), rgba(18, 31, 25, .82) 72%);
}
.gt-about-story .gt-prose p { color: #fff; max-width: 62ch; }
.gt-heat-story {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(168, 48, 17, .94) 0%, rgba(230, 78, 24, .89) 54%, rgba(255, 128, 37, .72) 100%),
    var(--gt-heat-scene) center / cover no-repeat;
}
.gt-care-section {
  background: linear-gradient(135deg, #fff9f1, #eef5ea);
}
.gt-care-layout > div:last-child {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
  color: #fff;
  border-radius: clamp(24px, 3vw, 40px);
  background:
    linear-gradient(90deg, rgba(20, 30, 25, .94) 0%, rgba(20, 30, 25, .8) 50%, rgba(20, 30, 25, .32) 100%),
    var(--gt-care-scene) center / cover no-repeat;
  box-shadow: 0 24px 60px rgba(46, 55, 46, .16);
}
.gt-care-layout > div:last-child h2,
.gt-care-layout > div:last-child p { color: #fff; }
.gt-care-layout > div:last-child .gt-kicker { color: #ffb16b; }
.gt-care-layout > div:last-child .gt-text-link { color: #ffd296; }
.gt-care-layout > div:last-child .gt-text-link:hover { color: #fff; }
.gt-magnetic-visual { overflow: hidden; background: #fff; }
.gt-magnetic-visual > img { width: 100%; height: 100%; object-fit: cover; padding: 0; }
.gt-magnetic-visual-contain > img {
  object-fit: contain;
  padding: clamp(1rem, 2vw, 1.75rem);
  background: linear-gradient(145deg, #fff9f1, #edf4e9);
}
@media (max-width: 960px) {
  .gt-capacity-finder,
  .gt-home-system-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gt-home-system-layout .gt-home-product-base {
    grid-column: 1 / -1;
    grid-row: auto;
    max-width: 520px;
    width: 100%;
    justify-self: center;
  }
  .gt-home-system-layout .gt-home-product:nth-child(2),
  .gt-home-system-layout .gt-home-product:nth-child(3),
  .gt-home-system-layout .gt-home-product:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media (max-width: 680px) {
  .gt-hero-slide-contrast .gt-hero-overlay {
    background: linear-gradient(180deg, rgba(18, 25, 22, .2) 0%, rgba(18, 25, 22, .72) 46%, rgba(18, 25, 22, .94) 100%);
  }
  .gt-capacity-finder,
  .gt-home-system-layout { grid-template-columns: 1fr; }
  .gt-home-system-layout .gt-home-product-base { grid-column: auto; }
  .gt-capacity-reserved { min-height: 150px; }
  .gt-care-layout > div:last-child { min-height: 380px; padding: 2rem; }
}

@media (max-width: 900px) {
  .gt-shop-campaign-stage,
  .gt-shop-campaign-copy {
    height: 520px;
    min-height: 520px;
  }

  .gt-shop-campaign-copy {
    width: 70%;
  }

  .gt-shop-campaign-tabs {
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(230px, 1fr));
    padding-bottom: .4rem;
  }
}

@media (max-width: 680px) {
  .gt-scene-card-grid article.gt-scene-card,
  .gt-truth-scene-grid article.gt-scene-card,
  .gt-about-scene-grid article.gt-scene-card {
    min-height: 430px;
  }

  .gt-future-categories-scenes a {
    min-height: 330px;
  }

  .gt-shop-campaign-stage {
    height: 650px;
    min-height: 650px;
    border-radius: 22px;
  }

  .gt-shop-campaign-slide > picture > img {
    object-position: 64% center;
  }

  .gt-shop-campaign-shade {
    background: linear-gradient(0deg, rgba(78, 35, 17, .92) 0%, rgba(111, 48, 20, .66) 52%, rgba(111, 48, 20, .06) 86%);
  }

  .gt-shop-campaign-copy {
    width: 100%;
    height: 650px;
    min-height: 650px;
    justify-content: flex-end;
    padding: 2rem 1.35rem 2.4rem;
  }

  .gt-shop-campaign-copy h2 {
    font-size: clamp(2.25rem, 11vw, 3.45rem);
  }

  .gt-shop-campaign-tabs {
    grid-template-columns: repeat(3, minmax(210px, 1fr));
  }

  .gt-footer-v2 .gt-footer-newsletter {
    width: calc(100% - 28px);
    padding: 1.6rem;
    border-radius: 22px;
  }

  .gt-footer-v2 .gt-newsletter-control input {
    border-color: rgba(255, 255, 255, .7);
    color: var(--gt-coffee);
    background: rgba(255, 255, 255, .96);
  }

  .gt-footer-v2 .gt-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem 1.2rem;
  }

  .gt-footer-v2 .gt-footer-grid .gt-footer-brand,
  .gt-footer-v2 .gt-footer-grid section:last-child {
    grid-column: 1 / -1;
  }

  .gt-footer-v2 .gt-footer-brand-lockup {
    max-width: 290px;
  }

  .gt-footer-v2 .gt-footer-markets {
    align-items: flex-start;
  }

  .gt-page-hero-about > img,
  .gt-page-hero-solutions > img,
  .gt-page-hero-support > img,
  .gt-page-hero-blog > img {
    object-position: 66% center;
  }

  .gt-footer-v2.gt-footer-home-compact .gt-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .gt-footer-v2.gt-footer-home-compact .gt-footer-links-panel {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem 1rem;
  }

  .gt-footer-v2.gt-footer-home-compact .gt-footer-links-panel section:last-of-type {
    grid-column: 1 / -1;
  }

  .gt-footer-v2.gt-footer-home-compact .gt-footer-socials-inline {
    grid-column: 1 / -1;
  }
}

/* GREATIC 0.7 contact, app and capacity merchandising */
.gt-footer-address {
  display: grid;
  margin: 1rem 0 .5rem;
  font-style: normal;
  line-height: 1.55;
}

.gt-footer-address strong {
  color: #fff;
}

.gt-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-block: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .82rem;
}

.gt-footer-socials a {
  color: var(--gt-gold);
  text-decoration: none;
}

.gt-footer-socials span {
  opacity: .46;
}

.gt-contact-actions,
.gt-app-help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}

.gt-address-card a {
  color: var(--gt-gold);
}

.gt-whatsapp-float {
  border: 0;
  cursor: pointer;
}

.gt-whatsapp-panel {
  position: fixed;
  z-index: 61;
  right: 20px;
  bottom: 86px;
  width: min(390px, calc(100vw - 32px));
  overflow: hidden;
  padding: 0 1.15rem 1.15rem;
  border: 1px solid rgba(20, 35, 26, .18);
  border-radius: 20px;
  color: var(--gt-ink);
  background: #fff;
  box-shadow: 0 24px 80px rgba(8, 18, 12, .28);
}

.gt-whatsapp-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 -1.15rem 1rem;
  padding: 1.15rem;
  color: #fff;
  background: #176b3b;
}

.gt-whatsapp-panel-head div {
  display: grid;
}

.gt-whatsapp-panel-head small {
  color: rgba(255, 255, 255, .76);
}

.gt-whatsapp-panel-head button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-size: 1.35rem;
}

.gt-whatsapp-panel > p {
  color: var(--gt-muted);
}

.gt-whatsapp-topics {
  display: grid;
  gap: .5rem;
  margin-bottom: 1rem;
}

.gt-whatsapp-topics a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem .9rem;
  border: 1px solid var(--gt-border);
  border-radius: 12px;
  text-decoration: none;
  font-weight: 750;
}

.gt-whatsapp-topics a:hover {
  border-color: #176b3b;
  background: #f0f8f3;
}

.gt-home-app,
.gt-pdp-app {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  gap: clamp(2.5rem, 8vw, 8rem);
  align-items: center;
}

.gt-home-app h2,
.gt-pdp-app h2 {
  max-width: 760px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.gt-home-app-display,
.gt-pdp-app-preview {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  overflow: hidden;
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 52% 35%, rgba(242, 106, 44, .52), transparent 30%),
    linear-gradient(150deg, #545b55, #1d211e 70%);
  box-shadow: var(--gt-shadow);
}

.gt-home-app-display::before,
.gt-pdp-app-preview::before {
  position: absolute;
  inset: 11% 20%;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  content: "";
}

.gt-home-app-display span,
.gt-home-app-display small,
.gt-pdp-app-preview span,
.gt-pdp-app-preview div {
  position: relative;
  z-index: 1;
}

.gt-home-app-display strong,
.gt-pdp-app-preview strong {
  position: relative;
  z-index: 1;
  font-size: clamp(4rem, 9vw, 7.5rem);
  line-height: .8;
  letter-spacing: -.07em;
}

.gt-pdp-app-preview div {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.gt-pdp-app-preview small {
  padding: .35rem .55rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, .12);
}

.gt-size-color-grid,
.gt-app-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gt-size-color-grid article,
.gt-app-feature-grid article {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  background: #fff;
}

.gt-size-color-grid article > span,
.gt-app-feature-grid article > span {
  color: var(--gt-gold-dark);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.gt-size-color-grid small {
  color: var(--gt-muted);
}

.gt-size-scene-grid {
  gap: clamp(14px, 2vw, 24px);
}

.gt-size-scene-grid .gt-size-scene-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: clamp(360px, 35vw, 470px);
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 0;
  background-image:
    linear-gradient(180deg, rgba(41, 27, 18, .06) 20%, rgba(42, 24, 14, .84) 100%),
    var(--gt-size-scene);
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 54px rgba(92, 49, 24, .16);
  color: #fff;
}

.gt-size-scene-grid .gt-size-scene-card > span {
  color: #ffd08c;
}

.gt-size-scene-grid .gt-size-scene-card h3,
.gt-size-scene-grid .gt-size-scene-card p,
.gt-size-scene-grid .gt-size-scene-card small {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 2px 18px rgba(29, 17, 10, .45);
}

.gt-size-scene-grid .gt-size-scene-card-16oz {
  background-color: #f6dfcf;
  background-position: center 42%;
}

.gt-shop-capacity-nav {
  display: flex;
  gap: .55rem;
  overflow-x: auto;
  margin: 0 0 2rem;
  padding-bottom: .5rem;
}

.gt-shop-capacity-nav a {
  flex: 0 0 auto;
  padding: .65rem 1rem;
  border: 1px solid var(--gt-border);
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
  font-weight: 800;
}

.gt-shop-capacity-nav a:hover {
  border-color: var(--gt-gold-dark);
  background: var(--gt-gold);
}

.gt-loop-coming-soon {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  padding: .48rem .75rem;
  border-radius: 999px;
  color: var(--gt-forest);
  background: rgba(255, 247, 229, .94);
  box-shadow: 0 8px 26px rgba(32, 54, 41, .12);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.gt-app-hero {
  overflow: hidden;
  color: #fff;
  background: linear-gradient(125deg, #202421 0%, #3b423c 58%, #171a18 100%);
}

.gt-app-hero-grid {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding-block: 80px;
}

.gt-app-hero-copy h1 {
  max-width: 830px;
  margin: .4rem 0 1.25rem;
  color: #fff;
  font-size: clamp(3rem, 6.8vw, 7rem);
  line-height: .9;
  letter-spacing: -.055em;
}

.gt-app-hero-copy > p:not(.gt-kicker) {
  max-width: 670px;
  color: rgba(255, 255, 255, .76);
  font-size: 1.15rem;
}

.gt-app-device {
  position: relative;
  display: flex;
  min-height: 540px;
  align-items: center;
  justify-content: center;
}

.gt-app-device > img {
  position: relative;
  z-index: 2;
  width: min(240px, 50%);
  border-radius: 24px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .4);
}

.gt-app-temperature {
  position: absolute;
  right: 0;
  bottom: 13%;
  z-index: 3;
  display: grid;
  min-width: 230px;
  padding: 1.3rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  background: rgba(18, 21, 18, .82);
  backdrop-filter: blur(16px);
}

.gt-app-temperature strong {
  color: var(--gt-gold);
  font-size: 3rem;
}

.gt-app-download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gt-app-download-card {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--gt-border);
  border-radius: 24px;
  background: var(--gt-cream);
}

.gt-app-download-card-dark {
  color: #fff;
  background: var(--gt-ink);
}

.gt-app-store-heading {
  display: flex;
  min-height: 130px;
  align-items: center;
  gap: 1rem;
}

.gt-app-store-heading > img {
  width: 72px;
  height: 72px;
  border-radius: 18px;
}

.gt-app-store-heading h3 {
  margin: .2rem 0 0;
  color: inherit;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.gt-app-qr-link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
  margin-top: 1.5rem;
  text-decoration: none;
  font-weight: 850;
}

.gt-app-qr-link img {
  width: min(190px, 100%);
  padding: .6rem;
  background: #fff;
}

.gt-app-verification-note {
  max-width: 880px;
  margin: 1rem 0 0;
  color: var(--gt-muted);
  font-size: .84rem;
}

.gt-app-download-card-apk {
  display: flex;
  flex-direction: column;
  background: #f7f8f3;
}

.gt-app-apk-mark {
  display: grid;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  place-content: center;
  border-radius: 18px;
  color: var(--gt-ink);
  background: var(--gt-gold);
  text-align: center;
  line-height: 1;
}

.gt-app-apk-mark strong {
  font-size: 1.35rem;
  letter-spacing: -.04em;
}

.gt-app-apk-mark span {
  margin-top: .28rem;
  font-size: .55rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.gt-app-download-card-apk > p {
  margin: 1.5rem 0;
  color: var(--gt-muted);
}

.gt-app-apk-action {
  display: flex;
  align-items: flex-start;
  margin-top: auto;
}

.gt-app-apk-pending {
  width: 100%;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--gt-gold);
  color: var(--gt-muted);
  background: #fff;
  font-size: .92rem;
}

.gt-app-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gt-app-pairing {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
}

.gt-app-pairing-visual {
  padding: clamp(1rem, 3vw, 2rem);
  border-radius: 24px;
  background: #f2f3ee;
}

.gt-app-pairing h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.gt-app-steps {
  display: grid;
  gap: .8rem;
  padding-left: 1.25rem;
}

.gt-app-steps li {
  padding-left: .35rem;
}

.gt-app-controls {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2rem, 8vw, 8rem);
}

.gt-app-controls article:last-child {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--gt-radius);
}

@media (max-width: 900px) {
  .gt-home-app,
  .gt-pdp-app,
  .gt-app-hero-grid,
  .gt-app-pairing,
  .gt-app-controls {
    grid-template-columns: 1fr;
  }

  .gt-app-feature-grid,
  .gt-size-color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gt-app-download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gt-app-download-card-apk {
    grid-column: 1 / -1;
  }

  .gt-app-device {
    min-height: 450px;
  }
}

@media (max-width: 680px) {
  .gt-app-hero-grid {
    min-height: 0;
    padding-block: 64px 48px;
  }

  .gt-app-device {
    min-height: 380px;
  }

  .gt-app-download-grid,
  .gt-app-feature-grid,
  .gt-size-color-grid {
    grid-template-columns: 1fr;
  }

  .gt-app-download-card-apk {
    grid-column: auto;
  }

  .gt-app-apk-action {
    justify-content: flex-start;
  }

  .gt-app-qr-link {
    grid-template-columns: 140px 1fr;
    align-items: center;
  }

  .gt-home-app-display,
  .gt-pdp-app-preview {
    min-height: 340px;
  }

  .gt-whatsapp-panel {
    right: 16px;
    bottom: 82px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--gt-ink);
  background: #fbfaf8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gt-gold);
  outline-offset: 3px;
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--gt-gold);
  color: var(--gt-ink);
}

.gt-shell {
  width: var(--gt-shell);
  margin-inline: auto;
}

.gt-announcement {
  min-height: 36px;
  color: #f9f3e8;
  background: var(--gt-ink);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.gt-announcement .gt-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
}

.gt-announcement a {
  color: var(--gt-gold);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(20, 18, 15, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.gt-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 78px;
  gap: 28px;
}

.gt-brand {
  display: inline-flex;
  align-items: center;
  width: 142px;
  overflow: hidden;
}

.gt-brand img,
.gt-footer-logo {
  width: 142px;
  height: auto;
  aspect-ratio: 600 / 260;
  object-fit: contain;
}

.gt-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.1vw, 34px);
}

.gt-desktop-nav a,
.gt-header-actions a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.gt-desktop-nav a {
  position: relative;
}

.gt-desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gt-gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.gt-desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.gt-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.gt-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.gt-cart-link span {
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  border-radius: 99px;
  color: var(--gt-ink);
  background: var(--gt-gold);
  font-size: 11px;
}

.gt-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  border: 0;
  background: transparent;
}

.gt-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--gt-ink);
}

.gt-mobile-nav {
  position: fixed;
  z-index: 99;
  inset: 115px 0 auto;
  width: 100%;
  height: calc(100dvh - 115px);
  overflow-y: auto;
  padding: 26px 20px 40px;
  background: #fff;
}

.gt-mobile-nav[hidden] {
  display: none;
}

.gt-mobile-nav > a {
  display: block;
  padding: 15px 4px;
  border-bottom: 1px solid var(--gt-border);
  text-decoration: none;
  font-size: 21px;
  font-weight: 800;
}

.gt-region-switcher {
  position: relative;
}

.gt-region-switcher > button {
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  color: var(--gt-ink);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.gt-region-menu {
  position: absolute;
  z-index: 120;
  top: calc(100% + 10px);
  right: 0;
  width: 240px;
  padding: 8px;
  border: 1px solid var(--gt-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--gt-shadow);
}

.gt-region-menu[hidden] {
  display: none;
}

.gt-region-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
}

.gt-region-menu a:hover,
.gt-region-menu a[aria-current="true"] {
  background: var(--gt-cream);
}

.gt-region-switcher.is-mobile {
  margin-top: 24px;
}

.gt-region-switcher.is-mobile > button {
  width: 100%;
}

.gt-region-switcher.is-mobile .gt-region-menu {
  position: static;
  width: 100%;
  margin-top: 8px;
  box-shadow: none;
}

.gt-hero {
  position: relative;
  display: grid;
  min-height: clamp(620px, 78vh, 820px);
  isolation: isolate;
  overflow: hidden;
  background: #17120e;
}

.gt-hero-picture,
.gt-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gt-hero-picture {
  z-index: -2;
}

.gt-hero-picture .gt-hero-media {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
}

.gt-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.57) 44%, rgba(5, 5, 5, 0.12) 73%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 50%);
}

.gt-hero-content {
  align-self: center;
  padding-block: 90px 120px;
  color: #fff;
}

.gt-hero-content > * {
  max-width: 660px;
}

.gt-kicker {
  margin: 0 0 12px;
  color: var(--gt-gold-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gt-hero .gt-kicker {
  color: var(--gt-gold);
}

.gt-hero h1 {
  margin: 0;
  font-size: clamp(48px, 7vw, 94px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.gt-hero-content > p:not(.gt-kicker) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 24px);
}

.gt-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.gt-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.gt-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  transform: translateY(-2px);
}

.gt-button-primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #15100a;
  background: var(--gt-gold);
}

.gt-button-primary:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
  color: #15100a;
  background: #ffc832;
}

.gt-button-dark {
  color: #fff;
  background: var(--gt-ink);
}

.gt-button-ghost {
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

.gt-proof-bar {
  border-block: 1px solid rgba(50, 37, 24, 0.12);
  background: var(--gt-cream);
}

.gt-proof-bar .gt-shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.gt-proof-bar span {
  padding: 18px 14px;
  text-align: center;
  font-size: 13px;
  font-weight: 850;
}

.gt-proof-bar span + span {
  border-left: 1px solid rgba(50, 37, 24, 0.12);
}

.gt-proof-dark {
  color: #fff;
  background: var(--gt-ink);
}

.gt-section {
  padding-block: clamp(52px, 5.5vw, 84px);
}

.gt-section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.gt-section-heading h2,
.gt-split-copy h2,
.gt-gift-copy h2,
.gt-affiliate-cta h2,
.gt-story-grid h2,
.gt-media-story h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.gt-heading-row {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.gt-text-link {
  color: #8f5e00;
  font-weight: 850;
  text-decoration: none;
}

.gt-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.gt-benefit-grid article {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  border: 0;
  border-radius: var(--gt-radius);
  color: #fff;
  background: var(--gt-coal);
  box-shadow: var(--gt-shadow);
}

.gt-benefit-grid article::before,
.gt-benefit-grid article::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
}

.gt-benefit-grid article::before {
  background-image: var(--gt-card-image);
  background-position: var(--gt-card-position, center);
  background-size: var(--gt-card-size, cover);
  transition: transform 500ms ease;
}

.gt-benefit-grid article::after {
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(5, 5, 5, .94) 0%, rgba(5, 5, 5, .72) 42%, rgba(5, 5, 5, .08) 78%),
    linear-gradient(90deg, rgba(0, 0, 0, .28), transparent);
}

.gt-benefit-grid article:hover::before {
  transform: scale(1.025);
}

.gt-benefit-tools {
  --gt-card-position: left bottom;
  --gt-card-size: 200% 200%;
}

.gt-benefit-reach {
  --gt-card-position: center;
}

.gt-number {
  color: var(--gt-gold);
  font-size: 13px;
  font-weight: 900;
}

.gt-benefit-grid h3 {
  margin: 12px 0 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
}

.gt-benefit-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
}

.gt-split-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 700px;
  background: var(--gt-coal);
}

.gt-split-media {
  min-height: 560px;
}

.gt-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gt-split-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(54px, 7vw, 110px);
  color: #fff;
}

.gt-split-copy .gt-kicker {
  color: var(--gt-gold);
}

.gt-split-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.gt-check-list {
  display: grid;
  gap: 13px;
  width: 100%;
  padding: 0;
  margin: 28px 0;
  list-style: none;
}

.gt-check-list li {
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(var(--gt-gold), var(--gt-gold)) 0 19px / 12px 2px no-repeat;
}

.gt-split-copy .gt-text-link {
  color: var(--gt-gold);
}

.gt-product-family {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gt-product-card {
  overflow: hidden;
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  background: #fff;
}

.gt-product-card > img,
.gt-placeholder-art {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
  background: #eee9e1;
}

.gt-product-card > div:last-child {
  padding: 24px;
}

.gt-card-status {
  margin: 0 0 7px;
  color: #9b6a00;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gt-product-card h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.1;
}

.gt-product-card p:not(.gt-card-status) {
  color: var(--gt-muted);
}

.gt-placeholder-art {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 35%, rgba(244, 185, 40, 0.28), transparent 25%),
    linear-gradient(135deg, #26221f, #0e0d0c);
}

.gt-placeholder-art::before,
.gt-placeholder-art::after {
  position: absolute;
  width: 12px;
  height: 65%;
  border-radius: 10px;
  content: "";
  background: linear-gradient(180deg, #ddd, #5c5c5c 66%, #b92716 67%);
  transform: rotate(15deg) translateX(-13px);
}

.gt-placeholder-art::after {
  transform: rotate(-15deg) translateX(13px);
}

.gt-placeholder-pro::before,
.gt-placeholder-pro::after {
  box-shadow: 0 0 28px rgba(244, 185, 40, 0.34);
}

.gt-muted {
  color: #8a8178;
  font-size: 13px;
  font-weight: 700;
}

.gt-gift-banner {
  position: relative;
  display: grid;
  min-height: 660px;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.gt-gift-banner::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.15));
}

.gt-gift-banner > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gt-gift-copy {
  width: var(--gt-shell);
  color: #fff;
}

.gt-gift-copy > * {
  max-width: 620px;
}

.gt-gift-copy .gt-kicker {
  color: var(--gt-gold);
}

.gt-affiliate-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
  margin-block: clamp(50px, 8vw, 100px);
  padding: clamp(35px, 6vw, 72px);
  border-radius: var(--gt-radius);
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(244, 185, 40, 0.25), transparent 28%),
    var(--gt-coal);
}

.gt-affiliate-cta .gt-kicker {
  color: var(--gt-gold);
}

.gt-affiliate-cta p:not(.gt-kicker) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: #0c0c0c;
}

.gt-footer-newsletter {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  padding-block: clamp(2.25rem, 5vw, 4rem);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.gt-footer-newsletter .gt-kicker {
  margin-bottom: .6rem;
  color: var(--gt-gold);
}

.gt-footer-newsletter h2 {
  max-width: 630px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 2.8vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: -.025em;
}

.gt-newsletter-form {
  display: grid;
  gap: .7rem;
}

.gt-newsletter-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
}

.gt-newsletter-control input {
  min-width: 0;
  padding: 0 1.25rem;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: inherit;
}

.gt-newsletter-control input::placeholder {
  color: rgba(255, 255, 255, .55);
}

.gt-newsletter-control:focus-within {
  border-color: var(--gt-gold);
  box-shadow: 0 0 0 3px rgba(167, 207, 45, .18);
}

.gt-newsletter-control button {
  min-width: 130px;
  margin: 4px;
  padding: 0 1.4rem;
  border: 0;
  border-radius: 999px;
  color: var(--gt-ink);
  background: var(--gt-gold);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.gt-newsletter-consent {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
  line-height: 1.45;
}

.gt-newsletter-consent input {
  margin-top: .18rem;
  accent-color: var(--gt-gold);
}

.gt-newsletter-consent a,
.gt-newsletter-status {
  color: rgba(255, 255, 255, .7);
}

.gt-newsletter-status {
  min-height: 1.2em;
  margin: 0;
  font-size: .78rem;
}

.gt-newsletter-success {
  color: var(--gt-gold);
}

.gt-newsletter-error {
  color: #ffb4a8;
}

.gt-newsletter-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.gt-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 50px;
  padding-block: 48px;
}

.gt-footer-grid section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gt-footer-grid h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 14px;
}

.gt-footer-grid a {
  padding: 5px 0;
  text-decoration: none;
  font-size: 14px;
}

.gt-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  margin-top: .35rem;
}

.gt-footer-contact a {
  padding-block: 2px;
}

.gt-footer-logo {
  filter: none;
}

.gt-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gt-socials a {
  color: var(--gt-gold);
}

.gt-footer-bottom {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
}

.gt-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.gt-content-page,
.gt-empty-state {
  min-height: 50vh;
  padding-block: 80px 120px;
}

.gt-content-page > article > h1,
.gt-empty-state h1 {
  max-width: 900px;
  margin: 0 0 36px;
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.gt-prose {
  max-width: 760px;
}

.gt-prose h2 {
  margin-top: 50px;
  font-size: 32px;
}

.gt-affiliate-panel {
  padding: clamp(25px, 5vw, 50px);
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  background: #fff;
}

.gt-affiliate-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.gt-affiliate-form label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
}

.gt-affiliate-form input,
.gt-affiliate-form textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #b9b1a6;
  border-radius: 7px;
  background: #fff;
}

.gt-product-page {
  background: #fbfaf8;
}

.gt-pdp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap: clamp(40px, 6vw, 90px);
  padding-block: clamp(50px, 8vw, 100px);
}

.gt-pdp-media > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--gt-radius);
  object-fit: cover;
  background: #fff;
}

.gt-thumb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.gt-thumb-row button {
  flex: 0 0 90px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 9px;
  background: none;
}

.gt-thumb-row button.is-active {
  border-color: var(--gt-gold-dark);
}

.gt-thumb-row img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gt-pdp-summary {
  align-self: start;
  padding-top: 18px;
}

.gt-pdp-summary h1 {
  margin: 0;
  font-size: clamp(43px, 5.4vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.gt-pdp-subtitle {
  color: var(--gt-muted);
  font-size: 19px;
}

.gt-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  font-size: 12px;
}

.gt-review-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gt-gold-dark);
}

.gt-price {
  margin: 20px 0 4px;
  font-size: 30px;
  font-weight: 850;
}

.gt-shipping-note {
  margin-top: 0;
  color: #61584f;
  font-size: 13px;
}

.gt-pdp-bullets {
  display: grid;
  gap: 10px;
  padding: 20px 0;
  margin: 0;
  border-block: 1px solid var(--gt-border);
  list-style: none;
}

.gt-pdp-bullets li {
  padding-left: 25px;
  background: radial-gradient(circle, var(--gt-gold-dark) 0 3px, transparent 4px) 2px 10px / 10px 10px no-repeat;
}

.gt-table-wrap {
  overflow-x: auto;
}

.gt-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .95rem;
}

.gt-spec-table th,
.gt-spec-table td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--gt-border);
  text-align: left;
  vertical-align: top;
}

.gt-spec-table th {
  width: 46%;
  color: var(--gt-muted);
  font-weight: 600;
}

.gt-buy-box {
  margin-top: 24px;
}

.gt-buy-box form.cart {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  margin: 0;
}

.gt-buy-box .quantity .qty {
  width: 100%;
  height: 54px;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
}

.gt-buy-box .single_add_to_cart_button {
  min-height: 54px;
}

.gt-amazon-button {
  width: 100%;
  margin-top: 10px;
  border: 1px solid var(--gt-ink);
  color: var(--gt-ink);
  background: transparent;
}

.gt-amazon-button:hover,
.gt-amazon-button:focus-visible {
  border-color: var(--gt-gold);
  color: var(--gt-ink);
  background: var(--gt-cream);
}

.gt-amazon-pending {
  display: grid;
  margin-top: 10px;
  padding: 12px;
  border: 1px dashed #c5a02a;
  border-radius: 8px;
  text-align: center;
  background: #fff9d9;
}

.gt-amazon-pending small {
  color: #6c6042;
}

.gt-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
  color: var(--gt-muted);
  font-size: 11px;
  text-align: center;
}

.gt-trust-row span {
  padding-top: 10px;
  border-top: 1px solid var(--gt-border);
}

.gt-story-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
}

.gt-story-grid img {
  display: block;
  width: 100%;
  border-radius: var(--gt-radius);
  box-shadow: var(--gt-shadow);
}

.gt-media-story {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.55fr);
  align-items: center;
  gap: clamp(32px, 6vw, 90px);
}

.gt-media-story .gt-video-stage {
  grid-column: 2;
  grid-row: 1;
}

.gt-media-story > *,
.gt-video-library,
.gt-video-stage,
.gt-video-playlist {
  min-width: 0;
  max-width: 100%;
}

.gt-media-story-copy > p:not(.gt-kicker) {
  color: var(--gt-muted);
}

.gt-media-story h2 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.gt-video-frame {
  overflow: hidden;
  border-radius: var(--gt-radius);
  background: var(--gt-coal);
  box-shadow: var(--gt-shadow);
}

.gt-video-frame video {
  display: block;
  width: 100%;
  max-height: 720px;
  aspect-ratio: 9 / 16;
  margin-inline: auto;
  object-fit: cover;
}

.gt-product-proof .gt-section-heading {
  margin-bottom: 32px;
}

.gt-proof-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gt-proof-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  background: #fff;
}

.gt-proof-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.gt-proof-card figcaption {
  padding: 15px 18px;
  font-weight: 800;
}

.gt-accordion {
  border-top: 1px solid var(--gt-border);
}

.gt-accordion details {
  border-bottom: 1px solid var(--gt-border);
}

.gt-accordion summary {
  padding: 22px 0;
  font-size: 18px;
  font-weight: 850;
  cursor: pointer;
}

.gt-accordion details p {
  max-width: 780px;
  margin: -5px 0 24px;
  color: var(--gt-muted);
}

.woocommerce .site-main {
  padding-block: 60px 100px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  position: relative;
  float: none;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 18px;
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(28, 54, 40, .07);
}

.woocommerce ul.products li.product .button {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 681px) {
  .woocommerce ul.products li.product:nth-child(-n + 3) {
    grid-row: 1;
    min-height: 610px;
  }

  .woocommerce ul.products li.product:nth-child(n + 4) {
    grid-row: 2;
    min-height: 610px;
  }
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  min-width: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.25em;
}

.woocommerce ul.products li.product .price {
  display: block;
  min-height: 1.6em;
}

html[lang="en-US"] .woocommerce ul.products li.product .gt-loop-use-summary {
  margin: 10px 0 0;
  color: var(--gt-muted);
  font-size: 15px;
  line-height: 1.55;
}

@media (min-width: 681px) {
  html[lang="en-US"] .woocommerce ul.products li.product .gt-loop-use-summary {
    min-height: 6.2em;
  }
}

.woocommerce ul.products li.product a img {
  width: 100%;
  margin: 0 0 18px;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: clamp(.55rem, 1.5vw, 1rem);
  background:
    radial-gradient(circle at 72% 24%, rgba(242, 106, 44, .12), transparent 31%),
    linear-gradient(145deg, rgba(249, 246, 239, .98), rgba(232, 241, 232, .96));
}

.woocommerce ul.products li.product.product-sku-gt-base-001 a img {
  object-fit: contain;
  padding: clamp(1.2rem, 2.8vw, 2.1rem);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  overflow-wrap: anywhere;
  font-size: 23px;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  margin-top: 14px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--gt-gold-dark);
  background: var(--gt-cream);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--gt-gold-dark);
}

.woocommerce-account .gt-prose,
.woocommerce-checkout .gt-prose {
  max-width: none;
}

.gt-account-intro,
.gt-social-login,
.gt-checkout-account-note,
.gt-order-account-invite {
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  background: #fff;
}

.gt-account-intro {
  margin-bottom: 18px;
  padding: clamp(24px, 4vw, 44px);
  background:
    linear-gradient(115deg, rgba(244, 185, 40, 0.17), transparent 58%),
    var(--gt-cream);
}

.gt-account-intro h2,
.gt-social-login h2,
.gt-order-account-invite h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.gt-account-intro > p:last-of-type,
.gt-social-login p:not(.gt-kicker),
.gt-checkout-account-note span,
.gt-order-account-invite > p {
  color: var(--gt-muted);
}

.gt-account-intro ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.gt-account-intro li {
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.gt-social-login {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(20px, 4vw, 52px);
  align-items: center;
  margin-bottom: 34px;
  padding: clamp(24px, 4vw, 38px);
}

.gt-social-login-actions {
  display: grid;
  gap: 10px;
}

.gt-social-provider {
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  color: var(--gt-ink);
  background: #fff;
  font: inherit;
  font-weight: 800;
}

.gt-social-provider-facebook {
  color: #fff;
  background: #243b66;
}

.gt-social-provider[disabled] {
  cursor: not-allowed;
  opacity: 0.58;
}

.gt-social-login-actions small {
  color: var(--gt-muted);
  line-height: 1.5;
}

.gt-social-login .nsl-container,
.gt-social-login .nsl-container-buttons,
.gt-social-login .nsl-container-buttons a {
  width: 100%;
  max-width: none;
}

.gt-checkout-account-note {
  display: grid;
  gap: 5px;
  margin: 0 0 18px;
  padding: 18px 20px;
  border-left: 4px solid var(--gt-gold);
}

.gt-order-account-invite {
  margin: 32px 0;
  padding: clamp(24px, 4vw, 40px);
  background: var(--gt-cream);
}

.woocommerce-account #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.woocommerce-account #customer_login::before,
.woocommerce-account #customer_login::after {
  display: none;
}

.woocommerce-account #customer_login > div {
  width: auto;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  background: #fff;
}

.woocommerce-account #customer_login form {
  min-height: 325px;
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce-account #customer_login .woocommerce-button {
  min-width: 150px;
}

.woocommerce-checkout form.checkout {
  margin-top: 28px;
}

.woocommerce-checkout .gt-whatsapp-float,
.woocommerce-account .gt-whatsapp-float {
  display: none;
}

@media (max-width: 1024px) {
  .gt-featured-journal {
    grid-template-columns: 1fr;
  }

  .gt-featured-journal-copy {
    max-width: 760px;
  }

  .gt-journal-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .gt-article-layout {
    grid-template-columns: minmax(0,1fr) 290px;
    gap: 44px;
  }

  .gt-media-story {
    grid-template-columns: 1fr;
  }

  .gt-media-story .gt-video-stage {
    grid-column: 1;
    grid-row: auto;
  }

  .gt-video-frame {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .gt-proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :root {
    --gt-shell: min(100% - 32px, 920px);
  }

  .gt-desktop-nav {
    display: none;
  }

  .gt-menu-toggle {
    display: block;
  }

  .gt-header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .gt-brand {
    justify-self: center;
  }

  .gt-header-actions .gt-region-switcher {
    display: none;
  }

  .gt-benefit-grid,
  .gt-product-family {
    grid-template-columns: 1fr 1fr;
  }

  .gt-benefit-grid article:last-child,
  .gt-product-card:last-child {
    grid-column: 1 / -1;
  }

  .gt-split-section {
    grid-template-columns: 1fr;
  }

  .gt-split-media {
    min-height: 560px;
  }

  .gt-affiliate-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .gt-pdp-hero {
    grid-template-columns: 1fr;
  }

  .gt-pdp-summary {
    max-width: 720px;
  }

  .gt-footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .gt-footer-grid section:last-child {
    grid-column: 2 / -1;
  }
}

/* GREATIC smart-living storefront layer */
body {
  background: #fbfcf8;
}

.gt-announcement .gt-shell {
  justify-content: center;
  gap: clamp(18px, 4vw, 60px);
  text-align: center;
}

.gt-brand {
  width: 168px;
}

.gt-brand img,
.gt-footer-logo {
  width: 168px;
  aspect-ratio: 370 / 118;
}

.gt-hero-slide .gt-hero-overlay {
  background:
    linear-gradient(90deg, rgba(23, 29, 24, .86) 0%, rgba(23, 29, 24, .54) 46%, rgba(23, 29, 24, .06) 78%),
    linear-gradient(0deg, rgba(23, 29, 24, .38), transparent 58%);
}

.gt-hero-slide .gt-hero-content h1,
.gt-hero-slide .gt-hero-content h2 {
  max-width: 830px;
  font-size: clamp(2.8rem, 5vw, 5.3rem);
}

.gt-hero-slide:nth-child(2) > img {
  object-position: center 38%;
}

.gt-hero-slide:nth-child(3) > img {
  object-position: center 42%;
}

.gt-assurance-bar {
  border-bottom: 1px solid var(--gt-border);
  background: #fff;
}

.gt-assurance-bar .gt-shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.gt-assurance-bar article {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 20px clamp(12px, 2vw, 28px);
  border-right: 1px solid var(--gt-border);
}

.gt-assurance-bar article:first-child {
  border-left: 1px solid var(--gt-border);
}

.gt-assurance-bar strong {
  font-size: 14px;
}

.gt-assurance-bar span {
  color: var(--gt-muted);
  font-size: 12px;
}

.gt-section-heading {
  max-width: 760px;
}

.gt-section-heading > p:last-child {
  color: var(--gt-muted);
  font-size: 1.05rem;
}

.gt-capacity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

@media (min-width: 981px) {
  .g45-approved43-visual .gt-capacity-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.g45-approved43-visual .gt-capacity-finder .gt-capacity-card-wireless img {
  object-fit: contain;
  object-position: center top;
  background: #fff;
  transform: translateX(-20px) scale(1.18);
  transform-origin: center bottom;
}

.g45-approved43-visual .gt-capacity-finder .gt-capacity-card-wireless:hover img {
  transform: translateX(-20px) scale(1.18);
}

/* G45-11 owner rework: keep the English capacity and App modules compact. */
.g45-approved43-visual .gt-home-capacity-section {
  padding-bottom: 32px;
}

.g45-approved43-visual .gt-home-app {
  padding-top: 32px;
}

.g45-approved43-visual .gt-capacity-finder {
  grid-template-rows: none;
}

@media (min-width: 981px) {
  .g45-approved43-visual .gt-capacity-finder {
    grid-template-rows: none;
  }

  .g45-approved43-visual .gt-capacity-finder .gt-capacity-card-wireless img {
    object-position: center bottom;
  }
}

@media (max-width: 680px) {
  .g45-approved43-visual .gt-capacity-finder .gt-capacity-card-wireless img,
  .g45-approved43-visual .gt-capacity-finder .gt-capacity-card-wireless:hover img {
    object-position: center bottom;
    transform: translateX(-24px) scale(1.18);
  }

  .g45-approved43-visual .gt-home-capacity-section {
    padding-bottom: 20px;
  }

  .g45-approved43-visual .gt-home-app {
    padding-top: 20px;
  }
}

.gt-capacity-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--gt-radius);
  color: #fff;
  background: var(--gt-coal);
  text-decoration: none;
}

.gt-capacity-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(18, 24, 19, .84), transparent 62%);
}

.gt-capacity-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform .45s ease;
}

.gt-capacity-card:hover img {
  transform: scale(1.025);
}

.gt-capacity-card > div {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 3px;
}

.gt-capacity-card span {
  color: var(--gt-gold);
  font-size: 1.8rem;
  font-weight: 900;
}

.gt-capacity-card strong {
  font-size: 1.08rem;
}

.gt-capacity-card small {
  color: rgba(255, 255, 255, .75);
}

.gt-system-story {
  padding-block: clamp(54px, 6vw, 90px);
  color: #fff;
  background: var(--gt-coal);
}

.gt-system-story .gt-shell {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
}

.gt-system-story h2 {
  margin: .45rem 0 1rem;
  color: #fff;
  font-size: clamp(2.3rem, 4.6vw, 4.8rem);
  line-height: 1;
}

.gt-system-story p:not(.gt-kicker) {
  color: rgba(255, 255, 255, .74);
}

.gt-system-story img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--gt-radius);
  object-fit: cover;
}

.gt-home-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.gt-home-product {
  overflow: hidden;
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  background: #fff;
}

.gt-home-product > img,
.gt-coming-visual {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gt-home-product > div:last-child {
  padding: 22px;
}

.gt-home-product h3 {
  margin: .35rem 0 .55rem;
  font-size: clamp(1.45rem, 2.2vw, 2.05rem);
  line-height: 1.06;
}

.gt-coming-visual {
  display: grid;
  place-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 72% 22%, rgba(167, 207, 45, .3), transparent 32%),
    linear-gradient(145deg, #e9eee2, #f9faf6);
}

.gt-coming-visual span {
  color: var(--gt-gold-dark);
  font-size: clamp(3.5rem, 7vw, 6.6rem);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .9;
}

.gt-coming-visual strong {
  margin-top: .6rem;
  color: var(--gt-muted);
}

.gt-future-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}

.gt-future-layout h2 {
  margin: .4rem 0 1rem;
  font-size: clamp(2.4rem, 4.5vw, 4.6rem);
  line-height: 1;
}

.gt-future-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--gt-border);
}

.gt-future-categories a {
  display: grid;
  min-height: 150px;
  align-content: space-between;
  padding: 22px;
  border-right: 1px solid var(--gt-border);
  border-bottom: 1px solid var(--gt-border);
  text-decoration: none;
}

.gt-future-categories span {
  color: var(--gt-gold-dark);
  font-weight: 900;
}

.gt-future-categories strong {
  font-size: 1.2rem;
}

.gt-brand-story {
  position: relative;
  display: flex;
  min-height: 680px;
  margin-top: clamp(28px, 4vw, 56px);
  align-items: center;
  overflow: hidden;
}

.gt-brand-story > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gt-brand-story::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(27, 34, 28, .88), rgba(27, 34, 28, .08));
}

.gt-brand-story-copy {
  position: relative;
  z-index: 1;
  width: var(--gt-shell);
  margin-inline: auto;
  color: #fff;
}

.gt-brand-story-copy h2 {
  max-width: 720px;
  margin: .35rem 0 1rem;
  color: #fff;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .94;
}

.gt-brand-story-copy > p:not(.gt-kicker) {
  max-width: 590px;
  font-size: 1.1rem;
}

.gt-button-light {
  color: var(--gt-ink);
  background: #fff;
}

.gt-footer-markets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  padding-block: 24px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.gt-footer-markets a {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.gt-product-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  place-content: center;
  gap: 8px;
  color: var(--gt-muted);
  text-align: center;
  background:
    radial-gradient(circle at 72% 24%, rgba(167, 207, 45, .32), transparent 30%),
    var(--gt-cream);
}

.gt-product-placeholder span {
  color: var(--gt-gold-dark);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 900;
}

.gt-pdp-buy {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(400px, .9fr);
  gap: clamp(42px, 7vw, 100px);
  padding-block: clamp(48px, 5.5vw, 82px);
}

.gt-pdp-gallery {
  min-width: 0;
}

.gt-pdp-main-image > img,
.gt-pdp-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--gt-radius);
  object-fit: contain;
  background: #fff;
}

.gt-pdp-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  margin-top: 10px;
}

.gt-pdp-thumbs button {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.gt-pdp-thumbs button:hover,
.gt-pdp-thumbs button.is-active {
  border-color: var(--gt-gold-dark);
}

.gt-pdp-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.gt-pdp-summary h1 {
  margin: .35rem 0 1rem;
  font-size: clamp(2.8rem, 5vw, 5.1rem);
}

.gt-breadcrumb {
  display: flex;
  gap: 8px;
  color: var(--gt-muted);
  font-size: 13px;
}

.gt-pdp-price {
  margin: 18px 0;
  font-size: 1.9rem;
  font-weight: 900;
}

.gt-pdp-highlights {
  display: grid;
  gap: 10px;
  padding: 20px 0;
  border-block: 1px solid var(--gt-border);
  list-style: none;
}

.gt-pdp-highlights li {
  padding-left: 24px;
  background: radial-gradient(circle, var(--gt-gold-dark) 0 3px, transparent 4px) 2px 10px / 10px 10px no-repeat;
}

.gt-pdp-cart {
  margin-top: 24px;
}

.gt-pdp-cart form.cart,
.gt-pdp-cart form.variations_form {
  display: grid;
  gap: 14px;
}

.gt-pdp-cart table.variations {
  margin: 0;
}

.gt-pdp-cart table.variations th,
.gt-pdp-cart table.variations td {
  display: block;
  padding: 0 0 8px;
  text-align: left;
}

.gt-pdp-cart select,
.gt-pdp-cart .quantity .qty {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  background: #fff;
}

.gt-pdp-cart .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
}

.gt-pdp-cart .single_add_to_cart_button {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  color: #152008;
  background: var(--gt-gold);
  font-weight: 900;
}

.gt-pdp-assurances {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  color: var(--gt-muted);
  font-size: 13px;
}

.gt-pdp-story,
.gt-care-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
}

.gt-pdp-story > img,
.gt-care-layout > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--gt-radius);
  object-fit: cover;
}

.gt-spec-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(40px, 8vw, 120px);
}

.gt-spec-list {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.gt-spec-list div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.gt-spec-list dt {
  color: rgba(255, 255, 255, .65);
}

.gt-spec-list dd {
  margin: 0;
}

.gt-base-diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.gt-base-diagram span {
  display: grid;
  min-height: 170px;
  place-content: center;
  padding: 20px;
  border-radius: var(--gt-radius);
  text-align: center;
  background: #fff;
  box-shadow: var(--gt-shadow);
  font-weight: 900;
}

.gt-base-diagram strong {
  color: var(--gt-gold-dark);
  font-size: 2rem;
}

.gt-coming-notice {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--gt-border);
  border-left: 5px solid var(--gt-gold);
  border-radius: 10px;
  background: var(--gt-cream);
}

.gt-solution-grid,
.gt-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gt-solution-grid article,
.gt-compare-grid article {
  overflow: hidden;
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  background: #fff;
}

.gt-solution-grid img,
.gt-compare-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

html[lang="en-US"] .gt-compare-grid-en-unified article {
  display: flex;
  flex-direction: column;
}

html[lang="en-US"] .gt-compare-grid-en-unified article > a:first-child {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  margin: 0;
  background: var(--gt-cream);
}

html[lang="en-US"] .gt-compare-grid-en-unified article > a:first-child img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

html[lang="en-US"] .gt-compare-grid-en-unified article > .gt-compare-price-note { flex: 1; }
html[lang="en-US"] .gt-compare-grid-en-unified article > .gt-text-link { margin-top: auto; }

html[lang="en-US"] .gt-compare-grid-en-unified .gt-compare-use-note {
  margin-bottom: 0;
  color: var(--gt-muted);
  line-height: 1.55;
}

html[lang="en-US"] .gt2-compare-feature-g45-39 {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: clamp(2rem, 4vw, 4rem);
}

html[lang="en-US"] .gt2-compare-power-scenes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

html[lang="en-US"] .gt2-compare-power-scenes figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--gt-border);
  border-radius: 20px;
  background: #fff;
}

html[lang="en-US"] .gt2-compare-power-scenes img {
  display: block;
  width: 100%;
  aspect-ratio: 18 / 13;
  object-fit: cover;
}

html[lang="en-US"] .gt2-compare-power-scenes figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .75rem;
  padding: .8rem .9rem .9rem;
}

html[lang="en-US"] .gt2-compare-power-scenes figcaption strong {
  color: var(--gt-forest);
  font-size: 1rem;
}

html[lang="en-US"] .gt2-compare-power-scenes figcaption span {
  color: var(--gt-muted);
  font-size: .88rem;
  font-weight: 700;
  text-align: right;
}

@media (max-width: 900px) {
  html[lang="en-US"] .gt2-compare-feature-g45-39 { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  html[lang="en-US"] .gt2-compare-power-scenes { grid-template-columns: 1fr; }
  html[lang="en-US"] .gt2-compare-power-scenes,
  html[lang="en-US"] .gt2-compare-feature-g45-39 > div:last-child > .gt-kicker,
  html[lang="en-US"] .gt2-compare-feature-g45-39 > div:last-child > h2,
  html[lang="en-US"] .gt2-compare-feature-g45-39 > div:last-child > h2 + p,
  html[lang="en-US"] .gt2-compare-feature-g45-39 .gt2-compare-table-wrap { width: calc(100% - 72px); }
}

.gt-solution-grid article > div,
.gt-compare-grid article {
  padding-bottom: 22px;
}

.gt-solution-grid article > div,
.gt-compare-grid article > :not(img) {
  margin-right: 22px;
  margin-left: 22px;
}

.gt-solution-grid span,
.gt-compare-grid article > span {
  display: block;
  margin-top: 20px;
  color: var(--gt-gold-dark);
  font-weight: 900;
}

.gt-compare-table-wrap {
  overflow-x: auto;
}

.gt-compare-table {
  width: 100%;
  min-width: 720px;
  margin-bottom: 30px;
  border-collapse: collapse;
}

.gt-compare-table th,
.gt-compare-table td {
  padding: 16px;
  border-bottom: 1px solid var(--gt-border);
  text-align: left;
}

.gt-compare-table thead th {
  color: #fff;
  background: var(--gt-coal);
}

.gt-compare-grid .woocommerce-Price-amount {
  display: inline-block;
  white-space: nowrap;
}

.gt-pdp-summary h1 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.gt-compare-runtime-note {
  max-width: 900px;
  margin: -10px 0 30px;
  color: var(--gt-muted);
  font-size: .96rem;
  line-height: 1.65;
}

.gt-powered-rotation-scene {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  isolation: isolate;
}

.gt-powered-rotation-scene-media,
.gt-powered-rotation-scene-media img,
.gt-powered-rotation-scene-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gt-powered-rotation-scene-media img {
  object-fit: cover;
  object-position: center;
}

.gt-powered-rotation-scene-shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(248, 246, 236, .97) 0%, rgba(248, 246, 236, .9) 38%, rgba(248, 246, 236, .32) 57%, rgba(20, 25, 21, .04) 100%);
}

.gt-powered-rotation-scene-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 700px;
  align-items: center;
}

.gt-powered-rotation-scene-copy {
  width: min(51%, 710px);
}

.gt-powered-rotation-scene-copy h2 {
  max-width: 760px;
  margin: 14px 0 24px;
  font-size: clamp(2.8rem, 5.4vw, 5.6rem);
  line-height: .98;
}

.gt-powered-rotation-scene-copy > p:not(.gt-kicker) {
  max-width: 650px;
  color: #343b35;
}

.g45-approved43-visual .gt-powered-rotation-proof {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  min-height: 610px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  background: var(--gt-cream);
  box-shadow: var(--gt-shadow);
}

.g45-approved43-visual .gt-powered-rotation-proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 88px);
}

.g45-approved43-visual .gt-powered-rotation-proof-copy h2 {
  max-width: 12ch;
  margin: 14px 0 22px;
  font-size: clamp(2.7rem, 4.6vw, 5rem);
  line-height: 1;
}

.g45-approved43-visual .gt-powered-rotation-proof-copy > p:not(.gt-kicker) {
  max-width: 640px;
  color: var(--gt-muted);
  line-height: 1.68;
}

.g45-approved43-visual .gt-powered-rotation-proof-copy .gt-button {
  align-self: flex-start;
  margin-top: 10px;
}

.g45-approved43-visual .gt-powered-rotation-proof-media,
.g45-approved43-visual .gt-powered-rotation-proof-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.g45-approved43-visual .gt-powered-rotation-proof-media img {
  min-height: 610px;
  object-fit: cover;
  object-position: center;
}

.gt-powered-state-story {
  background: #edf4e9;
}

.gt-powered-state-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin-bottom: 34px;
}

.gt-powered-state-heading h2 {
  margin-bottom: 0;
}

.gt-powered-state-heading > :last-child {
  color: var(--gt-muted);
}

.gt-powered-state-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gt-powered-state-grid article {
  overflow: hidden;
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  background: #fff;
}

.gt-powered-state-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gt-powered-state-grid article > div {
  padding: 24px;
}

.gt-powered-state-grid span {
  color: var(--gt-gold-dark);
  font-weight: 900;
}

.gt-powered-state-grid h3 {
  margin: 10px 0 9px;
}

.gt-powered-state-grid p {
  margin: 0;
  color: var(--gt-muted);
}

.gt-text-muted {
  color: var(--gt-muted);
}

@media (max-width: 980px) {
  .gt-assurance-bar .gt-shell,
  .gt-home-products,
  .gt-capacity-grid,
  .gt-solution-grid,
  .gt-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gt-assurance-bar article:nth-child(odd) {
    border-left: 1px solid var(--gt-border);
  }

  .gt-pdp-buy,
  .gt-system-story .gt-shell,
  .gt-future-layout,
  .gt-pdp-story,
  .gt-care-layout,
  .gt-spec-layout,
  .gt-powered-state-heading {
    grid-template-columns: 1fr;
  }

  .gt-powered-state-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .g45-approved43-visual .gt-powered-rotation-proof {
    grid-template-columns: 1fr;
  }

  .g45-approved43-visual .gt-powered-rotation-proof-media {
    min-height: 520px;
  }

  .g45-approved43-visual .gt-powered-rotation-proof-media img {
    min-height: 520px;
  }

  .gt-pdp-summary {
    padding-top: 0;
  }
}

@media (max-width: 680px) {
  .gt-announcement .gt-shell {
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .gt-announcement .gt-shell span:nth-child(n+2) {
    display: none;
  }

  .gt-hero-carousel {
    min-height: 680px;
  }

  .gt-hero-slide > img {
    object-position: 58% center;
  }

  .gt-hero-slide .gt-hero-overlay {
    background: linear-gradient(0deg, rgba(23, 29, 24, .9) 0%, rgba(23, 29, 24, .52) 58%, rgba(23, 29, 24, .14));
  }

  .gt-hero-slide .gt-hero-content {
    padding-bottom: 5.5rem;
  }

  .gt-hero-slide .gt-hero-content h1,
  .gt-hero-slide .gt-hero-content h2 {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  .gt-assurance-bar .gt-shell,
  .gt-home-products,
  .gt-capacity-grid,
  .gt-solution-grid,
  .gt-compare-grid {
    grid-template-columns: 1fr;
  }

  .gt-powered-rotation-scene,
  .gt-powered-rotation-scene-inner {
    min-height: 980px;
  }

  .gt-powered-rotation-scene-media img {
    object-position: center;
  }

  .gt-powered-rotation-scene-shade {
    background: linear-gradient(180deg, rgba(248, 246, 236, .98) 0%, rgba(248, 246, 236, .9) 42%, rgba(248, 246, 236, .28) 58%, rgba(20, 25, 21, .02) 100%);
  }

  .gt-powered-rotation-scene-inner {
    align-items: flex-start;
    padding-top: 52px;
  }

  .gt-powered-rotation-scene-copy {
    width: 100%;
  }

  .gt-powered-rotation-scene-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  .gt-powered-rotation-scene-copy h2,
  .gt-section-heading h2 {
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .gt-powered-rotation-scene-copy > p:not(.gt-kicker) {
    font-size: .94rem;
    line-height: 1.55;
  }

  .g45-approved43-visual .gt-powered-rotation-proof {
    min-height: 0;
    border-radius: 14px;
  }

  .g45-approved43-visual .gt-powered-rotation-proof-copy {
    padding: 34px 24px 30px;
  }

  .g45-approved43-visual .gt-powered-rotation-proof-copy h2 {
    max-width: none;
    font-size: clamp(2.25rem, 11vw, 3.45rem);
    overflow-wrap: anywhere;
  }

  .g45-approved43-visual .gt-powered-rotation-proof-copy > p:not(.gt-kicker) {
    font-size: .95rem;
    line-height: 1.6;
  }

  .g45-approved43-visual .gt-powered-rotation-proof-media,
  .g45-approved43-visual .gt-powered-rotation-proof-media img {
    min-height: 0;
  }

  .g45-approved43-visual .gt-powered-rotation-proof-media img {
    aspect-ratio: 4 / 5;
    object-position: center;
  }

  .gt-powered-state-grid {
    grid-template-columns: 1fr;
  }

  .gt-assurance-bar article {
    border-right: 1px solid var(--gt-border);
    border-bottom: 1px solid var(--gt-border);
    border-left: 1px solid var(--gt-border);
  }

  .gt-future-categories {
    grid-template-columns: 1fr;
  }

  .gt-brand-story {
    min-height: 620px;
    align-items: end;
  }

  .gt-brand-story::after {
    background: linear-gradient(0deg, rgba(27, 34, 28, .94), rgba(27, 34, 28, .1));
  }

  .gt-brand-story-copy {
    padding-bottom: 48px;
  }

  .gt-pdp-buy {
    width: min(100% - 28px, 1240px);
    padding-block: 30px 70px;
  }

  .gt-pdp-thumbs {
    grid-auto-flow: column;
    grid-auto-columns: 82px;
    grid-template-columns: none;
    overflow-x: auto;
  }

  .gt-pdp-summary h1 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .gt-pdp-cart .woocommerce-variation-add-to-cart {
    grid-template-columns: 76px 1fr;
  }

  .gt-base-diagram {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  :root {
    --gt-shell: calc(100% - 28px);
    --gt-radius: 14px;
  }

  .gt-announcement .gt-shell {
    justify-content: center;
    text-align: center;
  }

  .gt-announcement a {
    display: none;
  }

  .gt-journal-hero {
    min-height: 640px;
    align-items: end;
  }

  .gt-journal-hero > img {
    object-position: 69% center;
  }

  .gt-journal-hero .gt-page-hero-shade {
    background: linear-gradient(0deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.66) 58%,rgba(0,0,0,.1) 100%);
  }

  .gt-journal-hero .gt-page-hero-copy {
    padding-bottom: 2.2rem;
  }

  .gt-journal-hero .gt-page-hero-copy h1 {
    font-size: clamp(2.45rem,12vw,3.55rem);
    line-height: .96;
  }

  .gt-journal-topics .gt-shell {
    display: block;
    padding-block: 12px;
  }

  .gt-journal-topics strong {
    display: block;
    padding-bottom: 4px;
  }

  .gt-topic-list {
    margin-right: -14px;
    padding-block: 6px;
  }

  .gt-featured-journal {
    gap: 24px;
  }

  .gt-featured-journal-copy h2 {
    font-size: clamp(2.25rem,11vw,3.25rem);
  }

  .gt-journal-grid {
    grid-template-columns: 1fr;
  }

  .gt-journal-card h3 {
    font-size: 1.65rem;
  }

  .gt-article-hero {
    min-height: 680px;
  }

  .gt-article-hero > img {
    object-position: 62% center;
  }

  .gt-article-hero-shade {
    background: linear-gradient(0deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.62) 62%,rgba(0,0,0,.08) 100%);
  }

  .gt-article-hero-copy {
    padding-block: 120px 45px;
  }

  .gt-article-hero-copy h1 {
    font-size: clamp(2.2rem,9.8vw,3.65rem);
    line-height: .96;
  }

  .gt-article-layout {
    grid-template-columns: 1fr;
    padding-block: 64px;
  }

  .gt-article-aside {
    position: static;
  }

  .gt-header-inner {
    min-height: 68px;
    gap: 8px;
  }

  .gt-brand {
    width: 116px;
  }

  .gt-account-link {
    display: none;
  }

  .gt-cart-link {
    width: 44px;
    justify-content: center;
    font-size: 0 !important;
  }

  .gt-cart-link::before {
    content: "Bag";
    font-size: 12px;
  }

  .gt-mobile-nav {
    inset: 105px 0 auto;
    height: calc(100dvh - 105px);
  }

  .gt-hero {
    min-height: 690px;
  }

  .gt-hero-picture .gt-hero-media {
    object-position: 66% center;
  }

  .gt-hero-overlay {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.9) 2%, rgba(0, 0, 0, 0.48) 66%, rgba(0, 0, 0, 0.15)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.45), transparent);
  }

  .gt-hero-content {
    align-self: end;
    padding-block: 170px 48px;
  }

  .gt-hero h1 {
    font-size: clamp(46px, 14vw, 66px);
  }

  .gt-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .gt-actions .gt-button {
    width: 100%;
  }

  .gt-proof-bar {
    overflow-x: auto;
  }

  .gt-proof-bar .gt-shell {
    display: flex;
    width: max-content;
    min-width: 100%;
    margin: 0;
  }

  .gt-proof-bar span {
    min-width: 160px;
  }

  .gt-section {
    padding-block: 52px;
  }

  .gt-section-heading h2,
  .gt-split-copy h2,
  .gt-gift-copy h2,
  .gt-affiliate-cta h2,
  .gt-story-grid h2,
  .gt-media-story h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .gt-heading-row {
    display: block;
  }

  .gt-benefit-grid,
  .gt-product-family,
  .gt-story-grid {
    grid-template-columns: 1fr;
  }

  .gt-benefit-grid article:last-child,
  .gt-product-card:last-child {
    grid-column: auto;
  }

  .gt-benefit-grid h3 {
    margin-top: 12px;
  }

  .gt-benefit-grid article {
    min-height: 430px;
  }

  .gt-split-media {
    min-height: 440px;
  }

  .gt-split-copy {
    padding: 54px 24px 64px;
  }

  .gt-gift-banner {
    min-height: 620px;
    align-items: end;
  }

  .gt-gift-banner::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.05) 70%);
  }

  .gt-gift-copy {
    padding-bottom: 48px;
  }

  .gt-affiliate-cta {
    margin-inline: 14px;
    padding: 34px 24px;
  }

  .gt-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 20px;
  }

  .gt-footer-grid section:first-child,
  .gt-footer-grid section:last-child {
    grid-column: 1 / -1;
  }

  .gt-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 22px;
  }

  .gt-pdp-hero {
    width: 100%;
    gap: 20px;
    padding-top: 0;
  }

  .gt-pdp-media > img {
    border-radius: 0;
  }

  .gt-thumb-row,
  .gt-pdp-summary {
    width: calc(100% - 28px);
    margin-inline: auto;
  }

  .gt-proof-gallery {
    grid-template-columns: 1fr;
  }

  .gt-video-frame {
    width: min(100%, 390px);
  }

  .gt-thumb-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .gt-thumb-row button {
    flex-basis: 76px;
  }

  .gt-pdp-summary h1 {
    font-size: clamp(36px, 11vw, 44px);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .gt-buy-box {
    position: static;
    padding: 0;
    background: transparent;
  }

  .gt-trust-row {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .gt-social-login,
  .woocommerce-account #customer_login {
    grid-template-columns: 1fr;
  }

  .woocommerce-account #customer_login form {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .gt-footer-newsletter {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .gt-newsletter-control {
    grid-template-columns: 1fr;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .gt-newsletter-control input {
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
  }

  .gt-newsletter-control button {
    min-height: 50px;
    margin: .55rem 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* 0.6.4 English master: lock hero readability across every slide. */
.gt-hero-slide .gt-hero-overlay {
  background:
    linear-gradient(90deg, rgba(18, 24, 21, .84) 0%, rgba(18, 24, 21, .7) 38%, rgba(24, 25, 22, .34) 60%, rgba(24, 25, 22, .08) 80%, transparent 100%),
    linear-gradient(0deg, rgba(18, 24, 21, .28), transparent 62%);
}
.gt-hero-slide.gt-hero-slide-contrast .gt-hero-overlay {
  background:
    linear-gradient(90deg, rgba(18, 24, 21, .96) 0%, rgba(18, 24, 21, .91) 38%, rgba(24, 25, 22, .78) 58%, rgba(24, 25, 22, .22) 82%, transparent 100%),
    linear-gradient(0deg, rgba(18, 24, 21, .5), transparent 62%);
}
.gt-hero-slide.gt-hero-slide-contrast .gt-hero-content h1,
.gt-hero-slide.gt-hero-slide-contrast .gt-hero-content h2,
.gt-hero-slide.gt-hero-slide-contrast .gt-hero-content p {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
}
@media (max-width: 680px) {
  .gt-hero-slide .gt-hero-overlay {
    background:
      linear-gradient(0deg, rgba(18, 24, 21, .93) 0%, rgba(18, 24, 21, .72) 60%, rgba(18, 24, 21, .24) 100%),
      linear-gradient(90deg, rgba(18, 24, 21, .62), rgba(18, 24, 21, .12));
  }
  .gt-hero-slide.gt-hero-slide-contrast .gt-hero-overlay {
    background:
      linear-gradient(0deg, rgba(18, 24, 21, .97) 0%, rgba(18, 24, 21, .82) 58%, rgba(18, 24, 21, .34) 100%),
      linear-gradient(90deg, rgba(18, 24, 21, .72), rgba(18, 24, 21, .16));
  }
}

/* 0.6.14 Shop Milk Care: full-width feeding scene with verified product pixels. */
.gt-milk-roadmap-compact {
  position: relative;
  isolation: isolate;
  width: 100dvw;
  min-height: 820px;
  margin: clamp(56px, 7vw, 104px) calc(50% - 50dvw) 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #f6efe4;
}
.gt-milk-roadmap-compact-media,
.gt-milk-roadmap-compact-media img,
.gt-milk-roadmap-compact-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.gt-milk-roadmap-compact-media {
  z-index: -2;
  display: block;
}
.gt-milk-roadmap-compact-media img {
  display: block;
  object-fit: cover;
  object-position: center;
}
.gt-milk-roadmap-compact-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(249, 244, 235, .98) 0%, rgba(249, 244, 235, .94) 38%, rgba(249, 244, 235, .73) 54%, rgba(249, 244, 235, .08) 76%, transparent 100%),
    linear-gradient(0deg, rgba(249, 244, 235, .5), transparent 58%);
}
.gt-milk-roadmap-compact-inner {
  min-height: 820px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(64px, 7vw, 104px);
}
.gt-milk-roadmap-compact .gt-milk-roadmap-compact-head {
  width: min(820px, 52vw);
  display: block;
  margin-bottom: 28px;
}
.gt-milk-roadmap-compact .gt-milk-roadmap-compact-head h2 {
  max-width: 13ch;
  margin: .45rem 0 1rem;
  font-size: clamp(42px, 4.6vw, 72px);
}
.gt-milk-roadmap-compact .gt-milk-roadmap-compact-head > p {
  max-width: 62ch;
  color: #4b554d;
  font-size: clamp(17px, 1.2vw, 20px);
}
.gt-milk-roadmap-compact .gt-milk-roadmap-text-grid {
  width: min(1040px, 59vw);
  gap: 14px;
  margin-bottom: 26px;
}
.gt-milk-roadmap-compact .gt-milk-roadmap-text-grid article {
  min-width: 0;
  padding: clamp(20px, 2vw, 30px);
  border-color: rgba(36, 62, 46, .16);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 50px rgba(65, 45, 29, .1);
  backdrop-filter: blur(8px);
}
.gt-milk-roadmap-compact .gt-milk-roadmap-text-grid h3 {
  font-size: clamp(20px, 1.65vw, 27px);
  overflow-wrap: anywhere;
}
.gt-milk-roadmap-compact .gt-text-link {
  align-self: flex-start;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 34px rgba(65, 45, 29, .09);
}
@media (max-width: 1180px) {
  .gt-milk-roadmap-compact .gt-milk-roadmap-compact-head,
  .gt-milk-roadmap-compact .gt-milk-roadmap-text-grid {
    width: 68vw;
  }
}
@media (max-width: 980px) {
  .gt-milk-roadmap-compact {
    min-height: 0;
    background: #f7f2e9;
  }
  .gt-milk-roadmap-compact-media {
    position: relative;
    z-index: 0;
    height: clamp(380px, 62vw, 560px);
  }
  .gt-milk-roadmap-compact-media img {
    object-position: right center;
  }
  .gt-milk-roadmap-compact-shade {
    z-index: 1;
    height: clamp(380px, 62vw, 560px);
    background: linear-gradient(0deg, #f7f2e9 0%, rgba(247, 242, 233, 0) 32%);
  }
  .gt-milk-roadmap-compact-inner {
    min-height: 0;
    padding-block: 8px clamp(48px, 7vw, 72px);
  }
  .gt-milk-roadmap-compact .gt-milk-roadmap-compact-head,
  .gt-milk-roadmap-compact .gt-milk-roadmap-text-grid {
    width: 100%;
  }
  .gt-milk-roadmap-compact .gt-milk-roadmap-text-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .gt-milk-roadmap-compact {
    width: 100dvw;
    margin-inline: calc(50% - 50dvw);
    border-radius: 0;
  }
  .gt-milk-roadmap-compact-media,
  .gt-milk-roadmap-compact-shade {
    height: 440px;
  }
  .gt-milk-roadmap-compact-media img {
    object-position: 64% center;
  }
  .gt-milk-roadmap-compact-inner {
    padding-inline: 20px;
  }
  .gt-milk-roadmap-compact .gt-milk-roadmap-compact-head h2 {
    font-size: clamp(36px, 11vw, 52px);
  }
}

/* 2026-08-12 English master: scene-first coffee lifestyle system. */
.g45-approved43-visual .gt-scene-hero {
    min-height: clamp(680px, 76vw, 860px);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #274b36;
    color: #fff;
}

.g45-approved43-visual .gt-scene-hero > img,
.g45-approved43-visual .gt-scene-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.g45-approved43-visual .gt-scene-hero > img {
    object-fit: cover;
    object-position: center;
    z-index: -3;
}

.g45-approved43-visual .gt-scene-hero-shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(22, 31, 24, .9) 0%, rgba(27, 38, 29, .76) 31%, rgba(26, 35, 27, .18) 57%, rgba(21, 27, 23, .08) 100%),
        linear-gradient(0deg, rgba(18, 25, 20, .54) 0%, transparent 45%);
}

.g45-approved43-visual .gt-scene-hero-copy {
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
    padding-top: 96px;
    padding-bottom: 84px;
    position: relative;
    z-index: 2;
}

.g45-approved43-visual .gt-scene-hero-copy h1 {
    color: #fff;
    max-width: 720px;
    margin: 0;
    font-size: clamp(2.75rem, 5.5vw, 5.35rem);
    line-height: .98;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.g45-approved43-visual .gt-scene-hero-copy > p:not(.gt-kicker) {
    max-width: 580px;
    margin: 0;
    color: rgba(255, 255, 255, .91);
    font-size: clamp(1.05rem, 1.7vw, 1.3rem);
    line-height: 1.6;
}

.g45-approved43-visual .gt-scene-hero-copy .gt-kicker {
    color: #d8f39a;
}

.g45-approved43-visual .gt-scene-hero-products {
    position: absolute;
    z-index: 1;
    left: min(58vw, calc(50% + 230px));
    right: 3.5vw;
    bottom: 0;
    height: 82%;
    pointer-events: none;
}

.g45-approved43-visual .gt-scene-product {
    position: absolute;
    object-fit: contain;
    filter: drop-shadow(0 28px 32px rgba(19, 19, 15, .34));
}

.g45-approved43-visual .gt-scene-product-gt1 {
    width: min(34vw, 490px);
    left: -1%;
    bottom: -3.5%;
    z-index: 1;
}

.g45-approved43-visual .gt-scene-product-gt2 {
    width: min(33vw, 470px);
    right: -3.5%;
    bottom: .5%;
    z-index: 2;
}

@media (max-width: 900px) {
    .g45-approved43-visual .gt-scene-hero {
        min-height: 790px;
    }

    .g45-approved43-visual .gt-scene-hero > img {
        object-position: 57% center;
    }

    .g45-approved43-visual .gt-scene-hero-shade {
        background:
            linear-gradient(180deg, rgba(18, 28, 21, .9) 0%, rgba(18, 28, 21, .65) 42%, rgba(18, 27, 20, .22) 70%, rgba(18, 24, 20, .55) 100%);
    }

    .g45-approved43-visual .gt-scene-hero-copy {
        justify-content: flex-start;
        padding-top: 74px;
        padding-bottom: 330px;
    }

    .g45-approved43-visual .gt-scene-hero-copy h1 {
        max-width: 620px;
        font-size: clamp(2.45rem, 10vw, 4.3rem);
    }

    .g45-approved43-visual .gt-scene-hero-products {
        left: 0;
        right: 0;
        bottom: -2px;
        height: 355px;
    }

    .g45-approved43-visual .gt-scene-product-gt1 {
        width: min(61vw, 410px);
        left: -1vw;
        bottom: -4%;
    }

    .g45-approved43-visual .gt-scene-product-gt2 {
        width: min(58vw, 390px);
        right: -7vw;
        bottom: 0;
    }
}

@media (max-width: 540px) {
    .g45-approved43-visual .gt-scene-hero {
        min-height: 820px;
    }

    .g45-approved43-visual .gt-scene-hero-copy {
        padding-top: 56px;
        padding-bottom: 310px;
    }

    .g45-approved43-visual .gt-scene-hero-copy .gt-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .g45-approved43-visual .gt-scene-hero-copy .gt-button {
        min-height: 48px;
        width: 100%;
        justify-content: center;
    }

    .g45-approved43-visual .gt-scene-hero-products {
        height: 300px;
    }

    .g45-approved43-visual .gt-scene-product-gt1 {
        width: 56vw;
        left: 0;
        bottom: -1%;
    }

    .g45-approved43-visual .gt-scene-product-gt2 {
        width: 53vw;
        right: 0;
        bottom: 1%;
    }
}

.g45-approved43-visual .gt-page-hero-coffee-scene {
    min-height: clamp(560px, 58vw, 720px);
    isolation: isolate;
}

.g45-approved43-visual .gt-page-hero-coffee-scene > img:first-child {
    z-index: -3;
    object-position: center;
}

.g45-approved43-visual .gt-page-hero-coffee-scene .gt-page-hero-shade {
    z-index: -2;
    background: linear-gradient(90deg, rgba(25, 33, 27, .92) 0%, rgba(24, 34, 27, .73) 40%, rgba(26, 35, 29, .14) 67%, rgba(25, 33, 27, .22) 100%);
}

.g45-approved43-visual .gt-solutions-hero-product {
    position: absolute;
    top: auto;
    left: auto;
    z-index: -1;
    width: min(38vw, 520px);
    height: auto;
    right: clamp(24px, 7vw, 110px);
    bottom: -3%;
    object-fit: contain;
    filter: drop-shadow(0 28px 34px rgba(16, 20, 17, .32));
}

.g45-approved43-visual .gt-page-hero-coffee-scene .gt-page-hero-copy {
    min-height: inherit;
    justify-content: center;
}

.g45-approved43-visual .gt-page-hero-coffee-scene .gt-page-hero-copy h1,
.g45-approved43-visual .gt-page-hero-coffee-scene .gt-page-hero-copy > p {
    max-width: 660px;
}

@media (max-width: 760px) {
    .g45-approved43-visual .gt-page-hero-coffee-scene {
        min-height: 780px;
    }

    .g45-approved43-visual .gt-page-hero-coffee-scene > img:first-child {
        object-position: 58% center;
    }

    .g45-approved43-visual .gt-page-hero-coffee-scene .gt-page-hero-shade {
        background: linear-gradient(180deg, rgba(24, 33, 27, .92) 0%, rgba(24, 33, 27, .72) 48%, rgba(24, 33, 27, .22) 75%, rgba(24, 33, 27, .58) 100%);
    }

    .g45-approved43-visual .gt-page-hero-coffee-scene .gt-page-hero-copy {
        justify-content: flex-start;
        padding-top: 62px;
        padding-bottom: 330px;
    }

    .g45-approved43-visual .gt-page-hero-coffee-scene .gt-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .g45-approved43-visual .gt-page-hero-coffee-scene .gt-button {
        min-height: 48px;
        width: 100%;
        justify-content: center;
    }

    .g45-approved43-visual .gt-solutions-hero-product {
        width: min(56vw, 310px);
        right: 1vw;
        bottom: -1%;
    }
}

/* G45-34: English Solutions uses three independently composed, real-product scenes. */
.g45-approved43-visual .gt-solutions-hero-carousel {
    min-height: clamp(620px, 58vw, 760px);
    isolation: isolate;
}

.g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-slides,
.g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-slide,
.g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-slide picture {
    position: absolute;
    inset: 0;
    min-height: 0;
}

.g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-slide picture,
.g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-slide picture img {
    width: 100%;
    height: 100%;
}

.g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-slide picture img {
    display: block;
    object-fit: cover;
    object-position: center;
}

.g45-approved43-visual .gt-solutions-hero-carousel .gt-page-hero-shade {
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(20, 29, 23, .94) 0%, rgba(22, 32, 25, .78) 38%, rgba(23, 31, 25, .22) 68%, rgba(20, 26, 22, .08) 100%),
        linear-gradient(0deg, rgba(17, 24, 19, .48), transparent 62%);
}

.g45-approved43-visual .gt-solutions-hero-carousel .gt-page-hero-copy {
    z-index: 3;
    box-sizing: border-box;
    max-width: 1260px;
    min-height: inherit;
    padding-bottom: clamp(4.5rem, 8vw, 6.5rem);
}

.g45-approved43-visual .gt-solutions-hero-carousel .gt-page-hero-copy h1,
.g45-approved43-visual .gt-solutions-hero-carousel .gt-page-hero-copy > p {
    max-width: 660px;
}

.g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-arrow,
.g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-dots {
    z-index: 4;
}

@media (max-width: 680px) {
    .g45-approved43-visual .gt-solutions-hero-carousel {
        min-height: 740px;
    }

    .g45-approved43-visual .gt-solutions-hero-carousel .gt-page-hero-shade {
        background:
            linear-gradient(180deg, rgba(18, 27, 21, .96) 0%, rgba(18, 27, 21, .86) 45%, rgba(18, 27, 21, .36) 73%, rgba(18, 27, 21, .74) 100%);
    }

    .g45-approved43-visual .gt-solutions-hero-carousel .gt-page-hero-copy {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-height: inherit;
        padding-top: 48px;
        padding-bottom: 126px;
    }

    .g45-approved43-visual .gt-solutions-hero-carousel .gt-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .g45-approved43-visual .gt-solutions-hero-carousel .gt-button {
        justify-content: center;
        width: 100%;
        min-height: 48px;
    }

    .g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-prev {
        left: 16px;
    }

    .g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-next {
        right: auto;
        left: 72px;
    }

    .g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-dots {
        left: calc(50% + 28px);
    }

    .g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-dots button {
        position: relative;
        width: 44px;
        height: 44px;
        background: transparent;
    }

    .g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-dots button::before {
        content: "";
        position: absolute;
        top: 20px;
        right: 5px;
        left: 5px;
        height: 4px;
        background: rgba(255, 255, 255, .45);
    }

    .g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-dots button.is-active {
        background: transparent;
    }

    .g45-approved43-visual .gt-solutions-hero-carousel .gt-hero-dots button.is-active::before {
        background: var(--gt-gold);
    }
}

/* G45-35: accessible, text-led reasons for GT-1 when an outlet is inconvenient. */
.g45-approved43-visual .gt1-no-outlet {
    background: var(--gt-sand);
}

.g45-approved43-visual .gt1-no-outlet-intro .gt-prose {
    align-self: end;
}

.g45-approved43-visual .gt1-no-outlet-intro .gt-prose p {
    margin: 0;
    color: var(--gt-muted);
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.75;
}

.g45-approved43-visual .gt1-no-outlet-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 clamp(2rem, 6vw, 5rem);
    margin: clamp(2.5rem, 6vw, 4.5rem) 0 0;
    padding: 0;
    list-style: none;
}

.g45-approved43-visual .gt1-no-outlet-list li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: clamp(1.4rem, 3vw, 2rem) 0;
    border-top: 1px solid var(--gt-border);
}

.g45-approved43-visual .gt1-no-outlet-list li > span {
    color: var(--gt-heat-deep);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .14em;
    line-height: 1.9;
}

.g45-approved43-visual .gt1-no-outlet-list h3 {
    margin: 0 0 .55rem;
    color: var(--gt-ink);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.15;
}

.g45-approved43-visual .gt1-no-outlet-list p {
    margin: 0;
    color: var(--gt-muted);
    line-height: 1.65;
}

.g45-approved43-visual .gt1-no-outlet-boundary {
    max-width: 920px;
    margin: clamp(1.5rem, 4vw, 2.5rem) 0 0;
    padding: 1rem 1.2rem;
    border-left: 3px solid var(--gt-gold);
    border-radius: 0 var(--gt-radius) var(--gt-radius) 0;
    color: var(--gt-muted);
    background: var(--gt-cream);
    line-height: 1.65;
}

.g45-approved43-visual .gt1-no-outlet-boundary strong {
    color: var(--gt-forest);
}

@media (max-width: 680px) {
    .g45-approved43-visual .gt1-no-outlet-list {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 2rem;
    }

    .g45-approved43-visual .gt1-no-outlet-intro .gt-prose,
    .g45-approved43-visual .gt1-no-outlet-list li > div {
        padding-right: 4.5rem;
    }

    .g45-approved43-visual .gt1-no-outlet-list li {
        padding-block: 1.25rem;
    }

    .g45-approved43-visual .gt1-no-outlet-boundary {
        padding: .9rem 4.75rem .9rem 1rem;
    }
}

/* G45-46: keep the Shop full-bleed scene inside the viewport scrollbar edge. */
body.post-type-archive-product {
    overflow-x: clip;
}

/* G45-06: size the English Shop full-bleed scene to the layout viewport, not
   the scrollbar-inclusive dynamic viewport unit. */
body.post-type-archive-product.g45-approved43-visual .gt-milk-roadmap-compact {
    width: var(--gt-shop-layout-viewport, 100dvw);
    margin-inline: calc(50% - var(--gt-shop-layout-half, 50dvw));
}

/* G45-47: English mobile Shop scenes keep the verified real product clear of copy. */
@media (max-width: 680px) {
    .g45-approved43-visual .gt-shop-campaign-slide > picture > img {
        object-position: 76% center;
    }

    .g45-approved43-visual .gt-shop-campaign-shade {
        background: linear-gradient(180deg, rgba(78, 35, 17, .92) 0%, rgba(111, 48, 20, .70) 42%, rgba(111, 48, 20, .18) 64%, rgba(111, 48, 20, .04) 100%);
    }

    .g45-approved43-visual .gt-shop-campaign-copy {
        justify-content: flex-start;
        padding: 2rem 1.35rem 1.8rem;
    }
}

/* G45-09: keep the complete real 14oz mug above compact English mobile copy. */
@media (max-width: 680px) {
    .g45-approved43-visual .gt-hero-slide .gt-hero-content {
        justify-content: flex-start;
        padding-top: .5rem;
        padding-bottom: .75rem;
    }

    .g45-approved43-visual .gt-hero-slide .gt-hero-content h1,
    .g45-approved43-visual .gt-hero-slide .gt-hero-content h2 {
        margin: .1rem 0 .45rem;
        font-size: 1.75rem;
        line-height: 1;
        letter-spacing: -.035em;
    }

    .g45-approved43-visual .gt-hero-slide .gt-hero-content p:not(.gt-kicker) {
        margin-bottom: .45rem;
        font-size: .94rem;
        line-height: 1.45;
    }

    .g45-approved43-visual .gt-hero-slide .gt-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .5rem;
        margin-top: .5rem;
    }

    .g45-approved43-visual .gt-hero-slide .gt-actions .gt-button {
        width: auto;
        min-width: 0;
        padding-inline: .75rem;
        white-space: nowrap;
    }

    .g45-approved43-visual .gt-hero-arrow {
        top: 45%;
        bottom: auto;
        transform: translateY(-50%);
    }

    .g45-approved43-visual .gt-hero-dots {
        top: auto;
        bottom: 1rem;
    }
}

/* G45-16: three English Home function modules use distinct, product-free
   environments. Existing real-product media, copy, CTAs and interactions stay
   above controlled readability veils. */
.g45-approved43-visual .gt-home-app,
.g45-approved43-visual .gt-media-story,
.g45-approved43-visual .gt-system-story {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.g45-approved43-visual .gt-home-app,
.g45-approved43-visual .gt-media-story {
    padding-inline: clamp(24px, 4vw, 56px);
    border: 1px solid var(--gt-border);
    border-radius: var(--gt-radius);
    background: var(--gt-cream);
    box-shadow: var(--gt-shadow);
}

.g45-approved43-visual .gt-home-app::before,
.g45-approved43-visual .gt-home-app::after,
.g45-approved43-visual .gt-system-story::before,
.g45-approved43-visual .gt-system-story::after,
.g45-approved43-visual .gt-media-story::before,
.g45-approved43-visual .gt-media-story::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
}

.g45-approved43-visual .gt-home-app::before,
.g45-approved43-visual .gt-system-story::before,
.g45-approved43-visual .gt-media-story::before {
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
}

.g45-approved43-visual .gt-home-app::after,
.g45-approved43-visual .gt-system-story::after,
.g45-approved43-visual .gt-media-story::after {
    z-index: -1;
}

.g45-approved43-visual .gt-home-app::before {
    background-image: url("../images/scenes/english-refresh/g45-16/home-app-connected-environment-v1.webp");
    background-position: center;
}

.g45-approved43-visual .gt-home-app::after {
    background:
        linear-gradient(90deg, rgba(255, 252, 246, .98) 0%, rgba(255, 252, 246, .90) 43%, rgba(255, 252, 246, .48) 72%, rgba(255, 252, 246, .28) 100%),
        linear-gradient(0deg, rgba(255, 252, 246, .34), transparent 62%);
}

.g45-approved43-visual .gt-home-app > *,
.g45-approved43-visual .gt-media-story > *,
.g45-approved43-visual .gt-system-story > .gt-shell {
    position: relative;
    z-index: 1;
}

.g45-approved43-visual .gt-system-story {
    background: var(--gt-coal);
}

.g45-approved43-visual .gt-system-story::before {
    background-image: url("../images/scenes/english-refresh/g45-16/home-powered-base-environment-v1.webp");
    background-position: center;
}

.g45-approved43-visual .gt-system-story::after {
    background:
        linear-gradient(90deg, rgba(20, 27, 23, .97) 0%, rgba(20, 27, 23, .89) 42%, rgba(20, 27, 23, .52) 72%, rgba(20, 27, 23, .36) 100%),
        linear-gradient(0deg, rgba(20, 27, 23, .32), transparent 60%);
}

.g45-approved43-visual .gt-media-story::before {
    background-image: url("../images/scenes/english-refresh/g45-16/home-product-demo-environment-v1.webp");
    background-position: center;
}

.g45-approved43-visual .gt-media-story::after {
    background:
        linear-gradient(90deg, rgba(255, 252, 246, .98) 0%, rgba(255, 252, 246, .91) 42%, rgba(255, 252, 246, .60) 70%, rgba(255, 252, 246, .36) 100%),
        linear-gradient(0deg, rgba(255, 252, 246, .28), transparent 62%);
}

@media (max-width: 760px) {
    .g45-approved43-visual .gt-home-app,
    .g45-approved43-visual .gt-media-story {
        padding-inline: 22px;
    }

    .g45-approved43-visual .gt-home-app::before {
        background-position: 58% center;
    }

    .g45-approved43-visual .gt-home-app::after,
    .g45-approved43-visual .gt-media-story::after {
        background: linear-gradient(180deg, rgba(255, 252, 246, .98) 0%, rgba(255, 252, 246, .91) 54%, rgba(255, 252, 246, .68) 100%);
    }

    .g45-approved43-visual .gt-system-story::before {
        background-position: 62% center;
    }

    .g45-approved43-visual .gt-system-story::after {
        background: linear-gradient(180deg, rgba(20, 27, 23, .98) 0%, rgba(20, 27, 23, .90) 54%, rgba(20, 27, 23, .58) 100%);
    }

    .g45-approved43-visual .gt-media-story::before {
        background-position: 54% center;
    }
}

/* G45-17: two English GT-2 functional modules use distinct bright,
   product-free outdoor environments. The approved real variant media,
   product pixels, copy and interactions remain above controlled veils. */
.g45-approved43-visual .gt2-answer-first,
.g45-approved43-visual .gt2-material-story {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.g45-approved43-visual .gt2-answer-first::before,
.g45-approved43-visual .gt2-answer-first::after,
.g45-approved43-visual .gt2-material-story::before,
.g45-approved43-visual .gt2-material-story::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
}

.g45-approved43-visual .gt2-answer-first::before,
.g45-approved43-visual .gt2-material-story::before {
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
}

.g45-approved43-visual .gt2-answer-first::after,
.g45-approved43-visual .gt2-material-story::after {
    z-index: -1;
}

.g45-approved43-visual .gt2-answer-first::before {
    background-image: url("../images/scenes/english-refresh/g45-17/gt2-answer-first-sunlit-balcony-environment-v1.webp");
    background-position: center 58%;
}

.g45-approved43-visual .gt2-answer-first::after {
    background:
        linear-gradient(90deg, rgba(20, 29, 23, .94) 0%, rgba(20, 29, 23, .83) 46%, rgba(20, 29, 23, .62) 73%, rgba(20, 29, 23, .72) 100%),
        linear-gradient(0deg, rgba(20, 29, 23, .26), transparent 62%);
}

.g45-approved43-visual .gt2-answer-first > .gt-shell,
.g45-approved43-visual .gt2-material-story > .gt-shell {
    position: relative;
    z-index: 1;
}

.g45-approved43-visual .gt2-material-story::before {
    background-image: url("../images/scenes/english-refresh/g45-17/gt2-material-story-bright-garden-courtyard-environment-v1.webp");
    background-position: center;
}

.g45-approved43-visual .gt2-material-story::after {
    background:
        linear-gradient(90deg, rgba(250, 247, 240, .90) 0%, rgba(250, 247, 240, .78) 48%, rgba(250, 247, 240, .88) 100%),
        linear-gradient(0deg, rgba(250, 247, 240, .32), transparent 58%);
}

@media (max-width: 760px) {
    .g45-approved43-visual .gt2-answer-first::before {
        background-position: 56% center;
    }

    .g45-approved43-visual .gt2-answer-first::after {
        background: linear-gradient(180deg, rgba(20, 29, 23, .96) 0%, rgba(20, 29, 23, .88) 58%, rgba(20, 29, 23, .72) 100%);
    }

    .g45-approved43-visual .gt2-material-story::before {
        background-position: 48% center;
    }

    .g45-approved43-visual .gt2-material-story::after {
        background: linear-gradient(180deg, rgba(250, 247, 240, .91) 0%, rgba(250, 247, 240, .78) 50%, rgba(250, 247, 240, .92) 100%);
    }
}
