:root {
  --navy: #071f36;
  --navy-2: #0c2c49;
  --paper: #f8f1e3;
  --paper-2: #efe4d1;
  --ink: #10233a;
  --muted: #6b6257;
  --red: #a9271d;
  --gold: #c69a4a;
  --line: rgba(16, 35, 58, 0.18);
  --shadow: 0 18px 42px rgba(7, 31, 54, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--navy);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Yu Gothic", Meiryo, serif;
  line-height: 1.75;
  letter-spacing: 0;
}

a {
  color: inherit;
}

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

.theme-seafood-washi {
  min-width: 320px;
}

.washi-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
  min-height: 104px;
  padding: 18px clamp(24px, 4vw, 72px);
  color: #fff;
  background: linear-gradient(180deg, rgba(7, 31, 54, 0.92), rgba(7, 31, 54, 0.58), transparent);
}

.washi-logo {
  display: grid;
  gap: 2px;
  min-width: 210px;
  color: #fff;
  text-decoration: none;
}

.washi-logo span {
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

.washi-logo strong {
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.washi-logo em {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-top: -34px;
  margin-left: 204px;
  border: 2px solid #c93426;
  color: #c93426;
  font-size: 0.58rem;
  font-style: normal;
  line-height: 1;
}

.washi-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 44px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  white-space: nowrap;
}

.washi-nav a {
  position: relative;
  text-decoration: none;
}

.washi-nav a:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 3px;
  background: var(--red);
}

.header-contact {
  display: grid;
  gap: 2px;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.header-contact a {
  font-size: 1.45rem;
  font-weight: 800;
  text-decoration: none;
}

.header-contact small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.77rem;
}

.header-map-button,
.footer-map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(180deg, #bb3025, #8d1f17);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 12px 28px rgba(70, 8, 4, 0.28);
  font-weight: 800;
  text-decoration: none;
}

.mobile-menu-button {
  display: none;
}

.washi-hero {
  position: relative;
  min-height: 720px;
  padding-top: 104px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background: var(--navy);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-ink {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 73% 48%, rgba(255, 255, 255, 0.02), transparent 28%),
    linear-gradient(90deg, rgba(7, 31, 54, 0.94) 0%, rgba(7, 31, 54, 0.82) 31%, rgba(7, 31, 54, 0.26) 64%, rgba(7, 31, 54, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 31, 54, 0.28), rgba(7, 31, 54, 0.28));
}

.washi-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.26;
  background-image:
    radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1.5px),
    radial-gradient(circle at 60% 60%, rgba(198, 154, 74, 0.22) 0 1px, transparent 1.5px);
  background-size: 34px 34px, 46px 46px;
}

.hero-inner {
  display: grid;
  align-items: center;
  width: min(1440px, calc(100% - 96px));
  min-height: 590px;
  margin: 0 auto;
}

.hero-copy {
  max-width: 820px;
  padding-top: 28px;
}

.kicker {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3rem, 4.45vw, 4.9rem);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.26);
}

.hero-copy p:not(.kicker) {
  max-width: 35rem;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 76px;
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
}

.cta span {
  font-size: 1.08rem;
}

.cta small {
  margin-top: 2px;
  font-size: 0.83rem;
  font-weight: 500;
}

.cta-primary {
  color: #fff;
  background: linear-gradient(180deg, #bd3127, #941f18);
  box-shadow: var(--shadow);
}

.cta-secondary {
  color: var(--ink);
  background: rgba(255, 250, 241, 0.92);
  box-shadow: var(--shadow);
}

.gold-wave {
  position: absolute;
  z-index: 2;
  width: 260px;
  height: 70px;
  opacity: 0.88;
  background:
    repeating-radial-gradient(ellipse at center, transparent 0 12px, rgba(198, 154, 74, 0.95) 13px 14px, transparent 15px 24px);
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 76%, transparent);
}

.gold-wave-a {
  left: 54px;
  bottom: 60px;
}

.gold-wave-b {
  right: 96px;
  bottom: 42px;
  transform: scaleX(-1);
}

