* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1a1c1f;
  background: #f5f3ef;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #1e4f7a;
  text-decoration: none;
}

a:focus,
button:focus,
input:focus,
select:focus {
  outline: 2px solid #1e4f7a;
  outline-offset: 2px;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header {
  padding: 24px 6vw 12px;
  background: #f5f3ef;
}

.topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.ad-label {
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background: #1a1c1f;
  color: #f5f3ef;
  padding: 4px 10px;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.nav a {
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.nav a:hover {
  border-bottom-color: #1e4f7a;
}

.hero {
  padding: 40px 6vw 20px;
}

.hero-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-text h1 {
  font-size: 36px;
  margin: 0;
}

.hero-callouts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-callout {
  flex: 1 1 160px;
  background: #fff;
  padding: 16px;
  border-left: 4px solid #1e4f7a;
}

.hero-media {
  flex: 1 1 320px;
  position: relative;
}

.image-frame {
  background: #d8d2c7;
  padding: 8px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  padding: 40px 6vw;
}

.section.alt {
  background: #ffffff;
}

.section.dense {
  padding: 28px 6vw;
}

.section.bg-vision {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.section.bg-vision .mag-side,
.section.bg-vision .quote {
  background: rgba(26, 28, 31, 0.75);
  color: #ffffff;
}

.section.bg-studio {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.section.bg-studio .legal-block,
.section.bg-studio .mag-side {
  background: rgba(26, 28, 31, 0.8);
  color: #ffffff;
}

.section.bg-atelier {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.section.bg-atelier .service-card {
  background: rgba(255, 255, 255, 0.92);
}

.section-title {
  font-size: 26px;
  margin: 0 0 18px;
}

.mag-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.mag-main {
  flex: 2 1 360px;
}

.mag-side {
  flex: 1 1 240px;
  background: #f0ece6;
  padding: 20px;
}

.quote {
  font-style: italic;
  background: #1a1c1f;
  color: #f5f3ef;
  padding: 18px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 220px;
  background: #ffffff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 4px solid #1e4f7a;
}

.service-price {
  font-weight: 700;
  color: #1e4f7a;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  background: #ffffff;
  padding: 6px 10px;
  font-size: 12px;
  border: 1px solid #d0c8bb;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.cta-row.cta-spaced {
  margin-top: 20px;
}

.btn {
  background: #1e4f7a;
  color: #ffffff;
  padding: 12px 18px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.btn.secondary {
  background: #ffffff;
  color: #1e4f7a;
  border: 1px solid #1e4f7a;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  background: #ffffff;
  padding: 24px;
}

.form-panel {
  flex: 1 1 260px;
}

.form-panel label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.form-panel input,
.form-panel select {
  width: 100%;
  padding: 10px;
  border: 1px solid #c7c2b7;
  margin-bottom: 14px;
  font-size: 14px;
}

.service-choice {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.choice {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #f5f3ef;
  padding: 10px;
}

.choice input {
  margin-top: 4px;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.footer {
  margin-top: auto;
  padding: 32px 6vw;
  background: #1a1c1f;
  color: #f5f3ef;
  font-size: 14px;
}

.footer a {
  color: #f5f3ef;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-col {
  flex: 1 1 200px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #ffffff;
  padding: 16px;
  border: 1px solid #c7c2b7;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  max-width: 320px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1 1 auto;
}

.legal-block {
  background: #ffffff;
  padding: 18px;
  margin-bottom: 18px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-card {
  flex: 1 1 220px;
  background: #ffffff;
  padding: 18px;
}

.inline-image {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.inline-image .text {
  flex: 1 1 280px;
}

.inline-image .image-frame {
  flex: 1 1 240px;
}

@media (max-width: 720px) {
  .hero-text h1 {
    font-size: 28px;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
