﻿.site-header{
  position:sticky;
  top:0;
  z-index:50;
  padding:12px 0 8px;
  background:linear-gradient(180deg,rgba(255,255,255,
.94),rgba(251,250,247,
.72));
  backdrop-filter:blur(18px)
}
.nav-shell{
  width:min(var(--container),calc(100% - 40px));
  height:78px;
  margin:0 auto;
  display:grid;
  grid-template-columns:250px 1fr auto;
  align-items:center;
  gap:20px;
  padding:8px 16px 8px 22px;
  border:1px solid rgba(23,50,61,
.08);
  border-radius:999px;
  background:rgba(255,255,255,
.92);
  box-shadow:var(--shadow-soft)
}
.brand img{
  width:238px;
  max-height:58px;
  object-fit:contain
}
.desktop-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:6px
}
.nav-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  color:rgba(23,50,61,
.78);
  font-weight:800;
  font-size:.95rem;
  transition:color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease
}
.nav-link:hover{
  color:var(--brand-blue-dark);
  transform:translateY(-1px)
}
.nav-link.is-active,
.nav-cta{
  color:#fff;
  background:linear-gradient(135deg,var(--brand-blue),var(--brand-blue-dark));
  box-shadow:0 12px 28px rgba(23,143,189,
.24)
}
.nav-cta:hover,
.nav-link.is-active:hover{
  color:#fff;
  box-shadow:0 16px 36px rgba(23,143,189,
.3)
}
.mobile-toggle{
  display:none;
  width:48px;
  height:48px;
  border:1px solid rgba(23,143,189,
.14);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(25,40,60,
.08);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px
}
.mobile-toggle span{
  width:22px;
  height:2px;
  border-radius:999px;
  background:var(--brand-ink);
  transition:transform .2s ease,opacity .2s ease
}
.mobile-toggle[aria-expanded=true] span:nth-child(1){
  transform:translateY(7px) rotate(45deg)
}
.mobile-toggle[aria-expanded=true] span:nth-child(2){
  opacity:0
}
.mobile-toggle[aria-expanded=true] span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg)
}
.mobile-menu{
  width:min(var(--container),calc(100% - 40px));
  margin:8px auto 0;
  padding:16px;
  border:1px solid rgba(23,50,61,
.08);
  border-radius:0 0 28px 28px;
  background:rgba(255,255,255,
.98);
  box-shadow:var(--shadow-lift);
  display:grid;
  gap:8px;
  animation:menuIn .2s ease both
}
.mobile-menu[hidden]{
  display:none
}
.mobile-link{
  padding:13px 16px;
  border-radius:16px;
  color:var(--brand-ink);
  font-weight:800
}
.mobile-link.is-active{
  background:linear-gradient(135deg,var(--brand-blue),var(--brand-blue-dark));
  color:#fff
}
.mobile-cta{
  margin-top:4px;
  text-align:center;
  background:linear-gradient(135deg,var(--brand-blue),var(--brand-blue-dark));
  color:#fff;
  box-shadow:0 12px 28px rgba(23,143,189,
.22)
}
@keyframes menuIn{
  from{
  opacity:0;
  transform:translateY(-8px)
}
to{
  opacity:1;
  transform:translateY(0)
}

}
.button{
  display:inline-flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 22px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--brand-blue),var(--brand-blue-dark));
  color:#fff;
  font-weight:900;
  box-shadow:0 14px 30px rgba(23,143,189,
.24);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease
}
.button:hover{
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 20px 44px rgba(23,143,189,
.3)
}
.button-secondary{
  background:#fff;
  color:var(--brand-blue-dark);
  border:1px solid rgba(23,143,189,
.18);
  box-shadow:0 10px 26px rgba(25,40,60,
.07)
}
.button-secondary:hover{
  color:var(--brand-blue-dark);
  background:#fff
}
.button-light{
  background:#fff;
  color:var(--brand-blue-dark)
}
.button-ghost-light{
  background:rgba(255,255,255,
.12);
  color:#fff;
  border:1px solid rgba(255,255,255,
.28)
}
.card,
.service-card,
.photo-card,
.trust-card,
.split-card,
.visit-card,
.map-card,
.tour-cta,
.shortcut-card{
  border:1px solid var(--brand-border);
  border-radius:var(--radius-md);
  background:rgba(255,255,255,
.96);
  box-shadow:var(--shadow-soft)
}
.service-card,
.mini-card,
.shortcut-card{
  position:relative;
  overflow:hidden;
  padding:28px;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease
}
.service-card::before,
.mini-card::before,
.shortcut-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,var(--brand-blue),rgba(23,143,189,
.16))
}
.service-card:hover,
.mini-card:hover,
.shortcut-card:hover,
.photo-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-lift);
  border-color:rgba(23,143,189,
.22)
}
.service-card span,
.service-card small,
.chip-row span,
.trust-grid span{
  color:var(--brand-green);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px
}
.service-grid-wide{
  grid-template-columns:repeat(4,minmax(0,1fr))
}
.service-card h3{
  margin:14px 0 10px
}
.service-card p{
  min-height:104px
}
.check-list{
  display:grid;
  gap:12px;
  margin:22px 0;
  padding:0;
  list-style:none
}
.check-list li{
  position:relative;
  padding-left:30px;
  color:var(--brand-ink)
}
.check-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--brand-green);
  box-shadow:0 0 0 5px rgba(123,175,43,
.12)
}
.image-card,
.photo-card{
  margin:0;
  overflow:hidden
}
.image-card img,
.photo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease
}
.photo-card:hover img,
.image-card:hover img{
  transform:scale(1.045)
}
.photo-card figcaption{
  display:grid;
  gap:5px;
  padding:16px;
  background:linear-gradient(145deg,rgba(255,255,255,
.92),rgba(251,250,247,
.84))
}
.photo-card figcaption span{
  color:var(--brand-blue-dark);
  font-weight:900;
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.1em
}
.photo-card figcaption strong{
  color:var(--brand-ink);
  line-height:1.3
}
.cta-band{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:clamp(28px,5vw,48px);
  border-radius:var(--radius-lg);
  background:radial-gradient(circle at 12% 0%,rgba(255,255,255,
.28),transparent 20rem),linear-gradient(135deg,var(--brand-blue),var(--brand-blue-dark));
  box-shadow:0 22px 62px rgba(23,143,189,
.22)
}
.cta-band h2,
.cta-band p{
  color:#fff
}
.cta-actions,
.section-actions,
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px
}
input,select,textarea{
  width:100%;
  border:1px solid rgba(23,50,61,
.12);
  border-radius:16px;
  padding:13px 14px;
  background:#fff;
  color:var(--brand-ink)
}
input:focus,select:focus,textarea:focus{
  border-color:rgba(23,143,189,
.48);
  box-shadow:0 0 0 4px rgba(23,143,189,
.11);
  outline:0
}
.field{
  display:grid;
  gap:7px;
  color:var(--brand-ink);
  font-weight:800
}
.field span{
  font-size:.86rem
}
.site-footer{
  padding:72px 0 28px;
  background:radial-gradient(circle at 16% 0%,rgba(23,143,189,
.24),transparent 28rem),linear-gradient(135deg,#073f58 0%,#0d607f 100%);
  color:#fff
}
.footer-grid{
  display:grid;
  grid-template-columns:1.25fr repeat(3,1fr);
  gap:18px
}
.footer-grid section{
  padding:24px;
  border:1px solid rgba(255,255,255,
.14);
  border-radius:24px;
  background:rgba(255,255,255,
.075);
  box-shadow:0 18px 48px rgba(0,0,0,
.12)
}
.footer-brand img{
  width:min(320px,100%);
  filter:drop-shadow(0 14px 22px rgba(0,0,0,
.16))
}
.footer-grid h2{
  color:#fff;
  font-family:var(--font-body);
  font-size:.95rem;
  text-transform:uppercase;
  letter-spacing:.12em
}
.footer-grid h2::after{
  content:"";
  display:block;
  width:44px;
  height:2px;
  margin-top:10px;
  background:#7cc8ef
}
.footer-links{
  display:grid;
  gap:9px;
  margin-top:18px
}
.site-footer a,
.site-footer p,
.site-footer address,
.site-footer strong{
  color:rgba(255,255,255,
.9)
}
.site-footer a{
  transition:transform .18s ease,color .18s ease
}
.site-footer a:hover{
  color:#fff;
  transform:translateX(3px)
}
.footer-bottom{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  padding-top:24px;
  text-align:center
}
@media(max-width:1024px){
  .service-grid,
.service-grid-wide,
.footer-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))
}

}
@media(max-width:980px){
  .desktop-nav{
  display:none
}
.mobile-toggle{
  display:inline-flex
}
.nav-shell{
  grid-template-columns:1fr auto;
  height:74px;
  border-radius:24px
}
.brand img{
  width:min(220px,52vw)
}

}
@media(max-width:720px){
  .service-grid,
.service-grid-wide,
.footer-grid{
  grid-template-columns:1fr
}
.cta-band{
  display:grid
}
.button{
  width:100%
}

}

