/* ==========================================================================
   SUSHI SECRETS INC. — counter cross-section theme
   Palette:
     hachi-paper   #F4EFE4  (body background)
     sumi-ink      #2B2825  (text)
     aka-noren     #9E3D38  (accent)
     cedar-deep    #322C26  (wells / footer)
     rice-bowl     #FBF7EC  (raised panels)
     bar-tan       #C9AE85  (counter wood)
     slate-board   #4E565B  (chalk areas)
     neta-salmon   #E08A5E  (ingredient — reserved)
     neta-aoji     #5D7F7E  (ingredient — reserved)
   ========================================================================== */

/* --- reset --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  background-color: #F4EFE4;
  color: #2B2825;
  line-height: 1.7;
  overflow-x: hidden;
}

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

a {
  color: #9E3D38;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ==========================================================================
   NOREN PANEL HEAD  (.norenpanel)
   ========================================================================== */
.norenpanel {
  position: relative;
  background-color: #322C26;
  width: 100%;
}

.norenpanel-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.norenrod {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0 0;
}

.norenbrand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FBF7EC;
  font-size: 20px;
  letter-spacing: 0.14em;
  font-weight: 700;
  padding-bottom: 10px;
  white-space: nowrap;
}

.norenbrand-fan {
  color: #E08A5E;
  font-size: 18px;
  line-height: 1;
}

.norenbrand-sub {
  display: block;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: #C9AE85;
  font-weight: 400;
  margin-top: 2px;
}

/* the headband rod */
.norenbar {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  padding-top: 4px;
}

.norenbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 9px;
  background-color: #C9AE85;
  border-radius: 5px;
}

.norencloth {
  position: relative;
  width: 92px;
  margin-top: 9px;
  padding: 26px 6px 16px;
  text-align: center;
  background-color: #9E3D38;
  color: #FBF7EC;
  font-size: 12px;
  letter-spacing: 0.1em;
  border-radius: 0 0 3px 3px;
  transition: transform 0.25s ease;
}

.norencloth:nth-child(1) {
  height: 118px;
}

.norencloth:nth-child(2) {
  height: 132px;
  width: 108px;
}

.norencloth:nth-child(3) {
  height: 110px;
}

.norencloth:nth-child(4) {
  height: 138px;
  width: 100px;
}

.norencloth:nth-child(5) {
  height: 122px;
  width: 96px;
}

.norencloth:hover,
.norencloth:focus {
  transform: translateY(4px);
}

.norencloth-crest {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FBF7EC;
  margin: 0 auto 14px;
}

/* split hem showing the band underneath */
.norencloth-hem {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background-color: #FBF7EC;
  clip-path: polygon(0 0, 46% 0, 50% 40%, 54% 0, 100% 0, 100% 100%, 0 100%);
}

.norencloth a,
.norencloth span {
  color: #FBF7EC;
  text-decoration: none;
  display: block;
  letter-spacing: 0.12em;
}

.norencloth a:hover,
.norencloth a:focus {
  text-decoration: underline;
}

.norencloth-active {
  background-color: #FBF7EC;
}

.norencloth-active a,
.norencloth-active span {
  color: #9E3D38;
  font-weight: 700;
}

.norencloth-active .norencloth-crest {
  background-color: #9E3D38;
}

.norencloth-active .norencloth-hem {
  background-color: #322C26;
}

/* mobile toggle */
.norentoggle {
  display: none;
  background-color: #9E3D38;
  color: #FBF7EC;
  border: 0;
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 0.16em;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 3px;
}

.norenpanel-open .norenbar {
  flex-direction: column;
  align-items: stretch;
}

/* ==========================================================================
   HERO — COUNTER SECTION SCENE (.omakasecase)
   ========================================================================== */
.omakasecase {
  position: relative;
  background-color: #F4EFE4;
  border-bottom: 1px solid #D8CDBA;
  padding: 46px 0 27px;
}

.omakaseslice {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 30px;
  align-items: stretch;
}

/* --- chef board, left --- */
.omakaseboard {
  position: relative;
  background-color: #C9AE85;
  border-radius: 8px;
  padding: 28px 26px 26px;
  box-shadow: inset 0 -8px 0 #B49A72, 0 6px 0 #A98F67;
}

.omakaseboard::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  border: 1px solid #B49A72;
  border-radius: 5px;
  pointer-events: none;
}

.omakaseknife {
  position: relative;
  height: 58px;
  margin-bottom: 20px;
}

