@charset "utf-8";

:root { --red: #c40016; --ink: #080808; --gold: #d7b770; --soft: #f1f1ef; --line: #d8d8d5; }

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0px; color: rgb(9, 9, 9); font-family: Arial, Helvetica, sans-serif; }

a { color: inherit; text-decoration: none; }

img { display: block; width: 100%; }

button { font: inherit; }

.utility { height: 34px; background: rgb(5, 5, 5); color: rgb(255, 255, 255); padding: 0px 3vw; display: flex; align-items: center; gap: 16px; font-size: 11px; font-weight: 800; letter-spacing: 0.04em; }

.utility i { color: rgb(119, 119, 119); font-style: normal; }

.utility time { margin-left: auto; color: rgb(170, 170, 170); }

.masthead { height: 142px; padding: 0px 3vw; display: flex; align-items: center; border-bottom: 1px solid var(--line); }

.logo, .foot-logo { font-weight: 950; font-size: clamp(52px, 7.7vw, 118px); line-height: 0.8; letter-spacing: -0.075em; }

.logo span, .foot-logo span { color: var(--red); }

.logo small, .foot-logo small { font-size: 0.48em; letter-spacing: -0.05em; }

.claim { margin-left: auto; padding: 4px 0px 4px 38px; border-left: 1px solid rgb(153, 153, 153); min-width: 350px; }

.claim b { font-family: Georgia, serif; color: var(--red); font-size: 23px; line-height: 1; }

.claim p { font-size: 14px; margin: 9px 0px 0px; }

.menu, .lens { display: none; background: none; border: 0px; font-size: 23px; }

nav { height: 49px; display: flex; border-bottom: 1px solid var(--line); }

.links { display: flex; align-items: center; justify-content: center; gap: clamp(13px, 2vw, 35px); flex: 1 1 0%; overflow: hidden; }

.links a { font-size: 12px; font-weight: 900; white-space: nowrap; }

.links a:hover { color: var(--red); }

.newsletter { border: 0px; background: var(--red); color: rgb(255, 255, 255); padding: 0px 28px; font-size: 11px; font-weight: 900; cursor: pointer; }

.ticker { height: 39px; background: var(--red); color: rgb(255, 255, 255); display: flex; align-items: center; overflow: hidden; font-size: 13px; font-weight: 800; }

.ticker strong { align-self: stretch; display: flex; align-items: center; background: rgb(148, 0, 16); padding: 0px 3vw; white-space: nowrap; }

.ticker div { display: flex; align-items: center; width: max-content; animation: 25s linear 0s infinite normal none running ticker; }

.ticker span, .ticker i { white-space: nowrap; padding-left: 55px; }

.ticker i { font-size: 9px; color: rgb(255, 214, 218); }

@keyframes ticker { 
  0% { transform: translateX(15vw); }
  100% { transform: translateX(-100%); }
}

main { overflow: hidden; }

.hero { display: grid; grid-template-columns: minmax(0px, 1.55fr) minmax(390px, 0.8fr); gap: 8px; padding: 8px 1vw 0px; }

.cover { display: grid; grid-template-columns: 58% 42%; min-height: 620px; background: var(--ink); color: rgb(255, 255, 255); cursor: pointer; }

.cover-photo { overflow: hidden; background: rgb(16, 16, 16); }

.cover-photo img { height: 100%; object-fit: contain; object-position: center bottom; }

.cover-copy { padding: clamp(28px, 4vw, 62px); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, rgb(28, 28, 28), rgb(2, 2, 2)); }

.tag { align-self: flex-start; background: var(--red); padding: 7px 9px; font-size: 10px; font-weight: 900; }

.cover-copy > small { margin-top: 24px; color: rgb(187, 187, 187); letter-spacing: 0.1em; }

.cover h1 { font-size: clamp(54px, 5.5vw, 86px); line-height: 0.82; letter-spacing: -0.06em; margin: 9px 0px 23px; }

.cover h2, .spot h2, .business-main h2, .interviews h2, .editor h2 { font-family: Georgia, serif; }

.cover h2 { font-size: clamp(25px, 2.2vw, 37px); line-height: 1.06; margin: 0px 0px 16px; }

.cover p { font-family: Georgia, serif; color: rgb(204, 204, 204); font-size: 17px; line-height: 1.45; }

.cover a, .spot a, .business a, .interviews a { font-size: 11px; font-weight: 900; margin-top: 12px; }

.hero-side { display: grid; grid-template-rows: 1fr 1fr; gap: 8px; }

.spot { display: grid; grid-template-columns: 43% 57%; min-height: 306px; background: rgb(17, 17, 17); color: rgb(255, 255, 255); cursor: pointer; }

