/* Klipwerks — Direct-Booking & Marketing Sites for SA Small Businesses
   Earthy palette: clay, sandstone, olive, deep earth
   Redesigned: real imagery, SVG icons, credentials, broader value prop */

/* ===== RESET ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.65;color:var(--earth-900);background:var(--sand-50);overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--terracotta-700);text-decoration:none;transition:color .2s}
a:hover{color:var(--terracotta-800)}
ul,ol{padding-left:1.5rem}

/* ===== DESIGN TOKENS ===== */
:root{
  --sand-50:#faf8f3;
  --sand-100:#f5f0e6;
  --sand-200:#ebe3d2;
  --sand-300:#ddd0b8;
  --sand-400:#c9b690;
  --sand-500:#b8a074;
  --earth-50:#f6f5f1;
  --earth-100:#e8e4da;
  --earth-200:#d1c9b8;
  --earth-300:#b3a791;
  --earth-400:#968870;
  --earth-500:#7a6e58;
  --earth-600:#5f5644;
  --earth-700:#4a4234;
  --earth-800:#3a3329;
  --earth-900:#2a251d;
  --terracotta-50:#fdf3ef;
  --terracotta-100:#fbe0d5;
  --terracotta-200:#f5bca6;
  --terracotta-300:#ee9270;
  --terracotta-400:#e56c43;
  --terracotta-500:#c8522a;
  --terracotta-600:#a8421f;
  --terracotta-700:#8a351a;
  --terracotta-800:#6e2a16;
  --olive-50:#f7f8f0;
  --olive-100:#eef0d8;
  --olive-200:#dde1b3;
  --olive-300:#c4cb85;
  --olive-400:#aab560;
  --olive-500:#8a9949;
  --olive-600:#6d7a3a;
  --olive-700:#545e2d;
  --olive-800:#3f4722;
  --moss-600:#4a6b3a;
  --moss-700:#3a5530;
  --moss-800:#2d4226;
  --cream:#faf6ed;
  --bark:#2d2118;
  --stone:#8a8378;
  --fs-xs:0.75rem;
  --fs-sm:0.875rem;
  --fs-base:1rem;
  --fs-lg:1.125rem;
  --fs-xl:1.25rem;
  --fs-2xl:1.5rem;
  --fs-3xl:1.875rem;
  --fs-4xl:2.25rem;
  --fs-5xl:3rem;
  --fs-6xl:3.75rem;
  --space-xs:0.5rem;
  --space-sm:1rem;
  --space-md:1.5rem;
  --space-lg:2rem;
  --space-xl:3rem;
  --space-2xl:4rem;
  --space-3xl:6rem;
  --container:1200px;
  --container-narrow:760px;
  --radius:8px;
  --radius-lg:16px;
  --radius-xl:24px;
  --transition:0.3s cubic-bezier(0.4,0,0.2,1);
}

/* ===== TYPOGRAPHY ===== */
h1,h2,h3,h4,h5,h6{font-family:'Fraunces',Georgia,'Times New Roman',serif;font-weight:600;line-height:1.2;letter-spacing:-0.02em;color:var(--earth-900)}
h1{font-size:clamp(2.25rem,5vw,3.75rem)}
h2{font-size:clamp(1.75rem,4vw,2.75rem)}
h3{font-size:clamp(1.25rem,3vw,1.75rem)}
h4{font-size:1.25rem}
p{margin-bottom:1rem}
.lead{font-size:1.25rem;line-height:1.6;color:var(--earth-600)}
.eyebrow{font-family:'Inter',sans-serif;font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.15em;color:var(--terracotta-600);margin-bottom:0.75rem;display:inline-block}
.mono{font-family:'JetBrains Mono','Courier New',monospace}
.serif{font-family:'Fraunces',Georgia,serif}

/* ===== LAYOUT ===== */
.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}
.container-narrow{max-width:var(--container-narrow);margin:0 auto;padding:0 1.5rem}
.section{padding:var(--space-3xl) 0}
.section-sm{padding:var(--space-2xl) 0}
.grid{display:grid;gap:var(--space-lg)}
.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.text-center{text-align:center}

