* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  background-color: #f7f3ef;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  overflow-x: hidden;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 6vw;
  background-color: #f7f3ef;
}

.nav-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-tagline {
  font-size: 12px;
  color: #5c5c5f;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #7a4a2f;
  border: 1px solid #7a4a2f;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 6vw 60px;
}

.hero-copy {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.eyebrow {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7a4a2f;
}

.hero h1 {
  font-size: 44px;
  line-height: 1.1;
}

.hero-sub {
  font-size: 18px;
  color: #3d3d3f;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  background-color: #1d1d1f;
  color: #fff;
  padding: 12px 20px;
  border-radius: 28px;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.btn.secondary {
  background-color: #f2e7dc;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
}

.hero-visual {
  flex: 1 1 45%;
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
}

.hero-visual .image-frame {
  background-color: #e5ddd5;
  padding: 14px;
  border-radius: 24px;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
}

.hero-visual .image-frame img {
  border-radius: 18px;
  width: 100%;
  height: 360px;
}

.layered-note {
  position: absolute;
  top: 20px;
  left: -20px;
  background-color: #fff;
  padding: 16px 18px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  width: 220px;
}

.layered-note p {
  font-size: 13px;
  color: #3f2f2a;
}

.section {
  padding: 60px 6vw;
}

.section.bg-atelier {
  background-color: #efe4d8;
  background-image: url("https://images.unsplash.com/photo-1503602642458-232111445657?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section.bg-atelier .section-title,
.section.bg-atelier p {
  color: #1d1d1f;
}

.section.bg-urban {
  background-color: #e2d6cb;
  background-image: url("https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section.bg-urban .section-title,
.section.bg-urban p {
  color: #1d1d1f;
}

.section-title {
  font-size: 28px;
  margin-bottom: 18px;
}

.offset-grid {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.offset-card {
  background-color: #fff;
  padding: 22px;
  border-radius: 20px;
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.offset-card img {
  width: 100%;
  height: 170px;
  border-radius: 16px;
  background-color: #d9d2cc;
}

.story-strip {
  display: flex;
  gap: 30px;
  align-items: center;
  background-color: #fff1e7;
  border-radius: 26px;
  padding: 36px;
  flex-wrap: wrap;
}

.story-text {
  flex: 1 1 320px;
}

.story-image {
  flex: 1 1 240px;
  background-color: #f0d9c7;
  padding: 12px;
  border-radius: 22px;
}

.story-image img {
  width: 100%;
  height: 240px;
  border-radius: 18px;
}

.asym-split {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.asym-left {
  flex: 1 1 52%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.asym-right {
  flex: 1 1 40%;
  background-color: #ede4dc;
  padding: 20px;
  border-radius: 20px;
}

.asym-right img {
  width: 100%;
  height: 280px;
  border-radius: 16px;
}

.trust-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.trust-block {
  flex: 1 1 200px;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.06);
}

.pricing-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.price-card {
  flex: 1 1 220px;
  background-color: #1d1d1f;
  color: #fff;
  padding: 24px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price-card span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f8d7b3;
}

.price-card h3 {
  font-size: 22px;
}

.price-card p {
  font-size: 14px;
}

.form-wrap {
  background-color: #fff;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.service-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.pill {
  border: 1px solid #1d1d1f;
  padding: 8px 14px;
  border-radius: 999px;
  background-color: #f7f3ef;
  cursor: pointer;
  font-size: 13px;
}

.form-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  font-size: 13px;
  color: #3d3d3f;
}

input,
select,
textarea {
  border: 1px solid #c7c2bd;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  background-color: #fff;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.footer {
  padding: 40px 6vw 60px;
  background-color: #1d1d1f;
  color: #f7f3ef;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
}

.legal-note {
  font-size: 12px;
  color: #d2c8c0;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background-color: #f2e7dc;
  border-radius: 20px;
  padding: 14px 18px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}

.sticky-cta button {
  background-color: #1d1d1f;
  color: #fff;
  border: none;
  border-radius: 18px;
  padding: 8px 14px;
  cursor: pointer;
}

.page-hero {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 50px 6vw 40px;
}

.page-hero .text {
  flex: 1 1 300px;
}

.page-hero .image-frame {
  flex: 1 1 240px;
  background-color: #e5ddd5;
  padding: 12px;
  border-radius: 20px;
}

.page-hero img {
  width: 100%;
  height: 240px;
  border-radius: 16px;
}

.simple-section {
  padding: 40px 6vw 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  bottom: 16px;
  max-width: 360px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
  padding: 8px 10px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}

.cookie-accept {
  background-color: #1d1d1f;
  color: #fff;
}

.cookie-reject {
  background-color: #e5ddd5;
  color: #1d1d1f;
}

.hidden {
  display: none;
}

.alert {
  font-size: 13px;
  color: #7a4a2f;
}
