/* ================================================================
   THE JERK SHAC — PRIVATE HIRE
   Premium venue-hire landing page
   ================================================================ */

.hire-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--marble);
  isolation: isolate;
}
.hire-hero-bg,
.hire-hero-overlay {
  position: absolute;
  inset: 0;
}
.hire-hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.035);
  animation: hire-hero-drift 18s ease-out both;
}
.hire-hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 17, 14, 0.95) 0%, rgba(8, 17, 14, 0.82) 31%, rgba(8, 17, 14, 0.28) 68%, rgba(8, 17, 14, 0.44) 100%),
    linear-gradient(180deg, rgba(7, 15, 12, 0.25) 0%, rgba(7, 15, 12, 0.08) 48%, rgba(7, 15, 12, 0.92) 100%);
}
.hire-hero-frame {
  position: absolute;
  inset: calc(var(--nav-h) + 1.4rem) 1.4rem 1.4rem;
  z-index: 1;
  border: 1px solid rgba(242, 211, 122, 0.32);
  pointer-events: none;
}
.hire-hero-frame::before,
.hire-hero-frame::after {
  content: '';
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-color: var(--gold-light);
  opacity: 0.8;
}
.hire-hero-frame::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid;
  border-left: 2px solid;
}
.hire-hero-frame::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}
.hire-hero-body {
  position: relative;
  z-index: 2;
  width: min(740px, 58vw);
  padding: calc(var(--nav-h) + 5.5rem) 0 8rem max(var(--pad), 8vw);
}
.hire-hero-body .hero-eyebrow {
  text-align: left;
  color: var(--gold-light);
  margin-bottom: 1.25rem;
}
.hire-hero-title {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(4.6rem, 8.4vw, 9rem);
  letter-spacing: 0.025em;
  line-height: 0.78;
  text-transform: uppercase;
  text-wrap: balance;
}
.hire-title-lockup {
  display: inline-block;
  max-width: 100%;
  text-align: left;
}
.hire-title-word {
  position: relative;
  display: block;
  width: max-content;
  white-space: nowrap;
}
.hire-title-word--whole {
  z-index: 0;
  margin-left: -0.018em;
  font-size: 1.12em;
  line-height: 0.72;
  text-shadow: 0.035em 0.035em 0 rgba(201,164,53,0.25);
  transform-origin: left center;
}
.hire-title-letter {
  position: relative;
  z-index: 1;
  display: inline-block;
  backface-visibility: hidden;
  transform-origin: 50% 78%;
}
.hire-title-letter:nth-child(1) { --letter-index: 0; --letter-tilt: -3deg; }
.hire-title-letter:nth-child(2) { --letter-index: 1; --letter-tilt: 2deg; }
.hire-title-letter:nth-child(3) { --letter-index: 2; --letter-tilt: -2deg; }
.hire-title-letter:nth-child(4) { --letter-index: 3; --letter-tilt: 3deg; }
.hire-title-letter:nth-child(5) { --letter-index: 4; --letter-tilt: -2deg; }
.hire-hero-title em {
  display: inline-block;
  max-width: 11ch;
  margin-top: 0.22em;
  color: var(--gold-light);
  font-family: var(--font-serif);
  font-size: 0.52em;
  font-weight: 300;
  line-height: 0.86;
  letter-spacing: -0.01em;
  text-transform: none;
}
@media (prefers-reduced-motion: no-preference) {
  .hire-title-word--the .hire-title-letter,
  .hire-title-word--shac .hire-title-letter {
    animation: hire-title-letter-arrive 0.78s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
  .hire-title-word--the .hire-title-letter {
    animation-delay: calc(0.1s + (var(--letter-index) * 0.1s));
  }
  .hire-title-word--whole .hire-title-letter {
    animation: hire-title-whole-letter-arrive 1.22s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: calc(0.62s + (var(--letter-index) * 0.08s));
  }
  .hire-title-word--whole::after {
    content: '';
    position: absolute;
    z-index: 0;
    inset: 7% -0.12em 3%;
    border-top: 1px solid rgba(242,211,122,0.52);
    border-bottom: 1px solid rgba(242,211,122,0.34);
    background: linear-gradient(90deg, transparent 0%, rgba(201,164,53,0.24) 48%, transparent 100%);
    opacity: 0;
    pointer-events: none;
    transform: scaleX(0.06) skewX(-8deg);
    transform-origin: center;
    animation: hire-title-whole-flash 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.9s both;
  }
  .hire-title-word--shac .hire-title-letter {
    animation-delay: calc(1.92s + (var(--letter-index) * 0.09s));
  }
  .hire-hero-title em {
    animation: hire-title-tagline-arrive 0.95s cubic-bezier(0.16, 1, 0.3, 1) 2.78s both;
  }
}
@keyframes hire-title-letter-arrive {
  0% {
    opacity: 0;
    transform: translate3d(-0.08em, 0.26em, 0) rotate(-3deg) scale(0.9);
  }
  76% {
    opacity: 1;
    transform: translate3d(0.008em, -0.012em, 0) rotate(0) scale(1.014);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0) scale(1);
  }
}
@keyframes hire-title-whole-letter-arrive {
  0% {
    opacity: 0;
    transform: translate3d(0, -0.2em, 0) rotate(var(--letter-tilt)) scale(1.78);
  }
  68% {
    opacity: 1;
    transform: translate3d(0, 0.014em, 0) rotate(0) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0) scale(1);
  }
}
@keyframes hire-title-whole-flash {
  0% { opacity: 0; transform: scaleX(0.06) skewX(-8deg); }
  42% { opacity: 0.42; transform: scaleX(1) skewX(-8deg); }
  100% { opacity: 0; transform: scaleX(1.04) skewX(-8deg); }
}
@keyframes hire-title-tagline-arrive {
  0% { opacity: 0; transform: translate3d(0, 0.22em, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
.hire-hero-sub {
  max-width: 590px;
  margin-top: 2rem;
  color: rgba(255,255,255,0.78);
  font-family: var(--font-serif);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  font-weight: 300;
  line-height: 1.7;
}
.hire-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.15rem;
}
.hire-hero-foot {
  position: absolute;
  z-index: 2;
  right: max(var(--pad), 5vw);
  bottom: 2.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: rgba(255,255,255,0.64);
  font-size: 0.61rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hire-hero-foot span {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}
.hire-hero-foot strong {
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}
.hire-hero-foot i {
  width: 2.2rem;
  height: 1px;
  background: rgba(201,164,53,0.55);
}
@keyframes hire-hero-drift {
  from { transform: scale(1.09); }
  to { transform: scale(1.035); }
}

/* Overview */
.hire-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding: clamp(6rem, 10vw, 10rem) var(--pad);
  background: var(--cream-d);
}
.hire-overview-copy {
  max-width: 670px;
  margin-left: auto;
}
.hire-overview-copy .section-title {
  margin-top: 0.9rem;
}
.hire-overview-copy > p {
  max-width: 620px;
  margin-top: 1.35rem;
  color: var(--ink-60);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.95;
}
.hire-overview-copy .btn-text {
  margin-top: 1.8rem;
}
.hire-overview-facts {
  display: grid;
  gap: 0;
  max-width: 600px;
}
.hire-fact {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 7.25rem 1fr;
  gap: 1.3rem;
  align-items: center;
  min-height: 12rem;
  padding: 4.75rem 2rem 4.5rem;
  border: 1px solid rgba(30,53,48,0.16);
  background: rgba(253,246,227,0.48);
  box-shadow: 0 18px 48px rgba(20,35,30,0.07);
  overflow: hidden;
  transition: background 0.3s ease;
}
.hire-fact:hover { background: rgba(201,164,53,0.08); }
.hire-fact > div,
.hire-fact-visual {
  position: relative;
  z-index: 2;
}
.hire-fact-visual {
  width: 6.25rem;
  aspect-ratio: 1;
  border: 1px solid rgba(201,164,53,0.7);
  background: rgba(253,246,227,0.28);
  box-shadow: 0 12px 30px rgba(20,35,30,0.14);
  overflow: hidden;
}
.hire-fact-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hire-fact-count {
  position: absolute;
  right: 0.45rem;
  bottom: 0.35rem;
  padding: 0.22rem 0.38rem 0.16rem;
  background: rgba(10,28,24,0.86);
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.hire-fact-floral {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4.25rem;
  object-fit: cover;
  object-position: center 58%;
  pointer-events: none;
}
.hire-fact-floral--top {
  top: 0;
  bottom: auto;
  transform: scaleY(-1);
  transform-origin: center;
}
.hire-fact strong {
  color: var(--teal);
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 400;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.hire-fact p {
  margin-top: 0.35rem;
  color: var(--ink-60);
  font-size: 0.88rem;
  line-height: 1.65;
}

/* Occasion cards */
.hire-occasions {
  padding: clamp(6rem, 10vw, 9rem) var(--pad);
  background: var(--teal);
}
.hire-section-head {
  max-width: 760px;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  text-align: center;
}
.hire-section-head .section-title { margin-top: 0.85rem; }
.hire-section-head > p {
  max-width: 580px;
  margin: 1.35rem auto 0;
  color: var(--w-65);
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.7;
}
.hire-occasion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1500px;
  margin: 0 auto;
  border-top: 1px solid rgba(201,164,53,0.42);
  border-bottom: 1px solid rgba(201,164,53,0.42);
}
.hire-occasion-card {
  --occasion-image: none;
  --occasion-position: center 48%;
  position: relative;
  isolation: isolate;
  min-height: 330px;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 2.6vw, 2.5rem);
  background: rgba(10, 28, 24, 0.22);
  border-right: 1px solid rgba(201,164,53,0.22);
  overflow: hidden;
  transition: background 0.35s ease, transform 0.35s var(--ease), box-shadow 0.35s ease;
}
.hire-occasion-card:nth-child(1) {
  --occasion-image: url('../assets/img/hire/generated/private-dining-card-v1.webp');
  --occasion-position: center 47%;
}
.hire-occasion-card:nth-child(2) {
  --occasion-image: url('../assets/img/hire/generated/birthdays-milestones-card-v1.webp');
  --occasion-position: center 52%;
}
.hire-occasion-card:nth-child(3) {
  --occasion-image: url('../assets/img/hire/generated/showers-celebrations-card-v1.webp');
  --occasion-position: center 48%;
}
.hire-occasion-card:nth-child(4) {
  --occasion-image: url('../assets/img/hire/generated/creative-work-gatherings-card-v1.webp');
  --occasion-position: center 49%;
}
.hire-occasion-card:last-child { border-right: 0; }
.hire-occasion-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--occasion-image);
  background-position: var(--occasion-position);
  background-size: cover;
  filter: saturate(0.72) brightness(0.64) contrast(1.05);
  opacity: 0.58;
  transform: scale(1.025);
  transition: filter 0.5s ease, opacity 0.5s ease, transform 0.7s var(--ease);
}
.hire-occasion-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(10,30,25,0.22) 0%, rgba(10,30,25,0.48) 42%, rgba(8,24,20,0.94) 100%),
    linear-gradient(145deg, rgba(201,164,53,0.14), transparent 52%);
  transition: background 0.45s ease;
}
.hire-occasion-card:hover {
  background: rgba(255,255,255,0.025);
  box-shadow: inset 0 0 0 1px rgba(201,164,53,0.22);
  transform: translateY(-5px);
}
.hire-occasion-card:hover::before {
  filter: saturate(0.88) brightness(0.7) contrast(1.04);
  opacity: 0.72;
  transform: scale(1.055);
}
.hire-occasion-card:hover::after {
  background:
    linear-gradient(180deg, rgba(10,30,25,0.16) 0%, rgba(10,30,25,0.42) 42%, rgba(8,24,20,0.91) 100%),
    linear-gradient(145deg, rgba(201,164,53,0.19), transparent 52%);
}
.hire-occasion-card > * { position: relative; z-index: 1; }
.hire-occasion-card > span {
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: 1rem;
  font-style: italic;
}
.hire-occasion-card h3 {
  margin-top: 5.2rem;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.55vw, 2.75rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.95;
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
}
.hire-occasion-card p {
  margin-top: 1.1rem;
  color: var(--w-65);
  font-size: 0.9rem;
  line-height: 1.75;
}

