/* ============================================================
   OUR TEAM — page styles
   Namespaced hh-ot-. Tokens carried over from The Hughston
   Difference so the two pages read as one system.
   Mobile first. Breakpoints: 480 / 580 / 768 / 900 / 1024 / 1280
   ============================================================ */

:root {
  --hh-ot-green:       #277253;
  --hh-ot-green-dark:  #1e5c41;
  --hh-ot-green-light: #3a8f68;
  --hh-ot-white:       #ffffff;
  --hh-ot-gray:        #F2F2F2;
  --hh-ot-cream:       #F5F2EB;
  --hh-ot-gold:        #C17A2A;
  --hh-ot-charcoal:    #1C1C1C;
  --hh-ot-text:        #444444;
  --hh-ot-text-light:  #777777;

  --hh-ot-serif: 'Playfair Display', Georgia, serif;
  --hh-ot-sans:  'Nunito Sans', sans-serif;

  --hh-ot-xs:  clamp(8px,  1.5vw, 12px);
  --hh-ot-sm:  clamp(12px, 2vw,   20px);
  --hh-ot-md:  clamp(20px, 3vw,   32px);
  --hh-ot-lg:  clamp(32px, 5vw,   56px);
  --hh-ot-xl:  clamp(48px, 7vw,   80px);

  --hh-ot-t-xs:   clamp(10px, 1.5vw, 11px);
  --hh-ot-t-sm:   clamp(12px, 1.8vw, 14px);
  --hh-ot-t-base: clamp(14px, 2vw,   16px);
  --hh-ot-t-md:   clamp(15px, 2.2vw, 17px);
  --hh-ot-t-lg:   clamp(18px, 2.5vw, 22px);
  --hh-ot-t-2xl:  clamp(28px, 5vw,   48px);

  --hh-ot-max:     1140px;
  --hh-ot-gutter:  clamp(16px, 5vw, 40px);
  --hh-ot-band:    clamp(56px, 8vw, 96px);
}

/* ── Shared primitives ─────────────────────────────────────── */
.hh-ot-page {
  font-family: var(--hh-ot-sans);
  font-weight: 300;
  color: var(--hh-ot-text);
  line-height: 1.75;
  font-size: var(--hh-ot-t-base);
  -webkit-font-smoothing: antialiased;
}

.hh-ot-page img { max-width: 100%; }

.hh-ot-inner {
  width: 100%;
  max-width: var(--hh-ot-max);
  margin: 0 auto;
  padding: 0 var(--hh-ot-gutter);
}

.hh-ot-label {
  display: block;
  font-size: var(--hh-ot-t-xs);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hh-ot-green);
  margin-bottom: var(--hh-ot-xs);
}

.hh-ot-heading {
  font-family: var(--hh-ot-serif);
  font-size: var(--hh-ot-t-2xl);
  font-weight: 500;
  color: var(--hh-ot-charcoal);
  line-height: 1.15;
  margin: 0 0 var(--hh-ot-xs);
}

.hh-ot-heading--sm { font-size: clamp(26px, 4vw, 40px); }

.hh-ot-rule {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--hh-ot-gold);
  margin: var(--hh-ot-sm) 0 var(--hh-ot-md);
}

.hh-ot-rule--light { background: var(--hh-ot-gold); }

.hh-ot-body,
.hh-ot-body p {
  font-size: var(--hh-ot-t-base);
  line-height: 1.8;
  color: var(--hh-ot-text);
}

.hh-ot-body p:last-child { margin-bottom: 0; }

.hh-ot-section-head { margin-bottom: var(--hh-ot-lg); }
.hh-ot-section-head .hh-ot-body { max-width: 620px; }

/* Scroll reveal */
.hh-ot-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.hh-ot-reveal.is-visible { opacity: 1; transform: none; }
.hh-ot-reveal--1 { transition-delay: 0.06s; }
.hh-ot-reveal--2 { transition-delay: 0.12s; }
.hh-ot-reveal--3 { transition-delay: 0.18s; }
.hh-ot-reveal--4 { transition-delay: 0.24s; }

