:root {
  --ink: #223038;
  --muted: #64747b;
  --slate: #344b54;
  --bluegreen: #5f8188;
  --bluegreen-dark: #44656d;
  --bluegreen-soft: #e7f0f1;
  --mist: #f4f8f8;
  --line: #d9e5e7;
  --white: #ffffff;
  --cream: #fbfaf7;
  --gold: #c6a45b;
  --danger: #9a443f;
  --shadow: 0 22px 60px rgba(35, 54, 62, .13);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
*, *::before, *::after { min-width: 0; }
html { scroll-behavior: smooth; width: 100%; max-width: 100%; overflow-x: hidden; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; touch-action: manipulation; }
body {
  margin: 0;
  touch-action: manipulation;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
input[type="checkbox"], input[type="radio"] { font: inherit; }
::selection { background: var(--bluegreen); color: white; }

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}
.kicker {
  color: var(--bluegreen-dark);
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: .78rem;
  font-weight: 800;
  margin: 0 0 10px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(95, 129, 136, .12);
  color: var(--bluegreen-dark);
  font-weight: 800;
  font-size: .82rem;
}
h1, h2, h3, h4 { line-height: 1.08; margin: 0; color: var(--ink); }
h1 { font-size: clamp(2.55rem, 6vw, 5.65rem); letter-spacing: -.06em; }
h2 { font-size: clamp(2rem, 4.4vw, 3.65rem); letter-spacing: -.045em; }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); letter-spacing: -.025em; }
p { margin: 0; color: var(--muted); }
.lead { font-size: clamp(1.05rem, 1.8vw, 1.26rem); color: #50656d; max-width: 720px; }

.utility {
  background: var(--slate);
  color: rgba(255,255,255,.92);
  font-size: .9rem;
}
.utility-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.utility a { color: white; font-weight: 700; overflow-wrap: anywhere; }
.utility-links { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }

.site-header {
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(217, 229, 231, .9);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header .container {
  width: min(1400px, calc(100% - 40px));
}
.header-inner {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.logo-link { display: inline-flex; align-items: center; flex-shrink: 0; }
.logo-link img { width: 315px; max-width: min(42vw, 315px); height: auto; display: block; }
.nav-toggle {
  display: none;
  border: 0;
  background: var(--bluegreen);
  color: white;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 0;
}
.main-nav a {
  color: #31444c;
  font-size: .88rem;
  font-weight: 800;
  padding: 12px 10px;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
  flex: 0 0 auto;
  min-width: max-content;
}
.main-nav a:hover, .main-nav a.is-active { background: var(--bluegreen-soft); color: var(--bluegreen-dark); }
.main-nav a.cta-nav { background: var(--bluegreen); color: white; padding-inline: 24px; margin-left: 8px; box-shadow: 0 12px 22px rgba(79, 116, 124, .20); min-width: max-content; }
.main-nav a.cta-nav:hover { transform: translateY(-1px); background: var(--bluegreen-dark); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--bluegreen); box-shadow: 0 18px 30px rgba(79, 116, 124, .26); }
.btn-primary:hover { background: var(--bluegreen-dark); }
.btn-secondary { background: white; color: var(--bluegreen-dark); border-color: var(--line); box-shadow: 0 10px 24px rgba(34,48,56,.08); }
.btn-secondary:hover { border-color: #b6cdd1; }
.btn-ghost { background: transparent; color: var(--bluegreen-dark); border-color: #bed2d6; }
.btn-small { min-height: 40px; padding: 9px 15px; font-size: .9rem; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 90px;
  background:
    radial-gradient(circle at 12% 10%, rgba(95,129,136,.18), transparent 34%),
    linear-gradient(135deg, #f7fbfb 0%, #e9f2f3 52%, #fdfdfb 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -38% 48%;
  height: 420px;
  border-radius: 999px;
  background: rgba(198,164,91,.08);
  transform: rotate(-10deg);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr);
  gap: 58px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-content { display: grid; gap: 24px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}
.proof-item {
  padding: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(217,229,231,.95);
  border-radius: 18px;
}
.proof-number { display: block; color: var(--ink); font-weight: 900; font-size: 1.25rem; }
.proof-label { display: block; color: var(--muted); font-size: .86rem; }
.hero-card {
  position: relative;
  padding: 14px;
  border-radius: 34px;
  background: rgba(255,255,255,.68);
  border: 1px solid white;
  box-shadow: var(--shadow);
}
.hero-card img { border-radius: 26px; }
.floating-card {
  position: absolute;
  left: -18px;
  bottom: 32px;
  width: min(290px, 70%);
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(34,48,56,.16);
  padding: 18px;
}
.floating-card b { display: block; font-size: 1.02rem; margin-bottom: 4px; }
.floating-card span { color: var(--muted); font-size: .92rem; }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; color: #4a5e66; align-items: flex-start; }
.check-list li::before { content: "✓"; color: var(--bluegreen-dark); font-weight: 900; }

.section { padding: 88px 0; }
.section-soft { background: var(--mist); }
.section-cream { background: var(--cream); }
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: flex-end;
  margin-bottom: 36px;
}
.section-head p { max-width: 560px; }
.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.help-card, .service-card, .feature-card, .quote-panel, .form-card, .side-card, .job-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(36, 58, 66, .07);
}
.help-card {
  padding: 28px;
  display: grid;
  gap: 14px;
  min-height: 238px;
}
.icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: inline-grid;
  place-items: center;
  background: var(--bluegreen-soft);
  color: var(--bluegreen-dark);
  font-weight: 900;
  font-size: 1.18rem;
}
.help-card a, .service-card a.link-arrow, .text-link { color: var(--bluegreen-dark); font-weight: 900; }
.link-arrow::after, .text-link::after { content: " →"; }

.split {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 58px;
  align-items: center;
}
.image-panel {
  border-radius: 34px;
  min-height: 520px;
  background:
    linear-gradient(135deg, rgba(52,75,84,.72), rgba(95,129,136,.36)),
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.42), transparent 28%),
    linear-gradient(135deg, #96afb5, #edf4f5);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.image-panel::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  border: 44px solid rgba(255,255,255,.23);
  border-radius: 50%;
  right: -92px;
  top: -74px;
}
.image-panel::after {
  content: "Westgate One";
  position: absolute;
  left: 36px;
  bottom: 36px;
  color: white;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.4rem;
  letter-spacing: -.04em;
}
.copy-block { display: grid; gap: 22px; }
.feature-list { display: grid; gap: 14px; margin-top: 8px; }
.feature-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}
.feature-row .dot {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bluegreen-soft);
  color: var(--bluegreen-dark);
  display: grid;
  place-items: center;
  font-weight: 900;
}
.feature-row b { display: block; margin-bottom: 3px; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.service-card {
  min-height: 278px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #bdd1d5; }
.service-card p { margin-top: 12px; font-size: .94rem; }
.service-card .card-top { display: grid; gap: 12px; }

.band {
  padding: 76px 0;
  background: linear-gradient(135deg, var(--slate), #5d838a);
  color: white;
  position: relative;
  overflow: hidden;
}
.band::before { content: ""; position: absolute; inset: -80px -120px auto auto; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.09); }
.band .container { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.band h2, .band p { color: white; }
.band p { opacity: .86; max-width: 680px; margin-top: 10px; }
.band .btn-secondary { color: var(--slate); }

.page-hero {
  padding: 72px 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(198,164,91,.12), transparent 34%),
    linear-gradient(135deg, #eef6f7, #fff);
  border-bottom: 1px solid var(--line);
}
.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 440px);
  gap: 48px;
  align-items: end;
}
.breadcrumb { color: var(--muted); font-size: .92rem; margin-bottom: 18px; }
.breadcrumb a { color: var(--bluegreen-dark); font-weight: 800; }
.page-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.quick-quote {
  background: white;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 26px;
}
.quick-quote h3 { margin-bottom: 8px; }
.quick-quote form { margin-top: 18px; }

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: start;
}
.prose { display: grid; gap: 26px; }
.prose-card {
  padding: 34px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(36,58,66,.06);
}
.prose-card h2, .prose-card h3 { margin-bottom: 14px; }
.prose-card ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted); }
.prose-card li { margin: 9px 0; }
.side-stack { display: grid; gap: 18px; position: sticky; top: 124px; }
.side-card { padding: 24px; }
.side-card h3 { margin-bottom: 10px; }
.side-card ul { margin: 14px 0 0; padding-left: 20px; color: var(--muted); }

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 36px;
  align-items: start;
}
.form-card { padding: 34px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: grid; gap: 7px; color: #31444c; font-weight: 800; font-size: .92rem; }
input:not([type="checkbox"]):not([type="radio"]), select, textarea {
  width: 100%;
  border: 1px solid #cddde0;
  background: #fff;
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--ink);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
input[type="file"] {
  padding: 10px 12px;
  background: #fff;
}
input[type="file"]::file-selector-button {
  margin-right: 12px;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  background: var(--bluegreen-soft);
  color: var(--bluegreen-dark);
  cursor: pointer;
}
input[type="file"]::file-selector-button:hover {
  background: #dbe9eb;
}
textarea { min-height: 126px; resize: vertical; }
input:not([type="checkbox"]):not([type="radio"]):focus, select:focus, textarea:focus { border-color: var(--bluegreen); box-shadow: 0 0 0 4px rgba(95,129,136,.14); }
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5 10 12.5 15 7.5' stroke='%235f8188' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 16px;
  padding-right: 44px;
}
select:hover {
  border-color: #bdd1d5;
  background-color: #fbfdfd;
}
select option {
  background: #eef5f6;
  color: #31444c;
}
select option:checked,
select option:hover,
select option:focus {
  background: var(--bluegreen);
  color: var(--white);
}

