/* assets/css/style.css */

/* Ensure hidden always works (prevents always-visible UI when [hidden] is used) */
[hidden]{ display:none !important; }

:root{
  /* White base (minimal / editorial) */
  --bg: #f4f4f2;
  --panel: #ffffff;
  --text: #151515;
  --muted: #6a6a6a;
  --line: rgba(0,0,0,.10);

  --max: 1120px;
  --gutter: 40px;
  --section-pad: 110px;

  --fs-body: 14px;
  --lh: 1.9;

  --label-w: 220px;
  --gap: 88px;

  --radius: 18px;
  --shadow: 0 18px 45px rgba(0,0,0,.08);

  --header-h: 72px;

  --ease: cubic-bezier(.2,.8,.2,1);
  --serif: "Playfair Display", "Times New Roman", serif;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Noto Sans JP", sans-serif;
  font-size: var(--fs-body);
  line-height: var(--lh);
  background: linear-gradient(180deg, #f7f7f6, var(--bg));
  color: var(--text);
  letter-spacing: 0.02em;
}

a{ color: inherit; text-decoration:none; }
img{ max-width:100%; height:auto; display:block; }
button{ font: inherit; color: inherit; }

.main{ min-height: 100vh; padding-top: var(--header-h); }
.is-home .main{ padding-top: 0; }

/* Header */
.site-header{
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .35s var(--ease), border-color .35s var(--ease), backdrop-filter .35s var(--ease);
}
.site-header.is-solid{
  background: rgba(244,244,242,.72);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--line);
}
.header-inner{
  height: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 24px;
}

.brand{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 120px;
}
.brand__logo{
  height: 18px;
  width: auto;
  opacity: .92;
  image-rendering: -webkit-optimize-contrast;
}
.brand__text{
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0,0,0,.70);
  white-space: nowrap;
}

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

.nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 18px;
  flex: 1;
}
.nav__link{
  font-size: 12px;
  letter-spacing: 0.22em;
  color: color-mix(in srgb, var(--muted) 90%, var(--text));
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.nav__link.is-active{
  background: rgba(0,0,0,.04);
  border-color: rgba(0,0,0,.08);
  color: var(--text);
}

.header-actions{ display:flex; align-items:center; gap: 14px; min-width: 140px; justify-content:flex-end; }

.lang{
  display:flex;
  align-items:center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: .2em;
  color: color-mix(in srgb, var(--muted) 78%, var(--text));
}
.lang__link{ padding: 6px 8px; border-radius: 999px; border: 1px solid transparent; }
.lang__link.is-active{ background: rgba(0,0,0,.04); border-color: rgba(0,0,0,.08); color: var(--text); }
.lang__sep{ opacity: .5; }

.burger{
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.6);
  display:none;
  align-items:center;
  justify-content:center;
  gap: 4px;
  flex-direction:column;
  cursor:pointer;
}
.burger span{ width: 18px; height: 1px; background: rgba(0,0,0,.55); display:block; }

.drawer{
  position: fixed;
  inset: var(--header-h) 0 auto 0;
  background: rgba(244,244,242,.92);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  z-index: 49;
}
.drawer__inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px var(--gutter) 26px;
  display:flex;
  flex-direction:column;
  gap: 12px;
}
.drawer__link{
  font-size: 12px;
  letter-spacing: 0.22em;
  padding: 10px 10px;
  border-radius: 12px;
  color: color-mix(in srgb, var(--muted) 88%, var(--text));
}
.drawer__cta{
  margin-top: 8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: fit-content;
  align-self: center;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.03);
  font-size: 12px;
  letter-spacing: .22em;
}
.drawer__lang{ margin-top: 6px; }


