/* Base layout extracted from homepage inline <style>. Used by homepage + all sub-pages. */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 80px; }
    body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 16px; line-height: 1.7; color: #334155; background: #fff; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
    img { max-width: 100%; height: auto; display: block; }
    a { text-decoration: none; color: inherit; transition: color .2s; }
    h1, h2, h3, h4 { line-height: 1.15; font-weight: 700; color: #0f172a; }

    :root {
      --navy: #2d1e69; --navy-dark: #1e1447; --navy-darker: #14103a;
      --white: #fff; --off-white: #f8fafc;
      --border: #e2e8f0;
      --text: #334155; --text-light: #64748b; --text-dark: #0f172a;
      --red: #f03c3c; --red-dark: #c62828;
      --gold: #f0b41e; --gold-dark: #b8851a;
      --green: #00693c;
      --radius: 12px; --radius-lg: 20px; --radius-full: 9999px;
    }

    .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
    .narrow { max-width: 860px; margin: 0 auto; }

    .skip-link { position: absolute; top: -40px; left: 8px; background: var(--red); color: #fff; padding: 10px 18px; border-radius: 8px; font-weight: 700; z-index: 1000; }
    .skip-link:focus { top: 8px; }

    /* Urgency bar */
    .urgency-bar { background: linear-gradient(90deg, var(--red), var(--red-dark)); color: #fff; padding: 8px 16px; text-align: center; font-size: 13px; font-weight: 600; position: relative; z-index: 49; }
    .urgency-bar strong { color: #fcd873; }
    .urgency-bar a { color: #fff; text-decoration: underline; margin-left: 8px; font-weight: 800; }

    /* Header */
    .site-header { position: sticky; top: 0; background: rgba(255,255,255,.97); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); z-index: 50; }
    .header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 24px; }
    .logo { display: flex; align-items: center; gap: 10px; color: var(--text-dark); }
    .logo-mark { width: 40px; height: 40px; border-radius: 10px; overflow: hidden; }
    .logo-mark img { width: 100%; height: 100%; object-fit: cover; }
    .logo-text { font-weight: 800; font-size: 18px; }
    .logo-text span { color: var(--red); }
    .logo-sub { font-size: 11px; color: var(--text-light); letter-spacing: .5px; text-transform: uppercase; }
    .nav-links { display: none; gap: 24px; font-size: 14px; font-weight: 600; }
    @media (min-width: 900px) { .nav-links { display: flex; } }
    .nav-links a { color: var(--text); }
    .nav-links a:hover { color: var(--red); }
    .header-cta { background: var(--red); color: #fff !important; padding: 10px 18px; border-radius: var(--radius-full); font-weight: 700; font-size: 13px; box-shadow: 0 6px 16px rgba(240,60,60,.3); white-space: nowrap; }
    .header-cta:hover { background: var(--red-dark); }
    .nav-toggle { display: flex; flex-direction: column; gap: 4px; width: 32px; height: 32px; background: transparent; border: 0; cursor: pointer; padding: 6px; }
    @media (min-width: 900px) { .nav-toggle { display: none; } }
    .nav-toggle span { display: block; height: 2px; background: var(--text-dark); }

    /* Hero */
    .hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%); color: #fff; padding: 64px 0 72px; position: relative; overflow: hidden; }
    .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 12% 22%, rgba(240,60,60,.18) 0%, transparent 55%), radial-gradient(ellipse at 88% 75%, rgba(240,180,30,.14) 0%, transparent 55%); pointer-events: none; }
    .hero-inner { position: relative; display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; }
    @media (min-width: 960px) { .hero-inner { grid-template-columns: 1.35fr 1fr; gap: 56px; } }

    .award-pill { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, rgba(240,180,30,.24), rgba(240,180,30,.12)); border: 1px solid rgba(240,180,30,.4); color: #fcd873; padding: 8px 16px; border-radius: var(--radius-full); font-size: 12px; font-weight: 800; letter-spacing: .3px; margin-bottom: 22px; }
    .award-pill .trophy { font-size: 15px; }

    .hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(34px, 5.5vw, 60px); font-weight: 900; line-height: 1.06; margin-bottom: 22px; letter-spacing: -.5px; }
    .hero h1 .accent { background: linear-gradient(120deg, var(--red), #ff7b7b); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .hero h1 .accent-gold { background: linear-gradient(120deg, var(--gold), #ffdf73); -webkit-background-clip: text; background-clip: text; color: transparent; }

    .hero-sub { font-size: 18px; line-height: 1.65; color: #cbd5e1; margin-bottom: 24px; max-width: 640px; }
    .hero-sub strong { color: #fff; font-weight: 700; }
    .hero-sub em { color: var(--gold); font-style: normal; font-weight: 700; }

    .hero-motto { background: rgba(255,255,255,.04); border-left: 4px solid var(--gold); padding: 14px 20px; margin-bottom: 26px; font-family: 'Playfair Display', serif; font-size: 18px; font-style: italic; color: #fff; border-radius: 0 12px 12px 0; }

    .hero-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 28px; }
    @media (min-width: 600px) { .hero-stats { grid-template-columns: repeat(4, 1fr); } }
    .hero-stat { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 14px; backdrop-filter: blur(8px); }
    .hero-stat-num { font-family: 'Playfair Display', serif; font-size: clamp(20px, 3vw, 26px); font-weight: 900; color: #fff; line-height: 1.1; }
    .hero-stat-label { font-size: 10px; color: #94a3b8; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-top: 4px; }

    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border-radius: var(--radius-full); font-weight: 700; font-size: 14px; transition: .2s; cursor: pointer; border: 0; font-family: inherit; }
    .btn-red { background: var(--red); color: #fff !important; box-shadow: 0 10px 24px rgba(240,60,60,.4); }
    .btn-red:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(240,60,60,.55); }
    .btn-outline { border: 1px solid rgba(255,255,255,.55); color: #fff !important; }
    .btn-outline:hover { background: rgba(255,255,255,.06); border-color: #fff; }

    /* Portrait card */
    .hero-portrait { position: relative; }
    .portrait-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); padding: 24px; backdrop-filter: blur(10px); }
    .portrait-img-wrap { position: relative; width: 100%; aspect-ratio: 1 / 1; border-radius: var(--radius); overflow: hidden; margin-bottom: 18px; background: linear-gradient(135deg, rgba(240,180,30,.15), rgba(240,60,60,.1)); display: grid; place-items: center; }
    .portrait-initials { font-family: 'Playfair Display', serif; font-size: 120px; font-weight: 900; background: linear-gradient(135deg, var(--red), var(--gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .portrait-badge-strip { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(30,20,71,.92); color: #fff; padding: 10px 14px; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; text-align: center; backdrop-filter: blur(6px); }
    .portrait-badge-strip .dot { color: var(--gold); }
    .portrait-name { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 2px; }
    .portrait-title { font-size: 13px; color: #cbd5e1; margin-bottom: 14px; }
    .portrait-meta { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: #e2e8f0; }
    .portrait-meta-item { display: flex; align-items: center; gap: 10px; }
    .portrait-meta-icon { width: 18px; flex-shrink: 0; color: var(--gold); }
    .portrait-cta-row { display: flex; gap: 10px; margin-top: 16px; }
    .portrait-cta { flex: 1; background: var(--red); color: #fff !important; padding: 10px; border-radius: 10px; text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .3px; }
    .portrait-cta-outline { background: transparent; border: 1px solid rgba(255,255,255,.35); color: #fff !important; }

    /* Press bar */
    .press-bar { background: #fff; border-bottom: 1px solid var(--border); padding: 32px 0; }
    .press-label { text-align: center; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-light); font-weight: 700; margin-bottom: 20px; }
    .press-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px 40px; max-width: 1000px; margin: 0 auto; }
    .press-logo { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 20px; color: var(--text-light); opacity: .55; transition: .2s; letter-spacing: -.5px; }
    .press-logo:hover { opacity: 1; color: var(--text-dark); }
    .press-logo.small { font-size: 16px; }

    /* Sections */
    .section { padding: 80px 0; }
    .section-light { background: var(--off-white); }
    .section-navy { background: var(--navy); color: #fff; }
    .section-navy h2, .section-navy h3 { color: #fff; }
    .eyebrow { display: inline-block; background: rgba(240,180,30,.12); color: #8b6914; padding: 5px 14px; border-radius: var(--radius-full); font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
    .eyebrow-dark { background: rgba(240,180,30,.15); color: #fcd873; border: 1px solid rgba(240,180,30,.3); }
    .section-title { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 44px); font-weight: 900; line-height: 1.15; margin-bottom: 18px; }
    .section-title .accent { background: linear-gradient(120deg, var(--red), #ff7b7b); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .section-title .accent-gold { background: linear-gradient(120deg, var(--gold), #ffdf73); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .section-intro { font-size: 17px; line-height: 1.7; max-width: 780px; margin-bottom: 32px; color: var(--text); }
    .section-navy .section-intro { color: #cbd5e1; }

    /* 3-Act Arc */
    .acts-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
    @media (min-width: 900px) { .acts-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
    .act-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; position: relative; overflow: hidden; }
    .act-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; }
    .act-card.act-1::before { background: var(--red); }
    .act-card.act-2::before { background: var(--gold); }
    .act-card.act-3::before { background: var(--green); }
    .act-label { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px; }
    .act-1 .act-label { color: var(--red); }
    .act-2 .act-label { color: var(--gold-dark); }
    .act-3 .act-label { color: var(--green); }
    .act-year { color: var(--text-light); font-size: 13px; font-weight: 700; margin-bottom: 10px; }
    .act-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 800; color: var(--text-dark); margin-bottom: 12px; line-height: 1.25; }
    .act-body { font-size: 14px; line-height: 1.65; color: var(--text); margin-bottom: 16px; }
    .act-proof { font-size: 12px; font-weight: 700; padding: 10px 14px; background: var(--off-white); border-radius: 10px; border-left: 3px solid var(--gold); color: var(--text-dark); line-height: 1.5; }

    /* Pillars */
    .pillars-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
    @media (min-width: 768px) { .pillars-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1100px) { .pillars-grid { grid-template-columns: repeat(4, 1fr); } }
    .pillar { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); padding: 28px; backdrop-filter: blur(8px); transition: .25s; }
    .pillar:hover { border-color: rgba(240,180,30,.4); transform: translateY(-3px); }
    .pillar-num { font-family: 'Playfair Display', serif; font-size: 56px; font-weight: 900; background: linear-gradient(135deg, var(--gold), var(--red)); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; margin-bottom: 10px; }
    .pillar-name { font-size: 14px; font-weight: 900; color: var(--gold); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px; }
    .pillar-claim { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 12px; font-style: italic; line-height: 1.35; }
    .pillar-body { font-size: 13px; line-height: 1.65; color: #cbd5e1; }

    /* Services */
    .svc-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
    @media (min-width: 700px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1100px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }
    .svc-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; transition: .25s; display: flex; flex-direction: column; }
    .svc-card:hover { border-color: var(--red); transform: translateY(-3px); box-shadow: 0 14px 32px rgba(0,0,0,.08); }
    .svc-icon { width: 52px; height: 52px; border-radius: 12px; background: linear-gradient(135deg, rgba(240,60,60,.12), rgba(240,180,30,.08)); display: grid; place-items: center; font-size: 26px; margin-bottom: 16px; }
    .svc-name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 800; color: var(--text-dark); margin-bottom: 8px; line-height: 1.3; }
    .svc-desc { font-size: 14px; line-height: 1.65; color: var(--text); margin-bottom: 16px; flex-grow: 1; }
    .svc-promise { font-size: 12px; font-weight: 700; padding: 10px 14px; background: var(--off-white); border-radius: 10px; border-left: 3px solid var(--red); color: var(--text-dark); line-height: 1.5; }

    /* Signature IP highlight */
    .ip-band { background: linear-gradient(135deg, rgba(240,180,30,.08), rgba(240,60,60,.05)); border: 1px solid rgba(240,180,30,.25); border-radius: var(--radius-lg); padding: 40px; margin-top: 48px; }
    .ip-band-header { text-align: center; margin-bottom: 28px; }
    .ip-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
    @media (min-width: 700px) { .ip-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1100px) { .ip-grid { grid-template-columns: repeat(4, 1fr); } }
    .ip-card { background: #fff; border-radius: var(--radius); padding: 20px; border: 1px solid var(--border); }
    .ip-name { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 900; color: var(--text-dark); margin-bottom: 6px; line-height: 1.3; }
    .ip-tm { font-size: 11px; color: var(--red); font-weight: 800; }
    .ip-body { font-size: 13px; line-height: 1.55; color: var(--text); margin-top: 8px; }

    /* Case studies */
    .cases-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
    @media (min-width: 700px) { .cases-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1100px) { .cases-grid { grid-template-columns: repeat(3, 1fr); } }
    .case-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; transition: .2s; display: flex; flex-direction: column; }
    .case-card:hover { border-color: var(--red); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.08); }
    .case-badge { display: inline-block; align-self: flex-start; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 3px 10px; border-radius: var(--radius-full); background: rgba(240,60,60,.12); color: var(--red); margin-bottom: 12px; }
    .case-num { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 900; line-height: 1; background: linear-gradient(135deg, var(--red), var(--gold)); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 6px; }
    .case-duration { font-size: 12px; font-weight: 700; color: var(--text-light); letter-spacing: .5px; text-transform: uppercase; margin-bottom: 12px; }
    .case-quote { font-size: 13px; line-height: 1.6; color: var(--text); margin-bottom: 14px; font-style: italic; flex-grow: 1; }
    .case-attr { font-size: 12px; font-weight: 700; color: var(--text-dark); padding-top: 10px; border-top: 1px solid var(--border); }
    .case-attr .role { color: var(--text-light); font-weight: 600; display: block; margin-top: 2px; font-style: normal; }

    /* Reviews aggregate */
    .reviews-wrap { background: linear-gradient(135deg, var(--navy), var(--navy-dark)); color: #fff; border-radius: var(--radius-lg); padding: 48px 32px; text-align: center; position: relative; overflow: hidden; }
    .reviews-wrap::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 30%, rgba(240,60,60,.15) 0%, transparent 55%); pointer-events: none; }
    .reviews-inner { position: relative; }
    .reviews-rating-big { font-family: 'Playfair Display', serif; font-size: 72px; font-weight: 900; color: var(--gold); line-height: 1; letter-spacing: -2px; }
    .reviews-stars { color: var(--gold); font-size: 22px; letter-spacing: 3px; margin: 10px 0 6px; }
    .reviews-caption { color: #cbd5e1; font-size: 14px; font-weight: 600; margin-bottom: 32px; }
    .reviews-caption strong { color: #fff; }
    .reviews-platforms { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 720px; margin: 0 auto; }
    @media (min-width: 640px) { .reviews-platforms { grid-template-columns: repeat(4, 1fr); } }
    .plat-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: 16px; backdrop-filter: blur(8px); }
    .plat-name { font-size: 12px; font-weight: 700; color: #fff; letter-spacing: .5px; }
    .plat-rating { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 800; color: var(--gold); margin-top: 4px; }
    .plat-count { font-size: 11px; color: #94a3b8; margin-top: 2px; }

    /* Process / Prove-It Protocol */
    .process-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
    @media (min-width: 900px) { .process-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; } }
    .process-step { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); padding: 28px; backdrop-filter: blur(8px); position: relative; }
    .process-num { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--red), var(--gold)); color: #fff; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 900; margin-bottom: 14px; }
    .process-label { font-size: 14px; font-weight: 900; color: var(--gold); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 8px; }
    .process-body { font-size: 13px; line-height: 1.6; color: #cbd5e1; }

    /* FAQ */
    .faq-wrap { max-width: 820px; margin: 0 auto; }
    .faq { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 22px; margin-bottom: 12px; transition: .2s; }
    .faq[open] { border-color: var(--red); box-shadow: 0 8px 20px rgba(240,60,60,.08); }
    .faq summary { font-size: 15px; font-weight: 700; color: var(--text-dark); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
    .faq summary::-webkit-details-marker { display: none; }
    .faq summary::after { content: '+'; font-size: 22px; font-weight: 400; color: var(--red); width: 24px; height: 24px; display: grid; place-items: center; }
    .faq[open] summary::after { content: '-'; }
    .faq-body { padding-top: 14px; font-size: 14px; color: var(--text); line-height: 1.65; }

    /* Motto Band */
    .motto-band { background: var(--navy-dark); color: #fff; border-radius: var(--radius-lg); padding: 56px 40px; text-align: center; position: relative; overflow: hidden; }
    .motto-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 25% 30%, rgba(240,60,60,.15) 0%, transparent 55%), radial-gradient(ellipse at 75% 70%, rgba(240,180,30,.12) 0%, transparent 55%); pointer-events: none; }
    .motto-band-inner { position: relative; }
    .motto-big { font-family: 'Playfair Display', serif; font-size: clamp(36px, 5vw, 56px); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 16px; }
    .motto-big .gold { color: var(--gold); }
    .motto-sub { font-size: 17px; color: #cbd5e1; max-width: 620px; margin: 0 auto 24px; line-height: 1.65; }
    .motto-taglines { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }
    .motto-tag { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 8px 18px; border-radius: var(--radius-full); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: #e2e8f0; }

    /* Final CTA */
    .cta-band { background: linear-gradient(135deg, var(--red), var(--red-dark)); color: #fff; border-radius: var(--radius-lg); padding: 52px 40px; text-align: center; position: relative; overflow: hidden; }
    .cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 30%, rgba(255,255,255,.18) 0%, transparent 55%); pointer-events: none; }
    .cta-band-inner { position: relative; }
    .cta-band h2 { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 40px); color: #fff; margin-bottom: 14px; line-height: 1.2; }
    .cta-band p { color: rgba(255,255,255,.92); max-width: 620px; margin: 0 auto 26px; font-size: 16px; }
    .btn-white { background: #fff; color: var(--red) !important; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
    .btn-white:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.28); }
    .btn-outline-w { border: 1px solid rgba(255,255,255,.7); color: #fff !important; }
    .btn-outline-w:hover { background: rgba(255,255,255,.1); border-color: #fff; }

    /* Footer */
    .site-footer { background: var(--navy-darker); color: #cbd5e1; padding: 60px 0 32px; font-size: 14px; }
    .footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 32px; }
    @media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
    .footer-brand-title { color: #fff; font-weight: 800; font-size: 18px; margin-bottom: 10px; }
    .footer-brand p { color: #94a3b8; line-height: 1.6; max-width: 380px; }
    .footer-motto { margin-top: 14px; font-family: 'Playfair Display', serif; font-style: italic; color: var(--gold); font-size: 15px; }
    .footer-col h4 { color: #fff; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; }
    .footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
    .footer-col a { color: #cbd5e1; }
    .footer-col a:hover { color: var(--gold); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; color: #94a3b8; font-size: 13px; }
    .footer-legal { display: flex; gap: 20px; }
    .footer-legal a:hover { color: var(--gold); }
