:root {
    --sav-primary: #111111;
    --sav-accent: #8f1d2c;
    --sav-gold: #b08a4a;
    --sav-bg: #f7f4ef;
    --sav-ink: #171717;
    --sav-muted: #6f6b66;
    --sav-border: rgba(17, 17, 17, .12);
    --sav-radius: 24px;
    --sav-shadow: 0 24px 70px rgba(22, 16, 10, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--sav-ink);
    background: #fff;
    font-family: "Manrope", sans-serif;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
main { min-height: 65vh; }
h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    letter-spacing: -.025em;
}

.btn { border-radius: 999px; font-weight: 700; padding: .78rem 1.3rem; }
.btn-lg { padding: .95rem 1.55rem; }
.btn-luxury {
    color: #fff;
    border-color: var(--sav-accent);
    background: var(--sav-accent);
    box-shadow: 0 10px 28px rgba(143, 29, 44, .22);
}
.btn-luxury:hover, .btn-luxury:focus { color: #fff; background: #711521; border-color: #711521; transform: translateY(-1px); }
.text-link { font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: 1rem;
    color: #fff;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; opacity: .8; }
.eyebrow.dark { color: var(--sav-accent); }
.section-space { padding: 100px 0; }
.section-heading { margin-bottom: 2.5rem; }
.section-heading h2, .display-heading { font-size: clamp(2.15rem, 4vw, 4rem); }
.section-heading p { color: var(--sav-muted); max-width: 640px; margin: .8rem auto 0; }

.announcement { padding: .55rem 0; color: #fff; font-size: .82rem; font-weight: 700; text-align: center; }
.announcement a { text-decoration: underline; text-underline-offset: 3px; }
.announcement-dark { background: #111; }
.announcement-maroon { background: var(--sav-accent); }
.announcement-gold { color: #111; background: var(--sav-gold); }
.announcement-blue { background: #173763; }

.site-header {
    z-index: 1030;
    background: rgba(255, 255, 255, .95);
    border-bottom: 1px solid var(--sav-border);
    backdrop-filter: blur(18px);
}
.header-main { min-height: 86px; display: flex; align-items: center; gap: 1.2rem; }
.brand-mark { display: inline-flex; min-width: 150px; align-items: center; gap: .8rem; }
.brand-mark img { width: 58px; height: 58px; object-fit: contain; }
.brand-mark small { max-width: 110px; color: var(--sav-muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.brand-mark.compact img { width: 48px; height: 48px; }
.icon-btn { width: 44px; height: 44px; padding: 0; border: 1px solid var(--sav-border); border-radius: 50%; }
.desktop-nav { align-items: center; gap: 1.35rem; }
.desktop-nav > a, .nav-mega > .nav-mega-trigger {
    display: inline-flex;
    align-items: center;
    gap: .28rem;
    border: 0;
    background: transparent;
    color: #26221f;
    font-size: .9rem;
    font-weight: 800;
    padding: 1.9rem 0;
}
.desktop-nav > a:hover, .nav-mega > .nav-mega-trigger:hover, .nav-mega > .nav-mega-trigger:focus { color: var(--sav-accent); }
.nav-mega { position: relative; }
.mega-panel {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    background: #fff;
    border-top: 1px solid var(--sav-border);
    box-shadow: 0 28px 55px rgba(0, 0, 0, .12);
    transition: .22s ease;
}
.nav-mega:hover .mega-panel, .nav-mega:focus-within .mega-panel { visibility: visible; opacity: 1; transform: translateY(0); }
.mega-panel h6 { margin-bottom: 1rem; font-family: "Manrope", sans-serif; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.mega-brand-list { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1.2rem; }
.mega-brand-list a { color: var(--sav-muted); font-size: .82rem; }
.mega-brand-list a:hover { color: var(--sav-accent); }
.mega-more { display: inline-block; margin-top: 1rem; color: var(--sav-accent); font-size: .8rem; font-weight: 800; }
.header-actions { display: flex; align-items: center; gap: .6rem; margin-left: .6rem; }
.mobile-links { display: grid; }
.mobile-links a { padding: 1rem 0; border-bottom: 1px solid var(--sav-border); font-weight: 800; }
.mobile-segments { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.mobile-segments a { padding: .8rem; border: 1px solid var(--sav-border); border-radius: 14px; text-align: center; font-weight: 800; }

.hero-section .carousel-item { position: relative; height: min(78vh, 820px); min-height: 560px; }
.hero-section .carousel-item picture, .hero-section .carousel-item img { display: block; width: 100%; height: 100%; }
.hero-section .carousel-item img { object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, var(--overlay)) 0%, rgba(0, 0, 0, calc(var(--overlay) * .52)) 55%, rgba(0,0,0,.06) 100%); }
.hero-content { position: absolute; inset: 0; display: flex; align-items: center; color: #fff; }
.hero-content.text-center { justify-content: center; }
.hero-content.text-right { justify-content: flex-end; }
.hero-copy { max-width: 760px; }
.hero-copy h1 { max-width: 750px; font-size: clamp(2.45rem, 5vw, 4.8rem); line-height: .98; text-wrap: balance; }
.hero-copy p { max-width: 650px; margin: 1.35rem 0 2rem; font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.7; }
.hero-content.text-center .hero-copy p { margin-left: auto; margin-right: auto; }
.hero-content.text-right .hero-copy { text-align: right; }
.hero-content.text-right .hero-copy p { margin-left: auto; }
.carousel-indicators { bottom: 28px; }
.carousel-indicators [data-bs-target] { width: 38px; height: 3px; border: 0; }
.hero-fallback { display: flex; min-height: 600px; align-items: center; color: #fff; background: linear-gradient(135deg, #151515, #4e111d); }
.hero-fallback h1 { max-width: 760px; font-size: clamp(2.45rem, 5.3vw, 4.9rem); }

.intro-section { background: var(--sav-bg); }
.image-stack { position: relative; padding: 0 4rem 4rem 0; }
.image-stack > img { width: 100%; height: 610px; object-fit: cover; border-radius: var(--sav-radius); box-shadow: var(--sav-shadow); }
.image-stack-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    width: 190px;
    height: 190px;
    place-content: center;
    color: #fff;
    background: var(--sav-accent);
    border: 10px solid var(--sav-bg);
    border-radius: 50%;
    text-align: center;
}
.image-stack-badge strong { font-family: "Playfair Display", serif; font-size: 3rem; line-height: 1; }
.image-stack-badge span { margin-top: .5rem; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.stat-row div { padding: 1.2rem; background: #fff; border: 1px solid var(--sav-border); border-radius: 18px; }
.stat-row strong { display: block; color: var(--sav-accent); font-family: "Playfair Display", serif; font-size: 2rem; }
.stat-row span { color: var(--sav-muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; }

.brands-section { background: #fff; }
.segment-tabs { gap: .5rem; border: 0; }
.segment-tabs .nav-link { padding: .75rem 1.5rem; color: var(--sav-ink); border: 1px solid var(--sav-border); border-radius: 999px; font-weight: 800; }
.segment-tabs .nav-link.active { color: #fff; background: var(--sav-primary); border-color: var(--sav-primary); }
.brand-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1rem; }
.brand-card {
    display: flex;
    min-height: 158px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .85rem;
    padding: 1.15rem;
    border: 1px solid var(--sav-border);
    border-radius: 20px;
    background: #fff;
    text-align: center;
    transition: .22s ease;
}
.brand-card:hover { transform: translateY(-5px); border-color: rgba(143,29,44,.35); box-shadow: 0 18px 36px rgba(25,17,11,.08); }
.brand-card-static { cursor: default; }
.brand-card-static:hover { transform: none; border-color: var(--sav-border); box-shadow: none; }
.brand-card img { max-width: 120px; max-height: 62px; object-fit: contain; }
.brand-card strong { font-size: .82rem; letter-spacing: .04em; }
.brand-card small { color: var(--sav-muted); font-size: .7rem; }
.brand-monogram {
    display: grid;
    width: 56px;
    height: 56px;
    place-content: center;
    color: var(--sav-accent);
    background: #f8ecee;
    border-radius: 50%;
    font-family: "Playfair Display", serif;
    font-size: 1.6rem;
    font-weight: 700;
}

.why-section { color: #fff; background: linear-gradient(135deg, #151515, #301016); }
.why-section h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
.why-section p { max-width: 530px; color: rgba(255,255,255,.7); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.why-card { min-height: 185px; padding: 1.5rem; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.why-card span { color: var(--sav-gold); font-weight: 800; }
.why-card h3 { margin-top: 2.3rem; font-family: "Manrope", sans-serif; font-size: 1.08rem; line-height: 1.5; }

.gallery-preview { background: var(--sav-bg); }
.gallery-mosaic { display: grid; grid-auto-rows: 180px; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gallery-tile { position: relative; overflow: hidden; border-radius: 20px; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(0,0,0,.72)); }
.gallery-tile span { position: absolute; z-index: 1; left: 1rem; right: 1rem; bottom: 1rem; color: #fff; font-size: .78rem; font-weight: 800; }
.gallery-tile:hover img { transform: scale(1.05); }
.gallery-tile:nth-child(1), .gallery-tile:nth-child(6) { grid-row: span 2; }
.gallery-tile:nth-child(3) { grid-column: span 2; }

.testimonial-section { background: #fff; }
.testimonial-card { padding: 2rem; border: 1px solid var(--sav-border); border-radius: 22px; box-shadow: 0 12px 30px rgba(20,14,10,.04); }
.testimonial-card .stars { color: var(--sav-gold); letter-spacing: .2em; }
.testimonial-card blockquote { margin: 1.3rem 0 2rem; color: #302d2a; font-family: "Playfair Display", serif; font-size: 1.25rem; line-height: 1.6; }
.testimonial-card footer { display: grid; }
.testimonial-card footer span { color: var(--sav-muted); font-size: .8rem; }

.visit-cta { padding: 0 0 100px; background: #fff; }
.visit-panel { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(2rem, 5vw, 4.5rem); color: #fff; background: linear-gradient(120deg, var(--sav-accent), #300910); border-radius: 30px; }
.visit-panel h2 { max-width: 730px; font-size: clamp(2.1rem, 4vw, 4rem); }
.visit-panel p { color: rgba(255,255,255,.75); }
.visit-actions { display: flex; min-width: max-content; flex-direction: column; gap: .8rem; }

.page-hero { position: relative; display: flex; min-height: 470px; align-items: end; padding: 80px 0; color: #fff; background-color: #171717; background-position: center; background-size: cover; }
.page-hero.compact-hero { min-height: 380px; align-items: center; background: radial-gradient(circle at 80% 15%, rgba(176,138,74,.25), transparent 24%), linear-gradient(135deg, #171717, #3d1118); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.7rem, 6vw, 5.5rem); }
.page-hero p { max-width: 740px; margin: 1rem 0 0; color: rgba(255,255,255,.75); font-size: 1.1rem; line-height: 1.7; }
.filter-chips { display: flex; flex-wrap: wrap; gap: .65rem; }
.filter-chips a { padding: .7rem 1.15rem; border: 1px solid var(--sav-border); border-radius: 999px; font-size: .84rem; font-weight: 800; }
.filter-chips a.active, .filter-chips a:hover { color: #fff; background: var(--sav-accent); border-color: var(--sav-accent); }
.brand-directory { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.empty-state { grid-column: 1 / -1; padding: 5rem 1rem; border: 1px dashed var(--sav-border); border-radius: 22px; text-align: center; }

.brand-detail-hero { padding: 60px 0 100px; background: var(--sav-bg); }
.breadcrumb-line { display: flex; gap: .5rem; margin-bottom: 2rem; color: var(--sav-muted); font-size: .8rem; }
.brand-detail-card { display: grid; grid-template-columns: 280px 1fr; gap: 4rem; align-items: center; padding: clamp(2rem, 5vw, 5rem); background: #fff; border-radius: 30px; box-shadow: var(--sav-shadow); }
.brand-detail-logo { display: grid; min-height: 250px; place-content: center; border: 1px solid var(--sav-border); border-radius: 24px; }
.brand-detail-logo img { max-width: 190px; max-height: 120px; object-fit: contain; }
.brand-detail-logo span { color: var(--sav-accent); font-family: "Playfair Display", serif; font-size: 7rem; }
.brand-detail-card h1 { font-size: clamp(3rem, 6vw, 5.7rem); }
.brand-detail-card p, .brand-description { max-width: 730px; color: var(--sav-muted); line-height: 1.8; }

.gallery-grid { columns: 3; column-gap: 1rem; }
.gallery-card { position: relative; display: block; width: 100%; margin: 0 0 1rem; padding: 0; overflow: hidden; break-inside: avoid; border: 0; border-radius: 18px; background: #111; text-align: left; }
.gallery-card img { display: block; width: 100%; transition: transform .5s ease; }
.gallery-card > span { position: absolute; inset: auto 0 0; display: grid; padding: 3rem 1rem 1rem; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.78)); opacity: 0; transition: opacity .25s ease; }
.gallery-card > span small { color: rgba(255,255,255,.72); }
.gallery-card:hover img { transform: scale(1.03); }
.gallery-card:hover > span { opacity: 1; }
.gallery-modal-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; }
#galleryModalImage { max-height: 78vh; object-fit: contain; }

.faq-container { max-width: 900px; }
.faq-group + .faq-group { margin-top: 4rem; }
.faq-group > h2 { margin-bottom: 1.5rem; font-size: 2rem; }
.accordion-item { overflow: hidden; margin-bottom: .8rem; border: 1px solid var(--sav-border) !important; border-radius: 16px !important; }
.accordion-button { padding: 1.25rem 1.4rem; font-weight: 800; }
.accordion-button:not(.collapsed) { color: var(--sav-accent); background: #fbf2f3; box-shadow: none; }
.accordion-body { color: var(--sav-muted); line-height: 1.8; }

.page-content-section { background: var(--sav-bg); }
.content-narrow { max-width: 900px; }
.rich-content { padding: clamp(2rem, 5vw, 5rem); background: #fff; border-radius: 26px; box-shadow: var(--sav-shadow); }
.rich-content h2 { margin: 2.3rem 0 1rem; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.rich-content h2:first-child { margin-top: 0; }
.rich-content p, .rich-content li { color: var(--sav-muted); font-size: 1.04rem; line-height: 1.9; }

.contact-section { background: var(--sav-bg); }
.contact-info-card, .contact-form-card { height: 100%; padding: clamp(2rem, 4vw, 3.2rem); background: #fff; border-radius: 26px; box-shadow: var(--sav-shadow); }
.contact-info-card h2, .contact-form-card h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.contact-item { display: grid; gap: .3rem; padding: 1.2rem 0; border-bottom: 1px solid var(--sav-border); }
.contact-item span { color: var(--sav-muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-item strong, .contact-item a { font-size: 1rem; font-weight: 800; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.contact-form-card .form-control { padding: .9rem 1rem; border-color: var(--sav-border); border-radius: 14px; }
.contact-form-card .form-control:focus { border-color: var(--sav-accent); box-shadow: 0 0 0 .22rem rgba(143,29,44,.11); }
.map-frame { overflow: hidden; min-height: 460px; border-radius: 26px; box-shadow: var(--sav-shadow); }
.map-frame iframe { width: 100%; height: 460px; border: 0; }

.site-footer { color: #fff; background: #101010; }
.footer-brand img { width: 88px; height: 88px; padding: .5rem; object-fit: contain; background: #fff; border-radius: 50%; }
.site-footer h6 { font-family: "Manrope", sans-serif; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-muted { color: rgba(255,255,255,.58); line-height: 1.7; }
.footer-links { display: grid; gap: .75rem; }
.footer-links a { color: rgba(255,255,255,.64); font-size: .88rem; }
.footer-links a:hover { color: #fff; }
.social-row { display: flex; gap: .55rem; margin-top: 1.3rem; }
.social-row a { display: grid; width: 38px; height: 38px; place-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-size: .7rem; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; color: rgba(255,255,255,.45); border-top: 1px solid rgba(255,255,255,.08); font-size: .76rem; }

.header-contact-icon { display: inline-grid; width: 42px; height: 42px; flex: 0 0 42px; place-content: center; border: 1px solid var(--sav-border); border-radius: 50%; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.header-contact-icon:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 9px 24px rgba(0,0,0,.14); }
.header-call-icon { color: var(--sav-accent); background: #fff; }
.header-call-icon:hover { background: var(--sav-accent); border-color: var(--sav-accent); }
.header-whatsapp-icon { color: #198754; background: #fff; }
.header-whatsapp-icon:hover { background: #198754; border-color: #198754; }
.header-contact-icon .ui-icon { width: 19px; height: 19px; }

.floating-contact-actions { position: fixed; z-index: 1020; right: 18px; bottom: 24px; display: grid; justify-items: end; gap: 12px; }
.floating-action { display: inline-flex; min-width: 52px; height: 52px; align-items: center; justify-content: center; gap: 0; overflow: hidden; padding: 0 15px; color: #fff; border-radius: 999px; box-shadow: 0 12px 28px rgba(0,0,0,.22); font-size: .78rem; font-weight: 800; white-space: nowrap; transition: width .24s ease, transform .2s ease, box-shadow .2s ease; }
.floating-action span { width: 0; overflow: hidden; opacity: 0; transition: width .24s ease, margin .24s ease, opacity .2s ease; }
.floating-action:hover, .floating-action:focus-visible { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,0,0,.25); }
.floating-action:hover span, .floating-action:focus-visible span { width: auto; margin-left: 9px; opacity: 1; }
.floating-whatsapp { background: #198754; }
.floating-call { background: var(--sav-accent); }
.scroll-top { position: fixed; z-index: 1015; left: 18px; bottom: 24px; visibility: hidden; width: 45px; height: 45px; opacity: 0; color: #fff; background: #111; border: 0; border-radius: 50%; transition: .2s ease; }
.scroll-top.visible { visibility: visible; opacity: 1; }
.popup-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; padding: .7rem; background-color: rgba(255,255,255,.85); }
.popup-image { max-height: 380px; object-fit: cover; }

@media (max-width: 1199.98px) {
    .brand-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .header-main { min-height: 78px; }
    .brand-mark img { width: 52px; height: 52px; }
}

@media (max-width: 991.98px) {
    .section-space { padding: 76px 0; }
    .header-actions { margin-left: auto; }
    .hero-section .carousel-item { min-height: 600px; }
    .image-stack > img { height: 520px; }
    .visit-panel { align-items: flex-start; flex-direction: column; }
    .visit-actions { min-width: 0; flex-direction: row; flex-wrap: wrap; }
    .brand-detail-card { grid-template-columns: 1fr; gap: 2rem; }
    .brand-detail-logo { min-height: 210px; }
    .gallery-grid { columns: 2; }
}

@media (max-width: 767.98px) {
    .announcement { font-size: .72rem; }
    .header-main { min-height: 70px; }
    .brand-mark { min-width: 0; }
    .brand-mark img { width: 45px; height: 45px; }
    .brand-mark small { display: none; }
    .header-actions .btn { padding: .65rem .95rem; font-size: .78rem; }
    .hero-section .carousel-item { height: 72vh; min-height: 540px; }
    .hero-overlay { background: rgba(0,0,0,.52); }
    .hero-copy h1 { font-size: clamp(2.15rem, 10vw, 3.55rem); }
    .hero-content.text-right .hero-copy, .hero-content.text-center .hero-copy { text-align: left; }
    .image-stack { padding: 0 1.8rem 2.8rem 0; }
    .image-stack > img { height: 430px; }
    .image-stack-badge { width: 135px; height: 135px; border-width: 7px; }
    .image-stack-badge strong { font-size: 2.2rem; }
    .stat-row { grid-template-columns: 1fr; }
    .brand-grid, .brand-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .brand-card { min-height: 140px; }
    .why-grid { grid-template-columns: 1fr; }
    .gallery-mosaic { grid-auto-rows: 155px; grid-template-columns: 1fr 1fr; }
    .gallery-tile:nth-child(3) { grid-column: auto; }
    .gallery-tile:nth-child(6) { grid-row: auto; }
    .visit-panel { border-radius: 22px; }
    .visit-actions { width: 100%; flex-direction: column; }
    .page-hero.compact-hero { min-height: 330px; }
    .gallery-grid { columns: 1; }
    .footer-bottom { flex-direction: column; }
}


@media (max-width: 575.98px) {
    .header-actions { gap: .45rem; }
    .header-contact-icon { width: 38px; height: 38px; flex-basis: 38px; }
    .floating-contact-actions { right: 12px; bottom: 16px; gap: 9px; }
    .floating-action { min-width: 48px; height: 48px; padding: 0 13px; }
    .floating-action span { display: none; }
}

@media (max-width: 420px) {
    .brand-grid, .brand-directory { gap: .65rem; }
    .brand-card { min-height: 126px; padding: .8rem; }
    .brand-card strong { font-size: .72rem; }
    .brand-monogram { width: 48px; height: 48px; }
}
.container-narrow{max-width:760px;margin-inline:auto}.error-page{min-height:60vh;display:grid;place-items:center;background:var(--sav-bg)}.error-page h1{font-size:clamp(2.5rem,6vw,5rem)}.error-page p{color:var(--sav-muted);font-size:1.05rem;margin:1rem auto 2rem;max-width:620px}


/* Accessible inline and floating icons */
.ui-icon { width: 1.2em; height: 1.2em; flex: 0 0 auto; }
.icon-label { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; }
.header-actions .ui-icon { width: 1rem; height: 1rem; }
.social-row a .ui-icon { width: 18px; height: 18px; }
.floating-action .ui-icon { width: 24px; height: 24px; }

/* Google Map location blocks */
.contact-map { overflow: hidden; border: 1px solid var(--sav-border); border-radius: 20px; background: #fff; }
.contact-map-heading { display: flex; align-items: center; gap: .65rem; padding: .85rem 1rem; color: var(--sav-ink); background: #f8f4ef; }
.contact-map-heading .ui-icon { color: var(--sav-accent); }
.contact-map iframe { display: block; width: 100%; height: 300px; border: 0; }
.footer-map { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; }
.footer-map iframe { display: block; width: 100%; height: 190px; border: 0; filter: saturate(.85) contrast(1.04); }
.footer-contact-links { display: grid; gap: .7rem; }
.footer-contact-links a { display: flex; align-items: center; gap: .65rem; color: rgba(255,255,255,.75); }
.footer-contact-links a:hover { color: #fff; }
.footer-contact-links .ui-icon { width: 18px; height: 18px; color: var(--sav-gold); }

/* Lightweight arithmetic CAPTCHA */
.captcha-box { display: grid; grid-template-columns: minmax(0, 1fr) 160px; gap: 1rem; align-items: center; padding: 1rem 1.1rem; border: 1px solid var(--sav-border); border-radius: 16px; background: #faf8f5; }
.captcha-box > div:first-child { display: grid; gap: .15rem; }
.captcha-box span { color: var(--sav-muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.captcha-box strong { font-family: "Playfair Display", serif; font-size: 1.55rem; }

@media (max-width: 575.98px) {
    .captcha-box { grid-template-columns: 1fr; }
    .captcha-box input { max-width: 180px; }
}

.mega-brand-name { display: block; padding: .28rem 0; color: var(--sav-muted); font-size: .86rem; line-height: 1.35; }
