:root {
  --forest: #4a6a3d;
  --forest-deep: #3a5430;
  --sage: #8ea67a;
  --sage-soft: #e8eee0;
  --clay: #c6874a;
  --clay-deep: #a86d38;
  --paper: #fbfaf5;
  --cream: #f1ede1;
  --ink: #2c312a;
  --muted: #5f6555;
  --line: #e3e0d3;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; background: var(--forest); color: #fff; padding: 8px 14px; border-radius: 4px; z-index: 100; }

/* Typography */
h1, h2, h3 { font-family: var(--serif); font-weight: 500; color: var(--forest-deep); margin: 0; line-height: 1.08; }
h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); letter-spacing: 0.005em; }
h1 em { font-style: italic; color: var(--forest); }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h3 { font-size: 1.45rem; }
.eyebrow {
  font-family: var(--sans); font-weight: 400; font-size: 0.72rem;
  letter-spacing: 0.32em; text-transform: uppercase; color: var(--clay-deep);
  margin: 0 0 1.1rem;
}
.eyebrow.drop::before {
  content: ""; display: inline-block; width: 7px; height: 9px; margin-right: 0.7em;
  transform: translateY(1px);
  background: var(--sage); border-radius: 60% 60% 60% 60% / 80% 80% 50% 50%;
  clip-path: path("M3.5 0 C3.5 3 7 5 7 6.5 A3.5 3.5 0 1 1 0 6.5 C0 5 3.5 3 3.5 0 Z");
}

/* Layout helpers */
section { padding: clamp(4rem, 9vw, 8rem) clamp(1.4rem, 6vw, 6rem); position: relative; overflow: hidden; }
.section-head { max-width: 720px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); text-align: center; }
.section-sub { color: var(--muted); margin-top: 1rem; font-size: 1.05rem; }

