:root {
  --navy: #0a2342;
  --navy-2: #071a31;
  --gold: #c9a227;
  --gold-2: #e2c766;
  --ink: #132033;
  --muted: #647084;
  --line: #e7edf4;
  --paper: #ffffff;
  --mist: #f5f8fb;
  --shadow: 0 22px 65px rgba(10, 35, 66, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--gold);
  color: var(--navy);
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  font-weight: 800;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(231, 237, 244, 0.78);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.scrolled {
  box-shadow: 0 12px 40px rgba(10, 35, 66, 0.1);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

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

.brand-logo {
  display: block;
  width: clamp(210px, 23vw, 330px);
  height: auto;
  max-height: 66px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.45rem;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a {
  position: relative;
  padding: 0.5rem 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

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

.nav-toggle {
  display: none;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--navy);
  border-radius: var(--radius);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: 150px 0 78px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background-image: url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1900&q=86");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 26, 49, 0.9) 0%, rgba(7, 26, 49, 0.74) 43%, rgba(7, 26, 49, 0.34) 100%),
    linear-gradient(0deg, rgba(7, 26, 49, 0.4), rgba(7, 26, 49, 0.04));
}

.hero-content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  color: white;
}

.hero-content h1 {
  max-width: 800px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.55rem, 6vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-content p:not(.eyebrow) {
  max-width: 740px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-panel {
  position: absolute;
  right: max(2rem, calc((100vw - 1180px) / 2));
  bottom: 42px;
  width: min(310px, calc(100% - 32px));
  padding: 1.2rem;
  border: 1px solid rgba(201, 162, 39, 0.45);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  color: var(--navy);
}

.hero-panel strong {
  display: block;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.6rem;
  line-height: 1;
}

.hero-panel span {
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section {
  padding: 96px 0;
}

.section-tint {
  background: var(--mist);
}

.section-grid,
.split,
.contact-layout,
.section-heading,
.cards,
.audience-grid,
.blog-grid,
.map {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-grid,
.split,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.section-heading {
  max-width: 790px;
  text-align: center;
  margin-bottom: 2.6rem;
}

h2,
h3 {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.13;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

h3 {
  margin: 0.7rem 0 0.65rem;
  font-size: 1.35rem;
}

.section-copy p:not(.eyebrow):not(.credential) {
  color: var(--muted);
  font-size: 1.05rem;
}

.portrait {
  position: relative;
}

.portrait::before {
  content: "";
  position: absolute;
  inset: 24px -22px -24px 22px;
  border: 1px solid var(--gold);
  z-index: -1;
}

.portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 28%;
  box-shadow: var(--shadow);
}

.credential {
  margin: 0.6rem 0 1rem;
  color: var(--gold);
  font-weight: 800;
}

.signature-row {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.signature-row span {
  border-left: 3px solid var(--gold);
  padding-left: 1rem;
  color: var(--navy);
  font-weight: 800;
}

.areas-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.blog-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: 0 10px 34px rgba(10, 35, 66, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover,
.blog-card:hover,
.audience-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 39, 0.55);
  box-shadow: var(--shadow);
}

.service-card img,
.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-card {
  padding-bottom: 1.35rem;
}

.service-card svg,
.differentials svg,
address svg {
  width: 22px;
  height: 22px;
  color: var(--gold);
  flex: 0 0 auto;
}

.service-card > svg {
  margin: 1.2rem 1.2rem 0;
}

.service-card h3,
.service-card ul {
  padding: 0 1.2rem;
}

.service-card ul {
  margin: 0;
  color: var(--muted);
  padding-left: 2.2rem;
}

.differentials {
  display: grid;
  gap: 0.8rem;
}

.differentials div {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 66px;
  padding: 1rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  font-weight: 800;
  box-shadow: 0 12px 35px rgba(10, 35, 66, 0.07);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
}

.audience-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.audience-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.audience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 35, 66, 0.08), rgba(10, 35, 66, 0.78));
}

.audience-card span {
  position: absolute;
  inset: auto 1rem 1rem;
  z-index: 1;
  color: white;
  font-weight: 900;
}

.testimonial-shell {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
}

.testimonial-track {
  min-height: 220px;
  display: grid;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1.4rem, 4vw, 3rem);
}

.testimonial {
  display: none;
  margin: 0;
  text-align: center;
}

.testimonial.active {
  display: block;
}

.testimonial p {
  margin: 0 auto 1rem;
  max-width: 660px;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.25;
}

.testimonial cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.icon-button,
.floating-whatsapp {
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 162, 39, 0.45);
  background: var(--navy);
  color: white;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(10, 35, 66, 0.16);
}

.icon-button {
  width: 48px;
  aspect-ratio: 1;
  cursor: pointer;
}

.blog-card {
  padding-bottom: 1.25rem;
}

.blog-card span,
.blog-card h3,
.blog-card a {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.blog-card span {
  display: inline-block;
  margin-top: 1rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card a {
  display: inline-flex;
  margin-top: 0.5rem;
  color: var(--navy);
  font-weight: 900;
  border-bottom: 2px solid var(--gold);
}

.contact {
  background: linear-gradient(180deg, var(--paper), var(--mist));
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--navy);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d7e0eb;
  border-radius: var(--radius);
  padding: 0.86rem 0.95rem;
  background: #fbfdff;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.15);
}

.form-status {
  min-height: 1.3rem;
  margin: 0;
  color: var(--navy);
  font-weight: 800;
}

address {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.8rem;
  color: var(--navy);
  font-style: normal;
  font-weight: 800;
}

address span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.map {
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(10, 35, 66, 0.09);
}

.map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.82rem 1.1rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.btn svg {
  width: 19px;
  height: 19px;
}

.btn:hover,
.btn:focus-visible,
.icon-button:hover,
.floating-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(10, 35, 66, 0.18);
}

.btn-primary {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--gold-2);
}

