@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&family=Shippori+Mincho+B1:wght@500;600&display=swap");

:root {
  --bg: #faf7f1;
  --text: #3f3a35;
  --muted: #7d746b;
  --pink: #d8a7a7;
  --sage: #a8bfa3;
  --sky: #ddeaf0;
  --card: #ffffff;
  --line: #e8ded3;
  --shadow: 0 18px 45px rgba(88, 72, 58, .12);
  --brand-font: "Lora", Didot, "Bodoni 72", Baskerville, "Times New Roman", serif;
  --heading-font: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Helvetica Neue", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
a:focus-visible {
  outline: 3px solid rgba(216, 167, 167, .58);
  outline-offset: 4px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(250, 247, 241, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner, .section, .footer-inner { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-word {
  font-family: var(--brand-font);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-rendering: optimizeLegibility;
}
.logo { font-size: 24px; color: var(--text); }
.nav { display: flex; align-items: center; gap: 18px; font-size: 13px; color: var(--muted); }
.button, .sub-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.button { background: var(--pink); color: #fff; box-shadow: 0 10px 25px rgba(216, 167, 167, .32); }
.sub-button { border: 1px solid var(--line); background: rgba(255,255,255,.78); color: var(--text); }
.button::after, .sub-button::after, .card-action::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  flex: 0 0 auto;
}
.button:hover, .sub-button:hover {
  transform: translateY(-2px);
}
.sub-button:hover {
  border-color: rgba(216, 167, 167, .72);
  background: #fff;
}
.hero {
  min-height: 680px;
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(250,247,241,.84) 0%, rgba(250,247,241,.48) 34%, rgba(250,247,241,.08) 68%),
    url("images/hero-chairlife-park.jpg") center / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 120px 0 96px;
}
.eyebrow { font-family: Georgia, serif; color: #8f6e6d; font-size: 18px; margin: 0 0 14px; }
.hero .eyebrow {
  max-width: 780px;
  font-size: 26px;
  line-height: 1.45;
  margin-bottom: 18px;
}
h1, h2, h3 { line-height: 1.35; letter-spacing: 0; }
h1:not(.brand-title), h2 {
  font-family: var(--heading-font);
  font-weight: 600;
}
h1 { font-size: clamp(42px, 7vw, 82px); margin: 0 0 22px; max-width: 760px; }
.brand-title {
  font-size: clamp(60px, 9vw, 112px);
  font-weight: 500;
  margin-bottom: 24px;
}
h2 { font-size: clamp(28px, 4vw, 46px); margin: 0 0 20px; }
h3 { font-size: 20px; margin: 0 0 10px; }
.lead { font-size: clamp(17px, 2vw, 22px); max-width: 650px; color: #514941; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.section { padding: 76px 0; }
.section-heading { max-width: 720px; margin-bottom: 28px; }
.soft { background: #fffaf5; border-block: 1px solid var(--line); }
.grid { display: grid; gap: 20px; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.image-grid { display: grid; grid-template-columns: 1.2fr .9fr 1.2fr; gap: 16px; align-items: stretch; }
.image-card {
  position: relative;
  display: block;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.image-link, .feature-card, .area-card {
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .32s ease;
}
.image-card figcaption, .image-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(250, 247, 241, .84);
  backdrop-filter: blur(12px);
  color: var(--text);
  font-family: var(--heading-font);
  font-weight: 700;
}
.image-card figcaption span, .image-caption span {
  display: block;
  color: #8f6e6d;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 500;
}
.image-cue {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(250, 247, 241, .86);
  backdrop-filter: blur(10px);
}
.image-cue::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 13px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #8f6e6d;
  border-right: 2px solid #8f6e6d;
  transform: rotate(45deg);
}
.image-link:hover, .feature-card:hover, .area-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 167, 167, .72);
  box-shadow: 0 24px 55px rgba(88, 72, 58, .16);
}
.image-link:hover img {
  transform: scale(1.03);
}
.lifestyle-section {
  padding: 94px 0 98px;
}
.lifestyle-heading {
  max-width: 760px;
  margin-bottom: 36px;
}
.lifestyle-heading .eyebrow {
  font-family: "Helvetica Neue", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #a98182;
  margin-bottom: 16px;
}
.lifestyle-heading h2 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.22;
}
.lifestyle-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  grid-template-rows: 250px 250px;
  gap: 22px;
}
.lifestyle-grid .image-card {
  min-height: 0;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(63, 58, 53, .10);
}
.lifestyle-grid .image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(38, 32, 27, 0) 42%, rgba(38, 32, 27, .58) 100%);
  pointer-events: none;
}
.lifestyle-grid .image-card:nth-child(1) {
  grid-row: 1 / span 2;
}
.lifestyle-grid .image-card:nth-child(2) img {
  object-position: 48% center;
}
.lifestyle-grid .image-card:nth-child(3) img {
  object-position: center 58%;
}
.lifestyle-grid .image-caption {
  z-index: 1;
  left: 24px;
  right: auto;
  bottom: 24px;
  width: min(320px, calc(100% - 48px));
  padding: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  color: #fffaf5;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 2px 18px rgba(38, 32, 27, .42);
}
.lifestyle-grid .image-caption span {
  color: rgba(255, 250, 245, .76);
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}
.lifestyle-grid .image-card:not(:first-child) .image-caption {
  left: 18px;
  bottom: 18px;
  width: min(260px, calc(100% - 36px));
  font-size: 21px;
}
.lifestyle-grid .image-cue {
  z-index: 1;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  background: rgba(255, 250, 245, .72);
  box-shadow: none;
  opacity: .64;
}
.lifestyle-grid .image-cue::after {
  top: 11px;
  left: 10px;
  width: 8px;
  height: 8px;
}
.lifestyle-grid .image-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(63, 58, 53, .14);
}
.lifestyle-grid .image-link:hover .image-cue {
  opacity: 1;
}
.micro-grid, .area-grid, .spot-grid { display: grid; gap: 16px; }
.micro-grid { grid-template-columns: repeat(3, 1fr); }
.area-grid { grid-template-columns: repeat(3, 1fr); }
.spot-grid { grid-template-columns: 1fr; }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow);
}
.feature-card, .area-card, .spot-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow);
  font-family: var(--heading-font);
}
.feature-card, .area-card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
}
.feature-card h3 { font-size: clamp(22px, 2.5vw, 32px); }
.card-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  color: #9e6f70;
  font-weight: 700;
}
.area-card p { margin: 0 0 8px; color: #8f6e6d; }
.area-card h3 { font-size: 18px; }
.area-card > span:not(.card-action), .spot-meta span {
  display: inline-flex;
  width: fit-content;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 999px;
  padding: 5px 10px;
  background: #fff7f5;
  color: var(--muted);
  font-size: 12px;
}
.copy-stack { align-self: center; }
.copy-stack p { font-size: clamp(18px, 2vw, 24px); color: var(--muted); }
.kicker { margin: 0 0 12px; color: #8f6e6d; }
.spot-card h3 { font-size: clamp(24px, 3vw, 36px); }
.spot-card > p:not(.kicker):not(.meta) { max-width: 760px; font-size: 18px; }
.compact-section { max-width: 860px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; }
.tag { border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; background: #fff; color: var(--muted); font-size: 13px; }
.visual {
  min-height: 230px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(216,167,167,.35), rgba(168,191,163,.45)),
    linear-gradient(45deg, #fff, #ddeaf0);
  border: 1px solid var(--line);
}
.page-hero { padding: 88px 0 54px; background: linear-gradient(135deg, #fffaf5, var(--sky)); border-bottom: 1px solid var(--line); }
.page-hero .section { padding: 0; }
.meta { color: var(--muted); margin: 0 0 28px; max-width: 760px; }
.list { padding-left: 1.2em; }
.timeline { display: grid; gap: 12px; }
.timeline div { padding: 14px 18px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.timeline + .button { margin-top: 20px; }
.rating { color: #bd8686; white-space: nowrap; }
.spot-note { margin: 0; color: #9e6f70; font-weight: 700; }
.notice { background: #fff7f5; border: 1px solid #efd4d4; border-radius: 20px; padding: 22px; color: #5f504a; }
.site-footer { padding: 48px 0; background: #3f3a35; color: #fff8f0; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: rgba(255,248,240,.78); }
.footer-logo { font-size: 24px; color: #fff8f0; }

@media (max-width: 820px) {
  .header-inner { align-items: flex-start; padding: 14px 0; flex-direction: column; }
  .nav { overflow-x: auto; width: 100%; padding-bottom: 4px; }
  .nav a { flex: 0 0 auto; }
  .hero { min-height: 620px; }
  .hero {
    background:
      linear-gradient(180deg, rgba(250,247,241,.9) 0%, rgba(250,247,241,.54) 46%, rgba(250,247,241,.08) 100%),
      url("images/hero-chairlife-park.jpg") 62% center / cover no-repeat;
  }
  .hero-content { padding: 76px 0 72px; }
  .grid.three, .grid.two, .image-grid, .micro-grid, .area-grid { grid-template-columns: 1fr; }
  .lifestyle-section { padding: 64px 0 58px; }
  .lifestyle-heading { margin-bottom: 26px; }
  .lifestyle-heading h2 { font-size: clamp(34px, 10vw, 48px); }
  .lifestyle-grid { grid-template-rows: none; gap: 14px; }
  .lifestyle-grid .image-card:nth-child(1) { grid-row: auto; }
  .lifestyle-grid .image-card { min-height: 320px; border-radius: 16px; }
  .lifestyle-grid .image-card:not(:first-child) { min-height: 250px; }
  .image-card { min-height: 320px; }
  .section { padding: 54px 0; }
  .actions .button, .actions .sub-button { width: 100%; }
  .nav .button { flex: 0 0 auto; width: auto; min-width: max-content; }
}
