  :root {
    --sage-900: #3d4a32;
    --sage-700: #5b6b48;
    --sage-600: #6f805a;
    --sage-500: #8a9a76;
    --sage-300: #b9c4a7;
    --sage-100: #e5ead9;
    --sage-50:  #f1f3e9;
    --cream-50: #faf7f0;
    --cream-100: #f4efe3;
    --cream-200: #ece5d3;
    --ink-900: #2b2a26;
    --ink-700: #4a4843;
    --ink-500: #75726a;
    --ink-400: #93908a;
    --line: #e5ddc9;
    --bg: #fbf9f3;
    --serif: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho ProN", serif;
    --sans: "Noto Sans JP", "Hiragino Sans", sans-serif;
    --script: "Cormorant Garamond", serif;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html, body { background: var(--bg); color: var(--ink-900); font-family: var(--sans); font-weight: 400; -webkit-font-smoothing: antialiased; }
  body { background: var(--bg); color: var(--ink-900); font-family: var(--sans); font-weight: 400; -webkit-font-smoothing: antialiased; width: 100%; max-width: 1440px; margin: 0 auto; overflow-x: hidden; }
  img { display: block; max-width: 100%; }
  a { color: inherit; text-decoration: none; }
  button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

  /* ===== Header ===== */
  .header {
    position: absolute; top: 0; left: 0; right: 0; z-index: 50;
    display: flex; align-items: center; justify-content: space-between;
    padding: 22px 48px;
  }
  .brand { display: flex; align-items: center; gap: 12px; }
  .brand-mark { width: 48px; height: 48px; }
  .brand-text { display: flex; flex-direction: column; line-height: 1.1; }
  .brand-name { font-family: var(--serif); font-size: 22px; color: var(--sage-700); letter-spacing: 0.08em; font-weight: 500; }
  .brand-sub { font-family: var(--serif); font-size: 11px; color: var(--sage-600); letter-spacing: 0.3em; margin-top: 4px; }

  .nav { display: flex; align-items: center; gap: 30px; }
  .nav a { font-family: var(--serif); font-size: 14px; color: var(--ink-900); letter-spacing: 0.08em; position: relative; padding: 6px 0; }
  .nav a.active::after {
    content: ""; position: absolute; left: 50%; bottom: -2px; width: 18px; height: 1px; background: var(--sage-600); transform: translateX(-50%);
  }
  .cta-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--sage-600); color: #fff;
    border-radius: 999px;
    padding: 12px 22px;
    font-family: var(--serif); font-size: 13px; letter-spacing: 0.1em;
  }
  .cta-pill .ic { width: 16px; height: 16px; opacity: 0.95; }

  /* ===== Hero ===== */
  .hero {
    position: relative;
    padding: 0 0 0 0;
    height: 900px;
    overflow: hidden;
    background: var(--bg);
  }
  .hero-img-wrap {
    position: absolute; top: 0; right: 0;
    width: 880px; height: 560px;
    border-bottom-left-radius: 220px;
    overflow: hidden;
  }
  .hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .hero-leaf-l, .hero-leaf-r { position: absolute; pointer-events: none; opacity: 0.7; }
  .hero-leaf-l { left: -20px; bottom: 60px; width: 280px; transform: rotate(-10deg); }
  .hero-leaf-r { display: none; }

  .hero-copy {
    position: relative; z-index: 3;
    padding: 160px 0 0 96px;
    max-width: 760px;
  }
  .hero-h {
    font-family: var(--serif); font-weight: 500;
    font-size: 56px; line-height: 1.45; color: var(--ink-900);
    letter-spacing: 0.04em;
  }
  .hero-h .accent { color: var(--sage-700); }
  .hero-lede {
    margin-top: 28px;
    font-family: var(--serif); font-size: 15px; line-height: 2.2; color: var(--ink-700); letter-spacing: 0.06em;
  }
  .hero-cta {
    margin-top: 36px;
    display: inline-flex; align-items: center; gap: 14px;
    background: var(--sage-600); color: #fff;
    border-radius: 999px; padding: 18px 36px;
    font-family: var(--serif); font-size: 14px; letter-spacing: 0.12em;
    box-shadow: 0 12px 30px -16px rgba(70,85,55,.45);
  }
  .hero-cta .arr { width: 18px; height: 18px; }
  .hero .wp-block-buttons {
    margin-top: 36px;
  }
  .hero .wp-block-button.hero-cta {
    margin-top: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  .hero .wp-block-button.hero-cta .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 56px;
    padding: 16px 34px 17px;
    border-radius: 999px;
    background: var(--sage-600);
    color: #fff;
    font-family: var(--serif);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.4;
    box-shadow: 0 18px 32px -22px rgba(70,85,55,.55);
  }
  .hero .wp-block-button.hero-cta .wp-block-button__link::after {
    content: "›";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1;
    transform: translateY(-1px);
  }

  .hero-badge {
    position: absolute; right: 80px; top: 340px; z-index: 4;
    width: 138px; height: 138px; border-radius: 50%;
    background: #fff; color: var(--sage-700);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center;
    font-family: var(--serif); font-size: 13px; letter-spacing: 0.18em; line-height: 1.8;
    text-indent: 0.18em;
    box-shadow: 0 18px 40px -20px rgba(70,85,55,.35);
    border: 1px solid var(--sage-100);
  }
  .hero-badge::before { content:""; position: absolute; inset: 8px; border-radius: 50%; border: 1px dashed var(--sage-300); pointer-events:none; }

  /* botanical motifs in hero right-bottom */
  .hero-botanical-main {
    position: absolute; right: -40px; bottom: -40px; z-index: 2;
    width: 620px; height: auto;
    opacity: 0.18; pointer-events: none;
    mix-blend-mode: multiply;
    filter: hue-rotate(70deg) saturate(0.4) brightness(1.05);
  }
  .hero-botanical-sprig {
    display: none;
  }
  .hero-script {
    position: absolute; right: 60px; bottom: 60px; z-index: 3;
    pointer-events: none;
    line-height: 1;
  }
  .hero-script .script-en {
    font-family: var(--script); font-style: italic; font-weight: 400;
    color: var(--sage-600); font-size: 96px; letter-spacing: -0.01em;
    opacity: 0.78;
    white-space: nowrap;
  }

  /* secondary band */
  .hero-secondary {
    position: absolute; left: 0; bottom: 0; z-index: 2;
  }
  .secondary-img {
    width: 480px; height: 320px; overflow: hidden;
    border-top-right-radius: 160px;
  }
  .secondary-img img { width: 100%; height: 100%; object-fit: cover; }

  /* ===== Concept ===== */
  .concept {
    padding: 120px 96px 140px;
    display: grid; grid-template-columns: 200px 1fr;
    gap: 60px; position: relative;
    align-items: start;
    overflow: hidden;
    isolation: isolate;
  }
  .concept::before {
    content: "";
    position: absolute; inset: 0;
    background-image: url("../images/interior_room_02.png");
    background-size: cover;
    background-position: center 30%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    opacity: 0.18;
    z-index: -2;
  }
  .concept::after {
    content: "";
    position: absolute; inset: 0;
    background:
      linear-gradient(180deg, var(--bg) 0%, rgba(251,249,243,0) 18%, rgba(251,249,243,0) 82%, var(--bg) 100%),
      linear-gradient(90deg, rgba(251,249,243,0.85) 0%, rgba(251,249,243,0.78) 45%, rgba(251,249,243,0.35) 70%, rgba(251,249,243,0.1) 100%);
    z-index: -1;
  }
  .concept::before {
    opacity: 0.42;
  }
  .section-eyebrow {
    font-family: var(--script); font-style: italic; font-weight: 500;
    color: var(--sage-600); font-size: 34px; line-height: 1;
  }
  .section-eyebrow .jp { display: block; margin-top: 8px; font-family: var(--serif); font-style: normal; font-size: 13px; letter-spacing: 0.3em; color: var(--ink-700); }
  .concept-body h2 {
    font-family: var(--serif); font-weight: 500; font-size: 32px; line-height: 1.7; color: var(--ink-900);
    letter-spacing: 0.08em;
  }
  .concept-body p {
    margin-top: 28px; font-family: var(--serif); font-size: 14px; line-height: 2.4; color: var(--ink-700); letter-spacing: 0.08em;
  }
  .concept-leaf { position: absolute; right: 80px; top: 90px; width: 180px; opacity: 0.7; }

  /* botanical animated illustration in concept right */
  .concept-botanical {
    position: relative;
    width: 360px; height: 480px;
    margin-top: -20px;
  }
  .concept-botanical svg { width: 100%; height: 100%; overflow: visible; }
  .cb-stem, .cb-leaf, .cb-berry, .cb-frond {
    transform-box: fill-box; transform-origin: center bottom;
  }
  .cb-stem-a { animation: cb-sway 9s ease-in-out infinite; transform-origin: 50% 100%; }
  .cb-stem-b { animation: cb-sway 11s ease-in-out infinite -2s; transform-origin: 50% 100%; }
  .cb-stem-c { animation: cb-sway 13s ease-in-out infinite -5s; transform-origin: 50% 100%; }
  .cb-leaf  { animation: cb-leaf-sway 7s ease-in-out infinite; }
  .cb-leaf:nth-child(odd)  { animation-duration: 8.5s; animation-delay: -1.5s; }
  .cb-leaf:nth-child(3n)   { animation-duration: 10s; animation-delay: -3s; }
  .cb-berry { animation: cb-pulse 6s ease-in-out infinite; }
  .cb-berry:nth-child(even) { animation-duration: 7.5s; animation-delay: -2s; }
  .cb-circle-ring {
    transform-origin: center; animation: cb-rotate 60s linear infinite;
  }
  .cb-fall {
    opacity: 0; animation: cb-fall 12s ease-in infinite;
    transform-origin: center;
  }
  .cb-fall.f1 { animation-delay: 0s; }
  .cb-fall.f2 { animation-delay: 4s; }
  .cb-fall.f3 { animation-delay: 8s; }

  @keyframes cb-sway {
    0%, 100% { transform: rotate(-1.2deg); }
    50%      { transform: rotate(1.2deg); }
  }
  @keyframes cb-leaf-sway {
    0%, 100% { transform: rotate(-3deg); }
    50%      { transform: rotate(3deg); }
  }
  @keyframes cb-pulse {
    0%, 100% { transform: scale(1); opacity: 0.75; }
    50%      { transform: scale(1.15); opacity: 1; }
  }
  @keyframes cb-rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }
  @keyframes cb-fall {
    0%   { opacity: 0; transform: translate(0, -10px) rotate(0deg); }
    10%  { opacity: 0.6; }
    80%  { opacity: 0.5; }
    100% { opacity: 0; transform: translate(-20px, 220px) rotate(180deg); }
  }
  @media (prefers-reduced-motion: reduce) {
    .cb-stem-a, .cb-stem-b, .cb-stem-c, .cb-leaf, .cb-berry, .cb-circle-ring, .cb-fall { animation: none; }
  }

  /* ===== Menu ===== */
  .menu-section { padding: 40px 96px 120px; background: linear-gradient(180deg, transparent 0%, var(--cream-50) 30%); }
  .menu-head { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 56px; }
  .menu-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .m-card {
    background: #fff; border-radius: 6px; overflow: hidden;
    box-shadow: 0 24px 40px -32px rgba(60,70,40,.25);
    border: 1px solid #f1ecdc;
  }
  .m-card .img { aspect-ratio: 4/3; overflow: hidden; }
  .m-card .img img { width: 100%; height: 100%; object-fit: cover; }
  .m-card .body { padding: 24px 22px 26px; text-align: center; }
  .m-card .ttl { font-family: var(--serif); font-size: 19px; letter-spacing: 0.08em; color: var(--ink-900); }
  .m-card .meta { margin-top: 10px; font-family: var(--serif); font-size: 13px; color: var(--sage-700); letter-spacing: 0.1em; }
  .m-card .meta .price { font-size: 16px; color: var(--ink-900); margin-left: 8px; }
  .m-card .meta .tax { font-size: 10px; color: var(--ink-400); margin-left: 4px; }
  .m-card .desc { margin-top: 16px; font-size: 12.5px; line-height: 1.95; color: var(--ink-700); letter-spacing: 0.05em; text-align: left; }
  .m-card .more {
    margin: 22px auto 0;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    min-width: 152px;
    padding: 10px 22px 11px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    font-family: var(--serif); font-size: 12px; color: var(--ink-700); letter-spacing: 0.1em;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
  }
  .m-card .more:hover {
    background: var(--sage-600);
    border-color: var(--sage-600);
    color: #fff;
  }
  .m-card .more .arr { width: 14px; height: 14px; color: var(--sage-600); }

  .menu-all {
    margin: 56px auto 0; display: flex; align-items: center; justify-content: center; gap: 14px;
    width: 320px; padding: 18px 24px;
    border: 1px solid var(--sage-600); color: var(--sage-700); border-radius: 999px;
    font-family: var(--serif); font-size: 13px; letter-spacing: 0.18em;
    background: #fff;
  }

  /* ===== Five Commitments ===== */
  .commit {
    padding: 100px 96px;
    background: var(--bg);
    position: relative;
  }
  .commit-grid { display: grid; grid-template-columns: 260px repeat(5, 1fr); gap: 28px; align-items: start; }
  .commit-title { font-family: var(--serif); font-weight: 500; font-size: 32px; line-height: 1.5; color: var(--ink-900); letter-spacing: 0.08em; }
  .commit-title .num { display:block; font-family: var(--script); font-style: italic; color: var(--sage-600); font-size: 22px; font-weight: 500; margin-bottom: 10px; letter-spacing: 0.04em; }
  .c-card { text-align: center; padding: 0 6px; }
  .c-card .ic-wrap {
    width: 80px; height: 80px; margin: 0 auto;
    border-radius: 50%; background: var(--sage-50);
    border: 1px solid var(--sage-100);
    display: flex; align-items: center; justify-content: center;
    color: var(--sage-700);
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.08em;
    box-shadow: inset 0 0 0 8px rgba(255,255,255,.42);
  }
  .c-card .ic-wrap svg { width: 38px; height: 38px; }
  .c-card .h { margin-top: 18px; font-family: var(--serif); font-size: 15px; line-height: 1.7; letter-spacing: 0.08em; }
  .c-card .h .em { display:block; }
  .c-card .p { margin-top: 12px; font-size: 12px; line-height: 2; color: var(--ink-700); }
  .commit::before { content: none; }

  /* ===== Therapist ===== */
  .therapist {
    background: var(--cream-50);
    padding: 120px 96px 140px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }
  .therapist::before {
    content: "";
    position: absolute; inset: 0;
    background-image: url("../images/amenity_towel.png");
    background-size: cover;
    background-position: right center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    opacity: 0.35;
    z-index: -2;
  }
  .therapist::after {
    content: "";
    position: absolute; inset: 0;
    background:
      linear-gradient(180deg, var(--cream-50) 0%, rgba(250,247,240,0) 14%, rgba(250,247,240,0) 86%, var(--cream-50) 100%),
      linear-gradient(90deg, rgba(250,247,240,0.92) 0%, rgba(250,247,240,0.88) 50%, rgba(250,247,240,0.55) 80%, rgba(250,247,240,0.3) 100%);
    z-index: -1;
  }
  .therapist-grid { display: grid; grid-template-columns: 280px 1fr 1fr; gap: 40px; align-items: start; }
  .therapist-intro h3 { font-family: var(--serif); font-weight: 500; font-size: 32px; line-height: 1.5; letter-spacing: 0.08em; margin-top: 10px; color: var(--ink-900); }
  .therapist-intro p { margin-top: 24px; font-size: 13px; line-height: 2.2; color: var(--ink-700); letter-spacing: 0.06em; }
  .therapist-intro .pill {
    margin-top: 28px; display: inline-flex; align-items: center; gap: 12px;
    background:#fff; border:1px solid var(--sage-600); color: var(--sage-700);
    padding: 12px 22px; border-radius: 999px; font-family: var(--serif); font-size: 12px; letter-spacing: 0.15em;
  }
  .t-card { display:grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: start; }
  .t-card .ph { width: 160px; height: 200px; overflow: hidden; border-radius: 4px; }
  .t-card .ph img { width: 100%; height: 100%; object-fit: cover; }
  .t-card .name-row { display:flex; align-items:baseline; gap: 12px; }
  .t-card .nm { font-family: var(--serif); font-size: 22px; letter-spacing: 0.16em; }
  .t-card .ro { font-family: var(--script); font-style: italic; color: var(--sage-600); font-size: 15px; }
  .t-card .role { font-family: var(--serif); font-size: 11px; color: var(--ink-500); letter-spacing: 0.2em; margin-top: 6px; }
  .t-card .bio { margin-top: 14px; font-size: 12.5px; line-height: 2; color: var(--ink-700); }

  /* ===== Flow ===== */
  .flow { padding: 100px 96px; position: relative; }
  .flow-head { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 56px; }
  .flow-grid { display: grid; grid-template-columns: repeat(5, 1fr) 220px; gap: 12px; align-items: start; }
  .f-step { text-align: center; position: relative; padding: 20px 8px; }
  .f-step + .f-step::before {
    content: "›"; position: absolute; left: -12px; top: 56px; font-size: 28px; color: var(--sage-300); font-family: var(--serif);
  }
  .f-step .ic-wrap {
    width: 64px; height: 64px; margin: 0 auto; border: 1px solid var(--sage-300); border-radius: 50%;
    display:flex; align-items:center; justify-content:center; color: var(--sage-700);
  }
  .f-step .ic-wrap svg { width: 28px; height: 28px; }
  .f-step .num { font-family: var(--script); font-style: italic; color: var(--sage-600); font-size: 28px; margin-top: 10px; }
  .f-step .ttl { margin-top: 4px; font-family: var(--serif); font-size: 16px; letter-spacing: 0.1em; }
  .f-step .desc { margin-top: 10px; font-size: 12px; line-height: 1.9; color: var(--ink-700); }
  .flow-extra { width: 220px; height: 220px; border-radius: 50%; overflow: hidden; }
  .flow-extra img { width: 100%; height: 100%; object-fit: cover; }

  /* ===== Bottom three columns ===== */
  .bottom3 {
    padding: 40px 96px 140px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }
  .bottom3::before {
    content: "";
    position: absolute;
    left: -120px; bottom: -80px;
    width: 560px; height: 460px;
    background: url("../images/botanical_deco.png") no-repeat left bottom / contain;
    opacity: 0.15;
    mix-blend-mode: multiply;
    filter: hue-rotate(70deg) saturate(0.45) brightness(1.05);
    transform: scaleX(-1);
    pointer-events: none;
    z-index: -1;
  }
  .bottom3::after {
    content: "";
    position: absolute;
    right: -120px; bottom: -80px;
    width: 560px; height: 460px;
    background: url("../images/botanical_deco.png") no-repeat right bottom / contain;
    opacity: 0.15;
    mix-blend-mode: multiply;
    filter: hue-rotate(70deg) saturate(0.45) brightness(1.05);
    pointer-events: none;
    z-index: -1;
  }
  .b3-head { display:flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; }
  .b3-head .ti { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
  .b3-head .ti .jp { font-family: var(--serif); font-weight: 500; font-size: 26px; letter-spacing: 0.08em; color: var(--ink-900); line-height: 1.4; order: 2; }
  .b3-head .ti .en { font-family: var(--script); font-style: italic; font-weight: 500; color: var(--sage-600); font-size: 20px; letter-spacing: 0.04em; order: 1; }
  .b3-head .all { font-family: var(--serif); font-size: 11px; color: var(--ink-700); letter-spacing: 0.15em; border-bottom: 1px solid var(--sage-300); padding-bottom: 2px; }

  .voice-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .v-card { background:#fff; border: 1px solid var(--line); border-radius: 4px; padding: 18px 16px; }
  .v-card .qt { font-size: 12px; line-height: 1.9; color: var(--ink-700); min-height: 76px; }
  .v-card .meta { margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--line);
    font-family: var(--serif); font-size: 11px; color: var(--ink-500); letter-spacing: 0.12em; }

  .news-list { background:#fff; border: 1px solid var(--line); border-radius: 4px; }
  .news-item { display: grid; grid-template-columns: 90px 88px 1fr; gap: 12px; align-items: center;
    padding: 14px 16px; border-bottom: 1px solid var(--line); }
  .news-item:last-child { border-bottom: 0; }
  .news-item .dt { font-family: var(--serif); font-size: 11px; color: var(--ink-500); letter-spacing: 0.06em; }
  .news-item .tag { font-size: 10px; padding: 4px 6px; border-radius: 2px; text-align: center; letter-spacing: 0.08em; font-family: var(--serif); white-space: nowrap; }
  .tag.camp { background: var(--sage-100); color: var(--sage-700); }
  .tag.info { background: var(--cream-200); color: var(--ink-700); }
  .tag.blog { background: #fff; color: var(--sage-700); border: 1px solid var(--sage-300); }
  .news-item .ti { font-size: 12.5px; color: var(--ink-700); line-height: 1.6; }

  .faq-list { background:#fff; border: 1px solid var(--line); border-radius: 4px; }
  .faq-item { border-bottom: 1px solid var(--line); }
  .faq-item:last-child { border-bottom: 0; }
  .faq-item summary {
    display: grid; grid-template-columns: 28px 1fr 16px; gap: 10px; align-items: center;
    padding: 16px; cursor: pointer; list-style: none;
    transition: background 0.2s ease;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary:hover { background: var(--cream-50); }
  .faq-item summary .q { font-family: var(--serif); color: var(--sage-700); font-size: 14px; text-align: center; }
  .faq-item summary .t { font-size: 12.5px; line-height: 1.5; color: var(--ink-700); }
  .faq-item summary .ch {
    color: var(--sage-600); font-size: 18px; font-family: var(--serif); line-height: 1;
    transition: transform 0.25s ease;
    text-align: center;
  }
  .faq-item[open] summary .ch { transform: rotate(45deg); }
  .faq-body {
    display: grid; grid-template-columns: 28px 1fr 16px; gap: 10px;
    padding: 0 16px 18px;
  }
  .faq-body .a {
    font-family: var(--serif); font-size: 14px;
    color: #c5b487;
    text-align: center;
  }
  .faq-body .ans { font-size: 12.5px; line-height: 1.9; color: var(--ink-700); grid-column: 2 / 3; }

  /* ===== Reservation CTA ===== */
  .reserve {
    background: var(--cream-100);
    padding: 60px 96px;
    display: grid; grid-template-columns: 1fr 320px 320px; gap: 32px; align-items: stretch;
    border-top: 1px solid var(--line);
  }
  .reserve .lead { align-self: center; }
  .reserve .lead h3 { font-family: var(--serif); font-weight: 500; font-size: 30px; line-height: 1.6; letter-spacing: 0.08em; color: var(--ink-900); }
  .reserve .lead p { margin-top: 12px; font-size: 13px; color: var(--ink-700); letter-spacing: 0.06em; }
  .res-web {
    display: flex; align-items: center; gap: 16px;
    background: var(--sage-600); color: #fff; padding: 20px 32px; border-radius: 6px;
    height: 116px;
    box-sizing: border-box;
  }
  .res-web .lbl { font-family: var(--serif); font-size: 12px; letter-spacing: 0.18em; opacity: .9; }
  .res-web .big { font-family: var(--serif); font-size: 22px; letter-spacing: 0.2em; margin-top: 4px; }
  .res-web .ic { width: 40px; height: 40px; flex-shrink: 0; }
  .res-tel {
    background: #fff; border: 1px solid var(--line); padding: 18px 32px; border-radius: 6px;
    height: 116px;
    box-sizing: border-box;
    display: flex; flex-direction: column; justify-content: center;
  }
  .res-tel .lbl { font-family: var(--serif); font-size: 11px; letter-spacing: 0.15em; color: var(--ink-500); }
  .res-tel .num { display: flex; align-items: center; gap: 12px; margin-top: 6px;
    font-family: var(--serif); font-size: 30px; color: var(--sage-700); letter-spacing: 0.06em; }
  .res-tel .num svg { width: 26px; height: 26px; }
  .res-tel .hrs { margin-top: 4px; font-size: 11px; color: var(--ink-500); letter-spacing: 0.1em; }

  /* ===== Footer ===== */
  .footer {
    background: var(--cream-50);
    padding: 40px 96px 28px;
  }
  .footer-top { display:flex; align-items: center; justify-content: space-between; padding-bottom: 24px; }
  .foot-nav { display:flex; gap: 24px; }
  .foot-nav a { font-family: var(--serif); font-size: 12px; color: var(--ink-700); letter-spacing: 0.1em; }
  .foot-soc { display: flex; gap: 14px; align-items: center; }
  .foot-soc a { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line); display:flex; align-items:center; justify-content:center; color: var(--ink-700); }
  .foot-soc svg { width: 16px; height: 16px; }
  .footer-bot { border-top: 1px solid var(--line); padding-top: 16px; display: flex; justify-content: space-between; align-items: center; }
  .footer-bot .copy { font-family: var(--serif); font-size: 11px; color: var(--ink-500); letter-spacing: 0.08em; }
  .footer-bot .links { display: flex; gap: 18px; }
  .footer-bot .links a { font-size: 11px; color: var(--ink-500); letter-spacing: 0.08em; }

  /* Section eyebrow used inside heads — unified across all sections */
  .ti-block { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
  .ti-block .en { font-family: var(--script); font-style: italic; font-weight: 500; color: var(--sage-600); font-size: 22px; letter-spacing: 0.04em; line-height: 1; order: 1; }
  .ti-block .jp { font-family: var(--serif); font-weight: 500; font-size: 32px; line-height: 1.5; letter-spacing: 0.08em; color: var(--ink-900); order: 2; }

  /* leaf deco */
  .leaf-deco { position: absolute; pointer-events: none; opacity: .55; }

  /* ============================================
     RESPONSIVE
     ============================================ */

  /* Hamburger button — hidden on desktop */
  .nav-toggle {
    display: none;
    width: 40px; height: 40px;
    flex-direction: column; align-items: center; justify-content: center; gap: 5px;
    z-index: 60;
  }
  .nav-toggle span {
    display: block; width: 22px; height: 1.4px; background: var(--ink-900);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* ===== Tablet (≤ 1024px) ===== */
  @media (max-width: 1024px) {
    .header { padding: 18px 32px; }
    .nav { gap: 18px; }
    .nav a { font-size: 12.5px; }
    .nav a:nth-child(n+6) { display: none; }
    .cta-pill { padding: 10px 16px; font-size: 12px; }

    /* Hero */
    .hero { height: auto; padding-bottom: 80px; }
    .hero-img-wrap { width: 60%; height: 480px; border-bottom-left-radius: 160px; }
    .hero-copy { padding: 140px 0 0 40px; max-width: 60%; }
    .hero-h { font-size: 40px; line-height: 1.5; }
    .hero-lede { font-size: 14px; margin-top: 20px; }
    .hero-cta { padding: 14px 26px; font-size: 13px; }
    .hero .wp-block-buttons { margin-top: 30px; }
    .hero .wp-block-button.hero-cta .wp-block-button__link {
      min-height: 50px;
      padding: 14px 26px 15px;
      font-size: 13px;
    }
    .hero-badge { right: 32px; top: 300px; width: 110px; height: 110px; font-size: 11px; }
    .secondary-img { width: 380px; height: 240px; border-top-right-radius: 120px; }
    .hero-secondary { margin-top: 60px; position: relative; }
    .hero-botanical-main { width: 480px; right: -20px; bottom: 60px; }
    .hero-script { right: 32px; bottom: 30px; }
    .hero-script .script-en { font-size: 68px; }

    /* Concept */
    .concept { padding: 90px 40px 100px; grid-template-columns: 160px 1fr; gap: 32px; }
    .concept-body h2 { font-size: 26px; }
    .concept-body p { font-size: 13px; line-height: 2.1; }

    /* Menu */
    .menu-section { padding: 40px 40px 100px; }
    .menu-cards { grid-template-columns: repeat(2, 1fr); gap: 20px; }

    /* Commit */
    .commit { padding: 80px 40px; }
    .commit-grid { grid-template-columns: 1fr; gap: 32px; }
    .commit-title { text-align: center; }
    .commit-grid > .c-card {
      display: grid;
      grid-template-columns: 80px 1fr;
      grid-template-areas: "ic h" "ic p";
      column-gap: 20px; row-gap: 6px;
      text-align: left; align-items: center;
    }
    .c-card .ic-wrap { grid-area: ic; margin: 0; align-self: center; }
    .c-card .h { grid-area: h; margin-top: 0; }
    .c-card .h .em { display: inline; }
    .c-card .p { grid-area: p; margin-top: 0; }

    /* Therapist */
    .therapist { padding: 90px 40px 110px; }
    .therapist-grid { grid-template-columns: 1fr; gap: 32px; }
    .therapist-intro h3 { font-size: 26px; }
    .t-card { grid-template-columns: 140px 1fr; gap: 20px; }
    .t-card .ph { width: 140px; height: 180px; }

    /* Flow */
    .flow { padding: 80px 40px; }
    .flow-grid { grid-template-columns: repeat(5, 1fr); gap: 8px; }
    .flow-extra { display: none; }
    .f-step .ttl { font-size: 14px; }
    .f-step .desc { font-size: 11px; }

    /* Bottom3 */
    .bottom3 { padding: 30px 40px 100px; grid-template-columns: 1fr; gap: 56px; }

    /* Reserve */
    .reserve { padding: 50px 40px; grid-template-columns: 1fr; gap: 24px; }
    .res-web, .res-tel { width: 100%; min-width: 0; }

    /* Footer */
    .footer { padding: 30px 40px 24px; }
    .footer-top { flex-wrap: wrap; gap: 20px; }
    .foot-nav { flex-wrap: wrap; gap: 16px; }
  }

  /* ===== Mobile (≤ 768px) ===== */
  @media (max-width: 768px) {
    /* Header */
    .header { padding: 14px 20px; }
    .header .brand-name { font-size: 18px; color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,0.35); }
    .header .brand-sub { font-size: 9px; color: rgba(255,255,255,0.95); text-shadow: 0 1px 6px rgba(0,0,0,0.35); }
    /* Hide stroked leaf mark on mobile (its sage stroke is invisible over the hero image); keep wordmark only */
    .header .brand-mark { display: none; }
    .nav-toggle span { background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3); }
    .nav-toggle.open span { background: var(--ink-900); box-shadow: none; }
    .nav {
      position: fixed; inset: 0; background: var(--bg); z-index: 55;
      flex-direction: column; justify-content: center; align-items: center; gap: 24px;
      transform: translateX(100%); transition: transform 0.4s ease;
    }
    .nav.open { transform: translateX(0); }
    .nav a { font-size: 16px !important; display: block !important; }
    .nav-toggle { display: flex; }
    .cta-pill { display: none; }

    /* Hero */
    .hero { padding-bottom: 40px; }
    .hero-img-wrap {
      position: relative; width: 100%; height: 320px;
      border-bottom-left-radius: 0;
    }
    .hero-copy { padding: 32px 24px 0; max-width: 100%; }
    .hero-h { font-size: 30px; line-height: 1.5; }
    .hero-lede { font-size: 13px; line-height: 2; margin-top: 18px; }
    .hero-cta { padding: 14px 24px; font-size: 13px; margin-top: 28px; }
    .hero .wp-block-buttons { margin-top: 28px; }
    .hero .wp-block-button.hero-cta .wp-block-button__link {
      width: 100%;
      min-height: 50px;
      padding: 14px 22px 15px;
      font-size: 13px;
      letter-spacing: 0.08em;
    }
    .hero-badge {
      position: absolute; right: 16px; top: 220px;
      width: 124px; height: 124px; font-size: 11.5px; letter-spacing: 0.08em;
      text-indent: 0.08em; line-height: 1.7;
    }
    .hero-secondary { margin-top: 32px; padding: 0 24px; }
    .secondary-img { width: 100%; height: 200px; border-top-right-radius: 80px; }
    .hero-botanical-main { width: 320px; right: -40px; bottom: -20px; }
    .hero-script { right: 20px; bottom: 10px; }
    .hero-script .script-en { font-size: 44px; }

    /* Concept */
    .concept { padding: 72px 24px 80px; grid-template-columns: 1fr; gap: 20px; background-attachment: scroll; }
    .concept::before { background-attachment: scroll; opacity: 0.28; }
    .concept-body h2 { font-size: 22px; line-height: 1.6; }
    .concept-body h2 br { display: none; }
    .concept-body p { font-size: 12.5px; line-height: 2; }
    .concept-body p br { display: none; }

    /* Menu */
    .menu-section { padding: 30px 24px 80px; }
    .menu-cards { grid-template-columns: 1fr; gap: 16px; }
    .menu-all { width: 100%; padding: 14px; font-size: 12px; }

    /* Section heads */
    .ti-block .en { font-size: 18px; }
    .ti-block .jp { font-size: 22px; line-height: 1.5; }

    /* Commit */
    .commit { padding: 64px 24px; }
    .commit-title { font-size: 24px; }
    .commit-title .num { font-size: 18px; }
    .commit-grid > .c-card { grid-template-columns: 60px 1fr; gap: 16px; }
    .c-card .ic-wrap { width: 60px; height: 60px; }
    .c-card .ic-wrap svg { width: 28px; height: 28px; }
    .c-card .h { font-size: 14px; }
    .c-card .p { font-size: 11.5px; line-height: 1.8; }

    /* Therapist */
    .therapist { padding: 72px 24px 80px; background-attachment: scroll; }
    .therapist::before { background-attachment: scroll; opacity: 0.25; }
    .therapist-intro h3 { font-size: 22px; }
    .therapist-intro p { font-size: 12.5px; }
    .t-card { grid-template-columns: 110px 1fr; gap: 16px; }
    .t-card .ph { width: 110px; height: 140px; }
    .t-card .nm { font-size: 18px; letter-spacing: 0.1em; }
    .t-card .ro { font-size: 13px; }
    .t-card .bio { font-size: 12px; }

    /* Flow */
    .flow { padding: 64px 24px; }
    .flow-grid { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
    .f-step + .f-step::before { display: none; }
    .f-step { padding: 0; }
    .f-step .ttl { font-size: 14px; }

    /* Bottom3 */
    .bottom3 { padding: 20px 24px 72px; gap: 48px; }
    .bottom3::before { width: 320px; height: 280px; left: -80px; bottom: -40px; opacity: 0.12; }
    .bottom3::after { width: 320px; height: 280px; right: -80px; bottom: -40px; opacity: 0.12; }
    .news-item { grid-template-columns: 80px 78px 1fr; padding: 12px; }
    .news-item .ti { font-size: 11.5px; }
    .b3-head .ti .jp { font-size: 20px; }
    .b3-head .ti .en { font-size: 16px; }

    /* FAQ */
    .faq-item summary { padding: 14px; }
    .faq-item summary .t { font-size: 12px; }
    .faq-body { padding: 0 14px 16px; }

    /* Reserve */
    .reserve { padding: 44px 24px; gap: 20px; }
    .reserve .lead h3 { font-size: 22px; line-height: 1.6; }
    .reserve .lead h3 br { display: none; }
    .reserve .lead p { font-size: 12px; }
    .res-web, .res-tel { height: auto; min-height: 92px; padding: 16px 22px; }
    .res-web .big { font-size: 18px; letter-spacing: 0.16em; }
    .res-tel .num { font-size: 24px; }

    /* Footer */
    .footer { padding: 28px 24px 20px; }
    .footer-top { flex-direction: column; align-items: flex-start; gap: 20px; }
    .foot-nav { gap: 12px 16px; font-size: 11px; }
    .footer-bot { flex-direction: column; align-items: flex-start; gap: 10px; }
  }

  /* ===== Very small (≤ 380px) ===== */
  @media (max-width: 380px) {
    .hero-h { font-size: 26px; }
    .flow-grid { grid-template-columns: 1fr; }
  }

/* ===== WordPress / FSE additions ===== */
body {
  max-width: none;
}

body.admin-bar .header {
  top: 32px;
}

.wp-site-blocks {
  overflow-x: clip;
}

.header {
  max-width: 1440px;
  margin-inline: auto;
}

.header .brand,
.drawer .brand {
  text-decoration: none;
}

.nav a[aria-current="page"],
.nav a.active {
  color: var(--sage-700);
}

.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 18px;
  height: 1px;
  background: var(--sage-600);
  transform: translateX(-50%);
}

.site-main,
.page-main {
  background: var(--bg);
}

.page-main {
  padding-top: 116px;
}

.front-main {
  padding-top: 0;
}

.page-content,
.page-article {
  max-width: none;
}

.subpage-lead {
  max-width: 920px;
  margin: 0 auto;
  padding: 96px 24px 56px;
  text-align: center;
}

.subpage-lead .eyebrow {
  font-family: var(--script);
  font-style: italic;
  font-size: 34px;
  line-height: 1;
  color: var(--sage-600);
  margin-bottom: 12px;
}

.subpage-lead h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.subpage-lead p {
  margin-top: 22px;
  font-family: var(--serif);
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: var(--ink-700);
}

.subpage-section,
.subpage-wide {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 24px 100px;
}

.subpage-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 24px 110px;
}

.subpage-menu-item {
  max-width: 1060px;
  margin: 0 auto 32px;
  padding: 0 24px;
}

.subpage-menu-row {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-card, 0 8px 24px -16px rgba(45,55,30,0.18));
}

.subpage-menu-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.subpage-menu-body {
  padding: 38px 44px;
}

.subpage-menu-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border: 1px solid var(--sage-300);
  border-radius: 999px;
  color: var(--sage-700);
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.15em;
  background: var(--sage-50);
}

.subpage-menu-body h3 {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: 26px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.subpage-menu-desc {
  margin-top: 18px;
  font-size: 13px;
  line-height: 2.1;
  letter-spacing: 0.06em;
  color: var(--ink-700);
}

.subpage-menu-price {
  margin-top: 24px;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--serif);
  color: var(--sage-700);
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.subpage-menu-price .amount {
  font-size: 28px;
  color: var(--ink-900);
}

.subpage-menu-cta,
.contact-form-card input[type="submit"] {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--sage-600);
  color: #fff;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.14em;
  border: 0;
}

.value-grid,
.feature-grid,
.flow-grid-sub {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

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

.value-card,
.feature-card-sub,
.flow-card,
.voice-item,
.news-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 18px 36px -30px rgba(60,70,40,.28);
}

.value-num,
.feature-num,
.step-num {
  font-family: var(--script);
  font-style: italic;
  font-size: 28px;
  color: var(--sage-600);
  line-height: 1;
}

.value-card h3,
.feature-card-sub h3,
.flow-card h3,
.voice-item h3 {
  margin-top: 14px;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.value-card p,
.feature-card-sub p,
.flow-card p,
.voice-item p,
.news-card p {
  margin-top: 14px;
  font-size: 13px;
  line-height: 2;
  color: var(--ink-700);
  letter-spacing: 0.05em;
}

.flow-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
}

.therapist-profile-card {
  max-width: 1080px;
  margin: 0 auto 110px;
  padding: 44px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.therapist-profile-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px;
}

.therapist-name {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: 0.16em;
}

.therapist-role-badge {
  display: inline-flex;
  margin-top: 14px;
  padding: 8px 16px;
  border: 1px solid var(--sage-300);
  border-radius: 999px;
  color: var(--sage-700);
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.14em;
  background: #fff;
}

.therapist-message {
  margin-top: 24px;
  padding: 24px;
  border-left: 3px solid var(--sage-600);
  background: var(--cream-50);
}

.voice-rating {
  color: #c5b487;
  letter-spacing: 0.08em;
}

.voice-meta {
  padding-top: 16px;
  border-top: 1px dashed var(--line);
  font-family: var(--serif);
  color: var(--ink-500);
}

.subpage-faq-list {
  max-width: 920px;
  margin: 0 auto;
  padding: 24px 24px 110px;
}

.subpage-faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-bottom: 14px;
  overflow: hidden;
}

