:root {
  --ink: #3f4541;
  --muted: #6d746e;
  --paper: #fffdf9;
  --cream: #f8f2e9;
  --sage: #899780;
  --sage-deep: #687962;
  --gold: #dfa84d;
  --terracotta: #c97455;
  --blue: #547f98;
  --line: rgba(104, 121, 98, .24);
  --shadow: 0 20px 60px rgba(77, 70, 59, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a { color: inherit; }
.text-link { color: var(--terracotta); font-weight: 700; text-underline-offset: .25em; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; background: white; padding: .7rem 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: .7rem clamp(1.25rem, 5vw, 5rem);
  background: rgba(255, 253, 249, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand img { display: block; width: 116px; height: 68px; object-fit: cover; object-position: 50% 41%; }
nav { display: flex; gap: clamp(1rem, 2.2vw, 2.2rem); align-items: center; }
nav a { text-decoration: none; font-size: .91rem; letter-spacing: .03em; color: var(--muted); }
nav a:hover, nav a:focus { color: var(--terracotta); }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 999px; padding: .65rem 1rem; color: var(--ink); font: inherit; }

main > section { padding-inline: clamp(1.25rem, 7vw, 7.5rem); }
.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 22%, rgba(223, 168, 77, .16), transparent 25%),
    radial-gradient(circle at 70% 78%, rgba(84, 127, 152, .13), transparent 24%),
    linear-gradient(145deg, #fffdf9 18%, #f7f1e9 100%);
}
.eyebrow, .section-kicker { margin: 0 0 1rem; color: var(--sage-deep); font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.13; }
h1 { max-width: 850px; margin-bottom: 1.5rem; font-size: clamp(2.6rem, 5.4vw, 5.4rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 3.8vw, 3.6rem); letter-spacing: -.035em; }
h3 { font-size: 1.5rem; }
.hero-text { max-width: 700px; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .7rem 1.35rem; border-radius: 999px; text-decoration: none; font-weight: 700; }
.button.primary { background: var(--terracotta); color: white; box-shadow: 0 10px 24px rgba(201, 116, 85, .22); }
.button.secondary { border: 1px solid var(--sage); color: var(--sage-deep); background: rgba(255,255,255,.56); }
.hero-mark { position: relative; display: grid; place-items: center; aspect-ratio: 1; }
.hero-mark::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(137,151,128,.25); border-radius: 48% 52% 44% 56%; transform: rotate(-8deg); }
.hero-mark img { position: relative; width: min(100%, 620px); border-radius: 50%; mix-blend-mode: multiply; }

.intro { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(2rem, 7vw, 7rem); padding-top: 8rem; padding-bottom: 8rem; }
.intro-copy { color: var(--muted); padding-top: 2rem; }
.intro-copy p:first-child { font-size: 1.15rem; color: var(--ink); }

.evaluation-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  margin: 0 clamp(1.25rem, 7vw, 7.5rem) 8rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(223, 168, 77, .32);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(248,242,233,.9), rgba(255,253,249,.98));
  box-shadow: var(--shadow);
}
.evaluation-note h2 { margin-bottom: 1rem; font-size: clamp(1.9rem, 3.3vw, 3rem); }
.evaluation-note p:last-child { max-width: 850px; margin: 0; color: var(--muted); }
.evaluation-badge {
  width: clamp(104px, 13vw, 150px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  transform: rotate(-5deg);
}

.services-section { padding-top: 7rem; padding-bottom: 8rem; background: #f8f5ef; }
.section-heading { max-width: 830px; margin-bottom: 3rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 290px; padding: 2rem; border: 1px solid rgba(63,69,65,.08); border-radius: 26px; background: rgba(255,255,255,.75); box-shadow: 0 9px 30px rgba(77,70,59,.04); }
.service-card p { color: var(--muted); }
.service-initial { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 2rem; border-radius: 50%; color: white; font-weight: 700; font-family: Georgia, serif; }
.gold .service-initial { background: var(--gold); }
.sage .service-initial { background: var(--sage); }
.terracotta .service-initial { background: var(--terracotta); }
.blue .service-initial { background: var(--blue); }
.neutral .service-initial { background: var(--ink); }

.support-section { padding-top: 8rem; padding-bottom: 8rem; }
.support-panel { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 6rem); padding: clamp(2rem, 6vw, 5rem); overflow: hidden; border-radius: 38px; background: var(--sage-deep); color: white; box-shadow: var(--shadow); }
.support-panel::after { content: ""; position: absolute; width: 360px; height: 360px; right: -150px; bottom: -230px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.support-panel .section-kicker { color: #f1c877; }
.support-panel p { color: rgba(255,255,255,.8); }
.support-list { margin: 0; padding: 0; list-style: none; align-self: center; }
.support-list li { position: relative; padding: 1rem 0 1rem 2rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.support-list li::before { content: "•"; position: absolute; left: .4rem; color: #f1c877; }

.team-section { padding-top: 4rem; padding-bottom: 9rem; }
.team-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.team-layout p { color: var(--muted); font-size: 1.1rem; }

.contact-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 7vw, 7rem); padding-top: 8rem; padding-bottom: 8rem; background: linear-gradient(145deg, #f4eae0, #f9f5ee 60%); }
.contact-copy p:last-child { color: var(--muted); }
.contact-card { align-self: start; padding: clamp(1.5rem, 4vw, 3rem); border-radius: 28px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); }
.contact-row { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: 1.05rem 0; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border: 0; }
.contact-row span { color: var(--muted); font-size: .9rem; }
.contact-row a { text-underline-offset: .2em; }
.contact-row small { grid-column: 2; color: var(--terracotta); }
.pending-email strong { overflow-wrap: anywhere; }

.privacy-note { padding-top: 5rem; padding-bottom: 5rem; text-align: center; }
.privacy-note h2 { font-size: 1.8rem; }
.privacy-note p { max-width: 800px; margin: 0 auto; color: var(--muted); }
.privacy-note .text-link { display: inline-block; margin-top: 1.25rem; }

.legal-main { max-width: 980px; margin: 0 auto; padding: 6rem clamp(1.25rem, 7vw, 4rem); }
.legal-main h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.legal-lead { max-width: 760px; color: var(--muted); font-size: 1.1rem; }
.legal-card { margin-top: 3rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: 28px; background: var(--cream); }
.legal-section { padding: 2.5rem 0; border-bottom: 1px solid var(--line); }
.legal-section:last-child { border-bottom: 0; }
.legal-section h2 { margin-bottom: 1rem; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.legal-section p, .legal-section li { color: var(--muted); }
.legal-section ul { padding-left: 1.25rem; }
.legal-section a { color: var(--terracotta); text-underline-offset: .2em; }

footer { display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; padding: 2rem clamp(1.25rem, 7vw, 7.5rem); border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
footer img { width: 96px; height: 58px; object-fit: cover; object-position: 50% 41%; }
footer a { margin-left: auto; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 5rem; padding-bottom: 4rem; }
  .hero-mark { max-width: 500px; margin-inline: auto; }
  .intro, .support-panel, .team-layout, .contact-section { grid-template-columns: 1fr; }
  .evaluation-note { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1rem 1.5rem 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  nav.open { display: flex; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .site-header { min-height: 74px; }
  .brand img { width: 96px; height: 56px; }
  .hero { min-height: auto; }
  .hero-mark { margin-top: -1rem; }
  .intro, .services-section, .support-section, .team-section, .contact-section { padding-top: 5rem; padding-bottom: 5rem; }
  .evaluation-note { margin-bottom: 5rem; }
  .evaluation-badge { width: 104px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .contact-row { grid-template-columns: 1fr; gap: .2rem; }
  .contact-row small { grid-column: 1; }
  footer { align-items: flex-start; flex-direction: column; }
  footer a { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
