/* ===== About Page — New Founder Design ===== */
.about-page {
    --about-bronze: #9A6B3C;
    --about-bronze-light: #B8895A;
    --about-cream: #F6F2EC;
    --about-cream-section: #FAF8F5;
    --about-charcoal: #1E1C19;
    --about-body: #6A645C;
    --about-border: #E8E2D8;
    --about-sidebar: 300px;
    --about-visual: 260px;
}

/* ===== Hero ===== */
.about-hero {
    position: relative;
    margin-top: var(--header-height);
    min-height: 300px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.about-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.about-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
}

.about-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(18, 16, 14, 0.58);
}

.about-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 0 40px;
    width: 100%;
    min-height: 300px;
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 12px;
    margin-bottom: 18px;
}

.about-breadcrumb a,
.about-breadcrumb .sep {
    color: rgba(255, 255, 255, 0.75);
}

.about-breadcrumb a:hover {
    color: #FFFFFF;
}

.about-breadcrumb .current {
    color: #FFFFFF;
}

.about-hero-inner h1 {
    font-family: var(--font-serif);
    font-size: 44px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.1;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
}

.about-hero-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 14px;
}

.about-hero-line {
    width: 44px;
    height: 2px;
    background: var(--about-bronze-light);
    margin: 0;
}

.about-hero-script {
    position: absolute;
    right: 40px;
    bottom: 36px;
    font-family: var(--font-script);
    font-size: 28px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.12;
    text-align: right;
    pointer-events: none;
}

/* ===== Main Layout ===== */
.about-main {
    padding: 52px 0 56px;
    background: #FFFFFF;
}

.about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--about-visual) var(--about-sidebar);
    gap: 32px;
    align-items: start;
}

/* ===== Intro ===== */
.about-intro {
    margin-bottom: 28px;
}

.about-tag {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--about-bronze);
    margin-bottom: 10px;
}

.about-intro h2 {
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 500;
    color: var(--about-charcoal);
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: -0.2px;
}

.about-role {
    font-size: 14px;
    color: var(--about-body);
    margin-bottom: 20px;
}

.about-intro p {
    font-size: 14px;
    line-height: 1.85;
    color: var(--about-body);
    margin-bottom: 16px;
}

.about-intro p:last-child {
    margin-bottom: 0;
}

/* ===== Stats Row ===== */
.about-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 36px;
}

.about-stat-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--about-cream);
    border: 1px solid #EDE6DC;
    border-radius: 6px;
    padding: 16px 14px;
}

.about-stat-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--about-bronze);
}

.about-stat-icon svg {
    width: 22px;
    height: 22px;
}

.about-stat-number {
    display: block;
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 600;
    color: var(--about-charcoal);
    line-height: 1.1;
}

.about-stat-label {
    display: block;
    font-size: 11px;
    color: var(--about-body);
    margin-top: 2px;
    line-height: 1.3;
}

/* ===== Message ===== */
.about-message h3 {
    font-family: var(--font-serif);
    font-size: 26px;
    font-weight: 500;
    color: var(--about-charcoal);
    margin-bottom: 18px;
    line-height: 1.2;
}

.about-message p {
    font-size: 14px;
    line-height: 1.85;
    color: var(--about-body);
    margin-bottom: 16px;
}

.about-signoff {
    margin-top: 24px;
}

.about-signature-script {
    display: block;
    font-family: var(--font-script);
    font-size: 34px;
    font-weight: 500;
    color: #1A2744;
    line-height: 1;
    margin-bottom: 10px;
}

.about-signature-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--about-charcoal);
    margin-bottom: 2px;
}

.about-signature-title {
    font-size: 13px;
    color: var(--about-body);
}

/* ===== Portrait + Pull Quote ===== */
.about-visual {
    position: sticky;
    top: calc(var(--header-height) + 20px);
}

.about-portrait-wrap {
    border-radius: 12px 0 12px 0;
    overflow: hidden;
    margin-bottom: -36px;
    position: relative;
    z-index: 1;
}

.about-portrait-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center 15%;
    display: block;
}

.about-pull-quote {
    position: relative;
    z-index: 2;
    background: var(--about-cream);
    border: 1px solid #EDE6DC;
    border-radius: 6px;
    padding: 22px 20px 18px;
    margin: 0 8px;
}

.about-pull-quote-mark {
    width: 36px;
    color: var(--about-bronze);
    margin-bottom: 8px;
}

.about-pull-quote-mark svg {
    width: 36px;
    height: 30px;
}

.about-pull-quote-text {
    font-family: var(--font-serif);
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: var(--about-charcoal);
    line-height: 1.5;
    margin-bottom: 10px;
}

.about-pull-quote-author {
    font-size: 12px;
    color: var(--about-body);
    margin-bottom: 10px;
}

.about-pull-quote-line {
    width: 32px;
    height: 2px;
    background: var(--about-bronze);
}

