:root{
  --ink:#13272B;
  --limestone:#F4F0E7;
  --warm:#FFFDF8;
  --terra:#A95F48;
  --sage:#6F7F73;
  --brass:#B68A52;
  --line:rgba(19,39,43,.14);
  --shadow:0 18px 50px rgba(19,39,43,.08);
  --radius:22px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--limestone);
  color:var(--ink);
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--max), calc(100% - 40px));margin:0 auto}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:.17em;
  font-size:.76rem;
  font-weight:700;
  color:var(--sage);
}
h1,h2,h3{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:400;
  letter-spacing:-.03em;
  line-height:1.06;
  margin:0;
}
h1{font-size:clamp(3.3rem,8vw,7.2rem);max-width:940px}
h2{font-size:clamp(2.35rem,5vw,4.6rem)}
h3{font-size:1.75rem}
p{margin:0}
.lead{
  font-size:clamp(1.14rem,2.1vw,1.42rem);
  max-width:770px;
  color:#31464A;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  text-decoration:none;
  font-size:.94rem;
  font-weight:700;
  transition:.2s ease;
  border:1px solid transparent;
}
.btn-primary{background:var(--terra);color:white}
.btn-primary:hover{transform:translateY(-2px);background:#944D3A}
.btn-secondary{border-color:rgba(19,39,43,.28);background:rgba(255,255,255,.38)}
.btn-secondary:hover{background:var(--warm)}
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(244,240,231,.88);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(19,39,43,.08);
}
.nav-wrap{
  min-height:82px;
  display:flex;align-items:center;justify-content:space-between;gap:24px
}
.brand{
  display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:700
}
.brand-mark{
  width:45px;height:34px;position:relative;display:inline-block
}
.brand-mark:before{
  content:"";
  position:absolute;left:2px;right:2px;top:7px;height:24px;
  border:3px solid var(--ink);border-bottom:0;border-radius:28px 28px 0 0
}
.brand-mark:after{
  content:"";
  position:absolute;left:0;right:0;bottom:2px;border-top:3px solid var(--ink)
}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-name{font-family:Georgia,serif;font-size:1.08rem;letter-spacing:.08em}
.brand-desc{font-size:.58rem;letter-spacing:.12em;color:var(--sage);margin-top:5px}
nav{display:flex;align-items:center;gap:24px}
nav a{font-size:.9rem;text-decoration:none}
nav a:hover{color:var(--terra)}
.menu-toggle{display:none;background:none;border:0;font-size:1.4rem;color:var(--ink)}

.hero{
  position:relative;
  overflow:hidden;
  padding:118px 0 96px;
  min-height:760px;
  display:flex;align-items:center
}
.hero:after{
  content:"";
  position:absolute;
  width:640px;height:640px;
  right:-130px;bottom:-260px;
  border:1px solid rgba(169,95,72,.22);
  border-radius:50%;
}
.arches{
  position:absolute;right:4vw;top:120px;width:min(44vw,570px);height:360px;
  opacity:.22;pointer-events:none
}
.arches span{
  position:absolute;bottom:0;width:31%;height:72%;
  border:2px solid var(--terra);border-bottom:0;border-radius:50% 50% 0 0;
}
.arches span:nth-child(1){left:0}
.arches span:nth-child(2){left:34%}
.arches span:nth-child(3){left:68%}
.hero-copy{position:relative;z-index:2}
.hero h1 em{font-style:italic;color:var(--terra)}
.hero .lead{margin-top:28px}
.hero-actions{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}
.hero-note{margin-top:52px;display:flex;gap:28px;flex-wrap:wrap;font-size:.84rem;color:var(--sage)}
.hero-note span{display:flex;align-items:center;gap:8px}
.hero-note span:before{content:"";width:5px;height:5px;background:var(--brass);border-radius:50%}

.trust-strip{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(255,253,248,.46)
}
.trust-grid{
  display:grid;grid-template-columns:repeat(4,1fr)
}
.trust-grid div{
  padding:22px 18px;text-align:center;font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;
  border-right:1px solid var(--line)
}
.trust-grid div:last-child{border-right:0}

