/* ===========================================================
   Hass Landscapes & Gardens — Perth, WA
   Palette and type from the Hass Identity Kit.
   =========================================================== */

:root {
  --forest: #2B381C;
  --leaf:   #3E4B20;
  --sage:   #6B7742;
  --cream:  #FBF7EE;
  --sand:   #E8E0CC;
  --line:   rgba(43, 56, 28, 0.14);
  --line-light: rgba(251, 247, 238, 0.22);

  --wrap: 1160px;
  --gutter: clamp(20px, 5vw, 56px);
  --sec-y: clamp(64px, 9vw, 128px);

  --track: 0.18em;
  --radius: 4px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--forest);
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: inherit; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--forest);
  color: var(--cream);
  padding: 12px 18px;
  z-index: 999;
}
.skip:focus { left: 8px; top: 8px; }

/* ── Type scale ─────────────────────────────────────── */

h1, h2, h3 { font-weight: 300; letter-spacing: -0.015em; line-height: 1.12; margin: 0; }

h1 {
  font-size: clamp(2.25rem, 5.4vw, 3.75rem);
  text-wrap: balance;
}

.section-head {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  margin-bottom: 0.5em;
}

.eyebrow,
.section-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: var(--track);
  text-transform: uppercase;
  color: var(--sage);
  margin: 0 0 1.4em;
}

.lede, .section-lede {
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  color: rgba(43, 56, 28, 0.78);
  max-width: 54ch;
}

.section-lede { margin: 0 0 clamp(36px, 5vw, 64px); }

/* ── Buttons ────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 30px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
}

.btn-solid { background: var(--forest); color: var(--cream); }
.btn-solid:hover { background: var(--leaf); border-color: var(--leaf); transform: translateY(-1px); }

.btn-line { background: transparent; color: var(--forest); }
.btn-line:hover { background: var(--forest); color: var(--cream); }

.btn-sm { padding: 11px 20px; font-size: 0.78rem; }
.btn-full { width: 100%; border: none; font-family: inherit; }

/* ── Header ─────────────────────────────────────────── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 247, 238, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 1px 20px rgba(43, 56, 28, 0.05);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
}

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 46px; height: 46px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-size: 1.12rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.brand-sub {
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sage);
  margin-top: 3px;
}

.site-nav { display: flex; gap: clamp(16px, 2.4vw, 34px); }
.site-nav a {
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--forest);
  padding-block: 6px;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, color .2s ease;
}
.site-nav a:hover { color: var(--sage); border-bottom-color: var(--sage); }

.header-actions { display: flex; align-items: center; gap: 12px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px; height: 42px;
  background: none;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  padding: 0 11px;
}
.nav-toggle span { display: block; height: 1.4px; background: var(--forest); border-radius: 2px; }

/* ── Hero ───────────────────────────────────────────── */

.hero { padding-block: clamp(48px, 7vw, 96px) clamp(40px, 6vw, 84px); }

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.hero h1 { margin-bottom: 0.55em; }
.hero .lede { margin: 0 0 2.2em; }

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

.hero-points {
  list-style: none;
  margin: 2.6em 0 0;
  padding: 1.6em 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
}
.hero-points li {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--sage);
  position: relative;
  padding-left: 16px;
}
.hero-points li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.62em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--sage);
}

/* Deep-forest panel with the arc motif from the identity kit */
.hero-panel {
  position: relative;
  background: var(--forest);
  border-radius: 10px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  display: grid;
  place-items: center;
  max-width: 100%;
}
.arc { position: absolute; border-radius: 50%; }
.arc-1 {
  width: 78%; aspect-ratio: 1;
  background: var(--leaf);
  right: -22%; top: -14%;
}
.arc-2 {
  width: 60%; aspect-ratio: 1;
  border: 1px solid rgba(232, 224, 204, 0.3);
  left: -18%; bottom: -16%;
}
.arc-3 {
  width: 34%; aspect-ratio: 1;
  background: var(--sage);
  opacity: 0.35;
  right: 12%; bottom: 8%;
}

