/* Aomori Nebuta Festival — mobile-first static styles */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:'Noto Sans','Noto Sans JP','Noto Sans KR','Noto Sans SC','Noto Sans TC',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1a1a1a;background:#faf7f2;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:#a41d1d;text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3{font-family:'Noto Serif','Noto Serif JP',Georgia,serif;line-height:1.2;margin:0 0 .6em;letter-spacing:.01em}
h2{font-size:clamp(1.5rem,4.5vw,2.25rem);color:#8b0000;position:relative;padding-bottom:.4em}
h2::after{content:"";position:absolute;left:0;bottom:0;width:60px;height:3px;background:#a41d1d}
h3{font-size:clamp(1.1rem,3.2vw,1.35rem);color:#5b0a0a}
p{margin:0 0 1em}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(15,10,10,.92);backdrop-filter:blur(8px);color:#fff}
.header-inner{max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}
.brand{font-family:'Noto Serif JP',serif;font-weight:700;font-size:1.05rem;color:#fff;white-space:nowrap;max-width:45%;overflow:hidden;text-overflow:ellipsis}
.brand span{color:#e8b84a}
.lang-switch{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9rem}
.lang-switch a{color:rgba(255,255,255,.55);padding:.15rem .1rem;transition:color .15s}
.lang-switch a:hover{color:#fff;text-decoration:none}
.lang-switch a.active{color:#e8b84a;font-weight:700;border-bottom:2px solid #e8b84a;padding-bottom:2px;cursor:default}
.lang-switch .lang-sep{color:rgba(255,255,255,.25);font-weight:300}
@media(max-width:480px){.lang-switch{font-size:.8rem;gap:.35rem}}

/* Hero — full-bleed image */
.hero{position:relative;width:100%;background:#0a0a0a;overflow:hidden}
.hero img.hero-bg{display:block;width:100%;height:auto;max-height:88vh;object-fit:cover;object-position:center}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.12) 55%,rgba(0,0,0,.35));pointer-events:none}
.hero-copy{position:absolute;left:clamp(1.25rem,7vw,5rem);bottom:clamp(1.5rem,7vw,5rem);z-index:2;max-width:min(680px,86vw);color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.65)}
.hero-copy p{margin:0 0 .55rem;color:#e8b84a;font-size:clamp(.8rem,2.4vw,1rem);font-weight:700;letter-spacing:.08em}
.hero-copy h1{margin:0 0 .45rem;color:#fff;font-size:clamp(2rem,8vw,5rem);letter-spacing:0;line-height:1.02}
.hero-copy span{display:block;font-size:clamp(.95rem,2.8vw,1.35rem);line-height:1.45;color:rgba(255,255,255,.94)}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* About card overlapping hero */
.about-section{padding:0 1rem;margin-top:-60px;position:relative;z-index:3}
@media(min-width:768px){.about-section{margin-top:-110px}}
.about-card{background:#fff;box-shadow:0 20px 50px rgba(0,0,0,.18);border-radius:4px;padding:1.75rem 1.25rem;display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:768px){.about-card{grid-template-columns:280px 1fr;gap:2.5rem;padding:2.5rem 2.5rem}}
.about-title{display:flex;flex-direction:column;gap:.4rem;border-bottom:1px solid #eee;padding-bottom:1rem}
@media(min-width:768px){.about-title{border-bottom:0;border-right:1px solid #eee;padding-bottom:0;padding-right:1.5rem;justify-content:center}}
.about-kicker{font-family:'Noto Serif',Georgia,serif;font-size:clamp(1.65rem,5.2vw,2.5rem);letter-spacing:0;color:#1a1a1a;font-weight:400;line-height:1.15}
.about-sub{font-size:1rem;color:#666;letter-spacing:.05em}
.about-body p{color:#333;margin-bottom:1.25rem}

.cta-row{display:flex;flex-wrap:wrap;gap:.7rem}
.btn{display:inline-block;padding:.85rem 1.4rem;border-radius:4px;font-weight:600;font-size:.95rem;transition:transform .15s,background .15s}
.btn-primary{background:#a41d1d;color:#fff}
.btn-primary:hover{background:#8b0000;text-decoration:none;transform:translateY(-1px)}
.btn-ghost{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.4)}
.btn-ghost:hover{background:rgba(255,255,255,.22);text-decoration:none}
.btn-ghost-dark{background:transparent;color:#a41d1d;border:1px solid #a41d1d}
.btn-ghost-dark:hover{background:#a41d1d;color:#fff;text-decoration:none}

/* Sections */
section{padding:3rem 1.25rem}
.container{max-width:1000px;margin:0 auto}
.section-alt{background:#fff}
.section-dark{background:#1a1010;color:#f5eee2}
.section-dark h2{color:#e8b84a}
.section-dark h2::after{background:#e8b84a}
.section-dark h3{color:#f0d78c}

/* About / two-column */
.two-col{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.two-col{grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}}

/* Timetable */
.tt-list{display:grid;gap:1rem}
.tt-card{background:#fff;border-left:4px solid #a41d1d;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.06);overflow:hidden}
.section-alt .tt-card{background:#faf7f2}
.tt-head{background:#a41d1d;color:#fff;padding:.7rem 1rem;font-weight:600;font-size:.95rem;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;align-items:baseline}
.tt-head .date{font-family:'Noto Serif',serif;font-size:1.05rem}
.tt-head .time{font-size:.88rem;opacity:.95}
.tt-img{display:block;width:100%;height:220px;object-fit:cover}
@media (max-width:640px){.tt-img{height:180px}}
.tt-body{padding:1rem}
.tt-body h3{margin:0 0 .4em;color:#5b0a0a}
.tt-body p{margin:0;color:#555;font-size:.92rem}

/* Route */
.route-card{background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.route-card img{border-radius:4px;margin-top:1rem;background:#000}

/* Music */
.music-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}
@media(min-width:640px){.music-grid{grid-template-columns:repeat(3,1fr)}}
.music-card{background:rgba(255,255,255,.05);border:1px solid rgba(232,184,74,.3);padding:1.25rem;border-radius:8px;text-align:center}
.music-card .kanji{font-size:2rem;font-family:'Noto Serif JP',serif;color:#e8b84a;margin-bottom:.3em}

/* Haneto */
.haneto-callout{background:linear-gradient(135deg,#a41d1d 0%,#5b0a0a 100%);color:#fff;padding:1.5rem;border-radius:8px;margin-top:1.5rem}
.haneto-callout h3{color:#fff;margin-top:0}
.haneto-list{padding-left:1.2em;margin:0}
.haneto-list li{margin-bottom:.6em}

/* Seat CTA banner */
.seats-banner{background:#a41d1d;color:#fff;text-align:center;padding:1.5rem 1.25rem;margin:0}
.seats-banner a{color:#fff;font-weight:600;font-size:1.05rem;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:2px}
.seats-banner a:hover{border-bottom-color:#fff;text-decoration:none}

/* Footer */
footer{background:#0a0a0a;color:#aaa;padding:2rem 1.25rem;text-align:center;font-size:.85rem}
footer p{margin:.4em 0}
footer .disclaimer{font-size:.78rem;opacity:.7;margin-top:1em}

/* Focus */
:focus-visible{outline:2px solid #e8b84a;outline-offset:2px}

/* Print */
@media print{.site-header,.hero::after,.seats-banner,.lang-switch{display:none}.hero{min-height:auto}}

/* Origins — two column with sketch image */
.origins-section{background:#e8e6e1;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.35) 0 2px,transparent 2px 12px)}
.origins-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center}
@media(min-width:768px){.origins-grid{grid-template-columns:1.2fr 1fr;gap:3rem}}
.origins-text h2{color:#2a2a2a}
.origins-text h2::after{background:#666}
.origins-text p{color:#333}
.origins-image{background:#f2f0eb;padding:1rem;box-shadow:0 4px 16px rgba(0,0,0,.08)}
.origins-image img{width:100%;height:auto;display:block}

/* Masters — photo column + text */
.masters-section{background:#e8e6e1;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.35) 0 2px,transparent 2px 12px)}
.masters-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}
@media(min-width:768px){.masters-grid{grid-template-columns:1fr 1.3fr;gap:2.5rem}}
.masters-photos{display:grid;gap:1rem}
.masters-photos img{width:100%;height:auto;display:block;box-shadow:0 4px 16px rgba(0,0,0,.15)}
.masters-text h2{color:#2a2a2a}
.masters-text h2::after{background:#666}
.masters-text p{color:#333}

/* Music — dark, centered intro + 3-photo strip with corner labels */
.music-section{background:#1a1010;color:#f5eee2;padding:3rem 0 0}
.music-intro{text-align:center;padding:0 1.25rem 2rem}
.music-intro h2{color:#e8b84a;display:inline-block;padding-bottom:.4em}
.music-intro h2::after{background:#e8b84a;left:50%;transform:translateX(-50%)}
.music-intro p{max-width:720px;margin:0 auto;color:#d8d0c0;font-size:.95rem}
.music-strip{display:grid;grid-template-columns:1fr;gap:0}
@media(min-width:768px){.music-strip{grid-template-columns:repeat(3,1fr)}}
.music-photo{position:relative;margin:0;overflow:hidden;background:#000}
.music-photo img{width:100%;height:100%;min-height:340px;object-fit:cover;display:block}
.music-photo figcaption{position:absolute;left:1rem;bottom:.8rem;color:#fff;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;text-shadow:0 1px 4px rgba(0,0,0,.8)}

/* Haneto costume diagram + callout grid */
.haneto-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}
@media(min-width:768px){.haneto-grid{grid-template-columns:minmax(200px,320px) 1fr;align-items:start}}
.haneto-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.12)}
.haneto-grid .haneto-callout{margin-top:0}

/* Reservation page */
.reservation-hero{background:linear-gradient(135deg,#a41d1d,#6b1010);color:#fff;padding:3rem 0 2.5rem}
.reservation-hero h1{margin:.4rem 0 1rem;font-size:clamp(1.7rem,4vw,2.5rem);line-height:1.15}
.reservation-hero .lead{max-width:60ch;opacity:.95;margin:0 0 1.4rem}
.reservation-hero .crumbs a{color:#ffd7d7;text-decoration:none;font-size:.9rem}
.btn-lg{padding:.9rem 1.4rem;font-size:1rem}
.reservation-body{padding:2rem 0 3rem;max-width:900px}
.reservation-body h2{margin-top:2rem;border-bottom:2px solid #a41d1d;padding-bottom:.35rem}
.reservation-body h3{margin-top:1.4rem}
.reservation-body ul{padding-left:1.25rem;line-height:1.6}
.reservation-body li{margin:.35rem 0}
.reservation-body a:not(.btn){color:#a41d1d}
.schedule-list{list-style:none;padding-left:0}
.schedule-list li{background:#faf6f2;border-left:4px solid #a41d1d;padding:.75rem 1rem;margin:.5rem 0;border-radius:4px}
.reservation-map{margin:1rem 0}
.reservation-map img{width:100%;height:auto;border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,.15);background:#000}
.reservation-map figcaption{font-size:.85rem;color:#666;margin-top:.5rem;text-align:center}
.notice-red{color:#c00}
.reservation-cta{text-align:center;margin:2.5rem 0 1rem}

/* Header reservation CTA */
.header-cta{margin-left:auto;background:#a41d1d;color:#fff;padding:.55rem 1rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9rem;white-space:nowrap;transition:background .15s}
.header-cta:hover{background:#7d1414}
.site-header .header-inner{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
@media(max-width:640px){.header-cta{font-size:.8rem;padding:.45rem .7rem}}

/* Purchase form */
.purchase-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:2rem;align-items:start;margin-top:1.5rem}
@media(max-width:860px){.purchase-grid{grid-template-columns:1fr}}
.purchase-form{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:1.5rem 1.5rem 1.75rem;box-shadow:0 2px 6px rgba(0,0,0,.04)}
.purchase-form h2{color:#a41d1d;font-size:1.15rem;margin:0 0 .75rem;padding-bottom:.4rem;border-bottom:2px solid #f0d6d6}
.purchase-form h2:not(:first-child){margin-top:1.5rem}
.pf-field{display:block;margin:.75rem 0}
.pf-field>span{display:block;font-size:.9rem;font-weight:600;margin-bottom:.35rem;color:#333}
.pf-field em{color:#a41d1d;font-style:normal}
.pf-field input,.pf-field select,.pf-field textarea{width:100%;padding:.6rem .75rem;border:1px solid #ccc;border-radius:6px;font:inherit;background:#fff;box-sizing:border-box}
.pf-field input:focus,.pf-field select:focus,.pf-field textarea:focus{outline:none;border-color:#a41d1d;box-shadow:0 0 0 3px rgba(164,29,29,.15)}
.pf-summary{margin:1.25rem 0;padding:1rem;background:#faf5f5;border:1px solid #f0d6d6;border-radius:8px;font-size:.95rem;line-height:1.7}
.pf-total{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f0d6d6;font-size:1.05rem}
.pf-submit{width:100%;margin-top:.5rem;letter-spacing:.15em;font-weight:700}
.pf-stripe{margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}
.pf-stripe img{max-width:220px;height:auto;display:block}
.pf-stripe-text{font-size:.8rem;color:#555;line-height:1.5;margin:0;max-width:360px}
.pf-note{font-size:.8rem;color:#666;margin-top:.75rem;line-height:1.5}
.purchase-side{background:#f9f9f9;border:1px solid #e5e5e5;border-radius:10px;padding:1.25rem 1.5rem;font-size:.92rem;line-height:1.6}
.purchase-side h3{color:#a41d1d;font-size:1rem;margin:0 0 .5rem}
.purchase-side h3:not(:first-child){margin-top:1.25rem}
.purchase-side ol,.purchase-side ul{margin:0;padding-left:1.2rem}
.purchase-side li{margin:.35rem 0}
.pf-success{background:#f0f8f0;border:1px solid #cbe5cb;border-radius:10px;padding:1.5rem 1.75rem;margin-top:1.5rem}
.pf-success h2{color:#2a6a2a;margin-top:0}

/* Cookie consent banner */
.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:1000;background:#0f0a0a;color:#f5eee2;box-shadow:0 -8px 24px rgba(0,0,0,.35);border-top:2px solid #a41d1d;animation:cookieUp .35s ease-out}
@keyframes cookieUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
.cookie-inner{max-width:1200px;margin:0 auto;padding:1rem 1.25rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}
.cookie-text{margin:0;flex:1 1 320px;font-size:.9rem;line-height:1.5;color:#e8e0d0}
.cookie-text a{color:#e8b84a;text-decoration:underline}
.cookie-actions{display:flex;gap:.6rem;flex-wrap:wrap}
.cookie-actions .btn{padding:.55rem 1.1rem;font-size:.88rem}
.cookie-actions .btn-ghost-dark{color:#f5eee2;border-color:rgba(245,238,226,.55)}
.cookie-actions .btn-ghost-dark:hover{background:#f5eee2;color:#0f0a0a}
@media(max-width:640px){.cookie-inner{padding:.85rem 1rem}.cookie-actions{width:100%;justify-content:flex-end}}

.pf-total-eur{font-size:.95rem;color:#5b0a0a;margin-top:.25rem}
.pf-fx-note{font-size:.78rem;color:#888;font-weight:400;margin-left:.35rem}

/* Multi-day cart */
.pf-cart-hint{color:#666;font-size:.88rem;margin:-.25rem 0 .9rem}
.cart-days{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}
.cart-day{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border:1px solid #e5e5e5;border-radius:8px;background:#faf7f2;transition:border-color .15s,background .15s}
.cart-day:has(.qty-input:not([value="0"])){border-color:#a41d1d;background:#fff7f4}
.cart-day-info{flex:1 1 auto;min-width:0}
.cart-day-label{font-weight:600;color:#333;font-size:.95rem;line-height:1.35}
.cart-day-price{font-size:.8rem;color:#888;margin-top:.15rem}
.cart-day-qty{display:flex;align-items:center;gap:.4rem;flex:0 0 auto}
.qty-btn{width:34px;height:34px;border:1px solid #a41d1d;background:#fff;color:#a41d1d;font-size:1.2rem;line-height:1;border-radius:6px;cursor:pointer;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}
.qty-btn:hover{background:#a41d1d;color:#fff}
.qty-input{width:52px;height:34px;text-align:center;border:1px solid #ccc;border-radius:6px;font:inherit;-moz-appearance:textfield}
.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.qty-input:focus{outline:none;border-color:#a41d1d;box-shadow:0 0 0 3px rgba(164,29,29,.15)}
.cart-empty{padding:.75rem 1rem;background:#fff7e6;border:1px dashed #e8b84a;border-radius:8px;color:#7a5a10;font-size:.88rem;margin-bottom:1rem}
.cart-empty[hidden]{display:none}
.pf-sum-lines{display:flex;flex-direction:column;gap:.3rem;padding-bottom:.6rem;margin-bottom:.6rem;border-bottom:1px dashed #f0d6d6}
.pf-sum-line{display:flex;justify-content:space-between;gap:1rem;font-size:.9rem;color:#444}
.pf-submit:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:480px){.cart-day{flex-wrap:wrap}.cart-day-qty{width:100%;justify-content:flex-end}}
