.gd,
.gd * {
  box-sizing: border-box;
}

.gd {
  --gd-accent: #1594d0;
  --gd-accent-2: #48d0e8;
  --gd-ink: #13202b;
  --gd-muted: #5d6872;
  --gd-line: #dce3e8;
  --gd-soft: #f3f7f9;
  --gd-dark: #101922;
  --gd-radius: 26px;
  width: min(1240px, 100%);
  margin: 0 auto;
  container-type: inline-size;
  color: var(--gd-ink);
  font-family: Inter, Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  background: #fff;
}

.gd--marq {
  --gd-accent: #b9955a;
  --gd-accent-2: #e1c792;
  --gd-soft: #f4f1eb;
  --gd-dark: #101010;
}

.gd--venu {
  --gd-accent: #6f61d9;
  --gd-accent-2: #43c6ba;
  --gd-soft: #f3f2fb;
  --gd-dark: #171727;
}

.gd--golf {
  --gd-accent: #268557;
  --gd-accent-2: #8ed9ae;
  --gd-soft: #f1f7f3;
  --gd-dark: #10241b;
}

.gd--aviation {
  --gd-accent: #237ead;
  --gd-accent-2: #86d4ef;
  --gd-soft: #f0f6f9;
  --gd-dark: #101d28;
}

.gd--marine {
  --gd-accent: #087d9a;
  --gd-accent-2: #56d5dd;
  --gd-soft: #eff7f8;
  --gd-dark: #0c2027;
}

.gd--outdoor {
  --gd-accent: #617a26;
  --gd-accent-2: #c0d47e;
  --gd-soft: #f4f6ef;
  --gd-dark: #182018;
}

.gd--wellness {
  --gd-accent: #7364cf;
  --gd-accent-2: #55c9b9;
  --gd-soft: #f3f2fa;
  --gd-dark: #181827;
}

.gd h2,
.gd h3,
.gd p,
.gd figure,
.gd dl,
.gd dd,
.gd ul {
  margin-top: 0;
}

.gd h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 4.2cqi, 42px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.gd h3 {
  margin-bottom: 10px;
  font-size: clamp(18px, 2.2cqi, 23px);
  line-height: 1.2;
  text-wrap: balance;
}

.gd p:last-child,
.gd ul:last-child {
  margin-bottom: 0;
}

.gd__hero {
  display: block;
  min-height: 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 85% 18%, color-mix(in srgb, var(--gd-accent) 60%, transparent), transparent 36%),
    linear-gradient(145deg, var(--gd-dark), #263543);
  border-radius: var(--gd-radius);
}

.gd__hero-media,
.gd__zoom {
  display: block;
  color: inherit;
  text-decoration: none;
}

.gd__hero-media {
  min-height: 480px;
  background: #fff;
}

.gd__hero-media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: block;
  object-fit: contain;
}

.gd__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: clamp(34px, 6cqi, 58px);
}

.gd__hero-copy > * {
  max-width: 760px;
}

.gd__hero h2 {
  color: #fff;
  font-size: clamp(32px, 4.6cqi, 44px);
  line-height: 1.06;
}

.gd--marq .gd__hero h2 {
  font-size: clamp(30px, 4.2cqi, 40px);
}

.gd__eyebrow {
  margin-bottom: 12px;
  color: var(--gd-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.gd__hero .gd__eyebrow {
  color: var(--gd-accent-2);
}

.gd__lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 2cqi, 19px);
  line-height: 1.5;
}

.gd__sku {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.gd__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 20px 0 0;
  overflow: hidden;
  background: var(--gd-line);
  border: 1px solid var(--gd-line);
  border-radius: 20px;
}

.gd__fact {
  min-height: 104px;
  padding: 20px;
  background: #fff;
}

.gd__fact strong,
.gd__fact span {
  display: block;
}

.gd__fact strong {
  margin-bottom: 5px;
  color: var(--gd-accent);
  font-size: 19px;
}

.gd__fact span {
  color: var(--gd-muted);
}

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

.gd__facts--media .gd__fact {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 158px;
}

.gd__fact-media {
  width: 118px;
  height: 118px;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}

.gd__fact-media picture,
.gd__fact-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.gd__fact-media img {
  object-fit: contain;
}

.gd__section {
  padding: clamp(48px, 6cqi, 72px) clamp(24px, 5cqi, 44px);
}

.gd__section + .gd__section {
  border-top: 1px solid var(--gd-line);
}