/* Visible keyboard focus everywhere on the page */
.hh-ot-page a:focus-visible,
.hh-ot-page button:focus-visible,
.hh-ot-page [role="button"]:focus-visible,
.hh-ot-bio button:focus-visible {
  outline: 2px solid var(--hh-ot-gold);
  outline-offset: 3px;
}

/* ── Intro ─────────────────────────────────────────────────── */
.hh-ot-intro {
  padding: clamp(40px, 7vw, 88px) 0 clamp(28px, 4vw, 48px);
  background: var(--hh-ot-white);
}
.hh-ot-intro .hh-ot-heading { font-size: clamp(32px, 6vw, 64px); }
.hh-ot-intro .hh-ot-body { max-width: 640px; }

/* ── Agents ────────────────────────────────────────────────── */
.hh-ot-agents {
  padding: var(--hh-ot-band) 0;
  background: var(--hh-ot-white);
}

.hh-ot-agents__state + .hh-ot-agents__state { margin-top: var(--hh-ot-xl); }

.hh-ot-agents__state-title {
  font-family: var(--hh-ot-serif);
  font-size: clamp(22px, 3.2vw, 30px);
  font-weight: 500;
  color: var(--hh-ot-charcoal);
  line-height: 1.2;
  margin: 0 0 var(--hh-ot-md);
  padding-bottom: var(--hh-ot-xs);
  border-bottom: 1px solid #dcdcdc;
}

.hh-ot-agents__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 32px);
}

.hh-ot-agent {
  background: var(--hh-ot-white);
  border-top: 2px solid var(--hh-ot-green);
}

.hh-ot-agent__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--hh-ot-gray);
}

.hh-ot-agent__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.4s ease;
}

.hh-ot-agent:hover .hh-ot-agent__img { transform: scale(1.03); }

.hh-ot-agent__img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hh-ot-serif);
  font-size: clamp(40px, 8vw, 64px);
  color: var(--hh-ot-green-dark);
  background: var(--hh-ot-cream);
}

.hh-ot-agent__body { padding: var(--hh-ot-sm) 0 0; }

.hh-ot-agent__name {
  font-family: var(--hh-ot-serif);
  font-size: var(--hh-ot-t-lg);
  font-weight: 500;
  color: var(--hh-ot-charcoal);
  line-height: 1.25;
  margin: 0 0 4px;
}

.hh-ot-agent__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6px;
  font-size: var(--hh-ot-t-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hh-ot-text-light);
  line-height: 1.6;
  margin: 0;
}

/* Job stays on its own line once the location list is long enough to wrap. */
.hh-ot-agent__job { color: var(--hh-ot-green-dark); }

.hh-ot-agent__sep { color: #bbb; }

.hh-ot-agent__locations {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 400;
  letter-spacing: 0.06em;
}

@media (min-width: 480px) { .hh-ot-agents__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .hh-ot-agents__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) {
  .hh-ot-agents__grid { grid-template-columns: repeat(4, 1fr); gap: 32px; }
}

/* ── Design team ───────────────────────────────────────────── */
.hh-ot-design {
  padding: var(--hh-ot-band) 0;
  background: var(--hh-ot-gray);
}

.hh-ot-design__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2.5vw, 24px);
}

/* Deliberately a div with role="button", not a <button>. Salient skins every
   button element with an !important pill radius that cannot be reasonably
   overridden. Keyboard activation is handled in hh-our-team.js. */
.hh-ot-design-card {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  background: var(--hh-ot-white);
  border-radius: 0;
  text-align: left;
  cursor: pointer;
}

/* Ratio is pinned to Ashton's image (795x1024, the shallowest of the three)
   so hers fills the frame exactly. Rhi and Hannah are 683x1024, taller, so
   object-position: center top crops ~14% off the bottom of theirs.
   If all three are ever re-exported to a common ratio, set this to that. */
.hh-ot-design-card__frame {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 795 / 1024;
  border-radius: 0;
  overflow: hidden;
  background: var(--hh-ot-cream);
}

.hh-ot-design-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.4s ease;
}

.hh-ot-design-card:hover .hh-ot-design-card__img,
.hh-ot-design-card:focus-visible .hh-ot-design-card__img { transform: scale(1.04); }

