@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700;900&family=Noto+Sans+JP:wght@300;400;700;900&display=swap');

:root {
  --background: #ffffff; --foreground: #332b2b; --primary: #b8945a;
  --primary-foreground: #fff; --secondary: #fdf7f4; --secondary-foreground: #332b2b;
  --muted: #f7f2ed; --muted-foreground: #6f6560; --card: #fff; --card-foreground: #332b2b;
  --border: #eadfd7; --navy: #1a1a1a; --blue: #b8945a; --sky: #fdf7f4; --orange: #b8945a;
  --gold-gradient: linear-gradient(135deg, #d4af37 0%, #f7e6b5 50%, #b8945a 100%);
  --accent-red: #8e1d1d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif; font-size: 16px; line-height: 1.9; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.icon { display: inline-grid; flex: 0 0 auto; width: 1.35em; height: 1.35em; place-items: center; color: var(--blue); font-style: normal; line-height: 1; }

.site-header { position: sticky; z-index: 50; top: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; min-height: 82px; padding: 0 4vw; border-bottom: 1px solid rgb(184 148 90 / 25%); background: rgb(255 255 255 / 95%); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--navy); line-height: 1.1; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--blue); border-radius: 50%; background: transparent; color: var(--blue); transform: none; }
.brand-mark svg { transform: none; }
.brand strong { display: block; font-family: "Noto Serif JP", serif; font-size: 1.22rem; letter-spacing: .12em; }
.brand small { display: block; margin-top: .2rem; color: #756963; font-size: .68rem; letter-spacing: .24em; }
.site-header .brand { white-space: nowrap; }
.site-header .brand strong { font-size: 1.08rem; letter-spacing: .1em; }
.mobile-menu { display: none; }
nav { display: flex; justify-content: center; gap: clamp(1rem, 2.6vw, 2.6rem); font-size: .88rem; font-weight: 700; }
nav a { position: relative; padding: .6rem 0; }
nav a::after { position: absolute; right: 100%; bottom: 0; left: 0; height: 2px; background: var(--blue); content: ""; transition: right .2s ease; }
nav a:hover::after { right: 0; }

.phone-link { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .8rem 1.1rem; border-radius: 999px; background: var(--gold-gradient); box-shadow: 0 12px 30px rgb(100 76 39 / 22%); color: white; font-weight: 900; line-height: 1.15; }
.phone-link small { display: block; margin-bottom: .16rem; font-size: .67rem; font-weight: 700; letter-spacing: .06em; }
.phone-link--compact { padding: .65rem .9rem; font-size: .93rem; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .84fr) minmax(460px, 1.16fr); min-height: 800px; height: calc(100vh - 82px); overflow: hidden; background: #fff; }
.hero::before { display: none; }
.hero-copy { align-self: center; max-width: 760px; padding: 5.8rem 4vw 6rem max(4vw, calc((100vw - 1240px) / 2)); }
.eyebrow { display: flex; align-items: center; gap: .45rem; margin: 0 0 1.4rem; color: var(--blue); font-family: "Noto Serif JP", serif; font-size: .78rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, .section h2 { margin: 0; color: var(--navy); font-family: "Noto Serif JP", "Yu Mincho", serif; font-weight: 900; letter-spacing: .05em; line-height: 1.25; }
.hero h1 { font-size: clamp(3.2rem, 6.7vw, 6.5rem); }
.hero h1 em { background: var(--gold-gradient); background-clip: text; color: transparent; font-style: normal; }
.hero-lead { max-width: 610px; margin: 2rem 0 0; color: #685d57; font-size: 1.08rem; font-weight: 600; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.text-link, .outline-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--navy); font-weight: 800; }
.availability { display: flex; align-items: center; gap: .45rem; margin: 1.3rem 0 0; color: #756963; font-size: .83rem; }
.availability svg { color: var(--blue); }
.hero-visual { position: relative; display: grid; min-width: 0; place-items: center; background: linear-gradient(135deg, #fdf7f4, #f3e7df); mask-image: linear-gradient(to left, #000 76%, transparent 100%); }
.hero-visual::before { position: absolute; width: 68%; height: 70%; border: 1px solid rgb(184 148 90 / 38%); border-radius: 400px 400px 0 0; content: ""; }
.hero-visual img { position: relative; z-index: 2; width: min(86%, 680px); filter: drop-shadow(0 32px 32px rgb(56 40 30 / 19%)); animation: float 6s ease-in-out infinite; }
.hero-orbit { display: none; }
.hero-orbit--one { width: 74%; aspect-ratio: 1; }
.hero-orbit--two { width: 52%; border-style: dashed; aspect-ratio: 1; }
.hero-note { position: absolute; z-index: 3; right: 7%; bottom: 9%; max-width: 220px; padding: 1.2rem 1.4rem; border: 1px solid var(--blue); background: rgb(255 255 255 / 92%); box-shadow: 0 16px 35px rgb(51 43 43 / 12%); }
.hero-note strong { display: block; color: var(--navy); font-size: 1.35rem; }
.hero-note span { color: #756963; font-size: .78rem; font-weight: 700; }
@keyframes float { 50% { transform: translateY(-12px) rotate(-1deg); } }

.concern-strip { display: grid; grid-template-columns: auto 1fr; gap: 2rem; align-items: center; padding: 1.7rem max(4vw, calc((100vw - 1240px) / 2)); border-block: 1px solid #f1e4dd; background: var(--sky); color: var(--foreground); }
.concern-strip > p { margin: 0; color: var(--accent-red); font-family: "Noto Serif JP", serif; font-weight: 900; white-space: nowrap; }
.concern-strip > div { display: flex; flex-wrap: wrap; gap: .65rem 1.6rem; }
.concern-strip span { display: flex; align-items: center; gap: .35rem; font-size: .87rem; font-weight: 700; }
.concern-strip svg { color: var(--blue); }

.section { max-width: 1240px; margin: 0 auto; padding: 7.5rem 3rem; }
.section h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
.section-heading h2::after, .content-section h2::after { display: block; width: 84px; height: 2px; margin-top: 1.3rem; background: var(--blue); content: ""; }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.intro-copy > p { margin: 3.1rem 0 2.2rem; color: #685d57; font-size: 1.05rem; line-height: 2.15; }
.feature-list { border-top: 1px solid var(--border); }
.feature-list article { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.55rem 1.2rem; border-bottom: 1px solid var(--border); background: #fff; transition: transform .25s ease, border-color .25s ease; }
.feature-list article:hover { transform: translateX(8px); border-bottom-color: var(--blue); }
.feature-list article > span { color: var(--blue); font-size: .78rem; font-weight: 900; }
.feature-list h3, .feature-list p { margin: 0; }
.feature-list h3 { color: var(--navy); font-size: 1.05rem; }
.feature-list p { color: #786c66; font-size: .88rem; }

.craft { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6vw; max-width: none; padding-inline: max(4vw, calc((100vw - 1240px) / 2)); background: #1a1a1a; color: white; }
.craft-image { position: relative; align-self: center; }
.craft-image img { width: 100%; border-radius: 400px 400px 0 0; box-shadow: 24px 24px 0 #2a2522; object-fit: cover; aspect-ratio: 5 / 4; }
.craft-image span { position: absolute; bottom: 0; left: 0; padding: .75rem 1.2rem; background: var(--blue); color: white; font-size: .78rem; font-weight: 900; }
.craft h2 { color: white; }
.craft-copy > p:not(.eyebrow) { margin: 2rem 0; color: #d9d1cc; line-height: 2; }
.craft ul { display: grid; gap: .7rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.craft li { display: flex; align-items: center; gap: .7rem; font-weight: 800; }
.craft li svg { width: 19px; color: var(--blue); }
.craft .outline-link { width: fit-content; padding: .8rem 1.1rem; border: 1px solid rgb(255 255 255 / 40%); color: white; }

.section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.section-heading--row > p { max-width: 390px; margin: 0 0 .5rem; color: #756963; }
.section-heading--row small { display: block; margin-top: .6rem; font-size: .74rem; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 3.5rem; }
.voices { max-width: none; padding-inline: max(4vw, calc((100vw - 1240px) / 2)); background: var(--sky); }
.voice-grid article { position: relative; min-height: 290px; overflow: hidden; padding: 2rem; border: 1px solid #efe3dc; border-bottom: 4px solid transparent; background: white; transition: transform .25s ease, border-color .25s ease; }
.voice-grid article:hover { transform: translateY(-6px); border-bottom-color: var(--blue); }
.voice-grid img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.voice-grid p { margin: 2rem 0 2.4rem; color: var(--navy); font-family: "Noto Serif JP", serif; font-size: 1.18rem; font-weight: 700; line-height: 1.8; }
.voice-grid span { position: absolute; bottom: 1.7rem; color: #786c66; font-size: .78rem; font-weight: 700; }

.visit { display: grid; grid-template-columns: 1fr .85fr; gap: 8vw; max-width: none; padding-inline: max(4vw, calc((100vw - 1240px) / 2)); background: #fff; }
.visit > div:first-child > p:last-child { max-width: 540px; color: #685d57; line-height: 2; }
.visit-card { align-self: center; padding: 2.6rem; border: 1px solid var(--blue); background: var(--sky); box-shadow: 0 24px 60px rgb(51 43 43 / 9%); text-align: center; }
.visit-card > span { color: #786c66; font-size: .78rem; font-weight: 800; }
.visit-card > strong { display: block; color: var(--navy); font-size: 2.5rem; }
.visit-card > strong small { font-size: .9rem; }
.visit-card hr { margin: 1.2rem 0 1.4rem; border: 0; border-top: 1px solid var(--border); }
.visit-card .phone-link { width: 100%; }
.visit-card > a:last-child { display: flex; align-items: center; justify-content: center; gap: .4rem; margin-top: 1rem; color: var(--blue); font-size: .9rem; font-weight: 800; }

footer { display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem 3rem; align-items: center; padding: 4.5rem 4vw; background: #111; color: #d8d2cd; font-size: .78rem; }
.brand--footer { grid-row: span 2; color: white; }
.brand--footer small { color: #b9aea8; }
footer p, footer small { margin: 0; }
footer > small { grid-column: 3; grid-row: 1 / span 2; }
.footer-links { display: grid; justify-items: end; gap: .2rem; }
.footer-links a { color: white; font-weight: 700; }

.subpage-hero { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 6vw; min-height: 520px; padding: 5rem max(4vw, calc((100vw - 1240px) / 2)); overflow: hidden; background: linear-gradient(115deg, #fff 0 62%, #fdf7f4 62%); }
.subpage-hero h1 { margin: 0; color: var(--navy); font-family: "Noto Serif JP", "Yu Mincho", serif; font-size: clamp(2.9rem, 5.4vw, 5.5rem); font-weight: 900; letter-spacing: .05em; line-height: 1.25; }
.subpage-hero > div:first-child > p:last-child { max-width: 630px; margin-top: 1.5rem; color: #685d57; font-size: 1.05rem; }
.subpage-product { width: min(100%, 520px); filter: drop-shadow(0 25px 25px rgb(15 60 88 / 18%)); }
.subpage-hero--voice { position: relative; }
.voice-hero-visual { position: relative; justify-self: end; width: min(100%, 430px); height: 370px; }
.voice-hero-photo { position: relative; z-index: 1; width: 100%; height: 100%; margin: 0; overflow: hidden; border-radius: 220px 220px 18px 18px; box-shadow: 0 28px 60px rgb(51 43 43 / 16%); }
.voice-hero-photo::after { position: absolute; inset: 12px; border: 1px solid rgb(255 255 255 / 72%); border-radius: inherit; content: ""; pointer-events: none; }
.voice-hero-photo img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 72% 100%; transform: scale(1.72); transform-origin: 72% 100%; }
.voice-hero-visual::before { position: absolute; z-index: 2; top: -4.2rem; left: -3.4rem; color: rgb(184 148 90 / 38%); content: "“"; font-family: Georgia, "Times New Roman", serif; font-size: 11rem; line-height: 1; pointer-events: none; }
.voice-hero-visual::after { position: absolute; z-index: 0; right: -22px; bottom: -22px; width: 72%; height: 72%; border: 1px solid rgb(184 148 90 / 42%); content: ""; }
.content-section { max-width: 1240px; margin: 0 auto; padding: 7rem 3rem; }
.content-section h2, .contact-band h2 { margin: 0; color: var(--navy); font-family: "Noto Serif JP", serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 900; line-height: 1.35; }
.product-principle > div:first-child { display: grid; grid-template-columns: minmax(520px, 1fr) minmax(0, 1fr); gap: 1.2rem 5vw; align-items: end; }
.product-principle > div:first-child .eyebrow { grid-column: 1 / -1; }
.product-principle > div:first-child > p:last-child { margin: 0; color: #685d57; line-height: 2; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: var(--border); border: 1px solid var(--border); }
.principle-grid article { position: relative; padding: 2.2rem; background: white; }
.principle-grid svg { color: var(--blue); }
.principle-grid span { position: absolute; top: 2rem; right: 2rem; color: #c1a979; font-size: .75rem; font-weight: 900; }
.principle-grid h3 { margin: 1.7rem 0 .5rem; color: var(--navy); font-size: 1.25rem; }
.principle-grid p { margin: 0; color: #786c66; font-size: .9rem; }
.making-section { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(40px, 5vw, 80px); max-width: none; padding-inline: max(4vw, calc((100vw - 1240px) / 2)); background: #1a1a1a; color: white; }
.making-section h2 { color: white; }
.making-copy, .making-gallery { min-width: 0; }
.content-section .making-heading { width: 100%; font-size: clamp(2rem, 2.8vw, 2.75rem); line-height: 1.5; }
.making-copy > p:not(.eyebrow) { margin: 2rem 0; color: #d9d1cc; line-height: 2; }
.making-copy ul { display: grid; gap: .65rem; padding: 0; list-style: none; }
.making-copy li { display: flex; align-items: center; gap: .55rem; font-weight: 800; }
.making-copy li svg { width: 18px; color: var(--blue); }
.making-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; align-content: center; }
.making-gallery img { display: block; width: 100%; height: auto; object-fit: cover; aspect-ratio: 4 / 3; }
.product-spec > div:first-child { display: flex; align-items: center; gap: 1rem; }
.product-spec > div:first-child svg { width: 36px; height: 36px; color: var(--blue); }
.product-spec dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 3rem 0 1.5rem; border-block: 1px solid var(--border); }
.product-spec dl > div { padding: 1.6rem; border-right: 1px solid var(--border); }
.product-spec dl > div:last-child { border-right: 0; }
.product-spec dt { color: #786c66; font-size: .78rem; font-weight: 800; }
.product-spec dd { margin: .3rem 0 0; color: var(--navy); font-size: 1.35rem; font-weight: 900; }
.product-spec dd small { font-size: .76rem; }
.product-spec > p { color: #786c66; font-size: .8rem; }

.contact-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 5vw; padding: 6rem max(4vw, calc((100vw - 1240px) / 2)); background: linear-gradient(90deg, rgba(17, 17, 17, .94), rgba(17, 17, 17, .76)), url('../images/gallery-2.png') center 42% / cover; color: white; }
.contact-band h2 { color: white; }
.contact-band .eyebrow { color: #e5c66e; }
.contact-band > div:first-child > p:last-child { color: #d9d1cc; }
.contact-band > div:last-child { display: grid; gap: .8rem; min-width: 280px; }
.mail-link { display: flex; align-items: center; justify-content: center; gap: .4rem; color: var(--blue); font-size: .88rem; font-weight: 800; }

.about-symbol, .voice-count { display: grid; justify-self: center; place-items: center; width: 240px; height: 240px; border: 1px solid rgb(184 148 90 / 35%); border-radius: 50%; background: rgb(255 255 255 / 52%); }
.about-symbol span, .voice-count strong { color: var(--blue); font-family: "Yu Mincho", serif; font-size: 3.4rem; font-weight: 700; line-height: 1; }
.about-symbol small, .voice-count span { max-width: 150px; color: #786c66; font-size: .78rem; font-weight: 800; text-align: center; }
.about-symbol { align-content: center; gap: .35rem; }
.about-symbol .about-year-unit { color: var(--blue); font-family: "Noto Serif JP", "Yu Mincho", serif; font-size: 1rem; letter-spacing: .18em; line-height: 1; text-indent: .18em; }
.about-symbol > small:last-child { margin-top: .2rem; letter-spacing: .12em; text-indent: .12em; }
.mission { display: grid; grid-template-columns: minmax(520px, 1fr) minmax(0, 1fr); gap: 1rem 6vw; }
.mission .eyebrow { grid-column: 1 / -1; }
.mission > p:last-child { align-self: end; margin: 0 0 .5rem; color: #685d57; font-size: 1.05rem; line-height: 2.1; }
.staff-section { max-width: none; padding-inline: max(4vw, calc((100vw - 1240px) / 2)); background: var(--navy); color: white; }
.staff-section h2 { color: white; }
.staff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.staff-grid article { overflow: hidden; background: white; color: var(--foreground); }
.staff-grid img { width: 100%; height: 300px; object-fit: cover; object-position: top; }
.staff-grid article > div { padding: 1.4rem; }
.staff-grid span { color: var(--blue); font-size: .73rem; font-weight: 900; }
.staff-grid h3 { margin: .2rem 0 .7rem; color: var(--navy); font-size: 1.25rem; }
.staff-grid p { margin: 0; color: #786c66; font-size: .86rem; }
.access-section { display: grid; grid-template-columns: 1fr .8fr; gap: 7vw; }
.access-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.5rem; }
.access-list p { display: grid; grid-template-columns: 1.7rem 1fr; margin: 0; color: #685d57; font-size: .86rem; }
.access-list svg { width: 18px; color: var(--blue); }
.company-card { align-self: center; padding: 2rem; border-top: 5px solid var(--blue); background: white; box-shadow: 0 20px 50px rgb(16 47 79 / 9%); }
.company-card > svg { color: var(--blue); }
.company-card h3 { margin: .7rem 0 1.5rem; color: var(--navy); font-size: 1.35rem; }
.company-card dl { margin: 0; }
.company-card dl > div { display: grid; grid-template-columns: 5rem 1fr; padding: .75rem 0; border-top: 1px solid var(--border); }
.company-card dt { color: #786c66; font-size: .76rem; font-weight: 800; }
.company-card dd { margin: 0; font-size: .86rem; font-weight: 700; }

.voices-page { max-width: 1320px; }
.notice { display: grid; grid-template-columns: .4fr 1fr; gap: 2rem; padding: 1.4rem 1.6rem; border-left: 4px solid var(--blue); background: var(--sky); }
.notice strong { color: var(--navy); }
.notice p { margin: 0; color: #685d57; font-size: .84rem; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.story-grid article { position: relative; min-height: 285px; padding: 1.8rem; border: 1px solid var(--border); background: white; }
.story-grid article > svg { position: absolute; top: 1.5rem; right: 1.5rem; color: #ddc895; }
.story-profile { display: flex; align-items: center; gap: .8rem; }
.story-profile img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.story-profile strong, .story-profile span { display: block; }
.story-profile strong { color: var(--navy); }
.story-profile span { color: var(--blue); font-size: .75rem; font-weight: 800; }
.story-grid article > p { margin: 1.5rem 0 0; color: #685d57; line-height: 2; }
.full-story-grid { grid-template-columns: repeat(2, 1fr); }
.full-story-grid article { min-height: 0; }
.voice-switch { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem; margin-top: 2rem; }
.voice-switch a { display: inline-flex; align-items: center; gap: .6rem; padding: .8rem 1.1rem; border: 1px solid var(--blue); color: var(--blue); font-weight: 800; }
.voice-subheading { margin-top: 5rem; }
.full-story-grid article > h3 { margin: 1.4rem 0 0; color: var(--navy); font-family: "Noto Serif JP", serif; font-size: 1.05rem; line-height: 1.8; }

.stats-section, .reason-section { max-width: none; padding-inline: max(4vw, calc((100vw - 1240px) / 2)); background: var(--sky); }
.stats-grid, .reason-grid, .step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3rem; border: 1px solid var(--border); background: var(--border); }
.step-grid--four { grid-template-columns: repeat(4, 1fr); }
.stats-grid article, .reason-grid article, .step-grid article { padding: 2rem; background: white; }
.stats-grid strong { display: block; color: var(--blue); font-family: "Noto Serif JP", serif; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.2; }
.stats-grid p, .reason-grid p, .step-grid p { margin: .7rem 0 0; color: #685d57; }
.symptom-cloud { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.5rem; }
.symptom-cloud span { padding: .55rem .85rem; border: 1px solid var(--border); background: white; font-weight: 700; }
.media-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5vw; align-items: center; }
.flyer-card { display: grid; grid-template-columns: 180px 1fr; gap: 2rem; align-items: center; padding: 2rem; border: 1px solid var(--blue); background: var(--sky); }
.flyer-card img { width: 100%; box-shadow: 0 14px 30px rgb(51 43 43 / 14%); }
.flyer-card a, .video-link { display: inline-flex; margin-top: 1rem; padding: .75rem 1rem; background: var(--gold-gradient); color: white; font-weight: 900; }
.video-box { overflow: hidden; background: #111; }
.video-box iframe { display: block; width: 100%; border: 0; aspect-ratio: 16 / 9; }
.reason-grid { grid-template-columns: repeat(2, 1fr); }
.reason-grid h3, .step-grid h3 { margin: 0; color: var(--navy); font-family: "Noto Serif JP", serif; }
.foundation-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6vw; }
.foundation-section blockquote { margin: 0; padding: 2rem; border-left: 4px solid var(--blue); background: var(--sky); color: var(--navy); font-family: "Noto Serif JP", serif; font-size: 1.35rem; font-weight: 700; }
.closing-section { max-width: none; padding-inline: max(4vw, calc((100vw - 1240px) / 2)); background: #1a1a1a; color: white; text-align: center; }
.closing-section h2 { color: white; }
.closing-section p { color: #d9d1cc; }
.closing-section .phone-link { margin-top: 1.5rem; }
.form-section { max-width: 1000px; }
.form-frame { width: 100%; min-height: 760px; margin-top: 2rem; border: 1px solid var(--border); background: white; }
.postscript { margin-top: 2rem; padding: 1.5rem; border-left: 4px solid var(--blue); background: var(--sky); color: #685d57; }
.policy ul { padding-left: 1.3rem; color: #685d57; line-height: 2; }

.policy { max-width: 900px; }
.policy > p { margin: 0 0 4rem; color: #685d57; font-size: 1.05rem; line-height: 2; }
.policy section { padding: 2rem 0; border-top: 1px solid var(--border); }
.policy section h2 { font-family: inherit; font-size: 1.2rem; }
.policy section p, .policy address { color: #685d57; font-style: normal; line-height: 2; }
.policy a { color: var(--blue); font-weight: 800; }

@media (max-width: 980px) {
  nav { display: none; } .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; background: linear-gradient(150deg, #fff 0 56%, #fdf7f4 56%); }
  .hero-visual { mask-image: none; }
  .hero-copy { padding: 4.5rem 6vw 2rem; } .hero-visual { min-height: 480px; }
  .intro, .craft, .visit { grid-template-columns: 1fr; } .craft-image { max-width: 760px; }
  .section-heading--row { align-items: start; flex-direction: column; }
  .subpage-hero { grid-template-columns: 1fr; }
  .product-principle > div:first-child, .making-section, .access-section, .mission, .contact-band { grid-template-columns: 1fr; }
  .mission .eyebrow { grid-column: auto; }
  .principle-grid, .staff-grid, .story-grid, .step-grid--four { grid-template-columns: 1fr 1fr; }
  .media-grid, .foundation-section { grid-template-columns: 1fr; }
  .about-symbol, .voice-count { justify-self: start; }
  .voice-hero-visual { display: none; }
}

@media (max-width: 680px) {
  .site-header { min-height: 68px; padding: 0 1rem; }
  .site-header > .phone-link { width: 43px; height: 43px; padding: 0; border-radius: 50%; }
  .site-header > .phone-link span { display: none; }
  .brand-mark { width: 38px; height: 38px; } .brand strong { font-size: 1rem; }
  .hero { min-height: auto; } .hero-copy { padding: 3.5rem 1.25rem 1.5rem; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); } .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; } .hero-actions .text-link { justify-content: center; }
  .hero-visual { min-height: 350px; } .hero-note { right: 1rem; bottom: 1rem; }
  .concern-strip { grid-template-columns: 1fr; gap: .7rem; padding: 1.3rem 1.25rem; }
  .concern-strip > div { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
  .concern-strip span { align-items: start; font-size: .77rem; }
  .section { padding: 5rem 1.25rem; } .intro { gap: 1rem; } .intro-copy > p { margin-top: 1.4rem; }
  .craft { gap: 3.2rem; } .craft-image img { box-shadow: 12px 12px 0 #b8945a; }
  .voice-grid { grid-template-columns: 1fr; } .visit { gap: 2.5rem; }
  footer { grid-template-columns: 1fr; padding: 3rem 1.25rem; }
  .brand--footer, footer > small { grid-column: auto; grid-row: auto; }
  .footer-links { justify-items: start; }
  .subpage-hero { min-height: 0; padding: 4rem 1.25rem; }
  .subpage-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .subpage-product { margin-top: 1rem; }
  .content-section { padding: 5rem 1.25rem; }
  .product-principle > div:first-child { display: block; }
  .principle-grid, .staff-grid, .story-grid { grid-template-columns: 1fr; }
  .stats-grid, .reason-grid, .step-grid, .step-grid--four { grid-template-columns: 1fr; }
  .flyer-card { grid-template-columns: 1fr; }
  .making-gallery { grid-template-columns: 1fr; }
  .making-gallery img { height: auto; }
  .product-spec dl { grid-template-columns: 1fr; }
  .product-spec dl > div { border-right: 0; border-bottom: 1px solid var(--border); }
  .contact-band { padding: 4rem 1.25rem; }
  .staff-grid img { height: 350px; }
  .access-list { grid-template-columns: 1fr; }
  .notice { grid-template-columns: 1fr; gap: .5rem; }
  .form-frame { min-height: 900px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-visual img { animation: none; } }

/* Simple Beauty Slim direction */
body { color: #332b2b; line-height: 1.9; }
.site-header { min-height: 72px; padding-inline: max(24px, calc((100vw - 1200px) / 2)); border-bottom: 1px solid #eee5df; background: rgb(255 255 255 / 97%); box-shadow: none; }
.brand-mark { width: 38px; height: 38px; border-color: #b8945a; }
.brand strong { font-size: 1.08rem; }
nav { gap: clamp(1rem, 2vw, 2rem); font-size: .82rem; }
.phone-link { border: 0; border-radius: 0; background: #b8945a; box-shadow: none; }
.phone-link:hover { background: #8e1d1d; }

.hero { grid-template-columns: minmax(380px, .9fr) minmax(440px, 1.1fr); height: auto; min-height: calc(100vh - 72px); }
.hero-copy { max-width: 650px; padding-block: 7rem; }
.hero h1 { font-size: clamp(2.8rem, 4.7vw, 4.7rem); line-height: 1.22; }
.hero-lead { max-width: 550px; font-weight: 400; }
.hero-visual { background: #fdf7f4; mask-image: linear-gradient(to left, #000 68%, transparent 100%); }
.hero-visual::before, .hero-note { display: none; }
.hero-visual img { width: min(78%, 620px); animation: none; filter: drop-shadow(0 25px 25px rgb(51 43 43 / 12%)); }
.eyebrow { margin-bottom: 1.1rem; padding-left: .8rem; border-left: 2px solid #b8945a; font-size: .74rem; letter-spacing: .2em; }
.hero-actions { margin-top: 2.2rem; }

.concern-strip { padding-block: 1.4rem; border: 0; background: #fdf7f4; }
.concern-strip > div { gap: .4rem 1.5rem; }
.concern-strip span { font-weight: 500; }
.section, .content-section { max-width: 1160px; padding-block: 6.5rem; }
.section h2, .content-section h2, .contact-band h2 { font-size: clamp(2.1rem, 3.5vw, 3.4rem); font-weight: 900; }
.section-heading h2::after, .content-section h2::after { width: 60px; margin-top: 1.1rem; }

.stats-section, .reason-section, .voices { background: #fdf7f4; }
.stats-grid, .reason-grid, .step-grid, .principle-grid { gap: 0; border: 0; background: transparent; }
.stats-grid article, .reason-grid article, .step-grid article, .principle-grid article { padding: 2rem; border-right: 1px solid #eadfd7; background: transparent; }
.stats-grid article:last-child, .reason-grid article:nth-child(even), .step-grid article:last-child, .principle-grid article:last-child { border-right: 0; }
.stats-grid strong { font-size: clamp(2rem, 3.5vw, 3.1rem); }
.symptom-cloud { gap: 0; border-top: 1px solid #eadfd7; }
.symptom-cloud span { padding: .75rem 1rem; border: 0; border-bottom: 1px solid #eadfd7; background: transparent; font-size: .88rem; font-weight: 500; }

.feature-list article { padding-inline: 0; background: transparent; }
.feature-list article:hover { transform: none; }
.craft { gap: 7vw; background: #1a1a1a; }
.making-section { background: #1a1a1a; }
.craft-image img { border-radius: 400px 400px 0 0; box-shadow: 22px 22px 0 #2a2522; }
.craft .outline-link { border-color: #b8945a; }

.media-grid { gap: 7vw; }
.flyer-card { grid-template-columns: 150px 1fr; padding: 0; border: 0; background: transparent; }
.flyer-card img { box-shadow: none; }
.flyer-card a, .video-link { border-radius: 0; background: #b8945a; }
.video-box { border: 1px solid #eadfd7; background: white; }

.voice-grid, .story-grid { gap: 0; border-top: 1px solid #eadfd7; }
.voice-grid article, .story-grid article { min-height: 0; padding: 2rem; border: 0; border-right: 1px solid #eadfd7; border-bottom: 1px solid #eadfd7; background: transparent; }
.voice-grid article:hover { transform: none; border-bottom-color: #eadfd7; }
.voice-grid img, .story-profile img { width: 52px; height: 52px; }
.voice-grid p { font-size: 1.08rem; }
.story-grid article > p { font-size: .94rem; line-height: 1.9; }
.voice-switch { justify-content: center; }
.voice-switch a { border: 0; border-bottom: 1px solid #b8945a; padding-inline: .2rem; }
.notice { display: block; padding: 1.25rem 1.5rem; border-left-width: 2px; }
.notice p { margin-top: .35rem; }

.reason-grid h3, .step-grid h3 { font-size: 1.12rem; }
.foundation-section { gap: 8vw; }
.foundation-section blockquote { padding: 1.5rem 0 1.5rem 1.5rem; background: transparent; }
.closing-section { padding-block: 7rem; background: #1a1a1a; }
.closing-section .eyebrow { justify-content: center; border-left: 0; }

.visit { gap: 9vw; }
.visit-card { padding: 2.8rem; box-shadow: none; }
.contact-band { padding-block: 6.5rem; background: #1a1a1a; }
.form-frame { border-color: #eadfd7; }
.postscript { border-left-width: 2px; }
footer { padding-block: 3.5rem; }

.subpage-hero { min-height: 500px; background: linear-gradient(110deg, #fff 0 65%, #fdf7f4 65%); }
.subpage-hero h1 { font-size: clamp(2.4rem, 4vw, 4rem); }
.about-symbol, .voice-count { width: 210px; height: 210px; background: transparent; }
.staff-grid { gap: 1px; background: #2b2725; }
.staff-grid article { box-shadow: none; }
.company-card { border-top-width: 2px; box-shadow: none; background: #fdf7f4; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding-block: 5rem 3rem; }
  .hero-visual { min-height: 440px; }
  .stats-grid article, .reason-grid article, .step-grid article, .principle-grid article { border-right: 0; border-bottom: 1px solid #eadfd7; }
}

@media (max-width: 680px) {
  .site-header { min-height: 64px; }
  .hero-copy { padding: 4rem 1.25rem 2rem; }
  .hero h1 { font-size: clamp(2.3rem, 10.5vw, 3.2rem); }
  .subpage-hero h1 { font-size: clamp(2.2rem, 9.5vw, 3rem); }
  .hero-visual { min-height: 320px; }
  .section, .content-section { padding-block: 4.5rem; }
  .eyebrow { padding-left: .6rem; }
  .craft-image img { box-shadow: 12px 12px 0 #2a2522; }
  .flyer-card { grid-template-columns: 110px 1fr; gap: 1.25rem; }
  .voice-grid article, .story-grid article { padding-inline: 0; border-right: 0; }
  .visit-card { padding: 2rem 1.25rem; }
  .subpage-hero { padding-block: 4.5rem; }
  .about-symbol, .voice-count { width: 170px; height: 170px; }
}

/* PDF manuscript home: readable full-length copy at every width. */
.pdf-home { overflow-wrap: anywhere; }
.pdf-home .hero { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); min-height: 650px; }
.pdf-home .hero-copy { min-width: 0; padding-block: 5rem; }
.pdf-home .hero h1 { font-size: clamp(1.9rem, 3.2vw, 3rem); line-height: 1.5; }
.pdf-home .hero-copy > p:not(.eyebrow) { margin-top: 1.3rem; }
.pdf-home .hero-actions { flex-wrap: wrap; }
.pdf-home .section { width: 100%; padding-inline: clamp(20px, 5vw, 64px); }
.pdf-home h2 { font-size: clamp(1.6rem, 3vw, 2.7rem); line-height: 1.6; }
.pdf-home h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); line-height: 1.8; }
.pdf-home p { margin-block: 1rem; }
.pdf-home .pdf-lead { font-size: clamp(1.15rem, 2.2vw, 1.65rem); font-weight: 700; }
.pdf-intro { text-align: center; background: #fdf7f4; }
.pdf-intro h2:not(:first-child) { margin-top: 3rem; }
.pdf-home .super-arch-emphasis {
  color: #b08a45;
  font-weight: 900;
  letter-spacing: .04em;
  text-align: center;
  text-shadow: 0 2px 0 rgb(255 255 255 / 80%);
}
.super-arch-emphasis .heading-flow { justify-content: center; }
.pdf-home .severe-condition-message {
  max-width: 1040px;
  margin: clamp(1.5rem, 3vw, 2.5rem) auto;
  color: #785f38;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.8;
  text-align: center;
}
.pdf-home .severe-condition-message > span,
.pdf-home .severe-condition-message > strong { display: block; }
.pdf-home .severe-condition-message > strong {
  margin-top: .35em;
  color: var(--accent-red);
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  font-weight: 900;
  line-height: 1.65;
}
.condition-panel {
  max-width: 1040px;
  margin: clamp(36px, 5vw, 64px) auto 0;
  padding: clamp(24px, 4vw, 42px);
  border-top: 4px solid var(--primary);
  background: white;
  box-shadow: 0 18px 50px rgb(69 50 42 / 10%);
  text-align: left;
}
.pdf-home .condition-panel-title {
  margin: 0 0 1.5rem;
  color: var(--primary);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 800;
  text-align: center;
}
.condition-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: #eadfd7;
  list-style: none;
}
.condition-list li {
  position: relative;
  min-width: 0;
  padding: 1rem 1rem 1rem 2rem;
  background: #fff;
  color: #403733;
  font-size: clamp(.98rem, 1.45vw, 1.1rem);
  font-weight: 700;
  line-height: 1.65;
}
.condition-list li::before {
  position: absolute;
  top: 1.65rem;
  left: 1rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  content: "";
  transform: translateY(-50%);
}
.condition-list li:last-child { grid-column: span 3; text-align: center; }
.pdf-experience, .pdf-faq, .pdf-movie { max-width: 960px; }
.pdf-home .pdf-qa { padding-block: 2rem; border-top: 1px solid #eadfd7; }
.pdf-qa h3 { display: flex; gap: 1rem; align-items: baseline; }
.pdf-qa h3 > span { flex: none; color: #b8945a; font-family: Georgia, serif; font-size: 1.8rem; }
.pdf-faq-closing { padding-top: 2rem; text-align: center; }
.pdf-home .pdf-movie { background: #fdf7f4; }
.pdf-movie .video-box { margin-top: 2rem; width: 100%; aspect-ratio: 16 / 9; }
.pdf-movie .video-box iframe { width: 100%; height: 100%; }
.pdf-home .pdf-price { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; }
.pdf-home .pdf-pride { margin-top: 3.5rem; }
.pdf-home .pdf-flyer {
  max-width: none;
  padding-block: clamp(72px, 8vw, 112px);
  background: #1a1a1a;
  color: white;
}
.pdf-flyer-inner {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(40px, 7vw, 96px);
  max-width: 1160px;
  margin: 0 auto;
}
.pdf-flyer-preview {
  display: block;
  overflow: hidden;
  border: 1px solid rgb(184 148 90 / 50%);
  background: white;
  box-shadow: 24px 24px 0 #2a2522;
  transition: transform .25s ease, box-shadow .25s ease;
}
.pdf-flyer-preview:hover {
  transform: translateY(-6px);
  box-shadow: 24px 30px 0 #2a2522;
}
.pdf-flyer-preview img { width: 100%; height: auto; }
.pdf-flyer-copy { min-width: 0; }
.pdf-home .pdf-flyer-copy .eyebrow { color: #e5c66e; }
.pdf-flyer-badge {
  display: inline-block;
  margin: 0 0 1.2rem;
  padding: .35rem .8rem;
  border: 1px solid rgb(229 198 110 / 58%);
  color: #e5c66e;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.pdf-home .pdf-flyer h2 {
  color: white;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.45;
}
.pdf-flyer-copy > p:not(.eyebrow, .pdf-flyer-badge) {
  max-width: 36rem;
  margin: 1.8rem 0;
  color: #d9d1cc;
  line-height: 2;
}
.pdf-flyer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
}
.pdf-flyer-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  min-height: 58px;
  padding: .9rem 1.5rem;
  background: var(--primary);
  color: white;
  font-weight: 900;
}
.pdf-flyer-download:hover { background: var(--accent-red); }
.pdf-flyer-copy > small {
  display: block;
  margin-top: 1rem;
  color: #a99f99;
}
.pdf-home .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pdf-home .story-grid article { min-width: 0; padding: clamp(20px, 3vw, 36px); }
.pdf-home .story-grid article:nth-child(even) { border-right: 0; }
.pdf-home .story-grid article > p { font-size: 1rem; }
.pdf-home .voice-switch { flex-wrap: wrap; gap: 1rem 2rem; margin-top: 2rem; }
@media (max-width: 980px) {
  .pdf-home .hero { grid-template-columns: 1fr; min-height: 0; }
  .pdf-home .hero-copy { max-width: none; padding: 3rem clamp(20px, 5vw, 64px); }
  .pdf-home .hero-visual { min-height: 280px; mask-image: none; }
  .pdf-home .hero-visual img { max-height: 340px; width: auto; max-width: 85%; object-fit: contain; }
}
@media (max-width: 680px) {
  .pdf-home .story-grid { grid-template-columns: 1fr; }
  .pdf-home .story-grid article { padding-inline: 0; border-right: 0; }
  .pdf-home .hero-actions { align-items: stretch; }
  .pdf-home .voice-switch { align-items: stretch; flex-direction: column; }
}

/* Header reservation CTA */
.site-header > .phone-link--compact {
  min-width: 196px;
  min-height: 48px;
  padding: .5rem 1rem;
  gap: .65rem;
  border-radius: 999px;
  white-space: nowrap;
}

.site-header > .phone-link--compact > .icon {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 50%;
  color: #fff;
  font-size: .9rem;
  line-height: 1;
}

.site-header > .phone-link--compact > span:last-child {
  display: block;
  font-size: .93rem;
  line-height: 1.12;
  letter-spacing: .025em;
}

.site-header > .phone-link--compact small {
  margin-bottom: .2rem;
  color: rgb(255 255 255 / 88%);
  font-size: .63rem;
  line-height: 1;
  letter-spacing: .08em;
}

.hero-actions > .phone-link,
.closing-section > .phone-link,
.visit-card > .phone-link {
  min-height: 52px;
  padding: .55rem 1.15rem;
  gap: .7rem;
  border-radius: 999px;
  white-space: nowrap;
}

.hero-actions > .phone-link > .icon,
.closing-section > .phone-link > .icon,
.visit-card > .phone-link > .icon {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 50%;
  color: #fff;
  font-size: .95rem;
  line-height: 1;
}

.hero-actions > .phone-link > span:last-child,
.closing-section > .phone-link > span:last-child,
.visit-card > .phone-link > span:last-child {
  display: block;
  font-size: 1rem;
  line-height: 1.12;
  letter-spacing: .025em;
}

.hero-actions > .phone-link small,
.closing-section > .phone-link small,
.visit-card > .phone-link small {
  margin-bottom: .2rem;
  color: rgb(255 255 255 / 88%);
  font-size: .65rem;
  line-height: 1;
  letter-spacing: .08em;
}

@media (min-width: 981px) and (max-width: 1180px) {
  .site-header { gap: 1rem; padding-inline: 24px; }
  nav { gap: 1rem; font-size: .78rem; }
  .site-header > .phone-link--compact { min-width: 176px; padding-inline: .75rem; }
  .site-header > .phone-link--compact > span:last-child { font-size: .84rem; }
}

@media (max-width: 680px) {
  .site-header > .phone-link--compact {
    min-width: 43px;
    min-height: 43px;
    gap: 0;
    padding: 0;
  }

  .site-header > .phone-link--compact > .icon {
    display: grid;
    flex-basis: auto;
    width: auto;
    height: auto;
    border: 0;
    font-size: 1rem;
  }

  .site-header > .phone-link--compact > span:not(.icon) { display: none; }
}

/* Static mobile navigation */
@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: .75rem;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 1px solid #ded3ca;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary:focus-visible { outline: 3px solid rgb(184 148 90 / 35%); outline-offset: 3px; }

  .mobile-menu-icon,
  .mobile-menu-icon::before,
  .mobile-menu-icon::after {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 2px;
    background: #332b2b;
    content: "";
    transition: transform .2s ease, background .2s ease;
  }

  .mobile-menu-icon { position: relative; }
  .mobile-menu-icon::before { position: absolute; top: -7px; left: 0; }
  .mobile-menu-icon::after { position: absolute; top: 7px; left: 0; }
  .mobile-menu[open] .mobile-menu-icon { background: transparent; }
  .mobile-menu[open] .mobile-menu-icon::before { top: 0; transform: rotate(45deg); }
  .mobile-menu[open] .mobile-menu-icon::after { top: 0; transform: rotate(-45deg); }

  .mobile-menu-panel {
    position: absolute;
    z-index: 60;
    top: calc(100% + 12px);
    right: 0;
    display: grid;
    width: min(320px, calc(100vw - 32px));
    padding: .55rem 1.15rem;
    border: 1px solid #eadfd7;
    background: #fff;
    box-shadow: 0 18px 44px rgb(51 43 43 / 16%);
  }

  .mobile-menu-panel a {
    padding: .9rem .15rem;
    border-bottom: 1px solid #eee5df;
    font-size: .95rem;
    font-weight: 700;
  }

  .mobile-menu-panel a:last-child { border-bottom: 0; }
}

@media (max-width: 680px) {
  .site-header { gap: .5rem; }
  .mobile-menu summary { width: 43px; height: 43px; }
  .mobile-menu-panel { right: calc(-43px - .5rem); }
}

@media (max-width: 420px) {
  .site-header { gap: .4rem; padding-inline: .75rem; }
  .site-header .brand strong { font-size: .86rem; letter-spacing: .04em; }
}

/* Keep Japanese headings readable and wrap only at intentional phrase boundaries. */
h2 {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  line-break: strict;
  text-wrap: pretty;
}

.heading-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  max-width: 100%;
}

.heading-flow > span {
  flex: 0 0 auto;
  white-space: nowrap;
}

.product-principle h2,
.mission h2 {
  font-size: clamp(2.15rem, 3.2vw, 3.15rem);
}

.product-principle > div:first-child > *,
.mission > *,
.contact-band > * {
  min-width: 0;
}

/* Reassert the full-width feature sections after the shared width rule above. */
.section.craft,
.section.voices,
.section.visit,
.content-section.making-section,
.content-section.staff-section {
  max-width: none;
}

@media (max-width: 1100px) {
  .product-principle > div:first-child,
  .mission {
    grid-template-columns: 1fr;
  }

  .product-principle > div:first-child .eyebrow,
  .mission .eyebrow {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .section h2,
  .content-section h2,
  .contact-band h2 {
    font-size: clamp(1.5rem, 6.6vw, 1.75rem);
    line-height: 1.55;
  }

  .content-section .making-heading {
    font-size: clamp(1.5rem, 6.6vw, 1.75rem);
  }
}

/* Home hero: an active walking scene with a compact product inset. */
.pdf-home .hero-visual--walking {
  position: relative;
  display: block;
  isolation: isolate;
  min-height: 650px;
  overflow: hidden;
  background: #eaf3f7;
  mask-image: none;
}

.pdf-home .hero-visual--walking::before { display: none; }

.pdf-home .hero-visual--walking::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgb(255 255 255 / 70%) 0%, rgb(255 255 255 / 22%) 38%, transparent 64%);
  content: "";
  pointer-events: none;
}

.pdf-home .hero-visual--walking > .hero-walking-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: 68% 100%;
  transform: scale(1.9);
  transform-origin: 68% 100%;
  filter: none;
}

.pdf-home .hero-product-card {
  position: absolute;
  z-index: 2;
  top: clamp(28px, 4vw, 62px);
  bottom: auto;
  left: -8%;
  width: min(92%, 590px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.pdf-home .hero-product-card img {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  max-height: none;
  transform: none;
  filter: drop-shadow(0 24px 22px rgb(28 42 48 / 30%));
}

@media (max-width: 980px) {
  .pdf-home .hero-visual--walking { min-height: clamp(390px, 62vw, 540px); }
  .pdf-home .hero-visual--walking::after {
    background: linear-gradient(90deg, rgb(255 255 255 / 65%) 0%, transparent 58%);
  }
  .pdf-home .hero-visual--walking > .hero-walking-image {
    object-position: 70% 100%;
    transform: scale(1.75);
    transform-origin: 70% 100%;
  }
  .pdf-home .hero-product-card { top: 5%; left: 1%; width: min(67%, 500px); }
}

@media (max-width: 480px) {
  .pdf-home .hero-visual--walking { min-height: 360px; }
  .pdf-home .hero-visual--walking > .hero-walking-image {
    object-position: 72% 100%;
    transform: scale(2.05);
    transform-origin: 72% 100%;
  }
  .pdf-home .hero-product-card { top: 7%; left: -4%; width: 76%; }
}

/* Give the manuscript enough measure on wide desktop screens. */
@media (min-width: 981px) {
  .pdf-home .hero {
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
  }

  .pdf-home .hero-copy {
    max-width: none;
    padding-right: clamp(28px, 3vw, 56px);
  }

  .pdf-home .hero-copy > p:not(.eyebrow) {
    max-width: 56rem;
  }
}

/* Home page responsive additions */
@media (max-width: 980px) {
  .condition-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .condition-list li:last-child { grid-column: auto; text-align: left; }
  .pdf-flyer-inner {
    grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
    gap: 3rem;
  }
}

@media (max-width: 680px) {
  .condition-panel { padding: 20px 16px; }
  .condition-list { grid-template-columns: 1fr; }
  .condition-list li,
  .condition-list li:last-child {
    grid-column: auto;
    text-align: left;
  }
  .pdf-flyer-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .pdf-flyer-preview {
    max-width: 420px;
    box-shadow: 12px 12px 0 #2a2522;
  }
  .pdf-flyer-preview:hover {
    transform: none;
    box-shadow: 12px 12px 0 #2a2522;
  }
  .pdf-flyer-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .pdf-flyer-download {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 1500px) {
  .pdf-home .hero {
    grid-template-columns: minmax(0, 1.42fr) minmax(500px, .58fr);
  }
}

/* Home craft gallery: real workshop images from the current site. */
.pdf-home .home-craft-gallery {
  max-width: 1240px;
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.home-craft-gallery .section-heading {
  margin-bottom: clamp(28px, 4vw, 48px);
}

.home-craft-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 16px;
}

.home-craft-item {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #243238;
}

.home-craft-item--large { grid-row: 1 / 3; }

.home-craft-item::after {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgb(15 24 28 / 86%));
  content: "";
  pointer-events: none;
}

.home-craft-item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.home-craft-item figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(18px, 2.5vw, 30px);
  color: #fff;
  font-size: clamp(.9rem, 1.25vw, 1.05rem);
  font-weight: 700;
  line-height: 1.8;
  text-shadow: 0 1px 8px rgb(0 0 0 / 45%);
}

@media (max-width: 760px) {
  .home-craft-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }

  .home-craft-item,
  .home-craft-item--large {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }
}

/* Layered hero: walking photograph, readable copy, and product. */
.pdf-home .hero.hero--product {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  height: auto;
  min-height: 620px;
  max-height: none;
}
.pdf-home .hero--product > .hero-background-walking {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 72%;
  opacity: .28;
  pointer-events: none;
}
.pdf-home .hero.hero--product::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgb(255 255 255 / 88%), rgb(255 255 255 / 35%) 55%, rgb(255 255 255 / 12%)),
    linear-gradient(0deg, #fff, transparent 22%);
  content: "";
  pointer-events: none;
}
.pdf-home .hero.hero--product .hero-copy {
  max-width: none;
  min-width: 0;
  padding: clamp(48px, 7vw, 100px) 24px clamp(48px, 7vw, 100px) clamp(20px, 5vw, 80px);
}
.pdf-home .hero.hero--product h1 {
  font-size: 3vw;
  font-size: clamp(1rem, 3vw, 3rem);
  line-height: 1.5;
  letter-spacing: .02em;
  overflow-wrap: normal;
  word-break: normal;
}
.pdf-home .hero.hero--product h1 > span {
  display: block;
  white-space: nowrap;
}
.hero-product-visual {
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
  display: grid;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}
.hero-product-visual img {
  width: 140%;
  max-width: none;
  height: auto;
  margin-left: -35%;
}
@media (max-width: 980px) {
  .pdf-home .hero.hero--product { grid-template-columns: 1fr; min-height: 0; }
  .pdf-home .hero--product > .hero-background-walking {
    object-position: 65% bottom;
    opacity: .24;
  }
  .pdf-home .hero.hero--product::after {
    background: linear-gradient(180deg, rgb(255 255 255 / 85%), rgb(255 255 255 / 20%) 60%, #fff);
  }
  .pdf-home .hero.hero--product h1 {
    font-size: 7vw;
    font-size: clamp(1rem, 7vw, 3rem);
  }
  .pdf-home .hero.hero--product .hero-copy {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
    padding: 48px 24px 12px;
  }
  .hero-product-visual { max-width: 760px; width: 100%; margin-inline: auto; }
  .hero-product-visual img { width: 115%; margin-left: -23%; }
}

/* 2026 home polish: editorial white space, bold product, active walking context */
.pdf-home .hero {
  grid-template-columns: minmax(470px, .92fr) minmax(0, 1.08fr);
  min-height: 700px;
  height: calc(100svh - 72px);
  max-height: 880px;
  overflow: hidden;
  background: #fff;
}

.pdf-home .hero-copy {
  position: relative;
  z-index: 4;
  align-self: center;
  max-width: 780px;
  padding: clamp(72px, 9vh, 112px) clamp(36px, 4vw, 68px)
    clamp(72px, 9vh, 112px) max(5vw, calc((100vw - 1320px) / 2));
}

.pdf-home .hero-copy .eyebrow {
  margin-bottom: 1.75rem;
  color: #9f7a3f;
  letter-spacing: .25em;
}

.pdf-home .hero h1 {
  font-size: clamp(2.8rem, 4.35vw, 4.85rem);
  line-height: 1.32;
  letter-spacing: .045em;
}

.pdf-home .hero-copy > .pdf-lead {
  margin-top: 1.8rem;
  color: #aa8448;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(1.2rem, 1.65vw, 1.55rem);
  font-weight: 900;
  letter-spacing: .04em;
}

.pdf-home .hero-actions { margin-top: 2.6rem; }

.pdf-home .hero-visual--walking {
  min-height: 700px;
  overflow: visible;
  background: #fff;
}

.pdf-home .hero-visual--walking::after {
  z-index: 1;
  background:
    linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 94%) 9%, transparent 43%),
    linear-gradient(180deg, rgb(255 255 255 / 12%) 55%, #fff 100%);
}

.pdf-home .hero-visual--walking > .hero-walking-image {
  inset: 0 0 0 auto;
  width: 68%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: 67% 100%;
  opacity: .72;
  transform: none;
  filter: saturate(.75) contrast(.94);
  mask-image: linear-gradient(90deg, transparent 0%, #000 36%, #000 100%);
}

.pdf-home .hero-product-card {
  z-index: 2;
  top: 8%;
  left: -25%;
  width: 132%;
  mix-blend-mode: multiply;
}

.pdf-home .hero-product-card img {
  width: 100%;
  max-width: none;
  max-height: none;
  filter: drop-shadow(0 28px 24px rgb(44 37 32 / 18%));
}

.pdf-home .pdf-intro {
  position: relative;
  background: #fff;
}

.pdf-home .pdf-intro::before {
  display: block;
  width: 1px;
  height: clamp(44px, 6vw, 72px);
  margin: 0 auto clamp(28px, 4vw, 48px);
  background: #b8945a;
  content: "";
}

.pdf-home .pdf-impact-message {
  width: fit-content;
  max-width: 100%;
  margin: clamp(1.35rem, 3vw, 2.2rem) auto;
  padding: 0 .15em .28em;
  background: linear-gradient(90deg, transparent, #b8945a 18%, #b8945a 82%, transparent) bottom center / 100% 2px no-repeat;
  color: var(--accent-red);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(1.85rem, 4vw, 3.35rem);
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.4;
  text-align: center;
}

.pdf-home .pdf-impact-message > span {
  display: inline-block;
  white-space: nowrap;
}

.pdf-home .condition-panel {
  border-top: 1px solid #b8945a;
  border-bottom: 1px solid #b8945a;
  background: transparent;
  box-shadow: none;
}

.pdf-home .condition-list {
  gap: 0;
  padding: 0;
  background: transparent;
}

.pdf-home .condition-list li {
  border-right: 1px solid #eadfd7;
  border-bottom: 1px solid #eadfd7;
  background: transparent;
}

.pdf-home .condition-list li:nth-child(3n) { border-right: 0; }

@media (max-width: 980px) {
  .pdf-home .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto;
    max-height: none;
  }

  .pdf-home .hero-copy {
    max-width: 760px;
    padding: clamp(60px, 9vw, 90px) clamp(24px, 7vw, 64px) 38px;
  }

  .pdf-home .hero-visual--walking {
    min-height: clamp(430px, 62vw, 580px);
    overflow: hidden;
  }

  .pdf-home .hero-visual--walking > .hero-walking-image {
    width: 61%;
    object-position: 68% 100%;
    transform: none;
  }

  .pdf-home .hero-product-card {
    top: 1%;
    left: -8%;
    width: 104%;
  }

  .pdf-home .condition-list li:nth-child(3n) { border-right: 1px solid #eadfd7; }
  .pdf-home .condition-list li:nth-child(2n) { border-right: 0; }
}

@media (max-width: 680px) {
  .pdf-home .hero-copy { padding: 54px 20px 30px; }
  .pdf-home .hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.15rem);
    line-height: 1.4;
  }
  .pdf-home .hero-actions { margin-top: 2rem; }
  .pdf-home .hero-visual--walking { min-height: 360px; }
  .pdf-home .hero-visual--walking > .hero-walking-image {
    width: 74%;
    object-position: 70% 100%;
  }
  .pdf-home .hero-product-card {
    top: 4%;
    left: -12%;
    width: 116%;
  }
  .pdf-home .pdf-intro::before { height: 40px; }
  .pdf-home .condition-list li,
  .pdf-home .condition-list li:nth-child(2n),
  .pdf-home .condition-list li:nth-child(3n) {
    border-right: 0;
  }
}

/* Long voice page navigation */
.back-to-top {
  position: fixed;
  z-index: 45;
  right: clamp(12px, 2vw, 28px);
  bottom: clamp(12px, 2vw, 28px);
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 44px;
  padding: .65rem .9rem;
  border: 1px solid rgb(184 148 90 / 55%);
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 10px 28px rgb(35 31 29 / 16%);
  color: var(--navy);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  backdrop-filter: blur(8px);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.back-to-top:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
}

@media (max-width: 360px) {
  .pdf-home .pdf-flyer h2 {
    font-size: 1.62rem;
    line-height: 1.55;
    letter-spacing: .01em;
  }

  .back-to-top {
    padding: .62rem .72rem;
    font-size: .78rem;
  }
}
