/*
Theme Name: Summit Cost Partners Custom
Theme URI: https://summitcostpartners.com
Author: Trevar Boiarsky
Description: Custom theme for Summit Cost Partners
Version: 3.0
Text Domain: summitcostpartners-custom
*/

:root {
    --bg: #f2ecdc;
    --surface: #fff8e8;
    --surface-soft: #ebe4ce;
    --text: #172116;
    --text-soft: #5f6757;
    --heading: #0c2412;
    --deep: #103319;
    --deep-2: #041208;
    --green-mid: #1f5a2d;
    --green-bright: #3f8a47;
    --green-soft: #dfe8cf;
    --gold: #c99a35;
    --gold-light: #f0cf70;
    --gold-dark: #765018;
    --line: rgba(24, 34, 31, 0.14);
    --line-light: rgba(255, 255, 255, 0.16);
    --shadow-sm: 0 12px 34px rgba(24, 34, 31, 0.08);
    --shadow: 0 24px 70px rgba(24, 34, 31, 0.16);
    --radius: 8px;
    --container: 1180px;
    --transition: 0.2s ease;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, Arial, Helvetica, sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 16% 8%, rgba(201, 154, 53, 0.16), transparent 28%),
        linear-gradient(115deg, rgba(223, 232, 207, 0.82), transparent 42%),
        linear-gradient(180deg, rgba(255, 248, 232, 0.98), rgba(242, 236, 220, 0.98));
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(92%, var(--container));
    margin: 0 auto;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 248, 232, 0.9);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.nav-wrap {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(16, 44, 39, 0.14);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 28% 22%, rgba(240, 207, 112, 0.28), transparent 28%),
        linear-gradient(145deg, var(--deep-2), var(--green-mid));
    box-shadow: 0 14px 34px rgba(16, 51, 25, 0.28);
}

.brand-mark::before {
    content: "";
    width: 23px;
    height: 17px;
    display: block;
    clip-path: polygon(0 100%, 36% 34%, 52% 58%, 72% 10%, 100% 100%);
    background: linear-gradient(180deg, #fff4cf, var(--gold));
}

.brand-text strong {
    display: block;
    color: var(--heading);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.1;
}

.brand-text small {
    display: block;
    margin-top: 3px;
    color: var(--text-soft);
    font-size: 0.75rem;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.main-nav a {
    color: var(--text-soft);
    font-size: 0.93rem;
    font-weight: 800;
    transition: color var(--transition), transform var(--transition);
}

.main-nav a:hover {
    color: var(--heading);
    transform: translateY(-1px);
}

/* Hero */
.hero {
    position: relative;
    min-height: calc(100vh - 78px);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 92px 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 18%, rgba(240, 207, 112, 0.24), transparent 26%),
        radial-gradient(circle at 76% 68%, rgba(63, 138, 71, 0.22), transparent 32%),
        linear-gradient(135deg, #041208 0%, #0a2510 45%, #103319 100%);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(240, 207, 112, 0.12), transparent 40%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px);
    pointer-events: none;
}

.hero::before {
    content: "";
    position: absolute;
    right: -8vw;
    bottom: -12vw;
    width: min(58vw, 760px);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(201, 154, 53, 0.26), transparent 58%),
        conic-gradient(from 120deg, transparent, rgba(240, 207, 112, 0.2), transparent 38%);
    filter: blur(2px);
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 28%;
    background:
        linear-gradient(145deg, transparent 42%, rgba(240, 207, 112, 0.22) 42% 43%, transparent 43%),
        linear-gradient(155deg, transparent 55%, rgba(255, 255, 255, 0.1) 55% 56%, transparent 56%);
    opacity: 0.9;
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 54px;
    align-items: center;
}

.eyebrow {
    margin: 0 0 15px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dark-eyebrow {
    color: var(--gold-dark);
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

.hero h1 {
    max-width: 780px;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.hero-text {
    max-width: 660px;
    margin: 0 0 31px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.13rem;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn,
.wp-block-button__link,
button,
input[type="submit"] {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 13px 21px;
    border-radius: var(--radius) !important;
    font: inherit;
    font-size: 0.94rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition);
}

.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
    transform: translateY(-1px);
}

.btn-primary,
.wp-block-button__link,
button,
input[type="submit"] {
    color: #ffffff !important;
    background: linear-gradient(180deg, var(--green-mid), var(--deep)) !important;
    border: 1px solid rgba(240, 207, 112, 0.3) !important;
    box-shadow: 0 16px 38px rgba(16, 51, 25, 0.26);
}

.btn-primary:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
    background: linear-gradient(180deg, var(--green-bright), var(--deep)) !important;
}

.btn-secondary {
    color: #ffffff;
    border: 1px solid rgba(240, 207, 112, 0.34);
    background: rgba(31, 90, 45, 0.32);
}

.btn-secondary:hover {
    background: rgba(31, 90, 45, 0.48);
}

.hero-panel {
    display: flex;
    justify-content: flex-end;
}

.summit-visual {
    position: relative;
    width: 100%;
    max-width: 450px;
    min-height: 470px;
}

.summit-ridge {
    position: absolute;
    inset: 12px 0 auto auto;
    width: 100%;
    height: 300px;
    border: 1px solid rgba(240, 207, 112, 0.2);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, transparent 0 37%, rgba(240, 207, 112, 0.9) 37% 38%, transparent 38%),
        linear-gradient(155deg, transparent 0 48%, rgba(255, 255, 255, 0.24) 48% 49%, transparent 49%),
        linear-gradient(25deg, rgba(240, 207, 112, 0.1), transparent 45%),
        linear-gradient(145deg, rgba(16, 51, 25, 0.88), rgba(4, 18, 8, 0.95));
    box-shadow: var(--shadow);
    overflow: hidden;
}

.summit-ridge::before,
.summit-ridge::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 78%;
    height: 64%;
    background: linear-gradient(145deg, #0b2411, #1f5a2d);
    clip-path: polygon(0 100%, 45% 22%, 62% 48%, 82% 8%, 100% 100%);
}

.summit-ridge::before {
    left: -8%;
}

.summit-ridge::after {
    right: -18%;
    opacity: 0.68;
    transform: scale(1.08);
}

.visual-panel {
    position: absolute;
    right: 24px;
    bottom: 8px;
    width: min(390px, calc(100% - 24px));
    padding: 28px;
    border: 1px solid var(--line-light);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 248, 232, 0.18), rgba(255, 248, 232, 0.08));
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
}

