/* =================================================================
   Jantique Ltd / Canopy & Capital Design System
   Standalone CSS matched from reference.
   ================================================================= */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --forest: #064E32;
  --deep: #0B3D2E;
  --ink: #18382B;
  --muted: #61776A;
  --lime: #7CBF3F;
  --leaf: #A5D65A;
  --ivory: #FBFCF8;
  --mist: #F0F5ED;
  --pale: #E5F0E0;
  --white: #FFFFFF;
  --line: rgba(6, 78, 50, .14);
  --line-light: rgba(255, 255, 255, .15);
  --shadow: 0 24px 70px rgba(6, 78, 50, .09);
  --ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--ivory); color: var(--ink); font-family: Manrope, system-ui, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::selection { background: rgba(124, 191, 63, .35); color: var(--forest); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.container { width: min(100% - 40px, 1160px); margin-inline: auto; }
.display { font-family: 'DM Serif Display', Georgia, serif; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white); transition: background .3s ease, color .3s ease, box-shadow .3s ease, border-color .3s ease; }
.site-header.is-scrolled { background: rgba(251, 252, 248, .96); color: var(--ink); border-bottom: 1px solid var(--line); box-shadow: 0 10px 35px rgba(6, 78, 50, .08); backdrop-filter: blur(18px); }
.nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: rgba(124, 191, 63, .18); border: 1px solid rgba(165, 214, 90, .4); overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.brand-name { line-height: .95; }
.brand-name strong { display: block; font-size: 12px; letter-spacing: .25em; font-weight: 800; }
.brand-name small { display: block; margin-top: 5px; font-size: 8px; font-weight: 800; letter-spacing: .28em; opacity: .58; }
.nav-links { display: flex; align-items: center; gap: 23px; }
.nav-links a { position: relative; padding: 12px 0; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; opacity: .78; transition: opacity .2s ease, color .2s ease; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--lime); transition: right .25s var(--ease); }
.nav-links a:hover, .nav-links a.is-active { opacity: 1; }
.nav-links a.is-active::after, .nav-links a:hover::after { right: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 20px; border: 0; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; transition: transform .16s var(--ease), background .2s ease, color .2s ease, border-color .2s ease; }
.button:active { transform: scale(.97); }
.button-lime { background: var(--lime); color: var(--deep); }
.button-lime:hover { background: var(--leaf); }
.button-dark { background: var(--forest); color: var(--white); }
.button-dark:hover { background: var(--deep); }
.button-ghost { border: 1px solid rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .04); color: var(--white); }
.button-ghost:hover { background: rgba(255, 255, 255, .13); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.08); color: inherit; cursor: pointer; }
.site-header.is-scrolled .menu-toggle { border-color: var(--line); background: var(--mist); color: var(--forest); }
.mobile-menu { display: none; }

