:root {
  --ink: #0a0908;
  --ink-2: #17130f;
  --paper: #fffdf9;
  --cream: #f7f1eb;
  --soft: #fbf6f0;
  --muted: #746b62;
  --line: #e7d8c8;
  --gold: #b08e5f;
  --gold-2: #cfb894;
  --gold-dark: #8c6738;
  --champagne: #eadbc8;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(43, 30, 15, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Manrope', system-ui, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img, svg { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 105px 0; position: relative; }
.section-muted { background: linear-gradient(180deg, #fbf6f0 0%, #f8efe5 100%); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,249,.90); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(176,142,95,.20); }
.nav-wrap { height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; }
.brand-logo { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(176,142,95,.45), 0 8px 22px rgba(30,20,10,.10); }
.brand-name { font-family: 'Cormorant Garamond', serif; font-size: 1.34rem; letter-spacing: .12em; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { font-size: .9rem; color: #40382f; font-weight: 700; }
.desktop-nav a:hover { color: var(--gold-dark); }
.desktop-cta { margin-left: 4px; }
.menu-toggle, .mobile-menu { display: none; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 12px; border: 0; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 44px; padding: 0 18px; font-size: .86rem; }
.btn-primary { color: #0a0908; background: linear-gradient(135deg, #c6a979, var(--gold)); box-shadow: 0 14px 30px rgba(176,142,95,.24); }
.btn-primary:hover { background: linear-gradient(135deg, #d3bb93, #b9996c); }
.btn-outline { border: 1px solid rgba(140,103,56,.32); background: rgba(255,253,249,.72); }
.btn-outline:hover { border-color: var(--gold); }
.btn-dark { color: #fffaf4; background: var(--ink); border: 1px solid var(--ink); }
.text-link { font-weight: 800; display: inline-flex; gap: 8px; align-items: center; }
.text-link span { color: var(--gold-dark); }

.hero { min-height: 760px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 8% 0%, rgba(207,184,148,.30) 0, transparent 34%), linear-gradient(180deg,#fffdf9 0%,#f8f0e7 100%); }
.hero:after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .26; background-image: linear-gradient(rgba(176,142,95,.08) 1px, transparent 1px), linear-gradient(90deg,rgba(176,142,95,.08) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 75%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 800; color: #756653; margin-bottom: 20px; }
.dot { width: 8px; height: 8px; border-radius: 999px; background: var(--gold); box-shadow: 0 0 0 5px rgba(176,142,95,.16); }
h1,h2,h3 { font-family: 'Cormorant Garamond', serif; margin: 0; letter-spacing: -.025em; line-height: 1.02; }
h1 { font-size: clamp(3.7rem,7vw,6.4rem); max-width: 790px; font-weight: 700; }
h2 { font-size: clamp(2.65rem,4.4vw,4.55rem); font-weight: 700; }
h3 { font-size: 1.65rem; font-weight: 700; }
.gradient-text { background: linear-gradient(135deg, #7e5d34 0%, #b08e5f 48%, #d2bb97 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { font-size: 1.1rem; color: var(--muted); max-width: 650px; margin: 28px 0 32px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.hero-proof { margin-top: 38px; display: flex; align-items: center; gap: 15px; }
.hero-proof strong,.hero-proof small { display: block; }
.hero-proof small { color: var(--muted); margin-top: 2px; }
.avatars { display: flex; padding-left: 8px; }
.avatars span { width: 36px; height: 36px; display: grid; place-items: center; color: #fff8ef; background: var(--ink); border: 3px solid #fffaf4; border-radius: 50%; margin-left: -8px; font-size: .7rem; font-weight: 800; }
.avatars span:nth-child(2){background:#8f6a3e}.avatars span:nth-child(3){background:#b08e5f}.avatars span:nth-child(4){background:#6e5434}

.hero-visual { height: 560px; position: relative; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(7px); pointer-events: none; }
.glow-one { width: 420px; height: 420px; right: -120px; top: 30px; background: radial-gradient(circle,rgba(176,142,95,.23),transparent 68%); }
.glow-two { width: 330px; height: 330px; right: 300px; bottom: -110px; background: radial-gradient(circle,rgba(234,219,200,.45),transparent 68%); }
.dashboard-card { background: rgba(255,253,249,.96); border: 1px solid rgba(176,142,95,.24); box-shadow: var(--shadow); border-radius: 24px; }
.dashboard-main { position: absolute; inset: 70px 15px 54px 38px; padding: 30px; transform: rotate(-1.4deg); background: linear-gradient(145deg,#17130f 0%,#090806 100%); color: #fff8ef; border-color: rgba(207,184,148,.30); }
.dash-head { display: flex; align-items: flex-start; justify-content: space-between; }
.dash-head strong { display:block; font-family:'Cormorant Garamond'; font-size:2.8rem; margin-top:5px; }
.mini-label { color: #cdbda9; font-size:.78rem; font-weight:700; }
.pill-up,.mini-up { color:#3f2b12; background:#eadbc8; border-radius:999px; padding:7px 11px; font-size:.74rem; font-weight:800; }
.chart { height: 230px; display: flex; align-items: flex-end; gap: 12px; margin: 42px 0 10px; border-bottom:1px solid rgba(207,184,148,.22); background: repeating-linear-gradient(to top,transparent 0,transparent 54px,rgba(255,255,255,.07) 55px); }
.chart span { flex:1; min-width:14px; border-radius:8px 8px 2px 2px; background: linear-gradient(180deg,#d4bd97,#9b7344); }
.chart-footer { display:flex; justify-content:space-between; color:#a99b8a; font-size:.65rem; }
.floating-card { position:absolute; padding:18px 20px; display:flex; align-items:center; gap:13px; }
.floating-card small,.floating-card strong { display:block; }
.floating-card small{font-size:.7rem;color:var(--muted);font-weight:700}
.floating-card strong{font-family:'Cormorant Garamond';font-size:1.65rem;margin-top:1px}
.icon-box { width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#f2e6d7;color:var(--gold-dark);font-size:1.2rem;font-weight:900 }
.card-keywords { left:-10px; top:35px; transform:rotate(-2deg); }
.card-keywords .mini-up{margin-left:10px;padding:5px 8px}
.card-leads{right:-12px;bottom:8px;transform:rotate(2deg)}
.card-local{right:-28px;top:180px}
.location-pin{width:36px;height:36px;display:grid;place-items:center;color:#100d09;background:linear-gradient(135deg,#d2bb97,#a67f4d);border-radius:12px}
.ring{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--gold) 0 72%,#eee3d8 72%);position:relative}
.ring:after{content:"";position:absolute;inset:6px;background:#fffdf9;border-radius:50%}
.ring span{position:relative;z-index:1;font-size:.62rem;font-weight:900}

.logo-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0a0908; color: #fff8ef; overflow:hidden; }
.ticker { min-height: 82px; display: flex; align-items:center; justify-content:space-between; gap:20px; font-weight:800; color:#e7d8c8; font-size:.82rem; white-space:nowrap; letter-spacing:.08em; }
.ticker i{font-style:normal;color:var(--gold)}

.section-heading { margin-bottom: 50px; }
.split-heading { display:grid; grid-template-columns:1.12fr .88fr; gap:80px; align-items:end; }
.split-heading p{color:var(--muted);font-size:1.03rem;margin:0 0 8px}
.split-heading h2{max-width:760px}
.center-heading { text-align:center; max-width:780px; margin-left:auto; margin-right:auto; }
.center-heading p{color:var(--muted);max-width:650px;margin:18px auto 0}
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.feature-card{border:1px solid var(--line);border-radius:22px;padding:30px;background:#fffdf9;box-shadow:0 12px 34px rgba(78,54,27,.05)}
.feature-card p{color:var(--muted);margin:13px 0 0}
.feature-number{display:inline-block;color:var(--gold-dark);font-size:.72rem;font-weight:900;margin-bottom:40px;letter-spacing:.12em}

.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-card{background:#fffdf9;border:1px solid #e5d6c5;border-radius:24px;padding:28px;min-height:330px;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(61,39,16,.10);border-color:#c7aa80}
.service-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#efe2d2;color:var(--gold-dark);font-weight:900;margin-bottom:27px}
.service-card p{color:var(--muted);font-size:.92rem}
.chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:18px}
.chips span{font-size:.68rem;font-weight:800;padding:7px 9px;border-radius:999px;background:#f2e8dc;color:#66584a}

.results-grid { display:grid;grid-template-columns:.92fr 1.08fr;gap:75px;align-items:center }
.results-copy p{color:var(--muted);font-size:1.04rem;margin:22px 0}
.check-list{display:grid;gap:11px;margin:28px 0 34px}
.check-list div{font-weight:700;color:#3b332b}
.check-list span{color:var(--gold-dark);margin-right:9px}
.results-panel{background:linear-gradient(145deg,#17130f,#080706);border-radius:30px;padding:24px;box-shadow:0 30px 75px rgba(29,19,9,.23);border:1px solid rgba(207,184,148,.18)}
.metric-card{background:rgba(255,252,247,.98);border-radius:18px;padding:22px}
.metric-card span,.metric-card strong,.metric-card small{display:block}
.metric-card span{color:#76695b;font-size:.75rem;font-weight:800}
.metric-card strong{font-family:'Cormorant Garamond';font-size:2.35rem;margin:5px 0}
.metric-card small{color:#9b8c7d}
.big-metric strong{font-size:4.2rem;color:var(--gold-dark)}
.metric-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0}
.mini-chart-card{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:20px;color:var(--gold-dark)}
.mini-chart-card strong{color:var(--ink)}

.process-section { background:#090806;color:#fff9f2; }
.process-section .eyebrow{color:#c7b8a6}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#33291f;border:1px solid #33291f;border-radius:24px;overflow:hidden}
.process-step{background:#16110d;padding:32px;min-height:260px}
.process-step span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid #5f4a34;border-radius:50%;font-size:.72rem;color:#d2bb97;font-weight:900;margin-bottom:54px}
.process-step p{color:#b9aa99;font-size:.9rem}
.industry-cloud{display:flex;flex-wrap:wrap;gap:11px}
.industry-cloud span{padding:13px 17px;border:1px solid var(--line);border-radius:999px;font-weight:700;color:#5b4d40;background:#fffdf9}

.faq-section{background:#fbf6f0}
.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}
.faq-intro{position:sticky;top:120px;align-self:start}
.faq-intro p{color:var(--muted);margin:22px 0}
.accordion details{border-bottom:1px solid var(--line);padding:22px 0}
.accordion summary{list-style:none;cursor:pointer;font-family:'Cormorant Garamond';font-size:1.4rem;font-weight:700;display:flex;justify-content:space-between;gap:20px}
.accordion summary::-webkit-details-marker{display:none}
.accordion summary span{color:var(--gold-dark);font-size:1.4rem}
.accordion details[open] summary span{transform:rotate(45deg)}
.accordion p{color:var(--muted);max-width:720px;margin:14px 0 2px}

.contact-section{padding:100px 0;background:#fffdf9}
.contact-card{background:linear-gradient(145deg,#15110d,#090806);color:#fff8ef;border-radius:32px;padding:52px;display:grid;grid-template-columns:.82fr 1.18fr;gap:55px;box-shadow:0 30px 70px rgba(29,19,9,.20);border:1px solid rgba(207,184,148,.22)}
.light-eyebrow{color:#d4c2ad}
.contact-copy p{color:#c7b8a6;max-width:460px}
.contact-lines{display:grid;gap:7px;margin-top:32px}
.contact-lines a{font-weight:700;color:#e4ceb0}
.lead-form{display:grid;grid-template-columns:1fr 1fr;gap:15px;background:#fffdf9;color:var(--ink);padding:26px;border-radius:24px}
.lead-form label{font-size:.75rem;font-weight:800;color:#615448}
.lead-form input,.lead-form textarea,.lead-form select{width:100%;margin-top:7px;border:1px solid #dfcfbe;background:#fbf7f2;border-radius:11px;padding:12px 13px;outline:none}
.lead-form input:focus,.lead-form textarea:focus,.lead-form select:focus{border-color:#b08e5f;box-shadow:0 0 0 3px rgba(176,142,95,.12)}
.full-field{grid-column:1/-1}
.form-note{font-size:.7rem!important;color:#8c7f72!important;margin:0;text-align:center}

.site-footer{background:#070605;color:#fff8ef;padding:70px 0 26px;border-top:1px solid rgba(176,142,95,.18)}
.site-footer .brand-logo{box-shadow:0 0 0 1px rgba(207,184,148,.5)}
.site-footer .brand-name{color:#f6ecdf}
.footer-grid{display:grid;grid-template-columns:1.6fr .8fr .8fr 1fr;gap:48px}
.footer-grid p{color:#a99b8c;max-width:360px}
.footer-grid>div:not(:first-child){display:grid;align-content:start;gap:10px}
.footer-grid strong{margin-bottom:8px;color:#d6bd99}
.footer-grid a:not(.brand){color:#baa997;font-size:.88rem}
.footer-grid a:not(.brand):hover{color:#eadbc8}
.footer-bottom{margin-top:50px;padding-top:22px;border-top:1px solid #2c241c;display:flex;justify-content:space-between;color:#8f8173;font-size:.78rem}

.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,120px);background:#100d0a;color:#fff8ef;padding:13px 18px;border-radius:12px;z-index:100;box-shadow:var(--shadow);opacity:0;transition:.3s ease;font-size:.84rem;border:1px solid rgba(176,142,95,.25)}
.toast.show{transform:translate(-50%,0);opacity:1}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}

@media (max-width: 980px){
  .desktop-nav,.desktop-cta{display:none}
  .menu-toggle{display:grid;margin-left:auto;border:0;background:transparent;gap:5px;padding:8px}
  .menu-toggle span{width:24px;height:2px;background:var(--ink);display:block}
  .mobile-menu{display:none;position:absolute;top:78px;left:0;right:0;background:#fffdf9;border-bottom:1px solid var(--line);padding:20px;box-shadow:0 18px 30px rgba(55,34,14,.08)}
  .mobile-menu.open{display:grid;gap:16px}
  .mobile-menu a:not(.btn){font-weight:700}
  .hero{min-height:auto}
  .hero-grid,.results-grid,.contact-card,.faq-grid,.split-heading{grid-template-columns:1fr}
  .hero-grid{gap:25px}.hero-visual{height:480px}.split-heading{gap:22px}
  .feature-grid,.services-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr 1fr}
  .faq-intro{position:static}.contact-card{gap:35px}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/-1}
  .ticker{justify-content:flex-start;overflow:hidden}.ticker span:nth-of-type(n+5),.ticker i:nth-of-type(n+4){display:none}
}
@media (max-width: 680px){
  .container{width:min(100% - 28px,1180px)}.section-pad{padding:76px 0}.nav-wrap{height:70px}.mobile-menu{top:70px}
  .brand-logo{width:40px;height:40px}.brand-name{font-size:1.08rem;letter-spacing:.09em}
  h1{font-size:clamp(3.1rem,15vw,4.6rem)}h2{font-size:clamp(2.35rem,10vw,3.35rem)}
  .hero-grid{gap:10px}.hero-copy{padding-top:25px}.hero-visual{height:420px}.dashboard-main{inset:68px 4px 48px 12px;padding:20px}
  .chart{height:190px;gap:8px}.card-keywords{left:0}.card-local{right:-5px;top:165px}.card-leads{right:0}.floating-card{padding:13px 14px}
  .feature-grid,.services-grid,.process-grid,.metric-row{grid-template-columns:1fr}.service-card{min-height:300px}.process-step{min-height:220px}.process-step span{margin-bottom:38px}
  .mini-chart-card{grid-template-columns:1fr}.contact-card{padding:28px 20px;border-radius:24px}.lead-form{grid-template-columns:1fr;padding:18px}.lead-form label{grid-column:1}
  .footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{display:grid;gap:8px}
  .hero-proof{align-items:flex-start}.hero-proof small{font-size:.72rem}.logo-strip{display:none}
}
