body {
  overflow-x: hidden;
}

:root {
  --font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

html {
  scroll-behavior: smooth;
}

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

#services {
  scroll-margin-top: clamp(96px, 10vw, 124px);
}

.page-container {
  width: min(100% - 40px, 1380px);
  margin-inline: auto;
}

.header-phone,
.footer-call a {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.header-phone {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
}

.footer-call a {
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

.hero {
  min-height: clamp(560px, 68vh, 650px);
  display: flex;
  align-items: stretch;
}

.hero-inner {
  min-height: clamp(560px, 68vh, 650px);
  grid-template-columns: minmax(390px, 0.43fr) minmax(0, 0.57fr);
}

.hero-copy {
  padding: clamp(38px, 6vh, 58px) 0;
}

.hero h1 {
  font-size: clamp(3.25rem, 5vw, 5.7rem);
}

.hero-buttons {
  margin-top: clamp(20px, 3vh, 28px);
}

.trust-list {
  margin-top: clamp(24px, 4vh, 34px);
}

.hero-media {
  min-height: inherit;
  max-height: clamp(560px, 68vh, 650px);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.hero-media:before {
  left: -92px;
  top: -70px;
  bottom: -70px;
  width: 188px;
}

.ba-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ba-project-card {
  padding: 16px;
  border: 1px solid rgba(0, 38, 74, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 24, 47, 0.12);
}

.ba-project-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
}

.ba-image-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ba-shot {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(0, 38, 74, 0.14);
  border-radius: 7px;
  background: var(--cream);
  cursor: pointer;
}

.ba-shot img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}

.ba-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  color: var(--navy);
  background: rgba(217, 154, 33, 0.18);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-category-block {
  padding: clamp(26px, 4vw, 42px) 0;
  border-bottom: 1px solid var(--line);
}

.gallery-category-block:first-child {
  padding-top: 0;
}

.gallery-category-block:last-child {
  border-bottom: 0;
}

.gallery-category-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.gallery-category-heading h2 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: clamp(1.75rem, 2.4vw, 2.65rem);
}

.gallery-category-heading p,
.section-heading p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
}

.gallery-subheading {
  margin-top: 44px;
}

.social-icon {
  background: #fff;
}

.social-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: var(--navy);
}

.social-links a:hover .social-icon,
.social-links a:focus-visible .social-icon {
  background: var(--gold);
}

.source-note {
  display: none;
}

.assistant-float {
  min-height: 52px;
  padding: 7px 14px 7px 7px;
  font-size: 0.92rem;
}

.assistant-logo {
  width: 38px;
  height: 38px;
}

