:root {
  --gold: #c9a227;
  --gold-light: #e8c547;
  --gold-dark: #8b6914;
  --brass: #b8860b;
  --walnut: #3d2b1f;
  --walnut-light: #5c4033;
  --steel: #6b7280;
  --steel-light: #9ca3af;
  --oxidized: #5c7a6b;
  --charcoal: #1a1612;
  --ivory: #f5f0e6;
  --ivory-dark: #e8e0d0;
  --shadow: rgba(26, 22, 18, 0.25);
  --font-display: "Cinzel", "Georgia", serif;
  --font-body: "Source Serif 4", "Georgia", serif;
  --radius: 4px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--charcoal);
  background: var(--ivory);
  background-image:
    radial-gradient(circle at 20% 80%, rgba(201, 162, 39, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(92, 122, 107, 0.05) 0%, transparent 40%);
  min-height: 100vh;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-dark); text-underline-offset: 3px; }
a:hover { color: var(--brass); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.25; color: var(--walnut); }
h1 { font-size: clamp(1.75rem, 4vw, 2.75rem); }
h2 { font-size: clamp(1.35rem, 3vw, 1.85rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.35rem; }
.skip-link { position: absolute; top: -100%; left: 1rem; background: var(--walnut); color: var(--ivory); padding: 0.5rem 1rem; z-index: 9999; }
.skip-link:focus { top: 1rem; }

.site-header { background: linear-gradient(180deg, var(--walnut) 0%, #2a1f18 100%); border-bottom: 2px solid var(--brass); position: sticky; top: 0; z-index: 100; }
.header-inner { max-width: 72rem; margin: 0 auto; padding: 0.85rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: 0.65rem; color: var(--ivory); text-decoration: none; font-family: var(--font-display); font-size: 0.95rem; letter-spacing: 0.04em; }
.brand:hover { color: var(--gold-light); }
.brand-mark { color: var(--gold); flex-shrink: 0; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.25rem 1.25rem; align-items: center; }
.site-nav a { color: var(--ivory-dark); text-decoration: none; font-family: var(--font-display); font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.35rem 0; border-bottom: 1px solid transparent; transition: border-color var(--transition), color var(--transition); }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--gold); border-bottom-color: var(--gold); }
.nav-cta { background: var(--gold-dark); color: var(--ivory) !important; padding: 0.45rem 0.85rem !important; border: 1px solid var(--brass) !important; border-radius: var(--radius); }
.nav-cta:hover { background: var(--brass); border-bottom-color: var(--brass) !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: transparent; border: 1px solid var(--brass); padding: 0.5rem; cursor: pointer; border-radius: var(--radius); }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--gold); transition: transform var(--transition), opacity var(--transition); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--walnut); border-bottom: 2px solid var(--brass); max-height: 0; overflow: hidden; transition: max-height var(--transition); }
  .site-nav.is-open { max-height: 20rem; }
  .site-nav ul { flex-direction: column; padding: 1rem 1.25rem 1.25rem; align-items: stretch; }
}

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-family: var(--font-display); font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; padding: 0.7rem 1.35rem; border: 2px solid var(--brass); border-radius: var(--radius); cursor: pointer; position: relative; overflow: hidden; transition: background var(--transition), color var(--transition); }
.btn-primary { background: linear-gradient(135deg, var(--gold-dark), var(--brass)); color: var(--ivory); }
.btn-primary:hover { background: linear-gradient(135deg, var(--brass), var(--gold)); color: var(--charcoal); }
.btn-secondary { background: transparent; color: var(--walnut); }
.btn-secondary:hover { background: var(--walnut); color: var(--ivory); }

.section { max-width: 72rem; margin: 0 auto; padding: 3rem 1.25rem; }
.section-narrow { max-width: 48rem; margin: 0 auto; padding: 3rem 1.25rem; }
.section-title { text-align: center; margin-bottom: 0.5rem; }
.section-sub { text-align: center; color: var(--steel); font-size: 0.95rem; max-width: 36rem; margin: 0 auto 2.5rem; }
.section-label { font-family: var(--font-display); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--oxidized); display: block; margin-bottom: 0.5rem; }

