:root {
  --ahv-ink: #26271f;
  --ahv-green: #1f4433;
  --ahv-green-deep: #173428;
  --ahv-leaf: #6d8065;
  --ahv-paper: #f7f3ea;
  --ahv-cream: #eee6d7;
  --ahv-line: rgba(38, 39, 31, 0.18);
  --ahv-brick: #9c5037;
  --ahv-gold: #b69761;
  --ahv-white: #fffdf8;
}

body.awaji-hagukumu-active {
  overflow-x: hidden;
}

body.awaji-hagukumu-active .page-header,
body.awaji-hagukumu-active .breadcrumb,
body.awaji-hagukumu-active .entry-header,
body.awaji-hagukumu-active .sub-section {
  display: none !important;
}

body.awaji-hagukumu-active .site-body,
body.awaji-hagukumu-active .main-section,
body.awaji-hagukumu-active .main-section > .container,
body.awaji-hagukumu-active .site-body-container {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.awaji-hagukumu-active .site-body {
  padding-top: 0;
}

body.awaji-hagukumu-active .entry-body,
body.awaji-hagukumu-active .entry-content,
body.awaji-hagukumu-active .wp-block-shortcode {
  margin: 0;
  padding: 0;
}

.ahv-page,
.ahv-page * {
  box-sizing: border-box;
}

.ahv-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  color: var(--ahv-ink);
  background: var(--ahv-paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.95;
}

.ahv-page h1,
.ahv-page h2,
.ahv-page h3,
.ahv-page h4,
.ahv-page p,
.ahv-page figure,
.ahv-page blockquote,
.ahv-page ul {
  margin-top: 0;
}

.ahv-page h1,
.ahv-page h2,
.ahv-page h3,
.ahv-page h4 {
  color: inherit;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.035em;
}

.ahv-page h2 {
  margin-bottom: 30px;
  font-size: clamp(2rem, 4.3vw, 4rem);
  line-height: 1.35;
}

.ahv-page h3 {
  font-size: clamp(1.2rem, 2.1vw, 1.72rem);
  line-height: 1.45;
}

.ahv-page a {
  text-underline-offset: 0.22em;
}

.ahv-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.ahv-narrow {
  max-width: 860px;
}

.ahv-section {
  padding: clamp(82px, 10vw, 148px) 0;
}

.ahv-kicker,
.ahv-section-no {
  margin-bottom: 24px;
  color: var(--ahv-brick);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ahv-overline,
.ahv-eyebrow {
  margin-bottom: 12px;
  color: var(--ahv-leaf);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.ahv-light {
  color: #d9cdb9;
}

.ahv-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.ahv-button:hover,
.ahv-button:focus-visible {
  transform: translateY(-2px);
}

.ahv-button-primary {
  color: var(--ahv-white) !important;
  background: var(--ahv-green);
}

.ahv-button-primary:hover,
.ahv-button-primary:focus-visible {
  background: var(--ahv-green-deep);
}

.ahv-hero {
  display: grid;
  min-height: min(780px, calc(100vh - 86px));
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  background: var(--ahv-paper);
}

.ahv-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(66px, 7vw, 118px) clamp(28px, 6vw, 94px);
}

.ahv-hero .ahv-kicker {
  margin-bottom: 48px;
}

.ahv-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(2.8rem, 5.8vw, 6.2rem);
  line-height: 1.12;
}

.ahv-hero h1 span {
  display: block;
  margin-top: 20px;
  color: var(--ahv-brick);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.45rem);
  font-weight: 600;
  letter-spacing: 0.16em;
}

.ahv-lead {
  margin-bottom: 22px;
  color: var(--ahv-green);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  letter-spacing: 0.09em;
}

.ahv-intro {
  max-width: 570px;
  margin-bottom: 34px;
  color: #535449;
}

.ahv-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.ahv-text-link {
  color: var(--ahv-ink) !important;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none !important;
}

.ahv-hero-visual {
  position: relative;
  min-height: 620px;
  margin-bottom: 0;
  overflow: hidden;
  background: var(--ahv-green);
}

