/* ============================================================================
   DESIGN TOKENS  —  edit these to retheme the entire page
   ============================================================================ */
:root {
  /* Colors */
  --c-navy:        #0F1E4D;
  --c-navy-light:  #1E3A6E;
  --c-navy-dark:   #081430;
  --c-gold:        #3BA9D9;
  --c-gold-light:  #5DC8E8;
  --c-cream:       #F4F8FC;
  --c-cream-deep:  #E1ECF5;
  --c-white:       #FFFFFF;
  --c-text:        #0F1E4D;
  --c-muted:       #6B7E95;
  --c-border:      #e3e6ec;
  --c-terracotta:  #3BA9D9; /* Used for Shop accent on tile */

  /* Typography */
  --f-display: 'Fraunces', Georgia, serif;
  --f-body:    'Manrope', system-ui, -apple-system, sans-serif;

  /* Layout */
  --max-w:    1475px;
  --pad-x:    48px;
  --radius:   4px;

  /* Motion */
  --ease:     cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================================
   RESET + BASE
   ============================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--c-white);
  color: var(--c-text);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color 0.2s var(--ease); }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
:focus-visible { outline: 2px solid var(--c-gold); outline-offset: 3px; }

/* ============================================================================
   ANNOUNCEMENT BAR (above nav)  —  optional, easy to hide
   ============================================================================ */
.announce {
  background: var(--c-navy-dark);
  color: var(--c-cream);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 9px var(--pad-x);
}
.announce strong { color: var(--c-gold-light); font-weight: 600; }

/* ============================================================================
   HEADER NAV
   ============================================================================ */
