:root {
  --black: #030303;
  --ink: #101010;
  --stone: #1d1a17;
  --gold: #b38a4a;
  --gold-soft: #d8b16a;
  --ivory: #f4f1ea;
  --muted: #b9b2a7;
  --line: rgba(179, 138, 74, 0.32);
  --white: #fffaf0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.85;
  overflow-x: hidden;
}

body::selection {
  background: var(--gold);
  color: #050505;
}

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

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(164px, 210px);
  align-items: stretch;
  min-height: 88px;
  background: rgba(0, 0, 0, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 18px 34px;
}

.brand-mark {
  color: var(--gold-soft);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 3.25rem;
  font-style: italic;
  line-height: 0.8;
}

.brand-text {
  display: grid;
  gap: 1px;
  min-width: 0;
  color: #f8f3e9;
  line-height: 1.25;
}

.brand-text > span {
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 1.25rem;
}

.brand-text small {
  font-size: 0.78rem;
  color: rgba(255, 250, 240, 0.82);
}

.global-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 24px;
  font-size: 0.88rem;
  color: rgba(255, 250, 240, 0.9);
}

.global-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  white-space: nowrap;
  transition: color 180ms ease;
}

.global-nav a:hover,
.global-nav a:focus-visible,
.global-nav a[aria-current="page"] {
  color: var(--gold-soft);
}

.header-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 26px;
  background: linear-gradient(135deg, #9d773f, #caa15d);
  color: #fff8ea;
  font-weight: 700;
  font-size: 0.92rem;
  transition: filter 180ms ease;
}

.header-contact span,
.gold-button span {
  width: 23px;
  height: 17px;
  display: inline-block;
  flex: 0 0 auto;
  color: transparent;
  font-size: 0;
  background: rgba(255, 247, 232, 0.96);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2028%2020'%3E%3Cpath%20d='M2%204h24v14H2z'%20fill='none'%20stroke='%23000'%20stroke-width='2.4'%20stroke-linejoin='miter'/%3E%3Cpath%20d='M3%204.5l11%208%2011-8'%20fill='none'%20stroke='%23000'%20stroke-width='2.4'%20stroke-linejoin='miter'%20stroke-linecap='square'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2028%2020'%3E%3Cpath%20d='M2%204h24v14H2z'%20fill='none'%20stroke='%23000'%20stroke-width='2.4'%20stroke-linejoin='miter'/%3E%3Cpath%20d='M3%204.5l11%208%2011-8'%20fill='none'%20stroke='%23000'%20stroke-width='2.4'%20stroke-linejoin='miter'%20stroke-linecap='square'/%3E%3C/svg%3E") center / contain no-repeat;
}

.header-contact span::before,
.gold-button span::before,
.header-contact span::after,
.gold-button span::after {
  content: none;
}

.header-contact:hover,
.header-contact:focus-visible {
  filter: brightness(1.08);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 720px;
  height: 78svh;
  max-height: 820px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(179, 138, 74, 0.28);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: brightness(1.02) contrast(1.03) saturate(0.9);
  z-index: -3;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #000 0%, #000 34%, rgba(0, 0, 0, 0.68) 56%, rgba(0, 0, 0, 0.14) 78%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.42));
  z-index: -2;
}

.hero-watermark {
  position: absolute;
  left: -26px;
  top: 126px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.055);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 8.4rem;
  line-height: 0.78;
  writing-mode: vertical-rl;
}

.hero-copy {
  width: min(720px, calc(100% - 44px));
  padding-top: 170px;
  margin-left: clamp(28px, 12%, 190px);
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--gold-soft);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 0.96rem;
}

.hero h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(4rem, 5.2vw, 4.75rem);
  line-height: 1.23;
}

.hero h1 span {
  display: block;
  color: var(--gold-soft);
}

.hero h1 .hero-line {
  color: var(--white);
}

.hero h1 .hero-line-gold {
  color: var(--gold-soft);
}

.hero h1 .hero-chunk {
  display: inline-block;
  color: inherit;
  white-space: nowrap;
}

.hero-copy > p:not(.eyebrow) {
  width: min(100%, 480px);
  margin: 28px 0 0;
  color: rgba(255, 250, 240, 0.9);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.08rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.service-card {
  position: relative;
  min-height: 410px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  border-right: 1px solid rgba(179, 138, 74, 0.3);
}

.service-card:last-child {
  border-right: 0;
}

.service-card .service-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.98) contrast(1.03) saturate(0.9);
  transition: transform 620ms ease, filter 620ms ease;
  z-index: -3;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.22) 60%, rgba(0, 0, 0, 0.1)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.58));
  z-index: -2;
}

.service-card:hover .service-bg,
.service-card:focus-visible .service-bg {
  transform: scale(1.045);
  filter: brightness(1.05) saturate(0.98) contrast(1.04);
}

.service-card-tea .service-bg {
  object-position: center right;
}

.service-card-medical .service-bg {
  object-position: center right;
}

.service-card-tea .service-content {
  width: min(64%, 360px);
}

.service-card-tea .service-content h2,
.service-card-tea .text-link {
  white-space: nowrap;
}

.service-number {
  position: absolute;
  left: 34px;
  top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--gold-soft);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 1.8rem;
}

.service-number::after {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--gold);
}

.service-content {
  width: min(100%, 410px);
  padding: 0 34px 42px;
}

.service-content h2 {
  min-height: 94px;
  margin: 0 0 22px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.32;
}

.service-content p {
  min-height: 74px;
  margin: 0 0 24px;
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.96rem;
}

.text-link,
.outline-button,
.gold-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.text-link {
  color: var(--gold-soft);
  font-size: 0.9rem;
}

.text-link::after,
.outline-button::after,
.news-heading a::after {
  content: "";
  width: 54px;
  height: 9px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: skewX(42deg);
  transform-origin: right bottom;
}

.story {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  min-height: 420px;
  background: #050505;
  border-bottom: 1px solid rgba(179, 138, 74, 0.36);
}

.story-image,
.story-content {
  position: relative;
  overflow: hidden;
}

.story-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: 0% center;
  filter: brightness(1.42) contrast(1.01) saturate(1.06);
  transform: translateX(3%) scale(1.04);
  transform-origin: left center;
}

.story-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.02) 54%, rgba(0, 0, 0, 0.4)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.22));
}

.story-image > div {
  position: absolute;
  left: 68px;
  bottom: 72px;
  z-index: 2;
  color: var(--gold-soft);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 2.2rem;
  line-height: 1.38;
}

.story-image p {
  margin: 0;
}

.story-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px min(8vw, 92px);
}

.story-content h2,
.news-heading h2,
.contact-copy h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-weight: 500;
}

.story-content h2 {
  margin: 0 0 28px;
  font-size: 2.25rem;
}

.story-content p {
  max-width: 560px;
  margin: 0 0 34px;
  color: rgba(255, 250, 240, 0.84);
  font-size: 0.98rem;
}

.outline-button {
  width: min(240px, 100%);
  min-height: 52px;
  border: 1px solid var(--gold);
  color: var(--white);
  font-size: 0.9rem;
  transition: background 180ms ease, color 180ms ease;
}

.about-cta .outline-button {
  width: min(340px, 100%);
}

.outline-button:hover,
.outline-button:focus-visible {
  background: var(--gold);
  color: #060606;
}

.story-mark {
  position: absolute;
  right: 8%;
  bottom: -64px;
  color: rgba(255, 255, 255, 0.08);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 15rem;
  line-height: 1;
}

.news {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 250px;
  gap: 44px;
  align-items: center;
  padding: 48px min(6vw, 86px);
  background: var(--ivory);
  color: #111;
}

.news-heading h2 {
  margin: 0;
  font-size: 2.95rem;
  line-height: 1;
}

.news-heading p {
  margin: 18px 0 38px;
  font-size: 0.94rem;
}

.news-heading a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: #191919;
  font-size: 0.92rem;
}

.news-list {
  display: grid;
}

.news-item {
  display: grid;
  grid-template-columns: 110px 108px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.news-item time {
  font-family: "Times New Roman", "Yu Mincho", serif;
  color: #24211d;
}

.news-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  background: #070707;
  color: var(--white);
  font-size: 0.78rem;
  white-space: nowrap;
}

.news-item a {
  overflow-wrap: anywhere;
  font-size: 0.94rem;
}

.news-visual {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

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

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: center;
  gap: 44px;
  padding: 54px min(7vw, 96px);
  background: #070604;
  border-bottom: 1px solid var(--line);
}

.contact-copy p {
  margin: 0 0 6px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.34rem;
}

.contact-copy h2 {
  margin: 0 0 24px;
  font-size: 2.25rem;
  line-height: 1.55;
}

.gold-button {
  min-width: min(100%, 310px);
  min-height: 54px;
  padding: 0 26px;
  background: linear-gradient(135deg, #97713d, #caa15d);
  color: #fff8ea;
  font-weight: 700;
  transition: filter 180ms ease;
}

.gold-button:hover,
.gold-button:focus-visible {
  filter: brightness(1.08);
}

.phone-box {
  min-height: 124px;
  display: grid;
  place-items: center;
  padding: 22px 32px;
  border: 1px solid rgba(179, 138, 74, 0.45);
  background: rgba(0, 0, 0, 0.28);
  text-align: center;
}

.phone-box p {
  margin: 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.9rem;
}

.phone-box a {
  font-family: "Times New Roman", "Yu Mincho", serif;
  color: var(--gold-soft);
  font-size: 2.35rem;
  line-height: 1.25;
}

.phone-box span {
  color: rgba(255, 250, 240, 0.75);
  font-size: 0.84rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 38px;
  padding: 28px 34px;
  background: #030303;
}

.footer-brand {
  padding: 0;
}

.footer-brand .brand-mark {
  font-size: 2.7rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
  color: rgba(255, 250, 240, 0.84);
  font-size: 0.82rem;
}

.site-footer small {
  color: rgba(255, 250, 240, 0.68);
  white-space: nowrap;
}

.sub-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  padding: 170px min(8vw, 112px) 86px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.sub-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: brightness(1.02) contrast(1.03) saturate(0.9);
  z-index: -3;
}

.sub-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #000 0%, #000 34%, rgba(0, 0, 0, 0.7) 58%, rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.52));
  z-index: -2;
}

.sub-hero-copy {
  width: min(820px, 100%);
  min-width: 0;
}

