  :root{
    --cream:#FBF3E7;
    --cream-deep:#F3E6D3;
    --ink:#231F1B;
    --vermilion:#C34A36;
    --stone:#8B8378;
    --stone-light:#EDEAE3;
    --paper:#ffffff;
    --gold:#B8834A;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Jost',sans-serif;
    color:var(--ink);
    background:var(--cream);
    overflow-x:hidden;
  }
  h1,h2,h3{font-family:'Playfair Display',serif;font-weight:600;}
  a{text-decoration:none;color:inherit;}
  img{max-width:100%;display:block;}
  .container{max-width:1140px;margin:0 auto;padding:0 32px;}
  .eyebrow{
    font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;
    color:var(--vermilion);font-weight:600;
  }

  /* ===== NAV ===== */
  header.site-nav{
    position:fixed;top:0;left:0;right:0;z-index:100;
    background:rgba(35,31,27,0.0);
    transition:background .35s ease, box-shadow .35s ease, padding .35s ease;
    padding:22px 0;
  }
  header.site-nav.scrolled{
    background:rgba(35,31,27,0.92);
    backdrop-filter:blur(6px);
    padding:12px 0;
    box-shadow:0 6px 24px rgba(0,0,0,.12);
  }
  .nav-inner{
    display:flex;align-items:center;justify-content:space-between;
    max-width:1140px;margin:0 auto;padding:0 32px;
  }
  .brand{display:flex;align-items:center;gap:12px;color:#fff;}
  .brand-mark{
    height:56px;width:auto;
    object-fit:contain;
    flex-shrink:0;
  }
  .brand-name{font-family:'Playfair Display',serif;font-size:1.02rem;line-height:1.15;font-weight:600;}
  .brand-name span{display:block;font-family:'Jost',sans-serif;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:#D8CBBA;font-weight:400;margin-top:2px;}
  nav.links{display:flex;gap:34px;}
  nav.links a{
    color:#EFE7DA;font-size:.86rem;letter-spacing:.03em;position:relative;padding:4px 0;
  }
  nav.links a::after{
    content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--vermilion);
    transition:width .25s ease;
  }
  nav.links a:hover::after{width:100%;}
  .nav-cta{
    background:var(--cream);color:var(--ink);
    padding:11px 22px;border-radius:2px;font-size:.78rem;letter-spacing:.12em;font-weight:500;
    text-transform:uppercase;
  }
  .burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;}
  .burger span{width:24px;height:2px;background:#fff;display:block;}

  /* ===== HERO ===== */
  .hero{
    position:relative;min-height:100vh;display:flex;align-items:center;
    padding-top:90px;
    background:
      linear-gradient(100deg, rgba(20,14,10,.72) 0%, rgba(20,14,10,.42) 40%, rgba(20,14,10,.08) 68%),
      url('https://images.unsplash.com/photo-1528360983277-13d401cdc186?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
  }
  .hero-content{max-width:560px;color:#fff;}
  .hero-content .eyebrow{color:#F3C9B8;}
  .hero-content h1{
    font-size:clamp(2.2rem,4.4vw,3.15rem);
    line-height:1.12;margin:14px 0 4px;
    text-shadow:0 4px 24px rgba(0,0,0,.35);
  }
  .hero-jp{
    font-family:'Noto Sans JP',sans-serif;font-weight:700;
    font-size:2.6rem;color:var(--vermilion);
    margin:6px 0 2px;
    text-shadow:0 2px 10px rgba(0,0,0,.25);
  }
  .hero-content p.tag{
    font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;
    color:#E9DCCB;margin-bottom:34px;max-width:400px;line-height:1.7;
  }
  .hero-actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap;}
  .btn-primary{
    background:var(--cream);color:var(--ink);
    padding:16px 34px;border-radius:2px;
    font-size:.8rem;letter-spacing:.14em;font-weight:500;text-transform:uppercase;
    transition:transform .25s ease, background .25s ease;
    display:inline-block;
  }
  .btn-primary:hover{background:#fff;transform:translateY(-2px);}
  .btn-ghost{
    color:#fff;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;
    border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:4px;
    transition:border-color .25s ease, opacity .25s ease;
  }
  .btn-ghost:hover{border-color:#fff;}

  /* ===== reveal ===== */
  .reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease, transform .8s ease;}
  .reveal.in{opacity:1;transform:none;}
  @media (prefers-reduced-motion: reduce){
    .reveal{opacity:1;transform:none;transition:none;}
    html{scroll-behavior:auto;}
  }

  /* ===== WHO WE ARE ===== */
  section{padding:96px 0;}
  .who{background:var(--cream);}
  .who-grid{
    display:grid;grid-template-columns:280px 1fr;gap:64px;align-items:center;margin-top:26px;
  }
  .who-portrait{
    width:220px;height:220px;border-radius:50%;overflow:hidden;
    border:6px solid var(--paper);box-shadow:0 18px 40px rgba(120,70,40,.18);
    background:var(--cream-deep);
  }
  .who-portrait img{width:100%;height:100%;object-fit:cover;}
  .who h2{font-size:2rem;margin-bottom:0;}
  .who-text p{font-size:1rem;line-height:1.9;color:#4A423B;font-weight:300;}
  .link-underline{
    display:inline-block;margin-top:22px;font-size:.76rem;letter-spacing:.18em;text-transform:uppercase;
    border:1px solid var(--ink);padding:12px 26px;transition:background .25s ease,color .25s ease;
  }
  .link-underline:hover{background:var(--ink);color:#fff;}

  /* ===== PRINCIPAL ===== */
  .principal{background:var(--stone);color:#fff;}
  .principal-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:56px;align-items:center;}
  .principal-photo{
    aspect-ratio:4/5;overflow:hidden;border-radius:2px;
    box-shadow:0 26px 50px rgba(0,0,0,.28);
  }
  .principal-photo img{width:100%;height:100%;object-fit:cover;}
  .principal h2{font-size:2rem;color:#fff;margin:10px 0 20px;line-height:1.25;}
  .principal p{font-size:1rem;line-height:1.9;font-weight:300;color:#F2EFEA;max-width:440px;}
  .principal .eyebrow{color:#F3D9C9;}
  .quote-mark{font-family:'Playfair Display',serif;font-size:4rem;color:rgba(255,255,255,.35);line-height:1;}

  /* ===== OFFER ===== */
  .offer{background:var(--stone-light);}
  .offer-head{text-align:left;margin-bottom:44px;}
  .offer-head h2{font-size:2rem;}
  .offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px;}
  .offer-card{
    background:var(--paper);border-radius:3px;overflow:hidden;
    box-shadow:0 10px 30px rgba(80,60,40,.08);
    transition:transform .3s ease, box-shadow .3s ease;
  }
  .offer-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(80,60,40,.14);}
  .offer-card .img{aspect-ratio:16/11;overflow:hidden;}
  .offer-card .img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
  .offer-card:hover .img img{transform:scale(1.06);}
  .offer-card .body{padding:26px 24px 30px;}
  .offer-card h3{font-size:1.15rem;margin-bottom:10px;}
  .offer-card p{font-size:.9rem;line-height:1.7;color:#5B554D;font-weight:300;margin-bottom:20px;min-height:80px;}
  .pill-btn{
    display:inline-flex;align-items:center;gap:8px;
    background:var(--ink);color:#fff;
    padding:11px 20px;border-radius:30px;
    font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;
    transition:background .25s ease, gap .25s ease;
  }
  .pill-btn:hover{background:var(--vermilion);gap:12px;}

  /* ===== TIME TABLE ===== */
  .timetable{background:var(--cream);}
  .timetable .section-head{text-align:center;max-width:600px;margin:0 auto 48px;}
  .timetable .section-head h2{font-size:2rem;position:relative;padding-bottom:16px;}
  .timetable .section-head h2::after{
    content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);
    width:52px;height:3px;background:var(--vermilion);
  }
  .timetable-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
  .timetable-card{
    background:var(--paper);border-radius:4px;padding:28px 26px;
    box-shadow:0 10px 28px rgba(80,60,40,.07);
  }
  .timetable-card h3{
    font-size:1.15rem;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--stone-light);
    display:flex;align-items:center;gap:10px;
  }
  .timetable-card h3 .dot{width:8px;height:8px;border-radius:50%;background:var(--vermilion);flex-shrink:0;}
  .schedule-row{
    display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0;
  }
  .schedule-row + .schedule-row{border-top:1px dashed #E8DECC;}
  .schedule-day{font-size:.86rem;font-weight:500;color:var(--ink);}
  .schedule-time{
    font-size:.78rem;color:var(--vermilion);background:var(--cream-deep);
    padding:6px 12px;border-radius:20px;letter-spacing:.02em;white-space:nowrap;
  }

  /* ===== EVENT CARD (photo recap style) ===== */
  .event-card{
    background:var(--paper);border-radius:3px;overflow:hidden;
    box-shadow:0 10px 26px rgba(80,60,40,.07);
    transition:transform .3s ease, box-shadow .3s ease;
  }
  .event-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(80,60,40,.13);}
  .event-card .img{position:relative;aspect-ratio:16/10;overflow:hidden;}
  .event-card .img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
  .event-card:hover .img img{transform:scale(1.06);}
  .event-date-badge{
    position:absolute;top:14px;left:14px;
    background:var(--ink);color:#fff;
    padding:6px 13px;border-radius:20px;
    font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;
    box-shadow:0 4px 10px rgba(0,0,0,.2);
  }
  .event-card .body{padding:22px 22px 26px;}
  .event-card h4{font-size:1.05rem;margin-bottom:10px;font-weight:500;font-family:'Playfair Display',serif;}
  .event-card p{font-size:.87rem;line-height:1.75;color:#5B554D;font-weight:300;}

  /* ===== CONTACT ===== */
  .contact{background:var(--paper);text-align:center;}
  .contact h2{font-size:2rem;margin-bottom:10px;}
  .contact > .container > p{color:#6B6459;font-weight:300;max-width:440px;margin:0 auto 40px;}
  .social-row{display:flex;justify-content:center;gap:16px;margin-bottom:56px;}
  .social-row a{
    width:46px;height:46px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    background:var(--cream-deep);color:var(--ink);
    transition:background .25s ease, color .25s ease, transform .25s ease;
  }
  .social-row a:hover{background:var(--vermilion);color:#fff;transform:translateY(-3px);}
  .social-row svg{width:19px;height:19px;fill:currentColor;}
  .contact-info{
    display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:820px;margin:0 auto;
  }
  .contact-info .item{display:flex;flex-direction:column;align-items:center;gap:10px;}
  .contact-info .icon{
    width:46px;height:46px;border-radius:50%;background:var(--stone-light);
    display:flex;align-items:center;justify-content:center;color:var(--vermilion);
  }
  .contact-info .icon svg{width:20px;height:20px;fill:currentColor;}
  .contact-info p{font-size:.86rem;color:#4A423B;font-weight:400;}

  footer{
    background:var(--ink);color:#C9C1B6;text-align:center;
    padding:22px 0;font-size:.76rem;letter-spacing:.04em;
  }

  form.register-form{
    display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;
  }
  form.register-form input{
    flex:1;min-width:180px;padding:13px 16px;border:1px solid #ddd;border-radius:2px;
    font-family:'Jost',sans-serif;font-size:.88rem;
  }

  /* modal */
  .modal-backdrop{
    position:fixed;inset:0;background:rgba(20,14,10,.55);z-index:200;
    display:none;align-items:center;justify-content:center;padding:20px;
  }
  .modal-backdrop.open{display:flex;}
  .modal{
    background:#fff;max-width:420px;width:100%;padding:36px 32px;border-radius:4px;position:relative;
    max-height:88vh;overflow-y:auto;
  }
  .modal.modal-wide{max-width:760px;}
  .modal.modal-wide .timetable-grid{grid-template-columns:repeat(2,1fr);margin-top:22px;}
  .modal.modal-wide .timetable-card{box-shadow:none;border:1px solid var(--stone-light);padding:20px 20px;}
  .modal h3{font-size:1.4rem;margin-bottom:6px;}
  .modal p{font-size:.86rem;color:#6B6459;margin-bottom:20px;}
  .modal .close{
    position:absolute;top:14px;right:16px;background:none;border:none;font-size:1.3rem;cursor:pointer;color:#999;
  }
  .modal button.submit{
    margin-top:6px;width:100%;background:var(--ink);color:#fff;padding:13px;border:none;border-radius:2px;
    font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .2s ease;
  }
  .modal button.submit:hover{background:var(--vermilion);}
  .modal input, .modal select, .modal textarea{
    width:100%;padding:12px 14px;margin-bottom:12px;border:1px solid #ddd;border-radius:2px;
    font-family:'Jost',sans-serif;font-size:.88rem;color:var(--ink);background:#fff;
  }
  .modal select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;}
  .modal textarea{resize:vertical;font-family:'Jost',sans-serif;}
  .modal-success{text-align:center;padding:10px 0 4px;}
  .modal-success .check{
    width:56px;height:56px;border-radius:50%;background:var(--vermilion);color:#fff;
    display:flex;align-items:center;justify-content:center;margin:0 auto 18px;
  }
  .modal-success .check svg{width:26px;height:26px;fill:none;stroke:#fff;stroke-width:2.4;}

  /* scroll offset so fixed nav doesn't cover section titles */
  section, header.site-nav + * { scroll-margin-top: 96px; }
  #who, #offer, #testimonials, #events, #contact { scroll-margin-top: 96px; }

  /* ===== TESTIMONIAL CAROUSEL (full-width, photo + review) ===== */
  .testi-section{background:var(--cream);}
  .testi-section .section-head{text-align:center;max-width:600px;margin:0 auto 48px;}
  .testi-section .section-head h2{font-size:2rem;position:relative;padding-bottom:16px;}
  .testi-section .section-head h2::after{
    content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);
    width:52px;height:3px;background:var(--vermilion);
  }
  .testi-carousel{position:relative;max-width:900px;margin:0 auto;}
  .testi-track-wrap{overflow:hidden;}
  .testi-track{display:flex;transition:transform .5s cubic-bezier(.65,0,.35,1);}
  .testi-slide{flex:0 0 100%;padding:4px;}
  .testi-card{
    background:var(--paper);border-radius:6px;
    box-shadow:0 14px 36px rgba(80,60,40,.09);
    display:grid;grid-template-columns:220px 1fr;overflow:hidden;min-height:280px;
  }
  .testi-photo{position:relative;background:var(--cream-deep);}
  .testi-photo img{width:100%;height:100%;object-fit:cover;}
  .testi-quote-mark{
    position:absolute;top:14px;left:14px;width:34px;height:34px;border-radius:50%;
    background:var(--vermilion);color:#fff;display:flex;align-items:center;justify-content:center;
    font-family:'Playfair Display',serif;font-size:1.3rem;box-shadow:0 4px 10px rgba(0,0,0,.2);
  }
  .testi-content{padding:36px 38px;display:flex;flex-direction:column;justify-content:center;}
  .testi-stars{color:var(--vermilion);font-size:.85rem;letter-spacing:2px;margin-bottom:14px;}
  .testi-content p{font-size:1rem;line-height:1.85;color:#4A423B;font-weight:300;font-style:italic;}
  .testi-content .who-line{
    margin-top:18px;font-size:.82rem;letter-spacing:.04em;color:var(--ink);
    font-style:normal;font-weight:500;
  }
  .testi-content .who-line span{
    display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;
    color:var(--vermilion);font-weight:500;margin-top:2px;
  }
  .testi-controls{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:26px;}
  .testi-dots{display:flex;gap:8px;}
  .testi-dots button{
    width:8px;height:8px;border-radius:50%;border:none;background:#D8CBBA;cursor:pointer;padding:0;
    transition:background .25s ease, width .25s ease;
  }
  .testi-dots button.active{background:var(--vermilion);width:22px;border-radius:5px;}
  .testi-arrows{display:flex;gap:10px;}
  .testi-arrows button{
    width:40px;height:40px;border-radius:50%;border:1px solid #D8CBBA;background:transparent;
    display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink);
    transition:background .25s ease, color .25s ease, border-color .25s ease;
  }
  .testi-arrows button:hover{background:var(--ink);color:#fff;border-color:var(--ink);}
  .testi-arrows svg{width:16px;height:16px;fill:currentColor;}

  /* ===== EVENTS (own full-width section) ===== */
  .events-section{background:var(--stone-light);}
  .events-section .section-head{text-align:center;max-width:600px;margin:0 auto 48px;}
  .events-section .section-head h2{font-size:2rem;position:relative;padding-bottom:16px;}
  .events-section .section-head h2::after{
    content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);
    width:52px;height:3px;background:var(--vermilion);
  }
  .events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:26px;}

  /* ===== responsive ===== */
  @media (max-width:860px){
    nav.links, .nav-cta{display:none;}
    .burger{display:flex;}
    .who-grid, .principal-grid{grid-template-columns:1fr;}
    .offer-grid, .events-grid, .timetable-grid{grid-template-columns:1fr;}
    .testi-card{grid-template-columns:1fr;}
    .testi-photo{height:220px;}
    .contact-info{grid-template-columns:1fr;}
    .principal-photo{max-width:320px;margin:0 auto;}
    .who-portrait{margin:0 auto;}
    section{padding:64px 0;}
    .modal.modal-wide{max-width:92vw;}
    .modal.modal-wide .timetable-grid{grid-template-columns:1fr;}
  }
  nav.links.mobile-open{
    display:flex;position:fixed;top:64px;left:0;right:0;background:rgba(20,14,10,.97);
    flex-direction:column;padding:28px 32px;gap:22px;z-index:99;
  }