/* =====================================================================
   Samdani & Hamirwasia — v2 redesign
   Warm cream canvas, light geometric display type, rounded body type,
   navy + green accents drawn from the statutory CA mark, flat illustration cues.
   ===================================================================== */

/* ---------- self-hosted fonts (latin) ---------- */
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 300; font-display: swap; src: url("fonts/poppins-300.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/poppins-400.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/poppins-500.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/poppins-600.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/poppins-700.woff2") format("woff2"); }
@font-face { font-family: "Nunito"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/nunito-400.woff2") format("woff2"); }
@font-face { font-family: "Nunito"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/nunito-600.woff2") format("woff2"); }
@font-face { font-family: "Nunito"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/nunito-700.woff2") format("woff2"); }
@font-face { font-family: "Nunito"; font-style: normal; font-weight: 800; font-display: swap; src: url("fonts/nunito-800.woff2") format("woff2"); }
@font-face { font-family: "Nunito"; font-style: normal; font-weight: 900; font-display: swap; src: url("fonts/nunito-900.woff2") format("woff2"); }

:root {
    --cream: #f4f1e7;
    --cream-2: #efeadb;
    --cream-3: #eae3d1;
    --ink: #262421;
    --ink-soft: #5d574e;
    --ink-faint: #8a8377;
    /* Primary brand = the navy of the statutory CA mark */
    --orange: #1c4f6b;
    --orange-deep: #143a50;
    --orange-tint: #d8e6ee;
    /* Secondary brand = the green of the CA mark */
    --green: #5fa23a;
    --green-deep: #4c8330;
    --green-tint: #e3efd7;
    /* Warm tertiary pop */
    --yellow: #e3b24a;
    --blue: #3f86b8;
    --navy-dark: #15303f;
    --line: rgba(20, 48, 64, 0.12);
    --line-strong: rgba(20, 48, 64, 0.26);
    --card: #fbf9f2;
    --shadow: 0 24px 60px -32px rgba(38, 36, 33, 0.45);
    --display: "Poppins", "Segoe UI", sans-serif;
    --body: "Nunito", "Segoe UI", sans-serif;
    --wrap: 1200px;
    --radius: 26px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 104px; }

body.v2 {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: var(--body);
    font-weight: 600;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 300; color: var(--ink); margin: 0; line-height: 1.08; letter-spacing: -0.015em; overflow-wrap: break-word; }
h1 strong, h2 strong, h3 strong { font-weight: 700; color: var(--ink); }
p { margin: 0; }

/* ---------- shared layout helpers ---------- */
.v2-wrap { width: min(100% - 48px, var(--wrap)); margin-inline: auto; }
.v2-section { padding: clamp(64px, 9vw, 130px) 0; position: relative; }
.v2-section--tint { background: var(--cream-2); }
.v2-section--ink {
    color: #eef3f5;
    background:
        radial-gradient(900px 520px at 88% -12%, rgba(95,162,58,.16), transparent 60%),
        radial-gradient(760px 520px at -8% 118%, rgba(58,111,184,.16), transparent 55%),
        var(--navy-dark);
}
.v2-section--ink::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background-image: radial-gradient(rgba(244,241,231,.05) 1px, transparent 1.4px);
    background-size: 24px 24px;
    -webkit-mask-image: radial-gradient(80% 80% at 50% 30%, #000, transparent 75%);
            mask-image: radial-gradient(80% 80% at 50% 30%, #000, transparent 75%);
}
.v2-section--ink > * { position: relative; }
.v2-section--ink h1, .v2-section--ink h2, .v2-section--ink h3 { color: #f7f4ec; }
.v2-section--ink h2 strong { color: #fff; }

.v2-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--body); font-weight: 800; font-size: 12.5px;
    letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-deep);
    margin: 0 0 18px;
}
.v2-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--green); border-radius: 2px; }
.v2-section--ink .v2-eyebrow { color: #8ecc6a; }
.v2-section--ink .v2-eyebrow::before { background: #8ecc6a; }

.v2-display { font-size: clamp(2.3rem, 5.2vw, 4.4rem); }
.v2-h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
.v2-h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
.v2-lead { font-family: var(--body); font-weight: 700; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: var(--ink-soft); line-height: 1.55; }
.v2-body { color: var(--ink-soft); font-weight: 600; }

.v2-section-head { max-width: 720px; margin-bottom: clamp(40px, 5vw, 64px); }
.v2-section-head.center { margin-inline: auto; text-align: center; }
.v2-section-head.center .v2-eyebrow { justify-content: center; }
.v2-section-head p { margin-top: 18px; }

/* ---------- buttons ---------- */
.v2-btn {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: var(--body); font-weight: 800; font-size: 15px;
    padding: 15px 30px; border-radius: 999px; border: 2px solid var(--orange);
    color: var(--orange); background: transparent; cursor: pointer;
    transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}
.v2-btn svg { width: 18px; height: 18px; }
.v2-btn .arrow { transition: transform .25s ease; }
.v2-btn:hover { background: var(--orange); color: #fff; transform: translateY(-2px); }
.v2-btn:hover .arrow { transform: translateX(4px); }
.v2-btn--solid { background: var(--orange); color: #fff; box-shadow: 0 18px 36px -20px rgba(28,79,107,.8); }
.v2-btn--solid:hover { background: var(--orange-deep); border-color: var(--orange-deep); }
.v2-btn--ghost { border-color: var(--line-strong); color: var(--ink); padding: 11px 22px; font-size: 14px; }
.v2-btn--ghost:hover { background: var(--ink); border-color: var(--ink); color: var(--cream); }
.v2-btn--light { border-color: rgba(244,241,231,.4); color: #f4f1e7; }
.v2-btn--light:hover { background: #f4f1e7; color: var(--ink); border-color: #f4f1e7; }
.v2-btn-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }

.v2-textlink { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--orange); }
.v2-textlink .arrow { transition: transform .25s ease; }
.v2-textlink:hover .arrow { transform: translateX(5px); }

/* ---------- header ---------- */
.v2-header {
    position: sticky; top: 0; z-index: 50; padding: 22px 0;
    border-bottom: 1px solid transparent;
    transition: background .3s, box-shadow .3s, border-color .3s;
}
.v2-header.is-stuck {
    background: rgba(244,241,231,.94); backdrop-filter: blur(12px);
    border-bottom-color: var(--line);
    box-shadow: 0 10px 30px -24px rgba(38,36,33,.6);
}
.v2-header-inner {
    display: flex; align-items: center; gap: 28px;
    width: min(100% - 48px, var(--wrap)); margin: 0 auto;
}
.v2-brand { display: flex; align-items: center; margin-right: auto; }
.v2-brand-logo { height: 46px; width: auto; display: block; object-fit: contain; }
.v2-nav { display: flex; gap: 30px; }
.v2-nav a { font-weight: 700; font-size: 15.5px; color: var(--ink-soft); position: relative; padding: 4px 0; }
.v2-nav a:hover { color: var(--ink); }
.v2-nav a[aria-current="page"] { color: var(--orange); }
.v2-header-cta { margin-left: 4px; }
.v2-menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.v2-menu-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }

/* ---------- hero ---------- */
.v2-hero { padding: clamp(36px, 6vw, 80px) 0 clamp(60px, 8vw, 110px); position: relative; }
.v2-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.v2-hero h1 { font-size: clamp(2.4rem, 4.6vw, 3.85rem); margin-bottom: 26px; }
.v2-hero .v2-lead { max-width: 30ch; }
.v2-hero-art { position: relative; display: grid; place-items: center; }
.v2-hero-art img { width: 100%; max-width: 460px; }
.v2-hero-blob { position: absolute; inset: 6% 4%; z-index: -1; }

/* decorative flat illustration scene (SVG-driven) */
.v2-scene { width: 100%; max-width: 480px; }
.v2-scene--sm { max-width: 360px; }

/* floating colour dots */
.v2-dots { position: absolute; inset: 0; pointer-events: none; }
.v2-dots i { position: absolute; border-radius: 50%; }
.v2-dot-y { background: var(--yellow); } .v2-dot-g { background: var(--green); }
.v2-dot-b { background: var(--blue); } .v2-dot-o { background: var(--orange); }

/* ---------- "how it works" / numbered ---------- */
.v2-howto { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.v2-step {
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 34px 30px; position: relative; transition: transform .3s ease, box-shadow .3s ease;
}
.v2-step:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.v2-step .num {
    font-family: var(--display); font-weight: 300; font-size: 2.4rem; color: var(--orange);
    line-height: 1; display: block; margin-bottom: 18px;
}
.v2-step h3 { font-weight: 600; font-size: 1.25rem; margin-bottom: 10px; }
.v2-step p { color: var(--ink-soft); font-size: 15.5px; }

/* ---------- generic card grid ---------- */
.v2-grid { display: grid; gap: 26px; }
.v2-grid--2 { grid-template-columns: repeat(2, 1fr); }
.v2-grid--3 { grid-template-columns: repeat(3, 1fr); }
.v2-grid--4 { grid-template-columns: repeat(4, 1fr); }

.v2-card {
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 32px; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    display: flex; flex-direction: column; height: 100%;
}
.v2-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--orange-tint); }
.v2-card h3 { font-weight: 600; font-size: 1.3rem; margin-bottom: 12px; }
.v2-card p { color: var(--ink-soft); font-size: 15.5px; }
.v2-card .v2-textlink { margin-top: auto; padding-top: 22px; }

/* client-questions cards (distinct from the services grid) */
.v2-qcard-label { align-self: flex-start; font-weight: 800; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--green-deep); background: var(--green-tint); padding: 7px 15px; border-radius: 999px; }
.v2-qlist { list-style: none; padding: 0; margin: 18px 0 0; }
.v2-qlist li { display: flex; gap: 13px; align-items: flex-start; padding: 15px 0; border-top: 1px solid var(--line); color: var(--ink); font-weight: 600; font-size: 15.5px; line-height: 1.5; }
.v2-qlist li:first-child { border-top: 0; padding-top: 4px; }
.v2-qlist .q { flex: none; width: 25px; height: 25px; border-radius: 50%; background: var(--orange-tint); color: var(--orange-deep); display: grid; place-items: center; font-family: var(--display); font-weight: 600; font-size: 15px; margin-top: 1px; }

/* blog category filter */
.v2-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: clamp(28px, 3.5vw, 42px); }
.v2-filter-chip {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--body); font-weight: 800; font-size: 14px; color: var(--ink-soft);
    background: var(--card); border: 1.5px solid var(--line-strong); border-radius: 999px;
    padding: 9px 18px; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.v2-filter-chip:hover { color: var(--ink); border-color: var(--orange); transform: translateY(-2px); }
.v2-filter-chip.is-active { background: var(--orange); border-color: var(--orange); color: #fff; }
.v2-filter-count {
    font-size: 11.5px; font-weight: 800; line-height: 1; padding: 3px 7px; border-radius: 999px;
    background: var(--cream-2); color: var(--ink-soft);
}
.v2-filter-chip.is-active .v2-filter-count { background: rgba(255,255,255,.22); color: #fff; }
.v2-card[hidden] { display: none; }

/* insights / listing filler card */
.v2-card--cta { background: var(--cream-2); border: 1.5px dashed var(--line-strong); }
.v2-card--cta:hover { border-style: solid; border-color: var(--green); }
.v2-card--cta .v2-tag { background: var(--green-tint); color: var(--green-deep); }
.v2-card--cta .v2-textlink { color: var(--green-deep); }

/* service cards with index + icon */
.v2-service-card { position: relative; }
.v2-service-card .idx { font-family: var(--display); font-weight: 300; color: var(--ink-faint); font-size: 1rem; letter-spacing: .12em; }
.v2-service-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 18px 0 22px; color: var(--orange); }
.v2-service-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- firm split ---------- */
.v2-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.v2-split.narrow-art { grid-template-columns: 1.1fr 0.9fr; }
.v2-feature-list { display: grid; gap: 18px; margin-top: 32px; }
.v2-feature-list li { list-style: none; display: flex; gap: 14px; align-items: flex-start; }
.v2-feature-list .tick { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--green-tint); color: var(--green-deep); display: grid; place-items: center; font-weight: 900; font-size: 13px; margin-top: 2px; }
.v2-feature-list strong { font-weight: 800; color: var(--ink); }

/* chips */
.v2-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.v2-chip { padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--line-strong); font-weight: 700; font-size: 14px; color: var(--ink); background: var(--cream); }

