:root {
  --ink: #171714;
  --muted: #5f625b;
  --paper: #fbfaf5;
  --surface: #f0eee6;
  --surface-2: #e6ece5;
  --line: #d9d5c8;
  --green: #245d45;
  --orange: #dc5a2f;
  --blue: #335f86;
  --white: #ffffff;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    sans-serif;
  line-height: 1.75;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 54px);
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 14px;
  font-size: 14px;
  font-weight: 800;
  color: var(--green);
}

.brand-mark {
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--green), var(--orange));
}

.nav {
  gap: 18px;
}

.nav a {
  font-size: 13px;
  color: var(--muted);
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(50px, 6.4vw, 82px);
  line-height: 1.04;
  letter-spacing: 0;
}

h1 span {
  display: block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 1.32;
  letter-spacing: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  min-height: calc(100vh - 62px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 88px) clamp(22px, 5vw, 72px) clamp(42px, 6vw, 72px);
}

.hero-copy {
  max-width: 620px;
}

.lead {
  margin-bottom: 26px;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.45;
}

.sublead {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 18px;
}

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

.button,
.link-row a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--ink);
  font-weight: 800;
  font-size: 14px;
}

.button.primary {
  color: var(--white);
  background: var(--ink);
}

.button.secondary,
.link-row a {
  color: var(--ink);
  background: transparent;
}

.hero-visual,
.project-image,
.case-image {
  background: var(--surface);
  overflow: hidden;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(251, 250, 245, 0.65), rgba(251, 250, 245, 0)),
    linear-gradient(180deg, rgba(36, 93, 69, 0.1), rgba(220, 90, 47, 0.06));
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.02);
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 126px) clamp(22px, 4vw, 40px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-heading.wide {
  max-width: 980px;
}

.section-lead {
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.8;
}

.intro-grid,
.outline {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 5vw, 58px);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 4vw, 48px);
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.about .section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.about .large-copy {
  text-align: center;
}

.large-copy,
.intro-grid p:first-child {
  color: var(--ink);
  font-size: clamp(23px, 2.8vw, 31px);
  line-height: 1.55;
}

.tohoku-trails-logo {
  display: block;
  width: min(100%, 760px);
  margin: 0 auto;
  background: var(--white);
}

.large-copy h3 {
  margin: 0 0 24px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.8vw, 60px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
}

.large-copy p:last-child,
.intro-grid p:last-child,
.outline-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.wide-image-card {
  margin: 0;
  padding: 18px;
  background: var(--surface);
}

.wide-image-card img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--white);
}

.about-message {
  margin-top: 34px;
}

.principle-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principle-list article {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 52px);
  padding: 30px 0;
  background: transparent;
  border-bottom: 1px solid var(--line);
}

.principle-list article:last-child {
  border-bottom: 0;
}

.principle-list span,
.program-grid span,
.dialogue-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 15px;
  font-weight: 900;
}

.principle-list span {
  margin-bottom: 0;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.45;
}

.about-site-link {
  justify-self: center;
  margin-top: -4px;
  font-size: 20px;
}

.principle-list p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(19px, 1.75vw, 23px);
  line-height: 1.75;
}

.program {
  max-width: none;
  background: var(--ink);
  color: var(--white);
}

