:root {
    --black: #0e0e0e;
    --charcoal: #171717;
    --charcoal-soft: #24201d;
    --cream: #f7f1e8;
    --cream-2: #fffaf2;
    --brown: #654329;
    --copper: #bf7441;
    --copper-dark: #9d5b31;
    --grey: #d8d1c8;
    --muted: #6b625a;
    --white: #fff;
    --radius: 6px;
    --container: 1260px;
    --shadow: 0 18px 50px rgba(14, 14, 14, .14);
    --font-display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    --font-body: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--black); font-family: var(--font-body); font-size: 17px; line-height: 1.65; }
h1, h2, h3, .brand { font-family: var(--font-display); letter-spacing: .02em; text-transform: uppercase; }
h1 { margin: 0 0 1rem; font-size: clamp(4rem, 8vw, 8.5rem); line-height: .88; }
h2 { margin: 0 0 1rem; font-size: clamp(2.6rem, 4.8vw, 5.2rem); line-height: .92; }
h3 { margin: 0 0 .75rem; font-size: clamp(1.55rem, 2.1vw, 2.15rem); line-height: .96; }
p { margin: 0 0 1rem; }
a { color: inherit; }
img { width: 100%; display: block; object-fit: cover; }
.container { width: min(var(--container), calc(100% - 48px)); margin: auto; }
.skip-link { position: absolute; top: -60px; left: 1rem; z-index: 50; background: var(--cream); color: var(--black); padding: .65rem .85rem; font-weight: 900; }
.skip-link:focus { top: 1rem; }
.sr-only, .honeypot { position: absolute; left: -9999px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(14, 14, 14, .94); color: white; border-bottom: 1px solid rgba(191, 116, 65, .18); backdrop-filter: blur(14px); transition: box-shadow .25s, background .25s; }
.site-header.scrolled { background: rgba(14, 14, 14, .985); box-shadow: 0 12px 34px rgba(0, 0, 0, .32); }
.nav-row { min-height: 88px; display: flex; align-items: center; gap: 1.6rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: white; text-decoration: none; font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--copper); background: var(--copper); color: var(--black); font-family: var(--font-body); font-size: .85rem; font-weight: 950; letter-spacing: .04em; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(1.1rem, 2vw, 2rem); }
.primary-nav a { position: relative; color: white; text-decoration: none; font-size: clamp(1rem, 1.05vw, 1.15rem); font-weight: 850; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.45rem; height: 2px; background: var(--copper); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.primary-nav a:hover::after, .primary-nav a.active::after { transform: scaleX(1); }
.active { color: var(--copper) !important; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 1.35rem; background: var(--copper); color: white; border: 1px solid var(--copper); border-radius: var(--radius); text-decoration: none; font-weight: 950; text-transform: uppercase; letter-spacing: .03em; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; cursor: pointer; }
.btn:hover { background: var(--copper-dark); border-color: var(--copper-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(191, 116, 65, .26); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus, select:focus, textarea:focus { outline: 3px solid rgba(191, 116, 65, .42); outline-offset: 3px; }
.btn-ghost { background: transparent; color: white; border-color: rgba(255, 255, 255, .42); }
.btn-ghost:hover { background: white; color: var(--black); border-color: white; }
.small { min-height: 42px; padding-inline: 1rem; }
.nav-book { min-width: 96px; font-size: 1rem; }
.menu-toggle { display: none; }

.hero { min-height: 720px; display: grid; align-items: center; background: linear-gradient(90deg, rgba(14,14,14,.18), rgba(14,14,14,.95)), url("https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&w=1900&q=82") center/cover; color: white; }
.hero-card { margin-left: auto; width: min(660px, 100%); border: 2px solid var(--copper); padding: clamp(1.5rem, 4vw, 3rem); background: rgba(14,14,14,.74); box-shadow: var(--shadow); }
.hero p, .services-hero p, .page-head p { font-size: clamp(1.08rem, 1.35vw, 1.28rem); max-width: 720px; color: rgba(255,255,255,.86); }
.eyebrow { margin: 0 0 .85rem; color: var(--copper); font-weight: 950; text-transform: uppercase; letter-spacing: .16em; font-size: .82rem; }
.section { padding: clamp(4rem, 7vw, 6.5rem) 0; }
.page-head { background: radial-gradient(circle at top right, rgba(191,116,65,.18), transparent 34%), var(--black); color: white; padding: clamp(5rem, 8vw, 8rem) 0; }

.services-hero { min-height: clamp(430px, 42vw, 520px); display: grid; align-items: center; color: white; background: linear-gradient(90deg, rgba(14,14,14,.95), rgba(14,14,14,.68)), url("https://images.unsplash.com/photo-1503951914875-452162b0f3f1?auto=format&fit=crop&w=1900&q=82") center/cover; border-bottom: 1px solid rgba(191,116,65,.28); }
.services-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(2rem, 5vw, 4rem); align-items: end; padding: 4rem 0; }
.services-hero h1 { font-size: clamp(4.2rem, 8vw, 8rem); }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 1.8rem; }
.hero-hours { background: rgba(247, 241, 232, .96); color: var(--black); border: 1px solid rgba(191,116,65,.55); border-radius: var(--radius); padding: 1.35rem; box-shadow: var(--shadow); }
.hero-hours span { display: block; color: var(--copper-dark); font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.hero-hours strong { display: block; margin-top: .35rem; font-size: 1.15rem; }
.hero-hours p { color: var(--muted); font-size: .98rem; margin-top: .8rem; }

.section-heading { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(300px, 1.2fr); gap: 2rem; align-items: end; margin-bottom: 2rem; }
.section-heading p:last-child { color: var(--muted); max-width: 680px; }
.section-heading code { background: var(--cream-2); border: 1px solid var(--grey); padding: .12rem .32rem; }
.services-section { padding-top: clamp(3.25rem, 5vw, 5rem); }
.service-price-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; }
.service-card { min-height: 100%; display: flex; flex-direction: column; gap: 1rem; background: var(--cream-2); color: var(--black); border: 1px solid rgba(101,67,41,.22); border-top: 4px solid var(--copper); border-radius: var(--radius); padding: clamp(1.25rem, 2vw, 1.75rem); box-shadow: 0 14px 35px rgba(14,14,14,.08); opacity: 0; transform: translateY(16px); transition: transform .25s, box-shadow .25s, border-color .25s, opacity .45s; }
.service-card:hover { transform: translateY(-6px); border-color: var(--copper); box-shadow: 0 22px 46px rgba(14,14,14,.16); }
.service-card.visible { opacity: 1; transform: none; }
.service-card:hover.visible { transform: translateY(-6px); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.service-number { color: var(--copper-dark); font-weight: 950; letter-spacing: .12em; }
.service-card svg { width: 42px; height: 42px; fill: none; stroke: var(--copper); stroke-width: 2.4; stroke-linecap: round; }
.service-card p { color: var(--muted); margin-bottom: .25rem; }
.service-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid rgba(101,67,41,.18); }
.service-meta span { font-weight: 900; color: var(--charcoal-soft); }
.service-meta strong { color: var(--copper-dark); font-size: 2rem; line-height: 1; }
.service-book { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; margin-top: .25rem; background: var(--black); color: white; border: 1px solid var(--black); border-radius: var(--radius); text-decoration: none; font-weight: 950; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s; }
.service-book:hover { background: var(--copper); border-color: var(--copper); color: white; }

.service-cards, .profile-row, .price-list, .gallery-grid, .reviews, .footer-grid, .split, .contact-grid { display: grid; gap: 1.25rem; }
.service-cards, .profile-row { grid-template-columns: repeat(3, 1fr); }
.service-cards article, .profile-row article, .price-list > article:not(.service-card), .form, aside { background: white; border: 1px solid var(--grey); padding: 1.55rem; box-shadow: 10px 10px 0 var(--grey); opacity: 0; transform: translateY(16px); transition: .45s; }
.visible { opacity: 1 !important; transform: none !important; }
.service-card.visible:hover { transform: translateY(-6px) !important; }
.tan { background: #dfd2c0; }
.black { background: var(--black); color: white; }
.split, .contact-grid { grid-template-columns: 1fr 1fr; align-items: center; }
.split img { height: 500px; }
.reviews { grid-template-columns: 1fr 1fr; }
.reviews blockquote { margin: 0; font-size: clamp(1.25rem, 2vw, 1.7rem); border-top: 4px solid var(--copper); padding-top: 1rem; }
.cta { background: var(--brown); color: white; padding: 4.5rem 0; }
.price-list { grid-template-columns: repeat(2, 1fr); }
.price-list > article:not(.service-card) strong { font-size: 2rem; color: var(--copper); }
.gallery-grid { grid-template-columns: repeat(3, 1fr); }
.gallery-grid img { height: 310px; filter: contrast(1.04); }

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.wide, .success, .error { grid-column: 1 / -1; }
label { font-weight: 900; text-transform: uppercase; font-size: .9rem; }
input, select, textarea { width: 100%; padding: .9rem; border: 1px solid #bdb3a9; background: #fff; border-radius: var(--radius); font: inherit; }
textarea { min-height: 150px; }
.success { background: #e8f5e9; padding: 1rem; }
.error { background: #fff0ee; padding: 1rem; }

.footer { background: #111; color: white; padding: 4rem 0 2rem; }
.footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
.footer h2 { font-family: var(--font-body); font-size: 1rem; letter-spacing: .08em; }
.footer a { display: block; color: #eac7ad; text-decoration: none; margin: .35rem 0; }
.footer-book { font-weight: 950; text-transform: uppercase; }
.copyright { text-align: center; color: #c7bbb0; margin-top: 2rem; }
.cookie { position: fixed; left: 1rem; bottom: 1rem; background: white; color: #111; padding: 1rem; max-width: 320px; z-index: 30; box-shadow: 0 16px 40px rgba(0,0,0,.3); border-radius: var(--radius); }
.mobile-cta { display: none; }

@media (prefers-reduced-motion: reduce) {
    * { transition: none !important; scroll-behavior: auto !important; }
}

@media (max-width: 1060px) {
    .container { width: min(100% - 40px, var(--container)); }
    .service-price-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .services-hero-grid, .section-heading { grid-template-columns: 1fr; }
    .hero-hours { max-width: 520px; }
}

@media (max-width: 820px) {
    body { font-size: 16px; }
    .nav-row { min-height: 78px; }
    .brand-text { max-width: 180px; }
    .menu-toggle { display: grid; gap: 4px; margin-left: auto; background: transparent; border: 1px solid var(--copper); padding: .7rem; border-radius: var(--radius); cursor: pointer; }
    .menu-toggle span:not(.sr-only) { width: 24px; height: 2px; background: white; }
    .primary-nav { display: none; position: absolute; top: 78px; left: 20px; right: 20px; background: var(--black); padding: 1.1rem; border: 1px solid rgba(191,116,65,.4); box-shadow: var(--shadow); }
    .primary-nav.open { display: grid; gap: .9rem; }
    .nav-row > .btn { display: none; }
    .hero { min-height: 620px; }
    .services-hero { min-height: 500px; }
    .service-cards, .profile-row, .service-price-list, .gallery-grid, .reviews, .footer-grid, .split, .contact-grid, .form { grid-template-columns: 1fr; }
    .split img { height: 360px; }
    .mobile-cta { display: block; position: fixed; right: 1rem; bottom: 1rem; background: var(--copper); color: white; padding: .85rem 1.05rem; border-radius: var(--radius); text-decoration: none; font-weight: 950; text-transform: uppercase; z-index: 25; box-shadow: 0 14px 30px rgba(0,0,0,.28); }
    .cookie { bottom: 4.8rem; }
}

@media (max-width: 520px) {
    .container { width: min(100% - 28px, var(--container)); }
    h1 { font-size: clamp(3.2rem, 18vw, 4.8rem); }
    h2 { font-size: clamp(2.4rem, 14vw, 3.8rem); }
    .brand-mark { width: 40px; height: 40px; }
    .brand-text { max-width: 135px; }
    .hero-card, .service-card, .form, aside { padding: 1.2rem; }
    .hero-actions .btn { width: 100%; }
    .service-meta { align-items: flex-end; }
}