/* ---------- stats ---------- */
.v2-proof-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: clamp(40px, 5vw, 60px); }
.v2-proof-head h2 { max-width: 18ch; }
.v2-proof-head .v2-btn { flex: none; }

.v2-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.v2-stats--3 { grid-template-columns: repeat(3, 1fr); }
.v2-stats--2 { grid-template-columns: repeat(2, 1fr); }
.v2-stats--1 { grid-template-columns: minmax(0, 360px); }
.v2-stat {
    text-align: left;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px 26px 28px;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.v2-stat::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--green), rgba(95,162,58,0));
}
.v2-stat:hover { transform: translateY(-6px); border-color: var(--orange-tint); box-shadow: var(--shadow); }
.v2-stat-icon { display: block; width: 30px; height: 30px; margin-bottom: 20px; color: var(--green); }
.v2-stat-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.v2-stat strong { display: block; font-family: var(--display); font-weight: 300; font-size: clamp(2.4rem, 4.5vw, 3.6rem); color: var(--orange); line-height: 1; font-variant-numeric: tabular-nums; }
.v2-stat span { display: block; margin-top: 14px; color: var(--ink-soft); font-size: 14.5px; font-weight: 700; line-height: 1.45; }

/* dark variant (e.g. About page stats) */
.v2-section--ink .v2-stat { background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); border-color: rgba(244,241,231,.14); }
.v2-section--ink .v2-stat::before { box-shadow: 0 0 18px rgba(95,162,58,.5); }
.v2-section--ink .v2-stat:hover { border-color: rgba(95,162,58,.55); box-shadow: 0 28px 54px -30px rgba(0,0,0,.75); }
.v2-section--ink .v2-stat strong { background: linear-gradient(160deg, #f3c863, #dca636); -webkit-background-clip: text; background-clip: text; color: transparent; }
.v2-section--ink .v2-stat span { color: rgba(244,241,231,.72); }

.v2-proof-points {
    list-style: none;
    padding: 0;
    margin: 40px auto 0;
    max-width: 920px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.v2-proof-points li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    color: var(--ink-soft);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    padding: 16px 20px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 18px;
}
.v2-proof-points .tick {
    flex: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--green-tint);
    color: var(--green-deep);
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
    margin-top: 2px;
}

@media (max-width: 860px) {
    .v2-proof-head { flex-direction: column; align-items: flex-start; gap: 24px; }
}
@media (max-width: 800px) {
    .v2-proof-points { grid-template-columns: 1fr; }
}

/* ---------- industries (grouped rows) ---------- */
.v2-industry-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 1100px;
    margin-inline: auto;
    padding: 0 20px;
}
.v2-industry-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.v2-industry-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 11.5px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--ink-faint);
    margin-inline: auto;
}
.v2-industry-label::before,
.v2-industry-label::after {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--line);
}
.v2-industry-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.v2-chip-ind {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 10px 22px 10px 10px; background: var(--card);
    border: 1px solid var(--line); border-radius: 999px;
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.v2-chip-ind:hover { border-color: var(--orange-tint); transform: translateY(-3px); box-shadow: var(--shadow); }
.v2-chip-ind .glyph { flex: none; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--orange-tint); color: var(--orange-deep); }
.v2-chip-ind .glyph svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.v2-chip-ind strong { display: block; font-weight: 800; font-size: 14.5px; line-height: 1.2; }

