:root {
    --ink: #232426;
    --ink-soft: #666a70;
    --paper: #f5f3ef;
    --paper-warm: #e7e4de;
    --white: #fffdfa;
    --forest: #3f454d;
    --sage: #a4a8ad;
    --clay: #7d7469;
    --gold: #b99a68;
    --line: rgba(36, 39, 44, 0.12);
    --shadow: 0 20px 56px rgba(36, 39, 44, 0.1);
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    line-height: 1.6;
}

img {
    display: block;
    max-width: 100%;
}

figure {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.shell {
    width: min(1320px, calc(100% - 56px));
    max-width: none;
    margin: 0 auto;
    padding: 0 28px;
}

.section-band {
    position: relative;
    padding: 120px 0;
}

.light {
    background: var(--white);
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--forest);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1,
h2 {
    margin: 0;
    font-family: "Playfair Display", serif;
    line-height: 1.02;
    letter-spacing: 0;
}

h1 {
    max-width: 880px;
    color: var(--ink);
    font-size: clamp(3.3rem, 7.2vw, 6.5rem);
    letter-spacing: -0.02em;
}

h2 {
    font-size: clamp(2.35rem, 5vw, 4.75rem);
    letter-spacing: -0.015em;
}

h3 {
    margin: 0 0 10px;
    font-size: 1.12rem;
    line-height: 1.25;
}

.site-header {
    position: fixed;
    top: 18px;
    left: 50%;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1320px, calc(100% - 40px));
    min-height: 70px;
    padding: 12px 14px;
    border: 1px solid rgba(32, 36, 33, 0.1);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.84);
    color: var(--ink);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
    transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
    border-color: rgba(32, 36, 33, 0.12);
    background: rgba(255, 253, 248, 0.94);
    color: var(--ink);
    box-shadow: 0 14px 36px rgba(32, 36, 33, 0.1);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 8px;
    background: var(--forest);
    color: var(--white);
    font-weight: 900;
}

.brand strong,
.brand small {
    display: block;
}

.brand small {
    margin-top: 2px;
    color: currentColor;
    font-size: 0.78rem;
    opacity: 0.72;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-nav a {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 800;
}

.site-nav a:hover {
    background: rgba(47, 74, 67, 0.08);
}

.site-nav a[aria-current="page"] {
    background: var(--forest);
    color: var(--white);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid currentColor;
    border-radius: 8px;
    background: transparent;
    color: currentColor;
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 5px auto;
    background: currentColor;
}

.hero {
    display: grid;
    min-height: 90vh;
    padding: 168px 0 64px;
    align-items: end;
    overflow: hidden;
    background: var(--paper);
}

.hero-media,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.72) contrast(0.88) brightness(1.08);
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(244, 242, 236, 0.94) 0%, rgba(244, 242, 236, 0.84) 48%, rgba(244, 242, 236, 0.54) 100%),
        linear-gradient(0deg, rgba(244, 242, 236, 0.92), rgba(244, 242, 236, 0.64));
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-copy {
    max-width: 720px;
    margin: 24px 0 0;
    color: var(--ink-soft);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 15px 24px;
    font-weight: 900;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.button.primary {
    background: var(--ink);
    color: var(--white);
    box-shadow: 0 4px 12px rgba(35, 36, 38, 0.15);
}

.button.primary:hover {
    background: var(--forest);
    box-shadow: 0 8px 24px rgba(35, 36, 38, 0.25);
    transform: translateY(-2px);
}

.button.secondary {
    border: 1.5px solid rgba(36, 39, 44, 0.2);
    background: rgba(255, 253, 248, 0.9);
    color: var(--ink);
    box-shadow: 0 2px 8px rgba(36, 39, 44, 0.06);
}

.button.secondary:hover {
    border-color: var(--gold);
    background: var(--white);
    box-shadow: 0 6px 16px rgba(185, 154, 104, 0.15);
    transform: translateY(-2px);
}

.section-cta {
    margin-top: 28px;
}

.trust-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    max-width: 980px;
    margin-top: 48px;
}

.trust-row span {
    min-height: 76px;
    padding: 20px;
    border: 1px solid rgba(36, 39, 44, 0.1);
    border-radius: 12px;
    background: rgba(255, 253, 248, 0.85);
    color: var(--ink);
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(36, 39, 44, 0.04);
    transition: all 0.3s ease;
}

.trust-row span:hover {
    border-color: rgba(185, 154, 104, 0.3);
    background: var(--white);
    box-shadow: 0 8px 20px rgba(185, 154, 104, 0.1);
    transform: translateY(-3px);
}