/* Intro (MOSU-style) */
.intro{
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: calc(var(--header-h) + 64px) var(--gutter) 84px;
}
.intro__media{
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.intro__video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__veil{
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.72);
  z-index: 1;
}
.intro__inner{
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  animation: introIn .9s var(--ease) both;
}
@keyframes introIn{
  from{ opacity:0; transform: translateY(10px); }
  to{ opacity:1; transform: translateY(0); }
}
.intro__logo{
  width: min(320px, 72vw);
  height: auto;
  margin: 0 auto 18px;
  opacity: .94;
  image-rendering: -webkit-optimize-contrast;
}
.intro__headline{
  margin: 0 auto 18px;
  font-size: clamp(34px, 6.2vw, 68px);
  letter-spacing: .06em;
  font-weight: 500;
  line-height: 1.12;
  color: rgba(0,0,0,.62);
  text-wrap: balance;
}
.intro__tagline{
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: .32em;
  color: var(--muted);
}
.intro__copy{
  margin-top: 44px;
}
.intro__line{
  font-size: 13px;
  letter-spacing: .12em;
  color: color-mix(in srgb, var(--muted) 70%, var(--text));
}
.intro__scroll{
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: .42em;
  color: rgba(0,0,0,.38);
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
}
.intro__scroll:hover{
  border-color: rgba(0,0,0,.10);
  background: rgba(255,255,255,.35);
}

/* Sections */

.section{ padding: var(--section-pad) 0; scroll-margin-top: calc(var(--header-h) + 18px); }

/*
  Reduce the visual gap between the fixed header and the first hero image.
  ABOUT starts with a hero, so we remove the section's top padding and
  instead add spacing before the text block.
*/
.section--about{ padding-top: 0; }
.section--about .section__inner{ margin-top: 56px; }
.section--infopage{ padding-top: 0; }
.section--infopage .section__inner{ margin-top: 56px; }
.section--foodpage{ padding-top: 0; }
.section--foodpage .section__inner{ margin-top: 56px; }
/* OPEN SALE page */
.section--opensalepage{ padding-top: 0; }
.section--opensalepage .section__inner{ margin-top: 56px; }
.section__inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 34px;
  text-align:center;
}

/*
  Simple inner wrapper used by standalone pages (ABOUT etc.).
  Kept narrower than the global --max to create larger side margins on desktop.
*/
.container{
  max-width: 920px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.section__label{
  font-size: 12px;
  letter-spacing: .32em;
  color: color-mix(in srgb, var(--muted) 78%, var(--text));
}
.section__body{
  width: 100%;
  min-width: 0;
}

/* Center the editorial text blocks while keeping media grids full-width */
.section__body .lead,
.section__body .bodytext,
.section__body .note{
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.kicker{ font-size: 12px; letter-spacing: .28em; color: var(--muted); margin: 0 0 14px; }
.lead{ margin: 0 0 22px; font-size: 15px; letter-spacing: .06em; }
.lead--compact{ margin-bottom: 14px; }
.bodytext{ margin: 0; color: color-mix(in srgb, var(--muted) 65%, var(--text)); }
.bodytext--muted{ color: color-mix(in srgb, var(--muted) 78%, var(--text)); }
.bodytext + .bodytext{ margin-top: 14px; }
.note{ margin: 20px 0 0; font-size: 12px; color: color-mix(in srgb, var(--muted) 78%, var(--text)); }

/* ABOUT CTA */
.about-cta{ margin-top: 18px; }
.link--cta{
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.22);
  padding-bottom: 2px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--muted) 65%, var(--text));
}
.link--cta:hover{ border-bottom-color: rgba(0,0,0,.35); }

/* Pagehero */
.pagehero{
  width: 100%;
  background: #e9e9e8;
  overflow: hidden;
}
.pagehero img{ width:100%; height:100%; object-fit: cover; }
/* Keep the wall-logo in frame for the ABOUT hero */
.section--about .pagehero img{ object-position: 28% 50%; }

.pagehero--tall{ height: min(76vh, 760px); }
/* Home ABOUT hero zoom-out (pull back) */
.pagehero--zoomout img{
  transform: scale(1.14);
  transform-origin: center;
  transition: transform 1.6s var(--ease);
  will-change: transform;
}
.pagehero--zoomout.is-zoomout img{ transform: scale(1); }

@media (prefers-reduced-motion: reduce){
  .pagehero--zoomout img{ transform: none; transition: none; }
}


