/* OutletRoute — Premium Outlet Directory
   Palette: deep navy, gold, cream, soft white cards
   Typography: Inter (UI/body) + DM Serif Display (display headings)
*/

:root {
    --navy-900: #0f1d36;
    --navy-800: #142647;
    --navy-700: #1a3057;
    --navy-600: #24416f;
    --navy-100: #e7ecf5;
    --gold-600: #b58836;
    --gold-500: #c9a961;
    --gold-400: #d8bd7c;
    --gold-100: #f5ebd1;
    --cream-100: #fbf9f5;
    --cream-200: #f4efe5;
    --cream-300: #ece4d2;
    --ink-900: #0c1424;
    --ink-700: #2a3447;
    --ink-500: #54607a;
    --ink-400: #7a8499;
    --line: #e3dccb;
    --white: #ffffff;
    --shadow-sm: 0 1px 2px rgba(15,29,54,0.06), 0 2px 8px rgba(15,29,54,0.04);
    --shadow-md: 0 4px 14px rgba(15,29,54,0.08), 0 12px 36px rgba(15,29,54,0.06);
    --shadow-lg: 0 12px 32px rgba(15,29,54,0.14), 0 24px 60px rgba(15,29,54,0.08);
    --radius: 14px;
    --radius-sm: 8px;
    --radius-lg: 22px;
    --max-width: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    color: var(--ink-900);
    background: var(--cream-100);
    line-height: 1.65;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "ss01", "cv11";
}
img { max-width: 100%; display: block; }

a { color: var(--navy-700); text-decoration: none; transition: color .15s; }
a:hover { color: var(--gold-600); }

h1, h2, h3, h4, h5 {
    font-family: 'DM Serif Display', Georgia, serif;
    color: var(--navy-900);
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.18;
    margin: 0 0 .7em;
}
h1 { font-size: clamp(2rem, 4vw, 3.4rem); }
h2 { font-size: clamp(1.45rem, 2.4vw, 2.05rem); margin-top: 1.4em; }
h3 { font-size: 1.18rem; font-family: 'Inter', sans-serif; font-weight: 700; letter-spacing: -0.005em; }
h4 { font-size: .82rem; font-family: 'Inter', sans-serif; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--navy-700); }

p { margin: 0 0 1em; }
.muted { color: var(--ink-500); }
.small { font-size: .85rem; }
.lede { font-size: 1.18rem; line-height: 1.55; color: var(--ink-700); margin-bottom: 1.4em; max-width: 62ch; }
.eyebrow { display: inline-block; font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 1em; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.wrap { max-width: var(--max-width); margin: 0 auto; padding: 0 28px; }
.section { padding: 60px 0; }
.section.narrow { max-width: 760px; }
.section-head { margin-bottom: 32px; max-width: 720px; }
.mt-2 { margin-top: 32px; }

/* Header */
.site-header {
    background: var(--white);
    border-bottom: 1px solid var(--line);
    position: sticky; top: 0; z-index: 50;
    backdrop-filter: saturate(180%) blur(8px);
    background: rgba(255,255,255,0.94);
}
.header-row { display: flex; align-items: center; justify-content: space-between; padding: 18px 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-900); }
.brand:hover { color: var(--navy-900); }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; color: var(--gold-600); background: var(--cream-100); border: 1px solid var(--gold-100); border-radius: 8px; }
.brand-name { font-family: 'DM Serif Display', serif; font-size: 1.45rem; letter-spacing: -0.01em; }
.primary-nav { display: flex; align-items: center; gap: 6px; }
.primary-nav a { padding: 9px 14px; border-radius: 999px; font-weight: 500; color: var(--navy-700); font-size: .94rem; }
.primary-nav a:hover { background: var(--cream-200); color: var(--navy-900); }
.primary-nav .nav-cta { background: var(--navy-900); color: var(--white); padding: 10px 18px; }
.primary-nav .nav-cta:hover { background: var(--gold-600); color: var(--white); }