.sub-hero h1,
.about-heading h2,
.section-head h2,
.message-content h2,
.about-cta h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-weight: 500;
}

.sub-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(3rem, 5.8vw, 5.25rem);
  line-height: 1.16;
  text-wrap: balance;
}

.sub-hero p {
  width: min(560px, 100%);
  margin: 0;
  color: rgba(255, 250, 240, 0.9);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.08rem;
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.phrase,
.nowrap {
  white-space: nowrap;
}

.sub-hero h1 .phrase {
  display: inline-block;
  margin-right: 0.08em;
}

.section-head h2 .phrase,
.about-heading h2 .phrase {
  display: inline-block;
  margin-right: 0.08em;
}

.about-lead {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: min(8vw, 100px);
  padding: 92px min(8vw, 112px);
  background: #060606;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.about-heading h2,
.section-head h2,
.message-content h2 {
  margin: 0;
  font-size: 2.55rem;
  line-height: 1.36;
}

.about-text {
  color: rgba(255, 250, 240, 0.84);
  font-size: 1rem;
}

.about-text p {
  margin: 0 0 20px;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.philosophy {
  padding: 86px min(8vw, 112px);
  background: #0a0908;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 42px;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(179, 138, 74, 0.38);
  border-left: 1px solid rgba(179, 138, 74, 0.38);
}

.philosophy-card {
  min-height: 260px;
  padding: 34px;
  border-right: 1px solid rgba(179, 138, 74, 0.38);
  border-bottom: 1px solid rgba(179, 138, 74, 0.38);
  background: rgba(255, 250, 240, 0.025);
}

.philosophy-card span {
  color: var(--gold-soft);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 1.42rem;
}

.philosophy-card h3 {
  margin: 32px 0 18px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.philosophy-card p {
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.94rem;
}

.message-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 520px;
  background: var(--ivory);
  color: #111;
}

.message-image {
  margin: 0;
  min-height: 520px;
  overflow: hidden;
}

.message-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

.message-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 82px min(8vw, 100px);
}

.message-content p {
  margin: 24px 0 0;
  color: #2a2723;
}

.message-content .signature {
  margin-top: 34px;
  color: #111;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: right;
}

.representative-simple-page {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.62)),
    url("../assets/hero-business-abstract.png") center / cover no-repeat;
  color: var(--white);
  padding: 132px min(7vw, 100px) 86px;
}

.representative-simple {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: min(6vw, 72px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.representative-photo {
  margin: 0;
  border: 1px solid rgba(196, 155, 92, 0.42);
  background: #111;
}

.representative-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.representative-message {
  border-left: 1px solid rgba(196, 155, 92, 0.44);
  padding-left: min(4vw, 52px);
}

.representative-message h1 {
  margin: 14px 0 30px;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 5vw, 4.7rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}

.representative-message p {
  margin: 0 0 22px;
  color: rgba(255, 250, 240, 0.88);
  font-size: 1rem;
  line-height: 2.15;
}

.representative-message .signature {
  margin-top: 40px;
  color: var(--white);
  text-align: right;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.9;
}

.about-cta {
  padding: 74px min(8vw, 112px);
  background: #070604;
  border-top: 1px solid rgba(179, 138, 74, 0.34);
}

.service-intro {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: min(8vw, 96px);
  align-items: start;
  padding: 86px min(8vw, 112px);
  background: #060606;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.case-summary {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: min(8vw, 96px);
  align-items: start;
  padding: 86px min(8vw, 112px);
  background: #060606;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.service-intro h2,
.service-detail-content h2,
.case-summary h2,
.case-item h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-weight: 500;
}

.service-intro h2,
.case-summary h2 {
  font-size: 2.65rem;
  line-height: 1.38;
}

.service-intro p,
.case-summary p {
  margin: 0;
  color: rgba(255, 250, 240, 0.84);
}

.business-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #050505;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.business-card {
  min-height: 360px;
  padding: 44px min(4vw, 54px);
  border-right: 1px solid rgba(179, 138, 74, 0.34);
  background: rgba(255, 250, 240, 0.018);
}

.business-card:last-child {
  border-right: 0;
}

.business-card span,
.case-support-grid span {
  color: var(--gold-soft);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 1.45rem;
}

.business-card h2,
.case-support-grid h3 {
  margin: 36px 0 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 1.62rem;
  font-weight: 500;
  line-height: 1.42;
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
  text-wrap: balance;
}

.business-card p,
.case-support-grid p {
  margin: 0;
  color: rgba(255, 250, 240, 0.8);
  font-size: 0.94rem;
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.support-menu {
  padding: 86px min(8vw, 112px);
  background: var(--ivory);
  color: #101010;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.support-menu .section-label,
.opening-flow .section-label {
  color: #9b783f;
}

.section-note {
  max-width: 760px;
  margin: 10px 0 0;
  color: rgba(16, 16, 16, 0.72);
  font-size: 0.98rem;
}

.support-flow-grid,
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.flow-card,
.schedule-card {
  position: relative;
  min-height: 292px;
  padding: 34px 30px 30px;
  border: 1px solid rgba(179, 138, 74, 0.42);
  border-top: 5px solid var(--gold);
  background: #fffdf7;
  box-shadow: 0 18px 42px rgba(6, 6, 6, 0.08);
}

.flow-number {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8c6939, #c99e59);
  color: #fffaf0;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 1.74rem;
  line-height: 1;
}

.flow-card h3,
.schedule-card h3 {
  margin: 0 0 18px;
  color: #111;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 1.48rem;
  font-weight: 600;
  line-height: 1.35;
}

.flow-card ul,
.schedule-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-card li,
.schedule-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(16, 16, 16, 0.76);
  font-size: 0.94rem;
  line-height: 1.72;
}

.flow-card li::before,
.schedule-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.83em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
}

.case-overview {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: min(7vw, 86px);
  align-items: center;
  padding: 86px min(8vw, 112px);
  background: #060606;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.case-overview figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(179, 138, 74, 0.28);
  background: #101010;
}

.case-overview img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: brightness(0.94) contrast(1.04) saturate(0.9);
}

.case-overview h2,
.case-example .section-head h2,
.case-support .section-head h2,
.opening-flow .section-head h2 {
  margin: 0 0 24px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.38;
}

.case-overview p {
  margin: 0;
  color: rgba(255, 250, 240, 0.84);
}

.opening-flow {
  padding: 86px min(8vw, 112px);
  background: var(--ivory);
  color: #101010;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.case-support {
  padding: 86px min(8vw, 112px);
  background: var(--ivory);
  color: #101010;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.case-support .section-label {
  color: #9b783f;
}

.case-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid rgba(179, 138, 74, 0.34);
  border-left: 1px solid rgba(179, 138, 74, 0.34);
}

.case-support-grid article {
  min-height: 250px;
  padding: 34px;
  border-right: 1px solid rgba(179, 138, 74, 0.34);
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
  background: #fffdf7;
}

.case-support-grid article:last-child {
  grid-column: span 2;
  min-height: 220px;
}

.case-support-grid p {
  color: rgba(16, 16, 16, 0.76);
}

.case-example {
  padding: 86px min(8vw, 112px);
  background: #060606;
  color: var(--white);
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.case-example .section-head {
  display: block;
  max-width: 820px;
  margin-bottom: 44px;
}

.case-example .section-head p {
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.case-example-list {
  display: grid;
  gap: 28px;
  margin-top: 44px;
}

.case-example-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  min-height: 340px;
  border: 1px solid rgba(179, 138, 74, 0.34);
  background: rgba(255, 250, 240, 0.035);
}

.case-example-card:nth-child(even) {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.case-example-card figure {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  background: #111;
}

.case-example-card:nth-child(even) figure {
  order: 2;
}

.case-example-card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  filter: brightness(0.94) saturate(0.95) contrast(1.02);
}

.case-example-card > div {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(32px, 5vw, 62px);
}

.case-example-card span {
  color: var(--gold-soft);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 1.35rem;
  line-height: 1;
}

.case-example-card h3 {
  margin: 0;
  color: #fffaf0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  font-weight: 500;
  line-height: 1.45;
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
  text-wrap: balance;
}

.case-example-card p {
  margin: 0;
  color: rgba(255, 250, 240, 0.8);
  line-height: 2;
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.case-gantt {
  margin-top: 42px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.opening-flow .section-head {
  display: block;
  margin-bottom: 18px;
  text-align: center;
}

.opening-flow .section-note {
  margin: 0 auto;
  text-align: center;
}

.case-gantt-inner {
  min-width: 1160px;
  border: 1px solid rgba(179, 138, 74, 0.46);
  background: #fffdf7;
  box-shadow: 0 18px 42px rgba(6, 6, 6, 0.08);
}

.case-gantt-header,
.case-gantt-row {
  display: grid;
  grid-template-columns: 330px repeat(12, minmax(64px, 1fr));
}

.case-gantt-header > div {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 0 8px;
  border-left: 1px solid rgba(255, 250, 240, 0.38);
  background: linear-gradient(180deg, #b88845, #936932);
  color: #fffaf0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1;
}

.case-gantt-header .case-gantt-task-head {
  border-left: 0;
  background: #fffaf0;
  color: #1a1712;
  font-weight: 600;
}

.case-gantt-row {
  min-height: 42px;
}

.case-gantt-row:nth-child(odd) {
  background: rgba(179, 138, 74, 0.06);
}

.case-gantt-task {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px 16px;
  border-top: 1px solid rgba(179, 138, 74, 0.14);
  border-right: 1px solid rgba(179, 138, 74, 0.34);
}

.case-gantt-task span {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #a4773b, #c89a54);
  color: #fffaf0;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.case-gantt-task strong {
  color: #1a1712;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.98rem;
  line-height: 1.45;
}

.case-gantt-timeline {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: repeat(12, minmax(64px, 1fr));
  align-items: center;
  min-height: 42px;
  border-top: 1px solid rgba(179, 138, 74, 0.14);
  background-image: linear-gradient(to right, rgba(179, 138, 74, 0.22) 1px, transparent 1px);
  background-size: calc(100% / 12) 100%;
}

.case-gantt-bar {
  grid-column: var(--start) / span var(--span);
  height: 22px;
  margin: 0 10px;
  background: linear-gradient(90deg, #b68542, #d3aa6a);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  box-shadow: 0 6px 14px rgba(139, 93, 37, 0.18);
}

.opening-flow-list {
  display: grid;
  grid-template-columns: 1fr;
  width: min(760px, 100%);
  margin: 42px 0 0;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(179, 138, 74, 0.34);
  list-style: none;
}

.opening-flow-list li {
  position: relative;
  min-height: 118px;
  display: flex;
  align-items: center;
  padding: 20px 26px 20px 18px;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
  color: rgba(255, 250, 240, 0.86);
  font-size: 0.9rem;
}

.opening-flow-list li:last-child {
  border-bottom: 0;
}

.opening-flow-list li::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 18px;
  height: 7px;
  border-right: 1px solid var(--gold-soft);
  border-bottom: 1px solid var(--gold-soft);
  transform: translateY(-50%) skewX(42deg);
}

.opening-flow-list li:last-child::after {
  content: none;
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #0a0908;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.case-metrics article {
  min-height: 260px;
  padding: 42px min(4vw, 54px);
  border-right: 1px solid rgba(179, 138, 74, 0.34);
}

.case-metrics article:last-child {
  border-right: 0;
}

.case-metrics span {
  color: var(--gold-soft);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 2.2rem;
  line-height: 1;
}

.case-metrics h2 {
  margin: 32px 0 18px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 1.52rem;
  font-weight: 500;
}

.case-metrics p {
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.94rem;
}

.service-detail-list {
  background: #050505;
}

.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.service-detail-reverse figure {
  order: 2;
}

.service-detail figure {
  margin: 0;
  overflow: hidden;
  background: #101010;
}

.service-detail figure img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
  filter: brightness(0.92) contrast(1.04) saturate(0.9);
}

.service-detail-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 82px min(8vw, 96px);
}

.service-detail-content .service-number {
  position: static;
  margin-bottom: 28px;
  font-size: 1.55rem;
}

.service-detail-content h2 {
  margin-bottom: 26px;
  font-size: 2.55rem;
  line-height: 1.34;
}

.service-detail-content p {
  margin: 0 0 26px;
  color: rgba(255, 250, 240, 0.84);
}

.service-points {
  display: grid;
  gap: 10px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.service-points li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.92rem;
}

.service-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.86em;
  width: 9px;
  height: 1px;
  background: var(--gold-soft);
}

.case-list {
  display: grid;
  gap: 0;
  padding: 0 min(7vw, 96px);
  background: #050505;
}

.case-item {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: min(6vw, 80px);
  align-items: center;
  padding: 78px 0;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.case-item figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(179, 138, 74, 0.28);
  background: #101010;
}

.case-item figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: brightness(0.94) contrast(1.04) saturate(0.9);
}