.program .section-heading,
.program-grid,
.question-block {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.program .eyebrow {
  color: #9fc3b1;
}

.question-block {
  margin-bottom: 28px;
  padding: clamp(26px, 4vw, 42px);
  color: var(--ink);
  background: var(--paper);
}

.question-block h3 {
  max-width: 720px;
  font-size: clamp(30px, 4vw, 46px);
}

.question-block p:last-child {
  max-width: 900px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.question-label {
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.program-grid article {
  min-height: 300px;
  padding: 28px;
  background: var(--ink);
}

.program-grid p {
  color: #d9d8d1;
  font-size: 15px;
}

.stance {
  max-width: 1240px;
}

.stance-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.stance-lead > div,
.stance-grid article,
.stance-closing {
  padding: clamp(26px, 4vw, 42px);
  background: var(--surface);
}

.stance-lead p,
.stance-grid p,
.stance-closing p {
  color: var(--muted);
}

.stance-message {
  display: flex;
  align-items: center;
  border-left: 4px solid var(--green);
}

.stance-message p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.55;
}

.stance-table-wrap {
  margin: 24px 0;
  overflow-x: auto;
}

.stance-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}

.stance-table th,
.stance-table td {
  width: 50%;
  padding: 22px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
}

.stance-table th {
  color: var(--white);
  background: var(--green);
  font-size: 18px;
}

.stance-table td {
  color: var(--muted);
}

.stance-why-note {
  margin: -2px 0 24px;
  padding: 24px 28px;
  background: var(--surface-2);
  border-left: 5px solid var(--orange);
}

.stance-why-note span {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stance-why-note p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.85;
}

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

.stance-closing {
  margin-top: 24px;
  border-left: 4px solid var(--orange);
}

.stance-closing strong {
  display: block;
  margin-top: 18px;
  color: var(--green);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.45;
}

.consensus-practice {
  margin-top: 28px;
  padding: clamp(26px, 4vw, 44px);
  background: var(--ink);
  color: var(--white);
}

.consensus-lead {
  max-width: 980px;
}

.consensus-lead h3 {
  max-width: 920px;
  color: var(--white);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.35;
}

.consensus-lead h3 span {
  display: block;
  margin-top: 10px;
  color: var(--orange);
}

.consensus-lead p:not(.case-label) {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.9;
}

.consensus-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.consensus-steps article {
  min-height: 100%;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border-top: 4px solid var(--orange);
}

.consensus-steps span {
  display: block;
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 22px;
  font-weight: 900;
}

.consensus-steps h4 {
  color: var(--white);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
}

.consensus-steps p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.85;
}

.consensus-note {
  margin-top: 18px;
  padding: 22px 26px;
  background: var(--white);
  border-left: 6px solid var(--orange);
}

.consensus-note strong {
  color: var(--ink);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.55;
}

.projects {
  max-width: 1240px;
}

.project-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
  gap: 36px;
  align-items: stretch;
  margin-bottom: 30px;
}

.project-image img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.project-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 58px);
  color: var(--white);
  background: var(--green);
}

.project-copy p {
  color: #eaf1ec;
  font-size: 18px;
}

.project-copy .link-row a {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.case-label {
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-copy .case-label {
  color: #bfd8c9;
}

.project-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.project-cards article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  background: var(--surface);
}

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

.project-cards div {
  padding: 26px;
}

.project-cards p {
  color: var(--muted);
}

.sales-proof {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: clamp(26px, 4vw, 42px);
  background: var(--surface);
}

.sales-proof-heading {
  max-width: 900px;
  margin-bottom: 24px;
}

.sales-proof-heading p {
  color: var(--muted);
}

.sales-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sales-proof-grid article {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: 100%;
  background: var(--white);
  border: 1px solid var(--line);
}

.sales-proof-grid img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  background: var(--paper);
}

.sales-proof-grid div {
  padding: 26px;
}

.sales-proof-grid p {
  color: var(--muted);
}

.project-evidence {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.volcano-culture {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
  padding: clamp(26px, 4vw, 42px);
  background: var(--surface);
}

.volcano-culture-copy p {
  color: var(--muted);
}

.volcano-shot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.volcano-shot-grid .wide-image-card {
  padding: 10px;
}

.project-evidence figure {
  margin: 0;
  padding: 18px;
  background: var(--surface);
}

.project-evidence img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--white);
}

.project-evidence figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.selfguide,
.community-sales,
.next-actions {
  max-width: 1240px;
}

.selfguide-grid,
.sales-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 26px;
}

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

.selfguide-grid article,
.sales-grid article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  background: var(--surface);
}

.selfguide-grid img,
.sales-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--white);
}

.selfguide-grid div,
.sales-grid div {
  padding: 28px;
}

.selfguide-grid p,
.sales-grid p {
  color: var(--muted);
}

.mctt-panel {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: center;
  padding: clamp(26px, 4vw, 42px);
  background: var(--green);
  color: var(--white);
}

.mctt-panel p {
  color: #e8efe9;
}

.mctt-panel .case-label,
.mctt-panel .text-link {
  color: #c4dbc9;
}

.mctt-panel img {
  width: 100%;
  background: var(--white);
}