.stat-label {
    display: block;
    margin-bottom: 17px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.metric-line {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.metric-line span {
    color: rgba(255, 255, 255, 0.68);
}

.metric-line strong {
    color: var(--gold-light);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.stat-divider {
    width: 100%;
    height: 12px;
    margin: 18px 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold-light), var(--gold), rgba(255, 255, 255, 0.24));
}

.visual-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

/* Sections */
.intro-strip {
    padding: 34px 0;
    background:
        linear-gradient(90deg, rgba(240, 207, 112, 0.14), transparent 26%),
        rgba(255, 248, 232, 0.92);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.intro-strip p {
    max-width: 980px;
    margin: 0;
    color: var(--text-soft);
    font-size: 1.06rem;
}

.section {
    padding: 88px 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 36px;
}

.section-heading h2,
.about-grid h2,
.page-content h1 {
    margin: 0 0 13px;
    color: var(--heading);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.section-heading p,
.about-grid p,
.page-content p {
    margin: 0 0 15px;
    color: var(--text-soft);
    font-size: 1.02rem;
}

.section-heading-light h2,
.section-heading-light p {
    color: #ffffff;
}

.section-heading-light p {
    color: rgba(255, 255, 255, 0.76);
}

.value-grid,
.cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.value-block,
.card {
    position: relative;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 248, 232, 0.98), rgba(250, 240, 216, 0.98));
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.value-block::before,
.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold-light), var(--gold), var(--deep));
}

.value-block:hover,
.card:hover {
    transform: translateY(-3px);
    border-color: rgba(18, 53, 29, 0.26);
    box-shadow: var(--shadow);
}

.value-block h3,
.card h3 {
    margin: 0 0 12px;
    color: var(--heading);
    font-size: 1.24rem;
    line-height: 1.2;
}

.value-block p,
.card p {
    margin: 0;
    color: var(--text-soft);
}