/* ===== SVG ICON SYSTEM ===== */
.icon-wrap{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);flex-shrink:0}
.icon-wrap.sm{width:44px;height:44px}
.icon-wrap.md{width:56px;height:56px}
.icon-wrap.lg{width:72px;height:72px}
.icon-wrap.terracotta{background:var(--terracotta-100);color:var(--terracotta-600)}
.icon-wrap.olive{background:var(--olive-100);color:var(--olive-600)}
.icon-wrap.earth{background:var(--earth-100);color:var(--earth-600)}
.icon-wrap.moss{background:#e8f0e0;color:var(--moss-600)}
.icon-wrap svg{width:50%;height:50%;stroke-width:1.8;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}

/* ===== HEADER ===== */
.site-header{position:sticky;top:0;z-index:100;background:rgba(250,246,237,0.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--sand-200)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:var(--container);margin:0 auto}
.nav-logo{display:flex;align-items:center;gap:0.5rem;font-family:'Fraunces',serif;font-weight:700;font-size:1.35rem;color:var(--earth-900);letter-spacing:-0.02em}
.nav-logo span{color:var(--terracotta-600)}
.nav-logo svg{width:28px;height:28px}
.nav-links{display:flex;align-items:center;gap:1.75rem}
.nav-links a{color:var(--earth-700);font-size:0.9rem;font-weight:500;transition:color .2s}
.nav-links a:hover{color:var(--terracotta-600)}
.nav-cta{background:var(--terracotta-600);color:#fff !important;padding:0.6rem 1.4rem;border-radius:6px;font-weight:600;font-size:0.85rem;transition:background .2s,transform .2s}
.nav-cta:hover{background:var(--terracotta-700);transform:translateY(-1px)}
.nav-toggle{display:none;flex-direction:column;gap:4px;cursor:pointer;background:none;border:none;padding:4px}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--earth-700);transition:var(--transition)}
.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}
.nav-toggle.active span:nth-child(2){opacity:0}
.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}
.mobile-nav{display:none;flex-direction:column;gap:1rem;padding:1rem 1.5rem;border-top:1px solid var(--sand-200)}
.mobile-nav a{color:var(--earth-700);font-weight:500;padding:0.5rem 0}
.mobile-nav.active{display:flex}
@media(max-width:768px){.nav-links{display:none}.nav-toggle{display:flex}}

