* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #211914;
  background: #f9f7f1;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  letter-spacing: 0;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(24px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgba(54, 40, 26, 0.16);
  background: rgba(249, 247, 241, 0.94);
  backdrop-filter: blur(8px);
}

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

.site-header nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 14px;
}

.site-header nav a {
  padding: 8px 0;
}

.hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #211914;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 12, 10, 0.82), rgba(14, 12, 10, 0.44) 48%, rgba(14, 12, 10, 0.16));
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px 76px;
  color: #fff;
}

.eyebrow,
.section-title p {
  margin: 0 0 10px;
  color: #9a7139;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: #e6c283;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.12;
  font-weight: 600;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary,
.secondary,
.celebration-link a,
.fixed-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
}

.primary {
  color: #fff;
  background: #06c755;
}

.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.74);
}

.intro,
.section,
.info-section,
.celebration-link,
.cta,
.site-footer {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  padding-top: 64px;
  padding-bottom: 58px;
}

.intro h2,
.section-title h2,
.info-card h2,
.celebration-link h2,
.cta h2 {
  margin-bottom: 16px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.35;
  font-weight: 600;
}

.intro p,
.product p,
.party-card p,
.info-card,
.celebration-link p,
.cta p {
  line-height: 1.9;
}

.order-note {
  padding: 24px;
  border: 1px solid rgba(84, 64, 34, 0.18);
  border-radius: 8px;
  background: #fff;
}

.order-note h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.order-note ul {
  margin: 0;
  padding-left: 1.2em;
  line-height: 1.9;
}

.section {
  padding-top: 56px;
  padding-bottom: 64px;
}

.section.muted {
  max-width: none;
  padding-left: max(24px, calc((100vw - 1120px) / 2 + 24px));
  padding-right: max(24px, calc((100vw - 1120px) / 2 + 24px));
  background: #ebe6d8;
}

.section-title {
  margin-bottom: 30px;
}

.featured-grid,
.product-grid,
.party-grid {
  display: grid;
  gap: 22px;
}

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

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product,
.party-card,
.side-list article,
.info-card {
  border: 1px solid rgba(84, 64, 34, 0.14);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.product img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product.featured img {
  aspect-ratio: 5 / 4;
}

.product-body {
  padding: 18px;
}

.tag {
  margin-bottom: 8px;
  color: #89632f;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.product h3,
.party-card h3,
.side-list h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.35;
}

.product-grid .product h3,
.side-list h3 {
  font-size: 18px;
}

.product-body > p:not(.price):not(.tag),
.party-card p:not(.price) {
  min-height: 4.8em;
  margin-bottom: 14px;
  font-size: 14px;
}

.photo-note {
  min-height: 0 !important;
  margin-top: -4px;
  color: #856331;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  color: #4a2118;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.price strong {
  font-size: 26px;
  line-height: 1;
}

.price span {
  color: #65554a;
  font-size: 13px;
  font-weight: 700;
}

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

.party-card {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  align-items: stretch;
}

.party-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.party-card > div {
  padding: 24px;
}

.party-card.no-image {
  display: flex;
  align-items: center;
  min-height: 230px;
  background: linear-gradient(135deg, #fff, #f0eadc);
}

.side-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.side-list img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.side-list article {
  padding-bottom: 16px;
}

.side-list h3,
.side-list .price {
  padding: 0 16px;
}

.side-list h3 {
  margin-top: 14px;
}

.info-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.info-card {
  padding: 28px;
}

dl {
  margin: 0;
}

dt {
  margin-top: 16px;
  color: #8b622d;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
}

dt:first-child {
  margin-top: 0;
}

dd {
  margin: 5px 0 0;
}

.delivery-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(84, 64, 34, 0.15);
}

.delivery-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(84, 64, 34, 0.15);
}

.delivery-list strong {
  white-space: nowrap;
  color: #4a2118;
}

.celebration-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 72px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(84, 64, 34, 0.2);
  border-bottom: 1px solid rgba(84, 64, 34, 0.2);
}

.celebration-link h2 {
  font-size: clamp(22px, 2.4vw, 32px);
}

.celebration-link a {
  color: #fff;
  background: #5b2a22;
  white-space: nowrap;
}

.cta {
  margin-bottom: 64px;
  padding-top: 44px;
  padding-bottom: 44px;
  border-radius: 8px;
  color: #fff;
  background: #2c231b;
}

.cta p {
  max-width: 760px;
}

.site-footer {
  padding-top: 32px;
  padding-bottom: 92px;
  color: #f5efe2;
  background: #211914;
  max-width: none;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.site-footer p {
  margin-bottom: 8px;
}

.site-footer a {
  text-decoration: underline;
}

.fixed-line {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  min-width: 190px;
  color: #fff;
  background: #06c755;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

@media (max-width: 980px) {
  .featured-grid,
  .product-grid,
  .side-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro,
  .info-section,
  .celebration-link {
    grid-template-columns: 1fr;
  }

  .party-grid {
    grid-template-columns: 1fr;
  }
}

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

  .site-header {
    position: static;
    display: block;
    padding: 12px 16px;
  }

  .brand img {
    width: 142px;
    margin: 0 auto 10px;
  }

  .site-header nav {
    justify-content: center;
    gap: 14px;
    font-size: 12px;
  }

  .hero {
    min-height: 540px;
  }

  .hero::after {
    background: linear-gradient(0deg, rgba(14, 12, 10, 0.86), rgba(14, 12, 10, 0.2));
  }

  .hero > img {
    object-position: center top;
  }

  .hero-copy {
    padding: 0 18px 34px;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .primary,
  .secondary,
  .celebration-link a {
    width: 100%;
  }

  .intro,
  .section,
  .info-section,
  .celebration-link,
  .cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .intro {
    padding-top: 42px;
    padding-bottom: 42px;
    gap: 24px;
  }

  .section,
  .section.muted {
    padding-top: 42px;
    padding-bottom: 48px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .featured-grid,
  .product-grid,
  .side-list {
    grid-template-columns: 1fr;
  }

  .party-card {
    display: block;
    grid-template-columns: 1fr;
  }

  .party-card img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .party-card > div {
    padding: 20px;
  }

  .product-body > p:not(.price):not(.tag),
  .party-card p:not(.price) {
    min-height: 0;
  }

  .info-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .info-card {
    padding: 22px;
  }

  .celebration-link {
    margin-bottom: 46px;
  }

  .cta {
    margin-bottom: 36px;
    border-radius: 0;
  }

  .fixed-line {
    left: 14px;
    right: 14px;
    bottom: 12px;
    min-width: 0;
    min-height: 52px;
  }
}
