/* SWELL 追加CSS用: 越智麗川 LP
   画像は /wp-content/uploads/ochi-reisen-lp/ にアップロードする想定です。
   すべて .ochi-lp の中だけに効くようにしています。
*/

.ochi-lp {
  --ochi-paper: #f7f2e9;
  --ochi-paper-deep: #eee1cf;
  --ochi-ink: #141313;
  --ochi-ink-soft: #36332f;
  --ochi-muted: #746b5f;
  --ochi-white: #fffaf2;
  --ochi-red: #a33a2d;
  --ochi-blue: #28a9b8;
  --ochi-line: rgba(20, 19, 19, 0.16);
  --ochi-serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --ochi-sans: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  color: var(--ochi-ink);
  background: var(--ochi-paper);
  font-family: var(--ochi-sans);
  line-height: 1.9;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.ochi-lp .ochi-section {
  scroll-margin-top: 24px;
}

.post_content > .ochi-lp:first-child,
.entry-content > .ochi-lp:first-child {
  margin-top: 0;
}

body:has(.ochi-lp) .p-breadcrumb,
body:has(.ochi-lp) .c-breadcrumb,
body:has(.ochi-lp) #breadcrumb,
body:has(.ochi-lp) .l-topTitleArea,
body:has(.ochi-lp) .p-pageTitle,
body:has(.ochi-lp) .c-pageTitle,
body:has(.ochi-lp) .pageTitle,
body:has(.ochi-lp) .postTitle,
body:has(.ochi-lp) .c-pageTitle,
body:has(.ochi-lp) .-type-page,
body:has(.ochi-lp) .ttl_page {
  display: none !important;
}

body:has(.ochi-lp) .l-header {
  background: #050505 !important;
  color: var(--ochi-white) !important;
  min-height: 70px !important;
}

body:has(.ochi-lp) .l-fixHeader,
body:has(.ochi-lp) #fix_header {
  background: rgba(5, 5, 5, 0.46) !important;
  color: var(--ochi-white) !important;
  min-height: 70px !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body:has(.ochi-lp) .l-fixHeader__inner,
body:has(.ochi-lp) .l-header__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(18px, 3vw, 48px) !important;
  min-height: 70px !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  padding-right: clamp(18px, 3vw, 48px) !important;
  padding-left: clamp(18px, 3vw, 48px) !important;
}

body:has(.ochi-lp) .l-header__gnav,
body:has(.ochi-lp) .l-fixHeader__gnav,
body:has(.ochi-lp) .c-gnavWrap,
body:has(.ochi-lp) .p-spMenu__nav {
  margin-left: auto !important;
}

body:has(.ochi-lp) .c-gnav,
body:has(.ochi-lp) .c-gnav__list,
body:has(.ochi-lp) .l-header nav ul,
body:has(.ochi-lp) .l-fixHeader nav ul,
body:has(.ochi-lp) #fix_header nav ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(24px, 2.4vw, 42px) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

body:has(.ochi-lp) .c-gnav > li,
body:has(.ochi-lp) .c-gnav__list > li,
body:has(.ochi-lp) .l-header nav li,
body:has(.ochi-lp) .l-fixHeader nav li,
body:has(.ochi-lp) #fix_header nav li {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(.ochi-lp) .c-gnav a,
body:has(.ochi-lp) .c-gnav__list a,
body:has(.ochi-lp) .l-header nav a,
body:has(.ochi-lp) .l-fixHeader nav a,
body:has(.ochi-lp) #fix_header nav a {
  display: flex !important;
  align-items: center !important;
  min-height: 70px !important;
  padding: 0 !important;
  line-height: 1 !important;
}

body:has(.ochi-lp) .l-fixHeader a,
body:has(.ochi-lp) #fix_header a,
body:has(.ochi-lp) .l-header a {
  color: var(--ochi-white) !important;
}

body:has(.ochi-lp) .c-headLogo,
body:has(.ochi-lp) .l-header__logo {
  display: flex !important;
  align-items: center !important;
}

body:has(.ochi-lp) .c-headLogo__link,
body:has(.ochi-lp) .l-header__logo a {
  display: flex !important;
  align-items: center !important;
}

body:has(.ochi-class-gallery-page) .l-fixHeader__inner,
body:has(.ochi-class-gallery-page) #fix_header .l-fixHeader__inner,
body:has(.ochi-class-gallery-page) .l-header__inner {
  min-height: 70px !important;
  width: min(calc(100% - clamp(64px, 8vw, 128px)), 1920px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body:has(.ochi-class-gallery-page) .l-header,
body:has(.ochi-class-gallery-page) header.l-header,
body:has(.ochi-class-gallery-page) #header,
body:has(.ochi-class-gallery-page) .l-fixHeader,
body:has(.ochi-class-gallery-page) #fix_header {
  padding-right: clamp(24px, 3.5vw, 56px) !important;
  padding-left: clamp(24px, 3.5vw, 56px) !important;
  box-sizing: border-box !important;
}

body:has(.ochi-class-gallery-page) .l-fixHeader nav ul,
body:has(.ochi-class-gallery-page) #fix_header nav ul,
body:has(.ochi-class-gallery-page) .l-fixHeader .c-gnav,
body:has(.ochi-class-gallery-page) #fix_header .c-gnav,
body:has(.ochi-class-gallery-page) .l-header nav ul,
body:has(.ochi-class-gallery-page) .l-header .c-gnav {
  gap: clamp(18px, 1.9vw, 32px) !important;
  align-items: center !important;
}

body:has(.ochi-class-gallery-page) .l-header nav a,
body:has(.ochi-class-gallery-page) .l-fixHeader nav a,
body:has(.ochi-class-gallery-page) #fix_header nav a {
  font-size: clamp(17px, 1.25vw, 24px) !important;
}