/* MENU cards */
.menucards{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 18px auto 0;
}
.mcard{
  display:block;
  border-radius: var(--radius);
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.10);
  background: var(--panel);
  box-shadow: var(--shadow);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.mcard:hover{ transform: translateY(-2px); box-shadow: 0 22px 55px rgba(0,0,0,.10); }
.mcard__img{ aspect-ratio: 16/10; background:#eaeaea; }
.mcard__img img{ width:100%; height:100%; object-fit: cover; }
.mcard__meta{
  padding: 16px 18px 18px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 14px;
}
.mcard__title{ font-size: 12px; letter-spacing: .22em; color: var(--text); }
.mcard__link{ font-size: 12px; letter-spacing: .18em; color: var(--muted); }

/* Gallery */
.gallery{
  margin-top: 26px;
  /* Base: simple grid (works without JS) */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 26px;
}

/* Enhanced (JS): "justified" rows so nothing sticks out too much */
.gallery.is-justified{
  display: flex;
  flex-wrap: wrap;
  gap: var(--gallery-gap, 26px);
  align-items: flex-start;
}

.gcard{
  display:block;
  width:100%;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: var(--radius);
  overflow:hidden;
  background: var(--panel);
  box-shadow: var(--shadow);
  cursor: zoom-in;
  padding: 0;
  margin: 0;
}

/* In justified mode, JS sets each tile's width/height */
.gallery.is-justified .gcard{
  flex: 0 0 auto;
  width: auto;
}

.gcard img{
  width:100%;
  height:auto;
  display:block;
}

.gallery.is-justified .gcard img{
  height: 100%;
  object-fit: cover;
}

/* Fallback (no JS): keep tiles consistent on desktop so portrait photos don't "stick out" */
@media (min-width: 960px){
  .gallery:not(.is-justified) .gcard{ aspect-ratio: 4 / 3; }
  .gallery:not(.is-justified) .gcard img{ width:100%; height:100%; object-fit: cover; }
}


/* Links & buttons */
.link{ text-decoration: underline; text-underline-offset: 4px; color: color-mix(in srgb, var(--muted) 65%, var(--text)); }

.btnrow{ display:flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; justify-content: center; }
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.14);
  background: rgba(0,0,0,.03);
  font-size: 12px;
  letter-spacing: .22em;
  transition: transform .25s var(--ease), background .25s var(--ease);
}
.btn:hover{ transform: translateY(-1px); background: rgba(0,0,0,.05); }
.btn--ghost{ background: transparent; }
.btn__icon{ opacity: .7; }

/* Careers - Join button (wide, like the reference) */
.join-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width: min(280px, 100%);
  padding: 10px 14px;
  margin: 12px auto 0;
  background: #4f93cf;
  color: #fff;
  border: 1px solid rgba(0,0,0,.28);
  box-shadow: 0 2px 0 rgba(0,0,0,.68);
  letter-spacing: .08em;
  font-size: 14px;
  font-weight: 500;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), filter .25s var(--ease);
}
.join-btn:hover{ transform: translateY(-1px); filter: brightness(1.03); }
.join-btn:active{ transform: translateY(1px); box-shadow: 0 2px 0 rgba(0,0,0,.72); filter: brightness(.98); }
.join-btn:focus-visible{
  outline: 2px dotted rgba(0,0,0,.55);
  outline-offset: 6px;
}

@media (max-width: 480px){
  .join-btn{ padding: 10px 14px; font-size: 14px; width: min(280px, 100%); }
}