.subpage-faq-list summary {
  display: grid;
  grid-template-columns: 40px 1fr 24px;
  gap: 14px;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  letter-spacing: 0.08em;
}

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

.subpage-faq-list summary::after {
  content: "+";
  color: var(--sage-600);
  font-size: 22px;
  text-align: center;
}

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

.faq-label,
.faq-answer-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--sage-50);
  color: var(--sage-700);
  font-family: var(--serif);
}

.subpage-faq-list details > p {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 0 22px 22px;
  font-size: 13px;
  line-height: 2;
  color: var(--ink-700);
}

.subpage-contact {
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 24px 110px;
}

.contact-intro-card,
.contact-form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  margin-bottom: 24px;
}

.contact-phone {
  font-family: var(--serif);
  font-size: 34px;
  color: var(--sage-700);
  letter-spacing: 0.06em;
}

.contact-form-card label {
  display: block;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--ink-700);
}

.contact-form-card input,
.contact-form-card textarea,
.contact-form-card select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--bg);
  font-family: var(--sans);
  font-size: 14px;
}

.required {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  background: var(--sage-600);
  color: #fff;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.archive-main,
.single-main {
  padding: 144px 24px 110px;
  background: var(--bg);
}

.archive-wrap,
.single-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.archive-title,
.single-title {
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
}

.news-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.news-card img,
.post-featured img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.news-card time {
  display: block;
  margin-top: 18px;
  font-family: var(--serif);
  font-size: 12px;
  color: var(--ink-500);
}

.news-card h2 {
  margin-top: 10px;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.single-content {
  max-width: 780px;
  margin: 40px auto 0;
  font-size: 15px;
  line-height: 2.1;
  color: var(--ink-700);
}

.back-news {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

.back-news a {
  padding: 14px 24px;
  border: 1px solid var(--sage-600);
  border-radius: 999px;
  color: var(--sage-700);
  font-family: var(--serif);
  letter-spacing: 0.12em;
}

@media (max-width: 1024px) {
  body.admin-bar .header {
    top: 32px;
  }

  .subpage-card-grid,
  .news-grid,
  .value-grid,
  .feature-grid,
  .flow-grid-sub {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.admin-bar .header {
    top: 46px;
  }

  .page-main,
  .archive-main,
  .single-main {
    padding-top: 0;
  }

  .subpage-lead {
    padding-top: 86px;
  }

  .subpage-card-grid,
  .news-grid,
  .value-grid,
  .feature-grid,
  .flow-grid-sub {
    grid-template-columns: 1fr;
  }

/* Codex design patch 2026-07-13: Gutenberg button/card refinements */
.hero .wp-block-buttons {
  margin-top: 36px;
}
.hero .wp-block-button.hero-cta {
  margin-top: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.hero .wp-block-button.hero-cta .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  padding: 16px 34px 17px;
  border-radius: 999px;
  background: var(--sage-600);
  color: #fff;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  box-shadow: 0 18px 32px -22px rgba(70,85,55,.55);
}
.hero .wp-block-button.hero-cta .wp-block-button__link::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1;
  transform: translateY(-1px);
}
.m-card .more {
  margin: 22px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 152px;
  padding: 10px 22px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-family: var(--serif);
  font-size: 12px;
  color: var(--ink-700);
  letter-spacing: 0.1em;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.m-card .more:hover {
  background: var(--sage-600);
  border-color: var(--sage-600);
  color: #fff;
}
.c-card .ic-wrap {
  border: 1px solid var(--sage-100);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.42);
}
@media (max-width: 1024px) {
  .hero .wp-block-buttons { margin-top: 30px; }
  .hero .wp-block-button.hero-cta .wp-block-button__link {
    min-height: 50px;
    padding: 14px 26px 15px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .hero .wp-block-buttons { margin-top: 28px; }
  .hero .wp-block-button.hero-cta .wp-block-button__link {
    width: 100%;
    min-height: 50px;
    padding: 14px 22px 15px;
    font-size: 13px;
    letter-spacing: 0.08em;
  }
}


  .subpage-menu-body,
  .therapist-profile-card,
  .contact-intro-card,
  .contact-form-card {
    padding: 24px;
  }

  .subpage-menu-row {
    display: block;
  }

  .contact-phone {
    font-size: 26px;
  }
}


/* Codex refinement patch 2026-07-13 */
.hero .wp-block-button.hero-cta .wp-block-button__link::after {
  content: "" !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.72);
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2018'%3E%3Cpath%20d='M7%205l4%204-4%204'%20fill='none'%20stroke='%23fff'%20stroke-width='1.4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
  transform: translateY(0);
}
.v-card {
  padding: 20px 18px;
}
.v-card .qt {
  min-height: 112px;
  line-height: 2;
}
.res-web {
  justify-content: center;
  gap: 14px;
  height: 96px;
  padding: 20px 30px;
  border-radius: 999px;
  box-shadow: 0 18px 36px -24px rgba(70,85,55,.55);
}
.res-web .ic {
  width: 28px;
  height: 28px;
}
.res-web .lbl {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1;
}
.res-web .big {
  display: block;
  font-size: 19px;
  letter-spacing: 0.12em;
  margin-top: 8px;
  line-height: 1;
}
@media (max-width: 768px) {
  .v-card .qt { min-height: auto; }
  .res-web { min-height: 86px; }
  .res-web .big { font-size: 17px; }
}


/* Codex lower-page baseline patch 2026-07-13 */
.page-content {
  max-width: 100%;
  width: 100%;
  padding-bottom: 112px;
}

.page-content > :where(p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, .wp-block-image, .wp-block-table, .wp-block-buttons) {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.page-content > .subpage-lead {
  padding-top: 72px;
  padding-bottom: 42px;
}

.page-content > .subpage-section {
  padding-top: 28px;
  padding-bottom: 86px;
}

.page-content .wp-block-columns {
  gap: clamp(24px, 4vw, 44px);
}

.subpage-menu-item {
  max-width: 980px;
  margin-bottom: 26px;
}

.subpage-menu-row.wp-block-columns {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.subpage-menu-row > .wp-block-column {
  min-width: 0;
}

.subpage-menu-image,
.subpage-menu-image img {
  height: 100%;
}

.subpage-menu-image img {
  aspect-ratio: auto;
  min-height: 300px;
}

.subpage-menu-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 36px;
}

.subpage-menu-body h3 {
  font-size: clamp(21px, 2.2vw, 25px);
}

.subpage-menu-desc {
  max-width: 34em;
}

.subpage-menu-price {
  width: fit-content;
}

.therapist-profile-card.wp-block-columns,
.therapist-profile-card {
  max-width: 940px;
  display: grid !important;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 44px);
  align-items: center;
  margin-bottom: 96px;
  padding: 34px;
}

.therapist-profile-card .wp-block-column {
  min-width: 0;
}

.therapist-profile-photo img,
.therapist-photo-col img {
  max-height: 420px;
}

.therapist-profile-body h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.45;
  letter-spacing: 0.12em;
}

.therapist-profile-body p:not(.eyebrow):not(.therapist-role-badge) {
  font-size: 14px;
  line-height: 2;
  color: var(--ink-700);
}

.subpage-card-grid {
  max-width: 1040px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.archive-main,
.single-main {
  padding: 132px 24px 120px;
}

.archive-hero,
.single-header {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.archive-hero {
  padding-bottom: 48px;
}

.archive-lead {
  max-width: 680px;
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 2;
  color: var(--ink-700);
}

.post-archive-query {
  max-width: 1120px;
  margin: 0 auto;
}

.post-card-grid.wp-block-post-template,
.post-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1120px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0;
  list-style: none;
}

.post-card,
.wp-block-post.post-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 36px -30px rgba(60,70,40,.28);
}

.post-card-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.post-card-body {
  padding: 22px 24px 26px;
}

.post-card-title {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.65;
  letter-spacing: 0.06em;
}

.post-card-title a {
  color: var(--ink-900);
}

.post-excerpt {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.9;
  color: var(--ink-700);
}

.pagination {
  margin-top: 52px;
}

.single-article {
  max-width: 980px;
  margin: 0 auto;
}

.single-featured {
  max-width: 860px;
  margin: 42px auto 0;
}

.single-featured img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
}

.single-content {
  max-width: 760px;
  padding-left: 24px;
  padding-right: 24px;
}

.single-content > * {
  margin-top: 1.2em;
}

.single-content h2,
.single-content h3 {
  margin-top: 2.2em;
  font-family: var(--serif);
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.single-footer-nav {
  margin-top: 64px;
}

@media (max-width: 1024px) {
  .post-card-grid.wp-block-post-template,
  .post-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .page-main {
    padding-top: 74px;
  }

  .page-content > .subpage-lead {
    padding-top: 54px;
    padding-bottom: 30px;
  }

  .subpage-menu-row.wp-block-columns,
  .therapist-profile-card.wp-block-columns,
  .therapist-profile-card {
    display: block !important;
  }

  .subpage-menu-image img {
    min-height: 220px;
    aspect-ratio: 4 / 3;
  }

  .subpage-menu-body {
    padding: 24px;
  }

  .therapist-profile-card.wp-block-columns,
  .therapist-profile-card {
    margin-left: 24px;
    margin-right: 24px;
    padding: 24px;
  }

  .therapist-profile-body {
    margin-top: 24px;
  }

  .post-card-grid.wp-block-post-template,
  .post-card-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .archive-main,
  .single-main {
    padding: 92px 24px 92px;
  }
}


/* Codex single post polish 2026-07-13 */
.single-title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.55;
}
.single-meta {
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  color: var(--ink-500);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.06em;
}
.single-meta .post-date::after {
  content: "/";
  margin-left: 12px;
  color: var(--line);
}
.single-meta a {
  color: var(--sage-700);
}


/* Codex restore rectangular reservation CTA 2026-07-13 */
.reserve .res-web {
  justify-content: flex-start;
  gap: 16px;
  height: 116px;
  padding: 20px 32px;
  border-radius: 6px;
  box-shadow: none;
}
.reserve .res-web .ic {
  width: 40px;
  height: 40px;
}
.reserve .res-web .lbl {
  display: block;
  font-size: 12px;
  letter-spacing: 0.18em;
  line-height: 1.4;
}
.reserve .res-web .big {
  display: block;
  font-size: 22px;
  letter-spacing: 0.2em;
  margin-top: 4px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .reserve .res-web {
    height: auto;
    min-height: 92px;
    padding: 16px 22px;
  }
  .reserve .res-web .big {
    font-size: 18px;
    letter-spacing: 0.16em;
  }
}


/* Codex lower-page mobile header patch 2026-07-14 */
@media (max-width: 1024px) {
  body:not(.home):not(.front-page) .header {
    background: rgba(111, 128, 90, 0.96);
    box-shadow: 0 10px 28px -24px rgba(43, 42, 38, 0.45);
  }
  body:not(.home):not(.front-page) .header .brand-name,
  body:not(.home):not(.front-page) .header .brand-sub,
  body:not(.home):not(.front-page) .header .nav a {
    color: #fff;
    text-shadow: none;
  }
  body:not(.home):not(.front-page) .header .brand-mark g {
    stroke: #fff;
  }
  body:not(.home):not(.front-page) .header .cta-pill {
    background: #fff;
    color: var(--sage-700);
  }
  body:not(.home):not(.front-page) .nav a[aria-current="page"]::after,
  body:not(.home):not(.front-page) .nav a.active::after {
    background: rgba(255,255,255,.9);
  }
}
@media (max-width: 768px) {
  body:not(.home):not(.front-page) .header .brand-mark {
    display: block;
    width: 38px;
    height: 38px;
  }
  body:not(.home):not(.front-page) .nav-toggle span {
    background: #fff;
    box-shadow: none;
  }
  body:not(.home):not(.front-page) .nav.open a {
    color: var(--ink-900);
  }
}


/* Codex concept lower page polish 2026-07-14 */
.page-content .subpage-section > .wp-block-columns:first-child {
  margin-bottom: clamp(48px, 6vw, 78px);
}

.page-content .subpage-section > .wp-block-columns:first-child h2,
.page-content .subpage-section > .wp-block-columns:first-child p {
  font-family: var(--serif);
}

.page-content .subpage-section > .wp-block-columns:first-child h2 {
  font-weight: 500;
  letter-spacing: 0.08em;
}

.page-content .subpage-section > .wp-block-columns:first-child p {
  line-height: 2.15;
  letter-spacing: 0.07em;
}

/* codex-focus-test */

/* Codex concept lower page polish 2026-07-14 */
.page-content .subpage-section > .wp-block-columns:first-child {
  margin-bottom: clamp(48px, 6vw, 78px);
}

.page-content .subpage-section > .wp-block-columns:first-child h2,
.page-content .subpage-section > .wp-block-columns:first-child p {
  font-family: var(--serif);
}

.page-content .subpage-section > .wp-block-columns:first-child h2 {
  font-weight: 500;
  letter-spacing: 0.08em;
}

.page-content .subpage-section > .wp-block-columns:first-child p {
  line-height: 2.15;
  letter-spacing: 0.07em;
}


/* Codex archive eyebrow polish 2026-07-14 */
.archive-hero .eyebrow {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(18px, 4vw, 26px);
  line-height: 1;
  letter-spacing: 0.18em;
  color: var(--sage-600);
  margin: 0 0 18px;
  text-transform: none;
}


/* Menu and therapist lower page polish 2026-07-14 */
.subpage-menu-label {
  width: fit-content;
  min-width: 118px;
  max-width: 160px;
  align-self: flex-start;
  justify-content: center;
  padding-inline: 22px;
}

.therapist-profile-card.wp-block-columns,
.therapist-profile-card {
  max-width: 1000px;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 58px);
  padding: clamp(38px, 4.5vw, 54px);
  align-items: center;
}