/* Hero */
.hero { position: relative; color: var(--white); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-tint { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(15,29,54,0.92) 0%, rgba(15,29,54,0.78) 45%, rgba(15,29,54,0.55) 100%); }
.hero-inner { position: relative; display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: center; padding: 96px 28px 110px; }
.hero h1 { color: var(--white); font-size: clamp(2.4rem, 4.6vw, 3.8rem); margin-bottom: .5em; }
.hero .lede { color: rgba(255,255,255,0.86); max-width: 56ch; }
.hero .eyebrow { color: var(--gold-400); }
.hero-trust { margin-top: 22px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.82); font-size: .94rem; }
.hero-stars { color: var(--gold-400); letter-spacing: .15em; }

/* Search bar */
.search-bar { background: rgba(255,255,255,0.96); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow-md); margin-top: 24px; }
.search-fields { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.search-bar select {
    width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm);
    font-family: inherit; font-size: 1rem; background: var(--white); color: var(--ink-900);
    appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%2354607a' stroke-width='2'><path d='M1 1l5 5 5-5'/></svg>");
    background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px;
}
.search-hint { margin: 12px 4px 2px; font-size: .85rem; color: var(--ink-500); }
.search-hint a { color: var(--navy-700); text-decoration: underline; text-underline-offset: 3px; }
.search-hint a:hover { color: var(--gold-600); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border-radius: 999px; font-weight: 600; font-size: .96rem; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: all .15s; }
.btn-lg { padding: 16px 28px; font-size: 1.04rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--gold-600); color: var(--white); }
.btn-primary:hover { background: var(--gold-500); color: var(--white); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-secondary { background: var(--navy-900); color: var(--white); }
.btn-secondary:hover { background: var(--navy-700); color: var(--white); }
.btn-ghost { background: transparent; border: 1.5px solid rgba(255,255,255,0.4); color: var(--white); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); color: var(--white); }
.long-content .btn-ghost, .wrap .btn-ghost { color: var(--navy-700); border-color: var(--line); }
.long-content .btn-ghost:hover, .wrap .btn-ghost:hover { background: var(--cream-200); color: var(--navy-900); }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.featured-cards { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .15s, box-shadow .15s, border-color .15s; color: var(--ink-900); display: flex; flex-direction: column; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--gold-400); color: var(--ink-900); }
.outlet-card .card-thumb {
    aspect-ratio: 16/9; background: linear-gradient(135deg, var(--navy-700) 0%, var(--navy-900) 60%, #061327 100%);
    color: var(--gold-400); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;
}
.card-thumb::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(201,169,97,0.16) 0%, transparent 55%),
                radial-gradient(circle at 20% 90%, rgba(201,169,97,0.10) 0%, transparent 50%);
}
.card-thumb-letter { font-family: 'DM Serif Display', serif; font-size: 4rem; opacity: .55; position: relative; }
.card-badge {
    position: absolute; top: 12px; left: 12px; background: var(--gold-500); color: var(--navy-900);
    padding: 5px 11px; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}
.card-badge.badge-deal { background: var(--cream-100); color: var(--navy-900); border: 1px solid var(--gold-400); }
.card-body { padding: 18px 18px 20px; flex: 1; display: flex; flex-direction: column; }
.card-tag { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 8px; }
.card h3 { font-family: 'Inter', sans-serif; font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; color: var(--navy-900); line-height: 1.3; }
.card-loc { font-size: .9rem; margin-bottom: 10px; }
.anchors { font-size: .9rem; color: var(--ink-700); margin-bottom: 12px; flex: 1; }
.card-meta { font-size: .82rem; color: var(--ink-500); margin: 0; padding-top: 12px; border-top: 1px solid var(--cream-300); }
.card-meta strong { color: var(--navy-900); }

