:root {
  --bg: #f2eee8;
  --surface: #fffdf9;
  --surface-strong: #fff8ed;
  --text: #1f2a2c;
  --muted: #5b6a6d;
  --brand: #114f56;
  --brand-strong: #0b373d;
  --accent: #c87d38;
  --line: #d8ccb8;
  --chip: #f0e6d8;
  --ok: #1f6b46;
  --shadow-soft: 0 10px 30px rgba(17, 35, 38, 0.08);
  --shadow-card: 0 22px 54px rgba(14, 33, 36, 0.13);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 8%, rgba(17, 79, 86, 0.09), transparent 40%),
    radial-gradient(circle at 95% 12%, rgba(200, 125, 56, 0.18), transparent 38%),
    linear-gradient(180deg, var(--bg), #f7f2ea 45%, #f2e9dc 100%);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--brand-strong);
  color: #fff;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
}

.skip-link:focus {
  left: 0.6rem;
  top: 0.6rem;
  z-index: 99;
}

.top-strip {
  background: linear-gradient(90deg, #0f3f44, #145860);
  color: #e9f6f7;
  font-size: 0.92rem;
}

.top-strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.4rem 0;
}

.top-strip p {
  margin: 0;
}

.quick-contact {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.quick-contact a {
  color: #e9f6f7;
  text-decoration: none;
  font-weight: 700;
}

.bg-shape {
  position: fixed;
  border-radius: 999px;
  filter: blur(12px);
  z-index: -1;
}

.bg-shape-1 {
  width: 300px;
  height: 300px;
  background: rgba(17, 79, 86, 0.14);
  top: -60px;
  left: -70px;
}

.bg-shape-2 {
  width: 420px;
  height: 420px;
  background: rgba(200, 125, 56, 0.16);
  right: -120px;
  bottom: 8%;
}

.container {
  width: min(1080px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0.2rem;
  z-index: 10;
  backdrop-filter: blur(12px);
  background: rgba(248, 243, 234, 0.84);
  border-bottom: 1px solid rgba(25, 57, 60, 0.09);
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 0;
}

.brand {
  text-decoration: none;
  color: var(--brand-strong);
  font-family: 'Fraunces', serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.nav a {
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease;
}

.nav a:hover {
  background: rgba(17, 79, 86, 0.14);
}

.admin-link {
  background: linear-gradient(135deg, var(--brand), #0e6771);
  color: #f6f5f2 !important;
}

.hero {
  padding: 4.5rem 0 2.5rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: stretch;
}

.hero.hero--single {
  grid-template-columns: 1fr;
}

.hero.hero--single .hero-copy {
  max-width: 920px;
}

.hero-copy,
.hero-panel {
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid rgba(17, 79, 86, 0.14);
  border-radius: 26px;
  padding: clamp(1.2rem, 3vw, 2rem);
  box-shadow: var(--shadow-card);
}

.eyebrow {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand);
  margin-bottom: 0.8rem;
}

h1,
h2,
h3 {
  font-family: 'Fraunces', serif;
  line-height: 1.1;
  margin: 0 0 0.8rem;
}

h1 {
  font-size: clamp(2.1rem, 6vw, 4.1rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(1.55rem, 4vw, 2.3rem);
}

.hero-subtitle {
  max-width: 62ch;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cta {
  display: inline-flex;
  text-decoration: none;
  background: linear-gradient(135deg, var(--brand-strong), #0f4e55);
  color: #fff;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 26px rgba(12, 49, 54, 0.22);
}

.cta.secondary {
  background: transparent;
  color: var(--brand-strong);
  border: 1px solid rgba(11, 55, 61, 0.24);
}

.hero-panel h3 {
  margin-bottom: 1rem;
}

.stats-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-item {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.75rem 0.8rem;
}

.stat-value {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--brand-strong);
}

.stat-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding: 2.4rem 0;
}

.section-card {
  background: linear-gradient(135deg, rgba(255, 250, 240, 0.95), rgba(245, 234, 217, 0.9));
  border: 1px solid rgba(17, 79, 86, 0.14);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}

.section-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(17, 79, 86, 0.04), transparent 55%, rgba(200, 125, 56, 0.05));
  pointer-events: none;
}

.text-block p {
  margin: 0.2rem 0 0.9rem;
  color: var(--muted);
}

.text-lead {
  color: var(--muted);
  max-width: 78ch;
}

.list {
  padding-left: 1.2rem;
}

.list li {
  margin-bottom: 0.55rem;
}

.advantage-block {
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(17, 79, 86, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(247, 238, 221, 0.7));
  box-shadow: 0 10px 24px rgba(17, 35, 38, 0.04);
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.advantage-block:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(17, 35, 38, 0.08);
}

.advantage-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(17, 79, 86, 0.05), transparent 60%, rgba(200, 125, 56, 0.06));
  pointer-events: none;
}

.advantage-block h3 {
  margin-bottom: 0.7rem;
  color: var(--brand-strong);
  font-size: 1.15rem;
  position: relative;
  z-index: 1;
}

.advantage-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
}

.advantage-list li {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: var(--shadow-soft);
}

.service-card p {
  color: var(--muted);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.process-card {
  border: 1px solid rgba(17, 79, 86, 0.2);
  border-radius: 16px;
  padding: 1rem;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.72), rgba(239, 230, 216, 0.55));
}

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

.chips {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.chips li {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: var(--chip);
  border: 1px solid var(--line);
  font-weight: 600;
}

.opinion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.opinion-card {
  margin: 0;
  background: linear-gradient(140deg, #fffaf2, #fffdf9);
  border: 1px solid rgba(17, 79, 86, 0.14);
  border-radius: 20px;
  padding: 1.2rem 1.25rem;
  box-shadow: var(--shadow-soft);
  position: relative;
}

.opinion-card::before {
  content: '“';
  position: absolute;
  top: 0.65rem;
  left: 0.9rem;
  font-size: 3.3rem;
  line-height: 1;
  color: rgba(17, 79, 86, 0.16);
  font-family: 'Fraunces', serif;
}

.opinion-card p {
  margin: 0.2rem 0 1rem 0;
  padding-left: 1.2rem;
  color: var(--text);
  font-size: 1rem;
}

.opinion-card footer {
  color: var(--brand);
  font-weight: 700;
  padding-left: 1.2rem;
  border-top: 1px solid rgba(17, 79, 86, 0.12);
  padding-top: 0.75rem;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq-item {
  border: 1px solid rgba(17, 79, 86, 0.14);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 8px 18px rgba(17, 35, 38, 0.04);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-item p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-card {
  background: linear-gradient(140deg, rgba(255, 253, 249, 0.96), rgba(244, 237, 222, 0.92));
  border: 1px solid rgba(17, 79, 86, 0.14);
  border-radius: 20px;
  padding: 1.1rem 1.15rem;
  box-shadow: var(--shadow-soft);
}

.contact-card p {
  margin: 0.2rem 0;
}

.contact-card a {
  color: var(--brand);
  text-decoration: none;
}

.site-footer {
  border-top: 1px solid rgba(17, 79, 86, 0.15);
  margin-top: 2rem;
  padding: 1rem 0 1.7rem;
}

.footer-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 820px) {
  .top-strip-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem 0;
  }

  .hero,
  .service-grid,
  .process-grid,
  .opinion-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section-card {
    padding: 1.2rem;
  }

  .hero {
    padding-top: 4.4rem;
  }

  .nav {
    justify-content: flex-end;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .container {
    width: calc(100% - 1rem);
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: none;
  }
}
