/* Ad landing page: focused layout that reuses the site's tokens and type scale. */

.lp-body { padding-top: 0; }

/* --- Slim conversion header (no full nav: fewer exits) --- */
.lp-header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}
.lp-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 76px;
}
.lp-header__logo img { height: 42px; width: auto; display: block; }
.lp-header__actions { display: flex; align-items: center; gap: 22px; }
.lp-header__phone {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
    text-decoration: none;
}
.lp-header__phone span {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-500);
}
.lp-header__phone strong { color: var(--navy-900); font-size: 1.02rem; }
.lp-header .button { min-height: 46px; padding: 11px 22px; }

/* --- Hero --- */
.lp-hero {
    position: relative;
    color: #fff;
    background: var(--navy-950);
    overflow: hidden;
}
.lp-hero__media { position: absolute; inset: 0; }
.lp-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.lp-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(8, 23, 40, 0.93) 0%, rgba(8, 23, 40, 0.8) 40%, rgba(8, 23, 40, 0.42) 100%);
}
.lp-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 64px;
    align-items: center;
    padding: 74px 0 78px;
}
.lp-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    margin-bottom: 22px;
    border: 1px solid rgba(200, 168, 107, 0.55);
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold-400);
}
.lp-hero h1 {
    margin: 0;
    font-family: Baskerville, "Times New Roman", serif;
    font-weight: 500;
    font-size: clamp(2.3rem, 4.1vw, 3.5rem);
    line-height: 1.11;
    letter-spacing: -0.01em;
}
.lp-hero__lede {
    margin: 22px 0 0;
    max-width: 46ch;
    font-size: 1.08rem;
    line-height: 1.68;
    color: rgba(255, 255, 255, 0.82);
}
.lp-hero__points { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 12px; }
.lp-hero__points li {
    position: relative;
    padding-left: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.98rem;
}
.lp-hero__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 9px;
    border-left: 2px solid var(--gold-500);
    border-bottom: 2px solid var(--gold-500);
    transform: rotate(-45deg);
}
.lp-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    margin-top: 36px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.lp-hero__trust div strong {
    display: block;
    font-family: Baskerville, "Times New Roman", serif;
    font-weight: 500;
    font-size: 1.85rem;
    color: var(--gold-400);
    line-height: 1.1;
}
.lp-hero__trust div span {
    font-size: 0.74rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

/* --- Form card --- */
.lp-form {
    background: #fff;
    color: var(--ink-900);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: var(--shadow-lg);
    padding: 34px 32px 30px;
}
.lp-form__title {
    margin: 0 0 6px;
    font-family: Baskerville, "Times New Roman", serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.22;
}
.lp-form__note { margin: 0 0 22px; font-size: 0.9rem; color: var(--ink-500); line-height: 1.55; }
.lp-field { margin-bottom: 15px; }
.lp-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-700);
}
.lp-field input,
.lp-field select,
.lp-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: #fbfaf8;
    font-family: inherit;
    font-size: 0.98rem;
    color: var(--ink-900);
    transition: border-color 0.2s var(--ease-out), background 0.2s var(--ease-out);
}
.lp-field input:focus,
.lp-field select:focus,
.lp-field textarea:focus {
    outline: none;
    border-color: var(--navy-800);
    background: #fff;
}
.lp-field textarea { min-height: 84px; resize: vertical; }
.lp-field--split { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.lp-form .button { width: 100%; margin-top: 6px; }
.lp-form__fine { margin: 14px 0 0; font-size: 0.76rem; color: var(--ink-500); line-height: 1.5; text-align: center; }
.lp-form__hp { position: absolute; left: -9999px; }
.lp-form--embed { padding: 30px 22px 22px; }
.lp-form__embed { margin: 0 -8px; }
.lp-form__embed iframe { display: block; width: 100%; }

.lp-form__success {
    display: none;
    padding: 16px 18px;
    margin-bottom: 18px;
    border-left: 3px solid var(--gold-500);
    background: #f8f5ee;
    font-size: 0.95rem;
    color: var(--ink-900);
}
.lp-form.is-sent .lp-form--embed { padding: 30px 22px 22px; }
.lp-form__embed { margin: 0 -8px; }
.lp-form__embed iframe { display: block; width: 100%; }

.lp-form__success { display: block; }
.lp-form.is-sent form { display: none; }

/* --- Benefits --- */
.lp-benefits { padding: 84px 0 76px; }
.lp-benefits__head { max-width: 62ch; margin-bottom: 44px; }
.lp-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.lp-benefit {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--line);
    overflow: hidden;
    transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}