body:has(.ochi-class-gallery-page) .l-header__logo img,
body:has(.ochi-class-gallery-page) .l-fixHeader img,
body:has(.ochi-class-gallery-page) #fix_header img {
  max-width: 170px !important;
  max-height: 38px !important;
}

body:has(.ochi-class-gallery-page) .l-fixHeader,
body:has(.ochi-class-gallery-page) #fix_header {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body:has(.ochi-class-gallery-page) .l-fixHeader__inner,
body:has(.ochi-class-gallery-page) #fix_header .l-fixHeader__inner,
body:has(.ochi-class-gallery-page) .l-fixHeader .l-header__inner,
body:has(.ochi-class-gallery-page) #fix_header .l-header__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(18px, 3vw, 48px) !important;
  min-height: 70px !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: clamp(18px, 3vw, 48px) !important;
  padding-left: clamp(18px, 3vw, 48px) !important;
}

body:has(.ochi-class-gallery-page) .l-fixHeader nav ul,
body:has(.ochi-class-gallery-page) #fix_header nav ul,
body:has(.ochi-class-gallery-page) .l-fixHeader .c-gnav,
body:has(.ochi-class-gallery-page) #fix_header .c-gnav {
  gap: clamp(24px, 2.4vw, 42px) !important;
}

body:has(.ochi-class-gallery-page) .l-fixHeader img,
body:has(.ochi-class-gallery-page) #fix_header img {
  max-width: 190px !important;
  max-height: 42px !important;
}

body:has(.ochi-lp) .c-headLogo__img,
body:has(.ochi-lp) .l-header__logo img,
body:has(.ochi-lp) .l-fixHeader img,
body:has(.ochi-lp) #fix_header img {
  width: auto !important;
  max-width: 190px !important;
  height: auto !important;
  max-height: 42px !important;
  transform: none !important;
}

body:has(.ochi-lp) .ochi-privacy-link {
  display: inline-block;
  margin-left: 14px;
  color: rgba(255, 250, 242, 0.72) !important;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

body:has(.ochi-lp) .ochi-privacy-link:hover {
  color: var(--ochi-white) !important;
}

.ochi-privacy-page {
  min-height: 100vh;
  background: var(--ochi-paper);
  color: var(--ochi-ink);
}

.ochi-privacy-hero {
  padding: clamp(72px, 8vw, 120px) clamp(22px, 6vw, 96px) clamp(44px, 6vw, 76px);
  border-bottom: 1px solid var(--ochi-line);
}

.ochi-privacy-hero h1 {
  margin: clamp(20px, 3vw, 38px) 0 0;
  font-family: var(--ochi-serif);
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 400;
  line-height: 1.12;
}

.ochi-privacy-hero p:not(.ochi-eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--ochi-ink-soft);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 700;
  line-height: 2;
}

.ochi-privacy-content {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 72px) clamp(22px, 5vw, 48px) clamp(72px, 8vw, 110px);
}

.ochi-privacy-content article {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) 1fr;
  gap: clamp(22px, 4vw, 56px);
  border-top: 1px solid var(--ochi-line);
  padding: clamp(22px, 3vw, 34px) 0;
}

.ochi-privacy-content article:last-of-type {
  border-bottom: 1px solid var(--ochi-line);
}

.ochi-privacy-content h2 {
  margin: 0;
  color: var(--ochi-red);
  font-family: var(--ochi-serif);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 400;
  line-height: 1.5;
}

.ochi-privacy-content p {
  margin: 0;
  color: var(--ochi-ink-soft);
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 700;
  line-height: 2;
}

.ochi-privacy-updated {
  margin-top: 32px;
  color: var(--ochi-muted);
  font-size: 13px;
  text-align: right;
}

.ochi-lp *,
.ochi-lp *::before,
.ochi-lp *::after {
  box-sizing: border-box;
}

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

.ochi-lp a {
  color: inherit;
  text-decoration: none;
}

.ochi-local-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(20px, 4vw, 56px);
  background: rgba(247, 242, 233, 0.9);
  color: var(--ochi-ink);
  backdrop-filter: blur(18px);
}

.ochi-local-brand img {
  width: clamp(132px, 12vw, 164px);
  filter: invert(1);
}

.ochi-local-nav div {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 30px);
  font-size: 14px;
}

.ochi-nav-cta {
  border: 1px solid currentColor;
  padding: 9px 16px;
}

.ochi-hero {
  position: relative;
  min-height: clamp(640px, calc(100svh - 88px), 860px);
  overflow: hidden;
  background: #0f0e0d;
  color: var(--ochi-white);
}

.ochi-hero__image,
.ochi-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ochi-hero__image {
  object-fit: cover;
  object-position: center center;
  transform: scale(1.015);
  transform-origin: center center;
  animation: ochi-hero-breathe 16s ease-in-out infinite alternate;
}

.ochi-hero__veil {
  background:
    linear-gradient(90deg, rgba(12, 12, 12, 0.68), rgba(12, 12, 12, 0.18) 58%),
    linear-gradient(0deg, rgba(12, 12, 12, 0.6), rgba(12, 12, 12, 0) 62%);
}

.ochi-hero__content {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(112px, 15vw, 190px) 0 clamp(112px, 16vw, 190px);
  animation: ochi-fade-up 900ms ease both;
}