.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; max-width: 72rem; margin: 0 auto; padding: 3.5rem 1.25rem 4rem; }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: -8px; border: 1px solid var(--brass); border-radius: var(--radius); pointer-events: none; }
.hero-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); border: 3px solid var(--walnut-light); }
.hero-dial { position: absolute; bottom: -1rem; right: -1rem; width: 4.5rem; height: 4.5rem; background: var(--walnut); border: 2px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 0.65rem; color: var(--gold); letter-spacing: 0.1em; text-align: center; line-height: 1.2; }
.hero h1 { margin-bottom: 1rem; }
.hero-lead { font-size: 1.125rem; color: var(--walnut-light); margin-bottom: 1.75rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-meta { margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--ivory-dark); display: flex; gap: 2rem; flex-wrap: wrap; }
.hero-meta dt { font-family: var(--font-display); font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--oxidized); }
.hero-meta dd { margin: 0.15rem 0 0; font-weight: 600; color: var(--walnut); }
@media (max-width: 768px) { .hero { grid-template-columns: 1fr; padding-top: 2rem; } .hero-visual { order: -1; } }

.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.card { background: #fff; border: 1px solid var(--ivory-dark); border-radius: var(--radius); overflow: hidden; box-shadow: 0 2px 8px var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px var(--shadow); }
.card-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.card-body { padding: 1.25rem; }
.card-body h3 { margin: 0 0 0.5rem; font-size: 1.05rem; }
.card-body p { font-size: 0.95rem; color: var(--steel); margin-bottom: 0.75rem; }
.card-meta { font-family: var(--font-display); font-size: 0.7rem; letter-spacing: 0.1em; color: var(--oxidized); margin-bottom: 1rem; }
.card-link { font-family: var(--font-display); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; color: var(--gold-dark); }

.page-hero { background: linear-gradient(135deg, var(--walnut) 0%, #2a1f18 60%, var(--oxidized) 100%); color: var(--ivory); padding: 3rem 1.25rem; text-align: center; border-bottom: 3px solid var(--brass); }
.page-hero h1 { color: var(--ivory); margin-bottom: 0.75rem; }
.page-hero p { max-width: 36rem; margin: 0 auto; color: var(--ivory-dark); }
.page-hero-with-image { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; text-align: left; max-width: 72rem; margin: 0 auto; }
.page-hero-with-image img { border-radius: var(--radius); border: 2px solid var(--brass); }
@media (max-width: 768px) { .page-hero-with-image { grid-template-columns: 1fr; text-align: center; } }

.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.25rem; }
.testimonial { background: #fff; border-left: 3px solid var(--brass); padding: 1.25rem 1.5rem; box-shadow: 0 1px 4px var(--shadow); }
.testimonial cite { display: block; margin-top: 0.75rem; font-style: normal; font-family: var(--font-display); font-size: 0.8rem; color: var(--oxidized); }
.testimonial-service { font-size: 0.75rem; color: var(--steel); }

.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-family: var(--font-display); font-size: 0.8rem; letter-spacing: 0.05em; margin-bottom: 0.35rem; color: var(--walnut); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.65rem 0.85rem; font-family: var(--font-body); font-size: 1rem; border: 1px solid var(--steel-light); border-radius: var(--radius); background: #fff; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: 2px solid var(--brass); outline-offset: 1px; }
.form-error { color: #8b2500; font-size: 0.85rem; margin-top: 0.35rem; display: none; }
.form-group.is-invalid .form-error { display: block; }
.form-group.is-invalid input, .form-group.is-invalid select, .form-group.is-invalid textarea { border-color: #8b2500; }
.form-status { padding: 1rem; border-radius: var(--radius); margin-top: 1rem; display: none; }
.form-status.is-visible { display: block; }
.form-status--success { background: rgba(92, 122, 107, 0.15); border: 1px solid var(--oxidized); color: var(--walnut); }
.form-status--error { background: rgba(139, 37, 0, 0.08); border: 1px solid #8b2500; color: #8b2500; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2.5rem; max-width: 72rem; margin: 0 auto; padding: 3rem 1.25rem; }
.contact-info address { font-style: normal; line-height: 1.8; }
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } }

.legal-content h2 { margin-top: 2rem; font-size: 1.25rem; }
.legal-content h2:first-child { margin-top: 0; }
.cookies-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.9rem; }
.cookies-table th, .cookies-table td { border: 1px solid var(--ivory-dark); padding: 0.65rem 0.85rem; text-align: left; }
.cookies-table th { background: var(--walnut); color: var(--ivory); font-family: var(--font-display); font-size: 0.75rem; letter-spacing: 0.05em; }

.process-steps { counter-reset: step; list-style: none; padding: 0; margin: 0; }
.process-step { display: grid; grid-template-columns: 4rem 1fr; gap: 1.25rem; padding: 1.5rem 0; border-bottom: 1px solid var(--ivory-dark); }
.process-step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--font-display); font-size: 1.5rem; color: var(--brass); text-align: center; line-height: 1; padding-top: 0.25rem; }

.pricing-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.pricing-table th, .pricing-table td { padding: 0.85rem 1rem; border-bottom: 1px solid var(--ivory-dark); text-align: left; }
.pricing-table th { font-family: var(--font-display); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--oxidized); background: rgba(201, 162, 39, 0.08); }
.pricing-note { background: #fff; border: 1px solid var(--brass); border-radius: var(--radius); padding: 1.25rem; margin-top: 2rem; }

.service-detail-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 2.5rem; max-width: 72rem; margin: 0 auto; padding: 2.5rem 1.25rem 3rem; }
.service-detail-main img { width: 100%; border-radius: var(--radius); margin-bottom: 1.5rem; border: 2px solid var(--ivory-dark); }
.service-sidebar { background: #fff; border: 1px solid var(--ivory-dark); border-radius: var(--radius); padding: 1.5rem; align-self: start; position: sticky; top: 5rem; }
.service-sidebar dl { margin: 0 0 1.25rem; }
.service-sidebar dt { font-family: var(--font-display); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--oxidized); }
.service-sidebar dd { margin: 0.15rem 0 0.85rem; font-weight: 600; }
@media (max-width: 768px) { .service-detail-grid { grid-template-columns: 1fr; } .service-sidebar { position: static; } }