.site-header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 250, 247, 0.78));
}

.nav-shell {
  border-color: rgba(36, 49, 58, 0.07);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 44px rgba(25, 40, 60, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.nav-link.is-active,
.nav-cta,
.mobile-link.is-active,
.mobile-cta,
.button {
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-blue-dark));
  box-shadow: var(--shadow-blue);
}

.nav-link:not(.is-active):hover {
  background: rgba(45, 156, 219, 0.07);
}

.button {
  position: relative;
  overflow: hidden;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(-130%);
  transition: transform 0.45s ease;
}

.button:hover::after {
  transform: translateX(130%);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-blue-dark);
  border-color: rgba(45, 156, 219, 0.2);
  box-shadow: 0 12px 30px rgba(25, 40, 60, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.button-secondary:hover {
  border-color: rgba(45, 156, 219, 0.34);
  box-shadow: 0 18px 44px rgba(25, 40, 60, 0.11);
}

.card,
.service-card,
.photo-card,
.trust-card,
.split-card,
.visit-card,
.map-card,
.tour-cta,
.shortcut-card,
.mini-card,
.inquiry-form,
.contact-card,
.quote-card,
.legal,
.proof-card {
  border-color: var(--brand-border);
  background: var(--card-gradient);
  box-shadow: var(--shadow-card);
}

.card,
.service-card,
.photo-card,
.trust-card,
.split-card,
.visit-card,
.map-card,
.tour-cta,
.shortcut-card,
.mini-card,
.inquiry-form,
.contact-card,
.quote-card,
.legal {
  border-radius: var(--radius-lg);
}

.service-card,
.mini-card,
.shortcut-card,
.photo-card,
.contact-list p,
.proof-card {
  position: relative;
  isolation: isolate;
}

.service-card::before,
.mini-card::before,
.shortcut-card::before,
.contact-list p::before,
.proof-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--card-accent);
  opacity: 0.9;
}