/* Editorial split */
.hire-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  min-height: 900px;
  background: var(--cream-d);
}
.hire-editorial-media {
  position: relative;
  min-height: 900px;
  background: var(--teal);
  overflow: hidden;
}
.hire-editorial-main {
  position: absolute;
  inset: 0 16% 0 0;
  overflow: hidden;
}
.hire-editorial-main::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(8,18,15,0.48));
}
.hire-editorial-main img,
.hire-editorial-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hire-editorial-main img { object-position: center 45%; }
.hire-editorial-detail {
  position: absolute;
  right: 4.5%;
  bottom: 6%;
  width: 38%;
  aspect-ratio: 4 / 5;
  border: 6px solid var(--cream-d);
  box-shadow: 0 24px 70px rgba(5,12,10,0.36);
  overflow: hidden;
}
.hire-editorial-detail img { object-position: center; }
.hire-editorial-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(2.5rem, 7vw, 7rem);
}
.hire-editorial-copy .section-title { margin-top: 0.9rem; }
.hire-editorial-copy > p {
  max-width: 600px;
  margin-top: 1.35rem;
  color: var(--ink-60);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.95;
}
.hire-editorial-note {
  max-width: 590px;
  margin-top: 2.2rem;
  padding: 1.4rem 1.5rem;
  border-left: 3px solid var(--gold);
  background: rgba(30,53,48,0.055);
}
.hire-editorial-note span {
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.hire-editorial-note p {
  margin-top: 0.55rem;
  color: var(--ink-60);
  font-size: 0.84rem;
  line-height: 1.7;
}

/* Gallery */
.hire-showcase {
  padding: clamp(6rem, 10vw, 9rem) var(--pad);
  background: var(--teal);
}
.hire-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 4rem;
  align-items: end;
  max-width: 1500px;
  margin: 0 auto clamp(2.7rem, 5vw, 4rem);
}
.hire-showcase-head .section-title { margin-top: 0.85rem; }
.hire-showcase-head > p {
  max-width: 470px;
  padding-bottom: 0.6rem;
  color: var(--w-65);
  font-family: var(--font-serif);
  font-size: 1.14rem;
  font-style: italic;
  line-height: 1.75;
}
.hire-gallery-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  grid-template-rows: 360px 360px;
  gap: 5px;
  max-width: 1500px;
  margin: 0 auto;
}
.hire-gallery-tile {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(255,255,255,0.03);
  overflow: hidden;
  cursor: zoom-in;
}
.hire-gallery-tile--tall { grid-row: 1 / 3; }
.hire-gallery-tile--wide { grid-column: 2 / 4; }
.hire-gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.82) saturate(0.93);
  transition: transform 0.8s var(--ease), filter 0.35s ease;
}
.hire-gallery-tile--wide img { object-position: center 38%; }
.hire-gallery-tile:hover img,
.hire-gallery-tile:focus-visible img {
  transform: scale(1.045);
  filter: brightness(1) saturate(1.04);
}
.hire-gallery-tile:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: -5px;
}
.hire-gallery-action {
  display: flex;
  justify-content: center;
  margin-top: 2.3rem;
}
.hire-gallery-action .btn-hero {
  min-width: 15rem;
  justify-content: center;
}

