/*
Theme Name: AXSBL Studio
Version: 1.1.0
Text Domain: axsbl
*/

:root{
  --bg:#000;
  --panel:#070809;
  --panel2:#0c0d0f;
  --text:#f2f3f4;
  --muted:#858b92;
  --line:#262a2e;
  --line2:#4d5359;
  --max:1380px;
  --header-h:78px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#000;
  color:var(--text);
  font-family:Inter,"Helvetica Neue",Arial,"Noto Sans JP",sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  height:var(--header-h);
  background:rgba(0,0,0,.95);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  width:min(calc(100% - 44px),var(--max));
  height:100%;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:30px;
}
.brand{
  flex:0 0 auto;
  width:150px;
  height:42px;
  display:flex;
  align-items:center;
}
.brand img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
}
.global-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
  min-width:0;
  white-space:nowrap;
}
.global-nav a{
  color:#a0a4a9;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  transition:.2s;
}
.global-nav a:hover{color:#fff}

.hero{
  position:relative;
  min-height:520px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-bottom:1px solid #111416;
}
.hero-grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.06),transparent 40%);
  background-size:92px 92px,92px 92px,auto;
}
.hero-inner{
  position:relative;
  z-index:1;
  width:min(92%,1180px);
  text-align:center;
  padding:70px 0;
}
.hero-logo{
  width:min(100%,1040px);
  max-height:250px;
  margin:0 auto;
  object-fit:contain;
}
.hero-kicker{
  margin:24px 0 0;
  color:#7f858b;
  font-size:11px;
  letter-spacing:.31em;
}
.hero-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}
.button{
  min-width:158px;
  padding:13px 18px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
  border:1px solid var(--line2);
}
.button-primary{background:#f4f5f6;color:#000}
.button-ghost{background:#040404}
.button:hover{filter:brightness(1.12)}

.section{
  width:min(calc(100% - 44px),var(--max));
  margin:0 auto;
  padding:104px 0;
}
.section-head{margin-bottom:38px}
.section-head-row{display:flex;align-items:end;justify-content:space-between}
.eyebrow{
  margin:0 0 12px;
  color:#767d84;
  font-size:10px;
  font-weight:800;
  letter-spacing:.24em;
}
.section h2{
  margin:0;
  font-size:clamp(42px,6.4vw,88px);
  line-height:.9;
  letter-spacing:-.055em;
}
.section h2 span{color:#5b6167}
.section-lead{
  max-width:680px;
  margin:20px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.9;
}
.compact-lead{margin-top:-16px}

.works-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.work-card{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--line);
  background:var(--panel);
  transition:.22s;
}
.work-card:hover{
  transform:translateY(-3px);
  border-color:#575d63;
}
.work-visual{
  height:320px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.055),transparent 37%),
    #030303;
  border-bottom:1px solid var(--line);
}
.work-visual img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.work-body{
  min-height:195px;
  padding:22px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.work-type{
  margin:0 0 8px;
  color:#737a80;
  font-size:9px;
  font-weight:800;
  letter-spacing:.22em;
}
.work-body h3{
  margin:0;
  font-size:22px;
}
.work-body p:not(.work-type){
  margin:11px 0 0;
  color:#858b91;
  font-size:12px;
  line-height:1.75;
}
.text-link{
  margin-top:auto;
  padding-top:20px;
  color:#c0c4c8;
  font-size:10px;
  font-weight:700;
  letter-spacing:.13em;
}
.text-link span{color:#666d73}

.section-news{border-top:1px solid var(--line)}
.news-list{margin-top:36px;border-top:1px solid var(--line)}
.news-item{
  min-height:88px;
  display:grid;
  grid-template-columns:130px 90px 1fr 30px;
  gap:14px;
  align-items:center;
  border-bottom:1px solid var(--line);
}
.news-item time,.news-tag{
  color:#71777d;
  font-size:10px;
  letter-spacing:.12em;
}
.news-item strong{font-size:13px;font-weight:500}
.news-arrow{justify-self:end;color:#71777d}

.section-journal{border-top:1px solid #131619}
.journal-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.journal-card{
  min-height:260px;
  padding:24px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--line);
  background:linear-gradient(145deg,#101113,#050505 72%);
}
.journal-meta{
  color:#70767c;
  font-size:10px;
  letter-spacing:.12em;
}
.journal-card h3{
  margin:24px 0 0;
  font-size:20px;
}
.journal-card p{
  margin:13px 0 0;
  color:#858b91;
  font-size:12px;
  line-height:1.8;
}

.about-panel{
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:70px;
  padding:60px;
  border:1px solid var(--line);
  background:linear-gradient(130deg,rgba(255,255,255,.03),transparent 48%),#050607;
}
.about-text{
  align-self:end;
  color:#9aa0a5;
  font-size:14px;
  line-height:1.95;
}
.about-text p{margin:0 0 18px}

.section-contact{
  text-align:center;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section-contact>p:not(.eyebrow){
  color:#80868c;
  font-size:13px;
  margin-top:22px;
}

.section-privacy{padding-top:46px;padding-bottom:46px}
.privacy-toggle{
  width:100%;
  padding:18px 0;
  border:0;
  background:none;
  color:inherit;
  display:flex;
  justify-content:space-between;
  align-items:center;
  text-align:left;
  cursor:pointer;
}
.privacy-toggle small{
  display:block;
  color:#6f757b;
  font-size:9px;
  font-weight:800;
  letter-spacing:.24em;
}
.privacy-toggle strong{
  display:block;
  margin-top:8px;
  font-size:18px;
  letter-spacing:.02em;
}
.privacy-symbol{font-size:24px;color:#71777d}
.privacy-body{
  display:none;
  border-top:1px solid var(--line);
  padding-top:28px;
  max-width:920px;
}
.privacy-body.open{display:block}
.privacy-body h3{
  margin:28px 0 9px;
  font-size:16px;
}
.privacy-body p,.privacy-body li{
  color:#9aa0a6;
  font-size:12px;
  line-height:1.9;
}
.privacy-body ul{padding-left:20px}
.privacy-date{color:#72787e!important}

.site-footer{
  width:min(calc(100% - 44px),var(--max));
  margin:0 auto;
  padding:30px 0 42px;
  border-top:1px solid #15181b;
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  color:#646a70;
  font-size:9px;
  letter-spacing:.12em;
}
.footer-brand{color:#a4a9ae;font-weight:800}
.footer-brand span{margin-left:14px;color:#646a70;font-weight:500}
.footer-links{display:flex;gap:18px}
.footer-links a:hover{color:#fff}

@media(max-width:980px){
  .header-inner,.section,.site-footer{width:min(calc(100% - 28px),var(--max))}
  .brand{width:120px}
  .global-nav{gap:14px;overflow-x:auto;scrollbar-width:none}
  .global-nav::-webkit-scrollbar{display:none}
  .global-nav a{font-size:9px}
  .works-grid,.journal-grid{grid-template-columns:1fr}
  .work-visual{height:360px}
  .about-panel{grid-template-columns:1fr;gap:36px;padding:42px 30px}
}
@media(max-width:620px){
  :root{--header-h:70px}
  .header-inner{gap:18px}
  .brand{width:96px}
  .global-nav{justify-content:flex-start}
  .hero{min-height:430px}
  .hero-inner{padding:58px 0}
  .hero-logo{max-height:180px}
  .hero-kicker{font-size:8px;line-height:1.8;padding:0 12px}
  .section{padding:76px 0}
  .work-visual{height:270px}
  .news-item{
    grid-template-columns:1fr auto;
    padding:17px 0;
  }
  .news-item time{grid-column:1}
  .news-tag{grid-column:2;grid-row:1}
  .news-item strong{grid-column:1/-1;line-height:1.7}
  .news-arrow{display:none}
  .site-footer{align-items:flex-start;flex-direction:column}
}

.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;z-index:1000;background:#fff;color:#000;padding:12px}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}section[id],article[id]{scroll-margin-top:100px}.admin-bar .site-header{top:32px}.global-nav{list-style:none}.global-nav ul{display:flex;gap:24px;list-style:none;padding:0;margin:0}.hero h1{margin:0}.interior{width:min(calc(100% - 44px),1380px);margin:auto;min-height:60vh;padding:70px 0}.interior h1{font-size:clamp(32px,5vw,64px)}.entry-content{line-height:1.9}.breadcrumbs{display:flex;gap:12px;color:#858b92;font-size:12px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.card img{width:100%;height:240px;object-fit:contain}.entry-content img{max-width:100%;height:auto}@media(max-width:782px){.admin-bar .site-header{top:46px}.cards{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