/* Info table */
.info{ margin-top: 18px; border-top: 1px solid var(--line); max-width: 760px; margin-left:auto; margin-right:auto; text-align:left; }
.info__row{ display:grid; grid-template-columns: 160px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.info__k{ font-size: 12px; letter-spacing: .22em; color: color-mix(in srgb, var(--muted) 75%, var(--text)); }
.info__v{ color: color-mix(in srgb, var(--muted) 60%, var(--text)); }

/* Accordion (Policies) */
.accordion{ margin-top: 22px; border: 1px solid rgba(0,0,0,.10); border-radius: var(--radius); overflow:hidden; background: var(--panel); }
.accordion__btn{
  width: 100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  cursor:pointer;
  font-size: 12px;
  letter-spacing: .22em;
  color: color-mix(in srgb, var(--muted) 70%, var(--text));
}
.accordion__panel{ padding: 0 18px 18px; }
.plist{ margin: 0; padding-left: 18px; color: color-mix(in srgb, var(--muted) 60%, var(--text)); }
.plist li{ margin: 8px 0; }

.embed{ margin-top: 22px; border: 1px solid rgba(0,0,0,.10); border-radius: var(--radius); overflow:hidden; background: var(--panel); }
.embed iframe{ width:100%; height: 720px; border:0; }

/* Footer */
.site-footer{
  padding: 56px 0 48px;
  background: #e1e1e1;
  border-top: 1px solid rgba(0,0,0,.16);
  font-size: 12px;
}
.footer-wrap{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.footer-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
.footer-col{
  border-top: 2px solid rgba(0,0,0,.28);
  padding-top: 14px;
}
.footer-head{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  color: rgba(0,0,0,.55);
}
.footer-block{ margin-top: 16px; }
.footer-sub{
  font-size: 12px;
  color: rgba(0,0,0,.55);
  margin-bottom: 6px;
}
.footer-strong{
  display:inline-block;
  font-size: 12px;
  letter-spacing: .02em;
  color: rgba(0,0,0,.88);
  text-decoration: none;
}
.footer-strong:hover{
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-list{
  list-style:none;
  padding: 0;
  margin: 12px 0 0;
  display:grid;
  gap: 10px;
}
.footer-item{
  display:flex;
  align-items:center;
  gap: 8px;
  font-size: 12px;
  color: rgba(0,0,0,.88);
}
.footer-item a{ color: inherit; text-decoration:none; }
.footer-item a:hover{ text-decoration: underline; text-underline-offset: 5px; }

.footer-icon{
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  opacity: .65;
}
.footer-shop{
  display:inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: rgba(0,0,0,.88);
  text-decoration: none;
}
.footer-shop:hover{ text-decoration: underline; text-underline-offset: 5px; }

.footer-access{
  margin-top: 12px;
  font-size: 12px;
  color: rgba(0,0,0,.88);
  line-height: 1.6;
}
.footer-phone{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  margin-top: 16px;
  font-size: 12px;
  color: rgba(0,0,0,.88);
  text-decoration: none;
}
.footer-phone:hover{ text-decoration: underline; text-underline-offset: 5px; }
.footer-icon--phone{ opacity: .8; }

.footer-meta{
  margin-top: 44px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 18px;
}
.footer-brand{
  font-size: 12px;
  letter-spacing: .22em;
  color: rgba(0,0,0,.55);
}
.footer-top{
  font-size: 12px;
  letter-spacing: .22em;
  color: rgba(0,0,0,.55);
  text-decoration: none;
}
.footer-top:hover{ text-decoration: underline; text-underline-offset: 5px; }

@media (max-width: 1100px){
  .footer-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px){
  .site-footer{ padding: 44px 0 40px; }
  .footer-grid{ grid-template-columns: 1fr; gap: 28px; }
  .footer-col{ padding-top: 12px; }
  .footer-head{ font-size: 12px; }
  .footer-sub{ font-size: 12px; }
  .footer-strong, .footer-shop, .footer-phone{ font-size: 12px; }
  .footer-item, .footer-access{ font-size: 12px; }
  .footer-meta{ margin-top: 32px; }
}

/* Lightbox */
.lightbox{
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0,0,0,.76);
  display:grid;
  place-items:center;
  padding: 40px;
}
.lightbox__stage{ max-width: 1080px; width:100%; }
.lightbox__img{ width:100%; height:auto; border-radius: var(--radius); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.lightbox__close{
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 22px;
  cursor:pointer;
}
.lightbox__nav{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.lightbox__nav--prev{ left: 18px; }
.lightbox__nav--next{ right: 18px; }
.lightbox__nav:disabled{
  opacity: .35;
  cursor: default;
}

.lightbox__meta{
  margin-top: 12px;
  text-align: center;
  color: rgba(255,255,255,.88);
}
.lightbox__caption{
  font-family: var(--serif);
  letter-spacing: .06em;
}
.lightbox__counter{
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: .14em;
  color: rgba(255,255,255,.62);
}


/* Responsive */
@media (max-width: 960px){
  :root{ --gutter: 24px; --label-w: 160px; --gap: 44px; }

  /* Keep the header links from overflowing after switching the brand to text */
  .brand__text{ font-size: 11px; letter-spacing: 0.18em; }
  .nav{ gap: 12px; }
  .nav__link{ padding: 8px 8px; letter-spacing: 0.18em; }
}

@media (max-width: 720px){
  :root{ --section-pad: 86px; }
.nav{ display:none; }
  .burger{ display:flex; }
  .section__inner{ gap: 22px; }
  .section__label{ order: 0; }
  .section__body{ order: 1; }
  .section--about .section__inner{ margin-top: 32px; }
  .section--infopage .section__inner{ margin-top: 32px; }
  .section--foodpage .section__inner{ margin-top: 32px; }
  .menucards{ grid-template-columns: 1fr; }
  .info__row{ grid-template-columns: 120px 1fr; }
  .lightbox{ padding: 18px; }
}

/* =========================
   ABOUT PAGE (ABOUT MATT)
   ========================= */
.aboutpage{
  /* Match the reference: slightly tighter scale and whitespace */
  padding-top: 108px;
  padding-bottom: 120px;
}

.aboutpage__kicker{
  font-family: var(--serif);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: .05em;
  color: rgba(0,0,0,.55);
  margin: 0 0 48px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}

.aboutpage__section{ padding: 78px 0; }
.aboutpage__section--hero{ padding-top: 24px; }

.aboutpage__row{
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 64px;
  align-items: center;
}

.aboutpage__row--textfirst{ grid-template-columns: 1fr 1.25fr; }
.aboutpage__row--textfirst .aboutpage__text{ order: 1; }
.aboutpage__row--textfirst .aboutpage__media{ order: 2; }

.aboutpage__media img{
  width: 100%;
  height: auto;
  display: block;
}

.aboutpage__text{ max-width: 520px; }
.aboutpage__row--textfirst .aboutpage__text{ max-width: 520px; }

.aboutpage__rule{
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,.25);
  margin: 0 0 28px;
}

.aboutpage__heading{
  font-family: var(--serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0,0,0,.82);
  margin: 0 0 16px;
  /* Prefer natural wrapping (avoid odd forced breaks) */
  overflow-wrap: break-word;
  text-wrap: balance;
}

/* Bilingual headings on Japanese page */
.aboutpage__heading-en{
  display: block;
}
.aboutpage__heading-jp{
  display: block;
  margin-top: 6px;
}
.aboutpage__heading-jp::before{
  content: "｜";
  margin-right: 10px;
}

.aboutpage__heading--hero{
  font-size: 18px;
}

.aboutpage__body{
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.9;
  color: rgba(0,0,0,.68);
  margin: 0;
}

@media (max-width: 960px){
  .aboutpage{ padding-top: 104px; padding-bottom: 120px; }
  .aboutpage__row{ gap: 44px; }
  .aboutpage__heading{ font-size: 18px; }
}

@media (max-width: 720px){
  .aboutpage{ padding-top: 92px; padding-bottom: 96px; }
  .aboutpage__kicker{ font-size: 24px; margin-bottom: 40px; }
  .aboutpage__section{ padding: 60px 0; }
  .aboutpage__row{ grid-template-columns: 1fr; gap: 22px; }
  .aboutpage__row--textfirst{ grid-template-columns: 1fr; }
  .aboutpage__text{ max-width: none; }
  .aboutpage__rule{ margin-bottom: 18px; }
  .aboutpage__heading{ font-size: 18px; }
  .aboutpage__body{ font-size: 13px; line-height: 1.85; }
}


/* Year picker modal (Information archive) */
.yearpicker-modal{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}
.yearpicker-modal.is-open{ display: flex; }
.yearpicker-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.22);
  backdrop-filter: blur(2px);
}
.yearpicker-dialog{
  position: relative;
  background: #fff;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 10px;
  padding: 18px 22px 20px;
  min-width: 240px;
  max-width: calc(100vw - 40px);
  box-shadow: 0 18px 50px rgba(0,0,0,.15);
  text-align: center;
}
.yearpicker-title{
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(0,0,0,.65);
  margin: 6px 0 14px;
}
.yearpicker-options{
  display: grid;
  gap: 10px;
}
.yearpicker-option{
  display: block;
  padding: 10px 14px;
  border: 1px solid rgba(0,0,0,.16);
  border-radius: 999px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  letter-spacing: .16em;
}
.yearpicker-option:hover{
  background: rgba(0,0,0,.04);
}
.yearpicker-close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.14);
  background: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