.section-dark {
    background:
        radial-gradient(circle at 84% 18%, rgba(240, 207, 112, 0.2), transparent 28%),
        linear-gradient(135deg, #041208, #103319 48%, #1f5a2d);
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-dark .eyebrow {
    color: rgba(255, 255, 255, 0.62);
}

.dark-card {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.dark-card::before {
    background: linear-gradient(90deg, var(--gold-light), var(--gold), rgba(255, 255, 255, 0.42));
}

.dark-card h3 {
    color: #ffffff;
}

.dark-card p {
    color: rgba(255, 255, 255, 0.76);
}

.about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 54px;
    align-items: start;
}

.about-visual {
    position: relative;
    min-height: 280px;
    margin-top: 28px;
    border: 1px solid rgba(16, 51, 25, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(145deg, rgba(16, 51, 25, 0.08), rgba(201, 154, 53, 0.18)),
        linear-gradient(180deg, var(--surface), #f2e8cb);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.about-visual::before {
    content: "";
    position: absolute;
    inset: 28px;
    border-radius: var(--radius);
    background:
        linear-gradient(90deg, transparent 0 22%, rgba(16, 51, 25, 0.12) 22% 23%, transparent 23%),
        linear-gradient(180deg, transparent 0 24%, rgba(16, 51, 25, 0.12) 24% 25%, transparent 25% 48%, rgba(16, 51, 25, 0.12) 48% 49%, transparent 49% 72%, rgba(16, 51, 25, 0.12) 72% 73%, transparent 73%);
}

.about-visual::after {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 42px;
    height: 90px;
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, transparent 0 35%, rgba(240, 207, 112, 0.95) 35% 38%, transparent 38%),
        linear-gradient(90deg, var(--deep), var(--green-mid));
    box-shadow: 0 18px 34px rgba(16, 51, 25, 0.18);
}

.about-visual span {
    position: absolute;
    z-index: 1;
    left: 54px;
    right: 54px;
    height: 15px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold-light), var(--gold));
}

.about-visual span:nth-child(1) {
    top: 58px;
    width: 58%;
}

.about-visual span:nth-child(2) {
    top: 104px;
    width: 74%;
    background: linear-gradient(90deg, var(--green-mid), var(--deep));
}

.about-visual span:nth-child(3) {
    top: 150px;
    width: 46%;
}

.page-content {
    min-height: 50vh;
}

/* Footer */
.site-footer {
    padding: 58px 0;
    color: rgba(255, 255, 255, 0.82);
    background:
        radial-gradient(circle at 82% 12%, rgba(240, 207, 112, 0.14), transparent 24%),
        linear-gradient(135deg, #041208, #103319);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 42px;
}

.footer-wrap h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.2;
}

.footer-wrap p {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.72);
}

.footer-cta {
    margin-top: 14px;
}

.footer-contact {
    min-width: 260px;
}

.footer-contact a {
    color: #ffffff;
    font-weight: 800;
}

/* WordPress content basics */
.wp-site-blocks,
.entry-content {
    color: var(--text);
}

.page-content a {
    color: var(--deep);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

/* Services page */
.services-page {
    background:
        radial-gradient(circle at 12% 8%, rgba(201, 154, 53, 0.14), transparent 24%),
        linear-gradient(180deg, var(--bg), #fbf3df 44%, var(--bg));
}

.services-hero {
    position: relative;
    overflow: hidden;
    padding: 112px 0 88px;
    border-bottom: 1px solid var(--line);
}

.services-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(16, 51, 25, 0.045) 0 1px, transparent 1px 20px),
        radial-gradient(circle at 84% 20%, rgba(31, 90, 45, 0.18), transparent 28%);
    pointer-events: none;
}

.services-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 60px;
    align-items: center;
}

.services-hero h1 {
    max-width: 820px;
    margin: 0 0 22px;
    color: var(--heading);
    font-size: clamp(3rem, 6vw, 5.75rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.services-hero-copy p:not(.eyebrow) {
    max-width: 700px;
    margin: 0 0 30px;
    color: var(--text-soft);
    font-size: 1.14rem;
    line-height: 1.72;
}

.btn-green-outline {
    color: var(--deep);
    border: 1px solid rgba(16, 51, 25, 0.24);
    background: rgba(255, 248, 232, 0.72);
}

.btn-green-outline:hover {
    background: rgba(223, 232, 207, 0.72);
}

.services-hero-visual {
    position: relative;
    min-height: 460px;
}

.services-orbit {
    position: absolute;
    inset: 0 0 auto auto;
    width: min(460px, 100%);
    aspect-ratio: 1;
    border: 1px solid rgba(16, 51, 25, 0.14);
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(255, 248, 232, 0.94) 0 28%, transparent 29%),
        conic-gradient(from 210deg, var(--gold), var(--green-mid), var(--deep), var(--gold));
    box-shadow: var(--shadow);
}

.services-orbit::before,
.services-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(16, 51, 25, 0.16);
}

.services-orbit::before {
    inset: 52px;
}

.services-orbit::after {
    inset: 108px;
    background: linear-gradient(145deg, var(--deep), var(--green-mid));
    box-shadow: inset 0 0 0 10px rgba(240, 207, 112, 0.12);
}