.lp-benefit:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.lp-benefit__media { aspect-ratio: 4 / 3; overflow: hidden; background: #ece7df; }
.lp-benefit__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-benefit__body { padding: 22px 22px 26px; }
.lp-benefit h3 {
    margin: 0 0 8px;
    font-family: Baskerville, "Times New Roman", serif;
    font-weight: 500;
    font-size: 1.24rem;
    line-height: 1.25;
}
.lp-benefit p { margin: 0; color: var(--ink-700); font-size: 0.94rem; line-height: 1.62; }

/* --- Audience strip --- */
.lp-audience { padding: 66px 0; background: #f8f5ee; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lp-audience__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 32px; }
.lp-audience__card { padding: 26px 24px; background: #fff; border: 1px solid var(--line); }
.lp-audience__card strong {
    display: block;
    margin-bottom: 8px;
    font-family: Baskerville, "Times New Roman", serif;
    font-weight: 500;
    font-size: 1.18rem;
    color: var(--navy-900);
}
.lp-audience__card span { color: var(--ink-700); font-size: 0.92rem; line-height: 1.6; }

/* --- Series strip --- */
.lp-series { padding: 80px 0 74px; }
.lp-series__scroll { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 36px; }
.lp-series__item { text-align: center; }
.lp-series__item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border: 1px solid var(--line);
}
.lp-series__item span {
    display: block;
    margin-top: 12px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-700);
}

/* --- Location / showroom band --- */
.lp-location { padding: 78px 0; background: var(--navy-900); color: #fff; }
.lp-location__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.lp-location h2 { color: #fff; }
.lp-location p { color: rgba(255, 255, 255, 0.78); line-height: 1.7; }
.lp-location__facts { display: grid; gap: 16px; margin: 28px 0 30px; }
.lp-location__facts div { padding-left: 18px; border-left: 2px solid var(--gold-500); }
.lp-location__facts strong { display: block; color: #fff; font-size: 1.02rem; }
.lp-location__facts span { color: rgba(255, 255, 255, 0.7); font-size: 0.92rem; }
.lp-location__facts a { color: var(--gold-400); text-decoration: none; }
.lp-location__media img { width: 100%; height: 420px; object-fit: cover; display: block; }

/* --- Closing CTA --- */
.lp-close { padding: 84px 0; text-align: center; }
.lp-close__inner { max-width: 660px; margin: 0 auto; }
.lp-close h2 { margin-bottom: 14px; }
.lp-close p { color: var(--ink-700); font-size: 1.05rem; line-height: 1.7; }
.lp-close .button-row { justify-content: center; margin-top: 30px; }

/* --- Minimal footer --- */
.lp-footer { padding: 40px 0; background: var(--navy-950); color: rgba(255, 255, 255, 0.62); font-size: 0.86rem; }
.lp-footer__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.lp-footer a { color: rgba(255, 255, 255, 0.82); text-decoration: none; }
.lp-footer a:hover { color: var(--gold-400); }
.lp-footer__links { display: flex; flex-wrap: wrap; gap: 20px; }

/* --- Sticky mobile call bar --- */
.lp-sticky {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(8, 23, 40, 0.97);
    gap: 10px;
}
.lp-sticky a {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--radius-sm);
}
.lp-sticky__call { color: #fff; border: 1px solid rgba(255, 255, 255, 0.4); }
.lp-sticky__form { color: var(--navy-900); background: var(--gold-500); }

@media (max-width: 1080px) {
    .lp-hero__grid { grid-template-columns: 1fr; gap: 40px; padding: 56px 0 60px; }
    .lp-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .lp-audience__grid { grid-template-columns: repeat(2, 1fr); }
    .lp-series__scroll { grid-template-columns: repeat(3, 1fr); }
    .lp-location__grid { grid-template-columns: 1fr; gap: 34px; }
    .lp-location__media img { height: 300px; }
}

@media (max-width: 700px) {
    .lp-header__actions .button { display: none; }
    .lp-grid-4 { grid-template-columns: 1fr; }
    .lp-audience__grid { grid-template-columns: 1fr; }
    .lp-series__scroll { grid-template-columns: repeat(2, 1fr); }
    .lp-hero__trust { gap: 24px; }
    .lp-form { padding: 26px 22px 24px; }
    .lp-field--split { grid-template-columns: 1fr; }
    .lp-sticky { display: flex; }
    .lp-footer { padding-bottom: 92px; }
}

/* --- Thank you page --- */
.ty-hero { background: var(--navy-950); color: #fff; padding: 84px 0 76px; text-align: center; }
.ty-hero__inner { max-width: 720px; margin: 0 auto; }
.ty-check {
    width: 66px; height: 66px; margin: 0 auto 26px;
    border: 2px solid var(--gold-500); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.ty-check::after {
    content: ""; width: 24px; height: 13px; margin-top: -6px;
    border-left: 3px solid var(--gold-500); border-bottom: 3px solid var(--gold-500);
    transform: rotate(-45deg);
}
.ty-hero h1 {
    margin: 0; font-family: Baskerville, "Times New Roman", serif; font-weight: 500;
    font-size: clamp(2.1rem, 3.6vw, 3rem); line-height: 1.15; color: #fff;
}
.ty-hero p { margin: 20px auto 0; max-width: 54ch; color: rgba(255,255,255,.8); font-size: 1.06rem; line-height: 1.7; }
.ty-hero__urgent { margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); font-size: .96rem; color: rgba(255,255,255,.7); }
.ty-hero__urgent a { color: var(--gold-400); font-weight: 700; text-decoration: none; }

.ty-next { padding: 78px 0 70px; }
.ty-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 40px; counter-reset: ty; }
.ty-step { position: relative; padding: 30px 26px 28px; background: #fff; border: 1px solid var(--line); counter-increment: ty; }
.ty-step::before {
    content: counter(ty); position: absolute; top: -16px; left: 26px;
    width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
    background: var(--navy-900); color: var(--gold-400); font-size: .9rem; font-weight: 700;
}
.ty-step h3 { margin: 10px 0 8px; font-family: Baskerville, serif; font-weight: 500; font-size: 1.22rem; }
.ty-step p { margin: 0; color: var(--ink-700); font-size: .95rem; line-height: 1.62; }

.ty-showroom { padding: 74px 0; background: #f8f5ee; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ty-showroom__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.ty-showroom__media img { width: 100%; height: 360px; object-fit: cover; display: block; border: 1px solid var(--line); }
.ty-facts { display: grid; gap: 15px; margin: 24px 0 28px; }
.ty-facts div { padding-left: 18px; border-left: 2px solid var(--gold-500); }
.ty-facts strong { display: block; color: var(--ink-900); font-size: 1.02rem; }
.ty-facts span { color: var(--ink-700); font-size: .93rem; }
.ty-facts a { color: var(--navy-900); font-weight: 600; text-decoration: none; }

.ty-prep { padding: 72px 0 80px; }
.ty-prep__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.ty-prep ul { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 13px; }
.ty-prep li { position: relative; padding-left: 28px; color: var(--ink-700); line-height: 1.6; }
.ty-prep li::before {
    content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 8px;
    border-left: 2px solid var(--gold-500); border-bottom: 2px solid var(--gold-500); transform: rotate(-45deg);
}
.ty-links { display: grid; gap: 14px; margin-top: 22px; }
.ty-link {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 20px 22px; background: #fff; border: 1px solid var(--line);
    text-decoration: none; transition: border-color .3s var(--ease-out), transform .3s var(--ease-out);
}
.ty-link:hover { border-color: var(--navy-800); transform: translateX(3px); }
.ty-link strong { display: block; color: var(--ink-900); font-family: Baskerville, serif; font-weight: 500; font-size: 1.12rem; }
.ty-link span { color: var(--ink-500); font-size: .9rem; }
.ty-link em { color: var(--gold-500); font-style: normal; font-weight: 700; font-size: 1.2rem; }

@media (max-width: 900px) {
    .ty-steps { grid-template-columns: 1fr; gap: 34px; }
    .ty-showroom__grid, .ty-prep__grid { grid-template-columns: 1fr; gap: 32px; }
    .ty-showroom__media img { height: 260px; }
}

/* --- Thank you: browse cards --- */
.ty-browse { padding: 78px 0 72px; }
.ty-browse__head { max-width: 60ch; margin-bottom: 40px; }
.ty-browse__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.ty-card {
    display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
    overflow: hidden; text-decoration: none;
    transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.ty-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.ty-card__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #ece7df; }
.ty-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease-out); }
.ty-card:hover .ty-card__media img { transform: scale(1.04); }
.ty-card__body { display: block; padding: 20px 22px 24px; }
.ty-card__body strong {
    display: block; margin-bottom: 6px; font-family: Baskerville, "Times New Roman", serif;
    font-weight: 500; font-size: 1.18rem; color: var(--ink-900);
}
.ty-card__body span { display: block; color: var(--ink-700); font-size: .92rem; line-height: 1.58; }
@media (max-width: 1080px) { .ty-browse__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ty-browse__grid { grid-template-columns: 1fr; } }