.service-card::after,
.mini-card::after,
.shortcut-card::after,
.photo-card::after,
.contact-list p::after,
.proof-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: radial-gradient(circle at 12% 0%, rgba(45, 156, 219, 0.08), transparent 14rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: -1;
}

.service-card:hover,
.mini-card:hover,
.shortcut-card:hover,
.photo-card:hover,
.contact-list p:hover,
.proof-card:hover {
  transform: translateY(-5px);
  border-color: rgba(45, 156, 219, 0.22);
  box-shadow: var(--shadow-lift);
}

.service-card:hover::after,
.mini-card:hover::after,
.shortcut-card:hover::after,
.photo-card:hover::after,
.contact-list p:hover::after,
.proof-card:hover::after {
  opacity: 1;
}

.service-card span,
.service-card small,
.chip-row span,
.trust-grid span {
  color: var(--brand-green);
}

.photo-card {
  border-radius: var(--radius-lg);
  background: #fff;
}

.photo-card figcaption {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(251, 250, 247, 0.88)),
    radial-gradient(circle at 100% 0%, rgba(45, 156, 219, 0.08), transparent 12rem);
}

.photo-card figcaption span {
  color: var(--brand-blue-dark);
}

.cta-band {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.34), transparent 22rem),
    radial-gradient(circle at 92% 18%, rgba(215, 180, 106, 0.14), transparent 18rem),
    linear-gradient(135deg, var(--brand-blue-deep), var(--brand-blue-dark) 52%, var(--brand-blue));
  box-shadow: 0 30px 78px rgba(7, 63, 88, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

input,
select,
textarea {
  border-color: rgba(36, 49, 58, 0.1);
  background: linear-gradient(180deg, #fff, rgba(247, 251, 253, 0.7));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.site-footer {
  background:
    radial-gradient(circle at 16% 0%, rgba(45, 156, 219, 0.24), transparent 28rem),
    radial-gradient(circle at 92% 12%, rgba(215, 180, 106, 0.1), transparent 22rem),
    linear-gradient(135deg, #042f43 0%, var(--brand-blue-deep) 48%, var(--brand-blue-dark) 100%);
}

.footer-grid section {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.055));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.footer-grid h2::after {
  background: linear-gradient(90deg, #7cc8ef, rgba(215, 180, 106, 0.86));
}

.nav-link {
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-gold), var(--brand-blue));
  opacity: 0;
  transform: scaleX(0.55);
  transform-origin: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-link.is-active::after,
.nav-cta::after {
  display: none;
}

.card--elevated,
.card--feature,
.card--contact,
.card--stat,
.card--glass {
  border: 1px solid var(--brand-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.card--elevated,
.card--feature,
.card--contact,
.card--stat {
  background: var(--card-gradient);
}

.card--glass {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
}

.button:focus-visible,
.carousel-controls button:focus-visible,
.carousel-dots button:focus-visible,
.contact-list a:focus-visible,
.footer-links a:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid rgba(201, 165, 92, 0.42);
  outline-offset: 3px;
}

.contact-list p {
  display: grid;
  gap: 5px;
}

.contact-list a {
  color: var(--brand-blue-dark);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.contact-list a:hover {
  color: var(--brand-blue);
}

.footer-brand {
  display: grid;
  gap: 18px;
}

.footer-brand img {
  width: min(330px, 100%);
  padding: 16px 18px;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, var(--brand-ivory));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.footer-brand p {
  padding-top: 4px;
}

.footer-grid {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-links a,
.site-footer address a,
.footer-bottom a {
  position: relative;
  width: fit-content;
}

.footer-links a::after,
.site-footer address a::after,
.footer-bottom a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: linear-gradient(90deg, var(--brand-gold), #7cc8ef);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.footer-links a:hover::after,
.site-footer address a:hover::after,
.footer-bottom a:hover::after {
  transform: scaleX(1);
}

.footer-links a.is-active {
  color: #fff;
  transform: translateX(3px);
}

.footer-links a.is-active::after {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .nav-link::after,
  .footer-links a::after,
  .site-footer address a::after,
  .footer-bottom a::after,
  .button::after {
    transition: none;
  }
}

/* Final premium polish pass */
.page-hero {
  background:
    radial-gradient(circle at 12% 12%, rgba(22, 143, 189, 0.09), transparent 22rem),
    linear-gradient(180deg, #fff 0%, var(--brand-ivory) 100%);
}

.page-hero-grid {
  min-height: clamp(260px, 30vw, 385px);
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--brand-border);
  box-shadow: var(--shadow-soft);
}

.page-hero-grid::before,
.trust-card::before,
.split-card::before,
.tour-cta::before,
.visit-card::before,
.map-card::before,
.inquiry-form::before,
.contact-card::before,
.card::before {
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand-blue), rgba(122, 168, 70, 0.36), rgba(215, 180, 106, 0.52));
}

.page-hero-grid > *,
.trust-card > *,
.split-card > *,
.tour-cta > *,
.visit-card > *,
.map-card > *,
.inquiry-form > *,
.contact-card > *,
.card > * {
  position: relative;
  z-index: 1;
}

.proof-card {
  min-width: min(100%, 260px);
  padding: 24px;
}

.proof-card strong {
  color: var(--brand-ink);
  font-size: 1.02rem;
}

.button-light,
.cta-band .button-light {
  background: #fff;
  color: var(--brand-blue-deep);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(4, 47, 67, 0.18);
}

.button-light:hover,
.cta-band .button-light:hover {
  color: #052f43;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(4, 47, 67, 0.24);
}

.button-ghost-light,
.cta-band .button-ghost-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.button-ghost-light:hover,
.cta-band .button-ghost-light:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.9);
}

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

.service-card {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  border-color: rgba(31, 92, 120, 0.12);
  background:
    radial-gradient(circle at 96% 0%, rgba(22, 143, 189, 0.07), transparent 12rem),
    var(--card-gradient);
}

.service-card span,
.service-card small,
.chip-row span,
.trust-grid span {
  color: var(--brand-ink);
}

.service-card small {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--brand-green);
  background: rgba(122, 168, 70, 0.1);
  letter-spacing: 0.06em;
}

.service-card p {
  min-height: auto;
}

.photo-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.photo-card img {
  min-height: 255px;
  transition: transform .28s ease, filter .28s ease;
}

.photo-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.03) brightness(1.02);
}

