:root {
  --red: #6a3a26;
  --red-dark: #3b2117;
  --ink: #332018;
  --muted: #756156;
  --line: #d9c3b2;
  --paper: #fff8ed;
  --soft: #f4e8d8;
  --soft-red: #ead8c8;
  --shadow: 0 18px 42px rgba(58, 33, 23, 0.13);
  --radius: 26px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.3), transparent 26%),
    repeating-linear-gradient(94deg, rgba(91, 53, 34, 0.06) 0 1px, transparent 1px 10px),
    linear-gradient(135deg, #f2dfc8 0%, #e9d2bd 52%, #c99d78 100%);
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1332px, calc(100% - 48px));
  margin: 24px auto 0;
  padding: 28px clamp(28px, 4vw, 60px) 18px;
  background:
    linear-gradient(135deg, rgba(255, 248, 237, 0.9), rgba(244, 232, 216, 0.78));
  border: 1px solid rgba(255, 248, 237, 0.45);
  border-bottom: 0;
  border-radius: 42px 42px 0 0;
  backdrop-filter: blur(12px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(58, 33, 23, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--red);
  font-family: Impact, "Arial Black", "Hiragino Kaku Gothic StdN", sans-serif;
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.brand {
  flex: 0 0 auto;
  font-size: clamp(16px, 2vw, 30px);
}

.brand-mark {
  width: clamp(42px, 4.2vw, 58px);
  height: clamp(42px, 4.2vw, 58px);
  object-fit: contain;
  filter: drop-shadow(0 3px 6px rgba(58, 33, 23, 0.14));
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
}

.global-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(8px, 1vw, 15px);
  color: var(--ink);
  font-size: 10.5px;
  font-weight: 800;
}

main {
  width: min(1332px, calc(100% - 48px));
  margin: 0 auto;
  padding: 1px 0 70px;
  border: 1px solid rgba(255, 248, 237, 0.45);
  border-top: 0;
  border-radius: 0 0 42px 42px;
  background: rgba(255, 248, 237, 0.84);
  box-shadow: 0 28px 70px rgba(58, 33, 23, 0.14);
}

.global-nav a {
  position: relative;
  padding: 8px 0;
}

.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width 180ms ease;
}

.global-nav a:hover::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 443px);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  width: min(1272px, calc(100% - 60px));
  min-height: auto;
  margin: 30px auto 56px;
  padding: clamp(34px, 4.3vw, 54px) clamp(30px, 4vw, 54px);
  border: 1px solid rgba(106, 58, 38, 0.22);
  border-radius: 40px;
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.76), transparent 28%),
    repeating-linear-gradient(48deg, rgba(106, 58, 38, 0.025) 0 1px, transparent 1px 8px),
    linear-gradient(135deg, #fffaf1 0%, #f5e7d6 100%);
  box-shadow: var(--shadow);
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero-lead {
  margin: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  font-size: clamp(30px, 3.55vw, 48px);
  font-weight: 800;
  line-height: 1.5;
  color: var(--ink);
  white-space: pre-line;
}

.hero-text {
  max-width: 690px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 600;
}

.hero-text p {
  margin: 0;
}

.hero-text p + p {
  margin-top: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.button-primary {
  border-color: var(--red);
  background: var(--red);
  color: var(--paper);
  box-shadow: 0 16px 30px rgba(58, 33, 23, 0.2);
}

.button-primary:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.button-outline {
  color: var(--red);
  background: var(--paper);
}

.button-outline:hover {
  background: var(--soft-red);
}

.hero-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(106, 58, 38, 0.24);
  border-radius: 26px;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 248, 237, 0) 42%, rgba(58, 33, 23, 0.24) 100%),
    radial-gradient(circle at 18% 14%, rgba(255, 248, 237, 0.18), transparent 34%);
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: clamp(330px, 33vw, 430px);
  object-fit: cover;
  object-position: center 28%;
}

.section {
  padding: clamp(52px, 6vw, 78px) 0;
}