.ahv-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 41, 31, 0.02), rgba(18, 41, 31, 0.28));
  content: "";
}

.ahv-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.ahv-hero-visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
}

.ahv-stamp {
  position: absolute;
  top: clamp(24px, 4vw, 52px);
  left: clamp(24px, 4vw, 52px);
  z-index: 2;
  display: grid;
  width: 112px;
  height: 112px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  backdrop-filter: blur(4px);
}

.ahv-stamp span,
.ahv-stamp strong {
  display: block;
  line-height: 1.4;
}

.ahv-stamp span {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.ahv-stamp strong {
  font-family: "Yu Mincho", serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.ahv-manifesto {
  background: var(--ahv-white);
  text-align: center;
}

.ahv-large-copy {
  max-width: 760px;
  margin: 0 auto 56px;
  color: #56574d;
  font-size: 1.04rem;
}

.ahv-facts {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--ahv-line);
  border-radius: 2px;
  grid-template-columns: repeat(3, 1fr);
}

.ahv-facts div {
  padding: 34px 20px;
}

.ahv-facts div + div {
  border-left: 1px solid var(--ahv-line);
}

.ahv-facts strong,
.ahv-facts span {
  display: block;
}

.ahv-facts strong {
  margin-bottom: 5px;
  color: var(--ahv-green);
  font-family: "Yu Mincho", serif;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 500;
}

.ahv-facts span {
  color: #696a60;
  font-size: 0.82rem;
}

.ahv-story {
  background: var(--ahv-paper);
}

.ahv-story-grid {
  display: grid;
  margin-top: 58px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 8vw, 110px);
}

.ahv-story-grid blockquote {
  align-self: start;
  margin-bottom: 0;
  padding: 0 0 0 26px;
  border-left: 2px solid var(--ahv-brick);
  color: var(--ahv-green);
  font-family: "Yu Mincho", serif;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.7;
}

.ahv-story-copy p {
  margin-bottom: 22px;
  color: #4f5048;
}

.ahv-support-note {
  display: grid;
  margin-top: 74px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--ahv-line);
  background: rgba(255, 253, 248, 0.64);
  grid-template-columns: auto 1fr;
  gap: 30px;
}

.ahv-support-mark {
  display: grid;
  width: 68px;
  height: 68px;
  place-content: center;
  border: 1px solid var(--ahv-brick);
  border-radius: 50%;
  color: var(--ahv-brick);
  font-family: "Yu Mincho", serif;
  font-size: 1.35rem;
}

.ahv-support-note h3 {
  margin-bottom: 18px;
  color: var(--ahv-green);
}

.ahv-support-note p:last-child {
  margin-bottom: 0;
}

.ahv-resilience {
  color: #f7f2e7;
  background: var(--ahv-green-deep);
}

.ahv-resilience-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(52px, 9vw, 120px);
}

.ahv-resilience p {
  color: rgba(255, 255, 255, 0.78);
}

.ahv-resilience a {
  color: #fff !important;
  font-size: 0.83rem;
}

.ahv-resilience blockquote {
  margin-bottom: 0;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.23);
}

.ahv-resilience blockquote span,
.ahv-resilience blockquote strong {
  display: block;
}

.ahv-resilience blockquote span {
  margin-bottom: 26px;
  color: #d9cdb9;
  font-size: 0.9rem;
}

.ahv-resilience blockquote strong {
  font-family: "Yu Mincho", serif;
  font-size: clamp(1.6rem, 3vw, 2.65rem);
  font-weight: 500;
  line-height: 1.55;
}

.ahv-calendar {
  background: var(--ahv-white);
}

.ahv-center-heading {
  max-width: 800px;
  margin: 0 auto 58px;
  text-align: center;
}

.ahv-day-list {
  border-top: 1px solid var(--ahv-line);
}

.ahv-day-list article {
  display: grid;
  padding: 32px 12px;
  border-bottom: 1px solid var(--ahv-line);
  grid-template-columns: minmax(150px, 0.38fr) minmax(0, 1fr);
  gap: 30px;
}