.ochi-eyebrow {
  margin: 0 0 18px;
  color: var(--ochi-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ochi-hero h1,
.ochi-section h2,
.ochi-section-heading h2,
.ochi-gallery-hero h1,
.ochi-contact-hero h1 {
  margin: 0;
  font-family: var(--ochi-serif);
  font-weight: 400;
  letter-spacing: 0;
}

.ochi-hero h1 {
  max-width: 880px;
  font-size: clamp(48px, 7.4vw, 104px);
  line-height: 1.12;
}

.ochi-hero h1 span {
  display: block;
}

.ochi-hero__content > p:not(.ochi-eyebrow) {
  max-width: 760px;
  margin: 26px 0 0;
  border: 0;
  background: transparent;
  color: rgba(255, 250, 242, 0.9);
  font-family: var(--ochi-serif);
  font-size: clamp(15px, 1.45vw, 17px);
  font-weight: 400;
  line-height: 1.9;
  padding: 0;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.72);
}

.ochi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ochi-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ochi-ink);
  padding: 13px 22px;
  font-size: 14px;
  line-height: 1.35;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

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

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

.ochi-button-ghost {
  background: transparent;
  color: var(--ochi-ink);
}

.ochi-hero .ochi-button-ghost,
.ochi-button-ghost-light {
  border-color: rgba(255, 250, 242, 0.5);
  color: var(--ochi-white);
}

.ochi-button-ghost:hover,
.ochi-button-ghost-light:hover {
  border-color: var(--ochi-white);
  background: var(--ochi-white);
  color: var(--ochi-ink);
}

.ochi-section {
  padding: clamp(72px, 9vw, 120px) max(28px, calc((100vw - 1120px) / 2));
}

#ochi-lesson {
  padding-bottom: clamp(54px, 6vw, 82px);
}

#ochi-profile {
  border-top: 1px solid rgba(20, 19, 19, 0.1);
  background:
    linear-gradient(180deg, #efe6d9 0%, #f5eee3 44%, var(--ochi-paper) 100%);
  padding-top: clamp(64px, 7vw, 94px);
}

.ochi-grid-2 {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(40px, 8vw, 112px);
  align-items: start;
}

.ochi-section h2,
.ochi-section-heading h2 {
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.22;
}

.ochi-nowrap {
  white-space: nowrap;
}

.ochi-statement-inner {
  max-width: 860px;
  margin: 0 auto;
}

.ochi-statement .ochi-eyebrow {
  position: relative;
  border-bottom: 0;
  padding-bottom: 18px;
}

.ochi-statement .ochi-eyebrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: rgba(40, 169, 184, 0.9);
  transform: scaleX(0);
  transform-origin: left center;
}

.ochi-copy p,
.ochi-section-heading p,
.ochi-profile p,
.ochi-contact-band p {
  color: var(--ochi-ink-soft);
}

.ochi-copy p + p {
  margin-top: 18px;
}

.ochi-statement-copy {
  margin-top: clamp(34px, 5vw, 58px);
}

.ochi-statement-copy p {
  margin: 0;
  color: var(--ochi-ink-soft);
  font-family: var(--ochi-serif);
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 400;
  line-height: 1.95;
}

.ochi-statement.ochi-reveal-ready .ochi-eyebrow,
.ochi-statement.ochi-reveal-ready .ochi-statement-copy p {
  opacity: 0;
}

.ochi-statement.ochi-reveal-ready .ochi-eyebrow::after {
  opacity: 0.35;
  transform: scaleX(0);
}

.ochi-statement.ochi-reveal-ready .ochi-statement-copy p {
  transform: translateY(14px);
}

.ochi-statement.is-in-view .ochi-eyebrow {
  animation: ochi-philosophy-label 760ms ease both;
}

.ochi-statement.is-in-view .ochi-eyebrow::after {
  animation: ochi-ink-line 1200ms cubic-bezier(0.2, 0.78, 0.22, 1) 180ms both;
}

.ochi-statement.is-in-view .ochi-statement-copy p {
  animation: ochi-philosophy-copy 780ms ease both;
}

.ochi-statement-copy p + p {
  margin-top: 8px;
}

.ochi-statement.is-in-view .ochi-statement-copy p:nth-child(1) {
  animation-delay: 360ms;
}

.ochi-statement.is-in-view .ochi-statement-copy p:nth-child(2) {
  animation-delay: 470ms;
}

.ochi-statement.is-in-view .ochi-statement-copy p:nth-child(3) {
  animation-delay: 580ms;
}

.ochi-statement.is-in-view .ochi-statement-copy p:nth-child(4) {
  animation-delay: 690ms;
}

.ochi-statement.is-in-view .ochi-statement-copy p:nth-child(5) {
  animation-delay: 800ms;
}

.ochi-statement.is-in-view .ochi-statement-copy p:nth-child(6) {
  animation-delay: 910ms;
}

.ochi-statement.is-in-view .ochi-statement-copy p:nth-child(7) {
  animation-delay: 1020ms;
}

.ochi-dark {
  background: var(--ochi-ink);
  color: var(--ochi-white);
}

.ochi-dark .ochi-section-heading p,
.ochi-entry p {
  color: rgba(255, 250, 242, 0.7);
}

.ochi-section-heading {
  max-width: 720px;
  margin-bottom: clamp(34px, 5vw, 62px);
  animation: ochi-fade-up 720ms ease both;
}

.ochi-works-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(280px, 0.68fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: stretch;
  animation: ochi-fade-up 820ms ease both;
}

