:root {
  --ink: #34261f;
  --muted: #74665c;
  --paper: #fffaf1;
  --cream: #f6efe1;
  --line: #e5d9c3;
  --gold: #b99655;
  --red: #8e2f28;
  --red-deep: #67221f;
  --white: #fffdf9;
  --shadow: 0 18px 55px rgba(52, 38, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP",
    serif;
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.siteHeader {
  align-items: center;
  background: rgba(255, 250, 241, 0.95);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 16px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand img {
  height: 52px;
  width: auto;
}

.brand span {
  color: var(--red-deep);
  display: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.headerNav,
.headerActions,
.ctaRow {
  align-items: center;
  display: flex;
  gap: 12px;
}

.headerNav {
  color: var(--muted);
  font-size: 14px;
  justify-content: center;
}

.headerNav a {
  padding: 8px 10px;
}

.headerActions a,
.primaryCta,
.secondaryCta,
.textCta {
  border-radius: 999px;
  display: inline-flex;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  min-height: 44px;
  padding: 10px 18px;
}

.headerActions a:first-child,
.primaryCta {
  background: var(--red);
  color: var(--white);
}

.headerActions a:last-child,
.secondaryCta {
  border: 1px solid var(--gold);
  color: var(--red-deep);
}

.textCta {
  color: var(--red-deep);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hero {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  min-height: calc(100vh - 85px);
  padding: clamp(42px, 7vw, 96px) clamp(20px, 5vw, 78px);
  position: relative;
}

.hero::before {
  background:
    linear-gradient(135deg, rgba(185, 150, 85, 0.14), transparent 44%),
    radial-gradient(circle at 12% 12%, rgba(142, 47, 40, 0.08), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.heroText,
.heroVisual {
  position: relative;
  z-index: 1;
}

.heroText {
  align-self: center;
  max-width: 760px;
}

.eyebrow {
  color: var(--red);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0;
}

h1 {
  font-size: clamp(38px, 5.6vw, 70px);
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(28px, 3vw, 42px);
}

h3 {
  font-size: 22px;
}

.heroText > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  max-width: 680px;
}

.heroVisual {
  align-self: stretch;
  min-height: 440px;
}

.heroVisual img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.heroCard {
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  bottom: 24px;
  box-shadow: var(--shadow);
  left: 24px;
  max-width: 310px;
  padding: 18px;
  position: absolute;
}

.heroCard span {
  color: var(--red);
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(20px, 5vw, 78px);
}

.section.compact {
  padding-top: 34px;
}

.soft {
  background: #fbf5ea;
}

.sectionHead {
  margin: 0 auto 32px;
  max-width: 1120px;
}

.splitHead {
  align-items: end;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
}

.splitHead > p,
.sectionHead > p:not(.eyebrow) {
  color: var(--muted);
  margin: 0;
}

.occasionGrid,
.featureGrid,
.productGrid,
.serviceGrid,
.reserveGrid,
.addonGrid {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 1120px;
}

.occasionGrid {
  grid-template-columns: repeat(3, 1fr);
}

.occasionCard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 136px;
  padding: 22px;
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.occasionCard:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

.occasionCard strong,
.occasionCard span {
  display: block;
}

.occasionCard strong {
  font-size: 20px;
  margin-bottom: 10px;
}

.occasionCard span {
  color: var(--muted);
  font-size: 14px;
}

.celebrationAccent {
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(280px, 0.86fr) minmax(280px, 1fr);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px) clamp(20px, 5vw, 78px);
}

.celebrationAccent img {
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(52, 38, 31, 0.1);
  height: clamp(230px, 28vw, 360px);
  object-fit: cover;
  width: 100%;
}

.celebrationAccent div {
  max-width: 620px;
}

.celebrationAccent p:not(.eyebrow) {
  color: var(--muted);
}

.featureGrid {
  grid-template-columns: repeat(3, 1fr);
}

.menuCard,
.productCard,
.miniCard,
.serviceGrid article,
.reserveGrid article,
.addonCard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(52, 38, 31, 0.07);
}

.menuCard {
  padding: 26px;
}

.kaisekiCard.featured {
  border-color: var(--gold);
  box-shadow: var(--shadow);
  transform: translateY(-10px);
}

.kaisekiPhotoPanel {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(340px, 1.05fr) minmax(280px, 0.72fr);
  margin: 0 auto 26px;
  max-width: 1120px;
  overflow: hidden;
  padding: 16px;
}

.kaisekiPhotoPanel img {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.kaisekiPhotoPanel h3 {
  margin-top: 0;
}

.kaisekiPhotoPanel p {
  color: var(--muted);
  margin-bottom: 0;
}

.tag {
  background: rgba(185, 150, 85, 0.14);
  border: 1px solid rgba(185, 150, 85, 0.35);
  border-radius: 999px;
  color: var(--red-deep);
  display: inline-flex;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 3px 10px;
}

.tag.muted {
  background: #f8f0e3;
  color: var(--muted);
}

.menuCard h3 small {
  color: var(--muted);
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0;
}

.price span {
  color: var(--red-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.price small {
  color: var(--red-deep);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.price em {
  color: var(--muted);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-style: normal;
}

.note {
  border-left: 3px solid var(--gold);
  color: var(--muted);
  margin: 24px auto 0;
  max-width: 1120px;
  padding-left: 16px;
}

.note.strong {
  background: rgba(185, 150, 85, 0.1);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  margin: 22px 0 0;
  padding: 16px;
}

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

.productCard {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(210px, 0.86fr) 1fr;
  overflow: hidden;
  padding: 16px;
}

.photo {
  background: var(--cream);
  border-radius: 8px;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  width: 100%;
}

.productCard .photo,
.miniCard .photo {
  aspect-ratio: 4 / 3;
  background: #fff8ec;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.photoSlot {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(185, 150, 85, 0.18), rgba(255, 253, 249, 0.92)),
    repeating-linear-gradient(45deg, rgba(142, 47, 40, 0.07), rgba(142, 47, 40, 0.07) 1px, transparent 1px, transparent 12px);
  border: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.photoSlot span {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 12px;
  margin-bottom: 4px;
}

.photoSlot strong {
  color: var(--ink);
  font-size: 18px;
}

.photoMessage {
  align-items: stretch;
  background:
    radial-gradient(circle at 92% 18%, rgba(185, 150, 85, 0.18), transparent 28%),
    linear-gradient(135deg, #fffdf9, #fff7ec);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(52, 38, 31, 0.07);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(340px, 1.12fr) minmax(280px, 0.88fr);
  margin: 24px auto 0;
  max-width: 1120px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

.photoMessage::after,
.okuizomeLayout::before {
  background: linear-gradient(90deg, transparent, rgba(185, 150, 85, 0.7), transparent);
  content: "";
  height: 1px;
  position: absolute;
}

.photoMessage::after {
  bottom: 26px;
  right: 34px;
  width: min(220px, 28%);
}

.photoMessageGallery {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.photoMessageGallery img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.photoMessageGallery img:first-child {
  aspect-ratio: 4 / 3;
  grid-column: 1 / -1;
}

.photoMessage h3 {
  margin-top: 0;
}

.photoMessage > div:last-child {
  align-self: center;
  padding: 20px clamp(18px, 3vw, 34px);
}

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

.twoColumn {
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  margin: 0 auto;
  max-width: 1120px;
}

.okuizomeLayout {
  background:
    radial-gradient(circle at 6% 14%, rgba(142, 47, 40, 0.08), transparent 24%),
    radial-gradient(circle at 44% 88%, rgba(185, 150, 85, 0.16), transparent 26%),
    #fffdf9;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(52, 38, 31, 0.06);
  padding: clamp(20px, 3vw, 34px);
  position: relative;
}

.okuizomeLayout::before {
  left: clamp(20px, 3vw, 34px);
  top: clamp(18px, 2.6vw, 28px);
  width: min(260px, 36%);
}

.imageText {
  align-items: center;
}

.stackCards {
  display: grid;
  gap: 16px;
}

.miniCard {
  padding: 24px;
}

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

.addonCard {
  display: grid;
  gap: 18px;
  grid-template-columns: 240px 1fr;
  padding: 16px;
}

.addonCard .photo {
  aspect-ratio: 4 / 3;
  background: #fff8ec;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

dl,
dt,
dd {
  margin: 0;
}

.addonCard dl {
  display: grid;
  gap: 12px;
}

.addonCard dt {
  color: var(--red);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.serviceBand {
  background:
    linear-gradient(120deg, rgba(142, 47, 40, 0.9), rgba(103, 34, 31, 0.88)),
    url("images/celebration-mizuhiki.jpg") center / cover,
    var(--red);
  color: var(--white);
}

.serviceBand .eyebrow,
.serviceBand .price span,
.serviceBand .price small,
.serviceBand .price em {
  color: var(--white);
}

.serviceGrid {
  grid-template-columns: repeat(3, 1fr);
}

.serviceGrid article {
  background: rgba(255, 253, 249, 0.1);
  border-color: rgba(255, 253, 249, 0.24);
  box-shadow: none;
  overflow: hidden;
}

.serviceGrid article img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.serviceGrid article div {
  padding: 22px;
}

.plainList,
.reserveGrid ul {
  padding-left: 1.2em;
}

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

.reserveGrid article {
  padding: 26px;
}

.faqList {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 920px;
}

.faqList details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 22px;
}

.faqList summary {
  cursor: pointer;
  font-weight: 700;
}

.faqList p {
  color: var(--muted);
  margin-bottom: 0;
}

.bottomCta {
  background: var(--cream);
  padding: clamp(52px, 7vw, 86px) 20px;
  text-align: center;
}

.bottomCta h2,
.bottomCta p {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.center {
  justify-content: center;
}

.siteFooter {
  background: #332620;
  color: #f6efe1;
  padding: 36px 20px 92px;
  text-align: center;
}

.siteFooter img {
  filter: brightness(1.7);
  height: 58px;
  margin: 0 auto 14px;
  width: auto;
}

.siteFooter p {
  margin: 4px 0;
}

.mobileSticky {
  display: none;
}

@media (max-width: 980px) {
  .siteHeader {
    grid-template-columns: 1fr;
    gap: 12px;
    position: relative;
  }

  .brand img {
    margin: 0 auto;
  }

  .headerNav,
  .headerActions {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero,
  .twoColumn,
  .splitHead,
  .productCard,
  .kaisekiPhotoPanel,
  .addonCard,
  .photoMessage {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .heroVisual {
    min-height: 320px;
  }

  .occasionGrid,
  .featureGrid,
  .productGrid,
  .celebrationAccent,
  .addonGrid,
  .serviceGrid,
  .reserveGrid {
    grid-template-columns: 1fr;
  }

  .kaisekiCard.featured {
    transform: none;
  }

  .photo {
    min-height: 220px;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 70px;
  }

  .headerNav {
    display: none;
  }

  .brand {
    display: grid;
    gap: 6px;
    justify-items: center;
  }

  .brand span {
    display: block;
  }

  .headerActions a:last-child {
    display: none;
  }

  h1 {
    font-size: 38px;
  }

  .hero,
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ctaRow {
    align-items: stretch;
    flex-direction: column;
  }

  .heroCard {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }

  .price span {
    font-size: 30px;
  }

  .mobileSticky {
    background: rgba(255, 250, 241, 0.96);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    z-index: 50;
  }

  .mobileSticky a {
    align-items: center;
    border-radius: 999px;
    display: flex;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 46px;
  }

  .mobileSticky a:first-child {
    background: var(--red);
    color: var(--white);
  }

  .mobileSticky a:last-child {
    border: 1px solid var(--gold);
    color: var(--red-deep);
  }
}


.siteHeader a:focus,
.mobileSticky a:focus,
.occasionCard:focus,
summary:focus {
  outline: 3px solid rgba(185, 150, 85, 0.55);
  outline-offset: 3px;
}