body.is-modal-open{ overflow: hidden; }


/* Information archive list */
.info-archive{
  margin-top: 18px;
  display: grid;
  gap: 14px;
}
.info-archive__item{
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.12);
}
.info-archive__date{
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(0,0,0,.58);
  margin-bottom: 6px;
}
.info-archive__title{
  color: #000;
  text-decoration: none;
}
.info-archive__title:hover{
  text-decoration: underline;
}

/* Information: year chips + year accordion */
.yearchips{
  margin: 18px auto 0;
  max-width: 760px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.yearchip{
  padding: 9px 14px;
  border: 1px solid rgba(0,0,0,.16);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: .18em;
}
.yearchip:hover{ background: rgba(0,0,0,.03); }
.yearchip.is-active{
  background: rgba(0,0,0,.05);
}
.yearchip:focus-visible{
  outline: 2px dotted rgba(0,0,0,.55);
  outline-offset: 5px;
}

.info-years{
  margin-top: 22px;
  border-top: 1px solid var(--line);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.year-acc{
  border-bottom: 1px solid var(--line);
}
.year-acc__summary{
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--muted) 80%, var(--text));
}
.year-acc__summary::-webkit-details-marker{ display: none; }
.year-acc__summary::after{
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.14);
  color: rgba(0,0,0,.65);
  font-size: 16px;
  line-height: 1;
}
.year-acc[open] .year-acc__summary::after{
  content: "–";
  background: rgba(0,0,0,.04);
  color: rgba(0,0,0,.75);
}
.year-acc__summary:focus-visible{
  outline: 2px dotted rgba(0,0,0,.55);
  outline-offset: 6px;
}
.year-acc__panel{
  padding: 2px 0 22px;
}