.btn-secondary,
.btn-outline {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border-color: rgba(255, 255, 255, 0.28);
}

.btn-outline {
  color: var(--navy);
  border-color: rgba(10, 35, 66, 0.16);
  background: var(--paper);
}

.footer {
  display: grid;
  gap: 1rem;
  padding: 42px max(16px, calc((100vw - 1180px) / 2));
  background: var(--navy-2);
  color: rgba(255, 255, 255, 0.78);
}

.footer strong {
  color: white;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
}

.footer-logo {
  width: min(340px, 82vw);
  height: auto;
  margin-bottom: 0.65rem;
  padding: 0.75rem 0.9rem;
  background: white;
  border-radius: var(--radius);
}

.footer p {
  margin: 0;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 70;
  width: min(760px, calc(100% - 32px));
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(201, 162, 39, 0.5);
  background: rgba(255, 255, 255, 0.97);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.cookie-banner.show {
  display: flex;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 58px;
  aspect-ratio: 1;
  background: #1f8f5f;
  border-color: rgba(255, 255, 255, 0.32);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

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

@media (max-width: 1020px) {
  .areas-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-grid,
  .split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    position: static;
    margin: 2rem auto 0;
  }
}

@media (max-width: 760px) {
  .nav {
    min-height: 72px;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.6rem;
    background: white;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 0.85rem;
  }

  .hero {
    min-height: auto;
    padding-top: 125px;
  }

  .hero-content h1 {
    font-size: clamp(2.25rem, 12vw, 3.6rem);
  }

  .section {
    padding: 72px 0;
  }

  .areas-grid,
  .blog-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 250px;
  }

  .testimonial-shell {
    grid-template-columns: 1fr;
  }

  .icon-button {
    display: none;
  }

  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
    bottom: 86px;
  }

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

@media (max-width: 430px) {
  .brand strong {
    font-size: 0.98rem;
  }

  .brand-logo {
    width: 190px;
    max-height: 54px;
  }

  .hero {
    padding-bottom: 54px;
  }

  .portrait::before {
    display: none;
  }
}