/* ===== BUTTONS ===== */
.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.85rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:0.95rem;transition:var(--transition);cursor:pointer;border:none;font-family:inherit;text-decoration:none}
.btn-primary{background:var(--terracotta-600);color:#fff}
.btn-primary:hover{background:var(--terracotta-700);transform:translateY(-2px);box-shadow:0 8px 24px rgba(138,53,26,0.25)}
.btn-secondary{background:var(--earth-800);color:#fff}
.btn-secondary:hover{background:var(--earth-900);transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--earth-800);border:2px solid var(--earth-300)}
.btn-outline:hover{border-color:var(--terracotta-600);color:var(--terracotta-600)}
.btn-lg{padding:1.1rem 2.5rem;font-size:1.05rem}

/* ===== HERO ===== */
.hero{position:relative;padding:var(--space-3xl) 0 var(--space-2xl);overflow:hidden}
.hero-bg{position:absolute;inset:0;background:linear-gradient(180deg,var(--sand-100) 0%,var(--sand-50) 100%);z-index:-1}
.hero::before{content:'';position:absolute;top:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(200,82,42,0.08) 0%,transparent 70%);z-index:-1}
.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2xl);align-items:center}
@media(max-width:968px){.hero-content{grid-template-columns:1fr}}
.hero-text h1{margin-bottom:1.25rem}
.hero-text .lead{margin-bottom:2rem;max-width:500px}
.hero-cta-group{display:flex;gap:1rem;flex-wrap:wrap}
.hero-stats{display:flex;gap:2rem;margin-top:3rem;flex-wrap:wrap}
.hero-stat{display:flex;flex-direction:column}
.hero-stat .num{font-family:'Fraunces',serif;font-size:2.5rem;font-weight:700;color:var(--terracotta-600);line-height:1}
.hero-stat .label{font-size:0.8rem;color:var(--earth-500);margin-top:0.25rem}
.hero-visual{position:relative}
.hero-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 60px rgba(42,37,29,0.15)}
.hero-image img{width:100%;height:480px;object-fit:cover}
@media(max-width:968px){.hero-image img{height:320px}}
.hero-image-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:rgba(255,255,255,0.95);backdrop-filter:blur(8px);border-radius:var(--radius);padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 20px rgba(42,37,29,0.1)}
.hero-image-badge .stars{display:flex;gap:2px}
.hero-image-badge .stars svg{width:16px;height:16px;fill:#e56c43}
.hero-image-badge .badge-text{font-size:0.85rem;font-weight:600;color:var(--earth-800)}
.hero-image-badge .badge-sub{font-size:0.75rem;color:var(--earth-500)}

/* ===== COMMISSION CARD (hero overlay) ===== */
.hero-card{background:#fff;border-radius:var(--radius-lg);padding:2rem;box-shadow:0 20px 60px rgba(42,37,29,0.12);border:1px solid var(--sand-200)}
.hero-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--sand-200)}
.hero-card-header h3{font-size:1.1rem;margin-bottom:0}
.hero-card-header .sub{font-size:0.8rem;color:var(--earth-500)}
.comparison-row{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 0;border-bottom:1px dashed var(--sand-200)}
.comparison-row:last-child{border-bottom:none}
.comparison-row .label{font-size:0.9rem;color:var(--earth-600)}
.comparison-row .val{font-family:'JetBrains Mono',monospace;font-weight:600;font-size:0.95rem}
.comparison-row .val.loss{color:var(--terracotta-600)}
.comparison-row .val.gain{color:var(--olive-600)}
.hero-card-footer{margin-top:1.5rem;padding-top:1rem;border-top:2px solid var(--sand-200)}
.hero-card-total{display:flex;justify-content:space-between;align-items:baseline}
.hero-card-total .lbl{font-size:1rem;font-weight:600}
.hero-card-total .amt{font-family:'Fraunces',serif;font-size:1.75rem;font-weight:700;color:var(--olive-600)}

/* ===== CARDS ===== */
.card{background:#fff;border-radius:var(--radius-lg);padding:2rem;box-shadow:0 4px 20px rgba(42,37,29,0.06);border:1px solid var(--sand-200);transition:var(--transition)}
.card:hover{box-shadow:0 8px 30px rgba(42,37,29,0.12);transform:translateY(-4px)}
.card h3{margin-bottom:0.75rem}
.card p{color:var(--earth-600);font-size:0.95rem}

/* ===== SECTION HEADER ===== */
.section-header{text-align:center;margin-bottom:var(--space-2xl)}
.section-header h2{margin-bottom:1rem}
.section-header .lead{max-width:600px;margin:0 auto}

/* ===== STEPS ===== */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg);counter-reset:step}
@media(max-width:768px){.steps{grid-template-columns:1fr}}
.step{position:relative;padding:2rem 1.5rem;text-align:center}
.step-num{counter-increment:step;width:56px;height:56px;border-radius:50%;background:var(--terracotta-600);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-size:1.5rem;font-weight:700;margin:0 auto 1.25rem}
.step-num::before{content:counter(step)}
.step h3{font-size:1.15rem;margin-bottom:0.5rem}
.step p{font-size:0.9rem;color:var(--earth-600)}