.spot img { height: 100%; object-fit: contain; object-position: center bottom; background: rgb(23, 23, 23); }

.spot > div { padding: 26px 22px; display: flex; flex-direction: column; justify-content: center; }

.spot h2 { font-size: 27px; line-height: 1.08; margin: 16px 0px 9px; }

.spot p { color: rgb(204, 204, 204); font-size: 14px; line-height: 1.4; margin: 0px; }

.spot.wine { background: rgb(136, 0, 15); }

.spot.wine img { background: rgb(114, 0, 12); }

.spot.wine .tag { background: rgb(5, 5, 5); }

.section { padding: 57px 4vw; }

.head { display: flex; justify-content: space-between; align-items: end; border-bottom: 2px solid rgb(17, 17, 17); margin-bottom: 25px; }

.head h2 { font-size: 18px; margin: 0px; padding: 0px 0px 10px; border-bottom: 5px solid var(--red); }

.head > a, .head > span { font-size: 10px; font-weight: 900; padding-bottom: 12px; }

.news { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.card { cursor: pointer; }

.card img { aspect-ratio: 16 / 10; object-fit: cover; }

.card > b, .life b, .business-main b, .interviews article > b { display: block; color: var(--red); font-size: 10px; margin-top: 14px; letter-spacing: 0.07em; }

.card h3, .life h3 { font-family: Georgia, serif; font-size: 21px; line-height: 1.18; margin: 8px 0px; }

.card p { font-size: 14px; color: rgb(68, 68, 68); line-height: 1.45; }

.card small { color: rgb(119, 119, 119); }

.manifesto { padding: 52px 20px; text-align: center; background: var(--red); color: rgb(255, 255, 255); }

.manifesto p { max-width: 1000px; margin: 0px auto 17px; font-family: Georgia, serif; font-size: clamp(27px, 3.3vw, 49px); line-height: 1.1; }

.manifesto span { font-size: 10px; font-weight: 900; letter-spacing: 0.13em; }

.people { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }

.people article { text-align: center; padding: 6px 14px; border-right: 1px solid var(--line); }

.people article:last-child { border: 0px; }

.people i { display: grid; place-items: center; width: 96px; height: 96px; margin: 0px auto 14px; border-radius: 50%; background: rgb(11, 11, 11); color: rgb(255, 255, 255); border: 6px solid rgb(238, 238, 238); font-family: Georgia, serif; font-size: 26px; font-style: normal; }

.people b { font-size: 12px; }

.people p { font-family: Georgia, serif; color: rgb(85, 85, 85); font-size: 15px; }

.business { background: rgb(8, 8, 8); color: rgb(255, 255, 255); }

.head.light { border-color: rgb(255, 255, 255); }

.business-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 45px; }

.business-main { display: grid; grid-template-columns: 1.15fr 1fr; background: rgb(21, 21, 21); cursor: pointer; }

.business-main img { height: 100%; min-height: 430px; object-fit: contain; background: rgb(0, 0, 0); }

.business-main > div { padding: 40px; display: flex; flex-direction: column; justify-content: center; }

.business-main h2 { font-size: 34px; line-height: 1.08; margin: 12px 0px; }

.business-main p { color: rgb(187, 187, 187); line-height: 1.5; }

.ranking article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; border-top: 1px solid rgb(85, 85, 85); padding: 23px 0px; }

.ranking i { font-family: Georgia, serif; font-style: normal; color: var(--red); font-size: 38px; }

.ranking b { font-size: 10px; color: rgb(187, 187, 187); }

.ranking h3 { font-family: Georgia, serif; font-size: 21px; line-height: 1.15; margin: 7px 0px; }

.interview-grid { display: grid; grid-template-columns: 1.6fr 0.7fr; gap: 80px; }

.interviews article { padding: 28px 0px; }

.interviews article h2 { font-size: clamp(31px, 4vw, 54px); line-height: 1.08; margin: 16px 0px; }

.interviews article p { font-family: Georgia, serif; font-size: 18px; line-height: 1.5; color: rgb(85, 85, 85); }

.interviews aside { border-top: 5px solid var(--red); padding-top: 12px; }

.interviews aside h3 { font-size: 13px; }

.interviews aside p { font-family: Georgia, serif; line-height: 1.4; border-bottom: 1px solid var(--line); padding: 17px 0px; margin: 0px; }

.life { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 22px; }

.life article { cursor: pointer; }

.life img { aspect-ratio: 4 / 3; object-fit: cover; }

.life .portrait img { object-fit: contain; background: rgb(17, 17, 17); }

.life h3 { font-size: 23px; }

