:root {
  --paper: #fffdf7;
  --paper-strong: #ffffff;
  --ink: #21352f;
  --muted: #607268;
  --leaf: #5f8d66;
  --leaf-deep: #2e6548;
  --sage: #eef7ee;
  --mint: #dcefe6;
  --blush: #fde8ec;
  --sun: #f5c918;
  --apricot: #f3a06d;
  --sky: #deeff2;
  --line: rgba(33, 53, 47, 0.16);
  --shadow: 0 20px 60px rgba(48, 73, 60, 0.16);
  --max: 1180px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 7rem;
  font-weight: 700;
}

h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.8rem;
  font-weight: 700;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.2rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 52px);
  background: rgba(255, 253, 247, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand img {
  width: clamp(190px, 24vw, 300px);
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2vw, 28px);
  color: var(--leaf-deep);
  font-size: 0.96rem;
  font-weight: 700;
}

.main-nav a {
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #b46a1d;
}

section {
  scroll-margin-top: 92px;
}

.section-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 84svh;
  padding: clamp(92px, 13vw, 160px) 0 clamp(70px, 9vw, 112px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(30, 47, 38, 0.8) 0%, rgba(30, 47, 38, 0.54) 39%, rgba(30, 47, 38, 0.22) 100%),
    url("assets/hero-florals.jpeg") center / cover no-repeat;
  color: #fffdf7;
}

.hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 70px);
  bottom: clamp(18px, 5vw, 56px);
  width: clamp(96px, 16vw, 190px);
  aspect-ratio: 1;
  border: 2px solid rgba(245, 201, 24, 0.6);
  border-radius: 50%;
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  margin-left: max(20px, calc((100vw - var(--max)) / 2));
}

.eyebrow,
.section-kicker {
  margin-bottom: 12px;
  color: var(--leaf-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #fff1a8;
}

.hero__lead {
  max-width: 680px;
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: rgba(255, 253, 247, 0.93);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.button--primary {
  background: var(--sun);
  color: #24332b;
}

.button--secondary {
  border-color: rgba(255, 253, 247, 0.72);
  color: #fffdf7;
}

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

.section-band {
  background: linear-gradient(135deg, var(--sage), var(--sky));
}

.intro {
  padding: clamp(50px, 8vw, 90px) 0;
}

.intro__grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.intro p:last-child,
.contact p:last-child {
  margin-bottom: 0;
}

.services,
.gallery {
  padding: clamp(66px, 10vw, 124px) 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: clamp(28px, 5vw, 52px);
}

.service-journey {
  display: grid;
  gap: 20px;
}

.service-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  min-height: 420px;
  overflow: hidden;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(48, 73, 60, 0.1);
}

.service-story--plants {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  background: var(--sage);
}

.service-story--plants .service-story__media {
  order: 2;
}

.service-story__media {
  position: relative;
  min-height: 100%;
  background: var(--mint);
}

.service-story__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.service-story--florals .service-story__media img {
  object-position: center 52%;
}

.service-story--plants .service-story__media img {
  object-position: center center;
}

.service-story__content,
.service-compact {
  padding: clamp(28px, 5vw, 56px);
}

.service-story__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.service-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  background: rgba(245, 201, 24, 0.2);
  border: 1px solid rgba(46, 101, 72, 0.16);
  border-radius: 50%;
  color: var(--leaf-deep);
}

.service-mark svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.service-story h3,
.service-compact h3 {
  max-width: 560px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.service-story p,
.service-compact p {
  color: var(--muted);
}

.service-points {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  color: var(--leaf-deep);
  font-weight: 700;
  list-style: none;
}

.service-points li {
  position: relative;
  padding-left: 22px;
}

.service-points li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sun);
}

.service-duo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
}

