:root {
  --forest: #0b3d2e;
  --forest-mid: #145a42;
  --mint: #d7e5dc;
  --cream: #f0e6d4;
  --paper: #f7f4ee;
  --ink: #12201a;
  --muted: #5a6b62;
  --line: rgba(11, 61, 46, 0.14);
  --font: "Manrope", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 8% -10%, rgba(11, 61, 46, 0.12), transparent 55%),
    radial-gradient(700px 400px at 100% 0%, rgba(212, 196, 160, 0.28), transparent 50%),
    linear-gradient(180deg, #fbf9f4 0%, var(--paper) 40%, #eef3ef 100%);
  line-height: 1.5;
  overflow-x: hidden;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.035;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

.top {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px clamp(16px, 4vw, 40px);
  backdrop-filter: blur(14px);
  background: rgba(247, 244, 238, 0.78);
  border-bottom: 1px solid var(--line);
  animation: drop 0.7s ease both;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--forest);
}
.logo img { border-radius: 10px; }
.nav {
  display: flex;
  gap: 18px;
  margin-left: auto;
  font-size: 0.92rem;
  color: var(--muted);
}
.nav a { text-decoration: none; }
.nav a:hover { color: var(--forest); }
@media (max-width: 760px) {
  .nav { display: none; }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--forest);
  color: var(--cream);
  text-decoration: none;
  font-weight: 650;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 28px rgba(11, 61, 46, 0.22);
}
.btn:hover { transform: translateY(-1px); background: var(--forest-mid); }
.btn-sm { padding: 10px 16px; font-size: 0.85rem; box-shadow: none; }
.btn-ghost {
  background: transparent;
  color: var(--forest);
  border-color: rgba(11, 61, 46, 0.28);
  box-shadow: none;
}
.btn-lg { padding: 16px 28px; font-size: 1.02rem; }

.hero {
  min-height: min(92vh, 900px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(28px, 6vw, 72px) clamp(16px, 4vw, 40px) 40px;
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  animation: rise 0.8s ease both;
}
.brand {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(3.4rem, 9vw, 6.4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--forest);
  animation: rise 0.9s 0.05s ease both;
}
.lead {
  margin: 0 0 28px;
  max-width: 34ch;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: #2a3d34;
  animation: rise 0.9s 0.12s ease both;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
  animation: rise 0.9s 0.18s ease both;
}
.fine {
  margin: 0;
  font-size: 0.86rem;
  color: var(--muted);
  animation: rise 0.9s 0.24s ease both;
}
.fine a { color: var(--forest); }

.hero-visual {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center;
  animation: floatIn 1s 0.15s ease both;
}
.hero-photo {
  position: relative;
  margin: 0;
  width: min(380px, 92%);
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 56px rgba(8, 32, 24, 0.28);
  background: #0b3d2e;
}
.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 18%;
}
.hero-photo figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 48px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: linear-gradient(180deg, transparent, rgba(8, 32, 24, 0.78));
  color: #f8f6f0;
}
.panel-name {
  margin: 0;
  font-family: var(--display);
  font-size: 1.35rem;
  color: #f8f6f0;
}
.panel-role {
  margin: 0;
  color: rgba(248, 246, 240, 0.82);
  font-size: 0.92rem;
}
.panel-line { display: flex; gap: 8px; align-items: flex-end; height: 42px; }
.panel-line span {
  display: block;
  width: 18px;
  border-radius: 6px 6px 0 0;
  background: var(--forest);
  opacity: 0.35;
  animation: bar 2.8s ease-in-out infinite;
}
.panel-line span:nth-child(1) { height: 40%; }
.panel-line span:nth-child(2) { height: 65%; animation-delay: 0.2s; opacity: 0.55; }
.panel-line span:nth-child(3) { height: 92%; animation-delay: 0.4s; opacity: 0.9; }

.strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 clamp(16px, 4vw, 40px) 20px;
  padding: 22px 8px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.strip div { text-align: center; }
.strip strong {
  display: block;
  font-family: var(--display);
  font-size: 1.35rem;
  color: var(--forest);
}
.strip span { font-size: 0.82rem; color: var(--muted); }
@media (max-width: 760px) {
  .strip { grid-template-columns: 1fr 1fr; }
}

.section {
  padding: clamp(48px, 8vw, 96px) clamp(16px, 4vw, 40px);
  max-width: 1100px;
  margin: 0 auto;
}
.section-kicker {
  margin: 0 0 8px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.section h2 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--forest);
  letter-spacing: -0.02em;
}
.section-lead {
  margin: 0 0 32px;
  max-width: 48ch;
  color: #334740;
  font-size: 1.05rem;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 860px) {
  .services { grid-template-columns: 1fr; }
}
.service {
  padding: 26px 22px;
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid var(--line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(11, 61, 46, 0.1);
}
.num {
  font-family: var(--display);
  color: var(--forest);
  opacity: 0.45;
  font-size: 1.1rem;
}
.service h3 {
  margin: 10px 0 8px;
  font-family: var(--display);
  font-size: 1.55rem;
  color: var(--forest);
}
.service p { margin: 0 0 14px; color: #3a4d44; }
.price {
  margin: 0 !important;
  font-weight: 700;
  color: var(--forest);
  font-size: 0.95rem;
}

.path {
  background:
    linear-gradient(180deg, rgba(11, 61, 46, 0.04), transparent 40%),
    transparent;
  border-radius: 32px;
}
.steps {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  max-width: 560px;
}
.steps li {
  padding: 14px 16px;
  border-left: 3px solid var(--forest);
  background: rgba(255, 253, 248, 0.65);
  border-radius: 0 14px 14px 0;
}
.steps strong { color: var(--forest); }

.about {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 860px) {
  .about { grid-template-columns: 1fr; }
}
.about-copy p { color: #334740; max-width: 48ch; }
.ticks {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.ticks li {
  position: relative;
  padding: 8px 0 8px 22px;
  color: #2f4138;
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--forest);
}
.quote {
  padding: 28px 24px;
  border-radius: 28px;
  background: linear-gradient(160deg, var(--forest), #1a5a42);
  color: var(--cream);
}
.quote p {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1.35;
}
.quote span { opacity: 0.7; font-size: 0.85rem; }

.closing {
  text-align: center;
  padding: clamp(56px, 10vw, 110px) 20px 70px;
  background:
    radial-gradient(600px 280px at 50% 0%, rgba(11, 61, 46, 0.12), transparent 60%);
}
.brand-sm {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  color: var(--forest);
}
.closing p { margin: 0 0 22px; color: #334740; }

.foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  padding: 18px clamp(16px, 4vw, 40px) 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes drop {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: none; }
}
@keyframes floatIn {
  from { opacity: 0; transform: scale(0.94) translateY(16px); }
  to { opacity: 1; transform: none; }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}
@keyframes bar {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(1.12); }
}