.kniferoll {
  position: absolute;
  left: 0;
  top: 8px;
  width: 148px;
  height: 42px;
  background-color: #4E565B;
  border-radius: 5px;
  border-left: 9px solid #322C26;
}

.kniferoll::before,
.kniferoll::after {
  content: "";
  position: absolute;
  left: 12px;
  width: 116px;
  height: 3px;
  background-color: #FBF7EC;
  border-radius: 2px;
}

.kniferoll::before {
  top: 12px;
}

.kniferoll::after {
  top: 26px;
}

.chefblade {
  position: absolute;
  left: 162px;
  top: 0;
  width: 96px;
  height: 22px;
  background-color: #322C26;
  border-radius: 2px 8px 8px 2px;
  transform: rotate(-2deg);
}

.chefblade::after {
  content: "";
  position: absolute;
  left: 96px;
  top: 3px;
  width: 42px;
  height: 16px;
  background-color: #4E565B;
  border-radius: 2px 6px 6px 2px;
}

.ricetub {
  position: absolute;
  right: 6px;
  top: 2px;
  width: 62px;
  height: 52px;
  background-color: #FBF7EC;
  border: 3px solid #B49A72;
  border-radius: 4px 4px 10px 10px;
}

.ricetub::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 14px;
  height: 4px;
  background-color: #C9AE85;
  border-radius: 2px;
}

.omakaseboard-cap {
  position: relative;
  z-index: 2;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #322C26;
  text-transform: uppercase;
  border-top: 1px solid #B49A72;
  padding-top: 14px;
}

.omakaseboard-cap strong {
  display: block;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-top: 4px;
  text-transform: none;
}

/* --- glass aging case, right --- */
.omakasecasebox {
  position: relative;
  background-color: #FBF7EC;
  border: 5px solid #C9AE85;
  border-radius: 8px;
  padding: 26px 22px 22px;
  box-shadow: inset 0 6px 0 #FFFFFF, 0 6px 0 #A98F67;
}

.omakasecasebox::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
  background-color: #FBF7EC;
  background-image: repeating-linear-gradient(
    90deg,
    #D8CDBA 0,
    #D8CDBA 2px,
    transparent 2px,
    transparent 12px
  );
  border-bottom: 2px solid #C9AE85;
}

.frostline {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: #4E565B;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.slabbay {
  position: relative;
  background-color: #4E565B;
  border-radius: 6px;
  padding: 22px 18px;
  margin-bottom: 14px;
}

.slabbay::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  border: 2px solid #C9AE85;
  border-radius: 50%;
}

.salmonlab {
  display: block;
  width: 82%;
  height: 54px;
  background-color: #E08A5E;
  border-radius: 26px 8px 8px 26px;
  position: relative;
}

.salmonlab::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 20px;
  top: 12px;
  height: 3px;
  background-color: #FBF7EC;
  border-radius: 2px;
}

.salmonlab::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 34px;
  top: 24px;
  height: 3px;
  background-color: #FBF7EC;
  border-radius: 2px;
}

.salmonlab-cap {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #FBF7EC;
  font-style: italic;
}

.aojifish {
  position: relative;
  width: 46px;
  height: 30px;
  background-color: #5D7F7E;
  border-radius: 50% 12px 12px 50%;
  margin-top: 6px;
}

.aojifish::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #5D7F7E;
}

.aojifish::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #FBF7EC;
  border-radius: 50%;
}

.aojifish-cap {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #4E565B;
}

/* --- price stand headline --- */
.pricestand {
  position: absolute;
  right: 6px;
  bottom: 30px;
  width: 236px;
  background-color: #4E565B;
  border-radius: 6px 6px 3px 3px;
  padding: 20px 18px 22px;
  box-shadow: 0 8px 0 #383F44;
  z-index: 5;
}

.pricestand::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: -14px;
  width: 28px;
  height: 14px;
  background-color: #322C26;
}

.pricestand-kicker {
  font-size: 10px;
  letter-spacing: 0.28em;
  color: #C9AE85;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.pricestand-title {
  font-size: 23px;
  line-height: 1.28;
  color: #FBF7EC;
  font-weight: 700;
}

.pricestand-quiet {
  color: #E08A5E;
}

/* --- guest ledge --- */
.omakaseguest {
  position: relative;
  background-color: #C9AE85;
  border-radius: 6px;
  padding: 30px 30px 28px;
  margin-top: 20px;
  box-shadow: 0 6px 0 #A98F67;
  border-top: 6px solid #FBF7EC;
}

