/*
 * Parking Serena — high-fidelity art direction pass.
 * This layer refines hierarchy, rhythm and responsive composition without
 * changing the approved content or the underlying prototype behaviour.
 */

:root {
  --container: 1220px;
  --radius: 22px;
  --shadow: 0 24px 68px rgba(7, 31, 38, 0.11);
  --shadow-soft: 0 14px 40px rgba(7, 31, 38, 0.075);
}

body {
  line-height: 1.58;
  background: #fffefa;
}

section[id] {
  scroll-margin-top: 104px;
}

.container {
  width: min(calc(100% - 48px), var(--container));
}

.preview-banner {
  padding-block: 6px;
  font-size: 0.72rem;
}

.header-inner {
  min-height: 78px;
  gap: 22px;
}

.brand,
.brand img {
  width: 136px;
  flex-basis: 136px;
}

.primary-nav {
  gap: 19px;
}

.primary-nav a {
  font-size: 0.86rem;
}

.header-actions .button {
  min-height: 46px;
  padding-inline: 20px;
}

.hero {
  padding-top: 58px;
  background:
    linear-gradient(180deg, rgba(219, 233, 229, 0.38), rgba(255, 254, 250, 0) 52%),
    #fffefa;
}

.hero-grid {
  gap: 30px;
}

.hero-copy {
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  column-gap: clamp(52px, 7vw, 92px);
}

.hero-copy h1 {
  max-width: 730px;
  font-size: clamp(3.25rem, 5.15vw, 5rem);
  line-height: 1.01;
}

.hero-lead {
  max-width: 520px;
  font-size: 1.08rem;
  line-height: 1.68;
}

.hero-actions {
  margin-top: 25px;
}

.response-time {
  margin-top: 17px;
}

.hero-visual.hero-visual-photo {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 30px 78px rgba(7, 31, 38, 0.14);
}

.hero-visual-photo::before {
  content: none;
}

.hero-seal {
  right: 22px;
  bottom: 22px;
  width: 108px;
  height: 108px;
  background: rgba(7, 31, 38, 0.93);
  box-shadow: 0 14px 35px rgba(7, 31, 38, 0.22);
  backdrop-filter: blur(8px);
}

.trust-row {
  overflow: hidden;
  border-radius: 0 0 18px 18px;
  background: rgba(255, 254, 250, 0.96);
  box-shadow: var(--shadow-soft);
}

.trust-row > div {
  min-height: 82px;
  padding: 16px 22px;
}

.section {
  padding-block: 96px;
}

.section-heading {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.62fr);
  gap: clamp(54px, 8vw, 96px);
  align-items: start;
  margin-bottom: 42px;
}

.section-heading h2 {
  max-width: 720px;
}

.section-heading > p {
  max-width: 470px;
  padding-top: 29px;
}

.facility-overview {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 0;
  align-items: stretch;
  margin-bottom: 22px;
  overflow: hidden;
  padding: 0;
  border-radius: 20px;
  background: rgba(255, 254, 250, 0.88);
  box-shadow: var(--shadow-soft);
}

.facility-overview-copy {
  padding: 32px 34px;
}

.facility-security {
  display: grid;
  align-content: center;
  padding: 32px 34px;
  border-left: 1px solid rgba(20, 96, 95, 0.16);
  border-radius: 0;
  background: rgba(219, 233, 229, 0.58);
}

.storage-grid {
  gap: 16px;
}

.storage-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border-color: rgba(11, 45, 53, 0.12);
  border-radius: 22px;
  box-shadow: 0 8px 26px rgba(7, 31, 38, 0.045);
}

.storage-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(7, 31, 38, 0.11);
}