/* Process */
.hire-process {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(3.5rem, 8vw, 8rem);
  align-items: start;
  padding: clamp(6rem, 10vw, 9rem) var(--pad);
  background: var(--cream-d);
}
.hire-process-intro {
  position: sticky;
  top: calc(var(--nav-h) + 3rem);
  max-width: 590px;
  margin-left: auto;
}
.hire-process-intro .section-title { margin-top: 0.9rem; }
.hire-process-intro > p {
  max-width: 520px;
  margin-top: 1.35rem;
  color: var(--ink-60);
  line-height: 1.9;
}
.hire-process-steps {
  list-style: none;
  counter-reset: none;
  border-top: 1px solid rgba(30,53,48,0.18);
}
.hire-process-steps li {
  display: grid;
  grid-template-columns: 5.8rem 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: clamp(2rem, 4vw, 3rem) 0;
  border-bottom: 1px solid rgba(30,53,48,0.18);
}
.hire-process-steps li > span {
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-style: italic;
}
.hire-process-steps strong {
  color: var(--teal);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}
.hire-process-steps p {
  max-width: 590px;
  margin-top: 0.65rem;
  color: var(--ink-60);
  font-size: 0.95rem;
  line-height: 1.8;
}

/* Enquiry */
.hire-enquire {
  position: relative;
  overflow: hidden;
}
.hire-enquire::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1100px, 82vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.hire-enquire .ev-book-head,
.hire-enquire .hire-form,
.hire-enquire .hire-direct {
  position: relative;
  z-index: 1;
}
.hire-form {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(30,53,48,0.14);
  background: rgba(253,246,227,0.68);
  box-shadow: 0 30px 80px rgba(20,35,30,0.07);
}
.hire-form .btn-submit {
  align-self: center;
  min-width: min(100%, 20rem);
}
.hire-direct {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 2rem auto 0;
  color: var(--ink-60);
  font-size: 0.84rem;
}
.hire-direct a {
  color: var(--gold);
  font-weight: 600;
}
.hire-direct a:hover { color: var(--teal); }

