:root{
  --guide-cream:#fffaf0;
  --guide-paper:#fffdf8;
  --guide-ink:#35261d;
  --guide-muted:#756252;
  --guide-line:#e4cfaa;
  --guide-red:#c84634;
  --guide-red-dark:#9f3026;
  --guide-gold:#d99a23;
  --guide-shadow:0 22px 58px rgba(73,49,26,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--guide-cream);
  color:var(--guide-ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  line-height:1.9;
}
img{display:block;max-width:100%}
a{color:inherit}
main{overflow:hidden}

.guide-hero{
  width:min(900px,calc(100% - 48px));
  margin:0 auto;
  padding:76px 0 96px;
  text-align:center;
}
.guide-hero-copy{
  position:relative;
  z-index:2;
}
.guide-eyebrow,
.guide-step{
  margin:0 0 13px;
  color:#a16d2f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.2em;
}
.guide-hero h1{
  margin:0;
  font-size:clamp(36px,4.2vw,56px);
  line-height:1.18;
  letter-spacing:.05em;
}
.guide-hero h1 span{white-space:nowrap}
.guide-lead{
  margin:28px 0 34px;
  color:var(--guide-muted);
  font-size:16px;
  line-height:2.15;
}
.guide-illustration{
  margin-right:auto;
  margin-left:auto;
}
.guide-illustration img{
  width:100%;
  height:auto;
}
.guide-illustration-prework{
  width:min(380px,78vw);
  margin-top:4px;
  margin-bottom:27px;
}
.guide-illustration-sleep{
  width:min(420px,82vw);
  margin-top:38px;
  margin-bottom:0;
}
.guide-illustration-bureau{
  width:min(310px,68vw);
  margin-top:36px;
  margin-bottom:0;
}
.guide-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:210px;
  min-height:56px;
  padding:13px 28px;
  border-radius:999px;
  font-weight:900;
  letter-spacing:.08em;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
}
.guide-button-primary{
  background:linear-gradient(180deg,#db5543,var(--guide-red));
  color:#fff;
  box-shadow:0 7px 0 var(--guide-red-dark),0 15px 30px rgba(159,48,38,.18);
}
.guide-button:hover{transform:translateY(-2px)}
.guide-button:focus-visible,
.guide-job-copy a:focus-visible,
.guide-quick-nav a:focus-visible,
.guide-footer a:focus-visible,
.guide-back-home:focus-visible{
  outline:3px solid #d89a29;
  outline-offset:4px;
}
.guide-quick-nav{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  width:min(1080px,calc(100% - 48px));
  margin:0 auto;
  border-top:1px solid var(--guide-line);
  border-bottom:1px solid var(--guide-line);
}
.guide-quick-nav a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:76px;
  padding:12px 8px;
  border-right:1px solid var(--guide-line);
  font-size:13px;
  font-weight:800;
  text-align:center;
  text-decoration:none;
}
.guide-quick-nav a:last-child{border-right:0}
.guide-quick-nav span{
  color:var(--guide-red);
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
  font-weight:700;
}

.guide-section{
  width:min(1080px,calc(100% - 48px));
  margin:0 auto;
  padding:130px 0;
}
.guide-section-heading{
  max-width:690px;
  margin:0 auto 50px;
  text-align:center;
}
.guide-step span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  margin-right:8px;
  border-radius:50%;
  background:var(--guide-red);
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:14px;
  letter-spacing:0;
}
.guide-section h2,
.guide-ending h2{
  margin:0;
  font-size:clamp(34px,4.4vw,52px);
  line-height:1.35;
  letter-spacing:.06em;
}
.guide-section-heading>p:last-child{
  margin:22px 0 0;
  color:var(--guide-muted);
}