/* group color coding */
.v2-industry-group:first-child .v2-chip-ind .glyph { background: var(--green-tint); color: var(--green-deep); }
.v2-industry-group:first-child .v2-chip-ind:hover { border-color: var(--green-tint); }
.v2-industry-group:last-child .v2-chip-ind .glyph { background: var(--orange-tint); color: var(--orange-deep); }
.v2-industry-group:last-child .v2-chip-ind:hover { border-color: var(--orange-tint); }

@media (max-width: 640px) {
    .v2-industry-grid { gap: 22px; padding: 0 14px; }
    .v2-industry-row { gap: 10px; }
    .v2-chip-ind { padding: 8px 16px 8px 8px; gap: 9px; }
    .v2-chip-ind .glyph { width: 36px; height: 36px; }
    .v2-chip-ind .glyph svg { width: 18px; height: 18px; }
    .v2-chip-ind strong { font-size: 13.5px; }
}

/* ---------- questions strip ---------- */
.v2-question { font-family: var(--display); font-weight: 300; font-size: clamp(1.15rem, 1.9vw, 1.6rem); line-height: 1.4; padding: 22px 0; border-bottom: 1px solid rgba(244,241,231,.18); }
.v2-question:last-child { border-bottom: 0; }
.v2-qcol h3 { font-weight: 600; font-size: 1.3rem; margin-bottom: 8px; }
.v2-qcol .v2-question { font-size: clamp(1rem, 1.4vw, 1.15rem); border-color: rgba(244,241,231,.16); }

