@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400;500;600&display=swap');
:root{--ink:#312639;--purple:#3a254b;--gold:#a58349;--paper:#faf8fb;--muted:#786f7d;--line:#ded6df}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Noto Sans JP',sans-serif;font-size:16px;line-height:2}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;border-bottom:1px solid var(--line);background:#faf8fb} .brand{font-family:'Cormorant Garamond',serif;font-size:36px;letter-spacing:.2em;line-height:1}.brand small{display:block;font:10px/2.5 sans-serif;letter-spacing:.23em}nav{display:flex;gap:32px;align-items:center;font-size:14px}.nav-cta{border:1px solid var(--gold);padding:10px 22px}.menu{display:none}.hero{min-height:690px;position:relative;display:grid;grid-template-columns:55% 45%;background:linear-gradient(110deg,#f7f4fa,#e9e1ef);overflow:hidden}.hero-copy{padding:90px 0 80px 11%;z-index:1}.eyebrow{font-family:'Cormorant Garamond',serif;letter-spacing:.22em;color:var(--gold);font-size:16px;margin:0 0 25px}.hero h1{font-family:'Noto Serif JP',serif;font-size:clamp(32px,3.2vw,53px);font-weight:500;line-height:1.75;letter-spacing:.08em;margin:0 0 28px;white-space:nowrap}.hero h1 em{font-style:normal;color:#745486}.hero-copy>p:not(.eyebrow){color:#665b6c;line-height:2.2;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:36px;background:var(--purple);color:white;padding:17px 30px;border:1px solid var(--purple);cursor:pointer;font-size:15px;letter-spacing:.04em;transition:.2s}.button:hover{background:#594064;transform:translateY(-2px)}.button span{color:#ceb583}.hero-caption{font-size:12px!important;color:var(--muted);margin:12px 0!important}.hero-portrait{position:relative;margin:45px 13% 0 6%;align-self:end;border-radius:45% 45% 0 0;overflow:hidden;height:635px;box-shadow:0 0 0 12px #ffffff35,0 0 0 13px #bda77a70}.hero-portrait img{width:100%;height:100%;object-fit:cover;object-position:center 38%}.hero-portrait:after{content:'';position:absolute;inset:65% 0 0;background:linear-gradient(transparent,#211729b0)}.portrait-label{position:absolute;bottom:35px;left:30px;z-index:1;color:white;font-family:'Noto Serif JP',serif}.portrait-label small{display:block;font:12px/2 sans-serif;letter-spacing:.08em}.portrait-label strong{font-weight:400;font-size:27px;letter-spacing:.12em}.credibility{display:flex;justify-content:center;gap:65px;padding:29px 6%;background:white;border-bottom:1px solid var(--line);font-size:14px}.credibility strong{font-family:'Cormorant Garamond',serif;font-size:34px;font-weight:500;color:var(--gold);margin:0 8px}.container{max-width:1120px;margin:auto;padding:100px 35px}.center{text-align:center}h2,h3{font-family:'Noto Serif JP',serif;font-weight:500}h2{font-size:34px;line-height:1.8;letter-spacing:.06em;margin:0 0 28px}h3{font-size:22px;line-height:1.8}p{margin:0 0 22px}.lead{color:var(--muted);max-width:720px;margin:0 auto 50px}.concerns{display:grid;grid-template-columns:1fr 1fr;text-align:left;margin-top:45px;gap:0 50px}.concern{padding:27px 0;border-bottom:1px solid var(--line);display:flex;gap:22px}.number{font-family:'Cormorant Garamond';color:var(--gold);font-size:27px}.concern p{margin:0}.dark{background:var(--purple);color:#f7f1fa}.dark .eyebrow{color:#cbb78f}.dark .lead{color:#d9cfe0}.columns{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.quote{border-left:1px solid var(--gold);padding:15px 0 15px 30px;color:#d8cde0}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:60px}.process article{border-top:1px solid var(--gold);padding-top:25px}.process p{color:var(--muted);font-size:15px}.process .number{font-size:36px}.pale{background:#f0ebf3}.portrait{width:100%;max-height:580px;object-fit:cover;object-position:center 35%;border-radius:180px 180px 0 0}.textlink{display:inline-block;border-bottom:1px solid var(--gold);padding:7px 0;font-size:14px}.books{display:grid;grid-template-columns:1fr 1fr;gap:55px;margin-top:45px}.book{display:grid;grid-template-columns:135px 1fr;gap:28px;align-items:start}.book img{width:135px;box-shadow:8px 12px 25px #25132b20}.book h3{margin:4px 0 15px;font-size:20px}.book p{font-size:14px;color:var(--muted)}.press{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:55px;padding:25px 0;display:flex;justify-content:space-between;gap:20px;font-size:14px}.press b{letter-spacing:.1em;font-family:'Cormorant Garamond';font-size:21px}.voices{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.voice{background:white;padding:35px 28px;border-top:2px solid #b69d71}.voice h3{font-size:19px}.voice p{font-size:15px}.voice small,.note{font-size:13px;color:var(--muted)}.voice:before{content:'“';font-family:Georgia;font-size:50px;color:var(--gold);line-height:1}.details{max-width:850px;margin:40px auto 0}details{border-bottom:1px solid var(--line);padding:22px 0}summary{cursor:pointer;list-style:none;padding-right:30px;position:relative}summary:after{content:'+';position:absolute;right:0;color:var(--gold)}details[open] summary:after{content:'−'}details p{color:var(--muted);margin:18px 0 0;font-size:15px}.cta{background:linear-gradient(120deg,#2e1f3b,#513760);text-align:center;color:white}.cta .container{padding-top:80px;padding-bottom:80px}.cta .button{background:#b39864;border-color:#b39864;color:white}.cta .button span{color:white}.cta p{color:#ddd2e2}.footer{padding:45px 6% 25px;background:#251b2d;color:#ddd2e2}.footer-top{display:flex;justify-content:space-between;gap:35px}.footer-links{display:flex;gap:25px;flex-wrap:wrap;font-size:13px}.copyright{border-top:1px solid #ffffff20;margin-top:35px;padding-top:20px;font-size:11px;color:#a99caf;letter-spacing:.08em}.page-head{padding:70px 6%;background:#eee7f2;text-align:center}.page-head h1{font-family:'Noto Serif JP';font-weight:500;font-size:38px;margin:0}.narrow{max-width:850px}.bio-item{padding:25px 0;border-bottom:1px solid var(--line)}.bio-item h3{margin:0 0 15px}.contact-card{padding:40px;border:1px solid var(--line);margin:30px 0}.email{font-family:'Cormorant Garamond';font-size:25px;overflow-wrap:anywhere;color:var(--purple)}.legal dl{margin:30px 0}.legal dt{font-weight:500;margin-top:24px}.legal dd{margin:5px 0 0;color:var(--muted)}.draft-note{font-size:14px;border:1px solid #cfc0d9;padding:16px 22px;background:#f1ecf5}.dialog{border:1px solid var(--line);padding:35px;max-width:470px;width:calc(100% - 40px);color:var(--ink);background:var(--paper)}.dialog::backdrop{background:#22152bbb}.dialog h3{margin-top:0}.dialog p{font-size:15px}.dialog .button{margin-top:10px}.mobile-reserve{display:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #b39a60;outline-offset:5px}@media(min-width:1500px){.hero-copy{padding-left:max(11%,calc((100vw - 1200px)/2))}}@media(max-width:900px){nav{gap:16px}.hero{grid-template-columns:57% 43%;min-height:590px}.hero-copy{padding:65px 0 60px 8%}.hero h1{font-size:32px}.hero-portrait{height:510px;margin-right:9%}.columns{gap:40px}.books{gap:30px}.book{grid-template-columns:100px 1fr;gap:20px}.book img{width:100px}.voices{gap:12px}.voice{padding:25px 20px}.credibility{gap:25px}}@media(max-width:650px){header{height:78px;padding:0 6%}.brand{font-size:29px}.brand small{font-size:9px}.menu{display:block;border:0;background:none;font-size:14px;color:var(--ink)}nav{display:none;position:absolute;top:78px;left:0;right:0;z-index:5;background:var(--paper);padding:25px;box-shadow:0 12px 20px #30223915;flex-direction:column}nav.open{display:flex}.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:45px 7% 24px}.eyebrow{font-size:14px;margin-bottom:18px}.hero h1{font-size:31px;letter-spacing:.02em;line-height:1.8;margin-bottom:20px}.hero-copy>p:not(.eyebrow){font-size:14px;margin-bottom:22px}.hero-portrait{height:365px;width:73%;margin:10px 7% 0 auto;align-self:auto;border-radius:45% 45% 0 0}.hero-portrait img{object-position:center 24%}.portrait-label{bottom:22px;left:24px}.portrait-label strong{font-size:23px}.hero-caption{font-size:12px!important}.button{padding:15px 23px;gap:25px}.credibility{padding:22px;gap:10px;flex-wrap:wrap;font-size:12px;justify-content:space-around}.credibility strong{font-size:27px}.container{padding:65px 25px}h2{font-size:27px}.lead{font-size:15px;margin-bottom:30px}.concerns,.columns,.process,.books,.voices{grid-template-columns:1fr}.concerns{gap:0;margin-top:25px}.concern{font-size:15px}.columns{gap:35px}.process{gap:22px;margin-top:30px}.process article{padding-top:18px}.process h3{margin:8px 0 15px}.portrait{max-height:440px;max-width:330px;margin:auto}.books{gap:35px}.book{grid-template-columns:110px 1fr}.book img{width:110px}.press{flex-direction:column;gap:7px}.voices{gap:20px}.footer-top{flex-direction:column}.footer-links{gap:15px}.page-head{padding:45px 20px}.page-head h1{font-size:29px}.contact-card{padding:25px}.email{font-size:20px}.mobile-reserve{display:block;position:fixed;bottom:0;left:0;right:0;z-index:4;border:0;border-top:1px solid #b49b69;background:var(--purple);color:white;padding:14px;font-size:14px}body{padding-bottom:56px}.footer{padding-bottom:25px}.quote{padding-left:20px}.cta .container{padding:60px 25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

@media(max-width:900px){.hero h1{white-space:normal;overflow-wrap:normal}.hero h1 em{white-space:nowrap}}


/* Independent portrait and floral accents; copy has its own clear column. */
.hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:center;gap:3%;padding:32px 8% 36px 9%;min-height:0;height:clamp(550px,calc(100svh - 100px),690px);background:#faf8fb;isolation:isolate}
.hero-copy{position:relative;width:auto;min-height:0;padding:0;z-index:2}
.hero .eyebrow{font-size:14px;margin-bottom:22px}
.hero h1{font-size:clamp(32px,3.6vw,54px);line-height:1.6;letter-spacing:.03em;white-space:normal;margin-bottom:24px}
.hero h1 em{white-space:nowrap}
.hero-copy>p:not(.eyebrow){font-size:15px;line-height:2.1;margin:0 0 24px}
.hero .hero-caption{font-size:12px!important;margin:12px 0 0!important}
.hero-portrait{position:relative;inset:auto;width:100%;height:auto;align-self:center;margin:0;overflow:visible;border-radius:0;box-shadow:none;background:transparent;z-index:1;display:flex;flex-direction:column;align-items:center}
.hero-portrait img{width:100%;height:min(470px,calc(100svh - 230px));min-height:300px;object-fit:contain;object-position:center;mix-blend-mode:multiply;border-radius:0}
.hero-portrait:after{display:none}
.portrait-label{position:static;inset:auto;width:100%;margin:12px 0 0;padding:0;border:0;background:none;color:var(--ink);text-align:center;font-family:'Noto Serif JP',serif}
.portrait-label small{display:block;font:11px/1.7 sans-serif;letter-spacing:.08em;color:var(--muted)}
.portrait-label strong{display:block;font-size:21px;font-weight:400;letter-spacing:.06em}
.hero-flower{position:absolute;pointer-events:none;z-index:0;background-image:url('assets/hero-botanical.png');background-repeat:no-repeat;mix-blend-mode:multiply}
.flower-top{width:190px;height:135px;right:0;top:0;background-size:570px auto;background-position:right top;mask-image:linear-gradient(to left,#000 70%,transparent),linear-gradient(to bottom,#000 65%,transparent);mask-composite:intersect}
.flower-bottom{width:110px;height:160px;left:0;bottom:0;background-size:540px auto;background-position:left bottom;mask-image:linear-gradient(to right,#000 65%,transparent),linear-gradient(to top,#000 65%,transparent);mask-composite:intersect}
@media(min-width:651px) and (max-width:1000px){header{padding:0 4%}nav{gap:14px;font-size:12px}.nav-cta{padding:8px 12px}.hero{padding-left:6%;padding-right:5%;gap:2%;height:600px}.hero h1{font-size:32px}.hero-copy>p:not(.eyebrow){font-size:14px}.hero .button{font-size:13px;padding:15px 18px;gap:15px}.hero-portrait img{height:370px;min-height:0}.flower-bottom{width:65px}.portrait-label strong{font-size:18px}}
@media(max-width:650px){.hero{display:flex;flex-direction:column;gap:0;height:auto;min-height:0;padding:32px 7% 24px;align-items:stretch}.hero-copy{padding:0;width:100%;min-height:0}.hero .eyebrow{font-size:12px;letter-spacing:.15em;margin-bottom:18px}.hero h1{font-size:clamp(28px,7.6vw,38px);line-height:1.6;margin-bottom:20px}.hero-copy>p:not(.eyebrow){font-size:14px;line-height:2;margin-bottom:20px}.hero .button{width:100%;font-size:14px;padding:15px 10px;gap:16px}.hero .hero-caption{font-size:11px!important}.hero-portrait{width:100%;height:auto;margin:18px 0 0;align-self:center}.hero-portrait img{width:230px;height:285px;min-height:0;max-width:80%;object-fit:contain}.portrait-label{margin-top:8px}.portrait-label small{font-size:10px}.portrait-label strong{font-size:18px}.flower-top{width:95px;height:75px;background-size:310px auto;opacity:.8}.flower-bottom{width:115px;height:165px;background-size:450px auto;bottom:55px}}
@media(min-width:1001px) and (max-height:760px){.hero{height:calc(100svh - 100px);min-height:500px;padding-top:22px;padding-bottom:22px}.hero h1{font-size:clamp(32px,3.2vw,46px);line-height:1.5;margin-bottom:16px}.hero .eyebrow{margin-bottom:16px}.hero-copy>p:not(.eyebrow){margin-bottom:18px;line-height:1.9}.hero-portrait img{height:calc(100svh - 215px);min-height:0}}

/* Soft light, with no cropped paper panels behind the floral accents. */
.hero{background:radial-gradient(ellipse at 79% 24%,rgba(231,210,165,.22),transparent 41%),radial-gradient(ellipse at 93% 80%,rgba(184,153,209,.20),transparent 52%),radial-gradient(ellipse at 13% 92%,rgba(216,198,236,.17),transparent 50%),linear-gradient(125deg,#fcfafc 15%,#f7f2fa 66%,#fcf9f4)}
.hero-flower{background-image:url('assets/orchid-branch-v6.png');background-size:contain;background-position:center;background-repeat:no-repeat;mix-blend-mode:multiply;filter:brightness(1.045);mask-image:none;-webkit-mask-image:none;opacity:.8}
.flower-top{width:195px;height:195px;right:-8px;top:-25px;transform:rotate(175deg)}
.flower-bottom{width:125px;height:180px;left:-18px;bottom:0;transform:rotate(-14deg)}
.hero-portrait img{filter:brightness(1.045);mix-blend-mode:multiply;mask-image:linear-gradient(to bottom,transparent 0%,#000 1.5%,#000 97%,transparent 100%)}
@media(min-width:651px) and (max-width:1000px){.flower-top{width:135px;height:135px}.flower-bottom{width:80px;height:130px}}
@media(max-width:650px){.flower-top{width:90px;height:90px;right:-7px;top:-13px;opacity:.7}.flower-bottom{width:125px;height:155px;left:-20px;bottom:70px}}
