/*
Theme Name: GoMovers Fieldwork
Theme URI: https://www.gomovers.com.sg
Author: GoMovers Pte. Ltd.
Description: A refined industrial theme for moving, storage, fulfilment and logistics services across Singapore.
Version: 1.4.6
Text Domain: gomovers-fieldwork
*/

:root {
  --gm-ink: #102830;
  --gm-teal: #0d4e52;
  --gm-teal-2: #17666a;
  --gm-mint: #cde9dc;
  --gm-paper: #f5f1e7;
  --gm-white: #fffdf8;
  --gm-orange: #f45d2d;
  --gm-yellow: #f6c84c;
  --gm-line: rgba(11, 41, 45, .16);
  --gm-shadow: 0 24px 70px rgba(11, 41, 45, .14);
  --gm-radius: 22px;
  --gm-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--gm-paper);
  color: var(--gm-ink);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }

.gm-skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 99999;
  padding: 12px 18px; background: var(--gm-orange); color: white;
}
.gm-skip-link:focus { top: 16px; }
.gm-wrap { width: min(calc(100% - 48px), var(--gm-max)); margin-inline: auto; }
.gm-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 18px; color: var(--gm-teal-2); font-weight: 700;
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
}
.gm-kicker::before { content: ""; width: 32px; height: 3px; background: var(--gm-orange); }
.gm-display, h1, h2, h3 {
  margin-top: 0; font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800; line-height: .98; letter-spacing: -.025em;
}
h1 { font-size: clamp(3.6rem, 8vw, 7.6rem); }
h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
h3 { font-size: clamp(1.55rem, 2.2vw, 2.15rem); line-height: 1.05; }
p { margin: 0 0 1.25em; }

.gm-site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255, 255, 255, .94); border-bottom: 1px solid var(--gm-line);
  backdrop-filter: blur(16px);
}
.admin-bar .gm-site-header { top: 32px; }
.gm-header-inner { min-height: 86px; display: flex; align-items: center; gap: 32px; }
.gm-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.gm-brand-logo { display: block; width: clamp(160px, 15vw, 205px); height: auto; }
.gm-brand-mark {
  display: grid; place-items: center; width: 43px; height: 43px;
  border-radius: 12px 12px 12px 3px; color: white; background: var(--gm-teal);
  box-shadow: inset -8px -8px 0 rgba(255,255,255,.08);
}
.gm-brand-mark svg { width: 25px; height: 25px; }
.gm-brand-text { display: grid; line-height: 1; }
.gm-brand-text strong { font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.35rem; letter-spacing: -.02em; }
.gm-brand-text span { margin-top: 5px; color: var(--gm-teal-2); font-size: .58rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.gm-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin-left: auto; }
.gm-nav a { position: relative; text-decoration: none; font-size: .88rem; font-weight: 700; }
.gm-nav .gm-btn { display: none; }
.gm-nav a:not(.gm-btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--gm-orange); transition: right .22s ease; }
.gm-nav a:not(.gm-btn):hover::after,
.gm-nav a:not(.gm-btn):focus-visible::after,
.gm-nav a:not(.gm-btn).is-current::after { right: 0; }
.gm-nav a:not(.gm-btn).is-current {
  color: var(--gm-ink);
}
.gm-menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: var(--gm-ink); padding: 8px; }
.gm-menu-toggle svg { width: 28px; height: 28px; }

.gm-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 23px; border: 2px solid var(--gm-ink);
  border-radius: 999px; background: var(--gm-ink); color: white;
  text-decoration: none; font-size: .9rem; font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.gm-btn:hover, .gm-btn:focus-visible { transform: translateY(-3px); box-shadow: 0 11px 0 rgba(11,41,45,.13); }
.gm-btn--orange { background: var(--gm-orange); border-color: var(--gm-orange); }
.gm-btn--light { background: var(--gm-white); color: var(--gm-ink); border-color: var(--gm-white); }
.gm-btn--outline { background: transparent; color: var(--gm-ink); }
.gm-btn svg { width: 18px; height: 18px; }
.gm-actions { display: flex; flex-wrap: wrap; gap: 13px; }

.gm-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--gm-line); }
.gm-hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(13,78,82,.06) 1px, transparent 1px), linear-gradient(rgba(13,78,82,.06) 1px, transparent 1px);
  background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.gm-hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; min-height: 760px; }
.gm-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 7vw 90px 0; }
.gm-hero h1 { max-width: 760px; margin-bottom: 26px; }
.gm-hero h1 .gm-accent { color: var(--gm-orange); }
.gm-hero-lead { max-width: 680px; margin-bottom: 34px; font-size: clamp(1.08rem, 1.5vw, 1.35rem); line-height: 1.55; }
.gm-hero-media { position: relative; min-height: 640px; margin: 52px 0 52px; border-radius: 180px 0 0 0; overflow: hidden; box-shadow: var(--gm-shadow); }
.gm-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 43% center; }
.gm-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,41,45,.58), transparent 45%); }
.gm-hero-note {
  position: absolute; left: 22px; bottom: 32px; z-index: 2; width: 245px;
  padding: 22px; background: var(--gm-yellow); border: 2px solid var(--gm-ink); box-shadow: 9px 9px 0 var(--gm-ink);
  transform: rotate(-2deg);
}
.gm-hero-note strong { display: block; font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.45rem; line-height: 1; }
.gm-hero-note span { display: block; margin-top: 8px; font-size: .78rem; font-weight: 700; line-height: 1.35; }
.gm-proof-bar { position: relative; z-index: 3; background: var(--gm-ink); color: white; }
.gm-proof-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto; padding: 0; border-right: 1px solid rgba(255,255,255,.17); list-style: none; }
.gm-proof-list li { padding: 20px 22px; border-left: 1px solid rgba(255,255,255,.17); font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.gm-proof-list li:last-child { border-right: 0; }

/* Uses the supplied logo asset directly, so the visible brand lock-up stays exact. */
.gm-brand-photo { position: relative; }
.gm-brand-photo::before {
  content: ""; position: absolute; z-index: 4; top: 18px; right: 18px;
  width: 126px; height: 36px; border: 1px solid rgba(16,40,48,.14); border-radius: 10px;
  background: rgba(255,255,255,.92) url("assets/images/gomovers-logo.png") center / 108px auto no-repeat;
  box-shadow: 0 8px 24px rgba(8,29,36,.14); pointer-events: none;
}

.gm-section { padding: clamp(88px, 10vw, 144px) 0; }
.gm-section--white { background: var(--gm-white); }
.gm-section--teal { background: var(--gm-teal); color: white; }
.gm-section--ink { background: var(--gm-ink); color: white; }
.gm-section--mint { background: var(--gm-mint); }
.gm-section-head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 64px; margin-bottom: 62px; }
.gm-section-head h2 { max-width: 820px; margin-bottom: 0; }
.gm-section-head p { max-width: 560px; margin-bottom: 5px; font-size: 1.08rem; }
.gm-section--teal .gm-kicker, .gm-section--ink .gm-kicker { color: var(--gm-mint); }

.gm-service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.gm-service-card {
  position: relative; grid-column: span 4; min-height: 310px; padding: 30px;
  border: 1px solid var(--gm-line); border-radius: var(--gm-radius); background: var(--gm-white);
  overflow: hidden; transition: transform .24s ease, box-shadow .24s ease;
}
.gm-service-card:nth-child(1), .gm-service-card:nth-child(5) { grid-column: span 6; }
.gm-service-card:hover { transform: translateY(-8px); box-shadow: var(--gm-shadow); }
.gm-service-card .gm-number { color: var(--gm-orange); font-family: "Barlow Semi Condensed", sans-serif; font-weight: 800; font-size: 1rem; }
.gm-service-card h3 { margin: 54px 0 14px; max-width: 340px; }
.gm-service-card p { max-width: 400px; margin: 0; font-size: .95rem; }
.gm-service-card .gm-arrow { position: absolute; right: 26px; top: 26px; display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid var(--gm-line); border-radius: 50%; }
.gm-service-card .gm-arrow svg { width: 20px; height: 20px; }
.gm-service-card--photo { min-height: 390px; padding: 0; color: white; }
.gm-service-card--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gm-service-card--photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,41,45,.92), rgba(11,41,45,.05)); }
.gm-service-card--photo .gm-card-copy { position: absolute; left: 30px; right: 30px; bottom: 27px; z-index: 2; }
.gm-service-card--photo h3 { margin: 0 0 10px; }

.gm-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(46px, 7vw, 100px); align-items: center; }
.gm-split-media { position: relative; }
.gm-split-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 0 120px 0 0; box-shadow: var(--gm-shadow); }
.gm-stamp { position: absolute; right: -24px; bottom: -30px; display: grid; place-items: center; width: 150px; height: 150px; padding: 22px; border-radius: 50%; background: var(--gm-orange); color: white; font-size: .76rem; font-weight: 800; line-height: 1.25; letter-spacing: .08em; text-align: center; text-transform: uppercase; transform: rotate(9deg); }
.gm-checks { display: grid; gap: 12px; margin: 28px 0 34px; padding: 0; list-style: none; }
.gm-checks li { display: flex; gap: 12px; align-items: flex-start; }
.gm-checks svg { flex: 0 0 auto; width: 21px; height: 21px; margin-top: 4px; color: var(--gm-orange); }