.case-item h2 {
  margin: 8px 0 22px;
  font-size: 2.25rem;
  line-height: 1.38;
}

.case-item p {
  margin: 0 0 24px;
  color: rgba(255, 250, 240, 0.84);
}

.about-cta p {
  margin: 0 0 4px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
}

.about-cta h2 {
  margin: 0 0 28px;
  font-size: 2.25rem;
  line-height: 1.45;
}

.about-cta h2 + p {
  max-width: 760px;
  margin: -12px 0 28px;
  color: rgba(255, 250, 240, 0.84);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 0.98rem;
}

.company-message,
.company-profile,
.company-business,
.company-access,
.related-policy,
.news-archive,
.policy-section,
.policy-contact {
  padding: 86px min(8vw, 112px);
  background: var(--ivory);
  color: #101010;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.company-business {
  background: #050505;
  color: var(--white);
}

.company-message {
  background: #060606;
  color: var(--white);
}

.company-message .section-head {
  display: block;
  max-width: 920px;
  margin: 0 auto 28px;
}

.company-message .section-head h2 {
  margin-top: 10px;
}

.company-message-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
}

.company-message-text p {
  margin: 0;
  color: rgba(255, 250, 240, 0.84);
}

.company-profile .section-label,
.company-access .section-label,
.related-policy .section-label,
.news-archive .section-label,
.policy-section .section-label,
.policy-contact .section-label {
  color: #9b783f;
}

.profile-table {
  display: grid;
  margin: 44px 0 0;
  border-top: 1px solid rgba(179, 138, 74, 0.34);
}

.profile-table div {
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.profile-table dt,
.profile-table dd {
  margin: 0;
  padding: 22px 24px;
}

.profile-table dt {
  color: #8c6939;
  font-weight: 700;
}

.profile-table dd {
  color: #17120d;
}

.profile-table a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.profile-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-link {
  display: inline;
  margin-left: 14px;
  color: var(--gold);
  font-size: 0.88rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.profile-table .profile-link {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.profile-table .profile-link:hover,
.profile-table .profile-link:focus-visible {
  color: var(--gold-bright);
}

ol.profile-list {
  list-style: decimal;
  padding-left: 1.2em;
}

.company-cards {
  margin-top: 44px;
  border-top: 1px solid rgba(179, 138, 74, 0.34);
}

.staffing-detail {
  padding: 86px min(8vw, 112px);
  background: #070604;
  color: var(--white);
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.staffing-detail .section-note {
  color: rgba(255, 250, 240, 0.78);
}

.staffing-block {
  margin-top: 56px;
}

.staffing-block h3,
.staffing-heading h3,
.flow-title,
.relation-grid h4,
.placement-types h4,
.benefit-grid h4,
.process-list h5 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-weight: 500;
}

.staffing-block h3,
.staffing-heading h3 {
  margin: 0 0 24px;
  font-size: 2rem;
  line-height: 1.35;
}

.staffing-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
}

.staffing-heading .section-label {
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

.staffing-heading p,
.staffing-note {
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
}

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

.job-tags li {
  min-height: 74px;
  display: grid;
  align-content: center;
  padding: 16px 18px;
  border: 1px solid rgba(179, 138, 74, 0.34);
  background: rgba(255, 250, 240, 0.026);
  color: rgba(255, 250, 240, 0.9);
  font-size: 0.92rem;
}

.job-tags small {
  color: rgba(255, 250, 240, 0.62);
  font-size: 0.78rem;
  line-height: 1.55;
}

.relation-grid,
.placement-types,
.benefit-grid {
  display: grid;
  gap: 18px;
}

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

.relation-grid article,
.placement-types article,
.benefit-grid article {
  padding: 28px;
  border: 1px solid rgba(179, 138, 74, 0.34);
  background: rgba(255, 250, 240, 0.026);
}

.relation-grid h4,
.placement-types h4,
.benefit-grid h4 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 1.2rem;
}

.relation-grid p,
.placement-types p {
  margin: 0;
  color: rgba(255, 250, 240, 0.76);
  font-size: 0.94rem;
}

.flow-title {
  margin: 44px 0 22px;
  color: var(--white);
  font-size: 1.5rem;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  min-height: 172px;
  padding: 24px 22px;
  border: 1px solid rgba(179, 138, 74, 0.3);
  background: rgba(255, 250, 240, 0.022);
}

.process-list span,
.placement-types span {
  color: var(--gold-soft);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 1.35rem;
  line-height: 1.2;
}

.process-list h5 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 1.06rem;
  line-height: 1.45;
}

.process-list p {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.88rem;
  line-height: 1.72;
}

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

.process-list.compact li {
  min-height: 180px;
}

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

.placement-types article {
  min-height: 360px;
}

.placement-types h4 {
  margin-top: 20px;
}

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

.benefit-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-grid li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 250, 240, 0.74);
  font-size: 0.9rem;
  line-height: 1.75;
}

.benefit-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.88em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold-soft);
}

.staffing-note {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(179, 138, 74, 0.28);
}

.staffing-detail {
  background: var(--ivory);
  color: #101010;
}

.staffing-detail .section-head {
  display: block;
  margin-bottom: 22px;
  text-align: center;
}

.staffing-detail .section-head h2 {
  color: #101010;
}

.staffing-detail .section-label {
  color: #9b783f;
}

.staffing-detail .section-note {
  max-width: 920px;
  margin: 0 auto;
  color: rgba(16, 16, 16, 0.74);
  text-align: center;
  line-height: 1.95;
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.staffing-block {
  width: min(1180px, 100%);
  margin: 44px auto 0;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(179, 138, 74, 0.28);
  background: #fffdf7;
  box-shadow: 0 18px 42px rgba(16, 12, 7, 0.06);
}

.staffing-block + .staffing-block {
  margin-top: 28px;
}

.staffing-block-with-media .staffing-heading {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 38%);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  margin-bottom: 32px;
}

.staffing-title-copy {
  min-width: 0;
}

.staffing-title-copy h3 {
  margin-bottom: 12px;
}

.staffing-title-copy h3 .phrase {
  display: inline-block;
  margin-right: 0.08em;
}

.staffing-section-image {
  position: relative;
  width: 100%;
  min-height: 150px;
  margin: 0;
  aspect-ratio: 16 / 5;
  overflow: hidden;
  border: 1px solid rgba(179, 138, 74, 0.32);
  background: #eee8dc;
}

.staffing-section-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 253, 247, 0.08), rgba(11, 8, 5, 0.12));
  pointer-events: none;
}

.staffing-section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.96) brightness(1.02);
  transform: scale(1.02);
}

.staffing-section-image.image-dispatch img {
  object-position: 42% 100%;
}

.staffing-section-image.image-placement img {
  object-position: 50% 58%;
}

.staffing-section-image.image-placement-types img {
  object-position: 54% 62%;
}

.staffing-section-image.image-process img {
  object-position: 44% 100%;
}

.staffing-section-image.image-benefits img {
  object-position: 42% 100%;
}

.staffing-block h3,
.staffing-heading h3,
.flow-title {
  color: #101010;
}

.staffing-heading p,
.staffing-note,
.relation-grid p,
.placement-types p,
.process-list p {
  color: rgba(16, 16, 16, 0.72);
}

.job-tags li,
.relation-grid article,
.placement-types article,
.benefit-grid article,
.process-list li {
  background: rgba(250, 246, 237, 0.86);
  color: rgba(16, 16, 16, 0.82);
}

.job-tags small {
  color: rgba(16, 16, 16, 0.56);
}

.relation-grid h4,
.placement-types h4,
.benefit-grid h4,
.process-list h5 {
  color: #101010;
}

