* {
  box-sizing: border-box;
}

:root {
  --bg: #f6f2ee;
  --ink: #1f1f1f;
  --muted: #5b5b5b;
  --accent: #2a6f6f;
  --accent-dark: #1e4b4b;
  --sand: #efe7df;
  --stone: #d9d2c8;
  --sun: #f2c35c;
  --sky: #c9d8e6;
  --leaf: #c9e0d1;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  overflow: hidden;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.nav {
  padding: 24px 0 8px;
}

.nav-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.6px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.ad-label {
  font-size: 0.85rem;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--sun);
}

.hero {
  padding: 48px 0 70px;
}

.hero-grid {
  display: flex;
  gap: 32px;
  align-items: stretch;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-text h1 {
  font-size: clamp(2.1rem, 3.5vw, 3.4rem);
  margin: 0;
  line-height: 1.15;
}

.hero-text p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: var(--stone);
  color: var(--ink);
}

.hero-visual {
  flex: 1 1 360px;
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.image-frame {
  background: var(--sky);
  border-radius: 18px;
  overflow: hidden;
}

.hero-visual .image-frame.large {
  width: 100%;
  height: 100%;
}

.hero-card {
  position: absolute;
  bottom: -24px;
  left: -14px;
  background: var(--sand);
  padding: 18px 20px;
  border-radius: 16px;
  width: min(260px, 70%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.hero-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.hero-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.split-strip {
  padding: 70px 0;
}

.split-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.offset-panel {
  flex: 1 1 320px;
  background: var(--leaf);
  padding: 26px;
  border-radius: 22px;
}

.offset-panel h2 {
  margin-top: 0;
}

.inline-image {
  flex: 1 1 300px;
}

.inline-image .image-frame {
  height: 320px;
}

.scattered-services {
  padding: 60px 0 40px;
}

.services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 230px;
  background: white;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.service-card .image-frame {
  height: 150px;
}

.price-tag {
  font-weight: 700;
  color: var(--accent-dark);
}

.accent-band {
  margin: 40px 0;
  background: var(--accent-dark);
  color: white;
  border-radius: 28px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.background-section {
  background-image: url("https://images.unsplash.com/photo-1474631245212-32dc3c8310c6?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 26px;
  padding: 42px 26px;
  color: white;
}

.accent-band a,
.accent-band button {
  background: var(--sun);
  color: var(--ink);
}

.story-grid {
  padding: 60px 0;
}

.story-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.story-box {
  flex: 1 1 300px;
  background: var(--sand);
  padding: 22px;
  border-radius: 18px;
}

.form-wrap {
  padding: 60px 0 80px;
}

.form-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: flex-start;
}

.form-panel {
  flex: 1 1 320px;
  background: white;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.1);
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 0.92rem;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d5d1cc;
  font-size: 1rem;
  width: 100%;
  font-family: inherit;
}

.helper {
  color: var(--muted);
  font-size: 0.92rem;
}

.notes-panel {
  flex: 1 1 260px;
  background: var(--sky);
  padding: 22px;
  border-radius: 18px;
}

.footer {
  padding: 40px 0 60px;
  background: #1a1a1a;
  color: #f2f2f2;
  margin-top: 60px;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer a {
  color: #f2f2f2;
}

.footer small {
  color: #c7c7c7;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--accent);
  color: white;
  border: none;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: white;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  max-width: 320px;
  z-index: 15;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.page-hero {
  padding: 40px 0;
}

.page-hero h1 {
  margin-bottom: 10px;
}

.content-columns {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  padding: 30px 0 40px;
}

.content-block {
  flex: 1 1 320px;
  background: white;
  border-radius: 18px;
  padding: 22px;
}

.legal-list {
  padding-left: 18px;
}

.contact-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 0 40px;
}

.contact-card {
  flex: 1 1 240px;
  background: var(--sand);
  padding: 20px;
  border-radius: 16px;
}

.notice {
  background: #fff4d6;
  padding: 16px;
  border-radius: 12px;
  margin-top: 12px;
}

.reference-list a {
  color: #f2f2f2;
  text-decoration: underline;
}

@media (max-width: 820px) {
  .hero-card {
    position: static;
    width: 100%;
  }

  .nav-split {
    flex-direction: column;
    align-items: flex-start;
  }
}
