@import "tailwindcss";

:root {
  --ink: #17372a;
  --green: #2f6849;
  --lime: #ddeb83;
  --cream: #faf9f3;
  --orange: #ed7a3b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }
a { color: inherit; text-decoration: none; }

[data-reveal] { opacity: 0; transform: translateY(48px); transition: opacity .85s cubic-bezier(.22, 1, .36, 1), transform .85s cubic-bezier(.22, 1, .36, 1); will-change: opacity, transform; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.header { position: absolute; inset: 0 0 auto; z-index: 10; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800; letter-spacing: .12em; }
.logoMark { display: grid; place-items: center; width: 38px; height: 38px; color: white; background: var(--green); border-radius: 50% 48% 52% 46%; font-family: serif; }
nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
.navCta { padding: 13px 22px; color: white; background: var(--ink); border-radius: 99px; }

.hero { position: relative; min-height: 780px; height: 100vh; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 50% 45%, #fff 0 28%, transparent 62%), linear-gradient(135deg, #f8f7ee, #f1f6db); }
.heroContent { position: relative; z-index: 2; text-align: center; margin-top: 30px; }
.eyebrow { font-size: 11px; font-weight: 800; letter-spacing: .24em; color: var(--green); }
h1 { margin: 24px 0 26px; font-family: "Yu Mincho", serif; font-size: clamp(52px, 7.4vw, 104px); line-height: 1.16; letter-spacing: -.04em; font-weight: 600; }
h1 em, .vision h2 em { position: relative; color: var(--orange); font-style: normal; }
h1 em::after { content: ""; position: absolute; left: 3%; right: 0; bottom: -8px; height: 12px; border-top: 3px solid var(--orange); border-radius: 50%; transform: rotate(-2deg); }
.lead { line-height: 2; font-size: 15px; }
.primaryButton, .contactButton { display: inline-flex; align-items: center; gap: 32px; margin-top: 28px; padding: 17px 22px 17px 28px; border-radius: 99px; color: white; background: var(--ink); font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.primaryButton:hover, .contactButton:hover { transform: translateY(-3px); background: var(--green); }
.primaryButton span, .contactButton span { display: grid; place-items: center; width: 28px; height: 28px; color: var(--ink); background: var(--lime); border-radius: 50%; }
.fruit { position: absolute; z-index: 1; border-radius: 48% 52% 51% 49%; filter: drop-shadow(0 28px 25px rgba(40,60,25,.13)); }
.fruit::after { content: ""; position: absolute; width: 45%; height: 20%; top: 9%; left: 18%; border-radius: 50%; background: rgba(255,255,255,.48); filter: blur(10px); transform: rotate(-30deg); }
.fruitOne { width: 190px; height: 190px; left: 6%; top: 24%; background: radial-gradient(circle at 36% 28%, #ffd46a 0 6%, #f39a39 28%, #db552c 72%); transform: rotate(-14deg); }
.fruitTwo { width: 135px; height: 135px; right: 9%; bottom: 18%; background: radial-gradient(circle at 35% 30%, #fff291 0, #f1ca3a 36%, #e49726 78%); }
.leaf { position: absolute; width: 160px; height: 75px; border-radius: 100% 0 100% 0; background: linear-gradient(135deg, #94b754, #315f3d); opacity: .9; }
.leafOne { left: 17%; bottom: 9%; transform: rotate(-26deg); }
.leafTwo { right: 13%; top: 19%; transform: rotate(35deg); }
.scroll { position: absolute; bottom: 34px; left: 5vw; font-size: 9px; letter-spacing: .2em; writing-mode: vertical-rl; }
.scroll span { display: inline-block; width: 1px; height: 55px; margin-top: 12px; background: var(--ink); }
.heroCta { position: relative; z-index: 3; display: flex; justify-content: center; padding: 42px 24px 50px; background: #fff; }
.heroCtaButton { display: inline-flex; align-items: center; justify-content: space-between; gap: 46px; min-width: 320px; padding: 18px 20px 18px 28px; color: white; background: var(--orange); border: 1px solid #d9652f; border-radius: 12px; box-shadow: 0 7px 0 #b94f25, 0 16px 28px rgba(185,79,37,.22); font-size: 14px; font-weight: 800; letter-spacing: .04em; transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease; }
.heroCtaButton:hover, .heroCtaButton:focus-visible { transform: translateY(-4px); background: #f18749; box-shadow: 0 10px 0 #b94f25, 0 22px 34px rgba(185,79,37,.27); outline: none; }
.heroCtaButton:active { transform: translateY(5px); box-shadow: 0 2px 0 #b94f25, 0 8px 14px rgba(185,79,37,.2); }
.heroCtaArrow { display: grid; place-items: center; width: 34px; height: 34px; color: var(--orange); background: white; border-radius: 8px; font-size: 18px; transition: transform .22s ease; }
.heroCtaButton:hover .heroCtaArrow, .heroCtaButton:focus-visible .heroCtaArrow { transform: translateX(3px); }

.section { padding: 120px 8vw; }
.sectionLabel { display: flex; gap: 16px; align-items: center; margin-bottom: 65px; font-size: 10px; font-weight: 800; letter-spacing: .24em; }
.sectionLabel span { display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--green); border-radius: 50%; letter-spacing: 0; }
.about { background: #fff; }
.aboutGrid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 9vw; align-items: start; }
.about h2, .services h2, .vision h2, .contact h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(38px, 5vw, 68px); line-height: 1.45; font-weight: 600; letter-spacing: -.04em; }
.aboutGrid > div { padding-top: 12px; font-size: 15px; line-height: 2.15; }
.aboutGrid > div p { margin: 0 0 24px; }
.landscape { position: relative; height: 360px; margin-top: 90px; overflow: hidden; border-radius: 2px 80px 2px 80px; background: linear-gradient(#eaf2c6 0 55%, #cbdc82 55%); }
.landscape .sun { position: absolute; width: 90px; height: 90px; top: 44px; right: 15%; border-radius: 50%; background: #f6b94d; box-shadow: 0 0 60px #fff9b9; }
.hill { position: absolute; left: -10%; width: 120%; border-radius: 50% 50% 0 0; }
.hillBack { bottom: -45%; height: 72%; background: #8eaf62; transform: rotate(3deg); }
.hillFront { bottom: -65%; height: 90%; background: #46734c; transform: rotate(-3deg); }
.landscape p { position: absolute; z-index: 2; left: 7%; bottom: 47px; margin: 0; color: white; font-family: "Yu Mincho", serif; font-size: 24px; line-height: 1.7; }

.services { background: #f1f2e9; }
.servicesHeading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 60px; }
.servicesHeading p { margin: 0; line-height: 2; font-size: 14px; }
.serviceList { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.serviceCard { position: relative; min-height: 385px; padding: 30px; overflow: hidden; background: white; border-radius: 4px 38px 4px 38px; transition: transform .25s; }
.serviceCard:hover { transform: translateY(-8px); }
.serviceNumber { font-size: 11px; font-weight: 800; color: var(--orange); }
.serviceIcon { display: grid; place-items: center; width: 90px; height: 90px; margin: 48px auto 38px; color: white; background: var(--green); border-radius: 45% 55% 46% 54%; font-size: 28px; }
.serviceCard:nth-child(2) .serviceIcon { color: var(--ink); background: var(--lime); }
.serviceCard:nth-child(3) .serviceIcon { background: var(--orange); }
.serviceCard h3 { margin: 0 0 18px; font-family: "Yu Mincho", serif; font-size: 26px; }
.serviceCard p { margin: 0; color: #53665d; font-size: 13px; line-height: 1.9; }

.vision { position: relative; min-height: 650px; overflow: hidden; color: white; background: var(--ink); text-align: center; }
.vision h2 { position: relative; z-index: 2; margin-top: 45px; }
.visionFruit { position: absolute; width: 400px; height: 400px; left: 50%; bottom: -195px; transform: translateX(-50%); display: grid; place-items: start center; padding-top: 80px; border-radius: 48% 52%; background: radial-gradient(circle at 33% 25%, #ffdf65, #ea7b3b 45%, #c7422d 78%); box-shadow: 0 0 100px rgba(239,139,63,.25); }
.visionFruit span { font-size: 10px; letter-spacing: .35em; }
.vision .eyebrow { color: var(--lime); }

.contact { padding-top: 140px; padding-bottom: 140px; text-align: center; background: #eef4d6; }
.contact h2 { margin: 25px 0; }
.contact > p:not(.eyebrow) { font-size: 14px; }
.faq { background: #fff; }
.faqLayout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.faqHeading { position: sticky; top: 45px; }
.faqHeading h2 { margin: 18px 0 20px; font-family: "Yu Mincho", serif; font-size: clamp(38px, 5vw, 64px); font-weight: 600; letter-spacing: -.04em; }
.faqHeading > p:last-child { color: #617169; font-size: 14px; line-height: 1.9; }
.faqList { border-top: 1px solid #ccd5ce; }
.faqItem { border-bottom: 1px solid #ccd5ce; }
.faqQuestion { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 4px; color: var(--ink); background: transparent; border: 0; cursor: pointer; text-align: left; font: inherit; font-size: 16px; font-weight: 700; line-height: 1.7; }
.faqQuestion > span:first-child { display: flex; gap: 16px; align-items: baseline; }
.faqQuestion b, .faqAnswer b { color: var(--orange); font-family: serif; font-size: 19px; }
.faqToggle { position: relative; flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid #b8c5bc; border-radius: 50%; transition: transform .32s ease, background-color .25s ease, border-color .25s ease; }
.faqToggle::before, .faqToggle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1.5px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .32s ease; }
.faqToggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.faqItem.is-open .faqToggle { color: white; background: var(--orange); border-color: var(--orange); transform: rotate(180deg); }
.faqItem.is-open .faqToggle::before, .faqItem.is-open .faqToggle::after { background: white; }
.faqItem.is-open .faqToggle::after { transform: translate(-50%, -50%) rotate(0); }
.faqQuestion:hover .faqToggle, .faqQuestion:focus-visible .faqToggle { border-color: var(--orange); }
.faqQuestion:focus-visible { outline: 2px solid var(--orange); outline-offset: 5px; border-radius: 4px; }
.faqAnswer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .42s cubic-bezier(.22, 1, .36, 1), opacity .32s ease; }
.faqAnswer > div { overflow: hidden; }
.faqAnswer p { display: flex; gap: 16px; margin: 0; padding: 0 52px 30px 4px; color: #53665d; font-size: 14px; line-height: 2; }
.faqItem.is-open .faqAnswer { grid-template-rows: 1fr; opacity: 1; }
footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; padding: 55px 5vw; color: white; background: var(--ink); }
footer p { margin: 0; font-family: serif; font-style: italic; }
.footerCenter { display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.socialLinks { display: flex; align-items: center; gap: 12px; }
.socialLinks a { display: grid; place-items: center; width: 42px; height: 42px; color: white; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; transition: transform .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.socialLinks a:hover, .socialLinks a:focus-visible { transform: translateY(-5px); color: var(--ink); background: var(--lime); border-color: var(--lime); box-shadow: 0 10px 22px rgba(0,0,0,.2); outline: none; }
.socialLinks svg { width: 18px; height: 18px; fill: currentColor; }
.socialLinks rect, .socialLinks circle { fill: none; stroke: currentColor; stroke-width: 1.8; }
.socialLinks .socialDot { fill: currentColor; stroke: none; }
.socialLinks a:first-child svg, .socialLinks a:last-child svg { fill: currentColor; }
footer small { text-align: right; opacity: .7; }

@media (max-width: 760px) {
  .header { height: 74px; padding: 0 22px; }
  nav a:not(.navCta) { display: none; }
  .navCta { padding: 11px 18px; }
  .hero { min-height: 720px; }
  .heroContent { padding: 0 24px; }
  h1 { font-size: 49px; }
  .lead { font-size: 13px; }
  .desktop { display: none; }
  .fruitOne { width: 110px; height: 110px; left: -22px; top: 20%; }
  .fruitTwo { width: 85px; height: 85px; right: -16px; bottom: 17%; }
  .leafOne { left: -65px; }
  .leafTwo { right: -78px; top: 15%; }
  .heroCta { padding: 32px 20px 40px; }
  .heroCtaButton { width: 100%; min-width: 0; gap: 20px; }
  .section { padding: 85px 24px; }
  .sectionLabel { margin-bottom: 45px; }
  .aboutGrid { grid-template-columns: 1fr; gap: 36px; }
  .about h2, .services h2, .vision h2, .contact h2 { font-size: 38px; }
  .landscape { height: 300px; margin-top: 60px; border-radius: 2px 45px; }
  .landscape p { left: 24px; font-size: 19px; }
  .servicesHeading { display: block; }
  .servicesHeading p { margin-top: 20px; }
  .serviceList { grid-template-columns: 1fr; }
  .serviceCard { min-height: 350px; }
  .vision { min-height: 590px; }
  .visionFruit { width: 330px; height: 330px; bottom: -155px; }
  .faqLayout { grid-template-columns: 1fr; gap: 45px; }
  .faqHeading { position: static; }
  .faqQuestion { padding: 24px 0; font-size: 14px; }
  .faqQuestion > span:first-child, .faqAnswer p { gap: 10px; }
  .faqAnswer p { padding: 0 4px 25px 0; }
  footer { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  footer p, footer small { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
