:root {
  --gt-gold: #b4975a;
  --gt-gold-dark: #927744;
  --gt-ink: #1f1c18;
  --gt-ivory: #f6f1e8;
  --gt-paper: #fffdf9;
  --gt-muted: #746d64;
  --gt-line: #d8cec0;
  --gt-max: 1240px;
}

.gt-home-redesign-active #main > .page-wrapper,
.gt-home-redesign-active .page-wrapper,
.gt-home-redesign-active .entry-content {
  padding-top: 0;
  padding-bottom: 0;
}

.gt-home,
.gt-home * { box-sizing: border-box; }
.gt-home { overflow: hidden; color: var(--gt-ink); background: var(--gt-paper); font-family: Roboto, Arial, sans-serif; }
.gt-home img { display: block; width: 100%; }
.gt-home a { color: inherit; text-decoration: none; }
.gt-shell { width: min(calc(100% - 48px), var(--gt-max)); margin: 0 auto; }
.gt-home h1,
.gt-home h2 { margin: 0; color: var(--gt-ink); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; text-transform: none; }
.gt-home h1 { max-width: 620px; font-size: clamp(52px, 5.7vw, 86px); line-height: .98; }
.gt-home h2 { font-size: clamp(42px, 4.5vw, 64px); line-height: 1.05; }
.gt-home h1 em,
.gt-home h2 em { color: var(--gt-gold-dark); font-weight: 400; }

