
:root{
  --bg:#171d1a;
  --panel:rgba(20,20,22,.62);
  --text:#f2f2f0;
  --muted:#b9b9b0;
  --line:rgba(155,138,95,.42);
  --brass:#9b8a5f;
  --green:rgba(64,102,82,.18);
  --max:1120px;
  --radius:18px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(1200px 800px at 10% -10%, rgba(155,138,95,.12), transparent 55%),
    radial-gradient(1000px 700px at 90% 10%, rgba(64,102,82,.18), transparent 58%),
    var(--bg);
  font-family:ui-sans-serif,system-ui,-apple-system,"Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic",sans-serif;
  line-height:1.8;
  letter-spacing:.02em;
}
a{color:inherit;text-decoration:none}
.container{max-width:var(--max);margin:0 auto;padding:0 22px}
.muted{color:var(--muted)}
.br-sm{display:none}

.site-header{
  position:sticky;top:0;z-index:10;
  backdrop-filter:blur(10px);
  background:rgba(15,15,16,.72);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  gap:16px;min-height:78px;
}
.brand{display:flex;align-items:center;gap:10px}
.brand-logo{
  height:30px;width:auto;display:block;
  filter:drop-shadow(0 8px 20px rgba(0,0,0,.35));
}
.brand-word{font-weight:650;letter-spacing:.18em}
.brand-sub{color:var(--muted);font-size:12px;letter-spacing:.22em;text-transform:uppercase;margin-left:2px}

.nav{display:flex;gap:16px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.nav a{color:var(--muted);font-size:13px}
.nav-cta{
  color:var(--text)!important;
  border:1px solid rgba(242,242,240,.18);
  padding:7px 12px;border-radius:999px;
  background:linear-gradient(180deg, rgba(155,138,95,.14), rgba(155,138,95,.06));
}

.hero{padding:78px 0 32px}
.hero-inner{max-width:78ch}
.hero-mark{
  width:120px;height:120px;
  display:grid;place-items:center;margin-bottom:18px;
  background:transparent;
  border:none;
  box-shadow:none;
  border-radius:0;
}
.hero-mark img{width:74px;height:auto;opacity:.92}
.hero-title{margin:0;font-size:58px;letter-spacing:.14em}
.hero-lead{font-size:19px;line-height:1.65;margin-top:10px;}
.hero-sub{font-size:19px;line-height:1.65;margin-top:6px;}

.section{padding:56px 0;border-top:2px solid var(--line);box-shadow:0 -1px 0 rgba(255,255,255,.04) inset}
.section-tight{padding:40px 0}
.section-last{padding:48px 0 44px}
.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap}
h2{margin:0 0 10px;font-size:18px;letter-spacing:.12em}
p{margin:0 0 14px}

.notes{margin-top:14px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.note{
  border:1px solid rgba(242,242,240,.12);
  background:var(--panel);
  border-radius:var(--radius);
  padding:14px 14px 12px;
}
.note-meta{
  display:flex;align-items:center;gap:10px;
  color:var(--muted);font-size:12px;letter-spacing:.08em;margin-bottom:8px;
}
.note-tag{
  border:1px solid rgba(242,242,240,.14);
  padding:3px 8px;border-radius:999px;background:rgba(15,15,16,.35);
}
.note-body{margin:0;color:var(--text)}

.media-grid{
  margin-top:18px;
  display:grid;grid-template-columns:.95fr 1.05fr;gap:14px;align-items:stretch;
}
.media{
  margin:0;border-radius:calc(var(--radius) + 2px);
  overflow:hidden;border:1px solid rgba(242,242,240,.12);
  background:rgba(0,0,0,.25);
  box-shadow:0 18px 55px rgba(0,0,0,.35);
}
.media img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.90) contrast(1.02)}

.cards{margin-top:10px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.card{
  border:1px solid rgba(242,242,240,.12);
  background:rgba(20,20,22,.56);
  border-radius:var(--radius);
  padding:16px 16px 14px;
}
.card h3{margin:0 0 8px;font-size:14px;letter-spacing:.06em}
.card p{margin:0;color:var(--muted)}

.aside{
  margin-top:16px;border-left:3px solid rgba(155,138,95,.55);
  border-radius:14px;background:rgba(20,20,22,.52);
  padding:14px 16px;color:var(--muted);
}
.aside strong{color:var(--text);font-weight:650}

.faq{display:grid;gap:10px}
details{border:1px solid rgba(242,242,240,.12);border-radius:var(--radius);background:rgba(20,20,22,.52);padding:10px 12px}
summary{cursor:pointer;color:var(--text);letter-spacing:.02em}
details p{margin:10px 0 0;color:var(--muted)}

.contact{max-width:70ch}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 16px;border-radius:999px;
  border:1px solid rgba(242,242,240,.18);
  background:linear-gradient(180deg, rgba(155,138,95,.18), rgba(155,138,95,.08));
  box-shadow:0 18px 55px rgba(0,0,0,.25);
  margin-top:10px;
}

.footer-image{position:relative;border-top:1px solid var(--line);background:#0b0b0c}
.footer-image img{width:100%;height:420px;object-fit:cover;display:block;opacity:.86}
.footer-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(15,15,16,.0), rgba(15,15,16,.75));pointer-events:none}

.site-footer{border-top:1px solid var(--line);padding:18px 0 24px;color:var(--muted)}
.footer-inner{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}

@media (max-width:900px){
  .notes{grid-template-columns:1fr}
  .media-grid{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr}
  .hero-title{font-size:44px}
  .hero-lead{font-size:19px;line-height:1.65;margin-top:10px;}
  .br-sm{display:inline}
  .footer-image img{height:320px}
}


.note-link{font-size:12px;color:var(--text);opacity:.75;text-decoration:none}
.note-link:hover{opacity:.95}

.h1{margin:0;font-size:22px;letter-spacing:.02em}

#promise h2,#faq h2{font-weight:700}


.hero-row{display:flex;gap:22px;align-items:flex-start}
.hero-text{flex:1;min-width:0}
.hero-mark img{height:86px;width:auto;display:block}
@media (max-width:900px){
  .hero-row{display:block}
  .hero-mark img{height:64px}
}

.nowrap{white-space:nowrap}

.hero-text{padding-top:4px}

.mail-icon{
  font-size:18px;
  text-decoration:none;
  color:var(--text);
  opacity:.8;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}
.mail-icon:hover{opacity:1}

.lang-switch{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.14em;margin-left:18px}
.lang-switch a{
  color:var(--muted);
  text-decoration:none;
}
.lang-switch a:hover{color:var(--text)}
.lang-switch .current{color:var(--text); opacity:.75}
.lang-switch .sep{color:var(--muted); opacity:.6}

.note-photo{
  width:100%;
  height:auto;
  display:block;
  max-width:820px;
  margin:10px 0 14px;
  border:none;
  background:transparent;
  box-shadow:none;
  border-radius:12px;
}

/* Ensure logos never get framed */
.logo img, .site-logo img, .brand-logo{
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Record separators */
.note {
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--brass);
}
.note:last-child {
  border-bottom: none;
}