.gm-process { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.gm-step { position: relative; min-height: 350px; padding: 36px 42px 30px 0; border-right: 1px solid rgba(255,255,255,.25); }
.gm-step + .gm-step { padding-left: 42px; }
.gm-step:last-child { border-right: 0; }
.gm-step .gm-step-num { display: inline-grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-weight: 800; }
.gm-step h3 { margin: 95px 0 16px; color: var(--gm-yellow); }
.gm-step p { color: rgba(255,255,255,.78); }

.gm-carton { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.gm-carton-visual { position: relative; min-height: 410px; }
.gm-box { position: absolute; border: 3px solid var(--gm-ink); background: var(--gm-yellow); box-shadow: 10px 10px 0 var(--gm-ink); }
.gm-box--one { left: 8%; top: 12%; width: 52%; height: 57%; transform: rotate(-7deg); }
.gm-box--two { right: 5%; top: 23%; width: 48%; height: 56%; background: var(--gm-orange); transform: rotate(7deg); }
.gm-box span { position: absolute; left: 20px; bottom: 18px; font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.35rem; font-weight: 800; line-height: 1; }
.gm-box::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 42px; border-left: 2px solid var(--gm-ink); border-right: 2px solid var(--gm-ink); background: rgba(255,255,255,.18); transform: translateX(-50%); }
.gm-note { padding: 18px 20px; border-left: 4px solid var(--gm-orange); background: rgba(255,255,255,.45); font-size: .9rem; }

.gm-impact { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.gm-impact-card { padding: 40px; border: 1px solid rgba(255,255,255,.27); border-radius: var(--gm-radius); background: rgba(255,255,255,.06); }
.gm-impact-card h3 { color: var(--gm-yellow); }
.gm-impact-card p { color: rgba(255,255,255,.8); }

.gm-cta { position: relative; overflow: hidden; padding: clamp(76px, 9vw, 120px) 0; background: var(--gm-orange); color: white; }
.gm-cta::after { content: "GO"; position: absolute; right: -2vw; bottom: -12vw; color: rgba(255,255,255,.1); font-family: "Barlow Semi Condensed", sans-serif; font-size: 35vw; font-weight: 900; line-height: 1; }
.gm-cta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.gm-cta h2 { margin-bottom: 0; max-width: 850px; }
.gm-cta .gm-actions { justify-content: flex-end; }
.gm-cta--mint { background: var(--gm-mint); color: var(--gm-ink); }
.gm-cta--mint::after { color: rgba(16,40,48,.075); }

.gm-page-hero { padding: clamp(90px, 10vw, 150px) 0 82px; border-bottom: 1px solid var(--gm-line); background: var(--gm-white); }
.gm-page-hero h1 { max-width: 1000px; margin-bottom: 28px; font-size: clamp(3.6rem, 8vw, 7rem); }
.gm-page-hero p { max-width: 800px; font-size: 1.2rem; }
.gm-page-hero .gm-breadcrumb { margin-bottom: 30px; color: var(--gm-teal-2); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gm-page-hero .gm-breadcrumb a { text-decoration: none; }

.gm-feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gm-feature { padding: 28px; border: 1px solid var(--gm-line); border-radius: 18px; background: var(--gm-white); }
.gm-feature h3 { margin-bottom: 12px; font-size: 1.55rem; }
.gm-feature p { margin: 0; font-size: .93rem; }
.gm-services-hero { padding-bottom: clamp(56px, 7vw, 92px); }
.gm-service-jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 42px; }
.gm-service-jump a { padding: 10px 14px; border: 1px solid var(--gm-line); border-radius: 999px; color: var(--gm-ink); font-size: .76rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.gm-service-jump a:hover, .gm-service-jump a:focus-visible { border-color: var(--gm-orange); background: var(--gm-orange); color: white; transform: translateY(-2px); }
.gm-services-directory { background: var(--gm-paper); }
.gm-service-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.gm-service-detail { scroll-margin-top: 118px; overflow: hidden; border: 1px solid var(--gm-line); border-radius: var(--gm-radius); background: var(--gm-white); box-shadow: 0 18px 42px rgba(16,40,48,.06); }
.gm-service-detail__media { position: relative; aspect-ratio: 16 / 8.8; overflow: hidden; background: var(--gm-ink); }
.gm-service-detail__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(16,40,48,.28)); }
.gm-service-detail__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gm-service-detail:hover .gm-service-detail__media img { transform: scale(1.035); }
.gm-service-detail__body { display: flex; flex-direction: column; min-height: 390px; padding: clamp(26px, 3vw, 38px); }
.gm-service-detail__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; color: var(--gm-orange); font-family: "Barlow Semi Condensed", sans-serif; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gm-service-detail__head span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--gm-orange); border-radius: 50%; }
.gm-service-detail__head small { color: var(--gm-teal-2); font-size: .7rem; }
.gm-service-detail h2 { margin-bottom: 14px; font-size: clamp(2rem, 3vw, 2.8rem); }
.gm-service-detail__body > p { color: #244548; }
.gm-service-points { display: grid; gap: 10px; margin: 22px 0 28px; padding: 0; list-style: none; }
.gm-service-points li { position: relative; padding-left: 20px; font-size: .9rem; }
.gm-service-points li::before { content: ""; position: absolute; left: 0; top: .68em; width: 8px; height: 2px; background: var(--gm-orange); }
.gm-service-detail__link { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--gm-ink); font-size: .82rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.gm-service-detail__link svg { width: 18px; color: var(--gm-orange); transition: transform .2s ease; }
.gm-service-detail__link:hover svg { transform: translateX(4px); }
.gm-specialist-capabilities { background: var(--gm-yellow); }
.gm-specialist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gm-specialist-card { display: flex; min-height: 460px; padding: clamp(30px, 4vw, 52px); border: 1px solid var(--gm-ink); border-radius: var(--gm-radius); box-shadow: 8px 8px 0 var(--gm-orange); flex-direction: column; scroll-margin-top: 118px; }
.gm-specialist-card > span { display: inline-block; margin-bottom: 54px; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.gm-specialist-card h2 { max-width: 560px; font-size: clamp(2.6rem, 4.4vw, 4.4rem); }
.gm-specialist-card--yellow { background: var(--gm-white); color: var(--gm-ink); }
.gm-specialist-card--ink { border-color: var(--gm-ink); background: var(--gm-ink); color: white; }
.gm-specialist-card--ink > p { color: rgba(255,255,255,.8); }
.gm-specialist-card > p { margin-bottom: 30px; }
.gm-specialist-card .gm-scope-note { display: grid; grid-template-columns: 130px 1fr; gap: 18px; margin-top: auto; padding: 20px 22px; border: 1px solid rgba(16,40,48,.2); border-radius: 14px; background: rgba(16,40,48,.035); }
.gm-specialist-card--ink .gm-scope-note { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }
.gm-specialist-card .gm-scope-note strong { font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.gm-specialist-card .gm-scope-note p { margin: 0; font-size: .86rem; }
.gm-audience { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gm-audience-card { min-height: 360px; padding: 42px; border-radius: var(--gm-radius); background: var(--gm-mint); }
.gm-audience-card:last-child { background: var(--gm-yellow); }
.gm-audience-card h3 { font-size: 2.5rem; }

/* Business solutions */
.gm-business-hero { position: relative; overflow: hidden; }
.gm-business-hero::after {
  content: "B2B"; position: absolute; right: -.04em; bottom: -.32em; z-index: 0;
  color: rgba(13,78,82,.045); font-family: "Barlow Semi Condensed", sans-serif;
  font-size: clamp(15rem, 33vw, 34rem); font-weight: 900; line-height: 1;
}
.gm-business-hero .gm-wrap { position: relative; z-index: 1; }
.gm-business-hero .gm-kicker { margin-bottom: 20px; font-size: .78rem; }
.gm-pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.gm-pill-row span { padding: 9px 14px; border: 1px solid var(--gm-line); border-radius: 999px; background: rgba(255,255,255,.65); font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.gm-solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gm-solution-card { display: flex; min-height: 500px; padding: 36px; border: 1px solid var(--gm-line); border-radius: var(--gm-radius); background: var(--gm-paper); flex-direction: column; }
.gm-solution-card--accent { background: var(--gm-yellow); }
.gm-solution-card--dark { background: var(--gm-ink); color: white; }
.gm-solution-card .gm-number { color: var(--gm-orange); font-family: "Barlow Semi Condensed", sans-serif; font-size: .88rem; font-weight: 800; letter-spacing: .08em; }
.gm-solution-card--dark .gm-number { color: var(--gm-yellow); }
.gm-solution-card h3 { margin: 60px 0 18px; }
.gm-solution-card p { font-size: .95rem; }
.gm-solution-card ul { display: grid; gap: 12px; margin: auto 0 0; padding: 24px 0 0; border-top: 1px solid currentColor; list-style: none; }
.gm-solution-card li { position: relative; padding-left: 18px; font-size: .88rem; }
.gm-solution-card li::before { content: "+"; position: absolute; left: 0; color: var(--gm-orange); font-weight: 900; }
.gm-solution-card--dark li::before { color: var(--gm-yellow); }

.gm-flow-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.gm-flow-strip article { min-height: 285px; padding: 32px; border-left: 1px solid rgba(255,255,255,.24); }
.gm-flow-strip article:last-child { border-right: 1px solid rgba(255,255,255,.24); }
.gm-flow-strip span { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--gm-yellow); font-weight: 800; }
.gm-flow-strip h3 { margin: 70px 0 12px; color: white; }
.gm-flow-strip p { margin: 0; color: rgba(255,255,255,.72); font-size: .9rem; }
.gm-scope-note { display: grid; grid-template-columns: .55fr 1.45fr; gap: 34px; margin-top: 34px; padding: 26px 30px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: rgba(255,255,255,.06); }
.gm-scope-note strong { color: var(--gm-yellow); }
.gm-scope-note span { color: rgba(255,255,255,.76); font-size: .9rem; }

.gm-workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gm-workflow-grid article { min-height: 300px; padding: 28px; border: 1px solid var(--gm-line); border-radius: 18px; background: var(--gm-white); }
.gm-workflow-grid article > span { color: var(--gm-orange); font-family: "Barlow Semi Condensed", sans-serif; font-weight: 800; }
.gm-workflow-grid h3 { margin: 58px 0 13px; font-size: 1.6rem; }
.gm-workflow-grid p { margin: 0; font-size: .89rem; }
.gm-workflow-grid__cta { background: var(--gm-orange) !important; color: white; }
.gm-workflow-grid__cta > span { color: var(--gm-yellow) !important; }
.gm-workflow-grid__cta a { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; font-weight: 800; }
.gm-workflow-grid__cta a svg { width: 19px; }

.gm-ops-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(48px, 8vw, 110px); align-items: start; }
.gm-ops-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; border-top: 1px solid var(--gm-line); }
.gm-ops-list div { min-height: 180px; padding: 28px 28px 24px 0; border-bottom: 1px solid var(--gm-line); }
.gm-ops-list div:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--gm-line); }
.gm-ops-list dt { margin-bottom: 12px; font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.45rem; font-weight: 800; }
.gm-ops-list dd { margin: 0; color: #244548; font-size: .9rem; }
.gm-checks--light li { padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.78); }
.gm-checks--light svg { color: var(--gm-yellow); }

