@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap');

:root {
  --ink: #18372d;
  --forest: #244f3b;
  --sage: #a7b99c;
  --cream: #f4efe3;
  --paper: #fffaf0;
  --orange: #e67b4b;
  --lime: #d5df68;
  --line: rgba(24, 55, 45, .2);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  height: 92px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between;
  position: absolute; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: .75rem; }
.brand-mark {
  display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--ink);
  border-radius: 50% 50% 42% 58% / 58% 45% 55% 42%; font-family: var(--serif); font-weight: 600;
  transform: rotate(-8deg);
}
.brand-photo { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 1px solid var(--ink); }
.brand span:last-child { display: grid; gap: .05rem; }
.brand strong { font-family: var(--serif); font-size: 1.15rem; line-height: 1; }
.brand small { text-transform: uppercase; letter-spacing: .12em; font-size: .53rem; }
nav { display: flex; align-items: center; gap: 2rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
nav a:not(.nav-cta) { border-bottom: 1px solid transparent; padding: .4rem 0; }
nav a:not(.nav-cta):hover { border-color: var(--ink); }
.nav-cta, .button { border-radius: 100px; }
.nav-cta { padding: .9rem 1.2rem; border: 1px solid var(--ink); transition: .2s ease; }
.nav-cta:hover { background: var(--ink); color: var(--cream); }
.menu-toggle { display: none; }

.hero { min-height: 100vh; padding: 150px 5vw 5vw; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 5vw; }
.hero::before { content: ""; position: absolute; width: 40vw; height: 40vw; border: 1px solid rgba(36,79,59,.12); border-radius: 50%; left: -20vw; top: 25%; }
.hero-copy { max-width: 720px; position: relative; z-index: 2; }
.eyebrow, .section-number { margin: 0 0 1.5rem; text-transform: uppercase; font-size: .68rem; letter-spacing: .2em; font-weight: 600; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.5rem; font: 600 clamp(4.4rem, 9vw, 9rem)/.84 var(--serif); letter-spacing: -.07em; }
h1 em, .quote-band em { color: var(--orange); font-weight: 500; }
.hero-intro { max-width: 570px; font: 500 clamp(1rem, 1.45vw, 1.3rem)/1.6 var(--sans); }
.hero-actions { margin-top: 2.5rem; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button { padding: 1rem 1.3rem; display: inline-flex; align-items: center; gap: 1.2rem; font-weight: 600; font-size: .85rem; }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary:hover span { transform: translateY(4px); }
.button span { transition: transform .2s ease; }
.text-link { display: inline-flex; gap: .8rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: .35rem; }

.hero-visual { aspect-ratio: 1; max-width: 590px; width: 100%; margin: auto; position: relative; display: grid; place-items: center; }
.hero-photo { aspect-ratio: .84; display: block; padding: 1.2rem 1.2rem 4.5rem; background: var(--paper); transform: rotate(2deg); box-shadow: 0 22px 50px rgba(24,55,45,.14); }
.hero-photo::before { content: ""; position: absolute; inset: -5% -8% 6% 8%; border: 1px solid var(--ink); z-index: -1; transform: rotate(-5deg); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo .visual-note { bottom: 1rem; left: 1.5rem; transform: none; }
.sun { position: absolute; inset: 4%; background: var(--lime); border-radius: 50%; }
.plate { width: 68%; aspect-ratio: 1; border-radius: 50%; background: var(--paper); position: relative; box-shadow: 0 22px 50px rgba(24,55,45,.12), inset 0 0 0 1px rgba(24,55,45,.08); transform: rotate(-8deg); }
.leaf, .fruit, .grain { position: absolute; }
.leaf { width: 14%; height: 34%; background: var(--forest); border-radius: 100% 0 100% 0; }
.leaf-one { top: 20%; left: 25%; transform: rotate(-35deg); }
.leaf-two { bottom: 16%; right: 22%; transform: rotate(145deg); background: var(--sage); }
.fruit { border-radius: 50%; background: var(--orange); }
.fruit-one { width: 25%; aspect-ratio: 1; top: 19%; right: 20%; box-shadow: inset -8px -8px 0 rgba(112,46,21,.12); }
.fruit-two { width: 18%; aspect-ratio: 1; bottom: 25%; left: 23%; background: #d6df68; }
.fruit-three { width: 12%; aspect-ratio: 1; top: 48%; right: 38%; background: #efb65e; }
.grain { width: 4%; height: 17%; background: #c59655; border-radius: 100%; }
.grain-one { left: 47%; bottom: 16%; transform: rotate(-25deg); }
.grain-two { left: 54%; bottom: 18%; transform: rotate(8deg); }
.visual-note { position: absolute; bottom: 0; left: 4%; font-size: .65rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .15em; transform: rotate(-7deg); }
.visual-note strong { font: 500 1.25rem var(--serif); text-transform: none; letter-spacing: 0; }
.hero-stamp { position: absolute; right: -3rem; bottom: 7%; border: 1px solid var(--ink); border-radius: 50%; width: 130px; aspect-ratio: 1; display: grid; place-items: center; text-align: center; font-size: .6rem; text-transform: uppercase; letter-spacing: .18em; transform: rotate(18deg); }

.manifesto, .inspirations { padding: 8rem 5vw; }
.manifesto { background: var(--paper); border-top: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: 1.15fr .6fr; gap: 10vw; align-items: end; }
h2 { font: 500 clamp(3.2rem, 6vw, 6.8rem)/.98 var(--serif); letter-spacing: -.055em; }
.manifesto-copy { font-size: 1rem; line-height: 1.75; }
.manifesto-copy p:last-of-type { margin-bottom: 2rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 7rem; }
.value-card { background: var(--paper); padding: 2.4rem; min-height: 280px; }
.value-icon { display: inline-grid; place-items: center; width: 44px; aspect-ratio: 1; border-radius: 50%; border: 1px solid var(--ink); font-size: .65rem; }
.value-card h3 { font: 500 2.3rem var(--serif); margin: 3.5rem 0 1rem; }
.value-card p { line-height: 1.65; font-size: .88rem; max-width: 310px; }

.quote-band { min-height: 430px; background: var(--forest); color: var(--paper); padding: 6rem 5vw; display: flex; align-items: center; justify-content: space-between; overflow: hidden; }
.quote-band p { font: 500 clamp(4rem, 8vw, 8rem)/.9 var(--serif); letter-spacing: -.06em; margin: 0; position: relative; z-index: 2; }
.botanical { width: 34vw; height: 300px; position: relative; }
.botanical::before { content: ""; position: absolute; width: 2px; height: 120%; background: var(--sage); transform: rotate(52deg); left: 46%; top: -12%; }
.botanical span { position: absolute; width: 33%; height: 18%; border-radius: 100% 0; background: var(--sage); transform: rotate(30deg); }
.botanical span:nth-child(1) { left: 4%; top: 50%; }
.botanical span:nth-child(2) { left: 24%; top: 29%; transform: rotate(80deg); }
.botanical span:nth-child(3) { left: 46%; top: 25%; }
.botanical span:nth-child(4) { left: 56%; top: 57%; transform: rotate(82deg); }
.botanical span:nth-child(5) { left: 75%; top: 35%; }

.section-heading { display: grid; grid-template-columns: .45fr 1.2fr .65fr; gap: 5vw; align-items: end; margin-bottom: 4rem; }
.section-heading h2 { margin: 0; font-size: clamp(3.2rem, 5vw, 5.5rem); }
.section-heading > p:last-child { line-height: 1.7; margin: 0; }
.inspiration-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.inspiration-card { min-height: 500px; padding: 1.7rem; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.card-green { background: var(--sage); }
.card-orange { background: var(--orange); }
.card-cream { background: var(--paper); border: 1px solid var(--line); }
.card-art { height: 55%; position: relative; margin-bottom: auto; }
.photo-art { margin: -1.7rem -1.7rem 1.7rem; height: 58%; overflow: hidden; }
.photo-art img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .5s ease, filter .5s ease; }
.inspiration-card:hover .photo-art img { transform: scale(1.04); filter: saturate(1); }
.inspiration-card > span { font-size: .65rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 600; }
.inspiration-card h3 { font: 500 clamp(1.8rem, 2.6vw, 2.8rem)/1.05 var(--serif); letter-spacing: -.04em; margin: 1rem 0 2rem; }
.inspiration-card a { display: flex; justify-content: space-between; border-top: 1px solid currentColor; padding-top: .9rem; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 600; }
.art-leaves i { position: absolute; width: 32%; height: 62%; border-radius: 100% 0; background: var(--forest); }
.art-leaves i:nth-child(1) { left: 12%; top: 12%; transform: rotate(-18deg); }
.art-leaves i:nth-child(2) { left: 42%; top: 2%; transform: rotate(35deg); background: var(--lime); }
.art-leaves i:nth-child(3) { right: 5%; top: 32%; transform: rotate(70deg); background: var(--cream); }
.art-citrus i { position: absolute; border-radius: 50%; border: 2px solid var(--ink); background: #f3b45d; }
.art-citrus i::after { content: ""; position: absolute; inset: 15%; border: 1px dashed var(--ink); border-radius: 50%; }
.art-citrus i:nth-child(1) { width: 48%; aspect-ratio: 1; left: 6%; top: 12%; }
.art-citrus i:nth-child(2) { width: 34%; aspect-ratio: 1; right: 4%; top: 2%; background: var(--lime); }
.art-citrus i:nth-child(3) { width: 27%; aspect-ratio: 1; right: 17%; bottom: 2%; background: var(--cream); }
.art-sun i { position: absolute; width: 65%; aspect-ratio: 1; border-radius: 50%; background: var(--lime); left: 17%; top: 5%; box-shadow: 0 0 0 16px var(--paper), 0 0 0 17px var(--ink), 0 0 0 36px var(--paper), 0 0 0 37px var(--ink); }

.contact { margin: 2rem 5vw 6rem; padding: 6rem; background: var(--lime); display: grid; grid-template-columns: 1fr .75fr; gap: 10vw; align-items: center; position: relative; overflow: hidden; }
.contact::after { content: ""; position: absolute; width: 420px; aspect-ratio: 1; border: 1px solid rgba(24,55,45,.2); border-radius: 50%; left: -210px; bottom: -260px; }
.contact h2 { font-size: clamp(3.2rem, 5vw, 5.8rem); }
.contact-copy > p:last-child { line-height: 1.7; max-width: 570px; }
.contact-card { background: var(--forest); color: var(--paper); padding: 2rem; aspect-ratio: 1.6; display: grid; grid-template-columns: 1fr auto; align-content: space-between; position: relative; transition: transform .25s ease; }
.contact-card:hover { transform: rotate(-2deg) scale(1.02); }
.contact-kicker { grid-column: 1/-1; font-size: .65rem; text-transform: uppercase; letter-spacing: .18em; }
.contact-card strong { font: 500 clamp(2rem, 4vw, 4.1rem) var(--serif); align-self: end; }
.contact-arrow { font-size: 3rem; align-self: end; }
.contact-card small { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.3); padding-top: 1rem; }

footer { padding: 2rem 5vw; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 2rem; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
footer p { margin: 0; }
footer div { display: flex; gap: 1.5rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 78px; padding: 0 1.2rem; }
  .menu-toggle { display: grid; gap: 5px; border: 0; background: transparent; padding: .6rem; }
  .menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; background: var(--ink); }
  nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 2rem; background: var(--paper); border-bottom: 1px solid var(--line); align-items: stretch; flex-direction: column; gap: 1rem; }
  nav.open { display: flex; }
  .hero { padding: 125px 1.2rem 4rem; grid-template-columns: 1fr; min-height: auto; }
  h1 { font-size: clamp(4rem, 19vw, 6.8rem); }
  .hero-visual { max-width: 480px; }
  .hero-stamp { display: none; }
  .manifesto, .inspirations { padding: 5rem 1.2rem; }
  .manifesto-grid, .section-heading, .contact { grid-template-columns: 1fr; gap: 2rem; }
  .values, .inspiration-grid { grid-template-columns: 1fr; }
  .values { margin-top: 4rem; }
  .value-card { min-height: 240px; }
  .quote-band { padding: 5rem 1.2rem; min-height: 360px; }
  .botanical { display: none; }
  .inspiration-card { min-height: 460px; }
  .contact { margin: 1rem 1.2rem 4rem; padding: 3rem 1.5rem; }
  footer { padding: 2rem 1.2rem; flex-direction: column; align-items: flex-start; }
}

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