/* State / city tiles */
.state-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px; }
.state-grid.large { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.state-tile {
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm);
    padding: 16px 18px; display: flex; flex-direction: column; gap: 4px; color: var(--ink-900);
    transition: all .15s;
}
.state-tile:hover { border-color: var(--gold-400); transform: translateY(-2px); box-shadow: var(--shadow-sm); color: var(--navy-900); }
.state-tile strong { font-size: 1.04rem; color: var(--navy-900); }
.state-tile span { font-size: .82rem; color: var(--ink-500); }
.city-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; margin-bottom: 28px; }
.city-tile { background: var(--cream-100); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; display: flex; flex-direction: column; gap: 2px; color: var(--ink-900); }
.city-tile:hover { border-color: var(--gold-400); background: var(--white); color: var(--navy-900); }
.city-tile strong { font-size: 1rem; color: var(--navy-900); }
.city-tile span { font-size: .8rem; color: var(--ink-500); }

/* Region cards */
.region-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.region-grid.large { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 22px; }
.region-card {
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 26px 26px 22px; display: flex; flex-direction: column; gap: 8px; color: var(--ink-900);
    transition: all .15s; position: relative; overflow: hidden;
}
.region-card::before {
    content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--gold-500); opacity: 0; transition: opacity .15s;
}
.region-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--gold-400); color: var(--ink-900); }
.region-card:hover::before { opacity: 1; }
.region-eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-600); }
.region-card h3 { font-family: 'DM Serif Display', serif; font-weight: 400; font-size: 1.6rem; color: var(--navy-900); margin: 4px 0 8px; line-height: 1.15; }
.region-card p { color: var(--ink-700); font-size: .96rem; margin-bottom: 10px; }
.region-flagships { list-style: none; padding: 0; margin: 4px 0 12px; font-size: .85rem; color: var(--ink-500); }
.region-flagships li { padding: 3px 0; }
.region-arrow { font-weight: 600; color: var(--navy-700); margin-top: auto; font-size: .92rem; }

/* Lead form */
.lead-card {
    background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 26px; box-shadow: var(--shadow-md); position: relative;
}
.lead-card.hero { background: var(--white); color: var(--ink-900); }
.lead-card.sticky { position: sticky; top: 90px; }
.lead-badge { display: inline-block; background: var(--navy-900); color: var(--gold-400); font-size: .68rem; font-weight: 700; letter-spacing: .14em; padding: 5px 10px; border-radius: 4px; margin-bottom: 12px; }
.lead-card h3 { font-family: 'DM Serif Display', serif; font-size: 1.5rem; font-weight: 400; color: var(--navy-900); margin-bottom: 8px; }
.lead-sub { color: var(--ink-500); font-size: .92rem; margin-bottom: 14px; }
.lead-form label, .quote-form label { display: flex; flex-direction: column; gap: 6px; font-size: .82rem; font-weight: 600; color: var(--ink-700); margin-bottom: 12px; }
.lead-form input, .quote-form input, .quote-form textarea, .quote-form select {
    padding: 11px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm);
    font-family: inherit; font-size: .96rem; background: var(--white); color: var(--ink-900);
    transition: border-color .15s, box-shadow .15s;
}
.lead-form input:focus, .quote-form input:focus, .quote-form textarea:focus { outline: none; border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(201,169,97,0.18); }
.lead-trust { font-size: .72rem; color: var(--ink-500); margin-top: 10px; line-height: 1.5; }
.testimonial-mini { margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--line); font-size: .85rem; color: var(--ink-700); }
.testimonial-mini blockquote { margin: 0 0 4px; font-style: italic; }
.testimonial-mini cite { font-style: normal; font-size: .75rem; color: var(--ink-500); }

/* Quote form */
.quote-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form textarea { resize: vertical; min-height: 80px; }

