/* ===== Simply Natural Hair Braiding ===== */
:root {
  --espresso: #33221b;
  --espresso2: #452e24;
  --espresso3: #5a3d30;
  --cocoa: #7a5442;
  --honey: #d99b4e;
  --honey-dark: #bd8035;
  --honey-deep: #9d6725;
  --terra: #c76b44;
  --gold: #e0b872;
  --sage: #7d8f6f;
  --ink: #2b1e18;
  --ink-soft: #6d5a50;
  --ink-faint: #9c8c83;
  --sand: #f5ece0;
  --sand2: #ecdfcd;
  --sand3: #ddcab2;
  --cream: #fdf9f3;
  --cream2: #f9f1e6;
  --white: #ffffff;
  --bg: #fdf9f3;
  --bg-dark: #241812;
  --card: #ffffff;
  --border: #ecdfcd;
  --line: #d9c6ae;
  --shadow: 0 12px 34px rgba(51, 34, 27, 0.10);
  --shadow-lg: 0 22px 54px rgba(51, 34, 27, 0.20);
  --radius: 16px;
  --radius-sm: 9px;
  --maxw: 1160px;
  --sans: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: var(--honey-deep); text-decoration: none; transition: color .15s; }
a:hover { color: var(--espresso); }
img { max-width: 100%; display: block; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.container-narrow { max-width: 800px; margin: 0 auto; padding: 0 26px; }
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.16; color: var(--espresso); font-weight: 700; letter-spacing: -0.01em; }
section { scroll-margin-top: 100px; }

/* Utility */
.eyebrow { font-family: var(--sans); font-size: 0.78rem; letter-spacing: .24em; text-transform: uppercase; color: var(--honey-deep); font-weight: 700; display: inline-block; }
.eyebrow.light { color: var(--gold); }