.hh-ot-design-card__img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--hh-ot-serif);
  font-size: clamp(48px, 9vw, 80px);
  color: var(--hh-ot-green-dark);
}

.hh-ot-design-card__body {
  display: block;
  padding: clamp(14px, 2.5vw, 24px);
  border-top: 2px solid var(--hh-ot-green);
}

.hh-ot-design-card__role {
  display: block;
  font-size: var(--hh-ot-t-xs);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--hh-ot-text-light);
  margin-bottom: 6px;
}

.hh-ot-design-card__name {
  display: block;
  font-family: var(--hh-ot-serif);
  font-size: var(--hh-ot-t-lg);
  font-weight: 500;
  color: var(--hh-ot-charcoal);
}

.hh-ot-design-card__cue {
  display: inline-block;
  margin-top: var(--hh-ot-xs);
  font-size: var(--hh-ot-t-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hh-ot-green);
}

.hh-ot-design-card__cue::after {
  content: '';
  display: block;
  height: 1px;
  background: var(--hh-ot-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.hh-ot-design-card:hover .hh-ot-design-card__cue::after,
.hh-ot-design-card:focus-visible .hh-ot-design-card__cue::after { transform: scaleX(1); }

@media (min-width: 580px) { .hh-ot-design__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .hh-ot-design__grid { grid-template-columns: repeat(3, 1fr); } }

/* ── Bio slide-out ─────────────────────────────────────────── */
.hh-ot-bio-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.hh-ot-bio-overlay.is-active { opacity: 1; visibility: visible; }

.hh-ot-bio {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: var(--hh-ot-cream);
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s;
}

.hh-ot-bio.is-open { transform: none; visibility: visible; }

/* Salient forces padding and radius onto every button with !important, so the
   overrides here are !important too. Without them this collapses into a pill. */
.hh-ot-bio__close {
  position: absolute;
  top: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 28px);
  z-index: 3;
  width: 48px !important;
  height: 48px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--hh-ot-white) !important;
  border: 1px solid rgba(0,0,0,0.12) !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 14px rgba(0,0,0,0.22) !important;
  line-height: 1 !important;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background 0.2s, transform 0.2s;
}

.hh-ot-bio__close:hover {
  background: var(--hh-ot-green-dark) !important;
  transform: scale(1.08);
}

/* stroke has to be set on the line elements, not just the svg — the theme
   sets an svg stroke that the children were picking up instead. */
.hh-ot-bio__close svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none !important;
}

.hh-ot-bio__close svg line {
  stroke: var(--hh-ot-green-dark) !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  transition: stroke 0.2s;
}

.hh-ot-bio__close:hover svg line {
  stroke: var(--hh-ot-white) !important;
}

/* Second close control at the end of the panel content. On mobile the panel
   fills the viewport, so there is no overlay left to tap, and the top-right
   button scrolls out of reach on a long bio. */
.hh-ot-bio__close-text {
  display: block !important;
  width: 100% !important;
  margin: var(--hh-ot-md) 0 0 !important;
  padding: 16px 32px !important;
  min-height: 52px !important;
  background: var(--hh-ot-green-dark) !important;
  color: var(--hh-ot-white) !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: var(--hh-ot-sans) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  text-align: center;
  line-height: 1.2 !important;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.hh-ot-bio__close-text:hover { background: var(--hh-ot-green) !important; }
.hh-ot-bio__close:hover { background: var(--hh-ot-gray); }
.hh-ot-bio__close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--hh-ot-green-dark);
  stroke-width: 1.6;
  stroke-linecap: round;
}

.hh-ot-bio__inner { display: flex; flex-direction: column; }

.hh-ot-bio__text {
  padding: clamp(64px, 10vw, 96px) clamp(24px, 6vw, 56px) clamp(32px, 5vw, 48px);
}

.hh-ot-bio__role {
  font-size: var(--hh-ot-t-xs);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hh-ot-green);
  margin: 0;
}

.hh-ot-bio__name {
  font-family: var(--hh-ot-serif);
  font-size: clamp(28px, 6vw, 52px);
  font-weight: 500;
  color: var(--hh-ot-charcoal);
  line-height: 1.1;
  margin: var(--hh-ot-xs) 0 0;
}

