:root {
  --black: #080a09;
  --black-soft: #121412;
  --panel: #171a18;
  --panel-light: #20231f;
  --gold: #c79b5a;
  --gold-bright: #e0bf85;
  --ivory: #f3ebdd;
  --muted: #baafa0;
  --line: rgba(225, 190, 126, .32);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 60px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--ivory);
  background: var(--black);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(199, 155, 90, .11), transparent 23rem),
    radial-gradient(circle at 92% 44%, rgba(199, 155, 90, .06), transparent 27rem),
    linear-gradient(145deg, #090b0a 0%, #10120f 48%, #070908 100%);
}
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: .2;
  pointer-events: none;
  background-image: repeating-linear-gradient(115deg, transparent 0 3px, rgba(255,255,255,.025) 3px 4px);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; z-index: 100; top: -90px; left: 20px; padding: 13px 16px; background: var(--ivory); color: var(--black); font-weight: 800; }
.skip-link:focus { top: 16px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: var(--gold-bright); font-size: .68rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { margin-bottom: 0; font-size: clamp(3.25rem, 7vw, 6.6rem); letter-spacing: -.075em; line-height: .86; }
h1 em, h2 em { color: var(--gold-bright); font-style: italic; }
h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.7vw, 4.5rem); letter-spacing: -.07em; line-height: .92; }
h3 { letter-spacing: -.045em; }
.body-copy { color: rgba(243,235,221,.72); font-size: 1rem; line-height: 1.75; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border: 1px solid var(--gold); color: var(--ivory); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #14120e; background: linear-gradient(135deg, #e3c188, #b88949); border-color: transparent; }
.button-gold:hover { background: linear-gradient(135deg, #f0d5a1, #c3904f); }
.button-dark { background: rgba(8,10,9,.45); }
.button-dark:hover { background: rgba(199,155,90,.15); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-bright); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { font-size: 1.08rem; }

/* Header */
.site-header { position: absolute; z-index: 30; top: 0; width: 100%; border-bottom: 1px solid rgba(225,190,126,.18); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 86px; }
.brand { display: flex; align-items: center; gap: 11px; font-size: .95rem; font-weight: 800; letter-spacing: .11em; }
.brand-mark { display: grid; width: 33px; height: 33px; place-items: center; border: 1px solid var(--gold); color: var(--gold-bright); font-family: var(--serif); font-size: 1.4rem; font-weight: 600; letter-spacing: 0; }
.nav-links { display: flex; align-items: center; gap: 23px; color: rgba(243,235,221,.82); font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.nav-links a { transition: color .18s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold-bright); }
.nav-cta { padding: 10px 13px; border: 1px solid var(--gold); color: var(--gold-bright)!important; }
.menu-button { display: none; padding: 8px 0; border: 0; color: var(--ivory); background: transparent; font-size: .75rem; font-weight: 800; letter-spacing: .1em; cursor: pointer; }

/* Hero */
.hero { position: relative; overflow: hidden; min-height: 700px; padding-top: 86px; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,6,.98) 0%, rgba(5,7,6,.92) 39%, rgba(5,7,6,.30) 78%, rgba(5,7,6,.74) 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; min-height: 614px; gap: 48px; }
.hero-copy { max-width: 635px; padding: 70px 0; }
.hero-copy .body-copy { max-width: 540px; margin: 29px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 47px; color: rgba(243,235,221,.7); font-size: .75rem; }
.hero-stats span { display: inline-flex; align-items: center; gap: 9px; }
.hero-stats b { color: var(--gold-bright); font-family: var(--serif); font-size: 1.6rem; font-style: italic; font-weight: 400; line-height: 1; }
.hero-image { position: relative; min-height: 475px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(225,190,126,.55); transform: translate(11px, -11px); pointer-events: none; }
.hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; filter: brightness(.78) contrast(1.06) saturate(.82); }
.hero-image .image-caption { position: absolute; z-index: 2; right: 20px; bottom: 20px; padding: 12px 15px; border-left: 2px solid var(--gold); background: rgba(8,10,9,.77); color: var(--gold-bright); font-size: .67rem; font-weight: 800; letter-spacing: .13em; line-height: 1.45; text-align: right; text-transform: uppercase; }
.hero-image .image-caption strong { display: block; color: var(--ivory); }
.hero-service { min-height: 562px; }
.hero-service .hero-image { min-height: 400px; }
.hero-service .hero-image img { object-position: center; }

/* Components */
.section { padding: 118px 0; }
.section-header { display: grid; grid-template-columns: 1fr .74fr; align-items: end; gap: 55px; }
.section-header .body-copy { max-width: 470px; margin: 0 0 4px; }
.gold-rule { width: 100%; height: 1px; margin: 52px 0 0; background: linear-gradient(90deg, var(--gold), transparent); }
.price-strip { position: relative; z-index: 3; margin-top: -49px; }
.price-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: #151714; box-shadow: var(--shadow); }
.price-strip-item { min-height: 143px; padding: 25px 29px; border-right: 1px solid var(--line); }
.price-strip-item:last-child { border-right: 0; }
.price-strip-item span { display: block; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-strip-item strong { display: block; margin: 9px 0 4px; color: var(--gold-bright); font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.price-strip-item p { margin: 0; color: rgba(243,235,221,.65); font-size: .75rem; line-height: 1.42; }

/* Service cards / flyer crops */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.service-card { overflow: hidden; border: 1px solid var(--line); background: rgba(23,26,24,.92); transition: transform .2s ease, border-color .2s ease; }
.service-card:hover { border-color: var(--gold-bright); transform: translateY(-4px); }
.service-media { position: relative; height: 245px; overflow: hidden; background-color: #171914; }
.service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(8,10,9,.78) 100%); }
.service-media::before { content: ""; position: absolute; z-index: 2; top: 13px; right: 13px; width: 28px; height: 28px; border-top: 1px solid var(--gold); border-right: 1px solid var(--gold); }
.service-media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.78) contrast(1.06) saturate(.82); }
.service-content { padding: 25px 25px 27px; }
.service-number { color: var(--gold); font-family: var(--serif); font-size: 1.15rem; font-style: italic; }
.service-card h3 { margin: 16px 0 10px; font-size: 1.85rem; line-height: .95; }
.service-card p { min-height: 61px; margin: 0 0 20px; color: rgba(243,235,221,.68); font-size: .82rem; line-height: 1.58; }