.benefit-grid li {
  color: rgba(16, 16, 16, 0.74);
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: min(6vw, 72px);
  align-items: stretch;
  margin-top: 44px;
}

.access-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  border: 1px solid rgba(179, 138, 74, 0.34);
  background: #fffdf7;
}

.access-info h3 {
  margin: 0 0 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 600;
}

.access-info p {
  margin: 0 0 14px;
  color: rgba(16, 16, 16, 0.78);
}

.access-info p:last-child {
  margin-bottom: 0;
}

.access-info a,
.contact-table a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.map-frame {
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(179, 138, 74, 0.34);
  background: #ddd5c9;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.related-policy {
  background: #070604;
  color: var(--white);
}

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

.policy-link-card {
  display: grid;
  gap: 12px;
  min-height: 160px;
  align-content: center;
  padding: 32px;
  border: 1px solid rgba(179, 138, 74, 0.38);
  background: rgba(255, 250, 240, 0.02);
  transition: background 180ms ease, border-color 180ms ease;
}

.policy-link-card:hover,
.policy-link-card:focus-visible {
  background: rgba(179, 138, 74, 0.12);
  border-color: rgba(216, 177, 106, 0.72);
}

.policy-link-card span {
  color: var(--gold-soft);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 0.9rem;
}

.policy-link-card strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.archive-list {
  display: grid;
  margin-top: 44px;
  border-top: 1px solid rgba(179, 138, 74, 0.34);
}

.archive-item {
  display: grid;
  grid-template-columns: 130px 120px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.archive-item time {
  color: #30281f;
  font-family: "Times New Roman", "Yu Mincho", serif;
}

.archive-item span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  background: #050505;
  color: var(--white);
  font-size: 0.78rem;
}

.archive-item h3 {
  margin: 0;
  color: #111;
  font-size: 1rem;
  font-weight: 500;
}

.policy-body {
  max-width: 980px;
  margin-top: 44px;
}

.policy-body p {
  margin: 0 0 24px;
  color: rgba(16, 16, 16, 0.78);
}

.policy-list {
  display: grid;
  gap: 18px;
  margin: 0 0 34px;
  padding-left: 1.45em;
}

.policy-list li {
  color: rgba(16, 16, 16, 0.78);
}

.policy-date,
.policy-signature {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.policy-signature {
  text-align: right;
}

.contact-table {
  display: grid;
  gap: 8px;
  max-width: 620px;
  margin-top: 34px;
  padding: 34px;
  border: 1px solid rgba(179, 138, 74, 0.34);
  background: #fffdf7;
}

.contact-table p {
  margin: 0;
  color: rgba(16, 16, 16, 0.78);
}

.csr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 42px 0 34px;
  border-top: 1px solid rgba(179, 138, 74, 0.34);
  border-left: 1px solid rgba(179, 138, 74, 0.34);
}

.csr-grid article {
  min-height: 220px;
  padding: 30px;
  border-right: 1px solid rgba(179, 138, 74, 0.34);
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
  background: #fffdf7;
}

.csr-grid span {
  color: #9b783f;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 1.3rem;
}

.csr-grid h3 {
  margin: 24px 0 14px;
  color: #111;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 600;
}

.csr-grid p {
  margin: 0;
  font-size: 0.94rem;
}

.csr-page .policy-section {
  padding-top: 94px;
}

.csr-page .policy-section .section-head {
  display: block;
  max-width: 960px;
  margin: 0 auto 28px;
  text-align: center;
}

.csr-page .policy-section .section-label {
  display: block;
}

.csr-page .policy-body {
  max-width: 1120px;
  margin: 0 auto;
}

.csr-page .policy-body > p {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.csr-page .csr-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 42px;
  border: 0;
}

.csr-page .csr-grid article {
  min-height: 250px;
  padding: 28px 24px;
  border: 1px solid rgba(179, 138, 74, 0.28);
  background: #fffdf7;
  box-shadow: 0 16px 36px rgba(16, 12, 7, 0.06);
}

.csr-page .csr-grid h3 {
  margin-top: 26px;
}

.medical-services,
.medical-consultant,
.tea-intro {
  padding: 86px min(8vw, 112px);
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.medical-services,
.tea-intro {
  background: var(--ivory);
  color: #101010;
}

.medical-services .section-label,
.tea-intro .section-label {
  color: #9b783f;
}

.medical-services .section-head {
  display: block;
  max-width: 980px;
  margin: 0 auto 22px;
  text-align: center;
}

.medical-services .section-head h2 {
  margin-bottom: 16px;
}

.medical-services > p,
.tea-intro > p {
  max-width: 980px;
  margin: 0 0 42px;
  color: rgba(16, 16, 16, 0.76);
}

.medical-services > .medical-services-lead {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 2;
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.medical-service-menu {
  width: min(1180px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(179, 138, 74, 0.34);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 18px 44px rgba(16, 12, 7, 0.06);
}

.medical-service-item {
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
  background: rgba(255, 253, 247, 0.82);
}

.medical-service-item summary {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 36px;
  gap: 16px;
  align-items: center;
  min-height: 74px;
  padding: 18px 36px;
  cursor: pointer;
  list-style: none;
}

.medical-service-item summary::-webkit-details-marker {
  display: none;
}

.medical-service-item summary::after {
  content: "+";
  color: #9b783f;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

.medical-service-item[open] summary::after {
  content: "-";
}

.medical-service-no {
  color: #9b783f;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 1.8rem;
  line-height: 1;
}

.medical-service-item h3 {
  margin: 0;
  color: #15110c;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.42;
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
  text-wrap: balance;
}

.medical-service-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: 32px;
  align-items: start;
  padding: 0 72px 34px 116px;
}

.medical-service-panel p {
  margin: 0;
  color: rgba(16, 16, 16, 0.76);
  font-size: 0.96rem;
  line-height: 1.9;
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.medical-service-panel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 12px;
  margin: 0;
  padding: 2px 0 0;
  list-style: none;
}

.medical-service-panel li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 18px;
  border: 1px solid rgba(179, 138, 74, 0.44);
  border-radius: 999px;
  color: #9b783f;
  font-size: 0.86rem;
  line-height: 1;
  background: rgba(255, 253, 247, 0.7);
  white-space: nowrap;
}

.medical-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: medical-service;
  list-style: none;
}

.medical-service-list li {
  position: relative;
  min-height: 92px;
  padding: 22px 22px 22px 56px;
  border: 1px solid rgba(179, 138, 74, 0.28);
  background: #fffdf7;
  color: rgba(16, 16, 16, 0.82);
  font-size: 0.92rem;
  line-height: 1.65;
}

.medical-service-list li::before {
  counter-increment: medical-service;
  content: counter(medical-service, decimal-leading-zero);
  position: absolute;
  left: 20px;
  top: 22px;
  color: #9b783f;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 1.12rem;
}

.medical-consultant {
  background: #070604;
  color: var(--white);
}

.medical-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px min(6vw, 72px);
}

.medical-text p {
  margin: 0;
  color: rgba(255, 250, 240, 0.8);
}

.medical-schedule-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 42px 0 0;
  padding: 0;
  counter-reset: medical-schedule;
  list-style: none;
}

.medical-schedule-list li {
  position: relative;
  min-height: 102px;
  display: flex;
  align-items: center;
  padding: 22px 20px 22px 56px;
  border: 1px solid rgba(179, 138, 74, 0.3);
  background: #fffdf7;
  color: rgba(16, 16, 16, 0.8);
  font-size: 0.9rem;
}

.medical-schedule-list li::before {
  counter-increment: medical-schedule;
  content: counter(medical-schedule, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 21px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #b38a4a;
  color: #fffaf0;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 0.92rem;
}

.tea-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding: 86px min(8vw, 112px);
  background: #070604;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.tea-products article {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgba(179, 138, 74, 0.36);
  background: rgba(255, 250, 240, 0.026);
}

.tea-products figure {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 250, 240, 0.04);
}

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

.tea-products span {
  color: var(--gold-soft);
  font-family: "Times New Roman", "Yu Mincho", serif;
}

.tea-products h2 {
  margin: 12px 0 14px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.tea-products p {
  margin: 0;
  color: rgba(255, 250, 240, 0.78);
}

.tea-v2 {
  color: #211e18;
  background: #f4efe5;
}

.tea-v2-hero {
  position: relative;
  min-height: 620px;
  padding: 156px min(7vw, 96px) 74px;
  display: grid;
  grid-template-columns: minmax(310px, 0.62fr) minmax(440px, 1.38fr);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(93, 78, 43, 0.28);
  background:
    linear-gradient(180deg, rgba(56, 42, 27, 0.04) 0 63%, rgba(112, 80, 45, 0.24) 63% 100%),
    linear-gradient(90deg, rgba(250, 246, 236, 0.94), rgba(201, 181, 144, 0.76) 42%, rgba(108, 88, 58, 0.78)),
    #bda782;
}

.tea-v2-hero::before {
  content: "";
  position: absolute;
  inset: 88px auto 0 0;
  width: min(19vw, 210px);
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(121, 75, 37, 0.52), transparent 7%, transparent 93%, rgba(121, 75, 37, 0.34)),
    repeating-linear-gradient(90deg, rgba(111, 70, 34, 0.24) 0 3px, transparent 3px 55px),
    repeating-linear-gradient(0deg, rgba(111, 70, 34, 0.16) 0 2px, transparent 2px 52px),
    rgba(255, 251, 236, 0.7);
}

.tea-v2-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 37%;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(134, 88, 48, 0.24), rgba(61, 43, 28, 0.38)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 36px),
    #8b6642;
}

.tea-v2-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding-left: clamp(24px, 8vw, 112px);
}

.tea-brand-logo {
  width: clamp(86px, 8.2vw, 118px);
  margin: 0 0 20px;
  line-height: 0;
}