.card-photo img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.card-body {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.card-kicker {
  margin-bottom: 17px;
  font-size: 0.68rem;
}

.card-body h3 {
  margin-bottom: 15px;
}

.card-body p {
  margin-bottom: 0;
}

.check-list {
  margin-top: auto;
  padding-top: 20px;
}

.storage-gallery {
  grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
  gap: 26px;
  align-items: center;
  margin-top: 20px;
  padding: 26px;
  border-radius: 22px;
  background: linear-gradient(135deg, #092b33, #0c3740 62%, #0d4549);
  box-shadow: 0 22px 55px rgba(7, 31, 38, 0.16);
}

.storage-gallery-copy {
  justify-content: center;
  padding: 6px 4px;
}

.storage-gallery-copy > p:last-child {
  margin-top: 15px;
}

.storage-gallery-images {
  gap: 14px;
}

.storage-gallery figure {
  border-radius: 14px;
}

.storage-gallery figcaption {
  padding: 11px 14px 13px;
  font-size: 1.02rem;
}

.development-panel {
  gap: 24px;
  margin-top: 20px;
  padding: 21px 24px;
  border-radius: 16px;
  background: rgba(255, 254, 250, 0.66);
}

.journey-section {
  background: linear-gradient(145deg, #082a32, #0b3038 58%, #0d3a3f);
}

.journey-overview {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 380px);
  gap: clamp(54px, 8vw, 96px);
}

.journey-intro h2 {
  max-width: 690px;
}

.journey-photo {
  width: 100%;
  max-width: 380px;
  justify-self: end;
  border-radius: 24px;
}

.journey-steps {
  margin-top: 44px;
}

.journey-steps li {
  min-height: 174px;
  padding: 23px 21px;
}

.journey-steps li > span {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 22px;
  color: #ff9a54;
  background: transparent;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

.journey-steps strong {
  font-size: 1.34rem;
}

.journey-steps p {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.vehicle-preparation {
  margin-top: 22px;
  padding: 23px 27px;
  background: rgba(255, 255, 255, 0.045);
}

.family-grid,
.location-grid,
.app-grid,
.availability-grid {
  gap: clamp(58px, 7vw, 88px);
}

.family-visual {
  min-height: 540px;
}

.family-photo-main {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.55), transparent 58%),
    repeating-linear-gradient(90deg, transparent 0 15%, rgba(11, 45, 53, 0.045) 15% 15.4%),
    var(--petrol-soft);
}

.family-photo-main span {
  max-width: 56%;
  line-height: 1.45;
}

.family-history-wall {
  width: 100%;
  max-width: 640px;
  min-width: 0;
  display: grid;
  gap: 15px;
}

.history-photo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.history-photo {
  min-width: 0;
  margin: 0;
  padding: 7px 7px 9px;
  border: 1px solid rgba(11, 45, 53, 0.1);
  border-radius: 10px;
  background: #fffaf0;
  box-shadow: 0 14px 28px rgba(7, 31, 38, 0.1);
}

.history-photo:nth-child(1) {
  grid-column: 1 / 5;
  grid-row: 1;
  transform: rotate(-0.35deg);
}

.history-photo:nth-child(2) {
  grid-column: 1 / 4;
  grid-row: 2;
  transform: rotate(0.55deg);
}

.history-photo:nth-child(3) {
  grid-column: 4 / 7;
  grid-row: 2;
  transform: rotate(-0.45deg);
}

.history-photo:nth-child(4) {
  grid-column: 5 / 7;
  grid-row: 1;
  transform: rotate(0.4deg);
}

.history-photo-wide {
  grid-column: 1 / -1;
  grid-row: 3;
  transform: rotate(-0.2deg);
}

.history-photo-wide img {
  aspect-ratio: 1600 / 999;
  object-fit: cover;
}

.history-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: #e5ddcf;
}

.history-photo figcaption {
  padding: 8px 3px 0;
  color: var(--muted);
  font-size: 0.71rem;
  font-weight: 700;
  line-height: 1.3;
}

.family-modern-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 68px;
  padding: 15px 18px;
  border: 1px dashed rgba(11, 45, 53, 0.28);
  border-radius: 12px;
  color: var(--petrol);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), transparent 62%),
    var(--petrol-soft);
}

.family-modern-preview span {
  color: var(--orange-dark);
  white-space: nowrap;
}

.family-modern-preview strong {
  font-family: var(--serif);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 650;
  text-align: right;
}

.family-copy h2 {
  max-width: 640px;
}

.compact-heading {
  margin-bottom: 30px;
}

.service-showcase {
  grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1.42fr);
  gap: 16px;
}

.service-card {
  min-height: 240px;
  padding: 31px;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(7, 31, 38, 0.035);
}

.service-card-wash {
  border-top: 3px solid rgba(232, 121, 46, 0.78);
}

.service-card-maintenance {
  background: linear-gradient(135deg, #fffefa, #e3eeeb);
}

.service-kicker {
  padding-bottom: 30px;
}

.drone-visual {
  margin-bottom: 62px;
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}

.drone-visual-photo .drone-caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 20px 18px;
  border-top: 1px solid var(--line);
}

.drone-visual-photo .drone-caption strong {
  font-size: 1.35rem;
  text-align: right;
}

.location-grid {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  align-items: start;
}

.location-copy h2 {
  max-width: 560px;
}

.map-concept {
  min-height: 480px;
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}

.hours-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(54px, 7vw, 84px);
}

.hours-schedule {
  overflow: hidden;
  padding-inline: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 254, 250, 0.82);
  box-shadow: var(--shadow-soft);
}

.hours-schedule > div:first-child {
  border-top: 0;
}

.contacts-bar {
  grid-template-columns: minmax(250px, 1fr) minmax(210px, 0.82fr) minmax(300px, 1.18fr);
  margin-top: 38px;
  border-radius: 20px;
  box-shadow: 0 10px 32px rgba(7, 31, 38, 0.055);
}

.contacts-bar > div {
  min-height: 108px;
  padding: 18px 22px;
}

