/* BRIDGE GROUP GLOBAL — production design system */

:root {
  --gold: #c6a45a;
  --gold-bright: #e4c57a;
  --gold-deep: #8a6a2c;
  --silver: #c8ccd2;
  --ink: #0d0e10;
  --ink-2: #14161a;
  --ink-3: #1c1f25;
  --ink-4: #262a32;
  --ivory: #f4efe4;
  --paper: #faf7f0;
  --sand: #e8dfcc;
  --text: #16171b;
  --text-soft: #3f434b;
  --muted: #6a6f78;
  --line: rgba(198, 164, 90, 0.38);
  --line-soft: rgba(22, 23, 27, 0.1);
  --white: #ffffff;
  --danger: #9b2c2c;
  --ok: #2f6b4f;
  --font-serif: "Cormorant Garamond", "Times New Roman", serif;
  --font-sans: "Outfit", system-ui, -apple-system, sans-serif;
  --wrap: 1140px;
  --wrap-wide: 1320px;
  --radius: 14px;
  --shadow: 0 24px 60px rgba(8, 9, 12, 0.18);
  --header: 5.4rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 600; line-height: 1.12; letter-spacing: 0; color: var(--text); margin: 0 0 0.7rem; }
h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
p { margin: 0 0 1rem; }
ul { margin: 0 0 1rem; padding: 0; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  background: var(--gold);
  color: var(--ink);
  padding: 0.6rem 1rem;
  font-weight: 600;
}
.skip-link:focus { top: 1rem; }

.wrap { width: min(calc(100% - 2.4rem), var(--wrap)); margin-inline: auto; }
.wrap-wide { width: min(calc(100% - 2.4rem), var(--wrap-wide)); margin-inline: auto; }

.kicker {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 0.85rem;
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.kicker::before,
.kicker::after {
  content: "";
  height: 1px;
  width: 2.2rem;
  background: currentColor;
  opacity: 0.7;
}
.kicker.light { color: var(--gold-bright); }

.lede {
  font-size: clamp(1.12rem, 2vw, 1.32rem);
  color: var(--text-soft);
  max-width: 46rem;
}

/* ---------- Brand rail / company tabs ---------- */
.brand-rail {
  background: var(--ink);
  border-bottom: 1px solid var(--line);
  color: var(--silver);
}
.brand-rail-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.6rem;
}
.brand-rail-label {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(200, 204, 210, 0.72);
}
.brand-tabs {
  display: flex;
  align-items: stretch;
  margin: 0;
}
.brand-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.05rem;
  color: var(--silver);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-left: 1px solid rgba(198, 164, 90, 0.22);
  transition: color 0.25s var(--ease), background 0.25s var(--ease);
}
.brand-tab:first-child { border-left: 0; }
.brand-tab:hover { color: var(--gold-bright); }
.brand-tab.is-active {
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
}
.brand-tab.is-featured::after {
  content: "Primary";
  margin-left: 0.45rem;
  padding: 0.08rem 0.35rem;
  border: 1px solid currentColor;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  opacity: 0.8;
}
.brand-tab.is-active.is-featured::after { opacity: 0.7; }

/* ---------- Header ---------- */
.mast {
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header {
  background: rgba(13, 14, 16, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(198, 164, 90, 0.18);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: var(--header);
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 0 1 auto;
  min-width: 0;
  max-width: calc(100% - 3.6rem);
}
.logo img { width: auto; max-width: 100%; }
.logo-group { height: 52px; width: 52px; object-fit: cover; border-radius: 50%; }
.logo-word {
  height: 70px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.logo-text strong {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--silver);
}
.logo-text span {
  margin-top: 0.22rem;
  color: var(--gold);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.nav a {
  padding: 0.55rem 0.8rem;
  color: rgba(248, 246, 240, 0.82);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 999px;
  transition: color 0.2s, background 0.2s;
}
.nav a:hover,
.nav a.is-active { color: var(--gold-bright); }
.nav .has-sub { position: relative; }
.nav .sub {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  min-width: 16.5rem;
  padding: 0.55rem;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: 0.2s var(--ease);
}
.nav .has-sub:hover .sub,
.nav .has-sub:focus-within .sub {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.nav .sub a {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  color: var(--ivory);
  font-size: 0.84rem;
}
.nav .sub a:hover { background: var(--ink-4); color: var(--gold-bright); }

.header-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.62rem 1.05rem;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: var(--ink) !important;
  font-size: 0.78rem !important;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
}
.header-cta:hover { filter: brightness(1.06); }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ivory);
  border-radius: 8px;
  cursor: pointer;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 0 auto;
  background: currentColor;
  position: relative;
  transition: 0.2s;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s var(--ease);
}
.btn-gold {
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  color: var(--ink);
}
.btn-gold:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(198, 164, 90, 0.28); }
.btn-ghost {
  border-color: var(--line);
  color: var(--ivory);
  background: transparent;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-bright); }
.btn-line {
  border-color: var(--gold-deep);
  color: var(--gold-deep);
  background: transparent;
}
.btn-line:hover { background: var(--ink); color: var(--gold-bright); border-color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.6rem; }