.photo-card figcaption {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(251, 250, 247, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(22, 143, 189, 0.08), transparent 11rem);
  border-top: 1px solid rgba(31, 92, 120, 0.1);
}

.photo-card figcaption span {
  color: var(--brand-blue-deep);
}

.gallery-group {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(31, 92, 120, 0.09);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(251,250,247,.72));
  box-shadow: 0 18px 44px rgba(18, 52, 70, 0.06);
}

.gallery-group + .gallery-group {
  margin-top: clamp(28px, 5vw, 44px);
}

.contact-list {
  gap: 14px;
}

.contact-list p {
  gap: 7px;
  padding: 18px 18px 18px 52px;
  border-radius: 18px;
}

.contact-list p::before {
  width: 26px;
  height: 26px;
  top: 18px;
  left: 18px;
  right: auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--brand-blue) 0 3px, transparent 4px),
    linear-gradient(145deg, rgba(22,143,189,.16), rgba(122,168,70,.12));
  border: 1px solid rgba(22, 143, 189, 0.18);
}

.contact-list strong {
  color: var(--brand-ink);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .76rem;
}

.contact-list a {
  line-height: 1.45;
}

.inquiry-form,
.contact-card,
.card {
  overflow: hidden;
}

.field span {
  color: var(--brand-ink);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 4px rgba(22, 143, 189, 0.12);
}

