:root{
  --about-bg:#fffaf0;
  --about-paper:#fffef9;
  --about-text:#35261d;
  --about-muted:#876e59;
  --about-gold:#b67a31;
  --about-line:#e6cfaa;
  --about-red:#a83f31;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  background:var(--about-bg);
  color:var(--about-text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  line-height:2.05;
}

a{color:inherit}

.about-hero{
  width:min(920px,calc(100% - 40px));
  margin:0 auto;
  padding:86px 0 82px;
  text-align:center;
}

.about-hero p{
  margin:0 0 12px;
  color:var(--about-gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.2em;
}

.about-hero h1{
  margin:0;
  font-size:clamp(34px,5.5vw,54px);
  line-height:1.4;
  letter-spacing:.08em;
}

.about-hero h1 span,
.about-bureau h2 span{
  display:inline;
}

.about-story{
  overflow:hidden;
}

.about-section{
  position:relative;
  width:min(820px,calc(100% - 40px));
  margin:0 auto;
  padding:112px 0 120px;
  text-align:left;
}

.about-section::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:86px;
  height:1px;
  background:var(--about-line);
  transform:translateX(-50%);
}

.about-section h2{
  margin:0 0 58px;
  color:#493326;
  font-size:clamp(27px,4vw,38px);
  line-height:1.5;
  letter-spacing:.08em;
  text-align:center;
}

.about-section h2::after{
  content:"";
  display:block;
  width:30px;
  height:3px;
  margin:22px auto 0;
  border-radius:999px;
  background:var(--about-gold);
}

.about-section p{
  margin:0;
  font-size:16px;
  line-height:2.15;
  letter-spacing:.035em;
  overflow-wrap:anywhere;
}

.about-section p+p{
  margin-top:27px;
}

.about-section .about-emphasis{
  color:#493326;
  font-weight:800;
}

.about-section .about-number{
  margin-top:36px;
  margin-bottom:36px;
  color:var(--about-red);
  font-size:clamp(19px,2.3vw,23px);
  font-weight:900;
  letter-spacing:.12em;
  text-align:center;
}

.about-section .about-pride{
  margin-top:48px;
  color:#493326;
  font-size:clamp(19px,2.4vw,23px);
  font-weight:900;
  line-height:2;
  letter-spacing:.1em;
  text-align:center;
}

.about-section .about-question{
  color:var(--about-muted);
  font-style:italic;
}

.about-bureau{
  width:min(900px,calc(100% - 40px));
  padding-right:20px;
  padding-left:20px;
}

.about-bureau-inner{
  position:relative;
  padding:74px 54px 70px;
  border:1px solid #ddc393;
  border-radius:8px;
  background:
    linear-gradient(rgba(255,254,249,.94),rgba(255,254,249,.94)),
    repeating-linear-gradient(0deg,transparent 0,transparent 31px,rgba(182,122,49,.05) 32px);
  box-shadow:0 20px 54px rgba(74,48,27,.08);
}

.about-bureau-inner::before,
.about-bureau-inner::after{
  content:"";
  position:absolute;
  width:28px;
  height:28px;
  border-color:#c69a58;
}

.about-bureau-inner::before{
  top:18px;
  left:18px;
  border-top:1px solid #c69a58;
  border-left:1px solid #c69a58;
}

.about-bureau-inner::after{
  right:18px;
  bottom:18px;
  border-right:1px solid #c69a58;
  border-bottom:1px solid #c69a58;
}

.about-bureau h2{
  margin-bottom:52px;
}

.about-signature{
  margin-top:48px !important;
  color:#5f4937;
  font-size:14px !important;
  font-weight:800;
  letter-spacing:.1em !important;
  text-align:center;
}

.about-welcome{
  padding-bottom:132px;
}

.about-glory{
  margin-top:54px !important;
  color:var(--about-red);
  font-size:clamp(21px,3vw,28px) !important;
  font-weight:900;
  letter-spacing:.13em !important;
  text-align:center;
}

.about-footer{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:30px 20px 28px;
  border-top:1px solid var(--about-line);
  color:#796452;
  text-align:center;
}

.about-footer nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px 24px;
}

.about-footer .footer-nav-row{
  display:contents;
}

.about-footer a{
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}

.about-footer a[aria-current="page"]{
  color:var(--about-red);
}

.about-footer>p{
  margin:17px 0 0;
  font-size:11px;
}

.about-footer a:focus-visible{
  outline:3px solid var(--about-red);
  outline-offset:4px;
  border-radius:4px;
}

@media(max-width:720px){
  .about-hero{
    width:min(100% - 28px,920px);
    padding:62px 0 58px;
  }

  .about-hero p{
    margin-bottom:10px;
    font-size:10px;
  }

  .about-hero h1{
    font-size:clamp(30px,9vw,38px);
    letter-spacing:.05em;
  }

  .about-hero h1 span,
  .about-bureau h2 span{
    display:block;
  }

  .about-section{
    width:min(100% - 24px,820px);
    padding:82px 0 90px;
  }

  .about-section h2{
    margin-bottom:46px;
    font-size:clamp(24px,7.5vw,31px);
    letter-spacing:.05em;
  }

  .about-section h2::after{
    margin-top:18px;
  }

  .about-section p{
    font-size:15px;
    line-height:2.08;
    letter-spacing:.015em;
  }

  .about-section p+p{
    margin-top:24px;
  }

  .about-section .about-number{
    margin-top:31px;
    margin-bottom:31px;
    font-size:18px;
    letter-spacing:.08em;
  }

  .about-section .about-pride{
    margin-top:40px;
    font-size:18px;
    letter-spacing:.07em;
  }

  .about-bureau{
    width:min(100% - 20px,900px);
    padding-right:0;
    padding-left:0;
  }

  .about-bureau-inner{
    padding:56px 12px 54px;
    border-radius:4px;
  }

  .about-bureau h2{
    max-width:12em;
    margin-right:auto;
    margin-bottom:43px;
    margin-left:auto;
  }

  .about-signature{
    margin-top:40px !important;
    font-size:13px !important;
  }

  .about-welcome{
    padding-bottom:102px;
  }

  .about-glory{
    margin-top:46px !important;
    font-size:21px !important;
    letter-spacing:.08em !important;
  }

  .about-footer{
    width:min(100% - 24px,1180px);
    padding:26px 0 24px;
  }

  .about-footer .footer-nav{
    width:100%;
    flex-direction:column;
    align-items:center;
    gap:7px;
  }

  .about-footer .footer-nav-row{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
  }

  .about-footer .footer-nav-row-primary{
    gap:clamp(12px,4vw,18px);
  }

  .about-footer .footer-nav-row-secondary{
    gap:clamp(7px,2.8vw,12px);
  }

  .about-footer .footer-nav a{
    white-space:nowrap;
    font-size:clamp(10px,3.2vw,12px);
    letter-spacing:.02em;
  }
}

@media(max-width:340px){
  .about-compact-line{
    display:inline-block;
    white-space:nowrap;
    font-size:14px;
    letter-spacing:0;
  }
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
}
