:root {
  --ink: #272622;
  --muted: #6f6b63;
  --paper: #fcfcfc;
  --white: #fff;
  --soft: #f1ede4;
  --line: #dfd9ce;
  --gold: #af8242;
  --gold-dark: #8f6429;
  --brown: #413a32;
  --green: #67745c;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(49, 43, 35, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans JP", sans-serif; line-height: 1.75; }
section[id] { scroll-margin-top: 88px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fcfcfc; border-bottom: 1px solid rgba(223,217,206,.8); backdrop-filter: blur(14px); }
.header-inner, .hero, .section, .footer-inner, .disclaimer, .copyright { width: min(1040px, calc(100% - 48px)); margin-inline: auto; }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--gold); font-size: 13px; }
.nav { display: flex; gap: 32px; font-size: 13px; font-weight: 500; }
.nav a { position: relative; padding-block: 8px; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--gold); transition: right .25s ease; }
.nav a:hover::after { right: 0; }
.menu-button { display: none; border: 0; background: none; font: 600 12px Inter, sans-serif; letter-spacing: .12em; }
.hero { min-height: 670px; display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 64px; padding-block: 76px 88px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--gold-dark); font: 600 12px Inter, "Noto Sans JP", sans-serif; letter-spacing: .16em; }
.eyebrow { display: flex; align-items: center; gap: 12px; letter-spacing: .04em; }
.eyebrow span { width: 32px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(44px, 5.1vw, 68px); line-height: 1.26; letter-spacing: -.055em; }
h1 em { color: var(--gold-dark); font-style: normal; }
.hero-lead { max-width: 590px; color: var(--muted); font-size: 16px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 54px; padding: 0 24px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--brown); }
.button-primary:hover { background: #28231e; }
.text-link { display: inline-flex; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; padding-bottom: 4px; }
.credentials { margin-top: 34px; display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 12px; }
.credentials i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.hero-photo { position: relative; margin: 0; height: 520px; overflow: hidden; border-radius: 80px 18px 18px 18px; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 62%, rgba(31,27,22,.72)); }
.hero-photo figcaption { position: absolute; z-index: 2; bottom: 26px; left: 28px; right: 28px; color: white; }
.hero-photo figcaption strong, .hero-photo figcaption span { display: block; }
.hero-photo figcaption strong { font-size: 15px; }
.hero-photo figcaption span { margin-top: 2px; font-size: 12px; opacity: .8; }
.introduction { padding: 108px max(24px, calc((100% - 1040px) / 2)); border-top: 1px solid rgba(223,217,206,.7); background: white; }
.introduction-inner { width: min(940px, 100%); margin-inline: auto; display: grid; grid-template-columns: .78fr 1.22fr; gap: 68px; align-items: center; }
.introduction-photo { position: relative; margin: 0; padding: 26px 0 0 30px; }
.photo-backdrop { position: absolute; inset: 0 36px 38px 0; border-radius: 50% 50% 46% 54% / 46% 48% 52% 54%; background: var(--soft); }
.introduction-photo img { position: relative; width: 100%; aspect-ratio: 1 / 1.06; object-fit: cover; object-position: 58% 29%; border-radius: 48% 52% 47% 53% / 50% 45% 55% 50%; filter: saturate(.82); }
.introduction-photo figcaption { position: relative; width: fit-content; margin: -18px 0 0 auto; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: white; font-size: 11px; }
.introduction-copy { max-width: 650px; }
.introduction-copy .section-kicker { margin-bottom: 7px; letter-spacing: .08em; }
.introduction-copy h2 { margin-bottom: 24px; font-size: clamp(32px, 3.6vw, 48px); line-height: 1.35; letter-spacing: -.04em; }
.introduction-lead { margin-bottom: 18px; font-size: 18px; font-weight: 600; line-height: 1.8; }
.introduction-copy > p:not(.section-kicker):not(.introduction-lead) { color: var(--muted); font-size: 14px; line-height: 2; }
.introduction-copy strong { color: var(--ink); }
.introduction-copy blockquote { margin: 26px 0; padding: 16px 0 16px 22px; border-left: 2px solid var(--gold); color: var(--brown); font-size: 17px; font-weight: 600; line-height: 1.9; }
.introduction-footer { margin-top: 28px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.introduction-footer .profile-tags { margin: 0; }
.section { padding-block: 104px; }
.section-soft { width: 100%; max-width: none; padding-inline: max(24px, calc((100% - 1040px) / 2)); background: var(--soft); }
.section-heading { margin-bottom: 44px; }
.section-heading h2, .gift-band h2{ margin-bottom: 10px; font-size: clamp(27px, 3vw, 38px); line-height: 1.45; letter-spacing: -.035em; }
.section-heading > p, .section-heading div + p { color: var(--muted); font-size: 14px; }
.heading-row { display: flex; align-items: end; justify-content: space-between; }
.heading-row > p { max-width: 330px; }
.centered { text-align: center; }
.index-bridge { position: relative; z-index: 4; width: min(940px, calc(100% - 48px)); margin: -34px auto 54px; }
.index-panel { display: grid; grid-template-columns: .62fr 1.38fr; gap: 38px; padding: 32px 38px; border: 1px solid rgba(216,208,195,.85); border-radius: 22px; background: white; box-shadow: 0 14px 42px rgba(49,43,35,.09); }
.index-heading { position: relative; padding-right: 38px; border-right: 1px solid var(--line); }
.index-heading .section-kicker { margin-bottom: 6px; }
.index-heading h2 { margin-bottom: 7px; font-size: 23px; letter-spacing: -.035em; }
.index-heading > p:not(.section-kicker) { margin-bottom: 0; color: var(--muted); font-size: 12px; }
.index-heading > span { display: block; margin-top: 18px; color: var(--gold-dark); font-size: 11px; font-weight: 700; }
.index-links { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
.index-links a { min-height: 70px; display: grid; grid-template-columns: 30px 1fr 16px; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); transition: color .2s; }
.index-links a:nth-last-child(-n+2) { border-bottom: 0; }
.index-links a:hover { color: var(--gold-dark); }
.index-links a > span { color: var(--gold); font: 600 11px Inter, sans-serif; }
.index-links strong, .index-links small { display: block; }
.index-links strong { font-size: 14px; }
.index-links small { margin-top: 2px; color: var(--muted); font-size: 10px; font-weight: 400; }
.index-links b { color: var(--gold); font-size: 12px; font-weight: 500; }
.gift-band { width: min(1040px, calc(100% - 48px)); margin: 0 auto 30px; padding: 64px 60px; display: flex; justify-content: space-between; align-items: center; gap: 48px; color: white; border-radius: 24px; background: var(--brown); }
.section-kicker.light { color: #d8b67d; }
.gift-copy h2 { margin-bottom: 14px; }
.gift-copy > p:last-child { margin-bottom: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.button-light { flex: 0 0 auto; color: var(--brown); background: white; }
.articles { padding-block: 110px 120px; }
.article-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.featured-article { min-height: 415px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; color: white; border-radius: var(--radius); background: var(--green); }
.article-label { display: flex; justify-content: space-between; color: rgba(255,255,255,.68); font-size: 11px; }
.article-no { color: #e6d1a7; font: 600 11px Inter, sans-serif; letter-spacing: .12em; }
.featured-article h3 { margin-bottom: 18px; max-width: 470px; font-size: 27px; line-height: 1.55; }
.featured-article div > p:not(.article-no) { color: rgba(255,255,255,.72); font-size: 13px; }
.featured-article b { display: inline-block; margin-top: 24px; font-size: 13px; }
.article-list { border-top: 1px solid var(--line); }
.article-list > a { min-height: 138px; display: grid; grid-template-columns: 48px 1fr 18px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.article-num { color: var(--gold); font: 600 12px Inter, sans-serif; }
.article-list small { color: var(--muted); font-size: 11px; }
.article-list h3 { margin: 8px 0 0; font-size: 15px; line-height: 1.7; }
.article-list b { color: var(--gold); }
.faq-section { width: 100%; padding: 108px 24px; }
.faq-shell { width: min(820px, 100%); margin-inline: auto; }
.ornament-heading { display: flex; align-items: center; justify-content: center; gap: 24px; margin-bottom: 40px; text-align: center; }
.ornament-heading > span { width: 52px; height: 1px; background: var(--brown); }
.ornament-heading h2 { margin-bottom: 1px; font-size: clamp(26px, 3vw, 36px); letter-spacing: -.035em; }
.ornament-heading p { margin-bottom: 0; color: var(--gold); font: 600 11px Inter, sans-serif; letter-spacing: .12em; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0; }
.profile-tags span { padding: 5px 10px; border: 1px solid #d4cbbb; border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.5); font-size: 10px; }
.faq { display: grid; gap: 14px; }
.faq details { overflow: hidden; border: 1px solid rgba(216,208,195,.85); border-radius: 14px; background: rgba(255,255,255,.88); }
.faq summary { position: relative; padding: 20px 54px 20px 52px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "Q"; position: absolute; left: 20px; color: var(--gold-dark); font: 700 13px Inter, sans-serif; }
.faq summary::after { content: "+"; position: absolute; right: 20px; color: var(--gold-dark); font-size: 18px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { position: relative; margin: 0; padding: 18px 28px 22px 52px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.faq details p::before { content: "A"; position: absolute; left: 20px; color: var(--gold-dark); font: 700 13px Inter, sans-serif; }
.profile-feature { width: min(920px, calc(100% - 48px)); padding-block: 112px 96px; }
.profile-feature-heading { margin-bottom: 58px; padding-bottom: 16px; border-bottom: 1px solid var(--line); text-align: center; }
.profile-feature-heading .section-kicker { margin-bottom: 5px; }
.profile-feature-heading h2 { margin-bottom: 0; font-size: clamp(30px, 3.8vw, 43px); letter-spacing: -.04em; }
.profile-feature-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 56px; align-items: center; }
.profile-feature-photo { position: relative; margin: 0; padding: 24px 0 0 30px; }
.profile-feature-photo > span { position: absolute; inset: 0 42px 32px 0; border-radius: 50% 50% 46% 54% / 47% 46% 54% 53%; background: var(--soft); }
.profile-feature-photo img { position: relative; width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; object-position: 58% 27%; border-radius: 48% 52% 47% 53% / 50% 45% 55% 50%; filter: saturate(.84); }
.profile-feature-copy { max-width: 620px; }
.profile-feature-copy > p { color: var(--muted); font-size: 15px; line-height: 2; }
.profile-feature-copy .profile-feature-lead { color: var(--ink); font-size: 22px; font-weight: 700; line-height: 1.75; }
.profile-feature-copy .profile-highlight { width: fit-content; margin-block: 26px; padding: 2px 4px; color: var(--brown); background: linear-gradient(transparent 62%, #f0dcae 62%); font-size: 19px; font-weight: 700; line-height: 1.8; }
.profile-button { width: min(380px, 100%); min-height: 58px; margin: 48px auto 0; display: flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid var(--brown); border-radius: 999px; font-size: 14px; font-weight: 700; transition: color .2s, background .2s; }
.profile-button:hover { color: white; background: var(--brown); }
.instagram-mark { width: 64px; height: 64px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 18px; color: white; background: linear-gradient(145deg, #7652d6, #d74e91 48%, #e99543 78%, #e7bf56); }
.instagram-mark svg { width: 39px; fill: none; stroke: currentColor; stroke-width: 3; }
footer { margin-top: 90px; padding: 54px 0 30px; border-top: 1px solid var(--line); background: white; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; }
.footer-inner nav { display: flex; gap: 24px; color: var(--muted); font-size: 11px; }
.disclaimer { margin-top: 42px; color: #8b877f; font-size: 10px; }
.copyright { margin-top: 22px; color: #aaa59d; font: 500 9px Inter, sans-serif; letter-spacing: .12em; }
@media (max-width: 900px) {
  .nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 24px; flex-direction: column; gap: 14px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; gap: 48px; padding-top: 54px; }
  .hero-photo { height: 520px; }
  .introduction-inner { grid-template-columns: .78fr 1.22fr; gap: 44px; }
  .introduction-footer { align-items: flex-start; flex-direction: column; }
  .index-panel { grid-template-columns: .72fr 1.28fr; gap: 28px; padding-inline: 30px; }
  .index-heading { padding-right: 28px; }
  .gift-band{ align-items: flex-start; flex-direction: column; }
  .article-layout { grid-template-columns: 1fr; }
  .profile-feature-grid { gap: 44px; }
}
@media (max-width: 600px) {
  .header-inner, .hero, .section, .footer-inner, .disclaimer, .copyright { width: min(100% - 32px, 1040px); }
  .header-inner { height: 66px; }
  .nav { top: 66px; }
  .hero { min-height: auto; padding-block: 50px 68px; }
  h1 { font-size: 39px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .hero-photo { height: 410px; border-radius: 54px 14px 14px 14px; }
  .introduction { padding: 76px 16px; }
  .introduction-inner { grid-template-columns: 1fr; gap: 44px; }
  .introduction-photo { width: min(88%, 390px); margin-inline: auto; }
  .introduction-lead { font-size: 16px; }
  .introduction-copy blockquote { font-size: 15px; }
  .section { padding-block: 76px; }
  .section-soft { width: 100%; padding-inline: 16px; }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .heading-row > p { margin-top: 10px; }
  .index-bridge { width: calc(100% - 32px); margin-top: -20px; margin-bottom: 34px; }
  .index-panel { grid-template-columns: 1fr; gap: 20px; padding: 26px 22px 18px; border-radius: 17px; }
  .index-heading { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .index-heading > span { margin-top: 11px; }
  .index-links { grid-template-columns: 1fr; }
  .index-links a, .index-links a:nth-last-child(-n+2) { min-height: 64px; border-bottom: 1px solid var(--line); }
  .index-links a:last-child { border-bottom: 0; }
  .gift-band { width: calc(100% - 32px); padding: 48px 26px; }
  .desktop-link { display: none; }
  .featured-article { min-height: 450px; padding: 28px; }
  .faq-section { padding: 76px 16px; }
  .ornament-heading { gap: 13px; }
  .ornament-heading > span { width: 25px; }
  .faq summary { padding: 18px 42px 18px 43px; font-size: 13px; }
  .faq summary::before, .faq details p::before { left: 16px; }
  .faq summary::after { right: 16px; }
  .faq details p { padding: 16px 20px 20px 43px; }
  .profile-feature { padding-block: 76px; }
  .profile-feature-heading { margin-bottom: 40px; }
  .profile-feature-grid { grid-template-columns: 1fr; gap: 44px; }
  .profile-feature-photo { width: min(88%, 390px); margin-inline: auto; }
  .profile-feature-copy .profile-feature-lead { font-size: 19px; }
  .profile-feature-copy .profile-highlight { font-size: 17px; }
  .profile-button { margin-top: 34px; }
  .instagram-mark { width: 60px; height: 60px; border-radius: 17px; }
  .instagram-mark svg { width: 37px; }
  .footer-inner, .footer-inner nav { align-items: flex-start; flex-direction: column; }
  .footer-inner nav { margin-top: 30px; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Retained newsletter and profile features */

.profile-feature-photo img{filter:none;object-position:53% center}.beginner-entry{margin-top:38px;padding:24px 0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px}.beginner-entry span{font-weight:500}.beginner-entry p{font-size:14px;color:var(--muted);margin-top:6px}.availability-note{font-size:12px!important}.mobile-break{display:none}#buy-question{scroll-margin-top:110px}.faq p a,.inline-newsletter{text-decoration:underline;text-underline-offset:4px}.inline-newsletter{background:none;border:0;padding:0;color:var(--ink);font:inherit}.profile-story{width:min(760px,calc(100% - 48px));margin:45px auto 90px}.story-header{margin:55px 0}.story-header h1{font-size:clamp(28px,4vw,42px);line-height:1.8}.story-body p{font-size:16px;line-height:2.15;margin:0 0 24px}.story-body h2{font-size:26px;line-height:1.7;margin:64px 0 28px;border-top:1px solid var(--line);padding-top:28px;scroll-margin-top:110px}.story-body figure{margin:34px 0}.story-body img{width:100%;max-height:560px;object-fit:contain}.story-body hr{border:0;border-top:1px solid var(--line);margin:45px 0}.profile-story>.button{margin-top:35px}@media(max-width:600px){.beginner-entry{flex-direction:column;align-items:flex-start}.mobile-break{display:block}.profile-story{width:calc(100% - 40px)}.story-header{margin:35px 0}.story-header h1{font-size:27px}.story-body h2{font-size:23px;margin-top:45px}.story-body p{line-height:2.05}}



button{font:inherit;cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
dialog{width:min(480px,calc(100% - 40px));padding:35px;border:1px solid var(--line);border-radius:14px;color:var(--ink)}dialog::backdrop{background:rgba(30,25,20,.35)}.dialog-close{position:absolute;right:10px;top:5px;background:none;border:0;font-size:24px}
.hero h1{font-size:clamp(36px,4.3vw,54px);line-height:1.5}.hero h1 small{display:block;margin-top:12px;font-size:.63em;color:var(--gold-dark);letter-spacing:0}
.hero-actions{flex-wrap:wrap;gap:20px}.hero-photo{height:auto;aspect-ratio:3/4;max-width:420px;width:100%;justify-self:center;mask-image:linear-gradient(to right,transparent,#000 1%,#000 99%,transparent),linear-gradient(to bottom,transparent,#000 1%,#000 99%,transparent);mask-composite:intersect;-webkit-mask-image:linear-gradient(to right,transparent,#000 1%,#000 99%,transparent),linear-gradient(to bottom,transparent,#000 1%,#000 99%,transparent);-webkit-mask-composite:source-in}.hero-photo img{height:100%;aspect-ratio:3/4;object-fit:contain;filter:none}.gift-band .section-kicker{color:#d8b67d}.gift-copy>p{color:rgba(255,255,255,.8)}
.introduction-copy>p:not(.section-kicker):not(.introduction-lead),.faq details p,.profile-feature-copy>p{font-size:16px}.index-links small,.profile-tags span,.article-list small,.disclaimer,.copyright{font-size:12px}.nav,.text-link,.footer-inner nav{font-size:14px}
@media(max-width:600px){.hero h1{font-size:clamp(29px,8.2vw,39px)}.hero-photo{height:auto;aspect-ratio:3/4}.faq summary{font-size:16px}}

/* Newsletter invitation */

.newsletter-preview{border:0;border-bottom:1px solid var(--line);padding:0;background:none;color:inherit;font-size:12px}
.newsletter-popup{width:min(540px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:0;border:1px solid #e2d8c7;border-radius:6px;background:#fcfaf5;overflow:auto;overscroll-behavior:contain;color:var(--ink)}
.newsletter-popup::backdrop{background:rgba(39,34,29,.48)}
.newsletter-close{position:sticky;top:10px;float:right;z-index:2;display:grid;place-items:center;width:44px;height:44px;margin:10px 10px -54px 0;border:1px solid #e3dccf;border-radius:50%;background:#fffdf8;color:var(--ink);font-size:29px;line-height:1}
.newsletter-paper{padding:32px 38px 22px;border-top:5px solid var(--gold)}
.newsletter-heading{display:flex;align-items:center;gap:12px;padding-right:28px;margin-bottom:24px}
.newsletter-heading p{font-size:14px;letter-spacing:.08em;margin:0;color:#746044}
.newsletter-envelope{width:35px;flex:0 0 35px;color:var(--gold)}.newsletter-envelope svg{display:block;width:100%;fill:none;stroke:currentColor;stroke-width:1.6}
.newsletter-popup .newsletter-intro{font-size:14px;color:var(--muted);margin-bottom:8px}
.newsletter-popup h2{font-size:35px;line-height:1.6;letter-spacing:.015em;margin-bottom:18px;font-weight:500}.newsletter-popup h2 span{border-bottom:2px solid #c5a76e;padding-bottom:3px}
.newsletter-popup #newsletter-description{font-size:16px;line-height:1.9;color:var(--muted);margin-bottom:24px}
.newsletter-topics{list-style:none;margin:0 0 24px;padding:0;border-top:1px solid var(--line)}
.newsletter-topics li{display:flex;gap:15px;align-items:flex-start;padding:13px 0;border-bottom:1px solid var(--line)}.newsletter-topics li>span{font:12px/2 Inter,sans-serif;color:var(--gold);padding-top:2px}.newsletter-topics strong{display:block;font-size:16px;font-weight:500}.newsletter-topics p{font-size:14px;color:var(--muted);line-height:1.7;margin:3px 0 0}
.newsletter-cta{display:flex;align-items:center;justify-content:center;gap:30px;min-height:56px;padding:14px 18px;background:#4b6152;color:white;border-radius:3px;font-size:16px;font-weight:500}.newsletter-cta:hover{background:#354a3c}
.newsletter-popup .newsletter-preview-note{font-size:12px;color:var(--muted);text-align:center;margin:10px 0 8px}.newsletter-dismiss{display:block;margin:0 auto;background:none;border:0;border-bottom:1px solid var(--line);padding:6px 0;color:var(--muted);font-size:14px}
body:has(#newsletter-popup[open]){overflow:hidden}
@media(max-width:600px){.comparison-bar{flex-wrap:wrap;gap:4px 16px}.newsletter-paper{padding:26px 23px 20px}.newsletter-heading{margin-bottom:20px;gap:8px}.newsletter-heading p{font-size:12px}.newsletter-popup h2{font-size:clamp(25px,7.4vw,34px)}.newsletter-topics li{gap:12px}.newsletter-topics p{font-size:14px}.newsletter-topics strong{font-size:16px}.newsletter-popup #newsletter-description{font-size:16px}.newsletter-preview-note{line-height:1.8}}


/* User-selected header and square profile photos. */
.site-header{background:#fcfcfc;border-bottom:1px solid #dfd9ce}.brand-mark{background:#af8242;color:#fff;border-radius:50%}.brand{color:#272622}.menu-button{color:#000}
.introduction-photo img,.profile-feature-photo img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;object-position:center;filter:none;mask-image:radial-gradient(ellipse at center,#000 66%,transparent 72%);-webkit-mask-image:radial-gradient(ellipse at center,#000 66%,transparent 72%)}
.introduction-photo,.profile-feature-photo{align-self:center}
@media(max-width:600px){.introduction-photo,.profile-feature-photo{width:min(88%,340px)}}

/* Approved seven-point revision: square outlined logo and photo without caption. */
.brand-mark{width:34px;height:36px;flex-shrink:0;border:1px solid #9b7a45;border-radius:2px;background:transparent;color:#9b7a45;font-size:22px;font-weight:500;line-height:1}
.hero-photo::after{display:none}.credentials{flex-wrap:wrap;row-gap:8px}.line-lp{width:min(720px,calc(100% - 40px));margin:48px auto 80px}.line-lp h1{font-size:clamp(28px,5vw,42px)}.line-lp h2{font-size:28px;margin-top:48px;line-height:1.6}.line-lp h3{font-size:22px;margin-top:32px}.line-lp p{font-size:16px;line-height:2}.lp-preparing{padding:16px 20px;background:var(--soft);border-radius:12px;color:var(--muted)}


/* Approved hero and introduction copy, 2026-09-13. */
.hero h1{font-size:clamp(27px,3.45vw,43px);line-height:1.55;letter-spacing:-.055em}.hero-subtitle{font-size:18px;line-height:1.85;font-weight:600;color:var(--ink);margin-bottom:22px}.introduction-copy .intro-qualifications{margin-top:24px;margin-bottom:24px}.intro-qualifications small{font-size:13px;color:var(--muted)}
@media(max-width:600px){.hero h1{font-size:clamp(24px,6.6vw,39px)}.hero-subtitle{font-size:17px}}

/* Homepage uses natural wrapping instead of article-length line breaks. */
.introduction{padding-block:72px}.introduction-inner{width:min(1040px,100%);grid-template-columns:.72fr 1.28fr;gap:52px}.introduction-copy>p{margin-bottom:18px}.introduction-copy>p:not(.section-kicker):not(.introduction-lead){line-height:1.85}.introduction-copy blockquote{margin:20px 0;padding-block:10px;line-height:1.8}.introduction-copy .intro-qualifications{margin:20px 0 18px}.introduction-copy h2{margin-bottom:20px}
@media(max-width:600px){.introduction{padding-block:48px}.introduction-inner{grid-template-columns:1fr;gap:28px}}

/* Content overview and understated qualification evidence. */
.content-overview{padding-block:84px 48px}.content-topics{max-width:920px;margin:0 auto;border-top:1px solid var(--line)}.content-topic{display:grid;grid-template-columns:32% minmax(0,1fr);gap:24px;padding:27px 0;border-bottom:1px solid var(--line);align-items:start}.content-topic dt{font-size:20px;font-weight:600;line-height:1.8}.content-topic dd{margin:0;font-size:16px;line-height:1.9;color:var(--muted)}.contents-link{max-width:920px;margin:24px auto 0;text-align:right}.contents-link a{color:var(--gold-dark);font-size:14px;display:inline-flex;gap:20px;align-items:center}.contents-link a:hover{text-decoration:underline;text-underline-offset:5px}
.qualifications{padding-block:48px 88px}.qualification-grid{max-width:820px;margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.qualification{margin:0;min-width:0;text-align:center}.certificate-image{height:230px;display:flex;align-items:center;justify-content:center}.certificate-image img{display:block;width:100%;height:100%;object-fit:contain;filter:none;border-radius:0}.qualification figcaption{font-size:14px;line-height:1.8;margin-top:18px;overflow-wrap:anywhere}.content-overview .section-heading>p,.qualifications .section-heading>p{font-size:16px;line-height:1.9}
@media(max-width:900px){.content-topic{grid-template-columns:32% minmax(0,1fr);gap:20px}.qualification-grid{gap:24px}.certificate-image{height:195px}}
@media(max-width:600px){.content-overview{padding-block:56px 32px}.content-topic{grid-template-columns:1fr;gap:8px;padding:24px 0}.content-topic dt{font-size:19px}.qualifications{padding-block:32px 64px}.qualification-grid{grid-template-columns:1fr;gap:36px;max-width:270px}.certificate-image{height:250px}.qualification figcaption{margin-top:14px}.contents-link{margin-top:22px}}

/* LINE is the primary invitation; newsletter and Instagram are supporting paths. */

.join-section{padding-block:32px 0;margin-bottom:72px}.join-section .section-heading{margin-bottom:32px}.join-section .section-heading>p{font-size:16px}.join-line{display:grid;grid-template-columns:minmax(0,44fr) minmax(0,56fr);grid-template-areas:"copy previews" "action previews";column-gap:30px;row-gap:20px;padding:36px;border:1px solid #d5ded3;border-radius:22px;background:#f3f5ef}.join-line-copy{grid-area:copy}.join-line h3{font-size:clamp(26px,2.5vw,31px);line-height:1.5;margin:0 0 12px;letter-spacing:-.035em}.join-description{font-size:16px;line-height:1.85;color:var(--muted);margin:0}.join-benefits{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:12px}.join-benefits li{display:flex;gap:10px;align-items:baseline}.join-benefits li>span{font-size:14px;color:#42604a}.join-benefits strong{font-size:16px;font-weight:600}.join-benefits p{font-size:13px;color:var(--muted);line-height:1.8;margin:2px 0 0}.join-line-action{grid-area:action}.join-line-button{width:100%;background:#42604a;color:#fff;min-height:52px;font-size:14px;padding:12px 18px;gap:12px}.join-line-button:hover{background:#354e3c}.join-note{font-size:12px;color:var(--muted);text-align:center;margin:9px 0 0}.join-previews{grid-area:previews;min-width:0;align-self:center;position:relative;aspect-ratio:1.15}.join-previews img{position:absolute;width:46%;height:82%;object-fit:contain;filter:drop-shadow(0 3px 5px #302b2012)}.join-previews img:nth-child(1){left:0;top:2%;transform:rotate(-7deg)}.join-previews img:nth-child(2){left:27%;top:12%;transform:rotate(1deg);z-index:2}.join-previews img:nth-child(3){right:0;top:5%;transform:rotate(7deg);z-index:3}.join-secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:24px}.join-card{padding:26px 30px;border:1px solid var(--line);border-radius:20px;background:#fff;display:flex;flex-direction:column;min-width:0}.join-card h3{font-size:23px;line-height:1.5;margin:0 0 10px;letter-spacing:-.035em}.join-card .join-description{margin-bottom:22px}.join-card .button{margin-top:auto;min-height:46px;font-size:14px;padding:10px 18px;gap:14px;width:100%}.join-mail-button{background:var(--brown);color:white}.join-instagram{background:#f8f5ee}.join-instagram-button{background:transparent;border:1px solid #a59580;color:var(--brown)}.join-sns-heading{display:flex;align-items:center;justify-content:space-between;min-height:28px}.join-sns-heading .instagram-mark{width:30px;height:30px;border-radius:8px}.join-sns-heading .instagram-mark svg{width:22px}.join-sns-heading .section-kicker{margin-bottom:12px}
@media(max-width:900px){.join-line{padding:28px;column-gap:20px}.join-card{padding:24px}.join-card h3{font-size:21px}}
@media(max-width:600px){.join-section{padding-top:16px;margin-bottom:48px}.join-line{grid-template-columns:minmax(0,1fr);grid-template-areas:"copy" "previews" "action";padding:26px 22px;row-gap:20px}.join-previews{width:min(100%,340px);justify-self:center;aspect-ratio:1.25}.join-line h3{font-size:26px}.join-secondary{grid-template-columns:minmax(0,1fr);gap:18px;margin-top:18px}.join-card{padding:24px}.join-card h3{font-size:22px}}
.join-line .section-kicker{color:#42604a}.join-benefits li>span{display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px;height:18px;border-radius:50%;background:#42604a;color:white;font-size:12px}.join-previews img{height:auto;max-height:90%;object-position:top}.join-previews img:nth-child(1){width:64%;left:0;top:1%;transform:rotate(-6deg)}.join-previews img:nth-child(2){width:44%;left:27%;top:24%;transform:rotate(-1deg)}.join-previews img:nth-child(3){width:44%;right:0;top:13%;transform:rotate(6deg)}.join-card .button{align-self:flex-start;width:auto;min-width:72%;border-width:1px}.join-mail-button{border:1px solid var(--brown)}.join-card{position:relative}.join-mail .section-kicker::after{content:'✉';position:absolute;right:30px;top:20px;font-size:29px;font-weight:400;color:#80694f;letter-spacing:0}.join-sns-heading .instagram-mark{width:36px;height:36px}.join-sns-heading .instagram-mark svg{width:25px}

/* One published article; no empty column reserved for pending posts. */
.articles .article-layout{grid-template-columns:minmax(0,1fr);max-width:720px;margin-inline:auto}

#gift.join-line{scroll-margin-top:110px}

/* Shared illustrated navigation and chronological qualifications, 2026-09-14. */
.site-header .header-inner{gap:24px;min-height:86px;height:auto;padding-block:12px}
.site-header .brand{min-width:0;gap:10px}
.brand-copy{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;line-height:1.6}
.brand-name{font-size:20px;white-space:nowrap}
.brand-divider{font-size:16px;font-weight:400;color:var(--muted)}
.brand-tagline{font-size:14px;letter-spacing:0;white-space:nowrap}
.site-header .nav{gap:22px;font-size:14px;flex-shrink:0}
.site-header .nav a{display:flex;align-items:center;gap:6px;white-space:nowrap}
.site-header .nav img{width:36px;height:36px;object-fit:contain;filter:none}
.qualification-grid{max-width:1040px;gap:24px}
.qualification-year{position:relative;font:500 18px/1.5 Inter,sans-serif;color:var(--muted);padding-bottom:16px;margin-bottom:24px}
.qualification-year::before{content:"";position:absolute;bottom:0;height:1px;background:#a39a8e;left:-12px;right:-12px}
.qualification-year::after{content:"";position:absolute;bottom:-4px;left:calc(50% - 5px);width:10px;height:10px;border-radius:50%;background:#8f6429}
.qualification:first-child .qualification-year::before{left:0}
.qualification:last-child .qualification-year::before{right:0}
.certificate-image{height:220px}
.certificate-image img{width:auto;height:100%;max-width:100%;object-fit:contain}
.qualification figcaption{font-size:16px;line-height:1.8;margin-top:18px}
.qualification figcaption small{display:block;font-size:14px;color:var(--muted);margin-top:6px}
@media(min-width:901px) and (max-width:1100px){.brand-copy{gap:0 8px;max-width:300px}.brand-tagline{flex-basis:100%}.brand-divider{display:none}.site-header .nav{gap:16px}.certificate-image{height:190px}}
@media(max-width:900px){.site-header .nav{top:100%;gap:14px}.certificate-image{height:160px}}
@media(max-width:600px){.site-header .header-inner{gap:8px;min-height:76px}.site-header .brand{gap:8px}.site-header .brand-mark{width:28px;height:32px}.brand-copy{display:block}.brand-name{display:block;font-size:18px}.brand-divider{display:none}.brand-tagline{display:block;font-size:clamp(12px,3.3vw,14px)}.site-header .menu-button{padding:12px 0;font-size:12px;letter-spacing:0;flex-shrink:0}.qualification-grid{max-width:320px;gap:36px}.certificate-image{height:210px}.qualification-year{margin-bottom:24px}.qualification-year::before{left:0;right:0}}

/* Contact form, matching the site's restrained palette. */
#faq{scroll-margin-top:100px}.contact-page{width:min(720px,calc(100% - 40px));margin:60px auto 80px}.contact-page h1{font-size:clamp(28px,4vw,38px);margin-bottom:14px}.contact-page .section-heading p{font-size:16px}.contact-status{padding:16px 20px;background:var(--soft);color:var(--muted);font-size:14px;border-radius:12px;margin-bottom:28px}.contact-page label{display:block;font-size:15px;font-weight:600;margin-bottom:22px}.contact-page label>span{font-size:11px;color:var(--gold-dark);margin-left:8px}.contact-page label>small{font-size:12px;color:var(--muted);font-weight:400;margin-left:8px}.contact-page input,.contact-page select,.contact-page textarea{display:block;width:100%;margin-top:8px;padding:12px 14px;font:inherit;font-size:16px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:8px}.contact-page textarea{resize:vertical;line-height:1.8}.contact-page :is(input,select,textarea):focus-visible{outline:2px solid var(--gold);outline-offset:2px}.contact-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-privacy{font-size:13px;color:var(--muted);margin:20px 0}.contact-page .button{width:100%;border:0}.contact-page dt{font-weight:600;margin-top:20px}.contact-page dd{margin:6px 0 20px;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--muted)}@media(max-width:600px){.contact-row{grid-template-columns:1fr;gap:0}.contact-page{margin-top:36px}}

/* One learning section: certificates followed by reading photographs. */
#learning{scroll-margin-top:100px}.qualifications .qualification-grid{max-width:920px;grid-template-columns:1.45fr 1fr 1fr;gap:32px}.qualification-year{font-size:14px;color:var(--muted);margin:0 0 18px}.qualifications .certificate-image{height:220px}.qualifications .certificate-image img{height:100%;width:auto;max-width:none;object-fit:contain}.qualification figcaption small{display:block;font-size:12px;color:var(--muted);line-height:1.8;margin-top:8px}.learning-books{border-top:1px solid var(--line);margin-top:44px;padding-top:38px}.learning-books .section-heading{margin-bottom:26px}.learning-books .section-heading>p{font-size:16px;line-height:1.9}.books-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:720px;margin:auto}.books-photos img{width:100%;height:320px;object-fit:cover;border-radius:8px;mask-image:linear-gradient(to right,transparent,#000 1%,#000 99%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 1%,#000 99%,transparent)}.books-photos img:first-child{object-position:40% center}.books-photos img:last-child{object-position:center 28%}@media(max-width:900px){.qualifications .qualification-grid{gap:20px}.qualifications .certificate-image{height:170px}.books-photos{max-width:640px}.books-photos img{height:290px}}@media(max-width:600px){.qualifications .qualification-grid{grid-template-columns:1fr;max-width:100%;gap:32px}.qualifications .certificate-image{height:200px}.learning-books{margin-top:36px;padding-top:32px}.books-photos{grid-template-columns:1fr;max-width:340px;gap:20px}.books-photos img{height:300px}}

/* A compact awareness banner leading to the detailed LINE invitation. */
.gift-band{padding:28px 40px;gap:28px}.gift-band .gift-copy{min-width:0;flex:1}.gift-band .section-kicker{margin-bottom:12px}.gift-band h2{font-size:clamp(25px,2.65vw,31px);line-height:1.45;margin-bottom:12px}.gift-band .gift-copy>p:last-child{font-size:13px;line-height:1.85}.gift-band>.button{flex-shrink:0;min-height:48px;padding:12px 22px;font-size:14px;gap:18px;white-space:nowrap;box-shadow:none}@media(max-width:900px){.gift-band{gap:22px}}@media(max-width:600px){.gift-band{padding:28px 24px;gap:22px}.gift-band h2{font-size:clamp(21px,5.8vw,25px)}.gift-band>.button{width:100%;white-space:normal}}

/* Approved mobile-only compact hero and qualification layout, 2026-09-16. */
@media (max-width:767px){
.hero{width:calc(100% - 40px);min-height:0;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:16px 12px;padding-block:28px 52px;align-items:center}
.hero-copy{display:contents}
.hero .eyebrow{grid-column:1 / -1;margin:0;font-size:11px}
.hero h1{grid-column:1;grid-row:2;font-size:clamp(22px,6.5vw,28px);line-height:1.4;letter-spacing:-.055em;margin:0;overflow-wrap:normal}
.hero-photo{grid-column:2;grid-row:2;width:100%;max-width:190px;height:auto;aspect-ratio:3 / 4;justify-self:end;border-radius:32px 10px 10px 10px;box-shadow:none}
.hero-photo img{width:100%;height:100%;object-fit:contain}
.hero-subtitle,.hero-lead,.hero-actions,.hero .credentials{grid-column:1 / -1}
.hero-subtitle{margin:0;font-size:14px;line-height:1.7}
.hero-lead{margin:0;font-size:13px;line-height:1.8}
.hero-actions{margin:2px 0 0;flex-direction:row;align-items:center;gap:14px}
.hero-actions .button{min-height:46px;padding:10px 18px;font-size:13px;gap:12px}
.hero-actions .text-link{font-size:12px}
.hero .credentials{margin:0;gap:6px 10px;font-size:10px}
.qualifications{width:calc(100% - 40px);padding-block:32px 48px}
.qualifications > .section-heading{margin-bottom:24px}
.qualifications > .section-heading > p{font-size:13px;line-height:1.8}
.qualifications .qualification-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:100%;gap:10px}
.qualification{display:flex;flex-direction:column;align-items:center}
.qualifications .certificate-image{order:1;width:82%;height:clamp(68px,22vw,100px)}
.qualifications .certificate-image img{width:100%;height:100%;max-width:100%;object-fit:contain}
.qualification figcaption{order:2;margin:10px 0 0;font-size:13px;line-height:1.5;width:100%}
.qualification figcaption small{font-size:11px;line-height:1.5;margin-top:6px}
.qualification-year{order:3;padding:0;margin:8px 0 0;font-size:12px;line-height:1.4}
.qualification-year::before,.qualification-year::after{display:none}
.introduction{padding:36px 20px}
.introduction-inner{grid-template-columns:minmax(0,.37fr) minmax(0,.63fr);gap:12px;align-items:start}
.introduction-photo{grid-column:1;grid-row:1 / 5;width:100%;max-width:190px;margin:40px 0 0;padding:8px 0 0 8px}
.introduction-photo .photo-backdrop{inset:0 8px 8px 0}
.introduction-copy{display:contents}
.introduction-copy > *{grid-column:1 / -1;min-width:0}
.introduction-copy > :nth-child(-n + 4){grid-column:2;margin:0}
.introduction-copy > .section-kicker{grid-row:1;font-size:13px;line-height:1.4}
.introduction-copy > h2{grid-row:2;font-size:clamp(28px,7.5vw,32px);line-height:1.35}
.introduction-copy > .introduction-lead{grid-row:3;font-size:16px;line-height:1.7}
.introduction-copy > p:nth-child(4){grid-row:4}
.introduction-copy > p:not(.section-kicker):not(.introduction-lead){font-size:14px;line-height:1.7;margin-bottom:0}
.introduction-copy > blockquote{margin:12px 0 4px;padding:12px 0 12px 14px;font-size:16px;line-height:1.7}
.introduction-copy > .intro-qualifications{margin:6px 0}
.introduction-copy > .text-link{justify-self:start}
}