.gt-eyebrow { margin: 0 0 18px; color: var(--gt-gold-dark); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.gt-eyebrow::before { content: ""; display: inline-block; width: 32px; height: 1px; margin: 0 12px 4px 0; background: currentColor; }
.gt-eyebrow--light { color: var(--gt-gold); }

.gt-hero { padding: 82px 0 72px; background: var(--gt-ivory); }
.gt-hero__grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(48px, 6vw, 86px); }
.gt-hero__lead { max-width: 620px; margin: 30px 0 0; color: #5e574f; font-size: 18px; line-height: 1.75; }
.gt-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 34px; }
.gt-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 24px; padding: 12px 22px; border: 1px solid transparent; font-size: 13px; font-weight: 800; letter-spacing: .07em; line-height: 1.2; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.gt-button:hover { transform: translateY(-2px); }
.gt-button--primary { color: #fff !important; background: var(--gt-ink); }
.gt-button--primary:hover { background: var(--gt-gold-dark); }
.gt-button--text { padding-inline: 0; border-bottom-color: var(--gt-gold); }
.gt-button--light { color: var(--gt-ink) !important; background: var(--gt-ivory); }
.gt-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 48px 0 0; padding-top: 24px; border-top: 1px solid var(--gt-line); }
.gt-hero__facts div { min-width: 0; }
.gt-hero__facts dt { display: block; color: var(--gt-ink); font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.gt-hero__facts dd { display: block; margin: 3px 0 0; color: var(--gt-muted); font-size: 12px; }
.gt-hero__visual { position: relative; margin: 0; padding: 14px; border: 1px solid var(--gt-line); background: var(--gt-paper); }
.gt-hero__visual::before { content: ""; position: absolute; z-index: 0; width: 140px; height: 140px; right: -34px; top: -34px; border: 1px solid var(--gt-gold); pointer-events: none; }
.gt-hero__image { position: relative; z-index: 1; aspect-ratio: 5 / 4; object-fit: cover; }
.gt-hero__visual figcaption { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 16px; padding: 13px 4px 0; color: var(--gt-muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.gt-hero__visual figcaption span { color: var(--gt-gold-dark); font-weight: 800; }

.gt-promises { color: #f9f5ed; background: var(--gt-ink); }
.gt-promises__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.gt-promises__grid > div { display: grid; grid-template-columns: auto 1fr; column-gap: 16px; align-content: center; min-height: 116px; padding: 24px 34px; border-right: 1px solid rgba(255,255,255,.13); }
.gt-promises__grid > div:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.gt-promises__grid span { grid-row: span 2; color: var(--gt-gold); font-family: Georgia, serif; font-size: 24px; }
.gt-promises__grid strong { color: #f9f5ed; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.gt-promises__grid small { color: #aaa39a; }

.gt-section { padding: 112px 0; }
.gt-section-heading { display: grid; grid-template-columns: 1.25fr .8fr auto; align-items: end; gap: 52px; margin-bottom: 46px; }
.gt-section-heading--compact { grid-template-columns: 1fr .9fr; }
.gt-section-heading > p { margin: 0; color: var(--gt-muted); }
.gt-arrow-link { padding-bottom: 4px; border-bottom: 1px solid var(--gt-gold); color: var(--gt-gold-dark) !important; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.gt-arrow-link span { margin-left: 18px; }

.gt-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.gt-product-card { min-width: 0; }
.gt-product-image { position: relative; overflow: hidden; display: block; background: #eee8df; }
.gt-product-image > span { position: absolute; left: 0; right: 0; bottom: 0; padding: 13px 16px; transform: translateY(100%); color: #fff; background: rgba(31, 28, 24, .88); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; transition: transform .25s ease; }
.gt-product-image:hover > span { transform: translateY(0); }
.gt-product-image__asset { aspect-ratio: 1 / 1.08; height: auto; margin: 0; object-fit: cover; transition: transform .45s ease; }
.gt-product-image:hover .gt-product-image__asset { transform: scale(1.035); }
.gt-product-meta { display: flex; flex-direction: column; gap: 5px; padding-top: 18px; }
.gt-product-meta small { color: var(--gt-gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.gt-product-meta > a { color: var(--gt-ink) !important; font-family: Georgia, serif; font-size: 20px; line-height: 1.25; }
.gt-product-meta strong { margin-top: 4px; color: var(--gt-ink); font-size: 13px; }
.gt-product-meta strong del { color: var(--gt-muted); font-weight: 400; }
.gt-product-meta strong ins { text-decoration: none; }

.gt-collections { background: var(--gt-ivory); }
.gt-collection-grid { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: repeat(2, 310px); gap: 22px; }
.gt-collection-card { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; padding: 28px; color: #fff !important; background: var(--gt-ink); isolation: isolate; }
.gt-collection-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 30%, rgba(20, 17, 14, .82)); }
.gt-collection-card__image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gt-collection-card:hover .gt-collection-card__image { transform: scale(1.04); }
.gt-collection-card--large { grid-row: 1 / 3; }
.gt-collection-card > span { font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.gt-collection-card > strong { margin-top: 5px; color: #fff; font: 400 clamp(28px, 3vw, 44px)/1.05 Georgia, serif; }
.gt-collection-card > i { margin-top: 15px; padding-bottom: 2px; border-bottom: 1px solid var(--gt-gold); font-size: 12px; font-style: normal; }
.gt-collection-card--clear .gt-collection-card__image { object-position: center 32%; }

.gt-proof { padding: 112px 0; color: #f6f1e8; background: var(--gt-ink); }
.gt-proof__grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 82px; }
.gt-proof h2 { color: #f6f1e8; }
.gt-proof h2 em { color: var(--gt-gold); }
.gt-proof__copy > p:not(.gt-eyebrow) { color: #bdb5aa; font-size: 17px; }
.gt-proof__copy ul { margin: 32px 0 38px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.gt-proof__copy li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: #d9d2c9; font-size: 14px; }
.gt-proof__copy li span { color: var(--gt-gold); font-family: Georgia, serif; }
.gt-proof__media { position: relative; min-height: 610px; }
.gt-proof__main { position: absolute; inset: 0 11% 9% 0; margin: 0; }
.gt-proof__small { position: absolute; right: 0; bottom: 0; width: 42%; margin: 0; padding: 8px; color: var(--gt-ink); background: var(--gt-paper); }
.gt-proof__image { width: 100%; height: 100%; object-fit: cover; }
.gt-proof__media figcaption { padding: 10px 4px 2px; color: #9f978e; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.gt-quote { text-align: center; }
.gt-quote__inner { max-width: 850px; }
.gt-quote .gt-eyebrow::before { display: none; }
.gt-quote__inner > p:not(.gt-eyebrow) { max-width: 670px; margin: 24px auto 0; color: var(--gt-muted); font-size: 17px; }
.gt-actions--center { justify-content: center; }

@media (max-width: 980px) {
  .gt-hero__grid,
  .gt-proof__grid { grid-template-columns: 1fr; }
  .gt-hero { padding-top: 62px; }
  .gt-hero__copy { max-width: 760px; }
  .gt-hero__visual { width: 88%; margin-left: auto; }
  .gt-section-heading,
  .gt-section-heading--compact { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .gt-section-heading > p { max-width: 680px; }
  .gt-arrow-link { justify-self: start; }
  .gt-product-grid { grid-template-columns: repeat(2, 1fr); row-gap: 44px; }
  .gt-proof__grid { gap: 50px; }
  .gt-proof__copy { max-width: 720px; }
  .gt-proof__media { min-height: 640px; }
}

@media (max-width: 680px) {
  .gt-shell { width: min(calc(100% - 32px), var(--gt-max)); }
  .gt-hero { padding: 48px 0 42px; }
  .gt-hero__grid { gap: 42px; }
  .gt-home h1 { font-size: clamp(44px, 14vw, 62px); }
  .gt-home h2 { font-size: 42px; }
  .gt-hero__lead { margin-top: 22px; font-size: 16px; }
  .gt-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .gt-button { width: 100%; }
  .gt-button--text { width: auto; }
  .gt-hero__facts { grid-template-columns: 1fr 1fr; }
  .gt-hero__facts div:last-child { grid-column: 1 / 3; }
  .gt-hero__visual { width: 100%; padding: 8px; }
  .gt-hero__visual figcaption { display: none; }
  .gt-promises__grid { grid-template-columns: 1fr; }
  .gt-promises__grid > div,
  .gt-promises__grid > div:first-child { min-height: 92px; padding: 20px 0; border-right: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .gt-section,
  .gt-proof { padding: 76px 0; }
  .gt-product-grid { grid-template-columns: 1fr 1fr; gap: 16px 12px; }
  .gt-product-meta { padding-top: 12px; }
  .gt-product-meta > a { font-size: 16px; }
  .gt-product-meta strong { font-size: 12px; }
  .gt-collection-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 360px); }
  .gt-collection-card--large { grid-row: auto; }
  .gt-proof__media { min-height: 490px; }
  .gt-proof__main { inset: 0 0 13% 0; }
  .gt-proof__small { width: 48%; }
}

@media (prefers-reduced-motion: reduce) {
  .gt-home *,
  .gt-home *::before,
  .gt-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
