* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

button {
  font: inherit;
}

.page-shell {
  width: min(1220px, calc(100% - 28px));
  margin: 0 auto;
}

.hero {
  padding: 24px 0 56px;
}

.topbar,
.hero-grid,
.quick-grid,
.services-grid,
.pricing-layout,
.booking-section {
  display: grid;
  gap: 18px;
}

.topbar {
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 24px;
}

.brand,
h1,
h2,
h3 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
}

.brand {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05;
  max-width: 16ch;
}

.brand > span:first-child {
  font-size: clamp(2.15rem, 2rem + 1vw, 3rem);
  line-height: 0.92;
  text-wrap: balance;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.brand-break {
  display: block;
  color: var(--accent-strong);
  font-family: "Manrope", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.1;
}

.menu-toggle {
  display: none;
  justify-self: end;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--text);
}

.nav-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav-links a {
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
}

.hero-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
}

.panel,
.info-card,
.legal-modal {
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(22, 31, 39, 0.96), rgba(13, 18, 23, 0.98)),
    rgba(16, 23, 30, 0.8);
  box-shadow: var(--shadow);
}

.hero-content,
.service-card,
.pricing-card,
.pricing-note,
.booking-content,
.hours-card,
.contact-panel {
  padding: 34px;
  min-width: 0;
}

.hero-content {
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.eyebrow {
  margin: 0 0 12px;
  color: rgba(242, 199, 120, 0.82);
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

p.eyebrow {
  color: rgba(242, 199, 120, 0.82);
}

h1 {
  margin: 0;
  max-width: 12.5ch;
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  line-height: 1;
  padding-right: 0.08em;
}

h2 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.98;
}

h3 {
  margin: 0 0 10px;
  font-size: 2rem;
}

.lead,
.service-card p,
.pricing-note p,
.booking-content p:not(.eyebrow),
.contact-panel p:not(.eyebrow),
.modal-body p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
}

.booking-content {
  display: grid;
  gap: 22px;
  align-content: start;
}

.hero-actions,
.booking-actions,
.contact-links,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button,
.link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

.button:hover,
.link-button:hover,
.floating-whatsapp:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  color: #11161a;
  box-shadow: 0 14px 34px rgba(214, 155, 64, 0.2);
}

.button-secondary,
.link-button {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  border-color: var(--line);
  color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.link-button:hover,
.link-button:focus-visible {
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.button-whatsapp {
  border-color: rgba(167, 230, 190, 0.18);
  background:
    linear-gradient(180deg, rgba(52, 156, 92, 0.96), rgba(24, 92, 54, 0.98));
  color: #ecfff1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 30px rgba(14, 56, 33, 0.22);
  letter-spacing: 0.01em;
  font-weight: 700;
}

.button-whatsapp:hover,
.button-whatsapp:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 36px rgba(14, 56, 33, 0.28);
}

.hero-label-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.image-card {
  position: relative;
  min-height: 580px;
  overflow: hidden;
}

.image-card img {
  transition: transform 500ms ease;
}

.image-card:hover img {
  transform: scale(1.04);
}

.image-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 13, 16, 0.78);
  backdrop-filter: blur(10px);
}

.image-badge strong,
.price-row strong,
.info-card a {
  color: var(--accent-strong);
}

.quick-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 80px;
}

.info-card {
  padding: 28px;
  min-width: 0;
  border-radius: 24px;
}

.info-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
}

.gallery-section,
.services-section,
.pricing-section,
.contact-section {
  margin-bottom: 84px;
}

.team-section {
  margin-bottom: 84px;
}

.gallery-section,
.services-section,
.pricing-section,
.team-section {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(22, 31, 39, 0.96), rgba(13, 18, 23, 0.98)),
    rgba(16, 23, 30, 0.8);
  box-shadow: var(--shadow);
}

.section-head {
  margin-bottom: 24px;
}

.section-head.narrow h2 {
  max-width: 10ch;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.gallery-card {
  position: relative;
  grid-column: span 4;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(21, 29, 36, 0.94), rgba(14, 19, 24, 0.96));
  box-shadow: var(--shadow);
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-strong), rgba(212, 168, 98, 0.12));
  z-index: 1;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.gallery-card:hover img {
  transform: scale(1.04);
}