.gm-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(48px, 8vw, 110px); align-items: start; }
.gm-faq details { border-top: 1px solid var(--gm-line); }
.gm-faq details:last-child { border-bottom: 1px solid var(--gm-line); }
.gm-faq summary { position: relative; padding: 25px 48px 25px 0; font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.35rem; font-weight: 800; cursor: pointer; list-style: none; }
.gm-faq summary::-webkit-details-marker { display: none; }
.gm-faq summary::after { content: "+"; position: absolute; right: 10px; top: 22px; color: var(--gm-orange); font-size: 1.6rem; }
.gm-faq details[open] summary::after { content: "−"; }
.gm-faq details p { max-width: 760px; padding: 0 50px 22px 0; color: #244548; font-size: .95rem; }
.gm-faq-layout > div:first-child > .gm-btn { margin-top: 18px; }
.gm-cta .gm-kicker { color: white; }
.gm-cta .gm-kicker::before { background: var(--gm-yellow); }

.gm-photo-break { position: relative; min-height: clamp(480px, 58vw, 720px); overflow: hidden; background: var(--gm-ink); color: white; }
.gm-photo-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,40,48,.12), rgba(16,40,48,.05) 45%, rgba(16,40,48,.88)); }
.gm-photo-break > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gm-photo-break-copy { position: relative; z-index: 2; display: grid; align-content: end; justify-items: end; min-height: clamp(480px, 58vw, 720px); padding-block: 60px; text-align: right; }
.gm-photo-break-copy .gm-kicker { color: var(--gm-yellow); }
.gm-photo-break-copy h2 { max-width: 720px; margin: 0; }

.gm-contact-section { background: var(--gm-paper); }
.gm-quote-layout { display: grid; grid-template-columns: minmax(280px,.78fr) minmax(0,1.22fr); gap: clamp(28px,4vw,52px); align-items: start; }
.gm-contact-rail { position: sticky; top: 120px; display: grid; min-width: 0; gap: 18px; }
.admin-bar .gm-contact-rail { top: 152px; }
.gm-contact-panel { padding: 34px; border-radius: var(--gm-radius); background: var(--gm-ink); color: white; }
.gm-contact-panel h2 { font-size: 2.9rem; }
.gm-contact-panel a { display: block; margin-top: 15px; color: var(--gm-mint); font-weight: 700; }
.gm-contact-panel__note { margin: 28px 0 0; color: rgba(255,255,255,.65); }
.gm-contact-guide { padding: 28px 30px; border: 1px solid rgba(13,78,82,.18); border-radius: var(--gm-radius); background: var(--gm-mint); }
.gm-contact-guide > span { color: var(--gm-teal-2); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gm-contact-guide h3 { margin: 15px 0 20px; font-size: 2rem; }
.gm-contact-guide ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.gm-contact-guide li { position: relative; padding-left: 21px; color: #244548; font-size: .86rem; }
.gm-contact-guide li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 3px; background: var(--gm-orange); }
.gm-form-card { min-width: 0; max-width: 100%; padding: clamp(28px, 3.8vw, 42px); border: 1px solid var(--gm-line); border-radius: var(--gm-radius); background: var(--gm-white); box-shadow: var(--gm-shadow); scroll-margin-top: 120px; }
.gm-form-card h2 { max-width: 680px; margin-bottom: 18px; font-size: clamp(2.65rem,4.5vw,4.15rem); }
.gm-form-card__intro { max-width: 690px; margin-bottom: 28px; color: #456064; }
.gm-form-card .wpcf7-form { margin-top: 0; }
.gm-form-card .gm-cf7 { display: grid; gap: 16px; }
.gm-form-card .gm-cf7 .gm-row { margin: 0; }
.gm-form-card .gm-cf7 .gm-col { display: grid; min-width: 0; align-content: start; gap: 6px; }
.gm-form-card .gm-cf7 p { margin: 0; }
.gm-form-card .gm-cf7 br { display: none; }
.gm-form-card .gm-cf7 .wpcf7-form-control-wrap { display: block; }
.gm-honeypot { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.gm-form-card label { display: block; margin-bottom: 6px; font-size: .82rem; font-weight: 800; }
.gm-form-card input, .gm-form-card select, .gm-form-card textarea {
  width: 100%; min-height: 50px; margin-top: 0; padding: 11px 13px;
  border: 1px solid var(--gm-line); border-radius: 9px; background: #fff; color: var(--gm-ink);
}
.gm-form-card textarea { min-height: 112px; }
.gm-form-card input:focus, .gm-form-card select:focus, .gm-form-card textarea:focus { outline: 3px solid rgba(244,93,45,.18); border-color: var(--gm-orange); }
.gm-form-card input[type="submit"] { width: auto; min-width: 240px; padding: 16px 32px; border: 0; border-radius: 999px; background: var(--gm-orange); color: white; font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(244,93,45,.16); transition: transform .2s ease, box-shadow .2s ease; }
.gm-form-card input[type="submit"]:hover, .gm-form-card input[type="submit"]:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(244,93,45,.24); }
.gm-form-card .gm-row { display: flex; gap: 16px; }
.gm-form-card .gm-col { flex: 1 1 0; }
.gm-form-card .gm-privacy-note { max-width: 720px; margin-top: 4px; color: #34565a; font-size: .82rem; line-height: 1.65; text-align: left; }
.gm-form-card .gm-footnote { display: inline-flex; align-items: center; gap: 9px; width: fit-content; margin-top: 14px; padding: 10px 14px; border: 1px solid rgba(13,78,82,.18); border-radius: 12px; background: var(--gm-mint); color: var(--gm-ink); font-size: .84rem; font-weight: 800; line-height: 1.35; letter-spacing: .01em; }
.gm-form-card .gm-footnote::before { content: "✓"; display: grid; place-items: center; flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; background: var(--gm-teal); color: white; font-size: .72rem; font-weight: 900; }
.gm-form-card [data-id="gm-after-service"] > .gm-actions { margin-top: 24px; }
.wpcf7-response-output { margin: 20px 0 0 !important; padding: 14px !important; border-radius: 8px; }

.gm-prose { width: min(calc(100% - 48px), 920px); margin-inline: auto; padding: 90px 0 120px; }
.gm-prose > * { max-width: 100%; }
.gm-prose h1 { font-size: clamp(3rem, 6vw, 5.4rem); }
.gm-prose h2 { margin-top: 2.2em; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; }
.gm-prose h3 { margin-top: 1.8em; font-size: 1.55rem; line-height: 1.2; }
.gm-prose p, .gm-prose li { color: #244548; }
.gm-prose a { color: var(--gm-teal-2); }
.gm-prose .alignfull { max-width: 100%; margin-inline: 0; }
.gm-prose .gm-legal-columns { display: block !important; }
.gm-prose .gm-legal-nav { display: none !important; }
.gm-prose .gm-legal-content { width: 100% !important; }
.gm-prose .gm-legal-section { padding: 0 !important; background: transparent !important; }

/* Dedicated service pages */
.gm-service-detail { background: var(--gm-paper); }
.gm-service-detail__hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0 76px;
  color: var(--gm-white);
  background:
    linear-gradient(110deg, rgba(13, 44, 52, .98) 0 66%, rgba(13, 78, 82, .95) 66% 100%),
    var(--gm-ink);
}
.gm-service-detail__hero::after {
  content: "GO";
  position: absolute;
  right: -2vw;
  bottom: -9rem;
  color: rgba(255, 255, 255, .055);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: clamp(18rem, 35vw, 38rem);
  font-weight: 900;
  line-height: .7;
  pointer-events: none;
}
.gm-service-detail__hero .gm-wrap { position: relative; z-index: 1; }
.gm-service-detail__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, .65);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gm-service-detail__breadcrumb a { color: var(--gm-yellow); text-decoration: none; }
.gm-service-detail__hero .gm-kicker { color: var(--gm-mint); }
.gm-service-detail__hero h1 {
  max-width: 900px;
  margin: 22px 0 24px;
  color: var(--gm-white);
  font-size: clamp(3.4rem, 7.5vw, 7.4rem);
  line-height: .88;
  letter-spacing: -.045em;
}
.gm-service-detail__promise {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}
.gm-service-detail__facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.gm-service-detail__facts span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: var(--gm-white);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.gm-service-detail__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 46px;
  align-items: start;
  padding-top: 78px;
  padding-bottom: 110px;
}
.gm-service-detail__content {
  min-width: 0;
  padding: 46px clamp(28px, 5vw, 64px) 68px;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  background: var(--gm-white);
  box-shadow: 0 18px 55px rgba(11, 41, 45, .09);
}
.gm-service-detail__content > p:first-child {
  margin-top: 0;
  color: var(--gm-ink);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem) !important;
  line-height: 1.5;
}
.gm-service-detail__content h2 {
  margin: 64px 0 22px;
  padding-top: 25px;
  border-top: 1px solid var(--gm-line);
  color: var(--gm-ink);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
}
.gm-service-detail__content h3 { margin: 34px 0 8px; color: var(--gm-ink); font-size: 1.45rem; line-height: 1.2; }
.gm-service-detail__content p,
.gm-service-detail__content li { color: #315156; }
.gm-service-detail__content a { color: var(--gm-teal-2); font-weight: 700; }
.gm-service-detail__content .wp-block-buttons { gap: 10px; margin: 30px 0 46px; }
.gm-service-detail__content .wp-block-button__link { text-decoration: none; }
.gm-service-detail__content .wp-block-columns { gap: 18px; margin: 42px 0; }
.gm-service-detail__content .wp-block-column {
  padding: 28px;
  border: 1px solid var(--gm-line);
  border-radius: 18px;
  background: #faf7ef;
}
.gm-service-detail__content .wp-block-column:nth-child(2) { background: var(--gm-mint); }
.gm-service-detail__content .wp-block-column h2 { margin-top: 0; padding-top: 0; border-top: 0; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.gm-service-detail__content ul,
.gm-service-detail__content ol { padding-left: 1.25rem; }
.gm-service-detail__content li + li { margin-top: 10px; }
.gm-service-detail__aside {
  position: sticky;
  top: 112px;
  padding: 34px;
  border-radius: var(--gm-radius);
  color: var(--gm-white);
  background: var(--gm-ink);
  box-shadow: var(--gm-shadow);
}
.admin-bar .gm-service-detail__aside { top: 144px; }
.gm-service-detail__aside .gm-kicker { color: var(--gm-yellow); }
.gm-service-detail__aside h2 { margin: 17px 0; color: var(--gm-white); font-size: 2.45rem; line-height: .98; }
.gm-service-detail__aside p { color: rgba(255, 255, 255, .73); }
.gm-service-detail__aside .gm-btn { width: 100%; margin: 14px 0 20px; justify-content: space-between; }
.gm-service-detail__contact { display: block; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .13); color: var(--gm-mint); font-weight: 700; }
.gm-service-detail__note { display: grid; gap: 3px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .18); }
.gm-service-detail__note strong { color: var(--gm-yellow); }
.gm-service-detail__note span { color: rgba(255, 255, 255, .66); font-size: .84rem; line-height: 1.55; }
.gm-service-detail__closing { padding: 70px 0; background: var(--gm-orange); }
.gm-service-detail__closing .gm-wrap { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.gm-service-detail__closing .gm-kicker { color: var(--gm-ink); }
.gm-service-detail__closing h2 { max-width: 760px; margin: 16px 0 0; color: var(--gm-ink); font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .92; }

@media (max-width: 980px) {
  .gm-service-detail__shell { grid-template-columns: 1fr; }
  .gm-service-detail__aside { position: static; display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .7fr); gap: 8px 28px; }
  .gm-service-detail__aside .gm-kicker,
  .gm-service-detail__aside h2,
  .gm-service-detail__aside p { grid-column: 1; }
  .gm-service-detail__aside .gm-btn,
  .gm-service-detail__aside .gm-service-detail__contact,
  .gm-service-detail__aside .gm-service-detail__note { grid-column: 2; }
  .gm-service-detail__aside .gm-btn { grid-row: 1 / span 2; align-self: end; }
}