.main-nav {
  gap: clamp(14px, 1.55vw, 24px);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-toggle {
  min-height: 42px;
  padding: 9px 0;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #fff;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible,
.nav-dropdown.is-open .nav-dropdown-toggle {
  border-color: var(--gold);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 120;
  display: grid;
  gap: 4px;
  width: max-content;
  min-width: 300px;
  max-width: min(90vw, 360px);
  padding: 10px;
  border: 1px solid rgba(217, 154, 33, 0.8);
  border-top: 4px solid var(--gold);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  box-shadow: 0 18px 42px rgba(0, 24, 47, 0.26);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  visibility: hidden;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.nav-dropdown-menu a {
  display: block;
  min-height: 42px;
  padding: 11px 14px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 0.93rem;
  line-height: 1.25;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  color: var(--navy);
  background: var(--gold-soft);
}

.section-heading {
  width: min(100%, 860px);
  margin-inline: auto;
  padding-inline: 16px;
  text-align: center;
}

.home-section-heading {
  margin-bottom: clamp(40px, 5vw, 65px);
}

.section-title {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: clamp(2.7rem, 4vw, 4.25rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.section-title:after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--gold);
}

.section-subtitle {
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--navy);
  font-family: var(--font-body, "Inter", Arial, Helvetica, sans-serif);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.section-description {
  width: min(100%, 760px);
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.7;
  text-align: center;
}

.hero-trust-icon {
  border-color: rgba(217, 154, 33, 0.95);
  background: rgba(217, 154, 33, 0.1);
}

.hero-trust-icon:before,
.hero-trust-icon:after {
  content: none;
  display: none;
}

.hero-trust-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-preview,
.services-section {
  padding-top: clamp(70px, 8vw, 108px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.services-section {
  padding-block: clamp(80px, 8vw, 120px);
}

.services-preview .section-heading {
  margin-bottom: clamp(34px, 5vw, 52px);
}

.services-preview .large-kicker {
  margin-bottom: 12px;
}

.section-copy {
  margin: 12px auto 0;
  max-width: 700px;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.65;
}

.services-section .section-heading {
  margin-bottom: clamp(42px, 5vw, 70px);
}

.image-service-grid {
  gap: clamp(22px, 2.4vw, 34px);
}

.image-service-card {
  min-height: clamp(320px, 29vw, 390px);
  border-bottom: 5px solid var(--gold);
  box-shadow: 0 18px 42px rgba(0, 24, 47, 0.16);
}

.image-service-card span {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-service-grid,
.testimonial-grid {
  width: min(100%, 1380px);
  margin-inline: auto;
}

.gallery-preview {
  padding-block: clamp(65px, 7vw, 95px);
  background: #fff;
}

.gallery-preview .section-heading {
  margin-bottom: clamp(32px, 4vw, 50px);
}

.gallery-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}

.gallery-preview-card {
  position: relative;
  display: block;
  min-height: clamp(260px, 20vw, 320px);
  overflow: hidden;
  border: 1px solid rgba(0, 38, 74, 0.12);
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 16px 38px rgba(0, 24, 47, 0.14);
}

.gallery-preview-card img {
  width: 100%;
  height: clamp(260px, 20vw, 320px);
  object-fit: cover;
  object-position: center;
  transition: transform 0.22s ease;
}

.gallery-preview-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-top: 3px solid var(--gold);
  color: #fff;
  background: rgba(0, 38, 74, 0.96);
  font-weight: 900;
  text-align: center;
}

.gallery-preview-card:hover img,
.gallery-preview-card:focus-visible img {
  transform: scale(1.035);
}

.gallery-preview-action {
  margin-top: clamp(28px, 4vw, 40px);
}

.testimonials-section .testimonial-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.65;
}

.testimonials-section {
  padding-block: clamp(80px, 8vw, 115px);
}

.testimonials-section .section-heading {
  margin-bottom: clamp(36px, 4.5vw, 58px);
}

.testimonials-section .testimonial-card blockquote {
  text-align: left;
  line-height: 1.65;
}

.testimonials-section .testimonial-card h3 {
  margin-top: auto;
}

.gallery-strip.home-section-cta {
  display: grid;
  justify-items: center;
  gap: 22px;
  margin-top: clamp(46px, 5vw, 70px);
  padding: clamp(34px, 5vw, 52px) 24px;
  text-align: center;
}

.compact-home-heading {
  margin-bottom: 0;
}

.home-section-cta .section-title {
  color: #fff;
  font-size: clamp(2.3rem, 3.8vw, 3.6rem);
}

.home-section-cta .section-subtitle {
  color: rgba(255, 255, 255, 0.86);
}

.service-areas-section {
  padding-block: clamp(80px, 8vw, 120px);
}

.areas-heading {
  margin-bottom: clamp(34px, 4.5vw, 58px);
}

.areas-copy-block {
  display: grid;
  align-content: center;
}

.areas-copy-block .city-list {
  margin-top: 0;
}

.internal-page-header {
  display: grid;
  align-items: center;
  min-height: clamp(250px, 30vw, 340px);
  text-align: center;
}

.internal-header-content,
.service-page-header .service-hero-copy {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  text-align: center;
}

.internal-header-content .breadcrumbs,
.service-page-header .breadcrumbs {
  margin-top: 18px;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  border: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.internal-header-content .breadcrumbs a,
.service-page-header .breadcrumbs a {
  color: #fff;
}

.internal-header-content .breadcrumbs a:after,
.service-page-header .breadcrumbs a:after {
  color: var(--gold);
}

.service-page-header {
  min-height: clamp(500px, 54vw, 620px);
}

.service-page-header .breadcrumbs {
  margin-bottom: 18px;
}

.internal-header-content .button {
  margin-top: 22px;
}

.service-page-header .hero-buttons {
  justify-content: center;
}

.service-content-section {
  display: grid;
  gap: 24px;
}

.service-overview-card,
.service-detail-card {
  background: #fff;
  border: 1px solid rgba(0, 38, 74, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 24, 47, 0.1);
}

.service-overview-card {
  max-width: 980px;
  padding: clamp(24px, 4vw, 38px);
}

.service-overview-card p:last-child {
  max-width: 850px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.service-detail-card {
  position: relative;
  padding: clamp(22px, 3vw, 30px);
  text-align: left;
}

.service-detail-card h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  line-height: 1.18;
}

.service-detail-card .check-list {
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 0;
  line-height: 1.65;
}

.pressure-included-panel {
  width: 100%;
  max-width: 1180px;
  padding: clamp(26px, 4vw, 42px);
  background: #fff;
  border: 1px solid rgba(0, 38, 74, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 24, 47, 0.1);
}

.pressure-included-heading {
  max-width: 760px;
  margin-bottom: clamp(22px, 3vw, 32px);
}

.pressure-included-heading h2 {
  margin-bottom: 0;
}

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

.pressure-included-section {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: 0 clamp(18px, 2vw, 28px);
  border-right: 1px solid rgba(0, 38, 74, 0.14);
}

.pressure-included-section:first-child {
  padding-left: 0;
}

.pressure-included-section:last-child {
  padding-right: 0;
  border-right: 0;
}

.pressure-included-section h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.25;
}

.pressure-included-section .check-list {
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 0;
  line-height: 1.65;
}

.detail-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 45%, var(--gold) 45% 55%, transparent 55%),
    radial-gradient(circle at 50% 50%, rgba(217, 154, 33, 0.18), transparent 56%);
}

.gallery-section-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 clamp(28px, 4vw, 44px);
}