/* Buttons */
.btn {
  display: inline-block; font-family: var(--sans); font-weight: 400; font-size: 0.98rem;
  letter-spacing: 0.03em; padding: 0.85em 1.8em; border-radius: 999px; text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  border: 1px solid transparent;
}
.btn-primary { background: var(--forest); color: #fff; }
.btn-primary:hover { background: var(--clay); }
.btn-ghost { border-color: var(--forest); color: var(--forest-deep); }
.btn-ghost:hover { background: var(--sage-soft); }
.btn:focus-visible, a:focus-visible { outline: 2px solid var(--clay-deep); outline-offset: 3px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.6rem clamp(1.2rem, 5vw, 4rem);
  background: rgba(251, 250, 245, 0.9); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.brand img { height: 46px; width: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(0.9rem, 2.2vw, 2rem); }
.site-nav a { text-decoration: none; font-size: 0.95rem; letter-spacing: 0.04em; color: var(--ink); }
.site-nav a:hover { color: var(--forest); }
.studio-link {
  border: 1px solid var(--sage); border-radius: 999px; padding: 0.4em 1.1em; color: var(--forest-deep) !important;
}
.studio-link:hover { background: var(--sage-soft); }

/* Hero */
.hero {
  text-align: center;
  background:
    radial-gradient(120% 80% at 50% -10%, #fff 0%, var(--paper) 55%),
    linear-gradient(180deg, var(--paper), var(--cream));
  padding-top: clamp(3.5rem, 7vw, 6rem);
}
.hero-inner { max-width: 780px; margin: 0 auto; }
.hero-logo { width: clamp(230px, 34vw, 340px); margin: 0 auto 1.6rem; }
.hero h1 { margin: 0.3rem 0 1.4rem; }
.lede { font-size: clamp(1.08rem, 2vw, 1.3rem); color: var(--muted); max-width: 40ch; margin: 0 auto 2rem; }
.cta-row { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }

.bee { position: absolute; width: clamp(64px, 7.5vw, 118px); top: 6%; left: 6%; opacity: 0.95; pointer-events: none; }

/* Approach */
.approach { background: var(--forest); color: #f4f1e7; }
.approach h2 { color: #fff; }
.approach .eyebrow { color: #d9c3a4; }
.approach .eyebrow.drop::before { background: var(--sage); }
.approach .ladybird { position: absolute; width: clamp(34px, 4vw, 52px); top: 12%; right: 8%; pointer-events: none; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; max-width: 1080px; margin: 0 auto; }
.card {
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px; padding: 2rem 1.8rem;
}
.card h3 { color: #fff; margin-bottom: 0.6rem; }
.card p { color: #e5e6d9; margin: 0; }

/* Services */
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); max-width: 1000px; margin: 0 auto; }
.service { background: var(--cream); border-radius: 10px; padding: clamp(1.8rem, 3vw, 2.6rem); border: 1px solid var(--line); }
.service h3 { color: var(--forest-deep); margin-bottom: 0.7rem; font-size: 1.7rem; }
.service p { color: var(--muted); margin: 0 0 1.2rem; }
.service ul { list-style: none; padding: 0; margin: 0; }
.service li { padding: 0.5rem 0 0.5rem 1.6rem; border-top: 1px solid var(--line); position: relative; color: var(--ink); }
.service li::before {
  content: ""; position: absolute; left: 0; top: 0.95em; width: 8px; height: 8px;
  background: var(--sage); border-radius: 50%;
}

/* About */
.about { background: var(--sage-soft); text-align: center; }
.about-inner { max-width: 680px; margin: 0 auto; }
.about h2 { margin-bottom: 1.3rem; }
.about p { font-size: 1.15rem; color: var(--ink); margin: 0 auto 1rem; }
.about-note { font-size: 1rem; color: var(--muted); }

/* Work */
.work { background: var(--paper); }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; max-width: 1080px; margin: 0 auto; }
.tile { margin: 0; }
.tile-img {
  aspect-ratio: 4 / 3; border-radius: 10px; border: 1px solid var(--line);
  background:
    radial-gradient(60% 60% at 30% 25%, rgba(255,255,255,0.6), transparent 60%),
    linear-gradient(150deg, var(--sage) 0%, var(--forest) 120%);
  opacity: 0.85;
}
.tile figcaption { margin-top: 0.8rem; font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--forest-deep); text-align: center; }

/* Contact */
.contact { background: var(--cream); text-align: center; }
.contact-inner { max-width: 620px; margin: 0 auto; }
.contact h2 { margin-bottom: 1.1rem; }
.contact .btn { margin: 0.6rem 0 2.4rem; }
.contact-details { list-style: none; padding: 0; margin: 0; display: inline-flex; flex-direction: column; gap: 0.6rem; text-align: left; }
.contact-details li { display: grid; grid-template-columns: 5rem 1fr; align-items: baseline; gap: 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--line); }
.contact-details span { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--clay-deep); }
.contact-details a { color: var(--forest-deep); text-decoration: none; }
.contact-details a:hover { text-decoration: underline; }

/* Footer */
.site-footer { background: var(--forest-deep); color: #eef0e5; text-align: center; padding: clamp(3rem, 6vw, 4.5rem) 1.4rem; }
.footer-logo { height: 66px; width: auto; margin: 0 auto 0.6rem; background: #fff; border-radius: 12px; padding: 8px 14px; }
.footer-tag { font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: #fff; margin: 0.4rem 0 1.4rem; }
.footer-nav { display: flex; gap: 1.4rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.4rem; }
.footer-nav a { text-decoration: none; font-size: 0.95rem; letter-spacing: 0.03em; color: #dfe2d3; }
.footer-nav a:hover { color: #fff; }
.footer-legal { font-size: 0.82rem; color: #b9c1a8; margin: 0; letter-spacing: 0.03em; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* Drifting bee */
@keyframes drift { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-14px) rotate(2deg); } }
.drift { animation: drift 7s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .drift { animation: none; } }

/* Mobile */
@media (max-width: 720px) {
  .site-header { flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
  .brand img { height: 34px; }
  .site-nav { gap: 0.7rem 1.1rem; font-size: 0.82rem; flex-wrap: wrap; justify-content: center; }
  .contact-details { display: flex; }
}
@media (max-width: 460px) {
  .contact-details li { grid-template-columns: 1fr; gap: 0.1rem; }
}