/* Travel CTA */
.travel-cta {
    margin: 28px 0; padding: 22px 26px; background: var(--navy-900); color: var(--white);
    border-radius: var(--radius); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
    background-image: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 100%);
    box-shadow: var(--shadow-md);
}
.travel-cta-body strong { display: block; font-family: 'DM Serif Display', serif; font-weight: 400; font-size: 1.4rem; margin-bottom: 4px; color: var(--gold-400); }
.travel-cta-body span { color: rgba(255,255,255,0.78); font-size: .96rem; }

/* Sidebar */
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; }
.split { display: grid; grid-template-columns: minmax(0, 1.4fr) 320px; gap: 48px; align-items: start; }
.sidebar { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 90px; align-self: start; }
.sidebar-block { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.sidebar-block h4 { color: var(--navy-900); margin-bottom: 12px; }
.sidebar-cta {
    display: block; padding: 22px; border-radius: var(--radius); background: var(--navy-900);
    background-image: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 100%);
    color: var(--white); text-align: left; box-shadow: var(--shadow-md);
}
.sidebar-cta strong { display: block; font-family: 'DM Serif Display', serif; font-weight: 400; font-size: 1.3rem; color: var(--gold-400); margin-bottom: 4px; }
.sidebar-cta span { font-size: .9rem; color: rgba(255,255,255,0.85); }
.sidebar-cta:hover { color: var(--white); }
.related-resources .related-list { list-style: none; padding: 0; margin: 0; }
.related-list li { border-bottom: 1px solid var(--cream-300); }
.related-list li:last-child { border-bottom: 0; }
.related-list a { display: flex; flex-direction: column; gap: 2px; padding: 12px 0; color: var(--navy-900); }
.related-list a:hover { color: var(--gold-600); }
.related-eyebrow { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-600); font-weight: 700; }
.related-title { font-weight: 600; font-size: .96rem; }
.related-blurb { font-size: .82rem; color: var(--ink-500); }

/* Lists */
.thin-list { list-style: none; padding: 0; margin: 0; font-size: .92rem; }
.thin-list li { padding: 6px 0; border-bottom: 1px dashed var(--cream-300); }
.thin-list li:last-child { border-bottom: 0; }
.check-list { list-style: none; padding: 0; margin: 0; font-size: .94rem; }
.check-list li { position: relative; padding: 6px 0 6px 26px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 6px; color: var(--gold-600); font-weight: 700; }
.mall-list { list-style: none; padding: 0; margin: 0; }
.mall-list li { padding: 10px 0; border-bottom: 1px solid var(--cream-300); font-size: .96rem; }
.mall-list li:last-child { border-bottom: 0; }
.mall-list a { font-weight: 600; color: var(--navy-700); }

/* Mall page */
.mall-hero { display: grid; grid-template-columns: minmax(0, 1.4fr) 360px; gap: 40px; align-items: start; margin-bottom: 30px; }
.mall-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; margin: 18px 0 22px; }
.mall-facts > div { padding: 8px 0; border-bottom: 1px solid var(--cream-300); }
.mall-facts dt { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-500); font-weight: 700; }
.mall-facts dd { margin: 4px 0 0; font-size: .94rem; color: var(--ink-900); }
.anchor-grid { list-style: none; padding: 0; margin: 16px 0 8px; display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; }
.anchor-grid li { padding: 10px 14px; background: var(--cream-100); border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: .92rem; font-weight: 500; color: var(--navy-900); }
.brand-pills { list-style: none; padding: 0; margin: 14px 0 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.brand-pills li { padding: 6px 14px; background: var(--navy-900); color: var(--gold-400); border-radius: 999px; font-size: .82rem; font-weight: 600; }

/* Stat row */
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin: 24px 0 28px; }
.stat { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 20px; }
.stat strong { display: block; font-family: 'DM Serif Display', serif; font-weight: 400; font-size: 1.8rem; color: var(--navy-900); line-height: 1; margin-bottom: 4px; }
.stat span { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-500); font-weight: 600; }

