:root {
  --navy: #16385f;
  --navy-deep: #0b1f36;
  --navy-soft: #234d7f;
  --blue: #5e86a5;
  --blue-deep: #496f8d;
  --green: #5e86a5;
  --green-dark: #496f8d;
  --bg: #0f2540;
  --surface: #ffffff;
  --surface-muted: #dce7f1;
  --text: #13314f;
  --text-soft: #50657a;
  --border: rgba(22, 56, 95, 0.16);
  --shadow: 0 18px 45px rgba(7, 24, 43, 0.18);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #edf3f8 0%, #e4ecf5 100%);
}

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

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

.image-source {
  display: block;
}

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(11, 31, 54, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(94, 134, 165, 0.22);
}

.nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 88px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  padding: 0.45rem 0.9rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(231, 239, 247, 0.96));
  border: 1px solid rgba(94, 134, 165, 0.28);
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(7, 24, 43, 0.18);
}

.brand img {
  width: 320px;
  max-width: 100%;
  height: auto;
}

.brand-text {
  display: none;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-weight: 600;
  color: #f3f7fb;
}

.site-nav a:not(.button) {
  position: relative;
}

.site-nav a[aria-current='page']:not(.button) {
  color: #ffffff;
}

.site-nav a:not(.button)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav a:not(.button):hover::after,
.site-nav a:not(.button):focus-visible::after,
.site-nav a[aria-current='page']:not(.button)::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.3rem;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: #f3f7fb;
}

.nav-toggle span + span {
  margin-top: 5px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.95rem 1.5rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--blue) 0%, #7da2bf 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(73, 111, 141, 0.32);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, var(--blue-deep) 0%, #6a90ae 100%);
}

.site-nav .button[aria-current='page'] {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28),
    0 14px 30px rgba(73, 111, 141, 0.32);
}

.button-secondary {
  background: rgba(94, 134, 165, 0.14);
  color: var(--navy-deep);
  border: 1px solid rgba(94, 134, 165, 0.32);
  box-shadow: 0 12px 26px rgba(18, 55, 97, 0.12);
}

.button-on-dark {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: none;
}

.button-small {
  padding: 0.78rem 1.15rem;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 4rem;
  background:
    radial-gradient(circle at top right, rgba(94, 134, 165, 0.32), transparent 30%),
    linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 58%, #244f7c 100%);
  color: #fff;
}

.hero-section::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #e7eef6 90%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 3rem;
  align-items: center;
}

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

.hero-copy h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.hero-subheading,
.page-hero-copy {
  margin: 1.25rem 0 0;
  max-width: 640px;
  font-size: 1.15rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
}

.page-hero-copy {
  color: var(--text-soft);
}

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

.hero-visual {
  position: relative;
  min-height: 430px;
}

.hero-photo-shell {
  position: absolute;
  inset: 1rem;
  border-radius: var(--radius-lg);
}

.hero-photo {
  position: absolute;
  display: block;
  object-fit: cover;
  box-shadow: 0 24px 50px rgba(12, 31, 54, 0.22);
}

.hero-photo-primary {
  inset: 0 4.75rem 3.25rem 0;
  width: calc(100% - 4.75rem);
  height: calc(100% - 3.25rem);
  border-radius: 30px;
}

.hero-photo-single {
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}

.hero-photo-secondary {
  right: 0;
  bottom: 0;
  width: 46%;
  height: 40%;
  border-radius: 24px;
  border: 6px solid rgba(255, 255, 255, 0.92);
}

.hero-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at top left, rgba(94, 134, 165, 0.35), transparent 35%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
}

.hero-card {
  position: absolute;
  border-radius: 22px;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.95);
  color: var(--navy);
  box-shadow: 0 24px 50px rgba(12, 31, 54, 0.2);
  z-index: 2;
}

.hero-card span {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 0.45rem;
}

.hero-card strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.25;
}

.hero-card-top {
  top: 2rem;
  right: 1.5rem;
  width: min(280px, 80%);
}

.hero-card-bottom {
  left: 1.5rem;
  bottom: 2rem;
  width: min(280px, 78%);
}

.hero-accent {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: 2.5rem;
  bottom: 4rem;
  background: radial-gradient(circle, rgba(94, 134, 165, 0.85) 0%, rgba(94, 134, 165, 0.05) 70%);
  filter: blur(6px);
  z-index: 1;
}

.section {
  padding: 5rem 0;
}

