:root {
  --color-bg: #333333;
  --color-surface: #f9f9f9;
  --color-text: #f9f9f9;
  --color-dark-text: #111111;
  --color-accent: #389238;
  --color-border: rgba(56, 146, 56, 0.85);
  --color-overlay: rgba(0, 0, 0, 0.4);
  --shadow-card: 0 22px 70px rgba(0, 0, 0, 0.25);
  --font-head: "Lato", sans-serif;
  --font-body: "Open Sans", sans-serif;
  --container: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background:
    radial-gradient(circle at top left, rgba(56, 146, 56, 0.13), transparent 28%),
    linear-gradient(180deg, #3b3b3b 0%, #2d2d2d 100%);
  min-width: 320px;
  overflow-x: clip;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(calc(100% - 2.5rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
  background: rgba(28, 28, 28, 0.7);
  border-bottom: 1px solid rgba(56, 146, 56, 0.35);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  min-height: 96px;
  padding: 0.6rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0;
}

.brand img {
  width: clamp(144px, 12.8vw, 192px);
}

.header-cta,
.button {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease,
    transform 180ms ease;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.35rem;
  border: 2px solid var(--color-accent);
  font-family: var(--font-head);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-cta:hover,
.header-cta:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: clamp(440px, 62vh, 640px);
}

.hero-media,
.hero-slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 112% auto;
  background-color: #242424;
}

.hero-slide-reveal {
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
}

.hero-slide-reveal.is-revealing {
  clip-path: inset(0 0 0 0);
  transition: clip-path 1000ms ease-in-out;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.38) 45%, rgba(0, 0, 0, 0.58) 100%),
    linear-gradient(180deg, rgba(51, 51, 51, 0.12), rgba(51, 51, 51, 0.8));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: clamp(440px, 62vh, 640px);
  padding: 2.5rem 0 3rem;
}

.section-tag {
  margin: 0 0 1rem;
  color: var(--color-accent);
  font-family: var(--font-head);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero-content h1,
.section-heading h2,
.section-intro h2,
.contact-copy h2 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 900;
  line-height: 0.96;
  text-transform: uppercase;
}

.hero-content h1 {
  max-width: 11ch;
  font-size: clamp(2.15rem, 4.4vw, 4.35rem);
}

.hero-copy {
  max-width: 41rem;
  margin: 1.1rem 0 0;
  font-size: clamp(0.78rem, 0.96vw, 0.88rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 1.35rem;
  border: 2px solid var(--color-accent);
  font-family: var(--font-head);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.button-primary {
  background: var(--color-accent);
  color: var(--color-surface);
}

.button-secondary {
  background: transparent;
}

.button-dark {
  color: var(--color-surface);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2.25rem;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 1.02rem;
  border: 1.5px solid var(--color-border);
  background: rgba(0, 0, 0, 0.22);
  font-family: var(--font-head);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.89rem;
}

.hero-highlights {
  padding: 4rem 0 2rem;
}

.hero-meta-centered {
  justify-content: center;
}

.intro-section {
  padding-top: 2rem;
}

.intro-section,
.focus-section,
.services-section,
.contact-section {
  position: relative;
  padding: 6rem 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: stretch;
}

.section-intro h2,
.section-heading h2,
.contact-copy h2 {
  font-size: clamp(2.3rem, 4vw, 4.25rem);
}

.intro-card,
.contact-card {
  border: 2px solid var(--color-border);
}

.intro-card {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  padding: 2rem;
  background: rgba(249, 249, 249, 0.06);
  line-height: 1.85;
  font-size: 1.05rem;
}

.intro-card p {
  margin: 0;
}

.intro-circles {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.intro-circle {
  width: clamp(110px, 11vw, 150px);
  aspect-ratio: 1;
  border: 2px solid var(--color-accent);
  border-radius: 50%;
  overflow: hidden;
  background: rgba(249, 249, 249, 0.08);
}

.intro-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-heading {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 2.5rem;
}

.focus-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  overflow: visible;
  padding: 2.5rem;
  background: var(--color-surface);
  color: var(--color-dark-text);
  border: 2px solid var(--color-accent);
  box-shadow: var(--shadow-card);
}

.focus-card::before,
.services-section::before,
.contact-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 2px;
  background: var(--color-accent);
}

.focus-copy {
  display: grid;
  align-content: start;
  gap: 1rem;
  max-width: 30rem;
}

.focus-copy p {
  margin: 0;
  line-height: 1.8;
}

.focus-visual {
  position: relative;
  min-height: 300px;
}

.focus-visual img {
  position: absolute;
  right: -7%;
  bottom: -52%;
  width: min(795px, 195%);
  max-width: none;
  filter: drop-shadow(0 18px 35px rgba(0, 0, 0, 0.28));
}

.focus-copy .button {
  width: fit-content;
  min-width: 10.5rem;
}

.services-selector {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.service-option {
  appearance: none;
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 1rem 1.1rem;
  border: 2px solid var(--color-accent);
  background: var(--color-accent);
  color: var(--color-surface);
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 220ms ease, color 220ms ease,
    border-color 220ms ease;
}

.service-option.is-active {
  background: var(--color-surface);
  color: var(--color-dark-text);
}

.service-detail-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 2.25rem 4.5rem;
  border: 3px solid var(--color-accent);
  background: #1c1c1c;
  color: var(--color-text);
  box-shadow: var(--shadow-card);
}

.service-detail-card.is-exiting .service-detail-copy,
.service-detail-card.is-exiting .service-detail-visual {
  animation: serviceDetailFadeOut 320ms ease both;
}

.service-detail-card.is-entering .service-detail-copy,
.service-detail-card.is-entering .service-detail-visual {
  animation: serviceDetailFadeIn 420ms ease both;
}

.service-detail-copy {
  display: grid;
  gap: 0.95rem;
  max-width: min(58%, 42rem);
}

.service-detail-copy h3 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.service-detail-copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.service-detail-visual {
  position: absolute;
  top: 50%;
  right: 4.5rem;
  transform: translateY(-50%);
}

.service-detail-circle {
  width: clamp(180px, 18vw, 260px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid var(--color-accent);
  border-radius: 50%;
  background: #111111;
}

.service-detail-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-card {
  background: var(--color-surface);
  color: var(--color-dark-text);
}

@keyframes serviceDetailFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes serviceDetailFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 2rem;
  align-items: start;
}

.contact-copy p:last-child {
  max-width: 42rem;
  line-height: 1.8;
}

.contact-card {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  box-shadow: var(--shadow-card);
}

.contact-logo {
  width: min(240px, 100%);
  margin-bottom: 0.75rem;
  justify-self: end;
}

.contact-card a,
.instagram-handle {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
}

.instagram-handle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
}