.ochi-works-feature .ochi-section-heading {
  margin-bottom: 0;
}

.ochi-main-work {
  margin: 0;
}

.ochi-main-work > div {
  display: grid;
  min-height: clamp(320px, 42vw, 560px);
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.12);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 250, 242, 0.18), rgba(255, 250, 242, 0) 34%),
    linear-gradient(180deg, #23201e 0%, #171514 68%, #100f0f 100%);
}

.ochi-main-work img {
  width: min(78%, 860px);
  border: 1px solid rgba(255, 250, 242, 0.18);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.ochi-main-work-photo > div {
  display: block;
  width: min(100%, 520px);
  height: 100%;
  min-height: clamp(300px, 32vw, 430px);
  margin: 0 auto;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.ochi-main-work-photo img {
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0 auto;
  object-fit: cover;
  object-position: center center;
  border: 0;
  box-shadow: none;
}

.ochi-main-work figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  color: rgba(255, 250, 242, 0.76);
  font-family: var(--ochi-serif);
}

.ochi-main-work figcaption span {
  color: #d58c7f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ochi-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 250, 242, 0.16);
  padding-top: clamp(24px, 3vw, 38px);
}

.ochi-lesson-list {
  display: grid;
  border-top: 1px solid var(--ochi-line);
}

.ochi-lesson-list div {
  display: grid;
  grid-template-columns: 120px minmax(310px, 1fr) 150px;
  gap: clamp(16px, 2.6vw, 30px);
  align-items: center;
  border-bottom: 1px solid var(--ochi-line);
  padding: 22px 0;
}

.ochi-lesson-list span {
  color: var(--ochi-red);
  font-family: var(--ochi-serif);
  font-size: 20px;
}

.ochi-lesson-list b {
  font-family: var(--ochi-serif);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

.ochi-lesson-list em {
  color: var(--ochi-ink-soft);
  font-style: normal;
  font-weight: 700;
}

.ochi-text-link {
  display: inline-flex;
  margin-top: 22px;
  border-bottom: 1px solid currentColor;
  color: var(--ochi-ink);
}

.ochi-class-view-link {
  margin-top: 18px;
  margin-bottom: 18px;
}

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

.ochi-card-grid article {
  min-height: 250px;
  border: 1px solid var(--ochi-line);
  background: rgba(255, 250, 242, 0.58);
  padding: clamp(22px, 3vw, 36px);
}

.ochi-card-grid span,
.ochi-intent-list span {
  color: var(--ochi-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.ochi-card-grid h3,
.ochi-intent-list h3 {
  margin: 20px 0 12px;
  font-family: var(--ochi-serif);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 400;
}

.ochi-profile {
  display: grid;
  grid-template-columns: minmax(210px, 300px) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 76px);
  align-items: start;
  max-width: 1060px;
  margin: 0 auto;
}

.ochi-profile-images {
  display: grid;
  justify-items: start;
  grid-template-columns: 1fr;
  gap: 24px;
}

.ochi-profile-images img {
  width: min(100%, 280px);
  height: clamp(340px, 36vw, 440px);
  object-fit: cover;
  object-position: center top;
}

.ochi-profile-bio {
  max-width: 340px;
  border-top: 1px solid var(--ochi-line);
  padding-top: 20px;
}

.ochi-profile-bio p {
  margin: 0;
  color: var(--ochi-ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.95;
  text-align: justify;
}

.ochi-profile-bio p + p {
  margin-top: 14px;
}

.ochi-profile-copy {
  padding-top: 4px;
}

.ochi-profile-label {
  margin: 0 0 22px;
  border-bottom: 2px solid var(--ochi-blue);
  padding-bottom: 12px;
  color: var(--ochi-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ochi-profile-copy h2 {
  margin: 0 0 clamp(24px, 3vw, 34px);
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.25;
}

.ochi-profile-history {
  display: grid;
  border-top: 1px solid var(--ochi-line);
  margin: 0;
}

.ochi-profile-history div {
  display: grid;
  grid-template-columns: minmax(158px, 0.3fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  border-bottom: 1px solid var(--ochi-line);
  padding: 12px 0;
}

.ochi-profile-history div:first-child {
  border-top: 0;
}

.ochi-profile-history dt,
.ochi-profile-history dd {
  margin: 0;
}

.ochi-profile-history dt {
  color: var(--ochi-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 700;
  line-height: 1.7;
}

.ochi-profile-history dd {
  color: var(--ochi-ink-soft);
  font-size: clamp(13px, 1.24vw, 15px);
  font-weight: 700;
  line-height: 1.85;
}

.ochi-contact-band {
  display: grid;
  justify-items: center;
  background: #f0e8dc;
  padding-top: clamp(70px, 8vw, 108px);
  padding-bottom: clamp(78px, 9vw, 118px);
  text-align: center;
}

.ochi-contact-band h2 {
  max-width: 760px;
  margin: clamp(30px, 4vw, 48px) 0 0;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.35;
}

.ochi-contact-band p {
  max-width: 720px;
  margin-top: clamp(28px, 4vw, 44px);
  color: var(--ochi-ink-soft);
  font-family: var(--ochi-serif);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 400;
  line-height: 1.9;
}

.ochi-contact-band .ochi-contact-message {
  width: min(100%, 860px);
  max-width: 860px;
  border-top: 2px solid rgba(40, 169, 184, 0.9);
  border-bottom: 2px solid rgba(40, 169, 184, 0.9);
  padding: clamp(34px, 5vw, 58px) 0;
}

.ochi-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.ochi-contact-actions .ochi-button {
  min-width: 156px;
  background: transparent;
}

.ochi-entry {
  margin-top: 24px;
}

/* Art Works page */
.ochi-art-page {
  background: #111010;
  color: var(--ochi-white);
}

body:has(.ochi-art-page) .l-content,
body:has(.ochi-art-page) .l-mainContent,
body:has(.ochi-art-page) .l-mainContent__inner,
body:has(.ochi-art-page) .post_content,
body:has(.ochi-art-page) .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ochi-gallery-hero {
  display: grid;
  min-height: auto;
  grid-template-columns: minmax(280px, 0.44fr) minmax(420px, 1fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
  margin-top: 0;
  padding: clamp(10px, 1.8vw, 28px) max(24px, calc((100vw - 1160px) / 2)) clamp(44px, 6vw, 76px);
  animation: ochi-fade-up 760ms ease both;
}

.ochi-gallery-hero h1,
.ochi-contact-hero h1 {
  font-size: clamp(68px, 10vw, 150px);
  line-height: 0.96;
}

.ochi-gallery-hero p:not(.ochi-eyebrow) {
  color: rgba(255, 250, 242, 0.72);
}

.ochi-gallery-hero--single {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: center;
}

.ochi-gallery-hero--single > div,
.ochi-gallery-hero--single figure {
  width: min(100%, 1120px);
}

.ochi-gallery-hero--single figcaption {
  justify-content: center;
  text-align: center;
}

.ochi-gallery-hero--single figure > .ochi-work-link {
  aspect-ratio: auto;
  overflow: visible;
  border: 0;
  background: transparent;
  padding: 0;
}

.ochi-gallery-hero--single img {
  display: block;
  height: auto;
  object-fit: contain;
}

.ochi-gallery-hero figure {
  margin: 0;
}

.ochi-gallery-hero figure > .ochi-work-link {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.16);
  background: rgba(255, 250, 242, 0.045);
  padding: clamp(18px, 2.4vw, 34px);
}

.ochi-gallery-hero img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid rgba(255, 250, 242, 0.22);
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.52);
}

.ochi-gallery-main-photo {
  justify-self: center;
  width: min(100%, 620px);
}

.ochi-gallery-main-photo img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.ochi-gallery-hero figcaption {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  color: rgba(255, 250, 242, 0.74);
  font-family: var(--ochi-serif);
}

.ochi-gallery-passage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0 max(24px, calc((100vw - 1160px) / 2)) clamp(70px, 8vw, 118px);
}

.ochi-gallery-passage article {
  min-height: 230px;
  border: 1px solid rgba(255, 250, 242, 0.12);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.06), rgba(255, 250, 242, 0.025));
  padding: clamp(24px, 3vw, 42px);
}

.ochi-gallery-passage span,
.ochi-gallery-hero figcaption span {
  color: #d58c7f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ochi-gallery-passage h2 {
  margin: 22px 0 14px;
  font-family: var(--ochi-serif);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 400;
}

.ochi-gallery-passage p {
  color: rgba(255, 250, 242, 0.66);
}

.ochi-gallery-floor {
  padding: clamp(80px, 10vw, 140px) max(24px, calc((100vw - 1160px) / 2));
}

.ochi-gallery-floor .ochi-section-heading p {
  color: rgba(255, 250, 242, 0.64);
}

.ochi-art-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(18px, 2.4vw, 34px);
}

.ochi-art-wall figure {
  position: relative;
  display: grid;
  min-height: clamp(260px, 28vw, 420px);
  place-items: center;
  margin: 0;
  border: 1px solid rgba(255, 250, 242, 0.13);
  background: rgba(255, 250, 242, 0.055);
  padding: clamp(18px, 2.4vw, 34px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ochi-art-wall figure:hover {
  z-index: 2;
  border-color: rgba(255, 250, 242, 0.42);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.42);
}

@media (hover: hover) and (pointer: fine) {
  .ochi-art-wall figure:hover {
    transform: scale(1.035);
  }
}

.ochi-gallery-hero .ochi-work-link,
.ochi-art-wall .ochi-work-link {
  display: grid;
  width: 100%;
  cursor: pointer;
  place-items: center;
  color: inherit;
  text-decoration: none;
}

.ochi-art-wall .ochi-work-link {
  height: 100%;
}

.ochi-art-wall img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ochi-kokoro-figure {
  overflow: hidden;
}

.ochi-kokoro-figure .ochi-work-link {
  position: relative;
}

.ochi-kokoro-main {
  transition: opacity 220ms ease, transform 220ms ease;
}

.ochi-kokoro-details {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  gap: clamp(8px, 1vw, 14px);
  align-content: center;
  padding: clamp(12px, 1.7vw, 24px);
  background: rgba(14, 13, 13, 0.86);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.ochi-kokoro-details img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 250, 242, 0.24);
  background: rgba(255, 250, 242, 0.08);
  object-fit: contain;
  padding: 5px;
}

.ochi-kokoro-figure:hover .ochi-kokoro-main,
.ochi-kokoro-figure.is-caption-visible .ochi-kokoro-main {
  opacity: 0.08;
  transform: scale(0.98);
}

.ochi-kokoro-figure:hover .ochi-kokoro-details,
.ochi-kokoro-figure.is-caption-visible .ochi-kokoro-details {
  opacity: 1;
  transform: translateY(0);
}

.ochi-art-wall figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: calc(100% - 32px);
  min-height: 34px;
  background: rgba(5, 5, 5, 0.68);
  color: rgba(255, 250, 242, 0.78);
  font-family: var(--ochi-serif);
  font-size: 14px;
  line-height: 1.45;
  opacity: 0;
  padding: 6px 10px;
  transition: opacity 180ms ease;
}

.ochi-art-wall figure:hover figcaption,
.ochi-art-wall figure:focus-within figcaption,
.ochi-art-wall figure.is-caption-visible figcaption {
  opacity: 1;
}

.ochi-art-wall .wide,
.ochi-art-wall .panorama,
.ochi-art-wall .square,
.ochi-art-wall .tall,
.ochi-art-wall .slim {
  grid-column: auto;
  aspect-ratio: 4 / 3;
  min-height: auto;
}

.ochi-art-wall .ochi-kokoro-figure {
  grid-column: span 2;
  aspect-ratio: 16 / 5;
  min-height: clamp(220px, 24vw, 360px);
}

.ochi-contact-page {
  background: var(--ochi-paper);
}

body:has(.ochi-contact-page) .l-content,
body:has(.ochi-contact-page) .l-container,
body:has(.ochi-contact-page) .l-mainContent,
body:has(.ochi-contact-page) .l-mainContent__inner,
body:has(.ochi-contact-page) main,
body:has(.ochi-contact-page) #content,
body:has(.ochi-contact-page) .post_content,
body:has(.ochi-contact-page) .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ochi-contact-hero {
  display: grid;
  min-height: auto;
  grid-template-columns: minmax(260px, 0.56fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding: clamp(18px, 3vw, 42px) max(24px, calc((100vw - 1120px) / 2)) clamp(56px, 7vw, 96px);
}

.ochi-contact-hero h1 {
  color: var(--ochi-ink);
  font-size: clamp(44px, 6vw, 82px);
  line-height: 1.08;
}

.ochi-contact-hero p:not(.ochi-eyebrow) {
  color: var(--ochi-ink-soft);
}

.ochi-contact-intent,
.ochi-form-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(420px, 1fr);
  gap: clamp(32px, 6vw, 92px);
  padding: clamp(76px, 10vw, 128px) max(24px, calc((100vw - 1160px) / 2));
}

.ochi-contact-intent {
  background: #f0e8dc;
}

.ochi-contact-intent h2,
.ochi-form-section h2 {
  margin: 0;
  font-family: var(--ochi-serif);
  font-size: clamp(40px, 5.4vw, 76px);
  font-weight: 400;
}

.ochi-intent-list article {
  display: grid;
  grid-template-columns: 70px 0.42fr 1fr;
  gap: clamp(18px, 3vw, 36px);
  align-items: baseline;
  border-top: 1px solid rgba(20, 19, 19, 0.17);
  padding: 26px 0;
}

.ochi-form {
  display: grid;
  gap: 22px;
  border: 1px solid rgba(20, 19, 19, 0.14);
  background: rgba(255, 250, 242, 0.62);
  padding: clamp(24px, 4vw, 48px);
  box-shadow: 0 28px 80px rgba(20, 19, 19, 0.08);
}

.ochi-form-note {
  margin: 0 0 4px;
  color: var(--ochi-muted);
  font-family: var(--ochi-serif);
  font-size: 15px;
}

.ochi-form-status {
  margin: 0 0 4px;
  border: 1px solid rgba(20, 19, 19, 0.14);
  padding: 12px 14px;
  color: var(--ochi-ink);
  font-size: 14px;
  font-weight: 700;
}

.ochi-form-status.is-success {
  border-color: rgba(40, 169, 184, 0.42);
  background: rgba(40, 169, 184, 0.12);
}

.ochi-form-status.is-error {
  border-color: rgba(163, 58, 45, 0.42);
  background: rgba(163, 58, 45, 0.12);
}

.ochi-form label {
  display: grid;
  gap: 10px;
  color: var(--ochi-ink);
  font-family: var(--ochi-serif);
  font-size: 17px;
}

.ochi-form label span {
  color: var(--ochi-red);
  font-family: var(--ochi-sans);
  font-size: 12px;
}

.ochi-form input,
.ochi-form select,
.ochi-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(20, 19, 19, 0.28);
  border-radius: 0;
  background: rgba(255, 250, 242, 0.74);
  color: var(--ochi-ink);
  font: inherit;
  line-height: 1.6;
  padding: 14px 12px;
}

