@charset "UTF-8";
:root{--paper:#f9f7f0;--ink:#233d36;--muted:#52665d;--green:#25594a;--line:#d2dccc;--white:#fffef9;--yellow:#f5ce61;--serif:"Yu Mincho","Hiragino Mincho ProN",serif;--sans:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:26px}
body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.95 var(--sans);-webkit-text-size-adjust:100%}
a{color:var(--green);text-underline-offset:5px}
a:hover{text-decoration-thickness:2px}
a:focus-visible,[tabindex]:focus-visible{outline:3px solid #a34c2c;outline-offset:5px}
img,svg{max-width:100%}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.65;letter-spacing:.02em}
p{margin-bottom:18px}
.shell{width:min(1120px,calc(100% - 80px));margin-inline:auto}
.skip{position:absolute;left:20px;top:-100px;z-index:10;padding:12px;background:var(--white)}
.skip:focus{top:12px}
.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:25px;border-bottom:1px solid var(--line)}
.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:20px;font-weight:700;text-decoration:none;white-space:nowrap}
.brand-mark{display:grid;place-items:center;width:33px;height:36px;border:1.5px solid var(--ink);border-radius:48% 48% 42% 42%;font:italic 28px var(--serif);transform:rotate(-10deg);background:var(--yellow)}
.site-header nav{display:flex;flex-wrap:wrap;gap:12px 25px;font-size:13px}
.site-header nav a{text-decoration:none;padding-block:8px}
.eyebrow,.mini-label{color:var(--muted);font-size:12px;font-weight:600;letter-spacing:.08em}
.eyebrow{margin-bottom:15px}
.small-sun{font-size:25px;color:#a34c2c;vertical-align:middle;margin-right:4px}
.hero{display:grid;grid-template-columns:1.22fr 1fr;gap:25px;align-items:center;padding-block:60px 65px}
.hero-copy{min-width:0}
.hero h1{font:600 clamp(35px,4.2vw,54px)/1.65 var(--serif);letter-spacing:.02em;margin-bottom:24px}
.hero h1 span{background:linear-gradient(transparent 72%,#f5ce617d 72%,#f5ce617d 91%,transparent 91%)}
.hero-lede{font-size:18px;line-height:2;margin-bottom:15px}
.hero-description{font-size:14px;line-height:2.1;color:var(--muted);margin-bottom:24px}
.button{display:inline-flex;justify-content:center;align-items:center;gap:25px;min-height:48px;padding:12px 23px;border-radius:7px;border:1px solid transparent;font-size:14px;font-weight:600;text-decoration:none;line-height:1.8;transition:background .15s,transform .15s}
.button:hover{transform:translateY(-2px);text-decoration:none}
.primary{background:var(--green);color:var(--white)}
.primary:hover{background:#184736}
.outline{border-color:var(--green);background:transparent}
.outline:hover{background:#e5ecdc}
.plaza{position:relative;min-width:0;width:100%;height:445px;isolation:isolate;border-radius:48% 48% 18px 18px;background:#edf0e1}
.plaza-caption{position:absolute;inset:30px 0 auto;text-align:center;font-size:11px;color:var(--muted);letter-spacing:.08em}
.plaza-path{position:absolute;inset:35px 0 0;width:100%;height:380px;stroke:#819a7e;stroke-width:1.5;stroke-dasharray:4 7;stroke-linecap:round}
.plaza-label{position:absolute;background:var(--white);border:1px solid #c6d1bd;border-radius:30px;padding:5px 20px;font-size:12px;z-index:1}
.label-a{left:9%;top:32%}.label-b{right:8%;top:20%}.label-c{right:9%;bottom:10%}
.plaza-note{position:absolute;padding:13px 19px;border:1px solid #c5cbb6;border-radius:5px;font-size:12px;background:#fffaf0;line-height:1.9;box-shadow:4px 5px 0 #69744909;z-index:2}
.plaza-note strong{font:600 18px/1.8 var(--serif)}
.note-a{top:19%;left:29%;transform:rotate(-7deg)}.note-b{bottom:24%;right:13%;transform:rotate(6deg);background:#f8efd8}
.plaza img{position:absolute;width:115px;height:auto;z-index:3}
.plaza-futaba{left:10%;bottom:7%}.plaza .plaza-mikan{left:9%;top:42%;width:119px}.plaza .plaza-kotori{right:6%;top:33%;width:108px}
.plaza-flower{position:absolute;color:#b26538;font-size:35px;line-height:1}
.flower-a{left:21%;top:18%}.flower-b{left:48%;bottom:12%;font-size:24px;color:#698064}
.interests{padding-block:39px 54px;border-top:1px solid var(--line);scroll-margin-top:24px}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:25px}
.section-heading h2{font:600 clamp(23px,2.65vw,30px)/1.7 var(--serif);margin:0}
.section-heading .eyebrow{margin-bottom:7px}
.section-heading>p{font-size:12px;color:var(--muted);margin:0 0 5px;flex-shrink:0}
.interest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.interest-card{display:flex;flex-direction:column;min-width:0;padding:23px 25px 22px;background:var(--white);border:1px solid var(--line);border-radius:11px;color:var(--ink);text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s}
.interest-card:hover{transform:translateY(-3px);border-color:#829681;box-shadow:0 5px 14px #233d3608}
.card-topic{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;letter-spacing:.07em;color:var(--muted);margin-bottom:18px}
.card-topic>span{display:grid;place-items:center;width:32px;height:32px;background:var(--tint);border-radius:50%;font-size:18px;color:var(--ink)}
.interest-card h3{font:600 23px/1.7 var(--serif);margin:0 0 14px;letter-spacing:.01em}
.interest-card>p{font-size:13px;line-height:1.95;color:var(--muted);margin-bottom:20px}
.card-destination{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;border-top:1px solid var(--line);padding-top:15px;font-size:12px;font-weight:600;color:var(--green)}
.tone-peach{--tint:#f4dac7}.tone-blue{--tint:#dce8e8}.tone-green{--tint:#e0e9ce}.tone-lilac{--tint:#e6def1}.tone-sand{--tint:#eae0c9}.tone-yellow{--tint:#f8e3a0}
.first-walk{display:flex;align-items:center;gap:23px;padding:23px 28px;margin-top:26px;border:1px solid #c7d3bb;border-radius:10px;background:#edf1e4}
.first-walk img{width:68px;height:75px;flex-shrink:0}
.first-walk h3{font:600 21px/1.8 var(--serif);margin:0 0 4px}
.first-walk .mini-label{margin:0 0 2px;font-size:11px}
.first-walk p:last-child{font-size:12px;margin:0;color:var(--muted)}
.first-walk .button{margin-left:auto;flex-shrink:0;font-size:12px;gap:16px;padding-inline:18px}
.companions-caption{text-align:right;color:var(--muted);font-size:10px;line-height:1.8;margin:10px 0 0}
.big-question{background:#eaf0e3;border-block:1px solid #d2dcc8;padding-block:60px}
.question-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:65px}
.big-question h2{font:600 clamp(29px,3vw,37px)/1.75 var(--serif);margin-bottom:20px}
.question-follow{font-size:17px;line-height:2;margin:0}
.question-copy{padding-top:9px;color:var(--muted);font-size:14px;line-height:2.15}
.question-copy p{margin-bottom:19px}
.text-link{font-size:13px;display:inline-block;margin-top:4px}
.about{display:grid;grid-template-columns:.85fr 1.25fr;gap:70px;padding-block:66px;border-bottom:1px solid var(--line);scroll-margin-top:24px}
.about h2{font:600 clamp(29px,3vw,37px)/1.8 var(--serif);margin-bottom:18px}
.about-intro>img{display:block;width:115px;height:auto;margin:5px 0 9px}
.about-intro>.mini-label{font-weight:400;font-size:11px}
.about-copy{font-size:14px;line-height:2.1;min-width:0}
.about-copy>p{color:var(--muted);margin-bottom:21px}
.about-copy>.about-lead{font:600 19px/2 var(--serif);color:var(--ink);margin-bottom:22px}
.about-note{border-left:3px solid #9aaf8e;padding:15px 19px;background:#f0f2e9;margin-top:26px}
.about-note strong{font-size:12px;font-weight:600}
.about-note p{font-size:12px;color:var(--muted);margin:5px 0 0;line-height:2}
.about-links{display:flex;gap:15px 25px;flex-wrap:wrap;margin-top:19px;font-size:12px}
.reading-shelf{padding-block:46px 58px}
.shelf-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.shelf-links>a{display:grid;grid-template-columns:1fr auto;gap:5px 12px;align-items:center;text-decoration:none;border-block:1px solid var(--line);padding:20px 2px}
.shelf-links>a:hover{background:#edf1e4}
.shelf-links span{font-weight:600;font-size:14px}
.shelf-links small{grid-column:1;font-size:11px;color:var(--muted)}
.shelf-links b{grid-column:2;grid-row:1 / 3;font-size:17px;font-weight:400}
.site-footer{display:flex;justify-content:space-between;gap:40px;padding-block:30px 50px;border-top:1px solid var(--line)}
.site-footer .brand{font-size:17px;margin-bottom:13px}
.site-footer p{font-size:12px;color:var(--muted);line-height:2;margin-bottom:9px}
.site-footer small{font-size:11px;color:var(--muted)}
.site-footer nav{display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:9px 28px;font-size:12px}
.site-footer nav a{text-decoration:none;padding-block:3px}
.legacy-note{font-size:12px;color:var(--muted);padding-bottom:22px}
@media(max-width:1050px){.hero{gap:22px;grid-template-columns:1.2fr 1fr}.hero h1{font-size:43px}.hero-lede{font-size:16px}.plaza{height:400px}.plaza .plaza-mikan{width:105px}.plaza img{width:100px}.plaza .plaza-kotori{width:93px}.plaza-note{padding:11px 15px}.plaza-note strong{font-size:16px}.interest-card{padding:21px}.interest-card h3{font-size:20px}.first-walk{flex-wrap:wrap}.first-walk>div{flex:1;min-width:230px}.first-walk .button{margin-left:91px}.question-layout{gap:42px}.about{gap:45px}.site-footer nav{gap:9px 18px}}
@media(max-width:800px){.shell{width:calc(100% - 44px)}.site-header{align-items:start;gap:15px}.brand{font-size:18px}.site-header nav{gap:7px 15px;font-size:11px}.hero{padding-block:43px 45px;grid-template-columns:1fr 0.8fr;gap:18px}.hero h1{font-size:34px}.hero-lede{font-size:14px}.hero-description{font-size:12px}.hero .eyebrow{font-size:10px;letter-spacing:.02em}.plaza{height:340px}.plaza-caption{font-size:10px}.plaza-path{height:300px}.plaza-label{padding:3px 13px;font-size:10px}.plaza-note strong{font-size:14px}.plaza-note{font-size:10px;padding:10px 12px}.plaza .plaza-mikan{width:90px;left:5%}.plaza .plaza-kotori{width:80px;right:2%}.plaza .plaza-futaba{width:88px}.interest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.interest-card h3{font-size:23px}.section-heading>p{font-size:11px}.question-layout{gap:30px;grid-template-columns:1fr 1.1fr}.big-question h2{font-size:29px}.question-copy{font-size:13px}.about{gap:36px;grid-template-columns:.7fr 1.3fr}.about-copy>.about-lead{font-size:17px}.shelf-links{grid-template-columns:1fr;gap:0}.shelf-links>a+a{border-top:0}.site-footer{flex-direction:column;gap:25px}.site-footer nav{grid-template-columns:repeat(2,minmax(0,1fr));max-width:500px}}
@media(max-width:600px){html{scroll-padding-top:18px}.site-header{flex-direction:column;padding-block:19px 15px;gap:12px}.site-header nav{width:100%;gap:10px 19px;justify-content:space-between;font-size:11px}.site-header nav a{padding-block:5px}.hero{grid-template-columns:1fr;padding-block:32px 36px;gap:30px}.hero h1{font-size:clamp(32px,8.5vw,47px);margin-bottom:19px}.hero .eyebrow{font-size:11px}.hero-lede{font-size:16px}.hero-description{font-size:13px}.hero .button{font-size:13px}.plaza{width:min(390px,100%);justify-self:center;height:320px;border-radius:44% 44% 15px 15px}.plaza-caption{top:22px}.plaza-path{top:10px;height:300px}.plaza .plaza-mikan{left:12%;width:96px}.plaza .plaza-kotori{right:9%;width:86px}.plaza .plaza-futaba{left:14%;bottom:4%;width:96px}.plaza-note{padding:9px 14px}.plaza-note strong{font-size:16px}.note-a{top:17%;left:33%}.note-b{right:14%;bottom:21%}.label-a{left:9%;top:30%}.label-b{right:6%;top:19%}.label-c{bottom:8%;right:11%}.flower-b{left:51%;bottom:9%}.interests{padding-block:30px 35px}.section-heading{display:block;margin-bottom:21px}.section-heading h2{font-size:24px}.section-heading>p{margin:12px 0 0;font-size:12px}.section-heading>p br{display:none}.interest-grid{grid-template-columns:1fr;gap:13px}.interest-card{padding:21px 24px}.card-topic{margin-bottom:9px}.interest-card h3{font-size:24px;margin-bottom:10px}.interest-card>p{font-size:13px;margin-bottom:17px}.card-destination{font-size:12px;padding-top:12px}.first-walk{padding:22px 18px;gap:14px;align-items:start;margin-top:21px}.first-walk img{width:50px;height:55px}.first-walk>div{min-width:0}.first-walk h3{font-size:18px}.first-walk p:last-child{font-size:12px}.first-walk .button{margin:3px 0 0 64px;font-size:12px;padding:10px 14px;gap:15px}.companions-caption{text-align:left;font-size:10px;margin-top:12px}.big-question{padding-block:37px}.question-layout{grid-template-columns:1fr;gap:27px}.big-question h2{font-size:31px;margin-bottom:17px}.question-follow{font-size:16px}.question-copy{font-size:14px;padding-top:0}.about{grid-template-columns:1fr;gap:25px;padding-block:39px}.about-intro{position:relative;padding-right:93px}.about h2{font-size:30px;margin-bottom:10px}.about-intro>img{position:absolute;right:0;bottom:13px;width:90px;margin:0}.about-copy>.about-lead{font-size:18px}.about-copy{font-size:14px}.about-note{margin-top:21px;padding:13px 16px}.reading-shelf{padding-block:33px 37px}.site-footer{padding-block:25px 35px}.site-footer nav{font-size:11px;gap:10px 14px}.desktop-break{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.interest-card{transition:none}.button:hover,.interest-card:hover{transform:none}}
@media print{body{background:white;font-size:11pt}.shell{width:100%}.site-header,.plaza,.skip,.button,.site-footer nav,.legacy-note{display:none}.hero,.question-layout,.about{display:block;padding-block:20px}.hero h1{font-size:29pt}.interest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.interest-card{break-inside:avoid;box-shadow:none}.interest-card h3{font-size:17pt}.interest-card p{font-size:10pt}.big-question{background:white;padding-block:20px}.first-walk{break-inside:avoid}.about-intro>img{display:none}.about-copy{max-width:none}.shelf-links{grid-template-columns:1fr}.section-heading>p{display:none}a{color:inherit}.about-note{break-inside:avoid}}

.contact-section{padding-block:43px 50px;border-bottom:1px solid var(--line)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.25fr;gap:28px}
.contact-card{min-width:0;background:var(--white);border:1px solid var(--line);border-radius:10px;padding:26px 28px;scroll-margin-top:24px}
.contact-card h3{font-size:18px;margin-bottom:16px}
.contact-card p{font-size:13px;line-height:2;color:var(--muted);margin-bottom:15px}
.contact-card p:last-child{margin-bottom:0}
.contact-email{display:inline-block;font-size:clamp(18px,2vw,23px);font-weight:600;margin:0 0 20px;overflow-wrap:anywhere}
.contact-card .friendly-request{color:var(--ink);border-left:3px solid #b6c59e;padding-left:15px}
.contact-card .rights-note,.contact-card .rights-reference{font-size:11px}
.rights-details{border-top:1px solid var(--line);padding-top:15px;margin-top:19px}
.rights-details summary{cursor:pointer;font-size:12px;color:var(--green);padding-block:3px}
.rights-details summary:focus-visible{outline:3px solid #a34c2c;outline-offset:4px}
.rights-details p:first-of-type{margin-top:17px}
.people-policy{margin-top:26px;padding:22px 26px;background:#edf1e4;border-radius:8px}
.people-policy h3{font:600 21px/1.8 var(--serif);margin-bottom:9px}
.people-policy p{font-size:13px;line-height:2;color:var(--muted);max-width:68em;margin-bottom:8px}
.people-main{padding-block:45px}
.people-heading{max-width:55em;margin-bottom:34px}
.people-heading h1{font:600 clamp(32px,4vw,45px)/1.7 var(--serif);margin-bottom:23px}
.people-heading>p:last-child{font-size:15px;color:var(--muted);line-height:2}
.person-rules{padding:25px 29px;border:1px solid var(--line);border-radius:10px;background:#edf1e4;margin-bottom:43px}
.person-rules h2{font:600 23px/1.8 var(--serif);margin-bottom:14px}
.person-rules ul{padding-left:1.4em;margin:0 0 20px;font-size:14px}
.person-rules li{padding-left:4px;margin-bottom:9px;line-height:2}
.person-rules p{font-size:13px;color:var(--muted);line-height:2;margin-bottom:14px}
.person-rules p:last-child{margin-bottom:0}
.people-table{width:100%;border-collapse:collapse;font-size:14px;background:var(--white)}
.people-table caption{text-align:left;font-size:12px;line-height:1.8;color:var(--muted);margin-bottom:15px}
.people-table th,.people-table td{padding:17px 20px;border:1px solid var(--line);text-align:left;vertical-align:top}
.people-table thead{background:#edf1e4;font-size:12px}
.people-table tbody th{width:105px;white-space:nowrap;font-weight:600}
.people-table td:nth-child(2){width:31%}
.people-table small{font-size:11px;color:var(--muted);line-height:1.8}
.people-table tr{scroll-margin-top:24px}
.people-table tr:target{background:#faf0c9}
.people-closing{font:19px/2 var(--serif);padding-top:30px;margin-bottom:0}
@media(max-width:700px){.contact-grid{grid-template-columns:1fr;gap:18px}.contact-section{padding-block:34px}.contact-card{padding:23px}.contact-card h3{font-size:18px}.people-policy{padding:20px}.people-policy h3{font-size:19px}.people-main{padding-block:32px}.people-heading>p:last-child{font-size:14px}.people-heading p br{display:none}.person-rules{padding:21px}.person-rules h2{font-size:21px}.person-rules ul{font-size:13px}.people-table th,.people-table td{padding:13px 11px;font-size:12px}.people-table tbody th{width:76px}.people-table small{font-size:10px}.people-closing{font-size:17px}}
@media(max-width:420px){.people-table-wrap{overflow-x:auto}.people-table{min-width:340px}.people-heading h1{font-size:32px}}
@media print{.contact-grid{display:block}.contact-card{break-inside:avoid;margin-bottom:15px}.people-table th,.people-table td{padding:10px}.people-table tr{break-inside:avoid}.people-table-wrap{overflow:visible}.people-table{min-width:0}.people-policy,.person-rules{background:white}}

/* Small screens: reading space and touch targets. */
.mobile-table-hint{display:none}
@media screen and (max-width:700px){
  .shell{width:calc(100% - 32px)}
  .shell p,.shell a{overflow-wrap:anywhere}
  .shell h1,.shell h2,.shell h3{overflow-wrap:break-word}
  .site-header{flex-wrap:wrap}
  .site-header nav{width:100%;gap:4px 16px;justify-content:flex-start;font-size:13px}
  .site-header nav a,.site-footer nav a,.about-links a,.text-link{display:inline-flex;align-items:center;min-height:44px;padding-block:9px}
  .site-footer nav{font-size:13px;gap:6px 18px}
  .hero-description,.interest-card>p,.about-copy,.question-copy,.contact-card p,.people-policy p{font-size:15px}
  .card-destination{font-size:13px}
  .companions-caption,.contact-card .rights-note,.contact-card .rights-reference{font-size:12px}
  .rights-details summary{font-size:14px;min-height:44px;padding-block:10px}
  .button{max-width:100%;overflow-wrap:anywhere}
  .first-walk .button{margin-left:0;width:100%;font-size:14px}
  .people-table-wrap{max-width:100%;overflow-x:auto}
  .people-table{min-width:480px}
  .people-table th,.people-table td{font-size:14px}
  .people-table small{font-size:12px}
  .mobile-table-hint{display:block;margin-top:6px;font-size:12px}
}
@media screen and (max-width:380px){
  .about-intro{padding-right:0}
  .about-intro>img{position:static;width:70px;margin:12px 0}
  .interest-card{padding:20px}
}

/* Visual review 2026-09-18: table guidance outside the scroll area, headline wrapping, touch targets. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.people-table-note{font-size:13px;line-height:1.9;color:var(--muted);margin:0 0 13px;max-width:46em}
@media screen and (max-width:700px){
  .people-table-note{font-size:13px;margin-bottom:11px}
  .contact-email,.brand{display:inline-flex;align-items:center;min-height:44px}
  p>a:only-child:not(.button){display:inline-flex;align-items:center;min-height:44px}
}
@media screen and (max-width:380px){
  .hero h1{font-size:28px}
  .people-heading h1{font-size:28px}
  .site-header nav{gap:2px 14px}
}
@media screen and (max-width:700px){
  .plaza-caption,.plaza-label{font-size:12px}
  .first-walk .mini-label,.about-intro>.mini-label,.shelf-links small,.site-footer small{font-size:12px}
}
