:root {
  --gt-ink: #071b2e;
  --gt-navy: #0b2942;
  --gt-blue: #174b70;
  --gt-orange: #ed6a24;
  --gt-orange-dark: #bd4915;
  --gt-steel: #edf2f5;
  --gt-line: #d7e0e6;
  --gt-muted: #637281;
  --gt-white: #fff;
}

html body .whb-header .whb-general-header .wd-logo.wd-main-logo img.dec-header-logo-approved,
html body.home .whb-header .whb-general-header .whb-visible-lg .wd-logo.wd-main-logo img.dec-header-logo-approved,
html body .whb-header .whb-sticky-header .wd-logo img.dec-header-logo-approved,
html body .whb-header .whb-clone .wd-logo img.dec-header-logo-approved {
  width: min(205px, 20vw) !important;
  max-width: 205px !important;
  height: auto !important;
  object-fit: contain !important;
  filter: none !important;
}

html body .dec-footer-v2-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body .dec-footer-v2-logo-link img {
  width: 205px !important;
  max-width: 100% !important;
  height: auto !important;
  filter: none !important;
}

.gt-featured-wood-card .aspect-video > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 24px;
  object-fit: contain !important;
}

.gt-home-woodworking-collection .dec-ref-catalog-main img {
  object-fit: contain !important;
}

.gt-home,
.gt-about {
  width: 100%;
  overflow: hidden;
  color: var(--gt-ink);
  background: var(--gt-white);
}

.gt-home *, .gt-home *::before, .gt-home *::after,
.gt-about *, .gt-about *::before, .gt-about *::after { box-sizing: border-box; }
.gt-home a, .gt-about a { text-decoration: none; }
.gt-home h1, .gt-home h2, .gt-home h3,
.gt-about h1, .gt-about h2, .gt-about h3 { color: var(--gt-ink); }
.gt-home p, .gt-about p { margin-top: 0; }
.gt-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.gt-section { padding: 88px 0; }
.gt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--gt-orange);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.gt-eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }

.gt-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}
.gt-btn:hover { transform: translateY(-2px); }
.gt-btn-primary { color: #fff; background: var(--gt-orange); border-color: var(--gt-orange); }
.gt-btn-primary:hover { color: #fff; background: var(--gt-orange-dark); border-color: var(--gt-orange-dark); }
.gt-btn-light { color: #fff; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.06); }
.gt-btn-light:hover { color: var(--gt-ink); border-color: #fff; background: #fff; }
.gt-actions { display: flex; flex-wrap: wrap; gap: 11px; }

.gt-hero {
  min-height: 690px;
  position: relative;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,27,46,.98) 0%, rgba(7,27,46,.94) 38%, rgba(7,27,46,.48) 72%, rgba(7,27,46,.16) 100%),
    var(--gt-hero) center/cover no-repeat;
  border-bottom: 4px solid var(--gt-orange);
}
.gt-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}
.gt-hero-inner { position: relative; z-index: 1; padding: 100px 0 110px; }
.gt-hero h1 {
  max-width: 790px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(48px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.05em;
}
.gt-hero-copy { max-width: 650px; margin-bottom: 31px; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.7; }
.gt-hero-notes { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.gt-hero-notes span::before { content: "✓"; margin-right: 7px; color: var(--gt-orange); }

.gt-facts { background: #fff; border-bottom: 1px solid var(--gt-line); }
.gt-fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.gt-fact-grid > div { min-height: 118px; padding: 28px; border-right: 1px solid var(--gt-line); }
.gt-fact-grid > div:last-child { border-right: 0; }
.gt-fact-grid strong { display: block; color: var(--gt-ink); font-size: 24px; line-height: 1.1; letter-spacing: -.025em; }
.gt-fact-grid span { display: block; margin-top: 7px; color: var(--gt-muted); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.gt-section-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 34px; }
.gt-section-head h2,
.gt-support h2,
.gt-cta h2,
.gt-about-story h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.gt-section-head > p { max-width: 520px; margin: 0; color: var(--gt-muted); font-size: 15px; line-height: 1.7; }
.gt-text-link { flex: 0 0 auto; color: var(--gt-orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.gt-divisions { background: var(--gt-steel); }
.gt-division-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gt-division {
  min-height: 370px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  padding: 38px;
  color: #fff;
  background: var(--gt-navy);
  border-top: 4px solid var(--gt-orange);
  isolation: isolate;
}
.gt-division::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 85% 15%, rgba(255,255,255,.13), transparent 36%), linear-gradient(130deg, rgba(23,75,112,.35), transparent 58%); }
.gt-division-wood { background: #253a32; }
.gt-division > span { color: var(--gt-orange); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.gt-division h3 { margin: 11px 0 13px; color: #fff; font-size: clamp(30px, 3.3vw, 46px); line-height: 1.02; letter-spacing: -.035em; }
.gt-division p { max-width: 570px; margin-bottom: 26px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.65; }
.gt-division > strong { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.gt-division > strong b { color: var(--gt-orange); }

.gt-category-section { background: #fff; }
.gt-category-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.gt-category-columns > div { border: 1px solid var(--gt-line); border-top: 4px solid var(--gt-navy); }
.gt-category-columns > div:last-child { border-top-color: #50705f; }
.gt-category-columns > div > h3 { margin: 0; padding: 20px 24px; background: #f6f8fa; border-bottom: 1px solid var(--gt-line); font-size: 22px; }
.gt-category-columns a { position: relative; display: grid; grid-template-columns: 1fr 34px; gap: 5px 20px; padding: 20px 24px; border-bottom: 1px solid var(--gt-line); }
.gt-category-columns a:last-child { border-bottom: 0; }
.gt-category-columns a:hover { background: var(--gt-steel); }
.gt-category-columns strong { color: var(--gt-ink); font-size: 16px; }
.gt-category-columns span { color: var(--gt-muted); font-size: 13px; line-height: 1.5; }
.gt-category-columns b { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--gt-orange); font-size: 20px; }

.gt-featured { background: #f8fafb; }
.gt-featured-alt { background: var(--gt-steel); }
.gt-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gt-product-card { min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--gt-line); border-top: 3px solid var(--gt-navy); }
.gt-product-media { aspect-ratio: 4/3; display: grid; place-items: center; padding: 16px; background: #f7f9fa; border-bottom: 1px solid var(--gt-line); overflow: hidden; }
.gt-product-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .2s ease; }
.gt-product-card:hover .gt-product-media img { transform: scale(1.025); }
.gt-product-body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.gt-product-brand { color: var(--gt-orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.gt-product-body h3 { margin: 8px 0 9px; font-size: 18px; line-height: 1.28; }
.gt-product-body h3 a { color: var(--gt-ink); }
.gt-product-sku { color: var(--gt-muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.gt-product-price { margin-top: auto; padding-top: 19px; color: var(--gt-blue); font-size: 23px; font-weight: 900; }
.gt-card-action { min-height: 43px; display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding: 0 14px; color: #fff; background: var(--gt-navy); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.gt-card-action:hover { color: #fff; background: var(--gt-orange-dark); }

.gt-restored-wood {
  padding: 82px 0 88px;
  border-top: 1px solid var(--gt-line);
  border-bottom: 1px solid var(--gt-line);
  background: #edf2f5;
}
.gt-restored-wood .gt-section-head { margin-bottom: 34px; }
.gt-restored-wood .gt-section-head h2 { margin-bottom: 12px; }
.gt-restored-wood-intro { max-width: 720px; margin: 0; color: var(--gt-muted); font-size: 15px; line-height: 1.7; }
.gt-restored-wood .gt-product-card { background: #fff; }

/* Homepage equipment-family carousels: identical structure for both divisions. */
#dec-home-categories .dec-cat-grid,
#gt-home-wood-categories .dec-cat-grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 18px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 2px 2px 18px !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
#dec-home-categories .dec-cat-grid::-webkit-scrollbar,
#gt-home-wood-categories .dec-cat-grid::-webkit-scrollbar { display: none; }
#dec-home-categories .dec-cat-card,
#gt-home-wood-categories .dec-cat-card {
  flex: 0 0 calc((100% - 54px) / 4) !important;
  width: auto !important;
  min-width: 0 !important;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.gt-home-wood-categories { border-top: 1px solid #cbd8e3; }
.gt-cat-head-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.gt-cat-carousel-controls { display: flex; align-items: center; gap: 8px; }
.gt-cat-carousel-button {
  appearance: none;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: #08243b;
  background: #fff;
  border: 1px solid #08243b;
  border-radius: 4px;
  box-shadow: none;
  font: 800 20px/1 Arial, sans-serif;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease;
}
.gt-cat-carousel-button:hover,
.gt-cat-carousel-button:focus-visible { color: #fff; background: #08243b; outline: none; }
.gt-cat-carousel-button:focus-visible { box-shadow: 0 0 0 3px rgba(255,112,20,.32); }
.gt-cat-carousel-button:disabled { color: #8796a4; background: #eef3f7; border-color: #c6d1da; cursor: default; opacity: .7; }
.gt-cat-carousel-button:disabled:hover { color: #8796a4; background: #eef3f7; }

/* Woodworking row intentionally inherits the established reference catalog cards. */
.gt-restored-wood-catalog .gt-reference-row-head { gap: 24px; }
.gt-restored-wood-catalog .gt-reference-row-head h3 { margin: 0; }
.gt-restored-wood-catalog .dec-ref-catalog-card { min-width: 0; }
.gt-restored-wood-catalog .dec-ref-catalog-main h4 { min-height: 20px; }
.gt-restored-wood-catalog .dec-ref-catalog-main .text-\[10px\] {
  overflow: hidden;
  min-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gt-support { color: #fff; background: var(--gt-navy); }
.gt-support-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.gt-support h2 { margin-bottom: 22px; color: #fff; }
.gt-support-grid > div > p:not(.gt-eyebrow) { margin-bottom: 28px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.75; }
.gt-support ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.gt-support li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.gt-support li > span { color: var(--gt-orange); font-size: 12px; font-weight: 900; }
.gt-support li strong { display: block; color: #fff; font-size: 16px; }
.gt-support li p { margin: 5px 0 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }

.gt-cta { padding: 70px 0; color: #fff; background: var(--gt-blue); border-bottom: 4px solid var(--gt-orange); }
.gt-cta > .gt-shell { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.gt-cta h2 { margin: 0 0 12px; color: #fff; }
.gt-cta p:not(.gt-eyebrow) { margin: 0; color: rgba(255,255,255,.7); font-size: 16px; }

.gt-about-hero { padding: 105px 0; color: #fff; background: linear-gradient(115deg, rgba(7,27,46,.98), rgba(23,75,112,.92)), url('/wp-content/uploads/2026/08/gt-dual-industry-hero-v1.png') center/cover; border-bottom: 4px solid var(--gt-orange); }
.gt-about-hero h1 { max-width: 850px; margin: 0 0 22px; color: #fff; font-size: clamp(46px, 6vw, 72px); line-height: 1; letter-spacing: -.05em; }
.gt-about-hero > .gt-shell > p:not(.gt-eyebrow) { max-width: 760px; margin-bottom: 30px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.7; }
.gt-about-story { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start; }
.gt-about-story > div:first-child > p:not(.gt-eyebrow) { color: var(--gt-muted); font-size: 16px; line-height: 1.78; }
.gt-about-card { padding: 32px; color: #fff; background: var(--gt-navy); border-top: 4px solid var(--gt-orange); }
.gt-about-card > strong { display: block; color: #fff; font-size: 25px; }
.gt-about-card > span { display: block; margin-top: 5px; color: rgba(255,255,255,.6); }
.gt-about-card dl { margin: 23px 0 0; }
.gt-about-card dl > div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.14); }
.gt-about-card dt { color: rgba(255,255,255,.52); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gt-about-card dd { margin: 0; color: #fff; font-size: 13px; line-height: 1.55; }
.gt-about-card a { color: #fff; }
.gt-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gt-team-grid article { min-height: 250px; padding: 27px; background: #fff; border: 1px solid var(--gt-line); border-top: 3px solid var(--gt-navy); }
.gt-team-grid article > span { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 22px; color: #fff; background: var(--gt-navy); font-size: 13px; font-weight: 900; }
.gt-team-grid h3 { margin: 0 0 5px; font-size: 21px; }
.gt-team-grid strong { display: block; min-height: 35px; color: var(--gt-orange-dark); font-size: 11px; line-height: 1.45; letter-spacing: .07em; text-transform: uppercase; }
.gt-team-grid p { margin: 16px 0 0; color: var(--gt-muted); font-size: 13px; line-height: 1.65; }
.gt-capabilities { background: #fff; }

/* Product-summary refinements shared by the metalworking and woodworking divisions. */
body.single-product .summary-inner > .dec-financing-product-notice-v1 { display: none !important; }
body.single-product .summary-inner a.gtms-finance-summary-button {
  display: inline-flex !important;
  width: auto;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px !important;
  padding: 10px 16px !important;
  color: #123b5d !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
body.single-product .summary-inner a.gtms-finance-summary-button:hover,
body.single-product .summary-inner a.gtms-finance-summary-button:focus-visible {
  border-color: var(--gt-orange) !important;
  background: #fff5ed !important;
  color: var(--gt-orange-dark) !important;
}
body.single-product .summary-inner .gtms-woodworking-summary-specs { margin-bottom: 18px !important; }
body .dec-exact-product-card .gtms-woodworking-summary-specs li { min-height: 82px !important; }
body .dec-exact-product-card .gtms-woodworking-summary-specs li strong {
  display: -webkit-box !important;
  overflow: hidden !important;
  min-height: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .dec-exact-product-card .gtms-woodworking-summary-specs li span {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 1024px) {
  html body .whb-header .whb-general-header .wd-logo.wd-main-logo img.dec-header-logo-approved,
  html body.home .whb-header .whb-general-header .whb-visible-lg .wd-logo.wd-main-logo img.dec-header-logo-approved,
  html body .whb-header .whb-sticky-header .wd-logo img.dec-header-logo-approved,
  html body .whb-header .whb-clone .wd-logo img.dec-header-logo-approved { width: min(180px, 22vw) !important; max-width: 180px !important; }
  .gt-product-grid { grid-template-columns: repeat(2, 1fr); }
  .gt-team-grid { grid-template-columns: repeat(2, 1fr); }
  #dec-home-categories .dec-cat-card,
  #gt-home-wood-categories .dec-cat-card { flex-basis: calc((100% - 18px) / 2.2) !important; }
  .gt-cat-head-actions { width: 100%; justify-content: space-between; }
}

@media (max-width: 820px) {
  .gt-shell { width: min(100% - 32px, 1200px); }
  .gt-section { padding: 64px 0; }
  .gt-hero { min-height: 650px; background-position: 62% center; }
  .gt-hero::before { content: ""; position: absolute; inset: 0; background: rgba(7,27,46,.34); }
  .gt-fact-grid { grid-template-columns: repeat(2, 1fr); }
  .gt-fact-grid > div:nth-child(2) { border-right: 0; }
  .gt-fact-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--gt-line); }
  .gt-division-grid, .gt-category-columns, .gt-support-grid, .gt-about-story, .gt-cta > .gt-shell { grid-template-columns: 1fr; }
  .gt-section-head { display: block; }
  .gt-section-head > p, .gt-section-head > .gt-text-link { display: inline-block; margin-top: 18px; }
  .gt-division { min-height: 330px; }
  .gt-restored-wood { padding: 64px 0 70px; }
}

@media (max-width: 600px) {
  html body .whb-header .whb-general-header .wd-logo.wd-main-logo img.dec-header-logo-approved,
  html body.home .whb-header .whb-general-header .whb-visible-lg .wd-logo.wd-main-logo img.dec-header-logo-approved,
  html body .whb-header .whb-sticky-header .wd-logo img.dec-header-logo-approved,
  html body .whb-header .whb-clone .wd-logo img.dec-header-logo-approved { width: 150px !important; max-width: 43vw !important; }
  .gt-shell { width: min(100% - 28px, 1200px); }
  .gt-hero { min-height: 670px; background-position: 68% center; }
  .gt-hero-inner { padding: 82px 0 94px; }
  .gt-hero h1, .gt-about-hero h1 { font-size: 42px; }
  .gt-hero-copy, .gt-about-hero > .gt-shell > p:not(.gt-eyebrow) { font-size: 16px; }
  .gt-actions { display: grid; width: 100%; }
  .gt-btn { width: 100%; }
  .gt-hero-notes { display: grid; gap: 10px; }
  .gt-fact-grid { grid-template-columns: 1fr; }
  .gt-fact-grid > div { min-height: 92px; padding: 21px 18px; border-right: 0; border-bottom: 1px solid var(--gt-line); }
  .gt-fact-grid > div:last-child { border-bottom: 0; }
  .gt-division { min-height: 310px; padding: 27px; }
  .gt-division h3 { font-size: 33px; }
  .gt-product-grid, .gt-team-grid { grid-template-columns: 1fr; }
  .gt-category-columns a { padding: 18px; }
  .gt-about-card { padding: 25px; }
  .gt-about-card dl > div { grid-template-columns: 1fr; gap: 4px; }
  #dec-home-categories .dec-cat-card,
  #gt-home-wood-categories .dec-cat-card { flex-basis: 86% !important; }
  #dec-home-categories .dec-cat-grid,
  #gt-home-wood-categories .dec-cat-grid { gap: 14px !important; margin-right: -14px; }
  .gt-cat-head-actions { align-items: stretch; gap: 8px; }
  .gt-cat-head-actions .dec-cat-all { flex: 1 1 auto; min-height: 44px; padding: 11px 13px; text-align: center; }
  .gt-cat-carousel-button { width: 42px; height: 42px; }
  .gt-restored-wood-catalog .gt-reference-row-head { align-items: flex-start; flex-direction: column; }
  .gt-restored-wood-catalog .gt-reference-row-head h3 { font-size: 23px; line-height: 1.15; }
}