.gd__intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: 12px 38px;
  align-items: start;
}

.gd__intro .gd__eyebrow,
.gd__intro h2 {
  grid-column: 1;
}

.gd__intro > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--gd-muted);
  font-size: clamp(18px, 2.5cqi, 21px);
  line-height: 1.45;
}

.gd__section-lead {
  max-width: 820px;
  margin-bottom: 30px;
  color: var(--gd-muted);
  font-size: 18px;
}

.gd__spotlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gd__spotlight {
  overflow: hidden;
  background: var(--gd-soft);
  border: 1px solid var(--gd-line);
  border-radius: 18px;
}

.gd__spotlight-media {
  background: #fff;
  aspect-ratio: 16 / 10;
}

.gd__spotlight-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gd__spotlight-copy {
  padding: 22px;
}

.gd__spotlight-copy p {
  color: var(--gd-muted);
}

.gd__section--dark {
  color: #fff;
  background: var(--gd-dark);
  border-radius: var(--gd-radius);
}

.gd__section--dark h2 {
  color: #fff;
}

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

.gd__editorial {
  min-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.gd__editorial-media,
.gd__editorial-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
}

.gd__editorial:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  min-height: 380px;
}

.gd__editorial:first-child .gd__editorial-media,
.gd__editorial:first-child .gd__editorial-media img {
  height: 100%;
  min-height: 380px;
  aspect-ratio: auto;
}

.gd__editorial-media img {
  display: block;
  object-fit: cover;
}

.gd__editorial--wide {
  grid-column: 1 / -1;
  display: block;
  min-height: 0;
  border: 0;
  background: transparent;
}

.gd__editorial--wide .gd__editorial-media,
.gd__editorial--wide .gd__editorial-media img {
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
}

.gd__editorial:first-child.gd__editorial--wide {
  display: block;
  min-height: 0;
}

.gd__editorial:first-child.gd__editorial--wide .gd__editorial-media,
.gd__editorial:first-child.gd__editorial--wide .gd__editorial-media img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
}

.gd__editorial figcaption {
  padding: 22px;
  background: #181818;
}

.gd__editorial:first-child figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4cqi, 42px);
}

.gd__editorial figcaption h3 {
  max-width: 100%;
  color: #fff;
  font-size: clamp(18px, 2.5cqi, 22px);
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.gd__editorial figcaption p {
  max-width: 100%;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

.gd__video {
  margin: 0 0 28px;
}

.gd__video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: #000;
  border-radius: 16px;
}

.gd__video figcaption {
  margin-top: 10px;
  color: var(--gd-muted);
  font-size: 14px;
}

.gd__section--soft {
  background: var(--gd-soft);
  border-radius: var(--gd-radius);
}

.gd__feature-group {
  margin-top: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--gd-line);
  border-radius: 16px;
}

.gd__feature-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 19px 22px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

.gd__feature-group summary::-webkit-details-marker {
  display: none;
}

.gd__feature-group summary::after {
  content: "+";
  color: var(--gd-accent);
  font-size: 27px;
  font-weight: 500;
}

.gd__feature-group[open] summary::after {
  content: "−";
}

.gd__feature-group summary small {
  margin-left: auto;
  color: var(--gd-muted);
  font-size: 13px;
  font-weight: 500;
}

.gd__feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--gd-line);
  border-top: 1px solid var(--gd-line);
}

.gd__feature {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  min-height: 280px;
  padding: 24px;
  background: #fff;
}

.gd__feature-media {
  width: 180px;
  height: 180px;
  align-self: start;
  display: block;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  background: #fff;
  border-radius: 14px;
}

.gd__feature--icon {
  grid-template-columns: 82px minmax(0, 1fr);
  min-height: 188px;
}

.gd__feature--no-media {
  grid-template-columns: minmax(0, 1fr);
}

.gd__feature--text-only p {
  color: var(--gd-ink);
  font-size: 15px;
  line-height: 1.55;
}

.gd__feature-media--icon {
  width: 82px;
  height: 82px;
  cursor: default;
  object-fit: contain;
  border-radius: 0;
}

.gd__feature-media picture,
.gd__feature-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.gd__feature-media img {
  object-fit: contain;
  transition: transform 180ms ease;
}

.gd__feature-media--screen:hover img {
  transform: scale(1.05);
}