.archive { background: var(--soft); }

.archive-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgb(187, 187, 187); }

.archive-grid article { padding: 30px; background: var(--soft); }

.archive-grid b { font-size: 10px; color: var(--red); }

.archive-grid h3 { font-family: Georgia, serif; font-size: 21px; line-height: 1.2; min-height: 100px; }

.archive-grid a { font-size: 10px; font-weight: 900; }

.editor { display: flex; align-items: center; justify-content: space-between; gap: 60px; background: var(--gold); }

.editor > div { max-width: 900px; }

.editor > div > b { color: rgb(103, 0, 12); font-size: 10px; }

.editor h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.05; margin: 14px 0px; }

.editor p { font-family: Georgia, serif; font-size: 18px; line-height: 1.5; }

.editor > a { border: 2px solid rgb(17, 17, 17); padding: 17px 23px; font-size: 10px; font-weight: 900; white-space: nowrap; }

footer { padding: 58px 20px; background: rgb(5, 5, 5); color: rgb(255, 255, 255); text-align: center; }

.foot-logo { font-size: 48px; }

footer > p { font-family: Georgia, serif; color: rgb(187, 187, 187); font-size: 18px; }

footer div { display: flex; justify-content: center; gap: 25px; margin: 30px 0px; font-size: 11px; font-weight: 800; }

footer small { color: rgb(119, 119, 119); }

dialog { border: 0px; max-width: 520px; padding: 44px; box-shadow: rgba(0, 0, 0, 0.533) 0px 18px 80px; }

dialog::backdrop { background: rgba(0, 0, 0, 0.733); }

dialog > h2 { font-family: Georgia, serif; font-size: 34px; line-height: 1.1; }

dialog > b { color: var(--red); font-size: 11px; }

.close { position: absolute; right: 12px; top: 8px; border: 0px; background: none; font-size: 26px; }

.thanks { display: none; color: var(--red); font-weight: 800; margin-top: 15px; }

form { display: flex; margin-top: 22px; }

form input { min-width: 0px; flex: 1 1 0%; padding: 14px; font-size: 16px; border: 1px solid rgb(153, 153, 153); }

form button { border: 0px; background: var(--red); color: rgb(255, 255, 255); padding: 0px 15px; font-size: 10px; font-weight: 900; }

.story { transition: filter 0.2s; }

.story:hover { filter: brightness(0.94); }