.section-light {
  background: linear-gradient(180deg, #edf3f8 0%, #e4ecf5 100%);
}

.section-accent {
  padding-top: 0;
}

.section-dark {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: #fff;
}

.section-stack {
  display: grid;
  gap: 2.2rem;
}

.section-heading {
  display: grid;
  gap: 0.6rem;
}

.section-heading-center {
  justify-items: center;
  text-align: center;
}

.section-heading h2,
.split-panel h2,
.cta-panel h2,
.program-card-large h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-heading p,
.mission-panel p,
.value-card p,
.feature-card p,
.split-panel p,
.cta-panel p,
.program-block li,
.program-subheadline {
  color: var(--text-soft);
  line-height: 1.75;
}

.section-dark p,
.section-dark .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.mission-panel,
.split-panel,
.cta-panel,
.program-card-large {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: var(--radius-lg);
}

.mission-panel {
  padding: 2rem 2.2rem;
  text-align: center;
}

.feature-grid,
.value-grid,
.offer-grid {
  display: grid;
  gap: 1.25rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

.feature-card,
.value-card,
.offer-card {
  padding: 1.5rem;
  background: var(--surface);
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  box-shadow: 0 18px 34px rgba(18, 55, 97, 0.08);
}

.feature-card h3,
.value-card h3,
.offer-card h3,
.program-block h3 {
  margin: 1rem 0 0.65rem;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  color: #fff;
  font-weight: 800;
}

.value-card {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
}

.offer-card {
  display: grid;
  gap: 0.85rem;
  align-content: start;
  background: linear-gradient(180deg, #ffffff 0%, #edf4fb 100%);
}

.offer-card p:not(.eyebrow) {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.offer-button {
  margin-top: 0.5rem;
  justify-self: start;
}

.split-panel,
.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.2rem 2.4rem;
}

.section-dark .cta-panel {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.section-dark .cta-panel h2 {
  color: #fff;
}

.panel-actions {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}

.site-footer {
  padding: 1.35rem 0 2rem;
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.72);
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-brand-block {
  display: grid;
  gap: 0.5rem;
}

.footer-brand-block p {
  margin: 0;
}

.footer-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.2rem;
}

.footer-contact a,
.footer-social a {
  color: rgba(255, 255, 255, 0.86);
}

.site-footer .contact-icon {
  width: 1.7rem;
  height: 1.7rem;
  background-color: rgba(94, 134, 165, 0.34);
  background-size: 0.8rem 0.8rem;
}

.footer-contact a:hover,
.footer-contact a:focus-visible,
.footer-social a:hover,
.footer-social a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: #ffffff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.page-hero {
  padding: 5rem 0 2rem;
  background: linear-gradient(180deg, rgba(11, 31, 54, 0.96), rgba(22, 56, 95, 0.86));
  color: #fff;
}

.page-hero .eyebrow {
  color: #8fb3d1;
}

.page-hero h1 {
  color: #fff;
}

.page-hero .page-hero-copy {
  color: rgba(255, 255, 255, 0.84);
}

.page-hero .breadcrumb-nav {
  color: rgba(255, 255, 255, 0.72);
}

.page-hero .breadcrumb-nav a {
  color: #b8d0e4;
}

.page-hero .breadcrumb-nav [aria-current='page'] {
  color: #ffffff;
}

.program-stack {
  display: grid;
  gap: 1.75rem;
}

.program-card-large {
  padding: 2.2rem;
  background: rgba(255, 255, 255, 0.92);
}

.accent-outline {
  border: 1px solid rgba(94, 134, 165, 0.34);
}

.program-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.program-subheadline {
  margin: 0.75rem 0 0;
}

.price-tag {
  min-width: fit-content;
  padding: 0.95rem 1.15rem;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  box-shadow: 0 18px 30px rgba(13, 40, 71, 0.18);
}

.price-tag span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.76);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.program-block {
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff 0%, var(--surface-muted) 100%);
  border: 1px solid var(--border);
}

.program-block ul {
  margin: 0;
  padding-left: 1.2rem;
}

.program-block li + li {
  margin-top: 0.8rem;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 1.5rem;
}

.team-profile-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 1.5rem;
  align-items: stretch;
}

.content-card,
.testimonial-card,
.booking-panel {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.content-card h2,
.booking-intro h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3.3vw, 2.7rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.content-card p,
.booking-intro p,
.testimonial-name {
  color: var(--text-soft);
  line-height: 1.75;
}

.accent-card {
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
}

.team-photo-card {
  padding: 0;
  overflow: hidden;
}

.team-profile-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.team-bio-card {
  display: grid;
  align-content: center;
}

.profile-photo {
  height: 420px;
  object-fit: cover;
  object-position: center top;
}

.check-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--text-soft);
}

.check-list li + li {
  margin-top: 0.8rem;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fa 100%);
  border: 1px solid var(--border);
  border-radius: 18px;
  color: var(--text-soft);
}

.contact-item strong {
  color: var(--navy);
}

.contact-list a {
  color: var(--navy);
  font-weight: 600;
}

.contact-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 999px;
  background-color: var(--navy);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.95rem 0.95rem;
  box-shadow: 0 10px 18px rgba(18, 55, 97, 0.14);
}

.contact-icon-phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.79.61 2.64a2 2 0 0 1-.45 2.11L8 9.91a16 16 0 0 0 6.09 6.09l1.44-1.27a2 2 0 0 1 2.11-.45c.85.28 1.74.49 2.64.61A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.contact-icon-email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.contact-icon-instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='white' stroke='none'/%3E%3C/svg%3E");
}

.contact-icon-facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctext x='12' y='17' text-anchor='middle' font-family='Arial, sans-serif' font-size='16' font-weight='700' fill='white'%3Ef%3C/text%3E%3C/svg%3E");
}

