:root {
  --wine: #700812;
  --wine-deep: #42050c;
  --wine-bright: #991421;
  --ink: #191719;
  --ink-soft: #595258;
  --paper: #fbf9f6;
  --paper-warm: #f1ebe5;
  --white: #ffffff;
  --line: rgba(71, 41, 45, 0.14);
  --blue-pale: #dce8e7;
  --shadow: 0 24px 70px rgba(54, 12, 18, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", Arial, sans-serif;
  --max-width: 1180px;
  --header-height: 88px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 16px;
  background: var(--white);
  color: var(--wine);
  border-radius: 4px;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

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

:focus-visible {
  outline: 3px solid #e3a1a9;
  outline-offset: 4px;
}

.section-shell,
.header-shell,
.hero-shell {
  width: min(calc(100% - 40px), var(--max-width));
  margin-inline: auto;
}

.section {
  padding: 110px 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(251, 249, 246, 0.96);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(40, 10, 15, 0.06);
}

.header-shell {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.brand {
  width: 245px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: 63px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  font-size: 0.82rem;
  font-weight: 600;
}

.main-nav > a:not(.nav-cta) {
  position: relative;
  padding: 12px 0;
  color: #3c353a;
}

.main-nav > a:not(.nav-cta)::after {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--wine);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.main-nav > a:hover::after,
.main-nav > a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 12px 20px;
  background: var(--wine);
  color: var(--white);
  border: 1px solid var(--wine);
  transition: background 0.25s ease, color 0.25s ease;
}

.nav-cta:hover {
  background: transparent;
  color: var(--wine);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  gap: 5px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
}

.menu-toggle span {
  width: 19px;
  height: 1.5px;
  background: var(--wine);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero {
  position: relative;
  min-height: 760px;
  padding: calc(var(--header-height) + 84px) 0 86px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(135deg, #290308 0%, #5d0710 54%, #770a16 100%);
  background-size: 44px 44px, 44px 44px, auto;
  color: var(--white);
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: -240px;
  bottom: -340px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.025), 0 0 0 160px rgba(255, 255, 255, 0.018);
  content: "";
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.hero-glow-one {
  top: 10%;
  right: 18%;
  width: 260px;
  height: 260px;
  background: rgba(192, 77, 88, 0.22);
}

.hero-glow-two {
  bottom: 5%;
  left: -6%;
  width: 320px;
  height: 320px;
  background: rgba(220, 232, 231, 0.07);
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--wine);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow.light {
  color: #efcbd0;
}

.hero h1,
.section-heading h2,
.side-heading h2,
.coverage-copy h2,
.contact-shell h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.hero h1 {
  max-width: 710px;
  font-size: clamp(3rem, 5.3vw, 5.8rem);
}

.hero h1 span {
  display: block;
  margin-top: 15px;
  color: #efc4c9;
  font-size: 0.53em;
  line-height: 1.18;
}

.hero-intro {
  max-width: 610px;
  margin: 28px 0 24px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.75;
}

.location-pill {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  color: #f6e9e9;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  font-size: 0.84rem;
}

.location-pill svg,
.button svg,
.floating-whatsapp svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

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

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  font-size: 0.85rem;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

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

.button-primary {
  background: var(--white);
  color: var(--wine);
}

.button-primary:hover {
  background: #f4e8e8;
}

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

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.48);
}

.hero-visual {
  position: relative;
  padding: 58px 28px 26px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  box-shadow: 0 36px 90px rgba(19, 0, 3, 0.28);
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: #e7bfc4;
  content: "";
}

.hero-visual::before {
  top: 15px;
  left: 15px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.hero-visual::after {
  right: 15px;
  bottom: 15px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.seal-label {
  position: absolute;
  top: 18px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.seal-label span {
  width: 7px;
  height: 7px;
  background: #e7bfc4;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(231, 191, 196, 0.12);
}

.logo-stage {
  display: grid;
  min-height: 280px;
  place-items: center;
  padding: 24px;
  background: var(--white);
}

.logo-stage img {
  width: 100%;
  max-height: 250px;
  object-fit: contain;
}

.visual-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 16px;
  background: rgba(255,255,255,0.12);
}

.visual-index div {
  padding: 13px 5px 8px;
  background: rgba(87, 6, 16, 0.62);
  text-align: center;
}

.visual-index strong,
.visual-index span {
  display: block;
}

.visual-index strong {
  color: #e9c0c4;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 400;
}

.visual-index span {
  margin-top: 2px;
  color: rgba(255,255,255,0.68);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-overview {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 56px;
}

.section-heading h2,
.side-heading h2,
.coverage-copy h2,
.contact-shell h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
}

.section-heading > p,
.side-heading > p,
.coverage-copy > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.dual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.discipline-card {
  position: relative;
  min-height: 390px;
  padding: 38px;
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(36, 11, 16, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

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

.discipline-card::after {
  position: absolute;
  right: -60px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(112, 8, 18, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(112, 8, 18, 0.025);
  content: "";
}

.discipline-number {
  position: absolute;
  top: 26px;
  right: 30px;
  color: rgba(112, 8, 18, 0.17);
  font-family: var(--serif);
  font-size: 4.6rem;
  line-height: 1;
}

.icon-box {
  display: grid;
  width: 60px;
  height: 60px;
  margin-bottom: 48px;
  place-items: center;
  background: var(--paper-warm);
  color: var(--wine);
}

.icon-box svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.card-kicker {
  margin: 0 0 8px;
  color: var(--wine);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.discipline-card h3 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
}

.discipline-card > p:not(.card-kicker) {
  max-width: 440px;
  margin: 0 0 30px;
  color: var(--ink-soft);
}

.text-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wine);
  font-size: 0.82rem;
  font-weight: 700;
}

.dark-card {
  background: #211b1e;
  border-color: #211b1e;
  color: var(--white);
}

.dark-card::after {
  border-color: rgba(255,255,255,0.12);
  box-shadow: 0 0 0 34px rgba(255,255,255,0.025);
}

.dark-card .discipline-number {
  color: rgba(255,255,255,0.09);
}

.dark-card .icon-box {
  background: rgba(255,255,255,0.08);
  color: #e8c0c4;
}

.dark-card .card-kicker,
.dark-card .text-link {
  color: #e8c0c4;
}

.dark-card > p:not(.card-kicker) {
  color: rgba(255,255,255,0.68);
}

.legal-section {
  background: var(--paper-warm);
}

.legal-section .section-shell {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.side-heading {
  position: sticky;
  top: 130px;
}

.side-heading > p {
  margin-top: 24px;
}

.inline-contact {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
  padding-bottom: 7px;
  color: var(--wine);
  border-bottom: 1px solid rgba(112,8,18,0.35);
  font-size: 0.83rem;
  font-weight: 700;
}

.inline-contact span {
  transition: transform 0.2s ease;
}

.inline-contact:hover span {
  transform: translateX(5px);
}

.legal-list {
  border-top: 1px solid rgba(79, 52, 55, 0.16);
}

.legal-item {
  display: grid;
  grid-template-columns: 48px 1fr 58px;
  align-items: center;
  gap: 18px;
  min-height: 100px;
  padding: 16px 2px;
  border-bottom: 1px solid rgba(79, 52, 55, 0.16);
  transition: padding 0.25s ease, background 0.25s ease;
}

.legal-item:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: rgba(255,255,255,0.55);
}

.legal-item > span {
  color: var(--wine);
  font-size: 0.7rem;
  font-weight: 700;
}

.legal-item h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
  font-weight: 400;
}

.legal-item i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--wine);
  border: 1px solid rgba(112,8,18,0.22);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-style: normal;
}

.expert-section {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    #191719;
  background-size: 44px 44px;
  color: var(--white);
}

.light-heading > p {
  color: rgba(255,255,255,0.62);
}

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

.expert-card {
  position: relative;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.11);
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.expert-card:hover {
  transform: translateY(-5px);
  background: rgba(112,8,18,0.38);
  border-color: rgba(229,180,186,0.33);
}

.expert-card.wide {
  grid-column: span 2;
}

.expert-card span {
  color: #d99da5;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.expert-card h3 {
  position: relative;
  z-index: 1;
  max-width: 510px;
  margin: 46px 0 0;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.8vw, 2.45rem);
  font-weight: 400;
  line-height: 1.15;
}

.card-line {
  position: absolute;
  right: -40px;
  bottom: 35px;
  width: 140px;
  height: 1px;
  background: rgba(255,255,255,0.11);
  transform: rotate(-45deg);
}

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

.coverage::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: var(--line);
  content: "";
}

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

