/*
Theme Name: Salesforce Helper
Description: Custom one-page theme for Salesforce Helper — independent UK Salesforce consultancy. Built from locked design handoff (Newsreader + Public Sans, gold/black/cream palette).
Author: Salesforce Helper
Version: 1.0
Text Domain: salesforce-helper
*/

/* ---------- Reset ---------- */
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:#0f0e0c;
  font-family:'Public Sans',sans-serif;
  color:#1a1a1a;
  overflow-x:hidden;
}
a{color:#CBB26A;text-decoration:none;}
a:hover{color:#e5d9b6;}
img{max-width:100%;display:block;}
::selection{background:#CBB26A;color:#1a1a1a;}

.sfh-page{background:#faf7f0;color:#1a1a1a;}

/* ---------- Header / Nav ---------- */
.sfh-header{
  position:sticky;top:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  padding:22px 56px;
  background:rgba(15,14,12,0.96);
  backdrop-filter:blur(6px);
}
.sfh-brand{display:flex;align-items:center;gap:12px;}
.sfh-brand img{width:34px;height:34px;object-fit:contain;}
.sfh-brand span{font-family:'Newsreader',serif;font-size:22px;letter-spacing:0.02em;color:#f4ecd8;}
.sfh-nav{display:flex;align-items:center;gap:36px;}
.sfh-nav a{color:#cfc6ae;font-size:15px;}
.sfh-nav a.sfh-btn-book{
  display:inline-block;padding:11px 24px;border:1px solid #CBB26A;
  border-radius:2px;color:#CBB26A;font-size:14px;letter-spacing:0.03em;
}

/* ---------- Hero ---------- */
.sfh-hero{
  position:relative;background:#0f0e0c;color:#f4ecd8;
  padding:120px 56px 100px;
  display:grid;grid-template-columns:1.1fr 0.9fr;gap:64px;align-items:center;
}
.sfh-eyebrow{font-size:13px;letter-spacing:0.18em;text-transform:uppercase;color:#CBB26A;margin-bottom:22px;}
.sfh-eyebrow.dark{color:#a8873f;}
.sfh-hero h1{font-family:'Newsreader',serif;font-weight:500;font-size:56px;line-height:1.08;margin:0 0 26px;}
.sfh-hero p.lede{font-size:18px;line-height:1.6;color:#cfc6ae;max-width:520px;margin:0 0 40px;}
.sfh-cta-row{display:flex;gap:16px;flex-wrap:wrap;}
.sfh-btn-solid{
  display:inline-block;padding:15px 30px;background:#CBB26A;color:#1a1a1a;
  font-weight:600;font-size:15px;border-radius:2px;border:none;font-family:inherit;cursor:pointer;
}
.sfh-btn-outline{
  display:inline-block;padding:15px 30px;border:1px solid #4a453c;color:#f4ecd8;
  font-size:15px;border-radius:2px;
}
.sfh-image-placeholder{
  width:100%;aspect-ratio:4/5;border-radius:4px;
  background:radial-gradient(circle at 30% 20%,#2a2418,#0f0e0c 70%);
  border:1px solid #3a3428;
  display:flex;align-items:center;justify-content:center;
  padding:20px;
}
.sfh-image-placeholder.square{aspect-ratio:1/1;}
.sfh-placeholder-mark{width:34%;max-width:120px;opacity:0.9;}
.sfh-placeholder-full{width:70%;max-width:280px;object-fit:contain;}

/* ---------- Trust strip ---------- */
.sfh-trust{
  padding:36px 56px;background:#1a1a1a;
  display:flex;align-items:center;justify-content:center;gap:56px;flex-wrap:wrap;
}
.sfh-trust span{color:#7a7368;font-size:13px;letter-spacing:0.12em;text-transform:uppercase;}

/* ---------- Section shells ---------- */
.sfh-section{padding:110px 56px;}
.sfh-section.light{background:#faf7f0;}
.sfh-section.dark{background:#1a1a1a;color:#f4ecd8;}
.sfh-section-head{max-width:640px;margin:0 auto 64px;text-align:center;}
.sfh-section-head h2{font-family:'Newsreader',serif;font-weight:500;font-size:38px;margin:0;}
.sfh-section.dark .sfh-section-head h2{color:#f4ecd8;}

/* ---------- Services ---------- */
.sfh-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:1160px;margin:0 auto;}
.sfh-card{background:#fff;border:1px solid #e9e0cc;border-radius:4px;padding:36px 28px;}
.sfh-card-icon{width:44px;height:44px;border-radius:50%;background:#f4ecd8;margin-bottom:24px;}
.sfh-card h3{font-family:'Newsreader',serif;font-size:21px;margin:0 0 12px;}
.sfh-card p{font-size:15px;line-height:1.6;color:#4a453c;margin:0;}

/* ---------- About ---------- */
.sfh-about-grid{
  display:grid;grid-template-columns:0.8fr 1.2fr;gap:72px;align-items:center;
  max-width:1160px;margin:0 auto;
}
.sfh-about-grid h2{font-family:'Newsreader',serif;font-weight:500;font-size:34px;margin:0 0 24px;}
.sfh-about-grid p{font-size:17px;line-height:1.7;color:#cfc6ae;margin:0 0 20px;}
.sfh-about-grid p:last-child{margin-bottom:0;}

/* ---------- Process ---------- */
.sfh-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;max-width:1080px;margin:0 auto;}
.sfh-process-num{font-family:'Newsreader',serif;font-size:44px;color:#CBB26A;margin-bottom:18px;}
.sfh-process-grid h3{font-size:20px;margin:0 0 10px;}
.sfh-process-grid p{font-size:15px;line-height:1.6;color:#4a453c;margin:0;}

/* ---------- Testimonials ---------- */
.sfh-testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1000px;margin:0 auto;}
.sfh-quote-card{background:#242018;border:1px solid #3a3428;border-radius:4px;padding:40px;}
.sfh-quote-card p{font-family:'Newsreader',serif;font-style:italic;font-size:20px;line-height:1.6;margin:0 0 24px;color:#f4ecd8;}
.sfh-quote-card .attrib{font-size:14px;color:#a8873f;}

/* ---------- Contact ---------- */
.sfh-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;max-width:1080px;margin:0 auto;}
.sfh-contact-grid h2{font-family:'Newsreader',serif;font-weight:500;font-size:36px;margin:0 0 20px;}
.sfh-contact-grid > div > p{font-size:16px;line-height:1.7;color:#4a453c;margin:0 0 28px;}
.sfh-contact-details{font-size:15px;line-height:2;color:#1a1a1a;}
.sfh-form{display:flex;flex-direction:column;gap:16px;background:#fff;border:1px solid #e9e0cc;border-radius:4px;padding:36px;}
.sfh-form input,.sfh-form textarea{
  padding:13px 14px;border:1px solid #ddd2b8;border-radius:2px;font-family:inherit;font-size:15px;width:100%;
}
.sfh-form textarea{resize:vertical;}
.sfh-form button{
  padding:15px;background:#1a1a1a;color:#f4ecd8;border:none;border-radius:2px;
  font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;
}
.sfh-form button:hover{background:#000;}
.sfh-form-notice{
  padding:14px 16px;border-radius:2px;font-size:14px;margin-bottom:6px;
}
.sfh-form-notice.success{background:#eef4e5;color:#3a5a1f;border:1px solid #c9dcb0;}
.sfh-form-notice.error{background:#fbe9e7;color:#8a2a1f;border:1px solid #f0c4bd;}

/* ---------- Footer ---------- */
.sfh-footer{
  padding:36px 56px;background:#0f0e0c;color:#7a7368;
  display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:10px;
}
.sfh-footer-brand{display:flex;align-items:center;gap:10px;}
.sfh-footer-brand img{width:20px;height:20px;object-fit:contain;opacity:0.85;}

/* ---------- Responsive ---------- */
@media (max-width:900px){
  .sfh-header,.sfh-hero,.sfh-trust,.sfh-section,.sfh-footer{padding-left:24px;padding-right:24px;}
  .sfh-nav{gap:16px;}
  .sfh-nav a:not(.sfh-btn-book){display:none;}
  .sfh-hero{grid-template-columns:1fr;padding-top:60px;}
  .sfh-hero h1{font-size:38px;}
  .sfh-services-grid{grid-template-columns:repeat(2,1fr);}
  .sfh-about-grid,.sfh-contact-grid{grid-template-columns:1fr;gap:36px;}
  .sfh-process-grid,.sfh-testimonials-grid{grid-template-columns:1fr;}
  .sfh-trust{gap:24px;}
}
