* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f2a2e;
  background: #f6f5f2;
  line-height: 1.6;
}

a {
  color: #1f2a2e;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-bar {
  background: #ede8e1;
  border-bottom: 1px solid #d4ccc2;
  padding: 16px 0;
}

.top-bar-inner {
  width: min(1100px, 92%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.ad-label {
  font-size: 0.85rem;
  background: #1f2a2e;
  color: #fefbf6;
  padding: 4px 10px;
  border-radius: 20px;
}

.hero {
  background: #c8c2bb;
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fefbf6;
}

.hero-about {
  background: #c7c3bc;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fefbf6;
}

.hero-services {
  background: #c9c4be;
  background-image: url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fefbf6;
}

.hero-contact {
  background: #c7c0b8;
  background-image: url("https://images.unsplash.com/photo-1483058712412-4245e9b90334?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fefbf6;
}

.hero-thanks {
  background: #c2bbb3;
  background-image: url("https://images.unsplash.com/photo-1496181133206-80ce9b88a853?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fefbf6;
}

.hero-legal {
  background: #c8c2bb;
  background-image: url("https://images.unsplash.com/photo-1485217988980-11786ced9454?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fefbf6;
}

.hero-privacy {
  background: #c5bfb8;
  background-image: url("https://images.unsplash.com/photo-1487611459768-bd414656ea10?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fefbf6;
}

.hero-gdpr {
  background: #c3bdb7;
  background-image: url("https://images.unsplash.com/photo-1488998427799-e3362cec87c3?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fefbf6;
}

.hero-cookies {
  background: #c7c1b9;
  background-image: url("https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fefbf6;
}

.hero-terms {
  background: #c8c2bb;
  background-image: url("https://images.unsplash.com/photo-1472220625704-91e1462799b2?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fefbf6;
}

.hero-inner {
  width: min(1100px, 92%);
  margin: 0 auto;
  padding: 96px 0 72px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: rgba(15, 18, 20, 0.55);
}

.hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.1;
}

.hero p {
  max-width: 640px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.btn {
  background: #fefbf6;
  color: #1f2a2e;
  padding: 10px 18px;
  border-radius: 6px;
  border: 1px solid #1f2a2e;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn.alt {
  background: transparent;
  color: #fefbf6;
  border-color: #fefbf6;
}

.section {
  width: min(1100px, 92%);
  margin: 0 auto;
  padding: 64px 0;
}

.section h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  margin-bottom: 18px;
}

.magazine-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.col-wide {
  flex: 2 1 420px;
}

.col-narrow {
  flex: 1 1 240px;
}

.story-card {
  background: #fefbf6;
  padding: 24px;
  border: 1px solid #d9d0c7;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.image-frame {
  width: 100%;
  height: 220px;
  background: #d9d0c7;
  overflow: hidden;
}

.quote {
  font-style: italic;
  border-left: 3px solid #1f2a2e;
  padding-left: 16px;
}

.background-panel {
  background: #d9d0c7;
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #1f2a2e;
}

.background-panel .section {
  background: rgba(254, 251, 246, 0.85);
  border-radius: 12px;
  padding: 48px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background: #fefbf6;
  border: 1px solid #d9d0c7;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}

.service-card .image-frame {
  height: 180px;
}

.price-tag {
  font-weight: 700;
  font-size: 1.1rem;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: #1f2a2e;
  color: #fefbf6;
  padding: 14px 0;
  z-index: 2;
}

.sticky-cta-inner {
  width: min(1100px, 92%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.form-shell {
  background: #fefbf6;
  border: 1px solid #d9d0c7;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-row input,
.form-row select,
.form-row textarea {
  padding: 10px;
  border: 1px solid #c8c0b6;
  border-radius: 6px;
  font-size: 1rem;
  background: #fffdf8;
}

.form-note {
  font-size: 0.9rem;
  color: #4a565a;
}

.footer {
  background: #ede8e1;
  margin-top: auto;
  padding: 40px 0;
  border-top: 1px solid #d4ccc2;
}

.footer-inner {
  width: min(1100px, 92%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.policy-note {
  max-width: 420px;
  font-size: 0.9rem;
  color: #394246;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #fefbf6;
  border: 1px solid #d9d0c7;
  padding: 18px;
  display: none;
  gap: 12px;
  z-index: 5;
}

.cookie-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.banner-hidden {
  display: none;
}

.inline-link {
  text-decoration: underline;
}

.callout {
  background: #1f2a2e;
  color: #fefbf6;
  padding: 18px;
  border-radius: 8px;
}

.texture-block {
  background: #cfc7bd;
  background-image: url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #1f2a2e;
}

.texture-block .section {
  background: rgba(254, 251, 246, 0.9);
  border-radius: 12px;
  padding: 40px;
}
