.page-id-6 .site-content,
.page-id-6 .ast-container,
.page-id-6 .entry-content {
  margin: 0;
  padding: 0;
  max-width: none;
}

.page-id-6 .entry-header { display: none; }
.page-id-6 #ast-scroll-top { display: none !important; }

.nariya-story-hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 45% 55%;
  background: #f1e8d9;
  color: #211a14;
}

.nariya-story-copy {
  display: flex;
  align-items: center;
  padding: 78px clamp(48px, 4vw, 64px);
}

.nariya-story-copy-inner {
  width: 100%;
  max-width: 560px;
}

.nariya-story-kicker {
  margin: 0 0 15px;
  color: #976928;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.nariya-story-title {
  margin: 0 0 15px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(36px, 2.6vw, 39px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -.025em;
}

.nariya-story-body {
  max-width: 525px;
  margin: 0 0 11px;
  color: #51473e;
  font-size: 17px;
  line-height: 1.7;
}

.nariya-story-body:last-child { margin-bottom: 0; }

.nariya-story-visual {
  min-height: 690px;
  margin: 0;
  overflow: hidden;
}

.nariya-story-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 46%;
}

.nariya-story-material {
  min-height: 650px;
  display: grid;
  grid-template-columns: 55% 45%;
  background: #f1e8d9;
  color: #211a14;
}

.nariya-material-visual {
  min-height: 650px;
  margin: 0;
  overflow: hidden;
}

.nariya-material-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.nariya-material-copy {
  display: flex;
  align-items: center;
  padding: 72px clamp(48px, 4vw, 68px);
}

.nariya-material-copy-inner {
  width: 100%;
  max-width: 515px;
}

.nariya-material-kicker {
  margin: 0 0 15px;
  color: #976928;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.nariya-material-title {
  margin: 0 0 22px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(36px, 2.7vw, 42px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -.025em;
}

.nariya-material-body {
  max-width: 500px;
  margin: 0 0 12px;
  color: #51473e;
  font-size: 17px;
  line-height: 1.7;
}

.nariya-material-note {
  max-width: 500px;
  margin: 12px 0 0;
  color: #6d5b49;
  font-size: 14px;
  line-height: 1.65;
}

.nariya-story-expressions {
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 82px clamp(48px, 6vw, 96px);
  background: #f1e8d9;
  color: #211a14;
}

.nariya-expressions-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.nariya-expressions-header {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

.nariya-expressions-kicker {
  margin: 0 0 15px;
  color: #976928;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.nariya-expressions-title {
  margin: 0 0 18px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(36px, 3vw, 44px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -.025em;
}

.nariya-expressions-intro {
  margin: 0;
  color: #51473e;
  font-size: 17px;
  line-height: 1.7;
}

.nariya-expressions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.nariya-expression {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 4px clamp(38px, 4.5vw, 68px) 0;
}

.nariya-expression + .nariya-expression {
  border-left: 1px solid rgba(91, 72, 51, .10);
}

.nariya-expression-name {
  margin: 0 0 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 31px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: .02em;
}

.nariya-expression-tag {
  margin: 0 0 17px;
  color: #976928;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .16em;
}

.nariya-expression-body {
  max-width: 405px;
  min-height: 88px;
  margin: 0 0 22px;
  color: #51473e;
  font-size: 16px;
  line-height: 1.7;
}

.nariya-expression-link {
  color: #5d452c;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .13em;
  text-decoration: none;
  border-bottom: 1px solid rgba(93, 69, 44, .55);
  padding-bottom: 4px;
}

.nariya-expression-link:hover,
.nariya-expression-link:focus-visible {
  color: #976928;
  border-bottom-color: #976928;
}

.nariya-story-approach {
  min-height: 650px;
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: center;
  padding: 80px clamp(48px, 6vw, 96px);
  background: #f1e8d9;
  color: #211a14;
}

.nariya-approach-copy {
  max-width: 455px;
  padding-right: clamp(34px, 4vw, 62px);
}

.nariya-approach-kicker {
  margin: 0 0 15px;
  color: #976928;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.nariya-approach-title {
  margin: 0 0 22px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(36px, 2.8vw, 42px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -.025em;
}

.nariya-approach-body {
  margin: 0 0 12px;
  color: #51473e;
  font-size: 16px;
  line-height: 1.7;
}

.nariya-approach-body:last-child { margin-bottom: 0; }

.nariya-approach-grid {
  position: relative;
  top: -8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.nariya-principle {
  min-width: 0;
  padding: 25px clamp(24px, 2.8vw, 42px) 29px 0;
  border-top: 1px solid rgba(91, 72, 51, .12);
}

.nariya-principle:nth-child(even) {
  padding-right: 0;
  padding-left: clamp(24px, 2.8vw, 42px);
}

.nariya-principle-title {
  margin: 0 0 12px;
  color: #976928;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: .15em;
}

.nariya-principle-body {
  max-width: 330px;
  margin: 0;
  color: #51473e;
  font-size: 15px;
  line-height: 1.68;
}

.nariya-principle-link {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 4px;
  color: #5d452c;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .12em;
  text-decoration: none;
  border-bottom: 1px solid rgba(93, 69, 44, .55);
}

.nariya-principle-link:hover,
.nariya-principle-link:focus-visible {
  color: #976928;
  border-bottom-color: #976928;
}

@media (max-width: 767px) {
  .nariya-story-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .nariya-story-visual {
    order: 1;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .nariya-story-copy {
    order: 2;
    padding: 50px 24px 60px;
  }
  .nariya-story-title {
    font-size: clamp(36px, 10.2vw, 42px);
  }
  .nariya-story-body { font-size: 16px; }

  .nariya-story-material {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .nariya-material-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .nariya-material-copy {
    padding: 50px 24px 60px;
  }
  .nariya-material-title {
    font-size: clamp(34px, 9.5vw, 40px);
  }
  .nariya-material-body { font-size: 16px; }

  .nariya-story-expressions {
    min-height: 0;
    padding: 58px 24px 64px;
  }
  .nariya-expressions-header {
    margin-bottom: 40px;
    text-align: left;
  }
  .nariya-expressions-title {
    font-size: clamp(34px, 9.5vw, 40px);
  }
  .nariya-expressions-intro { font-size: 16px; }
  .nariya-expressions-grid { grid-template-columns: 1fr; }
  .nariya-expression { padding: 0; }
  .nariya-expression + .nariya-expression {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid rgba(91, 72, 51, .14);
    border-left: 0;
  }
  .nariya-expression-body {
    min-height: 0;
    font-size: 16px;
  }

  .nariya-story-approach {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 58px 24px 64px;
  }
  .nariya-approach-copy {
    max-width: none;
    padding-right: 0;
  }
  .nariya-approach-title {
    font-size: clamp(34px, 9.5vw, 40px);
  }
  .nariya-approach-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  .nariya-principle,
  .nariya-principle:nth-child(even) {
    padding: 24px 0 27px;
  }
}
