:root {
  --ink: #2b2023;
  --muted: #74656b;
  --paper: #f8f0ef;
  --surface: #fffafa;
  --line: #ead9d7;
  --berry: #702f42;
  --rose: #d98692;
  --teal: #0d8b91;
  --sand: #e8c9a5;
  --shadow: 0 22px 60px rgba(84, 38, 51, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  padding: 12px clamp(18px, 5rem, 64px);
  background: rgba(255, 250, 250, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand, nav, .header-actions, .hero-actions { display: flex; align-items: center; }
.brand { gap: 10px; min-width: 220px; text-decoration: none; }
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: .78rem; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #fff;
  background: var(--berry);
  font-weight: 900;
}
nav { gap: 4px; }
nav a, .lang-toggle, .header-call {
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  text-decoration: none;
  background: transparent;
}
.lang-toggle, .header-call { color: var(--berry); border-color: var(--line); background: #fff; }
.header-actions { gap: 8px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  align-items: center;
  gap: clamp(28px, 5rem, 72px);
  min-height: calc(100svh - 68px);
  padding: clamp(42px, 6rem, 92px) clamp(18px, 5rem, 64px) 36px;
  background:
    radial-gradient(circle at 20% 12%, rgba(216, 134, 146, .28), transparent 34%),
    linear-gradient(135deg, #fffafa, #f3e2df);
}
.hero-copy { max-width: 760px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 790px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 5.5rem, 5.5rem);
  line-height: .96;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3.35rem, 3.35rem);
  line-height: 1.04;
  letter-spacing: 0;
}
h3 { font-size: 1.45rem; line-height: 1.18; }
.hero-copy > p:not(.eyebrow), .section-head p, .proof p, .planner-copy p { color: var(--muted); font-size: 1.08rem; max-width: 720px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 850;
  cursor: pointer;
}
.button.primary { color: #fff; background: var(--berry); border-color: var(--berry); }
.button.secondary { color: var(--berry); background: #fff; }
.hero-actions { flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}
.stats span, .service-panel, .proof-cards article, .planner-card, .contact dl {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 250, .84);
}
.stats span { padding: 14px; }
.stats strong { display: block; color: var(--berry); font-size: 1.45rem; }
.stats small { color: var(--muted); }

.hero-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.hero-gallery img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.hero-gallery .tall { grid-row: span 2; min-height: 560px; }

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(18px, 5rem, 64px) 34px;
}
.quick-strip a {
  display: block;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: var(--berry);
}
.quick-strip a:first-child { border-radius: 8px 0 0 8px; }
.quick-strip a:last-child { border-radius: 0 8px 8px 0; }
.quick-strip span { display: block; color: #f1d2d7; font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.quick-strip strong { display: block; overflow-wrap: anywhere; }

.section { padding: clamp(58px, 7rem, 108px) clamp(18px, 5rem, 64px); }
.section-head { display: grid; grid-template-columns: minmax(0, .85fr) minmax(280px, .56fr); gap: 28px; align-items: end; margin-bottom: 28px; }
.service-layout {
  display: grid;
  grid-template-columns: minmax(280px, .48fr) minmax(0, 1fr);
  gap: 16px;
}
.service-list { display: grid; gap: 10px; }
.service {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px 12px;
  min-height: 84px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}
.service span { grid-row: span 2; color: var(--rose); font-weight: 900; }
.service small { color: var(--muted); }
.service.active { color: #fff; background: var(--berry); border-color: var(--berry); }
.service.active small { color: #f3dbe0; }
.service-panel { min-height: 390px; padding: clamp(22px, 3rem, 42px); background: #fff; }
.panel-kicker { color: var(--teal); font-weight: 900; text-transform: uppercase; }
.panel-tags { display: grid; gap: 8px; margin: 22px 0; }
.panel-tags span { padding: 10px 12px; border-radius: 8px; background: #f1e2e4; }

.works {
  padding: clamp(58px, 7rem, 108px) clamp(18px, 5rem, 64px);
  background: var(--berry);
  color: #fff;
}
.works .eyebrow { color: #f2cfd3; }
.works-head { max-width: 760px; margin-bottom: 28px; }
.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.work-grid img { width: 100%; height: 310px; object-fit: cover; border-radius: 8px; }

.proof, .planner, .contact {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(320px, .72fr);
  gap: clamp(24px, 5rem, 72px);
  align-items: start;
}
.proof-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.proof-cards article { padding: 18px; background: #fff; }
.proof-cards strong { display: block; margin-bottom: 8px; color: var(--berry); font-size: 1.3rem; }
.proof-cards span { color: var(--muted); }

.planner { background: #0b7f86; color: #fff; }
.planner .eyebrow { color: #c7f0ee; }
.planner-copy p { color: rgba(255,255,255,.78); }
.planner-card {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3rem, 36px);
  background: #fff;
  color: var(--ink);
}
.planner-card label { display: grid; gap: 7px; color: var(--muted); font-weight: 850; }
.planner-card select, .planner-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  color: var(--ink);
  background: var(--surface);
}
.summary {
  min-height: 116px;
  padding: 14px;
  border-radius: 8px;
  white-space: pre-wrap;
  color: var(--ink);
  background: #f2e6e7;
}

.contact { background: var(--surface); }
.contact dl { display: grid; gap: 10px; margin: 0; padding: 24px; background: #fff; }
.contact dl div { padding-bottom: 10px; border-bottom: 1px solid var(--line); }
dt { color: var(--muted); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
dd { margin: 4px 0 0; }
dd span { color: var(--muted); }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5rem, 64px) 92px;
  color: #fff;
  background: var(--ink);
}
.mobile-bar { display: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero, .section-head, .service-layout, .proof, .planner, .contact { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  h1 { font-size: 3.1rem; }
  h2 { font-size: 2.35rem; }
  .hero-gallery .tall { min-height: 380px; }
  .quick-strip, .stats, .proof-cards, .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  body { padding-bottom: 92px; }
  .site-header { padding: 10px 14px; }
  .brand { min-width: 0; }
  .brand small, .header-call { display: none; }
  .hero, .section, .works, .quick-strip { padding-left: 14px; padding-right: 14px; }
  .hero { padding-top: 26px; padding-bottom: 22px; }
  h1 { margin-bottom: 14px; font-size: 2.08rem; }
  h2 { font-size: 1.9rem; }
  .hero-copy > p:not(.eyebrow), .section-head p { font-size: 1rem; }
  .hero-actions { display: grid; gap: 10px; margin-top: 18px; }
  .hero-actions .button { min-height: 42px; padding: 10px 16px; }
  .stats { margin-top: 18px; }
  .hero-gallery, .quick-strip, .stats, .proof-cards, .work-grid { grid-template-columns: 1fr; }
  .hero-gallery .tall, .hero-gallery img, .work-grid img { min-height: auto; height: auto; aspect-ratio: 4 / 3; }
  .quick-strip a, .quick-strip a:first-child, .quick-strip a:last-child { border-radius: 8px; }
  .site-footer { display: block; }
  .mobile-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 250, 250, .96);
    box-shadow: 0 16px 34px rgba(84, 38, 51, .2);
  }
  .mobile-bar a {
    display: grid;
    place-items: center;
    min-height: 44px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 850;
    background: var(--berry);
  }
  .mobile-bar a:last-child { background: var(--teal); }
}