.gallery-card-large,
.gallery-card-wide {
  grid-column: span 8;
}

.gallery-text-card {
  display: flex;
  align-items: end;
  padding: 28px;
}

.gallery-text-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

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

.about-page .hero {
  padding-bottom: 28px;
}

.about-intro {
  padding: 34px;
  margin-bottom: 56px;
}

.about-lead {
  max-width: 44rem;
}

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

.team-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-color: rgba(212, 168, 98, 0.18);
  background:
    linear-gradient(180deg, rgba(30, 40, 49, 0.98), rgba(16, 22, 28, 0.98)),
    rgba(16, 23, 30, 0.9);
  box-shadow: 0 22px 48px rgba(4, 8, 12, 0.28);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.team-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-strong), rgba(212, 168, 98, 0.12));
  z-index: 1;
}

.team-photo {
  min-height: 340px;
  border-bottom: 1px solid var(--line);
}

.team-photo img {
  object-fit: cover;
  transition: transform 450ms ease;
}

.team-photo-ali img,
.team-photo-mehmet img,
.team-photo-hassan img {
  transform: scale(1.05);
}

.team-photo-ali img {
  transform: scale(1.06);
  object-position: center 18%;
}

.team-photo-mehmet img {
  transform: scale(1.06);
  object-position: center 18%;
}

.team-photo-hassan img {
  transform: scale(1.06);
  object-position: center 18%;
}

.team-card:hover .team-photo img {
  transform: scale(1.08);
}

.team-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 168, 98, 0.3);
  box-shadow: 0 30px 60px rgba(4, 8, 12, 0.34);
}

.team-content {
  display: grid;
  gap: 12px;
  padding: 28px;
}

.team-content .eyebrow {
  margin-bottom: 0;
}

.team-content h2 {
  max-width: none;
  font-size: clamp(1.7rem, 2vw, 2.35rem);
}

.team-content p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.service-card {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-color: rgba(212, 168, 98, 0.16);
  background:
    linear-gradient(180deg, rgba(29, 38, 46, 0.98), rgba(16, 22, 28, 0.98)),
    rgba(16, 23, 30, 0.88);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-strong), rgba(212, 168, 98, 0.12));
}

.pricing-layout,
.booking-section {
  grid-template-columns: 1.15fr 0.85fr;
}

.booking-section {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  align-items: start;
  margin-bottom: 84px;
}

.booking-form-card {
  padding: 34px;
  display: grid;
  gap: 24px;
}

.booking-form-head {
  display: grid;
  gap: 10px;
}

.hours-card-head {
  display: grid;
  gap: 10px;
}

.booking-form-head .eyebrow,
.hours-card-head .eyebrow,
.hours-card .eyebrow {
  margin-bottom: 0;
}

.booking-form-intro,
.booking-form-hint {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.booking-form {
  display: grid;
  gap: 18px;
}

.hours-card {
  align-self: start;
  display: grid;
  gap: 18px;
  padding: 26px;
  border-color: rgba(212, 168, 98, 0.12);
  background:
    linear-gradient(180deg, rgba(20, 28, 35, 0.92), rgba(12, 17, 22, 0.96)),
    rgba(15, 21, 28, 0.72);
  box-shadow: 0 18px 36px rgba(3, 7, 10, 0.2);
}

.booking-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.booking-field {
  display: grid;
  gap: 8px;
}

.booking-field span {
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-field-full {
  grid-column: 1 / -1;
}

.booking-field input,
.booking-field select {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(25, 34, 43, 0.96), rgba(14, 19, 24, 0.98));
  color: var(--text);
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.booking-field input[type="date"] {
  color-scheme: dark;
}

.booking-field input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(0.92) sepia(0.2) saturate(0.8) hue-rotate(350deg);
}

.booking-field input::placeholder {
  color: rgba(170, 184, 194, 0.76);
}

.booking-field input:hover,
.booking-field select:hover {
  border-color: var(--line-strong);
}

.booking-field input:focus,
.booking-field select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(214, 155, 64, 0.12);
}