.ochi-form textarea {
  resize: vertical;
}

.ochi-form input:focus,
.ochi-form select:focus,
.ochi-form textarea:focus {
  border-color: var(--ochi-red);
  background: var(--ochi-white);
  outline: 0;
}

.ochi-consent {
  display: flex !important;
  grid-template-columns: auto 1fr;
  gap: 12px !important;
  align-items: flex-start;
  border-top: 1px solid rgba(20, 19, 19, 0.12);
  padding-top: 18px;
}

.ochi-consent input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--ochi-red);
}

/* Class page */
.ochi-class-page {
  background: var(--ochi-paper);
}

body:has(.ochi-class-page) .l-content,
body:has(.ochi-class-page) .l-container,
body:has(.ochi-class-page) .l-mainContent,
body:has(.ochi-class-page) .l-mainContent__inner,
body:has(.ochi-class-page) main,
body:has(.ochi-class-page) #content,
body:has(.ochi-class-page) .post_content,
body:has(.ochi-class-page) .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ochi-class-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(340px, 0.72fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: stretch;
  padding: clamp(44px, 7vw, 92px) max(28px, calc((100vw - 1120px) / 2)) clamp(64px, 8vw, 112px);
  background:
    linear-gradient(90deg, rgba(247, 242, 233, 0.96), rgba(247, 242, 233, 0.78)),
    radial-gradient(circle at 86% 28%, rgba(40, 169, 184, 0.18), transparent 28%);
}