.hero { position: relative; display: flex; align-items: flex-end; min-height: 640px; overflow: hidden; padding: 140px 0 82px; color: var(--white); background: var(--deep); }
.hero.has-image::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,61,46,.98) 0%, rgba(11,61,46,.78) 48%, rgba(11,61,46,.18) 100%), linear-gradient(0deg, rgba(11,61,46,.4), transparent 70%); z-index: 1; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.hero-content { position: relative; z-index: 2; max-width: 780px; }
.hero h1 { max-width: 780px; margin: 26px 0 0; font-size: clamp(44px, 6vw, 84px); line-height: .98; letter-spacing: -.05em; font-family: 'DM Serif Display', Georgia, serif; }
.hero p { max-width: 650px; margin: 27px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-route { display: flex; align-items: center; gap: 13px; margin-top: 32px; color: rgba(255,255,255,.56); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero-route i { color: var(--lime); font-style: normal; }
.route-orb { position: absolute; z-index: 1; top: 120px; right: 8%; width: 220px; height: 220px; border: 1px solid rgba(124,191,63,.22); border-radius: 50%; }
.route-orb::after { content: ''; position: absolute; top: 74px; right: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 8px rgba(124,191,63,.14); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .22em; line-height: 1; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 40px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--leaf); }

.section { padding: 112px 0; }
.section-tight { padding: 72px 0; }
.section-dark { background: var(--deep); color: var(--white); }
.section-mist { background: var(--mist); }
.section-pale { background: var(--pale); }
.section-intro { max-width: 650px; }
.section-intro.center { margin-inline: auto; text-align: center; }
.section-intro.center .eyebrow { justify-content: center; }
.section h2 { margin: 22px 0 0; color: var(--deep); font-size: clamp(34px, 4.5vw, 56px); line-height: 1.04; letter-spacing: -.045em; font-family: 'DM Serif Display', Georgia, serif; }
.section-dark h2 { color: var(--white); }
.section-intro p { margin: 23px 0 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.section-dark .section-intro p { color: rgba(255,255,255,.63); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--ivory); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; gap: 14px; padding: 28px 22px; border-left: 1px solid var(--line); }
.trust-item:first-child { border-left: 0; }
.icon-circle { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #E6F0E1; color: var(--forest); }
.icon-circle svg { width: 18px; height: 18px; }
.trust-item h3 { margin: 0; font-size: 14px; color: var(--deep); }
.trust-item p { max-width: 190px; margin: 7px 0 0; color: #6c8175; font-size: 12px; line-height: 1.6; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 96px; }
.split.reverse > :first-child { order: 2; }
.image-field { position: relative; overflow: hidden; border-radius: 26px; background: var(--mist); }
.image-field img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.image-field:hover img { transform: scale(1.045); }
.image-tall { aspect-ratio: .9 / 1; }
.image-wide { aspect-ratio: 1.25 / 1; }
.image-caption { position: absolute; left: 20px; bottom: 20px; max-width: 245px; padding: 13px 15px; border-radius: 14px; background: rgba(251,252,248,.94); box-shadow: var(--shadow); }
.image-caption strong { display: block; color: var(--forest); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.image-caption span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.copy-block { max-width: 620px; }
.copy-block > p { margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 29px; color: var(--forest); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.text-link:hover { color: var(--lime); }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 58px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s ease; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(124,191,63,.48); box-shadow: var(--shadow); }
.product-card-image { position: relative; aspect-ratio: 1.25 / 1; overflow: hidden; background: var(--deep); }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(.96); transition: transform .7s var(--ease); }
.product-card:hover img { transform: scale(1.05); }
.product-card-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,61,46,.48), transparent 70%); pointer-events: none; }
.product-tag { position: absolute; z-index: 1; left: 13px; top: 13px; padding: 7px 10px; border-radius: 999px; background: rgba(251,252,248,.92); color: var(--forest); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-body { padding: 22px; display: flex; flex-direction: column; flex: 1; justify-content: space-between; }
.product-body h3 { margin: 0; color: var(--deep); font-size: 18px; font-family: 'DM Serif Display', Georgia, serif; }
.product-body p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

/* Journey / Timeline */
.journey-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; margin-top: 54px; }
.journey-step { padding: 22px 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); position: relative; }
.journey-step .step-no { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.journey-step h3 { margin: 10px 0 0; color: var(--deep); font-size: 15px; }
.journey-step p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

/* Map / Corridor */
.corridor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 54px; }
.corridor-card { padding: 42px; border-radius: 24px; background: rgba(255,255,255,.04); border: 1px solid var(--line-light); }
.corridor-card h3 { margin: 0; color: var(--white); font-size: 24px; font-family: 'DM Serif Display', Georgia, serif; }
.corridor-card p { margin: 16px 0 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.8; }

/* Form */
.form-card { max-width: 780px; margin-inline: auto; padding: 48px; border-radius: 26px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: span 2; }
.field label { color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; height: 50px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--ivory); color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { height: 140px; padding-top: 14px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--lime); box-shadow: 0 0 0 4px rgba(124,191,63,.15); }
.form-status { margin-top: 20px; padding: 16px 20px; border-radius: 12px; background: var(--mist); color: var(--forest); font-size: 13px; display: none; }
.form-status.is-visible { display: block; }

/* Footer */
.site-footer { background: var(--deep); color: var(--white); padding: 84px 0 36px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 48px; padding-bottom: 64px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-col h4 { margin: 0 0 20px; color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-col ul a { color: rgba(255,255,255,.65); font-size: 13px; transition: color .2s ease; }
.footer-col ul a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 36px; color: rgba(255,255,255,.45); font-size: 12px; }

/* Mobile menu */
.mobile-menu { position: fixed; inset: 76px 0 0; background: var(--deep); padding: 32px 24px; z-index: 49; transform: translateY(-110%); transition: transform .35s var(--ease); display: flex; flex-direction: column; gap: 20px; }
.mobile-menu.is-open { transform: translateY(0); }
.mobile-menu a { color: var(--white); font-size: 14px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }

@media (max-width: 980px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 48px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .corridor-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .nav-links { display: none; }
  .menu-toggle { display: grid; place-items: center; }
}

@media (max-width: 640px) {
  .trust-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
}