.booking-field select:disabled {
  cursor: not-allowed;
  color: rgba(170, 184, 194, 0.7);
  opacity: 0.82;
}

.booking-submit {
  width: 100%;
  min-height: 56px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
}

.pricing-card {
  display: grid;
  gap: 18px;
}

.price-group {
  position: relative;
  display: block;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.price-group::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-strong), rgba(212, 168, 98, 0.12));
  z-index: 1;
}

.price-group h3 {
  margin: 0;
  color: var(--accent-strong);
  font-size: 1.7rem;
}

.price-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
}

.price-summary::-webkit-details-marker {
  display: none;
}

.price-summary::marker {
  content: "";
}

.price-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.price-toggle::before,
.price-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  background: var(--accent-strong);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.price-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.price-group[open] .price-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.1);
}

.price-items {
  display: grid;
  gap: 14px;
  padding: 0 22px 20px;
}

.brand,
h3,
.button,
.contact-links a,
.info-card a,
.price-row span,
.price-row strong {
  overflow-wrap: anywhere;
}

h1 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}

h2 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hours-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hours-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hours-list span {
  color: var(--muted);
}

.hours-list strong {
  color: var(--text);
  font-size: 0.96rem;
}

.contact-panel {
  display: grid;
  gap: 14px;
}

.contact-address {
  margin: 0;
}

.contact-phone {
  margin: -2px 0 4px;
}

