:root {
  --lime: #adcb39;
  --lime-deep: #8ea82a;
  --lime-soft: #eef5c8;
  --ink: #1f1f1f;
  --muted: #5c5c5c;
  --line: #e5e5e5;
  --paper: #ffffff;
  --white: #ffffff;
  --footer: #3d3d3d;
  --max: 1120px;
}

* {
  box-sizing: border-box;
  border-radius: 0;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Outfit, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  font-weight: 400;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 16px;
  top: 16px;
  background: #fff;
  padding: 8px 12px;
  z-index: 20;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.logo {
  display: block;
  background: #fff;
  padding: 0;
}

.logo img {
  width: min(272px, 68vw);
  height: auto;
  background: #fff;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.92rem;
  color: var(--muted);
}

.header-meta a {
  text-decoration: none;
  font-weight: 500;
}

.header-meta a:hover { color: var(--lime-deep); }

.dot { opacity: 0.45; }

.hero {
  padding: 28px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}

.portrait {
  position: relative;
}

.portrait::before {
  content: "";
  position: absolute;
  inset: 24px -18px -18px 24px;
  background: var(--lime);
}

.portrait img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 18%;
  background: #ddd;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 7px 14px;
  background: var(--lime-soft);
  color: #556318;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--lime);
}

h1, h2, .serif {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h1 {
  margin: 0 0 14px;
  font-size: clamp(2.5rem, 5vw, 4.15rem);
  line-height: 1.05;
}

.lead {
  margin: 0 0 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-style: italic;
  color: var(--lime-deep);
  line-height: 1.25;
}

.intro {
  margin: 0 0 28px;
  max-width: 36rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.btn-primary {
  background: var(--lime);
  color: #243000;
}

.btn-primary:hover { background: #c0dc4d; }

.btn-ghost {
  background: #fff;
  border: 1px solid #d8d3c8;
}

.btn-ghost:hover { border-color: var(--lime); }

.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

.trust span { display: inline-flex; align-items: center; gap: 8px; }

.trust i {
  width: 7px;
  height: 7px;
  background: var(--lime);
}

.band {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.band-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 42px 0;
}

.band article {
  padding-top: 14px;
  border-top: 2px solid var(--lime);
}

.band h2 {
  margin: 0 0 8px;
  font-size: 1.55rem;
}

.band p {
  margin: 0;
  color: var(--muted);
}

.offer {
  padding: 72px 0 28px;
}

.offer h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 3vw, 2.6rem);
}

.offer .intro { margin-bottom: 22px; }

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pills span {
  padding: 10px 16px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 0.92rem;
}

.contact {
  padding: 36px 0 80px;
}

.contact-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  padding: 42px;
  background: #f7fbe8;
  border: 1px solid #e4ecc0;
}

.contact-card h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.contact-card p {
  margin: 0 0 22px;
  color: var(--muted);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.contact-list a {
  text-decoration: none;
  font-weight: 500;
}

.contact-list a:hover { color: var(--lime-deep); }

.contact-list small {
  display: block;
  color: var(--muted);
  font-weight: 400;
}

.site-footer {
  background: var(--footer);
  color: #d8d8d8;
  padding: 36px 0 24px;
  font-size: 0.92rem;
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 24px;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover { color: var(--lime); }

.site-footer h3 {
  margin: 0 0 10px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b7b7b7;
}

.legal {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: #b0b0b0;
}

.page {
  padding: 36px 0 80px;
}

.page h1 { font-size: clamp(2.2rem, 4vw, 3.2rem); }

.page h2 {
  margin: 32px 0 10px;
  font-size: 1.7rem;
}

.page p, .page li { color: var(--muted); max-width: 46rem; }

@media (max-width: 860px) {
  .hero-grid,
  .band-grid,
  .contact-card,
  .foot-grid {
    grid-template-columns: 1fr;
  }

  .header-meta {
    white-space: nowrap;
    font-size: 0.82rem;
  }

  .header-meta .dot,
  .header-meta .hide-sm { display: none; }

  .logo img {
    width: min(210px, 56vw);
  }

  .hero { padding-top: 10px; }

  .hero-grid > div:last-child { order: 1; }

  .portrait {
    order: 2;
    max-width: 340px;
    margin: 8px auto 0;
  }

  .portrait img {
    aspect-ratio: 1;
    object-position: 50% 12%;
  }

  .contact-card { padding: 28px 22px; }
}

@media (max-width: 520px) {
  .header-meta { display: none; }

  h1 { font-size: 2.35rem; }

  .cta-row { flex-direction: column; }

  .cta-row .btn { width: 100%; }
}
