:root {
  --ink: #0a6b3a;
  --muted: #587263;
  --paper: #fffefa;
  --cream: #fff2d2;
  --line: #d9e7d4;
  --coral: #ff7b16;
  --coral-dark: #ee5d11;
  --sage: #e0f0d4;
  --olive: #76be3c;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 1240px; margin: 0 auto; padding: 28px 48px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { position: relative; display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; }
.brand-mark::before, .brand-mark::after { position: absolute; width: 28px; height: 28px; border-radius: 50% 50% 50% 7px; content: ""; }
.brand-mark::before { background: var(--coral); transform: translate(6px, -4px) rotate(17deg); }
.brand-mark::after { background: var(--olive); transform: translate(-6px, 4px) rotate(197deg); }
.brand-mark span { position: relative; z-index: 1; width: 4px; height: 4px; margin: 1px; border-radius: 50%; background: var(--white); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 16px; font-weight: 800; letter-spacing: -0.04em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.nav-links { display: flex; gap: 30px; margin-left: auto; color: var(--muted); font-size: 13px; font-weight: 600; }
.nav-links a:hover, .footer-links a:hover { color: var(--coral-dark); }
.nav-cta { padding: 12px 17px; border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 700; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--ink); color: var(--white); }

.hero { display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); gap: clamp(42px, 8vw, 110px); max-width: 1240px; min-height: 665px; margin: 0 auto; padding: 72px 48px 90px; align-items: center; }
.hero-copy { padding-bottom: 25px; }
.eyebrow { margin: 0 0 20px; color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 610px; margin-bottom: 26px; font-size: clamp(56px, 7vw, 92px); font-weight: 800; letter-spacing: -.075em; line-height: .91; }
.hero-lede { max-width: 450px; margin-bottom: 34px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button { display: inline-flex; align-items: center; gap: 18px; border-radius: 999px; padding: 17px 22px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: var(--white); box-shadow: 0 12px 24px rgb(217 82 61 / 18%); }
.button-primary:hover { background: var(--coral-dark); }
.text-link, .underlined-link { font-size: 13px; font-weight: 800; }
.text-link span, .underlined-link span { color: var(--coral-dark); font-size: 18px; margin-left: 6px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 32px; color: var(--muted); font-size: 11px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--olive); box-shadow: 0 0 0 4px rgb(166 181 156 / 20%); }