.services-dashboard {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(390px, calc(100% - 24px));
    padding: 28px;
    border: 1px solid rgba(240, 207, 112, 0.3);
    border-radius: var(--radius);
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 0%, rgba(240, 207, 112, 0.18), transparent 32%),
        linear-gradient(145deg, #041208, var(--deep));
    box-shadow: var(--shadow);
}

.services-dashboard h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1;
}

.services-dashboard p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.services-heading {
    max-width: 880px;
}

.value-areas-section {
    background: rgba(255, 248, 232, 0.68);
    border-bottom: 1px solid var(--line);
}

.value-area-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.value-area-grid article {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255, 248, 232, 0.98), rgba(250, 240, 216, 0.98));
    box-shadow: var(--shadow-sm);
}

.value-area-grid article::after {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -68px;
    width: 170px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 154, 53, 0.18), transparent 64%);
}

.value-area-grid span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: var(--radius);
    color: #ffffff;
    background: linear-gradient(145deg, var(--deep), var(--green-mid));
    font-weight: 800;
}

.value-area-grid h3 {
    margin: 0 0 12px;
    color: var(--heading);
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.1;
}

.value-area-grid p {
    margin: 0;
    color: var(--text-soft);
}

.services-offerings {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.service-offering {
    position: relative;
    min-height: 430px;
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 248, 232, 0.98), rgba(250, 240, 216, 0.98));
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.service-offering::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: 220px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 154, 53, 0.18), transparent 62%);
}

.service-number {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: var(--radius);
    color: #ffffff;
    background: linear-gradient(145deg, var(--deep), var(--green-mid));
    font-weight: 800;
}

.service-offering h3 {
    margin: 0 0 14px;
    color: var(--heading);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.05;
}

.service-offering p {
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
    color: var(--text-soft);
    font-size: 1rem;
}

.best-for,
.results-strip {
    position: relative;
    z-index: 1;
    margin-top: 22px;
    padding: 18px;
    border: 1px solid rgba(16, 51, 25, 0.12);
    border-radius: var(--radius);
    background: rgba(223, 232, 207, 0.52);
}

.best-for strong,
.best-for span,
.results-strip span {
    display: block;
}

.best-for strong {
    margin-bottom: 6px;
    color: var(--deep);
}

.best-for span,
.results-strip span {
    color: var(--text-soft);
}

.results-strip {
    display: grid;
    gap: 8px;
}

.results-strip span {
    padding-left: 16px;
    border-left: 3px solid var(--gold);
}

.services-process {
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 0%, rgba(240, 207, 112, 0.18), transparent 26%),
        linear-gradient(135deg, #041208, #103319 56%, #1f5a2d);
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.process-timeline article {
    min-height: 270px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.08);
}

.process-timeline span {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--gold-light);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.process-timeline h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.15;
}

.process-timeline p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}

.performance-callout {
    background:
        linear-gradient(90deg, rgba(201, 154, 53, 0.12), transparent 30%),
        var(--surface);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.performance-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 54px;
    align-items: start;
}

.performance-grid h2 {
    margin: 0;
    color: var(--heading);
    font-size: clamp(2.4rem, 5vw, 4.9rem);
    line-height: 0.96;
}

.performance-grid p {
    margin: 0 0 18px;
    color: var(--text-soft);
    font-size: 1.1rem;
}

.services-cta {
    padding: 88px 0;
    background: var(--bg);
}

.services-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 36px;
    border: 1px solid rgba(240, 207, 112, 0.28);
    border-radius: var(--radius);
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 12%, rgba(240, 207, 112, 0.18), transparent 28%),
        linear-gradient(135deg, #041208, var(--deep));
    box-shadow: var(--shadow);
}

.services-cta-panel h2 {
    max-width: 760px;
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(2.1rem, 4vw, 4rem);
    line-height: 1;
}

.services-cta-panel p:not(.eyebrow) {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

/* About page */
.about-page {
    background:
        radial-gradient(circle at 10% 8%, rgba(201, 154, 53, 0.12), transparent 24%),
        linear-gradient(180deg, var(--bg), #fbf3df 52%, var(--bg));
}

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 112px 0 88px;
    border-bottom: 1px solid var(--line);
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(16, 51, 25, 0.045) 0 1px, transparent 1px 20px),
        radial-gradient(circle at 86% 20%, rgba(31, 90, 45, 0.16), transparent 28%);
    pointer-events: none;
}

.about-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 60px;
    align-items: center;
}