.section{padding:110px 0}
.section-head{display:grid;grid-template-columns:.8fr 1.25fr;gap:90px;align-items:start;margin-bottom:60px}
.section-head .lead{max-width:650px}
.quote-band{
  background:var(--ink);color:var(--warm);padding:86px 0;position:relative;overflow:hidden
}
.quote-band:before{
  content:"";
  position:absolute;left:-80px;top:-90px;width:300px;height:300px;
  border:1px solid rgba(255,255,255,.12);border-radius:50%
}
.quote-band p{
  font-family:Georgia,serif;
  font-size:clamp(2rem,4.5vw,4rem);
  line-height:1.12;
  max-width:980px
}
.quote-band p span{color:#D9B5A8;font-style:italic}

.services-grid{
  display:grid;grid-template-columns:repeat(6,1fr);gap:18px
}
.service-card{
  background:var(--warm);border:1px solid rgba(19,39,43,.09);
  border-radius:var(--radius);padding:30px;min-height:260px;
  box-shadow:0 0 0 rgba(0,0,0,0);transition:.2s ease
}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.service-card:nth-child(1),.service-card:nth-child(2),.service-card:nth-child(3){grid-column:span 2}
.service-card:nth-child(4),.service-card:nth-child(5){grid-column:span 3}
.service-num{
  color:var(--terra);font-size:.78rem;letter-spacing:.14em;font-weight:700;margin-bottom:42px
}
.service-card h3{margin-bottom:14px}
.service-card p{color:#4B5C5F;font-size:.96rem}
.steps{
  display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:rgba(255,255,255,.24)
}
.step{padding:38px;border-right:1px solid var(--line)}
.step:last-child{border-right:0}
.step-label{font-size:.74rem;text-transform:uppercase;letter-spacing:.15em;color:var(--terra);font-weight:700;margin-bottom:35px}
.step h3{margin-bottom:15px}
.step p{color:#4B5C5F}

.hosting{
  background:var(--warm)
}
.hosting-wrap{
  display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center
}
.hosting-panel{
  background:var(--limestone);border-radius:30px;padding:42px;border:1px solid var(--line)
}
.hosting-panel ul{list-style:none;padding:0;margin:0}
.hosting-panel li{
  padding:17px 0;border-bottom:1px solid var(--line);display:flex;gap:12px
}
.hosting-panel li:last-child{border-bottom:0}
.tick{color:var(--terra);font-weight:700}

.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:85px;align-items:start}
.about-card{
  background:var(--ink);color:var(--warm);border-radius:30px;padding:42px;position:sticky;top:110px
}
.about-card .eyebrow{color:#C5D0C9}
.about-card h3{font-size:2.25rem;margin:18px 0}
.about-card p{color:#D5DEDA}
.about-copy p{font-size:1.12rem;color:#3E5256;margin-bottom:24px}
.about-copy strong{color:var(--ink)}

.faq{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-button{
  width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;
  padding:26px 0;background:none;border:0;color:var(--ink);font-size:1.08rem;text-align:left;cursor:pointer
}
.faq-button span:last-child{font-size:1.4rem;color:var(--terra)}
.faq-answer{display:none;padding:0 0 26px;color:#526367;max-width:800px}
.faq-item.open .faq-answer{display:block}

.contact{
  background:var(--terra);color:white;padding:100px 0
}
.contact-wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end}
.contact .eyebrow{color:#F0D9D1}
.contact h2{max-width:780px}
.contact p{margin-top:22px;max-width:680px;color:#F7E8E3}
.contact-card{
  background:white;color:var(--ink);border-radius:26px;padding:32px
}
.contact-card p{color:#536468;margin:10px 0 24px}
.contact-card .btn{width:100%}

.footer{background:#0B191C;color:#D9E2DE;padding:38px 0}
.footer-wrap{display:flex;justify-content:space-between;align-items:center;gap:30px}
.footer a{text-decoration:none}
.footer small{color:#AABAB4}

@media (max-width:900px){
  nav{display:none;position:absolute;top:82px;left:0;right:0;background:var(--limestone);padding:18px 20px 26px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  nav.open{display:flex}
  .menu-toggle{display:block}
  .hero{padding-top:90px;min-height:auto}
  .arches{right:-120px;top:200px;width:520px;opacity:.13}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-grid div:nth-child(2){border-right:0}
  .trust-grid div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .section-head,.hosting-wrap,.about-grid,.contact-wrap{grid-template-columns:1fr;gap:42px}
  .services-grid{grid-template-columns:1fr}
  .service-card:nth-child(n){grid-column:auto}
  .steps{grid-template-columns:1fr}
  .step{border-right:0;border-bottom:1px solid var(--line)}
  .step:last-child{border-bottom:0}
  .about-card{position:static}
}
@media (max-width:560px){
  .container{width:min(100% - 28px,var(--max))}
  .hero{padding:72px 0 68px}
  h1{font-size:3.25rem}
  .section{padding:82px 0}
  .trust-grid{grid-template-columns:1fr}
  .trust-grid div{border-right:0;border-bottom:1px solid var(--line)}
  .trust-grid div:last-child{border-bottom:0}
  .footer-wrap{flex-direction:column;align-items:flex-start}
}
