[hidden] { display: none !important; }

.inner-page { background: #f4f5f2; }
.page-header { position: relative; height: 76px; background: #1f2324; }

.subpage-hero {
  position: relative;
  display: flex;
  min-height: 510px;
  padding: 90px 7vw 64px;
  overflow: hidden;
  background-color: #282c2d;
  background-position: center;
  background-size: cover;
  color: #fff;
  align-items: flex-end;
}
.team-hero { background-image: url("/static/site/dry-hall-wide.jpg"); }
.detailing-hero { background-image: url("/static/site/hero-dry-hall.jpg"); background-position: center 62%; }
.subpage-shade { position: absolute; inset: 0; background: rgba(20, 23, 24, .64); }
.subpage-hero-copy { position: relative; z-index: 1; max-width: 880px; }
.subpage-hero h1, .booking-intro h1 {
  margin: 0;
  font-size: 68px;
  line-height: .98;
  text-transform: uppercase;
}
.subpage-hero-copy > p:last-child {
  max-width: 700px;
  margin: 24px 0 0;
  color: #edf0ec;
  font-size: 21px;
  line-height: 1.5;
}

.team-section { padding: 90px 6vw 110px; }
.page-intro {
  display: grid;
  max-width: 1180px;
  margin: 0 auto 50px;
  grid-template-columns: .65fr 1.4fr .75fr;
  gap: 36px;
  align-items: start;
}
.page-intro h2, .page-cta h2, .detail-service h2, .detail-principles h2,
.booking-form h2, .booking-success h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.05;
  text-transform: uppercase;
}
.page-intro > p:last-child { margin: 0; color: #626865; font-size: 16px; line-height: 1.5; }
.team-grid { display: grid; max-width: 1180px; margin: 0 auto; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.team-member { padding: 18px; border: 1px solid #cbd0cd; border-radius: 4px; background: #fff; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.team-member:hover { border-color: #abb1ad; box-shadow: 0 14px 30px rgba(31, 35, 36, .08); transform: translateY(-3px); }
.avatar-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  background: #dfe2de;
  color: #7c827f;
  place-items: center;
  font-size: 56px;
  font-weight: 900;
}
.team-member h3 { margin: 18px 0 4px; font-size: 21px; text-transform: uppercase; }
.team-member p { margin: 0; color: #777d7a; font-size: 11px; text-transform: uppercase; }
.page-cta {
  display: grid;
  min-height: 280px;
  padding: 52px 8vw;
  background: #f2d000;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
}
.page-cta .section-label { color: #4a4300; }
.page-cta .button { border-color: #1f2324; background: #1f2324; color: #fff; }

.detail-services { background: #fff; }
.detail-service {
  display: grid;
  min-height: 390px;
  padding: 76px 8vw;
  border-bottom: 1px solid #cbd0cd;
  grid-template-columns: 34px 1fr 1fr;
  gap: 54px;
  align-items: center;
}
.detail-service > .block-dot { width: 8px; height: 8px; box-shadow: none; }
.detail-service h2 { max-width: 620px; font-size: 45px; }
.detail-service > p { max-width: 610px; margin: 0; color: #5c6360; font-size: 17px; line-height: 1.65; }
.detail-service-dark { border-color: #4f5555; background: #1f2324; color: #fff; }
.detail-service-dark > p { color: #cbd0cd; }
.detail-principles {
  display: grid;
  min-height: 330px;
  padding: 60px 8vw;
  background: #e7e9e5;
  grid-template-columns: 1.2fr .9fr auto;
  gap: 58px;
  align-items: center;
}
.detail-principles > p { margin: 0; color: #565d5a; font-size: 16px; line-height: 1.6; }

.booking-page { background: #e7e9e5; }
.booking-intro {
  display: grid;
  min-height: 470px;
  padding: 84px 8vw 70px;
  background: #1f2324;
  color: #fff;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px 90px;
  align-content: center;
}
.booking-intro .section-label { grid-column: 1 / -1; color: #f2d000; }
.booking-intro > p {
  margin: 0;
  color: #d1d6d3;
  font-size: 18px;
  line-height: 1.6;
}
.booking-intro > strong {
  grid-column: 2;
  padding-top: 20px;
  border-top: 5px solid #f2d000;
  font-size: 17px;
  line-height: 1.45;
}
.booking-layout {
  display: grid;
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 6vw 100px;
  grid-template-columns: 1fr 330px;
  gap: 18px;
  align-items: start;
}
.booking-form {
  display: grid;
  padding: 34px;
  border: 1px solid #cbd0cd;
  border-radius: 4px;
  background: #fff;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.form-heading { grid-column: 1 / -1; margin-bottom: 10px; }
.form-field { display: grid; min-width: 0; gap: 8px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field > span { color: #343938; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.form-field span b {
  float: right;
  padding: 3px 6px;
  background: #f2d000;
  color: #1f2324;
  font-size: 9px;
}
.form-field span small { color: #7a817d; font-size: 9px; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid #aeb5b1;
  border-radius: 2px;
  outline: 0;
  background: #fff;
  color: #1f2324;
  font: inherit;
  font-size: 16px;
}
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #7a6c00; box-shadow: 0 0 0 3px rgba(242, 208, 0, .24); }
.form-submit { display: flex; min-height: 52px; gap: 18px; align-items: center; }
.form-submit p { margin: 0; color: #a12a21; font-size: 13px; font-weight: 700; }
.form-submit button:disabled { cursor: wait; opacity: .55; }
.form-privacy { margin: 0; color: #737a76; font-size: 11px; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.booking-aside {
  padding: 30px;
  border-top: 7px solid #f2d000;
  background: #1f2324;
  color: #fff;
}
.booking-aside .section-label { color: #d5dad7; }
.booking-aside ol { padding: 0; margin: 28px 0; list-style: none; }
.booking-aside li { display: grid; padding: 18px 0; border-top: 1px solid #555b5b; grid-template-columns: 18px 1fr; gap: 12px; }
.booking-aside li:last-child { border-bottom: 1px solid #555b5b; }
.booking-aside li .block-dot { width: 7px; height: 7px; margin-top: 6px; box-shadow: none; }
.booking-aside li p { margin: 0; color: #d0d5d2; font-size: 14px; line-height: 1.45; }
.booking-aside > a { color: #f2d000; font-size: 13px; font-weight: 900; text-decoration: none; }
.booking-success {
  min-height: 420px;
  padding: 50px;
  border: 4px solid #f2d000;
  background: #fff;
}
.booking-success p:not(.section-label) { color: #5f6663; font-size: 17px; line-height: 1.55; }

@media (max-width: 980px) {
  .page-intro { grid-template-columns: .8fr 1.2fr; }
  .page-intro > p:last-child { grid-column: 2; }
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .detail-service { grid-template-columns: 28px 1fr; }
  .detail-service > p { grid-column: 2; }
  .detail-principles { grid-template-columns: 1fr; gap: 24px; }
  .detail-principles .button { width: fit-content; }
  .booking-intro { grid-template-columns: 1fr; gap: 22px; }
  .booking-intro .section-label, .booking-intro > strong { grid-column: auto; }
  .booking-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .page-header { height: 64px; }
  .subpage-hero { min-height: 410px; padding: 72px 18px 38px; }
  .subpage-hero h1, .booking-intro h1 { font-size: 43px; }
  .subpage-hero-copy > p:last-child { font-size: 16px; }
  .team-section { padding: 58px 18px 70px; }
  .page-intro { display: block; margin-bottom: 28px; }
  .page-intro h2, .page-cta h2, .detail-service h2, .detail-principles h2,
  .booking-form h2, .booking-success h2 { font-size: 29px; }
  .page-intro > p:last-child { margin-top: 16px; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .team-member { padding: 9px; }
  .avatar-placeholder { font-size: 36px; }
  .team-member h3 { margin-top: 11px; font-size: 17px; }
  .team-member p { font-size: 9px; }
  .page-cta { grid-template-columns: 1fr; padding: 46px 18px; gap: 26px; }
  .detail-service { display: block; min-height: 0; padding: 52px 18px; }
  .detail-service > .block-dot { margin-bottom: 30px; }
  .detail-service > p { margin-top: 22px; font-size: 15px; }
  .detail-principles { padding: 50px 18px; }
  .detail-principles .button { width: 100%; }
  .booking-intro { min-height: 0; padding: 58px 18px 50px; }
  .booking-intro > p { font-size: 16px; }
  .booking-intro > strong { font-size: 15px; }
  .booking-layout { padding: 28px 12px 60px; }
  .booking-form { padding: 20px 14px; grid-template-columns: 1fr; gap: 16px; }
  .form-heading, .form-field-wide { grid-column: auto; }
  .form-submit { display: grid; gap: 10px; }
  .booking-aside { padding: 24px 20px; }
  .booking-success { min-height: 360px; padding: 32px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .team-member { transition: none; }
}