@media (max-width: 720px) {
  .gm-service-detail__hero { padding: 34px 0 54px; }
  .gm-service-detail__breadcrumb { margin-bottom: 30px; }
  .gm-service-detail__hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .gm-service-detail__shell { gap: 26px; padding-top: 34px; padding-bottom: 64px; }
  .gm-service-detail__content { padding: 28px 20px 45px; border-radius: 16px; }
  .gm-service-detail__content h2 { margin-top: 46px; }
  .gm-service-detail__content .wp-block-columns { display: grid; }
  .gm-service-detail__content .wp-block-column { padding: 22px; }
  .gm-service-detail__content .wp-block-buttons { display: grid; }
  .gm-service-detail__content .wp-block-button,
  .gm-service-detail__content .wp-block-button__link { width: 100%; text-align: center; }
  .gm-service-detail__aside { display: block; padding: 28px 24px; }
  .gm-service-detail__aside h2 { font-size: 2.2rem; }
  .gm-service-detail__closing { padding: 56px 0 96px; }
  .gm-service-detail__closing .gm-wrap { display: grid; }
  .gm-service-detail__closing .gm-btn { width: 100%; }
}

.gm-site-footer { background: #081d24; color: white; }
.gm-footer-top { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 70px; padding: 78px 0 60px; }
.gm-footer-brand p { max-width: 440px; color: rgba(255,255,255,.72); font-size: .94rem; line-height: 1.7; }
.gm-footer-brand-lockup { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 18px; color: white; text-decoration: none; }
.gm-footer-brand-lockup img { width: 54px; height: 54px; padding: 8px; border-radius: 12px 12px 12px 3px; background: var(--gm-mint); object-fit: contain; box-shadow: inset -5px -5px 0 rgba(16,40,48,.08); }
.gm-footer-brand-lockup span { display: grid; line-height: 1; }
.gm-footer-brand-lockup strong { color: var(--gm-white); font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.45rem; letter-spacing: -.02em; }
.gm-footer-brand-lockup small { margin-top: 7px; color: var(--gm-yellow); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.gm-footer-heading { margin-bottom: 19px; color: var(--gm-yellow); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gm-footer-links { display: grid; gap: 10px; font-size: .94rem; line-height: 1.5; }
.gm-footer-address { display: grid; gap: 4px; margin: 10px 0 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.72); font-style: normal; line-height: 1.45; }
.gm-footer-address strong { color: white; font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; }
.gm-footer-company-id { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; width: max-content; max-width: 100%; margin-top: 22px; padding: 10px 14px; border: 1px solid rgba(205,233,220,.28); border-radius: 999px; color: rgba(255,255,255,.72); font-size: .78rem; }
.gm-footer-company-id strong { color: var(--gm-mint); letter-spacing: .05em; }
.gm-footer-links a { color: rgba(255,255,255,.78); text-decoration: none; }
.gm-footer-links a:hover { color: white; }
.gm-footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.6); font-size: .79rem; }
.gm-footer-bottom a { color: inherit; }

.gm-empty { padding: 120px 0; text-align: center; }
.gm-empty h1 { font-size: clamp(4rem, 10vw, 9rem); }