/* ---------- team ---------- */
.v2-team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 26px; }
.v2-member { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; display: flex; flex-direction: column; }
.v2-member:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.v2-member-photo { aspect-ratio: 4 / 3.4; overflow: hidden; background: var(--cream-2); }
.v2-member-photo img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.v2-member-body { padding: 26px 26px 28px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.v2-member-body .cred { font-weight: 800; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); }
.v2-member-body h3 { font-weight: 600; font-size: 1.35rem; }
.v2-member-body .focus { color: var(--ink-soft); font-weight: 700; font-size: 15px; }
.v2-member-actions { display: flex; align-items: center; flex-wrap: nowrap; gap: 14px; margin-top: auto; padding-top: 18px; }
.v2-member-actions .v2-textlink { white-space: nowrap; }
.v2-linkedin { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--line-strong); display: grid; place-items: center; font-weight: 900; font-size: 13px; color: var(--ink); }
.v2-linkedin:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.v2-linkedin.is-off { opacity: .35; pointer-events: none; }

/* ---------- detail layout (services / subservices / team detail) ---------- */
.v2-detail { display: grid; grid-template-columns: 1fr 280px; gap: clamp(36px, 5vw, 72px); align-items: start; }
.v2-detail-main > * + * { margin-top: clamp(40px, 5vw, 64px); }
.v2-detail-main h2 { font-weight: 400; }
.v2-detail-main p.intro { color: var(--ink-soft); font-weight: 600; font-size: 1.1rem; line-height: 1.7; margin-top: 16px; }
.v2-side { position: sticky; top: 100px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.v2-side h3 { font-weight: 600; font-size: 1.05rem; margin-bottom: 16px; }
.v2-side a { display: block; padding: 11px 14px; border-radius: 12px; font-weight: 700; font-size: 14.5px; color: var(--ink-soft); }
.v2-side a:hover { background: var(--cream-2); color: var(--ink); }
.v2-side a.active { background: var(--orange); color: #fff; }

.v2-scope { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; }
.v2-scope-item { display: flex; gap: 16px; padding: 22px; background: var(--card); border: 1px solid var(--line); border-radius: 18px; }
.v2-scope-item span { font-family: var(--display); font-weight: 300; color: var(--orange); font-size: 1.1rem; }
.v2-scope-item p { color: var(--ink-soft); font-size: 15px; }

.v2-checklist { display: grid; gap: 12px; margin-top: 22px; padding: 0; }
.v2-checklist li { list-style: none; display: flex; gap: 12px; align-items: flex-start; color: var(--ink-soft); font-weight: 600; }
.v2-checklist .tick { flex: none; width: 22px; height: 22px; border-radius: 6px; background: var(--green-tint); color: var(--green-deep); display: grid; place-items: center; font-weight: 900; font-size: 12px; margin-top: 2px; }

.v2-focus-card { background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.v2-focus-card .head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 18px; }
.v2-focus-card .head strong { font-family: var(--display); font-weight: 300; font-size: 2.2rem; color: var(--orange); }
.v2-focus-card .head span { font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; color: var(--ink-faint); }
.v2-focus-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; }
.v2-focus-list li { list-style: none; padding: 8px 16px; background: var(--cream); border: 1px solid var(--line); border-radius: 999px; font-weight: 700; font-size: 14px; }

/* ---------- process ---------- */
.v2-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.v2-process-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; position: relative; }
.v2-process-card span { font-family: var(--display); font-weight: 300; font-size: 1.6rem; color: var(--orange); display: block; margin-bottom: 14px; }
.v2-process-card p { color: var(--ink-soft); font-size: 15px; }