/* Feature and process */
.split-panel { display: grid; grid-template-columns: .96fr 1.04fr; border: 1px solid var(--line); background: rgba(18,20,18,.78); }
.panel-image { position: relative; min-height: 475px; overflow: hidden; border-right: 1px solid var(--line); }
.panel-image img { width: 100%; height: 100%; max-width: none; position: absolute; inset: 0; object-fit: cover; filter: brightness(.72) contrast(1.08) saturate(.72); }
.panel-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 35%, rgba(8,10,9,.62)); }
.panel-copy { align-self: center; padding: 56px; }
.panel-copy .body-copy { margin: 26px 0 0; }
.feature-list { display: grid; gap: 0; margin: 32px 0 0; border-top: 1px solid var(--line); }
.feature { display: grid; grid-template-columns: 35px 1fr; gap: 13px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.feature-mark { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid var(--gold); color: var(--gold-bright); font-size: .73rem; }
.feature b { display: block; color: var(--ivory); font-size: .86rem; }
.feature p { margin: 4px 0 0; color: var(--muted); font-size: .79rem; line-height: 1.48; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border-top: 1px solid var(--line); }
.process-item { min-height: 215px; padding: 26px 25px; border-right: 1px solid var(--line); }
.process-item:last-child { border-right: 0; }
.process-no { color: var(--gold); font-family: var(--serif); font-size: 1.6rem; font-style: italic; }
.process h3 { margin: 29px 0 9px; font-size: 1.45rem; }
.process p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.55; }