.intro {
    position: relative;
    overflow: hidden;
    background: 
        radial-gradient(circle at 18% 22%, rgba(185, 154, 104, 0.08), transparent 32%),
        linear-gradient(135deg, rgba(255, 253, 248, 0.98) 0%, rgba(247, 245, 241, 0.96) 100%);
}

.intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(36, 39, 44, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 39, 44, 0.025) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent 65%);
    pointer-events: none;
}

.top-section {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding-top: 150px;
    display: grid;
    align-content: center;
}

.conversion-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.42fr);
    gap: 54px;
    align-items: center;
}

.hero-message {
    max-width: 760px;
}

.top-section h1 {
    max-width: 820px;
    font-size: clamp(3.15rem, 5.7vw, 5.65rem);
}

.top-section .intro-lead {
    max-width: 690px;
}

.hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.hero-facts span {
    padding: 10px 16px;
    border: 1px solid rgba(36, 39, 44, 0.14);
    border-radius: 20px;
    background: rgba(255, 253, 248, 0.85);
    color: var(--ink);
    font-size: 0.84rem;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(36, 39, 44, 0.04);
    transition: all 0.3s ease;
}

.hero-facts span:hover {
    border-color: var(--gold);
    background: var(--white);
    box-shadow: 0 4px 12px rgba(185, 154, 104, 0.12);
}

.hero-panel {
    overflow: hidden;
    border: 1px solid rgba(36, 39, 44, 0.12);
    border-radius: 12px;
    background: var(--paper);
    box-shadow: 0 12px 40px rgba(36, 39, 44, 0.1);
    transition: all 0.4s ease;
}

.hero-panel:hover {
    box-shadow: 0 16px 56px rgba(36, 39, 44, 0.15);
    transform: translateY(-4px);
}

.hero-panel figure {
    height: 420px;
    overflow: hidden;
}

.hero-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 48% 42%;
}

.hero-panel-copy {
    display: grid;
    gap: 8px;
    padding: 22px;
}

.hero-panel-copy span {
    color: var(--forest);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-panel-copy strong {
    font-family: "Playfair Display", serif;
    font-size: 1.35rem;
    line-height: 1.16;
}

.service-routes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 58px;
}

.service-routes a {
    position: relative;
    display: grid;
    gap: 14px;
    min-height: 180px;
    padding: 28px;
    border: 1px solid rgba(36, 39, 44, 0.1);
    border-radius: 12px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 8px 24px rgba(36, 39, 44, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-routes a::after {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(36, 39, 44, 0.04);
    border-radius: 8px;
    pointer-events: none;
    transition: border-color 0.4s ease;
}

.service-routes a:hover {
    border-color: var(--gold);
    background: var(--white);
    box-shadow: 0 16px 48px rgba(185, 154, 104, 0.15);
    transform: translateY(-6px);
}

.service-routes a:hover::after {
    border-color: rgba(185, 154, 104, 0.12);
}

.service-routes span {
    color: var(--forest);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.service-routes strong {
    font-size: 1.06rem;
    line-height: 1.35;
}

.route-section {
    padding: 0 0 100px;
    background: var(--white);
}

.route-section .service-routes {
    margin-top: 0;
}

.intro-grid {
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 70px;
    align-items: start;
}

.intro-copy {
    color: var(--ink-soft);
    font-size: 1.08rem;
}

.intro-lead {
    margin-top: 0;
    color: var(--ink);
    font-size: clamp(1.18rem, 2vw, 1.45rem);
    line-height: 1.55;
}

.intro-trust {
    margin-top: 54px;
}

.intro-trust span {
    background: rgba(255, 253, 248, 0.9);
}

.about {
    position: relative;
    overflow: hidden;
    background: 
        radial-gradient(circle at 82% 28%, rgba(185, 154, 104, 0.09), transparent 28%),
        linear-gradient(135deg, var(--paper-warm) 0%, rgba(239, 236, 230, 0.98) 100%);
}

.about::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(36, 39, 44, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 39, 44, 0.02) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0.35), transparent 68%);
    pointer-events: none;
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 52px;
    align-items: start;
}

.about-side {
    display: grid;
    gap: 18px;
}

.profile-portrait {
    overflow: hidden;
    border-radius: 12px;
    background: var(--paper);
    box-shadow: 0 12px 36px rgba(36, 39, 44, 0.1);
    border: 1px solid rgba(36, 39, 44, 0.08);
}

