: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;
}

/* 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-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(50px,8vw,120px); padding-block: clamp(70px,9vw,125px); }
.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; }
.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-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; }
}

/* 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(167, 207, 45, .42), transparent 28%),
    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-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-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: minmax(0, .9fr) minmax(0, 1.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: minmax(130px, 210px) 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  text-decoration: none;
  font-weight: 850;
}

.gt-app-qr-link img {
  width: 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-apk {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(240px, .7fr);
  gap: clamp(1.25rem, 4vw, 3.5rem);
  align-items: center;
  margin-top: 1rem;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border: 1px solid var(--gt-border);
  border-radius: 24px;
  background: #f7f8f3;
}

.gt-app-apk h3 {
  margin: .2rem 0 .65rem;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.gt-app-apk p {
  margin-bottom: 0;
}

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

.gt-app-apk-pending {
  max-width: 320px;
  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-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-apk,
  .gt-app-feature-grid,
  .gt-size-color-grid {
    grid-template-columns: 1fr;
  }

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

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

  .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(74px, 9vw, 132px);
}

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

.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 {
  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;
}

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

.woocommerce ul.products li.product a img {
  width: 100%;
  margin: 0 0 18px;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--gt-cream);
}

.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;
}

.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(70px, 9vw, 130px);
  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-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, #5e3320);
  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, .84));
}

.gt-future-categories-scenes a:hover > img,
.gt-future-categories-scenes a:focus-visible > 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, #ef6a25);
  box-shadow: 0 8px 24px rgba(80, 33, 14, .25);
}

.gt-future-categories-scenes strong {
  max-width: 15ch;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.12;
  text-shadow: 0 2px 18px rgba(32, 14, 7, .5);
}

.gt-brand-story {
  position: relative;
  display: flex;
  min-height: 680px;
  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(55px, 8vw, 105px);
}

.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: cover;
  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: cover;
}

.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:not(.gt-compare-grid-en-unified) article:nth-child(3) > a:first-child {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  margin: 25.6px 0 45.6px;
  background: #fff;
}

html[lang="en-US"] .gt-compare-grid:not(.gt-compare-grid-en-unified) article:nth-child(3) > a:first-child img {
  display: block;
  transform: scale(1.48);
  transform-origin: 50% 50%;
}

.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;
}

.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));
  }

  .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;
  }

  .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-future-categories-scenes a {
    min-height: 330px;
  }

  .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: 72px;
  }

  .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.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);
  }
}

/* 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;
  }
}