.about-hero h1 {
    max-width: 860px;
    margin: 0 0 22px;
    color: var(--heading);
    font-size: clamp(3rem, 6vw, 5.75rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.about-hero p:not(.eyebrow) {
    max-width: 740px;
    margin: 0;
    color: var(--text-soft);
    font-size: 1.14rem;
    line-height: 1.72;
}

.about-hero-mark {
    position: relative;
    min-height: 440px;
}

.about-ring {
    position: absolute;
    inset: 0 0 auto auto;
    width: min(430px, 100%);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, var(--bg) 0 28%, transparent 29%),
        conic-gradient(from 160deg, var(--deep), var(--green-mid), var(--gold), var(--deep));
    box-shadow: var(--shadow);
}

.about-ring::before,
.about-ring::after {
    content: "";
    position: absolute;
}

.about-ring::before {
    inset: 74px;
    border-radius: 50%;
    border: 1px solid rgba(16, 51, 25, 0.18);
}

.about-ring::after {
    left: 50%;
    top: 50%;
    width: 148px;
    height: 110px;
    transform: translate(-50%, -50%);
    clip-path: polygon(0 100%, 34% 34%, 51% 58%, 72% 10%, 100% 100%);
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
}

.about-mark-card {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(380px, calc(100% - 24px));
    padding: 28px;
    border: 1px solid rgba(240, 207, 112, 0.3);
    border-radius: var(--radius);
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 0%, rgba(240, 207, 112, 0.18), transparent 32%),
        linear-gradient(145deg, #041208, var(--deep));
    box-shadow: var(--shadow);
}

.about-mark-card span {
    display: block;
    margin-bottom: 12px;
    color: var(--gold-light);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-mark-card strong {
    display: block;
    color: #ffffff;
    font-size: clamp(1.55rem, 3vw, 2.45rem);
    line-height: 1.05;
}

.about-story {
    background: rgba(255, 248, 232, 0.58);
}

.story-grid,
.team-grid,
.industries-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 54px;
    align-items: start;
}

.story-grid h2,
.team-grid h2,
.industries-grid h2 {
    margin: 0;
    color: var(--heading);
    font-size: clamp(2.35rem, 5vw, 4.7rem);
    line-height: 0.98;
}

.story-copy p,
.team-grid p,
.industries-grid p {
    margin: 0 0 18px;
    color: var(--text-soft);
    font-size: 1.08rem;
    line-height: 1.75;
}

.about-beliefs {
    color: #ffffff;
    background:
        radial-gradient(circle at 14% 0%, rgba(240, 207, 112, 0.2), transparent 26%),
        linear-gradient(135deg, #041208, #103319 58%, #1f5a2d);
}

.belief-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.belief-grid article {
    min-height: 300px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.08);
}

.belief-grid span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: var(--radius);
    color: #071208;
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    font-weight: 800;
}

.belief-grid h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 1.45rem;
    line-height: 1.12;
}

.belief-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
}

.about-team {
    background:
        linear-gradient(90deg, rgba(201, 154, 53, 0.1), transparent 30%),
        var(--surface);
    border-bottom: 1px solid var(--line);
}

.industries-section {
    background: var(--bg);
}

.industry-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.industry-list span {
    min-height: 108px;
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--heading);
    background: linear-gradient(180deg, rgba(255, 248, 232, 0.98), rgba(250, 240, 216, 0.98));
    box-shadow: var(--shadow-sm);
    font-size: 1.18rem;
    font-weight: 800;
}

/* Contact page */
.contact-page {
    background:
        radial-gradient(circle at 12% 8%, rgba(201, 154, 53, 0.14), transparent 24%),
        linear-gradient(180deg, var(--bg), #fbf3df 52%, var(--bg));
}

.contact-hero {
    position: relative;
    overflow: hidden;
    padding: 112px 0 88px;
    border-bottom: 1px solid var(--line);
}

.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(16, 51, 25, 0.045) 0 1px, transparent 1px 20px),
        radial-gradient(circle at 86% 20%, rgba(31, 90, 45, 0.16), transparent 28%);
    pointer-events: none;
}

.contact-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 60px;
    align-items: center;
}