.instagram-handle img {
  width: 15px;
  height: 15px;
}

.leaf-flourish {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: min(18vw, 260px);
  pointer-events: none;
  opacity: 0.9;
  will-change: transform;
}

.leaf-flourish img {
  width: 100%;
}

@media (max-width: 1200px) {
  .container {
    width: min(calc(100% - 2rem), var(--container));
  }

  .hero-content {
    padding: 2.25rem 0 2.75rem;
  }

  .hero-content h1 {
    max-width: 10ch;
    font-size: clamp(2.25rem, 4.8vw, 3.9rem);
  }

  .hero-copy {
    max-width: 35rem;
    font-size: clamp(0.88rem, 1.2vw, 0.98rem);
  }

  .hero-meta {
    gap: 1rem;
  }

  .hero-meta span {
    min-height: 42px;
    font-size: 0.8rem;
  }

  .focus-card {
    padding: 2.25rem;
  }

  .focus-copy {
    max-width: 27rem;
  }

  .focus-visual img {
    right: -3%;
  }

  .service-detail-card {
    padding: 2rem 3rem;
  }

  .service-detail-copy {
    max-width: min(54%, 36rem);
  }
}

@media (max-width: 1080px) {
  .hero-slide {
    background-size: cover;
    background-position: 58% center;
  }

  .header-inner,
  .intro-grid,
  .focus-card,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .header-inner {
    gap: 1rem;
    min-height: 88px;
    padding: 0.9rem 0;
  }

  .focus-visual {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: clamp(220px, 30vw, 300px);
  }

  .focus-visual img {
    right: -2%;
    bottom: 0;
    width: min(620px, 126%);
  }

  .contact-grid {
    align-items: stretch;
  }

  .services-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-detail-card {
    min-height: 0;
    padding: 2rem 2.5rem 2rem 2.5rem;
  }

  .service-detail-copy {
    max-width: min(54%, 34rem);
  }

  .service-detail-circle {
    width: clamp(170px, 22vw, 220px);
  }
}

@media (max-width: 900px) {
  .hero-content h1 {
    max-width: 9ch;
    font-size: clamp(2.2rem, 5.8vw, 3.45rem);
  }

  .hero-copy {
    max-width: 32rem;
    font-size: 0.94rem;
  }

  .hero-highlights {
    padding: 3rem 0 1.5rem;
  }

  .hero-meta {
    justify-content: center;
    gap: 0.85rem;
  }

  .hero-meta span {
    min-height: 40px;
    padding: 0 0.9rem;
    font-size: 0.76rem;
  }

  .focus-card {
    padding: 2rem 2rem 1.75rem;
  }

  .focus-copy {
    max-width: 100%;
  }

  .focus-visual {
    min-height: clamp(200px, 34vw, 270px);
  }

  .focus-visual img {
    right: -1%;
    bottom: 0;
    width: min(540px, 110%);
  }

  .service-detail-card {
    min-height: auto;
    padding: 1.75rem 1.75rem 11rem;
  }

  .service-detail-copy {
    max-width: 100%;
  }

  .service-detail-visual {
    top: auto;
    right: 1.75rem;
    bottom: 1.75rem;
    transform: none;
  }

  .service-detail-circle {
    width: min(28vw, 190px);
  }
}