.guide-ip-panel {
  margin-top: 24px;
  padding: clamp(26px, 4vw, 42px);
  background: var(--surface);
}

.guide-ip-heading {
  max-width: 900px;
  margin-bottom: 30px;
}

.guide-ip-heading h3 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.25;
}

.guide-ip-heading p:last-child {
  color: var(--muted);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.65;
}

.guide-ip-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr 0.85fr;
  gap: 18px;
}

.guide-ip-grid article {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
}

.guide-ip-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-ip-grid p,
.guide-ip-script p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}

.guide-ip-grid .compact-list li {
  font-size: 18px;
}

.guide-ip-main {
  border-top: 4px solid var(--green);
}

.guide-ip-main h4 {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.45;
}

.guide-service-flow {
  display: grid;
  gap: 12px;
}

.guide-service-flow div {
  padding: 16px;
  background: var(--paper);
}

.guide-service-flow strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
}

.guide-service-flow p {
  margin-bottom: 0;
}

.guide-ip-monetize {
  margin-top: 24px;
  padding: clamp(24px, 3vw, 34px);
  background: var(--ink);
  color: var(--white);
}

.guide-ip-monetize span {
  display: block;
  margin-bottom: 14px;
  color: #f0d9b5;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-ip-monetize p {
  max-width: 980px;
  color: #eee9dc;
  font-size: 18px;
  line-height: 1.85;
}

.guide-ip-monetize p:last-child {
  margin-bottom: 0;
}

.guide-ip-script {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.mct-sales-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.mct-sales-image img,
.vegetarian-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--white);
}

.mct-sales-copy,
.vegetarian-card {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
}

.mct-sales-copy p {
  color: var(--muted);
}

.vegetarian-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr);
  gap: 22px;
  align-items: center;
  margin: 0;
}

.vegetarian-card img {
  object-fit: contain;
}

.vegetarian-card figcaption {
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

.download-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 16px;
  color: var(--green);
  font-size: 15px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.selfguide-insight {
  margin-top: 24px;
  padding: clamp(26px, 4vw, 42px);
  background: var(--surface);
}

.insight-copy p {
  color: var(--muted);
}

.mct-selfguide-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.mct-selfguide-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: var(--white);
}

.mct-selfguide-gallery img:first-child {
  grid-column: span 2;
  height: 300px;
}

