@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #24221e;
  --muted: #756f66;
  --paper: #f4f1eb;
  --panel: #fffaf1;
  --white: #fffdf8;
  --lavender: #c9c2dc;
  --rose: #d8b9bc;
  --line: #ded7ca;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  line-height: 1.65;
}

a { color: #7f6f91; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(255,253,248,.94); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; }
.brand { color: var(--ink); text-decoration: none; font-size: 1.1rem; font-weight: 700; letter-spacing: .02em; }
nav { display: flex; flex-wrap: wrap; gap: 20px; font-size: .9rem; }
nav a { color: var(--muted); text-decoration: none; }
nav a:hover { color: #7f6f91; }
.hero { padding: 70px 0 40px; background: linear-gradient(135deg, #ebe4d8 0%, #f4f1eb 68%); }
.eyebrow { margin: 0 0 16px; color: #7f6f91; font-size: 1rem; font-weight: 700; line-height: 1.35; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 18px; line-height: 1.12; font-weight: 500; }
h1 { max-width: 760px; font-size: clamp(2.4rem, 5vw, 4.6rem); letter-spacing: -.04em; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.8rem); letter-spacing: -.03em; }
h3 { font-size: 1.45rem; }
.lead { max-width: 680px; color: var(--muted); font-size: 1.2rem; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-block; padding: 13px 21px; border: 1px solid #a996b9; border-radius: 999px; color: #342c3d; background: var(--lavender); font-size: .9rem; font-weight: 700; text-decoration: none; }
.button.secondary { color: var(--ink); background: transparent; border-color: var(--line); }
main section { padding: 76px 0; }
.section-intro { max-width: 700px; margin-bottom: 34px; }
.muted { color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; align-items: start; }
.panel { min-width: 0; overflow-wrap: anywhere; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
.panel h3 { font-size: clamp(1.15rem, 2.2vw, 1.45rem); overflow-wrap: anywhere; }
.panel p, .panel strong { overflow-wrap: anywhere; }
.panel a { overflow-wrap: anywhere; word-break: break-word; }
.panel p:last-child { margin-bottom: 0; }
.price { color: #7f6f91; font-size: 1.5rem; font-weight: 700; }
.grid .panel:nth-child(1) { grid-column: span 4; background: var(--rose); color: var(--ink); }
.grid .panel:nth-child(1) .price { color: #5f4e68; }
.grid .panel:nth-child(2) { grid-column: span 4; }
.grid .panel:nth-child(3) { grid-column: span 4; }
.grid .panel:nth-child(3) .price { color: #7f6f91; }
main > section:last-of-type .grid { grid-template-columns: 1fr; }
main > section:last-of-type .grid .panel { grid-column: auto; }
.hero + section .grid .panel:nth-child(n+4) { grid-column: 1 / -1; }
.band { background: #e9e0d2; }
.contact-strip { display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; align-items: center; }
.contact-data { padding: 24px; border: 1px solid var(--line); border-radius: 22px; border-left: 3px solid #a996b9; background: var(--panel); color: var(--ink); }
.site-footer { padding: 34px 0; border-top: 1px solid var(--line); color: var(--muted); font: .85rem/1.5 Arial, sans-serif; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.footer-inner a { color: var(--muted); }
form { display: grid; gap: 14px; max-width: 680px; }
label { font: 700 .85rem Arial, sans-serif; }
input, textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--paper); font-family: inherit; font-size: 1rem; }
textarea { min-height: 150px; resize: vertical; }
.cookie-banner { position: fixed; left: auto; right: 18px; bottom: 18px; z-index: 10; display: flex; align-items: center; gap: 14px; width: calc(100% - 36px); max-width: 520px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: var(--white); box-shadow: 0 10px 28px rgba(36,34,30,.14); font-size: .78rem; line-height: 1.35; }
.cookie-banner div { min-width: 0; }
.cookie-banner p { margin: 4px 0 0; color: var(--muted); }
.cookie-banner a { color: #7f6f91; }
.cookie-dismiss { flex: 0 0 auto; padding: 8px 12px; border: 1px solid #a996b9; border-radius: 999px; color: #342c3d; background: var(--lavender); font: inherit; font-weight: 700; cursor: pointer; white-space: nowrap; }
@media (max-width: 760px) {
  .header-inner, .footer-inner { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .grid, .contact-strip { grid-template-columns: 1fr; }
  .grid .panel, .grid .panel:nth-child(1), .grid .panel:nth-child(2), .grid .panel:nth-child(3) { grid-column: auto; }
  .types-grid .panel { grid-column: auto; }
  .hero + section .grid .panel:nth-child(n+4) { grid-column: auto; }
  .panel { padding: 22px; }
  .panel h3 { font-size: 1.3rem; }
  .hero { padding: 60px 0; }
  main section { padding: 54px 0; }
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .cookie-banner { right: 14px; bottom: 14px; width: calc(100% - 28px); align-items: flex-start; flex-direction: column; gap: 12px; }
}