.hero-panel-mark { position: relative; text-align: center; color: var(--cream); padding: 44px 24px; }
.mono {
  display: grid;
  place-items: center;
  width: 74px; height: 74px;
  margin: 0 auto 26px;
  border: 1px solid rgba(232, 224, 204, 0.55);
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.panel-word {
  margin: 0;
  font-size: clamp(2rem, 4.6vw, 2.9rem);
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-indent: 0.3em;
}
.panel-sub {
  margin: 14px auto 0;
  max-width: 20ch;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(251, 247, 238, 0.72);
  position: relative;
  padding-top: 16px;
}
.panel-sub::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 40px; height: 1px;
  background: rgba(232, 224, 204, 0.45);
}

/* ── Strip ──────────────────────────────────────────── */

.strip { background: var(--sand); }
.strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 28px;
  padding-block: 20px;
}
.strip-inner span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--leaf);
}

/* ── Sections ───────────────────────────────────────── */

.section { padding-block: var(--sec-y); }
.section-sand { background: var(--sand); }

.section-forest {
  background: var(--forest);
  color: var(--cream);
}
.section-forest .section-label { color: rgba(232, 224, 204, 0.72); }

/* ── Services ───────────────────────────────────────── */

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service {
  background: var(--cream);
  padding: clamp(28px, 3.4vw, 44px);
  transition: background .25s ease;
}
.service:hover { background: #fff; }

.service-no {
  margin: 0 0 20px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: var(--track);
  color: var(--sage);
}

.service h3 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.6em;
}

.service p {
  margin: 0;
  font-size: 0.98rem;
  color: rgba(43, 56, 28, 0.76);
}

/* ── About ──────────────────────────────────────────── */

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
}

.about-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.about-copy p { margin: 0 0 1.15em; max-width: 56ch; }

.creds {
  list-style: none;
  margin: 1.8em 0 0;
  padding: 0;
  max-width: 52ch;
}
.creds li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 9px;
  font-size: 0.94rem;
  color: rgba(43, 56, 28, 0.8);
}
.creds li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.62em;
  width: 9px; height: 1px;
  background: var(--sage);
}

.signature {
  margin-top: 2em !important;
  padding-top: 1.4em;
  border-top: 1px solid rgba(43, 56, 28, 0.2);
  font-size: 1.05rem;
  font-weight: 500;
}
.signature span {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
}

/* ── Steps ──────────────────────────────────────────── */

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 56px);
  margin-top: clamp(36px, 5vw, 56px);
}

.step { padding-top: 26px; border-top: 1px solid var(--line-light); }

.step-no {
  margin: 0 0 18px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: var(--track);
  color: rgba(232, 224, 204, 0.7);
}

.step h3 { font-size: 1.35rem; font-weight: 400; margin-bottom: 0.55em; }

.step p {
  margin: 0;
  font-size: 0.98rem;
  color: rgba(251, 247, 238, 0.76);
}

/* ── Gallery ────────────────────────────────────────── */

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.tile {
  margin: 0;
  aspect-ratio: 4 / 3;
  background: var(--sand);
  border: 1px dashed rgba(43, 56, 28, 0.28);
  border-radius: 6px;
  display: grid;
  place-items: center;
}
.tile span {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: var(--track);
  text-transform: uppercase;
  color: var(--sage);
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.88em;
  background: var(--sand);
  padding: 2px 6px;
  border-radius: 3px;
}

/* ── Contact ────────────────────────────────────────── */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.contact-copy p { max-width: 46ch; }

.price-note {
  margin: 2.2em 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--sage);
  max-width: 46ch;
}
.price-note p {
  margin: 0 0 6px;
  font-size: 1.06rem;
  color: var(--forest);
}
.price-note p:last-child {
  margin-bottom: 0;
  font-size: 0.96rem;
  color: rgba(43, 56, 28, 0.72);
}
.price-note strong { font-weight: 600; }