.service-compact {
  min-height: 360px;
  background:
    linear-gradient(135deg, rgba(255, 249, 217, 0.92), rgba(239, 246, 232, 0.94)),
    url("assets/outdoor-planters.jpg") center / cover no-repeat;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-compact + .service-compact {
  background:
    linear-gradient(135deg, rgba(222, 239, 242, 0.94), rgba(255, 253, 247, 0.9)),
    url("assets/outdoor-flowers.jpg") center / cover no-repeat;
}

.feature-band {
  padding: clamp(62px, 10vw, 118px) 0;
  background: #263f36;
  color: #fffdf7;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}

.feature-band .section-kicker {
  color: #f9d66b;
}

.feature-copy p {
  color: rgba(255, 253, 247, 0.82);
}

.feature-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.feature-media img {
  width: 100%;
  height: 520px;
  padding: 12px;
  background: rgba(255, 253, 247, 0.08);
  object-fit: contain;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-media img + img {
  height: 520px;
}

.subpage-hero {
  padding: clamp(70px, 10vw, 126px) 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.95), rgba(255, 253, 247, 0.74)),
    url("assets/office-greenery.jpg") center / cover no-repeat;
}

.subpage-hero h1 {
  max-width: 820px;
  color: var(--leaf-deep);
  font-size: 5.4rem;
}

.subpage-hero p {
  max-width: 690px;
  color: var(--muted);
  font-size: 1.16rem;
}

.subpage-hero__grid,
.admin-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.subpage-panel {
  display: grid;
  gap: 12px;
  padding: 30px;
  background: rgba(255, 253, 247, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.subpage-panel strong {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.subpage-panel span {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--leaf-deep);
  font-weight: 800;
}

.admin-detail {
  padding: clamp(58px, 9vw, 104px) 0;
}

.admin-detail__grid {
  align-items: start;
}

.admin-detail article {
  padding: clamp(24px, 4vw, 36px);
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-detail h2 {
  font-size: 2.4rem;
}

.gallery {
  background: var(--paper);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
}

.gallery-item {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--mint);
}

.gallery-item--large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 520px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-item figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 42px 18px 18px;
  background: linear-gradient(180deg, rgba(33, 53, 47, 0), rgba(33, 53, 47, 0.78));
  color: #fffdf7;
  font-weight: 800;
}

.contact {
  padding: clamp(58px, 9vw, 104px) 0;
}

.contact-box {
  display: grid;
  gap: 8px;
  padding: clamp(24px, 4vw, 34px);
  background: rgba(255, 253, 247, 0.74);
  border: 1px solid rgba(46, 101, 72, 0.18);
  border-radius: 8px;
  font-style: normal;
}

.contact-box strong {
  font-size: 1.18rem;
}

.contact-box a {
  color: var(--leaf-deep);
  font-weight: 800;
  text-decoration-color: rgba(46, 101, 72, 0.28);
  text-underline-offset: 4px;
}

.site-footer {
  padding: 26px 0 34px;
  background: #1f302b;
  color: rgba(255, 253, 247, 0.82);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.site-footer p {
  margin-bottom: 0;
}

.privacy {
  justify-self: end;
  max-width: 820px;
}

.privacy summary {
  cursor: pointer;
  color: #fff6b9;
  font-weight: 800;
  text-align: right;
}

.privacy__content {
  margin-top: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.privacy__content p + p {
  margin-top: 14px;
}

@media (max-width: 900px) {
  h1 {
    font-size: 5.2rem;
  }

  h2 {
    font-size: 3rem;
  }

  .hero__lead {
    font-size: 1.25rem;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: 76svh;
    background-position: center;
  }

  .intro__grid,
  .contact-grid,
  .feature-grid,
  .subpage-hero__grid,
  .admin-detail__grid {
    grid-template-columns: 1fr;
  }

  .service-story,
  .service-story--plants,
  .service-duo {
    grid-template-columns: 1fr;
  }

  .service-story--plants .service-story__media {
    order: 0;
  }

  .service-story,
  .service-compact {
    min-height: 0;
  }

  .service-story__media img {
    min-height: 360px;
  }

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

  .feature-media img,
  .feature-media img + img {
    height: 430px;
  }

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

  .gallery-item,
  .gallery-item--large {
    grid-column: auto;
    grid-row: auto;
    min-height: 340px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .privacy {
    justify-self: stretch;
  }

  .privacy summary {
    text-align: left;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 3.45rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero__lead {
    max-width: 32ch;
    font-size: 1.1rem;
  }

  .subpage-hero h1 {
    font-size: 3rem;
  }

  .site-header {
    min-height: 0;
    padding: 10px 16px;
  }

  .brand img {
    width: min(240px, 86vw);
  }

  .main-nav {
    gap: 16px;
    font-size: 0.9rem;
  }

  .section-inner {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero {
    min-height: 78svh;
    padding-top: 78px;
    background:
      linear-gradient(180deg, rgba(30, 47, 38, 0.82) 0%, rgba(30, 47, 38, 0.56) 48%, rgba(30, 47, 38, 0.18) 100%),
      url("assets/hero-florals.jpeg") center / cover no-repeat;
  }

  .hero__content {
    width: min(calc(100% - 28px), 760px);
    margin: 0 auto;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    width: calc(100% - 28px);
    max-width: 360px;
  }

  .button {
    width: 100%;
  }

  .service-story__content,
  .service-compact,
  .admin-detail article,
  .subpage-panel {
    padding: 22px;
  }

  .service-story__media img {
    min-height: 280px;
  }

  .service-story h3,
  .service-compact h3,
  .admin-detail h2 {
    font-size: 1.75rem;
  }

  .feature-media {
    grid-template-columns: 1fr;
  }

  .feature-media img,
  .feature-media img + img {
    height: 430px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item--large {
    min-height: 310px;
  }

  .privacy__content {
    padding: 18px;
  }
}