.hh-ot-bio__copy p {
  font-size: var(--hh-ot-t-base);
  line-height: 1.8;
  color: var(--hh-ot-text);
  margin: 0 0 var(--hh-ot-sm);
}
.hh-ot-bio__copy p:last-child { margin-bottom: 0; }

.hh-ot-bio__media {
  width: 100%;
  padding: 0 clamp(24px, 6vw, 56px) clamp(32px, 6vw, 56px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hh-ot-bio__img {
  width: 100%;
  height: clamp(260px, 62vw, 420px);
  object-fit: cover;
  object-position: center center;
  display: block;
}

@media (min-width: 1024px) {
  .hh-ot-bio { width: 78vw; overflow: hidden; }
  .hh-ot-bio__inner { flex-direction: row; height: 100vh; height: 100dvh; }
  .hh-ot-bio__text {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(56px, 6vw, 96px) clamp(40px, 5vw, 80px);
  }
  .hh-ot-bio__media {
    width: 46%;
    flex-shrink: 0;
    height: 100%;
    padding: 0 clamp(24px, 3vw, 48px);
    background: var(--hh-ot-cream);
  }
  /* Sits centred in the column with cream above and below, matching the
     vertical centring of the text. Filling the full column height reads as
     top-aligned next to centred text. */
  .hh-ot-bio__img { height: 72vh; max-height: 820px; }

  /* Desktop keeps the overlay to click, so the inline button is redundant. */
  .hh-ot-bio__close-text { display: none !important; }
}

/* Lock the page behind the panel at every size. The panel scrolls internally,
   so nothing is trapped by this. */
body.hh-ot-lock { overflow: hidden; }

/* ── Contact ───────────────────────────────────────────────── */
.hh-ot-contact {
  padding: var(--hh-ot-band) 0;
  background: var(--hh-ot-green-dark);
}

.hh-ot-contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--hh-ot-xl);
}

.hh-ot-contact__heading {
  font-family: var(--hh-ot-serif);
  font-size: var(--hh-ot-t-2xl);
  font-weight: 500;
  color: var(--hh-ot-white);
  line-height: 1.2;
  margin: 0;
}

.hh-ot-contact__body {
  font-size: var(--hh-ot-t-base);
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  line-height: 1.75;
  margin: 0 0 var(--hh-ot-lg);
}

.hh-ot-contact__details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--hh-ot-sm);
}

.hh-ot-contact__details li {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 14px);
  font-size: var(--hh-ot-t-md);
  color: var(--hh-ot-white);
  word-break: break-word;
}

.hh-ot-contact__details a { color: inherit; text-decoration: none; }
.hh-ot-contact__details a:hover { text-decoration: underline; }

.hh-ot-contact__details svg {
  width: clamp(16px, 2.5vw, 18px);
  height: clamp(16px, 2.5vw, 18px);
  flex-shrink: 0;
  fill: none;
  stroke: var(--hh-ot-white);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 768px) {
  .hh-ot-contact__grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(48px, 7vw, 80px);
    align-items: start;
  }
}

/* ── Gravity Forms inside the dark band ────────────────────── */
.hh-ot-gform { width: 100%; }
.hh-ot-gform .gform_wrapper { width: 100% !important; max-width: 100% !important; margin: 0 !important; }
.hh-ot-gform form { width: 100% !important; }

.hh-ot-gform .gform_heading,
.hh-ot-gform .gfield_label,
.hh-ot-gform label,
.hh-ot-gform .gfield_required,
.hh-ot-gform .ginput_counter,
.hh-ot-gform .charleft { display: none !important; }

