/* Samurai Sushi & Hibachi — samuraidsm.com
   Faithful clone of the original Wix layout: 980px design canvas, centered. */

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/fonts/osc-300-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/osc-700-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/os-400-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/os-700-latin.woff2') format('woff2');
}

:root {
  --red: #ED0E37;
  --text: #eaeaea;
  --osc: 'Open Sans Condensed', 'Arial Narrow', Arial, sans-serif;
  --os: 'Open Sans', Helvetica, Arial, sans-serif;
}

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

.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

body {
  background: #000;
  color: var(--text);
  font-family: var(--osc);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
}

img { border: 0; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.canvas { width: 980px; margin: 0 auto; position: relative; }
.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;
}

/* ================= Header ================= */
header.site { background: #000; height: 192px; position: relative; }
.topbar {
  position: absolute; top: 46px; left: 525px;
  display: flex; align-items: center;
  font-size: 15px; color: var(--text);
}
.topbar .sep { color: #555; margin: 0 13px; font-weight: 300; }
.brand { position: absolute; top: 58px; left: 8px; display: block; }
.brand img { width: 192px; height: 63px; display: block; }

nav.main { position: absolute; top: 141px; right: 4px; }
nav.main ul { list-style: none; display: flex; align-items: center; }
nav.main li { position: relative; display: flex; align-items: center; }
nav.main li + li::before { content: ''; width: 1px; height: 18px; background: #4a4a4a; }
nav.main a {
  display: block; padding: 7px 28px;
  font-size: 15px; font-weight: 400; color: var(--text); white-space: nowrap;
  transition: color .4s;
}
nav.main a:hover { color: rgb(252, 207, 27); }
nav.main a.active { color: var(--red); }
/* dropdown (ABOUT > REVIEWS) */
nav.main li.has-sub .sub {
  display: none; position: absolute; top: 32px; left: 50%; transform: translateX(-50%);
  background: #000; z-index: 50;
}
nav.main li.has-sub:hover .sub, nav.main li.has-sub:focus-within .sub { display: block; }
nav.main .sub a { padding: 0 7.5px; line-height: 30px; text-align: center; min-width: 90px; box-sizing: border-box; }

.nav-toggle { display: none; }

/* ================= Footer ================= */
footer.site { background: #000; position: relative; height: 277px; font-weight: 300; }
footer.site .canvas { height: 100%; }
.foot-logo { position: absolute; left: 370px; top: 33px; width: 220px; height: 88px; }
.foot-btn { position: absolute; left: 786px; top: 89px; width: 163px; height: 53px; }
.foot-copy { position: absolute; left: 0; right: 0; top: 167px; text-align: center; font-family: var(--os); font-size: 9px; color: var(--text); transform: translateX(9px); }
.foot-contact { position: absolute; left: 704px; top: 159px; font-size: 15px; letter-spacing: .9px; white-space: nowrap; }
.foot-contact .sep { margin: 0 12px; color: #666; }
.foot-addr { position: absolute; left: 686px; top: 219px; font-size: 15px; letter-spacing: .9px; white-space: nowrap; }

/* footer business card (replica of the obc.appsharp.com widget, 300x191) */
.bizcard { position: absolute; left: 10px; top: 31px; width: 300px; height: 191px; overflow: hidden; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 11.4px; color: #fff; }
.bizcard .biz-title { position: absolute; left: 11px; top: 8px; font-size: 19px; font-weight: 700; white-space: nowrap; }
.bizcard .row { position: absolute; left: 0; display: flex; align-items: flex-start; margin: 0; white-space: nowrap; }
.bizcard .row:nth-of-type(1) { top: 46px; }
.bizcard .row:nth-of-type(2) { top: 73px; }
.bizcard .row:nth-of-type(3) { top: 100px; }
.bizcard .row:nth-of-type(4) { top: 126px; }
.bizcard .row:nth-of-type(5) { top: 153px; }
.bizcard svg { width: 12px; height: 12px; fill: #fff; flex: none; margin: 1px 10px 0 12px; }
.bizcard a:hover { text-decoration: underline; }
.bizcard .today .hrs { font-weight: 700; }
.bizcard .today .status { font-style: normal; font-weight: 700; font-size: 9px; margin-left: 6px; }
.bizcard .today .status.soon { color: #FF5C00; }

/* ================= Shared page pieces ================= */
.page-banner { position: relative; height: 340px; background-size: cover; background-position: center; }
.page-banner h1 {
  position: absolute; left: 50%; bottom: -10px; transform: translateX(-482px);
  font-size: 124px; font-weight: 300; line-height: normal; color: var(--text); letter-spacing: 0;
}
.white-page { background: #fff; color: #000; }

/* ================= Home ================= */
.hero { position: relative; height: 340px; overflow: hidden; }
.hero > img { width: 100%; height: 340px; object-fit: cover; display: block; }
.hero .panel {
  position: absolute; top: 0; height: 340px;
  left: calc(50% - 490px); width: 432px;
  background: var(--red); color: #fff; padding: 20px 0 0 23px;
}
.hero .panel .kicker { display: block; font-size: 60px; letter-spacing: 0; line-height: 1.36; }
.hero .panel h1 { font-size: 124px; font-weight: 300; line-height: .9; letter-spacing: 0; }

.intro { background: #000; padding: 28px 0 18px; }
.intro p { margin-left: 10px; width: 961px; max-width: 100%; font-size: 17px; line-height: normal; color: #fff; }

.home-gallery {
  background: #fff;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
}
.home-gallery img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; display: block; }

/* ================= About ================= */
.about-content { padding: 16px 0 66px; font-family: var(--os); color: #000; }
.about-head { font-family: var(--osc); font-size: 50px; font-weight: 300; line-height: 50px; color: #000; margin: 0 0 0 12px; }
.about-dash { width: 20px; height: 4px; background: #000; margin: 24px 0 0 12px; }
.about-sub { font-size: 22px; line-height: 1.4; width: 440px; margin: 62px 0 0 16px; }
.about-photo { position: absolute; top: -17px; left: 484px; width: 472px; height: 267px; object-fit: cover; }
.about-paras { margin: 29px 0 0 16px; width: 932px; max-width: 100%; }
.about-paras p { font-size: 14px; line-height: normal; margin-bottom: 18px; }

/* ================= Menu carousel ================= */
.menu-page { background-image: url('/assets/img/banner-menu.jpg'); background-size: cover; background-position: center; background-attachment: fixed; }
.carousel { position: relative; width: 781px; margin: 0 auto; padding: 96px 0 46px; }
.carousel .track-window { overflow: hidden; width: 781px; padding-bottom: 53px; }
.carousel .track { display: flex; transition: transform .5s ease; }
.carousel .slide { flex: 0 0 781px; position: relative; }
.carousel .slide img { width: 781px; display: block; }
/* pro-gallery social bar under each slide */
.carousel .social { position: absolute; left: 0; top: 1035px; width: 781px; height: 29px; color: #000; }
.carousel .social button, .carousel .social a { background: none; border: 0; padding: 0; cursor: pointer; color: #000; position: absolute; top: 0; }
.carousel .social svg { width: 24px; height: 24px; display: block; fill: currentColor; }
.carousel .social .love { left: 306px; display: flex; align-items: center; }
.carousel .social .love .count { font-style: normal; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; margin-left: 4px; }
.carousel .social .love.on { color: #e2264d; }
.carousel .social .dl { left: 397px; }
.carousel .social .share { left: 451px; }
.carousel .social :is(button, a):hover { opacity: .7; }
.carousel .arrow {
  position: absolute; top: 632px;
  background: none; border: 0; cursor: pointer; padding: 0; z-index: 5;
}
.carousel .arrow svg { width: 23px; height: 39px; stroke: #fff; fill: none; stroke-width: 3; }
.carousel .arrow:disabled { visibility: hidden; }
.carousel .arrow.prev { left: -77px; }
.carousel .arrow.next { right: -77px; }
.carousel .arrow[disabled] { visibility: hidden; }

/* ================= Menus (empty legacy page) ================= */
.pb-menus h1 { transform: translateX(-477px); bottom: -12px; }
.menus-empty { height: 772px; background: #000; }

/* ================= Menus-1 (text menus) ================= */
.m1 { font-family: var(--os); color: #000; padding: 74px 0 57px; line-height: 1.4; }
.m1 .panel { width: 860px; margin: 0 auto; }
.m1 .tabs { display: flex; justify-content: center; gap: 26px; margin-bottom: 33px; }
.m1 .tabs button {
  background: none; border: 0; cursor: pointer;
  font-family: var(--os); font-size: 16px; color: #000; line-height: 1.4;
  padding: 8px 24px 12px; border-bottom: 3px solid transparent;
  transition: border-color .2s;
}
.m1 .tabs button.on { border-bottom-color: var(--red); }
.m1 .menu-title { text-align: center; font-family: var(--osc); font-size: 30px; font-weight: 300; line-height: normal; margin: 0; }
.m1 .menu-sub { text-align: center; font-size: 16px; margin: 5px 0 0; }
.m1 .sec-img { display: block; margin: 40px auto 0; width: 860px; height: 280px; object-fit: cover; }
.m1 .sec-gap { height: 16px; margin-top: 40px; }
.m1 .sec-title { text-align: center; font-family: var(--osc); font-size: 30px; font-weight: 300; line-height: normal; margin: 81px 0 0; }
.m1 .sec-img + .sec-title, .m1 .sec-gap + .sec-title { margin-top: 20px; }
.m1 .sec-desc { text-align: center; font-size: 16px; margin: 5px 0 0; }
.m1 hr { border: 0; border-top: 1px solid #ccc; margin: 16px 0 0; }
.m1 .items { display: grid; grid-template-columns: repeat(3, 273px); gap: 40px 20.5px; margin-top: 21px; }
.m1 .item { text-align: center; font-size: 16px; }
.m1 .item .name { font-size: 14px; font-weight: 400; margin: 0 0 11px; }
.m1 .item .desc { margin: 0 0 13px; }
.m1 .item .price { margin: 0 0 12px; }
.m1 .mods { list-style: none; margin: 0; padding: 0; }
.m1 .mods li { display: flex; align-items: center; justify-content: center; gap: 4px; margin: 0 0 2.4px; }
.m1 .mods li svg { flex: none; }
.m1 .mods li.gap { margin-top: 8px; }
.m1 .mods li.hid { display: none; }
.m1 .mods.open li.hid { display: flex; }
.m1 .showmore {
  background: none; border: 0; cursor: pointer; padding: 0;
  color: #F65374; font-family: var(--os); font-size: 16px; line-height: 1.4;
  text-decoration: underline;
}
.m1 .panel[hidden] { display: none; }

/* ================= Specials ================= */
.specials {
  background: #000 url('/assets/img/specials-bg.jpg') center / cover no-repeat fixed;
  text-align: center; color: #fff; font-family: var(--osc); font-weight: 300;
  padding: 0 0 137px;
}
.specials-strip { height: 340px; background: url('/assets/img/specials-strip.jpg') center / cover no-repeat; }
.specials .canvas { padding-top: 14px; }
.specials h1 { font-size: 124px; font-weight: 300; line-height: 1.36; margin: 0; transform: translateX(-5px); }
.special { margin-top: 43px; }
.special:first-of-type { margin-top: 18px; }
.special h2 { font-size: 30px; font-weight: 300; line-height: 1.36; margin: 0; }
.special p { font-size: 17px; line-height: 1.35; margin: 0 auto; width: 679px; }

/* ================= Order online ================= */
.order-hero {
  background: #000 url('/assets/img/specials-bg.jpg') center / cover no-repeat fixed;
  color: #fff; font-family: var(--osc); font-weight: 300; text-align: center;
}
.order-panels { display: flex; }
.order-panels .col { width: 50%; height: 403px; padding-top: 10px; }
.order-panels .col.delivery { background: rgba(127, 5, 30, .4); }
.order-panels .col.takeout { background: rgba(168, 138, 18, .4); }
.order-panels h2 { font-size: 60px; font-weight: 300; line-height: 1.36; margin: 0; }
.order-panels .blurb { font-size: 18px; line-height: 1.37; width: 379px; margin: 0 auto; color: var(--text); }
.order-panels .logo-btn { display: block; margin: 0 auto; line-height: 0; }
.order-panels .logo-btn.uber { width: 170px; margin-top: 34px; }
.order-panels .logo-btn.grub { width: 139px; margin-top: 23px; }
.order-panels .fine { font-size: 13px; margin-top: 33px; }
.order-panels .phone { font-size: 60px; font-weight: 300; line-height: 1.36; margin-top: 18px; }
.order-panels .phone a { color: #fff; }
.order-panels .menu-link { display: block; font-size: 30px; line-height: 1.36; margin-top: 14px; color: #fff; }
.order-panels .dl { display: inline-block; font-size: 18px; margin-top: 20px; color: var(--text); }
.thankyou { height: 343px; text-align: center; }
.thankyou h2 { font-size: 124px; font-weight: 300; line-height: 1.36; color: #fff; margin: 0; padding-top: 46px; }

/* ================= Copy-of-order-online ================= */
.partners2 {
  background: #000 url('/assets/img/specials-bg.jpg') center / cover no-repeat fixed;
  padding: 74px 0 57px; color: #fff; font-family: var(--osc); font-weight: 300;
}
.partners2 .row { display: flex; align-items: center; margin-bottom: 35px; }
.partners2 .row:nth-child(2) { margin-bottom: 47px; }
.partners2 .row:nth-child(3) { margin-bottom: 0; }
.partners2 .row .logo { margin-left: 210px; flex: none; }
.partners2 .row:nth-child(3) .logo { margin-left: 250px; }
.partners2 .row .logo img { display: block; object-fit: cover; }
.partners2 .label { font-size: 34px; line-height: 1.36; margin-left: 31px; }
.partners2 .row:nth-child(3) .label { margin-left: 61px; }

/* ================= Reviews ================= */
.rev-collage { background: #fff; position: relative; }
.rev-strip {
  position: absolute; top: 0; left: 0; width: 100%; height: 340px;
  background: url(/assets/img/reviews-strip.jpg) center/cover no-repeat;
}
.rev-collage .canvas { position: relative; height: 1206px; }
.rev-collage h1 {
  position: absolute; left: 8px; top: 181px; margin: 0;
  font-family: var(--osc); font-size: 124px; font-weight: 300; line-height: 1.36; color: var(--text);
}
.rev-collage .ph, .rev-collage .badge { position: absolute; display: block; }
.rev-collage .badge { z-index: 4; }
.rev-collage .rq { position: absolute; font-family: var(--osc); color: #000; }
.rev-collage .qt { font-size: 20px; line-height: 26px; margin: 0; }
.rev-collage .who { font-family: var(--os); font-size: 14px; font-weight: 700; margin: 3px 0 0; }
.rev-collage .ph1 { left: 383px; top: 341px; }
.rev-collage .b-fb { left: 337px; top: 376px; }
.rev-collage .q1 { left: 12px; top: 378px; width: 312px; }
.rev-collage .ph2 { left: 0; top: 542px; }
.rev-collage .b-gg { left: 477px; top: 579px; }
.rev-collage .q2 { left: 589px; top: 581px; width: 375px; }
.rev-collage .ph3 { left: 272px; top: 719px; }
.rev-collage .b-ta { left: 225px; top: 795px; }
.rev-collage .q3 { left: 12px; top: 756px; width: 216px; }
.rev-collage .ph4 { left: 0; top: 966px; }
.rev-collage .ph5 { left: 704px; top: 966px; }
.rev-collage .b-yp { left: 657px; top: 1038px; }
.rev-collage .q4 { left: 289px; top: 1000px; width: 344px; }

/* ================= Catering ================= */
.catering-hero { height: 340px; }
.catering-hero img { width: 100%; height: 340px; object-fit: cover; display: block; }
.catering-body { font-family: var(--osc); color: #000; padding: 14px 0 133px; }
.catering-body h1 {
  text-align: center; font-size: 124px; font-weight: 300; line-height: 1.36;
  margin: 0; transform: translateX(-5px);
}
.catering-body .blurb { text-align: center; font-size: 30px; line-height: 41px; width: 788px; margin: 0 auto; }
.cat-form { width: 511px; margin: 91px 0 0 232px; font-family: var(--osc); }
.cat-form .form-title { font-size: 30px; font-weight: 300; line-height: 1.36; margin: 0 0 27px; }
.cat-form .grid2 { display: grid; grid-template-columns: 240px 240px; gap: 41px 31px; }
.cat-form input, .cat-form select, .cat-form textarea {
  width: 100%; background: var(--text); border: 1px solid rgb(127, 5, 30); border-radius: 2px;
  color: #000; font-family: var(--osc); font-size: 18px;
  padding: 7px 12px; appearance: none; -webkit-appearance: none;
}
.cat-form input::placeholder, .cat-form textarea::placeholder { color: #000; }
.cat-form input:focus, .cat-form select:focus, .cat-form textarea:focus { outline: 2px solid rgba(127, 5, 30, .25); }
.cat-form .sel { position: relative; width: 240px; margin-top: 40px; }
.cat-form .sel::after { content: '⌄'; position: absolute; right: 12px; top: 8px; color: #000; pointer-events: none; }
.cat-form .sel select { height: 44px; }
.cat-form textarea { height: 126px; margin-top: 38px; resize: vertical; display: block; }
.cat-form .date-field { width: 182px; margin-top: 33px; }
.cat-form .date-field input { height: 39px; }
.cat-form .row-last { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 33px; }
.cat-form .row-last .field { width: 240px; }
.cat-form .row-last .field input { height: 43px; }
.cat-form button {
  background: rgb(252, 207, 27); color: #000; border: 0; cursor: pointer;
  font-family: var(--osc); font-size: 30px; font-weight: 300;
  width: 142px; height: 42px; margin-top: 4px; transition: background-color .4s, color .4s;
}
.cat-form button:hover { background: #000; color: #fff; }
.cat-form .form-thanks { visibility: hidden; font-family: var(--os); font-size: 17px; margin: 28px 0 0; }

/* ================= Contact ================= */
.contact-strip { height: 340px; background: url('/assets/img/contact-strip.jpg') center / cover no-repeat; }
.contact-body { font-family: var(--os); color: #000; }
.contact-cols { position: relative; height: 694px; }
.contact-cols h1 {
  position: absolute; left: 8px; top: -159px; margin: 0; z-index: 2;
  font-family: var(--osc); font-size: 124px; font-weight: 300; line-height: 1.36; color: var(--text);
}
.contact-body h2 { font-family: var(--osc); font-size: 30px; font-weight: 300; line-height: 1.36; margin: 0; }
.contact-left { position: absolute; left: 12px; top: 25px; width: 460px; }
.contact-left .hours { margin-top: 3px; }
.contact-left .hours p { font-size: 14px; line-height: 22.4px; margin: 0; }
.contact-left .resv { display: inline-block; font-size: 14px; margin-top: 2px; }
.contact-left .addr-h { margin-top: 33px; }
.contact-left .addr-h + p { margin-top: 3px; }
.contact-left p { font-size: 14px; line-height: 22.4px; margin: 0; }
.contact-photo { position: absolute; left: 484px; top: 31px; width: 472px; height: 300px; object-fit: cover; }
.contact-brush { position: absolute; left: 272px; top: 254px; width: 179px; line-height: 0; transition: opacity .15s; }
.contact-form-wrap { margin-top: 38px; width: 437px; }
.contact-form-wrap h2 { margin-bottom: 12px; }
.contact-form-wrap input, .contact-form-wrap textarea {
  width: 100%; height: 31px; background: #fff; border: 1px solid #000;
  font-family: var(--osc); font-size: 14px; color: #000;
  padding: 5px 10px; border-radius: 0; margin-bottom: 5px;
}
.contact-form-wrap input::placeholder, .contact-form-wrap textarea::placeholder { color: #000; }
.contact-form-wrap textarea { height: 130px; resize: vertical; display: block; }
.contact-form-wrap .send-row { display: flex; justify-content: flex-end; margin-top: 8px; }
.contact-form-wrap button {
  background: #000; color: #fff; border: 0; cursor: pointer;
  font-family: var(--os); font-size: 14px; width: 44px; height: 29px; padding: 0;
}

/* ================= Thanks / 404 ================= */
.simple-page { text-align: center; padding: 90px 20px 120px; }
.simple-page h1 { font-size: 70px; font-weight: 300; margin-bottom: 24px; }
.simple-page a.link { color: var(--red); font-size: 18px; }

/* ================= Responsive (mobile fallback; desktop is the fidelity target) ================= */
@media (max-width: 1020px) {
  .canvas { width: auto; padding: 0 18px; }
  header.site { height: auto; padding-bottom: 8px; }
  .topbar { position: static; transform: none; justify-content: center; padding-top: 12px; }
  .brand { position: static; display: inline-block; margin: 10px 18px; }
  nav.main { position: static; }
  nav.main ul { flex-wrap: wrap; justify-content: center; }
  .hero .panel { left: 0; }
  .intro p { width: auto; }
  .home-gallery { grid-template-columns: repeat(2, 1fr); }
  .page-banner h1 { left: 18px; transform: none; font-size: 64px; bottom: -18px; }
  .about-photo { position: static; width: 100%; height: auto; margin-bottom: 20px; }
  .about-sub, .about-paras { width: auto; }
  .carousel { width: 100%; padding: 40px 0 60px; }
  .carousel .track-window { width: 100%; }
  .carousel .slide { flex-basis: 100%; }
  .carousel .slide img { width: 100%; height: auto; }
  .carousel .arrow.prev { left: 4px; }
  .carousel .arrow.next { right: 4px; }
  .m1 .items { grid-template-columns: 1fr; }
  .order-panels { flex-direction: column; }
  .order-panels .col { width: 100%; }
  .partners2 .row { flex-direction: column; align-items: flex-start; }
  .partners2 .row .logo { margin-left: 0; }
  .rev-strip { position: static; height: 180px; }
  .rev-collage .canvas { height: auto; padding: 24px 0; }
  .rev-collage h1 { position: static; font-size: 64px; color: #949494; }
  .rev-collage .ph, .rev-collage .rq { position: static; width: auto !important; max-width: 100%; height: auto; margin: 12px 0; }
  .rev-collage .badge { display: none; }
  .cat-form { width: auto; margin: 40px 0 0; }
  .contact-cols { height: auto; padding: 16px 0 40px; }
  .contact-cols h1 { position: static; font-size: 64px; color: #949494; }
  .contact-left { position: static; width: auto; }
  .contact-photo { position: static; width: 100%; height: auto; margin: 18px 0; }
  .contact-brush { position: static; display: inline-block; margin-top: 14px; }
  .contact-form-wrap { width: auto; }
  .foot-logo, .foot-btn, .foot-copy, .foot-contact, .foot-addr, .bizcard { position: static; display: block; margin: 12px auto; text-align: center; }
  .bizcard .row { justify-content: center; }
  footer.site { height: auto; padding: 24px 0; }
  .specials { background-attachment: scroll; padding: 80px 0; }
  .specials h1 { font-size: 64px; transform: none; }
  .special p { width: auto; padding: 0 16px; }
  .catering-body h1 { font-size: 56px; }
  .thankyou h2 { font-size: 54px; }
  .order-panels h2 { font-size: 44px; }
  .order-panels .phone { font-size: 36px; }
}