.gw-header {
  background: var(--c-white);
  border-bottom: 1px solid var(--c-border);
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: saturate(180%) blur(8px);
  background: rgba(255,255,255,0.95);
  padding: 0 var(--pad-x);
}
.gw-nav {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.gw-logo {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--c-navy);
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.gw-logo .mark {
  width: 36px; height: 36px;
  background: var(--c-navy);
  color: var(--c-gold);
  display: flex; align-items: center; justify-content: center;
  border-radius: 6px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 19px;
  flex-shrink: 0;
}
.gw-logo small {
  display: block;
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 10px;
  color: var(--c-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: -2px;
}
.gw-nav-menu {
  display: flex;
  gap: 32px;
  font-size: 14px;
  font-weight: 500;
}
.gw-nav-menu a {
  position: relative;
  padding: 4px 0;
}
.gw-nav-menu a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--c-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.gw-nav-menu a:hover { color: var(--c-gold); }
.gw-nav-menu a:hover::after { transform: scaleX(1); }
.gw-nav-right {
  display: flex; align-items: center; gap: 18px;
  font-size: 13px;
}
.gw-nav-right .phone {
  color: var(--c-navy);
  font-weight: 600;
}
.gw-signin {
  padding: 9px 18px;
  border: 1px solid var(--c-border);
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.2s var(--ease);
}
.gw-signin:hover {
  border-color: var(--c-navy);
  background: var(--c-navy);
  color: var(--c-white);
}
.gw-burger {
  display: none;
  width: 32px; height: 32px;
  align-items: center; justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.gw-burger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--c-navy);
  transition: all 0.3s var(--ease);
}

/* ============================================================================
   HERO
   ============================================================================ */
.gw-hero {
  position: relative;
  background: linear-gradient(180deg, var(--c-cream) 0%, var(--c-white) 100%);
  padding: 110px var(--pad-x) 90px;
  overflow: hidden;
}
.gw-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18% 28%, rgba(59,169,217,0.10) 1.5px, transparent 2.5px),
    radial-gradient(circle at 38% 65%, rgba(59,169,217,0.07) 1px, transparent 2px),
    radial-gradient(circle at 82% 38%, rgba(59,169,217,0.10) 1.5px, transparent 2.5px),
    radial-gradient(circle at 65% 78%, rgba(59,169,217,0.07) 1px, transparent 2px),
    radial-gradient(circle at 92% 12%, rgba(59,169,217,0.06) 1px, transparent 2px);
  background-size: 90px 90px, 130px 130px, 70px 70px, 110px 110px, 140px 140px;
  opacity: 0.7;
  pointer-events: none;
}
.gw-hero-inner {
  position: relative;
  max-width: var(--max-w);
  margin: 0 auto;
  z-index: 1;
}
.gw-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--c-gold);
  text-transform: uppercase;
  margin-bottom: 26px;
  padding-left: 44px;
  position: relative;
}
.gw-eyebrow::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 32px; height: 1px;
  background: var(--c-gold);
}
.gw-hero h1 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(40px, 5.5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--c-navy);
  max-width: 920px;
  margin-bottom: 28px;
  /* Optical sizing for Fraunces */
  font-variation-settings: "opsz" 144;
}
.gw-hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--c-gold);
}
.gw-hero .sub {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.6;
  color: var(--c-muted);
  max-width: 660px;
}
.gw-scroll-hint {
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-muted);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  opacity: 0.7;
  animation: bounce 2.5s ease-in-out infinite;
}
.gw-scroll-hint::after {
  content: '';
  width: 1px; height: 24px;
  background: var(--c-muted);
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ============================================================================
   STOREFRONT TILES
   ============================================================================ */
.gw-tiles {
  padding: 40px var(--pad-x) 100px;
  background: var(--c-white);
}
.gw-tiles-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}
.gw-tiles-head {
  text-align: center;
  margin-bottom: 56px;
}
.gw-tiles-head .label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--c-gold);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.gw-tiles-head h2 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.15;
  color: var(--c-navy);
  letter-spacing: -0.02em;
}
.gw-tiles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.gw-tile {
  position: relative;
  display: flex; flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  padding: 52px 44px 44px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
  text-decoration: none;
}
.gw-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -20px rgba(15, 30, 77, 0.25);
}
/* Business tile  —  navy */
.gw-tile-business {
  background:
    radial-gradient(ellipse at top right, rgba(59,169,217,0.18) 0%, transparent 55%),
    linear-gradient(135deg, var(--c-navy) 0%, var(--c-navy-light) 100%);
  color: var(--c-white);
}
.gw-tile-business .grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  mask-image: linear-gradient(135deg, transparent, black);
}
/* Shop tile  —  cream */
.gw-tile-shop {
  background:
    radial-gradient(ellipse at top right, rgba(59,169,217,0.18) 0%, transparent 55%),
    linear-gradient(135deg, var(--c-cream) 0%, var(--c-cream-deep) 100%);
  color: var(--c-navy);
}
.gw-tile-shop .pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(59,169,217,0.08) 1.5px, transparent 2px);
  background-size: 30px 30px;
  pointer-events: none;
  mask-image: linear-gradient(315deg, transparent, black);
}
.gw-tile-content {
  position: relative;
  z-index: 1;
}
.gw-tile-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.gw-tile-business .gw-tile-eyebrow { color: var(--c-gold-light); }
.gw-tile-shop .gw-tile-eyebrow { color: #1E5C96; }
.gw-tile h3 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.gw-tile p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 380px;
}
.gw-tile-business p { color: rgba(255,255,255,0.78); }
.gw-tile-shop p { color: #1E3A6E; }
.gw-tile-cta {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}
.gw-tile-business .gw-tile-cta { color: var(--c-gold-light); }
.gw-tile-shop .gw-tile-cta { color: var(--c-navy); }
.gw-tile-cta .arrow { transition: transform 0.3s var(--ease); }
.gw-tile:hover .gw-tile-cta .arrow { transform: translateX(8px); }

/* ============================================================================
   FACTS STRIP
   ============================================================================ */
.gw-facts {
  background: var(--c-navy);
  color: var(--c-white);
  padding: 60px var(--pad-x);
}
.gw-facts-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 56px;
}
.gw-fact {
  border-left: 2px solid var(--c-gold);
  padding-left: 20px;
}
.gw-fact .label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--c-gold);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.gw-fact .value {
  font-family: var(--f-display);
  font-size: 20px;
  font-weight: 500;
  color: var(--c-white);
  line-height: 1.3;
}

/* ============================================================================
   HOW WE WORK
   ============================================================================ */
.gw-work {
  padding: 110px var(--pad-x);
  background: var(--c-cream);
}
.gw-work-inner { max-width: var(--max-w); margin: 0 auto; }
.gw-work-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 70px;
}
.gw-work-head .left .label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--c-gold);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.gw-work-head h2 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--c-navy);
}
.gw-work-head h2 em {
  font-style: italic;
  color: var(--c-gold);
  font-weight: 500;
}
.gw-work-head .right p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--c-muted);
  max-width: 400px;
}
.gw-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.gw-work-item {
  padding-top: 26px;
  border-top: 2px solid var(--c-navy);
  position: relative;
}
.gw-work-item .num {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: var(--c-gold);
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.gw-work-item h4 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 26px;
  color: var(--c-navy);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.gw-work-item p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--c-muted);
}

/* ============================================================================
   FOR PARTNERS  —  three-column proposition (manufacturers, B2B, retailers)
   ============================================================================ */