.tea-brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.tea-v2-kicker,
.tea-v2-label,
.tea-v2-no {
  color: #6b6237;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}

.tea-v2-copy h1,
.tea-v2-intro h2,
.tea-band h2 {
  margin: 0;
  color: #f9f5ea;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.25;
}

.tea-v2-copy h1 {
  margin-top: 14px;
  color: #fffaf0;
  font-size: clamp(3.35rem, 5.2vw, 5.1rem);
  text-shadow: 0 2px 22px rgba(29, 22, 14, 0.32);
  white-space: nowrap;
}

.tea-v2-copy p {
  margin: 26px 0 0;
  max-width: 430px;
  color: rgba(255, 250, 240, 0.9);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 2.08;
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.tea-v2-lead > span {
  display: block;
}

.tea-v2-lead .nowrap {
  display: inline-block;
}

.tea-room-art {
  position: relative;
  min-height: 420px;
}

.tea-scroll {
  position: absolute;
  top: 8px;
  left: 34%;
  width: 150px;
  height: 320px;
  background:
    radial-gradient(ellipse at 54% 26%, rgba(74, 55, 38, 0.24), transparent 28%),
    linear-gradient(90deg, rgba(60, 43, 28, 0.12), rgba(255, 251, 239, 0.34) 18% 82%, rgba(60, 43, 28, 0.12)),
    #d7cab0;
  border-left: 5px solid rgba(45, 33, 22, 0.24);
  border-right: 5px solid rgba(45, 33, 22, 0.24);
  opacity: 0.76;
}

.tea-scroll::before {
  content: "";
  position: absolute;
  inset: 72px 44px auto;
  height: 150px;
  border-left: 2px solid rgba(48, 55, 34, 0.42);
  border-radius: 50%;
  transform: rotate(25deg);
}

.tea-vase {
  position: absolute;
  right: 6%;
  bottom: 60px;
  width: 62px;
  height: 118px;
  border-radius: 48% 48% 18px 18px;
  background: linear-gradient(90deg, #594a36, #191915 38%, #8d7651 78%, #30251a);
  box-shadow: 0 24px 28px rgba(30, 22, 14, 0.25);
}

.tea-branch {
  position: absolute;
  right: 7.5%;
  bottom: 148px;
  width: 230px;
  height: 220px;
  border-top: 2px solid rgba(59, 52, 27, 0.68);
  border-radius: 60% 0 0 0;
  transform: rotate(-17deg);
}

.tea-branch::before,
.tea-branch::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 1px;
  background: rgba(59, 52, 27, 0.65);
  transform-origin: left;
}

.tea-branch::before {
  left: 78px;
  top: 22px;
  transform: rotate(-38deg);
}

.tea-branch::after {
  left: 48px;
  top: 42px;
  transform: rotate(34deg);
}

.tea-kettle {
  position: absolute;
  right: 18%;
  bottom: 58px;
  width: 170px;
  height: 116px;
  border-radius: 52% 52% 38% 38%;
  background:
    radial-gradient(circle at 68% 22%, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(145deg, #342a21, #080807 54%, #6c5b43);
  box-shadow: 0 28px 38px rgba(28, 20, 12, 0.34);
}

.tea-kettle::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -92px;
  width: 112px;
  height: 106px;
  border: 10px solid #231b14;
  border-bottom: 0;
  border-radius: 90px 90px 0 0;
}

.tea-kettle::after {
  content: "";
  position: absolute;
  left: -54px;
  top: 44px;
  width: 64px;
  height: 20px;
  border-radius: 50%;
  background: #17120d;
  transform: rotate(-16deg);
}

.tea-cup {
  position: absolute;
  right: 33%;
  bottom: 66px;
  width: 108px;
  height: 60px;
  border-radius: 0 0 48px 48px;
  background: linear-gradient(180deg, #d0ba93, #7c6548);
  box-shadow: inset 0 12px 0 rgba(52, 31, 15, 0.28), 0 22px 28px rgba(35, 24, 13, 0.2);
}

.tea-v2-intro {
  min-height: 420px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: min(7vw, 90px);
  padding: 82px min(8vw, 112px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(244, 238, 226, 0.48)),
    repeating-linear-gradient(90deg, rgba(82, 71, 38, 0.035) 0 1px, transparent 1px 9px),
    #f5f0e6;
  border-bottom: 1px solid rgba(99, 86, 47, 0.22);
}

.tea-v2-intro h2 {
  margin-top: 16px;
  color: #171510;
  font-size: clamp(2rem, 4vw, 3.2rem);
  overflow-wrap: anywhere;
}

.tea-v2-intro p {
  margin: 26px 0 0;
  max-width: 520px;
  color: rgba(33, 30, 24, 0.73);
  line-height: 2;
}

.tea-ink-art {
  position: relative;
  min-height: 280px;
}

.ink-circle {
  position: absolute;
  left: 7%;
  top: 26px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 52%, rgba(92, 86, 55, 0.04) 53% 60%, transparent 61%),
    conic-gradient(from 18deg, transparent 0 18deg, rgba(79, 78, 53, 0.52) 18deg 118deg, transparent 118deg 150deg, rgba(79, 78, 53, 0.28) 150deg 246deg, transparent 246deg 360deg);
  filter: blur(0.2px);
  opacity: 0.8;
}

.ink-branch {
  position: absolute;
  right: 18%;
  top: 12px;
  width: 2px;
  height: 300px;
  background: rgba(57, 56, 38, 0.45);
  transform: rotate(-26deg);
  transform-origin: bottom;
}

.ink-branch i {
  position: absolute;
  display: block;
  width: 76px;
  height: 1px;
  left: -7px;
  background: rgba(57, 56, 38, 0.44);
  transform-origin: left;
}

.ink-branch i:nth-child(1) {
  top: 72px;
  transform: rotate(34deg);
}

.ink-branch i:nth-child(2) {
  top: 132px;
  transform: rotate(-38deg);
}

.ink-branch i:nth-child(3) {
  top: 196px;
  transform: rotate(31deg);
}

.ink-seal {
  position: absolute;
  right: 9%;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #9d5b38;
  color: #9d5b38;
  font-size: 0.7rem;
}

.tea-v2-products {
  background: #f8f4eb;
}

.tea-band {
  position: relative;
  min-height: 280px;
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(520px, 1.2fr);
  overflow: hidden;
  border-bottom: 1px solid rgba(99, 86, 47, 0.18);
}

.tea-band-copy {
  z-index: 2;
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 44px min(6vw, 92px);
}

.tea-band h2 {
  margin-top: 10px;
  color: #15130f;
  font-size: clamp(1.8rem, 2.7vw, 2.45rem);
  overflow-wrap: anywhere;
}

.tea-band p {
  max-width: 410px;
  margin: 18px 0 0;
  color: rgba(33, 30, 24, 0.72);
  line-height: 1.95;
}

.tea-band-scene {
  position: relative;
  min-height: 280px;
  background:
    radial-gradient(circle at 76% 23%, rgba(40, 67, 32, 0.18), transparent 18%),
    linear-gradient(90deg, rgba(248, 244, 235, 0.92), rgba(231, 216, 190, 0.46)),
    #e6dccb;
}

.tea-band-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 67% 56%, rgba(53, 44, 27, 0.28) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 62%, rgba(53, 44, 27, 0.25) 0 2px, transparent 3px),
    radial-gradient(circle at 79% 49%, rgba(53, 44, 27, 0.25) 0 2px, transparent 3px);
  background-size: 92px 74px;
  opacity: 0.58;
}

.tea-band .package {
  position: absolute;
  right: min(8vw, 106px);
  bottom: 24px;
  width: min(22vw, 198px);
  max-height: 242px;
  object-fit: contain;
  filter: drop-shadow(0 22px 22px rgba(50, 36, 20, 0.2));
  z-index: 3;
}

.tea-band .cup {
  position: absolute;
  left: 12%;
  bottom: 76px;
  width: 150px;
  height: 82px;
  border-radius: 0 0 70px 70px;
  background:
    radial-gradient(ellipse at center 16%, rgba(151, 79, 37, 0.78) 0 48%, transparent 50%),
    linear-gradient(180deg, #efe3ca, #ad8b61);
  box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.28), 0 22px 28px rgba(41, 30, 18, 0.16);
  z-index: 2;
}

.tea-band .saucer {
  position: absolute;
  left: 8%;
  bottom: 58px;
  width: 210px;
  height: 34px;
  border-radius: 50%;
  background: rgba(125, 87, 50, 0.3);
  filter: blur(0.4px);
  z-index: 1;
}

.tea-band.rooibos .tea-band-scene {
  background:
    radial-gradient(circle at 78% 26%, rgba(83, 70, 28, 0.13), transparent 20%),
    linear-gradient(90deg, rgba(248, 244, 235, 0.94), rgba(231, 222, 205, 0.56)),
    #eee7da;
}

.tea-band.green .tea-band-scene {
  background:
    radial-gradient(circle at 77% 24%, rgba(44, 83, 38, 0.16), transparent 21%),
    linear-gradient(90deg, rgba(248, 244, 235, 0.92), rgba(212, 220, 194, 0.5)),
    #e6e4d1;
}

.contact-form-section {
  padding: 86px min(8vw, 112px);
  background: var(--ivory);
  color: #101010;
  border-bottom: 1px solid rgba(179, 138, 74, 0.34);
}

.contact-form-section .section-label {
  color: #9b783f;
}

.contact-lead-box {
  display: grid;
  gap: 8px;
  margin: 0 0 42px;
  padding: 30px;
  border: 1px solid rgba(179, 138, 74, 0.34);
  background: #fffdf7;
  min-width: 0;
}

.contact-lead-box p {
  margin: 0;
  color: rgba(16, 16, 16, 0.78);
  overflow-wrap: anywhere;
}

.contact-lead-box a,
.contact-form a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contact-form {
  display: grid;
  gap: 30px;
}

.contact-form fieldset {
  margin: 0;
  padding: 30px;
  border: 1px solid rgba(179, 138, 74, 0.34);
  background: #fffdf7;
  min-width: 0;
}

.contact-form legend {
  padding: 0 12px;
  color: #8c6939;
  font-weight: 700;
}

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

.contact-form label,
.form-radio-group,
.full-field {
  display: grid;
  gap: 8px;
}

.contact-form label > span,
.form-radio-group > span,
.full-field > span {
  color: #8c6939;
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid rgba(16, 16, 16, 0.18);
  background: #fff;
  color: #101010;
  font: inherit;
}

.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.full-field {
  margin-top: 20px;
}

.form-radio-group label,
.checkbox-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(16, 16, 16, 0.78);
}

.form-radio-group input,
.checkbox-line input {
  width: auto;
  min-height: 0;
}

.contact-form .checkbox-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
  gap: 10px;
}

.contact-form .checkbox-line input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.contact-form .checkbox-line > span {
  color: rgba(16, 16, 16, 0.78);
  font-size: 0.94rem;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.recaptcha-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  overflow: auto;
}

