/* ============================================================
   Klamp Construction Ltd — bold construction theme
   Charcoal + gold. Built on Bootstrap 5 (CDN).
   ============================================================ */

:root {
    --gold: #e0a82e;
    --gold-soft: #f0c45e;
    --gold-deep: #c2861a;
    --ink: #121419;
    --ink-2: #181b22;
    --steel: #21252e;
    --steel-line: #2e333d;
    --paper: #f6f4ef;
    --paper-2: #eae3d8;
    --muted: #9aa0ab;
    --muted-light: #6b7280;
    --white: #ffffff;
    --radius: 14px;
    --shadow-lg: 0 30px 70px -25px rgba(0, 0, 0, .55);
    --shadow-md: 0 18px 40px -22px rgba(0, 0, 0, .5);
    --ff-head: "Barlow Condensed", "Arial Narrow", sans-serif;
    --ff-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

* { scroll-behavior: smooth; }

body {
    font-family: var(--ff-body);
    color: #1c1f26;
    background: var(--paper);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, .display-1, .display-2, .display-3 {
    font-family: var(--ff-head);
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.02;
    text-transform: uppercase;
}

p { line-height: 1.7; }

a { text-decoration: none; }

.text-gold { color: var(--gold) !important; }
.bg-ink { background: var(--ink) !important; }
.bg-steel { background: var(--steel) !important; }

/* eyebrow / kicker */
.kicker {
    font-family: var(--ff-head);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: .82rem;
    color: var(--gold-deep);
    display: inline-flex;
    align-items: center;
    gap: .6rem;
}
.kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--gold);
    display: inline-block;
}
.kicker.center { justify-content: center; }
.kicker.on-dark { color: var(--gold); }