.ahv-day-list article > div:first-child {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.ahv-day-list span {
  color: var(--ahv-brick);
  font-family: Georgia, serif;
  font-size: 2.2rem;
}

.ahv-day-list small {
  color: #6b6c63;
  font-size: 0.78rem;
}

.ahv-day-list h3 {
  margin-bottom: 8px;
  color: var(--ahv-green);
}

.ahv-day-list p {
  margin-bottom: 0;
  color: #5a5b52;
}

.ahv-note {
  margin: 22px 0 0;
  color: #77786f;
  font-size: 0.76rem;
}

.ahv-monthly {
  background: var(--ahv-cream);
}

.ahv-monthly-grid {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 9vw, 120px);
}

.ahv-rice-number {
  display: grid;
  width: min(370px, 100%);
  margin-top: 44px;
  padding: 24px 28px;
  border-top: 1px solid var(--ahv-line);
  border-bottom: 1px solid var(--ahv-line);
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 18px;
}

.ahv-rice-number > span {
  color: var(--ahv-brick);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ahv-rice-number strong {
  color: var(--ahv-green);
  font-family: Georgia, serif;
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 400;
  line-height: 1;
}

.ahv-rice-number strong small {
  margin-left: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.ahv-rice-number p {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  color: #5f6058;
  font-size: 0.84rem;
}

.ahv-monthly-copy {
  padding: clamp(28px, 4vw, 48px);
  background: rgba(255, 253, 248, 0.7);
}

.ahv-monthly-copy > p {
  color: var(--ahv-green);
  font-family: "Yu Mincho", serif;
  font-size: 1.18rem;
}

.ahv-monthly-copy ul,
.ahv-includes ul {
  margin-bottom: 0;
  padding-left: 1.25em;
}

.ahv-monthly-copy li,
.ahv-includes li {
  margin-bottom: 8px;
}

.ahv-bring {
  background: var(--ahv-paper);
}

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

.ahv-bring-grid article {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--ahv-line);
  background: var(--ahv-white);
}

.ahv-bring-grid article > span {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 34px;
  place-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ahv-green);
  font-family: "Yu Mincho", serif;
  font-size: 1.2rem;
}

.ahv-bring-grid h3 {
  margin-bottom: 15px;
}

.ahv-bring-grid p {
  margin-bottom: 0;
  color: #5e5f56;
}

.ahv-bring-quote {
  max-width: 870px;
  margin: 60px auto 0;
  padding: 28px 30px;
  border: 0;
  border-top: 1px solid var(--ahv-gold);
  border-bottom: 1px solid var(--ahv-gold);
  color: var(--ahv-green);
  font-family: "Yu Mincho", serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.85;
  text-align: center;
}

.ahv-membership {
  background: var(--ahv-white);
}

.ahv-plan-card {
  display: grid;
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--ahv-line);
  background: var(--ahv-paper);
  box-shadow: 0 24px 70px rgba(31, 68, 51, 0.08);
  grid-template-columns: 0.8fr 1.2fr;
}

.ahv-plan-name {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: center;
  padding: 44px;
  color: #fff;
  background: var(--ahv-green);
}