/* Information: card list (reference-like layout) */
.info-cards{
  display: grid;
}
.info-card{
  display: grid;
  grid-template-columns: minmax(240px, 340px) 1fr;
  gap: 22px;
  padding: 22px 0;
  border-top: 1px solid rgba(0,0,0,.10);
}
.info-card:first-child{ border-top: 0; padding-top: 4px; }

.info-card__media{
  border-radius: 18px;
  overflow: hidden;
  background: #e9e9e8;
  box-shadow: var(--shadow);
  aspect-ratio: 16/10;
}
.info-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-card__date{
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(0,0,0,.58);
  margin: 2px 0 10px;
}
.info-card__title{
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 10px;
}
.info-card__text{
  margin: 0 0 14px;
  color: color-mix(in srgb, var(--muted) 70%, var(--text));
}
.info-card__cta{ margin-top: 10px; }

@media (max-width: 960px){
  .info-card{ grid-template-columns: 1fr; }
  .info-card__title{ font-size: 18px; }
}



/* OPENING SALES layout (used by /2024_april/ and similar campaign pages) */
.opensale{
  /* Matches the reference layout (https://mattjapan.com/opensale/) */
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.opensale__title{
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: clamp(30px, 6vw, 44px);
  letter-spacing: .04em;
  font-weight: 500;
}
.opensale__subtitle{
  margin: 0 0 22px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  color: color-mix(in srgb, var(--muted) 78%, var(--text));
}

.opensale__letter .bodytext{ text-align: center; }

.opensale__divider{
  /* Reference page uses spacing (no visible rule) */
  height: 0;
  margin: 22px auto 0;
}

.opensale__campaign{
  text-align: center;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--muted) 78%, var(--text));
  margin: 26px 0 8px;
}