.therapist-profile-body {
  max-width: 560px;
}

.therapist-profile-body .eyebrow {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1;
  letter-spacing: 0.18em;
  color: var(--sage-600);
}

.therapist-profile-body h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 3.4vw, 40px);
  letter-spacing: 0.14em;
}

.therapist-role-badge {
  margin-top: 0;
  margin-bottom: 22px;
}

.therapist-profile-body p:not(.eyebrow):not(.therapist-role-badge) {
  margin-top: 0;
  max-width: 34em;
}

.therapist-message {
  margin-top: 34px;
  padding: 28px 30px;
}

.therapist-message p {
  margin: 0;
}

@media (max-width: 768px) {
  .subpage-menu-label {
    min-width: 104px;
    max-width: 144px;
    padding-inline: 18px;
  }

  .therapist-profile-card.wp-block-columns,
  .therapist-profile-card {
    padding: 28px;
  }

  .therapist-profile-body .eyebrow {
    margin-bottom: 14px;
  }

  .therapist-role-badge {
    margin-bottom: 18px;
  }

  .therapist-message {
    margin-top: 26px;
    padding: 22px;
  }
}


/* Lower page spacing and mobile nav standard 2026-07-14 */
.nav .nav-reserve {
  display: none;
}

.page-content > .subpage-lead {
  padding-top: clamp(86px, 8vw, 112px);
  padding-bottom: clamp(42px, 5vw, 62px);
}

