* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1d1a16;
  --muted: #6b625a;
  --paper: #f7f2eb;
  --accent: #b75f3b;
  --accent-dark: #8e4529;
  --sage: #dde3d6;
  --sand: #efe1d1;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e7ded4;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.8rem;
  color: var(--muted);
  max-width: 200px;
  text-align: right;
}

.hero {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 15, 10, 0.55);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 560px;
}

.hero h1 {
  font-size: clamp(2.3rem, 3vw, 3.2rem);
  line-height: 1.1;
}

.hero p {
  font-size: 1.05rem;
  color: #f3eee7;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  border: none;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.button.alt {
  background: transparent;
  border: 1px solid #fff;
}

.section {
  padding: 72px 0;
}

.section-title {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.section-lede {
  color: var(--muted);
  max-width: 640px;
}

.magazine-row {
  display: flex;
  gap: 32px;
  align-items: stretch;
  flex-wrap: wrap;
}

.column {
  flex: 1 1 280px;
}

.column.wide {
  flex: 1.5 1 340px;
}

.column.narrow {
  flex: 0.9 1 240px;
}

.media-block {
  background: #e4d6c7;
  border-radius: 18px;
  overflow: hidden;
}

.media-block img {
  height: 100%;
  object-fit: cover;
}

.feature-panel {
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(22, 14, 8, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 240px;
}

.card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-body span {
  color: var(--muted);
  font-size: 0.95rem;
}

.texture-section {
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.texture-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 18, 12, 0.62);
}

.texture-content {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
}

.texture-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 24px;
  border-radius: 20px;
  flex: 1 1 280px;
}

.form-shell {
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 24px 40px rgba(17, 12, 7, 0.08);
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lead-form label {
  font-size: 0.95rem;
  color: var(--muted);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #ddd1c6;
  font-size: 1rem;
  font-family: inherit;
}

.lead-form button {
  align-self: flex-start;
}

.pricing-tag {
  font-weight: 700;
  color: var(--accent-dark);
}

.footer {
  background: #1a1511;
  color: #f2ece5;
  padding: 42px 0;
  margin-top: 40px;
}

.footer .footer-grid {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.footer a {
  color: #f2ece5;
}

.footer small {
  color: #d5cdc3;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 4;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  border: none;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(18, 9, 4, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #fff;
  border-radius: 18px;
  padding: 18px 22px;
  max-width: 360px;
  box-shadow: 0 18px 30px rgba(22, 14, 8, 0.18);
  display: none;
  z-index: 5;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.page-hero {
  padding: 52px 0;
  background: var(--sand);
}

.page-hero h1 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.notice {
  background: var(--sage);
  padding: 18px 22px;
  border-radius: 16px;
  color: #2a2a2a;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  color: var(--muted);
}

.contact-box {
  background: #fff;
  padding: 26px;
  border-radius: 20px;
  box-shadow: 0 18px 30px rgba(22, 14, 8, 0.1);
}

.two-up {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.two-up > * {
  flex: 1 1 260px;
}

.home .hero {
  background-image: url("https://images.unsplash.com/photo-1773332585760-8b5dc6079a74?w=1400&q=80");
}

.home .texture-section {
  background-image: url("https://images.unsplash.com/photo-1696762314476-07470ad680bc?w=1400&q=80");
}