/* ===== PRICING ===== */
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-lg);max-width:960px;margin:0 auto}
.price-card{background:#fff;border-radius:var(--radius-lg);padding:2.5rem 2rem;box-shadow:0 4px 20px rgba(42,37,29,0.06);border:1px solid var(--sand-200);position:relative;transition:var(--transition)}
.price-card:hover{box-shadow:0 12px 40px rgba(42,37,29,0.12);transform:translateY(-4px)}
.price-card.featured{border-color:var(--terracotta-400);border-width:2px}
.price-card .badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--terracotta-600);color:#fff;padding:0.3rem 1rem;border-radius:20px;font-size:0.75rem;font-weight:600;white-space:nowrap}
.price-card h3{font-size:1.25rem;margin-bottom:0.5rem}
.price-card .price{font-family:'Fraunces',serif;font-size:2.5rem;font-weight:700;color:var(--earth-900);margin:1rem 0}
.price-card .price .unit{font-size:1rem;color:var(--earth-500);font-weight:400}
.price-card .desc{font-size:0.9rem;color:var(--earth-500);margin-bottom:1.5rem}
.price-card ul{list-style:none;padding:0;margin-bottom:1.5rem}
.price-card ul li{padding:0.5rem 0;font-size:0.9rem;color:var(--earth-700);display:flex;align-items:center;gap:0.5rem}
.price-card ul li::before{content:'✓';color:var(--olive-600);font-weight:700}

/* ===== CTA SECTION ===== */
.cta-section{background:var(--earth-900);color:var(--sand-50);padding:var(--space-3xl) 0;text-align:center;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;top:-50%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(200,82,42,0.12) 0%,transparent 70%)}
.cta-section h2{color:var(--sand-50);margin-bottom:1rem}
.cta-section .lead{color:var(--sand-300);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}
.cta-section .btn-primary{background:var(--terracotta-500)}
.cta-section .btn-primary:hover{background:var(--terracotta-400)}

/* ===== SHOWCASE ===== */
.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-lg)}
.showcase-item{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 20px rgba(42,37,29,0.06);border:1px solid var(--sand-200);transition:var(--transition)}
.showcase-item:hover{box-shadow:0 12px 40px rgba(42,37,29,0.12);transform:translateY(-4px)}
.showcase-img{height:220px;overflow:hidden;position:relative}
.showcase-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}
.showcase-item:hover .showcase-img img{transform:scale(1.05)}
.showcase-body{padding:1.5rem}
.showcase-body h3{font-size:1.15rem;margin-bottom:0.5rem}
.showcase-body .location{font-size:0.85rem;color:var(--terracotta-600);margin-bottom:0.75rem;display:flex;align-items:center;gap:0.25rem}
.showcase-body p{font-size:0.9rem;color:var(--earth-600)}
.showcase-tags{display:flex;gap:0.5rem;flex-wrap:wrap;margin-top:1rem}
.showcase-tag{background:var(--olive-50);color:var(--olive-700);padding:0.2rem 0.6rem;border-radius:4px;font-size:0.75rem;font-weight:500}

/* ===== TESTIMONIALS ===== */
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-lg)}
.testimonial{background:#fff;border-radius:var(--radius-lg);padding:2rem;box-shadow:0 4px 20px rgba(42,37,29,0.06);border:1px solid var(--sand-200);position:relative}
.testimonial .stars{display:flex;gap:2px;margin-bottom:1rem}
.testimonial .stars svg{width:18px;height:18px;fill:#e56c43}
.testimonial p{font-size:0.95rem;color:var(--earth-700);margin-bottom:1.5rem;line-height:1.6}
.testimonial-author{display:flex;align-items:center;gap:1rem}
.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:var(--terracotta-100);display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-weight:700;color:var(--terracotta-600);font-size:1.2rem}
.testimonial-author .name{font-weight:600;font-size:0.95rem}
.testimonial-author .role{font-size:0.85rem;color:var(--earth-500)}

/* ===== GOOGLE RATING BADGE ===== */
.rating-badge{display:inline-flex;align-items:center;gap:0.75rem;background:#fff;border-radius:var(--radius-lg);padding:0.75rem 1.5rem;box-shadow:0 4px 20px rgba(42,37,29,0.06);border:1px solid var(--sand-200)}
.rating-badge .stars{display:flex;gap:1px}
.rating-badge .stars svg{width:18px;height:18px;fill:#e56c43}
.rating-badge .score{font-family:'Fraunces',serif;font-size:1.5rem;font-weight:700;color:var(--earth-900)}
.rating-badge .label{font-size:0.8rem;color:var(--earth-500)}
.rating-badge .google-logo{font-size:1.25rem}

/* ===== CLIENT LOGO STRIP ===== */
.client-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:3rem;padding:var(--space-xl) 0;opacity:0.7}
.client-logo{font-family:'Fraunces',serif;font-size:1.3rem;font-weight:600;color:var(--earth-400);letter-spacing:-0.02em;transition:opacity .2s}
.client-logo:hover{opacity:1}

/* ===== FORM ===== */
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-size:0.85rem;font-weight:600;color:var(--earth-700);margin-bottom:0.4rem}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:0.75rem 1rem;border:1px solid var(--sand-300);border-radius:var(--radius);font-family:inherit;font-size:0.95rem;background:var(--sand-50);color:var(--earth-900);transition:var(--transition)}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--terracotta-500);box-shadow:0 0 0 3px rgba(200,82,42,0.1)}
.form-group textarea{min-height:120px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:600px){.form-row{grid-template-columns:1fr}}
.form-check{display:flex;align-items:flex-start;gap:0.5rem}
.form-check input{width:auto;margin-top:0.25rem}
.form-check label{font-size:0.85rem;font-weight:400;color:var(--earth-600)}