.selfguide-voices {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.voice-grid article {
  padding: 22px;
  background: var(--white);
  border-left: 4px solid var(--green);
}

.voice-grid blockquote {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

.voice-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.compact-list {
  margin: 20px 0;
  padding-left: 1.2em;
  color: var(--ink);
}

.compact-list li {
  margin-bottom: 10px;
  line-height: 1.75;
}

.ip-wide {
  margin-top: 22px;
  padding: clamp(12px, 2vw, 18px);
}

.ip-sequence {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  margin-top: 22px;
  padding: clamp(26px, 4vw, 42px);
  background: var(--surface);
}

.ip-definitions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ip-definitions article,
.ip-closing,
.ip-copy {
  padding: clamp(24px, 3vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
}

.ip-definitions article {
  border-top: 5px solid var(--green);
}

.ip-definitions span {
  display: block;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ip-definitions h4 {
  margin-top: -4px;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 20px;
  line-height: 1.5;
}

.ip-definitions p,
.ip-closing p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.ip-closing {
  background: var(--ink);
  color: var(--white);
  border: 0;
}

.ip-closing p {
  max-width: 960px;
  color: #eee9dc;
}

.ip-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ip-flow article {
  padding: 22px;
  background: var(--white);
  border-left: 4px solid var(--green);
}

.ip-flow span {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}

.ip-flow h3,
.ip-flow p,
.ip-copy p {
  margin-bottom: 0;
}

.ip-copy p {
  color: var(--muted);
}

.trailguide-forward {
  margin-top: 28px;
  padding: clamp(28px, 4vw, 48px);
  background: var(--white);
  border-top: 6px solid var(--green);
}

.trailguide-forward h3 {
  max-width: 1040px;
  margin-bottom: 32px;
  font-size: clamp(30px, 4.4vw, 58px);
  line-height: 1.35;
}

.trailguide-forward h4 {
  max-width: 1040px;
  margin: 44px 0 18px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.45;
}

.trailguide-forward h5 {
  max-width: 1040px;
  margin: 30px 0 12px;
  color: var(--green);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.45;
}

.trailguide-forward p {
  max-width: 1040px;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.9;
}

.trailguide-forward ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 8px 22px;
  max-width: 1040px;
  margin: 14px 0 22px;
  padding-left: 1.2em;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.7;
}

.trailguide-emphasis {
  padding: 18px 22px;
  background: #fff8e9;
  border-left: 6px solid var(--orange);
  color: var(--ink) !important;
  font-weight: 900;
}

.trailguide-world-note,
.trailguide-professional-note {
  max-width: 1120px;
  margin: 32px 0;
  padding: clamp(24px, 3vw, 34px);
}

.trailguide-world-note {
  background: #f6f3ea;
  border-left: 6px solid var(--green);
}

.trailguide-world-note h5,
.trailguide-professional-note h4 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.trailguide-professional-note {
  background: var(--ink);
  border-left: 6px solid var(--orange);
}

.trailguide-professional-note h4 {
  color: var(--white);
}

.trailguide-professional-note p,
.trailguide-professional-note ul {
  color: #eee9dc;
}

.trailguide-professional-note strong {
  color: var(--white);
}

.trailguide-professional-note .trailguide-emphasis {
  background: var(--white);
  border-left-color: var(--green);
}

.trailguide-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 24px 0 32px;
}

.trailguide-pillars article {
  padding: 22px;
  background: #f6f3ea;
  border-top: 5px solid var(--green);
}

.trailguide-pillars h5 {
  margin-top: 0;
}

.trailguide-pillars ul {
  display: block;
  margin-bottom: 0;
}

.trailguide-pillars article:last-child {
  grid-column: 1 / -1;
}

.selfguide-final-message {
  margin-top: 28px;
  padding: clamp(28px, 4vw, 44px);
  background: var(--ink);
  color: var(--white);
}

.selfguide-final-message p {
  max-width: 980px;
  color: #eee9dc;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.85;
}

.selfguide-final-message p:first-child {
  margin-bottom: 18px;
  color: #f0d9b5;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.selfguide-final-message blockquote {
  margin: 18px 0 24px;
  padding: clamp(22px, 2.6vw, 30px);
  background: var(--white);
  color: var(--ink);
  border: 4px solid var(--orange);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 900;
  line-height: 1.55;
}

.selfguide-final-message blockquote:last-of-type {
  border-color: var(--green);
}

.text-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--green);
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.taiwan {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: 42px;
  align-items: center;
}

.taiwan-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.taiwan-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.taiwan-gallery img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: var(--surface);
}

.taiwan-gallery img:first-child {
  grid-column: 1 / -1;
  height: 320px;
}

.taiwan-case,
.taiwan-market-card {
  grid-column: 1 / -1;
}

.taiwan-case {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
  margin-top: 10px;
  padding: clamp(26px, 4vw, 42px);
  background: var(--surface);
}

.taiwan-case-copy p {
  color: var(--muted);
}

.taiwan-stay-point {
  margin: 24px 0 26px;
  padding: 24px 26px;
  border-left: 6px solid var(--orange);
  background: #fff5ea;
}

.taiwan-stay-point span {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.taiwan-stay-point strong {
  display: block;
  color: var(--ink);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.35;
}

.taiwan-stay-point p {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.75;
}

.taiwan-evidence-grid {
  display: grid;
  gap: 18px;
}

.taiwan-market-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1.52fr);
  gap: 26px;
  align-items: center;
  padding: clamp(24px, 3vw, 34px);
  background: var(--ink);
  color: var(--white);
}

.taiwan-market-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--white);
}

.taiwan-market-card p {
  color: #dedbd1;
}

.taiwan-market-card .text-link {
  color: #f0d9b5;
}

.volcano-vision {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(340px, 0.76fr) minmax(0, 1.24fr);
  gap: 28px;
  align-items: center;
  padding: clamp(26px, 4vw, 42px);
  background: var(--surface);
}

.volcano-vision p {
  color: var(--muted);
}