/* Projects and verified proof */
.gm-proof-section { padding-top: clamp(72px, 8vw, 110px); padding-bottom: clamp(72px, 8vw, 110px); }
.gm-proof-showcase { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(42px, 7vw, 90px); align-items: center; }
.gm-proof-showcase h2 { max-width: 650px; }
.gm-proof-showcase > div > p { max-width: 580px; }
.gm-proof-project { position: relative; min-height: 440px; overflow: hidden; border-radius: 110px 0 0 0; color: white; text-decoration: none; box-shadow: var(--gm-shadow); }
.gm-proof-project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,40,48,.94), rgba(16,40,48,.02) 70%); }
.gm-proof-project img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gm-proof-project:hover img { transform: scale(1.035); }
.gm-proof-project > span { position: absolute; left: 30px; right: 30px; bottom: 26px; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: .84rem; font-weight: 700; }
.gm-proof-project strong { display: block; font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.55rem; }
.gm-proof-project svg { flex: 0 0 auto; width: 25px; }
.gm-google-proof { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 30px; padding: 24px 28px; border: 1px solid var(--gm-line); border-radius: 18px; background: var(--gm-paper); }
.gm-google-proof > div { display: grid; grid-template-columns: auto auto; column-gap: 13px; align-items: center; }
.gm-google-proof__stars { grid-row: span 2; color: #f4b400; font-size: 1.3rem; letter-spacing: .05em; }
.gm-google-proof strong { font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.25rem; }
.gm-google-proof small { color: #486064; }

.gm-projects-hero { overflow: hidden; }
.gm-projects-hero::after { content: "GO"; position: absolute; right: -1vw; bottom: -.27em; color: rgba(13,78,82,.04); font-family: "Barlow Semi Condensed", sans-serif; font-size: clamp(15rem, 33vw, 34rem); font-weight: 900; line-height: 1; }
.gm-projects-hero .gm-wrap { position: relative; z-index: 1; }
.gm-project-format { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--gm-line); border-bottom: 1px solid var(--gm-line); }
.gm-project-format article { min-height: 310px; padding: 32px; border-left: 1px solid var(--gm-line); }
.gm-project-format article:last-child { border-right: 1px solid var(--gm-line); }
.gm-project-format span, .gm-project-card > span, .gm-project-card > div > span { color: var(--gm-orange); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.gm-project-format h3 { margin: 78px 0 12px; }
.gm-project-format p { margin: 0; font-size: .88rem; }
.gm-project-proof { position: relative; overflow: hidden; background: var(--gm-mint); }
.gm-project-proof::after { content: "PROOF"; position: absolute; right: -1vw; top: -.18em; color: rgba(13,78,82,.045); font-family: "Barlow Semi Condensed", sans-serif; font-size: clamp(10rem,24vw,24rem); font-weight: 900; line-height: 1; pointer-events: none; }
.gm-project-proof .gm-wrap { position: relative; z-index: 1; }
.gm-project-proof .gm-section-head > p { color: #244548; }
.gm-project-proof .gm-project-format { border-color: rgba(13,78,82,.22); }
.gm-project-proof .gm-project-format article { border-color: rgba(13,78,82,.22); background: rgba(255,255,255,.26); transition: background .25s ease, transform .25s ease; }
.gm-project-proof .gm-project-format article:hover { background: rgba(255,255,255,.62); transform: translateY(-7px); }
.gm-project-proof .gm-project-format h3 { color: var(--gm-ink); }
.gm-project-proof .gm-project-format p { color: #244548; }
.gm-project-feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 680px; background: var(--gm-ink); color: white; }
.gm-project-feature__media { min-height: 560px; }
.gm-project-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.gm-project-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 110px); }
.gm-project-feature__copy .gm-kicker { color: var(--gm-mint); }
.gm-project-feature__copy p { color: rgba(255,255,255,.76); }
.gm-project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.gm-project-card { position: relative; isolation: isolate; display: flex; grid-column: span 4; min-height: 340px; padding: 30px; overflow: hidden; border: 1px solid var(--gm-line); border-radius: var(--gm-radius); background: var(--gm-white); flex-direction: column; transition: transform .24s ease, box-shadow .24s ease; }
.gm-project-card:nth-child(1), .gm-project-card:nth-child(5) { grid-column: span 6; }
.gm-project-card:not(.gm-project-card--photo)::before { content: attr(data-index); position: absolute; z-index: -1; right: 20px; top: 8px; color: rgba(16,40,48,.06); font-family: "Barlow Semi Condensed", sans-serif; font-size: clamp(5.5rem, 9vw, 8.5rem); font-weight: 900; line-height: 1; }
.gm-project-card:hover { transform: translateY(-7px); box-shadow: var(--gm-shadow); }
.gm-project-card > span { color: var(--gm-orange); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.gm-project-card h3 { margin: auto 0 14px; }
.gm-project-card p { margin: 0; font-size: .9rem; }
.gm-project-card--mint { background: var(--gm-mint); }
.gm-project-card--yellow { background: var(--gm-yellow); }
.gm-project-card--orange { background: var(--gm-orange); color: white; }
.gm-project-card--orange > span { color: var(--gm-yellow); }
.gm-project-card--orange::before, .gm-project-card--ink::before { color: rgba(255,255,255,.12) !important; }
.gm-project-card--ink { background: var(--gm-ink); color: white; }
.gm-project-card--ink > span { color: var(--gm-yellow); }
.gm-project-card--photo { min-height: 430px; padding: 0; color: white; }
.gm-project-card--photo { display: block; }
.gm-project-card--photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,40,48,.95), rgba(16,40,48,.04)); }
.gm-project-card--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gm-project-card--photo > div { position: absolute; left: 30px; right: 30px; bottom: 28px; z-index: 2; }
.gm-project-card--photo h3 { margin: 14px 0; }
.gm-project-ready { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 100px); align-items: end; }
.gm-project-ready > div:last-child p { color: rgba(255,255,255,.78); }

/* 1.3 visual service system */
.gm-service-grid--visual .gm-service-card {
  display: block; grid-column: span 6; min-height: 470px; padding: 0;
  border: 0; background: var(--gm-ink); color: white; text-decoration: none;
}
.gm-service-grid--visual .gm-service-card--compact { grid-column: span 3; min-height: 355px; }
.gm-service-grid--visual .gm-service-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .75s cubic-bezier(.2,.65,.2,1), filter .4s ease;
}
.gm-service-grid--visual .gm-service-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,31,37,.98) 0, rgba(8,31,37,.6) 42%, rgba(8,31,37,.04) 78%);
}
.gm-service-grid--visual .gm-service-card:hover img,
.gm-service-grid--visual .gm-service-card:focus-visible img { transform: scale(1.055); filter: saturate(1.08); }
.gm-service-grid--visual .gm-card-copy { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; }
.gm-service-grid--visual .gm-service-card h3 { margin: 9px 0 10px; max-width: 470px; }
.gm-service-grid--visual .gm-service-card p { max-width: 540px; color: rgba(255,255,255,.82); }
.gm-service-grid--visual .gm-service-card--compact h3 { font-size: 1.65rem; }
.gm-service-grid--visual .gm-service-card--compact p { font-size: .86rem; }
.gm-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--gm-yellow); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.gm-card-link svg { width: 18px; }
.gm-feature[id] { scroll-margin-top: 120px; }

/* A low-friction homepage quote starter; detailed enquiries stay on the Contact page */
.gm-quick-quote-section { padding-block: clamp(72px, 8vw, 112px); scroll-margin-top: 95px; background: var(--gm-yellow); }
.gm-quick-quote { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 5vw, 68px); align-items: center; }
.gm-quick-quote__intro h2 { margin-bottom: 28px; }
.gm-quick-quote__intro > p:not(.gm-kicker) { max-width: 560px; }
.gm-quick-quote__intro > a { font-weight: 800; }
.gm-quick-quote__promise { display: grid; gap: 5px; max-width: 560px; margin: 30px 0; padding: 20px 22px; border: 2px solid var(--gm-ink); background: rgba(255,255,255,.36); box-shadow: 7px 7px 0 var(--gm-ink); transform: rotate(-1deg); }
.gm-quick-quote__promise strong { font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.25rem; }
.gm-quick-quote__promise span { font-size: .86rem; }
.gm-quote-starter { padding: clamp(26px, 3.4vw, 40px); border: 2px solid var(--gm-ink); border-radius: var(--gm-radius); background: var(--gm-white); box-shadow: 14px 14px 0 var(--gm-ink); }
.gm-quote-starter__head { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--gm-line); }
.gm-quote-starter__head > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--gm-orange); color: white; font-weight: 900; }
.gm-quote-starter__head > div { display: grid; }
.gm-quote-starter__head strong { font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.55rem; line-height: 1; }
.gm-quote-starter__head small { margin-top: 6px; color: #587074; font-size: .72rem; }
.gm-quote-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gm-quote-starter label { display: grid; gap: 7px; }
.gm-quote-starter label > span { font-size: .76rem; font-weight: 800; }
.gm-quote-starter input, .gm-quote-starter select { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--gm-line); border-radius: 10px; background: white; color: var(--gm-ink); }
.gm-quote-starter input:focus, .gm-quote-starter select:focus { outline: 3px solid rgba(244,93,45,.16); border-color: var(--gm-orange); }
.gm-quote-field--wide { grid-column: 1 / -1; }
.gm-quote-starter .gm-btn { width: 100%; margin-top: 22px; }
.gm-quote-privacy { margin: 15px 0 0; color: #587074; font-size: .72rem; line-height: 1.5; }
.gm-quote-privacy a { font-weight: 700; }

.gm-mobile-contact-bar { display: none; }

/* A real-work visual break between structured sections */
.gm-operations-reel { display: grid; grid-template-columns: 1.7fr 1fr 1fr; min-height: 520px; background: var(--gm-ink); }
.gm-operation-shot { position: relative; min-height: 420px; overflow: hidden; border-right: 3px solid var(--gm-paper); }
.gm-operation-shot:last-child { border-right: 0; }
.gm-operation-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.65,.2,1); }
.gm-operation-shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,31,37,.86), transparent 55%); }
.gm-operation-shot span { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; color: white; font-weight: 800; font-size: .8rem; letter-spacing: .07em; text-transform: uppercase; }
.gm-operation-shot:hover img { transform: scale(1.045); }