/* ===== CONTACT PAGE ===== */
.contact-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:3rem;align-items:start}
@media(max-width:900px){.contact-layout{grid-template-columns:1fr}}
.contact-form-wrap{background:#fff;border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 4px 20px rgba(42,37,29,0.06);border:1px solid var(--sand-200)}
@media(max-width:600px){.contact-form-wrap{padding:1.75rem 1.25rem}}
.enquiry-form .req{color:var(--terracotta-600);font-weight:700}
.checkbox-group{display:flex;flex-direction:column;gap:0.6rem}
.checkbox{display:flex;align-items:center;gap:0.6rem;font-size:0.9rem;color:var(--earth-700);cursor:pointer}
.checkbox input{width:auto;accent-color:var(--terracotta-600)}
.checkbox span{font-weight:400}
.popia-notice{margin-top:1.25rem;font-size:0.8rem;color:var(--earth-500);line-height:1.5}
.popia-notice a{color:var(--terracotta-600)}
.contact-sidebar{position:sticky;top:6rem}
.contact-card{background:#fff;border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 4px 20px rgba(42,37,29,0.06);border:1px solid var(--sand-200);border-top:4px solid var(--terracotta-600)}
.contact-card h3{margin-bottom:0.75rem}
.contact-methods{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:1.25rem}
.contact-methods li{display:flex;align-items:flex-start;gap:1rem}
.contact-icon{font-size:1.5rem;line-height:1.2;flex-shrink:0}
.contact-label{display:block;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--earth-500);margin-bottom:0.25rem;font-family:'Inter',sans-serif}
.contact-methods a,.contact-methods span:not(.contact-label):not(.contact-icon){color:var(--earth-800);font-weight:500;font-size:1rem}
.contact-methods a:hover{color:var(--terracotta-600)}

/* ===== FAQ ===== */
.faq-item{background:#fff;border-radius:var(--radius);margin-bottom:0.75rem;border:1px solid var(--sand-200);overflow:hidden}
.faq-q{padding:1.25rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1rem;color:var(--earth-900);transition:var(--transition)}
.faq-q:hover{color:var(--terracotta-600)}
.faq-q .icon{transition:var(--transition);font-size:1.25rem;color:var(--terracotta-600)}
.faq-item.open .faq-q .icon{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height 0.3s ease;padding:0 1.5rem}
.faq-item.open .faq-a{max-height:500px;padding:0 1.5rem 1.25rem}
.faq-a p{color:var(--earth-600);font-size:0.95rem}

/* ===== BLOG ===== */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-lg)}
.blog-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 20px rgba(42,37,29,0.06);border:1px solid var(--sand-200);transition:var(--transition)}
.blog-card:hover{box-shadow:0 12px 40px rgba(42,37,29,0.12);transform:translateY(-4px)}
.blog-card-img{height:180px;overflow:hidden}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}
.blog-card:hover .blog-card-img img{transform:scale(1.05)}
.blog-card-body{padding:1.5rem}
.blog-card-meta{display:flex;gap:0.75rem;font-size:0.8rem;color:var(--earth-500);margin-bottom:0.75rem;align-items:center}
.blog-card-meta .cat{background:var(--olive-100);color:var(--olive-700);padding:0.2rem 0.6rem;border-radius:4px;font-weight:500}
.blog-card h3{font-size:1.15rem;margin-bottom:0.5rem}
.blog-card h3 a{color:var(--earth-900)}
.blog-card h3 a:hover{color:var(--terracotta-600)}
.blog-card p{font-size:0.9rem;color:var(--earth-600);margin-bottom:1rem}
.blog-card .read-more{font-size:0.85rem;font-weight:600;color:var(--terracotta-600);display:inline-flex;align-items:center;gap:0.25rem}