.gallery-section-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(0, 38, 74, 0.14);
  border-bottom: 3px solid var(--gold);
  border-radius: 6px;
  color: var(--navy);
  background: #fff;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(0, 24, 47, 0.08);
}

.dibusai-credit {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.dibusai-credit a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 700;
}

.dibusai-credit img {
  width: auto;
  height: clamp(24px, 2.4vw, 36px);
  max-width: 86px;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
}

.assistant-float[aria-expanded="true"] .assistant-status {
  opacity: 1;
  transform: translateY(0);
}

@media (max-height: 750px) and (min-width: 900px) {
  .site-header {
    min-height: 88px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-mark {
    width: 66px;
    height: 66px;
    flex-basis: 66px;
  }

  .hero,
  .hero-inner,
  .hero-media {
    min-height: 540px;
    max-height: 590px;
  }

  .hero-copy {
    padding-top: 32px;
    padding-bottom: 38px;
  }

  .hero h1 {
    font-size: clamp(3rem, 4.6vw, 5rem);
  }

  .hero-buttons {
    margin-top: 18px;
  }

  .trust-list {
    margin-top: 22px;
  }
}

@media (max-width: 1100px) {
  .hero,
  .hero-inner,
  .hero-media {
    min-height: 0;
    max-height: none;
  }

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

  .hero-media {
    min-height: 430px;
  }

  .ba-project-grid {
    grid-template-columns: 1fr;
  }

  .gallery-category-heading {
    align-items: start;
    flex-direction: column;
  }

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

  .pressure-included-grid {
    grid-template-columns: 1fr;
  }

  .pressure-included-section {
    padding: 0 0 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 38, 74, 0.14);
  }

  .pressure-included-section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .hero-media {
    min-height: 340px;
  }

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

  .assistant-float {
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 6px;
  }

  .assistant-logo {
    width: 42px;
    height: 42px;
  }

  .services-preview {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .image-service-card {
    min-height: 285px;
  }

  .internal-page-header {
    min-height: 230px;
  }

  .service-page-header {
    min-height: 0;
  }

  .gallery-section-nav {
    justify-content: stretch;
  }

  .gallery-section-nav a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .dibusai-credit a {
    align-items: flex-start;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .hero,
  .hero-inner,
  .hero-media {
    min-height: 560px;
    max-height: 620px;
  }

  .hero-inner {
    grid-template-columns: minmax(360px, 0.43fr) minmax(0, 0.57fr);
  }

  .hero-copy {
    max-width: 520px;
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .hero h1 {
    font-size: clamp(3rem, 4.5vw, 4.5rem);
  }

  .hero-media {
    min-height: inherit;
    margin-left: 0;
    border-left: 0;
    border-radius: 0 0 0 12px;
  }

  .trust-list {
    gap: 10px;
  }
}

@media (min-width: 1600px) {
  .hero,
  .hero-inner,
  .hero-media {
    min-height: 620px;
    max-height: 640px;
  }

  .hero-copy {
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 4.35vw, 5.25rem);
  }

  .hero-buttons {
    margin-top: 22px;
  }

  .trust-list {
    margin-top: 24px;
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: auto;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  .language-switch button {
    min-width: 34px;
    min-height: 34px;
  }

  .header-phone {
    flex: 1;
    width: auto;
    min-height: 42px;
    justify-content: center;
    padding: 0 10px;
    font-size: 0.95rem;
  }

  .hero-copy {
    padding-top: 26px;
    padding-bottom: 24px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.5rem);
  }

  .hero-lede {
    margin-top: 14px;
    font-size: 1rem;
  }

  .hero-buttons {
    gap: 10px;
    margin-top: 16px;
  }

  .button {
    min-height: 48px;
  }

  .trust-list {
    gap: 8px;
    margin-top: 16px;
  }

  .trust-list li {
    min-height: 46px;
  }

  .line-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .hero-trust-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1600px) {
  .page-container {
    width: min(100% - 64px, 1460px);
  }
}

@media (max-width: 1100px) {
  .gallery-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-preview-card,
  .gallery-preview-card img {
    min-height: 0;
    height: clamp(240px, 28vw, 280px);
  }
}

@media (max-width: 700px) {
  .page-container {
    width: min(100% - 28px, 1380px);
  }

  .section-heading {
    padding-inline: 0;
  }

  .gallery-preview {
    padding-block: clamp(58px, 12vw, 78px);
  }

  .gallery-preview-grid {
    grid-template-columns: 1fr;
  }

  .gallery-preview-card,
  .gallery-preview-card img {
    height: clamp(220px, 62vw, 260px);
  }

  .assistant-float {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  }

  .copyright {
    display: grid;
    gap: 10px;
    text-align: center;
  }
}

.internal-page-header,
.service-page-header {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(60px, 7vw, 95px) max(20px, calc((100vw - 1280px) / 2));
  color: #fff;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  text-align: center;
}

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

.internal-header-content,
.service-page-header .service-hero-copy {
  width: min(100%, 1180px);
  max-width: 1180px;
  margin-inline: auto;
  text-align: center;
}

.internal-page-header .section-kicker,
.service-page-header .section-kicker {
  margin: 0;
  color: var(--gold-soft);
  font-family: var(--font-body, "Inter", Arial, Helvetica, sans-serif);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.internal-page-header h1,
.service-page-header h1 {
  margin: 14px 0 20px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 1.05;
}

.internal-page-header .breadcrumbs,
.service-page-header .breadcrumbs {
  margin: 0;
  padding: 0;
  justify-content: center;
  color: rgba(255, 255, 255, 0.84);
  background: transparent;
  border: 0;
  font-family: var(--font-body, "Inter", Arial, Helvetica, sans-serif);
  font-size: 0.95rem;
}

.internal-page-header .breadcrumbs a,
.service-page-header .breadcrumbs a {
  color: #fff;
}

.internal-page-header .breadcrumbs a:after,
.service-page-header .breadcrumbs a:after {
  color: var(--gold);
}

.internal-page-header > .internal-header-content > p:not(.section-kicker),
.service-page-header .service-hero-image,
.service-page-header .hero-buttons {
  display: none;
}

.content-section,
.contact-layout,
.service-content-section {
  padding-top: clamp(60px, 6vw, 88px);
}

.contact-layout {
  align-items: start;
}

.contact-intro-copy {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.7;
}

.service-explore {
  padding: clamp(48px, 6vw, 72px) max(20px, calc((100vw - 1180px) / 2));
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.service-explore .section-heading {
  grid-column: 1 / -1;
  width: min(100%, 760px);
  margin: 0 auto 14px;
  padding-inline: 0;
  text-align: center;
}

.related-links.service-explore .service-explore-grid {
  display: contents;
}

.related-links.service-explore .service-explore-link,
.related-links.service-explore .center-action .button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  min-height: 76px;
  height: 76px;
  padding: 16px;
  border: 1px solid rgba(0, 38, 74, 0.14);
  border-bottom: 3px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(0, 24, 47, 0.08);
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
}

.related-links.service-explore .service-explore-link {
  color: var(--navy);
  background: var(--cream);
}

.related-links.service-explore .center-action .button {
  color: #fff;
  background: var(--navy);
}

.related-links.service-explore .service-explore-link:hover,
.related-links.service-explore .service-explore-link:focus-visible,
.related-links.service-explore .center-action .button:hover,
.related-links.service-explore .center-action .button:focus-visible {
  color: #fff;
  background: var(--navy);
}

.service-link-icon {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: rgba(217, 154, 33, 0.16);
}

.service-link-icon:after {
  content: "";
  position: absolute;
  inset: 9px 8px 9px 11px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
}

.related-links.service-explore .center-action {
  display: contents;
  margin: 0;
}

@media (max-width: 1100px) {
  .nav-dropdown {
    width: 100%;
    display: grid;
  }

  .nav-dropdown-toggle {
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    text-align: left;
  }

  .nav-dropdown-menu,
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    position: static;
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    border-width: 0;
    border-radius: 6px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
    transition: max-height 0.18s ease, padding 0.18s ease, border-width 0.18s ease;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    max-height: 520px;
    padding: 8px;
    border-width: 1px;
    border-top-width: 3px;
  }

  .nav-dropdown-menu a {
    white-space: normal;
  }

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

@media (max-width: 700px) {
  .internal-page-header,
  .service-page-header {
    padding-block: clamp(55px, 15vw, 75px);
  }

  .internal-page-header h1,
  .service-page-header h1 {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }

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

/* Final services navigation and compact internal headers. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-dropdown {
  gap: 6px;
}

.nav-dropdown-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 0;
  border-bottom: 2px solid transparent;
  color: #fff;
  font-weight: 800;
}

.nav-dropdown-link:hover,
.nav-dropdown-link:focus-visible,
.nav-dropdown-link[aria-current="page"],
.nav-dropdown:focus-within .nav-dropdown-link,
.nav-dropdown:hover .nav-dropdown-link {
  border-color: var(--gold);
}

.nav-dropdown-toggle {
  position: relative;
  width: 28px;
  min-height: 42px;
  padding: 0;
  border-bottom: 2px solid transparent;
}

.nav-dropdown-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(-50%, -62%) rotate(45deg);
}

.nav-dropdown.is-open .nav-dropdown-toggle span {
  transform: translate(-50%, -35%) rotate(225deg);
}

.internal-hero,
.service-hero,
.internal-page-header,
.service-page-header {
  min-height: 0 !important;
  padding: 42px 20px 46px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--navy);
  text-align: center;
}

.internal-hero__inner,
.internal-header-content,
.service-page-header .service-hero-copy {
  width: min(100%, 1180px);
  margin-inline: auto;
  text-align: center;
}

.internal-hero__eyebrow,
.internal-page-header .section-kicker,
.service-page-header .section-kicker {
  margin: 0;
  color: var(--gold-soft);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.internal-hero h1,
.service-hero h1,
.internal-page-header h1,
.service-page-header h1 {
  margin: 8px 0 14px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2.35rem, 4vw, 3.9rem);
  line-height: 1.05;
  text-align: center;
}

.internal-hero .breadcrumbs,
.service-hero .breadcrumbs,
.internal-page-header .breadcrumbs,
.service-page-header .breadcrumbs {
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  color: rgba(255, 255, 255, 0.84);
  background: transparent;
  border: 0;
  font-size: 0.95rem;
}

.internal-hero .breadcrumbs a,
.service-hero .breadcrumbs a,
.internal-page-header .breadcrumbs a,
.service-page-header .breadcrumbs a {
  color: #fff;
}

.internal-hero .breadcrumbs a:after,
.service-hero .breadcrumbs a:after,
.internal-page-header .breadcrumbs a:after,
.service-page-header .breadcrumbs a:after {
  color: var(--gold);
}

.internal-page-header > .internal-header-content > p:not(.section-kicker),
.service-page-header > .service-hero-copy > p:not(.section-kicker) {
  display: none;
}

.internal-page-header + .section,
.internal-page-header + .content-section,
.service-page-header + .section,
.service-page-header + .content-section,
.internal-page-content {
  padding-top: clamp(52px, 6vw, 82px);
}

.content-section.two-column {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
  padding-left: 0;
  padding-right: 0;
}

.contact-layout {
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
  padding-left: 0;
  padding-right: 0;
  align-items: start;
}

.gallery-page {
  text-align: center;
}

.gallery-page .filter-bar {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 24px;
}

.services-directory {
  background: var(--cream);
}

.services-directory-inner {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
}

.services-directory .section-heading {
  margin-bottom: 30px;
}

.services-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.services-directory-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(0, 38, 74, 0.14);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 24, 47, 0.1);
}

.services-directory-card:hover,
.services-directory-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0, 24, 47, 0.15);
}

.services-directory-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--navy);
}

.services-directory-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-directory-copy {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.services-directory-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.1;
}

.services-directory-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.services-directory-copy .button {
  justify-self: start;
  min-height: 44px;
  margin-top: 4px;
  padding-inline: 16px;
}

@media (max-width: 1100px) {
  .nav-dropdown {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .nav-dropdown-link {
    min-height: 44px;
    padding: 10px 0;
  }

  .nav-dropdown-toggle {
    justify-self: end;
    width: 44px;
    min-height: 44px;
  }

  .nav-dropdown-menu,
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    grid-column: 1 / -1;
  }

  .services-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .internal-hero,
  .service-hero,
  .internal-page-header,
  .service-page-header {
    padding: 32px 18px 36px !important;
  }

  .internal-hero h1,
  .service-hero h1,
  .internal-page-header h1,
  .service-page-header h1 {
    font-size: clamp(2.05rem, 8.5vw, 2.8rem);
  }

  .services-directory-inner,
  .content-section.two-column,
  .contact-layout {
    width: min(100% - 28px, 1180px);
  }

  .services-directory-grid {
    grid-template-columns: 1fr;
  }
}

/* Official logo and About/Mission final update. */
.brand-mark {
  aspect-ratio: 1 / 1;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-mark img,
.assistant-logo img,
.mission-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.brand {
  align-items: center;
}

.brand-text strong {
  line-height: 1.05;
}

.brand-text span {
  quotes: "“" "”";
}

.mission-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.mission-card img {
  width: clamp(150px, 14vw, 190px);
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.mission-card h2 {
  position: relative;
  margin: 0;
  padding-top: 12px;
}

.mission-card h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 54px;
  height: 3px;
  background: var(--gold);
  transform: translateX(-50%);
}

.mission-card p {
  max-width: 430px;
  margin: 0;
}

.assistant-logo {
  background: #fff;
}

@media (max-width: 1100px) {
  .mission-card img {
    width: clamp(130px, 18vw, 165px);
  }
}

@media (max-width: 700px) {
  .brand-mark {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .mission-card img {
    width: clamp(110px, 35vw, 145px);
  }
}

/* Approved final visual corrections. */
.brand {
  gap: clamp(10px, 1.1vw, 14px);
}

.brand-text {
  max-width: clamp(280px, 31vw, 470px);
}

.brand-text strong {
  display: block;
  color: #fff;
  font-size: clamp(1.22rem, 1.55vw, 1.78rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy > .eyebrow {
  display: none;
}

.hero h1 {
  margin-top: 0;
}

.hero-media {
  border-left: 0;
  border-radius: 0;
  clip-path: none;
}

.hero-media:before {
  display: block;
  left: -150px;
  top: -110px;
  bottom: -110px;
  width: 300px;
  border-right: 0;
  border-radius: 0 82% 82% 0;
  background:
    linear-gradient(90deg,
      rgba(217, 154, 33, 0) 0%,
      rgba(217, 154, 33, 0.2) 42%,
      rgba(217, 154, 33, 0.96) 55%,
      rgba(241, 193, 96, 0.98) 58%,
      rgba(217, 154, 33, 0.75) 61%,
      rgba(217, 154, 33, 0) 68%);
  box-shadow: 16px 0 28px rgba(0, 24, 47, 0.18);
  mix-blend-mode: normal;
}

.services-section .section-title:after,
.gallery-preview .section-title:after,
.testimonials-section .section-title:after,
.service-areas-section .section-title:after {
  content: none;
  display: none;
}

.services-section .section-subtitle,
.gallery-preview .section-subtitle,
.testimonials-section .section-subtitle,
.service-areas-section .section-subtitle {
  margin-top: 14px;
}

.services-section .section-heading,
.gallery-preview .section-heading,
.testimonials-section .section-heading,
.service-areas-section .section-heading,
.services-directory .section-heading,
.service-explore .section-heading,
.internal-header-content,
.service-page-header .service-hero-copy {
  width: min(100%, 860px);
  margin-inline: auto;
  text-align: center;
}

.services-section .section-title,
.services-section .section-subtitle,
.services-section .section-description,
.gallery-preview .section-title,
.gallery-preview .section-subtitle,
.gallery-preview .section-description,
.testimonials-section .section-title,
.testimonials-section .section-subtitle,
.testimonials-section .section-description,
.service-areas-section .section-title,
.service-areas-section .section-subtitle,
.service-areas-section .section-description {
  width: min(100%, 780px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.internal-header-content .breadcrumbs,
.service-page-header .breadcrumbs,
.breadcrumbs {
  justify-content: center;
}

.mission-card {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mission-card h2:before {
  content: none;
  display: none;
}

@media (max-width: 1100px) {
  .brand-text {
    max-width: clamp(250px, 50vw, 390px);
  }

  .brand-text strong {
    font-size: clamp(1.12rem, 2.2vw, 1.48rem);
  }

  .hero-media {
    border-left: 0;
    border-radius: 0;
  }

  .hero-media:before {
    left: -122px;
    top: -82px;
    bottom: -82px;
    width: 244px;
  }
}

@media (max-width: 700px) {
  .brand {
    align-items: center;
  }

  .brand-text {
    max-width: min(58vw, 250px);
  }

  .brand-text strong {
    font-size: clamp(1.02rem, 4vw, 1.18rem);
    line-height: 1.08;
  }

  .brand-text span {
    font-size: 0.76rem;
    line-height: 1.2;
  }

  .hero-media {
    border-left: 0;
    border-radius: 0;
  }

  .hero-media:before {
    left: -96px;
    top: -58px;
    bottom: -58px;
    width: 190px;
  }
}

.site-header .brand-mark {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 2px solid rgba(217, 154, 33, 0.78);
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(0, 24, 47, 0.22);
}

.site-header .brand-mark img {
  width: auto;
  height: auto;
  max-width: calc(100% - 8px);
  max-height: calc(100% - 8px);
  padding: 0;
  object-fit: contain;
  object-position: center;
}

/* Our Mission logo presentation only. */
.content-section .mission-card > img {
  width: 100%;
  max-width: clamp(280px, 24vw, 340px);
  height: auto;
  aspect-ratio: auto;
  margin: 0 auto 20px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1100px) {
  .site-header .brand-mark {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }

  .content-section .mission-card > img {
    max-width: clamp(220px, 28vw, 280px);
  }
}

@media (max-width: 700px) {
  .site-header .brand-mark {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .content-section .mission-card > img {
    max-width: clamp(180px, 58vw, 220px);
  }
}

/* Final home hero background proposal. */
.hero {
  position: relative;
  min-height: clamp(550px, 66vh, 620px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: #fff;
  background-image: url("../img/portada.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 35, 65, 0.92) 0%,
      rgba(0, 35, 65, 0.78) 45%,
      rgba(0, 35, 65, 0.5) 100%
    );
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1280px);
  min-height: clamp(550px, 66vh, 620px);
  margin-inline: auto;
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 620px;
  padding: 72px 0;
}

.hero-lede {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 14px rgba(0, 12, 24, 0.34);
}

.trust-list li {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 12, 24, 0.42);
}

.hero-trust-icon {
  color: var(--gold);
  background: rgba(0, 35, 65, 0.26);
}

.hero .hero-media,
.hero .hero-media::before {
  display: none;
}

@media (max-width: 768px) {
  .hero {
    min-height: auto;
    background-position: 58% center;
  }

  .hero::before {
    background: rgba(0, 35, 65, 0.76);
  }

  .hero-inner {
    width: 100%;
    min-height: auto;
    padding: 80px 20px 70px;
    justify-content: center;
  }

  .hero-copy {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }

  .hero-lede {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .trust-list {
    justify-content: center;
  }
}
