/* ============================================================
   Design C — "Warm & Welcoming"
   Cream canvas, forest green + terracotta, Fraunces serif,
   arches and pebbles — the friendly neighborhood studio.
   ============================================================ */
:root {
  --cream: #faf6ef;
  --card: #fffdf8;
  --green: #2e5e4e;
  --green-deep: #1f4438;
  --terra: #c65d3b;
  --sun: #e9a13b;
  --ink: #2b2b26;
  --muted: #6f6d64;
  --line: #e8e1d3;
  --gold: #e2a13c;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Nunito Sans', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.08; color: var(--green-deep); }
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.22rem; }
.kicker { color: var(--terra); font-weight: 800; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 12px; }
.sec-head { text-align: center; max-width: 620px; margin: 0 auto 48px; }
.stars { color: var(--gold); letter-spacing: 2px; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--sans); font-weight: 800; font-size: 0.98rem;
  padding: 14px 26px; border-radius: 999px; text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.btn-big { padding: 16px 30px; font-size: 1.05rem; }
.btn:hover { transform: translateY(-2px); }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 8px 22px rgba(46, 94, 78, 0.3); }
.btn-green:hover { background: var(--green-deep); }
.btn-terra { border: 2px solid var(--terra); color: var(--terra); }
.btn-terra:hover { background: var(--terra); color: #fff; }
.btn-cream { background: var(--cream); color: var(--green-deep); }

/* header */
.hdr { position: sticky; top: 0; z-index: 100; background: rgba(250, 246, 239, 0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.hdr-in { display: flex; align-items: center; gap: 26px; padding-top: 12px; padding-bottom: 12px; }
.brand img { height: 50px; border-radius: 12px; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { text-decoration: none; font-weight: 700; font-size: 0.95rem; color: var(--ink); border-bottom: 2px solid transparent; padding: 4px 0; }
.nav a:hover { color: var(--terra); border-bottom-color: var(--terra); }
.burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 2.5px; background: var(--green-deep); margin: 5px 0; border-radius: 2px; transition: transform 0.2s, opacity 0.2s; }
.burger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* hero */
.hero { padding: 72px 0 40px; text-align: center; position: relative; overflow: hidden; }
.hero-chip {
  display: inline-block; background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 18px; font-weight: 700; font-size: 0.86rem; color: var(--green-deep); margin-bottom: 26px;
  box-shadow: 0 4px 14px rgba(43, 43, 38, 0.06);
}
.hero h1 em { font-style: italic; color: var(--terra); }
.hero-sub { max-width: 38rem; margin: 22px auto 30px; color: var(--muted); font-size: 1.12rem; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-photo-wrap { position: relative; max-width: 660px; margin: 48px auto 0; }
.hero-photo {
  width: 100%; aspect-ratio: 16 / 10; object-fit: cover;
  border-radius: 320px 320px 28px 28px; /* arch */
  box-shadow: 0 24px 60px rgba(43, 43, 38, 0.18);
}
.float-pill {
  position: absolute; background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 10px 18px; display: flex; align-items: center; gap: 10px; font-size: 0.85rem;
  box-shadow: 0 10px 26px rgba(43, 43, 38, 0.14); white-space: nowrap;
}
.float-pill b { color: var(--green-deep); }
.float-pill img { height: 16px; }
.pill-left { left: -30px; top: 42%; }
.pill-right { right: -34px; top: 62%; }
.hero-trust { margin-top: 34px; color: var(--muted); font-size: 0.9rem; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; font-weight: 600; }
.hero-trust i { color: var(--terra); font-style: normal; }

/* press */
.press { padding: 30px 0 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.press-label { text-align: center; font-size: 0.74rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); margin-bottom: 16px; }
.press-row { display: flex; justify-content: center; align-items: center; gap: clamp(26px, 5vw, 60px); flex-wrap: wrap; }
.press-row img { height: 24px; filter: grayscale(1) opacity(0.55); }
.press-word { font-family: var(--serif); font-weight: 700; font-size: 1.1rem; color: #a5a094; }

/* steps */
.steps-sec { padding: 84px 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: 26px; padding: 32px 28px; text-align: center; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.step:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(43, 43, 38, 0.1); }
.pebble {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 46% 54% 52% 48% / 55% 48% 52% 45%;
  background: var(--green); color: #fff; font-family: var(--serif); font-weight: 700; font-size: 1.3rem; margin-bottom: 16px;
}
.step:nth-child(2) .pebble { background: var(--terra); }
.step:nth-child(3) .pebble { background: var(--sun); }
.step p { color: var(--muted); font-size: 0.95rem; margin-top: 8px; }

/* services */
.services { padding: 84px 0; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc { background: var(--cream); border: 1px solid var(--line); border-radius: 26px; padding: 30px 26px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.svc:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(43, 43, 38, 0.1); }
.svc-ico { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 18px; font-size: 1.5rem; margin-bottom: 16px; }
.t-sage { background: rgba(46, 94, 78, 0.12); }
.t-terra { background: rgba(198, 93, 59, 0.13); }
.t-sun { background: rgba(233, 161, 59, 0.16); }
.svc p { color: var(--muted); font-size: 0.94rem; margin-top: 8px; }
.svc-cta { background: var(--green); border-color: var(--green); }
.svc-cta h3 { color: #fff; }
.svc-cta p { color: rgba(255, 255, 255, 0.82); }
.svc-cta .btn { margin-top: 16px; }

/* story */
.story { padding: 84px 0; }
.story-in { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 54px; align-items: center; }
.story-media img { border-radius: 28px 220px 28px 28px; aspect-ratio: 4/3.3; object-fit: cover; box-shadow: 0 20px 50px rgba(43, 43, 38, 0.15); }
.story-lead { font-family: var(--serif); font-size: 1.3rem; color: var(--green-deep); margin: 14px 0 20px; line-height: 1.4; }
.story-lead span { display: block; font-family: var(--sans); font-size: 0.85rem; color: var(--terra); font-weight: 700; margin-top: 8px; }
.ticks { list-style: none; margin-bottom: 28px; }
.ticks li { padding: 9px 0 9px 32px; position: relative; color: var(--muted); }
.ticks li b { color: var(--ink); }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: 9px; width: 22px; height: 22px; border-radius: 50%; background: rgba(46, 94, 78, 0.12); color: var(--green); font-weight: 800; font-size: 0.78rem; display: flex; align-items: center; justify-content: center; }

/* reviews */
.reviews { padding: 84px 0; background: #fff; border-top: 1px solid var(--line); }
.reviews h2 { display: flex; align-items: center; justify-content: center; gap: 12px; }
.rev-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rev { position: relative; background: var(--cream); border: 1px solid var(--line); border-radius: 22px; border-bottom-left-radius: 4px; padding: 24px 22px; }
.rev p { font-size: 0.95rem; color: var(--ink); }
.rev-who { display: flex; align-items: center; gap: 10px; margin-top: 16px; font-size: 0.9rem; }
.rev-av { width: 36px; height: 36px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.c-blue { background: #4285F4; } .c-red { background: #EA4335; } .c-green { background: #34A853; } .c-sun { background: #e9a13b; }
.g-dot { margin-left: auto; width: 22px; height: 22px; border-radius: 50%; background: conic-gradient(#EA4335 0 25%, #FBBC05 25% 50%, #34A853 50% 75%, #4285F4 75% 100%); color: #fff; font-size: 0.68rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }

/* team */
.team { padding: 84px 0; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tc { background: var(--card); border: 1px solid var(--line); border-radius: 26px; padding: 32px 28px; text-align: center; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.tc:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(43, 43, 38, 0.1); }
.tc-av {
  display: inline-flex; align-items: center; justify-content: center;
  width: 84px; height: 84px; border-radius: 42px 42px 30px 30px;
  background: var(--green); color: #fff; font-family: var(--serif); font-weight: 700; font-size: 1.5rem; margin-bottom: 16px;
}
.tc:nth-child(2) .tc-av { background: var(--terra); }
.tc:nth-child(3) .tc-av { background: var(--sun); }
.tc-cred { color: var(--terra); font-weight: 800; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; margin: 4px 0 12px; }
.tc > p:last-child { color: var(--muted); font-size: 0.92rem; }

/* associations */
.assoc { padding: 64px 0; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.assoc-row { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 4vw, 46px); flex-wrap: wrap; margin: 26px 0 22px; }
.assoc-row img { height: 54px; object-fit: contain; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 7px 12px; }
.assoc-note { text-align: center; color: var(--muted); font-size: 0.94rem; }
.assoc-note a { color: var(--terra); font-weight: 800; }

/* visit */
.visit { padding: 84px 0; }
.visit-in { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: stretch; }
.visit-card { background: var(--card); border: 1px solid var(--line); border-radius: 28px; padding: 38px 34px; }
.v-rows { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.v-row { display: flex; align-items: center; gap: 15px; text-decoration: none; background: var(--cream); border: 1px solid var(--line); border-radius: 18px; padding: 14px 17px; transition: border-color 0.15s ease, transform 0.15s ease; }
a.v-row:hover { border-color: var(--green); transform: translateX(4px); }
.v-row span { font-size: 1.3rem; }
.v-row b { color: var(--green-deep); }
.v-row small { display: block; color: var(--muted); }
.visit-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; border-radius: 28px; }

/* footer */
.foot { background: var(--green-deep); color: #d9e5df; padding: 48px 0; }
.foot-in { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.foot-in img { height: 52px; border-radius: 10px; }
.foot-small { font-size: 0.8rem; opacity: 0.7; }

/* reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.in { opacity: 1; transform: none; }

/* responsive */
@media (max-width: 960px) {
  .svc-grid, .rev-grid { grid-template-columns: repeat(2, 1fr); }
  .story-in, .visit-in { grid-template-columns: 1fr; gap: 34px; }
  .team-grid { grid-template-columns: 1fr; }
  .hdr-cta { display: none; }
}
@media (max-width: 720px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); flex-direction: column; gap: 0; padding: 8px 24px 16px; border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .burger { display: block; margin-left: auto; }
  .steps { grid-template-columns: 1fr; }
  .svc-grid, .rev-grid { grid-template-columns: 1fr; }
  .pill-left { left: 4px; } .pill-right { right: 4px; }
}