.opensale-wrap{
  margin-top: 16px;
}

.opensale-cat{
  margin: 30px 0 10px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--muted) 78%, var(--text));
}

.opensale-list{ display: block; }

.opensale-item{
  margin: 18px 0 0;
  padding: 0;
}
.opensale-item:first-child{ margin-top: 0; }

.opensale-item__name{
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.35;
  margin: 0;
}

.opensale-item__link{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.opensale-item__link:hover{ border-bottom-color: rgba(0,0,0,.28); }
.opensale-item__link:focus-visible{
  outline: 2px dotted rgba(0,0,0,.55);
  outline-offset: 6px;
}

.opensale-item__note{
  margin: 8px 0 0;
  color: color-mix(in srgb, var(--muted) 68%, var(--text));
}

.opensale-item__price{
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: .08em;
  margin-top: 10px;
}

.opensale-item__old{
  text-decoration: line-through;
  color: rgba(0,0,0,.45);
}
.opensale-item__arrow{ margin: 0 8px; color: rgba(0,0,0,.55); }
.opensale-item__new{ font-weight: 600; }

@media (max-width: 720px){
  .opensale__title{ font-size: 30px; }
}




/* REMARKABLE KICKOFF layout (used by /2024_may/ and similar gallery pages) */
.section--kickoffpage{ padding-top: 0; }
.section--kickoffpage .section__inner{ margin-top: 56px; }

.kickoff{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.kickoff__title{
  margin: 0 0 26px;
  font-family: var(--serif);
  font-size: clamp(30px, 6vw, 44px);
  letter-spacing: .04em;
  font-weight: 500;
  text-align: center;
}

.kickoff__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.kickoff__item{ margin: 0; }

.kickoff__link{
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: #e9e9e8;
  box-shadow: var(--shadow);
}
.kickoff__link img{
  width: 100%;
  height: auto;
  display: block;
}

.kickoff__caption{
  margin: 12px 0 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--muted) 78%, var(--text));
}

@media (max-width: 960px){
  .kickoff__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px){
  .kickoff__grid{ grid-template-columns: 1fr; }
  .kickoff__caption{ letter-spacing: .18em; }
}
/* FOOD MENU page (match https://mattjapan.com/food/) */
.food-title{
  margin: 0;
  font-size: 34px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.food-tabs{
  margin: 18px auto 0;
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}
.food-tab{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 4px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(0,0,0,.62);
  border-bottom: 1px solid transparent;
}
.food-tab:hover{ border-bottom-color: rgba(0,0,0,.22); }
.food-tab.is-active{
  color: var(--text);
  border-bottom-color: rgba(0,0,0,.35);
}
.food-tab:focus-visible{
  outline: 2px dotted rgba(0,0,0,.55);
  outline-offset: 6px;
}

.food-wrap{
  margin-top: 22px;
  border-top: 1px solid var(--line);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.food-section{ padding: 2px 0 8px; }
.food-cat{
  margin: 26px 0 10px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--muted) 78%, var(--text));
}

.food-list{ display: grid; }
.food-item{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(0,0,0,.10);
}
.food-item:first-child{ border-top: 0; }