.section-inner {
  width: min(var(--max), calc(100% - 92px));
  margin: 0 auto;
}

.section h2 {
  margin: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.25;
  color: var(--ink);
}

.section-heading {
  max-width: 780px;
}

.section-heading > p:not(.section-kicker) {
  margin: 22px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 76px);
}

.about-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  gap: clamp(28px, 5vw, 58px);
  align-items: end;
}

.purpose-panel,
.gratitude-panel {
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(106, 58, 38, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 8%, rgba(106, 58, 38, 0.08), transparent 30%),
    repeating-linear-gradient(40deg, rgba(106, 58, 38, 0.022) 0 1px, transparent 1px 9px),
    var(--paper);
  box-shadow: var(--shadow);
}

.purpose-panel {
  max-width: 940px;
}

.gratitude-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
}

.gratitude-panel p:not(.section-kicker) {
  margin: 22px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.gratitude-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(106, 58, 38, 0.2);
  border-radius: 24px;
  background: var(--soft);
  box-shadow: 0 14px 34px rgba(58, 33, 23, 0.1);
}

.gratitude-photo img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
}

.about-copy .text-block {
  margin-top: 28px;
}

.about-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(106, 58, 38, 0.2);
  border-radius: var(--radius);
  background: var(--soft);
  box-shadow: var(--shadow);
}

.about-photo img {
  width: 100%;
  height: 232px;
  object-fit: cover;
  object-position: center;
}

.text-block p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.text-block p + p {
  margin-top: 18px;
}

.diary-link-section,
.dream-link-section,
.diary-page-section,
.community-section,
.initiative-section {
  background: transparent;
}

.community-section .cycle-card:nth-child(2) {
  display: grid;
  align-items: center;
}

.initiative-stack {
  display: grid;
  gap: 26px;
}

.initiative-panel {
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(106, 58, 38, 0.2);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(106, 58, 38, 0.08), transparent 28%),
    repeating-linear-gradient(40deg, rgba(106, 58, 38, 0.024) 0 1px, transparent 1px 9px),
    var(--paper);
  box-shadow: var(--shadow);
}

.initiative-panel h2 {
  max-width: 900px;
}

.initiative-panel .text-block {
  max-width: 960px;
  margin-top: 26px;
}

.water-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  counter-reset: water-step;
}

.water-step {
  position: relative;
  min-height: 156px;
  padding: 20px;
  border: 1px solid rgba(106, 58, 38, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at 86% 12%, rgba(106, 58, 38, 0.08), transparent 34%),
    rgba(255, 248, 237, 0.72);
}

.water-step::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 1;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--red);
  color: var(--paper);
  font-weight: 900;
  line-height: 26px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(58, 33, 23, 0.16);
}

.water-step:nth-child(3)::after,
.water-step:last-child::after {
  display: none;
}

.water-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--soft-red);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.water-step strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.45;
}

.water-step p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

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

.environment-step {
  position: relative;
  min-height: 235px;
  padding: 22px;
  border: 1px solid rgba(106, 58, 38, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 12%, rgba(106, 58, 38, 0.08), transparent 34%),
    rgba(255, 248, 237, 0.76);
}

.environment-step::after {
  content: "";
  position: absolute;
  top: 38px;
  right: -15px;
  z-index: 1;
  width: 28px;
  height: 2px;
  background: var(--red);
  opacity: 0.5;
}

.environment-step:nth-child(4)::after,
.environment-step:last-child::after {
  display: none;
}

.environment-step span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--soft-red);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.environment-step h3 {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.45;
}

.environment-step p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.initiative-phrase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.initiative-phrase span {
  display: block;
  padding: 20px;
  border: 1px solid rgba(106, 58, 38, 0.18);
  border-radius: 20px;
  background: rgba(234, 216, 200, 0.42);
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 800;
  line-height: 1.45;
}