.app-section {
  background: linear-gradient(135deg, #0b5b5a, #0b4449 55%, #082f38);
}

.app-grid {
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
}

.phone-mockup {
  width: min(300px, 82%);
  transform: rotate(-1deg);
}

.phone-screen {
  min-height: 490px;
}

.app-copy h2 {
  max-width: 710px;
}

.faq-grid {
  grid-template-columns: minmax(0, 0.64fr) minmax(0, 1fr);
  gap: clamp(58px, 8vw, 96px);
}

.faq-list summary {
  padding-block: 21px;
}

.availability-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: start;
}

.availability-copy h2 {
  max-width: 620px;
}

.availability-form {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.site-footer {
  padding-top: 64px;
}

.footer-grid {
  gap: 42px;
}

@media (max-width: 1100px) {
  .hero-copy {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    column-gap: 42px;
  }

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

  .storage-card-featured {
    grid-column: 1 / -1;
  }

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

  .storage-gallery-copy {
    max-width: 720px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 68px;
  }

  .hero {
    padding-top: 46px;
  }

  .hero-copy {
    display: block;
  }

  .hero-copy h1 {
    max-width: 760px;
  }

  .hero-lead {
    max-width: 680px;
  }

  .hero-visual.hero-visual-photo {
    border-radius: 24px 24px 0 0;
  }

  .section {
    padding-block: 74px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 34px;
  }

  .section-heading > p {
    max-width: 680px;
    padding-top: 0;
  }

  .facility-overview {
    grid-template-columns: 1fr;
  }

  .facility-security {
    border-top: 1px solid rgba(20, 96, 95, 0.16);
    border-left: 0;
  }

  .journey-overview {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 330px);
    gap: 38px;
  }

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

  .family-grid,
  .location-grid,
  .hours-grid,
  .faq-grid,
  .availability-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .service-showcase {
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  }

  .map-concept {
    min-height: 420px;
  }

  .app-grid {
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
    gap: 44px;
  }

  .faq-heading,
  .availability-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 82px;
  }

  .preview-banner {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .hero {
    padding-top: 38px;
  }

  .hero-grid {
    gap: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(2.65rem, 13vw, 3.35rem);
    line-height: 0.99;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-visual.hero-visual-photo {
    border-radius: 20px 20px 0 0;
  }

  .hero-seal {
    right: 11px;
    bottom: 11px;
    width: 76px;
    height: 76px;
  }

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

  .trust-row > div {
    min-height: 76px;
    padding: 12px 14px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: 0.81rem;
    line-height: 1.35;
  }

  .trust-row > div:nth-child(2n) {
    border-right: 0;
  }

  .trust-row > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .section {
    padding-block: 62px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .facility-overview-copy,
  .facility-security {
    padding: 24px;
  }

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

  .storage-card-featured {
    grid-column: auto;
  }

  .card-body {
    padding: 24px;
  }

  .storage-gallery {
    padding: 21px;
  }

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

  .development-panel {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .development-description,
  .development-status {
    grid-column: auto;
    grid-row: auto;
  }

  .journey-overview {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .journey-photo {
    width: min(100%, 430px);
    justify-self: center;
  }

  .journey-steps {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .journey-steps li,
  .journey-steps li:nth-child(2) {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: auto;
    padding: 20px 4px;
    border-right: 0;
  }

  .journey-steps li > span {
    grid-row: 1 / span 2;
    margin: 3px 0 0;
  }

  .journey-steps strong,
  .journey-steps p {
    grid-column: 2;
  }

  .journey-steps strong {
    margin-bottom: 4px;
  }

  .vehicle-preparation {
    padding: 20px;
  }

  .family-visual {
    min-height: 390px;
  }

  .history-photo-grid {
    gap: 8px;
  }

  .history-photo {
    padding: 5px 5px 7px;
    border-radius: 8px;
  }

  .history-photo figcaption {
    padding-top: 6px;
    font-size: 0.63rem;
  }

  .family-modern-preview {
    display: grid;
    justify-content: stretch;
    gap: 5px;
    min-height: 0;
    padding: 14px 16px;
  }

  .family-modern-preview span {
    white-space: normal;
  }

  .family-modern-preview strong {
    text-align: left;
  }

  .service-showcase,
  .app-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
    padding: 25px;
  }

  .service-kicker {
    padding-bottom: 24px;
  }

  .drone-visual {
    margin-bottom: 44px;
  }

  .drone-visual-photo .drone-caption {
    display: grid;
    gap: 4px;
    padding: 14px 17px 16px;
  }

  .drone-visual-photo .drone-caption strong {
    font-size: 1.1rem;
    text-align: left;
  }

  .map-concept {
    min-height: 350px;
  }

  .hours-schedule {
    padding-inline: 20px;
  }

  .contacts-bar {
    grid-template-columns: 1fr;
  }

  .phone-mockup {
    width: min(280px, 86%);
  }

  .availability-form {
    padding: 24px 18px;
  }

  .mobile-actions {
    padding-bottom: max(8px, env(safe-area-inset-bottom));
  }
}