.blog-post-meta { font-family: var(--font-display); font-size: 0.75rem; letter-spacing: 0.1em; color: var(--oxidized); margin-bottom: 1.5rem; }
.blog-article img { width: 100%; border-radius: var(--radius); margin-bottom: 1.5rem; }

.error-page { text-align: center; padding: 5rem 1.25rem; }
.error-code { font-family: var(--font-display); font-size: 5rem; color: var(--brass); line-height: 1; margin-bottom: 0.5rem; }

.site-footer { background: var(--walnut); color: var(--ivory-dark); border-top: 3px solid var(--brass); margin-top: 3rem; }
.footer-grid { max-width: 72rem; margin: 0 auto; padding: 2.5rem 1.25rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; }
.footer-brand { font-family: var(--font-display); color: var(--gold); font-size: 1rem; margin-bottom: 0.5rem; }
.footer-heading { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin: 0 0 0.75rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links a { color: var(--ivory-dark); text-decoration: none; font-size: 0.9rem; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--walnut-light); padding: 1rem 1.25rem; text-align: center; font-size: 0.85rem; }
address p { margin-bottom: 0.35rem; }
address a { color: var(--ivory-dark); }

.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--walnut); color: var(--ivory); border-top: 2px solid var(--brass); z-index: 200; padding: 1rem; box-shadow: 0 -4px 20px var(--shadow); }
.cookie-inner { max-width: 72rem; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.cookie-inner p { margin: 0; flex: 1; min-width: 240px; font-size: 0.9rem; }
.cookie-inner a { color: var(--gold-light); }
.cookie-actions { display: flex; gap: 0.75rem; flex-shrink: 0; }
.case-study { background: #fff; border: 1px solid var(--ivory-dark); border-radius: var(--radius); padding: 1.75rem; margin: 2rem 0; }
.case-study h3 { margin-top: 0; }