.form-actions {
  display: flex;
  justify-content: center;
}

.form-actions button {
  min-width: min(100%, 260px);
  min-height: 54px;
  border: 0;
  background: linear-gradient(135deg, #97713d, #caa15d);
  color: #fff8ea;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.medical-page .case-support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.medical-page .case-support-grid article:last-child {
  grid-column: auto;
  min-height: 250px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(212px, 1fr) auto minmax(146px, 180px);
  }

  .global-nav {
    gap: 20px;
    padding-inline: 18px;
    font-size: 0.84rem;
  }

  .hero h1 {
    font-size: 4.35rem;
  }

  .service-content h2 {
    font-size: 1.95rem;
  }

  .news {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .news-visual {
    display: none;
  }

  .philosophy-grid {
    grid-template-columns: 1fr;
  }

  .case-metrics {
    grid-template-columns: 1fr;
  }

  .business-cards,
  .support-menu-list,
  .support-flow-grid,
  .schedule-grid {
    grid-template-columns: 1fr;
  }

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

  .process-list,
  .process-list.compact,
  .placement-types,
  .benefit-grid,
  .medical-service-list,
  .medical-schedule-list,
  .tea-products,
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .medical-page .case-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-card {
    border-right: 0;
    border-bottom: 1px solid rgba(179, 138, 74, 0.34);
  }

  .case-metrics article {
    border-right: 0;
    border-bottom: 1px solid rgba(179, 138, 74, 0.34);
  }

  .service-detail-content h2 {
    font-size: 2.2rem;
  }

}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr 68px;
    min-height: 76px;
  }

  .brand {
    padding: 14px 20px;
  }

  .brand-mark {
    font-size: 2.78rem;
  }

  .brand-text > span {
    font-size: 1.08rem;
  }

  .brand-text small {
    font-size: 0.72rem;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
    align-self: center;
    justify-self: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    border: 0;
    border: 1px solid rgba(216, 177, 106, 0.56);
    background: rgba(9, 8, 7, 0.72);
    color: var(--gold-soft);
    transition: background 180ms ease, border-color 180ms ease;
  }

  .nav-toggle:hover,
  .nav-toggle:focus-visible,
  .site-header.is-open .nav-toggle {
    background: rgba(179, 138, 74, 0.16);
    border-color: rgba(216, 177, 106, 0.86);
  }

  .nav-toggle-line {
    width: 24px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease, width 180ms ease;
  }

  .nav-toggle-line:nth-child(2) {
    width: 17px;
  }

  .site-header.is-open .nav-toggle-line:first-child {
    transform: translateY(7px) rotate(38deg);
  }

  .site-header.is-open .nav-toggle-line:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-open .nav-toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-38deg);
  }

  .global-nav {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(179, 138, 74, 0.35);
    background: rgba(3, 3, 3, 0.96);
  }

  .site-header.is-open .global-nav {
    display: flex;
  }

  .global-nav a {
    min-height: 48px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .global-nav a:last-child {
    border-bottom: 0;
  }

  .header-contact {
    display: none;
  }

  .hero {
    min-height: 650px;
    height: 82svh;
  }

  .hero-copy {
    padding-top: 134px;
    margin-left: 28px;
  }

  .hero h1 {
    font-size: 3.7rem;
  }

  .hero-watermark {
    top: 102px;
    font-size: 6.6rem;
  }

  .service-grid,
  .story,
  .contact-band,
  .site-footer,
  .about-lead,
  .message-panel,
  .service-intro,
  .service-detail,
  .case-summary,
  .case-item,
  .case-overview,
  .case-support-grid,
  .relation-grid,
  .staffing-heading {
    grid-template-columns: 1fr;
  }

  .job-tags,
  .process-list,
  .process-list.compact,
  .placement-types,
  .benefit-grid,
  .medical-service-list,
  .medical-schedule-list,
  .medical-text,
  .tea-products,
  .tea-products article {
    grid-template-columns: 1fr;
  }

  .staffing-heading {
    align-items: start;
  }

  .staffing-block-with-media .staffing-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 24px;
  }

  .staffing-section-image {
    min-height: 140px;
    aspect-ratio: 16 / 5;
  }

  .medical-page .case-support-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 360px;
    border-right: 0;
    border-bottom: 1px solid rgba(179, 138, 74, 0.3);
  }

  .service-content h2,
  .service-content p {
    min-height: 0;
  }

  .story-content {
    padding: 56px 30px;
  }

  .story-image > div {
    left: 30px;
    bottom: 42px;
    font-size: 1.72rem;
  }

  .news {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 26px;
  }

  .news-heading p {
    margin-bottom: 16px;
  }

  .contact-band {
    gap: 28px;
    padding: 44px 26px;
  }

  .site-footer {
    justify-items: start;
  }

  .footer-nav {
    justify-content: flex-start;
  }

  .sub-hero {
    min-height: 500px;
    padding: 132px 30px 64px;
  }

  .about-lead,
  .philosophy,
  .message-content,
  .about-cta {
    padding-inline: 30px;
  }

  .about-lead {
    gap: 28px;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .section-head {
    display: block;
  }

  .message-image,
  .message-image img {
    min-height: 360px;
  }

  .service-detail-reverse figure {
    order: 0;
  }

  .service-detail figure img {
    min-height: 360px;
  }

  .service-detail-content {
    padding: 56px 30px;
  }

  .service-intro {
    gap: 24px;
    padding: 62px 30px;
  }

  .case-summary {
    gap: 24px;
    padding: 62px 30px;
  }

  .case-list {
    padding-inline: 30px;
  }

  .case-item {
    gap: 30px;
    padding: 56px 0;
  }

  .support-menu,
  .staffing-detail,
  .case-support,
  .opening-flow {
    padding: 62px 30px;
  }

  .company-profile,
  .company-business,
  .company-access,
  .related-policy,
  .staffing-detail,
  .medical-services,
  .medical-consultant,
  .tea-intro,
  .tea-products,
  .contact-form-section,
  .policy-section,
  .policy-contact,
  .news-archive {
    padding: 62px 30px;
  }

  .case-overview {
    gap: 30px;
    padding: 62px 30px;
  }

  .case-support-grid article:last-child {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 620px;
    height: auto;
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.9) 34%, rgba(0, 0, 0, 0.66) 66%, rgba(0, 0, 0, 0.18)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.44));
  }

  .hero-copy {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding-top: 126px;
  }

  .hero h1 {
    font-size: 3rem;
    line-height: 1.28;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .service-content {
    padding: 0 24px 34px;
  }

  .service-card-tea .service-content {
    width: min(70%, 280px);
  }

  .service-number {
    left: 24px;
    top: 24px;
  }

  .service-content h2 {
    font-size: 1.76rem;
  }

  .story-image img {
    min-height: 360px;
  }

  .story-content h2,
  .contact-copy h2,
  .about-heading h2,
  .section-head h2,
  .message-content h2,
  .about-cta h2,
  .service-intro h2,
  .service-detail-content h2,
  .case-summary h2,
  .case-item h2,
  .case-overview h2,
  .case-example .section-head h2,
  .case-support .section-head h2,
  .opening-flow .section-head h2 {
    font-size: 1.82rem;
  }

  .story-mark {
    font-size: 10rem;
  }

  .news-heading h2 {
    font-size: 2.45rem;
  }

  .news-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
  }

  .news-item span {
    width: fit-content;
  }

  .contact-copy p {
    font-size: 1.08rem;
  }

  .phone-box {
    padding: 22px 18px;
  }

  .phone-box a {
    font-size: 1.9rem;
  }

  .site-footer {
    padding: 26px 20px;
  }

  .sub-hero {
    min-height: 460px;
    padding: 122px 20px 52px;
  }

  .sub-hero h1 {
    font-size: 2.38rem;
  }

  .sub-hero h1 .phrase,
  .section-head h2 .phrase,
  .about-heading h2 .phrase {
    margin-right: 0.02em;
  }

  .policy-page .sub-hero h1 {
    font-size: 2.35rem;
  }

  .policy-page .section-head h2 {
    font-size: 1.58rem;
  }

  .sub-hero p {
    font-size: 0.98rem;
    max-width: 100%;
    line-break: strict;
    overflow-wrap: normal;
    word-break: auto-phrase;
    text-wrap: pretty;
  }

  .sub-hero-copy,
  .sub-hero-copy h1,
  .contact-lead-box,
  .contact-lead-box p,
  .company-message-text,
  .company-message-text p,
  .policy-section,
  .policy-section p,
  .news-archive,
  .news-item,
  .site-footer,
  .footer-nav {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .site-footer small {
    white-space: normal;
  }

  .footer-nav {
    width: 100%;
    gap: 10px 18px;
  }

  .about-lead,
  .philosophy,
  .message-content,
  .about-cta,
  .service-intro,
  .service-detail-content,
  .case-summary,
  .support-menu,
  .staffing-detail,
  .medical-services,
  .medical-consultant,
  .tea-intro,
  .tea-products,
  .contact-form-section,
  .case-overview,
  .case-example,
  .case-support,
  .opening-flow,
  .company-message,
  .company-profile,
  .company-business,
  .company-access,
  .related-policy,
  .policy-section,
  .policy-contact,
  .news-archive {
    padding-left: 20px;
    padding-right: 20px;
  }

  .business-card {
    min-height: 280px;
    padding: 32px 24px;
  }

  .support-menu-list {
    margin-top: 28px;
  }

  .staffing-block-with-media .staffing-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .staffing-section-image {
    min-height: 112px;
    aspect-ratio: 16 / 5;
  }

  .support-flow-grid,
  .schedule-grid,
  .csr-page .csr-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .job-tags,
  .relation-grid,
  .process-list,
  .process-list.compact,
  .placement-types,
  .benefit-grid,
  .medical-service-list,
  .medical-schedule-list,
  .medical-text,
  .tea-products {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .medical-service-list li,
  .medical-schedule-list li {
    min-height: 0;
  }

  .tea-products article {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .case-example-list {
    gap: 18px;
    margin-top: 32px;
  }

  .case-example-card,
  .case-example-card:nth-child(even) {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .case-example-card:nth-child(even) figure {
    order: 0;
  }

  .case-example-card img {
    min-height: 220px;
    aspect-ratio: 16 / 10;
  }

  .case-example-card > div {
    padding: 26px 22px 30px;
  }

  .case-example-card h3 {
    font-size: 1.45rem;
  }

  .case-example-card p {
    font-size: 0.94rem;
    line-height: 1.9;
  }

  .medical-services .section-head {
    margin-bottom: 18px;
    text-align: left;
  }

  .medical-services > .medical-services-lead {
    text-align: left;
    line-height: 1.9;
  }

  .medical-service-menu {
    margin-top: 30px;
  }

  .medical-service-item summary {
    grid-template-columns: 46px minmax(0, 1fr) 28px;
    gap: 10px;
    min-height: 68px;
    padding: 18px 16px;
  }

  .medical-service-no {
    font-size: 1.42rem;
  }

  .medical-service-item h3 {
    font-size: 1.15rem;
  }

  .medical-service-item summary::after {
    font-size: 1.6rem;
  }

  .medical-service-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 18px 24px 72px;
  }

  .medical-service-panel p {
    font-size: 0.92rem;
    line-height: 1.85;
  }

  .medical-service-panel ul {
    justify-content: flex-start;
    gap: 8px;
  }

  .medical-service-panel li {
    min-height: 30px;
    padding: 0 13px;
    font-size: 0.8rem;
  }

  .case-gantt {
    margin-top: 30px;
    margin-right: -20px;
    padding-right: 20px;
  }

  .case-gantt-inner {
    min-width: 1040px;
  }

  .case-gantt-header,
  .case-gantt-row {
    grid-template-columns: 280px repeat(12, minmax(60px, 1fr));
  }

  .case-gantt-header > div {
    min-height: 44px;
    font-size: 0.92rem;
  }

  .case-gantt-task {
    padding: 7px 12px;
  }

  .case-gantt-task strong {
    font-size: 0.9rem;
  }

  .contact-form fieldset,
  .contact-lead-box {
    padding: 22px;
  }

  .flow-card,
  .schedule-card {
    min-height: 0;
    padding: 26px 22px 24px;
  }

  .flow-number {
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    font-size: 1.5rem;
  }

  .case-list {
    padding-inline: 20px;
  }

  .case-metrics article {
    min-height: 220px;
    padding: 32px 20px;
  }

  .case-support-grid article {
    min-height: 230px;
    padding: 28px 24px;
  }

  .opening-flow-list {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .opening-flow-list li {
    min-height: 72px;
    padding-right: 44px;
    border-right: 0;
    border-bottom: 1px solid rgba(179, 138, 74, 0.34);
  }

  .opening-flow-list li:last-child {
    border-bottom: 0;
  }

  .profile-table div,
  .archive-item,
  .company-message-text,
  .access-layout,
  .policy-links,
  .csr-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .company-message-text,
  .access-layout,
  .policy-links {
    gap: 22px;
  }

  .profile-table dt {
    padding: 18px 0 2px;
  }

  .profile-table dd {
    padding: 0 0 18px;
  }

  .archive-item {
    gap: 8px;
    padding: 20px 0;
  }

  .archive-item span {
    width: fit-content;
  }

  .access-info,
  .contact-table {
    padding: 26px 22px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 330px;
  }

  .philosophy-card {
    min-height: 220px;
    padding: 28px 24px;
  }

  .policy-link-card,
  .csr-grid article {
    min-height: 0;
    padding: 26px 22px;
  }
}

@media (max-width: 900px) {
  .tea-v2-hero {
    grid-template-columns: 1fr;
    min-height: 620px;
    padding: 126px 22px 46px;
  }

  .tea-v2-hero::before {
    width: 96px;
  }

  .tea-v2-copy {
    padding-left: 0;
  }

  .tea-brand-logo {
    width: 86px;
    margin-bottom: 18px;
  }

  .tea-v2-copy h1 {
    max-width: 100%;
    font-size: 2.92rem;
    overflow-wrap: normal;
    word-break: keep-all;
    white-space: nowrap;
  }

  .tea-v2-copy p {
    max-width: 320px;
    font-size: 0.98rem;
    line-height: 1.95;
  }

  .tea-room-art {
    min-height: 250px;
  }

  .tea-scroll {
    display: none;
  }

  .tea-kettle {
    right: 18px;
    bottom: 38px;
    width: 126px;
    height: 86px;
  }

  .tea-kettle::before {
    left: 22px;
    top: -72px;
    width: 76px;
    height: 78px;
    border-width: 8px;
  }

  .tea-cup {
    right: 172px;
    bottom: 44px;
    width: 88px;
    height: 50px;
  }

  .tea-vase,
  .tea-branch {
    transform: scale(0.72);
    transform-origin: bottom right;
  }

  .tea-v2-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 58px 22px;
  }

  .tea-v2-intro h2 {
    max-width: 330px;
    font-size: 1.96rem;
    line-height: 1.5;
  }

  .tea-ink-art {
    min-height: 210px;
  }

  .ink-circle {
    left: 10px;
    width: 190px;
    height: 190px;
  }

  .ink-branch {
    right: 58px;
    height: 220px;
  }

  .tea-band {
    grid-template-columns: 1fr;
  }

  .tea-band-copy {
    padding: 42px 24px 24px;
  }

  .tea-band h2 {
    max-width: 310px;
    font-size: 2rem;
    line-height: 1.45;
  }

  .tea-band-scene {
    min-height: 280px;
  }

  .tea-band .package {
    right: 24px;
    width: 132px;
    max-height: 230px;
  }

  .tea-band .cup {
    left: 30px;
    bottom: 78px;
    width: 116px;
    height: 64px;
  }

  .tea-band .saucer {
    left: 18px;
    width: 158px;
  }
}

.tea-v2-hero {
  grid-template-columns: minmax(0, 1fr);
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.38) 34%, rgba(0, 0, 0, 0.08) 68%),
    url("../assets/tea-hero-room.png") center / cover no-repeat;
}