.site-footer {
  background:
    radial-gradient(circle at 14% 0%, rgba(45, 156, 219, 0.22), transparent 28rem),
    radial-gradient(circle at 90% 10%, rgba(122, 168, 70, 0.12), transparent 24rem),
    linear-gradient(135deg, #052f43 0%, #073f58 46%, var(--brand-blue-dark) 100%);
}

.footer-grid {
  gap: clamp(28px, 4vw, 52px);
}

.footer-grid > section {
  padding-top: 4px;
}

.footer-brand {
  gap: 22px;
}

.footer-brand img {
  width: min(380px, 100%);
  padding: 18px 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(251,250,247,.94));
}

.footer-brand p {
  max-width: 30ch;
  line-height: 1.6;
}

.footer-grid h2 {
  font-weight: 900;
  letter-spacing: .14em;
}

.footer-grid h2::after {
  width: 52px;
  height: 3px;
  border-radius: 999px;
  transform-origin: left;
  transition: transform .18s ease;
}

.footer-grid section:hover h2::after {
  transform: scaleX(1.22);
}

.footer-links {
  gap: 11px;
}

.site-footer address {
  display: grid;
  gap: 16px;
}

.site-footer address p {
  position: relative;
  margin: 0;
  padding-left: 34px;
  line-height: 1.55;
}