@media (max-width: 1050px) {
  .claim { min-width: 290px; }
  .hero { grid-template-columns: 1fr; }
  .hero-side { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .news { grid-template-columns: repeat(2, 1fr); }
  .business-grid { grid-template-columns: 1fr; }
  .people { grid-template-columns: repeat(3, 1fr); }
  .people article { border: 0px; }
  .links { justify-content: flex-start; padding-left: 18px; }
  .business-main img { min-height: 360px; }
}

@media (max-width: 650px) {
  .utility { height: 28px; justify-content: center; font-size: 9px; }
  .utility { font-size: 0px; }
  .utility time { margin: 0px; font-size: 9px; }
  .masthead { height: 76px; padding: 0px 13px; justify-content: space-between; }
  .logo { font-size: 46px; }
  .claim { display: none; }
  .menu, .lens { display: block; }
  .menu { font-size: 20px; }
  nav { height: 43px; }
  .links { display: none; position: absolute; top: 147px; left: 0px; z-index: 20; width: 100%; padding: 0px; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 30px; flex-direction: column; align-items: stretch; }
  .links.open { display: flex; }
  .links a { padding: 14px 20px; border-bottom: 1px solid rgb(238, 238, 238); }
  .newsletter { margin-left: auto; padding: 0px 18px; }
  .ticker { height: 42px; font-size: 12px; }
  .ticker strong { padding: 0px 13px; font-size: 9px; }
  .ticker span, .ticker i { padding-left: 34px; }
  .hero { display: block; padding: 0px; }
  .cover { display: flex; flex-direction: column; min-height: 0px; }
  .cover-photo { height: 390px; order: 1; }
  .cover-copy { order: 2; padding: 26px 20px 32px; }
  .cover h1 { font-size: 56px; margin: 9px 0px 17px; }
  .cover h2 { font-size: 27px; }
  .cover p { font-size: 16px; }
  .cover-copy > small { margin-top: 20px; }
  .hero-side { display: block; }
  .spot { grid-template-columns: 42% 58%; min-height: 235px; border-top: 5px solid rgb(255, 255, 255); }
  .spot img { min-height: 235px; }
  .spot > div { padding: 20px 16px; }
  .spot h2 { font-size: 21px; margin: 12px 0px 8px; }
  .spot p { font-size: 13px; }
  .section { padding: 40px 18px; }
  .head h2 { font-size: 16px; }
  .head > a { font-size: 9px; }
  .news { grid-template-columns: 1fr; gap: 34px; }
  .card img { aspect-ratio: 16 / 9; }
  .card h3 { font-size: 23px; }
  .people { display: flex; overflow: auto; margin-right: -18px; padding-right: 18px; }
  .people article { min-width: 155px; }
  .people i { width: 85px; height: 85px; }
  .business-main { display: block; }
  .business-main img { height: 270px; min-height: 0px; }
  .business-main > div { padding: 26px 20px; }
  .business-main h2 { font-size: 28px; }
  .ranking h3 { font-size: 19px; }
  .interview-grid { grid-template-columns: 1fr; gap: 20px; }
  .interviews article h2 { font-size: 34px; }
  .life { grid-template-columns: 1fr; gap: 32px; }
  .life img { aspect-ratio: 16 / 10; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-grid h3 { min-height: 0px; }
  .editor { display: block; }
  .editor h2 { font-size: 34px; }
  .editor > a { display: inline-block; margin-top: 17px; }
  footer div { flex-wrap: wrap; gap: 18px; }
  form { flex-direction: column; }
  form button { padding: 14px; }
}

.article-page .top { height: 34px; background: rgb(5, 5, 5); color: rgb(255, 255, 255); padding: 0px 3vw; display: flex; align-items: center; gap: 22px; font-size: 11px; font-weight: 800; }

.article-page .brand { height: 120px; display: flex; align-items: center; padding: 0px 3vw; border-bottom: 1px solid var(--line); }

.article-page nav { padding: 0px 3vw; align-items: center; }

.article-page .back { color: var(--red); font-size: 12px; font-weight: 900; }

.article-page main.story { max-width: 1180px; margin: auto; padding: 55px 24px; overflow: visible; }

.story-kicker { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: 0.07em; }

.article-page main.story > h1 { max-width: 1000px; font-family: Georgia, serif; font-size: 58px; line-height: 1.03; margin: 14px 0px 18px; }

.story-subtitle { max-width: 850px; font-family: Georgia, serif; font-size: 23px; line-height: 1.4; color: rgb(68, 68, 68); }

.story-meta { border-top: 1px solid var(--line); padding: 14px 0px; color: rgb(102, 102, 102); font-size: 13px; }

.story-hero { width: 100%; height: 530px; object-fit: contain; background: rgb(9, 9, 9); }

.story-layout { display: grid; grid-template-columns: minmax(0px, 720px) 270px; gap: 70px; justify-content: center; margin-top: 42px; }

.story-body { font-family: Georgia, serif; font-size: 19px; line-height: 1.75; }

.story-body .drop::first-letter { float: left; color: var(--red); font-size: 72px; font-weight: bold; line-height: 0.8; padding: 8px 10px 0px 0px; }

.story-body h2 { font-family: Arial, sans-serif; font-size: 28px; line-height: 1.15; margin-top: 38px; }

.story-body blockquote { font-size: 28px; line-height: 1.35; border-left: 5px solid var(--red); margin: 35px 0px; padding: 5px 0px 5px 25px; }

.story-layout aside { border-top: 4px solid rgb(17, 17, 17); padding-top: 10px; }

.story-layout aside h3 { font-size: 13px; }

.story-layout aside a { display: block; font-family: Georgia, serif; font-size: 18px; line-height: 1.3; padding: 17px 0px; border-bottom: 1px solid rgb(204, 204, 204); }

.photo-credits { color: rgb(170, 170, 170); text-decoration: underline; font-size: 12px; }

@media (max-width: 700px) {
  .article-page .top { display: none; }
  .article-page .brand { height: 78px; }
  .article-page .brand .logo { font-size: 46px; }
  .article-page main.story { padding: 32px 18px; }
  .article-page main.story > h1 { font-size: 38px; }
  .story-subtitle { font-size: 19px; }
  .story-hero { height: 310px; }
  .story-layout { grid-template-columns: 1fr; gap: 30px; }
  .story-body { font-size: 18px; }
}

.mobile-regions { display: none; }

.ticker > strong { flex: 0 0 auto; position: relative; z-index: 2; }

.ticker-window { flex: 1 1 0%; min-width: 0px; height: 100%; overflow: hidden; align-items: center; display: flex !important; width: auto !important; animation: auto ease 0s 1 normal none running none !important; }

.ticker-track { display: flex; align-items: center; width: max-content; will-change: transform; animation: 28s linear 0s infinite normal none running ticker-fixed; }

.ticker-track span, .ticker-track i { white-space: nowrap; padding-left: 55px; }

.ticker-track i { font-style: normal; font-size: 9px; color: rgb(255, 214, 218); }

@keyframes ticker-fixed { 
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

@media (max-width: 650px) {
  .utility { display: none; }
  .links { top: 119px; }
  .mobile-regions { display: block; padding: 16px 20px 20px; background: rgb(242, 242, 240); border-top: 4px solid var(--red); }
  .mobile-regions b { display: block; color: var(--red); font-size: 11px; margin-bottom: 8px; }
  .mobile-regions span { font-family: Georgia, serif; font-size: 15px; line-height: 1.6; }
  .ticker > strong { padding: 0px 12px; font-size: 9px; }
  .ticker-track span, .ticker-track i { padding-left: 32px; }
}

.people-section .people { gap: 26px; }

.people-section .person-feature { display: flex; min-width: 0px; flex-direction: column; padding: 0px; background: rgb(255, 255, 255); border: 1px solid rgb(212, 212, 209); box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px; }

.person-photo { width: 100%; height: clamp(400px, 34vw, 540px); overflow: hidden; background: linear-gradient(145deg, rgb(237, 237, 235), rgb(213, 212, 208)); }

.people-section .person-feature .person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; background: transparent; transition: transform 0.35s; }

.people-section .person-feature:hover .person-photo img { transform: scale(1.015); }

.person-copy { display: flex; flex: 1 1 0%; flex-direction: column; padding: 24px 22px 25px; }

.people-section .person-copy .person-kicker { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: 0.09em; }

.people-section .person-copy b { padding: 10px 0px 0px; font-size: 15px; letter-spacing: 0.02em; }

.people-section .person-copy h3 { font-family: Georgia, serif; font-size: clamp(23px, 2vw, 31px); line-height: 1.08; margin: 11px 0px 12px; }

.people-section .person-copy p { padding: 0px; margin: 0px 0px 21px; color: rgb(75, 75, 73); font-family: Georgia, serif; font-size: 16px; line-height: 1.45; }

.people-section .person-copy a { margin-top: auto; border-top: 1px solid rgb(204, 204, 204); padding-top: 15px; font-size: 11px; font-weight: 900; }

.people-second .person-feature { background: rgb(255, 255, 255); }

@media (max-width: 1050px) {
  .person-photo { height: 420px; }
  .people-section .person-copy h3 { font-size: 24px; }
}

@media (max-width: 650px) {
  .people-section .people { gap: 30px; }
  .people-section .person-feature { min-width: 0px; }
  .person-photo { height: min(128vw, 560px); }
  .people-section .person-feature .person-photo img { height: 100%; object-fit: cover; object-position: center top; }
  .person-copy { padding: 22px 19px 24px; }
  .people-section .person-copy b { padding: 9px 0px 0px; font-size: 14px; }
  .people-section .person-copy h3 { font-size: 27px; }
  .people-section .person-copy p { padding: 0px; font-size: 16px; }
}

.brand-name { display: block; margin-top: 15px; font-size: clamp(22px, 2vw, 32px); line-height: 0.92; letter-spacing: -0.045em; color: rgb(9, 9, 9); }

.company-card > b { margin-top: 8px; }

.people { grid-template-columns: repeat(3, 1fr); gap: 30px 22px; }

.people article { padding: 0px 0px 20px; text-align: left; border: 0px; cursor: pointer; background: rgb(244, 244, 242); overflow: hidden; }

.people article img { display: block; width: 100%; height: 300px; object-fit: contain; object-position: center top; background: linear-gradient(145deg, rgb(236, 235, 232), rgb(216, 215, 211)); }

.people article b { display: block; padding: 18px 16px 0px; font-size: 19px; letter-spacing: -0.025em; }

.people article p { padding: 0px 16px; margin-bottom: 0px; font-size: 16px; }

.business-brand { display: block; margin-bottom: 15px; font-size: clamp(42px, 5vw, 78px); line-height: 0.82; letter-spacing: -0.065em; color: rgb(255, 255, 255); }

.rank-brand { display: block; font-size: clamp(25px, 2.4vw, 38px); line-height: 0.9; letter-spacing: -0.05em; color: rgb(255, 255, 255); margin-bottom: 9px; }

.ranking article { cursor: pointer; }

.people-second { background: var(--soft); }

.life .agenda { display: flex; min-height: 100%; padding: 34px; flex-direction: column; justify-content: flex-end; background: linear-gradient(145deg, rgb(24, 24, 24), rgb(5, 5, 5)); color: rgb(255, 255, 255); }

.life .agenda b { margin-top: 0px; }

.life .agenda p { font-family: Georgia, serif; color: rgb(187, 187, 187); font-size: 16px; line-height: 1.5; }

.people-section .person-copy .person-name { display: block; padding: 8px 0px 2px; font-size: clamp(30px, 3vw, 46px); line-height: 0.88; letter-spacing: -0.055em; color: rgb(9, 9, 9); }

.feature-name { display: block; margin-top: 15px; font-size: clamp(30px, 3vw, 48px); line-height: 0.88; letter-spacing: -0.055em; color: rgb(9, 9, 9); }

.life .feature-name + b { margin-top: 9px; }

.life .agenda .feature-name { margin: 0px 0px 2px; color: rgb(255, 255, 255); }

.life .agenda .feature-name + b { margin-top: 8px; }

.spot-name { display: block; margin-top: 15px; font-size: clamp(23px, 2.25vw, 35px); line-height: 0.9; letter-spacing: -0.045em; }

.spot.destination { background: rgb(16, 54, 83); }

.spot.destination img { background: rgb(11, 41, 64); }

.spot.destination .tag { background: var(--red); }

.spot .spot-name + h2 { margin-top: 11px; }

@media (max-width: 1050px) {
  .people { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 650px) {
  .people { display: grid; grid-template-columns: 1fr; overflow: visible; margin-right: 0px; padding-right: 0px; gap: 18px; }
  .people article { min-width: 0px; }
  .people article img { height: 230px; }
  .people article b { font-size: 16px; padding: 14px 12px 0px; }
  .people article p { font-size: 14px; padding: 0px 12px; }
  .brand-name { font-size: 29px; }
  .business-brand { font-size: 51px; }
  .people-section .person-copy .person-name { padding: 8px 0px 2px; font-size: 38px; }
  .feature-name { font-size: 36px; }
  .spot-name { font-size: 24px; line-height: 0.92; }
}

.editor { background: rgb(139, 0, 20); color: rgb(255, 255, 255); }

.editor > div > b { color: rgb(255, 217, 222); }

.editor p { color: rgb(244, 223, 226); }

.editor > a { border-color: rgb(255, 255, 255); }

footer { padding: 64px 4vw 42px; }

footer .foot-claim { margin: 22px 0px 30px; color: rgb(255, 255, 255); font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 900; letter-spacing: 0.12em; }

footer .foot-regions { max-width: 1050px; margin: 0px auto; padding: 20px 0px; border-top: 1px solid rgb(85, 85, 85); border-bottom: 1px solid rgb(85, 85, 85); display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); font-size: 12px; font-weight: 900; }

footer .foot-sections { margin: 25px 0px 34px; display: flex; justify-content: center; gap: 28px; color: rgb(187, 187, 187); font-size: 12px; font-weight: 700; }

footer .foot-regions a:hover, footer .foot-sections a:hover { color: rgb(255, 255, 255); }

footer > small { color: rgb(119, 119, 119); font-size: 11px; }

@media (max-width: 650px) {
  footer { padding: 50px 20px 35px; }
  footer .foot-claim { font-size: 13px; line-height: 1.5; }
  footer .foot-regions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0px; text-align: left; }
  footer .foot-regions a { padding: 13px 10px; border-bottom: 1px solid rgb(37, 37, 37); }
  footer .foot-sections { gap: 18px; margin: 24px 0px 30px; }
}

.masthead > .logo { animation: 0.9s cubic-bezier(0.2, 0.75, 0.25, 1) 0s 1 normal both running masthead-on-air; }

.masthead > .logo span { display: inline-block; animation: 1.15s ease-in-out 0.85s 2 normal none running signal-pulse; }

@keyframes masthead-on-air { 
  0% { opacity: 0; transform: translateY(-10px) scale(0.985); letter-spacing: -0.115em; }
  100% { opacity: 1; transform: none; letter-spacing: -0.075em; }
}

@keyframes signal-pulse { 
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.18); }
}