.hero-visual { position: relative; min-height: 530px; overflow: hidden; border-radius: 46% 46% 13% 13% / 25% 25% 11% 11%; background: var(--sage); isolation: isolate; }
.hero-visual::after { position: absolute; inset: 18px; z-index: -1; border: 1px solid rgb(32 40 39 / 14%); border-radius: inherit; content: ""; }
.sun-wash { position: absolute; top: -85px; right: -80px; width: 330px; height: 330px; border-radius: 50%; background: #ffbd21; opacity: .75; filter: blur(1px); }
.color-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-orange { bottom: -105px; left: -70px; width: 260px; height: 260px; background: var(--coral); opacity: .88; }
.orb-green { top: 190px; right: -68px; width: 180px; height: 180px; background: var(--olive); opacity: .82; }
.visual-label { position: absolute; top: 37px; left: 42px; max-width: 125px; color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.logo-card { position: absolute; top: 83px; right: 9%; bottom: 92px; left: 9%; display: grid; place-items: center; padding: 30px; border-radius: 28px; background: #fff; box-shadow: 0 25px 34px rgb(10 107 58 / 14%); transform: rotate(-3deg); }
.logo-card img { display: block; width: 100%; max-width: 500px; height: auto; mix-blend-mode: multiply; }
.plate { position: absolute; border-radius: 50%; background: #f7efe1; box-shadow: 0 25px 34px rgb(39 49 42 / 15%), inset 0 0 0 1px rgb(39 49 42 / 11%); }
.plate-main { top: 116px; left: 12%; width: 65%; aspect-ratio: 1; transform: rotate(-15deg); }
.plate-side { right: 9%; bottom: 112px; width: 34%; aspect-ratio: 1; transform: rotate(18deg); }
.plate::before { position: absolute; inset: 8%; border: 1px solid rgb(32 40 39 / 13%); border-radius: 50%; content: ""; }
.plate-center { position: absolute; top: 50%; left: 50%; color: var(--coral); font-size: 16px; font-weight: 800; letter-spacing: -.05em; transform: translate(-50%, -50%); }
.food, .mini-food { position: absolute; border-radius: 50%; }
.food-one { top: 20%; left: 28%; width: 22%; height: 12%; background: #cf553d; transform: rotate(24deg); }
.food-two { top: 34%; left: 55%; width: 20%; height: 13%; background: #e69b4d; transform: rotate(-34deg); }
.food-three { bottom: 24%; left: 29%; width: 21%; height: 13%; background: #92a678; transform: rotate(-15deg); }
.food-four { right: 19%; bottom: 26%; width: 18%; height: 12%; background: #e4c17f; transform: rotate(20deg); }
.mini-one { top: 28%; left: 26%; width: 29%; height: 15%; background: #e69b4d; transform: rotate(-11deg); }
.mini-two { top: 49%; right: 21%; width: 28%; height: 15%; background: #cf553d; transform: rotate(31deg); }
.mini-three { bottom: 21%; left: 28%; width: 27%; height: 15%; background: #92a678; transform: rotate(17deg); }
.visual-card { position: absolute; right: 25px; bottom: 30px; width: 190px; padding: 18px; border: 1px solid rgb(255 253 249 / 68%); border-radius: 18px; background: rgb(255 253 249 / 88%); box-shadow: 0 12px 28px rgb(32 40 39 / 12%); }
.visual-card span, .visual-card small { display: block; color: var(--muted); font-size: 10px; }
.visual-card strong { display: block; margin: 7px 0 8px; font-size: 17px; letter-spacing: -.04em; line-height: 1.05; }
.visual-sprig { position: absolute; width: 100px; height: 25px; border-top: 2px solid var(--ink); opacity: .5; }
.visual-sprig::before, .visual-sprig::after { position: absolute; width: 30px; height: 13px; border: 2px solid var(--ink); border-bottom: 0; border-radius: 50% 50% 0 0; content: ""; }
.sprig-left { bottom: 74px; left: 37px; transform: rotate(-18deg); }
.sprig-left::before { left: 10px; bottom: 1px; transform: rotate(-35deg); }
.sprig-left::after { left: 42px; bottom: 3px; transform: rotate(17deg); }
.sprig-right { top: 190px; right: 17px; transform: rotate(155deg); }
.sprig-right::before { left: 10px; bottom: 1px; transform: rotate(-35deg); }
.sprig-right::after { left: 42px; bottom: 3px; transform: rotate(17deg); }

.trust-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; padding: 22px 30px; background: var(--ink); color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-strip i { color: var(--coral); font-style: normal; }
.section { max-width: 1240px; margin: 0 auto; padding: 125px 48px; }
.intro-section { display: grid; grid-template-columns: 1fr 1fr; gap: 13%; align-items: end; }
.section-heading h2, .process-intro h2 { margin: 0; font-size: clamp(44px, 5.5vw, 75px); letter-spacing: -.07em; line-height: .95; }
.intro-copy { max-width: 455px; padding-bottom: 3px; }
.intro-copy p { margin-bottom: 26px; color: var(--muted); font-size: 19px; line-height: 1.55; }
.underlined-link { display: inline-block; padding-bottom: 8px; border-bottom: 1px solid var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1240px; margin: 0 auto; padding: 0 48px 126px; gap: 14px; }
.service-card { min-height: 370px; padding: 25px 26px 28px; border-radius: 24px; display: flex; flex-direction: column; }
.service-card-dark { background: var(--ink); color: var(--white); }
.service-card-coral { background: var(--coral); color: var(--white); }
.service-card-cream { background: var(--cream); }
.card-number { margin-bottom: 42px; font-size: 11px; font-weight: 800; opacity: .63; }
.card-icon { margin-bottom: 22px; font-size: 36px; line-height: 1; }
.icon-tray { color: #ffd066; }
.icon-star { color: #fff0b2; }
.icon-clock { color: var(--coral-dark); }
.service-card h3 { margin-bottom: 12px; font-size: 27px; letter-spacing: -.055em; }
.service-card p { max-width: 275px; margin-bottom: 23px; color: inherit; opacity: .77; font-size: 14px; line-height: 1.5; }
.service-card a { display: inline-flex; gap: 9px; align-items: center; margin-top: auto; font-size: 12px; font-weight: 800; }
.service-card a span { font-size: 17px; }

.process-section { display: grid; grid-template-columns: .82fr 1fr; gap: 13%; padding-top: 0; }
.process-intro h2 em { color: var(--coral-dark); font-family: Georgia, serif; font-weight: 400; }
.process-intro > p:last-child { max-width: 320px; margin-top: 28px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.steps { padding-top: 33px; }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 21px; padding: 24px 0; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step-index { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--coral-dark); border-radius: 50%; color: var(--coral-dark); font-size: 12px; font-weight: 800; }
.step h3 { margin-bottom: 7px; font-size: 19px; letter-spacing: -.04em; }
.step p { max-width: 330px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }

.contact-section { background: var(--ink); color: var(--white); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 13%; max-width: 1240px; margin: 0 auto; padding: 105px 48px 112px; }
.eyebrow-light { color: #bfe58c; }
.contact-inner h2 { margin: 0; font-size: clamp(48px, 6vw, 80px); letter-spacing: -.075em; line-height: .92; }
.contact-side { max-width: 420px; padding-top: 34px; }
.contact-side > p { margin-bottom: 33px; color: #ddf2d6; font-size: 17px; line-height: 1.55; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: #fff3de; }
.contact-phone { display: grid; gap: 5px; }
.contact-phone span { color: #bfe58c; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-phone strong { font-size: 17px; }
.site-footer { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 30px; align-items: center; max-width: 1240px; margin: 0 auto; padding: 35px 48px 55px; }
.brand-footer .brand-mark::before { background: var(--coral); }
.site-footer > p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 20px; color: var(--muted); font-size: 12px; font-weight: 700; }
.copyright { grid-column: 1 / -1; color: #929892; font-size: 10px; }

@media (max-width: 900px) {
  .site-nav { padding-inline: 28px; }
  .nav-links { gap: 16px; }
  .nav-cta { display: none; }
  .hero, .section, .contact-inner { padding-inline: 28px; }
  .hero { grid-template-columns: 1fr; padding-top: 50px; }
  .hero-copy { max-width: 620px; }
  .hero-visual { min-height: 500px; }
  .service-grid { padding-inline: 28px; }
  .site-footer { padding-inline: 28px; }
}
@media (max-width: 640px) {
  .site-nav { padding: 20px 20px; }
  .nav-links { display: none; }
  .hero { min-height: auto; padding: 46px 20px 64px; }
  h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-note { align-items: flex-start; line-height: 1.4; }
  .hero-visual { min-height: 390px; border-radius: 42% 42% 10% 10% / 20% 20% 8% 8%; }
  .plate-main { top: 82px; left: 10%; width: 68%; }
  .plate-side { right: 7%; bottom: 73px; }
  .logo-card { top: 70px; right: 7%; bottom: 73px; left: 7%; padding: 19px; }
  .visual-card { right: 16px; bottom: 17px; width: 170px; padding: 14px; }
  .visual-card strong { font-size: 15px; }
  .visual-label { top: 25px; left: 25px; }
  .trust-strip { gap: 12px; padding: 18px 20px; font-size: 9px; line-height: 1.35; }
  .trust-strip i { display: none; }
  .section { padding: 82px 20px; }
  .intro-section, .process-section, .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .section-heading h2, .process-intro h2 { font-size: 54px; }
  .intro-copy p { font-size: 17px; }
  .service-grid { grid-template-columns: 1fr; padding: 0 20px 84px; }
  .service-card { min-height: 300px; }
  .process-section { padding-top: 0; }
  .process-intro > p:last-child { margin-top: 22px; }
  .steps { padding-top: 0; }
  .contact-inner { padding-top: 76px; padding-bottom: 82px; gap: 35px; }
  .contact-inner h2 { font-size: 56px; }
  .contact-side { padding-top: 0; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; gap: 18px; padding: 30px 20px 45px; }
  .footer-links { order: 3; }
  .copyright { grid-column: auto; order: 4; }
}