/* Price page */
.price-hero { min-height: 485px; }
.price-hero .hero-grid { min-height: 485px; }
.price-hero .hero-copy { padding: 70px 0 52px; }
.price-hero .hero-image { min-height: 340px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.price-card { padding: 32px 28px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(34,37,32,.93), rgba(13,15,13,.94)); }
.price-card.popular { border-color: var(--gold); background: linear-gradient(145deg, rgba(82,65,38,.45), rgba(18,20,17,.95)); }
.price-card .price-type { color: var(--gold-bright); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.price-card h2 { margin: 19px 0 26px; font-size: 2.15rem; }
.price { color: var(--gold-bright); font-family: var(--serif); font-size: 2.7rem; line-height: 1; letter-spacing: -.06em; }
.price small { color: var(--muted); font-family: var(--sans); font-size: .77rem; letter-spacing: 0; }
.price-card ul { display: grid; gap: 11px; margin: 28px 0 29px; padding: 0; color: rgba(243,235,221,.74); font-size: .81rem; line-height: 1.45; list-style: none; }
.price-card li { display: flex; gap: 9px; }
.price-card li::before { color: var(--gold); content: "◆"; font-size: .5rem; padding-top: .36em; }
.price-note { max-width:760px; margin:38px auto 0; color: var(--muted); font-size:.82rem; line-height:1.65; text-align:center; }

/* FAQ */
.faq { margin-top: 51px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; padding: 21px 0; color: var(--ivory); font-family: var(--serif); font-size: 1.28rem; cursor: pointer; list-style: none; }
.faq summary::after { color: var(--gold-bright); content: "+"; font-family: var(--sans); font-size: 1.35rem; }
.faq details[open] summary::after { content: "−"; }
.faq p { max-width: 800px; margin: -2px 0 22px; color: var(--muted); font-size: .85rem; line-height: 1.65; }

/* Contact / footer */
.contact-band { padding: 94px 0; background: linear-gradient(115deg, rgba(125,90,46,.64), rgba(22,20,15,.96) 60%); border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.contact-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.contact-grid .body-copy { max-width: 555px; margin: 25px 0 0; }
.contact-card { padding: 29px; border: 1px solid rgba(225,190,126,.65); background: rgba(9,11,10,.74); box-shadow: var(--shadow); }
.contact-card h3 { margin: 0 0 21px; color: var(--gold-bright); font-size: 1.9rem; }
.contact-row { display: grid; grid-template-columns: 35px 1fr; gap: 11px; padding: 14px 0; border-top: 1px solid rgba(225,190,126,.2); }
.contact-row:first-of-type { border-top: 0; }
.contact-icon { color: var(--gold-bright); font-family: var(--serif); font-size: 1.25rem; }
.contact-row b { display: block; color: var(--gold); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-row span, .contact-row a { display: block; margin-top: 5px; color: rgba(243,235,221,.85); font-size: .84rem; line-height: 1.45; }
.contact-row a:hover { color: var(--gold-bright); }
.quote-form { padding: 32px; border: 1px solid var(--line); background: rgba(20,22,20,.84); }
.quote-form h2 { margin-bottom: 25px; font-size: 2.15rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { display: block; margin: 0 0 15px; color: var(--gold); font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.form-field.full { grid-column: 1 / -1; }
.form-field input, .form-field select, .form-field textarea { width: 100%; margin-top: 8px; padding: 12px; border: 1px solid rgba(225,190,126,.36); border-radius: 0; outline-color: var(--gold-bright); color: var(--ivory); background: rgba(8,10,9,.58); font-size: .85rem; letter-spacing: 0; text-transform: none; }
.form-field textarea { min-height: 114px; resize: vertical; }
.form-note { display: block; min-height: 18px; margin: 14px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.form-note.is-success { color: #a8d9b5; }
.form-note.is-error { color: #f0a7a0; }
.quote-form .button:disabled { cursor: wait; opacity: .72; transform: none; }
.consent-field { display: flex; grid-column: 1 / -1; align-items: flex-start; gap: 10px; margin: 0 0 15px; color: var(--muted); font-size: .74rem; line-height: 1.45; }
.consent-field input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--gold-bright); }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.site-footer { padding: 31px 0; background: #070908; }
.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--muted); font-size: .7rem; }
.footer-brand { color: var(--ivory); font-weight: 800; letter-spacing: .12em; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.footer-links a:hover { color: var(--gold-bright); }

/* Inner-page additions */
.breadcrumb { padding-top: 16px; color: rgba(243,235,221,.56); font-size: .69rem; letter-spacing: .05em; }
.breadcrumb a:hover { color: var(--gold-bright); }
.service-details { display: grid; grid-template-columns: .82fr 1.18fr; gap: 65px; align-items: start; }
.side-nav { position: sticky; top: 22px; padding: 26px; border: 1px solid var(--line); background: rgba(21,23,21,.86); }
.side-nav b { display: block; margin-bottom: 17px; color: var(--gold); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.side-nav a { display: block; padding: 12px 0; border-top: 1px solid rgba(225,190,126,.16); color: var(--muted); font-size: .8rem; }
.side-nav a:hover, .side-nav a[aria-current="page"] { color: var(--gold-bright); }
.article-copy h2 { font-size: clamp(2.25rem,4vw,3.55rem); }
.article-copy p { max-width: 690px; margin: 23px 0 0; color: rgba(243,235,221,.72); line-height: 1.76; }
.article-copy h3 { margin: 42px 0 0; color: var(--gold-bright); font-size: 2rem; }
.article-copy ul { margin: 21px 0 0; padding-left: 1.2rem; color: var(--muted); font-size: .88rem; line-height: 1.85; }
.quote-box { margin-top: 43px; padding: 29px; border-left: 2px solid var(--gold); background: rgba(199,155,90,.10); }
.quote-box p { margin: 0; color: var(--ivory); font-family: var(--serif); font-size: 1.45rem; line-height: 1.3; }
.gallery-ribbon { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 55px; }
.gallery-ribbon .service-media { height: 235px; border: 1px solid var(--line); }

@media (max-width: 900px) {
  .nav-links { gap: 15px; }
  .hero-grid, .section-header, .split-panel, .service-details, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; } .hero-grid { padding: 70px 0 0; gap: 0; }
  .hero-copy { padding: 55px 0 35px; } .hero-image { min-height: 390px; max-width: 680px; width: 100%; margin: 0 0 48px; } .hero-service .hero-image { min-height: 340px; }
  .section-header { gap: 23px; } .section-header .body-copy { margin: 0; }
  .panel-image { min-height: 335px; border-right: 0; border-bottom: 1px solid var(--line); } .panel-copy { padding: 43px; }
  .service-grid, .pricing-grid { grid-template-columns: 1fr; max-width: 610px; } .service-card p { min-height: auto; }
  .process { grid-template-columns: 1fr 1fr; } .process-item:nth-child(2) { border-right: 0; } .process-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .gallery-ribbon { grid-template-columns: 1fr; max-width: 610px; } .side-nav { position: static; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1180px); }
  .nav { min-height: 71px; } .brand { font-size: .82rem; } .brand-mark { width: 30px; height: 30px; }
  .menu-button { display: block; } .nav-links { display: none; position: absolute; top: 62px; right: 16px; left: 16px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); background: #101210; box-shadow: var(--shadow); } .nav-links.open { display: flex; } .nav-links a { padding: 12px 10px; } .nav-cta { margin-top: 4px; text-align: center; }
  .hero { padding-top: 71px; } .hero-grid { padding-top: 0; } .hero-copy { padding: 54px 0 31px; } h1 { font-size: 3.5rem; } h2 { font-size: 2.65rem; } .hero-actions { display: grid; grid-template-columns: 1fr; } .hero-image { min-height: 296px; margin-bottom: 35px; } .hero-image .image-caption { right: 14px; bottom: 14px; font-size: .58rem; }
  .price-strip { margin-top: 0; } .price-strip-grid { grid-template-columns: 1fr; } .price-strip-item { min-height: 104px; border-right: 0; border-bottom: 1px solid var(--line); } .price-strip-item:last-child { border-bottom: 0; }
  .section { padding: 78px 0; } .service-grid { margin-top: 39px; } .service-media { height: 220px; }
  .panel-copy { padding: 31px 25px; } .panel-image { min-height: 280px; }
  .process { grid-template-columns: 1fr; margin-top: 37px; } .process-item, .process-item:nth-child(2) { min-height: 155px; border-right: 0; border-bottom: 1px solid var(--line); } .process-item:last-child { border-bottom: 0; } .process h3 { margin-top: 17px; }
  .contact-band { padding: 76px 0; } .contact-grid { gap: 38px; } .contact-card { padding: 23px; } .footer-content { align-items: flex-start; flex-direction: column; } .footer-links { justify-content: flex-start; }
  .price-hero .hero-grid { min-height: auto; } .price-card { padding: 27px 23px; } .service-details { gap: 28px; } .gallery-ribbon .service-media { height: 210px; }
  .form-grid { grid-template-columns: 1fr; } .form-field.full, .consent-field { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; } }