.profile-portrait img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: 50% 52%;
}

.compact-only {
    display: none;
}

.about-story p:not(.eyebrow) {
    color: var(--ink-soft);
    font-size: 1.05rem;
}

.credential-panel {
    display: grid;
    gap: 16px;
    overflow: hidden;
    border-radius: 12px;
    background: transparent;
}

.credential-group {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(36, 39, 44, 0.1);
    border-radius: 10px;
    background: rgba(255, 253, 248, 0.85);
    box-shadow: 0 6px 18px rgba(36, 39, 44, 0.04);
    transition: all 0.3s ease;
}

.credential-group::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(36, 39, 44, 0.03);
    border-radius: 8px;
    pointer-events: none;
}

.credential-group:hover {
    border-color: rgba(185, 154, 104, 0.25);
    background: var(--white);
    box-shadow: 0 10px 28px rgba(185, 154, 104, 0.08);
    transform: translateY(-2px);
}

.credential-group span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--clay);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.credential-group h3 {
    font-size: 1.14rem;
}

.credential-group p {
    margin: 0;
    color: var(--ink-soft);
}

.education-list {
    display: grid;
    gap: 16px;
}

.education-list h3 {
    margin-bottom: 4px;
}

.photo-pause {
    position: relative;
    min-height: 62vh;
    overflow: hidden;
    background: var(--ink);
}

.photo-pause img {
    width: 100%;
    height: 58vh;
    min-height: 460px;
    object-fit: cover;
    object-position: 50% 48%;
    filter: saturate(0.82) contrast(0.94) brightness(0.9);
}

.photo-pause::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(32, 36, 33, 0.62), rgba(32, 36, 33, 0.04) 60%);
}

.photo-pause-caption {
    position: absolute;
    inset: auto 0 42px;
    z-index: 2;
    color: var(--white);
}

.photo-pause-caption p {
    margin: 0 0 4px;
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 4vw, 3.9rem);
    line-height: 1.05;
}

.photo-pause-caption span {
    display: block;
    max-width: 560px;
    color: rgba(255, 253, 248, 0.78);
    font-weight: 700;
}

.evaluation-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 16%, rgba(185, 154, 104, 0.13), transparent 24%),
        var(--white);
}

.evaluation-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(36, 39, 44, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 39, 44, 0.04) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0.42), transparent 72%);
    pointer-events: none;
}

.evaluation-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1fr);
    gap: 42px;
    align-items: stretch;
}

.evaluation-intro {
    display: grid;
    min-height: 560px;
    align-content: center;
    justify-content: center;
    text-align: center;
    gap: 18px;
    padding: 48px 40px;
    border: 1.5px solid rgba(36, 39, 44, 0.08);
    border-radius: 12px;
    background: var(--forest);
    color: var(--white);
    box-shadow: 
        0 20px 48px rgba(36, 39, 44, 0.15),
        inset 0 1px 0 rgba(255, 253, 248, 0.05);
    transition: all 0.4s ease;
}

.evaluation-intro:hover {
    box-shadow: 
        0 24px 60px rgba(36, 39, 44, 0.2),
        inset 0 1px 0 rgba(255, 253, 248, 0.08);
    transform: translateY(-2px);
}

.evaluation-intro > div {
    max-width: 520px;
    margin: 0 auto;
}

.evaluation-intro h2 {
    max-width: 100%;
    margin-bottom: 14px;
}

.evaluation-intro p:not(.eyebrow) {
    max-width: 100%;
    margin: 0;
    color: rgba(255, 253, 248, 0.82);
    font-size: 1.08rem;
    line-height: 1.65;
}

.evaluation-intro .eyebrow {
    color: var(--gold);
}

.evaluation-lenses {
    display: grid;
    gap: 14px;
}

.evaluation-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 22px;
    min-height: 164px;
    align-items: start;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.84);
    box-shadow: 0 16px 34px rgba(36, 39, 44, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.evaluation-card::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(36, 39, 44, 0.06);
    border-radius: 8px;
    pointer-events: none;
    transition: border-color 0.4s ease;
}

.evaluation-card:hover {
    border-color: rgba(185, 154, 104, 0.3);
    background: var(--white);
    box-shadow: 0 20px 48px rgba(185, 154, 104, 0.12);
    transform: translateY(-4px);
}

.evaluation-card:hover::after {
    border-color: rgba(185, 154, 104, 0.1);
}

.evaluation-number {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(36, 39, 44, 0.08);
    border-radius: 50%;
    background: var(--gold);
    color: var(--ink);
    font-weight: 900;
}

