@font-face {
  font-family: "Brick Display";
  src: url("assets/brick-display.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 50% 100%;
  font-display: swap;
}
:root {
  --ink: #151512;
  --steel: #252522;
  --paper: #f4f0e6;
  --white: #fffdf7;
  --orange: #ff6a2a;
  --line: rgba(244, 240, 230, .26);
  --display: "Brick Display", "DejaVu Sans Condensed", "Arial Narrow", sans-serif;
  --body: Arial, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --ease: cubic-bezier(.22, .75, .2, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input { color: inherit; font: inherit; }
button { border: 0; padding: 0; background: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
:where(.brand strong, .header-actions > a, .header-actions > button, .site-menu nav > *, .hero h1, .section-heading-row h2, .section-heading-row > button, .location-card span, .news-card h3, .menu-track h3, .menu-floor button, .social-section > h2, .mailing-card h2, .mailing-form button, .vision b, .footer-info nav > *, .footer-wordmark strong) { font-variation-settings: "wdth" 55, "wght" 900; font-stretch: condensed; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 14px; top: -70px; padding: 12px 18px; background: var(--orange); color: var(--ink); font-weight: 900; transition: top .2s; }
.skip-link:focus { top: 14px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 80px; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; background: #070706; color: var(--white); }
.brand { min-width: 190px; height: 48px; display: inline-flex; align-items: center; gap: 9px; }
.brand strong { white-space: nowrap; font-family: var(--display); font-size: 28px; font-weight: 900; line-height: 1; letter-spacing: -.06em; font-variation-settings: "wdth" 65, "wght" 900; }
.brand-mark { width: 34px; height: 30px; display: grid; grid-template-rows: repeat(3, 1fr); gap: 3px; transform: skewX(-7deg); }
.brand-mark i { display: block; background: var(--orange); }
.brand-mark i:nth-child(2) { width: 77%; margin-left: 23%; }
.header-actions { height: 100%; display: flex; align-items: center; gap: 24px; }
.header-actions > a, .header-actions > button:not(.menu-toggle) { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; color: var(--white); font-family: var(--display); font-size: 14px; letter-spacing: .025em; }
.pin-icon { width: 10px; height: 14px; position: relative; display: inline-block; border: 3px solid currentColor; border-radius: 8px 8px 9px 9px; }
.pin-icon::after { content: ""; position: absolute; left: 50%; bottom: -6px; width: 5px; height: 5px; border-right: 3px solid currentColor; border-bottom: 3px solid currentColor; transform: translateX(-50%) rotate(45deg); }
.bag-icon { width: 14px; height: 14px; position: relative; display: inline-block; border: 2px solid currentColor; border-radius: 1px; }
.bag-icon::before { content: ""; position: absolute; left: 2px; top: -7px; width: 6px; height: 7px; border: 2px solid currentColor; border-bottom: 0; border-radius: 5px 5px 0 0; }
.menu-toggle { width: 44px; height: 44px; position: relative; }
.menu-toggle span { position: absolute; right: 3px; width: 25px; height: 2px; background: currentColor; transition: transform .25s var(--ease), top .25s var(--ease), opacity .2s; }
.menu-toggle span:nth-child(1) { top: 14px; }
.menu-toggle span:nth-child(2) { top: 21px; }
.menu-toggle span:nth-child(3) { top: 28px; }
body.menu-open .menu-toggle span:nth-child(1) { top: 21px; transform: rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

.menu-scrim { position: fixed; z-index: 90; inset: 80px 0 0; background: rgba(0,0,0,.72); }
.menu-scrim[hidden] { display: none; }
.site-menu { position: fixed; z-index: 95; top: 80px; right: 0; width: 50vw; height: calc(100dvh - 80px); background: #050504; color: var(--white); transform: translateY(-105%); visibility: hidden; transition: transform .3s ease, visibility 0s .3s; }
.site-menu.is-open { transform: translateY(0); visibility: visible; transition-delay: 0s; }
.site-menu nav { display: flex; flex-direction: column; }
.site-menu nav > * { min-height: 75px; padding: 0 26px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--white); font-family: var(--display); font-size: 27px; font-weight: 900; text-align: left; letter-spacing: -.035em; }

.hero { position: relative; height: calc(80px + 37.5vw); min-height: 464px; overflow: hidden; background: #080808; }
.hero-video { position: absolute; left: 0; right: 0; top: 80px; height: 37.5vw; object-fit: cover; object-position: 50% 50%; }
.hero-shade { position: absolute; inset: 80px 0 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.18) 60%, rgba(0,0,0,.25)); pointer-events: none; }
.hero h1 { position: absolute; z-index: 2; top: 218px; left: 50%; width: min(920px, calc(100% - 40px)); transform: translateX(-50%); transform-origin: 50% 50%; color: var(--white); font-family: var(--display); font-size: 112px; font-weight: 900; line-height: .8; letter-spacing: -.055em; text-align: center; text-shadow: 0 2px 8px rgba(0,0,0,.35); font-variation-settings: "wdth" 70, "wght" 900; }
.hero h1 span { display: block; }
.hero h1 .hero-minor { margin: -6px 0 -4px; font-size: 61px; line-height: .82; letter-spacing: .02em; }
.video-toggle { position: absolute; z-index: 3; right: 24px; bottom: 20px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(0,0,0,.28); color: var(--white); font-size: 13px; }

.section-heading-row { position: absolute; top: 55px; left: 30px; right: 30px; display: flex; align-items: flex-start; justify-content: space-between; }
.section-heading-row h2, .social-section > h2, .mailing-card h2 { font-family: var(--display); font-size: 63px; font-weight: 900; line-height: 1; letter-spacing: -.055em; }
.section-heading-row p { margin-top: 8px; font-size: 10px; font-weight: 700; line-height: 1.2; letter-spacing: .22em; text-transform: uppercase; }
.section-heading-row > button { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 2px; font-family: var(--display); font-size: 14px; }

.locations { position: relative; height: 665px; overflow: hidden; background: var(--ink); }
.location-grid { position: absolute; top: 175px; left: 30px; right: 30px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px 30px; }
.location-card { position: relative; aspect-ratio: 1; overflow: hidden; color: var(--white); background: #000; }
.location-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.28)); transition: background .2s; }
.location-card:hover::after, .location-card:focus-visible::after { background: rgba(255,106,42,.17); }
.location-card img { height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.location-card:hover img, .location-card:focus-visible img { transform: scale(1.025); }
.location-card span { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; padding: 8px; font-family: var(--display); font-size: 28px; font-weight: 900; line-height: .88; letter-spacing: -.05em; text-align: center; text-shadow: 0 2px 4px rgba(0,0,0,.55); }

.news { position: relative; height: 1255px; overflow: hidden; background: var(--ink); }
.news-viewport { position: absolute; top: 177px; left: 30px; right: 0; overflow: hidden; touch-action: pan-y; }
.news-track { display: flex; gap: 30px; width: max-content; transform: translate3d(0,0,0); transition: transform .3s ease; will-change: transform; }
.news-card { width: 500px; flex: 0 0 500px; }
.news-media { position: relative; height: auto; }
.news-media img { height: 625px; object-fit: cover; }
.news-card h3 { margin-top: 20px; color: var(--paper); font-family: var(--display); font-size: 48px; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.mobile-news-title { display: none; }
.news-card p { max-width: 500px; margin-top: 15px; font-size: 17px; line-height: 22px; letter-spacing: .01em; }
.rail-controls { position: absolute; display: flex; gap: 8px; }
.rail-controls button { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 27px; line-height: 1; transition: background .2s, color .2s; }
.rail-controls button:hover { background: var(--orange); color: var(--ink); }
.news-controls { right: 30px; bottom: 58px; }

.image-banner { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #0b0b0a; }
.image-banner img { height: 100%; object-fit: cover; object-position: 50% 50%; transform: scale(1.12); }

.featured-menu { position: relative; height: 664px; overflow: hidden; background: var(--steel); }
.menu-viewport { position: absolute; top: 179px; left: 34px; right: 0; height: 327px; overflow: hidden; touch-action: pan-y; }
.menu-track { display: flex; gap: 28px; width: max-content; transform: translate3d(0,0,0); transition: transform .3s ease; will-change: transform; }
.menu-track article { position: relative; width: 327px; height: 327px; flex: 0 0 327px; overflow: hidden; background: var(--paper); }
.menu-track img { height: 100%; object-fit: contain; }
.menu-track h3 { position: absolute; left: 12px; bottom: 10px; padding: 5px 7px 4px; background: var(--ink); color: var(--paper); font-family: var(--display); font-size: 14px; font-weight: 900; }
.menu-floor { position: absolute; left: 30px; right: 30px; bottom: 18px; height: 74px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.menu-floor button { min-height: 44px; padding: 5px 15px 4px; border-radius: 22px; background: var(--paper); color: var(--ink); font-family: var(--display); font-size: 13px; font-weight: 900; }
.menu-floor p { margin-top: 7px; font-size: 10px; letter-spacing: .16em; }

.social-section { position: relative; height: 1048px; overflow: hidden; background: var(--ink); }
.social-section > h2 { position: absolute; z-index: 3; top: 40px; left: 0; right: 0; height: 126px; text-align: center; }
.social-section > h2 span { display: block; }
.social-viewport { position: absolute; top: 266px; left: 0; width: 100%; height: 658px; overflow: hidden; touch-action: pan-y; }
.social-track { display: flex; gap: 40px; width: max-content; height: 658px; transform: translate3d(0,0,0); transition: transform .3s ease; will-change: transform; }
.social-track figure { width: 432px; height: 658px; flex: 0 0 432px; overflow: hidden; transform: rotate(2.4deg); background: #0a0a08; }
.social-track figure:nth-child(odd) { height: 618px; margin-top: 20px; transform: rotate(-3deg); }
.social-track img { height: 100%; object-fit: cover; }
.social-dots { position: absolute; left: 50%; bottom: 63px; transform: translateX(-50%); display: flex; gap: 6px; }
.social-dots i { width: 38px; height: 3px; background: rgba(244,240,230,.45); }
.social-dots i.is-active { background: var(--paper); }
.social-controls { left: 22px; right: 22px; top: 552px; justify-content: space-between; pointer-events: none; }
.social-controls button { pointer-events: auto; }

.mailing { height: 372px; padding: 35px 30px; background: var(--ink); }
.mailing-card { height: 302px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 70px; border-radius: 3px; background: var(--paper); color: var(--ink); text-align: center; }
.mailing-card h2 { font-size: 63px; }
.mailing-card > p { margin-top: 12px; font-size: 11px; letter-spacing: .15em; }
.mailing-form { position: relative; min-height: 46px; margin-top: 25px; display: flex; align-items: center; justify-content: center; }
.mailing-form button { min-height: 44px; padding: 0 14px; border-radius: 22px; background: var(--ink); color: var(--paper); font-family: var(--display); font-size: 12px; font-weight: 900; }
.form-status { position: absolute; top: 47px; left: 50%; width: 300px; transform: translateX(-50%); font-size: 10px; }

.site-footer { position: relative; height: 766px; padding: 51px 30px 20px; overflow: hidden; background: #050504; color: var(--white); }
.footer-info { display: grid; grid-template-columns: 28% 24% 24%; gap: 38px; }
.vision b { display: block; margin-bottom: 17px; font-family: var(--display); font-size: 12px; font-weight: 400; letter-spacing: .08em; }
.vision p { font-size: 9px; line-height: 1.6; letter-spacing: .16em; }
.footer-info nav { display: flex; flex-direction: column; align-items: flex-start; }
.footer-info nav > * { min-height: 26px; display: flex; align-items: center; color: var(--white); font-family: var(--display); font-size: 14px; font-weight: 900; text-align: left; letter-spacing: -.03em; }
.footer-wordmark { position: absolute; left: 30px; right: 30px; top: 415px; height: 278px; display: flex; align-items: center; gap: 26px; overflow: hidden; }
.footer-wordmark strong { white-space: nowrap; font-family: var(--display); font-size: clamp(240px, 21.65vw, 312px); font-weight: 900; line-height: .8; letter-spacing: -.075em; }
.footer-brick { width: 210px; height: 178px; flex: 0 0 210px; display: grid; grid-template-rows: repeat(3, 1fr); gap: 10px; transform: skewX(-7deg); }
.footer-brick i { background: var(--orange); }
.footer-brick i:nth-child(2) { width: 77%; margin-left: 23%; }
.footer-bottom { position: absolute; left: 30px; right: 30px; bottom: 15px; min-height: 42px; display: flex; align-items: flex-end; justify-content: space-between; font-size: 8px; letter-spacing: .12em; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom button { width: 44px; height: 44px; color: var(--paper); font-size: 13px; }

.toast { position: fixed; z-index: 300; left: 50%; bottom: 24px; max-width: calc(100vw - 32px); transform: translateX(-50%); padding: 13px 18px; background: var(--orange); color: var(--ink); font-size: 12px; font-weight: 900; box-shadow: 0 9px 45px rgba(0,0,0,.35); }
.toast[hidden] { display: none; }

@media (min-width: 769px) and (max-width: 1199px) {
  .section-heading-row h2, .social-section > h2, .mailing-card h2 { font-size: 48px; }
  .locations { height: calc(3 * ((100vw - 150px) / 4) + 260px); }
  .location-grid { top: 166px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px 30px; }
  .location-card span { font-size: 28px; }
  .news { height: 1240px; }
  .featured-menu { height: 649px; }
  .social-section { height: 828px; }
  .social-section > h2 { height: 96px; }
  .social-viewport { top: 208px; }
  .social-dots { bottom: 54px; }
  .social-controls { top: 494px; }
  .mailing { height: 357px; }
  .mailing-card { height: 287px; }
  .site-footer { height: 722px; }
  .footer-wordmark { top: 395px; height: 250px; }
  .footer-wordmark strong { font-size: 20vw; }
}

@media (max-width: 768px) {
  .site-header { height: 66px; padding: 0 20px; }
  .brand { min-width: 155px; gap: 7px; }
  .brand strong { font-size: 24px; }
  .brand-mark { width: 29px; height: 26px; }
  .header-actions { gap: 7px; }
  .header-actions > a, .header-actions > button:not(.menu-toggle) { width: 44px; justify-content: center; }
  .header-actions b { display: none; }
  .menu-toggle { width: 44px; }
  .menu-scrim { inset: 66px 0 0; background: transparent; }
  .site-menu { top: 66px; width: 100vw; height: calc(100dvh - 66px); }
  .site-menu nav > * { min-height: 57px; padding: 0 20px; font-size: 20px; }

  .hero { height: 466px; min-height: 0; }
  .hero-video { top: 66px; height: 400px; object-position: 50% 50%; }
  .hero-shade { inset: 66px 0 0; }
  .hero h1 { top: 144px; width: calc(100% - 30px); font-size: 112px; line-height: .82; transform: translateX(-50%); font-variation-settings: "wdth" 70, "wght" 900; }
  .hero h1 .hero-minor { margin: -6px 0 -4px; font-size: 60px; line-height: .84; }
  .video-toggle { right: 12px; bottom: 10px; }

  .section-heading-row { top: 35px; left: 20px; right: 20px; }
  .section-heading-row h2, .social-section > h2, .mailing-card h2 { font-size: 30px; line-height: 1; }
  .section-heading-row p { margin-top: 6px; font-size: 8px; letter-spacing: .18em; }
  .section-heading-row > button { font-size: 11px; }

  .locations { height: calc(100vw + 109px); }
  .locations .section-heading-row > div { width: 245px; flex: 0 0 245px; }
  .location-grid { top: 109px; left: 20px; right: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .location-card span { padding: 5px; font-size: 20px; line-height: .95; }

  .news { height: 1145px; }
  .news-heading { top: 0; }
  .news-viewport { top: 74px; left: 20px; right: 20px; overflow: hidden; }
  .news-track { gap: 0; }
  .news-card { width: calc(100vw - 40px); flex-basis: calc(100vw - 40px); }
  .news-media { height: calc((100vw - 40px) * 1.253); }
  .news-media img { height: 100%; }
  .news-card h3 { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; min-height: 150px; margin: 0; padding: 28px 10px 10px 0; display: flex; align-items: flex-end; background: linear-gradient(180deg,transparent,rgba(0,0,0,.92)); font-size: 30px; line-height: 1; }
  .desktop-news-title { display: none; }
  .mobile-news-title { display: block; }
  .news-card p { max-width: none; height: 88px; margin-top: 14px; overflow: hidden; font-size: 15px; line-height: 22px; letter-spacing: 0; }
  .news-controls { right: 20px; bottom: 18px; }

  .featured-menu { height: 359px; }
  .menu-heading { top: 35px; }
  .menu-viewport { top: 113px; left: 24px; height: 126px; }
  .menu-track { gap: 18px; }
  .menu-track article { width: 126px; height: 126px; flex-basis: 126px; border-radius: 3px; }
  .menu-track h3 { left: 5px; bottom: 5px; padding: 3px 4px 2px; font-size: 8px; }
  .menu-floor { left: 20px; right: 20px; bottom: 20px; height: 80px; }
  .menu-floor button { min-height: 44px; font-size: 11px; }
  .menu-floor p { font-size: 8px; }

  .social-section { height: 534px; }
  .social-section > h2 { top: 40px; height: 60px; }
  .social-viewport { top: 150px; height: 335px; }
  .social-track { gap: 40px; height: 335px; }
  .social-track figure { width: 220px; height: 335px; flex-basis: 220px; transform: rotate(2.4deg); }
  .social-track figure:nth-child(odd) { height: 315px; margin-top: 10px; }
  .social-dots { bottom: 17px; gap: 4px; }
  .social-dots i { width: 22px; height: 3px; }
  .social-controls { left: 6px; right: 6px; top: 292px; }
  .social-controls button { background: rgba(244,240,230,.92); }

  .mailing { height: 288px; padding: 35px 20px; }
  .mailing-card { height: 218px; padding-top: 50px; }
  .mailing-card > p { margin-top: 11px; font-size: 8px; }
  .mailing-form { margin-top: 16px; }
  .mailing-form button { padding: 0 10px; font-size: 10px; }

  .site-footer { height: 520px; padding: 20px 20px 14px; }
  .footer-info { grid-template-columns: 1fr 1fr; gap: 20px; }
  .vision { display: none; }
  .footer-info nav > * { min-width: 44px; min-height: 27px; font-size: 12px; }
  .footer-wordmark { left: 20px; right: 20px; top: 260px; height: 148px; gap: 12px; }
  .footer-wordmark strong { font-size: 18.5vw; line-height: .82; }
  .footer-brick { width: 112px; height: 92px; flex-basis: 112px; gap: 6px; }
  .footer-bottom { left: 20px; right: 20px; bottom: 10px; min-height: 65px; align-items: flex-end; font-size: 7px; }
  .footer-bottom div { position: absolute; left: 0; top: -34px; width: 100%; justify-content: space-between; }
  .footer-bottom button { width: 44px; height: 44px; }
}

@media (max-width: 480px) {
  .hero h1 { top: 171px; width: calc(100% - 24px); font-size: 80px; }
  .hero h1 .hero-minor { margin: -5px 0 -3px; font-size: 44px; }
  .news { height: 692.8px; }
  .news-card p { height: auto; margin-top: 20px; overflow: visible; font-size: 15px; line-height: 22px; letter-spacing: 0; }
  .mailing { height: 306px; }
  .mailing-card { height: 236px; }
  .site-footer { height: 444.8px; }
  .footer-wordmark { top: 261px; height: 100px; gap: 8px; }
  .footer-brick { width: 58px; height: 55px; flex-basis: 58px; gap: 4px; }
  .footer-wordmark strong { font-size: 18.5vw; }
  .footer-bottom { bottom: 9px; }
}

@media (min-width: 481px) and (max-width: 768px) {
  .news-card h3 { min-height: 120px; padding-top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .hero-video { display: none; }
  .hero { background: #080808 url("assets/hero-01.webp") center / cover no-repeat; }
  .video-toggle { display: none; }
}