@media (max-width: 1120px) {
  .hire-occasion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hire-occasion-card:nth-child(2) { border-right: 0; }
  .hire-occasion-card:nth-child(-n+2) { border-bottom: 1px solid rgba(201,164,53,0.22); }
  .hire-editorial { grid-template-columns: 1fr 1fr; }
  .hire-editorial-copy { padding-inline: clamp(2.5rem, 5vw, 4rem); }
}

@media (min-width: 1121px) {
  .hire-occasion-card h3 {
    font-size: clamp(1.55rem, 1.95vw, 2.3rem);
  }
}

@media (max-width: 900px) {
  .hire-hero {
    min-height: 88svh;
    align-items: flex-end;
  }
  .hire-hero-overlay {
    background:
      linear-gradient(180deg, rgba(8,17,14,0.22) 0%, rgba(8,17,14,0.32) 38%, rgba(8,17,14,0.94) 83%, rgba(8,17,14,0.98) 100%),
      linear-gradient(90deg, rgba(8,17,14,0.48), rgba(8,17,14,0.08));
  }
  .hire-hero-frame { inset: calc(var(--nav-h) + 1rem) 1rem 1rem; }
  .hire-hero-body {
    width: 100%;
    padding: calc(var(--nav-h) + 7rem) var(--pad) 8.5rem;
    text-align: center;
  }
  .hire-hero-body .hero-eyebrow { text-align: center; }
  .hire-hero-title { font-size: clamp(4rem, 12vw, 7rem); }
  .hire-title-lockup { text-align: center; }
  .hire-title-word { margin-inline: auto; }
  .hire-title-word--whole {
    transform-origin: center;
  }
  .hire-hero-sub { margin-inline: auto; }
  .hire-hero-actions { justify-content: center; }
  .hire-hero-foot {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100vw - 3rem);
  }
  .hire-overview,
  .hire-editorial,
  .hire-process {
    grid-template-columns: 1fr;
  }
  .hire-overview-copy,
  .hire-process-intro {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
  }
  .hire-overview-copy > p,
  .hire-process-intro > p { margin-inline: auto; }
  .hire-overview-facts { width: 100%; max-width: 740px; margin: 0 auto; }
  .hire-editorial-media { min-height: 760px; }
  .hire-editorial-copy { text-align: center; }
  .hire-editorial-copy > p,
  .hire-editorial-note { margin-inline: auto; }
  .hire-showcase-head { grid-template-columns: 1fr; gap: 1.5rem; text-align: center; }
  .hire-showcase-head > p { margin: 0 auto; }
  .hire-gallery-grid { grid-template-rows: 320px 320px; }
  .hire-process-intro { position: static; }
}

