@font-face {
  font-family: "GmarketSansBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-display: swap;
}

:root {
  --bg: #0e0c0b;
  --text: #f5efe7;
  --text-body: #c7b8a9;
  --accent: #df4933;
  --accent-2: #f0e8de;
  --surface: #1a1512;
  --radius: 4px;
  --shadow: 0 8px 16px rgba(14, 12, 11, 0.16);
  --display: "GmarketSansBold", "Pretendard Variable", Pretendard, sans-serif;
  --body: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bg);
  background: var(--accent-2);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  word-break: keep-all;
}

body,
button,
input,
select {
  font-family: var(--body);
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.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;
}

.sample-disclosure {
  margin: 0;
  padding: 7px 24px;
  color: rgba(245, 239, 231, 0.76);
  background: var(--bg);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  min-height: 78px;
  padding: 0 4vw;
  color: var(--bg);
  background: var(--text);
  box-shadow: 0 4px 8px rgba(14, 12, 11, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
}

.brand strong {
  font-family: var(--display);
  font-size: 25px;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--text);
  background: var(--accent);
  border-radius: var(--radius);
  font-family: var(--display);
  line-height: 1;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 15px;
  font-weight: 700;
}

.site-header nav a,
.header-cta,
.franchise-link,
footer > a {
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.site-header nav a:hover {
  color: var(--accent);
}

.header-cta {
  justify-self: end;
  padding: 12px 22px;
  color: var(--text);
  background: var(--accent);
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 700;
}

.header-cta:hover,
.primary-action:hover,
.store-form button:hover,
.contact-form button:hover {
  background: #c83b28;
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  height: 730px;
  min-height: 640px;
  overflow: hidden;
  color: var(--text);
  background: var(--bg);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(14, 12, 11, 0.34);
  content: "";
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center bottom;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 66px;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.hero-kicker {
  margin: 0 0 16px;
  color: rgba(245, 239, 231, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.hero h1 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 5.4vw, 78px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 610px;
  margin: 18px 0 24px;
  color: rgba(245, 239, 231, 0.86);
  font-size: 17px;
  line-height: 1.65;
}

.primary-action {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 28px;
  align-items: center;
  justify-content: center;
  color: var(--text);
  background: var(--accent);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.hero-facts {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  color: var(--text);
  background: rgba(14, 12, 11, 0.82);
  backdrop-filter: none;
}

.hero-facts div {
  display: flex;
  min-height: 86px;
  padding: 18px 28px;
  align-items: center;
  justify-content: space-between;
}

.hero-facts div + div {
  box-shadow: -1px 0 rgba(245, 239, 231, 0.16);
}

.hero-facts dt {
  color: rgba(245, 239, 231, 0.7);
  font-size: 13px;
}

.hero-facts dd {
  margin: 0;
  font-family: var(--display);
  font-size: 24px;
}

.menu-section,
.franchise-section,
.faq-section {
  padding: 96px max(24px, 5vw);
  background: var(--accent-2);
}

.section-heading,
.method-intro,
.franchise-heading,
.faq-heading {
  max-width: 1180px;
  margin: 0 auto 48px;
}

.menu-heading {
  text-align: center;
}

.section-heading > p,
.method-intro > p,
.franchise-heading > p,
.faq-heading > p,
.store-search > div > p,
.contact-section > div > p {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
}

.section-heading h2,
.method-intro h2,
.store-search h2,
.franchise-heading h2,
.faq-heading h2,
.contact-section h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.18;
  letter-spacing: 0;
}

.section-heading > span,
.method-intro > span,
.franchise-heading > span,
.contact-section > div > span {
  display: block;
  margin-top: 14px;
  color: #5c5148;
}

.menu-selector {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto 32px;
  box-shadow: 0 2px 0 rgba(14, 12, 11, 0.12);
}

.menu-selector button {
  position: relative;
  padding: 20px 12px;
  color: #6d6258;
  background: transparent;
  border: 0;
  font-size: 17px;
  font-weight: 700;
}

.menu-selector button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: transparent;
  content: "";
}

.menu-selector button[aria-selected="true"] {
  color: var(--bg);
}

.menu-selector button[aria-selected="true"]::after {
  background: var(--accent);
}

.menu-selector button:hover {
  color: var(--accent);
}

.menu-selector span {
  margin-right: 8px;
  font-size: 13px;
}

.menu-stage {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--text);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.menu-photo {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: var(--surface);
}

.menu-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: object-position 0.35s ease;
}

.menu-photo figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  padding: 14px 18px;
  align-items: flex-end;
  flex-direction: column;
  color: var(--text);
  background: var(--bg);
  border-radius: var(--radius);
}