.evaluation-card h3 {
    color: var(--ink);
    font-size: 1.24rem;
}

.evaluation-card p {
    margin: 0;
    color: var(--ink-soft);
}

.process {
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 253, 248, 0.96) 0%, rgba(231, 228, 222, 0.92) 52%, rgba(245, 243, 239, 0.98) 100%);
    color: var(--ink);
}

.process::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(36, 39, 44, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 39, 44, 0.045) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.58), transparent 86%);
    pointer-events: none;
}

.process::after {
    content: "";
    position: absolute;
    right: -160px;
    bottom: -180px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: rgba(185, 154, 104, 0.13);
    pointer-events: none;
}

.process-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 48px;
    align-items: center;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 44px;
}

.process .section-heading {
    margin-bottom: 24px;
}

.process .eyebrow {
    color: var(--forest);
}

.process-intro {
    max-width: 480px;
    margin: 0;
    color: var(--ink-soft);
    font-size: 1.05rem;
}

.process-visual {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
}

.timeline {
    position: relative;
    display: grid;
    gap: 14px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 38px;
    bottom: 38px;
    left: 53px;
    width: 1px;
    background: linear-gradient(180deg, var(--gold), rgba(36, 39, 44, 0.14));
}

.timeline-step {
    position: relative;
    min-height: 118px;
    padding: 24px 24px 24px 106px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.82);
    box-shadow: 0 16px 34px rgba(36, 39, 44, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-step::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(36, 39, 44, 0.04);
    border-radius: 6px;
    pointer-events: none;
    transition: border-color 0.4s ease;
}

.timeline-step:hover {
    border-color: rgba(185, 154, 104, 0.3);
    background: var(--white);
    box-shadow: 0 20px 48px rgba(185, 154, 104, 0.12);
    transform: translateY(-4px);
}

.timeline-step:hover::after {
    border-color: rgba(185, 154, 104, 0.1);
}

.timeline-step span {
    position: absolute;
    top: 24px;
    left: 24px;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(36, 39, 44, 0.08);
    border-radius: 50%;
    background: var(--gold);
    color: var(--ink);
    font-weight: 900;
    box-shadow: 0 4px 12px rgba(185, 154, 104, 0.2);
    transition: all 0.3s ease;
}

.timeline-step:hover span {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(185, 154, 104, 0.3);
}

.timeline-step h3 {
    color: var(--ink);
}

.timeline-step p {
    margin: 0;
    color: var(--ink-soft);
}

.contact {
    position: relative;
    overflow: hidden;
    background: 
        radial-gradient(circle at 12% 18%, rgba(185, 154, 104, 0.12), transparent 30%),
        linear-gradient(135deg, rgba(247, 245, 241, 0.98) 0%, rgba(255, 253, 250, 0.96) 100%);
}

.contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(36, 39, 44, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 39, 44, 0.02) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.38), transparent 70%);
    pointer-events: none;
}

.contact-grid {
    display: grid;
    gap: 30px;
    max-width: 760px;
}

.contact-grid p:not(.eyebrow) {
    max-width: 650px;
    color: var(--ink-soft);
    font-size: 1.08rem;
}

.contact-direct {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: 24px;
}

