/* v1.0.4 — retained mobile corrections + Matriarch brand conversion */
html {
  scroll-padding-top: 130px;
}

body {
  overflow-x: hidden;
}

.footer-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.access-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.access-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  color: white;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .02em;
  transition: background .2s ease,border-color .2s ease,transform .2s ease;
}

.access-links .portal-access {
  background: rgba(255,255,255,.08);
}

.access-links .owner-access {
  background: linear-gradient(135deg,var(--rose2),var(--rose));
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.access-links a:hover,
.access-links a:focus-visible {
  background: rgba(255,255,255,.18);
  border-color: white;
  transform: translateY(-1px);
}

.access-links .owner-access:hover,
.access-links .owner-access:focus-visible {
  background: linear-gradient(135deg,var(--rose),#ca7461);
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 118px;
  }

  .nav {
    padding: 12px 16px 10px;
    gap: 10px;
    position: sticky;
  }

  .brand {
    width: 100%;
    min-width: 0;
    gap: 9px;
  }

  .mark {
    width: 38px;
    height: 38px;
    font-size: 21px;
    flex: 0 0 38px;
  }

  .brand strong {
    font-size: 19px;
    white-space: nowrap;
  }

  .brand small {
    display: none;
  }

  .nav nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 2px 0;
  }

  .nav nav a {
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
  }

  .hero {
    display: block;
    min-height: 0;
    background: linear-gradient(120deg, #fff9f4, #ead7cb);
  }

  .hero-copy {
    padding: 46px 24px 54px;
    max-width: none;
  }

  .scene {
    display: none;
  }

  h1 {
    font-size: clamp(46px, 14vw, 60px);
    line-height: .96;
  }

  .script {
    font-size: 24px;
    line-height: 1.2;
  }

  .intro {
    font-size: 16px;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .actions .btn {
    width: 100%;
  }

  .service-band article,
  .service-band aside {
    padding: 25px 24px;
  }

  .service-band span {
    font-size: 27px;
    margin-bottom: 7px;
  }

  .promise,
  .booking {
    padding: 48px 24px;
    gap: 32px;
  }

  .promise h2,
  .booking h2 {
    font-size: 42px;
  }

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

  .gallery div {
    height: auto;
    min-height: 150px;
  }

  .gallery div:nth-child(1),
  .gallery div:nth-child(3) {
    display: none;
  }

  blockquote {
    min-height: 0;
    padding: 28px;
    font-size: 19px;
  }

  .steps {
    padding: 42px 24px;
  }

  .steps > div {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .steps article {
    padding: 22px;
  }

  form {
    padding: 24px 18px;
    border-radius: 24px;
  }

  input,
  select,
  textarea {
    width: 100%;
    font-size: 16px;
  }

  footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 26px 24px;
    line-height: 1.45;
  }

  footer strong,
  footer span {
    display: block;
  }

  .footer-message {
    display: block;
  }

  .access-links {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 8px;
  }

  .access-links a {
    width: 100%;
    padding-inline: 12px;
  }
}