.coverage-marker {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
}

.marker-orbit {
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(112,8,18,0.14);
  border-radius: 50%;
}

.marker-orbit::before,
.marker-orbit::after {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(112,8,18,0.08);
  border-radius: 50%;
  content: "";
}

.marker-orbit::after {
  inset: 64px;
}

.marker-orbit span {
  position: absolute;
  top: 20px;
  right: 54px;
  width: 12px;
  height: 12px;
  background: var(--wine);
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--wine);
  animation: pulse 2.4s ease-in-out infinite;
}

.marker-core {
  position: relative;
  z-index: 1;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  background: var(--wine);
  color: var(--white);
  border-radius: 50% 50% 50% 8%;
  box-shadow: 0 18px 46px rgba(112,8,18,0.26);
  transform: rotate(-45deg);
}

.marker-core svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
  transform: rotate(45deg);
}

.coverage-copy h2 span {
  display: block;
  color: var(--wine);
}

.coverage-copy > p {
  margin-top: 22px;
}

.button-dark {
  margin-top: 30px;
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover {
  background: var(--wine);
}

.contact-panel {
  padding: 78px 0;
  background: linear-gradient(135deg, var(--wine-deep), var(--wine));
  color: var(--white);
}

.contact-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 70px;
}

.contact-shell h2 {
  max-width: 670px;
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.contact-number {
  position: relative;
  display: grid;
  min-width: 300px;
  gap: 4px;
  padding: 20px 62px 20px 22px;
  border: 1px solid rgba(255,255,255,0.25);
  transition: background 0.25s ease, transform 0.25s ease;
}

.contact-number:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-3px);
}

