/*
    HOME PAGE ONLY — loaded after common.css. Anything here is specific to
    new-home.php: the hero, trust strip, service/storage/about sections, the
    gallery preview, reviews preview, CTA, and the contact form.
*/
.divider {
    width: 60px;
    height: 2px;
    background: var(--gold);
    margin: 20px 0;
    border: none;
}
.btn-outline {
    border: 1px solid var(--gold);
    color: var(--gold);
}
.btn-outline:hover { background: rgba(201, 164, 99, 0.1); }
/* Overrides common.css's default solid header: the homepage's header
   overlays a hero photo, so it fades out towards its bottom edge instead
   of stopping in a hard line. Desktop only — on mobile the header sits over
   a plain background (the hero photo has moved down the page by then), and
   the mask was clipping the mobile dropdown menu invisible since it renders
   outside the header's own box. */
@media (min-width: 1151px) {
    .page-home header {
        background: rgba(11, 14, 19, 0.45);
        backdrop-filter: blur(6px);
        -webkit-mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
    }
}
/* ---------------- HERO ---------------- */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}
.hero-photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 78%;
    height: 100%;
}
.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 480px;
    padding-left: 60px;
    padding-top: 200px;
}
.hero-copy .eyebrow { margin-bottom: 18px; }
.hero-copy h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.hero-copy h1 .gold { color: var(--gold); }
.hero-copy p {
    color: var(--text-muted);
    max-width: 380px;
    margin: 26px 0 32px;
    font-size: 15px;
}
.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 32%);
    mask-image: linear-gradient(to right, transparent 0%, black 32%);
}
.hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(to bottom, var(--bg-deep) 0%, transparent 40%),
        linear-gradient(to top, var(--bg-deep) 0%, transparent 36%),
        linear-gradient(to left, transparent 35%, var(--bg-deep) 92%);
    pointer-events: none;
}
.hero-badge {
    position: absolute;
    left: 60px;
    bottom: 40px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}
.hero-badge img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}
.hero-badge:hover { color: #d9b479; }
/* ---------------- TRUST STRIP ---------------- */
.trust-strip {
    display: flex;
    justify-content: space-around;
    gap: 70px;
    padding: 70px 60px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.trust-item svg {
    width: 10vh;
    height: 10vh;
    stroke: var(--gold);
    flex-shrink: 0;
}
.trust-item .t-title {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}
.trust-item .t-sub {
    font-size: 14px;
    color: var(--text-muted);
}
/* ---------------- SPLIT SECTIONS ---------------- */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 90vh;
    padding: 0;
    border-bottom: 1px solid var(--line);
}
.split-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}
.split-copy h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.split-copy p {
    color: var(--text-muted);
    font-size: 15px;
    max-width: 520px;
    margin-bottom: 10px;
}
.split-copy p + p { margin-top: 14px; }
.price-highlight {
    display: inline-block;
    color: var(--text-main) !important;
    font-family: "Playfair Display", serif;
    font-size: 20px !important;
    letter-spacing: 0.5px;
    border-top: 1px solid var(--line);
    padding-top: 16px;
    margin-top: 20px !important;
}
.price-highlight .gold {
    color: var(--gold);
    font-weight: 600;
}
.service-list {
    list-style: none;
    margin: 26px 0 32px;
}
.service-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 14px;
    color: var(--text-main);
}
.service-list li::before {
    content: "✓";
    color: var(--gold);
    font-weight: 700;
}
.split-photo {
    position: relative;
    height: 100%;
}
.split-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 32%);
    mask-image: linear-gradient(to right, transparent 0%, black 32%);
}
/* .reverse sections put the photo on the left (text on the right),
   so the fade needs to face the opposite way to blend correctly */
.split.reverse .split-photo img {
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 32%);
    mask-image: linear-gradient(to left, transparent 0%, black 32%);
}
.split-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 78% 82% at center, transparent 40%, var(--bg-deep) 100%);
    pointer-events: none;
}
/* Additional Services photo: full height like the other sections,
   cropped to favour the right-hand side of the source image */