.tea-v2-hero::before,
.tea-v2-hero::after {
  display: none;
}

.tea-v2-copy {
  max-width: 560px;
  padding-left: clamp(24px, 10vw, 170px);
}

.tea-v2-kicker {
  color: #d8bd7a;
}

.tea-v2-copy h1,
.tea-v2-copy p {
  color: #fffaf0;
}

.tea-ink-art {
  display: grid;
  place-items: center;
  min-height: 0;
}

.tea-ink-art img {
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(55, 45, 28, 0.12));
}

.tea-band-scene {
  background:
    linear-gradient(90deg, rgba(248, 244, 235, 0.94), rgba(248, 244, 235, 0.66) 46%, rgba(248, 244, 235, 0.28)),
    url("../assets/tea-hero-room.png") center / cover no-repeat;
}

.tea-band-scene::before,
.tea-band .cup,
.tea-band .saucer {
  display: none;
}

.tea-band.rooibos .tea-band-scene {
  background:
    linear-gradient(90deg, rgba(248, 244, 235, 0.94), rgba(248, 244, 235, 0.6) 48%, rgba(61, 36, 28, 0.12)),
    url("../assets/tea-hero-room.png") center / cover no-repeat;
}

.tea-band.green .tea-band-scene {
  background:
    linear-gradient(90deg, rgba(248, 244, 235, 0.94), rgba(239, 244, 229, 0.6) 48%, rgba(38, 66, 31, 0.16)),
    url("../assets/tea-hero-room.png") center / cover no-repeat;
}

.tea-band .package {
  right: min(8vw, 118px);
  bottom: 22px;
  width: min(20vw, 180px);
  max-height: 236px;
}

@media (max-width: 900px) {
  .tea-v2-hero {
    min-height: 560px;
    padding: 126px 22px 52px;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.22) 78%),
      url("../assets/tea-hero-room.png") 58% center / cover no-repeat;
  }

  .tea-v2-copy {
    max-width: 330px;
    padding-left: 0;
  }

  .tea-v2-copy h1 {
    font-size: 2.92rem;
  }

  .tea-v2-intro {
    grid-template-columns: 1fr;
  }

  .tea-ink-art img {
    width: min(100%, 300px);
  }

  .tea-band-scene {
    min-height: 260px;
  }

  .tea-band .package {
    right: 28px;
    bottom: 24px;
    width: 136px;
    max-height: 220px;
  }
}

/* Tea page latest photo layout */
.tea-v2-intro {
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 470px;
  padding: clamp(58px, 7vw, 92px) min(8vw, 112px);
  background:
    linear-gradient(90deg, rgba(248, 244, 235, 0.98), rgba(248, 244, 235, 0.94)),
    #f8f4eb;
}

.tea-v2-intro > div:first-child {
  position: relative;
  z-index: 1;
}

.tea-v2-intro p {
  max-width: 590px;
}

.tea-ink-art {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  overflow: visible;
}

.tea-ink-art img {
  width: min(100%, 460px);
  max-height: 100%;
  object-fit: contain;
  filter: none;
  mix-blend-mode: multiply;
  opacity: 0.88;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 46%, rgba(0, 0, 0, 0.72) 62%, transparent 82%);
  mask-image: radial-gradient(ellipse at center, #000 46%, rgba(0, 0, 0, 0.72) 62%, transparent 82%);
}

.tea-v2-products {
  padding: 0;
  background: #f8f4eb;
}

.tea-band {
  min-height: 320px;
  grid-template-columns: minmax(310px, 0.42fr) minmax(0, 0.58fr);
  border-top: 1px solid rgba(143, 109, 55, 0.22);
  background: #f8f4eb;
}

.tea-band-copy {
  padding: clamp(44px, 6vw, 90px) min(7vw, 108px);
}

.tea-band-scene {
  min-height: 320px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(248, 244, 235, 0.96) 0%, rgba(248, 244, 235, 0.82) 28%, rgba(248, 244, 235, 0.42) 58%, rgba(248, 244, 235, 0.16) 100%),
    url("../assets/tea-product-black-scene.png") center right / cover no-repeat;
}

.tea-band.rooibos .tea-band-scene {
  background:
    linear-gradient(90deg, rgba(248, 244, 235, 0.95) 0%, rgba(248, 244, 235, 0.76) 30%, rgba(248, 244, 235, 0.28) 62%, rgba(248, 244, 235, 0.12) 100%),
    url("../assets/tea-product-rooibos-scene.png") center right / cover no-repeat;
}

