:root{
  --bg:#0c0b0a;
  --bg-soft:#12110f;
  --text:#f1eee7;
  --muted:#9b958b;
  --line:#2e2b27;
  --cream:#ebe5d9;
  --ink:#171512;
  --pill:#4b4640;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 50% -10%, rgba(255,255,255,.025), transparent 34%),
    var(--bg);
  color:var(--text);
  font-family:"DM Sans", Arial, sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}

a{color:inherit}
.shell{width:min(940px, calc(100% - 42px)); margin-inline:auto}

.site-header{
  padding:28px 0 8px;
  position:relative;
  z-index:5;
}
.nav{display:flex; justify-content:space-between; align-items:center; gap:24px}
.brand{
  font-family:"Libre Caslon Display", Georgia, serif;
  font-size:1.25rem;
  text-decoration:none;
  letter-spacing:-.025em;
}
.nav-links{display:flex; gap:26px; align-items:center; flex-wrap:wrap}
.nav-links a{
  text-decoration:none;
  text-transform:uppercase;
  font-size:.62rem;
  letter-spacing:.15em;
  color:#aba49b;
}
.nav-links a:hover{color:var(--text)}

.hero{text-align:center; padding:72px 0 56px}
.eyebrow{
  color:#8f877c;
  letter-spacing:.25em;
  font-size:.66rem;
  font-weight:600;
  margin:0 0 18px;
}
.eyebrow.dark{color:#71695f}
.hero h1,
.section-title,
.newsletter h2{
  font-family:"Libre Caslon Display", Georgia, serif;
  font-weight:400;
  letter-spacing:-.035em;
}
.hero h1{
  font-size:clamp(2.75rem, 7vw, 5.2rem);
  line-height:.99;
  margin:0 auto 22px;
  max-width:840px;
}
.hero-copy{
  max-width:680px;
  margin:0 auto;
  color:#d6d1c7;
  font-family:"Libre Caslon Display", Georgia, serif;
  font-size:1.17rem;
  line-height:1.42;
}
.hero-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  margin:30px 0 14px;
  flex-wrap:wrap;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  font-size:.83rem;
  font-weight:500;
  border:1px solid transparent;
  transition:.2s ease;
}
.button-dark{background:#4a453f; color:#f4f0e8; border-color:#5e5850}
.button-light{background:var(--cream); color:var(--ink)}
.button:hover{transform:translateY(-1px); filter:brightness(1.05)}
.micro{
  color:#746e66;
  font-size:.72rem;
  margin:0;
}
.micro a{color:#aaa39a; text-decoration:none; border-bottom:1px solid #4c4842}

.profile-card{
  width:min(590px, 100%);
  margin:58px auto 0;
  background:#eee9df;
  color:#171512;
  display:grid;
  grid-template-columns:1.12fr .88fr;
  min-height:390px;
  overflow:hidden;
  text-align:left;
  border:1px solid rgba(255,255,255,.22);
}
.profile-card-copy{padding:42px 38px 32px; display:flex; flex-direction:column}
.profile-card h2{
  font-family:"Libre Caslon Display", Georgia, serif;
  font-size:2.15rem;
  font-weight:400;
  line-height:1.02;
  margin:0 0 8px;
  letter-spacing:-.035em;
}
.profile-card h2 span{white-space:nowrap}
.role{margin:0; font-family:"Libre Caslon Display", Georgia, serif; color:#3b3731}
.short-rule{width:30px; height:1px; background:#777067; margin:35px 0 22px}
.profile-card ul{list-style:none; padding:0; margin:0; font-family:"Libre Caslon Display", Georgia, serif; font-size:1.05rem}
.profile-card li{margin:4px 0}
.card-footer{
  margin:auto 0 0;
  color:#756e64;
  font-size:.57rem;
  letter-spacing:.18em;
  max-width:185px;
}
.profile-image-wrap{
  min-height:390px;
  background:#24211d;
  overflow:hidden;
}
.profile-image{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 30%;
  display:block;
  filter:saturate(.88) contrast(.98);
}

.content{padding:34px 0 8px}
.divider{height:1px; background:var(--line); margin-bottom:44px}
.section-title{
  font-size:clamp(2rem, 4.5vw, 3.3rem);
  line-height:1.04;
  margin:0 0 20px;
}
.section-copy{
  font-family:"Libre Caslon Display", Georgia, serif;
  font-size:1.08rem;
  max-width:810px;
  color:#ddd7cd;
  margin:0 0 12px;
}
.section-copy.muted{color:#a19a90}

.steps{margin-top:30px}
.step{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:14px;
  padding:20px 0 22px;
  border-top:1px solid var(--line);
}
.step:last-child{border-bottom:1px solid var(--line)}
.step-number{
  font-family:"Libre Caslon Display", Georgia, serif;
  color:#857d73;
  font-size:1.35rem;
}
.step h3{
  font-family:"Libre Caslon Display", Georgia, serif;
  font-size:1.35rem;
  font-weight:400;
  margin:0 0 5px;
}
.step p{color:#a59e94; margin:0; font-size:.88rem}

.author{text-align:center; padding:34px 0 4px}
.author-photo{
  width:96px; height:96px; border-radius:50%;
  object-fit:cover; object-position:50% 28%;
  border:1px solid #34302b;
  display:block; margin:0 auto 20px;
}
.author-copy{
  max-width:620px;
  margin:0 auto;
  font-family:"Libre Caslon Display", Georgia, serif;
  color:#d8d3ca;
  font-size:1.03rem;
}
.author-name{
  margin:16px 0 0;
  color:#8c857c;
  font-size:.76rem;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.newsletter{text-align:center; padding:34px 0 12px}
.newsletter h2{
  font-size:clamp(2.25rem, 5vw, 3.5rem);
  margin:0 0 8px;
}
.newsletter>p:not(.micro){
  color:#aaa39a;
  max-width:620px;
  margin:0 auto 24px;
}
.signup-placeholder{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:0 auto 14px;
  max-width:600px;
}
.fake-input,.fake-button{
  min-height:48px; border-radius:999px;
  display:flex; align-items:center;
  padding:0 20px;
  font-size:.8rem;
}
.fake-input{
  background:#48433e;
  color:#8f8880;
  flex:1;
  text-align:left;
  border:1px solid #5b554e;
}
.fake-button{
  background:var(--cream);
  color:var(--ink);
  min-width:170px;
  justify-content:center;
  font-weight:600;
}

.contact{padding:34px 0 84px}
.contact .button{margin-top:14px}

footer{border-top:1px solid var(--line); padding:28px 0 36px}
.footer-inner{
  display:flex; justify-content:space-between; align-items:flex-end; gap:28px;
}
.footer-brand{font-size:1.05rem}
.footer-small{
  font-size:.54rem; letter-spacing:.2em; color:#7e776f; margin-top:5px;
}
.footer-links{
  display:flex; align-items:center; gap:18px; flex-wrap:wrap; justify-content:flex-end;
  color:#6f6962; font-size:.55rem; letter-spacing:.14em;
}
.footer-links a{color:#989188; text-decoration:none}

@media (max-width:740px){
  .site-header{padding-top:20px}
  .nav{align-items:flex-start}
  .nav-links{gap:11px; justify-content:flex-end}
  .nav-links a{font-size:.54rem}
  .hero{padding-top:54px}
  .hero h1{font-size:clamp(2.6rem, 12vw, 4.2rem)}
  .profile-card{grid-template-columns:1fr; max-width:470px}
  .profile-image-wrap{height:430px; min-height:0; order:-1}
  .profile-card-copy{padding:34px 28px}
  .step{grid-template-columns:50px 1fr}
  .signup-placeholder{flex-direction:column}
  .fake-button{width:100%}
  .footer-inner{align-items:flex-start; flex-direction:column}
  .footer-links{justify-content:flex-start}
}