.contact-phone a {
  color: var(--text);
  font-size: clamp(1.12rem, 2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.contact-phone a:hover,
.contact-phone a:focus-visible {
  color: var(--accent-strong);
}

.contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  color: var(--text);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-links a:hover,
.contact-links a:focus-visible {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.contact-links svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.footer {
  padding: 0 0 56px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  color: var(--muted);
}

.link-button {
  cursor: pointer;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  min-height: 52px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  justify-content: center;
  border: 1px solid rgba(167, 230, 190, 0.18);
  background:
    linear-gradient(180deg, rgba(52, 156, 92, 0.96), rgba(24, 92, 54, 0.98));
  color: #ecfff1;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 36px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:focus-visible,
.floating-whatsapp:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 42px rgba(0, 0, 0, 0.32);
}

.legal-modal {
  width: min(760px, calc(100% - 24px));
  padding: 0;
  color: var(--text);
}

.legal-modal::backdrop {
  background: rgba(0, 0, 0, 0.68);
}

.modal-head,
.modal-body {
  padding: 24px 28px;
}

.modal-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.modal-close {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

@media (max-width: 1024px) {
  .hero-grid,
  .pricing-layout,
  .footer {
    grid-template-columns: 1fr;
  }

  .booking-section {
    grid-template-columns: 1fr;
  }

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

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

  .gallery-card,
  .gallery-card-large,
  .gallery-card-wide {
    grid-column: auto;
  }

}

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

  h1 {
    font-size: clamp(2.6rem, 5.2vw, 4.4rem);
    max-width: 11.5ch;
  }

  .image-card {
    min-height: 420px;
  }
}

@media (max-width: 940px) {
  .topbar {
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: start;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .footer {
    display: grid;
  }
}

@media (max-width: 768px) {
  .quick-grid,
  .services-grid,
  .gallery-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .services-section {
    margin-bottom: 72px;
  }

  .services-grid {
    gap: 14px;
  }

  .service-card {
    min-height: auto;
    border-radius: 24px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 18px;
    border-width: 1px;
    border-color: rgba(242, 199, 120, 0.72);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 10px 22px rgba(0, 0, 0, 0.18);
  }

  .nav-links {
    display: none;
    flex-direction: column;
    gap: 8px;
    margin-top: 6px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(20, 28, 35, 0.96), rgba(12, 17, 22, 0.98)),
      rgba(14, 19, 24, 0.96);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
  }

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

  .nav-links a {
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.015));
    color: var(--text);
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(242, 199, 120, 0.28);
    background: linear-gradient(180deg, rgba(242, 199, 120, 0.08), rgba(255, 255, 255, 0.02));
  }

  .hero-content,
  .image-card {
    min-height: auto;
  }

  .image-card {
    min-height: 320px;
  }

  .image-badge {
    right: 14px;
    bottom: 14px;
    padding: 12px 14px;
  }

  .hero-actions,
  .booking-actions,
  .footer-links,
  .contact-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button,
  .link-button,
  .contact-links a {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 18px, 1220px);
  }

  body {
    padding-bottom: 92px;
  }

  .hero-content,
  .about-intro,
  .gallery-text-card,
  .service-card,
  .pricing-card,
  .pricing-note,
  .booking-content,
  .booking-form-card,
  .hours-card,
  .contact-panel {
    padding: 26px;
  }

  .hero {
    padding-top: 16px;
  }

  .gallery-section,
  .services-section,
  .pricing-section,
  .team-section {
    padding: 26px;
  }

  h1 {
    font-size: clamp(2.15rem, 9.8vw, 2.8rem);
    max-width: none;
  }

  h2 {
    font-size: clamp(1.9rem, 8vw, 2.5rem);
    max-width: none;
  }

  .brand {
    gap: 6px;
    max-width: 13ch;
  }

  .brand > span:first-child {
    font-size: clamp(1.55rem, 1.2rem + 1.2vw, 2rem);
  }

  .brand-break {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  h3,
  .price-group h3 {
    font-size: 1.45rem;
  }

  .price-summary {
    padding: 18px 18px;
  }

  .price-items {
    gap: 12px;
    padding: 0 18px 18px;
  }

  .eyebrow {
    letter-spacing: 0.16em;
    font-size: 0.72rem;
  }

  .hours-card {
    padding: 20px;
    gap: 14px;
  }

  .lead,
  .service-card p,
  .booking-content p:not(.eyebrow),
  .contact-panel p:not(.eyebrow),
  .modal-body p:not(.eyebrow) {
    line-height: 1.65;
  }

  .floating-whatsapp {
    right: 12px;
    left: 12px;
    justify-content: center;
    min-height: 50px;
  }

  .price-row,
  .hours-list li {
    flex-direction: column;
  }

  .price-row {
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .services-grid {
    gap: 12px;
  }

  .brand {
    max-width: none;
    gap: 5px;
    letter-spacing: 0.03em;
  }

  .brand > span:first-child {
    font-size: 1.4rem;
  }

  .brand-break {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  .page-shell {
    width: min(100% - 12px, 1220px);
  }

  body {
    padding-bottom: 108px;
  }

  .hero-content,
  .about-intro,
  .gallery-text-card,
  .service-card,
  .pricing-card,
  .booking-content,
  .booking-form-card,
  .hours-card,
  .contact-panel,
  .info-card {
    padding: 20px;
  }

  .service-card {
    padding-top: 22px;
  }

  .gallery-section,
  .services-section,
  .pricing-section,
  .team-section {
    padding: 20px;
  }

  h1 {
    font-size: clamp(1.55rem, 8.2vw, 1.95rem);
    line-height: 1.06;
  }

  h2 {
    font-size: clamp(1.55rem, 8vw, 1.95rem);
    line-height: 1.02;
  }

  h3,
  .price-group h3 {
    font-size: 1.25rem;
  }

  .price-summary {
    padding: 16px;
    gap: 12px;
  }

  .price-items {
    padding: 0 16px 16px;
  }

  .lead,
  .service-card p,
  .booking-content p:not(.eyebrow),
  .contact-panel p:not(.eyebrow),
  .modal-body p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .image-card {
    min-height: 240px;
  }

  .team-photo {
    min-height: 260px;
  }

  .image-badge {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .button,
  .link-button,
  .contact-links a {
    min-height: 48px;
    padding: 0 16px;
  }

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

  .booking-field-full {
    grid-column: auto;
  }

  .nav-links {
    padding: 10px;
    gap: 7px;
  }

  .nav-links a {
    padding: 11px 13px;
    border-radius: 14px;
  }
}
