:root {
  --ink: #20211f;
  --muted: #676863;
  --canvas: #faf9f5;
  --paper: #ffffff;
  --line: #deddd6;
  --orange: #e6653d;
  --orange-soft: #f3c9ad;
  --green: #255d4a;
  --lime: #dce7a8;
  --dark: #252b27;
  --max: 1160px;
  color: var(--ink);
  background: var(--canvas);
  font-family: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }

.site-header {
  height: 70px;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid rgba(32,33,31,.08);
}
.brand { display: inline-flex; align-items: center; white-space: nowrap; font-family: "Playfair Display", serif; font-size: 19px; font-weight: 700; }
.brand i { width: 5px; height: 5px; margin: 0 7px; border-radius: 50%; background: var(--orange); }
.site-header nav { display: flex; gap: 26px; margin-left: auto; font-size: 13px; font-weight: 700; }
.site-header nav a:hover { color: var(--orange); }
.small-contact { font-size: 13px; font-weight: 700; color: var(--orange); border-bottom: 1px solid var(--orange); padding-bottom: 4px; }

.hero {
  width: min(calc(100% - 40px), var(--max));
  min-height: 570px;
  margin: 0 auto;
  padding: 44px 0 48px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: 70px;
}
.hero h1, h2 { font-family: "Playfair Display", serif; font-weight: 700; }
.hero h1 { font-size: 60px; line-height: 1.05; letter-spacing: -.02em; margin-bottom: 26px; }
.hero h1 em { display: block; color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 540px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-copy .plain-note { color: var(--ink); font-weight: 700; margin-top: 12px; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 10px; padding: 0 20px; font-weight: 700; font-size: 13px; cursor: pointer; }
.button-dark { color: white; background: var(--dark); box-shadow: 0 9px 22px rgba(37,43,39,.12); }
.button-dark:hover { background: #111512; transform: translateY(-1px); }
.button-whatsapp { color: #143c26; background: #83df9a; }

.photo-board { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 1fr 1fr auto; gap: 12px; padding: 12px; background: #eceae2; border-radius: 22px; box-shadow: 0 24px 60px rgba(54,50,43,.13); }
.photo-main { grid-row: 1 / 3; min-height: 400px; }
.photo-small { min-height: 191px; }
.photo-placeholder { position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px dashed #aca99f; background-color: #e6e3d9; padding: 24px; color: #4e504c; }
.photo-placeholder::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(85,83,76,.18); }
.photo-placeholder span { position: absolute; top: 22px; left: 24px; font-size: 11px; font-weight: 700; }
.photo-placeholder strong, .photo-placeholder small { position: relative; z-index: 1; }
.photo-placeholder strong { font-family: "Playfair Display", serif; font-size: 22px; color: var(--ink); }
.photo-placeholder small { margin-top: 6px; line-height: 1.4; }
.photo-placeholder.warm { background: var(--orange-soft); }
.photo-placeholder.dark { color: #d8ded9; background: #3d4741; border-color: #707c75; }
.photo-placeholder.dark strong { color: white; }
.board-caption { grid-column: 1 / -1; margin: 2px 4px 0; color: var(--muted); font-size: 11px; text-align: right; }

.worries { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 58px max(20px, calc((100% - var(--max)) / 2)) 88px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.section-label { margin-bottom: 20px; color: var(--orange); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
h2 { font-size: 46px; line-height: 1.12; letter-spacing: -.015em; margin-bottom: 24px; }
.worries-intro > p:last-child, .process-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.worry-list { border-top: 1px solid var(--ink); }
.worry-list div { min-height: 68px; display: grid; grid-template-columns: 42px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.worry-list span { color: var(--orange); font-size: 11px; font-weight: 700; }
.worry-list p { margin: 0; font-weight: 600; }

.welcome { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 110px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.welcome-photo { min-height: 510px; background: var(--lime); }
.welcome-copy > p:not(.section-label) { color: var(--muted); line-height: 1.75; font-size: 16px; }
.welcome-copy > p:last-child { color: var(--ink); font-weight: 700; }

.process { padding: 100px max(20px, calc((100% - var(--max)) / 2)); background: #f0efe9; }
.process-heading { display: grid; grid-template-columns: .7fr 1.2fr .9fr; gap: 50px; margin-bottom: 52px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.steps article { min-height: 235px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps article > span { color: var(--orange); font-size: 11px; font-weight: 700; }
.steps h3 { margin: 60px 0 10px; font-family: "Playfair Display", serif; font-size: 22px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.about { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 110px 0; display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.about-points { border-top: 1px solid var(--ink); }
.about-points div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.about-points strong { font-family: "Playfair Display", serif; font-size: 19px; }
.about-points p { margin: 8px 0 0; color: var(--muted); line-height: 1.6; }
.about-photo { min-height: 520px; background: #dce1dd; }

.contact { padding: 92px max(20px, calc((100% - var(--max)) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; color: white; background: var(--green); }
.contact .section-label { color: #d4e49d; }
.contact > div > p:not(.section-label) { max-width: 500px; color: #cfddd7; line-height: 1.7; }
.email-link { display: inline-block; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid #a8beb5; }
.contact form { display: grid; gap: 16px; }
.contact label { display: grid; gap: 7px; color: #d4dfda; font-size: 11px; font-weight: 700; }
.contact input, .contact textarea { width: 100%; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(255,255,255,.08); color: white; padding: 14px; outline: none; }
.contact input { min-height: 48px; }
.contact input:focus, .contact textarea:focus { border-color: #d4e49d; }
.contact textarea { resize: vertical; }
.contact form .button { width: 100%; background: #f6f0dc; color: var(--ink); }
.form-status { min-height: 18px; margin: 0; color: #d4e49d; font-size: 12px; }

footer { width: min(calc(100% - 40px), var(--max)); min-height: 110px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 36px; color: var(--muted); font-size: 11px; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .small-contact { margin-left: auto; }
  .hero { grid-template-columns: 1fr; gap: 44px; padding-top: 44px; }
  .hero-copy { max-width: 680px; }
  .worries, .welcome, .about, .contact { grid-template-columns: 1fr; gap: 50px; }
  .process-heading { grid-template-columns: 1fr; gap: 12px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 1fr 1fr; padding: 24px 0; }
  footer p:first-of-type { display: none; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 32px); }
  .brand { font-size: 15px; }
  .small-contact { font-size: 0; border: 0; }
  .small-contact::after { content: "Message"; font-size: 12px; color: var(--orange); }
  .hero { width: calc(100% - 32px); padding: 38px 0 62px; }
  .hero h1 { font-size: 44px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .photo-board { grid-template-columns: 1fr 1fr; }
  .photo-main { grid-column: 1 / -1; grid-row: auto; min-height: 360px; }
  .photo-small { min-height: 190px; padding: 16px; }
  .photo-placeholder strong { font-size: 18px; }
  .photo-placeholder small { font-size: 10px; }
  .worries, .process, .contact { padding: 72px 20px; }
  .welcome, .about { width: calc(100% - 32px); padding: 76px 0; }
  h2 { font-size: 36px; }
  .worry-list div { min-height: 76px; }
  .welcome-photo, .about-photo { min-height: 420px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 200px; }
  .steps h3 { margin-top: 45px; }
  footer { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 12px; }
  footer p { margin: 0; }
}
