/* Ahnchol Brand Design System v2 — Aesop-inspired Minimal */
@import url(‘https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600&display=swap’);
/* ============================================
GLOBAL OVERRIDES
============================================ */
:root {
–ah-black: #0A0A0A;
–ah-gold: #B5A98F;
–ah-stone: #FAFAF7;
–ah-white: #FFFFFF;
–ah-muted: #6B6B6B;
–ah-light-gray: #B0B0B0;
–ah-border: #E8E6E1;
}
html {
scroll-behavior: smooth;
}
body {
background-color: var(–ah-stone) !important;
color: var(–ah-black) !important;
font-family: “Jost”, sans-serif !important;
font-weight: 300 !important;
font-size: 16px;
line-height: 1.7 !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* ============================================
TYPOGRAPHY
============================================ */
h1, h2, h3, h4, h5, h6,
.elementor-widget-heading .elementor-heading-title {
font-family: “Jost”, sans-serif !important;
color: var(–ah-black) !important;
font-weight: 500 !important;
letter-spacing: -0.01em;
line-height: 1.2 !important;
}
h1 { font-size: 52px !important; }
h2 { font-size: 36px !important; }
h3 { font-size: 24px !important; }
h4 { font-size: 20px !important; }
p, li, span, td, th, label {
font-family: “Jost”, sans-serif !important;
font-weight: 300 !important;
line-height: 1.7 !important;
}
a {
color: var(–ah-black) !important;
transition: color 0.3s ease;
text-decoration: none;
}
a:hover {
color: var(–ah-gold) !important;
}
/* ============================================
HEADER
============================================ */
.main-header-bar,
.ast-main-header-wrap,
.ast-above-header-wrap {
background-color: rgba(255,255,255,0.95) !important;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-bottom: 1px solid var(–ah-border) !important;
}
.main-header-menu a,
.ast-builder-menu-1 .menu-link,
.ast-masthead-custom-menu-items a {
color: var(–ah-black) !important;
font-family: “Jost”, sans-serif !important;
font-weight: 400 !important;
font-size: 13px !important;
letter-spacing: 0.05em !important;
text-transform: uppercase !important;
}
.main-header-menu a:hover {
color: var(–ah-gold) !important;
}
.site-logo-text,
.site-logo-img img {
max-height: 40px !important;
}
/* ============================================
BUTTONS
============================================ */
.elementor-button,
.ast-button,
.button,
.woocommerce-button,
.wp-block-button__link {
background-color: var(–ah-black) !important;
color: var(–ah-white) !important;
border: none !important;
border-radius: 4px !important;
font-family: “Jost”, sans-serif !important;
font-weight: 400 !important;
font-size: 14px !important;
letter-spacing: 0.1em !important;
text-transform: uppercase !important;
padding: 14px 36px !important;
transition: all 0.3s ease !important;
cursor: pointer;
}
.elementor-button:hover,
.ast-button:hover,
.button:hover,
.woocommerce-button:hover {
background-color: var(–ah-gold) !important;
color: var(–ah-black) !important;
}
/* Gold CTA variant */
.elementor-button-wrapper .elementor-button.elementor-button-gold,
.btn-gold {
background-color: var(–ah-gold) !important;
color: var(–ah-black) !important;
}
/* ============================================
FOOTER
============================================ */
.site-footer,
.ast-small-footer,
footer {
background-color: var(–ah-black) !important;
color: var(–ah-light-gray) !important;
}
.site-footer a,
footer a {
color: var(–ah-gold) !important;
}
.site-footer a:hover,
footer a:hover {
color: var(–ah-white) !important;
}
.site-footer .widget-title,
footer h3 {
color: var(–ah-white) !important;
}
/* ============================================
HOMEPAGE SPECIFIC STYLES
============================================ */
/* — Hero Section — */
.ah-hero {
min-height: 80vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 120px 40px 80px;
}
.ah-hero-label {
font-family: “Jost”, sans-serif;
font-weight: 100 !important;
font-size: 12px !important;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(–ah-gold);
margin-bottom: 24px;
display: block;
}
.ah-hero-title {
font-family: “Jost”, sans-serif;
font-weight: 500 !important;
font-size: 64px !important;
color: var(–ah-black);
line-height: 1.05 !important;
letter-spacing: -0.02em;
margin-bottom: 28px;
}
.ah-hero-subtitle {
font-family: “Jost”, sans-serif;
font-weight: 300 !important;
font-size: 18px !important;
color: var(–ah-muted);
max-width: 600px;
margin: 0 auto 48px;
line-height: 1.7 !important;
}
.ah-hero-cta {
display: inline-block;
background-color: transparent !important;
color: var(–ah-muted) !important;
border: 1px solid var(–ah-border) !important;
border-radius: 4px !important;
padding: 14px 36px !important;
font-family: “Jost”, sans-serif !important;
font-weight: 400 !important;
font-size: 14px !important;
letter-spacing: 0.1em !important;
text-transform: uppercase !important;
transition: all 0.3s ease;
}
.ah-hero-cta:hover {
background-color: var(–ah-black) !important;
color: var(–ah-white) !important;
border-color: var(–ah-black) !important;
}
/* — Section Common — */
.ah-section {
padding: 100px 40px;
max-width: 1100px;
margin: 0 auto;
}
.ah-section-label {
font-family: “Jost”, sans-serif;
font-weight: 100 !important;
font-size: 11px !important;
letter-spacing: 0.25em;
text-transform: uppercase;
color: var(–ah-gold);
margin-bottom: 20px;
display: block;
}
.ah-section-title {
font-family: “Jost”, sans-serif;
font-weight: 500 !important;
font-size: 36px !important;
color: var(–ah-black);
line-height: 1.2 !important;
margin-bottom: 16px;
}
.ah-section-subtitle {
font-family: “Jost”, sans-serif;
font-weight: 300 !important;
font-size: 16px !important;
color: var(–ah-muted);
line-height: 1.6 !important;
}
/* — Why Choose — */
.ah-why-choose {
background-color: var(–ah-white);
border-top: 1px solid var(–ah-border);
border-bottom: 1px solid var(–ah-border);
}
.ah-why-tagline {
font-family: “Jost”, sans-serif;
font-weight: 300 !important;
font-size: 20px !important;
color: var(–ah-muted);
margin-top: 8px;
line-height: 1.6 !important;
}
/* — Problem/Solution — */
.ah-problem-solution {
background-color: var(–ah-stone);
}
.ah-ps-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
margin-top: 60px;
}
.ah-ps-block-label {
font-family: “Jost”, sans-serif;
font-weight: 100 !important;
font-size: 11px !important;
letter-spacing: 0.25em;
text-transform: uppercase;
margin-bottom: 16px;
display: block;
}
.ah-ps-problem .ah-ps-block-label {
color: #999;
}
.ah-ps-solution .ah-ps-block-label {
color: var(–ah-gold);
}
.ah-ps-title {
font-family: “Jost”, sans-serif;
font-weight: 500 !important;
font-size: 24px !important;
color: var(–ah-black);
margin-bottom: 16px;
line-height: 1.3 !important;
}
.ah-ps-text {
font-family: “Jost”, sans-serif;
font-weight: 300 !important;
font-size: 16px !important;
color: var(–ah-muted);
line-height: 1.7 !important;
}
.ah-ps-divider {
width: 1px;
background-color: var(–ah-border);
justify-self: center;
grid-row: 1 / 3;
}
/* — How It Works — */
.ah-how-works {
background-color: var(–ah-white);
border-top: 1px solid var(–ah-border);
}
.ah-steps-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
margin-top: 60px;
}
.ah-step {
text-align: left;
padding: 20px 0;
}
.ah-step-number {
font-family: “Jost”, sans-serif;
font-weight: 100 !important;
font-size: 48px !important;
color: var(–ah-border);
line-height: 1 !important;
margin-bottom: 20px;
}
.ah-step-title {
font-family: “Jost”, sans-serif;
font-weight: 500 !important;
font-size: 18px !important;
color: var(–ah-black);
margin-bottom: 12px;
}
.ah-step-text {
font-family: “Jost”, sans-serif;
font-weight: 300 !important;
font-size: 15px !important;
color: var(–ah-muted);
line-height: 1.7 !important;
}
/* — Footer (via Elementor or custom) — */
.ah-footer {
background-color: var(–ah-black);
padding: 60px 40px 40px;
text-align: center;
}
.ah-footer-brand {
font-family: “Jost”, sans-serif;
font-weight: 500 !important;
font-size: 20px !important;
color: var(–ah-white);
letter-spacing: 0.15em;
text-transform: uppercase;
margin-bottom: 8px;
}
.ah-footer-tagline {
font-family: “Jost”, sans-serif;
font-weight: 300 !important;
font-size: 13px !important;
color: var(–ah-light-gray);
letter-spacing: 0.1em;
margin-bottom: 40px;
}
.ah-footer-divider {
width: 40px;
height: 1px;
background-color: var(–ah-light-gray);
margin: 0 auto 24px;
opacity: 0.4;
}
.ah-footer-copy {
font-family: “Jost”, sans-serif;
font-weight: 300 !important;
font-size: 12px !important;
color: var(–ah-light-gray);
opacity: 0.6;
}
/* ============================================
RESPONSIVE
============================================ */
@media (max-width: 768px) {
.ah-hero { padding: 80px 24px 60px; min-height: 60vh; }
.ah-hero-title { font-size: 36px !important; }
.ah-hero-subtitle { font-size: 16px !important; }
.ah-section { padding: 60px 24px; }
.ah-section-title { font-size: 28px !important; }
.ah-ps-grid { grid-template-columns: 1fr; gap: 40px; }
.ah-ps-divider { display: none; }
.ah-steps-grid { grid-template-columns: 1fr; gap: 30px; }
.ah-step-number { font-size: 36px !important; }
}
@media (max-width: 480px) {
.ah-hero-title { font-size: 28px !important; }
}
