@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --forest: #0d241d;
  --forest-2: #173a30;
  --sage: #879a8a;
  --sage-soft: #dce2da;
  --champagne: #d9c4b2;
  --ivory: #f6f1e9;
  --cream: #fbf8f2;
  --white: #fffdf9;
  --ink: #16231e;
  --muted: #65716b;
  --line: rgba(22, 35, 30, .14);
  --shadow: 0 24px 70px rgba(13, 36, 29, .12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--champagne); color: var(--forest); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { margin-top: 0; color: var(--muted); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

h1, h2, h3 { margin: 0 0 18px; color: var(--forest); font-family: var(--serif); font-weight: 600; line-height: .98; }
h1 { font-size: clamp(4rem, 7.4vw, 7rem); letter-spacing: -.04em; }
h1 em { color: var(--sage); font-weight: 500; }
h2 { font-size: clamp(3rem, 5.4vw, 5.1rem); letter-spacing: -.035em; }
h3 { font-size: 1.75rem; }
.eyebrow, .small-label, .card-kicker, .article-tag { color: var(--sage); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(217,196,178,.35); background: rgba(246,241,233,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 242px; display: grid; justify-items: center; color: var(--forest); line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 1.26rem; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.brand-rule { width: 150px; height: 11px; display: flex; align-items: center; gap: 8px; }
.brand-rule::before, .brand-rule::after { content: ""; flex: 1; height: 1px; background: var(--champagne); }
.brand-rule i { width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }
.brand-subtitle { color: var(--sage); font-size: .62rem; font-weight: 600; letter-spacing: .46em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 28px; color: #46564f; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav a:not(.nav-cta) { position: relative; }
.nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--forest); transition: width .25s ease; }
.nav a:hover::after { width: 100%; }
.nav-cta { padding: 13px 21px; color: var(--ivory); background: var(--forest); border: 1px solid var(--forest); }
.nav-cta:hover { color: var(--forest); background: transparent; }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.mobile-menu-toggle span { display: block; width: 100%; height: 1px; margin: 6px 0; background: var(--forest); transition: .2s; }

/* Buttons */
.btn { min-height: 51px; padding: 14px 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--forest); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--ivory); background: var(--forest); }
.btn-primary:hover { color: var(--forest); background: transparent; }
.btn-secondary { color: var(--forest); background: transparent; }
.btn-secondary:hover { color: var(--ivory); background: var(--forest); }
.btn-light { color: var(--forest); background: var(--ivory); border-color: var(--ivory); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--forest); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { font-size: 1.15rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

/* Hero */
.hero { min-height: calc(100vh - 92px); display: grid; align-items: center; overflow: hidden; background: var(--ivory); }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 74px; padding-block: 60px; }
.hero-content { position: relative; z-index: 2; }
.hero-content .eyebrow { margin-bottom: 23px; }
.hero-text { max-width: 640px; margin: 28px 0 34px; font-size: 1.07rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 0 0 35px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 13px 24px; color: #53625b; font-size: .71rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-row span { display: inline-flex; align-items: center; gap: 9px; }
.trust-row span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }
.hero-visual { position: relative; align-self: stretch; display: grid; align-items: center; }
.hero-image-wrap { position: relative; width: min(500px, 100%); margin-left: auto; }
.hero-image-wrap::before { content: ""; position: absolute; inset: -26px 26px 26px -26px; border: 1px solid var(--champagne); border-radius: 48% 48% 8px 8px; }
.hero-image-wrap img { position: relative; width: 100%; height: 610px; object-fit: cover; object-position: center 28%; border-radius: 48% 48% 3px 3px; filter: saturate(.78) contrast(.96); }
.hero-note { position: absolute; left: -65px; bottom: 42px; width: 255px; display: flex; gap: 14px; padding: 20px; background: var(--white); box-shadow: var(--shadow); }
.hero-note p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.hero-note strong { color: var(--forest); font-family: var(--serif); font-size: 1.06rem; }
.hero-note-mark { color: var(--sage); }

.intro-strip { padding: 78px 0; color: var(--ivory); background: var(--forest); }
.intro-grid { display: grid; grid-template-columns: 220px 1fr; gap: 80px; align-items: start; }
.intro-strip .eyebrow { color: var(--champagne); }
.intro-statement { max-width: 830px; margin: 0; color: var(--ivory); font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 3.35rem); line-height: 1.08; }