.guide-section-jobs{padding-bottom:105px}
.guide-job-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:30px;
}
.guide-job-card{
  display:flex;
  border:1px solid var(--guide-line);
  border-radius:30px;
  background:var(--guide-paper);
  box-shadow:var(--guide-shadow);
}
.guide-job-copy{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:36px 34px 38px;
}
.guide-job-office{
  margin:0 0 5px;
  color:#a16d2f;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}
.guide-job-copy h3{
  margin:0;
  font-size:28px;
  line-height:1.4;
}
.guide-job-copy>p:not(.guide-job-office){
  flex:1;
  margin:18px 0 24px;
  color:var(--guide-muted);
  font-size:14px;
}
.guide-job-copy a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--guide-red-dark);
  font-size:14px;
  font-weight:900;
  text-underline-offset:5px;
}
.guide-job-copy a::after{content:"→"}
.guide-job-card-desert .guide-job-copy a{color:#8f650d}
.guide-planned-job{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  width:min(540px,100%);
  margin:30px auto 0;
  padding:18px 24px;
  border:1px dashed #cbb590;
  border-radius:18px;
  color:var(--guide-muted);
}
.guide-planned-job>span{
  color:#9f7b46;
  font-size:25px;
}
.guide-planned-job strong{color:var(--guide-ink)}
.guide-planned-job p{margin:0;font-size:13px}

.guide-section-work{
  position:relative;
  width:100%;
  max-width:none;
  padding:132px max(24px,calc((100% - 1080px)/2));
  background:#f4e5ca;
}
.guide-section-work .guide-section-heading{position:relative;z-index:1}
.guide-number{
  position:absolute;
  top:76px;
  left:50%;
  color:rgba(175,115,34,.09);
  font-family:Georgia,"Times New Roman",serif;
  font-size:280px;
  font-weight:900;
  line-height:1;
  transform:translateX(-50%);
  user-select:none;
}
.guide-facts{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.guide-facts article{
  padding:31px 26px 28px;
  border:1px solid rgba(201,167,112,.7);
  border-radius:24px;
  background:rgba(255,253,248,.9);
  text-align:center;
}
.guide-fact-mark{
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  margin:0 auto 18px;
  border-radius:50%;
  background:#fff1d2;
  color:var(--guide-red-dark);
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  font-weight:900;
}
.guide-facts h3{margin:0;font-size:19px}
.guide-facts p{margin:10px 0 0;color:var(--guide-muted);font-size:13px}
.guide-calm-note{
  position:relative;
  z-index:1;
  margin:32px 0 0;
  color:#70573d;
  font-size:14px;
  text-align:center;
}

.guide-split-section{
  width:min(760px,calc(100% - 48px));
}
.guide-split-copy h2{margin-bottom:24px}
.guide-split-copy>p:not(.guide-step){
  margin:0;
  color:var(--guide-muted);
}
.guide-small-note{
  margin-top:22px!important;
  padding-top:18px;
  border-top:1px solid var(--guide-line);
  font-size:13px;
}

.guide-certificate-section{
  width:min(760px,calc(100% - 48px));
  padding-top:105px;
  border-top:1px solid var(--guide-line);
}
.guide-certificate-copy h2{margin-bottom:24px}
.guide-certificate-copy>p:not(.guide-step){
  margin:0;
  color:var(--guide-muted);
}
.guide-check-list{
  display:grid;
  gap:11px;
  margin:30px 0 0;
  padding:0;
  list-style:none;
}
.guide-check-list li{
  position:relative;
  padding-left:31px;
  font-weight:800;
}
.guide-check-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:1px;
  color:var(--guide-red);
  font-size:18px;
  font-weight:900;
}
.guide-record-section{
  width:100%;
  max-width:none;
  padding-right:max(24px,calc((100% - 920px)/2));
  padding-left:max(24px,calc((100% - 920px)/2));
  background:#f8eedc;
}
.guide-record-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.guide-record-grid div{
  padding:22px 16px;
  border:1px solid #e1cda9;
  border-radius:18px;
  background:var(--guide-paper);
  text-align:center;
}
.guide-record-grid span{
  display:block;
  color:var(--guide-red-dark);
  font-size:13px;
  font-weight:900;
  letter-spacing:.06em;
}
.guide-record-grid strong{
  display:block;
  margin-top:5px;
  font-size:15px;
}
.guide-information,
.guide-construction{
  margin-top:20px;
  padding:22px 24px;
  border-radius:18px;
}
.guide-information{
  border:1px solid #e0cba5;
  background:rgba(255,253,248,.72);
}
.guide-information h3{margin:0 0 7px;font-size:16px}
.guide-information p{margin:0;color:var(--guide-muted);font-size:13px}
.guide-construction{
  display:flex;
  align-items:center;
  gap:16px;
  border:1px dashed #c7a76e;
  color:#725b3e;
}
.guide-construction span{
  flex:0 0 auto;
  padding:3px 10px;
  border-radius:999px;
  background:#bd8431;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
}
.guide-construction p{margin:0;font-size:13px}

.guide-ending{
  width:min(900px,calc(100% - 48px));
  margin:0 auto;
  padding:130px 0 140px;
  text-align:center;
}
.guide-ending>p{
  margin:0 0 13px;
  color:#a16d2f;
  font-size:12px;
  font-weight:900;
  letter-spacing:.15em;
}
.guide-ending .guide-button{margin-top:36px}
.guide-back-home{
  display:block;
  width:max-content;
  margin:30px auto 0;
  color:var(--guide-muted);
  font-size:13px;
  text-underline-offset:5px;
}

.guide-footer{
  padding:30px 20px 28px;
  border-top:1px solid var(--guide-line);
  color:#796452;
  text-align:center;
}
.guide-footer nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px 24px;
}
.guide-footer a{
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
.guide-footer a[aria-current="page"]{color:var(--guide-red-dark)}
.guide-footer>p{
  margin:17px 0 0;
  font-size:11px;
}

@media(max-width:900px){
  .guide-hero{
    padding:62px 0 84px;
  }
  .guide-quick-nav{grid-template-columns:repeat(3,1fr)}
  .guide-quick-nav a:nth-child(3){border-right:0}
  .guide-quick-nav a:nth-child(-n+3){border-bottom:1px solid var(--guide-line)}
}

@media(max-width:720px){
  .guide-hero{
    width:min(100% - 28px,1180px);
    padding:45px 0 66px;
  }
  .guide-eyebrow{margin-bottom:10px;font-size:9px}
  .guide-hero h1{
    font-size:clamp(22px,6.7vw,28px);
    letter-spacing:.02em;
  }
  .guide-lead{
    margin:23px 0 30px;
    font-size:clamp(14px,4vw,16px);
    line-height:2;
  }
  .guide-button{min-width:200px;min-height:54px}
  .guide-quick-nav{
    grid-template-columns:1fr;
    width:min(100% - 28px,1080px);
  }
  .guide-quick-nav a{
    justify-content:flex-start;
    min-height:52px;
    padding:8px 18px;
    border-right:0;
    border-bottom:1px solid var(--guide-line);
    text-align:left;
  }
  .guide-quick-nav a:nth-child(-n+3){border-bottom:1px solid var(--guide-line)}
  .guide-quick-nav a:last-child{border-bottom:0}
  .guide-quick-nav span{width:24px;font-size:17px}

  .guide-section{
    width:min(100% - 28px,1080px);
    padding:88px 0;
  }
  .guide-section-heading{margin-bottom:34px}
  .guide-step{font-size:9px;letter-spacing:.15em}
  .guide-step span{
    width:27px;
    height:27px;
    margin-right:6px;
    font-size:12px;
  }
  .guide-section h2,
  .guide-ending h2{font-size:clamp(31px,9.5vw,42px)}
  .guide-section-heading>p:last-child{
    margin-top:17px;
    font-size:14px;
    text-align:left;
  }

  .guide-section-jobs{padding-bottom:78px}
  .guide-job-grid{grid-template-columns:1fr;gap:22px}
  .guide-job-card{border-radius:22px}
  .guide-job-copy{padding:25px 23px 29px}
  .guide-job-copy h3{font-size:24px}
  .guide-job-copy>p:not(.guide-job-office){
    min-height:0;
    margin:14px 0 20px;
    font-size:13px;
  }
  .guide-planned-job{
    justify-content:flex-start;
    margin-top:22px;
    padding:15px 18px;
  }

  .guide-section-work{
    width:100%;
    padding:91px 14px;
  }
  .guide-number{top:74px;font-size:150px}
  .guide-facts{grid-template-columns:1fr;gap:12px}
  .guide-facts article{
    display:grid;
    grid-template-columns:52px 1fr;
    column-gap:15px;
    padding:20px;
    text-align:left;
  }
  .guide-fact-mark{
    grid-row:1/3;
    width:52px;
    height:52px;
    margin:0;
    font-size:19px;
  }
  .guide-facts h3{align-self:end;font-size:17px}
  .guide-facts p{align-self:start;margin:2px 0 0;font-size:12px}
  .guide-calm-note{margin-top:25px;font-size:12px}

  .guide-split-copy h2,
  .guide-certificate-copy h2{margin-bottom:17px}
  .guide-split-copy>p:not(.guide-step),
  .guide-certificate-copy>p:not(.guide-step){font-size:14px}

  .guide-certificate-section{
    padding-top:80px;
  }
  .guide-certificate-copy{width:100%}
  .guide-check-list{margin-top:24px;font-size:13px}

  .guide-record-section{
    width:100%;
    padding:90px 14px;
  }
  .guide-record-grid{grid-template-columns:1fr;gap:9px}
  .guide-record-grid div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:16px 18px;
    text-align:left;
  }
  .guide-record-grid strong{margin:0;font-size:13px}
  .guide-information,
  .guide-construction{padding:18px}
  .guide-construction{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }

  .guide-ending{
    width:min(100% - 28px,900px);
    padding:93px 0 100px;
  }
  .guide-ending .guide-button{margin-top:29px}
  .guide-footer{padding:26px 14px 24px}
  .guide-footer nav{gap:8px 18px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .guide-button{transition:none}
}

/* v1.6.3: approved guide copy and centered presentation */
.guide-section,
.guide-job-copy,
.guide-split-copy,
.guide-certificate-copy,
.guide-information,
.guide-construction,
.guide-planned-job{
  text-align:center;
}
.guide-job-copy a{
  align-self:center;
  justify-content:center;
}
.guide-facts{
  grid-template-columns:repeat(2,minmax(0,1fr));
  width:min(820px,100%);
  margin:0 auto;
}
.guide-construction{
  flex-direction:column;
  justify-content:center;
  gap:10px;
}
.guide-ending h2{
  white-space:nowrap;
}

@media(max-width:720px){
  .guide-quick-nav a{
    justify-content:center;
    text-align:center;
  }
  .guide-section-heading>p:last-child{
    text-align:center;
  }
  .guide-job-copy,
  .guide-planned-job{
    text-align:center;
  }
  .guide-planned-job{
    justify-content:center;
  }
  .guide-facts{
    grid-template-columns:1fr;
  }
  .guide-facts article{
    display:block;
    text-align:center;
  }
  .guide-fact-mark{
    margin:0 auto 18px;
  }
  .guide-facts h3{
    font-size:17px;
  }
  .guide-facts p{
    margin:10px 0 0;
    font-size:12px;
  }
  .guide-record-grid div{
    display:block;
    text-align:center;
  }
  .guide-record-grid strong{
    margin-top:5px;
  }
  .guide-information,
  .guide-construction{
    text-align:center;
  }
  .guide-construction{
    align-items:center;
  }
  .guide-ending h2{
    font-size:clamp(22px,7.2vw,31px);
    letter-spacing:.02em;
  }
}

/* v1.6.4: page-top table of contents */
.guide-quick-nav a{
  justify-content:flex-start;
  padding-right:18px;
  padding-left:18px;
  text-align:left;
}

/* v1.6.5: guide illustrations */
.guide-hero .guide-lead{
  margin-bottom:12px;
}

@media(max-width:720px){
  .guide-illustration-prework{
    width:min(300px,80vw);
    margin-top:0;
    margin-bottom:23px;
  }
  .guide-illustration-sleep{
    width:min(330px,86vw);
    margin-top:30px;
  }
  .guide-illustration-bureau{
    width:min(250px,68vw);
    margin-top:29px;
  }
}

/* v1.6.8: balanced two-row footer navigation on mobile */
.guide-footer .footer-nav-row{
  display:contents;
}
@media(max-width:720px){
  .guide-footer .footer-nav{
    width:100%;
    flex-direction:column;
    align-items:center;
    gap:7px;
  }
  .guide-footer .footer-nav-row{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
  }
  .guide-footer .footer-nav-row-primary{
    gap:clamp(12px,4vw,18px);
  }
  .guide-footer .footer-nav-row-secondary{
    gap:clamp(7px,2.8vw,12px);
  }
  .guide-footer .footer-nav a{
    white-space:nowrap;
    font-size:clamp(10px,3.2vw,12px);
    letter-spacing:.02em;
  }
}