.menu-photo figcaption strong {
  font-family: var(--display);
  font-size: 22px;
}

.menu-photo figcaption span {
  color: rgba(245, 239, 231, 0.7);
  font-size: 12px;
}

.menu-copy {
  display: flex;
  padding: 56px 48px;
  justify-content: center;
  flex-direction: column;
}

.menu-number {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.menu-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 44px;
  line-height: 1.15;
}

.menu-copy > strong {
  display: block;
  margin-top: 20px;
  color: #3e342d;
  font-size: 19px;
}

.menu-copy > p:not(.menu-number) {
  margin: 18px 0 0;
  color: #62574f;
}

.flavor-notes {
  display: flex;
  gap: 8px;
  margin: 28px 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

.flavor-notes li {
  padding: 7px 10px;
  color: #4e433b;
  background: var(--accent-2);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 600;
}

.menu-copy > a {
  width: fit-content;
  color: var(--accent);
  font-weight: 700;
  box-shadow: 0 2px var(--accent);
}

.menu-copy > a:hover {
  color: var(--bg);
}

.method-section {
  padding: 96px max(24px, 5vw);
  color: var(--text);
  background: var(--bg);
}

.method-intro {
  display: grid;
  grid-template-columns: 2fr 8fr 2fr;
  align-items: end;
}

.method-intro > p {
  color: var(--accent);
}

.method-intro > span {
  margin: 0;
  color: rgba(245, 239, 231, 0.58);
  font-size: 13px;
  text-align: right;
}

.method-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-shadow: 0 -1px rgba(245, 239, 231, 0.16);
}

.method-line li {
  padding: 28px 28px 0 0;
}