.omakaseguest p {
  font-size: 17px;
  max-width: 74ch;
  color: #2B2825;
}

.omakaseguest-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.seatplaque {
  display: inline-block;
  background-color: #322C26;
  color: #FBF7EC;
  padding: 15px 30px;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: 0.14em;
  box-shadow: 0 5px 0 #1C1814;
}

.seatplaque:hover,
.seatplaque:focus {
  background-color: #9E3D38;
  text-decoration: none;
}

.ticketlink {
  color: #322C26;
  font-size: 15px;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #9E3D38;
  padding-bottom: 2px;
}

.counteredge {
  height: 8px;
  background-color: #FBF7EC;
  border-bottom: 2px solid #C9AE85;
  margin-top: 24px;
  border-radius: 2px;
}

/* ==========================================================================
   generic section shells
   ========================================================================== */
.roomband {
  padding: 62px 0;
}

.roomband-well {
  background-color: #FBF7EC;
}

.roomband-paper {
  background-color: #F4EFE4;
}

.roomhead {
  margin-bottom: 34px;
}

.roomhead-kicker {
  display: block;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #9E3D38;
  margin-bottom: 10px;
}

.roomhead h2 {
  font-size: 33px;
  line-height: 1.22;
  color: #2B2825;
  max-width: 30ch;
}

.roomhead p {
  margin-top: 12px;
  max-width: 68ch;
  color: #2B2825;
}

.prose p {
  margin-bottom: 18px;
  max-width: 74ch;
}

/* ==========================================================================
   COURSE TICKET RAIL (.getarack)
   ========================================================================== */
.getarack {
  position: relative;
  background-color: #F4EFE4;
  border-radius: 10px;
  padding: 60px 26px 34px;
  box-shadow: inset 0 0 0 2px #D8CDBA;
}

.getarail {
  position: absolute;
  top: 34px;
  left: 26px;
  right: 26px;
  height: 14px;
  background-color: #C9AE85;
  border-radius: 7px;
  box-shadow: 0 4px 0 #A98F67;
}

.getatickets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 26px;
  padding-top: 30px;
}

.getaticket {
  position: relative;
  background-color: #C9AE85;
  border-radius: 5px;
  padding: 30px 20px 22px;
  box-shadow: 0 6px 0 #A98F67;
}

.getaticket-lean-a {
  transform: rotate(-1.3deg);
}

.getaticket-lean-b {
  transform: rotate(1.1deg);
}

.getaticket-lean-c {
  transform: rotate(-0.6deg);
}

.getaclip {
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 22px;
  background-color: #4E565B;
  border-radius: 50%;
  border: 4px solid #322C26;
}

.getastamp {
  display: block;
  width: 44px;
  height: 28px;
  border-radius: 50% 12px 12px 50%;
  margin-bottom: 16px;
  position: relative;
}

.getastamp::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid currentColor;
}

.getastamp-salmon {
  background-color: #E08A5E;
  color: #E08A5E;
}

.getastamp-aoji {
  background-color: #5D7F7E;
  color: #5D7F7E;
}

.getacard {
  background-color: #FBF7EC;
  border-radius: 4px;
  padding: 18px 16px;
}

.getacard h3 {
  font-size: 19px;
  color: #2B2825;
  margin-bottom: 8px;
  line-height: 1.3;
}

.getacard p {
  font-size: 14.5px;
  color: #2B2825;
}

.getachip {
  display: inline-block;
  margin-top: 14px;
  background-color: #9E3D38;
  color: #FBF7EC;
  font-size: 11px;
  letter-spacing: 0.18em;
  padding: 4px 10px;
  border-radius: 3px;
}

.getaseated {
  outline: 3px dashed #9E3D38;
  outline-offset: 4px;
}

.getaseated::after {
  content: "SEATED";
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 9px;
  letter-spacing: 0.24em;
  color: #9E3D38;
  border: 1px solid #9E3D38;
  padding: 2px 6px;
  border-radius: 2px;
}

/* ==========================================================================
   TEA TICKET STRIP
   ========================================================================== */
.teastrip {
  background-color: #322C26;
  padding: 26px 0;
}