/* Giving back is a major GoMovers brand pillar, not a small footer-style statement. */
.gm-giving { position: relative; overflow: hidden; background: var(--gm-orange); color: var(--gm-ink); }
.gm-giving::before { content: "GIVE BACK"; position: absolute; right: -2vw; bottom: -7vw; color: rgba(255,253,248,.13); font-family: "Barlow Semi Condensed", sans-serif; font-size: clamp(8rem, 21vw, 23rem); font-weight: 900; line-height: .72; letter-spacing: -.07em; white-space: nowrap; pointer-events: none; }
.gm-giving .gm-wrap { position: relative; z-index: 1; }
.gm-giving-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: clamp(44px, 6vw, 76px); padding-bottom: 22px; border-bottom: 2px solid var(--gm-ink); }
.gm-giving-head .gm-kicker { margin: 0; color: var(--gm-ink); }
.gm-giving-head > span { font-size: .76rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.gm-giving-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(52px, 8vw, 110px); align-items: start; }
.gm-giving-copy h2 { max-width: 720px; margin-bottom: 32px; font-size: clamp(3.4rem, 6vw, 6.5rem); line-height: .86; }
.gm-giving-copy > p { max-width: 690px; color: var(--gm-ink); }
.gm-giving-note { padding: 22px 24px; border: 2px solid var(--gm-ink); background: var(--gm-yellow); box-shadow: 8px 8px 0 var(--gm-ink); font-size: .92rem; }
.gm-giving-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--gm-ink); font-size: .79rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.gm-giving-link svg { width: 19px; }
.gm-giving-steps { display: grid; gap: 12px; counter-reset: giving; }
.gm-giving-steps article { display: grid; grid-template-columns: 62px 1fr; column-gap: 22px; padding: 27px 28px; border: 2px solid var(--gm-ink); border-radius: 18px; background: var(--gm-ink); color: white; box-shadow: 7px 7px 0 var(--gm-yellow); transition: transform .25s ease, box-shadow .25s ease; }
.gm-giving-steps article:hover { transform: translate(-6px,-4px); box-shadow: 13px 11px 0 var(--gm-yellow); }
.gm-giving-steps article > span { grid-row: span 2; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--gm-yellow); color: var(--gm-ink); font-weight: 900; }
.gm-giving-steps h3 { margin: 1px 0 7px; color: white; font-size: 1.55rem; }
.gm-giving-steps p { margin: 0; color: rgba(255,255,255,.74); font-size: .88rem; }