/* ===== COMMISSION CALCULATOR ===== */
.calculator{background:#fff;border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 4px 20px rgba(42,37,29,0.06);border:1px solid var(--sand-200);max-width:680px;margin:0 auto}
.calc-input-group{margin-bottom:1.5rem}
.calc-input-group label{display:block;font-size:0.9rem;font-weight:600;color:var(--earth-700);margin-bottom:0.5rem}
.calc-slider-row{display:flex;align-items:center;gap:1rem}
.calc-slider{flex:1;-webkit-appearance:none;appearance:none;height:6px;background:var(--sand-200);border-radius:3px;outline:none}
.calc-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--terracotta-600);cursor:pointer;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,0.15)}
.calc-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--terracotta-600);cursor:pointer;border:3px solid #fff}
.calc-value{font-family:'Fraunces',serif;font-size:1.5rem;font-weight:700;color:var(--earth-900);min-width:120px;text-align:right}
.calc-results{margin-top:2rem;padding-top:2rem;border-top:2px solid var(--sand-200)}
.calc-result-row{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 0}
.calc-result-row .lbl{font-size:0.95rem;color:var(--earth-600)}
.calc-result-row .val{font-family:'JetBrains Mono',monospace;font-weight:700;font-size:1.1rem}
.calc-result-row .val.loss{color:var(--terracotta-600)}
.calc-result-row .val.gain{color:var(--olive-600)}
.calc-result-total{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--sand-200)}
.calc-result-total .lbl{font-weight:700;font-size:1.1rem}
.calc-result-total .val{font-family:'Fraunces',serif;font-size:1.75rem;font-weight:700;color:var(--olive-600)}

/* ===== FOOTER ===== */
.site-footer{background:var(--bark);color:var(--sand-300);padding:var(--space-2xl) 0 var(--space-lg)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-xl)}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:var(--space-lg)}}
@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}
.footer-brand .nav-logo{color:var(--sand-50);margin-bottom:1rem}
.footer-brand .nav-logo span{color:var(--terracotta-400)}
.footer-brand p{font-size:0.9rem;color:var(--sand-400);max-width:300px;margin-bottom:1rem}
.footer-col h4{color:var(--sand-100);font-size:0.85rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:1rem;font-family:'Inter',sans-serif}
.footer-col ul{list-style:none;padding:0}
.footer-col ul li{margin-bottom:0.5rem}
.footer-col ul li a{color:var(--sand-400);font-size:0.9rem;transition:color .2s}
.footer-col ul li a:hover{color:var(--terracotta-400)}
.footer-social{display:flex;gap:1rem;margin-top:1rem}
.footer-social a{color:var(--sand-400);transition:color .2s}
.footer-social a:hover{color:var(--terracotta-400)}
.footer-bottom{border-top:1px solid var(--earth-700);margin-top:var(--space-xl);padding-top:var(--space-lg);display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;color:var(--sand-500)}
@media(max-width:600px){.footer-bottom{flex-direction:column;gap:0.5rem;text-align:center}}
.footer-bottom a{color:var(--sand-400)}