.teastrip-inner {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.teatickets {
  position: relative;
  width: 78px;
  height: 56px;
  flex: none;
}

.teaslip {
  position: absolute;
  width: 56px;
  height: 34px;
  background-color: #FBF7EC;
  border-radius: 3px;
}

.teaslip-back {
  left: 12px;
  top: 16px;
}

.teaslip-front {
  left: 0;
  top: 0;
  box-shadow: 0 3px 0 #A98F67;
}

.teaseal {
  position: absolute;
  left: 34px;
  top: 8px;
  width: 11px;
  height: 11px;
  background-color: #9E3D38;
  border-radius: 50%;
}

.teastrip p {
  color: #FBF7EC;
  font-size: 17px;
  max-width: 78ch;
}

/* ==========================================================================
   FOOTER — PREP ROOM BASE (.chefbench)
   ========================================================================== */
.chefbench {
  background-color: #322C26;
  color: #FBF7EC;
  position: relative;
  margin-top: 50px;
  padding-bottom: 0;
}

.sinkledge {
  background-color: #4E565B;
  height: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
}

.tapdot {
  width: 12px;
  height: 12px;
  background-color: #C9AE85;
  border-radius: 50%;
}

.apronrail {
  position: relative;
  padding: 40px 24px 0;
  max-width: 1180px;
  margin: 0 auto;
}

.apronrail::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 22px;
  height: 6px;
  background-color: #C9AE85;
  border-radius: 3px;
}

.aprons {
  display: flex;
  gap: 22px;
  padding-top: 8px;
  flex-wrap: wrap;
}

.apron {
  position: relative;
  width: 60px;
  height: 74px;
  background-color: #C9AE85;
  border-radius: 4px 4px 8px 8px;
}

.apron::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 8px;
  width: 18px;
  height: 18px;
  border: 3px solid #322C26;
  border-radius: 50%;
}

.apron::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  height: 3px;
  background-color: #322C26;
  border-radius: 2px;
}

.chefbench-body {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 24px 0;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 34px;
  align-items: start;
}

.chefbenchbrand {
  background-color: #FBF7EC;
  color: #2B2825;
  border-radius: 6px;
  padding: 26px 24px;
}

.chefbenchbrand h2 {
  font-size: 23px;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.chefbenchbrand p {
  font-size: 15px;
  color: #2B2825;
  max-width: 52ch;
}

.chefbench-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: flex-start;
}

.clothchip {
  display: inline-block;
  background-color: #9E3D38;
  color: #FBF7EC;
  padding: 10px 18px;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.clothchip:hover,
.clothchip:focus {
  background-color: #FBF7EC;
  color: #322C26;
  text-decoration: none;
}

.benchplinth {
  background-color: #C9AE85;
  color: #2B2825;
  margin-top: 40px;
}

.benchplinth-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  align-items: center;
  font-size: 13.5px;
}

.benchplinth-inner a {
  color: #322C26;
  text-decoration: underline;
}

.benchplinth-fan {
  color: #9E3D38;
  font-size: 15px;
}

/* ==========================================================================
   SERVICES PAGE
   ========================================================================== */
.svcblock {
  background-color: #FBF7EC;
  border-radius: 8px;
  padding: 34px 30px;
  margin-bottom: 26px;
  box-shadow: inset 0 0 0 2px #E3D9C6;
  position: relative;
}

.svcblock-num {
  display: inline-block;
  background-color: #9E3D38;
  color: #FBF7EC;
  font-size: 12px;
  letter-spacing: 0.18em;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 14px;
}

.svcblock h3 {
  font-size: 24px;
  color: #2B2825;
  margin-bottom: 12px;
}

.svcblock p {
  color: #2B2825;
  margin-bottom: 14px;
  max-width: 78ch;
}

.svcblock-meta {
  border-top: 1px solid #E3D9C6;
  padding-top: 14px;
  font-size: 14px;
  color: #4E565B;
}

.processsteps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.processstep {
  background-color: #C9AE85;
  border-radius: 6px;
  padding: 24px 22px;
  box-shadow: 0 5px 0 #A98F67;
}

.processstep-num {
  font-size: 12px;
  letter-spacing: 0.24em;
  color: #322C26;
  display: block;
  margin-bottom: 8px;
}

.processstep h4 {
  font-size: 19px;
  color: #2B2825;
  margin-bottom: 8px;
}

.processstep p {
  font-size: 14.5px;
  color: #2B2825;
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
.contactgrid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  align-items: start;
}