.subpage-section,
.subpage-card-grid,
.subpage-menu-list,
.subpage-faq-list,
.sitemap-section {
  padding-bottom: clamp(72px, 8vw, 96px);
}

.archive-main {
  padding-top: clamp(176px, 13vw, 206px);
}

.archive-hero {
  padding-bottom: clamp(42px, 5vw, 58px);
}

.therapist-profile-card.wp-block-columns,
.therapist-profile-card {
  max-width: min(1040px, calc(100% - 96px));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(64px, 6vw, 82px);
  padding-left: clamp(46px, 5vw, 64px);
  padding-right: clamp(46px, 5vw, 64px);
}

@media (max-width: 768px) {
  .nav {
    gap: 15px;
    padding: 82px 32px 34px;
  }

  .nav a {
    font-size: 15px !important;
    padding: 4px 0;
  }

  .nav .nav-reserve {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: min(100%, 260px);
    min-height: 48px;
    margin-top: 10px;
    padding: 13px 22px;
    border-radius: 999px;
    background: var(--sage-600);
    color: #fff !important;
    letter-spacing: 0.12em;
    box-shadow: 0 18px 36px -26px rgba(60,70,40,.45);
  }

  .nav .nav-reserve::after {
    display: none;
  }

  .page-content > .subpage-lead {
    padding-top: 64px;
    padding-bottom: 34px;
  }

  .subpage-section,
  .subpage-card-grid,
  .subpage-menu-list,
  .subpage-faq-list,
  .sitemap-section {
    padding-bottom: 72px;
  }

  .archive-main {
    padding-top: 118px;
  }

  .archive-hero {
    padding-bottom: 34px;
  }

  .therapist-profile-card.wp-block-columns,
  .therapist-profile-card {
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    padding-left: 28px;
    padding-right: 28px;
  }
}


/* Mobile nav compact polish 2026-07-14 */
@media (max-width: 768px) {
  .nav {
    gap: 9px;
  }

  .nav a {
    line-height: 1.35;
  }

  .nav .nav-reserve {
    min-height: 46px;
    margin-top: 8px;
  }

  body:not(.home):not(.front-page) .nav-toggle.open span {
    background: var(--ink-900);
  }
}