.broadcast-bar { position: fixed; z-index: 100; top: 0px; left: 0px; right: 0px; height: 52px; padding: 0px 3vw; display: flex; align-items: center; gap: 21px; background: rgb(5, 5, 5); color: rgb(255, 255, 255); border-bottom: 3px solid var(--red); box-shadow: rgba(0, 0, 0, 0.267) 0px 8px 25px; opacity: 0; transform: translateY(-110%); pointer-events: none; transition: transform 0.32s, opacity 0.25s; }

.broadcast-bar.visible { opacity: 1; transform: translateY(0px); pointer-events: auto; }

.broadcast-logo { font-size: 29px; font-weight: 950; line-height: 1; letter-spacing: -0.065em; }

.broadcast-logo span { color: var(--red); }

.broadcast-logo small { font-size: 0.48em; }

.broadcast-live { display: flex; align-items: center; gap: 7px; padding-left: 20px; border-left: 1px solid rgb(85, 85, 85); font-size: 11px; font-weight: 900; letter-spacing: 0.07em; }

.broadcast-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: rgba(196, 0, 22, 0.4) 0px 0px 0px 0px; animation: 1.8s ease-out 0s infinite normal none running on-air-pulse; }

.utility { display: flex; align-items: center; gap: 18px; }

.utility time { margin-left: auto; }