.ochi-class-hero__copy {
  align-self: center;
  animation: ochi-fade-up 820ms ease both;
}

.ochi-class-hero h1 {
  margin: 0;
  font-family: var(--ochi-serif);
  font-size: clamp(50px, 8vw, 104px);
  font-weight: 400;
  line-height: 1.12;
}

.ochi-class-hero__copy > p:not(.ochi-eyebrow) {
  max-width: 620px;
  margin-top: 28px;
  color: var(--ochi-ink-soft);
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 2;
}

.ochi-class-hero__image {
  min-height: clamp(360px, 42vw, 560px);
  margin: 0;
  overflow: hidden;
  background: #171514;
  box-shadow: 0 34px 90px rgba(20, 19, 19, 0.16);
  animation: ochi-fade-up 960ms ease both;
}

.ochi-class-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ochi-class-about {
  background: #f4ecdf;
}

.ochi-class-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(20, 19, 19, 0.13);
}

.ochi-class-card-grid article {
  min-height: 260px;
  background: var(--ochi-paper);
  padding: clamp(28px, 4vw, 46px);
}

.ochi-class-card-grid span,
.ochi-class-flow-list span {
  color: var(--ochi-red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ochi-class-card-grid h3 {
  margin: 34px 0 18px;
  font-family: var(--ochi-serif);
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 400;
}

.ochi-class-card-grid p,
.ochi-class-flow-list p {
  margin: 0;
  color: var(--ochi-ink-soft);
}

.ochi-class-schedule {
  background: var(--ochi-paper);
}

.ochi-class-table {
  display: grid;
  border-top: 1px solid var(--ochi-line);
}

.ochi-class-table div {
  display: grid;
  grid-template-columns: minmax(120px, 0.38fr) minmax(230px, 0.9fr) minmax(150px, 0.48fr);
  gap: clamp(18px, 3vw, 38px);
  align-items: baseline;
  border-bottom: 1px solid var(--ochi-line);
  padding: clamp(22px, 3vw, 34px) 0;
}

.ochi-class-table span {
  color: var(--ochi-red);
  font-family: var(--ochi-serif);
  font-size: clamp(19px, 2vw, 27px);
}

.ochi-class-table b {
  color: var(--ochi-ink);
  font-family: var(--ochi-serif);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}

.ochi-class-table em {
  color: var(--ochi-ink-soft);
  font-size: clamp(18px, 1.8vw, 24px);
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.ochi-class-flow {
  background:
    linear-gradient(180deg, #efe6d9 0%, #f7f2e9 100%);
}

.ochi-class-flow-list {
  display: grid;
  gap: 1px;
  background: rgba(20, 19, 19, 0.14);
}

.ochi-class-flow-list article {
  display: grid;
  grid-template-columns: minmax(88px, 0.24fr) 1fr;
  gap: clamp(18px, 4vw, 58px);
  align-items: baseline;
  background: var(--ochi-paper);
  padding: clamp(24px, 4vw, 44px);
}

.ochi-class-gallery-page {
  background: #111010;
  color: var(--ochi-white);
}

body:has(.ochi-class-gallery-page) .l-content,
body:has(.ochi-class-gallery-page) .l-container,
body:has(.ochi-class-gallery-page) .l-mainContent,
body:has(.ochi-class-gallery-page) .l-mainContent__inner,
body:has(.ochi-class-gallery-page) main,
body:has(.ochi-class-gallery-page) #content,
body:has(.ochi-class-gallery-page) .post_content,
body:has(.ochi-class-gallery-page) .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ochi-class-gallery-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 48px);
  align-items: end;
  min-height: 0;
  padding: clamp(28px, 4vw, 48px) clamp(22px, 6vw, 96px) clamp(28px, 4vw, 48px);
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.72), rgba(17, 16, 16, 1)),
    radial-gradient(circle at 78% 18%, rgba(255, 250, 242, 0.12), transparent 32%);
  border-bottom: 1px solid rgba(255, 250, 242, 0.16);
}