.method-line span {
  display: block;
  margin-bottom: 28px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.method-line strong {
  display: block;
  font-family: var(--display);
  font-size: 26px;
}

.method-line p {
  margin: 12px 0 0;
  color: rgba(245, 239, 231, 0.68);
}

.stores-section {
  position: relative;
  display: grid;
  grid-template-rows: 600px auto;
  background: var(--text);
}

.store-photo {
  overflow: hidden;
  background: var(--surface);
}

.store-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.store-search {
  display: grid;
  grid-template-columns: minmax(280px, 4fr) minmax(520px, 8fr);
  gap: 48px;
  width: min(1180px, calc(100% - 48px));
  margin: -92px auto 0;
  padding: 42px 48px;
  align-items: end;
  background: var(--text);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.store-search h2 {
  max-width: 12ch;
  font-size: 38px;
}

.store-form {
  display: grid;
  grid-template-columns: 150px minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.store-form label,
.contact-form label {
  display: grid;
  gap: 7px;
}

.store-form label > span,
.contact-form label > span {
  font-size: 12px;
  font-weight: 700;
}

.store-form input,
.store-form select,
.contact-form input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--bg);
  background: #e6ded4;
  border: 0;
  border-radius: var(--radius);
}

.store-form input:focus,
.store-form select:focus,
.contact-form input:focus {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}

.store-form button,
.contact-form button {
  min-height: 48px;
  padding: 12px 24px;
  color: var(--text);
  background: var(--accent);
  border: 0;
  border-radius: var(--radius);
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.form-message {
  grid-column: 2;
  margin: 14px 0 0;
  color: #6b6057;
  font-size: 13px;
}

.franchise-section {
  padding-top: 112px;
}

.franchise-heading {
  display: grid;
  grid-template-columns: 2fr 6fr 4fr;
  align-items: end;
}

.franchise-heading > span {
  margin: 0;
  color: #655a51;
  font-size: 14px;
}

.operating-sheet {
  max-width: 1180px;
  margin: 0 auto;
  background: var(--text);
  box-shadow: var(--shadow);
}

.operating-sheet > div {
  display: grid;
  grid-template-columns: 3fr 3fr 6fr;
  gap: 24px;
  min-height: 84px;
  padding: 22px 32px;
  align-items: center;
}

.operating-sheet > div:nth-child(odd) {
  background: #e8dfd5;
}

.operating-sheet .sheet-head {
  min-height: 52px;
  color: rgba(245, 239, 231, 0.74);
  background: var(--bg);
  font-size: 12px;
  font-weight: 700;
}

.operating-sheet strong,
.operating-sheet div > span:nth-child(2) {
  font-size: 18px;
}

.operating-sheet div > span:nth-child(2) {
  font-family: var(--display);
}

.operating-sheet p {
  margin: 0;
  color: #62574f;
}

.franchise-link {
  display: block;
  width: fit-content;
  margin: 32px auto 0;
  padding: 12px 0;
  color: var(--accent);
  font-weight: 700;
  box-shadow: 0 2px var(--accent);
}

.franchise-link:hover {
  color: var(--bg);
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(280px, 4fr) minmax(500px, 8fr);
  gap: 80px;
  padding-top: 64px;
}

.faq-heading {
  margin: 0;
}

.faq-heading h2 {
  max-width: 10ch;
  font-size: 40px;
}

.faq-list details {
  padding: 22px 0;
  box-shadow: 0 1px rgba(14, 12, 11, 0.18);
}

.faq-list summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.faq-list details p {
  margin: 14px 0 0;
  color: #62574f;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(300px, 5fr) minmax(560px, 7fr);
  gap: 64px;
  padding: 80px max(24px, 7vw);
  align-items: center;
  color: var(--text);
  background: var(--accent);
}

.contact-section > div > p {
  color: rgba(245, 239, 231, 0.72);
}

.contact-section > div > span {
  color: rgba(245, 239, 231, 0.72);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-form input {
  background: var(--text);
}

.contact-form button {
  grid-column: 1 / -1;
  color: var(--text);
  background: var(--bg);
}

.contact-form button:hover {
  background: var(--surface);
}

.contact-form p {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: rgba(245, 239, 231, 0.84);
  font-size: 13px;
}

footer {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) 2fr 3fr auto;
  gap: 32px;
  padding: 56px max(24px, 5vw);
  align-items: center;
  color: rgba(245, 239, 231, 0.68);
  background: var(--bg);
  font-size: 12px;
}

.footer-brand {
  color: var(--text);
}

footer p {
  margin: 0;
}

footer > a:last-child {
  color: var(--text);
  font-weight: 700;
}

footer > a:last-child:hover {
  color: var(--accent);
}

.mobile-cta {
  display: none;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: minmax(170px, 1fr) auto auto;
  }

  .site-header nav {
    gap: 24px;
  }

  .menu-stage {
    grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
  }

  .menu-copy {
    padding: 48px 36px;
  }

  .method-intro,
  .franchise-heading {
    grid-template-columns: 1fr 4fr 2fr;
  }

  .store-search {
    grid-template-columns: 1fr;
  }

  .store-form {
    grid-template-columns: 140px minmax(220px, 1fr) auto;
  }

  .form-message {
    grid-column: 1;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 68px;
    padding: 0 20px;
  }

  .menu-toggle {
    position: relative;
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    background: transparent;
    border: 0;
  }

  .menu-toggle::before,
  .menu-toggle::after,
  .menu-toggle > span:first-child {
    position: absolute;
    width: 22px;
    height: 2px;
    background: var(--bg);
    content: "";
    transition: transform 0.2s ease;
  }

  .menu-toggle::before {
    transform: translateY(-7px);
  }

  .menu-toggle::after {
    transform: translateY(7px);
  }

  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: scaleX(0);
  }

  .menu-toggle[aria-expanded="true"]::before {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"]::after {
    transform: rotate(-45deg);
  }

  .site-header nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    padding: 20px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--text);
    box-shadow: 0 8px 16px rgba(14, 12, 11, 0.14);
  }

  .site-header nav.is-open {
    display: flex;
  }

  .site-header nav a {
    padding: 14px 4px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    height: 720px;
    min-height: 0;
  }

  .hero-content {
    padding-top: 54px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-copy {
    max-width: 520px;
  }

  .menu-stage {
    grid-template-columns: 1fr;
  }

  .menu-photo {
    min-height: 520px;
  }

  .method-intro,
  .franchise-heading {
    grid-template-columns: 1fr;
  }

  .method-intro > span,
  .franchise-heading > span {
    margin-top: 14px;
    text-align: left;
  }

  .method-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }

  .stores-section {
    grid-template-rows: 500px auto;
  }

  .store-search {
    margin-top: -56px;
    padding: 36px;
  }

  .faq-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .faq-heading h2 {
    max-width: none;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 64px;
  }

  .sample-disclosure {
    padding: 6px 14px;
    font-size: 10px;
  }

  .brand {
    font-size: 17px;
  }

  .brand strong {
    font-size: 21px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .hero {
    height: 680px;
  }

  .hero::after {
    background: rgba(14, 12, 11, 0.4);
  }

  .hero-content {
    width: calc(100% - 32px);
    padding-top: 48px;
  }

  .hero-kicker {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .hero h1 {
    max-width: 10ch;
    font-size: 42px;
    line-height: 1.12;
  }

  .hero-copy {
    max-width: 340px;
    margin: 14px 0 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  .primary-action {
    min-height: 46px;
    padding: 11px 22px;
    font-size: 14px;
  }

  .hero-facts {
    width: calc(100% - 24px);
  }

  .hero-facts div {
    min-height: 72px;
    padding: 12px 8px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .hero-facts dt {
    font-size: 10px;
  }

  .hero-facts dd {
    font-size: 18px;
  }

  .menu-section,
  .method-section,
  .franchise-section,
  .faq-section {
    padding: 56px 18px;
  }

  .section-heading,
  .method-intro,
  .franchise-heading,
  .faq-heading {
    margin-bottom: 32px;
  }

  .section-heading h2,
  .method-intro h2,
  .store-search h2,
  .franchise-heading h2,
  .faq-heading h2,
  .contact-section h2 {
    font-size: 30px;
  }

  .section-heading > span,
  .method-intro > span,
  .franchise-heading > span {
    font-size: 14px;
  }

  .menu-selector {
    margin-bottom: 20px;
  }

  .menu-selector button {
    padding: 15px 4px;
    font-size: 14px;
  }

  .menu-selector span {
    display: block;
    margin: 0 0 2px;
    font-size: 10px;
  }

  .menu-photo {
    min-height: 360px;
  }

  .menu-photo img {
    object-position: 50% center;
  }

  .menu-photo figcaption {
    right: 12px;
    bottom: 12px;
  }

  .menu-copy {
    padding: 32px 24px;
  }

  .menu-copy h3 {
    font-size: 34px;
  }

  .menu-copy > strong {
    font-size: 17px;
  }

  .method-line {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .method-line li {
    display: grid;
    grid-template-columns: 36px 100px 1fr;
    gap: 12px;
    padding: 22px 0;
    align-items: start;
    box-shadow: 0 1px rgba(245, 239, 231, 0.14);
  }

  .method-line span {
    margin: 0;
  }

  .method-line strong {
    font-size: 18px;
  }

  .method-line p {
    margin: 0;
    font-size: 14px;
  }

  .stores-section {
    grid-template-rows: 390px auto;
  }

  .store-photo img {
    object-position: 43% center;
  }

  .store-search {
    width: calc(100% - 24px);
    margin-top: -36px;
    padding: 28px 22px;
  }

  .store-form {
    grid-template-columns: 1fr;
  }

  .form-message {
    grid-column: 1;
  }

  .franchise-section {
    padding-top: 72px;
  }

  .operating-sheet > div {
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    min-height: 0;
    padding: 18px;
  }

  .operating-sheet > div p {
    grid-column: 1 / -1;
    font-size: 14px;
  }

  .operating-sheet .sheet-head {
    display: none;
  }

  .operating-sheet strong,
  .operating-sheet div > span:nth-child(2) {
    font-size: 16px;
  }

  .faq-section {
    gap: 24px;
  }

  .contact-section {
    gap: 32px;
    padding: 56px 18px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 44px 18px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 40;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 64px;
    box-shadow: 0 -4px 8px rgba(14, 12, 11, 0.18);
  }

  .mobile-cta a {
    display: grid;
    place-items: center;
    color: var(--text);
    background: var(--accent);
    font-weight: 700;
  }

  .mobile-cta a + a {
    background: var(--bg);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