.gw-partners {
  padding: 100px var(--pad-x);
  background: var(--c-white);
}
.gw-partners-inner { max-width: var(--max-w); margin: 0 auto; }
.gw-partners-head {
  text-align: center;
  margin-bottom: 60px;
}
.gw-partners-head .label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--c-gold);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.gw-partners-head h2 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(30px, 3.5vw, 42px);
  color: var(--c-navy);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.gw-partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gw-partner-card {
  padding: 36px 32px;
  background: var(--c-cream);
  border-radius: 6px;
  border: 1px solid var(--c-border);
  transition: all 0.3s var(--ease);
}
.gw-partner-card:hover {
  background: var(--c-white);
  border-color: var(--c-gold);
  transform: translateY(-3px);
}
.gw-partner-card .icon {
  width: 48px; height: 48px;
  background: var(--c-navy);
  color: var(--c-gold);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-display);
  font-style: italic;
  font-size: 22px;
  margin-bottom: 24px;
}
.gw-partner-card h4 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 22px;
  color: var(--c-navy);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.gw-partner-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-muted);
  margin-bottom: 20px;
}
.gw-partner-card .link {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-navy);
  letter-spacing: 0.04em;
  display: inline-flex; align-items: center; gap: 6px;
}
.gw-partner-card .link:hover { color: var(--c-gold); }

/* ============================================================================
   TRUST STRIP
   ============================================================================ */
.gw-trust {
  background: var(--c-cream);
  padding: 56px var(--pad-x);
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
}
.gw-trust-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
}
.gw-trust-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--c-muted);
  text-transform: uppercase;
}
.gw-trust-logos {
  display: flex;
  gap: 44px;
  align-items: center;
  flex-wrap: wrap;
}
.gw-trust-logos span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 15px;
  color: var(--c-navy);
  letter-spacing: 0.02em;
  opacity: 0.6;
  transition: opacity 0.2s var(--ease);
}
.gw-trust-logos span:hover { opacity: 1; }
.gw-trust-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}
.gw-trust-logos .divider {
  width: 1px; height: 18px;
  background: var(--c-border);
}

/* ============================================================================
   CTA BAND  —  partnership inquiry
   ============================================================================ */
