:root {
  --forest: #123f35;
  --forest-deep: #0b2e27;
  --moss: #6f8568;
  --sage: #a6b89e;
  --sand: #f0dfc1;
  --sand-light: #f8f0e2;
  --cream: #fdfaf4;
  --ink: #24332e;
  --muted: #68766f;
  --line: #d9d8ca;
  --white: #ffffff;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: .8rem 1rem;
  color: var(--forest-deep);
  background: var(--sand);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 0 max(20px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(18,63,53,.12);
  background: var(--cream);
}
.brand { width: min(285px, 40vw); }
.brand img { width: 100%; height: auto; filter: brightness(.52) sepia(.25) saturate(.8) hue-rotate(95deg); }
.navigation { display: flex; gap: 1.8rem; align-items: center; }
.navigation a {
  color: #50635a;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
}
.navigation a:hover, .navigation a:focus-visible { color: var(--forest); }
.navigation .nav-cta {
  display: inline-flex;
  min-height: 44px;
  padding: 0 1.1rem;
  align-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--forest);
}
.menu-button { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .7fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  min-height: 690px;
  padding: clamp(4rem, 8vw, 7rem) max(20px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 10%, rgba(166,184,158,.28), transparent 28%),
    var(--sand-light);
}
.hero::after {
  position: absolute;
  right: -160px;
  bottom: -240px;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(18,63,53,.15);
  border-radius: 48% 52% 60% 40% / 45% 40% 60% 55%;
  transform: rotate(18deg);
}
.eyebrow {
  margin: 0 0 1rem;
  color: #e2cfae;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow::before { display: inline-block; width: 34px; height: 1px; margin: 0 .7rem .2rem 0; content: ""; background: currentColor; }
.eyebrow.green { color: var(--moss); }
.eyebrow.light { color: #d8c29f; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 800px;
  margin-bottom: 1.4rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 6.8vw, 6.8rem);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.055em;
}
.lead {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .8rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.forest { color: var(--white); background: var(--forest); }
.button.soft { color: var(--forest); border-color: rgba(18,63,53,.2); background: rgba(255,255,255,.35); }
.button.sand { color: var(--forest-deep); background: var(--sand); }
.hero-notes { display: flex; gap: 1rem; align-items: center; margin-top: 3rem; color: #758077; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero-notes i { width: 5px; height: 5px; border-radius: 50%; background: var(--moss); }

.hero-orbit {
  position: relative;
  z-index: 2;
  min-height: 510px;
}
.hero-orbit::before, .hero-orbit::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(18,63,53,.25);
  border-radius: 50%;
}
.hero-orbit::before { inset: 20px; }
.hero-orbit::after { inset: 75px; border-style: dashed; }
.orbit-core {
  position: absolute;
  z-index: 2;
  inset: 110px;
  display: grid;
  align-content: center;
  padding: 2.2rem;
  border-radius: 46% 54% 47% 53% / 55% 42% 58% 45%;
  color: var(--white);
  background: var(--forest);
  box-shadow: 0 30px 70px rgba(18,63,53,.2);
  transform: rotate(-4deg);
}
.orbit-core > * { transform: rotate(4deg); }
.orbit-core span { color: var(--sage); font-family: Georgia, serif; font-size: .7rem; letter-spacing: .14em; }
.orbit-core strong { margin-top: 1rem; font-family: Georgia, serif; font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 400; line-height: 1.05; }
.orbit-tag {
  position: absolute;
  z-index: 3;
  padding: .65rem .85rem;
  border: 1px solid rgba(18,63,53,.2);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(253,250,244,.88);
  box-shadow: 0 12px 30px rgba(18,63,53,.08);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}
.tag-one { top: 52px; right: 5px; }
.tag-two { bottom: 45px; left: 0; }
.tag-three { right: 0; bottom: 100px; }

.welcome {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2.4rem max(20px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: var(--forest);
}
.welcome-mark { color: var(--sage); font-family: Georgia, serif; font-size: 5rem; line-height: .5; }
.welcome blockquote { margin: 0; }
.welcome blockquote p { max-width: 750px; margin: 0 0 .5rem; font-family: Georgia, serif; font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 400; line-height: 1.25; }
.welcome cite { color: rgba(255,255,255,.52); font-size: .65rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.welcome-seal {
  display: grid;
  justify-items: end;
  min-width: 160px;
  padding-left: 2rem;
  border-left: 1px solid rgba(255,255,255,.2);
}
.welcome-seal strong { color: var(--sand); font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.welcome-seal span { color: rgba(255,255,255,.5); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: clamp(4.5rem, 9vw, 8rem) max(20px, calc((100vw - var(--max)) / 2)); }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .45fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 3rem;
}
.section-heading h2, .about-copy h2, .service-mode h2, .contact h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.05em;
}
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.75; }
.area-list { border-top: 1px solid var(--line); }
.area-list article {
  display: grid;
  grid-template-columns: 75px minmax(250px, .8fr) 1fr;
  gap: 1rem 3rem;
  align-items: center;
  min-height: 145px;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
  transition: padding .2s ease, background .2s ease;
}
.area-list article:hover { padding-right: 1.2rem; padding-left: 1.2rem; background: var(--sand-light); }
.area-index { color: var(--moss); font-family: Georgia, serif; font-size: .8rem; font-style: italic; }
.area-title span { color: #78887d; font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.area-title h3 { margin: .5rem 0 0; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.7vw, 2.35rem); font-weight: 400; line-height: 1; }
.area-list article > p { max-width: 590px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }

.about {
  display: grid;
  grid-template-columns: minmax(340px, .78fr) 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  color: var(--white);
  background: var(--forest-deep);
}
.about-visual {
  position: relative;
  display: grid;
  min-height: 600px;
  place-content: center;
  overflow: hidden;
  border-radius: 48% 52% 44% 56% / 50% 42% 58% 50%;
  background: var(--forest);
}
.about-monogram {
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: rgba(240,223,193,.17);
  font-family: Georgia, serif;
  font-size: clamp(7rem, 15vw, 13rem);
  line-height: .8;
  letter-spacing: -.12em;
}
.about-monogram span { color: rgba(166,184,158,.22); }
.about-visual > p {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.08;
}
.about-visual p i { color: var(--sand); font-weight: 400; }
.leaf { position: absolute; z-index: 1; width: 190px; height: 320px; border: 1px solid rgba(166,184,158,.32); border-radius: 100% 0 100% 0; }
.leaf-one { right: -40px; bottom: -55px; transform: rotate(12deg); }
.leaf-two { top: -70px; left: 25%; transform: rotate(195deg); }
.about-copy h2 { margin-bottom: 1.6rem; }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.6); line-height: 1.75; }
.about-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 2rem; background: rgba(255,255,255,.15); }
.about-points article { display: grid; gap: .55rem; padding: 1.2rem; background: var(--forest-deep); }
.about-points strong { font-family: Georgia, serif; font-size: 1rem; font-weight: 400; }
.about-points span { color: rgba(255,255,255,.45); font-size: .78rem; line-height: 1.55; }

