:root {
  color-scheme: light;
  --paper: #f6f1e7;
  --paper-deep: #ede5d6;
  --ink: #173b2d;
  --ink-soft: #496457;
  --green: #164c38;
  --green-bright: #287457;
  --cream: #fffaf0;
  --line: rgba(23, 59, 45, 0.14);
  --shadow: 0 18px 50px rgba(37, 61, 47, 0.10);
  --radius: 30px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

a { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 10;
  padding: 12px 16px;
  background: var(--green);
  color: white;
  border-radius: 10px;
}

.skip-link:focus { top: 16px; }

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 750;
  letter-spacing: -0.02em;
  text-decoration: none;
  font-size: 1.08rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  border-radius: 12px 12px 18px 12px;
  background: var(--green);
  color: var(--cream);
  font-family: Georgia, serif;
  font-size: 1.35rem;
}

.header-link {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.92rem;
  border-bottom: 1px solid transparent;
}

.header-link:hover { border-color: currentColor; }

.hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
  padding: 54px 64px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 42px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--green-bright);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
p { margin-top: 0; }

h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

h1 span { color: var(--green-bright); }

.hero-text {
  max-width: 560px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.primary-button {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(22, 76, 56, 0.18);
  transition: transform 160ms ease, background 160ms ease;
}

.primary-button:hover { background: #0d3e2c; transform: translateY(-2px); }

.hero-art {
  position: relative;
  min-height: 420px;
  border-radius: 180px 180px 32px 32px;
  overflow: hidden;
  background: #dfead8;
  isolation: isolate;
}

.sun {
  position: absolute;
  top: 54px;
  right: 56px;
  width: 92px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f0c973;
}

.hill { position: absolute; border-radius: 50% 50% 0 0; }
.hill-back { inset: 40% -25% -18% 10%; background: #9fbc94; transform: rotate(-7deg); }
.hill-front { inset: 56% -15% -24% -20%; background: #5f8c6d; transform: rotate(8deg); }

.path {
  position: absolute;
  z-index: 2;
  left: 46%;
  bottom: -80px;
  width: 85px;
  height: 300px;
  border-radius: 50%;
  background: #ead7ac;
  transform: rotate(12deg);
}

.home {
  position: absolute;
  z-index: 3;
  width: 76px;
  height: 56px;
  border-radius: 5px;
  background: #fff7e7;
  box-shadow: 0 10px 24px rgba(23, 59, 45, 0.12);
}

.home::before {
  content: "";
  position: absolute;
  left: 7px;
  top: -31px;
  width: 61px;
  height: 61px;
  background: #a95a43;
  transform: rotate(45deg);
  border-radius: 4px;
  z-index: -1;
}

.home span { position: absolute; left: 30px; bottom: 0; width: 18px; height: 32px; background: #d2b17c; }
.home-one { left: 22%; bottom: 110px; }
.home-two { right: 18%; bottom: 145px; transform: scale(.78); }

.tree { position: absolute; z-index: 3; width: 9px; height: 52px; background: #5f5038; border-radius: 8px; }
.tree::before { content: ""; position: absolute; width: 42px; height: 64px; left: -17px; bottom: 24px; border-radius: 55% 45% 50% 50%; background: #285b42; }
.tree-one { left: 12%; bottom: 70px; }
.tree-two { right: 8%; bottom: 90px; transform: scale(.82); }

.services { padding: 128px 0 110px; }

.section-heading { max-width: 680px; margin-bottom: 46px; }
.section-heading h2,
.principle h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}
.section-heading > p:last-child { color: var(--ink-soft); font-size: 1.1rem; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }

.service-card {
  position: relative;
  min-height: 230px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 22px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.76);
  text-decoration: none;
}

a.service-card { transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
a.service-card:hover { transform: translateY(-4px); border-color: rgba(22, 76, 56, .35); box-shadow: var(--shadow); }
a.service-card:focus-visible, .primary-button:focus-visible, .header-link:focus-visible, .brand:focus-visible { outline: 3px solid #d79d3c; outline-offset: 4px; }

.service-icon {
  display: grid;
  place-items: center;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 18px;
  background: var(--paper-deep);
  font-size: 1.5rem;
}

.service-body { display: flex; flex-direction: column; align-items: flex-start; }
.service-state { margin-bottom: 36px; padding: 5px 10px; border-radius: 99px; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-state.active { background: #dceadd; color: #21583f; }
.service-state.soon { background: #f2e2b9; color: #75591d; }
.service-state.future { background: #e4e0db; color: #6b6259; }
.service-body strong { margin-bottom: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; }
.service-body > span:last-child { max-width: 310px; color: var(--ink-soft); }
.card-arrow { font-size: 1.55rem; color: var(--green-bright); }
.is-disabled { opacity: .72; }
.card-cafe { background: #fff8e9; }
.card-stroy { background: #edf3e8; }

.principle {
  display: grid;
  grid-template-columns: .6fr 1.4fr .8fr;
  gap: 44px;
  align-items: start;
  margin-bottom: 110px;
  padding: 54px;
  border-radius: 34px;
  background: var(--green);
  color: #f7f3e9;
}
.principle > p { color: #cbdacc; }
.principle h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); }

footer {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: .88rem;
}
footer p { margin: 0; }
footer p:last-child { justify-self: end; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; padding: 54px 34px 34px; gap: 42px; }
  .hero-art { min-height: 360px; }
  .service-grid { grid-template-columns: 1fr; }
  .principle { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 560px) {
  .site-header, main, footer { width: min(100% - 24px, 1180px); }
  .site-header { height: 74px; }
  .header-link { display: none; }
  .hero { min-height: auto; padding: 42px 22px 22px; border-radius: 28px; }
  h1 { font-size: clamp(3.45rem, 18vw, 5.3rem); }
  .hero-art { min-height: 300px; border-radius: 130px 130px 20px 20px; }
  .sun { width: 70px; top: 38px; right: 34px; }
  .services { padding: 86px 0 72px; }
  .service-card { min-height: 206px; grid-template-columns: auto 1fr; padding: 22px; gap: 16px; }
  .card-arrow { position: absolute; right: 22px; top: 22px; }
  .service-state { margin-bottom: 26px; }
  .principle { margin-bottom: 64px; padding: 34px 24px; border-radius: 26px; }
  footer { min-height: 190px; grid-template-columns: 1fr; gap: 12px; padding: 34px 0; }
  footer p:last-child { justify-self: start; }
}

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