/* Hallmark · pre-emit critique: P5 H4 E5 S4 R5 V5 */
:root {
  --paper: #fbfaf7;
  --milk: #fffefd;
  --cream: #f3eadf;
  --shell: #e8ded5;
  --cocoa: #4b3930;
  --ink: #1f1c1a;
  --muted: #81736a;
  --line: rgba(75, 57, 48, 0.14);
  --lavender: #d8c2dc;
  --shadow: 0 28px 80px rgba(48, 37, 32, 0.12);
  --font-serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  --font-sans: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  --font-en: Georgia, "Times New Roman", serif;
  --page: clamp(20px, 5vw, 76px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-width: 0;
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(216, 194, 220, 0.13), transparent 28rem),
    linear-gradient(180deg, var(--milk) 0%, var(--paper) 48%, #f8f2ec 100%);
  font-family: var(--font-sans);
  line-height: 1.9;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px var(--page);
  background: linear-gradient(180deg, rgba(251, 250, 247, 0.9), rgba(251, 250, 247, 0));
}

.brand {
  font-family: var(--font-en);
  font-style: italic;
  font-size: clamp(26px, 3vw, 42px);
  color: rgba(31, 28, 26, 0.76);
}

.nav {
  display: flex;
  gap: clamp(16px, 2.6vw, 38px);
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.hero {
  min-height: 100svh;
  padding: 0;
  background: var(--paper);
}

.hero-image {
  margin: 0;
  height: 100svh;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-pad {
  padding: clamp(88px, 13vw, 178px) var(--page);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-family: var(--font-en);
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

.statement {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.statement h1,
.about-copy h2,
.texture h2,
.logo-section h2,
.access h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.statement h1 {
  font-size: clamp(40px, 6vw, 78px);
}

.statement p:last-child {
  width: min(620px, 100%);
  margin: 32px auto 0;
  color: var(--muted);
}

.about {
  background: linear-gradient(180deg, rgba(251, 250, 247, 0), rgba(243, 234, 223, 0.42) 48%, rgba(251, 250, 247, 0));
}

.about-layout {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.76fr);
  gap: clamp(42px, 8vw, 108px);
  align-items: center;
}

.about-image {
  margin: 0;
}

.about-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: var(--shadow);
}

.about-copy h2,
.texture h2,
.logo-section h2,
.access h2 {
  font-size: clamp(32px, 4.8vw, 62px);
}

.about-copy p:last-child,
.logo-section p:last-child {
  margin: 28px 0 0;
  color: var(--muted);
}

.texture {
  background: transparent;
}

.texture-head {
  width: min(1040px, 100%);
  margin: 0 auto 54px;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 34px;
  align-items: end;
}

.texture-grid {
  width: min(1040px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.texture-grid article {
  min-width: 0;
  padding: clamp(30px, 4vw, 56px);
  border-right: 1px solid var(--line);
}

.texture-grid article:last-child {
  border-right: 0;
}

.texture-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--muted);
  font-family: var(--font-en);
  font-size: 12px;
}

.texture-grid h3 {
  margin: 0 0 12px;
  color: var(--cocoa);
  font-family: var(--font-en);
  font-size: clamp(26px, 3vw, 40px);
  font-style: italic;
  font-weight: 400;
}

.texture-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.logo-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) minmax(0, 0.74fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
  width: min(980px, 100%);
  margin: 0 auto;
}

.logo-card {
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
  background: var(--lavender);
  box-shadow: var(--shadow);
}

.logo-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.access {
  background: linear-gradient(180deg, rgba(243, 234, 223, 0.34), rgba(251, 250, 247, 0.84));
}

.access-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1.12fr);
  gap: clamp(42px, 8vw, 110px);
}

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

.access-detail {
  min-width: 0;
  display: grid;
  gap: 28px;
}

.access-list {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--line);
}

.access-list div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.access-list dt {
  color: var(--muted);
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.access-list dd {
  margin: 0;
  color: var(--cocoa);
}

.map-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--shell);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: clamp(300px, 34vw, 420px);
  border: 0;
  filter: grayscale(0.18) saturate(0.78) contrast(0.96);
}

.footer {
  padding: 48px var(--page);
  background: var(--ink);
  color: var(--paper);
  text-align: center;
}

.footer p {
  margin: 0;
  font-family: var(--font-en);
  font-size: 32px;
  font-style: italic;
}

.footer small {
  display: block;
  margin-top: 4px;
  color: rgba(251, 250, 247, 0.56);
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .site-header {
    padding: 18px 20px;
  }

  .nav {
    gap: 14px;
    font-size: 11px;
  }

  .hero {
    min-height: auto;
    padding-top: 70px;
  }

  .hero-image {
    height: auto;
  }

  .hero-image img {
    height: auto;
    object-fit: contain;
  }

  .section-pad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-layout,
  .texture-head,
  .logo-section,
  .access-inner {
    grid-template-columns: 1fr;
  }

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

  .texture-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .texture-grid article:last-child {
    border-bottom: 0;
  }

  .logo-section {
    width: min(420px, 100%);
  }

  .logo-card {
    width: min(260px, 72vw);
  }

  .access-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 430px) {
  .nav a:nth-child(2) {
    display: none;
  }

  .statement h1,
  .about-copy h2,
  .texture h2,
  .logo-section h2,
  .access h2 {
    font-size: 32px;
  }
}