.checkbox-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 8px; }
.checkbox-grid label, .radio-row label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--muted);
  background: var(--mist);
  border: 1px solid #d9e5e7;
  border-radius: 14px;
  padding: 11px 12px;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.checkbox-grid label:hover, .radio-row label:hover {
  border-color: #bdd1d5;
  background: #f8fbfb;
}
.checkbox-grid label:has(input:checked), .radio-row label:has(input:checked) {
  border-color: var(--bluegreen);
  background: rgba(95,129,136,.10);
  box-shadow: inset 0 0 0 1px rgba(95,129,136,.08);
  color: var(--bluegreen-dark);
}
.checkbox-grid input, .radio-row input { width: 20px; height: 20px; min-width: 20px; flex: 0 0 20px; margin: 0; padding: 0; accent-color: var(--bluegreen); cursor: pointer; }
.checkbox-grid input[type="checkbox"], .radio-row input[type="radio"] { border-radius: 6px; }
.form-note { background: var(--bluegreen-soft); border: 1px solid #c9dcdf; border-radius: 16px; padding: 16px; color: #4f6870; font-size: .94rem; }

.recaptcha-box {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #d9e5e7;
  border-radius: 16px;
  background: var(--mist);
  overflow-x: auto;
}
.recaptcha-title {
  display: block;
  color: #31444c;
  font-weight: 850;
  font-size: .92rem;
  margin-bottom: 10px;
}
.recaptcha-holder {
  min-height: 78px;
  display: flex;
  align-items: center;
}
.recaptcha-placeholder {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px dashed #bdd1d5;
  border-radius: 12px;
  padding: 10px 13px;
  color: var(--bluegreen-dark);
  background: #fff;
  font-weight: 800;
  font-size: .92rem;
}

.form-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.demo-message { display: none; margin-top: 18px; padding: 15px; border-radius: 14px; background: var(--bluegreen-soft); color: var(--bluegreen-dark); font-weight: 800; border: 1px solid #c9dcdf; }
.demo-message.is-visible { display: block; }
.demo-message[data-state="success"] { background: #edf6ed; color: #345c37; border-color: #cfe3d0; }
.demo-message[data-state="error"] { background: #fff0ee; color: var(--danger); border-color: #f1cbc5; }

.process-steps { counter-reset: step; display: grid; gap: 14px; }
.step-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.step-card::before {
  counter-increment: step;
  content: counter(step);
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bluegreen);
  color: white;
  font-weight: 900;
}

.team-block {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 36px;
  align-items: center;
}
.portrait-placeholder {
  min-height: 420px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,.72), transparent 18%),
    linear-gradient(135deg, #dbe9eb, #5f8188);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.portrait-placeholder::before {
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255,255,255,.58);
  position: absolute;
  left: calc(50% - 70px);
  top: 76px;
}
.portrait-placeholder::after {
  content: "Westgate One";
  position: absolute;
  bottom: 34px;
  left: 34px;
  color: white;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2rem;
}
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.feature-card { padding: 24px; }

.job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.job-card { padding: 25px; }
.job-card h3 { margin-bottom: 10px; }

.site-footer {
  background: #223038;
  color: rgba(255,255,255,.80);
  padding: 60px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 38px;
}
.footer-logo { width: 340px; max-width: min(100%, 340px); opacity: .98; margin-bottom: 18px; }
.site-footer h3 { color: white; font-size: 1rem; margin-bottom: 15px; }
.site-footer a { display: block; color: rgba(255,255,255,.78); margin: 9px 0; }
.site-footer a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.62);
  font-size: .9rem;
}