.gd__feature-media--screen::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  background:
    linear-gradient(#fff, #fff) center / 14px 2px no-repeat,
    linear-gradient(#fff, #fff) center / 2px 14px no-repeat,
    rgba(19, 32, 43, 0.82);
  border-radius: 50%;
}

.gd__feature h3 {
  font-size: 17px;
}

.gd__feature p {
  color: var(--gd-muted);
  font-size: 14px;
}

.gd__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gd__gallery-item {
  overflow: hidden;
  background: #f6f6f6;
  border: 1px solid var(--gd-line);
  border-radius: 16px;
  aspect-ratio: 1 / 1;
}

.gd__gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 180ms ease;
}

.gd__gallery-item--video {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
  background: #000;
}

.gd__gallery-item--video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.gd__gallery-item:hover img {
  transform: scale(1.035);
}

.gd__section--specs {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 36px;
}

.gd__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--gd-line);
  border: 1px solid var(--gd-line);
  border-radius: 18px;
}

.gd__specs > div {
  padding: 19px 21px;
  background: #fff;
}

.gd__specs dt {
  margin: 0 0 6px;
  color: var(--gd-muted);
  font-size: 13px;
  text-align: left;
}

.gd__specs dd {
  margin: 0;
  font-weight: 700;
  text-align: left;
}

.gd__box {
  align-self: start;
  padding: 30px;
  color: #fff;
  background: var(--gd-dark);
  border-radius: 20px;
}

.gd__box h2 {
  color: #fff;
  font-size: 32px;
}

.gd__box ul {
  padding-left: 20px;
}

.gd__box li + li {
  margin-top: 10px;
}

.gd__note {
  padding: 24px clamp(22px, 5vw, 70px) 44px;
  color: var(--gd-muted);
  font-size: 13px;
}

.gd__disclaimers {
  margin: 14px 0 0;
  padding-left: 18px;
}

.gd__disclaimers li + li {
  margin-top: 7px;
}

body.gd-preview {
  margin: 0;
  padding: 28px;
  background: #eef1f4;
}

body.gd-preview .gd {
  width: min(900px, 100%);
  box-shadow: 0 18px 70px rgba(28, 43, 55, 0.12);
}

/* The live InSales description column is narrower than the browser viewport.
   A container query keeps screen previews large instead of squeezing a
   200px watch image and its copy into half of that column. */
@container (max-width: 1050px) {
  .gd__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gd__feature {
    gap: 18px;
    min-height: 0;
    padding: 22px;
  }

  .gd__feature--screen {
    grid-column: 1 / -1;
    grid-template-columns: 180px minmax(0, 1fr);
    min-height: 224px;
  }

  .gd__feature--icon {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    min-height: 148px;
  }

  .gd__feature-media--icon {
    width: 56px;
    height: 56px;
  }

  .gd__gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .gd__hero,
  .gd__intro,
  .gd__section--specs {
    grid-template-columns: 1fr;
  }

  .gd__hero-media,
  .gd__hero-media img {
    min-height: 420px;
  }

  .gd__intro .gd__eyebrow,
  .gd__intro h2,
  .gd__intro > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .gd__facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .gd__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  body.gd-preview {
    padding: 0;
  }

  .gd {
    --gd-radius: 0;
    font-size: 15px;
  }

  .gd__hero {
    min-height: 0;
  }

  .gd__hero-media,
  .gd__hero-media img {
    min-height: 330px;
  }

  .gd__hero-copy {
    padding: 34px 22px 42px;
  }

  .gd__facts,
  .gd__spotlights,
  .gd__feature-grid,
  .gd__specs {
    grid-template-columns: 1fr;
  }

  .gd__facts--media .gd__fact {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 14px;
  }

  .gd__fact-media {
    width: 94px;
    height: 94px;
  }

  .gd__fact {
    min-height: 0;
  }

  .gd__section {
    padding: 56px 20px;
  }

  .gd__editorials {
    grid-template-columns: 1fr;
  }

  .gd__editorial:first-child {
    grid-column: 1;
    display: block;
    min-height: 0;
  }

  .gd__editorial-media,
  .gd__editorial-media img,
  .gd__editorial:first-child .gd__editorial-media,
  .gd__editorial:first-child .gd__editorial-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .gd__feature {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 20px;
  }

  .gd__feature-media {
    width: 116px;
    height: 116px;
  }

  .gd__feature--icon {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .gd__feature-media--icon {
    width: 62px;
    height: 62px;
  }

  .gd__gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .gd__feature-group summary small {
    display: none;
  }

  .gd__note {
    padding: 20px 20px 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gd__gallery-item img {
    transition: none;
  }
}