.utility-live { display: inline-flex; align-items: center; gap: 5px; color: rgb(255, 255, 255); font-size: 10px; font-weight: 900; letter-spacing: 0.08em; }

.utility-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: rgba(196, 0, 22, 0.4) 0px 0px 0px 0px; animation: 1.8s ease-out 0s infinite normal none running on-air-pulse; }

.broadcast-claim { color: rgb(187, 187, 187); font-size: 11px; font-weight: 800; letter-spacing: 0.06em; }

.broadcast-up { margin-left: auto; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgb(85, 85, 85); border-radius: 50%; font-size: 17px; }

@keyframes on-air-pulse { 
  0% { box-shadow: rgba(196, 0, 22, 0.5) 0px 0px 0px 0px; }
  70%, 100% { box-shadow: rgba(196, 0, 22, 0) 0px 0px 0px 8px; }
}

@media (max-width: 650px) {
  .broadcast-bar { height: 47px; padding: 0px 13px; gap: 12px; }
  .broadcast-logo { font-size: 25px; }
  .broadcast-live { padding-left: 12px; font-size: 9px; }
  .broadcast-claim { display: none; }
  .broadcast-up { width: 28px; height: 28px; font-size: 15px; }
  .utility { gap: 10px; }
  .utility > span:not(.utility-live) { display: none; }
  .utility time { margin-left: auto; }
  .utility-live { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .masthead > .logo, .masthead > .logo span, .broadcast-live i, .utility-live i { animation: auto ease 0s 1 normal none running none; }
  .broadcast-bar { transition: none; }
}

.foot-legal { margin: 26px 0px 20px !important; }

.foot-legal a { color: rgb(221, 221, 221); font-size: 11px; font-weight: 900; letter-spacing: 0.08em; text-decoration: underline; text-underline-offset: 4px; }

.credits-page { background: rgb(244, 244, 242); }

.credits-page header { background: rgb(255, 255, 255); }

.credits-page .brand { height: 120px; display: flex; align-items: center; padding: 0px 3vw; border-bottom: 1px solid var(--line); }

.credits-page nav { padding: 0px 3vw; align-items: center; background: rgb(255, 255, 255); }

.credits-page .back { color: var(--red); font-size: 12px; font-weight: 900; }

.credits { max-width: 1180px; margin: auto; padding: 62px 24px 80px; overflow: visible; }

.credits-kicker { margin: 0px 0px 12px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: 0.1em; }

.credits > h1 { margin: 0px; font-family: Georgia, serif; font-size: clamp(46px, 6vw, 82px); line-height: 0.98; letter-spacing: -0.045em; }

.credits-intro { max-width: 900px; margin: 24px 0px 58px; font-family: Georgia, serif; font-size: 20px; line-height: 1.55; color: rgb(62, 62, 60); }

.credit-group { margin-top: 46px; }

.credit-group > h2 { margin: 0px 0px 20px; padding-bottom: 12px; border-bottom: 5px solid var(--red); font-size: 18px; text-transform: uppercase; }

.credit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgb(200, 200, 196); border: 1px solid rgb(200, 200, 196); }

