*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2326;
  background-color: #f7f4ef;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: #1f2326;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.link-cta {
  font-weight: 600;
}

header,
main,
footer,
section,
nav,
article {
  display: block;
}

.page-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.top-bar {
  background-color: #f2e9df;
  border-bottom: 1px solid #d7cbbf;
}

.top-bar .page-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
}

.logo {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.8rem;
  color: #5a4230;
  background-color: #fbe3c4;
  padding: 6px 10px;
  border-radius: 999px;
}

.mag-hero {
  padding: 56px 0 32px;
}

.mag-hero .page-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.hero-text h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0;
}

.hero-text p {
  margin: 0;
  font-size: 1.05rem;
}

.hero-media {
  flex: 1 1 360px;
  background-color: #cdd8cf;
  border-radius: 24px;
  overflow: hidden;
  min-height: 320px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background-color: #1f2326;
  color: #fefaf5;
  font-weight: 600;
  border: none;
}

.btn.secondary {
  background-color: #fefaf5;
  color: #1f2326;
  border: 1px solid #1f2326;
}

.section {
  padding: 56px 0;
}

.section.alt {
  background-color: #ffffff;
}

.section.accent {
  background-color: #ece2d6;
}

.mag-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.column-wide {
  flex: 2 1 340px;
}

.column-narrow {
  flex: 1 1 220px;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background-color: #fffdf9;
  border: 1px solid #e0d5c9;
  border-radius: 18px;
  overflow: hidden;
  min-width: 220px;
  display: flex;
  flex-direction: column;
}

.card-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-title {
  font-weight: 700;
  margin: 0;
}

.price {
  font-weight: 700;
  color: #6a3e22;
}

.image-frame {
  background-color: #d6d1c4;
}

.inline-image {
  border-radius: 16px;
  overflow: hidden;
  background-color: #cbd1c9;
}

.journal {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.journal-text {
  flex: 1 1 320px;
}

.journal-media {
  flex: 1 1 260px;
}

.mag-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: flex-start;
}

.highlight-box {
  flex: 1 1 240px;
  background-color: #fff6ea;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #ead8c4;
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.form-panel {
  flex: 1 1 320px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #e3d8cc;
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

label {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #cfc5ba;
  font-size: 1rem;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background-color: #1f2326;
  padding: 8px;
  border-radius: 999px;
  z-index: 30;
}

.sticky-cta a {
  color: #fefaf5;
  font-weight: 600;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer {
  background-color: #1f2326;
  color: #f7f4ef;
  padding: 48px 0;
}

.footer a {
  color: #f7f4ef;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-column {
  flex: 1 1 220px;
}

.footer small {
  display: block;
  margin-top: 16px;
  color: #c8c0b6;
  font-size: 0.85rem;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background-color: #ffffff;
  border: 1px solid #e0d5c9;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 40;
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.subtle {
  color: #56453a;
}

.page-hero {
  padding: 48px 0 24px;
}

.page-hero .page-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.page-hero h1 {
  font-size: 2.1rem;
  margin: 0;
}

.page-hero .hero-media {
  min-height: 240px;
}

.plain-section {
  padding: 40px 0;
}

.legal-text {
  max-width: 820px;
}

.note {
  background-color: #fff5e7;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #ead8c4;
}

@media (max-width: 820px) {
  .top-bar .page-wrap,
  .mag-hero .page-wrap,
  .page-hero .page-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