.ahv-plan-name span {
  width: max-content;
  margin-bottom: 18px;
  padding: 5px 11px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.ahv-plan-name h3 {
  margin-bottom: 10px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.ahv-plan-name p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.ahv-prices {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 44px 32px;
  border-bottom: 1px solid var(--ahv-line);
  gap: 20px;
}

.ahv-prices div {
  text-align: center;
}

.ahv-prices div > span,
.ahv-prices strong {
  display: block;
}

.ahv-prices div > span {
  margin-bottom: 8px;
  color: #68695f;
  font-size: 0.76rem;
}

.ahv-prices strong {
  color: var(--ahv-green);
  font-family: Georgia, serif;
  font-size: clamp(2.05rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
}

.ahv-prices strong small {
  margin-left: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
}

.ahv-prices > p {
  margin: 0;
  color: #929287;
  font-size: 0.7rem;
}

.ahv-includes {
  padding: 36px 46px 20px;
}

.ahv-includes h4 {
  margin-bottom: 15px;
  color: var(--ahv-green);
  font-size: 1.12rem;
}

.ahv-plan-note {
  margin: 0;
  padding: 0 46px 38px;
  color: #77786f;
  font-size: 0.76rem;
}

.ahv-faq {
  background: var(--ahv-paper);
}

.ahv-faq-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(48px, 9vw, 120px);
}

.ahv-faq-list {
  border-top: 1px solid var(--ahv-line);
}

.ahv-faq-list details {
  border-bottom: 1px solid var(--ahv-line);
}

.ahv-faq-list summary {
  position: relative;
  padding: 24px 42px 24px 0;
  color: var(--ahv-green);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.ahv-faq-list summary::-webkit-details-marker {
  display: none;
}

.ahv-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "+";
  font-family: Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.ahv-faq-list details[open] summary::after {
  content: "−";
}

.ahv-faq-list details p {
  margin: 0;
  padding: 0 36px 24px 0;
  color: #5b5c53;
}

.ahv-join {
  color: #fff;
  background: var(--ahv-brick);
}

.ahv-join-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 70px;
}

.ahv-join h2 {
  margin-bottom: 24px;
}

.ahv-join p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
}

.ahv-join-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.ahv-button-light {
  width: min(330px, 100%);
  color: var(--ahv-brick) !important;
  background: var(--ahv-white);
}

.ahv-button-light:hover,
.ahv-button-light:focus-visible {
  color: var(--ahv-green) !important;
}

.ahv-contact-link {
  color: #fff !important;
  font-size: 0.82rem;
}

@media (max-width: 960px) {
  .ahv-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .ahv-hero-copy {
    order: 2;
  }

  .ahv-hero-visual,
  .ahv-hero-visual img {
    min-height: 54vw;
    max-height: 600px;
  }

  .ahv-story-grid,
  .ahv-resilience-grid,
  .ahv-monthly-grid,
  .ahv-faq-grid,
  .ahv-join-grid {
    grid-template-columns: 1fr;
  }

  .ahv-story-grid,
  .ahv-resilience-grid,
  .ahv-monthly-grid,
  .ahv-faq-grid,
  .ahv-join-grid {
    gap: 44px;
  }

  .ahv-bring-grid {
    grid-template-columns: 1fr;
  }

  .ahv-plan-card {
    grid-template-columns: 1fr;
  }

  .ahv-plan-name {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .ahv-page {
    font-size: 15px;
    line-height: 1.85;
  }

  .ahv-shell {
    width: min(100% - 32px, 1120px);
  }

  .ahv-section {
    padding: 74px 0;
  }

  .ahv-hero-copy {
    padding: 48px 22px 66px;
  }

  .ahv-hero .ahv-kicker {
    margin-bottom: 34px;
  }

  .ahv-hero-visual,
  .ahv-hero-visual img {
    min-height: 70vw;
  }

  .ahv-stamp {
    width: 88px;
    height: 88px;
  }

  .ahv-stamp strong {
    font-size: 1.05rem;
  }

  .ahv-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .ahv-facts {
    grid-template-columns: 1fr;
  }

  .ahv-facts div + div {
    border-top: 1px solid var(--ahv-line);
    border-left: 0;
  }

  .ahv-story-grid {
    margin-top: 40px;
  }

  .ahv-support-note {
    grid-template-columns: 1fr;
  }

  .ahv-day-list article {
    padding: 26px 4px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ahv-rice-number {
    padding-inline: 18px;
  }

  .ahv-plan-name,
  .ahv-includes {
    padding: 32px 26px;
  }

  .ahv-prices {
    align-items: stretch;
    flex-direction: column;
    padding: 34px 24px;
  }

  .ahv-prices > p {
    text-align: center;
  }

  .ahv-plan-note {
    padding: 0 26px 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ahv-button {
    transition: none;
  }
}