/* ===== UTILITIES ===== */
.mt-0{margin-top:0}.mt-1{margin-top:0.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}
.mb-0{margin-bottom:0}.mb-1{margin-bottom:0.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}
.text-terracotta{color:var(--terracotta-600)}
.text-olive{color:var(--olive-600)}
.text-earth{color:var(--earth-600)}
.bg-sand{background:var(--sand-100)}
.bg-earth{background:var(--earth-900)}
.bg-olive{background:var(--olive-50)}
.rounded{border-radius:var(--radius)}
.rounded-lg{border-radius:var(--radius-lg)}
.shadow{box-shadow:0 4px 20px rgba(42,37,29,0.06)}
.flex{display:flex}
.items-center{align-items:center}
.gap-1{gap:0.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}
.flex-wrap{flex-wrap:wrap}
.hidden{display:none}
.block{display:block}

/* ===== ANIMATIONS ===== */
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.animate-fade-up{animation:fadeUp 0.6s ease-out forwards}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.animate-float{animation:float 3s ease-in-out infinite}
.reveal{opacity:0;transform:translateY(30px);transition:opacity 0.6s ease,transform 0.6s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ===== ALERT BANNER ===== */
.alert-bar{background:var(--olive-600);color:var(--sand-50);text-align:center;padding:0.6rem 1rem;font-size:0.85rem;font-weight:500}
.alert-bar a{color:var(--sand-50);text-decoration:underline;font-weight:600}

/* ===== BREADCRUMB ===== */
.breadcrumb{display:flex;gap:0.5rem;font-size:0.85rem;color:var(--earth-500);margin-bottom:1.5rem;align-items:center}
.breadcrumb a{color:var(--earth-500)}
.breadcrumb a:hover{color:var(--terracotta-600)}
.breadcrumb .sep{color:var(--sand-400)}

/* ===== PAGE HERO ===== */
.page-hero{background:linear-gradient(180deg,var(--sand-100) 0%,var(--sand-50) 100%);padding:var(--space-2xl) 0 var(--space-xl);text-align:center}
.page-hero h1{margin-bottom:1rem}
.page-hero .lead{max-width:600px;margin:0 auto 1.5rem}

/* ===== TABLE ===== */
.table-wrap{overflow-x:auto}
table{width:100%;border-collapse:collapse;font-size:0.9rem}
th{text-align:left;padding:0.75rem 1rem;background:var(--sand-100);font-weight:600;color:var(--earth-700);border-bottom:2px solid var(--sand-200)}
td{padding:0.75rem 1rem;border-bottom:1px solid var(--sand-200);color:var(--earth-600)}
tr:hover td{background:var(--sand-50)}

/* ===== PROSE ===== */
.prose{max-width:680px;margin:0 auto}
.prose h2{margin-top:2.5rem;margin-bottom:1rem}
.prose h3{margin-top:2rem;margin-bottom:0.75rem}
.prose p{font-size:1.05rem;line-height:1.75;color:var(--earth-700);margin-bottom:1.25rem}
.prose ul,.prose ol{margin-bottom:1.25rem}
.prose li{margin-bottom:0.5rem;color:var(--earth-700)}
.prose blockquote{border-left:4px solid var(--terracotta-400);padding:0.5rem 1.5rem;margin:1.5rem 0;background:var(--sand-50);font-style:italic;color:var(--earth-600)}
.prose img{border-radius:var(--radius-lg);margin:1.5rem 0}

/* ===== HERO IMAGE SECTION (with real photo) ===== */
.hero-image-section{position:relative;border-radius:var(--radius-xl);overflow:hidden;height:400px;margin:var(--space-xl) 0}
.hero-image-section img{width:100%;height:100%;object-fit:cover}
.hero-image-section .overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(42,37,29,0.1) 0%,rgba(42,37,29,0.5) 100%)}
.hero-image-section .overlay-text{position:absolute;bottom:2rem;left:2rem;right:2rem;color:#fff}
.hero-image-section .overlay-text h3{color:#fff;font-size:1.5rem;margin-bottom:0.5rem}
.hero-image-section .overlay-text p{color:rgba(255,255,255,0.9);font-size:0.95rem}