:root {
  --navy: #0b2233;
  --navy-2: #13354b;
  --blue: #22a9cd;
  --blue-light: #dff6fb;
  --copper: #9c4a1a;
  --copper-bright: #c66b31;
  --ivory: #fbf7ef;
  --cream: #f3eadc;
  --white: #ffffff;
  --ink: #12202a;
  --muted: #5d6b73;
  --line: rgba(11, 34, 51, 0.13);
  --shadow: 0 24px 70px rgba(11, 34, 51, 0.13);
  --radius: 28px;
  --shell: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: white;
  background: var(--navy);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.utility-bar {
  color: rgba(255, 255, 255, 0.8);
  background: #071925;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
}

.utility-inner p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #73d8c6;
  box-shadow: 0 0 0 4px rgba(115, 216, 198, 0.12);
}

.utility-links {
  display: flex;
  gap: 14px;
}

.utility-links a:hover {
  color: white;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(251, 247, 239, 0.92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 12px 35px rgba(11, 34, 51, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: white;
  background: linear-gradient(145deg, var(--copper-bright), var(--copper));
  border-radius: 12px 12px 18px 12px;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 700;
  box-shadow: 0 9px 18px rgba(156, 74, 26, 0.19);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  color: #3a4a54;
  font-size: 13px;
  font-weight: 800;
}

.site-nav > a:not(.nav-call) {
  position: relative;
  padding-block: 10px;
}

.site-nav > a:not(.nav-call)::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--copper-bright);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.site-nav > a:not(.nav-call):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-call {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  color: white;
  background: var(--navy);
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.nav-call:hover {
  background: var(--navy-2);
  transform: translateY(-2px);
}

.nav-call svg,
.button svg,
.mobile-call svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  background: transparent;
  border: 0;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 740px;
  padding: 84px 0 78px;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(11, 34, 51, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 34, 51, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to right, black, transparent 66%);
}

.hero-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(4px);
}

.hero-orb-one {
  top: 120px;
  right: -150px;
  width: 590px;
  height: 590px;
  background: rgba(34, 169, 205, 0.13);
}

.hero-orb-two {
  right: 34%;
  bottom: -170px;
  width: 360px;
  height: 360px;
  background: rgba(198, 107, 49, 0.1);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.eyebrow,
.kicker {
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(198, 107, 49, 0.08);
  border: 1px solid rgba(156, 74, 26, 0.17);
  border-radius: 999px;
}

.hero h1,
.section-head h2,
.why-copy h2,
.process-title h2,
.contact-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.96;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 25px;
  font-size: clamp(64px, 7vw, 102px);
}

.hero h1 em {
  color: var(--copper-bright);
  font-style: normal;
}

.hero-lede {
  max-width: 600px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: white;
  background: var(--navy);
  box-shadow: 0 15px 30px rgba(11, 34, 51, 0.2);
}

.button-primary:hover {
  box-shadow: 0 18px 38px rgba(11, 34, 51, 0.25);
}

.button-ghost {
  color: var(--navy);
  background: white;
  border: 1px solid var(--line);
}

.button-ghost span {
  font-size: 18px;
}

.hero-proof {
  display: flex;
  margin-top: 54px;
  border-top: 1px solid var(--line);
}

.hero-proof > div {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 10px;
  padding: 19px 25px 0 0;
}

.hero-proof > div + div {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.hero-proof span {
  color: var(--copper-bright);
  font-size: 10px;
  font-weight: 800;
}

.hero-proof p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.hero-proof strong {
  display: block;
  color: var(--navy);
  font-size: 12px;
}

.hero-art {
  position: relative;
  min-height: 560px;
}

.emblem-halo {
  position: absolute;
  top: 8%;
  left: 7%;
  width: 86%;
  aspect-ratio: 1;
  background: linear-gradient(145deg, rgba(34, 169, 205, 0.2), rgba(198, 107, 49, 0.2));
  border-radius: 50%;
  filter: blur(1px);
}

.emblem-halo::before,
.emblem-halo::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(11, 34, 51, 0.12);
  border-radius: 50%;
}

.emblem-halo::before {
  inset: -24px;
}

.emblem-halo::after {
  inset: -50px;
  border-style: dashed;
}

.emblem-card {
  position: absolute;
  inset: 18px 24px;
  overflow: hidden;
  padding: 15px;
  background: #fffaf2;
  border: 1px solid rgba(156, 74, 26, 0.18);
  border-radius: 46% 46% 30px 30px;
  box-shadow: var(--shadow);
  transform: rotate(0);
}

.emblem-card::after {
  position: absolute;
  inset: 14px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(156, 74, 26, 0.16);
  border-radius: inherit;
}

.emblem-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 43% 43% 18px 18px;
  mix-blend-mode: multiply;
}