#additional-services .split-photo img {
    object-position: right center;
}
.feature-list {
    list-style: none;
    margin: 26px 0 32px;
}
.feature-list li {
    display: flex;
    gap: 12px;
    font-size: 14px;
    margin-bottom: 12px;
    color: var(--text-main);
}
.feature-list li::before {
    content: "✓";
    color: var(--gold);
    font-weight: 700;
}
/* ---------------- OUR WORK (gallery preview) ---------------- */
.our-work {
    padding: 100px 60px;
    border-bottom: 1px solid var(--line);
}
.our-work .section-head {
    text-align: center;
    margin-bottom: 50px;
}
.our-work .section-head h2 { font-size: 38px; }
.our-work .section-head p { color: var(--text-muted); margin-top: 10px; }
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.gallery-grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 4px;
    filter: brightness(0.9);
    transition: filter 0.3s ease, transform 0.3s ease;
}
.gallery-grid img:hover {
    filter: brightness(1);
    transform: scale(1.02);
}
.view-all {
    text-align: center;
    margin-top: 40px;
}
/* ---------------- REVIEWS PREVIEW ---------------- */
.reviews {
    padding: 100px 60px;
    border-bottom: 1px solid var(--line);
    background: var(--bg-panel);
}
.reviews .section-head {
    text-align: center;
    margin-bottom: 50px;
}
.reviews .section-head h2 { font-size: 38px; }
.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.review-card {
    border: 1px solid var(--line);
    padding: 34px 28px;
    border-radius: 4px;
}
.review-card .stars {
    color: var(--gold);
    letter-spacing: 5px;
    margin-bottom: 20px;
    font-size: 24px;
    text-shadow: 0 0 16px rgba(201, 164, 99, 0.5);
}
.review-card p.msg {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 20px;
    min-height: 90px;
}
.review-card .name {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    color: var(--text-main);
}
.review-card .date {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 2px;
}
/* ---------------- CTA ---------------- */
.cta {
    text-align: center;
    padding: 90px 60px;
    border-bottom: 1px solid var(--line);
}
.cta h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.cta p {
    color: var(--text-muted);
    margin-bottom: 30px;
}
/* ---------------- CONTACT FORM ---------------- */
.contact-form {
    max-width: 620px;
    margin: 10px auto 0;
    text-align: left;
}
.form-row { margin-bottom: 22px; }
.form-label {
    display: block;
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.form-input, .form-textarea {
    width: 100%;
    background: var(--bg-panel);
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 14px 16px;
    color: var(--text-main);
    font-family: inherit;
    font-size: 14px;
}
.form-input:focus, .form-textarea:focus {
    outline: none;
    border-color: var(--gold);
}
.form-textarea { min-height: 130px; resize: vertical; }
.form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9a463' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
    padding-right: 42px;
    cursor: pointer;
}
.form-select option { background: var(--bg-panel); color: var(--text-main); }
.toggle-group, .yesno-group { display: flex; gap: 12px; }
.toggle-option { flex: 1; }
.toggle-option input { position: absolute; opacity: 0; width: 0; height: 0; }
.toggle-option label {
    display: block;
    text-align: center;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-muted);
    transition: all 0.2s ease;
}
.toggle-option input:checked + label {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201, 164, 99, 0.08);
}
.transport-extra-fields {
    display: none;
    border-left: 2px solid var(--line);
    padding-left: 20px;
    margin-bottom: 4px;
}
.transport-extra-fields.visible { display: block; }
.transport-extra-fields .form-row:last-child { margin-bottom: 22px; }
.g-recaptcha-wrap {
    margin: 10px 0 26px;
    display: flex;
    justify-content: center;
}
.form-error {
    text-align: left;
    background: rgba(214, 100, 40, 0.14);
    border: 1px solid rgba(230, 150, 60, 0.55);
    border-radius: 8px;
    padding: 16px 20px 18px;
    margin-bottom: 24px;
    color: #e6963c;
    font-size: 13px;
}
.form-error ul { margin: 8px 0 0 20px; }
.form-success {
    max-width: 620px;
    margin: 10px auto 0;
    background: rgba(90, 170, 120, 0.12);
    border: 1px solid rgba(90, 170, 120, 0.5);
    border-radius: 8px;
    padding: 34px;
    text-align: center;
}
.form-success h3 { color: var(--gold); margin-bottom: 10px; font-size: 22px; }
.form-success p { color: var(--text-muted); margin: 0; }
@media (max-width: 1150px) {
    .hero { min-height: unset; flex-direction: column; padding: 0; }
    .hero-photo { position: relative; width: 100%; height: 340px; order: 1; }
    .hero-copy { padding: 40px 24px; order: 2; max-width: none; }
    .split, .split.reverse {
        grid-template-columns: 1fr;
        min-height: unset;
    }
    /* Images always show above the text on mobile, regardless of
       whether the section uses .reverse for desktop column order */
    .split-photo { height: 300px; order: 1; }
    .split-copy { padding: 40px 24px; order: 2; }
    .trust-strip { flex-direction: column; gap: 24px; padding: 30px 24px; }
    .gallery-grid, .review-grid { grid-template-columns: 1fr; }
    .our-work, .reviews, .cta, footer { padding-left: 24px; padding-right: 24px; }
}
/* ---------------- MOBILE REDESIGN (matches mobile mockup) ---------------- */
@media (max-width: 1150px) {
    .hero-copy { order: 1; padding: 120px 20px 28px; }
    section { scroll-margin-top: 110px; }
    .hero-badge {
        display: flex;
        position: static;
        left: auto;
        bottom: auto;
        order: 2;
        margin: 0 20px 24px;
        gap: 6px;
        font-size: 9px;
        letter-spacing: 1px;
    }
    .hero-badge img { width: 24px; height: 24px; }
    .hero-photo { order: 3; height: 280px; margin: 0 0 8px; width: 100%; border-radius: 0; overflow: hidden; }
    .hero-copy h1 { font-size: 34px; }
    .hero-copy p { max-width: none; }
    .hero-photo img {
        filter: brightness(0.95) contrast(1.05);
        -webkit-mask-image: none;
        mask-image: none;
    }
    .hero-photo::after { display: none; }
    /* Trust strip: stacked rows with dividers, smaller icons */
    .trust-strip { gap: 0; padding: 34px 20px; }
    .trust-item { padding: 16px 0; border-bottom: 1px solid var(--line); }
    .trust-item:last-child { border-bottom: none; }
    .trust-item svg { width: 34px; height: 34px; }
    /* Section headings sized down for small screens */
    .split-copy h2 { font-size: 28px; }
    .our-work .section-head h2 { font-size: 26px; }
    .reviews .section-head h2 { font-size: 26px; }
    .cta h2 { font-size: 22px; }
}