.site-footer address p::before {
  content: "";
  position: absolute;
  top: .15em;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  border: 1px solid rgba(124, 200, 239, 0.34);
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.95) 0 2px, transparent 3px),
    linear-gradient(145deg, rgba(124, 200, 239, 0.2), rgba(255,255,255,0.08));
}

.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  padding-top: 26px;
}

@media (max-width: 980px) {
  .service-grid-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .page-hero-grid {
    min-height: auto;
    padding: 34px 22px;
  }

  .proof-card {
    min-width: 0;
    width: 100%;
  }

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

  .photo-card img {
    min-height: 220px;
  }

  .contact-list p {
    padding-right: 16px;
  }

  .footer-brand img {
    width: min(330px, 100%);
  }
}

/* Final layout/content polish */
.page-hero-grid::before,
.trust-card::before,
.split-card::before,
.tour-cta::before,
.visit-card::before,
.map-card::before,
.inquiry-form::before,
.contact-card::before,
.card::before,
.service-card::before,
.mini-card::before,
.shortcut-card::before {
  left: clamp(14px, 2vw, 22px);
  right: clamp(14px, 2vw, 22px);
  width: auto;
  border-radius: 0 0 999px 999px;
}

.page-hero-grid {
  background:
    radial-gradient(circle at 92% 8%, rgba(22, 143, 189, .08), transparent 22rem),
    linear-gradient(145deg, #fff, rgba(251, 250, 247, .88));
}

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

.service-card-feature {
  min-height: 100%;
  padding: clamp(26px, 3vw, 34px);
  display: grid;
  align-content: start;
  gap: 12px;
}

.service-card-feature .service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--brand-blue-dark);
  background: linear-gradient(145deg, rgba(22, 143, 189, .11), rgba(122, 168, 70, .08));
  border: 1px solid rgba(22, 143, 189, .16);
}

.service-card-feature .service-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card-feature small,
.support-card span {
  color: var(--brand-blue-deep);
  background: rgba(22, 143, 189, .08);
}

.service-card-feature h3 {
  margin: 4px 0 0;
}

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

.support-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 7px;
  padding: 20px 22px;
  border: 1px solid var(--brand-border);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 28px rgba(18, 52, 70, .055);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.support-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--brand-blue), rgba(215,180,106,.5));
}

.support-card:hover {
  transform: translateY(-3px);
  border-color: rgba(22, 143, 189, .22);
  box-shadow: 0 18px 38px rgba(18, 52, 70, .095);
}

.support-card strong {
  color: var(--brand-ink);
}

.support-card span {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 850;
  line-height: 1.35;
}

.gallery-premium-stack {
  gap: clamp(34px, 5vw, 58px);
}

.gallery-premium-stack .gallery-group {
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 32px);
  padding: clamp(26px, 4vw, 42px);
}

.gallery-premium-stack .gallery-copy {
  max-width: 780px;
}

.gallery-premium-stack .gallery-copy p:not(.eyebrow) {
  max-width: 58ch;
}

.gallery-premium-stack .gallery-grid {
  gap: clamp(16px, 2.2vw, 24px);
}

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

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

.gallery-grid-single-wide {
  grid-template-columns: minmax(0, 1fr);
  max-width: 900px;
}

.gallery-premium-stack .photo-card {
  position: relative;
}

.gallery-premium-stack .photo-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 18px;
  right: 18px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--brand-blue), rgba(215,180,106,.58));
}

.gallery-premium-stack .photo-card img {
  aspect-ratio: 16 / 10;
  min-height: 0;
  object-fit: cover;
}

.gallery-premium-stack .photo-card figcaption {
  min-height: 92px;
}

.site-footer {
  padding-top: clamp(64px, 7vw, 86px);
}

.footer-grid {
  grid-template-columns: minmax(250px, 1.2fr) minmax(155px, .7fr) minmax(185px, .85fr) minmax(340px, 1.45fr);
  align-items: stretch;
  gap: clamp(20px, 3vw, 34px);
}

