:root{
  --black:#101010;
  --anthracite:#171717;
  --soft-black:#1d1c1a;
  --paper:#e8e1d6;
  --paper-dark:#d2c7b8;
  --text:#f1ece3;
  --muted:#b7aaa0;
  --ink:#22201d;
  --bordeaux:#8b2630;
  --bordeaux-dark:#5f1c24;
  --gold:#caa36b;
  --line:rgba(255,255,255,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--black);
  color:var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:1.6;
}

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

.site-header{
  position:sticky;
  top:0;
  z-index:10;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 clamp(24px,5vw,72px);
  background:linear-gradient(90deg,#141414,#191817);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.brand{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:280px;
}

.brand-enso{
  width:64px;
  height:64px;
  border:4px solid rgba(232,225,214,.55);
  border-right-color:rgba(232,225,214,.14);
  border-bottom-color:rgba(232,225,214,.34);
  border-radius:50%;
  display:grid;
  place-items:center;
  transform:rotate(-12deg);
}

.brand-enso span{
  font-family:serif;
  font-size:15px;
  line-height:1.08;
  transform:rotate(12deg);
  opacity:.88;
}

.brand-text strong,
.footer-brand strong{
  display:block;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-weight:400;
  font-size:20px;
}

.brand-text em,
.footer-brand em{
  display:block;
  margin-top:2px;
  color:var(--bordeaux);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:12px;
  font-style:normal;
}

.main-nav{
  display:flex;
  align-items:center;
  gap:clamp(18px,3vw,42px);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
}

.main-nav a{
  opacity:.86;
  padding:34px 0;
  border-bottom:1px solid transparent;
}

.main-nav a:hover,
.main-nav a.active{
  color:#cf4a55;
  border-color:#cf4a55;
}

.hero{
  position:relative;
  min-height:660px;
  display:grid;
  grid-template-columns:minmax(24px,1fr) minmax(300px,560px) minmax(340px,700px);
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(12,12,12,.98) 0%, rgba(12,12,12,.94) 33%, rgba(12,12,12,.35) 65%, rgba(12,12,12,.92) 100%),
    url("hero-rope.jpg") right center/cover no-repeat;
}

.hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:1px;
  background:rgba(255,255,255,.12);
}

.hero-art{
  grid-column:1/2;
  justify-self:end;
  margin-right:24px;
}

.hero-enso{
  width:245px;
  height:245px;
  border:10px solid rgba(139,38,48,.65);
  border-left-color:rgba(139,38,48,.25);
  border-top-color:rgba(139,38,48,.38);
  border-radius:50%;
  display:grid;
  place-items:center;
  box-shadow:0 0 0 2px rgba(139,38,48,.15);
  transform:rotate(-9deg);
}

.hero-enso span{
  transform:rotate(9deg);
  font-family:serif;
  font-size:58px;
  line-height:1.08;
  color:#f2eadc;
  text-shadow:0 2px 16px rgba(0,0,0,.6);
}

.hero-content{
  grid-column:2/3;
  padding:120px 0 90px;
}

.eyebrow{
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.48em;
  font-family:Georgia, "Times New Roman", serif;
  font-size:20px;
  margin:0 0 14px;
}

.eyebrow:after{
  content:"";
  display:block;
  width:190px;
  height:1px;
  margin:15px auto 0;
  background:linear-gradient(90deg,transparent,var(--bordeaux),transparent);
}

.hero h1{
  margin:0;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(42px,6vw,74px);
  font-weight:400;
  line-height:1;
}

.claim{
  margin:24px 0 22px;
  color:#c83b48;
  text-transform:uppercase;
  letter-spacing:.28em;
  font-size:15px;
}

.keywords{
  margin:0 0 86px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.36em;
  font-size:14px;
}

.keywords span{color:var(--bordeaux)}

.button{
  display:inline-flex;
  align-items:center;
  gap:22px;
  min-width:218px;
  justify-content:center;
  padding:18px 25px;
  color:#eee7dc;
  border:1px solid var(--bordeaux);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:13px;
  transition:.2s ease;
}

.button:hover{
  background:rgba(139,38,48,.16);
}

.hanko-signature{
  position:absolute;
  right:clamp(26px,6vw,80px);
  bottom:72px;
  width:72px;
  height:72px;
  object-fit:contain;
  opacity:.9;
}

