:root {
  --ink: #08264f;
  --muted: #53617a;
  --paper: #ffffff;
  --soft: #f4f1fb;
  --lavender: #ece7fb;
  --purple: #5d45ad;
  --pink: #d978b2;
  --line: #e2dbf3;
  --shadow: 0 24px 60px rgba(8, 38, 79, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Atkinson Hyperlegible", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.05;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.25;
}

.logo-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  flex: 0 0 auto;
}

.logo-mark img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 1rem;
}

nav a,
.header-call,
.quiet-link {
  text-decoration: none;
}

nav a:hover,
.header-call:hover,
.quiet-link:hover {
  color: var(--purple);
}

.quiet-link {
  color: var(--muted);
  font-weight: 700;
}

.header-call {
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  font-weight: 700;
}

.hero {
  padding: clamp(54px, 9vw, 112px) clamp(18px, 5vw, 72px) clamp(34px, 6vw, 74px);
}

.simple-hero {
  min-height: auto;
  background:
    radial-gradient(circle at 18% 18%, rgba(217, 120, 178, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(236, 231, 251, 0.9), rgba(255, 255, 255, 0.96)),
    var(--paper);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--purple);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1,
h2 {
  font-family: "Fraunces", Georgia, serif;
}

h1 {
  max-width: 900px;
  font-size: clamp(3.1rem, 7vw, 6.2rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  font-size: 1.35rem;
}

.hero-text {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.22rem, 2vw, 1.5rem);
}

.rate-line {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: clamp(1.24rem, 2vw, 1.52rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: #fff;
  background: var(--pink);
}

.button.secondary {
  color: var(--ink);
  background: transparent;
  border-color: var(--purple);
}

.button.dark {
  color: #fff;
  background: var(--ink);
}

.quick-help {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 clamp(18px, 5vw, 72px) clamp(42px, 6vw, 80px);
}

.quick-help a,
.detail-list article,
.simple-price {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(36, 48, 47, 0.08);
  text-decoration: none;
}

.quick-help strong,
.quick-help span {
  display: block;
}

.quick-help strong {
  font-size: 1.22rem;
}

.quick-help span {
  margin-top: 6px;
  color: var(--muted);
}

.calm-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(34px, 6vw, 70px) clamp(18px, 5vw, 72px);
  color: #fff;
  background: linear-gradient(135deg, var(--ink), var(--purple));
}

.calm-band p {
  max-width: 780px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.local-band,
.local-note {
  padding: clamp(34px, 6vw, 70px) clamp(18px, 5vw, 72px);
  background: #fff;
}

.local-band h2,
.local-band p,
.local-note {
  max-width: 820px;
}

.local-band p,
.local-note p {
  color: var(--muted);
}

.local-note {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.subpage {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px);
}

.page-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.page-heading p {
  color: var(--muted);
  font-size: 1.2rem;
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.detail-list p {
  color: var(--muted);
}

.simple-price {
  max-width: 620px;
}

.simple-price p {
  margin: 0 0 14px;
  color: var(--muted);
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.7fr);
  gap: 36px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-menu-image,
.price-logo-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.price-logo-image {
  max-width: 620px;
  opacity: 0.9;
}

label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

input:focus,
textarea:focus,
.button:focus-visible,
a:focus-visible {
  outline: 4px solid rgba(217, 120, 178, 0.42);
  outline-offset: 3px;
}

.form-note,
.form-fallback {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-brand {
  color: var(--ink);
}

@media (max-width: 940px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  nav {
    flex-wrap: wrap;
  }

  .calm-band,
  .contact-page {
    grid-template-columns: 1fr;
  }

  .quick-help,
  .detail-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 17px;
  }

  .brand {
    min-width: 0;
  }

  .header-call,
  .button {
    width: 100%;
  }

  h1 {
    font-size: 3rem;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