@media (max-width: 820px) {
  .focus-card {
    padding: 1.9rem 1.9rem 1.6rem;
  }

  .focus-visual img {
    right: 0;
    bottom: 0;
    width: min(470px, 98%);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 1.5rem), var(--container));
  }

  .hero-section {
    width: 100vw;
  }

  .site-header {
    position: sticky;
  }

  .header-inner {
    justify-content: space-between;
    align-items: center;
    min-height: 72px;
    padding: 0.7rem 0;
  }

  .brand img {
    width: clamp(120px, 34vw, 150px);
  }

  .header-cta {
    min-height: 42px;
    padding: 0 1rem;
    font-size: 0.78rem;
  }

  .hero-section,
  .hero-content {
    min-height: 0;
  }

  .hero-content {
    width: 100%;
    padding: 2.5rem 1.5rem 2.75rem;
  }

  .hero-content h1 {
    max-width: 8.5ch;
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .hero-copy {
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .hero-actions {
    max-width: 18rem;
    gap: 0.8rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-meta span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-highlights {
    padding: 2rem 0 1rem;
  }

  .section-intro h2,
  .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(1.95rem, 8vw, 2.65rem);
  }

  .intro-card {
    padding: 1.35rem;
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .intro-circles {
    gap: 0.9rem;
  }

  .intro-circle {
    width: min(31vw, 118px);
  }

  .services-selector {
    grid-template-columns: 1fr;
  }

  .service-option {
    min-height: 66px;
    padding: 0.95rem 1rem;
    font-size: 0.88rem;
    justify-content: center;
    text-align: center;
  }

  .service-detail-card {
    padding: 1.5rem 1.5rem 10.5rem;
  }

  .service-detail-copy h3 {
    font-size: 1.65rem;
  }

  .service-detail-copy p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .service-detail-visual {
    right: 1.5rem;
    bottom: 1.5rem;
    top: auto;
    transform: none;
  }

  .service-detail-circle {
    width: min(31.5vw, 135px);
  }

  .intro-section,
  .focus-section,
  .services-section,
  .contact-section {
    padding: 4rem 0;
  }

  .focus-card,
  .intro-card,
  .contact-card {
    padding: 1.5rem;
  }

  .focus-visual {
    min-height: 0;
    margin-top: 0.5rem;
  }

  .focus-visual img {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(112%, 380px);
    margin: 0 auto -1.15rem;
  }

  .leaf-flourish {
    display: none;
  }
}

@media (max-width: 600px) {
  .focus-visual img {
    width: min(102%, 340px);
    margin-bottom: -1.1rem;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .header-inner {
    min-height: 66px;
    gap: 0.75rem;
  }

  .brand img {
    width: clamp(112px, 36vw, 134px);
  }

  .header-cta {
    min-height: 40px;
    padding: 0 0.9rem;
    font-size: 0.72rem;
  }

  .hero-content {
    width: 100%;
    padding: 2.1rem 1.25rem 2.35rem;
  }

  .hero-content h1 {
    font-size: clamp(1.9rem, 10.2vw, 2.45rem);
  }

  .hero-copy {
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .hero-meta span {
    min-height: 38px;
    padding: 0.55rem 0.85rem;
    font-size: 0.72rem;
  }

  .hero-highlights {
    padding: 1.75rem 0 0.85rem;
  }

  .section-tag {
    font-size: 0.72rem;
  }

  .intro-card,
  .focus-card,
  .contact-card {
    padding: 1.25rem;
  }

  .intro-circle {
    width: min(33vw, 104px);
  }

  .focus-copy p,
  .service-detail-copy p,
  .contact-copy p:last-child {
    line-height: 1.65;
  }

  .focus-visual img {
    width: min(92%, 300px);
    margin-bottom: -1rem;
  }

  .service-option {
    min-height: 62px;
    font-size: 0.82rem;
  }

  .service-detail-card {
    padding: 1.25rem 1.25rem 9.4rem;
  }

  .service-detail-copy h3 {
    font-size: 1.45rem;
  }

  .service-detail-copy p {
    font-size: 0.9rem;
  }

  .service-detail-visual {
    right: 1.25rem;
    bottom: 1.25rem;
  }

  .service-detail-circle {
    width: min(34.5vw, 120px);
  }

  .contact-card a,
  .instagram-handle {
    font-size: 0.96rem;
  }

  .leaf-flourish {
    width: min(36vw, 132px);
    opacity: 0.55;
  }
}
