*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f2428;
  background-color: #f6f4f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 18px 5vw;
  background: #f0ede8;
  gap: 24px;
}

.nav-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand {
  font-size: 20px;
  text-transform: lowercase;
  letter-spacing: 2px;
}

.ad-label {
  font-size: 12px;
  color: #6b6762;
}

.nav-right {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-right a,
.button,
.link-pill {
  padding: 10px 18px;
  border-radius: 999px;
  background: #1f2428;
  color: #f6f4f1;
  font-size: 14px;
}

.nav-right a:hover,
.button:hover,
.link-pill:hover {
  background: #2f3439;
}

.link-pill {
  background: transparent;
  color: #1f2428;
  border: 1px solid #1f2428;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 60px 5vw 40px;
  position: relative;
}

.hero-content {
  max-width: 620px;
}

.hero h1 {
  font-size: 42px;
  margin: 0 0 16px;
}

.hero p {
  margin: 0 0 20px;
  font-size: 18px;
}

.hero-media {
  align-self: flex-end;
  width: min(640px, 90vw);
  margin-top: 10px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #d8d0c7;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
}

.section {
  padding: 60px 5vw;
}

.section.alt {
  background: #ede9e3;
}

.section.bg-atelier {
  background-image: linear-gradient(
      rgba(31, 36, 40, 0.55),
      rgba(31, 36, 40, 0.55)
    ),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f6f4f1;
}

.section.bg-atelier .link-pill {
  border-color: #f6f4f1;
  color: #f6f4f1;
}

.split {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 300px;
}

.offset-card {
  background: #ffffff;
  padding: 32px;
  border-radius: 22px;
  box-shadow: 0 25px 40px rgba(28, 28, 28, 0.08);
  transform: translateY(-25px);
}

.stats-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.stat {
  flex: 1 1 160px;
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #e4ded6;
}

.card-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: stretch;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e5ded6;
  display: flex;
  flex-direction: column;
}

.card-media {
  background-color: #c9c1b7;
}

.card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-size: 18px;
  color: #2f3439;
}

.inline-cta {
  font-weight: 600;
  text-decoration: underline;
}

.staggered {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.staggered .panel {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  border: 1px solid #e0d9d1;
}

.staggered .panel:nth-child(even) {
  align-self: flex-end;
  max-width: 720px;
}

.staggered .panel:nth-child(odd) {
  align-self: flex-start;
  max-width: 680px;
}

.form-wrapper {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: stretch;
}

.form-card {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid #e5ded6;
}

form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

form input,
form select,
form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d5cec6;
  font-size: 14px;
  margin-bottom: 16px;
  background: #faf8f5;
}

form button {
  width: 100%;
  border: none;
  cursor: pointer;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: #1f2428;
  color: #f6f4f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 5vw;
  gap: 18px;
  z-index: 5;
}

.sticky-cta a {
  background: #f6f4f1;
  color: #1f2428;
}

.footer {
  background: #1f2428;
  color: #f6f4f1;
  padding: 40px 5vw 60px;
  margin-top: auto;
}

.footer-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-columns div {
  flex: 1 1 200px;
}

.footer a {
  color: #f6f4f1;
  text-decoration: underline;
}

.disclaimer {
  font-size: 13px;
  color: #c7c2bb;
  margin-top: 20px;
}

.cookie-banner {
  position: fixed;
  inset: auto 5vw 24px auto;
  background: #ffffff;
  color: #1f2428;
  border-radius: 18px;
  padding: 18px;
  width: min(360px, 90vw);
  border: 1px solid #e1dbd2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 10;
}

.cookie-banner p {
  font-size: 14px;
  margin: 0 0 12px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  flex: 1 1 auto;
  border: none;
  border-radius: 999px;
  padding: 10px 12px;
  cursor: pointer;
}

.cookie-accept {
  background: #1f2428;
  color: #f6f4f1;
}

.cookie-reject {
  background: #e0d9d1;
  color: #1f2428;
}

.page-hero {
  padding: 50px 5vw 30px;
}

.page-hero h1 {
  font-size: 34px;
  margin-bottom: 12px;
}

.contact-details {
  background: #ffffff;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid #e2dbd2;
}

.image-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.image-stack .stack-img {
  border-radius: 18px;
  overflow: hidden;
  background-color: #cfc7bd;
}

.section-title {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.section-title span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8a837a;
}

.legal-content {
  max-width: 760px;
}

.legal-content h2 {
  margin-top: 32px;
}

@media (max-width: 900px) {
  .top-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding-top: 40px;
  }

  .sticky-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