/* ===== Sidebar ===== */
.about-sidebar {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.sidebar-card {
    background: #FFFFFF;
    border: 1px solid var(--about-border);
    border-radius: 6px;
    padding: 22px 20px;
    box-shadow: 0 2px 10px rgba(40, 32, 22, 0.04);
}

.sidebar-card h4 {
    font-family: var(--font-serif);
    font-size: 17px;
    font-weight: 600;
    color: var(--about-charcoal);
    margin-bottom: 16px;
}

.services-list li {
    border-bottom: 1px solid #F0EBE4;
}

.services-list li:last-child {
    border-bottom: none;
}

.services-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 13px;
    color: var(--about-body);
    transition: color 0.2s ease;
}

.services-list a:hover {
    color: var(--about-bronze);
}

.services-list a svg {
    width: 13px;
    height: 13px;
    color: #B8B0A6;
    flex-shrink: 0;
}

.enquiry-intro {
    font-size: 12px;
    line-height: 1.6;
    color: var(--about-body);
    margin-bottom: 18px;
    margin-top: -4px;
}

.enquiry-field {
    margin-bottom: 12px;
}

.enquiry-field label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: var(--about-charcoal);
    margin-bottom: 5px;
}

.enquiry-field label span {
    color: #C0392B;
}

.enquiry-input-wrap {
    position: relative;
}

.enquiry-icon {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    color: #A39B91;
    pointer-events: none;
}

.enquiry-icon-top {
    top: 13px;
    transform: none;
}

.enquiry-input-wrap input,
.enquiry-input-wrap textarea {
    width: 100%;
    padding: 10px 11px 10px 36px;
    font-family: var(--font-sans);
    font-size: 12px;
    color: var(--about-charcoal);
    background: #FFFFFF;
    border: 1px solid var(--about-border);
    border-radius: 4px;
    outline: none;
}

.enquiry-input-wrap textarea {
    resize: vertical;
    min-height: 88px;
    padding-top: 11px;
}

.enquiry-input-wrap input:focus,
.enquiry-input-wrap textarea:focus {
    border-color: var(--about-bronze);
}

.enquiry-submit {
    width: 100%;
    min-height: 40px;
    margin-top: 4px;
    font-size: 12px;
}

/* ===== Core Values ===== */
.about-values {
    background: var(--about-cream-section);
    padding: 56px 0 60px;
}

.about-values-header {
    text-align: center;
    margin-bottom: 36px;
}

.about-values-tag {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--about-bronze);
    margin-bottom: 10px;
}

.about-values-header h2 {
    font-family: var(--font-serif);
    font-size: 34px;
    font-weight: 500;
    color: var(--about-charcoal);
    line-height: 1.15;
    letter-spacing: -0.2px;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.value-card {
    text-align: center;
}

.value-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--about-bronze);
}

.value-icon svg {
    width: 28px;
    height: 28px;
}

.value-card h3 {
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 600;
    color: var(--about-charcoal);
    margin-bottom: 8px;
}

.value-card p {
    font-size: 13px;
    line-height: 1.55;
    color: var(--about-body);
}

/* ===== CTA Banner ===== */
.about-cta {
    position: relative;
    overflow: hidden;
}

.about-cta-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.about-cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(2px);
    transform: scale(1.05);
}

.about-cta-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(246, 242, 236, 0.88);
}

.about-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 130px;
    padding: 28px 0;
}

.about-cta-text h2 {
    font-family: var(--font-serif);
    font-size: 26px;
    font-weight: 500;
    color: var(--about-charcoal);
    line-height: 1.2;
    margin-bottom: 6px;
}

.about-cta-text p {
    font-size: 13px;
    color: var(--about-body);
    max-width: 480px;
    line-height: 1.55;
}

.about-cta-inner .btn-primary {
    flex-shrink: 0;
    min-height: 42px;
    padding: 10px 22px;
    font-size: 12px;
}

/* ===== Responsive ===== */
@media (max-width: 1180px) {
    .about-layout {
        grid-template-columns: minmax(0, 1fr) var(--about-sidebar);
    }

    .about-visual {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 280px 1fr;
        gap: 24px;
        align-items: start;
        position: static;
    }

    .about-portrait-wrap {
        margin-bottom: 0;
    }

    .about-pull-quote {
        margin: 24px 0 0;
    }
}

@media (max-width: 1024px) {
    .about-layout {
        grid-template-columns: 1fr;
    }

    .about-visual {
        grid-template-columns: 260px 1fr;
        max-width: 560px;
    }

    .about-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .about-hero-inner h1 {
        font-size: 34px;
    }

    .about-hero-script {
        display: none;
    }

    .about-stats-row {
        grid-template-columns: 1fr;
    }

    .about-visual {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .about-sidebar {
        grid-template-columns: 1fr;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-cta-inner {
        flex-direction: column;
        text-align: center;
        padding: 32px 0;
    }

    .about-cta-text p {
        margin: 0 auto;
    }
}

@media (max-width: 520px) {
    .about-main {
        padding: 40px 0 48px;
    }

    .about-hero {
        min-height: 300px;
    }

    .about-intro h2 {
        font-size: 26px;
    }

    .about-values-header h2 {
        font-size: 28px;
    }
}