.initiative-closing {
  max-width: 980px;
  margin: 28px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.cycle-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.cycle-card {
  overflow: hidden;
  border: 1px solid rgba(106, 58, 38, 0.18);
  border-radius: 24px;
  background:
    repeating-linear-gradient(40deg, rgba(106, 58, 38, 0.022) 0 1px, transparent 1px 9px),
    rgba(255, 248, 237, 0.78);
  box-shadow: 0 14px 34px rgba(58, 33, 23, 0.1);
}

.cycle-card > img,
.predator-photo-grid {
  width: 100%;
  height: clamp(230px, 24vw, 330px);
}

.cycle-card > img,
.predator-photo-grid img {
  object-fit: cover;
}

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

.predator-photo-grid img {
  width: 100%;
  height: 100%;
}

.cycle-card > div:not(.predator-photo-grid) {
  padding: 24px;
}

.cycle-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(23px, 2.8vw, 34px);
  line-height: 1.35;
}

.cycle-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

.diary-link-card,
.dream-link-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(106, 58, 38, 0.18);
  border-radius: 30px;
  background:
    repeating-linear-gradient(40deg, rgba(106, 58, 38, 0.025) 0 1px, transparent 1px 9px),
    var(--paper);
  box-shadow: var(--shadow);
}

.dream-link-card {
  grid-template-columns: minmax(0, 1fr) auto;
}

.diary-link-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(106, 58, 38, 0.18);
  border-radius: 22px;
  background: var(--soft);
  box-shadow: 0 12px 26px rgba(58, 33, 23, 0.1);
}

.diary-link-photo img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: center;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.support-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(106, 58, 38, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 12%, rgba(106, 58, 38, 0.08), transparent 34%),
    rgba(255, 248, 237, 0.72);
}

.support-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
}

.support-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

.support-card p + p {
  margin-top: 12px;
}

.gratitude-box {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(106, 58, 38, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 8%, rgba(106, 58, 38, 0.08), transparent 30%),
    repeating-linear-gradient(40deg, rgba(106, 58, 38, 0.022) 0 1px, transparent 1px 9px),
    rgba(255, 248, 237, 0.82);
}

.gratitude-box h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
}

.gratitude-box p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.safety-box {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(106, 58, 38, 0.2);
  border-left: 7px solid var(--red);
  border-radius: 24px;
  background:
    repeating-linear-gradient(40deg, rgba(106, 58, 38, 0.022) 0 1px, transparent 1px 9px),
    rgba(255, 248, 237, 0.78);
}

.safety-box h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.35;
}

.safety-box p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.safety-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.safety-list li {
  position: relative;
  padding: 16px 18px 16px 42px;
  border: 1px solid rgba(106, 58, 38, 0.16);
  border-radius: 16px;
  background: rgba(255, 248, 237, 0.74);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.safety-list li::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
}

.subpage-hero {
  padding: clamp(64px, 9vw, 118px) 0 clamp(58px, 8vw, 94px);
  background:
    linear-gradient(90deg, rgba(255, 248, 237, 0.96), rgba(234, 216, 200, 0.9)),
    url("./assets/optimized/vision-forest.webp") center / cover no-repeat;
}

.subpage-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.15;
}

.subpage-hero p:not(.section-kicker) {
  max-width: 760px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-weight: 700;
}

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

.diary-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--muted);
  font-weight: 700;
}

.diary-entry-card h2 {
  margin: 8px 0 0;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.35;
}

.diary-entry-card img {
  height: 270px;
}

.diary-entry-card:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.diary-entry-card:first-child img {
  height: 100%;
  min-height: 360px;
}

.entry-label {
  margin: 0;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.notice-card {
  margin-top: 30px;
  padding: clamp(26px, 3.6vw, 38px);
  border: 1px solid rgba(106, 58, 38, 0.22);
  border-left: 7px solid var(--red);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(40deg, rgba(106, 58, 38, 0.025) 0 1px, transparent 1px 9px),
    var(--paper);
  box-shadow: var(--shadow);
}

.notice-card p {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.notice-card p + p {
  margin-top: 18px;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.rescue-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.principle-card,
.animal-card,
.faq-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(40deg, rgba(106, 58, 38, 0.022) 0 1px, transparent 1px 9px),
    var(--paper);
  box-shadow: 0 14px 34px rgba(58, 33, 23, 0.12);
}

.principle-card {
  min-height: 205px;
  padding: 24px;
}

.rescue-grid .principle-card {
  min-height: 205px;
}

.principle-card span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--soft-red);
  color: var(--red);
  font-weight: 900;
}