.contact-hero h1 {
    max-width: 860px;
    margin: 0 0 22px;
    color: var(--heading);
    font-size: clamp(3rem, 6vw, 5.75rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.contact-hero p:not(.eyebrow) {
    max-width: 720px;
    margin: 0;
    color: var(--text-soft);
    font-size: 1.14rem;
    line-height: 1.72;
}

.contact-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(240, 207, 112, 0.3);
    border-radius: var(--radius);
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 0%, rgba(240, 207, 112, 0.18), transparent 32%),
        linear-gradient(145deg, #041208, var(--deep));
    box-shadow: var(--shadow);
}

.contact-card > *:not(.contact-graphic) {
    position: relative;
    z-index: 1;
}

.contact-graphic {
    position: absolute;
    right: -52px;
    top: -52px;
    width: 210px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(240, 207, 112, 0.18) 0 28%, transparent 29%),
        conic-gradient(from 180deg, rgba(240, 207, 112, 0.5), rgba(31, 90, 45, 0.1), rgba(240, 207, 112, 0.38));
    opacity: 0.9;
}

.contact-graphic span {
    position: absolute;
    display: block;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold-light), var(--gold));
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.contact-graphic span:nth-child(1) {
    left: 42px;
    top: 72px;
    width: 118px;
    height: 10px;
}

.contact-graphic span:nth-child(2) {
    left: 62px;
    top: 105px;
    width: 84px;
    height: 10px;
    background: linear-gradient(90deg, var(--green-bright), var(--green-mid));
}

.contact-graphic span:nth-child(3) {
    left: 82px;
    top: 138px;
    width: 56px;
    height: 10px;
}

.contact-card h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1;
}

.contact-card p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.76);
}

.contact-details-section {
    background: var(--surface);
}

.contact-details-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.contact-details-grid article {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 248, 232, 0.98), rgba(250, 240, 216, 0.98));
    box-shadow: var(--shadow-sm);
}

.contact-details-grid article::after {
    content: "";
    position: absolute;
    right: -54px;
    bottom: -62px;
    width: 150px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 154, 53, 0.18), transparent 64%);
}

.contact-details-grid span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: var(--radius);
    color: #ffffff;
    background: linear-gradient(145deg, var(--deep), var(--green-mid));
    font-weight: 800;
}

.contact-details-grid h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: var(--heading);
    font-size: 1.3rem;
}

.contact-details-grid p,
.contact-details-grid a {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--text-soft);
    font-weight: 700;
}

/* Why Summit page */
.why-page {
    background:
        radial-gradient(circle at 12% 8%, rgba(201, 154, 53, 0.14), transparent 24%),
        linear-gradient(180deg, var(--bg), #fbf3df 52%, var(--bg));
}

.why-hero {
    position: relative;
    overflow: hidden;
    padding: 112px 0 88px;
    border-bottom: 1px solid var(--line);
}

.why-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(16, 51, 25, 0.045) 0 1px, transparent 1px 20px),
        radial-gradient(circle at 86% 20%, rgba(31, 90, 45, 0.16), transparent 28%);
    pointer-events: none;
}

.why-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 60px;
    align-items: center;
}

.why-hero h1 {
    max-width: 920px;
    margin: 0 0 22px;
    color: var(--heading);
    font-size: clamp(3rem, 6vw, 5.75rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.why-hero p:not(.eyebrow) {
    max-width: 740px;
    margin: 0 0 30px;
    color: var(--text-soft);
    font-size: 1.14rem;
    line-height: 1.72;
}

.why-hero-card {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border: 1px solid rgba(240, 207, 112, 0.32);
    border-radius: var(--radius);
    color: #ffffff;
    background:
        radial-gradient(circle at 86% 0%, rgba(240, 207, 112, 0.18), transparent 34%),
        linear-gradient(145deg, #041208, var(--deep));
    box-shadow: var(--shadow);
}

.why-hero-card::after {
    content: "";
    position: absolute;
    right: -58px;
    bottom: -68px;
    width: 220px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: conic-gradient(from 160deg, rgba(240, 207, 112, 0.45), rgba(31, 90, 45, 0.16), rgba(240, 207, 112, 0.35));
}

.why-hero-card > * {
    position: relative;
    z-index: 1;
}

.why-hero-card strong {
    display: block;
    margin: 12px 0 28px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 0.98;
}

.why-hero-bars {
    display: grid;
    gap: 14px;
}

.why-hero-bars span {
    height: 13px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold-light), var(--gold));
}

.why-hero-bars span:nth-child(2) {
    width: 72%;
    background: linear-gradient(90deg, var(--green-bright), var(--green-mid));
}

.why-hero-bars span:nth-child(3) {
    width: 48%;
}

.why-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.why-pillar-grid article {
    min-height: 360px;
    padding: 28px;
    border: 1px solid var(--line);
    border-top: 5px solid var(--green-mid);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255, 248, 232, 0.98), rgba(250, 240, 216, 0.98));
    box-shadow: var(--shadow-sm);
}