.ochi-class-gallery-hero p:not(.ochi-eyebrow) {
  max-width: 720px;
  margin: clamp(12px, 2vw, 20px) 0 0;
  color: rgba(255, 250, 242, 0.72);
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 700;
}

.ochi-class-gallery-lead {
  max-width: 980px !important;
  color: rgba(255, 250, 242, 0.9) !important;
  font-family: var(--ochi-serif);
  font-size: clamp(15px, 1.15vw, 18px) !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  letter-spacing: 0 !important;
}

.ochi-class-gallery-empty {
  padding-top: clamp(24px, 4vw, 48px);
  background: #111010;
}

.ochi-class-gallery-note {
  width: min(100% - 44px, 1320px);
  margin: 0 auto clamp(26px, 5vw, 54px);
  padding-top: 18px;
  border-top: 3px solid var(--ochi-blue);
}

.ochi-class-gallery-note p {
  margin: 0;
  color: rgba(255, 250, 242, 0.66);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
}

.ochi-class-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
  width: min(100% - 44px, 1320px);
  margin: 0 auto;
}

.ochi-class-gallery-grid figure {
  aspect-ratio: 4 / 3;
  min-height: auto;
  margin: 0;
  border: 1px solid rgba(255, 250, 242, 0.16);
  overflow: hidden;
  background: #050505;
}

.ochi-class-gallery-grid .is-wide {
  grid-column: span 1;
}

