:root {
    --cacao: #3b2418; --cacao-2: #55341f; --rosegold: #c48a6a; --rosegold-2: #dba888;
    --ink: #2a1f17; --muted: #7a6b5d; --cream: #f9f2ea; --radius: 4px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, "Segoe UI", Roboto, Arial, sans-serif; color: var(--ink); line-height: 1.7; background: var(--cream); }
h1, h2, h3, .logo { font-family: 'Aboreto', 'Inter', serif; font-weight: 400; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
a { color: inherit; } img { display: block; max-width: 100%; }

.header { position: sticky; top: 0; z-index: 50; background: rgba(249,242,234,.96); backdrop-filter: blur(8px); border-bottom: 1px solid #ecdfd0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 18px; color: var(--cacao); text-decoration: none; }
.logo i { color: var(--rosegold); font-size: 17px; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { color: var(--ink); text-decoration: none; font-size: 13.5px; font-weight: 500; font-family: 'Inter'; }
.nav-links a:hover { color: var(--rosegold-2); }
.nav-toggle { display: none; background: none; border: none; color: var(--cacao); font-size: 20px; cursor: pointer; }

.btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 28px; border-radius: 999px; font-weight: 600; font-size: 13px; text-decoration: none; cursor: pointer; border: 1.5px solid transparent; transition: transform .18s ease, box-shadow .18s ease; font-family: 'Inter'; }
.btn-small { padding: 9px 18px; font-size: 12px; }
.btn-rose { background: linear-gradient(135deg, var(--rosegold), var(--rosegold-2)); color: #3b2418; box-shadow: 0 10px 22px -10px rgba(196,138,106,.6); }
.btn-rose:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -10px rgba(196,138,106,.75); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-outline-light:hover { border-color: var(--rosegold); color: var(--rosegold); }

.hero-choc { position: relative; min-height: 620px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-choc-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-choc-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(43,25,16,.92) 0%, rgba(43,25,16,.55) 55%, rgba(43,25,16,.25) 100%); }
.hero-choc-inner { position: relative; z-index: 2; max-width: 520px; padding: 60px 24px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--rosegold); color: var(--rosegold-2); padding: 6px 18px; border-radius: 999px; font-weight: 600; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 26px; font-family: 'Inter'; }
.hero-choc h1 { font-size: 38px; line-height: 1.35; margin-bottom: 22px; }
.hero-choc h1 span { color: var(--rosegold-2); }
.hero-choc p { color: #e3d5c8; font-size: 15.5px; margin-bottom: 34px; font-family: 'Inter'; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.section { padding: 100px 0; }
.eyebrow { display: block; color: var(--rosegold-2); font-weight: 700; font-size: 11.5px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 16px; font-family: 'Inter'; }
.section-head { text-align: center; max-width: 600px; margin: 0 auto 60px; }
.section h2 { font-size: 32px; margin-bottom: 14px; }
.section-lead { color: var(--muted); font-size: 15px; font-family: 'Inter'; }

/* Hexagon frame collection */
.hex-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 26px; }
.hex-item { width: 190px; text-align: center; }
.hex-frame { width: 170px; height: 196px; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); margin: 0 auto 16px; overflow: hidden; position: relative; box-shadow: 0 16px 30px -16px rgba(43,25,16,.4); }
.hex-frame img { width: 100%; height: 100%; object-fit: cover; }
.hex-item h3 { font-size: 15px; margin-bottom: 4px; }
.hex-item p { color: var(--muted); font-size: 12px; font-family: 'Inter'; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { background: #fff; border: 1.5px solid #ecdfd0; border-radius: var(--radius); padding: 26px 22px; text-align: center; }
.service-card i { font-size: 20px; color: var(--rosegold-2); margin-bottom: 14px; display: block; }
.service-card h3 { font-size: 15px; margin-bottom: 6px; }
.service-card p { color: var(--muted); font-size: 12.5px; font-family: 'Inter'; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.wax-frame { position: relative; }
.wax-frame img { border-radius: var(--radius); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.wax-seal { position: absolute; bottom: -22px; right: 28px; width: 66px; height: 66px; border-radius: 50%; background: var(--rosegold); display: flex; align-items: center; justify-content: center; color: #3b2418; font-family: 'Aboreto'; font-size: 11px; text-align: center; box-shadow: 0 10px 20px -8px rgba(43,25,16,.5); border: 3px solid var(--cream); }
.stat-strip { display: flex; margin-top: 26px; }
.stat-item { flex: 1; text-align: center; border-right: 1px solid #ecdfd0; }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Aboreto'; font-size: 24px; color: var(--rosegold-2); display: block; }
.stat-label { color: var(--muted); font-size: 11px; text-transform: uppercase; font-family: 'Inter'; }

.contact-card { background: var(--cacao); color: #fff; border-radius: var(--radius); padding: 46px; text-align: center; max-width: 620px; margin: 0 auto; }
.contact-card h3 { font-size: 27px; margin-bottom: 14px; }
.contact-card p { margin-bottom: 24px; color: #e3d5c8; font-family: 'Inter'; }

.footer { background: #201209; color: #a08d7c; padding: 40px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer .logo { font-size: 15px; color: #fff; }
.footer-social { display: flex; gap: 14px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; }
.footer-social a:hover { background: var(--rosegold); color: #3b2418; }
.footer p { width: 100%; text-align: center; font-size: 12px; margin-top: 6px; font-family: 'Inter'; }

@media (max-width: 960px) {
    .hero-choc h1 { font-size: 30px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .nav-links { display: none; }
    .nav-toggle { display: block; }
    .hero-choc h1 { font-size: 25px; }
    .section { padding: 64px 0; }
    .section h2 { font-size: 23px; }
    .services-grid { grid-template-columns: 1fr; }
    .stat-strip { flex-wrap: wrap; }
    .stat-item { flex: 1 1 50%; border-right: none; margin-bottom: 14px; }
}
