:root {
  --ink: #17201d;
  --green: #173f35;
  --green-light: #235447;
  --cream: #f4f0e8;
  --paper: #fcfaf6;
  --amber: #e8a14a;
  --line: rgba(23, 32, 29, 0.14);
  --sans: "DM Sans", system-ui, sans-serif;
  --display: "Manrope", var(--sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 86px; color: white; border-bottom: 1px solid rgba(255,255,255,.22); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 18px; font-weight: 700; letter-spacing: -.5px; }
.brand > span:last-child > span { font-weight: 500; opacity: .78; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; background: var(--amber); color: var(--green); border-radius: 50% 50% 50% 14%; font-size: 19px; font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 500; }
.main-nav > a:not(.nav-cta) { opacity: .82; transition: opacity .2s; }
.main-nav > a:hover { opacity: 1; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 100px; }
.nav-cta span { margin-left: 5px; color: var(--amber); }
.menu-toggle { display: none; padding: 8px; color: inherit; background: none; border: 0; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; }

.hero { position: relative; min-height: 790px; height: 100vh; max-height: 940px; display: flex; align-items: center; color: white; overflow: hidden; background: #253b35; }
.hero-media { position: absolute; inset: 0; background-image: url("assets/hero-sourcing.jpg"); background-size: cover; background-position: center; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,43,36,.96) 0%, rgba(17,51,43,.86) 33%, rgba(16,46,39,.32) 63%, rgba(11,25,22,.08) 100%), linear-gradient(0deg, rgba(10,29,24,.58), transparent 46%); }
.hero-inner { position: relative; z-index: 2; padding-top: 100px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { content: ""; width: 26px; height: 2px; background: var(--amber); }
.hero h1 { max-width: 770px; margin: 25px 0 22px; font-family: var(--display); font-size: clamp(56px, 6.4vw, 88px); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { color: #e6c993; font-family: Georgia, serif; font-weight: 400; }
.hero-copy { max-width: 585px; margin: 0; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 15px 21px; border: 0; border-radius: 3px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: #102a24; }
.text-link { padding: 11px 0 7px; border-bottom: 1px solid rgba(255,255,255,.42); }
.text-link span { margin-left: 12px; color: var(--amber); }
.hero-proof { position: absolute; left: 24px; bottom: -175px; display: flex; gap: 0; }
.hero-proof div { display: grid; min-width: 178px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.22); }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { color: #fff; font-family: var(--display); font-size: 25px; }
.hero-proof span { margin-top: 5px; color: rgba(255,255,255,.57); font-size: 12px; }

.trust-strip { background: #0e2e27; color: white; }
.trust-row { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.trust-row p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.trust-items { display: flex; gap: 30px; font-size: 13px; }
.trust-items span { display: flex; align-items: center; gap: 8px; }
.trust-items i { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.section-kicker { color: var(--green); }
.section-kicker.light { color: #efb76e; }
.section-heading h2, .process h2, .about h2, .contact h2 { margin: 16px 0 0; font-family: var(--display); font-size: clamp(38px, 4.2vw, 57px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .process-intro > p { margin: 0; color: #67716d; line-height: 1.7; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 460px; padding: 36px 32px 31px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(24,49,42,.09); }
.service-card.featured { background: #edf0e9; border-color: transparent; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--green); }
.featured .service-icon { background: var(--green); color: white; }
.service-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.card-number { position: absolute; top: 38px; right: 32px; color: #9ba39f; font-size: 12px; }
.service-card h3 { max-width: 240px; margin: 54px 0 16px; font-family: var(--display); font-size: 25px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: #6c7571; font-size: 15px; line-height: 1.65; }
.service-card ul { margin: auto 0 0; padding: 23px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { margin-top: 7px; font-size: 13px; }
.service-card li::before { content: "·"; margin-right: 8px; color: var(--amber); font-weight: 900; }

.process { background: var(--green); color: white; }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.process-intro { position: sticky; top: 50px; align-self: start; }
.process-intro > p { max-width: 430px; margin: 24px 0 34px; color: rgba(255,255,255,.62); }
.button-light { color: var(--green); background: #f3eee4; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 25px; padding: 34px 0 38px; border-top: 1px solid rgba(255,255,255,.16); }
.steps li:first-child { padding-top: 0; border-top: 0; }
.steps li > span { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #efb76e; font-size: 12px; }
.steps h3 { margin: 5px 0 10px; font-family: var(--display); font-size: 23px; }
.steps p { max-width: 530px; margin: 0; color: rgba(255,255,255,.57); line-height: 1.65; }

.categories { background: var(--cream); }
.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 16px; }
.category { position: relative; overflow: hidden; padding: 28px; background: #deded4; display: flex; flex-direction: column; justify-content: flex-end; }
.category::before, .category::after { content: ""; position: absolute; border-radius: 50%; opacity: .85; }
.category > * { position: relative; z-index: 2; }
.category > span { position: absolute; top: 25px; left: 28px; font-size: 11px; }
.category h3 { margin: 0 0 8px; font-family: var(--display); font-size: 24px; }
.category p { max-width: 320px; margin: 0; color: rgba(23,32,29,.65); font-size: 14px; line-height: 1.55; }
.category-home { grid-column: span 7; grid-row: span 2; background: #d8ddd3; }
.category-home::before { width: 350px; height: 350px; right: -40px; top: 30px; background: #738a77; }
.category-home::after { width: 210px; height: 210px; right: 80px; top: 100px; border: 1px solid rgba(255,255,255,.55); background: #c5b895; }
.category-beauty { grid-column: span 5; background: #e3d7c9; }
.category-beauty::before { width: 150px; height: 150px; right: 22px; top: -34px; background: #bd8c73; }
.category-pet { grid-column: span 5; background: #c7d3d1; }
.category-pet::before { width: 180px; height: 180px; right: -36px; top: 25px; border: 36px solid #64827e; background: transparent; }
.category-custom { grid-column: span 7; background: #d7c494; }
.category-custom::before { width: 260px; height: 95px; right: -10px; top: 32px; border-radius: 0; transform: rotate(-12deg); background: var(--green); }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-visual { position: relative; min-height: 540px; display: grid; place-items: center; overflow: hidden; background: #e4e0d5; }
.about-card { position: relative; z-index: 3; width: 250px; padding: 42px 30px; background: var(--green); color: white; box-shadow: 30px 35px 0 #d3a96d; }
.about-card span { color: #e7b575; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.about-card strong { display: block; margin: 12px 0 70px; font-family: var(--display); font-size: 39px; }
.about-card small { color: rgba(255,255,255,.62); line-height: 1.6; }
.orbit { position: absolute; border: 1px solid rgba(23,63,53,.25); border-radius: 50%; }
.orbit-one { width: 440px; height: 440px; }
.orbit-two { width: 610px; height: 270px; transform: rotate(32deg); }
.about-copy .lead { margin: 28px 0 18px; font-size: 19px; line-height: 1.7; }
.about-copy > p:not(.lead) { color: #68716d; line-height: 1.75; }
.values { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.values div { display: grid; gap: 8px; }
.values strong { font-family: var(--display); }
.values span { color: #737b77; font-size: 13px; line-height: 1.55; }

.contact { padding: 105px 0; background: #102f28; color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.contact-copy p { max-width: 430px; margin: 22px 0 28px; color: rgba(255,255,255,.6); line-height: 1.7; }
.contact-copy > a { color: #edb56d; border-bottom: 1px solid rgba(237,181,109,.5); }
.contact-form { padding: 40px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 9px; margin-bottom: 21px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 0; color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--amber); }
.contact-form ::placeholder { color: rgba(255,255,255,.35); }
.button-accent { background: var(--amber); color: #142d27; }
.form-note { margin: 16px 0 0; color: rgba(255,255,255,.4); font-size: 11px; }

.site-footer { padding: 55px 0 24px; background: #0a201b; color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding-bottom: 48px; }
.brand-footer { color: white; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.43); font-size: 13px; }
.footer-links { display: flex; gap: 25px; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.35); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .container { width: min(100% - 32px, 720px); }
  .site-header { height: 72px; }
  .menu-toggle { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 0; padding: 110px 32px 40px; flex-direction: column; align-items: flex-start; background: #102f28; transform: translateX(100%); transition: transform .3s ease; font-size: 22px; }
  .main-nav.open { transform: translateX(0); }
  .nav-cta { margin-top: 20px; }
  .hero { min-height: 780px; max-height: none; height: 100svh; }
  .hero-media { background-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(14,43,36,.96), rgba(14,43,36,.78) 65%, rgba(14,43,36,.35)); }
  .hero-proof { position: static; margin-top: 55px; }
  .trust-row, .section-heading { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; }
  .trust-row { padding: 24px 0; }
  .trust-items { flex-wrap: wrap; gap: 12px 23px; }
  .section { padding: 85px 0; }
  .section-heading { gap: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; }
  .process-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .process-intro { position: static; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 270px; }
  .category { grid-column: auto; grid-row: auto; }
  .about-visual { min-height: 480px; }
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hero { min-height: 730px; }
  .hero-inner { padding-top: 70px; }
  .hero h1 { font-size: clamp(45px, 13vw, 62px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-proof { gap: 18px; margin-top: 42px; }
  .hero-proof div { min-width: 0; padding: 0 12px 0 18px; }
  .hero-proof strong { font-size: 19px; }
  .hero-proof span { font-size: 10px; }
  .section-heading h2, .process h2, .about h2, .contact h2 { font-size: 37px; }
  .category-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .about-visual { min-height: 430px; }
  .about-card { width: 220px; }
  .values, .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 27px 22px; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}

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