:root { --bg: #FDFBF7; --text: #2C1A12; --accent: #D48166; --accent-hover: #B8674D; --secondary-bg: #E6E2DD; --font-head: 'Playfair Display', serif; --font-body: 'Lora', serif; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: var(--font-body); background-color: var(--bg); color: var(--text); line-height: 1.67; } img { width: 100%; height: auto; object-fit: cover; display: block; } h1, h2, h3 { font-family: var(--font-head); font-weight: 700; margin-bottom: 1rem; color: var(--text); } h1 { font-size: 3.5rem; line-height: 1.1; } h2 { font-size: 2.5rem; } h3 { font-size: 1.5rem; } a { color: var(--accent); text-decoration: none; transition: color 0.3s ease; } a:hover { color: var(--accent-hover); } .btn-primary { display: inline-block; background: var(--accent); color: #fff; padding: 1rem 2.5rem; font-family: var(--font-head); font-size: 1.1rem; border: none; cursor: pointer; transition: background 0.3s; margin-top: 1rem; } .btn-primary:hover { background: var(--accent-hover); color: #fff; } .aura-top-bar { position: sticky; top: 0; background: rgba(253, 251, 247, 0.95); backdrop-filter: blur(5px); display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 4%; z-index: 1000; border-bottom: 1px solid var(--secondary-bg); } .aura-logo { display: flex; align-items: center; gap: 0.8rem; font-family: var(--font-head); font-size: 1.4rem; font-weight: 700; } .aura-nav-links { display: flex; gap: 2rem; } .aura-nav-links a { color: var(--text); font-weight: 600; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 1px; } .brand-hero-split { display: flex; flex-wrap: wrap; min-height: 85vh; } .hero-text-pane { flex: 1 1 500px; padding: 8% 6%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .hero-sub { font-size: 1.25rem; color: #55433C; margin-bottom: 2rem; max-width: 450px; } .hero-visual-pane { flex: 1 1 500px; } .hero-visual-pane img { height: 100%; min-height: 400px; } .heritage-deep-dive { padding: 7rem 5%; display: flex; flex-wrap: wrap; gap: 4rem; align-items: center; background: var(--secondary-bg); } .heritage-content { flex: 1 1 400px; } .heritage-content p { margin-bottom: 1.5rem; font-size: 1.1rem; } .stat-highlight { font-weight: 700; color: var(--accent); font-size: 1.2rem; } .inline-link { border-bottom: 1px solid var(--accent); } .heritage-image { flex: 1 1 400px; border-radius: 4px; overflow: hidden; box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .capability-matrix { padding: 6.5rem 5%; } .matrix-header { text-align: center; margin-bottom: 4rem; } .matrix-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; margin-bottom: 4rem; } .matrix-card { background: #fff; padding: 2rem; border-top: 4px solid var(--accent); box-shadow: 0 4px 15px rgba(0,0,0,0.03); } .matrix-card img { height: 200px; margin-bottom: 1.5rem; border-radius: 2px; } .advantage-list { background: var(--text); color: var(--bg); padding: 3rem; text-align: center; } .advantage-list ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; } .advantage-list li { font-family: var(--font-head); font-size: 1.2rem; position: relative; } .client-echoes { padding: 6rem 5%; background: var(--bg); } .client-echoes h2 { text-align: center; margin-bottom: 4rem; } .echo-container { display: flex; flex-wrap: wrap; gap: 3rem; justify-content: center; } .echo-card { flex: 1 1 300px; max-width: 400px; text-align: center; padding: 2rem; border: 1px solid var(--secondary-bg); } .echo-card img { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 1.5rem; border: 2px solid var(--accent); } .quote { font-style: italic; margin-bottom: 1rem; font-size: 1.1rem; } .author { font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; color: var(--accent); } .inquiry-portal { display: flex; flex-wrap: wrap; gap: 4rem; padding: 7rem 5%; background: var(--secondary-bg); } .portal-faq { flex: 1 1 400px; } .faq-item { margin-bottom: 1rem; border-bottom: 1px solid #dcd7d0; } .faq-trigger { width: 100%; text-align: left; background: none; border: none; padding: 1rem 0; font-family: var(--font-head); font-size: 1.2rem; font-weight: 700; color: var(--text); cursor: pointer; display: flex; justify-content: space-between; } .faq-trigger::after { content: '+'; color: var(--accent); } .faq-content { display: none; padding-bottom: 1rem; color: #55433C; } .portal-form { flex: 1 1 400px; background: #fff; padding: 3rem; box-shadow: 0 10px 40px rgba(0,0,0,0.05); } .portal-form input, .portal-form textarea { width: 100%; padding: 1rem; margin-bottom: 1.5rem; border: 1px solid #e0dbd5; background: #faf9f7; font-family: var(--font-body); font-size: 1rem; } .portal-form input:focus, .portal-form textarea:focus { outline: none; border-color: var(--accent); } .noise-disclaimer { font-size: 0.75rem; color: #888; margin-top: 1.5rem; } .aura-base-footer { background: var(--text); color: #fff; padding: 4rem 5% 2rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; font-size: 0.9rem; } .footer-info p, .footer-links a { color: #ccc; margin-bottom: 0.5rem; display: block; } .footer-links a:hover { color: var(--accent); } .footer-copy { width: 100%; text-align: center; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); color: #888; } @media (max-width: 768px) { h1 { font-size: 2.5rem; } .aura-nav-links { display: none; } .brand-hero-split { flex-direction: column; } .hero-visual-pane img { height: 300px; } .heritage-deep-dive, .capability-matrix, .client-echoes, .inquiry-portal { padding: 4rem 5%; } }