.why-pillar-grid article.highlight {
    border-top-color: var(--gold);
    background:
        radial-gradient(circle at 88% 0%, rgba(240, 207, 112, 0.22), transparent 28%),
        linear-gradient(180deg, rgba(255, 248, 232, 1), rgba(248, 234, 198, 0.98));
}

.why-pillar-grid span {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--gold-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.why-pillar-grid h3 {
    margin: 0 0 14px;
    color: var(--heading);
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    line-height: 1.08;
}

.why-pillar-grid p {
    margin: 0;
    color: var(--text-soft);
}

.compare-section {
    color: #ffffff;
    background:
        radial-gradient(circle at 14% 0%, rgba(240, 207, 112, 0.2), transparent 26%),
        linear-gradient(135deg, #041208, #103319 58%, #1f5a2d);
}

.compare-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.06);
}

.compare-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
    color: rgba(255, 255, 255, 0.78);
}

.compare-table th,
.compare-table td {
    padding: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
    vertical-align: top;
}

.compare-table thead th {
    color: #ffffff;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.compare-table tbody th {
    color: #ffffff;
    font-weight: 800;
}

.compare-table .summit-col {
    color: #071208;
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    font-weight: 800;
}

.proof-section {
    background: var(--surface);
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.proof-grid article {
    min-height: 230px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255, 248, 232, 0.98), rgba(250, 240, 216, 0.98));
    box-shadow: var(--shadow-sm);
}

.proof-grid strong {
    display: block;
    margin-bottom: 12px;
    color: var(--green-mid);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1;
}

.proof-grid span {
    display: block;
    color: var(--heading);
    font-weight: 800;
    line-height: 1.18;
}

.proof-grid p {
    margin: 14px 0 0;
    color: var(--text-soft);
}

.why-faq {
    background: var(--bg);
}

.faq-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 54px;
    align-items: start;
}

.faq-layout h2 {
    margin: 0;
    color: var(--heading);
    font-size: clamp(2.35rem, 5vw, 4.7rem);
    line-height: 0.98;
}

.faq-cards {
    display: grid;
    gap: 14px;
}

.faq-cards article {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 248, 232, 0.9);
    box-shadow: var(--shadow-sm);
}

.faq-cards h3 {
    margin: 0 0 10px;
    color: var(--heading);
    font-size: 1.3rem;
}

.faq-cards p {
    margin: 0;
    color: var(--text-soft);
}

/* Force WordPress and plugin defaults away from blue. */
a,
a:visited,
.entry-content a,
.wp-block-post-content a,
.wp-block-navigation a,
.wp-block-latest-posts a,
.wp-block-categories a,
.wp-block-archives a {
    color: var(--deep);
}

a:hover,
a:focus,
.entry-content a:hover,
.wp-block-post-content a:hover {
    color: var(--green-mid);
}

.hero a,
.site-footer a,
.section-dark a {
    color: inherit;
}

.btn,
.btn:visited,
.button,
.button:visited,
.wp-element-button,
.wp-element-button:visited,
.wp-block-button__link,
.wp-block-button__link:visited,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wpforms-submit,
.gform_button,
.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"],
.wpcf7-submit {
    color: #ffffff !important;
    background: linear-gradient(180deg, var(--green-mid), var(--deep)) !important;
    border-color: rgba(240, 207, 112, 0.32) !important;
    box-shadow: 0 16px 38px rgba(16, 51, 25, 0.24) !important;
}

