:root {
  --navy-950: #031222;
  --navy-900: #061a2f;
  --navy-800: #0a2946;
  --navy-700: #123e64;
  --blue-100: #eaf1f6;
  --blue-50: #f4f7f9;
  --gold: #d5a14b;
  --gold-light: #efc77d;
  --ink: #102235;
  --muted: #5c6d7d;
  --line: #cfd9e1;
  --white: #ffffff;
  --shell: min(1180px, calc(100% - 48px));
  --display: "Avenir Next", "Montserrat", "Segoe UI", sans-serif;
  --body: "Helvetica Neue", "Open Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

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

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: var(--navy-950);
  background: var(--gold-light);
  font-weight: 700;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(3, 18, 34, 0.96);
  box-shadow: 0 12px 30px rgba(3, 18, 34, 0.18);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 84px;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 11px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(213, 161, 75, 0.74);
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
}

.brand-mark::after {
  position: absolute;
  right: -10px;
  bottom: -13px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(213, 161, 75, 0.45);
  content: "";
  transform: rotate(45deg);
}

.brand-mark span {
  position: relative;
  z-index: 1;
}

.brand-copy {
  display: grid;
  gap: 0;
  line-height: 1.1;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 19px;
  letter-spacing: 0.13em;
}

.brand-copy small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.site-nav a {
  position: relative;
  padding-block: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--gold-light);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(239, 199, 125, 0.8);
  padding: 0 18px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: color 160ms ease, background-color 160ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: var(--navy-950);
  background: var(--gold-light);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}

.hero-media,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: 62% center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 13, 25, 0.96) 0%, rgba(3, 20, 37, 0.88) 35%, rgba(4, 22, 39, 0.28) 68%, rgba(4, 22, 39, 0.06) 100%),
    linear-gradient(0deg, rgba(3, 18, 34, 0.88) 0%, transparent 38%, rgba(3, 18, 34, 0.22) 100%);
}

.hero-grid {
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 64%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 675px;
  grid-template-columns: minmax(0, 760px) 1fr;
  align-items: center;
  gap: 76px;
  padding-top: 120px;
}

.hero-copy {
  padding-block: 70px 54px;
}

.eyebrow {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  gap: 13px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  flex: 0 0 auto;
  width: 38px;
  height: 1px;
  background: currentColor;
  content: "";
}

.hero-services {
  max-width: 850px;
  align-items: flex-start;
  line-height: 1.7;
}

.hero-services::before {
  margin-top: 0.78em;
}

.eyebrow.dark {
  color: #a47427;
}

.hero h1,
.section-head h2,
.statement h2,
.method h2,
.experience h2,
.contact h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 560;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.hero h1 {
  max-width: 800px;
  font-size: clamp(3.3rem, 6.2vw, 6.2rem);
}

.hero h1 em {
  color: var(--gold-light);
  font-style: normal;
  font-weight: 440;
}

.hero-lead {
  max-width: 640px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid transparent;
  padding: 0 22px;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.025em;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--navy-950);
  background: var(--gold-light);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ffda91;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
  background: rgba(255, 255, 255, 0.03);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.08);
}

.hero-proof {
  align-self: end;
  margin-bottom: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  padding: 18px 0 0 24px;
}

