.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid #bd9b48;
  outline-offset: 4px;
}

.brand-mark {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-brand .brand-mark {
  filter: brightness(0) invert(1);
  opacity: .92;
}

.guide {
  padding: 110px 8vw;
  background: #f5f3ea;
}

.guide-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8vw;
  align-items: end;
  margin-bottom: 55px;
}

.guide-heading .eyebrow {
  grid-column: 1 / -1;
}

.guide-heading h2 {
  margin: 0;
  color: var(--green);
  font: 400 clamp(43px, 5vw, 70px)/1 Georgia, serif;
  letter-spacing: -.04em;
}

.guide-heading h2 em {
  color: #6f8166;
  font-style: italic;
}

.guide-heading > p:last-child {
  max-width: 440px;
  margin: 0;
  color: #5d675c;
  line-height: 1.8;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.guide-grid article {
  padding: 28px 24px 34px;
  border-right: 1px solid var(--line);
}

.guide-grid article:last-child {
  border-right: 0;
}

.guide-grid article > span {
  font-size: 9px;
  letter-spacing: .15em;
}

.guide-grid h3 {
  margin: 24px 0 12px;
  font: 400 22px Georgia, serif;
}

.guide-grid p {
  margin: 0;
  color: #626b61;
  font-size: 12px;
  line-height: 1.75;
}

.guide-grid a {
  border-bottom: 1px solid;
}

@media (max-width: 900px) {
  .guide {
    padding: 80px 6vw;
  }

  .guide-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .guide-grid article:nth-child(2) {
    border-right: 0;
  }

  .guide-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .brand-lockup {
    gap: 7px;
  }

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

  .guide {
    padding: 70px 5vw;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line) !important;
  }

  .guide-grid article:last-child {
    border-bottom: 0 !important;
  }
}

.language-link {
  border-left: 1px solid var(--line);
  padding-left: 18px;
  font-weight: 700;
}

header nav {
  gap: 22px;
}

.mobile-header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}

.mobile-language-menu {
  display: none;
  position: relative;
}

.mobile-nav-menu {
  display: none;
  position: relative;
}

.mobile-nav-menu summary {
  cursor: pointer;
  list-style: none;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  font-size: 15px;
}

.mobile-nav-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-nav-menu > div {
  position: absolute;
  z-index: 21;
  top: calc(100% + 8px);
  left: 0;
  min-width: 180px;
  padding: 8px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 12px 28px rgba(22, 40, 24, .14);
}

.mobile-nav-menu a {
  display: block;
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mobile-nav-menu a:last-child {
  border-bottom: 0;
}

.mobile-language-menu summary {
  cursor: pointer;
  list-style: none;
  padding: 7px 9px;
  border: 1px solid var(--line);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}

.mobile-language-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-language-menu > div {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  right: 0;
  min-width: 130px;
  padding: 8px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 12px 28px rgba(22, 40, 24, .14);
}

.mobile-language-menu a {
  display: block;
  padding: 10px;
  font-size: 11px;
}

.mobile-language-menu a[aria-current="page"] {
  background: var(--pale);
  font-weight: 700;
}

@media (max-width: 900px) {
  .mobile-nav-menu { display: block; }
  .mobile-language-menu { display: block; }
  .mobile-header-actions .header-cta { justify-self: auto; }
}

@media (max-width: 420px) {
  .mobile-header-actions { gap: 10px; }
  .mobile-header-actions .header-cta { font-size: 7px; }
}

@media (max-width: 360px) {
  header .wordmark { display: none; }
}

.social > div {
  gap: 22px;
}

.drink-order {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.drink-order:hover {
  color: #6f8166;
}

.thai-page .drink-order {
  letter-spacing: .04em;
}

.thai-page {
  font-family: Tahoma, "Leelawadee UI", Arial, sans-serif;
}

.japanese-page {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
}

.japanese-page h1,
.japanese-page h2,
.japanese-page h3,
.japanese-page .guide-grid h3 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  line-height: 1.3;
}

.japanese-page .eyebrow,
.japanese-page .group-label,
.japanese-page .announcement,
.japanese-page .drink-order {
  letter-spacing: .06em;
}

.thai-page h1,
.thai-page h2,
.thai-page h3,
.thai-page .guide-grid h3 {
  font-family: "Leelawadee UI", Tahoma, Georgia, sans-serif;
  line-height: 1.25;
}

.thai-page .eyebrow,
.thai-page .group-label,
.thai-page .announcement {
  letter-spacing: .05em;
}

.order-page {
  min-height: 100vh;
  background: #f1eee7;
  color: #162818;
}

.order-shell {
  min-height: 100vh;
}

.order-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 5vw;
  border-bottom: 1px solid var(--line);
}

.order-language-returns {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  letter-spacing: .06em;
}

.order-language-returns span {
  color: #6a7469;
}

.order-language-returns a {
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.order-language-returns a:hover,
.order-language-returns a:focus-visible {
  border-bottom-color: currentColor;
}

.order-back {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  border-bottom: 1px solid;
}

.order-content {
  min-height: calc(100vh - 81px);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.order-copy {
  align-self: center;
  padding: 70px 9vw;
}

.order-copy h1 {
  margin: 18px 0 28px;
  font: 400 clamp(48px, 6vw, 88px)/.98 Georgia, serif;
  letter-spacing: -.045em;
}

.order-copy h1 em {
  color: #567458;
}

.order-copy > p {
  max-width: 480px;
  color: #5c675c;
  line-height: 1.7;
}

.order-copy .order-thai {
  margin-top: 8px;
  font-family: Tahoma, "Leelawadee UI", sans-serif;
}

.order-copy .order-japanese {
  margin-top: 4px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.order-options {
  display: grid;
  gap: 12px;
  margin: 38px 0 24px;
  max-width: 500px;
}

.order-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  color: #fff;
  transition: transform .2s ease, filter .2s ease;
}

.order-option:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.order-option.grab { background: #127c41; }
.order-option.line { background: #087a35; }

.social-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.order-option span {
  display: grid;
  gap: 4px;
}

.order-option b {
  font: 400 19px Georgia, serif;
}

.order-option small {
  font-family: Tahoma, "Leelawadee UI", sans-serif;
  opacity: .82;
}

.order-option strong {
  font-size: 22px;
}

.order-copy .order-hours {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.order-image {
  min-height: calc(100vh - 81px);
  overflow: hidden;
}

.order-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 760px) {
  .order-content { grid-template-columns: 1fr; }
  .order-copy { padding: 64px 7vw; }
  .order-image { min-height: 55vh; }
  .order-header { padding: 20px 5vw; }
  .order-language-returns span { display: none; }
}