.tea-band.green .tea-band-scene {
  background:
    linear-gradient(90deg, rgba(248, 244, 235, 0.95) 0%, rgba(241, 245, 232, 0.8) 30%, rgba(231, 239, 219, 0.38) 62%, rgba(248, 244, 235, 0.18) 100%),
    url("../assets/tea-product-green-scene.png") center right / cover no-repeat;
}

.tea-band .package {
  right: min(6vw, 92px);
  bottom: 24px;
  width: min(19vw, 190px);
  max-height: 255px;
  filter: drop-shadow(0 22px 26px rgba(31, 25, 15, 0.28));
}

.tea-band.rooibos .package {
  display: none;
}

@media (max-width: 900px) {
  .tea-v2-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 54px 22px 42px;
  }

  .tea-ink-art {
    min-height: 260px;
  }

  .tea-ink-art img {
    width: min(100%, 300px);
  }

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

  .tea-band-copy {
    padding: 40px 24px 22px;
  }

  .tea-band-scene {
    min-height: 255px;
    background-position: center right;
  }

  .tea-band .package {
    right: 22px;
    bottom: 18px;
    width: 132px;
    max-height: 220px;
  }
}

/* Tea page product photos from supplied full scenes */
.tea-v2-intro {
  grid-template-columns: minmax(300px, 0.58fr) minmax(260px, 0.42fr);
  background:
    linear-gradient(90deg, rgba(248, 244, 235, 0.98) 0%, rgba(248, 244, 235, 0.94) 44%, rgba(248, 244, 235, 0.5) 69%, rgba(248, 244, 235, 0.1) 100%),
    url("../assets/tea-intro-washi-full.png") center right / auto 100% no-repeat;
}

.tea-ink-art {
  display: none;
}

.tea-band {
  grid-template-columns: minmax(310px, 0.38fr) minmax(0, 0.62fr);
  min-height: 0;
}

.tea-band-scene,
.tea-band.rooibos .tea-band-scene,
.tea-band.green .tea-band-scene {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  height: auto;
  aspect-ratio: 4 / 3;
  padding: 0;
  background: #17130f;
}

.tea-product-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: brightness(1.06) saturate(0.98);
}

.tea-band .package {
  display: none;
}

@media (max-width: 900px) {
  .tea-v2-intro {
    display: block;
    min-height: 620px;
    padding: 54px 22px 280px;
    background:
      linear-gradient(180deg, rgba(248, 244, 235, 0.98) 0%, rgba(248, 244, 235, 0.96) 45%, rgba(248, 244, 235, 0.35) 74%, rgba(248, 244, 235, 0.02) 100%),
      url("../assets/tea-intro-washi-full.png") 64% bottom / 720px auto no-repeat;
  }

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

  .tea-band-scene,
  .tea-band.rooibos .tea-band-scene,
  .tea-band.green .tea-band-scene {
    min-height: 0;
    height: auto;
    padding: 0;
  }

  .tea-product-photo {
    height: auto;
    max-height: none;
  }
}

/* Tea page compact product layout */
.tea-v2-intro {
  min-height: 430px;
  padding-bottom: clamp(96px, 12vw, 150px);
  background:
    linear-gradient(90deg, rgba(248, 244, 235, 0.98) 0%, rgba(248, 244, 235, 0.96) 43%, rgba(248, 244, 235, 0.7) 64%, rgba(248, 244, 235, 0.18) 100%),
    url("../assets/tea-intro-washi-wide.png") center bottom / 100% auto no-repeat,
    #f8f4eb;
}

.tea-v2-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(58px, 6vw, 88px) min(7vw, 96px);
  border-top: 1px solid rgba(143, 109, 55, 0.22);
}

.tea-band {
  display: flex;
  flex-direction: column;
  min-height: 0;
  border: 1px solid rgba(143, 109, 55, 0.2);
  background: #fbf7ec;
}

.tea-band-copy {
  order: 2;
  padding: 24px clamp(20px, 2.2vw, 30px) 30px;
}

.tea-band h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.tea-band p {
  font-size: 0.96rem;
  line-height: 1.9;
}

.tea-band-scene,
.tea-band.rooibos .tea-band-scene,
.tea-band.green .tea-band-scene {
  order: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 0;
  padding: 0;
  background: #17130f;
}

.tea-product-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 900px) {
  .tea-v2-intro {
    min-height: 520px;
    padding-bottom: 128px;
    background:
      linear-gradient(180deg, rgba(248, 244, 235, 0.99) 0%, rgba(248, 244, 235, 0.98) 58%, rgba(248, 244, 235, 0.45) 82%, rgba(248, 244, 235, 0.04) 100%),
      url("../assets/tea-intro-washi-wide.png") center bottom / 100% auto no-repeat,
      #f8f4eb;
  }

  .tea-v2-products {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 42px 22px 56px;
  }

  .tea-band-copy {
    padding: 22px 22px 26px;
  }
}

/* Tea page mobile composition refinements */
@media (max-width: 900px) {
  .tea-v2-hero {
    min-height: 560px;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.56) 48%, rgba(0, 0, 0, 0.18) 100%),
      url("../assets/tea-hero-room.png") 92% center / auto 100% no-repeat;
    background-color: #16110d;
  }

  .tea-v2-intro {
    min-height: 560px;
    padding: 54px 22px 216px;
    background:
      linear-gradient(180deg, rgba(248, 244, 235, 0.99) 0%, rgba(248, 244, 235, 0.98) 48%, rgba(248, 244, 235, 0.78) 68%, rgba(248, 244, 235, 0.24) 100%),
      url("../assets/tea-intro-washi-wide.png") 96% bottom / auto 250px no-repeat,
      #f8f4eb;
  }
}

@media (min-width: 901px) {
  .tea-v2-intro {
    min-height: 440px;
    padding-bottom: 96px;
    background:
      linear-gradient(90deg, rgba(248, 244, 235, 0.98) 0%, rgba(248, 244, 235, 0.96) 42%, rgba(248, 244, 235, 0.66) 64%, rgba(248, 244, 235, 0.12) 100%),
      url("../assets/tea-intro-washi-wide.png") center bottom / 100% auto no-repeat,
      #f8f4eb;
  }
}

/* Shared footer CTA and mobile header contact */
.hero-scroll {
  position: absolute;
  left: clamp(28px, 12%, 190px);
  bottom: 34px;
  z-index: 2;
  display: inline-flex;
  align-items: flex-end;
  gap: 14px;
  color: rgba(255, 250, 240, 0.86);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.hero-scroll::before {
  content: "";
  width: 1px;
  height: 72px;
  background: linear-gradient(180deg, rgba(216, 177, 106, 0.95), rgba(255, 250, 240, 0.28));
}

.hero-scroll::after {
  content: none;
}

.site-bottom-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: min(8vw, 96px);
  align-items: center;
  padding: clamp(54px, 6vw, 82px) min(7vw, 96px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(5, 5, 5, 0.92)),
    #030303;
  border-top: 1px solid rgba(179, 138, 74, 0.3);
  border-bottom: 1px solid rgba(179, 138, 74, 0.38);
}

.bottom-cta-copy p,
.bottom-cta-phone p,
.bottom-cta-phone small {
  margin: 0;
}

.bottom-cta-copy p {
  color: rgba(255, 250, 240, 0.9);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  letter-spacing: 0.04em;
}

.bottom-cta-copy h2 {
  margin: 10px 0 28px;
  color: #fffaf0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: clamp(1.9rem, 3.1vw, 2.85rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.bottom-cta-button {
  width: min(100%, 310px);
}

.bottom-cta-phone {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 28px 26px;
  border: 1px solid rgba(179, 138, 74, 0.54);
  color: #fffaf0;
}

.bottom-cta-phone p {
  font-size: 0.92rem;
}

.bottom-cta-phone a {
  color: var(--gold-soft);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(2.1rem, 3vw, 2.75rem);
  line-height: 1.1;
}

.bottom-cta-phone small {
  color: rgba(255, 250, 240, 0.8);
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .representative-simple-page {
    padding: 112px 20px 68px;
  }

  .representative-simple {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .representative-photo {
    max-width: 320px;
  }

  .representative-message {
    border-left: none;
    padding-left: 0;
  }

  .representative-message h1 {
    font-size: 2.45rem;
  }

  .representative-message p {
    font-size: 0.95rem;
    line-height: 2;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) 106px 54px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    padding: 14px 14px 14px 20px;
  }

  .header-contact {
    grid-column: 2;
    grid-row: 1;
    display: inline-flex;
    align-self: center;
    justify-self: stretch;
    min-height: 42px;
    height: 42px;
    width: 106px;
    padding: 0 8px;
    gap: 7px;
    font-size: 0;
  }

  .header-contact::after {
    content: "お問い合せ";
    font-size: 0.68rem;
    line-height: 1;
    white-space: nowrap;
  }

  .header-contact span {
    width: 22px;
    height: 16px;
    flex: 0 0 auto;
  }

  .nav-toggle {
    grid-column: 3;
    grid-row: 1;
    width: 42px;
    height: 42px;
  }

  .global-nav {
    grid-column: 1 / -1;
    grid-row: 1;
    top: 76px;
  }

  .hero-scroll {
    left: 22px;
    bottom: 24px;
    gap: 11px;
    font-size: 0.68rem;
  }

  .hero-scroll::before {
    height: 56px;
  }

  .hero-scroll::after {
    content: none;
  }

  .site-bottom-cta {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 42px 22px;
  }

  .bottom-cta-copy h2 {
    margin-bottom: 22px;
  }

  .bottom-cta-button {
    width: 100%;
  }

  .bottom-cta-phone {
    justify-items: start;
    padding: 22px;
  }
}

/* Top hero mobile compact adjustment */
@media (max-width: 900px) {
  .hero {
    min-height: 540px;
    height: 540px;
  }

  .hero-image {
    object-position: 72% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.92) 38%, rgba(0, 0, 0, 0.58) 72%, rgba(0, 0, 0, 0.18)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.34));
  }

  .hero-copy {
    padding-top: 108px;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 10.8vw, 2.6rem);
    line-height: 1.18;
  }

  .hero-copy > p:not(.eyebrow) {
    margin-top: 18px;
    line-height: 1.75;
  }

  .hero-scroll {
    bottom: 18px;
  }

  .hero-scroll::before {
    height: 42px;
  }
}
