:root {
  --primary: #800020;
  --primary-deep: #650018;
  --teal: #499182;
  --black: #000;
  --white: #fff;
  --gutter: 20px;
  --heading: "komu-a", "Arial Narrow", Impact, sans-serif;
  --body: "Source Sans 3", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--primary); font-family: var(--body); font-size: 18px; overflow-x: hidden; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
[data-disabled] { cursor: default; }
button, input { font: inherit; }
button { color: inherit; }
img, video { display: block; max-width: 100%; }
h1, h2, h3, h4 { margin: 0; font-family: var(--heading); font-weight: 400; text-transform: uppercase; }
p { margin: 0; }
.container, .wide-container, .narrow-container { width: 100%; margin-inline: auto; padding-inline: var(--gutter); }
.container, .wide-container { max-width: 1420px; }
.narrow-container { max-width: 1260px; }
.section-white { background: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: flex-start; min-height: 74px; padding: 12px 20px; background: #fff; transition: min-height .35s ease, box-shadow .35s ease, padding .35s ease; }
.brand { display: block; width: 165px; margin-right: auto; transition: width .35s ease, padding .35s ease; }
.brand img { width: 100%; }
.desktop-nav { display: none; }
.header-actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.book-link, .desktop-nav a { position: relative; height: 34px; overflow: hidden; padding-top: 2px; font-family: var(--heading); font-size: 24px; line-height: 30px; text-transform: uppercase; white-space: nowrap; }
.book-link { color: var(--primary); }
.flip-link span { display: block; transition: transform .3s ease; }
.flip-link:hover span { transform: translateY(-100%); }
.menu-button { position: relative; width: 30px; height: 26px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-button span { position: absolute; left: 0; width: 100%; height: 2px; background: #000; transition: transform .25s ease; }
.menu-button span:nth-child(1) { top: 3px; }.menu-button span:nth-child(2) { top: 12px; }.menu-button span:nth-child(3) { top: 21px; }

.menu-drawer { position: fixed; z-index: 80; inset: 0; padding-bottom: 30px; overflow-y: auto; background-color: var(--primary); background-image: radial-gradient(circle at 20% 20%, #b33a5a59 0 1px, transparent 1.5px), linear-gradient(115deg, #fff0 0 45%, #4d001318 45% 55%, #fff0 55%); background-size: 18px 18px, cover; transform: translateY(-105%); transition: transform .65s cubic-bezier(.77,0,.18,1); }
.menu-drawer.open { transform: translateY(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px 28px; }
.drawer-head img { width: 165px; }
.drawer-close { position: relative; width: 36px; height: 36px; border: 0; background: transparent; cursor: pointer; }
.drawer-close span { position: absolute; top: 17px; left: 2px; width: 32px; height: 2px; background: #000; transform: rotate(45deg); }
.drawer-close span + span { transform: rotate(-45deg); }
.drawer-main a { display: block; padding: 10px 20px 4px; border-block-start: 1px solid #000; font-family: var(--heading); font-size: clamp(38px, 7vw, 86px); line-height: .95; text-align: center; text-transform: uppercase; transition: background .2s, color .2s; }
.drawer-main a:hover { background: #000; color: var(--primary); }
.drawer-main a:last-child { border-bottom: 1px solid #000; }
.drawer-secondary { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 28px; padding: 24px 20px; }
.drawer-secondary a { font-family: var(--heading); font-size: 24px; text-transform: uppercase; }
.scrim { position: fixed; inset: 0; z-index: 70; background: #0009; opacity: 0; visibility: hidden; transition: opacity .35s; }
.scrim.visible { opacity: 1; visibility: visible; }

.page-shell { position: relative; z-index: 2; margin-bottom: 660px; overflow: hidden; background: #fff; border-radius: 0 0 48px 48px; }
.hero { padding-top: 70px; border-bottom: 1px dashed #000; }
.hero-media-wrap { padding-inline: 20px; }
.hero-video { width: 100%; max-height: calc(100vh - 90px); aspect-ratio: 1380 / 840; object-fit: cover; }
.hero-title-row { position: relative; padding-top: 32px; padding-bottom: 45px; }
.hero h1 { max-width: 100%; font-size: 80px; line-height: 75px; }
.brand-story-button { position: absolute; right: 20px; bottom: 60px; width: 75px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; animation: gentle-spin 20s linear infinite; }
.brand-story-button img { border-radius: 50%; }
@keyframes gentle-spin { to { transform: rotate(360deg); } }

.authentic { padding: 38px 0 72px; }
.section-heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 38px; }
.section-heading-row h2, .locations h2, .daily h2 { font-size: clamp(50px, 7vw, 100px); line-height: .95; }
.section-heading-row p { max-width: 760px; margin-top: 14px; font-size: 19px; line-height: 1.5; }
.arrow-link { display: inline-flex; align-items: center; gap: 14px; flex: 0 0 auto; color: var(--primary); font-family: var(--heading); font-size: 29px; line-height: 1; text-transform: uppercase; }
.arrow-link i { position: relative; display: block; width: 54px; height: 16px; transition: width .25s ease; }
.arrow-link i::before { content: ""; position: absolute; top: 7px; left: 0; right: 7px; height: 2px; background: currentColor; }
.arrow-link i::after { content: ""; position: absolute; top: 3px; right: 0; border-block: 5px solid transparent; border-left: 9px solid currentColor; }
.arrow-link:hover i { width: 70px; }
.arrow-link.black { color: #000; }
.desktop-only { display: none; }
.panel-stage { display: none; gap: 20px; }
.feature-panel { position: relative; flex: 1 1 20%; height: 623px; overflow: hidden; color: #fff; cursor: pointer; transition: flex-basis .5s ease; }
.feature-panel.active { flex-basis: 40%; }
.feature-panel > img { position: absolute; inset: 0; width: max(40vw, 580px); height: 100%; max-width: none; object-fit: cover; }
.panel-shade { position: absolute; inset: 0; background: linear-gradient(180deg, #0004, transparent 40%, #000b); }
.panel-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 38px 22px; }
.panel-copy h3 { font-size: 34px; line-height: 1; white-space: nowrap; }
.panel-copy hr { margin: 24px 0 0; border: 0; border-top: 1px solid #fff; }
.panel-copy p { max-width: 390px; font-size: 20px; line-height: 1.25; opacity: 0; transform: translateY(18px); transition: opacity .35s, transform .35s; }
.feature-panel.active .panel-copy p { opacity: 1; transform: none; }
.mobile-feature { position: relative; }
.mobile-feature-track { overflow: hidden; }
.mobile-card img { width: 100%; aspect-ratio: 327/260; object-fit: cover; }
.mobile-card h3 { margin-top: 16px; font-size: 34px; }
.mobile-card hr { border: 0; border-top: 1px solid #000; }
.mobile-card p { min-height: 110px; font-size: 17px; line-height: 1.35; }
.slider-arrow, .card-arrow { position: absolute; z-index: 3; display: grid; place-items: center; width: 56px; height: 56px; padding: 0; border: 0; background: var(--primary); font-size: 25px; cursor: pointer; }
.mobile-feature .slider-arrow { top: 30%; }.mobile-feature .previous { left: 20px; }.mobile-feature .next { right: 20px; }
.mobile-feature > .arrow-link { margin-top: 20px; }

.textured-section { background-color: var(--primary); background-image: radial-gradient(circle at 20% 20%, #b33a5a59 0 1px, transparent 1.5px), linear-gradient(115deg, #fff0 0 45%, #4d001318 45% 55%, #fff0 55%); background-size: 18px 18px, cover; }
.locations { position: relative; padding: 24px 0; }
.dash-border { border-block: 1px dashed #000; padding: 42px 0 58px; }
.locations-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 20px; }
.location-form { display: flex; width: min(100%, 460px); margin-top: 24px; }
.location-form input { min-width: 0; flex: 1; height: 58px; padding: 10px 18px; border: 2px solid #000; border-radius: 0; background: #fff; font-size: 18px; letter-spacing: .09em; outline: 0; }
.location-form input:focus { box-shadow: inset 0 0 0 2px var(--teal); }
.location-form button { width: 66px; border: 2px solid #000; border-left: 0; background: #000; color: var(--primary); font-size: 28px; cursor: pointer; }
.use-location { margin-top: 18px; padding: 0; border: 0; border-bottom: 1px solid #000; background: transparent; font-size: 15px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.use-location span { margin-right: 8px; font-size: 22px; }
.location-result { max-height: 0; overflow: hidden; margin-top: 0; transition: max-height .4s, margin .4s; }
.location-result.visible { max-height: 180px; margin-top: 34px; padding-top: 22px; border-top: 1px solid #000; }

.specials { position: relative; min-height: 680px; border-bottom: 1px dashed #000; overflow: hidden; }
.specials > img { width: 100%; min-height: 680px; object-fit: cover; }
.specials-gradient { position: absolute; inset: 0 0 0 45%; background: linear-gradient(90deg, transparent, #000e); }
.specials-grid { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; align-items: end; padding-bottom: 76px; }
.specials-copy { grid-column: 2; padding-left: 42px; color: #fff; }
.specials-copy h2 { font-size: clamp(52px, 6vw, 88px); line-height: .9; }
.specials-copy hr { margin: 28px 0; border: 0; border-top: 1px solid #fff; }
.specials-copy p { max-width: 580px; margin-bottom: 30px; font-size: 19px; line-height: 1.45; }

.promos { padding: 76px 0; border-bottom: 1px dashed #000; }
.promo-grid { display: grid; gap: 44px 20px; }
.promo-image { position: relative; display: block; aspect-ratio: 686/513; overflow: hidden; }
.promo-image > img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease, transform 1s ease; }
.promo-image:hover > img { transform: scale(1.025); }
.cursor-label { position: absolute; top: var(--mouse-y, 50%); left: var(--mouse-x, 50%); display: grid; place-items: center; width: 116px; height: 116px; border-radius: 50%; background: var(--primary); font-family: var(--heading); font-size: 25px; line-height: .9; text-align: center; text-transform: uppercase; opacity: 0; transform: translate(-50%, -50%) scale(.5); transition: opacity .25s, transform .25s; pointer-events: none; }
.promo-image:hover .cursor-label { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.promo-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-top: 22px; }
.promo-title h2 { font-size: clamp(44px, 5vw, 70px); line-height: .9; }

.daily { padding: 88px 0 115px; }
.daily .section-heading-row { margin-bottom: 44px; }
.article-slider { position: relative; }
.article-track { display: grid; grid-auto-columns: calc((100% - 40px) / 3); grid-auto-flow: column; gap: 20px; overflow: hidden; scroll-behavior: smooth; }
.article-card { display: flex; flex-direction: column; aspect-ratio: 1; padding: 12px; border: 1px solid #000; }
.article-card img { width: 100%; aspect-ratio: 425/500; object-fit: cover; overflow: hidden; transition: transform .8s; }
.article-card:hover img { transform: scale(1.025); }
.article-card h3 { flex: 1; margin-top: 18px; font-family: var(--body); font-size: 19px; font-weight: 600; text-transform: none; }
.article-card div { display: flex; justify-content: space-between; align-items: center; text-transform: uppercase; }
.article-card div span { font-size: 14px; }.article-card div b { color: var(--primary); font-size: 25px; }
.card-arrow { top: 43%; background: var(--teal); transform: translateY(-50%); }
.article-slider .previous { left: 20px; }.article-slider .next { right: 20px; }

.site-footer { position: fixed; z-index: 0; inset: auto 0 0; min-height: 660px; padding-top: 70px; }
.footer-main { display: grid; grid-template-columns: 280px 1fr 330px; max-width: 1600px; margin: 0 auto; border-block: 1px solid #000; }
.footer-logo { display: grid; place-items: center; padding: 30px; border-right: 1px solid #000; }
.footer-logo img { width: 250px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; border-right: 1px solid #000; }
.footer-links div { display: flex; flex-direction: column; }.footer-links div:first-child { border-right: 1px solid #000; }
.footer-links a { flex: 1; padding: 10px 20px 4px; border-bottom: 1px solid #000; font-family: var(--heading); font-size: 34px; line-height: 1; text-transform: uppercase; }
.footer-links a:last-child { border-bottom: 0; }.footer-links a:hover { background: #000; color: var(--primary); }
.newsletter { padding: 26px 22px; }
.newsletter h2 { font-size: 50px; line-height: .95; }.newsletter p { margin: 10px 0 20px; line-height: 1.35; }
.newsletter > a { display: flex; justify-content: space-between; padding: 8px 14px 4px; background: #000; color: var(--primary); font-family: var(--heading); font-size: 30px; text-transform: uppercase; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 1600px; margin: 0 auto; padding: 22px 20px; border-bottom: 1px solid #000; font-size: 13px; letter-spacing: .04em; }
.socials { display: flex; gap: 10px; }.socials a { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid #000; border-radius: 50%; font-weight: 600; }.socials a:hover { background: #000; color: var(--primary); }

.brand-story-modal { width: min(92vw, 820px); max-height: 88vh; padding: 55px; border: 0; background: var(--teal); color: #000; text-align: center; }
.brand-story-modal::backdrop { background: #000a; }
.brand-story-modal h2 { margin-bottom: 24px; font-size: clamp(44px, 6vw, 74px); line-height: .9; }.brand-story-modal img { width: 100%; max-height: 390px; object-fit: cover; }.brand-story-modal p { margin: 24px 0; line-height: 1.45; }.modal-close { position: absolute; top: 0; right: 0; width: 52px; height: 52px; border: 0; background: #000; color: var(--teal); font-size: 34px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 991px) {
  .page-shell { margin-bottom: 760px; }
  .specials { min-height: auto; padding: 20px 0 40px; }
  .specials > img { width: calc(100% - 40px); min-height: 0; margin-inline: auto; aspect-ratio: 1019/800; }
  .specials-gradient { display: none; }
  .specials-grid { position: static; display: block; padding-bottom: 0; }
  .specials-copy { padding: 28px 0 0; color: #000; }
  .specials-copy hr { display: none; }
  .specials-copy p { margin: 18px 0 24px; }
  .article-track { grid-auto-columns: min(82vw, 390px); overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .article-card { scroll-snap-align: start; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-logo { border-bottom: 1px solid #000; }
  .newsletter { border-bottom: 1px solid #000; }
  .footer-links { grid-column: 1 / -1; grid-row: 2; border-right: 0; }
}

@media (min-width: 768px) {
  :root { --gutter: 30px; }
  .hero h1 { max-width: 860px; font-size: 120px; line-height: 100px; }
  .promo-grid { grid-template-columns: 1fr 1fr; }
  .desktop-only { display: inline-flex; }
}

@media (min-width: 992px) {
  .site-header { min-height: 111px; padding: 20px 30px; }
  .site-header.is-hero { min-height: 270px; }
  .brand { width: 180px; }
  .site-header.is-hero .brand { display: flex; justify-content: center; width: calc(100vw - 60px); padding-top: 25px; }
  .site-header.is-hero .brand img { width: min(76vw, 900px); height: 185px; object-fit: contain; }
  .desktop-nav { position: absolute; top: 20px; right: 250px; gap: 16px; }
  .desktop-nav a { font-size: 25px; }
  .header-actions { position: absolute; top: 20px; right: 30px; }
  .book-link { font-size: 29px; }
  .site-header:not(.is-hero) { box-shadow: 0 1px 0 #0002; }
  .site-header:not(.is-hero) + .menu-drawer {}
  .hero { padding-top: 91px; }
  .hero h1 { max-width: 1050px; font-size: 140px; line-height: 120px; }
  .hero-title-row { padding-top: 64px; padding-bottom: 72px; }
  .panel-stage { display: flex; }
  .mobile-feature { display: none; }
  .authentic { padding-block: 84px 110px; }
  .locations { padding-block: 28px; }
  .dash-border { padding-block: 64px 82px; }
  .locations-head { padding-bottom: 28px; border-bottom: 1px solid #000; margin-bottom: 32px; }
  .promos { padding-block: 110px; }
}

@media (min-width: 1280px) {
  .desktop-nav { display: flex; }
}

@media (max-width: 767px) {
  body { font-size: 16px; }
  .site-header { align-items: center; }
  .brand, .drawer-head img { width: 120px; }
  .book-link { font-size: 22px; }
  .hero-title-row { padding-bottom: 42px; }
  .hero h1 { max-width: calc(100% - 42px); font-size: 80px; line-height: 75px; }
  .brand-story-button { right: 16px; bottom: 43px; width: 58px; }
  .authentic { padding-top: 32px; }
  .section-heading-row { margin-bottom: 28px; }
  .section-heading-row h2, .locations h2, .daily h2 { font-size: 48px; }
  .locations-head h2 { max-width: 230px; }
  .locations-head .arrow-link { font-size: 24px; }
  .locations-head .arrow-link i { width: 30px; }
  .promo-title { display: block; }.promo-title .arrow-link { margin-top: 14px; }
  .daily { padding-block: 65px 90px; }
  .daily .section-heading-row { align-items: flex-start; }
  .article-card { min-height: 430px; aspect-ratio: auto; }
  .page-shell { margin-bottom: 795px; border-radius: 0 0 32px 32px; }
  .site-footer { min-height: 795px; padding-top: 34px; }
  .footer-main { display: flex; flex-direction: column; border-top: 0; }
  .footer-logo { justify-content: start; border-right: 0; border-bottom: 1px solid #000; padding: 22px 20px; }.footer-logo img { width: 200px; }
  .newsletter { order: 2; border-bottom: 1px solid #000; }
  .footer-links { order: 3; display: grid; }.footer-links a { min-height: 44px; padding: 8px 12px 3px; font-size: 27px; }
  .footer-bottom { flex-wrap: wrap; gap: 14px; padding-bottom: 18px; }.footer-bottom > span { width: 100%; }.socials { width: auto !important; }
  .brand-story-modal { padding: 50px 20px 28px; }
}

@media (min-width: 1200px) {
  .hero h1 { max-width: 1300px; font-size: 200px; line-height: 170px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (max-width: 360px) {
  .site-header { padding-inline: 14px; }
  .brand, .drawer-head img { width: 100px; }
  .header-actions { gap: 12px; }
  .book-link { font-size: 18px; }
  .menu-button { width: 27px; }
}