/* ---------- faq ---------- */
.v2-faq { max-width: 820px; margin-inline: auto; display: grid; gap: 14px; }
.v2-faq details { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 6px 26px; transition: border-color .25s; }
.v2-faq details[open] { border-color: var(--orange-tint); }
.v2-faq summary { list-style: none; cursor: pointer; font-family: var(--display); font-weight: 400; font-size: 1.12rem; padding: 20px 36px 20px 0; position: relative; }
.v2-faq summary::-webkit-details-marker { display: none; }
.v2-faq summary::after { content: "+"; position: absolute; right: 0; top: 18px; font-family: var(--display); font-weight: 300; font-size: 1.6rem; color: var(--orange); transition: transform .25s; }
.v2-faq details[open] summary::after { transform: rotate(45deg); }
.v2-faq details p { color: var(--ink-soft); padding: 0 0 22px; font-size: 15.5px; line-height: 1.7; }

/* ---------- CTA band ---------- */
.v2-cta { background: var(--card); border: 1px solid var(--line); border-radius: 36px; padding: clamp(40px, 5vw, 70px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 64px); align-items: start; }
.v2-cta-note { margin-top: 28px; padding: 18px 22px; background: var(--cream-2); border-radius: 16px; font-size: 14.5px; color: var(--ink-soft); font-weight: 700; }