/* Topbar */
.topbar { background: var(--espresso); color: #ddcab2; font-size: 0.84rem; padding: 8px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar a { color: var(--gold); font-weight: 700; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(253,249,243,.96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 82px; }
.brand { font-family: var(--serif); font-weight: 700; font-size: 1.4rem; color: var(--espresso); display: flex; align-items: center; gap: 12px; }
.brand .logo { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(140deg, var(--honey), var(--cocoa)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.brand .b-text { line-height: 1.04; }
.brand .b-text b { color: var(--honey-deep); font-style: italic; }
.brand .b-text small { display: block; font-family: var(--sans); font-size: 0.54rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-faint); font-weight: 700; margin-top: 2px; }
.nav-links { display: flex; gap: 2px; list-style: none; align-items: center; }
.nav-links a { color: var(--ink); font-size: 0.92rem; padding: 9px 14px; font-weight: 600; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 5px; height: 2px; background: var(--honey); transform: scaleX(0); transition: transform .18s; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--honey-deep); }
.nav-links .cta { background: var(--espresso); color: #fff; border-radius: 40px; padding: 10px 24px; margin-left: 8px; }
.nav-links .cta::after { display: none; }
.nav-links .cta:hover { background: var(--cocoa); color: #fff; }
.nav-toggle { display: none; background: none; border: 0; color: var(--espresso); font-size: 1.7rem; cursor: pointer; }

/* Buttons */
.btn { font-family: var(--sans); font-size: 0.86rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 14px 32px; border-radius: 40px; border: 2px solid transparent; cursor: pointer; display: inline-block; transition: all .16s; text-align: center; }
.btn-espresso { background: var(--espresso); color: #fff; }
.btn-espresso:hover { background: var(--cocoa); color: #fff; transform: translateY(-2px); }
.btn-honey { background: var(--honey); color: var(--espresso); }
.btn-honey:hover { background: var(--honey-dark); color: var(--espresso); transform: translateY(-2px); }
.btn-cream { background: #fff; color: var(--espresso); }
.btn-cream:hover { background: var(--sand); color: var(--espresso); transform: translateY(-2px); }
.btn-line { background: transparent; color: var(--espresso); border-color: var(--line); }
.btn-line:hover { background: var(--espresso); color: #fff; border-color: var(--espresso); }
.btn-line-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-line-light:hover { background: #fff; color: var(--espresso); }
.btn-lg { font-size: 0.95rem; padding: 16px 40px; }
.btn-sm { font-size: 0.75rem; padding: 9px 20px; }

/* Hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(140deg, var(--sand) 0%, var(--cream) 55%, var(--sand2) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 44px; padding: 84px 0 92px; }
.hero-text .eyebrow { margin-bottom: 20px; }
.hero-text h1 { font-size: clamp(2.7rem, 6.2vw, 4.8rem); line-height: 1.05; margin-bottom: 22px; }
.hero-text h1 em { font-style: italic; color: var(--honey-deep); }
.hero-text .lede { font-size: 1.2rem; color: var(--ink-soft); max-width: 490px; margin-bottom: 32px; }
.hero-text .cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-visual .disc { width: min(400px, 84vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 38% 32%, #fff, var(--sand2) 70%, var(--sand3)); display: flex; align-items: center; justify-content: center; font-size: 9rem; box-shadow: var(--shadow-lg); border: 8px solid #fff; }
.hero-visual .chip { position: absolute; background: #fff; border-radius: 40px; padding: 10px 20px; box-shadow: var(--shadow); font-weight: 700; font-size: 0.82rem; display: flex; align-items: center; gap: 8px; color: var(--espresso); }
.hero-visual .chip.c1 { top: 8%; left: -2%; color: var(--honey-deep); }
.hero-visual .chip.c2 { bottom: 14%; right: -3%; color: var(--cocoa); }
.hero-visual .chip.c3 { bottom: 0; left: 12%; color: var(--sage); }

/* Marquee */
.strip { background: var(--espresso); color: var(--sand2); padding: 14px 0; overflow: hidden; white-space: nowrap; }
.strip .track { display: inline-block; animation: marquee 30s linear infinite; }
.strip .track span { margin: 0 24px; font-family: var(--serif); font-style: italic; font-size: 1.1rem; }
.strip .track span.dot { color: var(--honey); font-style: normal; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Page head */
.page-head { background: linear-gradient(140deg, var(--sand), var(--cream)); border-bottom: 1px solid var(--border); padding: 64px 0 54px; }
.page-head .breadcrumb { font-size: 0.8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 14px; }
.page-head .breadcrumb a { color: var(--cocoa); }
.page-head h1 { font-size: clamp(2.3rem, 5.2vw, 3.7rem); max-width: 880px; }
.page-head h1 em { font-style: italic; color: var(--honey-deep); }
.page-head .sub { margin-top: 16px; font-size: 1.14rem; color: var(--ink-soft); max-width: 640px; }

/* Sections */
section.block { padding: 82px 0; }
section.block.sand { background: var(--sand); }
section.block.cream { background: var(--cream2); }
section.block.dark { background: var(--espresso); color: var(--sand2); }
.block.dark h1, .block.dark h2, .block.dark h3 { color: #fff; }
.block.dark .eyebrow { color: var(--gold); }

/* Section head */
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.sec-head .eyebrow { margin-bottom: 14px; }
.sec-head h2 { font-size: clamp(2.1rem, 4.5vw, 3.2rem); }
.sec-head h2 em { font-style: italic; color: var(--honey-deep); }
.sec-head p { color: var(--ink-soft); font-size: 1.06rem; margin-top: 14px; }
.block.dark .sec-head p { color: var(--sand3); }
.block.dark .sec-head h2 em { color: var(--gold); }
.sec-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; border-bottom: 2px solid var(--line); padding-bottom: 14px; flex-wrap: wrap; gap: 12px; }
.sec-bar h2 { font-size: 1.8rem; }
.sec-bar h2 em { font-style: italic; color: var(--honey-deep); }

/* Grids */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Style / service cards */
.style-card { background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .16s, box-shadow .16s; display: flex; flex-direction: column; }
.style-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.style-card .s-img { aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; font-size: 3.4rem; position: relative; }
.style-card .s-img.t1 { background: linear-gradient(150deg, #e8d3b8, #c99a6d); }
.style-card .s-img.t2 { background: linear-gradient(150deg, #dcc4b0, #a8785d); }
.style-card .s-img.t3 { background: linear-gradient(150deg, #e5d5c0, #8f6a52); }
.style-card .s-img.t4 { background: linear-gradient(150deg, #d9c5ad, #7a5442); }
.style-card .s-img.t5 { background: linear-gradient(150deg, #eadcc6, #b98a55); }
.style-card .s-img.t6 { background: linear-gradient(150deg, #ded0bb, #96745c); }
.style-card .s-tag { position: absolute; top: 12px; left: 12px; background: var(--espresso); color: var(--gold); font-size: 0.68rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; padding: 4px 12px; border-radius: 40px; }
.style-card .body { padding: 26px 24px; flex: 1; display: flex; flex-direction: column; }
.style-card h3 { font-size: 1.34rem; margin-bottom: 10px; }
.style-card h3 a { color: var(--espresso); }
.style-card h3 a:hover { color: var(--honey-deep); }
.style-card p { color: var(--ink-soft); font-size: 0.94rem; flex: 1; }
.style-card .s-meta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 14px; font-size: 0.86rem; color: var(--ink-faint); }
.style-card .s-meta .fill { background: var(--sand2); border-bottom: 1px dashed var(--honey); border-radius: 3px; padding: 0 5px; color: var(--ink); }
.style-card .s-foot { margin-top: 16px; }

/* Price list */
.price-list { max-width: 760px; margin: 0 auto; }
.price-cat { margin-bottom: 44px; }
.price-cat-head { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.price-cat-head h3 { font-size: 1.6rem; color: var(--honey-deep); font-style: italic; white-space: nowrap; }
.price-cat-head .ln { flex: 1; height: 1px; background: var(--line); }
.price-row { display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; padding: 15px 0; border-bottom: 1px dotted var(--line); align-items: baseline; }
.price-row .pr-name { font-family: var(--serif); font-size: 1.16rem; color: var(--espresso); }
.price-row .pr-price { font-family: var(--serif); font-style: italic; font-size: 1.12rem; font-weight: 700; color: var(--honey-deep); white-space: nowrap; }
.price-row .pr-price .fill { background: var(--sand2); border-bottom: 1px dashed var(--honey); border-radius: 3px; padding: 0 6px; }
.price-row .pr-desc { grid-column: 1 / -1; color: var(--ink-soft); font-size: 0.9rem; }

/* Blog cards */
.post-card { background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .16s, box-shadow .16s; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.post-card .p-img { aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.post-card .p-img.b1 { background: linear-gradient(150deg, var(--cocoa), var(--espresso)); }
.post-card .p-img.b2 { background: linear-gradient(150deg, var(--honey), var(--honey-deep)); }
.post-card .p-img.b3 { background: linear-gradient(150deg, var(--sand3), var(--cocoa)); }
.post-card .body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.post-card .p-meta { font-size: 0.78rem; color: var(--ink-faint); margin-bottom: 8px; letter-spacing: .04em; text-transform: uppercase; }
.post-card .p-meta .fill { background: var(--sand2); border-bottom: 1px dashed var(--honey); border-radius: 3px; padding: 0 5px; }
.post-card h3 { font-size: 1.22rem; margin-bottom: 10px; line-height: 1.25; }
.post-card h3 a { color: var(--espresso); }
.post-card h3 a:hover { color: var(--honey-deep); }
.post-card p { color: var(--ink-soft); font-size: 0.92rem; flex: 1; }
.post-card .p-foot { margin-top: 16px; }

/* Article */
.article-body { font-size: 1.07rem; line-height: 1.9; }
.article-body .lead-img { aspect-ratio: 16/8; border-radius: var(--radius); background: linear-gradient(150deg, var(--cocoa), var(--espresso)); display: flex; align-items: center; justify-content: center; font-size: 4.5rem; color: var(--gold); margin-bottom: 32px; box-shadow: var(--shadow); }
.article-body p { color: #45352d; margin-bottom: 18px; }
.article-body h2 { font-size: 1.85rem; margin: 36px 0 12px; }
.article-body h2 em { font-style: italic; color: var(--honey-deep); }
.article-body h3 { font-size: 1.32rem; margin: 28px 0 10px; color: var(--cocoa); }
.article-body ul, .article-body ol { padding-left: 24px; margin-bottom: 18px; color: #45352d; }
.article-body li { margin-bottom: 9px; }
.article-body blockquote { border-left: 4px solid var(--honey); background: var(--sand); padding: 16px 26px; margin: 26px 0; font-size: 1.16rem; color: var(--espresso); font-style: italic; font-family: var(--serif); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.article-body .fill { background: var(--sand2); border-bottom: 1px dashed var(--honey); padding: 0 5px; border-radius: 2px; font-weight: 600; }
.article-body .note { background: var(--sand); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px 20px; margin: 24px 0; font-size: 0.95rem; }
.article-meta { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; font-size: 0.88rem; color: var(--ink-faint); margin-top: 16px; }
.article-meta .fill { background: var(--sand2); border-bottom: 1px dashed var(--honey); border-radius: 3px; padding: 0 6px; color: var(--ink); }

/* Sidebar */
.layout-2col { display: grid; grid-template-columns: 1fr 300px; gap: 44px; align-items: start; }
.sidebar { position: sticky; top: 100px; }
.side-box { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; margin-bottom: 22px; box-shadow: var(--shadow); }
.side-box h4 { font-family: var(--serif); font-size: 1.16rem; color: var(--espresso); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--honey); }
.side-list { list-style: none; }
.side-list li { padding: 11px 0; border-bottom: 1px solid var(--border); }
.side-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.side-list a { color: var(--espresso); font-weight: 600; font-size: 0.93rem; }
.side-list a:hover { color: var(--honey-deep); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { text-align: center; }
.step .num { width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 50%; background: linear-gradient(140deg, var(--honey), var(--cocoa)); color: #fff; font-family: var(--serif); font-size: 1.5rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.step h3 { font-size: 1.16rem; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 0.92rem; }
.block.dark .step p { color: var(--sand3); }

/* Feature icons */
.feat-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.feat-ico { text-align: center; }
.feat-ico .ico { width: 76px; height: 76px; margin: 0 auto 16px; border-radius: 50%; background: var(--card); display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: var(--shadow); }
.block.dark .feat-ico .ico { background: var(--espresso2); }
.feat-ico h3 { font-size: 1.14rem; margin-bottom: 8px; }
.feat-ico p { color: var(--ink-soft); font-size: 0.92rem; }
.block.dark .feat-ico p { color: var(--sand3); }

/* Feature split */
.feat { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.feat .f-visual { border-radius: var(--radius); min-height: 420px; display: flex; align-items: center; justify-content: center; font-size: 8rem; box-shadow: var(--shadow); background: linear-gradient(150deg, var(--sand2), var(--sand3)); color: var(--cocoa); }
.feat .f-visual.dark { background: linear-gradient(150deg, var(--cocoa), var(--espresso)); color: var(--gold); }
.feat.flip .f-visual { order: 2; }
.feat h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 18px; }
.feat h2 em { font-style: italic; color: var(--honey-deep); }
.feat p { color: var(--ink-soft); margin-bottom: 16px; }
.feat .lede { font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--espresso); line-height: 1.5; margin-bottom: 18px; }
.dot-list { list-style: none; margin: 8px 0 24px; }
.dot-list li { padding-left: 32px; position: relative; margin-bottom: 12px; color: var(--ink-soft); }
.dot-list li::before { content: "\2726"; position: absolute; left: 0; top: 0; color: var(--honey); }
.block.dark .feat p { color: var(--sand3); }
.block.dark .feat .lede { color: #fff; }
.block.dark .feat h2 em { color: var(--gold); }
.block.dark .dot-list li { color: var(--sand3); }

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: var(--card); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); text-align: center; }
.review .stars { color: var(--honey); margin-bottom: 14px; letter-spacing: 3px; }
.review p { color: var(--ink-soft); font-style: italic; font-family: var(--serif); font-size: 1.04rem; margin-bottom: 16px; }
.review .who { font-family: var(--sans); font-weight: 700; font-size: 0.88rem; color: var(--espresso); letter-spacing: .04em; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-item { aspect-ratio: 1; border-radius: var(--radius-sm); overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; font-size: 2.8rem; box-shadow: var(--shadow); transition: transform .16s; }
.gallery-item:hover { transform: scale(1.03); }
.gallery-item .g-cap { position: absolute; bottom: 10px; left: 12px; right: 12px; color: #fff; font-size: 0.76rem; font-weight: 600; opacity: 0; transition: opacity .16s; z-index: 1; }
.gallery-item:hover .g-cap { opacity: 1; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(51,34,27,.5)); opacity: 0; transition: opacity .16s; }
.gallery-item:hover::after { opacity: 1; }
.gallery-item.g1 { background: linear-gradient(140deg, #e8d3b8, #c99a6d); }
.gallery-item.g2 { background: linear-gradient(140deg, #dcc4b0, #a8785d); }
.gallery-item.g3 { background: linear-gradient(140deg, #e5d5c0, #8f6a52); }
.gallery-item.g4 { background: linear-gradient(140deg, #d9c5ad, #7a5442); }

/* Contact */
.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.contact-split .c-info { background: var(--espresso); color: var(--sand2); padding: 52px 46px; }
.contact-split .c-info h2 { color: #fff; font-size: 2rem; margin-bottom: 16px; }
.contact-split .c-info h2 em { font-style: italic; color: var(--gold); }
.contact-split .c-info p { color: var(--sand3); margin-bottom: 26px; }
.info-row { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.info-row .ico { font-size: 1.1rem; width: 44px; height: 44px; flex-shrink: 0; background: rgba(224,184,114,.14); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.info-row .k { font-size: 0.78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.info-row .v { color: #fff; font-size: 1rem; }
.info-row .v .fill { background: rgba(224,184,114,.16); border-bottom: 1px dashed var(--gold); border-radius: 3px; padding: 0 6px; }
.hours-list { list-style: none; }
.hours-list li { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 0.95rem; color: var(--sand3); }
.hours-list li .fill { background: rgba(224,184,114,.16); border-bottom: 1px dashed var(--gold); border-radius: 3px; padding: 0 6px; }
.hours-list li.today { color: var(--gold); font-weight: 700; }
.contact-split .c-form { background: var(--card); padding: 52px 46px; }
.form-card { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: 42px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; font-size: 0.78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); font-weight: 700; margin-bottom: 8px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 13px 16px; border: 1px solid var(--border); border-radius: var(--radius-sm);
  background: var(--cream); font-family: var(--sans); font-size: 1rem; color: var(--ink); outline: none;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--honey); }
.form-note { font-size: 0.8rem; color: var(--ink-faint); margin-top: 10px; }
.form-msg { padding: 14px 18px; border-radius: var(--radius-sm); margin-top: 16px; display: none; background: var(--sand2); color: var(--espresso); border: 1px solid var(--honey); font-size: 0.94rem; }
.form-msg.ok { display: block; }

/* Map */
.map-box { aspect-ratio: 16/9; border-radius: var(--radius); background: linear-gradient(135deg, var(--sand2), var(--sand3)); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink-soft); box-shadow: var(--shadow); border: 1px dashed var(--line); }
.map-box .pin { font-size: 2.8rem; margin-bottom: 8px; }

/* Prose */
.prose { font-size: 1.05rem; line-height: 1.85; }
.prose p { color: #45352d; margin-bottom: 18px; }
.prose h2 { font-size: 1.8rem; margin: 34px 0 12px; }
.prose h2 em { font-style: italic; color: var(--honey-deep); }
.prose h3 { font-size: 1.3rem; margin: 26px 0 10px; color: var(--cocoa); }
.prose ul, .prose ol { padding-left: 24px; margin-bottom: 18px; color: #45352d; }
.prose li { margin-bottom: 9px; }
.prose .fill { background: var(--sand2); border-bottom: 1px dashed var(--honey); padding: 0 5px; border-radius: 2px; font-weight: 600; }
.prose .note { background: var(--sand); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px 20px; margin: 22px 0; font-size: 0.95rem; }
.check-list { list-style: none; padding: 0 !important; }
.check-list li { padding-left: 32px; position: relative; margin-bottom: 12px; color: #45352d; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; background: var(--honey); color: #fff; border-radius: 50%; font-size: 0.76rem; display: flex; align-items: center; justify-content: center; font-weight: 700; }

/* FAQ */
.faq-item { background: var(--card); border-radius: var(--radius-sm); box-shadow: var(--shadow); margin-bottom: 12px; overflow: hidden; border-left: 4px solid var(--honey); }
.faq-head { padding: 18px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; }
.faq-head h3 { font-size: 1.1rem; }
.faq-head .tog { font-family: var(--serif); font-size: 1.5rem; color: var(--honey-deep); flex-shrink: 0; transition: transform .18s; }
.faq-item.open .tog { transform: rotate(45deg); }
.faq-body { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height .25s ease, padding .25s ease; }
.faq-item.open .faq-body { padding: 0 24px 20px; max-height: 600px; }
.faq-body p { color: var(--ink-soft); font-size: 0.95rem; }
.faq-body .fill { background: var(--sand2); border-bottom: 1px dashed var(--honey); border-radius: 3px; padding: 0 5px; font-weight: 600; color: var(--ink); }

/* CTA band */
.cta-band { padding: 86px 0; text-align: center; background: linear-gradient(140deg, var(--cocoa), var(--espresso)); color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: "\1F487"; position: absolute; font-size: 14rem; opacity: .10; top: -10px; left: 5%; }
.cta-band::after { content: "\2728"; position: absolute; font-size: 11rem; opacity: .12; bottom: -20px; right: 6%; }
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: clamp(2rem, 5vw, 3.3rem); margin-bottom: 16px; }
.cta-band p { max-width: 560px; margin: 0 auto 30px; opacity: .96; font-size: 1.12rem; }

/* Footer */
.site-footer { background: var(--bg-dark); color: #b3a094; padding: 62px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid #40302a; }
.footer-brand .fb-name { font-family: var(--serif); font-size: 1.44rem; color: #fff; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.footer-brand .fb-name .logo { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(140deg, var(--honey), var(--cocoa)); }
.footer-brand p { font-size: 0.92rem; max-width: 300px; }
.footer-col h4 { font-family: var(--sans); color: #fff; font-size: 0.88rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: #b3a094; font-size: 0.91rem; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { padding-top: 26px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 0.83rem; color: #7d6b61; }
.footer-bottom a { color: #b3a094; }

/* Responsive */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; padding: 56px 0 66px; }
  .hero-text .lede { margin-left: auto; margin-right: auto; }
  .hero-text .cta-row { justify-content: center; }
  .hero-visual { margin-top: 16px; }
  .grid-4, .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .feat-icons, .steps { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .layout-2col { grid-template-columns: 1fr; gap: 40px; }
  .sidebar { position: static; }
}
@media (max-width: 740px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .feat, .feat.flip { grid-template-columns: 1fr; gap: 34px; }
  .feat .f-visual, .feat.flip .f-visual { order: 0; min-height: 240px; font-size: 5rem; }
  .contact-split { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 82px; left: 0; right: 0; flex-direction: column; background: var(--cream); border-bottom: 1px solid var(--border); padding: 14px 26px; gap: 2px; display: none; align-items: stretch; }
  .nav-links.show { display: flex; }
  .nav-links a { width: 100%; padding: 12px 0; }
  .nav-links .cta { text-align: center; margin-left: 0; margin-top: 8px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .price-row { grid-template-columns: 1fr; }
}
@media (max-width: 470px) {
  .grid-4, .feat-icons, .steps { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; max-width: 300px; margin: 0 auto; }
  .footer-top { grid-template-columns: 1fr; }
  .contact-split .c-info, .contact-split .c-form { padding: 36px 26px; }
  .form-card { padding: 28px 22px; }
}