.washi-tear {
  position: relative;
  z-index: 3;
  height: 78px;
  margin-top: -76px;
  background: var(--paper);
  clip-path: polygon(0 36%, 5% 44%, 11% 35%, 17% 48%, 24% 37%, 31% 46%, 39% 34%, 47% 45%, 55% 36%, 63% 48%, 72% 35%, 81% 45%, 90% 36%, 100% 44%, 100% 100%, 0 100%);
}

.demo-note {
  margin: 0;
  padding: 0 24px 10px;
  color: #847869;
  background: var(--paper);
  text-align: center;
}

.demo-note p {
  width: min(980px, 100%);
  margin: 0 auto;
  font-size: 0.82rem;
}

.washi-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.72fr) minmax(260px, 0.72fr);
  gap: clamp(28px, 4vw, 58px);
  padding: 54px max(42px, calc((100vw - 1440px) / 2 + 48px)) 60px;
  background:
    radial-gradient(circle at 0% 82%, rgba(10, 48, 78, 0.2), transparent 18%),
    radial-gradient(circle at 100% 82%, rgba(10, 48, 78, 0.2), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 18%),
    var(--paper);
  overflow: hidden;
}

.washi-content::before,
.washi-content::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 170px;
  border-radius: 999px;
  opacity: 0.25;
  background: radial-gradient(circle, transparent 0 38%, rgba(7, 31, 54, 0.85) 40% 42%, transparent 44% 100%);
}

.washi-content::before {
  left: -90px;
  bottom: 14px;
}

.washi-content::after {
  right: -80px;
  bottom: 16px;
}

.ornament-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
}

.ornament-heading h2,
.news-column h2,
.access-column h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.2vw, 2.4rem);
  letter-spacing: 0.12em;
}

.ornament-heading span {
  width: 80px;
  height: 18px;
  border-top: 2px solid #244567;
  border-radius: 50%;
}

.menu-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.menu-card {
  min-width: 0;
}

.menu-card a {
  display: grid;
  height: 100%;
  border: 1px solid rgba(16, 35, 58, 0.16);
  border-radius: 7px;
  color: var(--ink);
  background: rgba(255, 252, 245, 0.86);
  box-shadow: 0 12px 26px rgba(16, 35, 58, 0.13);
  overflow: hidden;
  text-decoration: none;
}

.menu-card figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.menu-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-card figcaption {
  position: absolute;
  top: 0;
  left: 16px;
  display: grid;
  place-items: center;
  min-width: 42px;
  min-height: 104px;
  padding: 10px 8px;
  color: #fff;
  background: var(--navy);
  font-weight: 800;
  line-height: 1.15;
  writing-mode: vertical-rl;
}

.menu-card figcaption::after {
  content: "";
  position: absolute;
  inset: auto 0 -15px;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
  border-top: 15px solid var(--navy);
}

.menu-card-body {
  position: relative;
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 18px 44px 18px 18px;
}

.menu-card-body h3 {
  margin: 0;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.menu-card-body p {
  margin: 0;
  color: #39475a;
  font-size: 0.93rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.menu-card-body span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: var(--red);
  font-size: 1.7rem;
}

.outline-link,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  min-height: 48px;
  padding: 0 48px;
  border: 1px solid var(--red);
  border-radius: 4px;
  color: var(--red);
  background: rgba(255, 252, 245, 0.72);
  font-weight: 800;
  text-decoration: none;
}

.news-column,
.access-column {
  padding-left: clamp(22px, 3vw, 42px);
  border-left: 1px solid var(--line);
}

.red-rule {
  width: 42px;
  height: 3px;
  margin: 14px 0 24px;
  background: var(--red);
}

.news-rows {
  display: grid;
  gap: 0;
}

.news-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.news-row time {
  color: var(--red);
  font-weight: 800;
}

.news-row p {
  margin: 0;
  font-size: 0.95rem;
}

.text-link {
  border: 0;
  padding: 0;
  background: transparent;
}

.access-list {
  display: grid;
  gap: 0;
}

.access-highlight {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.access-highlight svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--navy);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.access-highlight h3,
.access-highlight p {
  margin: 0;
}