/* ---------- Heroes ---------- */
.hero {
  position: relative;
  isolation: isolate;
  min-height: min(88vh, 760px);
  display: grid;
  align-items: end;
  color: var(--ivory);
  overflow: hidden;
  background: var(--ink);
}
.hero-media,
.hero-media img,
.hero-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(13,14,16,0.35) 0%, rgba(13,14,16,0.55) 42%, rgba(13,14,16,0.92) 100%),
    radial-gradient(ellipse at 20% 20%, rgba(198,164,90,0.18), transparent 42%);
}
.hero-inner { padding: 7.5rem 0 4.2rem; }
.hero h1,
.hero h1 em,
.page-hero h1 {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}
.hero h1 { max-width: 16ch; }
.hero h1 em {
  font-style: italic;
  font-weight: 500;
}
.hero .lede { color: rgba(244, 239, 228, 0.82); }
.hero-mark {
  width: min(220px, 42vw);
  margin-bottom: 1.4rem;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,.45));
}
.hero-mark.round { width: 168px; border-radius: 50%; }

.page-hero {
  position: relative;
  isolation: isolate;
  min-height: 38vh;
  display: grid;
  align-items: end;
  color: var(--ivory);
  background: var(--ink) center/cover no-repeat;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,14,16,0.25), rgba(13,14,16,0.88));
}
.page-hero .wrap { position: relative; z-index: 1; padding: 7rem 0 2.8rem; }

/* ---------- Sections ---------- */
.section { padding: 5.2rem 0; }
.section-tight { padding: 3.4rem 0; }
.section-dark {
  background: var(--ink-2);
  color: var(--ivory);
}
.section-dark h2,
.section-dark h3 { color: var(--ivory); }
.section-ivory { background: var(--ivory); }
.section-paper { background: var(--paper); }
.section-sand { background: var(--sand); }
.section-head { max-width: 40rem; margin-bottom: 2.4rem; }

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.2rem;
  align-items: center;
}
.split.reverse { grid-template-columns: 0.95fr 1.05fr; }
.split.reverse .split-copy { order: 2; }
.split-media {
  position: relative;
  min-height: 380px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.split-media img { width: 100%; height: 100%; object-fit: cover; min-height: 380px; }
.split-media::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(198,164,90,0.45);
  pointer-events: none;
}

.gold-rule {
  width: 4rem;
  height: 1px;
  background: var(--gold);
  margin: 1.1rem 0 1.3rem;
}

/* ---------- Cards / grids ---------- */
.grid-2, .grid-3, .grid-4 {
  display: grid;
  gap: 1.2rem;
}
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.5rem 1.45rem 1.4rem;
  box-shadow: 0 10px 30px rgba(16,17,20,0.04);
  height: 100%;
}
.card:hover { border-color: var(--line); }
.card .num {
  font-family: var(--font-serif);
  color: var(--gold-deep);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.7rem;
}
.card h3 { margin-bottom: 0.55rem; }
.card p:last-child { margin-bottom: 0; }
.card a.more {
  display: inline-block;
  margin-top: 0.9rem;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.card-dark {
  background: var(--ink-3);
  border-color: rgba(198, 164, 90, 0.25);
  color: var(--ivory);
  box-shadow: none;
}
.card-dark h3 { color: var(--ivory); }

.brand-panel {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 18px;
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--ivory);
  background: var(--ink) center/cover no-repeat;
  border: 1px solid var(--line);
}
.brand-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,14,16,0.15) 0%, rgba(13,14,16,0.88) 70%);
}
.brand-panel > * { position: relative; z-index: 1; }
.brand-panel h2,
.brand-panel p {
  color: #fff;
}
.brand-panel.featured { min-height: 520px; }
.brand-panel img.panel-logo { width: min(240px, 70%); margin-bottom: 1rem; }
.brand-panel .tag {
  align-self: flex-start;
  margin-bottom: 0.8rem;
  padding: 0.28rem 0.6rem;
  border: 1px solid var(--gold);
  color: var(--gold-bright);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.brand-duo {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.2rem;
}

.pill-list,
.check-list { list-style: none; }
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
}
.pill-list li {
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--text-soft);
  background: rgba(198,164,90,0.06);
}
.check-list li {
  position: relative;
  padding: 0.42rem 0 0.42rem 1.6rem;
  color: var(--text-soft);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.7rem;
  height: 0.35rem;
  border-left: 1.5px solid var(--gold-deep);
  border-bottom: 1.5px solid var(--gold-deep);
  transform: rotate(-45deg);
}

.quote {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  color: var(--ivory);
  max-width: 22ch;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.stat {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}
.stat b {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.7rem;
  color: var(--gold-bright);
  font-weight: 600;
}
.stat span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(244,239,228,0.7);
}

.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  counter-reset: step;
}
.process li {
  list-style: none;
  position: relative;
  padding: 0 1rem 0 0;
  counter-increment: step;
}
.process li::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 0.7rem;
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: 1.3rem;
}
.process li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: calc(100% - 1.4rem);
  height: 1px;
  background: var(--line);
}
.section-dark .process h3 { color: var(--ivory); }
.section-dark .process p { color: rgba(244, 239, 228, 0.72); }