.contact-number span {
  color: rgba(255,255,255,0.62);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-number strong {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
}

.contact-number i {
  position: absolute;
  top: 50%;
  right: 22px;
  font-size: 1.4rem;
  font-style: normal;
  transform: translateY(-50%);
}

.site-footer {
  padding: 72px 0 24px;
  background: #131012;
  color: rgba(255,255,255,0.68);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 52px;
  padding-bottom: 58px;
}

.footer-brand {
  width: 270px;
  padding: 12px;
  background: var(--white);
}

.footer-brand img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.footer-label {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid > div > p:not(.footer-label) {
  display: block;
  margin: 0 0 9px;
  font-size: 0.86rem;
}

.footer-grid a:hover,
.footer-bottom a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.72rem;
}

.footer-bottom p {
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 9px;
  padding: 12px 17px;
  background: #188b53;
  color: var(--white);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(10, 77, 44, 0.3);
  font-size: 0.78rem;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(10, 77, 44, 0.38);
}

.reveal {
  opacity: 1;
  transform: none;
}

.animations-ready .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.animations-ready .reveal.visible {
  opacity: 1;
  transform: none;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 1px var(--wine), 0 0 0 0 rgba(112,8,18,0.16); }
  50% { box-shadow: 0 0 0 1px var(--wine), 0 0 0 13px rgba(112,8,18,0); }
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 17px;
    font-size: 0.75rem;
  }

  .brand {
    width: 210px;
  }

  .hero-shell {
    gap: 42px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr repeat(3, 0.8fr);
    gap: 28px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 76px;
  }

  .section {
    padding: 86px 0;
  }

  .menu-toggle {
    display: grid;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: flex;
    height: calc(100dvh - var(--header-height));
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 38px 20px;
    background: var(--paper);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

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

  .main-nav > a:not(.nav-cta) {
    padding: 18px 2px;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 1.45rem;
    font-weight: 400;
  }

  .main-nav > a:not(.nav-cta)::after {
    display: none;
  }

  .nav-cta {
    margin-top: 26px;
    text-align: center;
  }

  .hero {
    padding-top: calc(var(--header-height) + 64px);
  }

  .hero-shell,
  .legal-section .section-shell,
  .coverage-grid,
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(3.3rem, 10vw, 5.4rem);
  }

  .hero-visual {
    max-width: 680px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .side-heading {
    position: static;
  }

  .legal-section .section-shell {
    gap: 50px;
  }

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

  .expert-card.wide {
    grid-column: span 1;
  }

  .coverage::before {
    display: none;
  }

  .coverage-grid {
    gap: 48px;
  }

  .coverage-marker {
    min-height: 320px;
  }

  .marker-orbit {
    width: 290px;
    height: 290px;
  }

  .contact-shell {
    gap: 38px;
  }

  .contact-number {
    width: 100%;
  }

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

@media (max-width: 640px) {
  .section-shell,
  .header-shell,
  .hero-shell {
    width: min(calc(100% - 30px), var(--max-width));
  }

  .section {
    padding: 72px 0;
  }

  .brand {
    width: 196px;
  }

  .brand img {
    height: 54px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 68px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  .hero h1 span {
    font-size: 0.5em;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-visual {
    padding: 48px 16px 18px;
  }

  .logo-stage {
    min-height: 220px;
    padding: 15px;
  }

  .dual-grid,
  .expert-grid {
    grid-template-columns: 1fr;
  }

  .discipline-card {
    min-height: 355px;
    padding: 28px;
  }

  .discipline-number {
    top: 22px;
    right: 22px;
    font-size: 3.8rem;
  }

  .legal-item {
    grid-template-columns: 34px 1fr 44px;
    gap: 10px;
  }

  .legal-item i {
    width: 40px;
    height: 40px;
  }

  .expert-card {
    min-height: 190px;
  }

  .coverage-marker {
    min-height: 280px;
  }

  .marker-orbit {
    width: 245px;
    height: 245px;
  }

  .marker-core {
    width: 88px;
    height: 88px;
  }

  .contact-panel {
    padding: 64px 0;
  }

  .contact-number {
    min-width: 0;
  }

  .contact-number strong {
    font-size: 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-brand {
    width: 100%;
    max-width: 300px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    justify-content: center;
    padding: 0;
  }

  .floating-whatsapp span {
    display: none;
  }

  .floating-whatsapp svg {
    width: 25px;
    height: 25px;
  }
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
