:root {
  --ink: #25211d;
  --soft-ink: #625b52;
  --paper: #f7f1e8;
  --cream: #fffaf1;
  --line: rgba(44, 37, 31, 0.14);
  --shadow: 0 24px 60px rgba(34, 27, 21, 0.14);
  --font-serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", Georgia, serif;
  --font-sans: "Hiragino Sans", "Yu Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-serif);
  letter-spacing: 0;
}

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

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

p,
span,
a,
strong,
div {
  font-family: var(--font-sans);
}

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

.intro {
  min-height: 92svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 64px 20px 28px;
  background:
    linear-gradient(180deg, rgba(17, 15, 13, 0.12), rgba(17, 15, 13, 0.86)),
    url("../assets/pr-lp-industries/v2-3枚セット/03-restaurant-main.png") center / cover;
  color: #fffaf2;
}

.eyebrow,
.sample-number,
.section-label {
  margin-bottom: 14px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro h1 {
  max-width: 430px;
  margin-bottom: 18px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.18;
}

.intro-lead {
  max-width: 460px;
  margin-bottom: 28px;
  color: rgba(255, 250, 242, 0.86);
  font-size: 16px;
  line-height: 2;
}

.sample-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sample-strip span,
.sample-strip a {
  border: 1px solid rgba(255, 250, 242, 0.46);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 250, 242, 0.08);
  color: rgba(255, 250, 242, 0.88);
  font-size: 12px;
}

.sample-strip a {
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.sample-strip a:hover,
.sample-strip a:focus-visible {
  background: rgba(255, 250, 242, 0.95);
  color: #2a241c;
}

.sample {
  padding: 58px 16px 68px;
  scroll-margin-top: 16px;
}

.sample:nth-of-type(odd) {
  background: #fbf7ef;
}

.sample-head {
  max-width: 520px;
  margin: 0 auto 26px;
}

.sample-head .sample-number {
  color: #9b7552;
}

.sample-head h2 {
  margin-bottom: 12px;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.15;
}

.sample-head p {
  margin-bottom: 0;
  color: var(--soft-ink);
  font-size: 15px;
  line-height: 1.9;
}

.lp-preview {
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.preview-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.preview-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.78));
  content: "";
}

.preview-hero img {
  height: 520px;
  object-fit: cover;
}

.hero-copy {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 26px;
  left: 22px;
  color: #fffaf2;
}

.hero-copy span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy h3 {
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.24;
}

.hero-copy a,
.contact a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  background: #fffaf2;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.preview-body {
  padding: 24px 18px 22px;
}

.preview-body .section-label {
  color: #9b7552;
}

.menu-list {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.menu-list div,
.notice,
.service-cards div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.menu-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  font-size: 14px;
}

.photo-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.photo-pair img {
  aspect-ratio: 0.82;
  border-radius: 8px;
  object-fit: cover;
}

.split {
  display: grid;
  gap: 18px;
}

.split h4,
.food-copy h4 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.28;
}

.split p,
.food-copy p,
.contact p {
  color: var(--soft-ink);
  font-size: 15px;
  line-height: 1.9;
}

.split img,
.wide-photo img,
.food-grid img,
.chef-photo {
  border-radius: 8px;
  object-fit: cover;
}

.split img {
  aspect-ratio: 1.06;
}

.wide-photo {
  padding: 0 18px 22px;
}

.wide-photo img {
  aspect-ratio: 1.4;
}

.food-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 12px;
}

.restaurant-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.restaurant-photos img {
  aspect-ratio: 0.82;
  border-radius: 8px;
  object-fit: cover;
}

.course-photo {
  object-position: 70% center;
}

.food-copy {
  border-left: 1px solid var(--line);
  padding-left: 16px;
}

.chef-photo {
  object-position: center;
}

.notice {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding: 16px;
}

.notice span {
  color: #9b7552;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.notice strong {
  font-size: 18px;
  line-height: 1.55;
}

.service-cards {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.service-cards div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px;
}

.service-cards span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fffaf2;
  font-size: 12px;
  font-weight: 700;
}

.sample-lash {
  background: #f8f0ef;
}

.sample-hair {
  background: #f3eee6;
}

.sample-restaurant {
  background: #f8f3e8;
}

.sample-izakaya {
  background: #f1ebe2;
}

.sample-auto {
  background: #eef0ee;
}

.contact {
  padding: 70px 20px 86px;
  background: #1f1c19;
  color: #fffaf2;
}

.contact h2 {
  max-width: 560px;
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.22;
}

.contact p {
  max-width: 540px;
  margin-bottom: 28px;
  color: rgba(255, 250, 242, 0.76);
}

.contact-note {
  margin-top: 6px;
  margin-bottom: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 250, 242, 0.18);
  font-size: 14px;
  color: rgba(255, 250, 242, 0.62);
}

@media (min-width: 760px) {
  .intro {
    min-height: 740px;
    padding: 90px clamp(40px, 8vw, 90px) 48px;
  }

  .sample {
    padding: 86px 30px 100px;
  }

  .intro h1 {
    font-size: 58px;
  }

  .sample-head h2 {
    font-size: 46px;
  }

  .hero-copy h3 {
    font-size: 40px;
  }

  .contact h2 {
    font-size: 48px;
  }

  .sample-head,
  .lp-preview {
    max-width: 720px;
  }

  .preview-hero,
  .preview-hero img {
    min-height: 580px;
    height: 580px;
  }

  .preview-body {
    padding: 32px;
  }

  .wide-photo {
    padding: 0 32px 32px;
  }

  .split,
  .food-grid,
  .service-cards {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