@media (max-width: 1460px) {
  .logo-link img { width: 270px; max-width: min(34vw, 270px); }
  .main-nav a { font-size: .80rem; padding: 10px 7px; }
  .main-nav a.cta-nav { padding-inline: 18px; }
}


@media (max-width: 1240px) {
  .site-header { position: sticky; }
  .header-inner { min-height: 98px; gap: 14px; }
  .logo-link img { width: 265px; max-width: min(58vw, 265px); }
  .nav-toggle { display: inline-flex; flex-shrink: 0; }
  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    white-space: normal;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: white;
    box-shadow: var(--shadow);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a,
  .main-nav a.cta-nav {
    min-width: 0;
    width: 100%;
    margin-left: 0;
    border-radius: 14px;
    font-size: .96rem;
    padding: 12px 14px;
  }
}

@media (max-width: 1050px) {
  .hero-grid, .page-hero-grid, .split, .content-grid, .quote-layout, .team-block { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .side-stack { position: static; }
  .hero-card { max-width: 620px; }
}
@media (max-width: 860px) {
  .utility-inner { align-items: flex-start; flex-direction: column; padding: 10px 0; }
  .utility-links { gap: 10px 14px; }
  .header-inner { min-height: 98px; gap: 14px; }
  .logo-link img { width: 265px; max-width: min(64vw, 265px); }
  .nav-toggle { display: inline-flex; flex-shrink: 0; }
  .main-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: white;
    box-shadow: var(--shadow);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { border-radius: 14px; }
  .section-head { display: grid; align-items: start; }
  .help-grid, .values-grid, .job-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .band .container { display: grid; }
}
@media (max-width: 640px) {
  input, select, textarea, button { font-size: 16px; }
  .container { width: min(100% - 28px, var(--max)); }
  .utility-links { flex-direction: column; align-items: flex-start; gap: 5px; }
  .utility-links a { line-height: 1.25; }
  .hero { padding: 54px 0 62px; }
  .hero-card { overflow: visible; padding: 12px; }
  .hero-card img { border-radius: 24px; }
  .page-hero { padding: 52px 0; }
  .section { padding: 64px 0; }
  .hero-proof { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .form-card, .quick-quote, .prose-card, .side-card { padding: 24px; }
  .form-grid, .checkbox-grid { grid-template-columns: 1fr; }
  .recaptcha-box { padding: 12px; }
  .recaptcha-holder { transform-origin: left top; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; display: grid; }
  .logo-link img { width: 238px; max-width: min(66vw, 238px); }
  .floating-card { position: static; width: auto; margin: 16px 16px 0; transform: none; }
}

/* Hidden anti-spam field for PHP forms. Real users never see this. */
.hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.btn:disabled {
  cursor: not-allowed;
  opacity: .72;
  transform: none;
}

@media (max-width: 390px) {
  .container { width: min(100% - 24px, var(--max)); }
  .header-inner { gap: 10px; }
  .logo-link img { width: 232px; max-width: min(64vw, 232px); }
  .nav-toggle { padding: 10px 13px; }
  .page-hero h1, .hero h1 { font-size: clamp(2.35rem, 12vw, 3rem); }
}

@media (max-width: 340px) {
  .logo-link img { width: 210px; max-width: 62vw; }
  .nav-toggle { padding-inline: 12px; }
}