.service-block {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.4rem;
  padding: 3.2rem 0;
  border-top: 1px solid var(--line-soft);
}
.service-block:last-child { border-bottom: 1px solid var(--line-soft); }
.service-block .visual {
  min-height: 280px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink-3) center/cover no-repeat;
}
.capability {
  margin: 1rem 0 1.2rem;
  padding: 1rem 1.1rem;
  background: rgba(198,164,90,0.08);
  border-left: 2px solid var(--gold);
  color: var(--text-soft);
}

.eco {
  display: grid;
  gap: 0.8rem;
}
.eco-item {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(198,164,90,0.18);
}
.eco-item strong {
  color: var(--gold-deep);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.section-dark .eco-item strong { color: var(--gold-bright); }

/* ---------- Forms ---------- */
.form {
  display: grid;
  gap: 1rem;
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  padding: 1.6rem;
  box-shadow: var(--shadow);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: 0.35rem; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-soft); }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line-soft);
  background: var(--paper);
  color: var(--text);
  border-radius: 10px;
  padding: 0.8rem 0.9rem;
}
textarea { min-height: 8rem; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: 2px solid rgba(198,164,90,0.45);
  border-color: var(--gold);
}
.form-note { font-size: 0.85rem; color: var(--muted); }
.form-success {
  display: none;
  padding: 1rem;
  background: rgba(47,107,79,0.1);
  color: var(--ok);
  border-radius: 10px;
}
.form.is-sent .form-success { display: block; }
.form.is-sent .form-fields { display: none; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: rgba(244,239,228,0.78);
  padding: 3.4rem 0 1.4rem;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
}
.site-footer h3 {
  color: var(--gold-bright);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.site-footer a { display: block; padding: 0.22rem 0; color: rgba(244,239,228,0.78); }
.site-footer a:hover { color: var(--gold-bright); }
.footer-brand img { height: 72px; width: auto; margin-bottom: 0.9rem; }
.footer-brand p { max-width: 28ch; }
.legal {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(198,164,90,0.18);
  font-size: 0.8rem;
  color: rgba(244,239,228,0.5);
}

/* ---------- Utilities ---------- */
.center { text-align: center; }
.center .lede, .center .section-head { margin-inline: auto; }
.mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: 2rem; }
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

.cta-band {
  position: relative;
  isolation: isolate;
  padding: 5rem 0;
  color: var(--ivory);
  background: var(--ink) center/cover no-repeat;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13,14,16,0.92), rgba(13,14,16,0.62));
}
.cta-band .wrap { position: relative; z-index: 1; }
.cta-band h1,
.cta-band h2,
.cta-band p {
  color: #fff;
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .split, .split.reverse, .brand-duo, .service-block, .grid-3, .grid-4, .process, .footer-grid, .stat-row {
    grid-template-columns: 1fr;
  }
  .split.reverse .split-copy { order: 0; }
  .process li { padding: 0 0 1.2rem; }
  .process li::after { display: none; }
  .brand-panel, .brand-panel.featured { min-height: 360px; }
  .nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .header-inner { flex-wrap: wrap; }
  .logo { max-width: calc(100% - 3.6rem); }
  .logo-word { height: 38px; }
  .logo-group { height: 44px; width: 44px; }
  .site-header.is-open .nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    order: 3;
    background: var(--ink-2);
    padding: 0.8rem 0 0.4rem;
    border-top: 1px solid var(--line);
  }
  .site-header.is-open .nav .sub {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    margin: 0.2rem 0 0.5rem 0.6rem;
    border: 0;
    background: transparent;
  }
  .site-header.is-open .header-cta {
    display: inline-flex;
    width: 100%;
    order: 4;
    justify-content: center;
    margin: 0.4rem 0 1rem;
  }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .brand-rail-inner { flex-direction: column; align-items: stretch; min-height: 0; padding: 0.15rem 0; }
  .brand-rail-label { display: none; }
  .brand-tabs { display: grid; grid-template-columns: 1fr 1fr 1fr; }
  .brand-tab { justify-content: center; padding: 0.7rem 0.3rem; font-size: 0.62rem; letter-spacing: 0.08em; border-left: 1px solid rgba(198,164,90,0.22); }
  .brand-tab.is-featured::after { display: none; }
  .grid-2, .form-row, .footer-grid, .legal { grid-template-columns: 1fr; }
  .hero { min-height: 78vh; }
  .hero-inner { padding-top: 5.5rem; }
  .section { padding: 3.6rem 0; }
  .logo-text { display: none; }
  .logo-word { height: 36px; }
}

@media (max-width: 400px) {
  .logo-word { height: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

@media print {
  .mast, .brand-rail, .site-header, .site-footer, .btn-row, .menu-toggle { display: none !important; }
  .hero, .page-hero { min-height: 0; color: #000; background: none !important; }
  .hero::after, .page-hero::after { display: none; }
  .hero h1, .page-hero h1 { color: #000; }
  a[href]::after { content: ""; }
  body { background: #fff; color: #000; }
}