.hh-ot-gform .gform_fields {
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(12px, 2vw, 16px) !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hh-ot-gform .gfield { margin: 0 !important; padding: 0 !important; }

.hh-ot-gform .ginput_complex {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: clamp(12px, 2vw, 16px) !important;
}
.hh-ot-gform .ginput_complex span { display: block !important; width: 100% !important; }

.hh-ot-gform input[type="text"],
.hh-ot-gform input[type="email"],
.hh-ot-gform input[type="tel"],
.hh-ot-gform input[type="number"],
.hh-ot-gform textarea,
.hh-ot-gform select {
  width: 100% !important;
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: 0 !important;
  color: var(--hh-ot-white) !important;
  font-family: var(--hh-ot-sans) !important;
  font-weight: 300 !important;
  font-size: max(16px, var(--hh-ot-t-base)) !important;
  padding: clamp(13px, 2.5vw, 15px) clamp(14px, 2.5vw, 16px) !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  transition: border-color 0.2s, background 0.2s !important;
}

.hh-ot-gform input::placeholder,
.hh-ot-gform textarea::placeholder { color: rgba(255,255,255,0.45) !important; }

.hh-ot-gform input:focus,
.hh-ot-gform textarea:focus,
.hh-ot-gform select:focus {
  border-color: rgba(255,255,255,0.6) !important;
  background: rgba(255,255,255,0.14) !important;
}

/* Autofill paints its own background and dark text — cover both. */
.hh-ot-gform input:-webkit-autofill,
.hh-ot-gform input:-webkit-autofill:hover,
.hh-ot-gform input:-webkit-autofill:focus,
.hh-ot-gform textarea:-webkit-autofill,
.hh-ot-gform select:-webkit-autofill {
  -webkit-text-fill-color: var(--hh-ot-white) !important;
  caret-color: var(--hh-ot-white) !important;
  -webkit-box-shadow: 0 0 0 1000px #306950 inset !important;
  box-shadow: 0 0 0 1000px #306950 inset !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  transition: background-color 9999s ease 0s !important;
}

.hh-ot-gform textarea { height: clamp(100px, 20vw, 120px) !important; resize: none !important; }
.hh-ot-gform select option { background: var(--hh-ot-green-dark) !important; color: var(--hh-ot-white) !important; }

.hh-ot-gform .gform_footer { margin-top: clamp(12px, 2vw, 16px) !important; padding: 0 !important; }

.hh-ot-gform input[type="submit"],
.hh-ot-gform button[type="submit"],
.hh-ot-gform .gform_button {
  display: inline-block !important;
  width: auto !important;
  background: var(--hh-ot-cream) !important;
  color: var(--hh-ot-green-dark) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: var(--hh-ot-sans) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 18px 56px !important;
  min-height: 56px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  transition: background 0.25s !important;
}

.hh-ot-gform input[type="submit"]:hover,
.hh-ot-gform button[type="submit"]:hover,
.hh-ot-gform .gform_button:hover { background: #eae7de !important; }

.hh-ot-gform .gfield_error input,
.hh-ot-gform .gfield_error textarea,
.hh-ot-gform .gfield_error select { border-color: rgba(255,100,100,0.6) !important; }

.hh-ot-gform .validation_message {
  color: rgba(255,150,150,0.9) !important;
  font-size: 11px !important;
  margin-top: 4px !important;
  font-family: var(--hh-ot-sans) !important;
}

.hh-ot-gform .gform_validation_errors {
  background: rgba(255,100,100,0.1) !important;
  border: 1px solid rgba(255,100,100,0.3) !important;
  color: rgba(255,200,200,0.9) !important;
  padding: 12px 16px !important;
  margin-bottom: 16px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.hh-ot-gform .gform_confirmation_message {
  color: var(--hh-ot-white) !important;
  font-family: var(--hh-ot-sans) !important;
  font-size: var(--hh-ot-t-base) !important;
  font-weight: 300 !important;
  padding: 20px 0 !important;
  border-top: 1px solid rgba(255,255,255,0.2) !important;
}

@media (max-width: 480px) {
  .hh-ot-gform .ginput_complex { grid-template-columns: 1fr !important; }
  .hh-ot-gform input[type="submit"],
  .hh-ot-gform .gform_button { width: 100% !important; }
}

/* ── Reduced motion ────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .hh-ot-reveal { opacity: 1; transform: none; transition: none; }
  .hh-ot-agent__img,
  .hh-ot-design-card__img,
  .hh-ot-design-card__cue::after { transition: none; }
  .hh-ot-bio,
  .hh-ot-bio-overlay { transition: none; }
}

/* Salient global hook section is not used on this page */
.hh-ot-page .nectar_hook_global_section_after_content { display: none !important; }