.about{
  display:grid;
  grid-template-columns:140px minmax(300px,520px) minmax(320px,1fr);
  gap:clamp(24px,5vw,70px);
  align-items:center;
  padding:70px clamp(36px,7vw,96px);
  background:
    radial-gradient(circle at 22% 50%, rgba(255,255,255,.5), transparent 32%),
    linear-gradient(90deg,#e8e1d6,#d8cec1);
  color:var(--ink);
}

.vertical-kanji{
  font-family:serif;
  font-size:72px;
  line-height:1.05;
  color:#191817;
  justify-self:center;
}

.vertical-kanji:after{
  content:"";
  display:block;
  width:1px;
  height:65px;
  background:var(--bordeaux);
  margin:24px auto 0;
}

.about h2{
  margin:0 0 24px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:400;
  font-size:28px;
}

.about h2 span{color:var(--bordeaux)}
.about p{max-width:620px;margin:0 0 12px}
.about .strong{
  margin-top:24px;
  color:var(--bordeaux);
  font-weight:600;
}

.still-life{
  margin:0;
  justify-self:end;
  width:min(100%,380px);
  filter:contrast(.95) saturate(.8);
  box-shadow:0 28px 60px rgba(0,0,0,.18);
}

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  padding:68px clamp(36px,7vw,96px) 78px;
  background:linear-gradient(90deg,#121212,#191817,#111);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(139,38,48,.4);
}

.card{
  padding:0 36px;
  border-right:1px solid rgba(255,255,255,.1);
}

.card:last-child{border-right:none}

.card h2{
  margin:12px 0 22px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:400;
  font-size:20px;
}

.card img{
  width:100%;
  aspect-ratio:1.48/1;
  object-fit:cover;
  margin-bottom:20px;
  filter:saturate(.75) contrast(.95);
}

.card p{
  color:#d2c8bd;
  min-height:58px;
  margin:0 0 24px;
}

.card a{
  color:#c6424e;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:13px;
}

.icon{
  height:44px;
  width:44px;
  margin-bottom:6px;
  color:var(--bordeaux);
}

.enso-small{
  border:6px solid var(--bordeaux);
  border-right-color:rgba(139,38,48,.25);
  border-radius:50%;
}

.rope-icon{
  border:3px solid var(--bordeaux);
  border-radius:50%;
  position:relative;
}
.rope-icon:after{
  content:"";
  position:absolute;
  left:14px;
  top:35px;
  width:15px;
  height:18px;
  border:3px solid var(--bordeaux);
  border-top:none;
  border-radius:0 0 12px 12px;
}

.people-icon{
  position:relative;
}
.people-icon:before,
.people-icon:after{
  content:"";
  position:absolute;
  width:18px;
  height:18px;
  border:3px solid var(--bordeaux);
  border-radius:50%;
  top:0;
}
.people-icon:before{left:2px}
.people-icon:after{right:2px}
.people-icon{
  border-bottom:4px solid var(--bordeaux);
  border-radius:0 0 50% 50%;
}

.site-footer{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:30px;
  align-items:center;
  padding:52px clamp(36px,7vw,96px);
  background:#111;
  color:#d8d0c6;
}

.site-footer:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-120px;
  width:330px;
  height:330px;
  border:12px solid rgba(255,255,255,.05);
  border-left-color:transparent;
  border-radius:50%;
  transform:rotate(-22deg);
  pointer-events:none;
}


.footer-brand,
.footer-links,
.legal-links{
  position:relative;
  z-index:1;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:18px;
}

.footer-enso{
  width:62px;
  height:62px;
  border:5px solid rgba(232,225,214,.42);
  border-right-color:rgba(232,225,214,.08);
  border-radius:50%;
}

.footer-links,
.legal-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:22px;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:12px;
}

.footer-links a:hover,
.legal-links a:hover{color:#cf4a55}

.legal-links{
  grid-column:1/-1;
  color:#b7aaa0;
}
.legal-links span{color:var(--bordeaux)}

.legal-page{
  min-height:100vh;
  background:var(--paper);
  color:var(--ink);
  padding:70px max(24px,8vw);
}
.legal-page main{
  max-width:850px;
  margin:auto;
}
.legal-page h1{
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:400;
}
.legal-page a{color:var(--bordeaux)}

@media (max-width: 980px){
  .site-header{
    height:auto;
    padding:22px 24px;
    align-items:flex-start;
    gap:20px;
    flex-direction:column;
  }
  .main-nav{
    overflow:auto;
    width:100%;
    padding-bottom:6px;
  }
  .main-nav a{padding:0 0 8px}
  .hero{
    grid-template-columns:1fr;
    min-height:720px;
    padding:0 28px;
    background:
      linear-gradient(90deg, rgba(12,12,12,.96), rgba(12,12,12,.55), rgba(12,12,12,.94)),
      url("hero-rope.jpg") center/cover no-repeat;
  }
  .hero-art{
    grid-column:1;
    justify-self:start;
    margin-top:40px;
  }
  .hero-enso{
    width:150px;height:150px;border-width:7px;
  }
  .hero-enso span{font-size:40px}
  .hero-content{
    grid-column:1;
    padding:30px 0 120px;
  }
  .about{
    grid-template-columns:1fr;
    padding:48px 28px;
  }
  .vertical-kanji{justify-self:start;font-size:56px}
  .still-life{justify-self:start}
  .cards{
    grid-template-columns:1fr;
    padding:48px 28px;
  }
  .card{
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.1);
    padding:0 0 42px;
    margin-bottom:42px;
  }
  .card:last-child{border-bottom:none;margin-bottom:0}
  .site-footer{
    grid-template-columns:1fr;
    padding:42px 28px;
  }
  .footer-links,
  .legal-links{justify-content:flex-start}
}


.idako-signoff{
  margin-top:2.5rem;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:2rem;
  border-top:1px solid rgba(139,38,48,.25);
  padding-top:1.5rem;
}
.idako-signoff p{
  margin:0;
  max-width:42rem;
  font-size:.98rem;
}
.idako-signoff img{
  width:64px;
  height:64px;
  object-fit:contain;
  opacity:.9;
  flex-shrink:0;
}
@media (max-width:980px){
  .idako-signoff{
    flex-direction:column;
    align-items:flex-start;
  }
}