.contactform {
  background-color: #FBF7EC;
  border-radius: 8px;
  padding: 30px 28px;
  box-shadow: inset 0 0 0 2px #E3D9C6;
}

.fieldrow {
  margin-bottom: 18px;
}

.fieldrow label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9E3D38;
  margin-bottom: 7px;
}

.fieldrow input,
.fieldrow textarea {
  width: 100%;
  background-color: #F4EFE4;
  border: 2px solid #C9AE85;
  border-radius: 4px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 15px;
  color: #2B2825;
}

.fieldrow input:focus,
.fieldrow textarea:focus {
  outline: 2px solid #9E3D38;
  outline-offset: 1px;
}

.formbutton {
  background-color: #322C26;
  color: #FBF7EC;
  border: 0;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: 0.14em;
  padding: 14px 30px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 5px 0 #1C1814;
}

.formbutton:hover,
.formbutton:focus {
  background-color: #9E3D38;
}

.formnote {
  margin-top: 14px;
  font-size: 13px;
  color: #4E565B;
}

.contactside {
  background-color: #4E565B;
  color: #FBF7EC;
  border-radius: 8px;
  padding: 30px 28px;
}

.contactside h3 {
  font-size: 20px;
  color: #FBF7EC;
  margin-bottom: 14px;
}

.contactside p,
.contactside li {
  color: #FBF7EC;
  font-size: 15px;
}

.contactside ul {
  list-style: none;
}

.contactside li {
  padding: 9px 0;
  border-bottom: 1px solid #6C757B;
}

.contactside a {
  color: #FBF7EC;
  text-decoration: underline;
}

.hourslist {
  margin-top: 8px;
}

/* FAQ accordions */
.faqitem {
  background-color: #FBF7EC;
  border-radius: 6px;
  margin-bottom: 14px;
  box-shadow: inset 0 0 0 2px #E3D9C6;
  overflow: hidden;
}

.faqq {
  width: 100%;
  text-align: left;
  background-color: #FBF7EC;
  border: 0;
  font-family: inherit;
  font-size: 17px;
  color: #2B2825;
  padding: 20px 22px;
  cursor: pointer;
  position: relative;
}

.faqq::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #9E3D38;
  font-size: 22px;
}

.faqitem-open .faqq::after {
  content: "\2212";
}

.faqa {
  padding: 0 22px 20px;
  color: #2B2825;
  font-size: 15px;
  display: none;
}

.faqitem-open .faqa {
  display: block;
}

/* ==========================================================================
   reveal animation
   ========================================================================== */
.reveal {
  transform: translateY(22px);
  transition: transform 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
}

.reveal-shown {
  transform: none;
  visibility: visible;
}

/* no-script default-visible fallback */
.nojs .reveal {
  transform: none;
  visibility: visible;
}

.countline {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
}

.countcard {
  background-color: #FBF7EC;
  border-radius: 6px;
  padding: 18px 22px;
  box-shadow: inset 0 0 0 2px #E3D9C6;
  flex: 1 1 180px;
}

.countcard b {
  display: block;
  font-size: 30px;
  color: #9E3D38;
  line-height: 1.1;
}

.countcard span {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #4E565B;
}

/* ==========================================================================
   responsive
   ========================================================================== */
@media (max-width: 940px) {
  .omakaseslice {
    grid-template-columns: 1fr;
  }

  .pricestand {
    position: static;
    width: auto;
    margin-top: 20px;
  }

  .getatickets {
    grid-template-columns: repeat(2, 1fr);
  }

  .chefbench-body,
  .contactgrid,
  .processsteps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .norenrod {
    flex-direction: column;
    align-items: stretch;
  }

  .norenbar {
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
  }

  .norenbar::before {
    display: none;
  }

  .norencloth,
  .norencloth:nth-child(1),
  .norencloth:nth-child(2),
  .norencloth:nth-child(3),
  .norencloth:nth-child(4),
  .norencloth:nth-child(5) {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 16px 16px 20px;
    border-radius: 4px;
    text-align: left;
  }

  .norencloth-crest {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }

  .norencloth-hem {
    height: 6px;
  }

  .norentoggle {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 10px;
  }

  .norenbar {
    display: none;
  }

  .norenpanel-open .norenbar {
    display: flex;
  }
}

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

  .roomhead h2 {
    font-size: 26px;
  }

  .omakaseboard,
  .omakasecasebox,
  .omakaseguest {
    padding: 22px 18px;
  }
}