.footer-grid section {
  min-width: 0;
  padding: clamp(26px, 3vw, 34px);
}

.footer-grid h2 {
  margin-bottom: 2px;
  line-height: 1.2;
}

.footer-links {
  gap: 12px;
}

.footer-links a,
.site-footer address a,
.footer-bottom a {
  max-width: 100%;
}

.site-footer address {
  gap: 18px;
}

.site-footer address p,
.site-footer address a {
  overflow-wrap: anywhere;
}

.site-footer address p {
  padding-left: 32px;
}

.footer-bottom {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
}

.contact-card,
.inquiry-form,
.tour-info-grid .card {
  border-radius: var(--radius-lg);
}

.inquiry-grid {
  grid-template-columns: minmax(270px, .82fr) minmax(0, 1.18fr);
  gap: clamp(22px, 3vw, 34px);
}

.contact-list p {
  min-width: 0;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.contact-list p:hover {
  transform: translateY(-2px);
}

.field input,
.field select {
  min-height: 52px;
}

.inquiry-form .button {
  color: #fff;
  width: min(100%, 240px);
}

@media (max-width: 1080px) {
  .featured-service-grid,
  .support-service-grid,
  .gallery-grid-featured,
  .gallery-grid-balanced {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .featured-service-grid,
  .support-service-grid,
  .gallery-grid-featured,
  .gallery-grid-balanced,
  .gallery-grid-two,
  .gallery-grid-single-wide {
    grid-template-columns: 1fr;
  }

  .gallery-premium-stack .photo-card img {
    aspect-ratio: 4 / 3;
  }

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

  .footer-grid section {
    padding: 24px;
  }
}

/* Hero image panels and wide single-photo gallery polish */
.page-hero-with-media {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
  gap: clamp(24px, 4vw, 44px);
}

.page-hero-media {
  position: relative;
  z-index: 1;
  margin: 0;
  min-height: clamp(245px, 24vw, 340px);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(31, 92, 120, .12);
  box-shadow: 0 22px 52px rgba(18, 52, 70, .12);
}

.page-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(4, 47, 67, .18)),
    radial-gradient(circle at 12% 10%, rgba(255,255,255,.22), transparent 18rem);
  pointer-events: none;
}

.page-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.hero-inline-proof {
  display: inline-grid;
  gap: 4px;
  width: fit-content;
  max-width: 100%;
  margin-top: 24px;
  padding: 14px 18px;
  border: 1px solid rgba(22, 143, 189, .16);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(233,246,251,.72));
  box-shadow: 0 12px 28px rgba(18, 52, 70, .07);
}

.hero-inline-proof strong {
  color: var(--brand-blue-dark);
  font-size: 1.05rem;
}

.hero-inline-proof span {
  color: var(--brand-ink);
  font-size: .9rem;
  font-weight: 800;
}

.gallery-grid-single-wide {
  max-width: 100%;
}

.gallery-grid-single-wide .photo-card {
  width: min(100%, 980px);
}

.gallery-grid-single-wide .photo-card img {
  aspect-ratio: 16 / 9;
  min-height: clamp(360px, 44vw, 560px);
  object-fit: cover;
}

.gallery-grid-single-wide .photo-card figcaption {
  min-height: auto;
  padding: 22px 24px;
}

@media (max-width: 980px) {
  .page-hero-with-media {
    grid-template-columns: 1fr;
  }

  .page-hero-media {
    min-height: clamp(230px, 48vw, 340px);
  }
}

@media (max-width: 720px) {
  .page-hero-media {
    border-radius: 20px;
  }

  .gallery-grid-single-wide .photo-card {
    width: 100%;
  }

  .gallery-grid-single-wide .photo-card img {
    aspect-ratio: 4 / 3;
    min-height: 280px;
  }
}

/* Final contact inquiry card polish */
.desktop-nav .nav-cta:hover,
.desktop-nav .nav-cta:focus-visible,
.mobile-menu .mobile-cta:hover,
.mobile-menu .mobile-cta:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue));
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(23, 143, 189, .32);
}

