/*
|--------------------------------------------------------------------------
| Gillingham Storage Home Page CSS
|--------------------------------------------------------------------------
| Build: v1.1.21
| Scope: front-page template rebuild for the live homepage
| Notes:
| - booking-first homepage build inside the child theme
| - keeps shared header/footer and the approved Rhino funnel plugin
| - uses sign-led colour mood only, not sign layout replication
|--------------------------------------------------------------------------
*/

:root {
  --gs-home-blue: #0ea5e9;
  --gs-home-blue-soft: #dff2ff;
  --gs-home-deep: #123e6d;
  --gs-home-yellow: #ffd93d;
  --gs-home-orange: #ff6b1a;
  --gs-home-white: #ffffff;
  --gs-home-text: #123e6d;
  --gs-home-muted: #56697c;
  --gs-home-line: #d7e2ea;
  --gs-home-surface: #f5f7f5;
  --gs-home-shadow: 0 26px 90px rgba(15, 23, 42, 0.06);
  --gs-home-card-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

html {
  scroll-behavior: smooth;
}

body.home {
  background: #edf2f5 !important;
}

body.home .site,
body.home .site-content,
body.home .content-area,
body.home .site-main,
body.home .entry-content {
  background: transparent !important;
}

body.home .site-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home .content-area,
body.home .site-main,
body.home .gs-home-main {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .inside-header,
body.home .site-header .inside-header,
body.home .site-header .inside-header.grid-container {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

body.home .gs-home {
  width: min(1720px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 80px;
}

body.home .gs-home__hero,
body.home .gs-home__section {
  position: relative;
  overflow: hidden;
  border-radius: 46px;
  box-shadow: var(--gs-home-shadow);
}

body.home .gs-home__hero {
  background: var(--gs-home-surface);
  padding: 24px;
}

body.home .gs-home__hero::after {
  content: "GILL";
  position: absolute;
  top: -40px;
  right: -28px;
  font-size: clamp(6rem, 14vw, 12rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #dfe9ef;
  pointer-events: none;
}

body.home .gs-home__section {
  background: var(--gs-home-white);
  padding: 28px 24px;
}

body.home .gs-home__section--features,
body.home .gs-home__section--location {
  background: var(--gs-home-surface);
}

body.home .gs-home__hero-grid,
body.home .gs-home__section-head,
body.home .gs-home__booking-wrap,
body.home .gs-home__location-grid,
body.home .gs-home__reviews-wrap {
  display: grid;
  gap: 24px;
}

body.home .gs-home__hero-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
}

body.home .gs-home__section-head,
body.home .gs-home__booking-wrap,
body.home .gs-home__location-grid,
body.home .gs-home__reviews-wrap {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

body.home .gs-home__section-head {
  margin-bottom: 32px;
  align-items: end;
}

body.home .gs-home__hero-copy {
  position: relative;
  z-index: 2;
  min-height: 790px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 6px 10px 8px;
}

body.home .gs-home__eyebrow,
body.home .gs-home__hero-tag,
body.home .gs-home__booking-strip,
body.home .gs-home__location-kicker,
body.home .gs-home__reviews-kicker,
body.home .gs-home__booking-dock-kicker,
body.home .gs-home__feature-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

body.home .gs-home__eyebrow {
  background: var(--gs-home-white);
  color: var(--gs-home-text);
  border: 1px solid var(--gs-home-line);
}

body.home .gs-home__eyebrow--dark {
  background: var(--gs-home-deep);
  color: var(--gs-home-white);
  border-color: var(--gs-home-deep);
}

body.home .gs-home__eyebrow--yellow,
body.home .gs-home__booking-strip {
  background: var(--gs-home-yellow);
  color: var(--gs-home-text);
  border: 0;
}

body.home .gs-home__hero-title,
body.home .gs-home__section-title {
  margin: 20px 0 0;
  color: var(--gs-home-text);
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

body.home .gs-home__hero-title {
  max-width: 760px;
  font-size: clamp(3.8rem, 7vw, 6rem);
}

body.home .gs-home__section-title {
  max-width: 920px;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

body.home .gs-home__hero-lead,
body.home .gs-home__section-intro,
body.home .gs-home__booking-info p,
body.home .gs-home__location-copy p,
body.home .gs-home__reviews-copy p {
  margin: 0;
  color: var(--gs-home-muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 600;
  line-height: 1.8;
}

body.home .gs-home__hero-lead {
  max-width: 500px;
  margin-top: 20px;
}

body.home .gs-home__section-intro {
  max-width: 420px;
}

body.home .gs-home__cta-row,
body.home .gs-home__location-actions,
body.home .gs-home__utility-pills,
body.home .gs-home__visual-pills,
body.home .gs-home__size-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.home .gs-home__cta-row {
  margin-top: 28px;
}

body.home .gs-home__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.home .gs-home__button:hover {
  transform: translateY(-2px);
}

body.home .gs-home__button--orange {
  background: var(--gs-home-orange);
  border-color: var(--gs-home-orange);
  color: var(--gs-home-white);
  box-shadow: 0 20px 45px rgba(255, 107, 26, 0.24);
}

body.home .gs-home__button--blue {
  background: var(--gs-home-deep);
  border-color: var(--gs-home-deep);
  color: var(--gs-home-white);
}

body.home .gs-home__button--white {
  background: var(--gs-home-white);
  border-color: var(--gs-home-line);
  color: var(--gs-home-text);
}

body.home .gs-home__hero-proof-grid {
  margin-top: 28px;
  border-radius: 28px;
  overflow: hidden;
  background: var(--gs-home-line);
  display: grid;
  gap: 1px;
}

body.home .gs-home__proof-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--gs-home-white);
  color: var(--gs-home-text);
  font-size: 14px;
  font-weight: 700;
}

body.home .gs-home__pill,
body.home .gs-home__visual-pill,
body.home .gs-home__size-pill,
body.home .gs-home__location-list li {
  font-size: 14px;
  font-weight: 700;
}

body.home .gs-home__pill,
body.home .gs-home__visual-pill,
body.home .gs-home__size-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
}

body.home .gs-home__pill {
  border: 1px solid var(--gs-home-line);
  background: var(--gs-home-white);
  color: var(--gs-home-text);
}

body.home .gs-home__hero-visual {
  position: relative;
  min-height: 830px;
}

body.home .gs-home__hero-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid #dce6ee;
  border-radius: 42px;
  clip-path: polygon(14% 0%, 100% 0%, 100% 84%, 86% 100%, 0% 100%, 0% 18%);
  background-image:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,0.96), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(14,165,233,0.18), transparent 20%),
    linear-gradient(180deg, #eff9ff 0%, #cde6f6 44%, #8cb8d4 100%);
}

body.home .gs-home__hero-scene::before,
body.home .gs-home__hero-scene::after {
  content: "";
  position: absolute;
  inset-inline: 0;
}

body.home .gs-home__hero-scene::before {
  bottom: 0;
  height: 34%;
  background: linear-gradient(to top, rgba(18, 62, 109, 0.28), transparent);
}

body.home .gs-home__hero-scene::after {
  bottom: 0;
  height: 16%;
  background: rgba(107, 154, 182, 0.26);
}

body.home .gs-home__hero-word {
  position: absolute;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.055em;
  pointer-events: none;
}

body.home .gs-home__hero-word--left {
  top: 2%;
  left: -2%;
  font-size: clamp(7rem, 13vw, 12rem);
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,0.42);
}

body.home .gs-home__hero-word--right {
  top: 10%;
  right: 3%;
  font-size: clamp(6rem, 12vw, 11rem);
  color: rgba(255,255,255,0.25);
}

body.home .gs-home__hero-tag {
  position: absolute;
  top: 24px;
  left: 24px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(215, 226, 234, 0.9);
  color: var(--gs-home-text);
}

body.home .gs-home__hero-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  transform: rotate(-5deg);
  border-radius: 28px;
  background: var(--gs-home-yellow);
  color: var(--gs-home-text);
  padding: 22px 24px;
  box-shadow: 0 24px 60px rgba(255, 217, 61, 0.28);
}

body.home .gs-home__hero-badge-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.home .gs-home__hero-badge-number {
  margin-top: 4px;
  font-size: clamp(4rem, 7vw, 4.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

body.home .gs-home__hero-badge-copy {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

body.home .gs-home__container-row {
  position: absolute;
  left: 6%;
  bottom: 18%;
  display: flex;
  align-items: end;
  gap: 16px;
}

body.home .gs-home__container-row span {
  position: relative;
  display: block;
  width: 98px;
  border: 1px solid rgba(255,255,255,0.38);
  border-radius: 14px 14px 0 0;
  background: rgba(79, 161, 216, 0.74);
}

body.home .gs-home__container-row span:nth-child(1) { height: 196px; }
body.home .gs-home__container-row span:nth-child(2) { height: 234px; }
body.home .gs-home__container-row span:nth-child(3) { height: 264px; }
body.home .gs-home__container-row span:nth-child(4) { height: 248px; }
body.home .gs-home__container-row span:nth-child(5) { height: 220px; }

body.home .gs-home__container-row span::before,
body.home .gs-home__container-row span::after {
  content: "";
  position: absolute;
}

body.home .gs-home__container-row span::before {
  inset-inline: 0;
  top: 0;
  height: 24px;
  background: rgba(255,255,255,0.16);
}

body.home .gs-home__container-row span::after {
  inset-inline: 17%;
  inset-block: 0;
  border-left: 1px solid rgba(255,255,255,0.18);
  border-right: 1px solid rgba(255,255,255,0.18);
}

body.home .gs-home__visual-pills {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
}

body.home .gs-home__visual-pill {
  background: rgba(18, 62, 109, 0.86);
  color: var(--gs-home-white);
  backdrop-filter: blur(4px);
}

body.home .gs-home__booking-dock {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  transform: translateY(50%);
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: end;
  padding: 26px 28px;
  border-radius: 34px;
  background: var(--gs-home-orange);
  color: var(--gs-home-white);
  box-shadow: 0 28px 70px rgba(255, 107, 26, 0.24);
}

body.home .gs-home__booking-dock-title,
body.home .gs-home__booking-info h3,
body.home .gs-home__location-copy h3,
body.home .gs-home__reviews-copy h3 {
  margin: 10px 0 0;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

body.home .gs-home__size-pills {
  justify-content: flex-end;
}

body.home .gs-home__size-pill {
  background: rgba(255,255,255,0.1);
  color: var(--gs-home-white);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(4px);
}

body.home .gs-home__section--booking {
  margin-top: 110px;
}

body.home .gs-home__booking-wrap {
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 1.66fr);
}

body.home .gs-home__booking-info {
  padding: 6px 6px 0 0;
}

body.home .gs-home__booking-info p {
  margin-top: 16px;
}

body.home .gs-home__booking-plugin {
  min-width: 0;
}

body.home .gs-home__booking-plugin .rhino-funnel {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

body.home .gs-home__booking-plugin .rhino-funnel__shell {
  gap: 0 !important;
}

body.home .gs-home__booking-plugin .rhino-funnel__panel {
  border-radius: 34px !important;
  border: 1px solid var(--gs-home-line) !important;
  box-shadow: var(--gs-home-card-shadow) !important;
}

body.home .gs-home__booking-plugin .rhino-funnel__panel::before {
  display: none !important;
}

body.home .gs-home__feature-grid,
body.home .gs-home__review-grid {
  display: grid;
  gap: 16px;
}

body.home .gs-home__feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .gs-home__feature-card,
body.home .gs-home__review-card {
  border-radius: 30px;
}

body.home .gs-home__feature-card {
  border: 1px solid var(--gs-home-line);
  padding: 24px;
  box-shadow: var(--gs-home-card-shadow);
}

body.home .gs-home__feature-card--light {
  background: var(--gs-home-white);
  color: var(--gs-home-text);
}

body.home .gs-home__feature-card--yellow {
  background: var(--gs-home-yellow);
  border-color: var(--gs-home-yellow);
  color: var(--gs-home-text);
}

body.home .gs-home__feature-card--dark {
  background: var(--gs-home-deep);
  border-color: var(--gs-home-deep);
  color: var(--gs-home-white);
}

body.home .gs-home__feature-title {
  margin: 18px 0 0;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

body.home .gs-home__feature-copy {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

body.home .gs-home__feature-card--dark .gs-home__feature-copy {
  color: rgba(255,255,255,0.78);
}

body.home .gs-home__feature-card--light .gs-home__feature-copy,
body.home .gs-home__feature-card--yellow .gs-home__feature-copy {
  color: var(--gs-home-muted);
}

body.home .gs-home__location-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

body.home .gs-home__location-copy {
  padding: 28px;
  border-radius: 34px;
  background: var(--gs-home-deep);
  color: var(--gs-home-white);
}

body.home .gs-home__location-copy p,
body.home .gs-home__reviews-copy p {
  margin-top: 16px;
}

body.home .gs-home__location-copy p {
  color: rgba(255,255,255,0.78);
}

body.home .gs-home__location-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,0.12);
}

body.home .gs-home__location-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  background: rgba(255,255,255,0.08);
  color: var(--gs-home-white);
}

body.home .gs-home__location-list li::after {
  content: "✓";
  margin-left: 16px;
  color: var(--gs-home-yellow);
}

body.home .gs-home__map-card {
  min-height: 460px;
  padding: 12px;
  border-radius: 34px;
  border: 1px solid var(--gs-home-line);
  background: var(--gs-home-white);
}

body.home .gs-home__map-card iframe {
  display: block;
  width: 100%;
  min-height: 436px;
  border: 0;
  border-radius: 28px;
}

body.home .gs-home__reviews-wrap {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  padding: 28px;
  border-radius: 34px;
  background: var(--gs-home-surface);
}

body.home .gs-home__review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .gs-home__review-card {
  border: 1px solid var(--gs-home-line);
  background: var(--gs-home-white);
  padding: 22px;
}

body.home .gs-home__review-stars {
  color: var(--gs-home-yellow);
  font-size: 16px;
  letter-spacing: 0.12em;
}

body.home .gs-home__review-line {
  height: 12px;
  margin-top: 12px;
  border-radius: 999px;
  background: #eef3f7;
}

body.home .gs-home__review-line--name {
  width: 48%;
  height: 14px;
  margin-top: 20px;
  background: #e8eef3;
}

body.home .gs-home__review-line--short {
  width: 72%;
}

body.home .gs-home__section + .gs-home__section {
  margin-top: 40px;
}

@media (max-width: 1360px) {
  body.home .gs-home__hero-grid,
  body.home .gs-home__section-head,
  body.home .gs-home__booking-wrap,
  body.home .gs-home__location-grid,
  body.home .gs-home__reviews-wrap {
    grid-template-columns: 1fr;
  }

  body.home .gs-home__hero-copy,
  body.home .gs-home__hero-visual,
  body.home .gs-home__hero-scene {
    min-height: auto;
  }

  body.home .gs-home__hero-copy {
    padding-bottom: 0;
  }

  body.home .gs-home__hero-visual {
    min-height: 760px;
  }

  body.home .gs-home__hero-scene {
    min-height: 760px;
  }

  body.home .gs-home__booking-dock {
    grid-template-columns: 1fr;
  }

  body.home .gs-home__size-pills {
    justify-content: flex-start;
  }

  body.home .gs-home__section-intro {
    max-width: 100%;
  }

  body.home .gs-home__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .gs-home__review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  body.home .inside-header,
  body.home .site-header .inside-header,
  body.home .site-header .inside-header.grid-container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  body.home .gs-home {
    width: min(100%, calc(100% - 24px));
    padding-bottom: 56px;
  }

  body.home .gs-home__hero,
  body.home .gs-home__section {
    border-radius: 30px;
  }

  body.home .gs-home__hero {
    padding: 18px;
  }

  body.home .gs-home__section {
    padding: 22px 18px;
  }

  body.home .gs-home__hero::after,
  body.home .gs-home__hero-word {
    display: none;
  }

  body.home .gs-home__hero-copy {
    min-height: 0;
    padding: 4px 2px 0;
  }

  body.home .gs-home__hero-scene,
  body.home .gs-home__hero-visual {
    min-height: 620px;
  }

  body.home .gs-home__hero-tag,
  body.home .gs-home__hero-badge,
  body.home .gs-home__visual-pills,
  body.home .gs-home__booking-dock {
    left: 16px;
    right: 16px;
  }

  body.home .gs-home__hero-tag,
  body.home .gs-home__visual-pills {
    left: 16px;
  }

  body.home .gs-home__hero-badge {
    top: 16px;
    right: 16px;
  }

  body.home .gs-home__container-row {
    left: 16px;
    right: 16px;
    gap: 10px;
  }

  body.home .gs-home__container-row span {
    width: 17vw;
    min-width: 52px;
    max-width: 82px;
  }

  body.home .gs-home__section--booking {
    margin-top: 84px;
  }

  body.home .gs-home__booking-plugin .rhino-funnel__panel {
    border-radius: 26px !important;
  }

  body.home .gs-home__feature-grid,
  body.home .gs-home__review-grid {
    grid-template-columns: 1fr;
  }

  body.home .gs-home__reviews-wrap,
  body.home .gs-home__location-copy {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  body.home .gs-home__hero-title {
    font-size: clamp(3rem, 14vw, 4.1rem);
    line-height: 0.92;
  }

  body.home .gs-home__section-title {
    font-size: clamp(2.2rem, 10vw, 3rem);
    line-height: 0.96;
  }

  body.home .gs-home__hero-visual,
  body.home .gs-home__hero-scene {
    min-height: 520px;
  }

  body.home .gs-home__hero-badge {
    padding: 18px 20px;
  }

  body.home .gs-home__hero-badge-number {
    font-size: 3.6rem;
  }

  body.home .gs-home__container-row {
    bottom: 24%;
  }

  body.home .gs-home__booking-dock {
    padding: 18px 18px;
    border-radius: 26px;
  }

  body.home .gs-home__booking-dock-title,
  body.home .gs-home__booking-info h3,
  body.home .gs-home__location-copy h3,
  body.home .gs-home__reviews-copy h3 {
    font-size: 1.9rem;
    line-height: 1.02;
  }

  body.home .gs-home__button {
    width: 100%;
  }

  body.home .gs-home__cta-row,
  body.home .gs-home__location-actions {
    flex-direction: column;
  }

  body.home .gs-home__map-card,
  body.home .gs-home__map-card iframe {
    min-height: 360px;
  }

  body.home .gs-home__location-list li {
    align-items: flex-start;
    gap: 14px;
  }
}
