/* =================================================================
   Ukpabi Legal, PLLC : Site Styles
   Palette: crisp white, warm gray breaks, deep charcoal text,
            muted champagne gold accent
   Type:    Cormorant Garamond (headings) / Inter (body)
   ================================================================= */

:root {
  /* Color */
  --white:        #ffffff;
  --warm-gray:    #f5f2ee;
  --warm-gray-2:  #efeae3;
  --charcoal:     #211f1d;
  --charcoal-soft:#46423d;
  --muted:        #6f6a63;
  --gold:         #c9a84c;
  --gold-deep:    #9c7d33;
  --gold-tint:    #f4ecd6;
  --line:         #e4ded5;

  /* Type */
  --font-head: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-jost: "Jost", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Layout */
  --maxw: 1140px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --section-y: clamp(4rem, 9vw, 8rem);

  --shadow: 0 18px 50px -28px rgba(33, 31, 29, 0.45);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.7;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 500;
  color: var(--charcoal);
  line-height: 1.12;
  margin: 0 0 0.6em;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.85rem); }
h4 { font-size: 1.2rem; }
p { margin: 0 0 1.15rem; color: var(--charcoal-soft); }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 1.25rem;
  display: inline-block;
}

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); }
.section--gray { background: var(--warm-gray); }
.section--tint { background: var(--gold-tint); }
.narrow { max-width: 760px; margin-inline: auto; }
.center { text-align: center; }
.lead { font-size: 1.25rem; color: var(--charcoal-soft); line-height: 1.6; }

.divider {
  width: 56px; height: 2px; background: var(--gold);
  border: 0; margin: 1.75rem 0;
}
.center .divider { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-body); font-size: 0.9rem; font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.95rem 1.9rem;
  border-radius: 2px; cursor: pointer; border: 1.5px solid transparent;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--gold); color: #fff; }
