* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1f2328;
  --muted: #5f6b6d;
  --sand: #f3efe8;
  --mist: #eef2f2;
  --stone: #d8d0c5;
  --coal: #2b2f33;
  --accent: #2f5b6b;
  --accent-2: #7b5c3e;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: var(--accent);
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: var(--accent);
  color: #fff;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
}

.wrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-header {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--stone);
}

.nav-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  font-size: 0.95rem;
}

.ad-disclosure {
  background: var(--sand);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.8rem;
  color: var(--muted);
}

.hero {
  padding: 5rem 0;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-color: #2a2e33;
}

.hero-content {
  max-width: 620px;
  background: rgba(0, 0, 0, 0.45);
  padding: 2rem;
  border-radius: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.pill-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.section {
  padding: 4rem 0;
}

.section-muted {
  background: var(--mist);
}

.section-sand {
  background: var(--sand);
}

.magazine-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.narrow {
  flex: 1 1 220px;
}

.wide {
  flex: 2 1 520px;
}

.image-frame {
  background-color: var(--stone);
  border-radius: 16px;
  overflow: hidden;
  height: 320px;
}

.image-frame.tall {
  height: 380px;
}

.callout {
  padding: 1.5rem;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--stone);
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.service-card {
  flex: 1 1 260px;
  background: #fff;
  border: 1px solid var(--stone);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.price-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--coal);
  color: #fff;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.85rem;
}

.split-block {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.split-block.reverse {
  flex-direction: row-reverse;
}

.note-box {
  padding: 1.8rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--stone);
}

.form-section {
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--stone);
  padding: 2rem;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.2rem;
}

.form-grid label {
  font-weight: 600;
  font-size: 0.95rem;
}

.form-grid input,
.form-grid select {
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  border: 1px solid var(--stone);
  font-size: 0.95rem;
}

.cta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
}

.sticky-cta {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  background: var(--accent-2);
  color: #fff;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  z-index: 10;
}

.footer {
  padding: 2.5rem 0;
  background: var(--coal);
  color: #f7f4f0;
}

.footer a {
  color: #f7f4f0;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d9d4cf;
}

.cookie-banner {
  position: fixed;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  background: #fff;
  border: 1px solid var(--stone);
  padding: 1.2rem;
  border-radius: 16px;
  display: none;
  gap: 1rem;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cookie-actions button.secondary {
  background: #d2d8d8;
  color: var(--ink);
}

.page-index .hero {
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
}

.page-index .community-backdrop {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
  background-color: #2d3b3f;
}

.page-about .hero {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80");
}

.page-about .studio-backdrop {
  background-image: url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
  background-color: #263338;
}

.page-services .hero {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.page-contact .hero {
  background-image: url("https://images.unsplash.com/photo-1492724441997-5dc865305da7?w=1400&q=80");
}

.plain-email {
  background: var(--sand);
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  display: inline-block;
}

.policy-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.policy-content h2 {
  margin-bottom: 0.4rem;
}