.contact-list { margin-top: 2.4em; border-top: 1px solid rgba(43, 56, 28, 0.2); }

.contact-item {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid rgba(43, 56, 28, 0.2);
  text-decoration: none;
  transition: padding-left .2s ease;
}
a.contact-item:hover { padding-left: 8px; }

.ci-label {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: var(--track);
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 5px;
}
.ci-value { font-size: 1.06rem; }

/* ── Form ───────────────────────────────────────────── */

.form-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 3.2vw, 40px);
}

.field { margin-bottom: 18px; }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 7px;
}
.opt { text-transform: none; letter-spacing: 0; font-weight: 400; }

.field-legend {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 7px;
}

.choice-row { display: flex; gap: 8px; }

.choice { flex: 1 1 0; min-width: 0; margin: 0; }

.choice input {
  position: absolute;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
}

.choice span {
  display: block;
  text-align: center;
  padding: 12px 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.94rem;
  color: var(--forest);
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.choice span:hover { border-color: var(--sage); }

.choice input:checked + span {
  background: var(--forest);
  border-color: var(--forest);
  color: var(--cream);
}

.choice input:focus-visible + span {
  outline: none;
  box-shadow: 0 0 0 3px rgba(107, 119, 66, 0.28);
}

input, select, textarea {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  color: var(--forest);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(107, 119, 66, 0.16);
}
textarea { resize: vertical; }

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236B7742' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  padding-right: 38px;
}

.hp { position: absolute; left: -9999px; }

.form-note {
  margin: 14px 0 0;
  font-size: 0.82rem;
  text-align: center;
  color: var(--sage);
}

/* ── Footer ─────────────────────────────────────────── */

.site-footer { background: var(--forest); color: var(--cream); padding-top: clamp(48px, 6vw, 80px); }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: clamp(36px, 5vw, 56px);
}

.footer-name {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
.footer-sub {
  margin: 8px 0 0;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(251, 247, 238, 0.7);
}
.footer-loc {
  margin: 22px 0 0;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
}

.footer-fine {
  margin: 14px 0 0;
  max-width: 34ch;
  font-size: 0.78rem;
  color: rgba(251, 247, 238, 0.55);
}

.footer-social {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.footer-area {
  margin: 18px 0 0;
  max-width: 26ch;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(251, 247, 238, 0.55);
}

.footer-label {
  margin: 0 0 16px;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: var(--track);
  text-transform: uppercase;
  color: rgba(232, 224, 204, 0.6);
}
.footer-col a {
  display: block;
  font-size: 0.95rem;
  color: rgba(251, 247, 238, 0.86);
  text-decoration: none;
  padding-block: 5px;
  transition: color .2s ease;
}
.footer-col a:hover { color: #fff; }

.footer-base {
  border-top: 1px solid var(--line-light);
  padding-block: 22px 26px;
}
.footer-base p {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(251, 247, 238, 0.55);
}

/* ── Mobile call button ─────────────────────────────── */

.call-fab {
  display: none;
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 90;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px;
  background: var(--forest);
  color: var(--cream);
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 8px 26px rgba(43, 56, 28, 0.3);
}

/* ── Responsive ─────────────────────────────────────── */

@media (max-width: 960px) {
  .services, .gallery { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-panel { aspect-ratio: auto; min-height: 280px; order: -1; }
  .about-photo { max-width: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }

  .site-nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    padding: 8px var(--gutter) 18px;
    display: none;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding-block: 13px; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: none; }

  .nav-toggle { display: flex; }
  .header-actions .btn-sm { display: none; }

  .services, .gallery { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }

  .call-fab { display: flex; }
  .site-footer { padding-bottom: 76px; }

  .strip-inner { justify-content: flex-start; gap: 8px 20px; }
  .brand-mark { width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