.service-mode { background: var(--sand-light); }
.service-mode header { display: grid; grid-template-columns: .75fr 1fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.mode-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.mode-grid article {
  min-height: 310px;
  padding: 1.7rem;
  border: 1px solid rgba(18,63,53,.14);
  border-radius: 80px 18px 18px 18px;
  background: rgba(255,255,255,.55);
}
.mode-grid article:last-child { border-radius: 18px 80px 18px 18px; }
.mode-grid span { display: grid; width: 48px; height: 48px; place-content: center; border-radius: 50%; color: var(--white); background: var(--forest); font-family: Georgia, serif; font-size: .75rem; }
.mode-grid h3 { margin: 3.5rem 0 1rem; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 400; }
.mode-grid p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.75; }

.contact {
  display: grid;
  grid-template-columns: 1fr minmax(340px, .7fr);
  gap: clamp(3rem, 8vw, 8rem);
  color: var(--white);
  background: var(--forest);
}
.contact-intro h2 { max-width: 760px; margin-bottom: 2rem; }
.contact-card {
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  background: rgba(0,0,0,.08);
}
.contact-row { display: grid; gap: .4rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.14); font-style: normal; }
.contact-row small { color: var(--sage); font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-row a, .contact-row strong { overflow-wrap: anywhere; font-family: Georgia, serif; font-size: clamp(1.05rem, 2.1vw, 1.45rem); font-weight: 400; text-decoration: none; }
.contact-row span { color: rgba(255,255,255,.48); font-size: .8rem; }
.contact-note { display: grid; gap: .4rem; margin-top: 1.2rem; padding: 1rem; border-radius: 16px; color: var(--forest-deep); background: var(--sand); }
.contact-note strong { font-family: Georgia, serif; font-size: .95rem; font-weight: 400; }
.contact-note span { color: rgba(11,46,39,.68); font-size: .75rem; line-height: 1.5; }
.socials { display: flex; gap: 1rem; margin-top: 1.2rem; }
.socials a { color: var(--sand); font-size: .72rem; font-weight: 700; text-decoration: none; }

footer {
  display: grid;
  grid-template-columns: 190px .8fr 1.2fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem max(20px, calc((100vw - var(--max)) / 2));
  color: rgba(255,255,255,.5);
  background: #071f1a;
  font-size: .66rem;
  line-height: 1.6;
}
footer img { width: 165px; filter: grayscale(1) brightness(2.6); }
footer > div { display: grid; }
footer strong { color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: .8rem; font-weight: 400; }
footer p { margin: 0; }
footer > a { text-decoration: none; }
.floating-contact {
  position: fixed;
  z-index: 30;
  right: 17px;
  bottom: 17px;
  display: none;
  gap: .6rem;
  align-items: center;
  padding: .85rem 1rem;
  border-radius: 999px;
  color: var(--forest-deep);
  background: var(--sand);
  box-shadow: 0 12px 35px rgba(7,31,26,.25);
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 940px) {
  .site-header { min-height: 78px; }
  .menu-button {
    display: grid;
    gap: 6px;
    width: 46px;
    height: 46px;
    place-content: center;
    border: 1px solid rgba(18,63,53,.25);
    border-radius: 50%;
    background: transparent;
  }
  .menu-button span { width: 20px; height: 2px; background: var(--forest); }
  .navigation {
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 1rem 20px 1.5rem;
    background: var(--cream);
    box-shadow: 0 20px 40px rgba(18,63,53,.15);
  }
  .navigation[data-open="false"] { display: none; }
  .navigation a { padding: 1rem 0; border-bottom: 1px solid rgba(18,63,53,.1); }
  .navigation .nav-cta { justify-content: center; margin-top: .7rem; color: var(--white); }
  .hero { grid-template-columns: 1fr; }
  .hero-orbit { width: min(100%, 570px); }
  .welcome { grid-template-columns: 55px 1fr; }
  .welcome-seal { display: none; }
  .section-heading, .about, .contact { grid-template-columns: 1fr; }
  .area-list article { grid-template-columns: 60px 1fr; }
  .area-list article > p { grid-column: 2; }
  .about-visual { max-width: 620px; }
  .service-mode header { grid-template-columns: 1fr; }
  footer { grid-template-columns: 160px 1fr; }
  footer p, footer > a { grid-column: 2; }
}

@media (max-width: 600px) {
  .brand { width: 210px; }
  .hero { min-height: auto; padding-top: 4.5rem; }
  h1 { font-size: clamp(3.2rem, 15vw, 4.8rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-notes { align-items: flex-start; flex-direction: column; }
  .hero-notes i { display: none; }
  .hero-orbit { min-height: 430px; }
  .orbit-core { inset: 95px 65px; }
  .tag-one { top: 35px; }
  .tag-three { display: none; }
  .welcome { grid-template-columns: 1fr; }
  .welcome-mark { display: none; }
  .area-list article { grid-template-columns: 1fr; gap: .8rem; padding: 1.8rem 0; }
  .area-list article > p { grid-column: auto; }
  .about-visual { min-height: 470px; }
  .about-points, .mode-grid { grid-template-columns: 1fr; }
  .mode-grid article, .mode-grid article:last-child { min-height: 280px; border-radius: 38px 14px 14px; }
  .contact { padding-bottom: 7rem; }
  .socials { flex-direction: column; }
  footer { grid-template-columns: 1fr; padding-bottom: 6rem; }
  footer p, footer > a { grid-column: auto; }
  .floating-contact { display: inline-flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
