:root {
  --navy: #071522;
  --navy-soft: #0e2234;
  --ink: #15202b;
  --slate: #66717d;
  --ivory: #f6f2e9;
  --paper: #fffdf8;
  --gold: #c7a65a;
  --gold-light: #e6cf94;
  --red: #9d2634;
  --line: #dcd5c7;
  --sans: "DM Sans", system-ui, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
  --shadow: 0 24px 70px rgba(7, 21, 34, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  height: 84px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,.1);
  position: relative;
  z-index: 20;
}
.brand, .footer-brand { display: flex; align-items: center; gap: 13px; }
.brand-mark {
  width: 42px;
  aspect-ratio: 3 / 4;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  position: relative;
  font-family: var(--serif);
  font-size: 13px;
}
.brand-mark::before { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(199,166,90,.35); }
.brand-mark span { position: relative; }
.brand-copy { display: grid; }
.brand-copy strong { font-family: var(--serif); font-size: 20px; letter-spacing: .01em; }
.brand-copy small { margin-top: 1px; color: #aab4bd; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); font-size: 13px; font-weight: 600; }
.site-nav a { padding: 31px 0 27px; border-bottom: 3px solid transparent; color: #d6dce1; transition: .2s; }
.site-nav a:hover { color: #fff; border-color: var(--gold); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { width: 24px; height: 2px; display: block; margin: 5px; background: #fff; }

.hero {
  min-height: 690px;
  padding: 66px clamp(24px, 8vw, 130px) 74px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr);
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
  color: white;
  background:
    linear-gradient(90deg, rgba(7,21,34,.98), rgba(7,21,34,.93)),
    url("Images/Header Mantle N Brady.png") center/cover;
  position: relative;
  overflow: hidden;
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--red), var(--gold), var(--red)); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 540px; height: 540px; right: -220px; top: -230px; background: radial-gradient(circle, rgba(199,166,90,.15), transparent 68%); }
.hero-glow-two { width: 420px; height: 420px; left: 28%; bottom: -330px; background: radial-gradient(circle, rgba(157,38,52,.22), transparent 68%); }
.hero-copy, .hero-card { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 17px; display: flex; align-items: center; gap: 10px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #876b2b; }
.hero h1 { max-width: 770px; margin: 0; font-family: var(--serif); font-size: clamp(47px, 5.4vw, 82px); line-height: 1.02; letter-spacing: -.035em; }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero-intro { max-width: 660px; margin: 25px 0 32px; color: #cbd3da; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy); background: var(--gold-light); }
.button-gold:hover { background: #f0dba8; }
.button-ghost { color: white; border-color: rgba(255,255,255,.32); }
.button-ghost:hover { border-color: white; }
.button-light { color: var(--navy); background: white; }
.hero-proof { margin-top: 42px; padding-top: 25px; display: flex; gap: 44px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-proof div { display: grid; }
.hero-proof strong { color: var(--gold-light); font-family: var(--serif); font-size: 24px; }
.hero-proof span { color: #9fabb5; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }

.hero-card { max-width: 430px; justify-self: end; padding: 20px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.17); box-shadow: 0 40px 90px rgba(0,0,0,.35); backdrop-filter: blur(10px); }
.rank-flag { position: absolute; top: 32px; left: 7px; z-index: 3; padding: 8px 14px; color: var(--navy); background: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.card-photo-wrap { min-height: 400px; padding: 18px; display: grid; place-items: center; background: radial-gradient(circle at 50% 25%, #f9f4e8, #c9c1b1); }
.card-photo-wrap img { max-height: 390px; width: auto; filter: drop-shadow(0 18px 15px rgba(0,0,0,.25)); transition: transform .35s; }
.hero-card:hover .card-photo-wrap img { transform: scale(1.025) rotate(-.5deg); }
.hero-card-meta { padding: 20px 3px 2px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.card-kicker, .ranking-copy > span { color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero-card h2 { margin: 5px 0 3px; font-family: var(--serif); font-size: 21px; }
.hero-card p { margin: 0; color: #9fabb5; font-size: 12px; }
.score-seal { width: 78px; height: 78px; flex: 0 0 78px; display: grid; place-content: center; text-align: center; border: 1px solid var(--gold); border-radius: 50%; }
.score-seal span, .score-seal small { color: #aeb8c1; font-size: 7px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.score-seal strong { color: var(--gold-light); font-family: var(--serif); font-size: 23px; line-height: 1; }

.section-shell, .discovery, .founder { max-width: 1240px; margin-inline: auto; }
.discovery { padding: 88px 24px 52px; }
.section-heading h2, .feature-copy h2, .founder h2 { margin: 0; font-family: var(--serif); font-size: clamp(35px, 4vw, 52px); line-height: 1.08; letter-spacing: -.025em; }
.section-heading > p:not(.eyebrow), .section-heading > div > p:not(.eyebrow) { color: var(--slate); line-height: 1.7; }
.section-heading.centered { max-width: 700px; margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.search-wrap { max-width: 880px; margin: 34px auto 26px; position: relative; }
.search-bar { margin: 0; padding: 8px; display: flex; align-items: center; gap: 12px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 14px 40px rgba(7,21,34,.06); }
.search-bar svg { width: 23px; margin-left: 12px; fill: none; stroke: #78838d; stroke-width: 1.7; }
.search-bar input { min-width: 0; flex: 1; padding: 13px 4px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-bar button { align-self: stretch; padding: 0 27px; border: 0; color: white; background: var(--red); font-weight: 700; cursor: pointer; }
.search-results { position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 12; padding: 7px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(7,21,34,.16); }
.search-results[hidden] { display: none; }
.search-results a { padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #ebe5da; }
.search-results a:last-child { border-bottom: 0; }
.search-results a:hover { background: #f0e9dc; }
.search-results span { font-family: var(--serif); font-size: 15px; font-weight: 700; }
.search-results small { color: var(--slate); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.category-links { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); background: var(--paper); }
.category-links a { min-width: 0; padding: 20px 18px; display: grid; grid-template-columns: 1fr auto; border-right: 1px solid var(--line); transition: background .2s; }
.category-links a:last-child { border-right: 0; }
.category-links a:hover { background: #eee6d8; }
.category-links span { font-family: var(--serif); font-size: 18px; font-weight: 700; }
.category-links small { grid-row: 2; color: var(--slate); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.category-links b { grid-row: 1 / span 2; align-self: center; color: var(--red); }

.rankings { padding: 90px 24px 112px; }
.section-heading.split { margin-bottom: 36px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading.split > div { max-width: 690px; }
.text-link { display: inline-flex; gap: 15px; align-items: center; padding-bottom: 5px; color: #7f6221; border-bottom: 1px solid #bba367; font-size: 12px; font-weight: 700; white-space: nowrap; }
.ranking-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ranking-card { min-width: 0; padding: 17px; display: grid; grid-template-columns: 42% 1fr; gap: 18px; background: var(--paper); border: 1px solid var(--line); position: relative; transition: transform .25s, box-shadow .25s; }
.ranking-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.ranking-number { position: absolute; top: 18px; left: 0; z-index: 2; padding: 6px 11px; color: white; background: var(--red); font-family: var(--serif); font-size: 17px; }
.ranking-image { min-height: 280px; padding: 15px 10px; display: grid; place-items: center; background: #ede8de; }
.ranking-image img { max-height: 245px; width: auto; filter: drop-shadow(0 12px 9px rgba(0,0,0,.2)); }
.ranking-copy { padding: 12px 5px 5px 0; display: flex; flex-direction: column; }
.ranking-copy > span { color: #8b6c27; }
.ranking-copy h3 { margin: 6px 0 9px; font-family: var(--serif); font-size: 25px; line-height: 1.05; }
.ranking-copy p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.6; }
.mini-score { margin-top: auto; padding-top: 16px; display: flex; align-items: end; justify-content: space-between; border-top: 1px solid var(--line); }
.mini-score small { color: var(--slate); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.mini-score strong { color: var(--red); font-family: var(--serif); font-size: 27px; line-height: 1; }

.feature-story { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; color: white; background: var(--navy); }
.feature-image { min-height: 660px; padding: 70px; display: grid; place-items: center; background: linear-gradient(135deg, #182c3c, #0b1925); position: relative; overflow: hidden; }
.feature-image::before { content: ""; position: absolute; inset: 10% 18%; border: 1px solid rgba(199,166,90,.2); transform: rotate(8deg); }
.feature-image img { max-height: 510px; width: auto; position: relative; z-index: 2; filter: drop-shadow(0 30px 24px rgba(0,0,0,.45)); transform: rotate(-4deg); }
.vertical-label { position: absolute; left: 28px; bottom: 45px; color: #80909d; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.feature-copy { max-width: 660px; padding: clamp(65px, 9vw, 130px); align-self: center; }
.feature-copy .lead { margin: 25px 0; color: #bdc7cf; font-size: 17px; line-height: 1.8; }
.feature-copy blockquote { margin: 28px 0 35px; padding-left: 20px; color: var(--gold-light); border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 20px; line-height: 1.5; }

.method { padding: 110px 24px 80px; }
.method-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--paper); }
.method-grid article { min-width: 0; padding: 31px 27px 34px; border-right: 1px solid var(--line); position: relative; }
.method-grid article:last-child { border-right: 0; }
.method-icon { width: 35px; height: 35px; display: grid; place-items: center; color: #8b6c27; border: 1px solid #cdbb90; font-family: var(--serif); font-size: 12px; }
.method-grid strong { position: absolute; top: 29px; right: 25px; color: #d7c69f; font-family: var(--serif); font-size: 27px; }
.method-grid h3 { margin: 28px 0 11px; font-family: var(--serif); font-size: 21px; }
.method-grid p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.7; }
.method-note { padding: 27px 30px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: #ece4d5; }
.method-note p { max-width: 760px; margin: 0; color: #59636c; font-size: 12px; line-height: 1.7; }
.method-note strong { color: var(--ink); }

.community { padding: 35px 24px 115px; }
.community-panel { padding: clamp(35px, 6vw, 75px); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; color: white; background: var(--red); position: relative; overflow: hidden; }
.community-panel::after { content: "VOTE"; position: absolute; left: 44%; bottom: -40px; color: rgba(255,255,255,.045); font-family: var(--serif); font-size: 170px; font-weight: 700; }
.community-copy { position: relative; z-index: 2; }
.community-copy .eyebrow { color: #f1cf98; }
.community-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 55px); }
.community-copy > p:not(.eyebrow) { margin: 18px 0 30px; color: #f4dce0; line-height: 1.75; }
.vote-card { min-width: 0; padding: 20px; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 26px; background: white; color: var(--ink); position: relative; z-index: 2; box-shadow: 0 25px 50px rgba(65,0,10,.3); }
.vote-card img { width: 150px; height: 205px; object-fit: contain; background: #eee9df; }
.vote-card small { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.vote-card h3 { margin: 7px 0 10px; font-family: var(--serif); font-size: 25px; }
.vote-card p { color: var(--slate); font-size: 12px; line-height: 1.6; }

.founder { padding: 10px 24px 115px; display: grid; grid-template-columns: 180px minmax(0, 760px); justify-content: center; align-items: center; gap: 70px; }
.founder-monogram { width: 165px; height: 215px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--gold); outline: 1px solid var(--gold); outline-offset: -11px; font-family: var(--serif); font-size: 43px; }
.founder p:not(.eyebrow) { color: var(--slate); line-height: 1.8; }

footer { padding: 48px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; color: #cbd3da; background: var(--navy); }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { color: white; font-family: var(--serif); font-size: 18px; }
.footer-brand small { margin-top: 3px; color: #81909c; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 25px; font-size: 11px; font-weight: 700; }
footer > p { grid-column: 1 / -1; margin: 12px 0 0; padding-top: 20px; color: #74838f; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr .72fr; gap: 45px; padding-inline: 45px; }
  .ranking-card { grid-template-columns: 1fr; }
  .ranking-image { min-height: 270px; }
  .ranking-copy p { min-height: 58px; }
  .mini-score { margin-top: 20px; }
  .category-links { grid-template-columns: repeat(3, 1fr); }
  .category-links a:nth-child(3) { border-right: 0; }
  .category-links a:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .site-header { height: 70px; padding-inline: 20px; }
  .brand-copy strong { font-size: 17px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 70px; left: 0; right: 0; padding: 12px 20px 22px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: var(--navy); box-shadow: 0 20px 35px rgba(0,0,0,.25); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 3px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { padding: 55px 24px 70px; grid-template-columns: 1fr; }
  .hero-card { max-width: 480px; justify-self: center; }
  .ranking-grid { grid-template-columns: 1fr; }
  .ranking-card { grid-template-columns: 180px 1fr; }
  .ranking-copy p { min-height: 0; }
  .feature-story { grid-template-columns: 1fr; }
  .feature-image { min-height: 520px; }
  .feature-copy { max-width: none; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid article:nth-child(2) { border-right: 0; }
  .method-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .method-note { align-items: start; flex-direction: column; gap: 18px; }
  .community-panel { grid-template-columns: 1fr; gap: 40px; }
  .founder { grid-template-columns: 130px 1fr; gap: 35px; }
  .founder-monogram { width: 125px; height: 165px; }
}

@media (max-width: 560px) {
  .brand-copy small { display: none; }
  .hero h1 { font-size: 43px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-proof { justify-content: space-between; gap: 13px; }
  .hero-proof strong { font-size: 20px; }
  .hero-proof span { font-size: 8px; }
  .hero-card { width: 100%; padding: 13px; }
  .card-photo-wrap { min-height: 330px; }
  .card-photo-wrap img { max-height: 310px; }
  .hero-card h2 { font-size: 17px; }
  .score-seal { width: 67px; height: 67px; flex-basis: 67px; }
  .score-seal strong { font-size: 20px; }
  .discovery { padding-top: 72px; }
  .search-bar input { font-size: 13px; }
  .search-bar button { padding-inline: 17px; }
  .category-links { grid-template-columns: 1fr 1fr; }
  .category-links a, .category-links a:nth-child(3) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .category-links a:nth-child(even) { border-right: 0; }
  .category-links a:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .section-heading.split { align-items: start; flex-direction: column; }
  .rankings { padding-block: 75px 90px; }
  .ranking-card { grid-template-columns: 42% 1fr; gap: 14px; }
  .ranking-image { min-height: 225px; }
  .ranking-image img { max-height: 195px; }
  .ranking-copy h3 { font-size: 20px; }
  .ranking-copy p { display: none; }
  .feature-image { min-height: 440px; padding: 55px; }
  .feature-image img { max-height: 350px; }
  .feature-copy { padding: 70px 25px; }
  .method { padding-top: 85px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .method-grid article:nth-child(2) { border-right: 0; }
  .method-grid article:last-child { border-bottom: 0; }
  .community { padding-bottom: 90px; }
  .community-panel { padding: 45px 22px; }
  .vote-card { grid-template-columns: 100px 1fr; gap: 16px; padding: 13px; }
  .vote-card img { width: 100px; height: 150px; }
  .vote-card h3 { font-size: 19px; }
  .vote-card p { display: none; }
  .founder { padding-bottom: 85px; grid-template-columns: 1fr; }
  .founder-monogram { width: 95px; height: 125px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; gap: 17px; }
}