.hero-proof > p {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-proof ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-proof li {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding: 11px 0;
  gap: 16px;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 600;
}

.hero-proof li:first-child {
  border-top: 0;
}

.hero-proof li span {
  color: var(--gold-light);
  font-family: var(--body);
  font-size: 10px;
}

.trust-bar {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 145px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.trust-bar > div {
  display: grid;
  align-content: center;
  gap: 2px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 30px;
}

.trust-bar > div:first-child {
  border-left: 0;
  padding-left: 0;
}

.trust-bar strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 530;
}

.trust-bar span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.section-pad {
  padding-block: 120px;
}

.section-index {
  margin: 0;
  color: #768897;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-index.light {
  color: rgba(255, 255, 255, 0.48);
}

.statement {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.statement-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 50px;
}

.statement-grid > div {
  max-width: 900px;
}

.statement h2 {
  color: var(--navy-900);
  font-size: clamp(2.35rem, 5vw, 5rem);
}

.statement h2 span {
  color: #a47427;
}

.statement-grid > div > p {
  max-width: 710px;
  margin: 34px 0 0 auto;
  color: var(--muted);
  font-size: 18px;
}

.services {
  background:
    linear-gradient(rgba(16, 34, 53, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 34, 53, 0.035) 1px, transparent 1px),
    var(--blue-50);
  background-size: 64px 64px;
}

.section-head {
  display: grid;
  grid-template-columns: 0.7fr 2fr 1.1fr;
  align-items: end;
  gap: 34px;
  margin-bottom: 58px;
}

.section-head .eyebrow {
  margin-bottom: 18px;
}

.section-head h2 {
  max-width: 660px;
  color: var(--navy-900);
  font-size: clamp(2.5rem, 4.6vw, 4.4rem);
}

.section-intro {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 16px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  position: relative;
  min-height: 330px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 34px 32px 38px;
  background: rgba(255, 255, 255, 0.74);
  transition: color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.service-card::after {
  position: absolute;
  right: 32px;
  bottom: 29px;
  width: 28px;
  height: 1px;
  background: var(--gold);
  content: "";
  transition: width 200ms ease;
}

.service-card:hover {
  z-index: 2;
  color: var(--white);
  background: var(--navy-800);
  transform: translateY(-3px);
}

.service-card:hover::after {
  width: 54px;
}

.service-card:hover p,
.service-card:hover li,
.service-card:hover .service-number {
  color: rgba(255, 255, 255, 0.72);
}

.service-featured {
  display: grid;
  grid-column: span 2;
  grid-template-columns: 0.36fr 1.64fr;
  gap: 30px;
  color: var(--white);
  background: var(--navy-900);
}

.service-pricing {
  display: grid;
  grid-column: span 2;
  grid-template-columns: 0.36fr 1.64fr;
  gap: 30px;
  color: var(--navy-950);
  background: var(--gold-light);
}

.service-pricing:hover {
  color: var(--navy-950);
  background: #f5cf88;
}

.service-pricing:hover p,
.service-pricing:hover li,
.service-pricing:hover .service-number {
  color: rgba(3, 18, 34, 0.72);
}

.service-pricing::after {
  background: var(--navy-800);
}

.service-number {
  color: #9a7a43;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-card h3 {
  max-width: 430px;
  margin: 44px 0 16px;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 620;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.service-featured h3 {
  margin-top: 0;
  font-size: 31px;
}

.service-pricing h3 {
  margin-top: 8px;
  color: var(--navy-950);
  font-size: 34px;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.service-featured p {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.68);
}

.service-pricing p {
  max-width: 650px;
  color: rgba(3, 18, 34, 0.72);
}

.service-pricing .service-kicker {
  color: #70511d;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-pricing ul {
  color: rgba(3, 18, 34, 0.72);
}

.service-pricing li::before {
  background: var(--navy-800);
}

.service-card ul {
  display: grid;
  margin: 20px 0 0;
  padding: 0;
  gap: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 17px;
}

.service-card li::before {
  position: absolute;
  top: 0.69em;
  left: 0;
  width: 6px;
  height: 1px;
  background: var(--gold-light);
  content: "";
}

.method {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}

.method::before {
  position: absolute;
  top: -320px;
  left: -230px;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(213, 161, 75, 0.16);
  border-radius: 50%;
  content: "";
}

.method::after {
  position: absolute;
  top: -165px;
  left: -75px;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(213, 161, 75, 0.11);
  border-radius: 50%;
  content: "";
}

.method-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.95fr 1.25fr;
  gap: 110px;
}

.method-title {
  align-self: start;
}

.method-title .eyebrow {
  margin-top: 64px;
}

.method h2 {
  font-size: clamp(2.7rem, 4.6vw, 4.55rem);
}

.method-title > p:last-child {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
}

.method-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.method-steps li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 27px 0 31px;
}

.method-steps li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.method-steps > li > span {
  padding-top: 5px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
}

.method-steps h3 {
  margin: 0 0 7px;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 580;
}

.method-steps p {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
}

.experience {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.experience-word {
  position: absolute;
  right: -0.035em;
  bottom: -0.21em;
  color: rgba(6, 26, 47, 0.035);
  font-family: var(--display);
  font-size: clamp(8rem, 21vw, 22rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
  pointer-events: none;
}

.experience-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.experience .eyebrow {
  margin-top: 58px;
}

.experience h2 {
  max-width: 570px;
  color: var(--navy-900);
  font-size: clamp(2.7rem, 4.6vw, 4.65rem);
}

.experience-copy {
  align-self: end;
  border-left: 1px solid var(--line);
  padding-left: 48px;
}

.experience-copy p {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--muted);
}

.experience-copy .lead {
  margin-top: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 23px;
  font-weight: 480;
  line-height: 1.5;
}

.principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 38px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.principles span {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  color: var(--navy-800);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.contact {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(18, 62, 100, 0.22), transparent 55%),
    var(--navy-800);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 105px;
}

.contact-copy .eyebrow {
  margin-top: 58px;
}

.contact h2 {
  max-width: 560px;
  font-size: clamp(2.7rem, 4.8vw, 4.8rem);
}

.contact-copy > p:not(.section-index):not(.eyebrow) {
  max-width: 530px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 17px;
}

.contact-links {
  display: grid;
  margin-top: 42px;
}

.contact-links a {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 17px 0;
  gap: 2px;
}

.contact-links a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-links span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-links strong {
  overflow-wrap: anywhere;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 540;
}

.contact-form {
  display: grid;
  align-content: start;
  gap: 22px;
  border-top: 3px solid var(--gold);
  padding: 46px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #304559;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #aebcc8;
  border-radius: 0;
  outline: 0;
  padding: 10px 2px 12px;
  color: var(--ink);
  background: transparent;
  font-family: var(--body);
  font-size: 16px;
  resize: vertical;
  transition: border-color 160ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 1px 0 var(--gold);
}

.form-submit {
  width: 100%;
  margin-top: 4px;
  border: 0;
  background: var(--gold);
}

.form-note,
.form-status {
  margin: -8px 0 0;
  color: #71808c;
  font-size: 12px;
  line-height: 1.5;
}

.form-status {
  min-height: 18px;
  margin-top: -16px;
  color: #335f51;
  font-weight: 700;
}

.site-footer {
  color: var(--white);
  background: var(--navy-950);
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-block: 52px;
}

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

.footer-main > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  text-align: center;
}

.footer-top {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.whatsapp-float {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold-light);
  box-shadow: 0 15px 40px rgba(3, 18, 34, 0.28);
  transition: transform 160ms ease, background-color 160ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #ffda91;
  transform: translateY(-3px);
}

.whatsapp-float svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

@media (max-width: 1020px) {
  .header-inner {
    grid-template-columns: auto auto 1fr;
  }

  .site-nav {
    gap: 18px;
  }

  .header-cta {
    display: none;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
    padding-top: 100px;
  }

  .hero-proof {
    display: none;
  }

  .section-head {
    grid-template-columns: 0.55fr 1.7fr;
  }

  .section-intro {
    grid-column: 2;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-layout,
  .experience-layout,
  .contact-layout {
    gap: 62px;
  }

  .contact-form {
    padding: 36px;
  }
}

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

  .site-header {
    background: rgba(3, 18, 34, 0.88);
    backdrop-filter: blur(12px);
  }

  .header-inner {
    display: flex;
    min-height: 72px;
    justify-content: space-between;
  }

  .brand-copy small {
    display: none;
  }

  .menu-toggle {
    z-index: 2;
    display: grid;
    width: 46px;
    height: 46px;
    place-content: center;
    border: 0;
    padding: 0;
    gap: 7px;
    color: var(--white);
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 12px;
    background: var(--navy-950);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    font-size: 24px;
  }

  .hero {
    min-height: 770px;
  }

  .hero-media {
    object-position: 67% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 13, 25, 0.93), rgba(3, 20, 37, 0.46)),
      linear-gradient(0deg, rgba(3, 18, 34, 0.92) 0%, transparent 58%, rgba(3, 18, 34, 0.4) 100%);
  }

  .hero-layout {
    min-height: 620px;
    padding-top: 86px;
  }

  .hero-copy {
    padding-block: 70px 40px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .hero-services {
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.65;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
    margin-top: 30px;
  }

  .trust-bar {
    min-height: 125px;
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-bar > div {
    padding-inline: 10px;
  }

  .trust-bar > div:first-child {
    padding-left: 0;
  }

  .trust-bar strong {
    font-size: 17px;
  }

  .trust-bar span {
    font-size: 10px;
    line-height: 1.35;
  }

  .section-pad {
    padding-block: 82px;
  }

  .statement-grid,
  .section-head,
  .method-layout,
  .experience-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .statement h2,
  .section-head h2,
  .method h2,
  .experience h2,
  .contact h2 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
  }

  .statement-grid > div > p {
    margin-top: 24px;
    font-size: 16px;
  }

  .section-head {
    align-items: start;
    margin-bottom: 38px;
  }

  .section-intro {
    grid-column: auto;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-featured,
  .service-pricing {
    display: block;
    min-height: 280px;
    grid-column: auto;
    padding: 30px 26px 34px;
  }

  .service-card h3,
  .service-featured h3,
  .service-pricing h3 {
    margin-top: 42px;
    font-size: 24px;
  }

  .service-pricing h3 {
    margin-top: 8px;
    font-size: 30px;
  }

  .method-title .eyebrow,
  .experience .eyebrow,
  .contact-copy .eyebrow {
    margin-top: 26px;
  }

  .method-steps li {
    grid-template-columns: 46px 1fr;
    gap: 12px;
  }

  .experience-copy {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding-top: 30px;
    padding-left: 0;
  }

  .experience-copy .lead {
    font-size: 20px;
  }

  .contact-form {
    padding: 30px 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr auto;
    padding-block: 42px;
  }

  .footer-main > p {
    display: none;
  }

  .footer-meta {
    display: grid;
    gap: 4px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