.btn--primary:hover { background: var(--gold-deep); }
.btn--ghost { background: transparent; color: var(--charcoal); border-color: var(--charcoal); }
.btn--ghost:hover { background: var(--charcoal); color: #fff; }
.btn--light { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn--light:hover { background: #fff; color: var(--charcoal); border-color: #fff; }
.btn--sm { padding: 0.6rem 1.25rem; font-size: 0.8rem; }

/* Text link with arrow */
.link-arrow {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-family: var(--font-body); font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.04em; color: var(--gold-deep);
}
.link-arrow .arrow { transition: transform .2s ease; }
.link-arrow:hover { color: var(--charcoal); }
.link-arrow:hover .arrow { transform: translateX(4px); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 78px; position: relative;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark {
  display: flex; align-items: flex-start;
  font-family: var(--font-head); font-weight: 500; font-size: 34px; line-height: 0.78;
}
.brand__mark span:nth-child(1) { color: var(--charcoal); }
.brand__mark span:nth-child(2) { color: var(--gold); margin-top: 0.22em; }
.brand__mark span:nth-child(3) { color: var(--charcoal); margin-top: 0.44em; }
.brand__rule { width: 1.5px; height: 42px; background: var(--gold); }
.brand__words { display: flex; flex-direction: column; line-height: 1; }
.brand__name {
  font-family: var(--font-head); font-size: 1.3rem; font-weight: 500;
  color: var(--charcoal); letter-spacing: 0.04em;
}
.brand__tag {
  font-family: var(--font-jost); font-size: 0.7rem; font-weight: 400;
  letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold-deep);
  margin-top: 0.35rem;
}
.nav__links {
  display: flex; align-items: center; gap: 2.2rem;
  list-style: none; margin: 0; padding: 0;
  align-self: stretch;
}
.nav__links a {
  font-size: 0.92rem; font-weight: 500; color: var(--charcoal-soft);
  letter-spacing: 0.02em; position: relative; padding-block: 0.4rem;
  transition: color .2s ease;
}
.nav__links a:hover { color: var(--charcoal); }
.nav__links a.is-active { color: var(--charcoal); }
.nav__links > li > a:not(.btn):not(.nav__portal)::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0;
  background: var(--gold); transition: width .25s ease;
}
.nav__links > li > a:not(.btn):not(.nav__portal):hover::after,
.nav__links > li > a.is-active:not(.btn):not(.nav__portal)::after { width: 100%; }
.nav__portal {
  padding: 0.6rem 1.25rem; border: 1.5px solid var(--gold);
  color: var(--gold-deep); border-radius: 2px; font-weight: 600;
}
.nav__portal:hover { background: var(--gold); color: #fff; }

.nav__toggle {
  display: none; background: none; border: 0; cursor: pointer;
  width: 44px; height: 44px; padding: 0; position: relative;
}
.nav__toggle span {
  position: absolute; left: 9px; right: 9px; height: 2px; background: var(--charcoal);
  transition: transform .3s ease, opacity .2s ease; border-radius: 2px;
}
.nav__toggle span:nth-child(1) { top: 15px; }
.nav__toggle span:nth-child(2) { top: 21px; }
.nav__toggle span:nth-child(3) { top: 27px; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Dropdown / mega-menu ----------
   Fixed-width panel anchored beneath the right nav cluster so every
   service name fits on one line and the menu reads as a single unit. */
.nav__caret { display: none; }
.dropdown {
  position: absolute; top: 100%; right: 0; left: auto;
  width: 940px; min-width: 700px; max-width: calc(100vw - 2rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold);
  box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s; z-index: 60;
}
.nav__item--dropdown:hover .dropdown,
.nav__item--dropdown:focus-within .dropdown {
  opacity: 1; visibility: visible; transform: none;
}
.dropdown__inner {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0 48px; padding: 36px 40px; max-width: none; margin: 0;
}
.dropdown__col { display: flex; flex-direction: column; min-width: 0; }
.dropdown__title {
  font-family: var(--font-body); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep);
  margin: 0 0 1rem; padding-bottom: 0.75rem; border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.dropdown__col a {
  font-size: 0.95rem; font-weight: 500; color: var(--charcoal);
  padding: 0.55rem 0; white-space: nowrap;
  transition: color .2s ease, padding-left .2s ease;
}
.dropdown__col a:hover { color: var(--gold-deep); padding-left: 6px; }
.dropdown__col a.is-active { color: var(--gold-deep); }
.dropdown a::after { display: none !important; }

/* About: compact dropdown (small left-aligned menu) */
.nav__item--mini { position: relative; align-self: stretch; display: flex; align-items: center; }
.dropdown.dropdown--mini { width: 232px; min-width: 0; left: 0; right: auto; }
.dropdown--mini .dropdown__inner { display: block; padding: 14px 0; }
.dropdown--mini .dropdown__inner a {
  display: block; padding: 9px 24px; white-space: nowrap;
  font-size: 0.95rem; font-weight: 500; color: var(--charcoal);
  transition: color .2s ease, background .2s ease, padding-left .2s ease;
}
.dropdown--mini .dropdown__inner a:hover { color: var(--gold-deep); background: var(--warm-gray); padding-left: 28px; }
.dropdown--mini .dropdown__inner a.is-active { color: var(--gold-deep); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-block: clamp(5rem, 12vw, 9rem);
  background:
    radial-gradient(1200px 500px at 85% -10%, var(--gold-tint), transparent 60%),
    var(--white);
  overflow: hidden;
}
.hero__inner { max-width: 880px; }
.hero h1 { margin-bottom: 0.4em; }
.hero .lead { max-width: 640px; margin-bottom: 2.4rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.hero__note {
  position: relative; padding-left: 26px;
  margin-top: 1.6rem; font-size: 0.88rem; line-height: 1.65; color: var(--charcoal-soft);
}
.hero__note svg { position: absolute; left: 0; top: 0.2em; width: 17px; height: 17px; color: var(--gold-deep); }
.hero__note a { color: var(--charcoal-soft); text-decoration: underline; text-decoration-color: var(--line); }
.hero__note a:hover { color: var(--gold-deep); text-decoration-color: var(--gold-deep); }

/* Brand-name link treatment: makes "Vital Tax & Advisory Group" read clearly as a link */
.link-brand {
  color: var(--gold-deep); font-weight: 600;
  text-decoration: underline; text-decoration-color: var(--gold);
  text-decoration-thickness: 1px; text-underline-offset: 2px;
  transition: color .2s ease, text-decoration-color .2s ease;
}
.link-brand:hover { color: var(--charcoal); text-decoration-color: var(--charcoal); }

/* ---------- Page hero (interior) ---------- */
.page-hero {
  padding-block: clamp(3.5rem, 8vw, 6rem) clamp(2.5rem, 5vw, 3.5rem);
  background:
    radial-gradient(900px 380px at 90% -20%, var(--gold-tint), transparent 60%),
    var(--white);
}
.page-hero h1 { margin-bottom: 0.25em; }
.page-hero .lead { max-width: 720px; }
.breadcrumb {
  font-size: 0.82rem; letter-spacing: 0.02em; color: var(--muted); margin-bottom: 1.25rem;
}
.breadcrumb a:hover { color: var(--gold-deep); }
.breadcrumb span { color: var(--charcoal); }

/* ---------- Parallax quote (home) ---------- */
.parallax {
  position: relative; overflow: hidden;
  background: var(--charcoal); color: #fff;
  padding-block: clamp(5rem, 12vw, 9rem);
}
.parallax__bg {
  position: absolute; left: 0; right: 0; top: -20%; height: 140%;
  z-index: 0; pointer-events: none; will-change: transform;
  background:
    radial-gradient(1100px 480px at 78% 14%, rgba(201,168,76,0.18), transparent 60%),
    radial-gradient(820px 420px at 14% 86%, rgba(201,168,76,0.10), transparent 60%);
}
.parallax__inner { position: relative; z-index: 1; max-width: 920px; text-align: center; }
.parallax__quote {
  font-family: var(--font-head); font-weight: 500; color: var(--gold);
  font-size: clamp(1.7rem, 3.4vw, 2.9rem); line-height: 1.28;
  letter-spacing: -0.01em; margin: 0;
}

/* ---------- Feature grid ---------- */
.grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  display: block; background: var(--white); border: 1px solid var(--line);
  border-radius: 4px; padding: clamp(1.75rem, 3vw, 2.5rem);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--warm-gray-2); }
.card__num {
  font-family: var(--font-head); font-size: 1.6rem; color: var(--gold);
  display: block; margin-bottom: 0.6rem;
}
.card h3 { margin-bottom: 0.5rem; }
.card p { font-size: 0.98rem; margin-bottom: 0; }
a.card .link-arrow { margin-top: 1.1rem; }

/* ---------- Split (About) ---------- */
.split {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: start;
}
.portrait {
  aspect-ratio: 4 / 5; border-radius: 4px;
  background:
    linear-gradient(160deg, var(--warm-gray-2), var(--warm-gray));
  display: grid; place-items: center; position: relative;
  border: 1px solid var(--line); overflow: hidden;
}
.portrait .monogram {
  font-family: var(--font-head); font-size: clamp(4rem, 10vw, 7rem);
  color: var(--gold); opacity: 0.55; letter-spacing: 0.05em;
}
.portrait img {
  width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1;
}
.portrait::after {
  content: ""; position: absolute; inset: 0;
  border: 1px solid rgba(201,168,76,0.25); margin: 14px; border-radius: 2px;
  pointer-events: none;
}

/* ---------- Practice Areas ---------- */
.practice-group { margin-bottom: clamp(3rem, 6vw, 5rem); }
.practice-group:last-child { margin-bottom: 0; }
.practice-group__head { margin-bottom: 2.25rem; }
.practice-list { display: grid; gap: 1.5rem 2.5rem; grid-template-columns: repeat(2, 1fr); }
.practice-item {
  display: flex; flex-direction: column;
  border-top: 2px solid var(--charcoal); padding-top: 1.4rem;
}
.practice-item h4 {
  font-family: var(--font-head); font-size: 1.45rem; font-weight: 500;
  margin-bottom: 0.6rem;
}
.practice-item p { font-size: 0.98rem; flex: 1 1 auto; margin-bottom: 1.5rem; }
.practice-item .btn { align-self: flex-start; }

/* ---------- Service page ---------- */
.service-layout {
  display: grid; grid-template-columns: 1.3fr 0.9fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: start;
}
.service-body p { margin-bottom: 1.15rem; }
.panel {
  background: var(--warm-gray); border: 1px solid var(--line);
  border-radius: 4px; padding: clamp(1.75rem, 3vw, 2.5rem);
}
.panel h3 { font-size: 1.4rem; margin-bottom: 0.4rem; }
.check-list { list-style: none; margin: 1.25rem 0 0; padding: 0; }
.check-list li {
  position: relative; padding-left: 1.85rem; margin-bottom: 0.95rem;
  color: var(--charcoal-soft); font-size: 0.98rem; line-height: 1.5;
}
.check-list li:last-child { margin-bottom: 0; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 0.35em;
  width: 11px; height: 7px;
  border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

/* ---------- Contact ---------- */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.15fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: start;
}
.contact-info dl { margin: 0; }
.contact-info dt {
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-deep); margin-bottom: 0.35rem;
}
.contact-info dd {
  margin: 0 0 1.75rem; font-size: 1.05rem; color: var(--charcoal);
  line-height: 1.6;
}
.contact-info dd a:hover { color: var(--gold-deep); }

.form { display: grid; gap: 1.25rem; }
.form__row { display: grid; gap: 1.25rem; grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 0.45rem; }
.field label {
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; color: var(--charcoal);
}
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--charcoal);
  padding: 0.85rem 1rem; border: 1px solid var(--line); border-radius: 3px;
  background: var(--white); transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { resize: vertical; min-height: 140px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}
.form__disclaimer {
  font-size: 0.85rem; color: var(--muted); line-height: 1.6;
  border-left: 2px solid var(--gold); padding-left: 1rem; margin-top: 0.25rem;
}
.form__status { font-size: 0.92rem; font-weight: 500; min-height: 1.2em; }
.form__status.ok { color: var(--gold-deep); }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--charcoal); color: #fff; text-align: center;
  padding-block: clamp(4rem, 8vw, 6.5rem);
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,0.78); }
.cta-band .divider { background: var(--gold); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--charcoal); color: rgba(255,255,255,0.72);
  padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
  font-size: 0.92rem;
}
.footer-top {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem;
  padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.12);
}
.footer__logo { width: clamp(220px, 24vw, 290px); height: auto; margin-bottom: 0.4rem; }
.footer__brand p { color: rgba(255,255,255,0.6); margin-top: 1rem; max-width: 34ch; font-size: 0.9rem; }
.footer h4 {
  color: #fff; font-family: var(--font-body); font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 1.1rem;
}
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer ul li { margin-bottom: 0.7rem; }
.footer ul a { color: rgba(255,255,255,0.72); transition: color .2s ease; }
.footer ul a:hover { color: var(--gold); }
.footer__disclosure {
  padding-top: 2rem; font-size: 0.8rem; color: rgba(255,255,255,0.5);
  line-height: 1.7; max-width: 70ch;
}
.footer__legal {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
  margin-top: 1.75rem; font-size: 0.8rem; color: rgba(255,255,255,0.45);
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
/* Staggered fade-in for service cards within each Practice Areas cluster */
.practice-list .reveal { transition-delay: 0s; }
.practice-list .reveal:nth-child(2) { transition-delay: .1s; }
.practice-list .reveal:nth-child(3) { transition-delay: .2s; }
.practice-list .reveal:nth-child(4) { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .reveal, .practice-list .reveal { transition-delay: 0s; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .grid--3 { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .portrait { max-width: 360px; }
  .service-layout { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .practice-list { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
}

/* Nav collapses to the mobile menu below the width the wide dropdown needs */
@media (max-width: 960px) {
  .nav__toggle { display: block; }
  .nav__links {
    position: absolute; top: 100%; left: 50%; width: 100vw; transform: translateX(-50%);
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--white); border-bottom: 1px solid var(--line);
    padding: 0.5rem var(--gutter) 1.5rem;
    box-shadow: var(--shadow);
    max-height: calc(100vh - 78px); overflow-y: auto;
    display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links > li { width: 100%; }
  .nav__links > li > a {
    display: block; width: 100%; padding: 0.85rem 0; border-bottom: 1px solid var(--line);
  }
  .nav__links > li > a::after { display: none; }
  .nav__portal { margin-top: 0.75rem; text-align: center; border-bottom: 0 !important; }

  /* dropdown becomes an inline accordion */
  .nav__item--dropdown { position: relative; }
  .nav__item--mini { display: block; align-self: auto; }
  .nav__caret {
    display: block; position: absolute; right: 0; top: 0;
    width: 56px; height: 51px; background: none; border: 0; cursor: pointer;
  }
  .nav__caret::before {
    content: ""; position: absolute; top: 50%; left: 50%;
    width: 9px; height: 9px; margin: -7px 0 0 -5px;
    border-right: 2px solid var(--charcoal); border-bottom: 2px solid var(--charcoal);
    transform: rotate(45deg); transition: transform .25s ease;
  }
  .nav__caret[aria-expanded="true"]::before { transform: rotate(-135deg); margin-top: -2px; }
  .dropdown {
    position: static; opacity: 1; visibility: visible; transform: none;
    width: auto; min-width: 0; max-width: none; left: auto; right: auto;
    box-shadow: none; border: 0; background: var(--warm-gray);
    display: none;
  }
  .dropdown.is-open { display: block; }
  .dropdown__inner { display: block; padding: 0.25rem 0 1rem; }
  .dropdown__col { margin-top: 0.5rem; }
  .dropdown__title {
    padding: 0.85rem 0 0.4rem; margin: 0; border-bottom: 0; font-size: 0.68rem; white-space: normal;
  }
  .dropdown__col a {
    display: block; padding: 0.6rem 0 0.6rem 1rem; font-size: 0.92rem; white-space: normal;
    border-bottom: 1px solid var(--line);
  }
  .dropdown__col a:hover { padding-left: 1rem; }
}

@media (max-width: 400px) {
  .brand__mark { font-size: 28px; }
  .brand__rule { height: 36px; }
  .brand__name { font-size: 1.12rem; }
  .brand__tag { font-size: 0.62rem; letter-spacing: 0.34em; }
}
