/* ====================================================================
   info-pages.css — shared luxury layout for policy/info-style pages
   (about, return-policy, shipping-policy, terms-of-service,
   sizing-charts, client-testimonials, custom-bridal-dresses, etc.)

   Brand tokens:
     #2B3747  dark navy   (primary)
     #D6B98D  gold        (accent)
     #F9F7F5  ivory       (light background)
   Typography:
     Inter (body)  •  Georgia (editorial serif headings)
==================================================================== */

/* ----- HERO ----- */
.hk-info-hero {
    position: relative;
    min-height: 55vh;
    background-color: #2B3747;
    background-size: cover;
    background-position: center 30%;
    color: #F9F7F5;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.hk-info-hero::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(43,55,71,.15) 0%, rgba(43,55,71,.7) 75%, rgba(43,55,71,.88) 100%);
}
.hk-info-hero .container {
    position: relative;
    padding-block: 3.5rem;
    z-index: 2;
}
.hk-info-hero .crumbs {
    font-size: .78rem;
    letter-spacing: .04em;
    margin-bottom: .9rem;
}
.hk-info-hero .crumbs a {
    color: #F9F7F5;
    text-decoration: none;
    opacity: .85;
}
.hk-info-hero .crumbs a:hover { opacity: 1; }
.hk-info-hero .crumbs.active { color: #D6B98D; }
.hk-info-hero .eyebrow {
    font-size: .72rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #D6B98D;
    font-weight: 600;
    margin-bottom: .9rem;
}
.hk-info-hero h1 {
    font-family: Georgia, 'Cormorant Garamond', serif;
    font-size: clamp(2.1rem, 4.5vw, 3.4rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: .6rem;
}
.hk-info-hero .lede {
    font-size: 1rem;
    max-width: 40rem;
    line-height: 1.6;
    color: rgba(249,247,245,.9);
    font-style: italic;
    margin: 0;
}

/* ----- SECTION SHELLS ----- */
.hk-info-section {
    padding: 4.5rem 0;
    background: #F9F7F5;
}
.hk-info-section--dark {
    background: #2B3747;
    color: #F9F7F5;
}
.hk-info-section .section-head {
    text-align: center;
    margin-bottom: 2.5rem;
}
.hk-info-section .section-head .eyebrow,
.hk-info-cta .eyebrow {
    font-size: .72rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #D6B98D;
    font-weight: 600;
    margin-bottom: .75rem;
}
.hk-info-section h2 {
    font-family: Georgia, serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: #2B3747;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.hk-info-section--dark h2 { color: #F9F7F5; }
.hk-info-section .section-sub {
    color: #6b7686;
    font-size: .98rem;
    max-width: 38rem;
    margin: 0 auto;
}
.hk-info-section--dark .section-sub { color: rgba(249,247,245,.75); }

/* ----- LEAD COPY ----- */
.hk-info-lead {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.18rem;
    line-height: 1.65;
    color: #2B3747;
    max-width: 46rem;
    margin: 0 auto 2rem;
    text-align: center;
}
.hk-info-gold-rule {
    width: 60px;
    height: 2px;
    background: #D6B98D;
    margin: 0 auto 2rem;
    border: 0;
}

/* ----- INFO CARDS (icon + text blocks) ----- */
.hk-info-card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 1.75rem 1.5rem;
    height: 100%;
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.hk-info-card:hover {
    border-color: #D6B98D;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(43,55,71,.06);
}
.hk-info-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(214,185,141,.18);
    color: #2B3747;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.hk-info-card h3,
.hk-info-card h4 {
    font-family: Georgia, serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #2B3747;
    margin-bottom: .65rem;
}
.hk-info-card p,
.hk-info-card li {
    font-size: .92rem;
    line-height: 1.7;
    color: #4a5662;
    margin-bottom: .55rem;
}
.hk-info-card ul {
    padding-left: 1.1rem;
    margin: 0;
}
.hk-info-card ul li::marker { color: #D6B98D; }

/* ----- LONG-FORM PROSE (terms / privacy / policy) ----- */
.hk-info-prose {
    color: #3a4250;
    font-size: .98rem;
    line-height: 1.85;
}
.hk-info-prose h2,
.hk-info-prose h3 {
    font-family: Georgia, serif;
    color: #2B3747;
    font-weight: 600;
    margin-top: 2.25rem;
    margin-bottom: .85rem;
}
.hk-info-prose h2 { font-size: 1.55rem; }
.hk-info-prose h3 { font-size: 1.18rem; }
.hk-info-prose p { margin-bottom: 1rem; }
.hk-info-prose ul,
.hk-info-prose ol { padding-left: 1.25rem; margin-bottom: 1rem; }
.hk-info-prose ul li::marker { color: #D6B98D; }
.hk-info-prose strong { color: #2B3747; }
.hk-info-prose a {
    color: #2B3747;
    text-decoration: underline;
    text-decoration-color: #D6B98D;
    text-underline-offset: 3px;
}
.hk-info-prose a:hover { color: #D6B98D; }

/* ----- TOC SIDEBAR ----- */
.hk-info-toc {
    position: sticky;
    top: 96px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 1.5rem 1.25rem;
}
.hk-info-toc .toc-eyebrow {
    font-size: .68rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #D6B98D;
    font-weight: 600;
    margin-bottom: 1rem;
}
.hk-info-toc ol {
    list-style: none;
    padding: 0; margin: 0;
    counter-reset: toc;
}
.hk-info-toc ol li {
    counter-increment: toc;
    margin-bottom: .55rem;
    font-size: .88rem;
}
.hk-info-toc ol li::before {
    content: counter(toc, decimal-leading-zero) ". ";
    color: #D6B98D;
    font-family: Georgia, serif;
    margin-right: .35rem;
}
.hk-info-toc ol li a {
    color: #3a4250;
    text-decoration: none;
    line-height: 1.5;
}
.hk-info-toc ol li a:hover { color: #2B3747; }

/* ----- IMAGE/CHART GRID ----- */
.hk-info-chart {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: .5rem;
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.hk-info-chart:hover {
    border-color: #D6B98D;
    box-shadow: 0 12px 30px rgba(43,55,71,.06);
}
.hk-info-chart img { width: 100%; height: auto; display: block; border-radius: 6px; }
.hk-info-chart-caption {
    text-align: center;
    font-size: .82rem;
    color: #6b7686;
    letter-spacing: .04em;
    margin: .75rem 0 .25rem;
}

/* ----- TESTIMONIAL CARDS ----- */
.hk-testimonial {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    padding: 2rem 1.75rem;
    height: 100%;
    position: relative;
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.hk-testimonial:hover {
    border-color: #D6B98D;
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(43,55,71,.08);
}
.hk-testimonial::before {
    content: "\201C";
    position: absolute;
    top: 8px; left: 14px;
    font-family: Georgia, serif;
    font-size: 3.5rem;
    line-height: 1;
    color: #D6B98D;
    opacity: .45;
}
.hk-testimonial-body {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.65;
    color: #2B3747;
    position: relative;
    z-index: 1;
    margin-bottom: 1.25rem;
}
.hk-testimonial-stars { color: #D6B98D; margin-bottom: .65rem; letter-spacing: 1px; font-size: .85rem; }
.hk-testimonial-author {
    font-size: .9rem;
    font-weight: 600;
    color: #2B3747;
}
.hk-testimonial-meta {
    font-size: .78rem;
    color: #6b7686;
    letter-spacing: .04em;
    margin-top: .1rem;
}

/* ----- SHOWCASE ROW (alternating image+text) ----- */
.hk-showcase-row { margin-bottom: 4rem; }
.hk-showcase-row:last-child { margin-bottom: 0; }
.hk-showcase-img-wrap { position: relative; padding: 0 0 14px 0; }
.hk-showcase-img {
    position: relative;
    min-height: 380px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    box-shadow: 0 18px 50px rgba(43,55,71,.14);
}
.hk-showcase-img-wrap::after {
    content: "";
    position: absolute;
    top: 14px; left: 14px;
    width: 100%; height: 100%;
    border: 1px solid #D6B98D;
    border-radius: 4px;
    z-index: -1;
}
.hk-showcase-row .hk-showcase-img-wrap.flipped::after { left: auto; right: 14px; }
.hk-showcase-content .eyebrow {
    font-size: .72rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #D6B98D;
    font-weight: 600;
    margin-bottom: .65rem;
}
.hk-showcase-content h3 {
    font-family: Georgia, serif;
    font-size: 1.6rem;
    color: #2B3747;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.25;
}
.hk-showcase-content p {
    color: #4a5662;
    font-size: .98rem;
    line-height: 1.8;
    margin: 0;
}

/* ----- PROCESS STEPS ----- */
.hk-step {
    text-align: center;
    padding: 1.5rem 1rem;
    height: 100%;
    border: 1px solid rgba(214,185,141,.3);
    border-radius: 10px;
    transition: background .25s ease, transform .25s ease;
}
.hk-step:hover { background: rgba(214,185,141,.06); transform: translateY(-3px); }
.hk-step-num {
    font-family: Georgia, serif;
    font-size: 2rem;
    line-height: 1;
    color: #D6B98D;
    margin-bottom: .75rem;
}
.hk-step h4 {
    font-family: Georgia, serif;
    font-size: 1.05rem;
    color: #2B3747;
    font-weight: 600;
    margin-bottom: .55rem;
}
.hk-step p {
    color: #6b7686;
    font-size: .9rem;
    line-height: 1.65;
    margin: 0;
}

/* ----- FINAL CTA BAND ----- */
.hk-info-cta {
    padding: 4rem 0;
    background: #2B3747;
    color: #F9F7F5;
    text-align: center;
}
.hk-info-cta h2 {
    font-family: Georgia, serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 600;
    margin-bottom: .75rem;
    color: #F9F7F5;
}
.hk-info-cta p {
    color: rgba(249,247,245,.78);
    font-size: 1rem;
    max-width: 36rem;
    margin: 0 auto 1.75rem;
}
.hk-btn-gold {
    background: #D6B98D;
    color: #2B3747 !important;
    border: 0;
    font-weight: 600;
    font-size: .85rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .8rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: background .25s ease;
}
.hk-btn-gold:hover { background: #c9a978; color: #2B3747 !important; }
.hk-btn-ghost {
    background: transparent;
    color: #F9F7F5 !important;
    border: 1px solid rgba(249,247,245,.45);
    font-weight: 500;
    font-size: .85rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .8rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: background .25s ease, border-color .25s ease;
}
.hk-btn-ghost:hover {
    background: rgba(249,247,245,.08);
    border-color: rgba(249,247,245,.8);
    color: #F9F7F5 !important;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 991px) {
    .hk-info-toc { position: static; margin-bottom: 2rem; }
}
@media (max-width: 767px) {
    .hk-info-hero { min-height: 42vh; }
    .hk-info-section { padding: 3rem 0; }
    .hk-info-cta { padding: 3rem 0; }
    .hk-showcase-img { min-height: 280px; }
    .hk-showcase-row { margin-bottom: 2.5rem; }
}