/* Sections */
.section { padding: 120px 0; }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.heading-row { max-width: none; display: grid; grid-template-columns: 1fr 400px; gap: 60px; align-items: end; }
.heading-row h2 { margin-bottom: 0; }
.heading-row > p { margin-bottom: 7px; }
.treatments-section { background: var(--cream); }
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.treatment-card { min-height: 320px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 29px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; transition: background .25s, transform .25s; }
.treatment-card:hover { z-index: 2; background: var(--white); box-shadow: var(--shadow); transform: translateY(-3px); }
.treatment-card.featured { background: var(--sage-soft); }
.card-number { align-self: flex-end; color: var(--sage); font-family: var(--serif); }
.card-kicker { margin: 0 0 13px; }
.treatment-card p:not(.card-kicker) { margin: 0; font-size: .91rem; }
.treatment-card h3 { font-size: 2.1rem; }
.circle-arrow { position: absolute; right: 25px; bottom: 23px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); }
.section-cta { margin-top: 34px; text-align: right; }

.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; }
.about-image { position: relative; padding: 0 0 35px 35px; }
.about-image::before { content: ""; position: absolute; inset: 35px 35px 0 0; background: var(--sage-soft); }
.about-image img { position: relative; width: 100%; height: 620px; object-fit: cover; object-position: center 28%; filter: saturate(.75); }
.experience-seal { position: absolute; right: -45px; bottom: 5px; width: 160px; height: 160px; padding: 27px 19px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: var(--forest); background: var(--champagne); font-size: .7rem; font-weight: 700; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.experience-seal strong { display: block; font-family: var(--serif); font-size: 2.5rem; font-weight: 600; letter-spacing: 0; }
.about-copy { padding-left: 15px; }
.about-copy .lead { margin-top: 28px; color: var(--ink); font-family: var(--serif); font-size: 1.65rem; line-height: 1.35; }
.tick-list { margin: 30px 0 36px; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 24px; }
.tick-list li { position: relative; padding-left: 23px; color: #56635d; font-size: .84rem; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; color: var(--sage); font-weight: 700; }

/* Shop */
.shop-section { min-height: 720px; position: relative; display: grid; overflow: hidden; background: var(--forest); }
.shop-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,36,29,.96) 0%, rgba(13,36,29,.84) 42%, rgba(13,36,29,.08) 76%), url('/assets/images/brand-skincare-hero.jpg') center / cover no-repeat; }
.shop-content { position: relative; z-index: 2; display: flex; align-items: center; min-height: 720px; }
.shop-copy { width: min(530px, 100%); padding: 75px 0; }
.shop-copy .eyebrow { color: var(--champagne); }
.shop-copy h2, .shop-copy p { color: var(--ivory); }
.shop-copy > p:not(.eyebrow) { color: rgba(246,241,233,.76); }
.shop-categories { margin: 30px 0; display: flex; flex-wrap: wrap; gap: 9px; }
.shop-categories span { padding: 8px 13px; border: 1px solid rgba(217,196,178,.35); color: var(--ivory); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.shop-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.shop-phone { color: var(--ivory); font-size: .78rem; text-decoration: underline; text-underline-offset: 5px; }
.shop-copy small { display: block; margin-top: 18px; color: rgba(246,241,233,.55); font-size: .7rem; }

/* Journal and contact */
.journal-section { background: var(--ivory); }
.articles-grid, .cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card, .card { min-height: 275px; padding: 30px; border: 1px solid var(--line); background: rgba(255,253,249,.7); transition: transform .2s, box-shadow .2s; }
.article-card:hover, .card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article-card h3 { margin: 30px 0 55px; font-size: 2rem; }
.article-card span { color: var(--sage); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-section { background: var(--sage-soft); }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 70px 75px; background: var(--white); }
.contact-card h2 { margin-bottom: 14px; }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* Inner pages */
.article-page { min-height: 70vh; padding: 82px 0 110px; background: var(--ivory); }
.article-wrap { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.article-back { display: inline-block; margin-bottom: 38px; color: var(--sage); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-header { padding-bottom: 36px; border-bottom: 1px solid var(--line); }
.article-header h1 { max-width: 900px; font-size: clamp(3.2rem, 6vw, 5.6rem); }
.article-header p:last-child { font-size: 1.08rem; }
.article-content { margin-top: 42px; }
.article-content h2 { margin-top: 55px; font-size: 2.7rem; }
.article-content h3 { margin-top: 35px; font-size: 2rem; }
.article-content p, .article-content li { color: #58665f; }
.article-content ul, .article-content ol { padding-left: 23px; }
.article-content .hero-actions { margin-top: 42px; }
.faq-item { margin: 14px 0; padding: 23px; border: 1px solid var(--line); background: var(--white); }
.areas-section, .section-soft { background: var(--sage-soft); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.areas-list { display: flex; flex-wrap: wrap; gap: 10px; }
.areas-list span { padding: 9px 14px; border: 1px solid var(--line); background: var(--white); }

/* Footer */
.site-footer { position: relative; padding: 35px 0; color: rgba(246,241,233,.72); background: #081914; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-inner p { margin: 0; color: inherit; font-size: .75rem; }
.footer-links, .footer-socials { display: flex; align-items: center; gap: 13px; }
.social-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(246,241,233,.2); border-radius: 50%; }
.social-icon svg { width: 14px; height: 14px; fill: currentColor; }
.social-icon:hover { color: var(--forest); background: var(--champagne); }
.site-credit { margin-left: 12px; font-size: .7rem; }
.site-credit a { color: var(--champagne); }

/* Emma AI */
.emma-ai-widget { position: fixed; right: 22px; bottom: 22px; z-index: 1000; font-family: var(--sans); }
.emma-ai-toggle { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 7px 17px 7px 7px; border: 1px solid rgba(217,196,178,.45); border-radius: 999px; color: var(--ivory); background: var(--forest); box-shadow: 0 15px 40px rgba(5,20,15,.25); cursor: pointer; font: 700 .78rem var(--sans); }
.emma-ai-toggle img { width: 39px; height: 39px; border-radius: 50%; object-fit: cover; }
.emma-ai-button-spark, .emma-ai-spark { color: var(--champagne); }
.emma-ai-panel { width: min(390px, calc(100vw - 28px)); height: min(610px, calc(100vh - 105px)); position: absolute; right: 0; bottom: 68px; display: none; grid-template-rows: auto 1fr auto auto auto; overflow: hidden; border: 1px solid rgba(217,196,178,.55); border-radius: 18px; color: var(--ink); background: var(--cream); box-shadow: 0 30px 80px rgba(5,20,15,.28); }
.emma-ai-panel.is-open { display: grid; animation: emmaIn .22s ease-out; }
@keyframes emmaIn { from { opacity: 0; transform: translateY(9px) scale(.98); } }
.emma-ai-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 15px; color: var(--ivory); background: var(--forest); }
.emma-ai-header-main { display: flex; align-items: center; gap: 11px; }
.emma-ai-avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.emma-ai-header strong, .emma-ai-header small { display: block; }
.emma-ai-header small { color: rgba(246,241,233,.7); font-size: .67rem; }
#emmaAiClose { border: 0; color: var(--ivory); background: transparent; font-size: 1.5rem; cursor: pointer; }
.emma-ai-messages { overflow-y: auto; padding: 16px; }
.emma-ai-row { display: flex; gap: 8px; margin-bottom: 11px; }
.emma-ai-row-user { justify-content: flex-end; }
.emma-ai-bubble-avatar { width: 26px; height: 26px; flex: 0 0 26px; border-radius: 50%; object-fit: cover; }
.emma-ai-message { max-width: 82%; padding: 10px 12px; border-radius: 13px; color: #4f5d56; background: var(--white); font-size: .79rem; line-height: 1.5; box-shadow: 0 6px 18px rgba(13,36,29,.06); }
.emma-ai-user { color: var(--ivory); background: var(--forest); border-bottom-right-radius: 3px; }
.emma-ai-bot { border-bottom-left-radius: 3px; }
.emma-ai-message a { color: var(--forest); font-weight: 700; text-decoration: underline; }
.emma-ai-actions { display: flex; flex-wrap: wrap; gap: 7px; margin: 8px 0 14px 34px; }
.emma-ai-chip { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--forest); background: var(--white); cursor: pointer; font: 700 .68rem var(--sans); }
.emma-ai-chip-primary { color: var(--ivory); background: var(--forest); }
.emma-ai-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 10px 13px; border-top: 1px solid var(--line); }
.emma-ai-form input { min-width: 0; padding: 10px 11px; border: 1px solid var(--line); border-radius: 9px; outline: 0; background: var(--white); font: .78rem var(--sans); }
.emma-ai-form button, .emma-ai-submit-lead { padding: 9px 13px; border: 0; border-radius: 8px; color: var(--ivory); background: var(--forest); cursor: pointer; font: 700 .72rem var(--sans); }
.emma-ai-disclaimer, .emma-ai-powered { margin: 0; padding: 0 13px 6px; color: #7c8781; text-align: center; font-size: .59rem; }
.emma-ai-powered { padding-bottom: 9px; }
.emma-ai-powered a { color: var(--sage); font-weight: 700; }
.emma-ai-lead-card { margin: 12px 0 14px 34px; padding: 13px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.emma-ai-lead-card > p, .emma-ai-lead-card > small { font-size: .67rem; }
.emma-ai-lead-card label { display: block; margin: 9px 0; color: #58665f; font-size: .68rem; font-weight: 700; }
.emma-ai-lead-card input, .emma-ai-lead-card select, .emma-ai-lead-card textarea { width: 100%; margin-top: 4px; padding: 8px; border: 1px solid var(--line); border-radius: 7px; background: var(--cream); font: .72rem var(--sans); }
.emma-ai-lead-card textarea { min-height: 64px; resize: vertical; }
.emma-ai-typing span { display: inline-block; width: 5px; height: 5px; margin: 0 2px; border-radius: 50%; background: var(--sage); animation: dot 1.1s infinite; }
.emma-ai-typing span:nth-child(2) { animation-delay: .15s; }.emma-ai-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes dot { 0%,60%,100% { transform: translateY(0); opacity: .45; } 30% { transform: translateY(-4px); opacity: 1; } }

/* Responsive */
@media (max-width: 980px) {
  .mobile-menu-toggle { display: block; }
  .nav { position: absolute; top: 92px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 24px; border-bottom: 1px solid var(--line); background: var(--ivory); }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 4px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr .75fr; gap: 38px; }
  .hero-image-wrap img { height: 520px; }
  .hero-note { left: -35px; }
  .heading-row { grid-template-columns: 1fr 320px; }
  .treatment-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 55px; }
  .about-image img { height: 540px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 78px; }
  .brand { width: 190px; }
  .brand-name { font-size: 1rem; }
  .brand-rule { width: 120px; }
  .brand-subtitle { font-size: .52rem; }
  .nav { top: 78px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; padding: 72px 0 55px; }
  h1 { font-size: clamp(3.6rem, 17vw, 5rem); }
  h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .hero-visual { margin-top: 20px; }
  .hero-image-wrap { width: calc(100% - 24px); margin: 0 0 0 auto; }
  .hero-image-wrap img { height: 490px; }
  .hero-note { left: -14px; bottom: 22px; width: 218px; }
  .intro-strip { padding: 55px 0; }
  .intro-grid, .heading-row, .about-grid, .contact-card, .split { grid-template-columns: 1fr; gap: 26px; }
  .intro-statement { font-size: 2rem; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 38px; }
  .treatment-grid, .articles-grid, .cards-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: 270px; }
  .about-image { margin-right: 20px; }
  .about-image img { height: 510px; }
  .experience-seal { right: -22px; width: 135px; height: 135px; }
  .tick-list { grid-template-columns: 1fr; }
  .shop-image { background: linear-gradient(90deg, rgba(13,36,29,.96), rgba(13,36,29,.76)), url('/assets/images/brand-skincare-hero.jpg') center / cover no-repeat; }
  .contact-card { padding: 40px 26px; }
  .contact-actions { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { flex-direction: column; }
  .site-credit { margin: 0; }
}

@media (max-width: 460px) {
  .hero-actions .btn { width: 100%; }
  .trust-row { display: grid; }
  .hero-image-wrap img { height: 430px; }
  .shop-content, .shop-section { min-height: 660px; }
  .emma-ai-widget { right: 14px; bottom: 14px; }
  .emma-ai-toggle span { display: none; }
  .emma-ai-toggle { padding: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