@media (max-width: 700px) {
  .hire-hero { min-height: 820px; }
  .hire-hero-photo { object-position: 59% center; }
  .hire-hero-frame { display: none; }
  .hire-hero-body { padding: calc(var(--nav-h) + 4rem) 1.25rem 9.5rem; }
  .hire-hero-title { font-size: clamp(3.8rem, 18vw, 5.4rem); line-height: 0.8; }
  .hire-hero-title em { font-size: 0.5em; line-height: 0.92; }
  .hire-hero-sub { font-size: 1.03rem; line-height: 1.6; }
  .hire-hero-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 0.65rem;
    width: min(100%, 17.75rem);
    max-width: none;
    margin-inline: auto;
  }
  .hire-hero-actions .btn-hero {
    flex: 0 0 8.55rem;
    width: 8.55rem;
    height: 3.25rem;
    min-height: 3.25rem;
    padding: 0.5rem 0.85rem;
    line-height: 1.3;
    justify-content: center;
    text-align: center;
  }
  .hire-hero-foot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% - 3rem);
    gap: 0;
    bottom: 1.6rem;
  }
  .hire-hero-foot i { display: none; }
  .hire-hero-foot span {
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    padding: 0 0.5rem;
    text-align: center;
    line-height: 1.45;
    border-right: 1px solid rgba(201,164,53,0.25);
  }
  .hire-hero-foot span:last-child { border-right: 0; }
  .hire-overview,
  .hire-occasions,
  .hire-showcase,
  .hire-process { padding: 4.5rem 1.25rem; }
  .hire-overview { gap: 2.5rem; }
  .hire-overview-facts { gap: 0; }
  .hire-fact {
    grid-template-columns: 5.75rem 1fr;
    gap: 1rem;
    min-height: 11rem;
    padding: 4.25rem 1.15rem;
  }
  .hire-fact-visual { width: 5rem; }
  .hire-fact-count { right: 0.35rem; bottom: 0.3rem; font-size: 0.95rem; }
  .hire-fact-floral { height: 3.8rem; }
  .hire-fact strong { font-size: 1.4rem; }
  .hire-occasion-grid { grid-template-columns: 1fr; }
  .hire-occasion-card,
  .hire-occasion-card:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(201,164,53,0.22);
  }
  .hire-occasion-card:last-child { border-bottom: 0; }
  .hire-occasion-card h3 { margin-top: 2.8rem; }
  .hire-editorial-media { min-height: 640px; }
  .hire-editorial-main { right: 10%; }
  .hire-editorial-detail { width: 48%; right: 3%; bottom: 3%; border-width: 4px; }
  .hire-editorial-copy { padding: 4.5rem 1.25rem; }
  .hire-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 430px 250px 300px;
  }
  .hire-gallery-tile--tall { grid-row: auto; grid-column: 1 / -1; }
  .hire-gallery-tile--wide { grid-column: 1 / -1; }
  .hire-gallery-tile:last-child { grid-column: 1 / -1; }
  .hire-process { gap: 2.5rem; }
  .hire-process-steps li { grid-template-columns: 3.2rem 1fr; gap: 0.8rem; }
  .hire-form { padding: 1.35rem; }
}

@media (max-width: 430px) {
  .hire-hero-foot { width: calc(100% - 2rem); }
  .hire-hero-foot strong { font-size: 1.12rem; }
  .hire-hero-foot span { font-size: 0.5rem; letter-spacing: 0.1em; }
  .hire-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 420px 300px repeat(3, 330px); }
  .hire-gallery-tile,
  .hire-gallery-tile--tall,
  .hire-gallery-tile--wide,
  .hire-gallery-tile:last-child { grid-column: 1; grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .hire-hero-photo { animation: none; transform: none; }
  .hire-occasion-card,
  .hire-gallery-tile img { transition: none; }
}