/* Long content */
.long-content { font-size: 1.02rem; line-height: 1.7; }
.long-content p { margin-bottom: 1.1em; color: var(--ink-700); }
.long-content h2 { color: var(--navy-900); margin-top: 1.6em; margin-bottom: .5em; }
.long-content a { color: var(--navy-700); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--gold-400); }
.long-content a:hover { color: var(--gold-600); }

/* Deals */
.deal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; margin: 28px 0; }
.deal-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; position: relative; }
.deal-tag { position: absolute; top: -10px; left: 18px; background: var(--gold-500); color: var(--navy-900); padding: 5px 14px; font-size: .7rem; font-weight: 700; letter-spacing: .12em; border-radius: 999px; }
.deal-card h3 { font-family: 'Inter', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--navy-900); margin: 8px 0 6px; }
.deal-card p { font-size: .94rem; color: var(--ink-700); }

/* Breadcrumbs */
.crumbs { padding: 16px 0; font-size: .85rem; color: var(--ink-500); display: flex; flex-wrap: wrap; align-items: center; gap: 6px; max-width: var(--max-width); margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.crumbs a { color: var(--ink-500); }
.crumbs a:hover { color: var(--gold-600); }
.crumbs .crumb-sep { color: var(--ink-400); }
.crumbs .crumb-current { color: var(--navy-900); font-weight: 600; }

/* Footer */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,0.78); margin-top: 80px; padding: 60px 0 30px; }
.site-footer h4 { color: var(--gold-400); margin-bottom: 14px; }
.site-footer .brand-name { color: var(--white); }
.site-footer .brand-mark { background: rgba(255,255,255,0.05); border-color: rgba(201,169,97,0.3); color: var(--gold-400); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { padding: 4px 0; font-size: .92rem; }
.site-footer a { color: rgba(255,255,255,0.78); }
.site-footer a:hover { color: var(--gold-400); }
.site-footer .muted { color: rgba(255,255,255,0.6); font-size: .9rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 42px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand p { margin-top: 12px; max-width: 36ch; }
.copyright { padding-top: 24px; font-size: .8rem; color: rgba(255,255,255,0.5); }

/* Mobile */
@media (max-width: 960px) {
    .hero-inner { grid-template-columns: 1fr; gap: 36px; padding: 60px 24px 70px; }
    .two-col, .split { grid-template-columns: 1fr; gap: 36px; }
    .sidebar { position: static; }
    .mall-hero { grid-template-columns: 1fr; gap: 28px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .quote-form .form-row { grid-template-columns: 1fr; }
    .lead-card.sticky { position: static; }
    .primary-nav { gap: 0; }
    .primary-nav a:not(.nav-cta) { padding: 8px 10px; font-size: .88rem; }
}
@media (max-width: 640px) {
    body { font-size: 16px; }
    .wrap { padding: 0 18px; }
    .section { padding: 44px 0; }
    .header-row { padding: 14px 18px; flex-wrap: wrap; gap: 12px; }
    .primary-nav { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
    .hero-inner { padding: 48px 18px 56px; }
    .hero h1 { font-size: 2rem; }
    .search-fields { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .travel-cta { flex-direction: column; align-items: flex-start; gap: 14px; }
    .stat-row { grid-template-columns: repeat(2, 1fr); }
    .anchor-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
}

/* ===== Brand & operator pages ===== */
.brand-index-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 18px;
    margin: 32px 0;
}
.brand-tile {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px 22px 20px;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    box-shadow: var(--shadow-sm);
    text-decoration: none;
    color: var(--navy-900);
    position: relative;
    overflow: hidden;
}
.brand-tile::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold-500), var(--gold-400));
    opacity: 0;
    transition: opacity .2s;
}
.brand-tile:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold-400);
}
.brand-tile:hover::before { opacity: 1; }
.brand-tile h3 { margin: 6px 0 8px; font-size: 1.12rem; line-height: 1.25; }
.brand-stat { margin: 0; color: var(--ink-500); font-size: .92rem; }
.brand-stat strong { color: var(--navy-900); }

