@import url("./contact.css");

/* Terms and delivery guidance uses the Contact page's editorial shell. */
.ota-hww__content-shell {
    position: relative;
    z-index: 2;
    width: min(960px, calc(100% - 40px));
    margin-top: -52px;
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid var(--ota-contact-border);
    background: linear-gradient(180deg, rgba(248, 238, 216, 0.97), rgba(239, 224, 194, 0.94));
    box-shadow: var(--ota-contact-shadow);
}

.ota-hww__content-shell::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(184, 134, 69, 0.18);
    pointer-events: none;
}

.ota-hww__block,
.ota-hww__callout {
    position: relative;
    z-index: 1;
}

.ota-hww__block {
    margin-bottom: 38px;
    padding-bottom: 38px;
    border-bottom: 1px solid var(--ota-contact-border);
}

.ota-hww__block:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.ota-hww__h2,
.ota-hww__h3 {
    color: var(--ota-contact-green);
    font-family: var(--ota-contact-serif);
    font-weight: 600;
    text-transform: uppercase;
}

.ota-hww__h2 {
    margin: 0 0 16px;
    font-size: clamp(21px, 3vw, 30px);
    line-height: 1.2;
    letter-spacing: 0.08em;
}

.ota-hww__h3 {
    margin: 28px 0 14px;
    font-size: 16px;
    letter-spacing: 0.12em;
}

.ota-hww__p,
.ota-hww__ul,
.ota-hww__ol {
    color: var(--ota-contact-muted);
    font-size: 16px;
    line-height: 1.75;
}

.ota-hww__p {
    margin: 0 0 20px;
}

.ota-hww__ul,
.ota-hww__ol {
    margin: 0;
    padding-left: 24px;
}

.ota-hww__ul li,
.ota-hww__ol li {
    margin-bottom: 10px;
    padding-left: 4px;
}

.ota-hww__delivery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ota-hww__delivery-card {
    position: relative;
    min-width: 0;
    padding: 20px;
    border: 1px solid rgba(184, 134, 69, 0.28);
    background: rgba(255, 249, 236, 0.58);
}

.ota-hww__delivery-card::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(184, 134, 69, 0.14);
    pointer-events: none;
}

.ota-hww__delivery-card strong,
.ota-hww__delivery-card span {
    position: relative;
    z-index: 1;
    display: block;
}

.ota-hww__delivery-card strong {
    margin-bottom: 10px;
    color: var(--ota-contact-green);
    font-family: var(--ota-contact-serif);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ota-hww__delivery-card span {
    color: var(--ota-contact-muted);
    font-size: 15px;
    line-height: 1.65;
}

.ota-hww__callout {
    margin-top: 38px;
    padding: 20px 22px;
    border: 1px solid rgba(184, 134, 69, 0.28);
    border-left: 4px solid var(--ota-contact-gold);
    background: rgba(255, 249, 236, 0.58);
    color: var(--ota-contact-muted);
    font-size: 15px;
    line-height: 1.7;
}

.ota-hww__callout strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ota-contact-green);
    font-family: var(--ota-contact-serif);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ota-hww__callout a {
    color: var(--ota-contact-mahogany);
    font-weight: 600;
    text-underline-offset: 3px;
}

@media (max-width: 760px) {
    .ota-hww__content-shell {
        width: min(100% - 26px, 960px);
        margin-top: -46px;
        padding: 28px 22px;
    }

    .ota-hww__delivery-grid {
        grid-template-columns: 1fr;
    }
}