.credit-grid article { min-height: 190px; padding: 27px 25px; background: rgb(255, 255, 255); }

.credit-grid h3 { margin: 0px 0px 15px; font-family: Georgia, serif; font-size: 25px; line-height: 1.05; }

.credit-grid p { margin: 8px 0px; color: rgb(85, 85, 85); font-size: 14px; line-height: 1.45; }

.credit-grid a { color: rgb(139, 0, 20); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.credits-note { margin-top: 42px; padding: 28px 30px; border-left: 6px solid var(--red); background: rgb(10, 10, 10); color: rgb(255, 255, 255); }

.credits-note strong { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }

.credits-note p { max-width: 900px; margin: 10px 0px 0px; color: rgb(204, 204, 204); font-family: Georgia, serif; font-size: 17px; line-height: 1.5; }

@media (max-width: 850px) {
  .credit-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
  .credits-page .brand { height: 78px; padding: 0px 16px; }
  .credits-page .brand .logo { font-size: 46px; }
  .credits-page nav { height: 42px; padding: 0px 18px; }
  .credits { padding: 38px 17px 55px; }
  .credits-intro { margin: 20px 0px 42px; font-size: 18px; }
  .credit-grid { grid-template-columns: 1fr; }
  .credit-grid article { min-height: 0px; padding: 24px 20px; }
  .credits-note { padding: 24px 20px; }
}

@media (min-width: 651px) {
  .claim { min-width: 430px; }
  .claim b { font-size: clamp(28px, 2.2vw, 36px); line-height: 0.92; letter-spacing: -0.035em; }
  .claim p { margin-top: 11px; }
}

@media (min-width: 651px) and (max-width: 1050px) {
  .claim { min-width: 330px; }
  .claim b { font-size: 27px; }
}

@media (min-width: 651px) {
  .claim { min-width: 470px; }
  .claim b { display: block; color: var(--red); font-family: Arial, Helvetica, sans-serif; font-size: clamp(31px, 2.55vw, 42px); font-weight: 950; line-height: 0.88; letter-spacing: -0.055em; }
}

@media (min-width: 651px) and (max-width: 1050px) {
  .claim { min-width: 350px; padding-left: 28px; }
  .claim b { font-size: 29px; }
}

.story-sources { margin-top: 48px; padding: 26px 28px; border-top: 5px solid var(--red); background: rgb(241, 241, 239); font-family: Arial, Helvetica, sans-serif; }

.story-sources h2 { margin: 0px 0px 15px !important; font-size: 20px !important; }

.story-sources ul { margin: 0px; padding-left: 20px; }

.story-sources li { margin: 10px 0px; line-height: 1.35; }

.story-sources a { color: rgb(139, 0, 20); font-size: 15px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.story-sources p { margin: 18px 0px 0px; color: rgb(102, 102, 102); font-size: 13px; line-height: 1.45; }

.editor > span { border: 2px solid; padding: 17px 23px; font-size: 10px; font-weight: 900; white-space: nowrap; }

.people-section .person-feature .person-photo img { object-fit: contain; object-position: center center; transform: none; }

.card img, .life img { object-fit: contain; background: rgb(241, 241, 239); }

.read-time { margin: 16px 0px; color: rgb(168, 0, 21); font-size: 14px; font-weight: 800; }

.minute-intro { display: flex; gap: 12px; flex-wrap: wrap; border-block: 1px solid rgb(221, 221, 221); padding: 16px 0px; margin-bottom: 20px; font: 14px Arial, sans-serif; }

.story:focus-visible { outline: rgb(196, 0, 22) solid 3px; outline-offset: 4px; }

.cover-copy, .spot > div { min-width: 0px; }

.cover h1 { line-height: 0.95; }

.brand-name, .person-name { overflow-wrap: normal; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { animation: auto ease 0s 1 normal none running none !important; transition: none !important; }
}

.people-section .person-feature:hover .person-photo img { transform: none; }

.subscribe-mail { display: inline-block; margin-top: 18px; padding: 15px 18px; background: var(--red); color: white; font-weight: 800; }

a:focus-visible, button:focus-visible { outline: rgb(196, 0, 22) solid 3px; outline-offset: 4px; }

.cover-photo img, .spot > img, .person-photo img, .business-main > img { object-fit: contain !important; object-position: center center !important; transform: none !important; }

.cover-photo, .spot, .person-photo, .business-main { overflow: hidden; }

.brand-panel { height: 210px; display: flex; align-items: center; justify-content: center; padding: 18px; background: rgb(242, 242, 239); color: rgb(9, 9, 9); font-weight: 950; line-height: 1; overflow: hidden; }

.google-panel { font: 700 clamp(48px, 5vw, 76px) Arial, sans-serif; letter-spacing: -0.07em; }

.g-blue { color: rgb(66, 133, 244); }

.g-red { color: rgb(234, 67, 53); }

.g-yellow { color: rgb(251, 188, 5); }

.g-green { color: rgb(52, 168, 83); }

.zara-panel { background: rgb(247, 246, 241); font-family: Georgia, serif; font-size: clamp(64px, 7vw, 105px); font-weight: 500; letter-spacing: -0.12em; }

.zara-panel.compact { height: 260px; }

.logo-card .brand-name { margin-top: 18px; }

@media (max-width: 650px) {
  .brand-panel { height: 185px; }
  .zara-panel.compact { height: 220px; }
  .cover-photo img, .spot > img, .person-photo img, .business-main > img { object-fit: contain !important; object-position: center center !important; }
}