* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1b1b1b;
  background: #f6f2ed;
}

a {
  color: #1b1b1b;
  text-decoration: underline;
  text-underline-offset: 4px;
}

img {
  background-color: #d5cfc5;
}

button,
select,
input,
textarea {
  font-family: inherit;
  font-size: 1rem;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6vw;
  background: #f6f2ed;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-label {
  padding: 6px 12px;
  border: 1px solid #1b1b1b;
  font-size: 0.85rem;
  background: #fff1cf;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 6vw 20px;
}

.hero-top {
  display: flex;
  align-items: stretch;
  gap: 24px;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-image {
  flex: 1 1 320px;
  min-height: 320px;
  background: #d8d2c9;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.magazine-strip {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.strip-card {
  flex: 1 1 220px;
  background: #ffffff;
  padding: 18px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section {
  padding: 40px 6vw;
}

.section.muted {
  background: #efe9e1;
}

.section.dark {
  background: #1b1b1b;
  color: #f6f2ed;
}

.section.dark a {
  color: #f6f2ed;
}

.section.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f6f2ed;
}

.section.bg-library {
  background-image: url("https://images.unsplash.com/photo-1454165205744-3b78555e5572?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f6f2ed;
}

.columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.column {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.image-card {
  background: #cfd6d3;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inline-image {
  display: flex;
  background: #d5cfc5;
  border-radius: 12px;
  overflow: hidden;
  margin: 12px 0;
}

.inline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #1b1b1b;
  background: #fff1cf;
  cursor: pointer;
}

.cta.secondary {
  background: #ffffff;
}

.cta.dark {
  background: #1b1b1b;
  color: #f6f2ed;
}

.sticky-cta {
  position: sticky;
  bottom: 12px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.form-wrap {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #9b9b9b;
}

.testimonial {
  background: #ffffff;
  border-left: 4px solid #1b1b1b;
  padding: 16px;
  border-radius: 12px;
}

.footer {
  margin-top: auto;
  background: #f6f2ed;
  padding: 24px 6vw 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.95rem;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.contact-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.meta-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.notice {
  font-size: 0.95rem;
  color: #4b4b4b;
}

.dark .notice {
  color: #e2ddd5;
}

.references {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-title {
  font-size: 2.4rem;
  margin: 0;
}

.section-title {
  font-size: 1.8rem;
  margin: 0 0 12px;
}

@media (max-width: 720px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-top {
    flex-direction: column;
  }
}
