@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Manrope:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root{
  --navy: #0c1830;
  --navy-2: #142647;
  --navy-line: #2a3d61;
  --ink: #142033;
  --paper: #f7f5ef;
  --white: #ffffff;
  --muted: #7c8aa5;
  --muted-on-navy: #93a2c0;
  --accent: #c89a5a;
  --accent-soft: #3a3120;
  --flag: #c97b56;
  --flag-soft: #3a271f;
}

*{ box-sizing: border-box; }
html{ background: var(--paper); scroll-behavior: smooth; }

body{
  margin:0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Manrope', 'Hiragino Sans', 'Yu Gothic', sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

a{ color: inherit; }
img{ max-width:100%; display:block; }

.wrap{ max-width: 1120px; margin: 0 auto; padding: 0 28px; }

/* ---------- shared type ---------- */
.eyebrow{
  font-family:'Space Mono', monospace;
  font-size: 11px; letter-spacing:0.16em; text-transform:uppercase;
  color: var(--accent);
  display:block; margin-bottom: 10px;
}
.eyebrow.on-navy{ color: var(--accent); }
h1, h2, h3{ font-family:'Instrument Serif', serif; font-style: italic; font-weight:400; margin:0; }
h1{ font-size: clamp(32px, 5vw, 52px); line-height:1.25; }
h2{ font-size: clamp(26px, 3.6vw, 36px); line-height:1.3; }
h3{ font-size: 22px; }
.section-jp{
  font-family:'Manrope', sans-serif; font-weight:700; font-size: 14px;
  color: var(--muted); letter-spacing: 0.04em; margin-top:6px; display:block;
}

/* ---------- nav ---------- */
nav.top{
  position: sticky; top:0; z-index: 30;
  display:flex; align-items:center; justify-content: space-between;
  padding: 18px 28px;
  background: rgba(12,24,48,0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--navy-line);
}
nav.top .mark{
  font-family:'Instrument Serif', serif; font-style: italic; font-size: 22px;
  color: var(--white); text-decoration:none; display:flex; align-items:center; gap:10px;
}
nav.top .mark .mark-logo{ height: 46px; width:auto; display:block; }
nav.top .mark .plus{ color: var(--accent); }
nav.top .links{ display:flex; align-items:center; gap: 26px; }
nav.top .links a{
  font-family:'Space Mono', monospace; font-size: 11px; letter-spacing:0.08em;
  text-transform:uppercase; color: var(--muted-on-navy); text-decoration:none;
}
nav.top .links a:hover, nav.top .links a.active{ color: var(--white); }
nav.top .cta{
  font-family:'Manrope', sans-serif; font-size: 12.5px; font-weight:700;
  color: var(--navy); background: var(--accent);
  padding: 10px 20px; border-radius: 999px; text-decoration:none;
  white-space: nowrap;
}
nav.top .cta:hover{ opacity:0.88; }
nav.top .menu-btn{ display:none; }
nav.top .cta-mobile{ display:none; }
@media (max-width: 900px){
  nav.top{ flex-wrap:wrap; }
  nav.top .links{
    display:none; width:100%; order:3;
    flex-direction:column; align-items:flex-start; gap:0;
    margin-top:16px; padding-top:16px; border-top:1px solid var(--navy-line);
  }
  nav.top.nav-open .links{ display:flex; }
  nav.top .links a{ padding:10px 0; width:100%; }
  nav.top .links .cta-mobile{
    display:block; margin-top:10px; text-align:center;
  }
  nav.top .cta-desktop{ display:none; }
  nav.top .menu-btn{ display:block; background:none; border:1px solid var(--navy-line); color:var(--white); border-radius:8px; padding:8px 12px; font-family:'Space Mono',monospace; font-size:11px; }
}

/* ---------- home hero (full-bleed) ---------- */
.home-hero{
  position:relative;
  min-height: 640px;
  display:flex; align-items:flex-end;
  overflow:hidden;
}
.home-hero .art-frame{ position:absolute; inset:0; border-radius:0; border:none; }
.home-hero .hero-slider{ position:absolute; inset:0; }
.home-hero .hero-slide{
  position:absolute; inset:0;
  background-size:cover; background-position:center;
  opacity:0; transition:opacity 1.2s ease;
}
.home-hero .hero-slide.active{ opacity:1; }
.home-hero .scrim{
  position:absolute; inset:0;
  background: linear-gradient(0deg, rgba(10,21,38,0.92) 10%, rgba(10,21,38,0.55) 55%, rgba(10,21,38,0.35) 100%);
}
.home-hero .content{
  position:relative; z-index:2;
  width:100%; padding: 0 28px 64px;
  max-width: 1120px; margin: 0 auto;
  color: var(--paper);
}
.home-hero .hero-logo{
  width: min(420px, 58vw); height:auto; display:block; margin-bottom: 22px;
}
.home-hero h1{
  color: var(--white); font-size: clamp(19px, 2.4vw, 25px);
  font-style: normal; font-family:'Manrope', sans-serif; font-weight:600;
}
.home-hero .lead{ color: var(--muted-on-navy); font-size: 14.5px; max-width: 440px; margin-top: 16px; }
.home-hero .tagline{
  font-family:'Space Mono', monospace; font-size: 11px; letter-spacing:0.18em;
  color: var(--accent); margin-top: 18px; display:block;
}
.home-hero .side-note{
  position:absolute; right: 40px; bottom: 64px; z-index:2;
  text-align:right; color: var(--muted-on-navy); font-size: 13px;
}
.home-hero .side-note .big{ color: var(--white); font-family:'Instrument Serif', serif; font-style:italic; font-size: 18px; display:block; margin-bottom:6px; }
@media (max-width: 760px){ .home-hero .side-note{ display:none; } }

/* ---------- page hero (per-page, on navy) ---------- */
.page-hero{
  background: linear-gradient(180deg, var(--navy) 0%, #0a1526 100%);
  color: var(--paper);
  padding: 80px 0 70px;
}
.page-hero .eyebrow{ color: var(--accent); }
.page-hero h1{ color: var(--white); }
.page-hero p.lead{ color: var(--muted-on-navy); font-size: 15px; max-width: 560px; margin-top: 16px; }
.breadcrumb{
  font-family:'Space Mono', monospace; font-size: 10.5px; letter-spacing:0.1em;
  color: var(--muted-on-navy); text-transform:uppercase; margin-bottom: 18px;
}
.breadcrumb a{ text-decoration:none; }
.breadcrumb a:hover{ color: var(--white); }

/* ---------- placeholder art (SVG illustration in lieu of real photos) ---------- */
.art-frame{
  position:relative; border-radius: 18px; overflow:hidden;
  background: linear-gradient(135deg, #0e1c38, #142a4f 60%, #0c1830);
  border: 1px solid var(--navy-line);
}
.art-frame svg{ display:block; width:100%; height:100%; }
.art-frame .pending-tag{
  position:absolute; left:16px; bottom:16px;
  font-family:'Space Mono', monospace; font-size: 10px; letter-spacing:0.08em;
  color: var(--muted-on-navy); background: rgba(12,24,48,0.7);
  border: 1px dashed var(--navy-line); border-radius: 999px;
  padding: 5px 12px;
}

/* ---------- sections on white ---------- */
section{ padding: 80px 0; }
section.on-navy{
  background: var(--navy); color: var(--paper);
}
section.on-navy .muted{ color: var(--muted-on-navy); }
.muted{ color: var(--muted); }

.two-col{ display:grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items:center; }
@media (max-width: 860px){ .two-col{ grid-template-columns: 1fr; } }

/* ---------- numbered list (about points) ---------- */
.point-list{ display:grid; gap: 16px; margin-top: 22px; }
.point-list .point{ display:flex; gap: 16px; align-items:baseline; }
.point-list .num{
  font-family:'Space Mono', monospace; font-size: 13px; color: var(--accent);
  flex-shrink:0; width: 22px;
}
.point-list .txt{ font-size: 14.5px; }

/* ---------- cards ---------- */
.card-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.card-grid.cols-2{ grid-template-columns: repeat(2, 1fr); max-width: 720px; }
@media (max-width: 900px){ .card-grid{ grid-template-columns: 1fr; } }
.card{
  background: var(--white);
  border: 1px solid #e6e1d3;
  border-radius: 16px;
  overflow:hidden;
  display:flex; flex-direction:column;
}
.card .thumb{ aspect-ratio: 4/3; }
.card .body{ padding: 22px 22px 26px; display:flex; flex-direction:column; gap:8px; flex:1; }
.card .tag{
  font-family:'Space Mono', monospace; font-size: 10px; letter-spacing:0.08em;
  text-transform:uppercase; color: var(--accent);
}
.card h3{ font-size: 20px; color: var(--ink); }
.card p{ font-size: 13.5px; color: var(--muted); margin:0; flex:1; }
.card .more{
  font-family:'Space Mono', monospace; font-size: 11.5px; color: var(--ink);
  text-decoration:none; margin-top:8px;
}
.card .more .arrow{ color: var(--accent); }
.card.pending{ opacity: 0.85; }
.card.pending .thumb{ background: repeating-linear-gradient(135deg, #eee9dc, #eee9dc 8px, #f3efe4 8px, #f3efe4 16px); display:flex; align-items:center; justify-content:center; }
.card.pending .thumb span{
  font-family:'Space Mono', monospace; font-size: 11px; color: #a99c7f;
  border: 1px dashed #cabf9e; border-radius: 999px; padding: 5px 12px;
}

/* ---------- tbd pattern (reused from artist site) ---------- */
.tbd{
  display:inline-block;
  font-family:'Space Mono', monospace; font-size: 11px;
  color: var(--flag); border: 1px dashed var(--flag); border-radius: 999px;
  padding: 4px 12px; letter-spacing: 0.04em;
}
.tbd-block{
  border: 1px dashed var(--navy-line);
  border-radius: 14px;
  padding: 30px 26px;
  text-align:center;
  color: var(--muted);
}
section.on-navy .tbd-block{ border-color: var(--navy-line); color: var(--muted-on-navy); }

/* ---------- pricing table ---------- */
.price-table{ width:100%; border-collapse: collapse; margin-top: 24px; }
.price-table th, .price-table td{
  text-align:left; padding: 14px 16px; border-bottom: 1px solid #e6e1d3;
  font-size: 14px;
}
.price-table th{
  font-family:'Space Mono', monospace; font-size: 10.5px; letter-spacing:0.08em;
  text-transform:uppercase; color: var(--muted); font-weight:400;
}
.price-table td.amount{ font-family:'Space Mono', monospace; font-weight:700; color: var(--ink); }
.price-note{ font-size: 13px; color: var(--muted); margin-top: 14px; }
.price-block{ margin-bottom: 56px; }
.price-block:last-child{ margin-bottom:0; }

/* ---------- instructor ---------- */
.instructor-card{ display:flex; gap: 36px; align-items:flex-start; }
@media (max-width: 760px){ .instructor-card{ flex-direction:column; } }
.instructor-card .photo{ width: 260px; flex-shrink:0; border-radius: 16px; overflow:hidden; }
.instructor-card .photo .art-frame{ aspect-ratio: 3/4; }
.instructor-card .role{
  font-family:'Space Mono', monospace; font-size: 11px; letter-spacing:0.1em;
  text-transform:uppercase; color: var(--accent); display:block; margin-bottom: 6px;
}
.instructor-card .bio{ font-size: 14.5px; color: var(--ink); margin-top: 14px; }
.instructor-card .bio p{ margin: 0 0 12px; }

/* ---------- news list ---------- */
.news-list{ display:grid; gap: 0; margin-top: 8px; }
.news-item{
  display:flex; gap: 20px; padding: 16px 0;
  border-bottom: 1px solid var(--navy-line);
  font-size: 13.5px;
}
.news-item .date{ font-family:'Space Mono', monospace; color: var(--muted-on-navy); flex-shrink:0; width: 92px; }
.news-item .title{ color: var(--paper); }
.news-empty{
  font-size: 13.5px; color: var(--muted-on-navy);
  border: 1px dashed var(--navy-line); border-radius: 12px; padding: 22px; text-align:center;
}

/* ---------- access ---------- */
.area-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 26px; max-width: 640px; }
@media (max-width: 760px){ .area-grid{ grid-template-columns: 1fr; } }
.area-card{
  border: 1px solid #e6e1d3; border-radius: 14px; padding: 20px;
}
.area-card .name{ font-family:'Instrument Serif', serif; font-style:italic; font-size: 20px; margin-bottom:6px; }
.area-card .detail{ font-size: 13px; color: var(--muted); }

/* ---------- contact form ---------- */
form.inquiry{ display:grid; gap: 20px; margin-top: 30px; max-width: 620px; }
.field label{
  display:block; font-size: 12.5px; color: var(--muted-on-navy);
  font-family:'Space Mono', monospace; letter-spacing:0.03em; margin-bottom: 8px;
}
.field .req{ color: var(--accent); margin-left:4px; }
.field input, .field select, .field textarea{
  width:100%;
  background: var(--navy-2);
  border: 1px solid var(--navy-line);
  border-radius: 10px;
  padding: 13px 14px;
  color: var(--paper);
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
}
.field textarea{ min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color: var(--accent); }
.field-row{ display:grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px){ .field-row{ grid-template-columns: 1fr; } }
.hp-field{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
.submit-btn{
  justify-self:start;
  background: var(--accent); color: var(--navy);
  border:none; border-radius: 999px; padding: 15px 38px;
  font-family:'Manrope', sans-serif; font-size: 14.5px; font-weight:700;
  cursor:pointer;
}
.submit-btn:hover{ opacity:0.88; }
.banner{ border-radius: 12px; padding: 20px 22px; font-size: 14px; margin-bottom: 8px; }
.banner.success{ background: #17301f; border: 1px solid #7fae7a; color: var(--paper); }
.banner.error{ background: var(--flag-soft); border: 1px solid var(--flag); color: var(--paper); }
.banner a{ color: var(--accent); text-decoration: underline; }
[hidden]{ display:none !important; }

/* ---------- artist banner ---------- */
.artist-banner{
  max-width: 560px;
  margin: 28px auto 0;
  padding: 34px 36px 38px;
  border-radius: 16px;
  background: var(--navy);
}
.artist-banner-logo{
  display:block;
  width: min(72%, 300px);
  height:auto;
  margin: 0 auto;
}
@media (max-width: 560px){
  .artist-banner{ padding: 26px 22px 30px; }
}

/* ---------- cta band ---------- */
.cta-band{
  background: var(--navy);
  color: var(--paper);
  text-align:center;
  padding: 64px 0;
}
.cta-band h2{ color: var(--white); margin-bottom: 16px; }
.cta-band a.btn{
  display:inline-block; margin-top: 20px;
  background: var(--accent); color: var(--navy);
  font-family:'Manrope', sans-serif; font-weight:700; font-size: 14.5px;
  padding: 15px 40px; border-radius: 999px; text-decoration:none;
}
.cta-band a.btn:hover{ opacity:0.88; }
.cta-band a.btn.reveal-pulse{ opacity:0; }
.cta-band a.btn.reveal-pulse.in-view{
  animation: btnPopIn 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
             btnPulse 1.8s ease-in-out 0.7s infinite;
}
@keyframes btnPopIn{
  0%{ opacity:0; transform: scale(0.4); }
  55%{ opacity:1; transform: scale(1.18); }
  75%{ transform: scale(0.94); }
  100%{ opacity:1; transform: scale(1); }
}
@keyframes btnPulse{
  0%, 100%{ transform: scale(1); }
  50%{ transform: scale(1.07); }
}
@media (prefers-reduced-motion: reduce){
  .cta-band a.btn.reveal-pulse{ opacity:1; animation:none; }
}

/* ---------- footer ---------- */
footer{ background: var(--navy); color: var(--muted-on-navy); padding: 50px 0 34px; }
footer .top-row{
  display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap: 24px;
  padding-bottom: 30px; border-bottom: 1px solid var(--navy-line); margin-bottom: 22px;
}
footer .mark{ display:flex; align-items:center; }
footer .mark .mark-logo{ height: 56px; width:auto; display:block; }
footer .tagline{ font-size: 12.5px; margin-top: 6px; }
footer nav{ display:flex; gap: 18px; flex-wrap:wrap; }
footer nav a{ font-size: 12.5px; text-decoration:none; }
footer nav a:hover{ color: var(--white); }
footer .sns{ display:flex; gap: 14px; }
footer .sns a{ color: var(--muted-on-navy); text-decoration:none; font-family:'Space Mono', monospace; font-size: 12px; }
footer .bottom-row{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size: 11.5px; font-family:'Space Mono', monospace; }