/* Verified Google profile placeholder is visible only to signed-in site editors */
.gm-google-proof--preview { border-style: dashed; background: #fffaf0; }
.gm-google-proof__mark { grid-row: span 2; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: white; color: #4285f4; box-shadow: 0 5px 18px rgba(16,40,48,.12); font-size: 1.5rem; font-weight: 900; }
.gm-review-status { padding: 9px 13px; border-radius: 999px; background: var(--gm-yellow); color: var(--gm-ink); font-size: .74rem; font-weight: 800; }

/* Project stories use original supplied photographs without publishing client details */
.gm-case-study { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 760px; }
.gm-case-study--dark { background: var(--gm-ink); color: white; }
.gm-case-study--light { grid-template-columns: .85fr 1.15fr; background: var(--gm-white); }
.gm-case-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; min-height: 760px; gap: 3px; background: var(--gm-paper); overflow: hidden; }
.gm-case-gallery figure { min-width: 0; margin: 0; overflow: hidden; }
.gm-case-gallery__lead { grid-row: 1 / -1; }
.gm-case-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.65,.2,1); }
.gm-case-gallery figure:hover img { transform: scale(1.045); }
.gm-case-gallery--portrait .gm-case-gallery__lead img { object-position: center; }
.gm-case-gallery--pair { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
.gm-case-gallery--pair figure { min-height: 760px; }
.gm-case-gallery--pair img { object-position: center; }
.gm-case-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 7vw, 105px); }
.gm-case-study--dark .gm-kicker { color: var(--gm-mint); }
.gm-case-intro { margin-bottom: 32px; color: inherit; opacity: .78; }
.gm-case-facts { display: grid; margin: 0; border-top: 1px solid currentColor; }
.gm-case-facts div { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid currentColor; }
.gm-case-study--dark .gm-case-facts { border-color: rgba(255,255,255,.2); }
.gm-case-study--dark .gm-case-facts div { border-color: rgba(255,255,255,.2); }
.gm-case-facts dt { color: var(--gm-orange); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gm-case-study--dark .gm-case-facts dt { color: var(--gm-yellow); }
.gm-case-facts dd { margin: 0; font-size: .88rem; opacity: .78; }

/* Legal pages: keep the complete copy, present it as a designed resource */
.gm-legal-page { background: var(--gm-white); }
.gm-legal-page > .gm-hero-bg,
.gm-legal-page > .wp-block-uagb-container:first-child { position: relative; overflow: hidden; padding: clamp(80px, 10vw, 140px) 0 72px; background: var(--gm-ink) !important; color: white; }
.gm-legal-page > .gm-hero-bg::after,
.gm-legal-page > .wp-block-uagb-container:first-child::after { content: "GO"; position: absolute; right: -2vw; bottom: -.34em; color: rgba(255,255,255,.035); font-family: "Barlow Semi Condensed", sans-serif; font-size: clamp(16rem, 36vw, 36rem); font-weight: 900; line-height: 1; }
.gm-legal-page > .gm-hero-bg > *,
.gm-legal-page > .wp-block-uagb-container:first-child > * { position: relative; z-index: 1; }
.gm-legal-page .gm-hero-bg > .uagb-container-inner-blocks-wrap,
.gm-legal-page > .wp-block-uagb-container:first-child > .uagb-container-inner-blocks-wrap { width: min(calc(100% - 48px), var(--gm-max)); margin-inline: auto; }
.gm-legal-page .gm-hero-bg h1,
.gm-legal-page > .wp-block-uagb-container:first-child h1 { max-width: 950px; margin-bottom: 24px; font-size: clamp(3.4rem, 8vw, 7rem); }
.gm-legal-page .gm-hero-bg p,
.gm-legal-page > .wp-block-uagb-container:first-child p { max-width: 780px; color: rgba(255,255,255,.72); }
.gm-legal-page .gm-hero-bg ul,
.gm-legal-page > .wp-block-uagb-container:first-child ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; max-width: 1000px; margin: 38px 0 0; padding: 0; list-style: none; }
.gm-legal-page .gm-hero-bg li,
.gm-legal-page > .wp-block-uagb-container:first-child li { padding: 17px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: rgba(255,255,255,.84); font-size: .82rem; }
.gm-legal-columns { width: min(calc(100% - 48px), var(--gm-max)); margin-inline: auto; padding: clamp(70px, 9vw, 120px) 0; display: grid !important; grid-template-columns: 285px minmax(0,1fr); gap: clamp(45px, 7vw, 95px); align-items: start; }
.gm-legal-nav { display: block !important; position: sticky; top: 118px; max-height: calc(100vh - 150px); overflow: auto; padding: 26px; border-radius: 18px; background: var(--gm-ink); color: white; }
.admin-bar .gm-legal-nav { top: 150px; }
.gm-legal-nav h2, .gm-legal-nav h3 { margin-bottom: 18px; color: var(--gm-yellow); font-size: 1.35rem; }
.gm-legal-nav ol, .gm-legal-nav ul { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.gm-legal-nav a { display: block; padding: 8px 10px; border-radius: 8px; color: rgba(255,255,255,.72); text-decoration: none; font-size: .78rem; line-height: 1.35; }
.gm-legal-nav a:hover, .gm-legal-nav a:focus-visible { background: rgba(255,255,255,.1); color: white; }
.gm-legal-content { min-width: 0; width: 100% !important; }
.gm-legal-section { padding: 0 0 50px !important; margin: 0 0 50px; border-bottom: 1px solid var(--gm-line); background: transparent !important; scroll-margin-top: 130px; }
.gm-legal-section h2 { max-width: 780px; margin-bottom: 24px; font-size: clamp(2rem, 3.5vw, 3.25rem); }
.gm-legal-section h3 { margin-top: 30px; font-size: 1.35rem; line-height: 1.2; }
.gm-legal-section p, .gm-legal-section li { max-width: 850px; color: #28484c; }
.gm-legal-section ul, .gm-legal-section ol { display: grid; gap: 10px; padding-left: 23px; }
.gm-legal-section a { color: var(--gm-teal-2); font-weight: 700; }
.gm-legal-help { padding: 28px !important; border: 1px solid var(--gm-line); border-radius: 18px; background: var(--gm-mint) !important; }

/* Clean legal-document renderer: the stored copy stays intact while legacy block layout is removed. */
.gm-legal-document { background: #edf2ee; }
.gm-legal-hero { position: relative; overflow: hidden; padding: clamp(82px,10vw,138px) 0 76px; background: var(--gm-ink); color: white; }
.gm-legal-hero::after { content: "GO"; position: absolute; right: -2vw; bottom: -.37em; color: rgba(255,255,255,.035); font-family: "Barlow Semi Condensed", sans-serif; font-size: clamp(18rem,38vw,38rem); font-weight: 900; line-height: 1; pointer-events: none; }
.gm-legal-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(240px,.75fr); gap: clamp(45px,8vw,110px); align-items: end; }
.gm-legal-hero .gm-kicker { color: var(--gm-mint); }
.gm-legal-hero h1 { max-width: 870px; margin-bottom: 27px; font-size: clamp(4rem,8vw,7.4rem); }
.gm-legal-hero__summary { max-width: 760px; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1rem,1.5vw,1.2rem); }
.gm-legal-hero__facts { display: grid; gap: 9px; }
.gm-legal-hero__facts span { padding: 14px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; color: rgba(255,255,255,.78); font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.gm-legal-shell { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: clamp(36px,6vw,82px); align-items: start; padding-top: clamp(58px,7vw,92px); padding-bottom: clamp(80px,9vw,130px); }
.gm-legal-toc { position: sticky; top: 118px; display: grid; gap: 18px; }
.admin-bar .gm-legal-toc { top: 150px; }
.gm-legal-toc details { overflow: hidden; border-radius: 18px; background: var(--gm-ink); color: white; }
.gm-legal-toc summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 22px 23px; color: var(--gm-yellow); font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.35rem; font-weight: 800; cursor: pointer; list-style: none; }
.gm-legal-toc summary::-webkit-details-marker { display: none; }
.gm-legal-toc summary span { color: rgba(255,255,255,.48); font-family: "IBM Plex Sans", sans-serif; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.gm-legal-toc details > nav { display: grid !important; max-height: calc(100vh - 230px); overflow: auto; padding: 0 12px 18px; }
.gm-legal-toc nav a { display: grid; grid-template-columns: 30px 1fr; gap: 8px; padding: 9px 10px; border-radius: 8px; color: rgba(255,255,255,.72); text-decoration: none; font-size: .76rem; line-height: 1.35; }
.gm-legal-toc nav a span { color: var(--gm-yellow); font-family: "Barlow Semi Condensed", sans-serif; font-weight: 800; }
.gm-legal-toc nav a:hover, .gm-legal-toc nav a:focus-visible { background: rgba(255,255,255,.1); color: white; }
.gm-legal-toc__help { padding: 24px; border: 1px solid rgba(13,78,82,.18); border-radius: 18px; background: var(--gm-mint); }
.gm-legal-toc__help strong { font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.35rem; }
.gm-legal-toc__help p { margin: 8px 0 16px; color: #34565a; font-size: .8rem; }
.gm-legal-toc__help a { display: inline-flex; align-items: center; gap: 8px; color: var(--gm-teal); font-size: .8rem; font-weight: 900; }
.gm-legal-toc__help svg { width: 17px; }
.gm-legal-body { min-width: 0; }
.gm-legal-note { display: grid; grid-template-columns: minmax(170px,.45fr) 1fr; gap: 26px; margin-bottom: 22px; padding: 24px 26px; border: 2px solid var(--gm-ink); border-radius: 16px; background: var(--gm-yellow); box-shadow: 8px 8px 0 var(--gm-ink); }
.gm-legal-note strong { font-family: "Barlow Semi Condensed", sans-serif; font-size: 1.35rem; line-height: 1.05; }
.gm-legal-note p { margin: 0; color: #28484c; font-size: .88rem; }
.gm-legal-doc-section { display: grid; grid-template-columns: 64px minmax(0,1fr); gap: clamp(20px,3vw,36px); margin-bottom: 18px; padding: clamp(28px,4vw,46px); border: 1px solid rgba(13,78,82,.16); border-radius: 20px; background: var(--gm-white); scroll-margin-top: 120px; box-shadow: 0 13px 38px rgba(11,41,45,.055); }
.gm-legal-doc-section__index { display: grid; place-items: center; align-self: start; width: 54px; height: 54px; border-radius: 50%; background: var(--gm-orange); color: white; font-family: "Barlow Semi Condensed", sans-serif; font-size: 1rem; font-weight: 900; }
.gm-legal-doc-section h2 { max-width: 780px; margin: 2px 0 24px; font-size: clamp(2rem,3.5vw,3.1rem); line-height: 1; }
.gm-legal-doc-section__copy { color: #28484c; }
.gm-legal-doc-section__copy > :last-child { margin-bottom: 0; }
.gm-legal-doc-section__copy h3 { margin: 31px 0 13px; font-size: 1.45rem; line-height: 1.15; }
.gm-legal-doc-section__copy p { max-width: 850px; }
.gm-legal-doc-section__copy ul, .gm-legal-doc-section__copy ol { display: grid; gap: 9px; margin: 18px 0 24px; padding-left: 22px; }
.gm-legal-doc-section__copy li::marker { color: var(--gm-orange); font-weight: 800; }
.gm-legal-doc-section__copy a { color: var(--gm-teal-2); font-weight: 700; }
.gm-legal-contact { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; margin-top: 26px; padding: clamp(31px,5vw,52px); border-radius: 20px; background: var(--gm-teal); color: white; }
.gm-legal-contact .gm-kicker { color: var(--gm-mint); }
.gm-legal-contact h2 { margin: 0; font-size: clamp(2.6rem,5vw,4.4rem); }
.gm-legal-contact > div:last-child { display: grid; justify-items: end; gap: 13px; }
.gm-legal-contact > div:last-child > a:last-child { color: var(--gm-mint); font-size: .86rem; font-weight: 700; }

/* Progressive enhancement: motion never hides content when JavaScript is unavailable */
@media (prefers-reduced-motion: no-preference) {
  .js-gm-motion .gm-motion-item { opacity: 0; transform: translateY(28px); transition: opacity .65s ease var(--gm-motion-delay,0ms), transform .65s cubic-bezier(.2,.65,.2,1) var(--gm-motion-delay,0ms); }
  .js-gm-motion .gm-motion-item.is-inview { opacity: 1; transform: translateY(0); }
}

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

@media (prefers-reduced-motion: no-preference) {
  .gm-reveal { animation: gm-rise .7s ease both; }
  .gm-reveal--2 { animation-delay: .12s; }
  .gm-reveal--3 { animation-delay: .24s; }
  @keyframes gm-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1080px) {
  .gm-nav { position: fixed; inset: 87px 0 auto; display: none; padding: 32px 24px 38px; background: var(--gm-paper); border-bottom: 1px solid var(--gm-line); box-shadow: var(--gm-shadow); }
  .admin-bar .gm-nav { top: 119px; }
  .gm-nav.is-open { display: grid; }
  .gm-nav a { font-size: 1.25rem; }
  .gm-nav .gm-btn { display: inline-flex; width: max-content; }
  .gm-menu-toggle { display: block; }
  .gm-header-inner > .gm-btn { display: none; }
  .gm-hero-grid { grid-template-columns: 1fr; }
  .gm-hero-copy { padding: 86px 0 40px; }
  .gm-hero-media { min-height: 520px; margin: 0 0 72px; border-radius: 100px 0 0 0; }
  .gm-hero-note { left: 22px; }
  .gm-section-head, .gm-split, .gm-carton, .gm-impact, .gm-cta-inner, .gm-quote-layout { grid-template-columns: 1fr; }
  .gm-service-card, .gm-service-card:nth-child(1), .gm-service-card:nth-child(5) { grid-column: span 6; }
  .gm-cta .gm-actions { justify-content: flex-start; }
  .gm-contact-panel { position: static; }
  .gm-contact-section { background: var(--gm-paper); }
  .gm-contact-rail, .admin-bar .gm-contact-rail { position: static; grid-template-columns: 1fr 1fr; }
  .gm-stamp { right: 0; }
  .gm-solution-grid { grid-template-columns: 1fr 1fr; }
  .gm-solution-card:last-child { grid-column: 1 / -1; min-height: 390px; }
  .gm-workflow-grid { grid-template-columns: 1fr 1fr; }
  .gm-ops-grid, .gm-faq-layout { grid-template-columns: 1fr; }
  .gm-proof-showcase, .gm-project-feature, .gm-project-ready { grid-template-columns: 1fr; }
  .gm-project-format { grid-template-columns: 1fr 1fr; }
  .gm-project-format article:nth-child(2) { border-right: 1px solid var(--gm-line); }
  .gm-project-grid .gm-project-card { grid-column: span 6; }
  .gm-service-grid--visual .gm-service-card,
  .gm-service-grid--visual .gm-service-card--compact { grid-column: span 6; min-height: 410px; }
  .gm-quick-quote { grid-template-columns: 1fr; }
  .gm-operations-reel { grid-template-columns: 1fr 1fr; min-height: 0; }
  .gm-operation-shot--wide { grid-column: 1 / -1; min-height: 500px; }
  .gm-giving-grid { grid-template-columns: 1fr; }
  .gm-case-study, .gm-case-study--light { grid-template-columns: 1fr; }
  .gm-case-study--light .gm-case-copy { order: 2; }
  .gm-case-gallery { min-height: 620px; }
  .gm-case-gallery--pair figure { min-height: 620px; }
  .gm-legal-columns { grid-template-columns: 1fr; }
  .gm-legal-nav, .admin-bar .gm-legal-nav { position: static; max-height: none; }
  .gm-legal-nav ol, .gm-legal-nav ul { grid-template-columns: 1fr 1fr; }
  .gm-legal-hero__inner { grid-template-columns: 1fr; }
  .gm-legal-hero__facts { grid-template-columns: repeat(3,1fr); }
  .gm-legal-shell { grid-template-columns: 1fr; }
  .gm-legal-toc, .admin-bar .gm-legal-toc { position: static; }
  .gm-legal-toc details > nav { grid-template-columns: 1fr 1fr; max-height: none; }
  .gm-legal-toc__help { display: none; }
}

@media (max-width: 782px) { .admin-bar .gm-site-header { top: 46px; } .admin-bar .gm-nav { top: 132px; } }

@media (max-width: 720px) {
  body { padding-bottom: 68px; font-size: 16px; }
  .gm-wrap, .gm-prose { width: min(calc(100% - 32px), var(--gm-max)); }
  .gm-header-inner { min-height: 74px; }
  .gm-brand-logo { width: clamp(136px, 45vw, 152px); }
  .gm-brand-text span { display: none; }
  .gm-nav { top: 75px; }
  .admin-bar .gm-nav { top: 121px; }
  .gm-hero-copy { padding-top: 64px; }
  .gm-hero h1 { font-size: clamp(3.25rem, 16vw, 5.1rem); }
  .gm-hero-lead { font-size: 1.05rem; }
  .gm-hero-media { min-height: 410px; border-radius: 70px 0 0 0; }
  .gm-hero-note { left: 14px; bottom: 20px; width: 210px; }
  .gm-proof-list { grid-template-columns: 1fr 1fr; }
  .gm-proof-list li { border-bottom: 1px solid rgba(255,255,255,.17); }
  .gm-section { padding: 76px 0; }
  .gm-section-head { gap: 24px; margin-bottom: 38px; }
  .gm-service-card, .gm-service-card:nth-child(1), .gm-service-card:nth-child(5) { grid-column: 1 / -1; min-height: 280px; }
  .gm-process { grid-template-columns: 1fr; }
  .gm-step, .gm-step + .gm-step { min-height: auto; padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .gm-step h3 { margin-top: 45px; }
  .gm-stamp { right: -3px; width: 118px; height: 118px; }
  .gm-carton-visual { min-height: 310px; }
  .gm-feature-list, .gm-audience { grid-template-columns: 1fr; }
  .gm-service-detail-grid, .gm-specialist-grid { grid-template-columns: 1fr; }
  .gm-service-detail__body { min-height: auto; }
  .gm-specialist-card { min-height: auto; }
  .gm-specialist-card > span { margin-bottom: 34px; }
  .gm-specialist-card .gm-scope-note { grid-template-columns: 1fr; gap: 8px; }
  .gm-solution-grid, .gm-flow-strip, .gm-workflow-grid { grid-template-columns: 1fr; }
  .gm-solution-card, .gm-solution-card:last-child { grid-column: auto; min-height: auto; }
  .gm-flow-strip article { min-height: auto; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
  .gm-flow-strip h3 { margin-top: 42px; }
  .gm-scope-note { grid-template-columns: 1fr; gap: 10px; }
  .gm-workflow-grid article { min-height: auto; }
  .gm-ops-list { grid-template-columns: 1fr; }
  .gm-ops-list div, .gm-ops-list div:nth-child(even) { min-height: auto; padding: 24px 0; border-left: 0; }
  .gm-photo-break::after { background: linear-gradient(to top, rgba(16,40,48,.9), rgba(16,40,48,.06) 65%); }
  .gm-photo-break-copy { align-content: end; justify-items: start; text-align: left; }
  .gm-page-hero { padding-top: 72px; }
  .gm-page-hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .gm-form-card .gm-row { display: block; }
  .gm-contact-rail, .admin-bar .gm-contact-rail { grid-template-columns: minmax(0, 1fr); }
  .gm-quote-layout, .gm-contact-rail, .gm-form-card,
  .gm-form-card .wpcf7, .gm-form-card .wpcf7-form,
  .gm-form-card .gm-cf7, .gm-form-card .gm-row,
  .gm-form-card .gm-col { min-width: 0; max-width: 100%; }
  .gm-form-card { padding: 26px 20px; }
  .gm-footer-top { grid-template-columns: 1fr; gap: 36px; }
  .gm-footer-bottom { display: grid; }
  .gm-proof-project { min-height: 390px; border-radius: 70px 0 0 0; }
  .gm-google-proof { display: grid; }
  .gm-google-proof > div { grid-template-columns: 1fr; }
  .gm-google-proof__stars { grid-row: auto; }
  .gm-project-format { grid-template-columns: 1fr; }
  .gm-project-format article, .gm-project-format article:nth-child(2) { min-height: auto; border-right: 1px solid var(--gm-line); border-bottom: 1px solid var(--gm-line); }
  .gm-project-format h3 { margin-top: 42px; }
  .gm-project-feature { min-height: 0; }
  .gm-project-feature__media { min-height: 390px; }
  .gm-project-grid .gm-project-card { grid-column: 1 / -1; min-height: 280px; }
  .gm-service-grid--visual .gm-service-card,
  .gm-service-grid--visual .gm-service-card--compact { grid-column: 1 / -1; min-height: 390px; }
  .gm-service-grid--visual .gm-card-copy { left: 23px; right: 23px; bottom: 22px; }
  .gm-quote-fields { grid-template-columns: 1fr; }
  .gm-quote-field--wide { grid-column: auto; }
  .gm-quote-starter { box-shadow: 8px 8px 0 var(--gm-ink); }
  .gm-brand-photo::before { top: 12px; right: 12px; width: 108px; height: 32px; background-size: 92px auto; border-radius: 8px; }
  .gm-quick-quote__promise { box-shadow: 5px 5px 0 var(--gm-ink); }
  .gm-mobile-contact-bar { position: fixed; z-index: 1100; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 68px; padding: 7px; background: white; border-top: 1px solid var(--gm-line); box-shadow: 0 -10px 30px rgba(8,29,36,.14); }
  .gm-mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; text-decoration: none; font-size: .78rem; font-weight: 900; }
  .gm-mobile-contact-bar svg { width: 18px; }
  .gm-mobile-contact-bar__whatsapp { background: var(--gm-ink); color: white; }
  .gm-mobile-contact-bar__quote { background: var(--gm-orange); color: white; }
  .gm-operations-reel { grid-template-columns: 1fr; }
  .gm-operation-shot, .gm-operation-shot--wide { grid-column: auto; min-height: 360px; border-right: 0; border-bottom: 3px solid var(--gm-paper); }
  .gm-giving-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .gm-giving-copy h2 { font-size: clamp(3.35rem, 15vw, 5rem); }
  .gm-giving-steps article { grid-template-columns: 52px 1fr; padding: 22px 18px; gap: 15px; }
  .gm-giving-steps article > span { width: 46px; height: 46px; }
  .gm-google-proof--preview { padding: 20px; }
  .gm-review-status { width: max-content; }
  .gm-case-gallery { min-height: 560px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.35fr .65fr; }
  .gm-case-gallery__lead { grid-row: 1; grid-column: 1 / -1; }
  .gm-case-gallery--pair { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .gm-case-gallery--pair figure { min-height: 430px; }
  .gm-case-copy { padding: 65px 24px; }
  .gm-case-facts div { grid-template-columns: 1fr; gap: 6px; }
  .gm-legal-page .gm-hero-bg > .uagb-container-inner-blocks-wrap,
  .gm-legal-page > .wp-block-uagb-container:first-child > .uagb-container-inner-blocks-wrap,
  .gm-legal-columns { width: min(calc(100% - 32px), var(--gm-max)); }
  .gm-legal-page .gm-hero-bg ul,
  .gm-legal-page > .wp-block-uagb-container:first-child ul,
  .gm-legal-nav ol, .gm-legal-nav ul { grid-template-columns: 1fr; }
  .gm-legal-nav { padding: 22px; }
  .gm-legal-section { padding-bottom: 38px !important; margin-bottom: 38px; }
  .gm-legal-hero { padding: 70px 0 54px; }
  .gm-legal-hero__inner { gap: 34px; }
  .gm-legal-hero h1 { font-size: clamp(3.5rem,16vw,5.4rem); }
  .gm-legal-hero__facts { grid-template-columns: 1fr; }
  .gm-legal-shell { width: min(calc(100% - 32px), var(--gm-max)); padding-top: 42px; }
  .gm-legal-toc details:not([open]) > nav { display: none !important; }
  .gm-legal-toc details > nav { grid-template-columns: 1fr; padding-bottom: 14px; }
  .gm-legal-note { grid-template-columns: 1fr; gap: 9px; padding: 21px; box-shadow: 5px 5px 0 var(--gm-ink); }
  .gm-legal-doc-section { grid-template-columns: 1fr; gap: 18px; padding: 26px 20px; }
  .gm-legal-doc-section__index { width: 46px; height: 46px; }
  .gm-legal-doc-section h2 { margin-bottom: 20px; }
  .gm-legal-contact { grid-template-columns: 1fr; }
  .gm-legal-contact > div:last-child { justify-items: start; }
}

@media (max-width: 420px) {
  .gm-actions { display: grid; }
  .gm-btn { width: 100%; }
  .gm-proof-list { grid-template-columns: 1fr; }
  .gm-proof-list li { border-right: 0; }
  .gm-hero-media { min-height: 350px; }
  .gm-hero-note { width: 185px; padding: 17px; }
}
