/* Service-specific Google Ads landing pages. Builds on the core WIN design system. */

.lp { background: var(--bark); }

.lp-hero {
  position: relative; min-height: 900px; overflow: hidden;
  display: grid; align-items: center;
}
.lp-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(35,27,20,.96) 0%, rgba(44,35,27,.78) 47%, rgba(44,35,27,.18) 100%);
}
.lp-hero__inner {
  position: relative; width: 100%; max-width: var(--shell); margin: 0 auto;
  padding: 64px var(--gutter) 72px; display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(460px, .7fr); gap: 64px; align-items: center;
}
.lp-hero__copy { display: flex; flex-direction: column; gap: 26px; max-width: 870px; }
.lp-hero__title {
  margin: 0; max-width: 900px; font-family: var(--display); font-weight: 900;
  font-size: clamp(52px, 6vw, 94px); line-height: .86; letter-spacing: -.055em;
  text-transform: uppercase; text-wrap: balance;
}
.lp-hero__sub { margin: 0; max-width: 660px; font-size: clamp(18px, 2vw, 23px); line-height: 1.5; color: rgba(241,233,218,.82); }
.lp-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.lp-hero__form {
  width: 100%; background: rgba(35,27,20,.96); border: 1px solid rgba(241,233,218,.16);
  box-shadow: 0 24px 64px rgba(0,0,0,.28); backdrop-filter: blur(12px);
}
.lp-formhead { margin-bottom: 26px; padding-bottom: 22px; border-bottom: 1px solid rgba(241,233,218,.14); }
.lp-formhead h2 { margin: 8px 0 10px; font-family: var(--display); font-size: 28px; line-height: 1; letter-spacing: -.025em; text-transform: uppercase; }
.lp-formhead p { margin: 0; color: rgba(241,233,218,.66); font-size: 15px; line-height: 1.5; }
.lp-hero__form .leadform { gap: 18px; }
.lp-hero__form .chip { padding: 10px 13px; }
.lp-hero__form .field input, .lp-hero__form .field textarea { padding: 13px; }
.lp-hero__form .field textarea { min-height: 76px; }

.lp-strip { background: var(--rust); }
.lp-strip__inner {
  max-width: var(--shell); margin: 0 auto; padding: 18px var(--gutter);
  display: flex; justify-content: center; gap: 32px; flex-wrap: wrap;
  font-family: var(--display); font-size: 12px; font-weight: 800; letter-spacing: .14em;
}
.lp-strip__inner span:not(:last-child)::after { content: "·"; margin-left: 32px; color: var(--sand); }

.lp-section { padding: 110px var(--gutter); }
.lp-section--light { background: var(--cream); color: var(--bark); }
.lp-section--sand { background: var(--sand); color: var(--bark); }
.lp-section__inner { max-width: var(--shell); margin: 0 auto; }
.lp-head { display: grid; grid-template-columns: 1.2fr .7fr; gap: 64px; align-items: end; margin-bottom: 56px; }
.lp-head p { margin: 0; font-size: 18px; line-height: 1.65; color: rgba(44,35,27,.68); text-wrap: pretty; }
.lp-kicker { color: var(--rust); margin-bottom: 16px; }

.lp-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-point { padding: 30px; border: 1px solid rgba(44,35,27,.16); border-radius: 4px; display: flex; flex-direction: column; gap: 14px; }
.lp-point__n { font-family: var(--display); font-size: 12px; font-weight: 800; letter-spacing: .16em; color: var(--rust); }
.lp-point h3 { margin: 0; font-family: var(--display); font-size: 24px; line-height: 1.05; text-transform: uppercase; }
.lp-point p { margin: 0; font-size: 16px; line-height: 1.6; color: rgba(44,35,27,.68); }

.lp-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.lp-split__media { min-height: 540px; overflow: hidden; }
.lp-split__media img { width: 100%; height: 100%; object-fit: cover; }
.lp-split__copy { padding: 96px max(var(--gutter), calc((100vw - var(--shell)) / 2)); display: flex; flex-direction: column; justify-content: center; gap: 28px; }
.lp-split__copy p { margin: 0; max-width: 560px; font-size: 18px; line-height: 1.65; color: rgba(241,233,218,.68); }
.lp-checks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; max-width: 600px; }
.lp-checks li { border-top: 1px solid rgba(241,233,218,.18); padding-top: 12px; font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .04em; }