/* ---------- appointment form (livewire) ---------- */
.appointment-form { display: grid; gap: 16px; }
.appointment-form .field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.appointment-form label { display: grid; gap: 8px; }
.appointment-form label span { font-weight: 800; font-size: 13px; letter-spacing: .04em; color: var(--ink); }
.appointment-form input, .appointment-form select, .appointment-form textarea {
    font-family: var(--body); font-weight: 600; font-size: 15px; color: var(--ink);
    background: var(--cream); border: 1.5px solid var(--line-strong); border-radius: 14px; padding: 13px 16px; width: 100%;
}
.appointment-form input:focus, .appointment-form select:focus, .appointment-form textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px var(--orange-tint); }
.appointment-form textarea { resize: vertical; }
.appointment-form small { color: var(--orange-deep); font-weight: 700; font-size: 12.5px; }
.appointment-form .button { all: unset; }
.appointment-form button[type="submit"] {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: var(--body); font-weight: 800; font-size: 15px; cursor: pointer;
    padding: 15px 30px; border-radius: 999px; border: 2px solid var(--orange);
    background: var(--orange); color: #fff; transition: background .25s, transform .25s;
    justify-self: start;
}
.appointment-form button[type="submit"]:hover { background: var(--orange-deep); border-color: var(--orange-deep); transform: translateY(-2px); }
.form-success { background: #e8f5ee; border: 1.5px solid var(--green); color: #1c6b48; border-radius: 14px; padding: 16px 18px; font-weight: 700; font-size: 15px; }

.v2-form-panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 3.5vw, 44px); }