.btn:hover,
.button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wpforms-submit:hover,
.gform_button:hover,
.nf-form-content button:hover,
.nf-form-content input[type="button"]:hover,
.nf-form-content input[type="submit"]:hover,
.wpcf7-submit:hover {
    color: #ffffff !important;
    background: linear-gradient(180deg, var(--green-bright), var(--deep)) !important;
    border-color: rgba(240, 207, 112, 0.48) !important;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {
    outline: 3px solid rgba(31, 90, 45, 0.28);
    outline-offset: 2px;
}

::selection {
    color: #ffffff;
    background: var(--green-mid);
}

/* Elementor homepage hero color correction */
.home .elementor-element-d5cfde3 {
    background:
        radial-gradient(circle at 16% 14%, rgba(201, 154, 53, 0.2), transparent 28%),
        radial-gradient(circle at 84% 28%, rgba(31, 90, 45, 0.18), transparent 30%),
        linear-gradient(180deg, #fff8e8 0%, #f2ecdc 100%) !important;
    background-color: #fff8e8 !important;
    background-image:
        radial-gradient(circle at 16% 14%, rgba(201, 154, 53, 0.2), transparent 28%),
        radial-gradient(circle at 84% 28%, rgba(31, 90, 45, 0.18), transparent 30%),
        linear-gradient(180deg, #fff8e8 0%, #f2ecdc 100%) !important;
}

.home .elementor-element-d5cfde3::before,
.home .elementor-element-d5cfde3::after {
    background: none !important;
}

.home .elementor-element-d5cfde3 .elementor-heading-title {
    color: var(--heading) !important;
    text-shadow: none !important;
}

.home .elementor-element-d5cfde3 .elementor-widget-text-editor,
.home .elementor-element-d5cfde3 .elementor-widget-text-editor p,
.home .elementor-element-d5cfde3 .elementor-widget-container {
    color: var(--text-soft) !important;
}

.home .elementor-element-d5cfde3 .elementor-button,
.home .elementor-element-d5cfde3 .elementor-button:visited {
    color: #ffffff !important;
    background: linear-gradient(180deg, var(--green-mid), var(--deep)) !important;
    border: 1px solid rgba(240, 207, 112, 0.34) !important;
    box-shadow: 0 16px 38px rgba(16, 51, 25, 0.24) !important;
}

.home .elementor-element-d5cfde3 .elementor-button:hover,
.home .elementor-element-d5cfde3 .elementor-button:focus {
    color: #ffffff !important;
    background: linear-gradient(180deg, var(--green-bright), var(--deep)) !important;
    border-color: rgba(240, 207, 112, 0.52) !important;
}

.home .elementor-element-f1aff8a,
.home .elementor-element-7ec971ec {
    display: none !important;
}

/* Responsive */
@media (max-width: 980px) {
    .hero {
        min-height: auto;
    }

    .hero-grid,
    .about-grid {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        justify-content: flex-start;
    }

    .value-grid,
    .cards {
        grid-template-columns: 1fr;
    }

    .footer-wrap {
        display: grid;
        grid-template-columns: 1fr;
    }

    .services-hero-grid,
    .services-offerings,
    .performance-grid,
    .about-hero-grid,
    .story-grid,
    .team-grid,
    .industries-grid,
    .contact-hero-grid,
    .why-hero-grid,
    .faq-layout {
        grid-template-columns: 1fr;
    }

    .process-timeline,
    .belief-grid,
    .why-pillar-grid,
    .proof-grid,
    .value-area-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-cta-panel {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .nav-wrap {
        min-height: auto;
        padding: 16px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .main-nav {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px 16px;
    }

    .main-nav a {
        font-size: 0.9rem;
    }

    .hero {
        padding: 76px 0 62px;
    }

    .hero h1 {
        font-size: clamp(2.7rem, 14vw, 4.2rem);
    }

    .section {
        padding: 66px 0;
    }

    .intro-strip {
        padding: 28px 0;
    }

    .services-hero {
        padding: 76px 0 62px;
    }

    .about-hero {
        padding: 76px 0 62px;
    }

    .services-hero h1,
    .about-hero h1 {
        font-size: clamp(2.7rem, 14vw, 4.2rem);
    }

    .services-hero-visual,
    .about-hero-mark {
        min-height: 390px;
    }

    .process-timeline,
    .belief-grid,
    .industry-list,
    .contact-details-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero {
        padding: 76px 0 62px;
    }

    .contact-hero h1 {
        font-size: clamp(2.7rem, 14vw, 4.2rem);
    }

    .why-hero {
        padding: 76px 0 62px;
    }

    .why-hero h1 {
        font-size: clamp(2.7rem, 14vw, 4.2rem);
    }

    .why-pillar-grid,
    .proof-grid,
    .value-area-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 540px) {
    .container {
        width: min(100% - 28px, var(--container));
    }

    .brand-text small {
        display: none;
    }

    .hero-actions .btn,
    .footer-cta {
        width: 100%;
    }

    .value-block,
    .card,
    .visual-panel {
        padding: 24px 20px;
    }

    .summit-visual {
        min-height: 420px;
    }

    .visual-panel {
        right: 12px;
        width: calc(100% - 12px);
    }

    .services-cta-panel,
    .service-offering,
    .process-timeline article {
        padding: 24px 20px;
    }

    .services-hero-visual {
        min-height: 350px;
    }

    .about-hero-mark {
        min-height: 340px;
    }

    .services-dashboard,
    .about-mark-card,
    .contact-card {
        right: 12px;
        width: calc(100% - 12px);
        padding: 24px 20px;
    }

    .value-block::before,
    .card::before {
        left: 20px;
    }
}