.food-item__name{
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
}
.food-item__link{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.food-item__link:hover{ border-bottom-color: rgba(0,0,0,.28); }
.food-item__link:focus-visible{
  outline: 2px dotted rgba(0,0,0,.55);
  outline-offset: 6px;
}

.food-item__desc{
  margin: 8px 0 0;
  color: color-mix(in srgb, var(--muted) 68%, var(--text));
}
.food-item__desc--jp{
  color: rgba(0,0,0,.58);
  margin-top: 4px;
}
.food-item__price{
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: .14em;
  color: rgba(0,0,0,.62);
  padding-top: 6px;
}

.food-service{ margin-top: 18px; }

/* Course / pairing sheets */
.food-sheet{
  margin: 28px auto 0;
  max-width: 560px;
}
.food-sheet img{
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: var(--shadow);
  background: #ffffff;
}

@media (max-width: 960px){
  .food-item{ grid-template-columns: 1fr; gap: 10px; }
  .food-item__name{ font-size: 18px; }
  .food-item__price{ padding-top: 0; }
  .food-title{ font-size: 30px; }
  .food-tabs{ gap: 18px; }
  .food-sheet{ max-width: 520px; }
}


/* INFORMATION POST layout (used by /2024_june/)
   Reference: https://mattjapan.com/june_information_en/
*/
.section--infopostpage{ padding-top: 0; }
.section--infopostpage .section__inner{ margin-top: 56px; }

.infopost{
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.infopost__title{
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: clamp(30px, 6vw, 44px);
  letter-spacing: .04em;
  font-weight: 500;
}

.infopost__subtitle{
  margin: 0 0 18px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  color: color-mix(in srgb, var(--muted) 78%, var(--text));
}

.infopost__letter{
  margin-top: 0;
  text-align: left;
}

.infopost__letter .bodytext{
  text-align: left;
}

.infopost__figure{
  margin: 26px 0 0;
}

/* Multi-image gallery (used by /2024_august/) */
.infopost__gallery{
  margin: 26px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.infopost__galleryitem{
  margin: 0;
}

@media (max-width: 960px){
  .infopost__gallery{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px){
  .infopost__gallery{
    grid-template-columns: 1fr;
  }
}

.infopost__imglink{
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: #e9e9e8;
  box-shadow: var(--shadow);
}

.infopost__imglink img{
  width: 100%;
  height: auto;
  display: block;
}

.infopost__caption{
  margin: 12px 0 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--muted) 78%, var(--text));
}

@media (max-width: 960px){
  .section--infopostpage .section__inner{ margin-top: 32px; }
}



/* WINE INFORMATION layout (used by /2024_september/)
   Reference: https://mattjapan.com/wine-list_bk/information_cocktail_japanese_green_tea_wine/
*/
.section--wineinfopage{ padding-top: 0; }
.section--wineinfopage .section__inner{ margin-top: 56px; }

.wineinfo{
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wineinfo__title{
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: clamp(28px, 6vw, 44px);
  letter-spacing: .04em;
  font-weight: 500;
}

.wineinfo__meta{
  margin: 0 0 18px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  color: color-mix(in srgb, var(--muted) 78%, var(--text));
}

.wineinfo__figure{ margin: 18px auto 0; }
.wineinfo__figure--hero{ max-width: 340px; }
.wineinfo__figure--map{ max-width: 620px; }

.wineinfo__h2{
  margin: 26px 0 12px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  color: color-mix(in srgb, var(--muted) 78%, var(--text));
}

.wineinfo__block{ margin-top: 0; }

.wineinfo__producer{
  text-align: center;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--muted) 86%, var(--text));
}

.wineinfo__product{
  margin-top: 8px;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(22px, 4.8vw, 34px);
  letter-spacing: .04em;
  font-weight: 500;
}

.wineinfo__region{
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--muted) 78%, var(--text));
}

.wineinfo__prices{
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  letter-spacing: .22em;
}

.wineinfo__price{ font-weight: 600; }
.wineinfo__glass{ font-weight: 500; }

.wineinfo__desc{
  margin-top: 18px;
  text-align: left;
}

.wineinfo__specs{
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 520px;
  text-align: left;
  border-top: 1px solid var(--line);
}

.wineinfo__spec{
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.wineinfo__specLabel{
  color: color-mix(in srgb, var(--muted) 86%, var(--text));
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}

.wineinfo__specValue{
  font-size: 13px;
  letter-spacing: .06em;
  text-align: right;
}

@media (max-width: 960px){
  .section--wineinfopage .section__inner{ margin-top: 32px; }
  .wineinfo__figure--map{ max-width: 560px; }
}

@media (max-width: 560px){
  .wineinfo__figure--hero{ max-width: 280px; }
  .wineinfo__specLabel{ white-space: normal; }
}