/* ---------- contact ---------- */
.v2-contact-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 32px; align-items: start; }
.v2-contact-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.v2-contact-card address { font-style: normal; display: grid; gap: 4px; color: var(--ink-soft); font-weight: 700; margin: 18px 0 24px; }
.v2-contact-methods { display: grid; gap: 12px; margin-bottom: 24px; }
.v2-contact-methods a { display: grid; gap: 2px; padding: 14px 18px; background: var(--cream-2); border-radius: 14px; }
.v2-contact-methods span { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); }
.v2-contact-methods strong { font-weight: 800; color: var(--ink); }
.v2-map { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.v2-map iframe { width: 100%; height: 240px; border: 0; display: block; }

/* ---------- blog ---------- */
.v2-article { max-width: 760px; margin-inline: auto; }
.v2-article .meta { display: flex; gap: 18px; color: var(--ink-faint); font-weight: 700; font-size: 14px; margin-bottom: 30px; }
.v2-article h2 { font-weight: 400; font-size: clamp(1.5rem, 2.4vw, 2rem); margin: 38px 0 14px; }
.v2-article h3 { font-weight: 600; font-size: 1.25rem; margin: 28px 0 10px; }
.v2-article p { color: var(--ink-soft); font-weight: 600; margin-bottom: 18px; line-height: 1.8; }
.v2-article ul { padding-left: 22px; margin-bottom: 18px; color: var(--ink-soft); font-weight: 600; }
.v2-article li { margin-bottom: 8px; }
.v2-tag { align-self: flex-start; display: inline-block; width: auto; padding: 6px 14px; background: var(--orange-tint); color: var(--orange-deep); border-radius: 999px; font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

/* ---------- page hero (interior) ---------- */
.v2-pagehero { padding: clamp(40px, 5vw, 76px) 0 clamp(36px, 4vw, 56px); }
.v2-pagehero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.v2-pagehero h1 { font-size: clamp(2.2rem, 4.6vw, 3.7rem); margin-bottom: 22px; }
.v2-pagehero .v2-lead { max-width: 52ch; }
.v2-pagehero-art { display: grid; place-items: center; }
.v2-pagehero-art .v2-scene { width: 100%; max-width: 420px; }

/* ---------- reveal ---------- */
.v2-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.v2-reveal.is-visible { opacity: 1; transform: none; }

/* ---------- FAB ---------- */
/* ---------- chat widget ---------- */
.v2-chat { position: fixed; right: 26px; bottom: 26px; z-index: 60; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.v2-fab { width: 58px; height: 58px; border-radius: 50%; background: var(--orange); color: #fff; display: grid; place-items: center; box-shadow: 0 18px 36px -14px rgba(28,79,107,.85); transition: transform .25s; border: 0; cursor: pointer; }
.v2-fab:hover { transform: scale(1.08); }
.v2-fab svg { width: 26px; height: 26px; }
.v2-fab-icon-open { display: block; fill: currentColor; }
.v2-fab-icon-close { display: none; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }
.v2-fab[aria-expanded="true"] .v2-fab-icon-open { display: none; }
.v2-fab[aria-expanded="true"] .v2-fab-icon-close { display: block; }

.v2-chat-panel[hidden] { display: none; }
.v2-chat-panel {
    width: 364px; max-width: calc(100vw - 36px); max-height: min(72vh, 620px);
    display: flex; flex-direction: column; overflow: hidden;
    background: var(--card); border: 1px solid var(--line); border-radius: 22px;
    box-shadow: 0 34px 80px -30px rgba(20,48,64,.65);
    transform-origin: bottom right; animation: v2-chat-pop .22s ease;
}
@keyframes v2-chat-pop { from { opacity: 0; transform: translateY(12px) scale(.96); } to { opacity: 1; transform: none; } }
.v2-chat-head { display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: var(--navy-dark); color: #fff; }
.v2-chat-avatar { flex: none; width: 42px; height: 42px; display: grid; place-items: center; }
.v2-chat-avatar img { width: 100%; height: 100%; object-fit: contain; display: block; filter: brightness(0) invert(1); }
.v2-chat-head-text strong { display: block; font-family: var(--display); font-weight: 500; font-size: 15px; }
.v2-chat-head-text span { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.7); }
.v2-chat-close { margin-left: auto; flex: none; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.12); border: 0; cursor: pointer; display: grid; place-items: center; }
.v2-chat-close:hover { background: rgba(255,255,255,.22); }
.v2-chat-close svg { width: 16px; height: 16px; fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; }
.v2-chat-body { padding: 18px; overflow-y: auto; display: grid; gap: 14px; }
.v2-chat-form-wrap { display: grid; gap: 14px; }
.v2-chat-bubble--in { background: var(--cream-2); border-radius: 16px 16px 16px 4px; padding: 13px 16px; font-weight: 700; font-size: 14px; line-height: 1.5; color: var(--ink-soft); }
.v2-chat-success { background: var(--green-tint); color: var(--green-deep); border-radius: 16px; }
.v2-chat-form { display: grid; gap: 11px; }
.v2-chat-form label { display: grid; gap: 5px; font-weight: 800; font-size: 12px; color: var(--ink); }
.v2-chat-form label em { font-style: normal; font-weight: 700; color: var(--ink-faint); }
.v2-chat-form input, .v2-chat-form textarea {
    font-family: var(--body); font-weight: 600; font-size: 14px; color: var(--ink);
    background: var(--cream); border: 1.5px solid var(--line-strong); border-radius: 11px; padding: 10px 13px; width: 100%;
}
.v2-chat-form textarea { resize: vertical; }
.v2-chat-form input:focus, .v2-chat-form textarea:focus { outline: 0; border-color: var(--orange); box-shadow: 0 0 0 4px var(--orange-tint); }
.v2-chat-form small { color: var(--orange-deep); font-weight: 700; font-size: 12px; }
.v2-chat-send {
    margin-top: 4px; display: inline-flex; align-items: center; justify-content: center;
    font-family: var(--body); font-weight: 800; font-size: 14.5px; cursor: pointer;
    padding: 13px 22px; border-radius: 999px; border: 2px solid var(--orange); background: var(--orange); color: #fff;
    transition: background .2s, transform .2s;
}
.v2-chat-send:hover { background: var(--orange-deep); border-color: var(--orange-deep); transform: translateY(-1px); }
.v2-chat-send[disabled] { opacity: .65; cursor: default; transform: none; }
.v2-chat-again { justify-self: start; background: none; border: 0; padding: 4px 0; cursor: pointer; font-family: var(--body); font-weight: 800; font-size: 14px; color: var(--green-deep); }
.v2-chat-again:hover { text-decoration: underline; }

@media (max-width: 480px) {
    .v2-chat { right: 16px; bottom: 16px; left: 16px; align-items: flex-end; }
    .v2-chat-panel { width: 100%; max-width: none; }
}

/* ---------- footer ---------- */
.v2-footer { background: var(--navy-dark); color: #cdd8de; padding: clamp(56px, 7vw, 90px) 0 30px; }
.v2-footer-inner { width: min(100% - 48px, var(--wrap)); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.v2-footer-logo { display: inline-block; margin-bottom: 20px; }
.v2-footer-logo img { height: 54px; width: auto; display: block; filter: brightness(0) invert(1); opacity: .92; }
.v2-footer-brand p { color: rgba(205,216,222,.7); font-weight: 600; max-width: 34ch; }
.v2-footer-col h2 { font-family: var(--display); font-weight: 500; font-size: 1rem; color: #f4f1e7; margin-bottom: 18px; }
.v2-footer-col a, .v2-footer-col p { display: block; color: rgba(205,216,222,.72); font-weight: 600; font-size: 14.5px; margin-bottom: 10px; }
.v2-footer-col a:hover { color: var(--orange); }
.v2-footer-base { width: min(100% - 48px, var(--wrap)); margin: 48px auto 0; padding-top: 24px; border-top: 1px solid rgba(244,241,231,.12); display: flex; justify-content: space-between; align-items: center; color: rgba(205,216,222,.6); font-size: 13.5px; font-weight: 600; }
.v2-footer-dots { display: flex; gap: 8px; }
.v2-footer-dots i { width: 10px; height: 10px; border-radius: 50%; }
.v2-footer-dots i:nth-child(1) { background: var(--yellow); }
.v2-footer-dots i:nth-child(2) { background: var(--green); }
.v2-footer-dots i:nth-child(3) { background: var(--orange); }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
    .v2-hero-grid { grid-template-columns: 1fr; }
    .v2-hero-art { order: -1; }
    .v2-hero-art img, .v2-scene { max-width: 360px; }
    .v2-grid--4, .v2-stats, .v2-process { grid-template-columns: repeat(2, 1fr); }
    .v2-grid--3, .v2-team-grid, .v2-howto { grid-template-columns: repeat(2, 1fr); }
    .v2-split, .v2-split.narrow-art, .v2-detail, .v2-contact-grid, .v2-cta { grid-template-columns: 1fr; }
    .v2-side { position: static; }
    .v2-pagehero-grid { grid-template-columns: 1fr; }
    .v2-pagehero-art { order: -1; max-width: 340px; margin: 0 auto 8px; }
    .v2-footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
    body.v2 { font-size: 16px; }
    .v2-nav {
        position: fixed; inset: 78px 16px auto; flex-direction: column; gap: 4px;
        background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 16px;
        box-shadow: var(--shadow); display: none;
    }
    body.v2-nav-open .v2-nav { display: flex; }
    .v2-nav a { padding: 12px 14px; border-radius: 12px; }
    .v2-nav a:hover { background: var(--cream-2); }
    .v2-menu-toggle { display: flex; }
    .v2-header-cta { display: none; }
    .v2-grid--2, .v2-grid--3, .v2-grid--4, .v2-stats, .v2-team-grid, .v2-howto, .v2-process, .v2-scope { grid-template-columns: 1fr; }
    .appointment-form .field-grid { grid-template-columns: 1fr; }
    .v2-footer-inner { grid-template-columns: 1fr; }
    .v2-footer-base { flex-direction: column; gap: 14px; }
    .v2-brand-text { display: none; }
}

@media (max-width: 600px) {
    .v2-section { padding: 56px 0; }
    .v2-section-head { margin-bottom: 32px; }
    .v2-hero { padding: 20px 0 48px; }
    .v2-hero-art .v2-scene, .v2-pagehero-art .v2-scene { max-width: 280px; }
    .v2-pagehero { padding: 28px 0 28px; }
    .v2-card, .v2-step, .v2-process-card, .v2-focus-card, .v2-qcard { padding: 24px; }
    .v2-cta { padding: 30px 24px; border-radius: 24px; }
    .v2-contact-card, .v2-form-panel { padding: 26px 22px; }
    .v2-detail-main > * + * { margin-top: 40px; }
    .v2-btn { padding: 14px 24px; }
    .v2-btn-row .v2-btn { flex: 1 1 auto; justify-content: center; }
    .v2-stat strong { font-size: 2.8rem; }
    .v2-chat { right: 14px; bottom: 14px; }
}