.lp-gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 16px; }
.lp-gallery figure { margin: 0; min-height: 390px; overflow: hidden; border-radius: 4px; }
.lp-gallery img { width: 100%; height: 100%; object-fit: cover; }

.lp-fit { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.lp-fit__card { padding: 40px; border-radius: 4px; background: var(--bark); color: var(--cream); }
.lp-fit__card--no { background: rgba(44,35,27,.1); color: var(--bark); border: 1px solid rgba(44,35,27,.18); }
.lp-fit__card h3 { margin: 0 0 22px; font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.lp-fit__card ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 12px; }
.lp-fit__card li { font-size: 16px; line-height: 1.5; }

.lp-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; align-items: start; }
.lp-faq__list { border-top: 1px solid rgba(241,233,218,.16); }
.lp-faq details { border-bottom: 1px solid rgba(241,233,218,.16); padding: 22px 0; }
.lp-faq summary { cursor: pointer; font-family: var(--display); font-size: 19px; font-weight: 800; list-style: none; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq details p { margin: 14px 0 0; font-size: 16px; line-height: 1.65; color: rgba(241,233,218,.62); max-width: 700px; }

.lp-contact { padding: 110px var(--gutter); background: var(--rust); }
.lp-contact__inner { max-width: var(--shell); margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.lp-contact__copy { position: sticky; top: 120px; display: flex; flex-direction: column; gap: 24px; }
.lp-contact__copy p { margin: 0; font-size: 18px; line-height: 1.6; color: rgba(241,233,218,.82); }

.lp-more { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lp-more a { padding: 24px; border: 1px solid rgba(241,233,218,.16); border-radius: 4px; color: var(--cream); display: flex; flex-direction: column; gap: 8px; }
.lp-more a:hover { border-color: var(--sand); transform: translateY(-2px); }
.lp-more strong { font-family: var(--display); font-size: 18px; text-transform: uppercase; }
.lp-more span { color: rgba(241,233,218,.55); font-size: 14px; line-height: 1.5; }

.landing-brand { color: var(--cream); }
.landing-brand:hover { color: var(--cream); }
.landing-brand img { object-fit: contain; }
.landing-nav a { display: block; }

@media (max-width: 1080px) {
  .lp-hero__inner { grid-template-columns: minmax(0, .8fr) minmax(430px, .7fr); gap: 36px; }
  .lp-hero__form { padding: 30px; }
  .lp-head, .lp-faq, .lp-contact__inner { grid-template-columns: 1fr; gap: 36px; }
  .lp-contact__copy { position: static; }
  .lp-points { grid-template-columns: 1fr; }
  .lp-gallery { grid-template-columns: 1fr 1fr; }
  .lp-gallery figure:first-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .lp-hero { min-height: 0; align-items: start; }
  .lp-hero__scrim { background: linear-gradient(180deg, rgba(35,27,20,.88) 0%, rgba(35,27,20,.96) 58%, rgba(35,27,20,.8) 100%); }
  .lp-hero__inner { grid-template-columns: 1fr; padding-top: 20px; padding-bottom: 72px; gap: 48px; }
  .lp-hero__form { order: -1; }
  .lp-hero__copy { order: 1; }
  .lp-section, .lp-contact { padding-top: 72px; padding-bottom: 72px; }
  .lp-split { grid-template-columns: 1fr; }
  .lp-split__media { min-height: 380px; }
  .lp-split__copy { padding: 72px var(--gutter); }
  .lp-gallery, .lp-fit, .lp-more { grid-template-columns: 1fr; }
  .lp-gallery figure, .lp-gallery figure:first-child { grid-column: auto; min-height: 280px; }
  .lp-checks { grid-template-columns: 1fr; }
  .lp-strip__inner { justify-content: flex-start; gap: 10px; }
  .lp-strip__inner span { width: 100%; }
  .lp-strip__inner span:not(:last-child)::after { display: none; }
}

@media (max-width: 420px) {
  .lp-hero__title { font-size: 48px; }
  .lp-hero__inner { padding-top: 12px; }
  .lp-hero__form { padding: 22px 20px; margin-inline: 0; }
  .lp-formhead { margin-bottom: 22px; padding-bottom: 18px; }
  .lp-formhead h2 { font-size: 24px; }
  .lp-point, .lp-fit__card { padding: 24px; }
}