.contact-list {
  display: grid;
  gap: 16px;
}

.contact-list p {
  display: none;
}

.contact-list .contact-item-card {
  position: relative;
  display: grid;
  gap: 7px;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid var(--brand-border);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(251, 250, 247, .88));
  box-shadow: 0 10px 26px rgba(25, 40, 60, .055);
  color: var(--brand-ink);
  text-align: left;
  text-decoration: none;
  text-transform: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.contact-list .contact-item-card::before,
.contact-list .contact-item-card::after {
  display: none;
  content: none;
}

.contact-list .contact-item-card span {
  color: var(--brand-muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-list .contact-item-card strong {
  color: var(--brand-ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: anywhere;
}

.contact-list .contact-item-card:hover,
.contact-list .contact-item-card:focus-visible {
  border-color: rgba(23, 143, 189, .4);
  background: linear-gradient(145deg, #fff, rgba(237, 249, 253, .78));
  box-shadow: 0 18px 42px rgba(18, 52, 70, .11);
  color: var(--brand-ink);
  transform: translateY(-3px);
}

.contact-list .contact-item-card:focus-visible {
  outline: 3px solid rgba(23, 143, 189, .22);
  outline-offset: 3px;
}

/* Footer contact icon system */
.footer-brand p {
  max-width: 36ch;
}

.site-footer address.footer-contact-list {
  gap: 14px;
}

.site-footer .footer-contact-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
  padding-left: 0;
  line-height: 1.45;
  font-style: normal;
}

.site-footer .footer-contact-item::before,
.site-footer .footer-contact-item::after {
  display: none;
  content: none;
}

.footer-contact-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(124, 200, 239, .32);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(124, 200, 239, .18), rgba(255, 255, 255, .08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.footer-contact-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #b9e6fb;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer .footer-contact-item span:last-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.site-footer .footer-contact-item strong {
  color: rgba(255, 255, 255, .72);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer .footer-contact-item a {
  color: rgba(255, 255, 255, .94);
  display: inline-block;
  max-width: 100%;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: normal;
  word-break: normal;
}

.site-footer .footer-contact-item a:hover {
  color: #fff;
}

/* Final footer typography polish */
.site-footer .footer-grid h2 {
  font-weight: 900;
  margin-bottom: 14px;
}

.site-footer .footer-links {
  gap: 8px;
  margin-top: 14px;
}

.site-footer .footer-links a,
.site-footer .footer-contact-item a {
  font-size: 0.9rem;
  line-height: 1.28;
  font-weight: 520;
}

.site-footer address.footer-contact-list {
  gap: 12px;
  margin-top: 18px;
}

.site-footer .footer-contact-item:first-child {
  margin-top: 6px;
}

.site-footer .footer-contact-item {
  line-height: 1.28;
}

.site-footer .footer-contact-item strong {
  color: rgba(255, 255, 255, .74);
  font-size: .68rem;
  font-weight: 620;
  line-height: 1.1;
}

.site-footer .footer-contact-item a {
  color: rgba(255, 255, 255, .88);
}

@media (max-width: 720px) {
  .gallery-section .container,
  .gallery-premium-stack {
    width: calc(100% - 20px);
  }

  .gallery-premium-stack {
    margin-inline: auto;
  }

  .gallery-premium-stack .gallery-group {
    padding: 18px 0;
    align-items: center;
  }

  .gallery-premium-stack .gallery-copy {
    padding-inline: 10px;
  }

  .gallery-premium-stack .gallery-grid,
  .gallery-grid-featured,
  .gallery-grid-balanced,
  .gallery-grid-two,
  .gallery-grid-single-wide {
    width: 100%;
    justify-items: center;
  }

  .gallery-premium-stack .photo-card,
  .gallery-grid-single-wide .photo-card {
    width: 100%;
    max-width: none;
  }

  .gallery-premium-stack .photo-card img,
  .gallery-grid-single-wide .photo-card img {
    width: 100%;
    min-height: clamp(285px, 74vw, 380px);
    object-fit: cover;
  }
}