.emblem-corner,
.emblem-tag {
  position: absolute;
  z-index: 2;
  color: var(--copper);
  background: rgba(255, 250, 242, 0.88);
  border: 1px solid rgba(156, 74, 26, 0.2);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.emblem-corner {
  top: 32px;
  left: 33px;
  padding: 8px 10px;
  border-radius: 999px;
}

.emblem-tag {
  right: 34px;
  bottom: 28px;
  padding: 9px 12px;
  border-radius: 999px;
}

.floating-note {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(11, 34, 51, 0.12);
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(11, 34, 51, 0.12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.floating-note svg {
  width: 17px;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.note-top {
  top: 18%;
  right: -24px;
  animation: float 4s ease-in-out infinite;
}

.note-bottom {
  bottom: 15%;
  left: -28px;
  animation: float 4.4s ease-in-out infinite reverse;
}

@keyframes float {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

.service-ticker {
  overflow: hidden;
  padding: 17px 0;
  color: white;
  background: var(--navy);
  transform: rotate(-1deg) scale(1.02);
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0;
  will-change: transform;
  animation: ticker 24s linear infinite;
}

.ticker-group {
  display: flex;
  flex-shrink: 0;
  width: max(100vw, 720px);
  align-items: center;
  justify-content: space-around;
  gap: 34px;
  padding-inline: 34px;
}

.ticker-group span {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ticker-group i {
  color: var(--copper-bright);
  font-style: normal;
}

@keyframes ticker {
  to { transform: translate3d(-50%, 0, 0); }
}

.section {
  padding: 128px 0;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 60px;
}

.kicker {
  margin: 0 0 18px;
}

.section-head h2,
.why-copy h2,
.process-title h2,
.contact-copy h2 {
  font-size: clamp(50px, 5.5vw, 78px);
}

.section-head > p {
  max-width: 470px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 390px;
  padding: 29px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.service-featured {
  color: white;
  background: var(--navy);
  border-color: var(--navy);
}

.service-number {
  color: var(--copper-bright);
  font-size: 11px;
  font-weight: 800;
}

.service-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-top: 43px;
  place-items: center;
  color: var(--navy);
  background: var(--blue-light);
  border-radius: 20px;
}

.service-featured .service-icon {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.service-icon svg {
  width: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.service-card h3 {
  margin: 26px 0 12px;
  color: var(--navy);
  font-family: "Oswald", sans-serif;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-featured h3 {
  color: white;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.service-featured p {
  color: rgba(255, 255, 255, 0.65);
}

.service-card a {
  position: absolute;
  right: 29px;
  bottom: 27px;
  left: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 17px;
  color: var(--navy);
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
}

.service-featured a {
  color: white;
  border-color: rgba(255, 255, 255, 0.14);
}

.service-card a span {
  font-size: 20px;
  transition: transform 0.2s ease;
}

.service-card a:hover span {
  transform: translateX(5px);
}

.why {
  color: white;
  background: var(--navy);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  align-items: center;
  gap: 90px;
}

.why-photo {
  position: relative;
  min-height: 620px;
}

.why-photo::before {
  position: absolute;
  z-index: 0;
  top: -20px;
  left: -20px;
  width: 65%;
  height: 60%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 34px;
}

.why-photo img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  border-radius: 34px;
  filter: saturate(0.88);
}

.why-photo::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(7, 25, 37, 0.67), transparent 48%);
  border-radius: 34px;
}

.photo-label {
  position: absolute;
  z-index: 3;
  right: 27px;
  bottom: 25px;
  left: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.photo-label span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.photo-label strong {
  font-size: 12px;
}

.why-copy h2 {
  color: white;
}

.why-copy .kicker {
  color: #70d2e8;
}

.why-intro {
  margin: 25px 0 36px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.85;
}

.benefit-list > div {
  display: flex;
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.benefit-list > div > span {
  color: var(--copper-bright);
  font-size: 10px;
  font-weight: 800;
}

.benefit-list h3 {
  margin: -3px 0 6px;
  font-size: 14px;
}

.benefit-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.6;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 800;
}

.text-link span {
  color: var(--copper-bright);
  font-size: 17px;
}

.process {
  background: var(--cream);
}

.process-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 58px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(11, 34, 51, 0.18);
}

.process-step {
  position: relative;
  padding: 37px 50px 0 0;
}

.process-step + .process-step {
  padding-left: 50px;
  border-left: 1px solid rgba(11, 34, 51, 0.18);
}

.process-step > span {
  position: absolute;
  top: -19px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: white;
  background: var(--copper);
  border: 6px solid var(--cream);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
}

.process-step h3 {
  margin: 17px 0 11px;
  color: var(--navy);
  font-family: "Oswald", sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.contact {
  background: var(--ivory);
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  overflow: hidden;
  padding: 75px;
  color: white;
  background:
    radial-gradient(circle at 10% 10%, rgba(34, 169, 205, 0.16), transparent 35%),
    var(--navy);
  border-radius: 38px;
}

.contact-panel::after {
  position: absolute;
  right: -100px;
  bottom: -130px;
  width: 360px;
  height: 360px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 45px rgba(255, 255, 255, 0.025),
    0 0 0 90px rgba(255, 255, 255, 0.02);
}

.contact-copy,
.contact-actions {
  position: relative;
  z-index: 1;
}

.contact-copy .kicker {
  color: #70d2e8;
}

.contact-copy h2 {
  color: white;
}

.contact-copy > p:last-child {
  max-width: 400px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 14px;
  line-height: 1.8;
}

.contact-actions {
  align-self: center;
}

.contact-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 13px;
}

.contact-icon svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-row small,
.contact-row strong {
  display: block;
}

.contact-row small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-row strong {
  font-size: 17px;
}

.contact-row b {
  color: var(--copper-bright);
  font-size: 20px;
  transition: transform 0.2s ease;
}

.contact-row:hover b {
  transform: translate(4px, -4px);
}

footer {
  padding: 26px 0;
  color: rgba(255, 255, 255, 0.6);
  background: #071925;
}

.footer-main,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-footer {
  color: white;
}

.brand-footer .brand-mark {
  width: 39px;
  height: 39px;
  font-size: 16px;
}

.brand-footer strong {
  font-size: 18px;
}

.brand-footer small {
  color: rgba(255, 255, 255, 0.45);
}

.footer-main > p,
.footer-main > a,
.footer-bottom {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-main > a:hover {
  color: white;
}

.footer-bottom {
  margin-top: 24px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  letter-spacing: 0.02em;
  text-transform: none;
}

.footer-bottom p {
  margin: 0;
}

.mobile-call {
  display: none;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }

  .menu-toggle { display: block; }

  .site-nav {
    position: fixed;
    z-index: 90;
    top: 112px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 5px;
    padding: 18px;
    visibility: hidden;
    background: var(--ivory);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-14px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }

  .site-nav.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav > a:not(.nav-call) {
    padding: 13px 10px;
  }

  .nav-call {
    justify-content: center;
    margin-top: 5px;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { padding-top: 60px; }
  .hero-grid,
  .section-head,
  .why-grid,
  .contact-panel { grid-template-columns: 1fr; }

  .hero-grid { gap: 55px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions,
  .hero-proof { justify-content: center; }
  .hero-art { width: min(560px, 100%); margin-inline: auto; }

  .section-head { gap: 26px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }

  .why-grid { gap: 65px; }
  .why-photo { min-height: 520px; }

  .process-grid { grid-template-columns: 1fr; border-top: 0; }
  .process-step,
  .process-step + .process-step {
    padding: 26px 0 28px 60px;
    border-top: 1px solid rgba(11, 34, 51, 0.18);
    border-left: 0;
  }
  .process-step > span {
    top: 23px;
    left: 0;
  }

  .contact-panel { gap: 48px; padding: 58px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); --radius: 23px; }

  body { padding-bottom: 70px; }
  .utility-links { display: none; }
  .utility-inner { justify-content: center; }
  .nav-wrap { min-height: 70px; }
  .site-nav { top: 104px; }

  .hero { min-height: auto; padding: 34px 0 66px; }
  .hero-grid { gap: 34px; }
  .hero h1 { margin-top: 20px; font-size: clamp(48px, 14vw, 62px); }
  .hero-lede { font-size: 15px; }
  .hero-actions { display: grid; margin-top: 26px; }
  .hero-proof { display: none; }
  .hero-proof > div {
    display: block;
    padding: 17px 8px 0;
  }
  .hero-proof > div + div { padding-left: 12px; }
  .hero-proof span { display: block; margin-bottom: 6px; }
  .hero-proof p { font-size: 9px; }
  .hero-proof strong { font-size: 10px; }

  .hero-art { min-height: 460px; }
  .emblem-card { inset: 12px 8px; border-radius: 42% 42% 24px 24px; }
  .floating-note { display: none; }
  .emblem-tag { right: 24px; bottom: 22px; }
  .emblem-corner { top: 27px; left: 23px; }

  .section { padding: 92px 0; }
  .section-head h2,
  .why-copy h2,
  .process-title h2,
  .contact-copy h2 { font-size: 51px; }
  .section-head { margin-bottom: 38px; }

  .why-photo { min-height: 430px; }
  .why-grid { gap: 50px; }
  .photo-label { display: block; }
  .photo-label strong { display: block; margin-top: 6px; }

  .process-title { display: block; margin-bottom: 42px; }

  .contact-panel {
    gap: 35px;
    padding: 38px 24px;
    border-radius: 27px;
  }
  .contact-row strong { font-size: 14px; }
  .email-row strong { font-size: 11px; }

  .footer-main { display: grid; gap: 24px; }
  .footer-bottom { display: block; line-height: 1.6; }
  .footer-bottom p + p { margin-top: 5px; }

  .mobile-call {
    position: fixed;
    z-index: 200;
    right: 12px;
    bottom: 11px;
    left: 12px;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
    background: var(--copper);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(11, 34, 51, 0.3);
    font-size: 13px;
    font-weight: 800;
  }
}

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