.principle-card h3,
.animal-card h3,
.faq-card h3 {
  margin: 18px 0 0;
  line-height: 1.45;
}

.principle-card p,
.animal-card p,
.faq-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.principle-card p + p {
  margin-top: 12px;
}

.animal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.animal-card {
  overflow: hidden;
}

.animal-card img,
.placeholder-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.animal-card img {
  object-position: center;
}

.placeholder-image {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(106, 58, 38, 0.12), rgba(246, 232, 216, 0.92)),
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(106, 58, 38, 0.08) 10px, rgba(106, 58, 38, 0.08) 11px);
  color: rgba(106, 58, 38, 0.72);
  font-weight: 900;
  letter-spacing: 0.1em;
}

.animal-card > div {
  padding: 24px;
}

.animal-card dl {
  margin: 18px 0 0;
  padding: 16px;
  border-radius: 14px;
  background: var(--soft);
}

.animal-card dt {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.animal-card dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.faq-grid {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.faq-card {
  padding: clamp(22px, 3vw, 30px);
}

.faq-card h3 {
  margin-top: 0;
  color: var(--red);
  font-size: 19px;
}

.contact-section {
  background: transparent;
}

.contact-card {
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(106, 58, 38, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(255, 248, 237, 0.98), rgba(234, 216, 200, 0.9)),
    url("./assets/optimized/vision-forest.webp") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.contact-card p:not(.section-kicker) {
  max-width: 720px;
  margin: 22px 0 28px;
  color: var(--muted);
  font-weight: 700;
}

.site-footer {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 34px 24px;
  background:
    repeating-linear-gradient(92deg, rgba(255, 248, 237, 0.04) 0 1px, transparent 1px 9px),
    #3b2117;
  color: rgba(255, 248, 237, 0.82);
  text-align: center;
  font-weight: 800;
}

.site-footer p {
  margin: 0;
}

.admin-body {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(247, 240, 228, 0.94), rgba(226, 207, 188, 0.92)),
    var(--soft);
}

.admin-shell {
  width: min(1280px, calc(100% - 40px));
  margin: 22px auto 72px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
}

.admin-login {
  display: grid;
  min-height: calc(100vh - 120px);
  place-items: center;
  padding: 30px;
}

.admin-login-card,
.admin-panel,
.admin-section,
.admin-savebar {
  border: 1px solid rgba(106, 58, 38, 0.14);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 18px 46px rgba(58, 33, 23, 0.1);
}

.admin-login-card {
  width: min(470px, 100%);
  padding: clamp(28px, 5vw, 44px);
  border-radius: 18px;
}

.admin-login-card h1,
.admin-topbar h1,
.admin-section h2 {
  margin: 0;
  line-height: 1.2;
}

.admin-lead {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.admin-form {
  display: grid;
  gap: 16px;
  margin: 24px 0;
}

.admin-panel {
  overflow: hidden;
  padding: 0;
  border-radius: 24px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  border-bottom: 1px solid rgba(106, 58, 38, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 248, 237, 0.98), rgba(239, 226, 211, 0.88));
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.admin-sidebar {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 8px;
  padding: 22px 16px;
}

.admin-sidebar a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.admin-sidebar a:hover {
  background: rgba(106, 58, 38, 0.08);
  color: var(--red);
}

.admin-editor {
  display: grid;
  gap: 22px;
  padding: 22px 22px 28px;
  border-left: 1px solid rgba(106, 58, 38, 0.1);
}

.admin-section {
  padding: clamp(22px, 3vw, 32px);
  border-radius: 18px;
}

.admin-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.admin-chip {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(106, 58, 38, 0.16);
  border-radius: 999px;
  background: rgba(234, 216, 200, 0.38);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

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

.admin-wide {
  grid-column: 1 / -1;
}

.admin-shell label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.admin-shell label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.admin-shell input,
.admin-shell textarea {
  width: 100%;
  border: 1px solid rgba(117, 97, 86, 0.28);
  border-radius: 10px;
  padding: 12px 13px;
  background: #fffefa;
  color: var(--ink);
  font: inherit;
  line-height: 1.6;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.admin-shell input:focus,
.admin-shell textarea:focus {
  border-color: var(--red);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(106, 58, 38, 0.1);
}

.admin-shell textarea {
  min-height: 112px;
  resize: vertical;
}

.admin-shell input[type="file"] {
  padding: 10px;
  background: rgba(244, 232, 216, 0.36);
}

.admin-image-preview {
  width: 100%;
  height: 150px;
  border: 1px solid rgba(106, 58, 38, 0.14);
  border-radius: 12px;
  object-fit: cover;
  background: var(--soft);
}

.admin-import {
  position: relative;
  overflow: hidden;
}

.admin-import input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.button-danger {
  border-color: rgba(148, 46, 30, 0.38);
  background: #fff8f5;
  color: #942e1e;
}

.button-danger:hover {
  background: #f4d9d1;
}

.admin-diary-toolbar {
  display: flex;
  justify-content: flex-end;
  margin: 16px 0;
}

.admin-entry-list {
  display: grid;
  gap: 16px;
}

.admin-entry-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 86px;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(106, 58, 38, 0.14);
  border-radius: 16px;
  background: #fffefa;
}

.admin-entry-preview {
  position: sticky;
  top: 22px;
}

.admin-entry-preview img {
  width: 100%;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
  background: var(--soft);
}

.admin-entry-preview p {
  margin: 8px 0 0;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.admin-entry-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-entry-fields label:nth-child(3),
.admin-entry-fields label:nth-child(4) {
  grid-column: 1 / -1;
}

.admin-entry-actions {
  display: grid;
  gap: 8px;
}

.admin-entry-actions .button {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 12px;
}

.admin-message {
  min-height: 1.8em;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.admin-editor.is-dirty .admin-message {
  color: var(--red);
}

.admin-savebar {
  position: sticky;
  bottom: 18px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(12px);
}

.admin-savebar > .button {
  flex: 0 0 auto;
}

.admin-savebar > .admin-message {
  margin-right: auto;
}

@media (max-width: 1080px) {
  .global-nav {
    position: fixed;
    inset: 94px 16px auto 16px;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .global-nav.is-open {
    display: grid;
  }

  .global-nav a {
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .global-nav a:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .menu-toggle {
    display: grid;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-visual {
    max-width: 720px;
  }

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

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

  .diary-link-card,
  .dream-link-card,
  .diary-page-grid,
  .diary-entry-card:first-child,
  .about-panel,
  .gratitude-panel,
  .initiative-phrase,
  .cycle-card-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .admin-topbar,
  .admin-savebar,
  .admin-entry-card {
    grid-template-columns: 1fr;
  }

  .admin-entry-card {
    display: grid;
  }

  .admin-entry-actions {
    display: flex;
    flex-wrap: wrap;
  }

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

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

  .water-step::after {
    display: none;
  }

  .environment-step::after {
    display: none;
  }

  .diary-entry-card:first-child img {
    height: 300px;
    min-height: 0;
  }

  .admin-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "nav"
      "editor"
      "preview";
  }

  .admin-sidebar {
    position: static;
    display: flex;
    overflow-x: auto;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(106, 58, 38, 0.1);
  }

  .admin-sidebar a {
    flex: 0 0 auto;
  }

  .admin-editor {
    border-left: 0;
  }

  .admin-entry-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .admin-entry-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: min(100% - 32px, 1332px);
    margin-top: 16px;
    padding: 14px 18px;
    gap: 14px;
    border-radius: 26px 26px 0 0;
  }

  .brand {
    gap: 10px;
    font-size: 18px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .global-nav {
    inset: 78px 16px auto 16px;
  }

  .global-nav {
    grid-template-columns: 1fr;
  }

  .global-nav a:nth-child(odd) {
    border-right: 0;
  }

  .hero,
  .section-inner {
    width: min(100% - 32px, var(--max));
  }

  main {
    width: min(100% - 32px, 1332px);
    border-radius: 0 0 26px 26px;
  }

  .hero {
    padding-top: 40px;
    gap: 34px;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

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

  .split,
  .about-panel,
  .gratitude-panel,
  .principle-grid,
  .animal-grid,
  .diary-page-grid,
  .water-flow,
  .cycle-card-grid,
  .environment-diagram,
  .safety-list,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .cycle-card > img,
  .predator-photo-grid {
    height: 230px;
  }

  .diary-link-card,
  .dream-link-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .principle-card {
    min-height: 0;
  }

  .animal-card img,
  .placeholder-image {
    height: 220px;
  }

  .diary-entry-card:first-child img,
  .diary-entry-card img {
    height: 230px;
  }

  .section {
    padding: 72px 0;
  }

  .admin-shell {
    width: min(100% - 24px, 1180px);
    margin-top: 12px;
  }

  .admin-topbar,
  .admin-savebar {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-editor {
    padding: 16px;
  }

  .admin-entry-card {
    grid-template-columns: 1fr;
  }

  .admin-entry-preview {
    position: static;
  }

  .admin-entry-preview img {
    height: 190px;
  }

  .admin-grid,
  .admin-entry-fields {
    grid-template-columns: 1fr;
  }

  .admin-wide,
  .admin-entry-fields label:nth-child(3),
  .admin-entry-fields label:nth-child(4) {
    grid-column: auto;
  }

  .admin-actions,
  .admin-savebar {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-actions .button,
  .admin-savebar .button {
    width: 100%;
  }
}

/* Admin v2: compact app-like editing surface */
.admin-shell [hidden] {
  display: none !important;
}

.admin-body {
  color: #1f2933;
  background: #f4f1ec;
  font-family: Inter, "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  line-height: 1.55;
}

.admin-body .section-kicker {
  margin-bottom: 6px;
  color: #7b4631;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.admin-shell {
  width: min(1440px, calc(100% - 32px));
  margin: 18px auto 56px;
  border: 0;
}

.admin-panel,
.admin-login-card,
.admin-section,
.admin-savebar {
  border-color: #ded6cb;
  background: #fffdfa;
  box-shadow: 0 1px 2px rgba(31, 41, 51, 0.06), 0 12px 28px rgba(31, 41, 51, 0.05);
}

.admin-panel {
  border-radius: 14px;
}

.admin-login {
  min-height: 100dvh;
  padding: 20px;
}

.admin-login-card {
  width: min(400px, 100%);
  padding: 28px;
  border-radius: 12px;
}

.admin-login-card h1,
.admin-topbar h1,
.admin-section h2 {
  color: #1f2933;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: 0;
}

.admin-lead {
  margin-top: 6px;
  color: #66727f;
  font-size: 13px;
  font-weight: 500;
}

.admin-topbar {
  padding: 18px 20px;
  border-bottom-color: #e5ded5;
  background: #fffdfa;
}

.admin-actions {
  gap: 8px;
}

.admin-shell .button {
  width: auto;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}

.admin-shell .button-primary {
  border-color: #6a3a26;
  background: #6a3a26;
  color: #fffaf3;
}

.admin-shell .button-outline {
  border-color: #d5c8bb;
  background: #fffdfa;
  color: #344054;
}

.admin-shell .button-outline:hover {
  border-color: #b9a99a;
  background: #f7f2ec;
}

.admin-shell .button-danger {
  border-color: #efc6bd;
  background: #fff7f5;
  color: #a13b2b;
}

.admin-layout {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 42vw);
  grid-template-areas:
    "nav preview"
    "editor preview";
  align-items: start;
}

.admin-sidebar {
  grid-area: nav;
  position: sticky;
  top: 12px;
  z-index: 4;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 12px 16px 0;
  background: #fffdfa;
}

.admin-sidebar a {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  color: #66727f;
  font-size: 13px;
  font-weight: 700;
}

.admin-sidebar a:hover {
  background: #f1ebe4;
  color: #6a3a26;
}

.admin-sidebar a[href="#admin-home"] {
  border-left: 3px solid #b7791f;
}

.admin-sidebar a[href="#admin-diary"] {
  border-left: 3px solid #2f855a;
}

.admin-sidebar a[href="#admin-preview"] {
  border-left: 3px solid #2b6cb0;
}

.admin-sidebar a[href="#admin-save"] {
  border-left: 3px solid #6b7280;
}

.admin-sidebar a[data-extra-nav] {
  border-left: 3px solid #64748b;
}

.admin-editor {
  grid-area: editor;
  gap: 22px;
  padding: 24px;
  border-left: 0;
  border-right: 1px solid #e5ded5;
}

.admin-preview-panel {
  grid-area: preview;
  position: sticky;
  top: 12px;
  align-self: start;
  display: grid;
  gap: 10px;
  min-width: 0;
  height: calc(100dvh - 24px);
  padding: 12px;
  border-left: 1px solid #b7d7ee;
  background: #eef6ff;
}

.admin-preview-head {
  display: grid;
  gap: 10px;
  padding: 10px;
  border: 1px solid #bee3f8;
  border-radius: 10px;
  background: #f7fbff;
}

.admin-preview-head h2 {
  margin: 0;
  color: #1f2933;
  font-size: 16px;
  font-weight: 750;
}

.admin-preview-tabs {
  display: flex;
  gap: 6px;
}

.admin-preview-frame {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 1px solid #b7d7ee;
  border-radius: 10px;
  background: #fff;
}

.admin-section {
  padding: 26px;
  border-radius: 14px;
}

.admin-section-home {
  border-top: 5px solid #d69e2e;
  background: linear-gradient(180deg, #fffaf0 0, #fffdfa 76px);
}

.admin-section-diary {
  border-top: 5px solid #38a169;
  background: linear-gradient(180deg, #f0fff4 0, #fffdfa 76px);
}

.admin-section-extra {
  border-top: 5px solid #64748b;
  background: linear-gradient(180deg, #f8fafc 0, #fffdfa 76px);
}

.admin-section-heading {
  align-items: center;
  margin-bottom: 24px;
}

.admin-chip {
  min-height: 24px;
  padding: 0 9px;
  border-color: #d9ccbf;
  border-radius: 999px;
  background: #f6efe8;
  color: #7b4631;
  font-size: 11px;
}

.admin-section-home .admin-chip {
  border-color: #ecc94b;
  background: #fff8db;
  color: #8a5a12;
}

.admin-section-diary .admin-chip {
  border-color: #9ae6b4;
  background: #e8fff0;
  color: #276749;
}

.admin-field-groups {
  display: grid;
  gap: 22px;
}

.admin-extra-sections {
  display: grid;
  gap: 22px;
}

.admin-field-group {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid #e5ded5;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
}

.admin-field-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ece5dc;
}

.admin-field-group-head h3 {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin: 0;
  padding: 0 12px;
  border-radius: 999px;
  background: #f3eee8;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}

.admin-field-group-head span {
  color: #66727f;
  font-size: 12px;
  font-weight: 700;
}

.admin-field-group-amber .admin-field-group-head h3 {
  background: #fff3cf;
  color: #8a5a12;
}

.admin-field-group-rose .admin-field-group-head h3 {
  background: #ffe8e3;
  color: #9f3a2d;
}

.admin-field-group-green .admin-field-group-head h3 {
  background: #e8fff0;
  color: #276749;
}

.admin-field-group-teal .admin-field-group-head h3 {
  background: #e6fffb;
  color: #285e61;
}

.admin-field-group-blue .admin-field-group-head h3 {
  background: #eaf4ff;
  color: #2b6cb0;
}

.admin-field-group-purple .admin-field-group-head h3 {
  background: #f1e8ff;
  color: #5b3a8f;
}

.admin-field-group-slate .admin-field-group-head h3 {
  background: #eef1f4;
  color: #344054;
}

.admin-grid {
  gap: 18px;
}

.admin-shell label {
  gap: 9px;
  font-weight: 600;
}

.admin-shell label span {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #d9ccbf;
  border-radius: 999px;
  background: #f8f4ef;
  color: #4b5563;
  font-size: 12px;
  font-weight: 800;
}

.admin-field-hint {
  margin-top: -2px;
  color: #66727f;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.admin-shell input,
.admin-shell textarea {
  min-height: 42px;
  border-color: #d7cec4;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: #1f2933;
  font-size: 14px;
  line-height: 1.5;
}

.admin-shell input:focus,
.admin-shell textarea:focus {
  border-color: #8b5a42;
  box-shadow: 0 0 0 3px rgba(106, 58, 38, 0.12);
}

.admin-shell textarea {
  min-height: 112px;
}

.admin-shell input[type="file"] {
  min-height: 38px;
  padding: 6px;
  border-style: dashed;
  background: #faf7f3;
  color: #66727f;
  font-size: 13px;
}

.admin-shell input[type="file"]::file-selector-button {
  min-height: 28px;
  margin-right: 10px;
  padding: 0 10px;
  border: 1px solid #cdbfaf;
  border-radius: 7px;
  background: #fffdfa;
  color: #344054;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.admin-shell input[type="file"]::-webkit-file-upload-button {
  min-height: 28px;
  margin-right: 10px;
  padding: 0 10px;
  border: 1px solid #cdbfaf;
  border-radius: 7px;
  background: #fffdfa;
  color: #344054;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.admin-image-preview {
  height: 118px;
  border-color: #ded6cb;
  border-radius: 8px;
}

.admin-diary-toolbar {
  margin: 12px 0;
}

.admin-entry-list {
  gap: 12px;
}

.admin-entry-card {
  grid-template-columns: 148px minmax(0, 1fr) 74px;
  gap: 12px;
  padding: 12px;
  border-color: #ded6cb;
  border-radius: 10px;
  background: #fff;
}

.admin-entry-preview {
  position: static;
}

.admin-entry-preview img {
  height: 112px;
  border-radius: 8px;
}

.admin-entry-preview p {
  margin-top: 6px;
  color: #7b4631;
  font-size: 11px;
}

.admin-entry-fields {
  gap: 10px;
}

.admin-entry-actions {
  gap: 6px;
}

.admin-entry-actions .button {
  min-height: 32px;
  padding: 0 9px;
  border-radius: 7px;
  font-size: 12px;
}

.admin-message {
  color: #66727f;
  font-size: 13px;
  font-weight: 700;
}

.admin-savebar {
  bottom: 12px;
  gap: 8px;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 253, 250, 0.96);
}

@media (max-width: 1080px) {
  .admin-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "nav"
      "editor"
      "preview";
  }

  .admin-sidebar {
    position: static;
    display: flex;
    overflow-x: auto;
    padding: 10px 12px;
    border-bottom: 1px solid #e5ded5;
  }

  .admin-editor {
    border-left: 0;
  }

  .admin-preview-panel {
    position: static;
    height: auto;
    padding: 12px 16px 16px;
    border-top: 1px solid #e5ded5;
    border-left: 0;
  }

  .admin-preview-frame {
    height: 620px;
  }

  .admin-entry-card {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .admin-entry-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .admin-shell {
    width: min(100% - 20px, 1180px);
    margin-top: 10px;
  }

  .admin-topbar,
  .admin-savebar {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-actions {
    justify-content: flex-start;
  }

  .admin-actions .button,
  .admin-savebar .button {
    width: auto;
  }

  .admin-grid,
  .admin-entry-fields,
  .admin-entry-card {
    grid-template-columns: 1fr;
  }

  .admin-entry-preview img {
    height: 160px;
  }
}
