:root {
  --ink: #11100e;
  --ink-soft: #1b1916;
  --paper: #f5f1e8;
  --paper-deep: #e8dfd0;
  --copper: #c67635;
  --copper-bright: #e5964f;
  --bone: #fffaf1;
  --muted: #6f685e;
  --line: rgba(17, 16, 14, .16);
  --white-line: rgba(255, 255, 255, .16);
  --shadow: 0 24px 64px rgba(26, 18, 10, .16);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--bone); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.topbar { background: var(--copper); color: var(--ink); font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar a { text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(17,16,14,.96); color: var(--bone); border-bottom: 1px solid var(--white-line); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--display); font-size: 1.55rem; letter-spacing: .05em; text-transform: uppercase; line-height: 1; }
.brand img { width: 58px; height: 52px; object-fit: contain; }
.brand strong { color: var(--copper-bright); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #eee7dc; text-decoration: none; font-size: .9rem; font-weight: 600; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--copper-bright); }
.site-nav .nav-cta { padding: 10px 17px; border: 1px solid var(--copper); color: var(--copper-bright); text-transform: uppercase; letter-spacing: .08em; }
.menu-button { display: none; padding: 8px; border: 0; background: transparent; color: white; }
.menu-button > span:not(.sr-only) { display: block; width: 28px; height: 2px; margin: 6px 0; background: currentColor; }

.hero { overflow: hidden; color: var(--bone); background: var(--ink); position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: repeating-linear-gradient(117deg, transparent 0 22px, rgba(255,255,255,.12) 23px, transparent 24px 58px); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; position: relative; padding-block: 70px; }
.eyebrow { margin: 0 0 14px; color: var(--copper); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--copper-bright); }
.hero-brand { margin: 0 0 10px; color: var(--bone); font-family: var(--display); font-size: clamp(1.8rem, 3.2vw, 3.15rem); font-weight: 800; letter-spacing: .11em; line-height: 1; text-transform: uppercase; }
.hero-brand::after { content: ""; display: block; width: 86px; height: 4px; margin-top: 14px; background: var(--copper); }
h1, h2, h3 { margin-top: 0; font-family: var(--display); text-transform: uppercase; line-height: .95; letter-spacing: .01em; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(3.5rem, 7vw, 6.7rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.7rem, 5vw, 4.7rem); }
h3 { margin-bottom: 12px; font-size: 1.75rem; }
.hero-lede { max-width: 670px; margin: 0 0 30px; color: #d8d0c4; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 0; cursor: pointer; text-decoration: none; font-family: var(--body); font-size: .88rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--copper); color: var(--ink); }
.button-primary:hover { background: var(--copper-bright); }
.button-secondary { border-color: rgba(255,255,255,.35); color: var(--bone); background: transparent; }
.button-secondary:hover { border-color: var(--copper-bright); color: var(--copper-bright); }
.check-list { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; color: #c9c1b5; font-size: .94rem; }
.check-list li::before { content: "✦"; margin-right: 10px; color: var(--copper-bright); }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(198,118,53,.6); }
.hero-visual > img:first-child { position: relative; width: 100%; aspect-ratio: 4 / 5; max-height: 660px; object-fit: cover; object-position: center; filter: saturate(.86) contrast(1.06); box-shadow: var(--shadow); }
.hero-visual .hero-logo { position: absolute; z-index: 2; top: 18px; left: 18px; width: clamp(118px, 31%, 190px); height: auto; filter: drop-shadow(0 4px 8px rgba(0,0,0,.72)); }
.hero-badge { position: absolute; right: -22px; bottom: -25px; width: 285px; padding: 20px 22px; background: var(--paper); color: var(--ink); border-left: 5px solid var(--copper); box-shadow: var(--shadow); }
.hero-badge strong { display: block; font-family: var(--display); font-size: 1.42rem; line-height: 1; letter-spacing: .035em; text-transform: uppercase; }
.hero-badge .hero-motto { display: block; margin-top: 10px; font-family: var(--display); font-size: .92rem; font-weight: 700; line-height: 1.15; letter-spacing: .055em; color: var(--ink); text-transform: uppercase; }
.hero-badge .hero-motto b { color: var(--copper); font-size: 1.03rem; font-weight: 800; }

.trust-strip { background: #25221e; color: var(--bone); border-top: 1px solid var(--white-line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 22px 30px; border-right: 1px solid var(--white-line); }
.trust-grid div:first-child { border-left: 1px solid var(--white-line); }
.trust-grid strong { font-family: var(--display); font-size: 1.4rem; letter-spacing: .04em; text-transform: uppercase; }
.trust-grid span { color: #aaa198; font-size: .78rem; }

.section { padding-block: 105px; }
.section-heading { margin-bottom: 44px; }
.section-heading p:not(.eyebrow) { max-width: 660px; margin: 0; color: var(--muted); }
.centered { text-align: center; }
.centered p:not(.eyebrow) { margin-inline: auto; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }

.pricing { background: var(--paper-deep); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { min-height: 410px; padding: 36px; background: var(--bone); border: 1px solid var(--line); position: relative; box-shadow: 0 10px 30px rgba(26,18,10,.06); }
.price-card.featured { background: var(--ink); color: var(--bone); border-color: var(--copper); }
.price-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 30px; border: 1px solid var(--copper); color: var(--copper); font-family: var(--display); font-weight: 700; }
.price-card h3 { padding-bottom: 18px; border-bottom: 1px solid currentColor; }
.price { margin: 26px 0 0; color: var(--copper-bright); font-family: var(--display); font-size: 4.5rem; font-weight: 800; line-height: 1; }
.price-note { margin: 0 0 20px; color: #b9b0a3; font-size: .82rem; }
.price-card ul { list-style: none; margin: 24px 0 0; padding: 0; }
.price-card li { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.featured li { border-color: var(--white-line); }
.price-card li strong { white-space: nowrap; }
.price-list { padding-top: 20px !important; }
.pricing-footnote { max-width: 760px; margin: 30px auto 0; color: var(--muted); font-size: .88rem; text-align: center; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { min-height: 320px; position: relative; overflow: hidden; border: 1px solid var(--line); }
.image-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; filter: saturate(.7); transition: transform .5s ease; }
.image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,10,8,.94), rgba(12,10,8,.08)); }
.image-card:hover img { transform: scale(1.025); }
.image-card > div { position: absolute; inset: auto 0 0; z-index: 1; padding: 34px; color: var(--bone); }
.service-card span { color: var(--copper-bright); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.service-card p { margin: 0; color: #d2c9be; font-size: .92rem; }
.text-card { padding: 52px; background: var(--ink); color: var(--bone); display: flex; flex-direction: column; justify-content: flex-end; }
.text-card h3 { font-size: 2.5rem; }
.text-card a { margin-top: 20px; color: var(--bone); font-weight: 700; text-decoration-color: var(--copper); text-underline-offset: 5px; }
.copper-card { background: var(--copper); color: var(--ink); }
.copper-card span, .copper-card p, .copper-card a { color: var(--ink); }

.reviews { background: #171512; color: var(--bone); position: relative; overflow: hidden; }
.reviews::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: repeating-linear-gradient(122deg, transparent 0 34px, rgba(255,255,255,.13) 35px, transparent 36px 80px); }
.reviews .wrap { position: relative; }
.reviews-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; margin-bottom: 44px; }
.reviews-heading h2 { max-width: 660px; margin-bottom: 0; }
.rating-lockup { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-items: center; min-width: 250px; padding: 20px 24px; border: 1px solid rgba(229,150,79,.6); background: rgba(0,0,0,.18); }
.rating-lockup strong { grid-row: span 2; color: var(--copper-bright); font-family: var(--display); font-size: 4rem; line-height: .85; }
.stars, .mini-stars { color: #f2a653; letter-spacing: .12em; }
.rating-lockup small { color: #a9a095; font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.review-card { min-height: 225px; display: flex; flex-direction: column; padding: 28px; background: #24211d; border: 1px solid rgba(255,255,255,.11); }
.review-card:nth-child(4n + 1) { border-top-color: var(--copper); }
.review-card p { margin: 18px 0 24px; color: #e1d9ce; font-family: var(--display); font-size: 1.42rem; font-weight: 600; line-height: 1.18; }
.review-card footer { margin-top: auto; color: var(--bone); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.review-card footer span { display: block; margin-top: 2px; color: #8e877f; font-size: .65rem; letter-spacing: .08em; }
.mini-stars { font-size: .76rem; }
.reviews-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--white-line); }
.reviews-footer p { margin: 0; color: #a9a095; }
.review-button { flex: 0 0 auto; border-color: var(--copper); color: var(--copper-bright); }
.review-button:hover { background: var(--copper); color: var(--ink); }

.options { background: var(--ink-soft); color: var(--bone); }
.options-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.options-intro { position: sticky; top: 120px; align-self: start; }
.options-intro p:not(.eyebrow) { color: #bcb3a6; }
.text-link { display: inline-block; margin-top: 24px; color: var(--copper-bright); font-weight: 700; text-underline-offset: 6px; }
.option-list { border-top: 1px solid var(--white-line); }
.option-list article { display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 32px 0; border-bottom: 1px solid var(--white-line); }
.option-number { color: var(--copper-bright); font-family: var(--display); font-size: 1.35rem; }
.option-list h3 { margin-bottom: 8px; font-size: 1.65rem; }
.option-list p { margin: 0; color: #bcb3a6; font-size: .92rem; }
.option-list a { color: var(--bone); text-underline-offset: 4px; }

.about { background: var(--paper-deep); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.about-image { position: relative; }
.about-image img { width: 100%; max-height: 620px; object-fit: cover; object-position: center 35%; filter: saturate(.82) contrast(1.04); }
.photo-label { position: absolute; left: 20px; bottom: 20px; padding: 12px 16px; background: rgba(17,16,14,.9); color: var(--bone); font-family: var(--display); font-size: 1.25rem; text-transform: uppercase; letter-spacing: .04em; }
.photo-label span { color: var(--copper-bright); font-family: var(--body); font-size: .68rem; font-weight: 700; letter-spacing: .1em; }
.about-copy p:not(.eyebrow) { color: var(--muted); }
.about-copy blockquote { margin: 36px 0 0; padding: 22px 0 0 28px; border-left: 5px solid var(--copper); font-family: var(--display); font-size: 2.2rem; text-transform: uppercase; }

.gallery { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 260px); gap: 16px; }
.gallery-grid figure { margin: 0; position: relative; overflow: hidden; background: var(--ink); }
.gallery-grid .gallery-wide { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: transform .45s ease, opacity .45s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); opacity: 1; }
.gallery-grid figcaption { position: absolute; left: 18px; bottom: 18px; padding: 8px 11px; background: rgba(17,16,14,.88); color: var(--bone); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gallery-grid figure:last-child img { object-position: center 30%; }

.events { padding-block: 50px; background: var(--copper); }
.event-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.event-panel .eyebrow { color: var(--ink); }
.event-panel h2 { max-width: 740px; margin-bottom: 15px; }
.event-panel p:not(.eyebrow) { max-width: 760px; margin: 0; }
.event-actions { display: flex; flex-direction: column; gap: 12px; min-width: 240px; }
.events .button-primary { background: var(--ink); color: var(--bone); }
.events .button-secondary { border-color: var(--ink); color: var(--ink); }

.faq { background: var(--paper-deep); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-intro p:not(.eyebrow) { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 24px 42px 24px 0; position: relative; cursor: pointer; list-style: none; font-family: var(--display); font-size: 1.35rem; font-weight: 700; text-transform: uppercase; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 8px; font-family: var(--body); font-weight: 400; color: var(--copper); }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -8px 42px 24px 0; color: var(--muted); }

.contact { background: var(--ink); color: var(--bone); }
.contact-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: #bcb3a6; }
.contact-links { display: grid; gap: 12px; margin: 32px 0; }
.contact-links a { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--white-line); text-decoration: none; }
.contact-links span { color: var(--copper-bright); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-links strong { font-size: 1rem; text-align: right; }
.hours { color: #bcb3a6; font-size: .9rem; }
.hours strong { color: var(--bone); }
.contact-action-panel { padding: 42px; background: var(--bone); color: var(--ink); border-top: 6px solid var(--copper); box-shadow: var(--shadow); }
.action-kicker { margin: 0 0 10px; color: var(--copper); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-action-panel > strong { display: block; max-width: 500px; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.3rem); line-height: .95; text-transform: uppercase; }
.contact-action-panel > p:not(.action-kicker) { margin: 20px 0 26px; color: var(--muted); }
.contact-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.button-dark-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.button-dark-outline:hover { background: var(--ink); color: var(--bone); }
.email-line { display: block; margin-top: 22px; color: var(--muted); font-size: .82rem; font-weight: 700; text-align: center; text-underline-offset: 4px; }

.footer { padding: 52px 0 24px; background: #090807; color: var(--bone); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .6fr; gap: 50px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 72px; height: 64px; object-fit: contain; }
.footer-brand strong { display: block; font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.footer-brand span { color: #c5b9aa; font-size: .78rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.footer-links, .social-links { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.footer-links a, .social-links a { color: #bcb3a6; font-size: .82rem; text-decoration: none; }
.footer a:hover { color: var(--copper-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--white-line); color: #77716a; font-size: .75rem; }
.footer-bottom a { text-decoration: none; }
.mobile-callbar { display: none; }

@media (max-width: 960px) {
  .site-nav { position: absolute; left: 0; right: 0; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px 24px; background: var(--ink); border-top: 1px solid var(--white-line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--white-line); }
  .site-nav .nav-cta { margin-top: 12px; text-align: center; }
  .menu-button { display: block; }
  .hero-grid { grid-template-columns: 1fr 380px; gap: 34px; min-height: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .options-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .options-intro { position: static; }
  .event-panel { grid-template-columns: 1fr; gap: 28px; }
  .event-actions { flex-direction: row; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .social-links { grid-column: 2; }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .topbar-inner { min-height: 40px; justify-content: center; text-align: center; }
  .topbar span { display: none; }
  .brand { font-size: 1.25rem; }
  .brand img { width: 48px; height: 43px; }
  .nav-wrap { min-height: 68px; }
  .site-nav { top: 68px; }
  .hero-grid { display: flex; flex-direction: column; padding: 54px 0 70px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 0; width: min(86%, 390px); margin-bottom: 8px; }
  .hero-visual .hero-logo { top: 12px; left: 12px; width: 33%; min-width: 108px; }
  .hero-badge { right: -24px; bottom: -18px; width: 240px; padding: 14px 16px; }
  .hero-badge strong { font-size: 1.17rem; }
  .hero-badge .hero-motto { font-size: .78rem; }
  .hero-badge .hero-motto b { font-size: .87rem; }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  h2 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { padding: 18px 15px; border-bottom: 1px solid var(--white-line); }
  .trust-grid strong { font-size: 1.1rem; }
  .section { padding-block: 76px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .reviews-heading { grid-template-columns: 1fr; gap: 25px; }
  .rating-lockup { width: 100%; }
  .review-grid { grid-template-columns: 1fr; }
  .reviews-footer { align-items: stretch; flex-direction: column; }
  .review-button { width: 100%; }
  .image-card { min-height: 370px; }
  .text-card { padding: 36px 28px; min-height: 280px; }
  .price-card { padding: 30px 26px; }
  .option-list article { grid-template-columns: 44px 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 300px 220px 300px; }
  .gallery-grid .gallery-wide { grid-row: auto; }
  .event-actions { flex-direction: column; }
  .contact-action-panel { padding: 32px 24px; }
  .contact-buttons { grid-template-columns: 1fr; }
  .contact-links a { display: block; }
  .contact-links strong { display: block; margin-top: 3px; overflow-wrap: anywhere; text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
  .social-links { grid-column: auto; }
  .footer-bottom { padding-bottom: 54px; }
  .mobile-callbar { position: fixed; z-index: 110; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 24px rgba(0,0,0,.22); }
  .mobile-callbar a { min-height: 52px; display: grid; place-items: center; background: var(--copper); color: var(--ink); border-right: 1px solid rgba(0,0,0,.25); text-decoration: none; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
  .mobile-callbar a:last-child { background: var(--bone); }
}

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