.subpage-hero { height: 150vh; }
.subpage-hero .hero__sticky { min-height: 680px; }
.subpage-hero .hero__media::after { content: ""; position: absolute; z-index: 3; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.12) 48%, rgba(0,0,0,.62)); pointer-events: none; }
.subpage-hero .hero__film { object-position: center; }
.desktop-nav .is-current { opacity: .48; }
.subpage-hero__copy { top: auto; bottom: clamp(42px, 6vh, 82px); }
.subpage-hero__copy h1 { margin: 0; font-size: clamp(96px, 13vw, 250px); font-weight: 500; line-height: .9; letter-spacing: -.08em; }
.subpage-hero__note { position: absolute; z-index: 4; right: var(--pad); bottom: clamp(50px, 7vh, 92px); max-width: 330px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(12px, .92vw, 17px); line-height: 1.25; letter-spacing: -.025em; }

.our-services { min-height: 0; padding-bottom: clamp(120px, 11vw, 210px); }
.our-services__statement { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr); gap: clamp(55px, 8vw, 160px); align-items: end; margin: clamp(90px, 8vw, 155px) var(--pad) 0; }
.our-services__statement h2 { margin: 0; font-size: clamp(62px, 7.2vw, 138px); font-weight: 500; line-height: .84; letter-spacing: -.078em; }
.our-services__statement > p { max-width: 430px; margin: 0 0 8px; color: var(--muted); font-size: clamp(15px, 1.1vw, 20px); line-height: 1.28; letter-spacing: -.035em; }
.our-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: clamp(90px, 8vw, 155px) var(--pad) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.our-services__grid article { display: flex; flex-direction: column; min-height: clamp(350px, 28vw, 530px); padding: 22px clamp(20px, 2.4vw, 46px) 28px; }
.our-services__grid article + article { border-left: 1px solid var(--line); }
.our-services__grid article:nth-child(n+4) { border-top: 1px solid var(--line); }
.our-services__grid article:nth-child(3n+1) { border-left: 0; }
.our-services__grid small, .contact-expect__grid small { color: var(--muted); font-size: 9px; letter-spacing: .075em; text-transform: uppercase; }
.our-services__grid h3 { margin: auto 0 22px; font-size: clamp(38px, 4vw, 76px); font-weight: 500; line-height: .9; letter-spacing: -.065em; }
.our-services__grid p { max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.our-services__grid a { display: flex; justify-content: space-between; align-items: center; margin-top: 38px; padding-top: 13px; border-top: 1px solid var(--line); font-size: 12px; }

.contact-intro { min-height: 0; padding-bottom: clamp(120px, 11vw, 210px); }
.contact-intro__head { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: clamp(55px, 9vw, 180px); align-items: end; margin: clamp(90px, 8vw, 155px) var(--pad) 0; }
.contact-intro__head h2 { margin: 0; font-size: clamp(68px, 8.3vw, 160px); font-weight: 500; line-height: .8; letter-spacing: -.084em; }
.contact-intro__head > p { max-width: 430px; margin: 0 0 8px; color: var(--muted); font-size: clamp(15px, 1.1vw, 20px); line-height: 1.28; letter-spacing: -.035em; }
.contact-layout { display: grid; grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr); gap: clamp(70px, 10vw, 190px); margin: clamp(100px, 10vw, 190px) var(--pad) 0; }
.contact-details { border-top: 1px solid var(--line); }
.contact-details > div { padding: 20px 0 28px; border-bottom: 1px solid var(--line); }
.contact-details small, .contact-form label > span { display: block; margin-bottom: 16px; color: var(--muted); font-size: 9px; letter-spacing: .075em; text-transform: uppercase; }
.contact-details a { font-size: clamp(21px, 2vw, 38px); letter-spacing: -.05em; }
.contact-details p { margin: 0; color: #555; font-size: 14px; line-height: 1.35; }
.contact-form { display: grid; gap: 34px; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-form label { display: block; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 0 0 15px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; color: #111; background: transparent; font: inherit; font-size: clamp(18px, 1.5vw, 27px); letter-spacing: -.04em; }
.contact-form textarea { min-height: 180px; resize: vertical; line-height: 1.3; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #111; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a0a0a0; }
.contact-form__trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden; border: 0 !important; opacity: 0; pointer-events: none; }
.contact-form__submit { display: flex; justify-content: space-between; gap: 35px; align-items: end; padding-top: 18px; border-top: 1px solid var(--line); }
.contact-form__submit p { max-width: 330px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.35; }
.contact-form__feedback { max-width: 390px; }
.contact-form__feedback a { color: #111; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.contact-form__status { margin-top: 14px !important; color: #111 !important; font-weight: 600; }
.contact-form__status[hidden] { display: none; }
.contact-form__status.is-error { color: #9e271b !important; }
.contact-form__submit button { display: flex; justify-content: space-between; align-items: center; width: min(300px, 45%); padding: 16px 0; border: 0; border-bottom: 1px solid #111; background: transparent; cursor: pointer; }
.contact-form__submit button:disabled { cursor: wait; opacity: .45; }
.contact-form__submit button:focus-visible { outline: 2px solid #111; outline-offset: 6px; }

.contact-expect { min-height: 0; padding-bottom: clamp(120px, 11vw, 210px); }
.contact-expect__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: clamp(85px, 8vw, 150px) var(--pad) 0; border-top: 1px solid var(--line-light); }
.contact-expect__grid article { min-height: clamp(300px, 23vw, 450px); padding: 23px clamp(20px, 2.4vw, 46px) 30px 0; }
.contact-expect__grid article + article { padding-left: clamp(20px, 2.4vw, 46px); border-left: 1px solid var(--line-light); }
.contact-expect__grid h3 { margin: clamp(70px, 7vw, 130px) 0 22px; font-size: clamp(34px, 3.4vw, 65px); font-weight: 500; line-height: .92; letter-spacing: -.06em; }
.contact-expect__grid p { max-width: 390px; margin: 0; color: #919191; font-size: 13px; line-height: 1.35; }

@media (max-width: 900px) {
  .subpage-hero { height: 140vh; }
  .subpage-hero__copy { bottom: 70px; }
  .subpage-hero__copy h1 { font-size: clamp(68px, 22vw, 135px); line-height: .9; }
  .subpage-hero__note { right: 18px; bottom: 28px; max-width: 210px; font-size: 10px; }
  .our-services__statement, .contact-intro__head { display: block; margin: 72px 18px 0; }
  .our-services__statement h2, .contact-intro__head h2 { font-size: clamp(51px, 14vw, 72px); }
  .our-services__statement > p, .contact-intro__head > p { margin-top: 42px; }
  .our-services__grid, .contact-expect__grid { grid-template-columns: 1fr; margin: 72px 18px 0; }
  .our-services__grid article, .contact-expect__grid article { min-height: 330px; padding: 20px 0 28px; }
  .our-services__grid article + article, .contact-expect__grid article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .contact-expect__grid article + article { border-color: var(--line-light); }
  .contact-layout { display: block; margin: 75px 18px 0; }
  .contact-form { margin-top: 80px; }
  .contact-form__row { grid-template-columns: 1fr; gap: 34px; }
  .contact-form__submit { display: block; }
  .contact-form__submit button { width: 100%; margin-top: 35px; }
}