.forum-note {
  grid-column: 1 / -1;
  padding: clamp(26px, 4vw, 42px);
  background: var(--paper);
  border-left: 4px solid var(--green);
}

.forum-note p {
  color: var(--muted);
}

.lnt-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lnt-photo-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: var(--surface);
}

.lnt-photo-grid img:first-child {
  grid-column: 1 / -1;
  height: 280px;
}

.next-grid {
  display: grid;
  gap: 24px;
}

.next-grid article {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 28px;
  align-items: center;
  padding: clamp(26px, 4vw, 42px);
  background: var(--surface);
}

.next-grid article:nth-child(even) {
  background: var(--surface-2);
}

.next-grid img {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  background: var(--white);
}

.next-grid p {
  color: var(--muted);
}

.mountain-journey-guide {
  margin: 22px 0 24px;
  padding: 22px 24px;
  background: var(--white);
  border-left: 5px solid var(--green);
}

.local-guide-event {
  display: grid;
  gap: 8px;
  margin: 24px 0;
  padding: clamp(18px, 3vw, 26px);
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 6px solid var(--orange);
  color: var(--ink);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.local-guide-event span {
  color: var(--green);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

.local-guide-event strong {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.35;
}

.local-guide-event em {
  color: var(--orange);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.local-guide-event:hover {
  border-color: var(--orange);
  transform: translateY(-2px);
}

.mountain-journey-guide > span {
  display: block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mountain-journey-guide p {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.8;
}

.guide-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.guide-pillars span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  background: var(--surface);
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
}

.next-action-note {
  align-self: stretch;
  padding: clamp(24px, 3vw, 34px);
  background: var(--white);
  border-left: 4px solid var(--orange);
}

.next-action-note span {
  display: block;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.lnt-note {
  margin-top: 18px;
  padding: 16px 18px;
  background: var(--paper);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.next-grid article.beyond-inbound-card {
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.7fr) minmax(280px, 0.58fr);
}

.beyond-photo-grid {
  display: grid;
  gap: 12px;
}

.beyond-photo-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: var(--white);
}

.dialogue {
  max-width: none;
  background: var(--surface);
}

.dialogue .section-heading,
.dialogue-grid {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.photo-guide-note {
  display: inline-block;
  margin: 20px 0 0;
  padding: 12px 16px;
  background: var(--paper);
  border-left: 5px solid var(--orange);
  color: var(--ink);
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 800;
  line-height: 1.65;
}

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

.dialogue-grid article {
  padding: 26px;
  background: var(--paper);
  border-top: 4px solid var(--green);
}

.dialogue-grid p {
  color: var(--muted);
  font-size: 15px;
}

.dialogue-grid h3 a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: rgba(225, 83, 46, 0.55);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.16em;
}

.dialogue-grid h3 a::after {
  content: " 参考写真";
  display: inline-block;
  margin-left: 8px;
  color: var(--orange);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.dialogue-grid h3 a:hover {
  color: var(--orange);
}

.global-photo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  max-width: var(--max);
  margin: 24px auto 0;
}

.global-photo-grid img {
  width: 100%;
  height: 138px;
  object-fit: cover;
  background: var(--paper);
}

.standards {
  max-width: 1240px;
}

.standard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.standard-grid article {
  min-height: 390px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
}

.standards-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.standards-lead > div,
.standards-lead blockquote,
.standards-reflection {
  margin: 0;
  padding: clamp(26px, 4vw, 42px);
  background: var(--surface);
}

.standards-lead p,
.standards-reflection p {
  color: var(--muted);
}

.standards-lead blockquote {
  display: flex;
  align-items: center;
  color: var(--green);
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.55;
}

.standard-logo {
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  margin-bottom: 30px;
  color: var(--white);
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
}

.standard-logo.lnt {
  background: var(--green);
}

.standard-logo.wfa {
  background: var(--orange);
}

.standard-logo.wea {
  background: var(--blue);
}

.standard-grid p {
  color: var(--muted);
}

.standard-grid .text-link {
  margin-top: 18px;
}

.standards-reflection {
  margin-top: 24px;
  border-left: 4px solid var(--orange);
}

.quote-band {
  max-width: none;
  padding-top: clamp(84px, 11vw, 132px);
  padding-bottom: clamp(84px, 11vw, 132px);
  color: var(--white);
  background: var(--orange);
}

.quote-band p {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 clamp(22px, 4vw, 40px);
  font-size: clamp(34px, 5vw, 66px);
  font-weight: 900;
  line-height: 1.22;
}

.profile {
  max-width: 1240px;
}

.profile-card {
  padding: clamp(26px, 4vw, 46px);
  background: var(--surface);
}

.profile-main {
  display: grid;
  gap: 24px;
}

.profile-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
}

.profile-head img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: left center;
  background: var(--white);
}

.profile-card h2 {
  margin-bottom: 12px;
}

.profile-title {
  color: var(--green);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
}

.profile-card p:not(.eyebrow):not(.profile-title),
.profile-card li {
  color: var(--muted);
  line-height: 1.9;
}

.profile-definition {
  margin: 22px 0;
  padding: 22px 24px;
  background: var(--white);
  border-left: 5px solid var(--green);
}

.profile-definition h3,
.profile-columns h3 {
  margin-bottom: 10px;
  color: var(--green);
  font-size: 18px;
}

.profile-definition p {
  margin: 0;
}

.profile-definition .ddp-tagline {
  margin-bottom: 12px;
  color: var(--green);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 900;
  line-height: 1.55;
}

.profile-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0;
}