.contact-direct a {
    position: relative;
    color: var(--forest);
    font-weight: 900;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-direct a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.contact-direct a:hover {
    color: var(--gold);
}

.contact-direct a:hover::after {
    transform: scaleX(1);
}

.message-toggle {
    margin-top: 32px;
    border: 0;
    cursor: pointer;
}

.message-form {
    display: grid;
    gap: 20px;
    padding: 32px;
    border: 1.5px solid rgba(36, 39, 44, 0.1);
    border-radius: 12px;
    background: rgba(255, 253, 248, 0.9);
    box-shadow: 0 12px 36px rgba(36, 39, 44, 0.08);
}

.message-form[hidden] {
    display: none;
}

.form-row {
    display: grid;
    gap: 18px;
}

.two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.message-form label {
    display: grid;
    gap: 8px;
}

.message-form label span {
    color: var(--forest);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.message-form label em {
    color: var(--ink-soft);
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.message-form input,
.message-form textarea {
    width: 100%;
    min-height: 52px;
    border: 1.5px solid rgba(36, 39, 44, 0.14);
    border-radius: 10px;
    padding: 14px 16px;
    background: var(--white);
    color: var(--ink);
    font: inherit;
    font-size: 0.98rem;
    transition: all 0.3s ease;
}

.message-form textarea {
    min-height: 180px;
    resize: vertical;
}

.message-form input:focus,
.message-form textarea:focus {
    border-color: var(--gold);
    outline: none;
    box-shadow: 0 0 0 3px rgba(185, 154, 104, 0.1);
    background: rgba(255, 253, 250, 1);
}

.message-form button {
    justify-self: start;
    border: 0;
    cursor: pointer;
}

.message-form button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.form-honey {
    position: absolute;
    left: -9999px;
}

.form-status {
    min-height: 24px;
    margin: 0;
    color: var(--ink-soft);
    font-weight: 800;
}

.form-status.is-success {
    color: var(--forest);
}

.form-status.is-error {
    color: #8a3b2f;
}

.site-footer {
    padding: 26px 0;
    background: var(--ink);
    color: rgba(255, 250, 242, 0.74);
}

.footer-grid {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.footer-grid p {
    margin: 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
}

.footer-links a {
    color: var(--paper-warm);
    font-weight: 900;
}

@media (max-width: 920px) {
    .section-band {
        padding: 72px 0;
    }

    .nav-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        display: none;
        width: min(280px, 100%);
        padding: 8px;
        border-radius: 8px;
        background: rgba(255, 250, 242, 0.96);
        color: var(--ink);
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: grid;
    }

    .site-nav a {
        padding: 12px;
    }

    .hero {
        min-height: auto;
        padding-top: 150px;
    }

    .trust-row,
    .service-routes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .intro-grid,
    .conversion-hero,
    .about-grid,
    .process-shell,
    .process-visual {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .conversion-hero .hero-panel {
        order: -1;
    }

    .conversion-hero .hero-message {
        order: 1;
    }

    .process-intro {
        max-width: 680px;
    }

    .evaluation-shell {
        grid-template-columns: 1fr;
    }

    .evaluation-intro {
        min-height: auto;
    }

    .wide-only {
        display: none;
    }

    .compact-only {
        display: block;
        margin: 28px 0 22px;
    }

    .profile-portrait img {
        height: 430px;
    }
}

@media (max-width: 640px) {
    .shell {
        width: calc(100% - 28px);
        padding: 0;
    }

    .site-header {
        top: 10px;
        width: calc(100% - 20px);
    }

    .top-section {
        min-height: auto;
        padding-top: 122px;
    }

    .top-section h1 {
        font-size: clamp(2.6rem, 11vw, 3.7rem);
    }

    .hero-panel {
        display: grid;
        grid-template-columns: 128px 1fr;
    }

    .hero-panel figure {
        height: auto;
        min-height: 172px;
    }

    .hero-panel-copy {
        padding: 18px;
    }

    .hero-panel-copy strong {
        font-size: 1.05rem;
    }

    .intro-trust {
        margin-top: 36px;
    }

    .brand strong {
        max-width: 150px;
        line-height: 1.1;
    }

    .brand small {
        display: none;
    }

    .hero {
        padding: 130px 0 46px;
    }

    .hero-overlay {
        background:
            linear-gradient(0deg, rgba(244, 242, 236, 0.94), rgba(244, 242, 236, 0.72)),
            linear-gradient(90deg, rgba(244, 242, 236, 0.94), rgba(244, 242, 236, 0.58));
    }

    h1 {
        font-size: clamp(2.55rem, 12vw, 4.05rem);
    }

    .hero-actions,
    .footer-grid,
    .footer-links {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .trust-row,
    .service-routes {
        grid-template-columns: 1fr;
    }

    .evaluation-note {
        grid-template-columns: 1fr;
    }

    .service-routes {
        margin-top: 32px;
    }

    .service-routes a {
        min-height: auto;
        padding: 18px;
    }

    .route-section {
        padding-bottom: 56px;
    }

    .trust-row span {
        min-height: 58px;
    }

    .evaluation-card,
    .timeline-step {
        min-height: auto;
    }

    .evaluation-card {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 16px;
        padding: 22px 18px;
    }

    .evaluation-number {
        width: 48px;
        height: 48px;
    }

    .timeline-step {
        padding: 22px 18px 22px 82px;
    }

    .timeline-step span {
        top: 22px;
        left: 18px;
        width: 48px;
        height: 48px;
    }

    .photo-pause,
    .photo-pause img {
        min-height: 420px;
    }

    .photo-pause-caption {
        inset: auto 0 28px;
    }

    .profile-portrait img {
        height: 360px;
    }

    .two-columns {
        grid-template-columns: 1fr;
    }

    .message-form {
        padding: 20px;
    }
}