:root{
  --ink:#1F2937;
  --linen:rgb(253, 249, 240);
  --linen-deep:rgb(245, 237, 220);
  --brass:#C8860D;
  --sage:#3F8757;
  --barn:#C8860D;
  --navy:#2E5C3E;
  --line:rgba(15,23,42,0.14);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--linen);
  color:var(--ink);
  font-family:'Inter', sans-serif;
  line-height:1.55;
}
h1,h2,h3{
  font-family:'Poppins', sans-serif;
  margin:0;
  letter-spacing:-0.01em;
}
.wrap{max-width:1080px;margin:0 auto;padding:0 24px;}
a{color:inherit;}

/* NAV */
header{
  position:sticky; top:0; z-index:20;
  background:rgba(246,249,252,0.92);
  backdrop-filter:blur(6px);
  border-bottom:1px solid var(--line);
}
nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:18px 24px;
  max-width:1080px; margin:0 auto;
  position:relative;
}
.brand{
  font-family:'Poppins', sans-serif; font-weight:600; font-size:1.15rem;
  display:flex; align-items:center; gap:10px; text-decoration:none;
}
.brand .dot{color:var(--brass);}
.navlinks{display:flex; gap:28px; font-size:0.92rem; align-items:center;}
.navlinks a{text-decoration:none; color:var(--ink); opacity:0.75; transition:opacity .2s;}
.navlinks a:hover{opacity:1;}
.navlinks a:focus-visible, .btn:focus-visible{outline:2px solid var(--barn); outline-offset:3px;}
.navlinks .mobile-cta{display:none;}
.btn{
  display:inline-block; padding:11px 22px; border-radius:3px;
  background:var(--barn); color:var(--linen); text-decoration:none;
  font-size:0.92rem; font-weight:600; border:1px solid var(--barn);
  transition:transform .15s ease, background .15s ease;
  cursor:pointer;
}
.btn:hover{background:#A66F0B; transform:translateY(-1px);}
.btn.ghost{background:transparent; color:var(--sage); border:1px solid var(--sage);}
.btn.ghost:hover{background:rgba(22,101,52,0.06);}
.hero .btn.ghost, .contact .btn.ghost, footer .btn.ghost{color:#fff; border-color:rgba(255,255,255,0.45);}
.hero .btn.ghost:hover, .contact .btn.ghost:hover, footer .btn.ghost:hover{background:rgba(255,255,255,0.08);}
.btn.cta{
  background:var(--sage); border-color:var(--sage); font-weight:700;
  padding:12px 26px; box-shadow:0 4px 14px rgba(22,101,52,0.25);
}
.btn.cta:hover{background:#14532d; border-color:#14532d;}

/* hamburger */
.hamburger{
  display:none; flex-direction:column; gap:5px; background:none; border:none;
  cursor:pointer; padding:6px; z-index:30;
}
.hamburger span{
  width:24px; height:2px; background:var(--ink); display:block; transition:transform .2s ease, opacity .2s ease;
}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* HERO */
.hero{padding:88px 0 64px; position:relative; overflow:hidden; background:var(--navy); color:#fff;}
.hero-grid{display:grid; grid-template-columns:1.15fr 0.85fr; gap:56px; align-items:center;}
.hero-single{max-width:62ch;}
.eyebrow{
  font-family:'Inter', sans-serif; font-weight:600; font-size:0.78rem; letter-spacing:0.08em;
  text-transform:uppercase; color:var(--brass); margin-bottom:18px; display:block;
}
.hero h1{font-size:clamp(2.1rem, 4.2vw, 3.4rem); font-weight:600; line-height:1.06;}
.hero h1 em{font-style:normal; color:var(--brass);}
.hero p.subtitle{margin-top:16px; font-size:1.15rem; font-weight:500; max-width:44ch; color:#fff; opacity:0.95;}
.hero p.lead{margin-top:16px; font-size:1.05rem; max-width:46ch; color:#fff; opacity:0.75;}
.hero .eyebrow{color:#F0C36D;}
.hero-ctas{margin-top:32px; display:flex; gap:14px; flex-wrap:wrap;}

.marker-board{
  background:var(--navy); color:var(--linen); border-radius:4px;
  padding:28px; position:relative; box-shadow:0 18px 40px rgba(15,23,42,0.25);
}
.marker-board svg{width:100%; height:auto; display:block;}
.marker-board .cap{
  font-family:'Inter', sans-serif; font-weight:600; font-size:0.72rem; letter-spacing:0.06em;
  text-transform:uppercase; opacity:0.65; margin-top:16px; text-align:center;
}

section{padding:64px 0;}
.section-head{max-width:52ch; margin-bottom:40px;}
.section-head .eyebrow{margin-bottom:10px;}
.section-head h2{font-size:clamp(1.6rem,2.6vw,2.1rem); font-weight:600;}
.section-head p{margin-top:14px; opacity:0.8;}

/* SERVICES */
.services{background:var(--linen-deep); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.service-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.service-card{
  padding:28px 26px; color:var(--ink); position:relative;
  border-radius:14px; box-shadow:0 6px 18px rgba(15,23,42,0.08);
}
.service-card:nth-child(1){background:#F1DCC5;}
.service-card:nth-child(2){background:#DCEEE1;}
.service-card:nth-child(3){background:#D7E4EA;}
.service-card h3{font-size:1.05rem; font-weight:600; margin-bottom:10px; color:var(--ink); padding-right:32px;}
.service-card p{font-size:0.92rem; opacity:0.85; margin:0; color:var(--ink);}
.service-card p strong{opacity:1; font-weight:700;}
.card-num{
  position:absolute; top:16px; right:18px;
  width:26px; height:26px; border-radius:50%;
  background:var(--ink); color:var(--linen);
  display:flex; align-items:center; justify-content:center;
  font-family:'Inter', sans-serif; font-weight:700; font-size:0.7rem;
}

@media (max-width:820px){
  .service-grid{grid-template-columns:1fr;}
}

/* WORK */
.work-card{
  display:grid; grid-template-columns:1fr 1.2fr; gap:36px; align-items:center;
  border:1px solid var(--line); border-radius:4px; padding:32px; background:var(--linen);
  box-shadow:0 4px 16px rgba(15,23,42,0.05);
}
.work-card .tag{
  font-family:'Inter', sans-serif; font-weight:600; font-size:0.72rem; text-transform:uppercase;
  letter-spacing:0.06em; color:var(--sage);
}
.work-card h3{margin-top:8px; font-size:1.4rem; font-weight:600;}
.work-card p{margin-top:10px; opacity:0.82;}
.work-links{margin-top:16px; display:flex; gap:18px; flex-wrap:wrap; font-size:0.88rem;}
.work-links a{text-decoration:underline; color:var(--barn);}

.work-visual{
  aspect-ratio:2/1;
  border-radius:3px;
  background:var(--linen-deep);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.work-visual img{
  width:100%; height:100%;
  object-fit:contain;
  object-position:center;
}
.work-visual svg{position:absolute; inset:0; width:100%; height:100%;}

/* PRICING (legacy cards) */
.pricing-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.price-card{
  border:1px solid var(--line); border-radius:4px; padding:30px 26px; background:var(--linen);
  display:flex; flex-direction:column; position:relative;
  box-shadow:0 4px 16px rgba(15,23,42,0.05);
}
.price-card.featured{border-color:var(--brass); box-shadow:0 14px 30px rgba(200,134,13,0.18);}
.price-card.featured .badge{
  position:absolute; top:-13px; left:26px; background:var(--brass); color:#fff;
  font-family:'Inter', sans-serif; font-weight:600; font-size:0.68rem; text-transform:uppercase;
  letter-spacing:0.06em; padding:5px 10px; border-radius:2px;
}
.price-card h3{font-size:1.05rem; font-weight:600;}
.price-card .price{
  font-family:'Inter', sans-serif; font-weight:700; font-size:2.1rem;
  margin:14px 0 4px; color:var(--ink);
}
.price-card .price span{font-size:0.95rem; font-weight:400; opacity:0.6;}
.price-card .price span.was{
  text-decoration:line-through; font-size:0.55em; opacity:0.5; margin-right:8px; font-weight:400;
}
.price-card .sub{font-size:0.85rem; opacity:0.7; margin-bottom:20px;}
.price-card ul{list-style:none; margin:0 0 26px; padding:0; font-size:0.92rem;}
.price-card li{padding:8px 0; border-top:1px solid var(--line); opacity:0.85;}
.price-card li:first-child{border-top:none;}
.price-card li .chk{color:var(--sage); font-weight:700; margin-right:7px;}
.price-card .btn{margin-top:auto; text-align:center;}
.maintenance-note{
  margin-top:24px; font-size:0.88rem; opacity:0.75; text-align:center;
}

/* MONTHLY PRICING TABLE */
.hosting-head{margin-bottom:20px;}
.hosting-title{font-size:1.15rem; font-weight:600; font-family:'Poppins', sans-serif;}
.hosting-head p{margin-top:10px; font-size:0.92rem; opacity:0.78; max-width:60ch;}

.pricing-table-wrap{
  overflow-x:auto; border:1px solid var(--line); border-radius:6px; background:var(--linen);
  box-shadow:0 4px 20px rgba(15,23,42,0.06);
}
table.pricing-table{
  width:100%; border-collapse:collapse; min-width:560px; font-size:0.92rem;
}
.pricing-table th, .pricing-table td{
  padding:16px 18px; text-align:center; border-top:1px solid var(--line);
}
.pricing-table thead th{
  border-top:none; vertical-align:top; padding-top:22px; position:relative;
  font-family:'Poppins', sans-serif; font-weight:600; font-size:1.02rem;
}
.pricing-table th.row-label, .pricing-table td.row-label{
  text-align:left; font-weight:600; font-size:0.86rem; opacity:0.75; white-space:nowrap;
}
.pricing-table .pt-price{
  margin-top:8px; font-family:'Inter', sans-serif; font-weight:700; font-size:1.5rem; color:var(--ink);
}
.pricing-table .pt-price span{font-size:0.8rem; font-weight:400; opacity:0.6;}
.pricing-table .featured-col{background:rgba(200,134,13,0.06);}
.pricing-table thead th.featured-col{border-radius:6px 6px 0 0;}
.pricing-table .pt-badge{
  display:block; margin:6px auto 0; width:fit-content; background:var(--brass); color:#fff;
  font-family:'Inter', sans-serif; font-weight:600; font-size:0.65rem; text-transform:uppercase;
  letter-spacing:0.05em; padding:3px 9px; border-radius:20px;
}
.pricing-table .pt-build{
  margin-top:10px; font-family:'Inter', sans-serif; font-weight:700; font-size:1.3rem; color:var(--ink);
}
.pricing-table .pt-hosting{
  margin-top:8px; font-family:'Inter', sans-serif; font-weight:400; font-size:0.72rem; opacity:0.75;
  line-height:1.4; text-align:center;
}
.pricing-table .pt-badge.pt-badge-alt{background:var(--sage);}
.pricing-table .pt-was{
  text-decoration:line-through; opacity:0.5; font-weight:400; font-size:0.75em; margin-right:5px;
}
.pricing-table .pt-now{color:var(--sage);}
.pricing-table tbody tr:last-child td{border-bottom:none;}
.pricing-table .cta-row td{padding-top:22px; padding-bottom:24px; border-top:1px solid var(--line);}
.pricing-table .cta-row .btn{font-size:0.85rem; padding:9px 16px;}

@media (max-width:600px){
  table.pricing-table{font-size:0.85rem;}
  .pricing-table th, .pricing-table td{padding:12px 10px;}
  .pricing-table .pt-price{font-size:1.25rem;}
}

.hosting-options{
  display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:28px;
}
.hosting-card{
  border:1px solid var(--line); border-radius:4px; padding:22px 24px; background:var(--linen);
  box-shadow:0 4px 16px rgba(15,23,42,0.05);
}
.hosting-card h3{font-size:0.98rem; font-weight:600; margin-bottom:8px;}
.hosting-card p{font-size:0.88rem; opacity:0.8; margin:0;}
.hosting-card .price-line{
  font-family:'Inter', sans-serif; font-weight:700; font-size:0.85rem; color:var(--brass);
  margin:0 0 10px;
}
.hosting-card .price-line .alt-price{
  font-weight:400; opacity:0.65; font-size:0.9em;
}
.hosting-card code{
  font-family:'Inter', sans-serif; font-weight:600; font-size:0.85em; background:var(--linen-deep);
  padding:1px 5px; border-radius:2px;
}
.trust-line{
  margin-top:28px; font-size:0.9rem; opacity:0.75; text-align:center;
}
.trust-line-inline{
  margin-top:16px; font-size:0.92rem; opacity:0.9;
}
.trust-line-inline a{color:var(--brass); font-weight:600; text-decoration:underline;}
.hero .trust-line-inline a{color:#F0C36D;}
.first-client-offer{
  border:1px dashed var(--brass); border-radius:4px; padding:18px 22px;
  font-size:0.92rem; background:rgba(200,134,13,0.08); margin-bottom:28px;
}

/* TIER INTRO CARDS */
.tier-intro{
  display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:32px;
}
.tier-intro-card{
  border:1px solid var(--line); border-radius:6px; padding:22px 22px 24px; background:var(--linen);
  box-shadow:0 4px 16px rgba(15,23,42,0.05); position:relative;
}
.tier-intro-card.featured{border-color:var(--brass); box-shadow:0 10px 26px rgba(200,134,13,0.15);}
.tier-intro-badge{
  display:inline-block; font-family:'Inter', sans-serif; font-weight:600; font-size:0.65rem;
  text-transform:uppercase; letter-spacing:0.05em; padding:3px 9px; border-radius:20px;
  background:var(--sage); color:#fff; margin-bottom:10px;
}
.tier-intro-card.featured .tier-intro-badge{background:var(--brass);}
.tier-intro-card h4{font-family:'Poppins', sans-serif; font-weight:600; font-size:1.05rem; margin-bottom:8px;}
.tier-intro-card p{font-size:0.86rem; opacity:0.8; margin:0;}
@media (max-width:820px){
  .tier-intro{grid-template-columns:1fr;}
}

/* DIRECT VS THIRD-PARTY COMPARISON */
.compare-section{
  border:1px solid var(--line); border-radius:6px; padding:32px 34px; background:var(--linen);
  margin:40px 0; box-shadow:0 4px 20px rgba(15,23,42,0.05);
}
.compare-section h3{font-size:1.2rem; font-weight:600;}
.compare-section > p{font-size:0.92rem; opacity:0.8; margin-top:10px; max-width:64ch;}
.compare-subhead{font-size:0.98rem; font-weight:600; margin-top:26px; font-family:'Poppins', sans-serif;}
.compare-subhead + p{font-size:0.9rem; opacity:0.85; margin-top:8px; max-width:64ch;}
.compare-table-wrap{overflow-x:auto; margin-top:24px;}
table.compare-table{width:100%; border-collapse:collapse; min-width:520px; font-size:0.9rem;}
.compare-table th, .compare-table td{padding:14px 16px; text-align:left; border-top:1px solid var(--line);}
.compare-table thead th{
  border-top:none; font-family:'Poppins', sans-serif; font-weight:600; font-size:0.88rem;
  text-align:left; opacity:0.85;
}
.compare-table td.provider{font-weight:600;}
.compare-table tr.direct-row td{background:rgba(22,101,52,0.07);}
.compare-table tr.direct-row td.provider{color:var(--sage);}
.compare-table td.figure, .compare-table th.figure{text-align:right;}
.compare-table td.tick{text-align:center; font-size:1.05rem;}
.compare-table th.tick{text-align:center;}
.compare-table .yes{color:var(--sage); font-weight:700;}
.compare-table .no{color:rgba(31,41,55,0.35); font-weight:700;}
.compare-note{font-size:0.72rem; opacity:0.6; margin-top:14px; line-height:1.5;}
.compare-note a{color:var(--brass); text-decoration:underline;}
.compare-savings{
  margin-top:22px; display:flex; gap:16px; flex-wrap:wrap;
}
.compare-savings-card{
  flex:1 1 220px; border:1px solid var(--line); border-radius:6px; padding:18px 20px; background:var(--linen-deep);
}
.compare-savings-card .amount{
  font-family:'Poppins', sans-serif; font-weight:700; font-size:1.5rem; color:var(--sage);
}
.compare-savings-card p{font-size:0.82rem; opacity:0.78; margin:6px 0 0;}
@media (max-width:600px){
  .compare-section{padding:24px 20px;}
}

/* HOW THE COST WORKS */
.how-it-works{
  border:1px solid var(--line); border-radius:6px; padding:28px 30px; background:var(--linen);
  margin-bottom:32px; box-shadow:0 4px 20px rgba(15,23,42,0.05);
}
.how-it-works h3{font-size:1.1rem; font-weight:600; margin-bottom:20px;}
.hiw-steps{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.hiw-step{display:flex; gap:14px; align-items:flex-start;}
.hiw-num{
  flex:0 0 auto; width:28px; height:28px; border-radius:50%; background:var(--brass); color:#fff;
  display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.85rem;
  font-family:'Inter', sans-serif;
}
.hiw-step strong{font-size:0.95rem; display:block; margin-bottom:4px;}
.hiw-step p{font-size:0.85rem; opacity:0.78; margin:0;}
@media (max-width:820px){
  .hiw-steps{grid-template-columns:1fr;}
}

/* Upfront + monthly plan cards */
.plan-then{
  font-size:0.82rem; opacity:0.7; margin-bottom:18px; font-weight:600; color:var(--sage);
}

/* ABOUT */
.about-card{
  display:grid; grid-template-columns:1fr; gap:16px;
  border:1px solid var(--line); border-radius:4px; padding:32px; background:var(--linen);
  box-shadow:0 4px 16px rgba(15,23,42,0.05);
}

/* CONTACT */
.contact{background:var(--navy); color:var(--linen); border-radius:6px; padding:56px 40px;}
.contact h2{color:var(--linen); font-size:clamp(1.6rem,3vw,2.2rem); text-align:center;}
.contact > .wrap-inner > p{margin-top:14px; opacity:0.8; max-width:48ch; margin-left:auto; margin-right:auto; text-align:center;}
.contact-lead{margin-top:14px; opacity:0.8; max-width:48ch; margin-left:auto; margin-right:auto; text-align:center;}
.contact-details{
  display:flex; justify-content:center; gap:28px; flex-wrap:wrap; margin-top:26px;
  font-size:0.95rem;
}
.contact-details a{text-decoration:none; border-bottom:1px solid rgba(255,255,255,0.4);}
.contact-form{
  max-width:520px; margin:34px auto 0; display:flex; flex-direction:column; gap:14px;
}
.contact-form .hp-field{
  position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden;
}
.contact-form label{font-size:0.82rem; opacity:0.75; margin-bottom:4px; display:block;}
.contact-form input, .contact-form textarea, .contact-form select{
  width:100%; padding:11px 13px; border-radius:3px; border:1px solid rgba(255,255,255,0.25);
  background:rgba(255,255,255,0.06); color:var(--linen); font-family:'Inter', sans-serif;
  font-size:0.95rem;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{color:rgba(255,255,255,0.4);}
.contact-form textarea{resize:vertical; min-height:110px;}
.contact-form select{cursor:pointer;}
.contact-form select option{color:#111;}
.contact-form .btn.primary{background:var(--brass); border-color:var(--brass); color:var(--ink); font-weight:700; align-self:center; margin-top:6px;}
.contact-form .btn.primary:hover{background:#E3A947;}
.form-note{font-size:0.8rem; opacity:0.6; text-align:center; margin-top:4px;}
#form-status{font-weight:600; opacity:0.9;}

footer{background:var(--navy); color:var(--linen); margin-top:64px;}
.footer-top{display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:40px; padding:56px 0 40px;}
.footer-brand .brand{color:var(--linen); font-size:1.15rem;}
.footer-brand p{margin:14px 0 0; opacity:0.68; font-size:0.9rem; max-width:32ch; line-height:1.6;}
.footer-heading{display:block; font-family:'Poppins', sans-serif; font-size:0.76rem; text-transform:uppercase; letter-spacing:0.09em; opacity:0.5; margin-bottom:14px;}
.footer-links, .footer-contact{display:flex; flex-direction:column; align-items:flex-start; gap:11px; font-size:0.92rem;}
.footer-links a, .footer-contact a{color:var(--linen); text-decoration:none; opacity:0.78; transition:opacity .2s;}
.footer-links a:hover, .footer-contact a:hover{opacity:1;}
.footer-links a:focus-visible, .footer-contact a:focus-visible{outline:2px solid var(--brass); outline-offset:3px;}
.footer-cta{margin-top:4px; padding:9px 20px; font-size:0.85rem;}
footer .wrap.footer-bottom{display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; padding:20px 0; border-top:1px solid rgba(253,249,240,0.14); font-size:0.8rem; opacity:0.6;}
@media (max-width:820px){
  .footer-top{grid-template-columns:1fr 1fr; row-gap:36px;}
  .footer-brand{grid-column:1 / -1;}
}
@media (max-width:600px){
  .footer-top{grid-template-columns:1fr; gap:32px; padding:44px 0 32px; text-align:center;}
  .footer-brand p{max-width:none; margin-left:auto; margin-right:auto;}
  .footer-brand .brand{justify-content:center;}
  .footer-links, .footer-contact{align-items:center;}
  .footer-cta{align-self:center;}
  footer .wrap.footer-bottom{justify-content:center; text-align:center;}
  footer .wrap.footer-bottom span + span::before{content:"\2022"; margin-right:10px; opacity:0.6;}
}

@media (max-width:820px){
  .hero-grid{grid-template-columns:1fr;}
  .work-card{grid-template-columns:1fr;}
  .pricing-grid{grid-template-columns:1fr; gap:20px;}
  .hosting-options{grid-template-columns:1fr;}
  .navlinks{
    display:none; position:absolute; top:100%; left:0; right:0;
    background:var(--linen); border-bottom:1px solid var(--line);
    flex-direction:column; align-items:flex-start; gap:0; padding:8px 24px 20px;
  }
  .navlinks.open{display:flex;}
  .navlinks a{padding:12px 0; width:100%; border-top:1px solid var(--line);}
  .navlinks a:first-child{border-top:none;}
  .hamburger{display:flex;}
  nav .btn.cta{display:none;}
  .navlinks .mobile-cta{
    display:block; width:100%; text-align:center; margin-top:14px; padding:12px;
    background:var(--sage); color:#fff; border:none; border-radius:3px; font-weight:700;
  }
}
.navlinks a.active{opacity:1; font-weight:700; color:var(--barn); position:relative;}
.navlinks a.active::after{
  content:""; display:block; height:2px; background:var(--barn); margin-top:4px;
}
@media (max-width:820px){
  .navlinks a.active::after{display:none;}
  .navlinks a.active{color:var(--barn); background:rgba(200,134,13,0.08); padding-left:10px; border-radius:3px;}
}

/* PAGE BANNER (non-home pages) */
.page-banner{padding:56px 0 40px;}
.page-banner h1{font-size:clamp(1.9rem, 3.6vw, 2.6rem); font-weight:600;}
.page-banner p{margin-top:14px; max-width:52ch; opacity:0.8;}

/* HOME TEASERS */
.teaser-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.teaser-card{
  border:1px solid var(--line); border-radius:4px; padding:26px 24px; background:var(--linen);
  display:flex; flex-direction:column;
  box-shadow:0 4px 16px rgba(15,23,42,0.05);
}
.teaser-card h3{font-size:1.05rem; font-weight:600; margin-bottom:10px;}
.teaser-card p{font-size:0.92rem; opacity:0.8; margin:0 0 16px;}
.teaser-card a{font-size:0.88rem; font-weight:600; color:var(--barn); text-decoration:underline; margin-top:auto;}

@media (max-width:820px){
  .teaser-grid{grid-template-columns:1fr;}
}

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

/* WORK GALLERY (mobile screenshot showcase) */
.work-gallery{
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:24px;
}
.work-gallery figure{
  margin:0; border:1px solid var(--line); border-radius:4px; overflow:hidden; background:var(--linen);
}
.work-gallery img{width:100%; display:block; aspect-ratio:4/3; object-fit:cover;}
.work-gallery figcaption{
  padding:10px 12px; font-size:0.8rem; opacity:0.75; font-family:'Inter', sans-serif;
}
@media (max-width:820px){
  .work-gallery{grid-template-columns:1fr 1fr;}
}

/* FEATURE BLOCK */
.feature-block{
  margin-top:40px; padding-top:36px; border-top:1px solid var(--line);
}
.feature-block:first-child{margin-top:0; padding-top:0; border-top:none;}
.feature-block > h3{font-size:1.1rem; font-weight:600;}
.feature-block > p{font-size:0.92rem; opacity:0.8; margin-top:8px; max-width:56ch;}

.speed-gallery{
  display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:20px;
  align-items:start;
}
.speed-gallery figure{
  margin:0; border:1px solid var(--line); border-radius:6px; overflow:hidden; background:var(--linen);
  box-shadow:0 4px 16px rgba(15,23,42,0.05);
  display:flex; flex-direction:column;
}
.speed-gallery .img-frame{
  background:var(--linen-deep); display:flex; align-items:center; justify-content:center; padding:14px;
}
.speed-gallery img{width:100%; display:block; height:auto; max-height:220px; object-fit:contain;}
.speed-gallery figcaption{
  padding:12px 14px; font-size:0.82rem; opacity:0.75; font-family:'Inter', sans-serif; text-align:center;
  border-top:1px solid var(--line);
}
.speed-gallery figcaption .score-tag{
  font-family:'Poppins', sans-serif; font-weight:600; font-size:0.95rem; color:var(--sage); opacity:1;
}
@media (max-width:600px){
  .speed-gallery{grid-template-columns:1fr; gap:14px;}
  .speed-gallery img{max-height:none;}
}

.secure-gallery{
  display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:20px;
  align-items:start;
}
.secure-gallery figure{
  margin:0; border:1px solid var(--line); border-radius:6px; overflow:hidden; background:var(--linen);
  box-shadow:0 4px 16px rgba(15,23,42,0.05);
  display:flex; flex-direction:column;
  height:100%;
}
.secure-gallery .img-frame{
  background:var(--linen-deep); display:flex; align-items:center; justify-content:center; padding:14px;
  min-height:240px; flex:1;
}
.secure-gallery img{width:100%; display:block; height:auto; max-height:230px; object-fit:contain;}
.secure-gallery figcaption{
  padding:10px 12px; font-size:0.8rem; opacity:0.75; font-family:'Inter', sans-serif; text-align:center;
  border-top:1px solid var(--line);
}
@media (max-width:600px){
  .secure-gallery{grid-template-columns:1fr; gap:14px;}
  .secure-gallery .img-frame{min-height:180px;}
}

/* mf-top: text on the left, mobile screenshot on the right; desktop screenshot sits full-width below */
.mf-top{
  display:grid;
  grid-template-columns: minmax(0,1fr) 200px;
  gap:32px;
  align-items:start;
}
.mf-top .mf-text h3{font-size:1.1rem; font-weight:600;}
.mf-top .mf-text p{font-size:0.92rem; opacity:0.8; margin-top:8px; max-width:48ch;}

.mf-mobile, .mf-desktop-full{
  margin:0; border:1px solid var(--line); border-radius:8px; overflow:hidden; background:var(--linen);
  box-shadow:0 8px 22px rgba(15,23,42,0.08);
}
.mf-mobile img, .mf-desktop-full img{width:100%; display:block; height:auto;}
.mf-mobile figcaption, .mf-desktop-full figcaption{
  padding:8px 10px; font-size:0.78rem; opacity:0.75; text-align:center; border-top:1px solid var(--line);
}
.mf-desktop-full{margin-top:24px;}

.img-link{display:contents; cursor:zoom-in;}
.img-link img{transition:opacity .15s ease;}
.img-link:hover img{opacity:0.92;}

/* LIGHTBOX — click an image to view it slightly enlarged in-page */
body.lightbox-locked{overflow:hidden;}
.lightbox{
  display:none; position:fixed; inset:0; z-index:100;
  background:rgba(15,23,42,0.82);
  align-items:center; justify-content:center;
  padding:40px 24px;
}
.lightbox.open{display:flex;}
.lightbox-img{
  max-width:min(88vw, 760px); max-height:82vh;
  border-radius:6px; box-shadow:0 20px 50px rgba(0,0,0,0.4);
  display:block;
}
.lightbox-close{
  position:absolute; top:20px; right:24px;
  width:40px; height:40px; border-radius:50%; border:none;
  background:rgba(255,255,255,0.12); color:#fff;
  font-size:1.6rem; line-height:1; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  transition:background .15s ease;
}
.lightbox-close:hover{background:rgba(255,255,255,0.22);}
@media (max-width:600px){
  .lightbox-img{max-width:92vw; max-height:78vh;}
  .lightbox-close{top:12px; right:12px;}
}

/* Centered variant: text on the left, mobile image inset roughly three-quarters
   across the row rather than flush against the right edge */
.mf-centered{
  grid-template-columns: minmax(0,1fr) 260px;
  padding-right:15%;
  align-items:center;
}
.mf-mobile-offset{width:100%; max-width:190px; margin:0 auto;}

@media (max-width:820px){
  .mf-top{grid-template-columns:1fr; gap:20px;}
  .mf-mobile{width:55%; max-width:200px; margin:0 auto;}
  .mf-centered{padding-right:0;}
  .mf-mobile-offset{width:55%; max-width:200px; margin:0 auto;}
}

.booking-showcase{
  display:flex; flex-direction:column; align-items:center; gap:14px;
}
.booking-showcase .booking-intro{max-width:52ch; text-align:center;}
.booking-showcase .booking-intro h3{font-size:1.1rem; font-weight:600;}
.booking-showcase .booking-intro p{font-size:0.92rem; opacity:0.78; margin-top:8px;}

/* Side variant: text left, form screenshot on the right, inset from the edge
   rather than centered or flush right */
.booking-side{
  display:grid;
  grid-template-columns: minmax(0,1fr) 260px;
  gap:32px;
  align-items:center;
  padding-right:15%;
}
.booking-side .booking-intro{text-align:left; max-width:44ch;}
.booking-side .booking-figure-offset{width:100%; max-width:260px; margin:0 auto;}

@media (max-width:820px){
  .booking-side{grid-template-columns:1fr; padding-right:0; text-align:center;}
  .booking-side .booking-intro{text-align:center; max-width:52ch; margin:0 auto;}
  .booking-side .booking-figure-offset{width:65%; max-width:260px; margin:0 auto;}
}
.booking-showcase figure{
  margin:0; max-width:340px; width:80%; border:1px solid var(--line); border-radius:6px;
  overflow:hidden; background:var(--linen); box-shadow:0 10px 26px rgba(15,23,42,0.08);
}
.booking-showcase img{width:100%; display:block; height:auto;}
.booking-showcase figcaption{
  padding:10px 14px; font-size:0.8rem; opacity:0.75; font-family:'Inter', sans-serif; text-align:center;
  border-top:1px solid var(--line);
}
@media (max-width:600px){
  .booking-showcase figure{width:65%; max-width:260px;}
}

.payment-block h3{font-size:1.1rem; font-weight:600; text-align:center;}
.secure-tag{
  display:block; margin-top:6px; font-size:0.72rem; font-weight:600;
  letter-spacing:0.06em; text-transform:uppercase; color:var(--sage);
}
.payment-block .secure-tag{text-align:center;}
.payment-block > p.payment-intro{
  font-size:0.92rem; opacity:0.78; text-align:center; max-width:56ch; margin:8px auto 24px;
}
.payment-options{
  display:grid; grid-template-columns:1fr 1fr; gap:16px;
}
.payment-options.single{
  grid-template-columns:1fr; max-width:340px; margin:0 auto;
}
.payment-card{
  border:1px solid var(--line); border-radius:6px; padding:22px 24px; background:var(--linen);
  text-align:center;
}
.payment-card .icon{
  width:40px; height:40px; margin:0 auto 12px; border-radius:50%;
  background:rgba(200,134,13,0.1); display:flex; align-items:center; justify-content:center;
  color:var(--brass); font-family:'Poppins', sans-serif; font-weight:600;
}
.payment-card h4{font-size:0.98rem; font-weight:600; margin-bottom:8px;}
.sandbox-tag{
  display:inline-block; font-size:0.72rem; font-weight:600; letter-spacing:0.03em;
  color:var(--brass); background:rgba(200,134,13,0.1); padding:4px 10px; border-radius:20px;
  margin-bottom:12px;
}
.payment-card p{font-size:0.86rem; opacity:0.78; margin:0 0 16px;}
.payment-card .included-tag{
  display:inline-block; font-size:0.75rem; font-weight:600; color:var(--sage);
  background:rgba(22,101,52,0.08); padding:4px 10px; border-radius:20px;
}
.payment-note{
  margin-top:18px; font-size:0.82rem; opacity:0.65; text-align:center;
}
@media (max-width:600px){
  .payment-options{grid-template-columns:1fr;}
}

/* Side variant: intro text on the left, the live payment card inset on the
   right — same layout as .booking-side above it */
.payment-side{
  display:grid;
  grid-template-columns: minmax(0,1fr) 300px;
  gap:32px;
  align-items:center;
  padding-right:15%;
}
.payment-side .payment-intro-block{text-align:left; max-width:44ch;}
.payment-side .payment-intro-block h3{text-align:left;}
.payment-side .payment-intro-block .secure-tag{text-align:left;}
.payment-side .payment-intro-block p{
  font-size:0.92rem; opacity:0.78; margin-top:8px;
}
.payment-side .payment-card{width:100%; max-width:300px; margin:0 auto;}

@media (max-width:820px){
  .payment-side{grid-template-columns:1fr; padding-right:0; text-align:center;}
  .payment-side .payment-intro-block{text-align:center; max-width:52ch; margin:0 auto;}
  .payment-side .payment-intro-block h3, .payment-side .payment-intro-block .secure-tag{text-align:center;}
}

.about-photo{
  width:100%; aspect-ratio:3/4; object-fit:cover; border-radius:8px;
  box-shadow:0 10px 28px rgba(15,23,42,0.18);
}
.banner-with-photo{
  display:flex; justify-content:space-between; align-items:flex-start; gap:32px;
}
.banner-text{flex:1 1 auto;}
.banner-photo{width:170px; flex:0 0 auto;}
@media (max-width:820px){
  .banner-with-photo{flex-direction:column; align-items:center; text-align:center;}
  .banner-photo{width:140px;}
}

.work-block{
  border:1px solid var(--line); border-radius:6px; background:var(--linen);
  padding:32px; box-shadow:0 4px 20px rgba(15,23,42,0.06);
}
.work-block .work-card{border:none; padding:0; box-shadow:none; background:none;}
.work-block .work-card .tag{color:var(--brass);}
.work-block.second-project{margin-top:32px;}

.work-visual-placeholder{
  background:var(--linen-deep); border:1px dashed var(--line);
  display:flex; align-items:center; justify-content:center; text-align:center;
  font-family:'Inter', sans-serif; font-size:0.9rem; opacity:0.6; padding:20px;
}

@media (max-width:600px){
  .work-block{padding:20px 18px;}
  .work-gallery{grid-template-columns:1fr 1fr; gap:10px;}
  .work-gallery figcaption{padding:8px 10px; font-size:0.75rem;}
  .work-card{grid-template-columns:1fr; text-align:left;}
  .feature-block{margin-top:32px; padding-top:28px;}
}

.brand-logo{
  height:50px;
  width:50px;
  object-fit:contain;
  display:block;
}

/* WHY HAVE A WEBSITE */
.why-section{padding-bottom:32px;}
.why-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.why-card{
  border:1px solid var(--line); border-radius:6px; padding:26px 24px; background:var(--linen);
  box-shadow:0 4px 16px rgba(15,23,42,0.05);
}
.why-icon{
  display:flex; align-items:center; justify-content:center;
  width:42px; height:42px; border-radius:50%; margin-bottom:14px;
  background:rgba(200,134,13,0.12); color:var(--brass);
  font-size:1.15rem; font-weight:700; font-family:'Inter', sans-serif;
}
.why-card h4{font-family:'Poppins', sans-serif; font-weight:600; font-size:1rem; margin-bottom:8px;}
.why-card p{font-size:0.88rem; opacity:0.8; margin:0;}
@media (max-width:820px){
  .why-grid{grid-template-columns:1fr;}
}

/* WHY CHOOSE ME */
.whyus-section{padding-bottom:32px;}
.whyus-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.whyus-card{
  border:1px solid var(--line); border-radius:6px; padding:26px 24px; background:var(--linen);
  box-shadow:0 4px 16px rgba(15,23,42,0.05);
}
.whyus-badge{
  display:inline-block; font-family:'Inter', sans-serif; font-weight:600; font-size:0.65rem;
  text-transform:uppercase; letter-spacing:0.05em; padding:4px 10px; border-radius:20px;
  background:var(--sage); color:#fff; margin-bottom:12px;
}
.whyus-card h4{font-family:'Poppins', sans-serif; font-weight:600; font-size:1rem; margin-bottom:8px;}
.whyus-card p{font-size:0.88rem; opacity:0.8; margin:0;}
@media (max-width:820px){
  .whyus-grid{grid-template-columns:1fr;}
}

/* FAQ */
.faq-section{background:var(--linen-deep); border-top:1px solid var(--line);}
.faq-grid{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
.faq-card{
  border:1px solid var(--line); border-radius:6px; padding:24px 26px; background:var(--linen);
  box-shadow:0 4px 16px rgba(15,23,42,0.05);
}
.faq-card h4{font-family:'Poppins', sans-serif; font-weight:600; font-size:0.98rem; margin-bottom:8px;}
.faq-card p{font-size:0.88rem; opacity:0.8; margin:0;}
@media (max-width:820px){
  .faq-grid{grid-template-columns:1fr;}
}