.brand-cat {
    display: inline-block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 100px;
    background: var(--cream-200);
    color: var(--ink-700);
    width: fit-content;
}
.brand-cat-luxury    { background: #2b1b3d; color: #f0d8a3; }
.brand-cat-premium   { background: var(--navy-100); color: var(--navy-700); }
.brand-cat-athletic  { background: #133b2c; color: #b9eed4; }
.brand-cat-denim     { background: #1d3052; color: #c5d6f0; }
.brand-cat-accessories { background: #f5ebd1; color: #6f4c14; }
.brand-cat-footwear  { background: #3a2a1e; color: #f4d8b8; }
.brand-cat-family    { background: #f4eee0; color: #5a4a25; }
.brand-cat-department { background: #e8e3d6; color: #424a5e; }
.brand-cat-off-price { background: #f4dfdf; color: #6e2929; }
.brand-cat-outdoor   { background: #1f3526; color: #cae6c9; }
.brand-cat-electronics { background: #d8e2ee; color: #1f3a5f; }

.brand-state-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 6px 18px;
}
.brand-state-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}
.brand-state-list li a { font-weight: 600; }

.outlet-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}
.outlet-list li {
    padding: 14px 16px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    align-items: baseline;
}
.outlet-list.two-up {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 8px;
}
.outlet-list.two-up li { margin-bottom: 0; }

.stat-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
    margin: 28px 0;
    padding: 0;
}
.stat-row > div {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px 22px;
    box-shadow: var(--shadow-sm);
}
.stat-row dt {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ink-500);
    margin-bottom: 4px;
}
.stat-row dd {
    margin: 0;
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 1.7rem;
    color: var(--navy-900);
    line-height: 1.1;
}

/* anchor-grid: links */
.anchor-grid li a {
    color: var(--navy-700);
    font-weight: 600;
    border-bottom: 1px dotted var(--gold-400);
}
.anchor-grid li a:hover { color: var(--gold-600); }

/* ===== Hero polish ===== */
.hero, .hero-row {
    padding-top: 14px;
}
.hero h1 { letter-spacing: -0.018em; }
.hero .lede { max-width: 58ch; }

/* Decorative gold underline under top-of-page H1 */
section.section > h1::after,
.hero-content h1::after {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--gold-500), var(--gold-400));
    margin: 18px 0 8px;
}

/* ===== Mobile polish ===== */
@media (max-width: 720px) {
    .wrap { padding: 0 18px; }
    .section { padding: 36px 0; }
    body { font-size: 16px; }
    h1 { font-size: clamp(1.65rem, 6vw, 2.2rem); }
    h2 { font-size: 1.3rem; margin-top: 1.2em; }
    .lede { font-size: 1.04rem; }
    .primary-nav {
        gap: 0;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .primary-nav a {
        padding: 6px 10px;
        font-size: .92rem;
    }
    .primary-nav .nav-cta { margin-left: 4px; }
    .header-row { flex-wrap: wrap; gap: 10px; row-gap: 8px; }
    .two-col { display: block; }
    .sidebar { margin-top: 28px; position: static; }
    .stat-row { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .stat-row > div { padding: 14px 16px; }
    .stat-row dd { font-size: 1.3rem; }
    .brand-index-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
    .brand-tile { padding: 16px 16px 14px; }
    .search-fields { flex-direction: column; align-items: stretch; }
    .search-fields select, .search-fields .btn { width: 100%; }
    .mall-hero { display: block; }
    .mall-lead { margin-top: 24px; }
    .travel-cta { flex-direction: column; align-items: flex-start; gap: 14px; padding: 22px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
}
@media (max-width: 460px) {
    .brand-index-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .primary-nav a:not(.nav-cta) { font-size: .85rem; padding: 4px 6px; }
}