.profile-columns article {
  padding: 20px;
  background: var(--white);
}

.profile-affiliation {
  margin-top: 18px;
  color: var(--green) !important;
  font-weight: 900;
}

.profile-note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

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

.outline-list div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.outline-list dt {
  color: var(--green);
  font-weight: 900;
}

.outline-list dd {
  margin: 0;
}

.links {
  padding-top: 20px;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.link-grid a {
  min-height: 84px;
  display: flex;
  align-items: center;
  padding: 18px;
  background: var(--surface);
  color: var(--green);
  font-weight: 900;
}

@media (max-width: 1020px) {
  .nav {
    display: none;
  }

  .hero,
  .about-grid,
  .intro-grid,
  .project-feature,
  .taiwan,
  .outline {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 360px;
  }

  .project-image img {
    min-height: auto;
    object-fit: contain;
    background: var(--white);
  }

  .program-grid,
  .stance-lead,
  .stance-grid,
  .consensus-steps,
  .project-cards,
  .project-evidence,
  .sales-proof-grid,
  .sales-proof-grid article,
  .volcano-culture,
  .volcano-shot-grid,
  .selfguide-grid,
  .sales-grid,
  .mctt-panel,
  .guide-ip-grid,
  .guide-ip-script,
  .mct-sales-panel,
  .vegetarian-card,
  .selfguide-insight,
  .mct-selfguide-gallery,
  .voice-grid,
  .ip-definitions,
  .ip-flow,
  .ip-sequence,
  .taiwan-case,
  .taiwan-market-card,
  .volcano-vision,
  .standards-lead,
  .profile-card,
  .next-grid article,
  .dialogue-grid,
  .standard-grid,
  .profile-columns,
  .link-grid {
    grid-template-columns: 1fr;
  }

  .next-grid article.beyond-inbound-card {
    grid-template-columns: 1fr;
  }

  .profile-head {
    grid-template-columns: 1fr;
  }

  .profile-head img {
    max-width: 560px;
  }

  .program-grid article,
  .standard-grid article {
    min-height: auto;
  }

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

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

  .hero-actions,
  .link-row {
    flex-direction: column;
  }

  .button,
  .link-row a {
    width: 100%;
  }

  .large-copy,
  .intro-grid p:first-child {
    font-size: 23px;
  }

  .principle-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .taiwan-gallery {
    grid-template-columns: 1fr;
  }

  .taiwan-gallery img,
  .taiwan-gallery img:first-child {
    grid-column: auto;
    height: 240px;
  }

  .lnt-photo-grid {
    grid-template-columns: 1fr;
  }

  .lnt-photo-grid img,
  .lnt-photo-grid img:first-child {
    grid-column: auto;
    height: 240px;
  }

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

  .global-photo-grid img {
    height: 150px;
  }

  .mct-selfguide-gallery img,
  .mct-selfguide-gallery img:first-child {
    grid-column: auto;
    height: 240px;
  }

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