:root {
  --site-primary: #960a39;
  --site-primary-dark: #7a002c;
  --site-accent: #007e44;
  --site-primary-light: #dc6d7f;
  --site-surface: #ffeff3;
  --site-text-secondary: #745358;
  --bs-body-bg: #fae3e6;
  --bs-body-color: #1d070e;
  --bs-body-font-family: 'Familjen Grotesk', sans-serif;
  --space-section: clamp(3rem, 6vw, 5rem);
  --type-h1: clamp(2rem, 4vw, 2.5rem);
  --type-h2: 1.6rem;
  --type-h3: 1.25rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bs-body-bg); color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-size: 1rem; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: 'Familjen Grotesk', serif; font-weight: 650; letter-spacing: -0.035em; text-wrap: balance; }
h1 { font-size: var(--type-h1); line-height: 1.04; }
h2 { font-size: var(--type-h2); line-height: 1.15; }
h3 { font-size: var(--type-h3); line-height: 1.2; }
p { max-width: 68ch; text-wrap: pretty; }
a { color: var(--site-primary); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--site-primary-dark); }
.btn { border-radius: 8px; padding: .7rem 1.05rem; font-weight: 650; box-shadow: none; letter-spacing: .01em; transition: background-color .18s ease, border-color .18s ease, color .18s ease; border-width: 1px; }
.btn-primary { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.btn-primary:hover, .btn-primary:focus { background-color: var(--site-primary-dark); border-color: var(--site-primary-dark); color: #fff; }
.btn-outline-primary { color: var(--site-primary); border-color: var(--site-primary); background-color: transparent; }
.btn-outline-primary:hover, .btn-outline-primary:focus { background-color: var(--site-primary); border-color: var(--site-primary); color: #fff; }
.bg-primary { background-color: var(--site-primary) !important; }
.text-primary { color: var(--site-primary) !important; }
.border-primary { border-color: var(--site-primary) !important; }
.navbar { background: #fae3e6; border-bottom: 1px solid rgba(29,7,14,.12); }
.navbar-brand { color: var(--bs-body-color); font-weight: 700; letter-spacing: -.03em; text-decoration: none; }
.navbar-brand:hover { color: var(--bs-body-color); }
.brand-mark { width: 30px; height: 30px; object-fit: contain; border-radius: 0; }
.nav-link { color: var(--bs-body-color); font-size: .9rem; font-weight: 600; }
.nav-link:hover, .nav-link:focus { color: var(--site-primary); }
.navbar-toggler { border-radius: 6px; border-color: rgba(29,7,14,.28); }
.section { padding: var(--space-section) 0; position: relative; }
.section-tight { padding: clamp(1.8rem, 3.6vw, 3rem) 0; }
.eyebrow { color: var(--site-primary); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .85rem; }
.section-number { color: var(--site-primary-light); font-size: clamp(2.5rem, 5vw, 4.25rem); font-weight: 700; letter-spacing: -.07em; line-height: .8; margin-bottom: 1.25rem; opacity: .55; }
.hero { padding: clamp(3rem, 6vw, 5.5rem) 0 var(--space-section); }
.hero-title { max-width: 16ch; margin-bottom: clamp(2rem, 5vw, 4rem); }
.hero-copy { font-size: 1.1rem; line-height: 1.55; }
.hero-image { width: 100%; height: clamp(255px, 32vw, 430px); object-fit: cover; border-radius: 8px; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.hero-copy-card { background: var(--site-surface); border-radius: 10px; padding: clamp(1.5rem, 3vw, 2.5rem); margin-top: -2.2rem; position: relative; z-index: 1; box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.work-band { background: rgba(220,109,127,.19); }
.work-grid { display: grid; grid-template-columns: 45% 55%; }
.work-visual { min-height: 100%; }
.work-visual img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; border-radius: 0 8px 8px 0; }
.work-content { padding: var(--space-section) clamp(1.5rem, 7vw, 8rem) var(--space-section) clamp(2rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; }
.card { border: 0; border-radius: 10px; box-shadow: 0 1px 2px rgba(0,0,0,.05); background: var(--site-surface); overflow: hidden; }
.work-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.work-card .card-body { padding: 1.25rem; }
.work-card { transition: transform .18s ease, box-shadow .18s ease; }
.work-card:hover { transform: translateY(-2px); box-shadow: 0 3px 8px rgba(29,7,14,.08); }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.price-item { padding: 1.15rem 0; border-bottom: 1px solid rgba(29,7,14,.16); }
.price-item:nth-last-child(-n+2) { border-bottom: 0; }
.price { color: var(--site-primary); font-weight: 700; font-variant-numeric: tabular-nums; }
.about-band { background: var(--site-surface); }
.prose { max-width: 64ch; }
.contact-band { background: #1d070e; color: #fae3e6; margin-top: 48px; padding-top: 0; }
.contact-inner { transform: translateY(-48px); padding-bottom: calc(var(--space-section) - 48px); }
.contact-band .eyebrow, .contact-band .section-number { color: #fae3e6; opacity: .72; }
.contact-band a { color: #fae3e6; }
.contact-band a:hover { color: #fae3e6; }
.contact-band .btn-primary { background: #fae3e6; border-color: #fae3e6; color: #1d070e; }
.contact-band .btn-primary:hover, .contact-band .btn-primary:focus { background: #ffeff3; border-color: #ffeff3; color: #1d070e; }
.contact-details { font-variant-numeric: tabular-nums; }
.faq-card { background: transparent; box-shadow: none; border-radius: 0; }
.faq-card .card-body { padding: 0; }
.form-control, .form-select { background: #ffeff3; border-color: rgba(29,7,14,.28); border-radius: 5px; color: #1d070e; padding: .7rem .8rem; }
.form-control:focus, .form-select:focus { background: #fff; border-color: var(--site-primary); box-shadow: 0 0 0 .2rem rgba(150,10,57,.14); }
.form-label { font-weight: 650; }
.form-check-input { border-color: rgba(29,7,14,.45); }
.form-check-input:checked { background-color: var(--site-primary); border-color: var(--site-primary); }
.form-note { font-size: .875rem; color: var(--site-text-secondary); }
.confirmation { display: none; background: rgba(0,126,68,.12); border-left: 3px solid var(--site-accent); padding: 1rem; border-radius: 0 6px 6px 0; }
.confirmation.is-visible { display: block; }
.footer { background: #ffeff3; padding: 1.5rem 0 .8rem; font-size: .875rem; }
.footer-top { display: grid; grid-template-columns: 1.15fr 1fr 1.25fr; align-items: start; gap: 1.5rem; }
.footer p { margin-bottom: .25rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .35rem 1rem; }
.footer-bottom { border-top: 1px solid rgba(29,7,14,.12); margin-top: 1rem; padding-top: .75rem; text-align: center; color: var(--site-text-secondary); }
.cookie-banner { display: none; position: fixed; z-index: 1080; bottom: 1rem; left: 1rem; right: 1rem; max-width: 600px; padding: 1rem; border-radius: 10px; background: #ffeff3; color: #1d070e; box-shadow: 0 8px 24px rgba(29,7,14,.16); }
.cookie-banner.is-visible { display: block; }
.legal-main, .request-main { padding: var(--space-section) 0; }
.narrow-container { max-width: 880px; }
.legal-main h2 { margin-top: 2.2rem; }
.legal-main h3 { margin-top: 1.5rem; }
.hours { font-variant-numeric: tabular-nums; }
@media (max-width: 767.98px) { .navbar .btn { margin-top: .7rem; } .hero-copy-card { margin-top: 0; } .work-grid { grid-template-columns: 1fr; } .work-visual img { min-height: 280px; border-radius: 0; } .work-content { padding: var(--space-section) 1.5rem; } .price-grid { grid-template-columns: 1fr; } .price-item:nth-last-child(2) { border-bottom: 1px solid rgba(29,7,14,.16); } .footer-top { grid-template-columns: 1fr; gap: 1rem; } .footer-links { justify-content: flex-start; } .contact-inner { transform: translateY(-32px); padding-bottom: calc(var(--space-section) - 32px); } .contact-band { margin-top: 32px; } }