.contact-icon-review {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='m12 2.5 2.93 5.94 6.56.96-4.74 4.62 1.12 6.53L12 17.47l-5.87 3.08 1.12-6.53L2.5 9.4l6.57-.96L12 2.5Z'/%3E%3C/svg%3E");
}

.faq-list {
  display: grid;
  gap: 1.25rem;
}

.faq-card {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: 0 18px 34px rgba(18, 55, 97, 0.08);
}

.faq-card h3 {
  margin: 0;
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

.faq-card p {
  margin: 0.95rem 0 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

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

.testimonial-card {
  display: grid;
  gap: 1rem;
}

.testimonial-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  color: #fff;
  font-weight: 800;
}

.testimonial-quote {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--text);
  font-weight: 500;
}

.testimonial-name {
  margin: 0;
  font-weight: 700;
}

.booking-panel {
  display: grid;
  gap: 1.5rem;
}

.breadcrumb-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.breadcrumb-nav a {
  color: var(--blue);
  font-weight: 600;
}

.booking-top-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

.trust-grid,
.confirmation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.trust-card,
.confirmation-card,
.booking-status {
  padding: 1.25rem;
  background: #eef4f9;
  border: 1px solid var(--border);
  border-radius: 22px;
}

.booking-intro {
  max-width: 760px;
}

.trust-card strong,
.confirmation-card strong,
.booking-status h3 {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--navy);
}

.trust-card p,
.confirmation-card p,
.booking-status p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.booking-widget-shell {
  display: grid;
  gap: 1rem;
}

.booking-widget {
  width: 100%;
  border: 0;
}

.booking-status-hidden {
  display: none;
}

.booking-status-error {
  background: #fff5f5;
  border-color: rgba(175, 49, 49, 0.22);
}

.status-actions {
  margin-top: 1rem;
}

.confirmation-panel {
  display: grid;
  gap: 1rem;
}

.confirmation-panel h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.confirmation-panel > p:not(.eyebrow) {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.photo-card,
.media-card {
  display: grid;
  gap: 1.1rem;
}

.photo-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.service-photo {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 24px;
}

.photo-card .service-photo {
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  background: #e5edf5;
  border-radius: 0;
}

.photo-card-body {
  display: grid;
  gap: 0.65rem;
  padding: 0 1.5rem 1.6rem;
}

.photo-card-body h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.photo-card-body p:not(.eyebrow) {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.contact-section-grid {
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  gap: 1rem;
}

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

.form-field {
  display: grid;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--text);
}

.form-field span {
  font-size: 0.95rem;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field textarea {
  resize: vertical;
  min-height: 160px;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: rgba(94, 134, 165, 0.7);
  box-shadow: 0 0 0 4px rgba(94, 134, 165, 0.14);
}

.center {
  justify-content: center;
}

@media (max-width: 980px) {
  .hero-grid,
  .feature-grid,
  .value-grid,
  .offer-grid,
  .team-profile-grid,
  .program-grid,
  .content-grid,
  .photo-gallery,
  .testimonial-grid,
  .testimonial-grid-compact {
    grid-template-columns: 1fr 1fr;
  }

  .booking-top-grid,
  .trust-grid,
  .confirmation-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-grid {
    gap: 2rem;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-photo-primary {
    inset: 0 3.5rem 2.5rem 0;
    width: calc(100% - 3.5rem);
    height: calc(100% - 2.5rem);
  }

  .hero-photo-single {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .split-panel,
  .cta-panel,
  .program-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .panel-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .brand img {
    width: 240px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: rgba(11, 31, 54, 0.98);
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a:not(.button) {
    padding: 0.25rem 0;
  }

  .hero-grid,
  .feature-grid,
  .value-grid,
  .offer-grid,
  .team-profile-grid,
  .program-grid,
  .content-grid,
  .photo-gallery,
  .testimonial-grid,
  .testimonial-grid-compact {
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding-top: 3.5rem;
  }

  .hero-visual {
    min-height: 300px;
  }

  .hero-photo-primary {
    inset: 0 2rem 1.75rem 0;
    width: calc(100% - 2rem);
    height: calc(100% - 1.75rem);
  }

  .hero-photo-single {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero-photo-secondary {
    width: 48%;
    height: 35%;
  }

  .hero-card-top {
    top: 1rem;
    right: 1rem;
  }

  .hero-card-bottom {
    left: 1rem;
    bottom: 1rem;
  }

  .split-panel,
  .cta-panel,
  .program-card-large,
  .mission-panel,
  .contact-form,
  .booking-panel {
    padding: 1.5rem;
  }

  .breadcrumb-nav {
    font-size: 0.9rem;
  }

  .trust-card,
  .confirmation-card,
  .booking-status {
    padding: 1rem;
  }

  .booking-widget {
    min-width: 0 !important;
    height: 700px !important;
  }

  .booking-widget-shell {
    min-width: 0;
  }

  .hero-actions,
  .section-actions,
  .footer-shell,
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .center-mobile {
    align-items: stretch;
  }

  .button,
  .button-small {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .booking-panel {
    padding: 1rem;
  }

  .booking-widget {
    height: 620px !important;
  }
}