.ochi-class-gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.ochi-class-gallery-grid figure:hover img {
  filter: brightness(1.06);
  transform: scale(1.035);
}

@media (max-width: 900px) {
  .ochi-grid-2,
  .ochi-works-feature,
  .ochi-profile,
  .ochi-gallery-hero,
  .ochi-gallery-passage,
  .ochi-contact-hero,
  .ochi-contact-intent,
  .ochi-form-section,
  .ochi-class-hero,
  .ochi-class-card-grid,
  .ochi-class-gallery-hero {
    grid-template-columns: 1fr;
  }

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

  .ochi-entry {
    align-items: flex-start;
    flex-direction: column;
  }

  .ochi-profile {
    display: flex;
    max-width: 680px;
    flex-direction: column;
  }

  .ochi-profile-images,
  .ochi-profile-copy {
    display: contents;
  }

  .ochi-profile-label {
    order: 1;
  }

  .ochi-profile-copy h2 {
    order: 2;
  }

  .ochi-profile-images {
    justify-items: center;
  }

  .ochi-profile-images img {
    order: 3;
    width: min(100%, 360px);
    height: 460px;
  }

  .ochi-profile-bio {
    order: 4;
    max-width: 620px;
  }

  .ochi-profile-history {
    order: 5;
  }

  .ochi-art-wall .wide,
  .ochi-art-wall .panorama,
  .ochi-art-wall .square,
  .ochi-art-wall .tall {
    grid-column: span 6;
  }

  .ochi-art-wall .slim {
    grid-column: span 6;
  }

  .ochi-art-wall .ochi-kokoro-figure {
    grid-column: span 12;
  }

  .ochi-class-table div {
    grid-template-columns: minmax(92px, 0.35fr) minmax(190px, 1fr) minmax(120px, 0.5fr);
  }

  .ochi-class-table b {
    font-size: clamp(22px, 4.8vw, 32px);
  }

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

  .ochi-class-gallery-grid .is-wide {
    grid-column: span 1;
  }

  body:has(.ochi-lp) .c-gnav,
  body:has(.ochi-lp) .c-gnav__list,
  body:has(.ochi-lp) .l-header nav ul,
  body:has(.ochi-lp) .l-fixHeader nav ul,
  body:has(.ochi-lp) #fix_header nav ul {
    gap: clamp(14px, 3vw, 24px) !important;
  }
}

@media (max-width: 640px) {
  .ochi-local-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .ochi-local-nav div,
  .ochi-actions {
    display: grid;
    width: 100%;
  }

  .ochi-hero {
    min-height: 680px;
  }

  .ochi-hero__content {
    width: min(100% - 32px, 1160px);
    padding-top: 96px;
  }

  .ochi-hero h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .ochi-hero__content > p:not(.ochi-eyebrow) {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.85;
    padding: 13px 15px;
  }

  .ochi-statement-copy p {
    font-size: 15px;
    line-height: 1.9;
  }

  .ochi-lesson-list div,
  .ochi-intent-list article,
  .ochi-profile-history div,
  .ochi-class-table div,
  .ochi-class-flow-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ochi-class-table b {
    white-space: normal;
  }

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

  .ochi-profile-images img {
    width: min(100%, 300px);
    height: 390px;
  }

  .ochi-profile-bio {
    max-width: 100%;
  }

  .ochi-profile-copy h2 {
    font-size: 34px;
  }

  .ochi-art-wall {
    grid-template-columns: 1fr;
  }

  .ochi-art-wall .wide,
  .ochi-art-wall .panorama,
  .ochi-art-wall .square,
  .ochi-art-wall .tall,
  .ochi-art-wall .slim {
    grid-column: auto;
    aspect-ratio: auto;
    min-height: auto;
  }

  .ochi-art-wall .ochi-kokoro-figure {
    grid-column: auto;
    aspect-ratio: auto;
    min-height: auto;
  }

  .ochi-art-wall figure {
    padding: 16px;
  }

  .ochi-art-wall .ochi-work-link {
    height: auto;
    min-height: 0;
  }

  .ochi-art-wall img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 72vh;
    object-fit: contain;
  }

  .ochi-kokoro-details {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: none;
    margin-top: 12px;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .ochi-kokoro-figure:hover .ochi-kokoro-details,
  .ochi-kokoro-figure.is-caption-visible .ochi-kokoro-details {
    display: grid;
  }

  .ochi-kokoro-figure:hover .ochi-kokoro-main,
  .ochi-kokoro-figure.is-caption-visible .ochi-kokoro-main {
    opacity: 1;
    transform: none;
  }

  .ochi-class-gallery-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: min(100% - 28px, 680px) !important;
    margin: 0 auto !important;
  }

  .ochi-class-gallery-grid .is-wide {
    grid-column: auto !important;
  }

  .ochi-class-gallery-grid figure {
    display: block !important;
    aspect-ratio: 4 / 3 !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .ochi-class-gallery-grid img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
  }

  .ochi-privacy-hero {
    padding-top: 56px;
  }

  .ochi-privacy-content article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ochi-privacy-updated {
    text-align: left;
  }
}

@keyframes ochi-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ochi-hero-breathe {
  from {
    transform: scale(1.015);
  }
  to {
    transform: scale(1.055);
  }
}

@keyframes ochi-philosophy-label {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ochi-ink-line {
  from {
    opacity: 0.35;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes ochi-philosophy-copy {
  from {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ochi-lp *,
  .ochi-lp *::before,
  .ochi-lp *::after {
    animation: none !important;
    transition: none !important;
  }
}
