/* KOTOLINK Botancho Park */
:root {
  --ink: #17352b;
  --deep: #153f33;
  --green: #2d6a4f;
  --leaf: #75a66d;
  --gold: #c99b3b;
  --paper: #f6f0e3;
  --cream: #fffaf0;
  --rose: #b85c62;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.site-header { height: 76px; padding: 0 clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; background: rgba(255,250,240,.96); border-bottom: 1px solid #d8cfbd; position: relative; z-index: 3; }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; font-weight:700; letter-spacing:.08em; }
.brand small { display:block; font-size:11px; color:#6d786f; margin-top:2px; }
.brand-mark { flex:0 0 40px; width:40px; height:40px; border-radius:50%; background:#fff; object-fit:contain; }
.skip { position:absolute; left:-9999px; }
.skip:focus { left:1rem; top:1rem; z-index:99; background:#fff; padding:.8rem; }
.model { font-size:11px; letter-spacing:.16em; color:#6d786f; }
.map-frame { width:100%; min-height:360px; border:0; border-radius:14px; box-shadow:0 12px 30px rgba(31,52,43,.08); margin-top:16px; }
.backlink { display:inline-block; margin-top:14px; color:#eac06d; text-decoration:none; }
.backlink:hover { text-decoration:underline; }
.gallery-card img { isolation:isolate; }
.story-image:before,.story-image:after,.feature-image:before,.feature-image:after,.nature-image:before,.nature-image:after { display:none!important; content:none!important; }

nav { display:flex; gap:26px; font-size:14px; }
nav a { text-decoration:none; padding:9px 2px; border-bottom:2px solid transparent; }
nav a:hover, nav a:focus-visible { border-color:var(--gold); outline:none; }
.hero { min-height:640px; position:relative; display:flex; align-items:flex-end; overflow:hidden; background:#d8dfcd; }
.hero-image { position:absolute; inset:0; }
.hero-image:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(10,35,27,.72), rgba(10,35,27,.18) 58%, rgba(10,35,27,.05)); }
.hero-image img { width:100%; height:100%; object-fit:cover; display:block; }
.ai-label { position:absolute; z-index:2; right:18px; bottom:18px; color:white; background:rgba(14,47,37,.72); padding:7px 10px; font:11px Arial,sans-serif; letter-spacing:.08em; }
.hero-copy { position:relative; z-index:1; color:white; width:min(1180px, calc(100% - 40px)); margin:0 auto; padding:100px 0 76px; text-shadow:0 2px 16px rgba(0,0,0,.22); }
.eyebrow, .section-kicker { font-family:Arial, sans-serif; text-transform:uppercase; letter-spacing:.2em; font-weight:700; font-size:12px; }
h1 { font-size:clamp(56px, 9vw, 112px); margin:12px 0; letter-spacing:.06em; line-height:1; }
.lead { font-size:clamp(18px, 2vw, 28px); line-height:1.8; font-weight:600; }
.chips { display:flex; flex-wrap:wrap; gap:8px; margin-top:24px; }
.chips span { border:1px solid rgba(255,255,255,.7); padding:7px 13px; border-radius:999px; font-size:13px; background:rgba(15,50,39,.25); backdrop-filter:blur(5px); }
.placeholder { height:100%; min-height:300px; padding:28px; display:flex; flex-direction:column; justify-content:flex-end; color:#2c4b3f; background:linear-gradient(145deg,#dfe7d4,#bfcdb7); border:1px dashed #7e927c; position:relative; overflow:hidden; }
.placeholder:before { content:""; position:absolute; width:260px; height:260px; border-radius:50%; right:-70px; top:-80px; border:52px solid rgba(255,255,255,.2); }
.placeholder span { font:700 10px Arial,sans-serif; letter-spacing:.2em; color:#607561; }
.placeholder strong { font-size:19px; max-width:560px; margin:9px 0 16px; }
.placeholder small { font:12px/1.7 Arial,sans-serif; }
.hero .placeholder { min-height:640px; padding-left:max(40px,10vw); color:transparent; border:0; }
.facts { width:min(1180px, calc(100% - 40px)); margin:-32px auto 0; position:relative; z-index:2; display:grid; grid-template-columns:repeat(4,1fr); box-shadow:0 18px 45px rgba(37,57,47,.12); }
.facts article { padding:25px; background:#fffdf7; border-right:1px solid #ded7c9; }
.facts article:last-child { border:0; }
.facts span,.facts small { display:block; font:12px/1.5 Arial,sans-serif; color:#738078; }
.facts strong { display:block; margin:8px 0; font-size:20px; }
.section { width:min(1180px, calc(100% - 40px)); margin-inline:auto; }
.intro { padding:110px 0 120px; }
.section-kicker { color:var(--rose); margin:0 0 14px; }
h2 { margin:0; font-size:clamp(32px,5vw,56px); line-height:1.35; letter-spacing:.04em; }
.entry-grid { margin-top:50px; display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.entry-grid a { padding:28px; min-height:145px; text-decoration:none; background:#fff; border:1px solid #dfd6c3; display:grid; grid-template-columns:1fr auto; align-content:center; box-shadow:0 12px 30px rgba(31,52,43,.05); }
.entry-grid b { font-size:25px; }
.entry-grid span { grid-column:1; margin-top:10px; font-size:14px; color:#647268; }
.entry-grid i { grid-column:2; grid-row:1/3; align-self:center; font-size:26px; color:var(--gold); font-style:normal; }
.story-band { background:var(--deep); color:#f8f2e5; padding:110px 0; }
.light { color:#eac06d; }
.story-heading { display:grid; grid-template-columns:1.4fr 1fr; gap:50px; align-items:end; }
.story-heading .section-kicker { grid-column:1/-1; }
.story-heading p:last-child { font-size:16px; line-height:2; color:#d8dfd6; margin:0; }
.history-grid { display:grid; grid-template-columns:1.2fr 1fr; gap:54px; margin-top:60px; }
.story-image,.feature-image,.nature-image { margin:0; position:relative; overflow:hidden; }
.story-image img,.feature-image img,.nature-image img { width:100%; height:100%; object-fit:cover; display:block; }
.story-image figcaption,.feature-image figcaption,.nature-image figcaption { position:absolute; left:12px; right:12px; bottom:12px; padding:8px 10px; color:white; background:rgba(11,42,32,.76); font:11px/1.5 Arial,sans-serif; }
.story-image { min-height:430px; }
.timeline div { border-top:1px solid rgba(255,255,255,.25); padding:20px 0; display:grid; grid-template-columns:105px 1fr; gap:20px; }
.timeline b { color:#eac06d; }
.timeline p { margin:0; line-height:1.7; }
.image-note { margin-top:20px; font-size:12px; color:#bfcfc4; }
.feature { display:grid; grid-template-columns:1fr 1.1fr; gap:72px; align-items:center; padding:120px 0; }
.feature-image { min-height:510px; }
.feature-copy p:not(.section-kicker) { line-height:2; color:#56685d; }
.feature-copy ul { padding:0; list-style:none; border-top:1px solid #ddd3bf; }
.feature-copy li { padding:14px 0; border-bottom:1px solid #ddd3bf; font-size:14px; }
.honda { display:grid; grid-template-columns:280px 1fr; gap:50px; padding:55px; border:1px solid #d5c8ad; background:#f1eadb; margin-bottom:120px; }
.honda-portrait { aspect-ratio:1; background:#d7dfcb; border-radius:50%; overflow:hidden; }
.honda-portrait img { width:100%; height:100%; object-fit:contain; }
.honda p:not(.section-kicker) { font-size:18px; line-height:2; }
.honda small { color:#6d786f; }
.nature { background:#e2eadc; padding:110px 0; }
.nature-grid { display:grid; grid-template-columns:1.15fr 1fr; gap:60px; align-items:center; }
.nature-image { min-height:520px; }
.nature-grid > .placeholder { min-height:520px; }
.nature-grid p:not(.section-kicker) { line-height:2; }
.family-cards { display:grid; gap:10px; margin-top:28px; }
.family-cards article { display:grid; grid-template-columns:70px 1fr; background:rgba(255,255,255,.7); padding:14px 18px; }
.gallery-section { padding:120px 0; }
.gallery-title { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:45px; }
.gallery-title p:last-child { color:#66736b; }
.primary { border:0; border-radius:999px; padding:15px 24px; background:var(--deep); color:white; font-weight:700; }
.primary:hover,.primary:focus-visible { background:#255e49; outline:3px solid #d5b66b; outline-offset:3px; }
.gallery-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.gallery-card { background:#fff; border:1px solid #dfd6c3; }
.gallery-image,.gallery-card img { width:100%; aspect-ratio:4/3; object-fit:cover; display:grid; place-items:center; background:linear-gradient(145deg,#d7dfcb,#b6c6ae); color:#526b59; font-size:12px; }
.gallery-body { padding:16px; }
.gallery-body h3 { margin:0 0 6px; font-size:17px; }
.gallery-body p { margin:0; min-height:36px; font-size:12px; color:#6b766f; }
.vote-row { display:flex; gap:7px; margin-top:15px; }
.vote-row button { border:1px solid #d8d0c0; background:#fffaf0; border-radius:999px; padding:7px 8px; font-size:11px; }
.vote-row button[aria-pressed="true"] { background:#e0eadb; border-color:#5f865d; }
.more { display:block; margin:28px auto 0; padding:12px 24px; border:1px solid var(--deep); background:transparent; border-radius:999px; }
.gallery-rule { padding:16px 20px; background:#f4eee2; margin-top:28px; font-size:12px; line-height:1.7; }
.access { display:grid; grid-template-columns:1.2fr 1fr; gap:80px; padding:80px 0; border-top:1px solid #ded4c0; }
.access p { line-height:1.8; }
.map-link { display:inline-block; margin-top:10px; color:var(--deep); font-weight:700; }
.access aside { display:flex; flex-direction:column; gap:12px; padding:28px; background:#eef0e7; }
.access aside h3 { margin:0 0 8px; }
.access aside a { font-size:14px; }
.access aside small { line-height:1.7; color:#657269; }
footer { background:#102f26; color:#ecf0e8; text-align:center; padding:60px 20px; }
footer p { color:#b9c7be; }
dialog { width:min(560px, calc(100% - 28px)); max-height:90vh; overflow:auto; border:0; padding:0; background:transparent; }
dialog::backdrop { background:rgba(8,29,23,.72); }
.modal { position:relative; width:100%; background:#fffaf0; padding:36px; box-shadow:0 30px 90px rgba(0,0,0,.3); }
.close { position:absolute; top:14px; right:14px; border:0; background:transparent; font-size:30px; }
form { display:grid; gap:18px; margin-top:24px; }
label { display:grid; gap:8px; font-weight:700; }
input,textarea { width:100%; padding:12px; border:1px solid #b9b6aa; background:white; }
textarea { min-height:90px; resize:vertical; }
.consent { grid-template-columns:auto 1fr; font-size:13px; font-weight:400; line-height:1.6; }
.consent input { width:auto; }
.status { min-height:24px; font-size:13px; color:#45624f; }

@media (max-width: 850px) {
  nav { display:none; }
  .hero { min-height:560px; }
  .facts { grid-template-columns:1fr 1fr; }
  .facts article:nth-child(2) { border-right:0; }
  .facts article:nth-child(-n+2) { border-bottom:1px solid #ded7c9; }
  .entry-grid,.story-heading,.history-grid,.feature,.nature-grid,.access { grid-template-columns:1fr; }
  .story-heading { gap:24px; }
  .feature,.nature-grid { gap:36px; }
  .honda { grid-template-columns:160px 1fr; padding:35px; }
  .gallery-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width: 560px) {
  .site-header { height:66px; }
  .hero-copy { padding-bottom:54px; }
  h1 { font-size:52px; }
  .facts { margin-top:0; width:100%; }
  .facts article { padding:18px; }
  .facts strong { font-size:16px; }
  .intro,.feature,.gallery-section { padding:80px 0; }
  .entry-grid { grid-template-columns:1fr; }
  .story-band,.nature { padding:80px 0; }
  .honda { grid-template-columns:1fr; padding:26px; margin-bottom:80px; }
  .honda-portrait { width:160px; }
  .gallery-title { align-items:flex-start; flex-direction:column; }
  .gallery-grid { grid-template-columns:1fr; }
  .modal { padding:28px 20px; }
}

/* parks-batch-03-align */
.section-head.row{display:flex;align-items:end;justify-content:space-between;gap:16px}
.section-head.row h2{margin-bottom:0}
.section-head.row button,.gallery #more-wrap button{min-height:48px;padding:10px 22px;border-radius:999px;font-weight:800;cursor:pointer;border:2px solid #173f34;background:#173f34;color:#fff}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}
.gallery-card{border:1px solid #dae2dd;border-radius:16px;overflow:hidden;background:#fff}
.gallery-card>img{width:100%;height:180px;object-fit:cover}
.gallery-card h3{padding:0 14px;font-size:19px;margin:10px 0 4px}
.gallery-card>p{padding:0 14px;font-size:15px;color:#5c6c67;margin:0 0 10px}
.votes{display:flex;gap:6px;padding:0 10px 14px}
.gallery-card .votes button{min-height:44px;padding:6px 8px;border:1px solid #dae2dd;border-radius:999px;background:#f6f8f6;color:#19312b;font-size:14px;cursor:pointer}
.gallery-card .votes button.active{background:#fff1bd;border-color:#d5a936}
#more-wrap{text-align:center;margin-top:26px}
.small{font-size:16px;color:#5c6c67}
.gallery.section{max-width:1180px;margin:auto;padding:110px 24px}
.access.section,.access{padding-top:80px;padding-bottom:80px;max-width:1180px;margin:auto;padding-left:24px;padding-right:24px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.access h2{margin-bottom:18px}
.access iframe{width:100%;height:420px;border:0;border-radius:24px}
.access ul{padding-left:22px}
.access .primary,.access a.primary,.gallery-teaser a.gallery-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 22px;border-radius:999px;text-decoration:none;font-weight:800;border:2px solid #d5a936;background:#d5a936;color:#142e27;margin-top:15px}
.gallery-teaser{background:#eef5f1;max-width:1180px;margin:auto;padding:80px 24px}
.gallery-teaser .section-head{margin-bottom:18px}
.gallery-teaser a.gallery-link{margin-top:8px}
.kicker{font-size:15px;font-weight:800;letter-spacing:.16em;color:#d5a936}
footer.site-footer-align,body>footer:last-of-type{background:#112e27;color:#eaf2ee;padding:54px max(24px,calc((100vw - 1180px)/2));display:grid;gap:20px}
footer.site-footer-align .brand,body>footer:last-of-type .brand{display:flex;align-items:center;gap:10px}
footer.site-footer-align .brand strong,body>footer:last-of-type .brand strong{color:#fff;font-size:21px}
footer.site-footer-align .brand small,body>footer:last-of-type .brand small{color:#cbd9d3;font-size:14px}
footer.site-footer-align .sources,body>footer:last-of-type .sources{display:flex;gap:18px;flex-wrap:wrap;font-size:15px}
footer.site-footer-align .sources a,body>footer:last-of-type .sources a,footer.site-footer-align .backlink,body>footer:last-of-type .backlink{color:#f4d77c}
footer.site-footer-align>small,body>footer:last-of-type>small{font-size:14px}
dialog{width:min(620px,calc(100% - 36px));border:0;padding:0;background:transparent;max-height:92vh}
dialog::backdrop{background:#0b201bbd}
.modal-card{background:#fff;border-radius:24px;padding:32px;width:100%;position:relative;overflow:auto;max-height:92vh}
.modal-card h2{font-size:32px;margin:0 0 20px}
.modal-card label{display:grid;gap:6px;margin:14px 0;font-weight:800}
.modal-card input,.modal-card textarea{border:1px solid #aebcb5;border-radius:10px;padding:10px;min-height:48px;width:100%}
.modal-card textarea{min-height:90px}
.modal-card .consent{grid-template-columns:24px 1fr;font-weight:400}
.modal-card .consent input{min-height:auto;width:auto}
.close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:34px;min-width:44px;min-height:44px;cursor:pointer}
.submit{width:100%;min-height:48px;border:0;border-radius:999px;background:#173f34;color:#fff;font-weight:800;cursor:pointer}
@media(max-width:800px){.access.section,.access,.gallery-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.access iframe{height:330px}.section-head.row{flex-direction:column;align-items:flex-start}}
@media(max-width:480px){.gallery-grid{grid-template-columns:1fr}}