.gw-cta-band {
  background: var(--c-navy);
  background-image:
    radial-gradient(ellipse at top right, rgba(59,169,217,0.18) 0%, transparent 50%);
  color: var(--c-white);
  padding: 90px var(--pad-x);
  text-align: center;
}
.gw-cta-band-inner { max-width: 800px; margin: 0 auto; }
.gw-cta-band h2 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(30px, 3.8vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.gw-cta-band h2 em { font-style: italic; color: var(--c-gold-light); font-weight: 500; }
.gw-cta-band p {
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 36px;
  max-width: 580px; margin-left: auto; margin-right: auto;
  line-height: 1.6;
}
.gw-cta-band .btns {
  display: flex; gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.gw-btn-primary {
  background: var(--c-gold);
  color: var(--c-navy);
  padding: 16px 32px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  transition: all 0.2s var(--ease);
}
.gw-btn-primary:hover {
  background: var(--c-gold-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -8px rgba(59,169,217,0.5);
}
.gw-btn-ghost {
  background: transparent;
  color: var(--c-white);
  padding: 16px 32px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.3);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  transition: all 0.2s var(--ease);
}
.gw-btn-ghost:hover {
  border-color: var(--c-gold);
  color: var(--c-gold-light);
}

/* ============================================================================
   FOOTER
   ============================================================================ */
.gw-footer {
  background: var(--c-navy-dark);
  color: rgba(255,255,255,0.6);
  padding: 80px var(--pad-x) 32px;
}
.gw-footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.gw-footer-logo {
  margin-bottom: 20px;
}
.gw-footer-brand-img {
  display: block;
  height: 32px;
  width: auto;
  /* Flatten the blue-gradient brand logo to white for the dark footer bg */
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.gw-footer-brand p {
  font-size: 13px;
  line-height: 1.65;
  max-width: 320px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 24px;
}
.gw-footer-social {
  display: flex; gap: 12px;
}
.gw-footer-social a {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  color: rgba(255,255,255,0.6);
  transition: all 0.2s var(--ease);
}
.gw-footer-social a svg {
  width: 15px;
  height: 15px;
  display: block;
}
.gw-footer-social a:hover {
  border-color: var(--c-gold);
  color: var(--c-gold);
}
.gw-footer h5 {
  color: var(--c-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.gw-footer ul li {
  margin-bottom: 11px;
  font-size: 13px;
}
.gw-footer ul li a:hover { color: var(--c-white); }
.gw-footer-bottom {
  max-width: var(--max-w);
  margin: 28px auto 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  flex-wrap: wrap;
  gap: 12px;
}
.gw-footer-bottom a:hover { color: var(--c-white); }

/* ============================================================================
   RESPONSIVE
   ============================================================================ */
@media (max-width: 900px) {
  :root { --pad-x: 24px; }
  .gw-nav-menu { display: none; }
  .gw-burger { display: flex; }
  .gw-nav-right .signin-text { display: none; }
  .gw-tiles-grid { grid-template-columns: 1fr; }
  .gw-facts-inner { grid-template-columns: 1fr 1fr; gap: 28px 32px; }
  .gw-work-head { grid-template-columns: 1fr; gap: 24px; }
  .gw-work-grid { grid-template-columns: 1fr; gap: 36px; }
  .gw-partners-grid { grid-template-columns: 1fr; }
  .gw-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .gw-trust-inner { justify-content: center; text-align: center; }
}
@media (max-width: 600px) {
  .gw-hero { padding: 70px var(--pad-x) 70px; }
  .gw-tile { padding: 40px 28px 36px; min-height: 320px; }
  .gw-facts-inner { grid-template-columns: 1fr; }
  .gw-footer-inner { grid-template-columns: 1fr; }
  .gw-tiles-head { margin-bottom: 36px; }
  .gw-cta-band { padding: 60px var(--pad-x); }
}

/* ============================================================================
   OPTION J — LAYERED GEOMETRIC COMPOSITION
   ============================================================================ */
.gw-hero { padding: 40px var(--pad-x) 50px; }
.gw-hero-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;   /* 60% / 40% */
  gap: 60px;
  align-items: center;
}
.gw-hero-text h1 { margin-bottom: 24px; max-width: 700px; }
.gw-hero-text .sub { max-width: 700px; }
.gw-hero-image {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 480px;
  margin-left: auto;
  width: 100%;
}
.gw-hero-image .orb {
  position: absolute;
  top: 0; right: 0;
  width: 78%; aspect-ratio: 1;
  background: var(--c-gold);
  border-radius: 50%;
  z-index: 1;
}
.gw-hero-image .sq {
  position: absolute;
  bottom: 6%; left: 6%;
  width: 22%; aspect-ratio: 1;
  background: var(--c-navy);
  border-radius: 6px;
  z-index: 1;
  transform: rotate(-8deg);
}
.gw-hero-image .dot {
  position: absolute;
  top: 8%; left: 18%;
  width: 14px; height: 14px;
  background: var(--c-gold);
  border-radius: 50%;
  z-index: 4;
  box-shadow: 0 0 0 8px rgba(59, 169, 217, 0.2);
}
.gw-hero-image .card {
  position: absolute;
  top: 18%; left: 14%;
  width: 66%; aspect-ratio: 1;
  background: var(--c-cream);
  border-radius: 12px;
  box-shadow: 0 24px 48px -16px rgba(15, 30, 77, 0.25);
  padding: 18%;
  z-index: 3;
}
.gw-hero-image .card svg { width: 100%; height: 100%; display: block; }
.gw-hero-ctas {
  display: flex; align-items: center; gap: 18px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.gw-hero-ctas .btn-primary {
  background: var(--c-gold);
  color: var(--c-white);
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  transition: all 0.2s var(--ease);
}
.gw-hero-ctas .btn-primary:hover {
  background: var(--c-gold-light);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -8px rgba(59, 169, 217, 0.45);
}
.gw-hero-ctas .btn-link {
  color: var(--c-navy);
  padding: 15px 4px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  border-bottom: 1px solid transparent;
  transition: all 0.2s var(--ease);
}
.gw-hero-ctas .btn-link:hover { color: var(--c-gold); border-bottom-color: var(--c-gold); }

/* Orange boost: main CTA band button becomes pill too, for consistency */
.gw-btn-primary { border-radius: 999px; }
.gw-btn-ghost { border-radius: 999px; }
/* Orange boost: tile CTA arrows sit in an orange circle */
.gw-tile-cta .arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  background: var(--c-gold);
  color: var(--c-white);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
}
.gw-tile-shop .gw-tile-cta .arrow { color: var(--c-white); background: var(--c-gold); }

@media (max-width: 900px) {
  .gw-hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .gw-hero-image { max-width: 380px; margin: 0 auto; }
}


/* ============================================================================
   BRAND LOGO IMAGE (nav)
   ============================================================================ */
.gw-logo-img { padding: 0; }
.gw-brand-img {
  display: block;
  height: 26px;
  width: auto;
}
@media (max-width: 600px) {
  .gw-brand-img { height: 21px; }
}

/* ============================================================================
   MOBILE NAV — open state (toggled by JS via .is-open)
   ============================================================================ */
@media (max-width: 900px) {
  .gw-nav-menu.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--c-white);
    padding: 24px;
    border-bottom: 1px solid var(--c-border);
  }
}