/* ---------------- Buttons ---------------- */
.btn { font-family: var(--ff-head); text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; border-radius: 6px; padding: .8rem 1.7rem; transition: all .25s ease; }
.btn-gold { background: var(--gold); color: var(--ink); border: 2px solid var(--gold); }
.btn-gold:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 24px -10px rgba(224,168,46,.6); }
.btn-outline-gold { background: transparent; color: var(--gold); border: 2px solid var(--gold); }
.btn-outline-gold:hover { background: var(--gold); color: var(--ink); transform: translateY(-2px); }
.btn-outline-ink { background: transparent; color: var(--ink); border: 2px solid var(--ink); }
.btn-outline-ink:hover { background: var(--ink); color: #fff; }
.btn-lg { padding: 1rem 2.2rem; font-size: 1.05rem; }

/* ---------------- Navbar ---------------- */
.navbar {
    background: rgba(18, 20, 25, .96);
    backdrop-filter: blur(8px);
    padding: .55rem 0;
    transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.navbar.scrolled { box-shadow: 0 10px 30px -12px rgba(0,0,0,.5); padding: .35rem 0; }
.navbar-brand { display: flex; align-items: center; gap: .65rem; }
.navbar-brand img { height: 38px; width: auto; }
.brand-word { font-family: var(--ff-head); text-transform: lowercase; font-weight: 700; font-size: 1.7rem; line-height: 1; color: #fff; letter-spacing: 0; }
.brand-word b { color: var(--gold); font-style: italic; }
.brand-word small { display: block; font-size: .62rem; letter-spacing: 3px; color: var(--muted); text-transform: uppercase; font-weight: 500; }
.navbar .nav-link {
    font-family: var(--ff-head);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 500;
    font-size: 1.02rem;
    color: #d7dae0 !important;
    margin: 0 .35rem;
    position: relative;
}
.navbar .nav-link::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.navbar .nav-link:hover::after, .navbar .nav-link.active::after { width: 100%; }
.navbar .nav-link.active, .navbar .nav-link:hover { color: #fff !important; }
.navbar-toggler { border-color: rgba(255,255,255,.25); }
.navbar-toggler:focus { box-shadow: none; }
.nav-phone { font-family: var(--ff-head); letter-spacing: 1px; }

/* ---------------- Hero ---------------- */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img, .hero__media video { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(95deg, rgba(11,12,16,.96) 0%, rgba(11,12,16,.85) 42%, rgba(11,12,16,.5) 75%, rgba(11,12,16,.35) 100%);
}
.hero__media::before {
    content: "";
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(0deg, rgba(11,12,16,.85) 0%, rgba(11,12,16,0) 30%);
}
.hero__content { position: relative; z-index: 2; padding: 8rem 0 4rem; }

.hero__eyebrow {
    display: inline-flex; align-items: center; gap: .55rem;
    font-family: var(--ff-head); text-transform: uppercase; letter-spacing: 3px;
    font-size: .82rem; font-weight: 600; color: var(--gold);
    background: rgba(224,168,46,.1); border: 1px solid rgba(224,168,46,.35);
    padding: .5rem 1.1rem; border-radius: 50px; margin-bottom: 1.6rem;
}
.hero__eyebrow svg { color: var(--gold); }

.hero__title { margin: 0 0 1.6rem; position: relative; padding-left: 1.4rem; }
.hero__title::before {
    content: ""; position: absolute; left: 0; top: .15em; bottom: .15em;
    width: 5px; border-radius: 4px;
    background: linear-gradient(180deg, var(--gold), var(--gold-deep));
}
.hero__title-top {
    display: block; font-size: clamp(1.4rem, 3.2vw, 2.4rem); font-weight: 600;
    color: #e9ebef; letter-spacing: 2px; margin-bottom: .15rem;
}
.hero__title-main {
    display: block; font-size: clamp(3rem, 9vw, 8rem); font-weight: 700;
    color: #fff; line-height: .95; letter-spacing: 1px;
    text-shadow: 0 4px 30px rgba(0,0,0,.5);
}
.hero__lead { font-size: 1.25rem; color: #d6d9df; max-width: 920px; margin-bottom: 2rem; }
.hero__lead strong { color: #fff; font-weight: 600; }
.hero__cta .btn { box-shadow: 0 14px 34px -16px rgba(0,0,0,.7); }
.btn-outline-light { color: #fff; border: 2px solid rgba(255,255,255,.55); background: transparent; }
.btn-outline-light:hover { background: #fff; color: var(--ink); border-color: #fff; transform: translateY(-2px); }

.hero__badges { display: flex; flex-wrap: wrap; gap: 1rem 1.8rem; margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.12); }
.hero__badge { display: flex; align-items: center; gap: .55rem; font-family: var(--ff-head); text-transform: uppercase; letter-spacing: 1px; font-size: .92rem; color: #e7e9ed; }
.hero__badge svg { color: var(--gold); flex: none; }
.hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,.6); font-size: .75rem; letter-spacing: 2px; text-transform: uppercase; font-family: var(--ff-head); }
.hero__scroll span { display: block; width: 1px; height: 38px; background: rgba(255,255,255,.4); margin: .5rem auto 0; animation: scrolldot 2s infinite; }
@keyframes scrolldot { 0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}50.1%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom} }

/* ---------------- Page header (inner pages) ---------------- */
.page-head { position: relative; color: #fff; padding: 9rem 0 4rem; overflow: hidden; }
.page-head__media { position: absolute; inset: 0; z-index: 0; }
.page-head__media img { width: 100%; height: 100%; object-fit: cover; }
.page-head__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,16,20,.86), rgba(15,16,20,.78)); }
.page-head .container { position: relative; z-index: 2; }
.page-head h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
.breadcrumb-gold { font-family: var(--ff-head); letter-spacing: 1px; text-transform: uppercase; font-size: .85rem; }
.breadcrumb-gold a { color: var(--gold); }
.breadcrumb-gold span { color: var(--muted); }

/* ---------------- Sections ---------------- */
.section { padding: 5.5rem 0; }
.section-dark { background: var(--ink); color: #e9ebef; }
.section-dark p { color: #b9bdc6; }
.section-tight { padding: 3.5rem 0; }
.section-title { font-size: clamp(2rem, 4vw, 3rem); margin-top: .6rem; }
.section-dark h2, .section-dark h3 { color: #fff; }

/* stat strip */
.stat-strip { background: linear-gradient(90deg, var(--gold-deep), var(--gold)); color: var(--ink); }
.stat { text-align: center; padding: 2.2rem 1rem; }
.stat__num { font-family: var(--ff-head); font-size: 3rem; font-weight: 700; line-height: 1; }
.stat__label { text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; font-size: .85rem; margin-top: .4rem; }

/* ---------------- Service cards ---------------- */
.service-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    height: 100%;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(0,0,0,.04);
    transition: transform .3s ease, box-shadow .3s ease;
    display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.service-card__img { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.service-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover .service-card__img img { transform: scale(1.07); }
.service-card__icon { position: absolute; bottom: -26px; left: 24px; width: 56px; height: 56px; border-radius: 12px; background: var(--gold); color: var(--ink); display: grid; place-items: center; box-shadow: 0 10px 20px -8px rgba(224,168,46,.7); }
.service-card__body { padding: 2.4rem 1.6rem 1.8rem; flex: 1; display: flex; flex-direction: column; }
.service-card__body h3 { font-size: 1.5rem; }
.service-card__body p { color: #5b616c; font-size: .96rem; }
.service-list { list-style: none; padding: 0; margin: .4rem 0 1.2rem; }
.service-list li { position: relative; padding-left: 1.5rem; margin-bottom: .45rem; font-size: .92rem; color: #41464f; }
.service-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); }
.service-card .more { margin-top: auto; font-family: var(--ff-head); text-transform: uppercase; letter-spacing: 1px; color: var(--gold-deep); font-weight: 600; }

/* ---------------- About / split ---------------- */
.img-frame { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.img-frame--tall { aspect-ratio: 3/4; }
.gold-accent { position: absolute; border: 4px solid var(--gold); border-radius: var(--radius); z-index: -1; }
.experience-badge { position: absolute; bottom: -28px; right: -18px; background: var(--gold); color: var(--ink); border-radius: 14px; padding: 1.2rem 1.5rem; box-shadow: var(--shadow-md); text-align: center; }
.experience-badge b { font-family: var(--ff-head); font-size: 2.6rem; line-height: 1; display: block; }
.experience-badge span { text-transform: uppercase; letter-spacing: 1px; font-size: .75rem; font-weight: 600; }
.feature-line { display: flex; gap: 1rem; margin-bottom: 1.4rem; }
.feature-line__icon { flex: none; width: 48px; height: 48px; border-radius: 10px; background: rgba(224,168,46,.12); color: var(--gold-deep); display: grid; place-items: center; }
.section-dark .feature-line__icon { background: rgba(224,168,46,.16); color: var(--gold); }
.feature-line h4 { font-size: 1.25rem; margin-bottom: .25rem; }
.feature-line p { margin: 0; font-size: .94rem; }

/* ---------------- Gallery ---------------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-bottom: 2.5rem; }
.filter-btn {
    font-family: var(--ff-head); text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600;
    font-size: .9rem; padding: .55rem 1.3rem; border-radius: 50px; border: 2px solid #dcd7cf;
    background: transparent; color: #4a4f58; cursor: pointer; transition: all .2s ease;
}
.filter-btn:hover { border-color: var(--gold); color: var(--gold-deep); }
.filter-btn.active { background: var(--ink); border-color: var(--ink); color: #fff; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
@media (max-width: 991px){ .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px){ .gallery-grid { grid-template-columns: 1fr; } }
.gallery-item {
    position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 4/3;
    cursor: pointer; box-shadow: var(--shadow-md);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(15,16,20,.9) 0%, rgba(15,16,20,0) 55%);
    display: flex; flex-direction: column; justify-content: flex-end; padding: 1.1rem;
    opacity: 0; transition: opacity .3s ease;
}
.gallery-item:hover .gallery-item__overlay { opacity: 1; }
.gallery-item__cat { font-family: var(--ff-head); text-transform: uppercase; letter-spacing: 1.5px; font-size: .72rem; color: var(--gold); }
.gallery-item__cap { color: #fff; font-weight: 500; font-size: .95rem; line-height: 1.3; }
.gallery-item__zoom { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 50%; background: var(--gold); color: var(--ink); display: grid; place-items: center; opacity: 0; transform: scale(.7); transition: all .3s ease; }
.gallery-item:hover .gallery-item__zoom { opacity: 1; transform: scale(1); }

/* lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(8,9,12,.94); z-index: 1080; display: none; align-items: center; justify-content: center; padding: 2rem; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 82vh; border-radius: 8px; box-shadow: var(--shadow-lg); }
.lightbox__cap { position: absolute; bottom: 28px; left: 0; right: 0; text-align: center; color: #fff; font-size: 1rem; }
.lightbox__close { position: absolute; top: 22px; right: 28px; color: #fff; font-size: 2.4rem; line-height: 1; cursor: pointer; background: none; border: 0; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.1); color: #fff; border: 0; width: 52px; height: 52px; border-radius: 50%; font-size: 1.6rem; cursor: pointer; transition: background .2s; }
.lightbox__nav:hover { background: var(--gold); color: var(--ink); }
.lightbox__nav.prev { left: 20px; }
.lightbox__nav.next { right: 20px; }

/* ---------------- Process steps ---------------- */
.step { text-align: center; padding: 1rem; }
.step__num { font-family: var(--ff-head); font-size: 3.4rem; font-weight: 700; color: transparent; -webkit-text-stroke: 1.5px var(--gold); line-height: 1; }
.step h4 { margin: .6rem 0 .4rem; font-size: 1.3rem; }
.step p { color: var(--muted); font-size: .92rem; }

/* ---------------- Testimonials ---------------- */
.quote-card { background: var(--steel); border: 1px solid var(--steel-line); border-radius: var(--radius); padding: 2rem; height: 100%; }
.quote-card .stars { color: var(--gold); letter-spacing: 3px; margin-bottom: .8rem; }
.quote-card p { color: #cfd3da; font-style: italic; }
.quote-card .who { font-family: var(--ff-head); text-transform: uppercase; letter-spacing: 1px; color: #fff; margin-top: 1rem; }
.quote-card .who span { display: block; color: var(--gold); font-size: .8rem; letter-spacing: 1px; }

/* ---------------- CTA band ---------------- */
.cta-band { position: relative; color: #fff; padding: 5rem 0; overflow: hidden; }
.cta-band__media { position: absolute; inset: 0; z-index: 0; }
.cta-band__media img { width: 100%; height: 100%; object-fit: cover; }
.cta-band__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(194,134,26,.95), rgba(18,20,25,.92)); }
.cta-band .container { position: relative; z-index: 2; }

/* ---------------- Contact ---------------- */
.contact-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 2.4rem; }
.contact-info-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.contact-info-item__icon { flex: none; width: 50px; height: 50px; border-radius: 12px; background: var(--gold); color: var(--ink); display: grid; place-items: center; }
.contact-info-item h5 { font-size: 1.15rem; margin-bottom: .15rem; }
.contact-info-item p, .contact-info-item a { margin: 0; color: #c7cbd3; }
.contact-info-item a:hover { color: var(--gold); }
.form-control, .form-select { border-radius: 8px; border: 1.5px solid #d9d4ca; padding: .8rem 1rem; background: #fbfaf7; }
.form-control:focus, .form-select:focus { border-color: var(--gold); box-shadow: 0 0 0 .2rem rgba(224,168,46,.18); }
.form-label { font-family: var(--ff-head); text-transform: uppercase; letter-spacing: 1px; font-size: .85rem; font-weight: 600; color: #41464f; }
.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---------------- Footer ---------------- */
.site-footer { background: #0d0e12; color: #aeb3bd; padding: 4rem 0 0; }
.site-footer h5 { color: #fff; font-size: 1.2rem; margin-bottom: 1.2rem; }
.site-footer a { color: #aeb3bd; }
.site-footer a:hover { color: var(--gold); }
.footer-brand img { height: 56px; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: .6rem; }
.footer-contact li { display: flex; gap: .7rem; margin-bottom: .8rem; }
.footer-contact svg { color: var(--gold); flex: none; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); margin-top: 3rem; padding: 1.4rem 0; font-size: .85rem; }
.footer-credit { color: #8b909b; }
.footer-credit a { color: var(--gold); font-weight: 600; }
.footer-credit a:hover { color: var(--gold-soft); text-decoration: underline; }

/* floating call button (mobile) */
.float-call { position: fixed; right: 18px; bottom: 18px; z-index: 1050; width: 58px; height: 58px; border-radius: 50%; background: var(--gold); color: var(--ink); display: grid; place-items: center; box-shadow: 0 12px 28px -8px rgba(0,0,0,.5); animation: pulse 2.4s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(224,168,46,.55)} 70%{box-shadow:0 0 0 16px rgba(224,168,46,0)} 100%{box-shadow:0 0 0 0 rgba(224,168,46,0)} }

/* ---------------- Document cards ---------------- */
.doc-card {
    background: #fff; border-radius: var(--radius); overflow: hidden; height: 100%;
    box-shadow: var(--shadow-md); border: 1px solid rgba(0,0,0,.05);
    display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease;
}
.doc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.doc-card__media { position: relative; aspect-ratio: 16/11; overflow: hidden; background: #2a2e37; cursor: pointer; }
.doc-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.doc-card:hover .doc-card__media img { transform: scale(1.05); }
.doc-card__view {
    position: absolute; left: 0; right: 0; bottom: 0; padding: .6rem 1rem;
    background: linear-gradient(to top, rgba(15,16,20,.85), transparent);
    color: #fff; font-size: .82rem; font-family: var(--ff-head); text-transform: uppercase; letter-spacing: 1px;
    display: flex; align-items: center; gap: .4rem;
}
.doc-card__view svg { color: var(--gold); }
.doc-card__media--pdf {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .6rem;
    color: var(--gold);
    background: linear-gradient(135deg, var(--steel), var(--ink));
}
.doc-card__pdf-badge {
    font-family: var(--ff-head); font-weight: 700; letter-spacing: 2px; color: #fff;
    background: var(--gold-deep); padding: .15rem .7rem; border-radius: 5px; font-size: .85rem;
}
.doc-card__body { padding: 1.4rem 1.5rem 1.6rem; flex: 1; display: flex; flex-direction: column; }
.doc-card__head { display: flex; align-items: center; gap: .7rem; margin-bottom: .7rem; }
.doc-card__icon { flex: none; width: 40px; height: 40px; border-radius: 9px; background: rgba(224,168,46,.14); color: var(--gold-deep); display: grid; place-items: center; }
.doc-card__body h3 { font-size: 1.2rem; margin: 0; line-height: 1.1; }
.doc-card__body p { color: #5b616c; font-size: .92rem; margin-bottom: 0; }
.doc-card--pdf .more { margin-top: auto; padding-top: .8rem; color: var(--gold-deep); font-family: var(--ff-head); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

/* ---------------- FAQ accordion ---------------- */
.klamp-accordion .accordion-item { background: transparent; border: 0; border-bottom: 1px solid rgba(0,0,0,.1); }
.section-dark .klamp-accordion .accordion-item { border-bottom-color: rgba(255,255,255,.12); }
.klamp-accordion .accordion-button {
    font-family: var(--ff-head); text-transform: uppercase; letter-spacing: .5px;
    font-size: 1.15rem; font-weight: 600; padding: 1.3rem .25rem; background: transparent;
    color: var(--ink); box-shadow: none;
}
.section-dark .klamp-accordion .accordion-button { color: #fff; }
.klamp-accordion .accordion-button:not(.collapsed) { color: var(--gold-deep); background: transparent; box-shadow: none; }
.section-dark .klamp-accordion .accordion-button:not(.collapsed) { color: var(--gold); }
.klamp-accordion .accordion-button:focus { box-shadow: none; }
.klamp-accordion .accordion-button::after {
    width: 1.1rem; height: 1.1rem; background-size: 1.1rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23c2861a' stroke-width='3' stroke-linecap='round' viewBox='0 0 24 24'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");
}
.section-dark .klamp-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23e0a82e' stroke-width='3' stroke-linecap='round' viewBox='0 0 24 24'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");
}
.klamp-accordion .accordion-body { padding: 0 .25rem 1.4rem; color: #5b616c; line-height: 1.7; font-size: 1rem; }
.section-dark .klamp-accordion .accordion-body { color: #b9bdc6; }

/* page-head lead text */
.page-head .lead { color: #d6d9df !important; }

/* ---------------- Reveal on scroll ---------------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------------- Misc ---------------- */
.divider-gold { width: 70px; height: 4px; background: var(--gold); border-radius: 4px; }
.badge-soft { background: rgba(224,168,46,.14); color: var(--gold-deep); font-family: var(--ff-head); letter-spacing: 1px; text-transform: uppercase; padding: .4rem .9rem; border-radius: 50px; font-size: .8rem; font-weight: 600; }
.section-dark .badge-soft { color: var(--gold); }

@media (max-width: 767px){
    .section { padding: 3.5rem 0; }
    .experience-badge { right: 12px; bottom: -22px; padding: .9rem 1.1rem; }
    .experience-badge b { font-size: 2rem; }
    .hero { min-height: 92vh; }
}