.access-highlight h3 {
  font-size: 1rem;
}

.access-highlight p {
  color: #39475a;
}

.washi-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) auto minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 24px max(42px, calc((100vw - 1440px) / 2 + 48px));
  color: #fff;
  background:
    radial-gradient(circle at 0% 100%, rgba(198, 154, 74, 0.32), transparent 22%),
    radial-gradient(circle at 100% 100%, rgba(198, 154, 74, 0.28), transparent 22%),
    var(--navy);
}

.footer-contact {
  display: grid;
  gap: 2px;
  justify-content: center;
  padding-right: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.footer-contact a {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-contact small {
  color: rgba(255, 255, 255, 0.74);
}

.footer-map {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  box-shadow: none;
}

.washi-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.washi-footer nav a {
  text-decoration: none;
}

.mobile-fixed-cta {
  display: none;
}

.muted {
  color: var(--muted);
}

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

  .washi-nav,
  .header-contact {
    display: none;
  }

  .mobile-menu-button {
    justify-self: end;
    display: grid;
    gap: 7px;
    width: 70px;
    height: 70px;
    place-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--red);
  }

  .mobile-menu-button span {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
  }

  .washi-content {
    grid-template-columns: 1fr;
  }

  .news-column,
  .access-column {
    padding-left: 0;
    border-left: 0;
  }

  .washi-footer {
    display: none;
  }

  .mobile-fixed-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 6px;
    background: rgba(7, 31, 54, 0.94);
  }

  .mobile-fixed-cta .cta {
    min-width: 0;
    min-height: 58px;
    padding: 8px 10px;
    font-size: 0.9rem;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 72px;
  }

  .washi-header {
    min-height: 92px;
    padding: 20px 22px;
    grid-template-columns: auto 1fr;
  }

  .washi-logo {
    min-width: 160px;
  }

  .washi-logo span {
    font-size: 0.95rem;
  }

  .washi-logo strong {
    font-size: 2.45rem;
  }

  .washi-logo em {
    width: 25px;
    height: 25px;
    margin-top: -29px;
    margin-left: 156px;
    font-size: 0.5rem;
  }

  .header-map-button {
    display: none;
  }

  .washi-hero {
    min-height: 760px;
    padding-top: 92px;
  }

  .hero-bg {
    object-position: 62% center;
  }

  .hero-ink {
    background:
      linear-gradient(180deg, rgba(7, 31, 54, 0.92) 0%, rgba(7, 31, 54, 0.78) 42%, rgba(7, 31, 54, 0.28) 100%),
      linear-gradient(90deg, rgba(7, 31, 54, 0.82), rgba(7, 31, 54, 0.12));
  }

  .hero-inner {
    width: calc(100% - 44px);
    min-height: 640px;
    align-items: end;
  }

  .hero-copy {
    padding-bottom: 110px;
  }

  .kicker {
    margin-bottom: 18px;
  }

  .hero-copy h1 {
    font-size: clamp(2.5rem, 10.4vw, 3.45rem);
    line-height: 1.34;
  }

  .hero-copy p:not(.kicker) {
    max-width: 20.8rem;
    font-size: 0.96rem;
  }

  .hero-buttons {
    display: none;
  }

  .gold-wave-a {
    left: 28px;
    bottom: 92px;
    width: 200px;
  }

  .gold-wave-b {
    display: none;
  }

  .washi-tear {
    height: 68px;
    margin-top: -66px;
  }

  .demo-note {
    padding-bottom: 0;
  }

  .washi-content {
    padding: 38px 22px 52px;
  }

  .ornament-heading {
    gap: 10px;
  }

  .ornament-heading span {
    width: 52px;
  }

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

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

  .menu-card figure {
    aspect-ratio: 4 / 3;
  }

  .menu-card-body {
    padding: 15px 32px 15px 15px;
  }

  .menu-card-body h3 {
    font-size: 1rem;
  }

  .menu-card-body p {
    font-size: 0.86rem;
    line-height: 1.65;
  }

  .outline-link {
    width: 100%;
    padding: 0 20px;
  }

  .news-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
