.approach-card {
    position: relative;
    overflow: hidden;
}

.approach-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url('colors.png') center center/cover no-repeat;
    filter: blur(32px) brightness(1.7) saturate(1.2);
    opacity: 0.85;
    pointer-events: none;
}

.approach-card > *:not(.approach-card-bg) {
    position: relative;
    z-index: 1;
}
.contact-guidance-title {
    font-family: 'Playfair Display', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #b48c5a;
    font-size: 2rem;
    margin-bottom: 1.2rem;
    margin-top: 0;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: left;
}
.contact-guidance-text {
    max-width: 700px;
    width: 100%;
    margin: 2.5rem auto 0 auto;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    color: #222;
    font-size: 1.13rem;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.7;
    text-align: left;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.approach-card {
    background: #fcfaf7;
    border-radius: 1.5rem;
    box-shadow: 0 4px 32px rgba(180,140,90,0.10), 0 1.5px 8px rgba(0,0,0,0.04);
    padding: 2.5rem 2rem 2.5rem 2rem;
    margin: 3.5rem auto 0 auto;
    max-width: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.approach-accent {
    width: 60px;
    height: 7px;
    background: #b48c5a;
    border-radius: 7px;
    margin-bottom: 2.2rem;
}

.approach-content {
    font-size: 1.18rem;
    line-height: 1.8;
    color: #222;
    margin-bottom: 2.5rem;
    text-align: left;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.approach-content p {
    margin-bottom: 1.3rem;
}

.approach-highlight {
    color: #b48c5a;
    font-weight: 600;
    background: rgba(180,140,90,0.07);
    border-radius: 0.4em;
    padding: 0.08em 0.32em;
}

.home-approach-logo {
    text-align: center;
    margin-top: 0.5rem;
}
.home-approach-logo img {
    max-width: 180px;
    width: 60vw;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    background: #fff;
    margin: 0 auto;
    display: block;
}
.home-approach {
    margin-top: 3.5rem;
}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: linear-gradient(to bottom, #fff 0%, #fff 52rem, #bbb 100%);
    font-family: 'Playfair Display', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #222;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    background: transparent;
}

.logo {
    width: 1755px;
    max-width: 98vw;
    height: auto;
    display: block;
    margin-bottom: 1.5rem;
    background: #fff;
    box-shadow: 0 16px 32px -8px rgba(0,0,0,0.18);
    border-radius: 50%;
}

nav {
    display: flex;
    justify-content: center;
    background: transparent;
    box-shadow: none;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 1rem 0;
}

nav a {
    text-decoration: none;
    color: #b48c5a;
    font-weight: 700;
    font-size: 1.45rem;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.06em;
    transition: color 0.2s, text-shadow 0.2s;
    text-shadow: 0 2px 8px rgba(180,140,90,0.10);
}

nav a:hover {
    color: #fffbe6;
    text-shadow: 0 2px 16px rgba(180,140,90,0.25);
}

main {
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

section {
    margin-bottom: 3rem;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    padding: 2rem;
}

/* Home section fluid style */
.home-fluid {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 3rem 0 2.5rem 0;
    margin-bottom: 2rem;
}

.home-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    min-height: 480px;
}

.home-bio-text {
    flex: 2 1 350px;
    min-width: 320px;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.home-bio-text h1 {
    font-family: 'Playfair Display', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #b48c5a;
    font-size: 2.7rem;
    margin-bottom: 1.2rem;
}

.home-bio-text h2 {
    font-family: 'Cinzel', serif;
    color: #b48c5a;
    font-size: 1.3rem;
    margin-bottom: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.home-bio-text p {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #222;
    font-size: 1.13rem;
    line-height: 1.7;
    margin: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.home-bio-image {
    flex: 1 1 330px;
    min-width: 330px;
    max-width: 510px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    aspect-ratio: 3/4;
    height: auto;
}

.home-bio-image img {
    width: 100%;
    height: 100%;
    max-width: 480px;
    border-radius: 1.2rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    object-fit: cover;
    display: block;
}

h1, h2 {
    font-family: 'Playfair Display', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #b48c5a;
    margin-top: 0;
}

footer {
    text-align: center;
    padding: 2rem 0 1rem 0;
    background: transparent;
    color: #888;
    font-size: 0.95rem;
    border-top: 1px solid #222;
}
