:root {
    --forest: #68752d;
    --forest-deep: #3d2516;
    --leaf: #87943d;
    --lime: #f0bd3f;
    --sun: #d99518;
    --cream: #fcfaf4;
    --paper: #fffefb;
    --ink: #4c2d1c;
    --muted: #75695f;
    --line: #e8dfce;
    --serif: 'Playfair Display', Georgia, serif;
    --sans: 'DM Sans', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 var(--sans); }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 2; color: white; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 92px; border-bottom: 1px solid rgba(255,255,255,.25); }
.brand { display: inline-flex; align-items: center; gap: 10px; letter-spacing: .1em; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); font: 700 20px var(--serif); }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-size: 17px; }
.brand small { margin-top: 4px; font-size: 7px; letter-spacing: .2em; color: var(--lime); }
.logo-image { display: block; width: 172px; height: auto; max-height: 64px; object-fit: contain; background: white; }
.admin-sidebar .logo-image, .site-footer .logo-image { width: 180px; }
.admin-sidebar .brand-mark, .login-panel .brand-mark { width: 180px; height: 72px; border: 0; border-radius: 0; background: white url('../images/logo.jpg') center/contain no-repeat; color: transparent; font-size: 0; }
.admin-sidebar .brand > span:last-child, .login-panel .brand > span:last-child { display: none; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.site-nav a { opacity: .82; transition: color .2s, opacity .2s; }
.site-nav a:hover, .site-nav .active { color: var(--lime); opacity: 1; }
.nav-contact { padding: 10px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 30px; }
.nav-contact span, .button span { margin-left: 8px; }
.menu-toggle { display: none; align-items: center; gap: 8px; color: white; background: none; border: 1px solid rgba(255,255,255,.5); padding: 9px 11px; font: 700 11px var(--sans); cursor: pointer; }
.menu-toggle span { display: block; width: 16px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
.menu-toggle b { font-weight: 700; }
.hero { position: relative; min-height: 735px; display: flex; align-items: center; color: white; background: url('https://ariseinnovations.com/wp-content/uploads/2025/07/cropped-WhatsApp-Image-2025-06-30-at-13.38.34_858b3282.jpg') center/cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,39,32,.88), rgba(15,39,32,.36) 68%, rgba(15,39,32,.2)); }
.hero-content { position: relative; padding-top: 76px; }
.eyebrow { margin: 0 0 20px; color: var(--leaf); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
h1, h2 { margin: 0; font: 700 clamp(48px, 6vw, 82px)/1.02 var(--serif); letter-spacing: -.03em; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-copy { max-width: 430px; margin: 28px 0 34px; color: rgba(255,255,255,.82); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-block; padding: 14px 20px; border-radius: 2px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest-deep); background: var(--lime); }
.button-light { color: var(--forest); background: var(--cream); }
.text-link { display: inline-block; color: var(--forest); font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link.light { color: white; }
.hero-note { position: absolute; right: 5%; bottom: 38px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .16em; }
.hero-line { width: 60px; height: 1px; background: var(--lime); }
.section-pad { padding: 112px 0; }
.intro { background: var(--cream); }
.intro-grid, .pillar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
h2 { font-size: clamp(42px, 5vw, 66px); color: var(--forest); }
.intro-copy { max-width: 490px; padding-top: 30px; color: var(--muted); }
.intro-copy p { margin: 0 0 18px; }
.intro-copy .text-link { margin-top: 15px; }
.about-detail { color: white; background: var(--forest); }
.about-detail h2 { color: white; }
.about-detail .intro-copy { padding-top: 0; color: rgba(255,255,255,.76); }
.about-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.about-statement { margin-top: 28px !important; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.28); color: var(--lime); font: 600 21px/1.35 var(--serif); }
.pillars { background: var(--forest); color: white; }
.pillars h2 { color: white; }
.pillar-list { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; padding-top: 18px; }
.pillar-block { display: flex; gap: 20px; }
.pillar-number { color: var(--lime); font: 14px var(--serif); }
.pillar-block h3 { margin: 0 0 16px; font: 600 20px var(--serif); }
ul { list-style: none; padding: 0; margin: 0; color: rgba(255,255,255,.65); font-size: 14px; }
li { margin: 5px 0; }
li::before { content: '•'; margin-right: 8px; color: var(--lime); }
.products { background: var(--paper); }
.home-navigation { background: var(--cream); }
.home-about { background: var(--paper); }
.home-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.home-feature-image { min-height: 440px; padding: 20px; display: flex; align-items: end; color: white; background-position: center; background-size: cover; box-shadow: 18px 18px 0 var(--lime); }
.home-feature-image span { font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.home-feature-copy { max-width: 500px; }
.home-feature-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); line-height: 1.8; }
.home-products { background: var(--cream); }
.featured-products { display: grid; gap: 12px; }
.featured-product { display: grid; grid-template-columns: 115px 1fr 40px; gap: 22px; align-items: center; padding: 12px; background: var(--paper); box-shadow: 0 6px 18px rgba(16,44,37,.04); transition: transform .25s, box-shadow .25s; }
.featured-product:hover { transform: translateX(6px); box-shadow: 0 12px 25px rgba(16,44,37,.1); }
.featured-product img { width: 115px; height: 82px; object-fit: cover; }
.featured-product strong, .featured-product small { display: block; }
.featured-product strong { color: var(--forest); font: 600 22px var(--serif); }
.featured-product small { max-width: 600px; margin-top: 3px; color: var(--muted); font-size: 13px; }
.featured-product b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--forest-deep); background: var(--lime); }
.home-impact { color: white; background: var(--forest); }
.home-impact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.home-impact h2 { margin-bottom: 28px; color: white; }
.home-values { background: var(--cream); }
.impact-list { display: grid; gap: 10px; }
.impact-list div { display: flex; align-items: center; gap: 18px; min-height: 64px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); transition: transform .2s, background .2s, border-color .2s; }
.impact-list div:hover { transform: translateX(6px); border-color: rgba(240,189,63,.65); background: rgba(255,255,255,.12); }
.impact-list span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border: 1px solid rgba(240,189,63,.65); border-radius: 50%; color: var(--lime); font: 14px var(--serif); }
.impact-list strong { font: 600 18px var(--serif); }
.home-values .section-heading { margin-bottom: 42px; }
.home-values .values-grid { border-top: 0; gap: 12px; }
.home-values .value-item { min-height: 118px; padding: 22px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 7px 18px rgba(16,44,37,.04); transition: transform .2s, box-shadow .2s, border-color .2s; }
.home-values .value-item:hover { transform: translateY(-4px); border-color: var(--lime); box-shadow: 0 13px 24px rgba(16,44,37,.09); }
.home-values .value-item + .value-item { padding-left: 22px; border-left: 1px solid var(--line); }
.home-values .value-item span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; color: var(--forest-deep); background: var(--lime); font-size: 12px; }
.home-values .value-item strong { font-size: 19px; }
.home-team { background: var(--paper); }
.home-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-team-card { overflow: hidden; background: var(--cream); }
.home-team-card img, .home-team-card .team-initials { display: grid; width: 100%; aspect-ratio: 4 / 3; place-items: center; object-fit: contain; background: white; }
.home-team-card > span:last-child { display: block; padding: 16px 18px; }
.home-team-card strong, .home-team-card small { display: block; }
.home-team-card strong { color: var(--forest); font: 600 19px var(--serif); }
.home-team-card small { margin-top: 4px; color: var(--leaf); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home-proof { color: white; background: var(--forest-deep); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; align-items: baseline; gap: 10px; padding: 25px 20px; border-right: 1px solid rgba(255,255,255,.14); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { color: var(--lime); font: 700 30px var(--serif); }
.proof-grid span { color: rgba(255,255,255,.68); font-size: 11px; }
.team-section { background: var(--cream); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.team-card { overflow: hidden; background: var(--paper); box-shadow: 0 8px 24px rgba(16,44,37,.05); }
.team-card > img, .team-initials { display: grid; width: 100%; aspect-ratio: 4 / 3; place-items: center; object-fit: contain; object-position: center; background: white; }
.team-initials { color: var(--lime); background: var(--forest); font: 700 76px var(--serif); }
.team-card-content { padding: 22px; }
.team-card h3 { margin: 0; color: var(--forest); font: 600 22px var(--serif); }
.team-role { margin: 4px 0 15px; color: var(--leaf); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.team-card-content > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.team-card { border-top: 3px solid var(--lime); transition: transform .25s, box-shadow .25s; }
.team-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(16,44,37,.11); }
.team-section .section-heading { align-items: end; }
.team-section .home-section-copy { line-height: 1.7; }
.intro-grid { align-items: start; }
.intro-copy { font-size: 16px; line-height: 1.8; }
.page-hero + .section-pad { background: var(--paper); }
.team-editor-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 24px; }
.team-editor { padding: 24px; background: var(--paper); box-shadow: 0 8px 24px rgba(16,44,37,.05); }
.team-editor label { display: block; margin-top: 14px; color: var(--forest); font-size: 12px; font-weight: 700; }
.team-editor label:first-of-type { margin-top: 0; }
.team-editor label span { color: var(--muted); font-weight: 400; }
.team-editor input, .team-editor textarea { display: block; width: 100%; margin-top: 6px; padding: 11px 12px; border: 1px solid var(--line); outline: 0; font: 13px var(--sans); resize: vertical; }
.team-editor input[type=file], .team-add-form input[type=file] { padding: 9px; color: var(--muted); background: var(--cream); font-size: 12px; }
.team-editor input:focus, .team-editor textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(88,123,56,.13); }
.team-editor-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.delete-button { padding: 5px 9px; border: 1px solid #d79a8c; color: #9b3d2f; background: transparent; font: 700 10px var(--sans); cursor: pointer; }
.delete-button:hover { color: white; background: #9b3d2f; }
.add-team-panel { max-width: 650px; margin-top: 50px; padding: 28px; background: var(--forest); }
.add-team-panel h2 { color: white; font-size: 36px; }
.team-add-form label { display: block; margin-top: 14px; color: white; font-size: 12px; font-weight: 700; }
.team-add-form label:first-of-type { margin-top: 20px; }
.team-add-form input, .team-add-form textarea { display: block; width: 100%; margin-top: 6px; padding: 11px 12px; border: 0; outline: 0; font: 13px var(--sans); resize: vertical; }
.team-add-form button { margin-top: 22px; border: 0; cursor: pointer; }
.home-section-copy { max-width: 330px; margin: 0 0 8px; color: var(--muted); font-size: 15px; }
.page-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: start; }
.page-link-card { position: relative; min-height: 360px; overflow: hidden; color: white; background: var(--forest); box-shadow: 0 10px 24px rgba(16,44,37,.08); transition: transform .3s, box-shadow .3s; }
.page-link-card:nth-child(2), .page-link-card:nth-child(4) { margin-top: 34px; }
.page-link-card::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, rgba(16,44,37,.08) 18%, rgba(16,44,37,.94) 100%); }
.page-link-card:hover, .page-link-card:focus-visible { transform: translateY(-8px); box-shadow: 0 20px 35px rgba(16,44,37,.16); }
.page-link-number { position: absolute; z-index: 1; top: 16px; left: 16px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(240,189,63,.7); border-radius: 50%; color: var(--lime); background: rgba(16,44,37,.38); font: 14px var(--serif); }
.page-link-image { position: absolute; inset: 0; background-position: center; background-size: cover; transition: transform .5s; }
.page-link-card:hover .page-link-image { transform: scale(1.08); }
.page-link-content { position: absolute; z-index: 1; right: 20px; bottom: 20px; left: 20px; padding-right: 44px; }
.page-link-content strong, .page-link-content small { display: block; }
.page-link-content strong { font: 600 25px var(--serif); }
.page-link-content small { margin-top: 3px; color: rgba(255,255,255,.72); font-size: 12px; }
.page-link-arrow { position: absolute; right: 0; bottom: 0; display: grid; width: 38px; height: 38px; place-items: center; color: var(--forest-deep); background: var(--lime); border-radius: 50%; font-size: 17px; transition: transform .3s; }
.page-link-card:hover .page-link-arrow { transform: rotate(45deg); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 54px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.product-card { display: flex; flex-direction: column; border: 1px solid rgba(76,45,28,.08); border-top: 3px solid var(--lime); background: var(--cream); box-shadow: 0 2px 4px rgba(16,44,37,.04), 0 10px 24px rgba(16,44,37,.06); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 4px 8px rgba(16,44,37,.05), 0 18px 34px rgba(16,44,37,.13); }
.product-image { position: relative; aspect-ratio: 1.08; overflow: hidden; background: var(--cream); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover img { transform: scale(1.05); }
.product-arrow { position: absolute; right: 12px; top: 12px; display: grid; width: 34px; height: 34px; place-items: center; color: var(--forest); background: var(--lime); border-radius: 50%; font-size: 17px; transition: transform .25s; }
.product-card:hover .product-arrow { transform: rotate(45deg); }
.product-meta { display: flex; flex: 1; flex-direction: column; padding: 22px 20px 20px; background: rgba(255,255,255,.32); }
.product-meta h3 { margin: 0 0 4px; color: var(--forest); font: 600 20px var(--serif); }
.product-meta p { min-height: 3em; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.product-meta h3 a:hover { color: var(--leaf); }
.product-actions { display: grid; gap: 10px; margin-top: auto; padding-top: 20px; }
.product-details-link { display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 2px; color: var(--forest); background: transparent; font-size: 12px; font-weight: 700; transition: border-color .2s, color .2s, background .2s, transform .2s; }
.product-details-link:hover { border-color: var(--leaf); color: var(--leaf); background: white; transform: translateY(-1px); }
.product-details-link span { color: var(--sun); font-size: 16px; line-height: 1; transition: transform .2s; }
.product-details-link:hover span { transform: translate(2px, -2px); }
.product-detail-hero { background-position: center; }
.product-detail { background: var(--cream); }
.back-link { display: inline-block; margin-bottom: 42px; color: var(--leaf); font-size: 12px; font-weight: 700; }
.back-link:hover { color: var(--forest); }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); gap: 85px; align-items: center; }
.product-detail-image { background: white; box-shadow: 18px 18px 0 var(--lime); }
.product-detail-image img { display: block; width: 100%; aspect-ratio: 1.1; object-fit: cover; }
.product-detail-copy h2 { margin: 0 0 22px; color: var(--forest); font-size: clamp(40px, 5vw, 64px); }
.product-description { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.8; white-space: normal; }
.product-detail-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 35px; }
.product-detail-actions .whatsapp-button { margin-top: 0; }
.cta { padding: 90px 0; color: white; background: var(--leaf); }
.cta h2 { color: white; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; }
.site-footer { padding: 78px 0 22px; color: rgba(255,255,255,.65); background: var(--forest-deep); font-size: 13px; }
.footer-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 58px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-intro h2 { max-width: 570px; margin-top: 9px; color: white; font-size: clamp(35px, 4vw, 54px); }
.footer-intro h2 em { color: var(--lime); }
.footer-kicker { margin: 0; color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-action { display: inline-flex; align-items: center; gap: 24px; flex-shrink: 0; padding: 14px 0; color: white; border-bottom: 1px solid var(--lime); font-size: 13px; font-weight: 700; }
.footer-action span { color: var(--lime); font-size: 18px; transition: transform .2s; }
.footer-action:hover span { transform: translate(3px, -3px); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 80px; padding: 52px 0 48px; }
.brand-footer { color: white; }
.footer-blurb { max-width: 240px; margin: 22px 0 0; line-height: 1.7; }
.footer-label { margin: 0 0 15px; color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid nav > a, .footer-contact > a, .footer-contact > p:not(.footer-label) { display: block; margin: 0 0 9px; }
.footer-grid a:hover { color: var(--lime); }
.footer-social { margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.footer-social .footer-label { margin-bottom: 10px; }
.footer-social-links { display: flex; gap: 9px; }
.footer-social-links a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: rgba(255,255,255,.78); transition: color .2s, border-color .2s, background .2s, transform .2s; }
.footer-social-links a:hover { border-color: var(--lime); color: var(--forest-deep); background: var(--lime); transform: translateY(-2px); }
.footer-social-links i { font-size: 16px; line-height: 1; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 11px; }
.footer-bottom-right { display: inline-flex; align-items: center; gap: 24px; }
.footer-bottom b { margin: 0 6px; color: var(--lime); font-weight: 400; }
.footer-admin-link { display: inline-flex; align-items: center; gap: 7px; padding: 5px 9px; border: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.78); font-size: 10px; transition: border-color .2s, color .2s; }
.footer-admin-link span { color: var(--lime); font-size: 13px; }
.footer-admin-link:hover { border-color: var(--lime); color: white; }
.site-header-solid { position: relative; color: var(--forest); background: var(--paper); }
.site-header-solid .nav-wrap { border-color: var(--line); }
.site-header-solid .brand-mark { color: var(--leaf); border-color: var(--leaf); }
.site-header-solid .brand small { color: var(--leaf); }
.site-header-solid .site-nav a:hover, .site-header-solid .site-nav .active { color: var(--leaf); }
.site-header-solid .nav-contact { border-color: var(--leaf); }
.site-header-solid .menu-toggle { color: var(--forest); border-color: var(--leaf); }
.site-header-overlay .logo-image { box-shadow: 0 3px 14px rgba(0,0,0,.16); }
.page-hero { min-height: 430px; display: flex; align-items: end; padding: 70px 0; color: white; background: linear-gradient(90deg, rgba(16,44,37,.93), rgba(16,44,37,.45)), url('https://ariseinnovations.com/wp-content/uploads/2025/07/cropped-WhatsApp-Image-2025-06-30-at-13.38.34_858b3282.jpg') center/cover; }
.page-hero h1 { font-size: clamp(48px, 6vw, 76px); }
.page-hero-intro { max-width: 500px; margin: 24px 0 0; color: rgba(255,255,255,.8); font-size: 16px; }
.sustainability-intro { background: var(--paper); }
.sustainability-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.sustainability-copy { max-width: 500px; padding-top: 26px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.sustainability-copy p { margin: 0 0 18px; }
.impact-pillars { color: white; background: var(--forest); }
.impact-pillars h2 { color: white; }
.impact-pillars .section-heading { align-items: end; }
.impact-index { color: var(--lime); font: 14px var(--serif); }
.objective-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.objective-card { min-height: 255px; padding: 22px 18px; border-right: 1px solid rgba(255,255,255,.2); }
.objective-card:last-child { border-right: 0; }
.objective-card > span { color: var(--lime); font: 14px var(--serif); }
.objective-card h3 { margin: 42px 0 13px; font: 600 19px/1.15 var(--serif); }
.objective-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.55; }
.values-section { background: var(--cream); }
.values-heading { max-width: 500px; margin-bottom: 45px; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.value-item { display: flex; align-items: center; gap: 18px; padding: 24px 18px 24px 0; border-bottom: 1px solid var(--line); }
.value-item + .value-item { padding-left: 18px; border-left: 1px solid var(--line); }
.value-item span { color: var(--leaf); font: 14px var(--serif); }
.value-item strong { color: var(--forest); font: 600 20px var(--serif); }
.sustainability-cta { padding: 90px 0; color: white; background: var(--leaf); }
.sustainability-cta h2 { color: white; }
.sustainability-cta-inner { display: flex; align-items: center; justify-content: space-between; }
.page-hero-products { background-image: linear-gradient(90deg, rgba(16,44,37,.93), rgba(16,44,37,.45)), url('https://ariseinnovations.com/wp-content/uploads/2025/07/Alkalized-cocoa-300x300.jpg'); }
.page-hero-impact { background-image: linear-gradient(90deg, rgba(16,44,37,.93), rgba(16,44,37,.45)), url('https://ariseinnovations.com/wp-content/uploads/2025/07/WhatsApp-Image-2025-07-09-at-14.23.43_cf2e9433-300x300.jpg'); }
.page-hero-contact { background-image: linear-gradient(90deg, rgba(16,44,37,.93), rgba(16,44,37,.45)), url('https://ariseinnovations.com/wp-content/uploads/2025/07/Arabica-coffee-300x300.jpg'); }
.section-intro { max-width: 520px; margin: 0 0 50px; color: var(--muted); font-size: 18px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.contact-details { max-width: 400px; padding-top: 28px; color: var(--muted); }
.contact-details a { display: block; margin: 14px 0; color: var(--forest); font: 20px var(--serif); }
.admin-page { min-height: 100vh; background: var(--cream); }
.admin-shell { display: grid; min-height: 100vh; grid-template-columns: 240px 1fr; }
.admin-sidebar { display: flex; flex-direction: column; padding: 30px 24px; color: rgba(255,255,255,.7); background: var(--forest-deep); }
.admin-sidebar .admin-logo img { display: block; width: 138px; height: auto; }
.admin-sidebar .admin-logo { display: block; margin-bottom: 58px; }
.admin-sidebar .admin-logo span { display: block; margin-top: 10px; color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.admin-sidebar .brand { margin-bottom: 70px; color: white; }
.sidebar-label { margin: 0 12px 12px; color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.admin-link { display: flex; align-items: center; gap: 12px; padding: 12px; border-left: 2px solid transparent; font-size: 14px; }
.admin-link span { width: 18px; color: var(--lime); text-align: center; }
.admin-link.active, .admin-link:hover { color: white; border-left-color: var(--lime); background: rgba(255,255,255,.07); }
.sidebar-footer { margin-top: auto; padding-top: 40px; }
.admin-main { width: min(100% - 80px, 1050px); padding: 60px 0; margin: auto; }
.admin-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 35px; }
.admin-heading h1 { color: var(--forest); font-size: 52px; }
.admin-subtitle { margin: 8px 0 0; color: var(--muted); }
.admin-table { margin-bottom: 25px; border: 1px solid var(--line); background: var(--paper); }
.admin-table-head, .admin-row { display: grid; grid-template-columns: 1fr 1.5fr 1.4fr; gap: 15px; padding: 15px 18px; }
.admin-table-head { color: var(--leaf); border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.admin-row + .admin-row { border-top: 1px solid var(--line); }
.admin-row input { width: 100%; padding: 10px; color: var(--ink); border: 1px solid var(--line); background: white; font: 13px var(--sans); }
.admin-notice { padding: 14px; color: var(--forest); background: var(--lime); font-size: 13px; }
.dashboard-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 70px; }
.stat-card { padding: 22px; border: 1px solid var(--line); background: var(--paper); }
.stat-label, .stat-note { display: block; color: var(--muted); font-size: 12px; }
.stat-card strong { display: block; margin: 12px 0 3px; color: var(--forest); font: 700 38px var(--serif); }
.stat-card .status-live { color: var(--leaf); font-size: 30px; }
.admin-products-heading { margin-bottom: 18px; }
.admin-products-heading h2 { font-size: 42px; }
.admin-error { padding: 12px; color: #8c3329; background: #f7ded8; font-size: 13px; }
.admin-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 60px; }
.admin-info-panel { padding: 24px; border: 1px solid var(--line); background: var(--paper); }
.admin-info-panel h3 { margin: 0 0 8px; color: var(--forest); font: 600 22px var(--serif); }
.admin-info-panel p:last-child { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.dashboard-welcome { display: flex; justify-content: space-between; gap: 40px; padding: 35px; border: 1px solid var(--line); background: var(--forest); color: white; }
.dashboard-welcome h2 { color: white; font-size: 36px; }
.dashboard-welcome p:last-child { max-width: 470px; margin-bottom: 0; color: rgba(255,255,255,.7); }
.quick-actions { display: grid; min-width: 230px; align-content: center; gap: 9px; }
.quick-actions a { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.22); color: var(--lime); font-size: 13px; }
.page-editor-list { display: grid; gap: 18px; margin-bottom: 25px; }
.page-editor { padding: 24px; border: 1px solid var(--line); background: var(--paper); }
.page-editor-title { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.page-editor-title h2 { font-size: 28px; }
.page-status { padding: 4px 8px; color: var(--forest); background: var(--lime); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.page-editor label, .settings-form label { display: block; margin-top: 14px; color: var(--forest); font-size: 12px; font-weight: 700; }
.page-editor input, .page-editor textarea, .settings-form input { display: block; width: 100%; margin-top: 6px; padding: 11px 12px; border: 1px solid var(--line); outline: 0; font: 13px var(--sans); resize: vertical; }
.page-editor input:focus, .page-editor textarea:focus, .settings-form input:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(88,123,56,.13); }
.settings-form { max-width: 650px; padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.settings-section-title { margin: 0 0 12px; padding-top: 8px; color: var(--forest); font: 600 23px var(--serif); }
.settings-section-title:not(:first-of-type) { margin-top: 34px; border-top: 1px solid var(--line); }
.settings-help { margin: 0 0 16px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.settings-checkbox { display: flex !important; align-items: center; gap: 9px; }
.settings-checkbox input { width: auto !important; margin: 0 !important; accent-color: var(--leaf); }
.settings-form button { margin-top: 25px; border: 0; cursor: pointer; }
.admin-login { display: grid; min-height: 100vh; place-items: center; padding: 32px 20px; background: radial-gradient(circle at 12% 18%, rgba(232,168,78,.22), transparent 30%), var(--forest-deep); }
.login-panel { width: min(100%, 450px); padding: 52px; border-top: 5px solid var(--sun); background: var(--paper); box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.login-logo { display: block; width: min(100%, 260px); margin: 0 auto 48px; padding: 14px; background: white; box-shadow: 0 8px 24px rgba(16,44,37,.08); }
.login-logo img { display: block; width: 100%; height: auto; }
.login-panel .brand { margin-bottom: 75px; color: var(--forest); }
.login-panel .brand-mark { border-color: var(--leaf); color: var(--leaf); }
.login-panel .brand small { color: var(--leaf); }
.login-panel h1 { color: var(--forest); font-size: 52px; }
.login-copy { margin: 12px 0 30px; color: var(--muted); }
.login-panel label { display: block; margin: 15px 0 5px; color: var(--forest); font-size: 12px; font-weight: 700; }
.login-panel input { width: 100%; padding: 13px 14px; border: 1px solid var(--line); outline: 0; font: inherit; transition: border-color .2s, box-shadow .2s; }
.login-panel input:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(88,123,56,.16); }
.login-panel button { width: 100%; margin-top: 25px; border: 0; cursor: pointer; }
.login-back { display: block; margin-top: 25px; color: var(--leaf); font-size: 13px; }
@media (max-width: 760px) {
    .container { width: min(100% - 40px, 560px); }
    .nav-wrap { min-height: 76px; }
    .menu-toggle { display: block; }
    .site-nav { position: absolute; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; background: var(--forest-deep); }
    .site-nav.open { display: flex; }
    .site-nav a { padding: 11px 0; }
    .nav-contact { border: 0; padding: 11px 0; }
    .hero { min-height: 680px; }
    .hero-copy { font-size: 15px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
    .hero-note { right: 20px; bottom: 24px; }
    .section-pad { padding: 75px 0; }
    .intro-grid, .pillar-grid, .about-detail-grid { grid-template-columns: 1fr; gap: 30px; }
    .intro-copy { padding-top: 0; }
    .pillar-list { grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 0; }
    .pillar-block { gap: 10px; }
    .pillar-block h3 { font-size: 17px; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
    .product-grid { grid-template-columns: 1fr 1fr; gap: 15px; }
    .page-link-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .page-link-card { min-height: 260px; }
    .home-section-copy { margin: 0; }
    .product-meta h3 { font-size: 17px; }
    .product-detail-grid { grid-template-columns: 1fr; gap: 45px; }
    .product-detail-image { box-shadow: 10px 10px 0 var(--lime); }
    .product-detail-copy h2 { font-size: 46px; }
    .cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
    .footer-intro { align-items: flex-start; flex-direction: column; gap: 28px; padding-bottom: 42px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { gap: 8px; flex-direction: column; }
    .footer-bottom-right { align-items: flex-start; flex-direction: column; gap: 10px; }
    .contact-grid { grid-template-columns: 1fr; gap: 25px; }
    .admin-shell { display: block; }
    .admin-sidebar { min-height: auto; padding: 18px 20px; }
    .admin-sidebar .brand { margin-bottom: 20px; }
    .logo-image { width: 145px; }
    .admin-link { display: inline-flex; margin-right: 5px; }
    .sidebar-label { margin-top: 0; }
    .sidebar-footer { margin-top: 15px; padding-top: 0; }
    .admin-main { width: calc(100% - 40px); padding: 35px 0; overflow: hidden; }
    .admin-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
    .admin-table { overflow-x: auto; }
    .admin-table-head, .admin-row { min-width: 760px; }
    .dashboard-stats { grid-template-columns: 1fr; margin-bottom: 50px; }
    .admin-info-grid { grid-template-columns: 1fr; margin-top: 40px; }
    .dashboard-welcome { align-items: flex-start; flex-direction: column; padding: 25px; }
    .quick-actions { width: 100%; }
    .admin-login { padding: 18px 14px; }
    .login-panel { padding: 34px 24px 30px; }
    .login-logo { width: min(100%, 230px); margin-bottom: 36px; }
    .login-panel h1 { font-size: 44px; }
}

/* Admin workspace refinement */
.admin-page { color: var(--ink); background: #eef1e9; }
.admin-shell { grid-template-columns: 270px 1fr; }
.admin-sidebar { padding: 30px 22px; background: var(--forest-deep); box-shadow: 12px 0 30px rgba(16,44,37,.08); }
.admin-logo { display: block; padding: 12px; color: var(--forest); background: white; box-shadow: 0 10px 25px rgba(0,0,0,.12); }
.admin-logo img { display: block; width: 100%; height: auto; }
.admin-logo span { display: block; margin-top: 10px; color: var(--leaf); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.sidebar-label { margin-top: 52px; }
.admin-nav { display: grid; gap: 5px; }
.admin-link { border-left-width: 3px; border-radius: 2px; color: rgba(255,255,255,.68); transition: color .2s, background .2s, border-color .2s; }
.admin-link span { color: rgba(198,216,109,.65); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.admin-link.active, .admin-link:hover { color: white; background: rgba(198,216,109,.1); }
.admin-link.active span { color: var(--lime); }
.admin-main { width: min(100% - 96px, 1120px); padding: 72px 0; }
.admin-heading { margin-bottom: 42px; }
.admin-heading h1 { font-size: clamp(46px, 5vw, 64px); letter-spacing: -.04em; }
.admin-subtitle { max-width: 500px; font-size: 14px; }
.dashboard-stats { gap: 16px; margin-bottom: 52px; }
.stat-card { position: relative; min-height: 145px; padding: 24px; border: 0; border-top: 3px solid var(--lime); box-shadow: 0 8px 24px rgba(16,44,37,.05); }
.stat-label { color: var(--leaf); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.stat-card strong { font-size: 42px; }
.stat-note { color: #879087; font-size: 11px; }
.dashboard-welcome { align-items: center; min-height: 250px; padding: 42px; border: 0; background: var(--forest); box-shadow: 0 15px 30px rgba(16,44,37,.12); }
.dashboard-welcome h2 { margin-bottom: 12px; font-size: 40px; }
.quick-actions { min-width: 280px; }
.quick-actions a { padding: 13px 0; }
.admin-table { overflow: hidden; border: 0; box-shadow: 0 8px 24px rgba(16,44,37,.05); }
.admin-table-head { padding: 17px 20px; color: var(--leaf); background: #f1f4eb; }
.admin-row { padding: 16px 20px; background: var(--paper); }
.admin-row input, .page-editor input, .page-editor textarea, .settings-form input { border-color: #d6ddd0; border-radius: 2px; background: #fff; }
.product-editor-list { display: grid; gap: 18px; margin-bottom: 24px; }
.product-editor { display: grid; grid-template-columns: 170px 1fr; gap: 28px; padding: 24px; border-left: 4px solid var(--lime); background: var(--paper); box-shadow: 0 8px 24px rgba(16,44,37,.05); }
.product-editor-image { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--cream); }
.product-editor-image img { width: 100%; height: 100%; object-fit: cover; }
.product-editor-image::after { position: absolute; right: 10px; bottom: 10px; padding: 4px 7px; content: 'Current image'; color: white; background: rgba(61,37,22,.8); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-editor-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.product-editor-fields label { display: block; margin-top: 0; color: var(--forest); font-size: 12px; font-weight: 700; }
.product-editor-fields label:nth-of-type(2), .product-editor-fields label:nth-of-type(3) { margin-top: 14px; }
.product-editor-fields label:nth-of-type(2) { grid-column: 1 / -1; }
.product-editor-fields label span { color: var(--muted); font-weight: 400; }
.product-editor-fields input, .product-editor-fields textarea { display: block; width: 100%; margin-top: 6px; padding: 10px 12px; border: 1px solid var(--line); outline: 0; font: 13px var(--sans); resize: vertical; }
.product-editor-fields input[type=file] { padding: 8px; background: var(--cream); font-size: 12px; }
.product-editor-fields input[type=file]::file-selector-button { margin-right: 10px; padding: 7px 10px; border: 0; color: white; background: var(--leaf); font: 700 11px var(--sans); cursor: pointer; }
.product-editor-fields input:focus, .product-editor-fields textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(88,123,56,.13); }
.product-editor-fields .delete-button { margin-top: 18px; }
.add-product-panel { margin-top: 48px; padding: 28px; background: var(--forest); }
.add-product-panel h2 { color: white; font-size: 36px; }
.add-product-panel .eyebrow { margin-bottom: 8px; }
.add-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.add-product-grid label { display: block; margin-top: 18px; color: white; font-size: 12px; font-weight: 700; }
.add-product-grid input, .add-product-grid textarea { display: block; width: 100%; margin-top: 6px; padding: 11px 12px; border: 0; outline: 0; font: 13px var(--sans); resize: vertical; }
.add-product-grid input[type=file] { padding: 9px; background: var(--cream); font-size: 12px; }
.add-product-grid input[type=file]::file-selector-button { margin-right: 10px; padding: 7px 10px; border: 0; color: white; background: var(--leaf); font: 700 11px var(--sans); cursor: pointer; }
.add-product-panel button { margin-top: 24px; border: 0; cursor: pointer; }
.admin-notice { border-left: 4px solid var(--leaf); box-shadow: 0 5px 15px rgba(16,44,37,.05); }
.page-editor-list { gap: 20px; }
.page-editor { border: 0; border-left: 4px solid var(--lime); box-shadow: 0 8px 24px rgba(16,44,37,.05); }
.page-editor-hero { height: 145px; margin-bottom: 16px; overflow: hidden; background: var(--cream); }
.page-editor-hero img { width: 100%; height: 100%; object-fit: cover; }
.page-editor input[type=file] { padding: 9px; background: var(--cream); font-size: 12px; }
.page-editor input[type=file]::file-selector-button { margin-right: 10px; padding: 7px 10px; border: 0; color: white; background: var(--leaf); font: 700 11px var(--sans); cursor: pointer; }
.page-editor-title { justify-content: space-between; }
.page-editor-title h2 { margin-right: auto; }
.settings-form { border: 0; box-shadow: 0 8px 24px rgba(16,44,37,.05); }
.settings-form label:first-of-type { margin-top: 0; }
.inquiry-panel { padding: 32px; background: var(--cream); }
.inquiry-form label { display: block; margin-top: 16px; color: var(--forest); font-size: 12px; font-weight: 700; }
.form-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { display: block; width: 100%; margin-top: 6px; padding: 12px; color: var(--ink); border: 1px solid var(--line); outline: 0; background: white; font: 14px var(--sans); }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(88,123,56,.13); }
.inquiry-form button { margin-top: 22px; border: 0; cursor: pointer; }
.form-success, .form-error { padding: 12px; font-size: 13px; }
.form-success { color: var(--forest); background: var(--lime); }
.form-error { color: #8c3329; background: #f7ded8; }
.nav-count { min-width: 20px; margin-left: auto; padding: 2px 6px; border-radius: 10px; color: var(--forest-deep); background: var(--lime); font-size: 10px; text-align: center; }
.inquiries-list { display: grid; gap: 14px; }
.inquiry-row { display: flex; justify-content: space-between; gap: 30px; padding: 24px; border-left: 4px solid var(--lime); background: var(--paper); box-shadow: 0 8px 24px rgba(16,44,37,.05); }
.inquiry-main { min-width: 0; }
.inquiry-row-heading { display: flex; align-items: center; gap: 12px; }
.inquiry-row h2 { font-size: 25px; }
.inquiry-status { padding: 4px 8px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.status-new { color: #7e4b10; background: #f7d99e; }
.status-read { color: var(--forest); background: #e1e8d5; }
.status-replied { color: white; background: var(--leaf); }
.inquiry-meta { margin: 5px 0 15px; color: var(--muted); font-size: 12px; }
.inquiry-meta a { color: var(--leaf); }
.inquiry-status-form { display: flex; align-items: center; align-self: center; gap: 8px; }
.inquiry-status-form select { padding: 9px; border: 1px solid var(--line); background: white; font: 12px var(--sans); }
.status-save { padding: 9px 12px; border: 0; color: var(--forest); background: var(--lime); font: 700 12px var(--sans); cursor: pointer; }
.empty-state { padding: 50px; text-align: center; background: var(--paper); }
.empty-state strong { color: var(--forest); font: 24px var(--serif); }
.empty-state p { color: var(--muted); }
.analytics-table { overflow-x: auto; background: var(--paper); box-shadow: 0 8px 24px rgba(16,44,37,.05); }
.analytics-head, .analytics-row { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; min-width: 620px; gap: 18px; align-items: center; padding: 16px 20px; }
.analytics-head { color: var(--leaf); background: #f1f4eb; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.analytics-row { border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.analytics-row strong { color: var(--ink); font: 600 18px var(--serif); }
.analytics-toolbar { display: flex; justify-content: flex-end; gap: 12px; margin-bottom: 22px; }
.analytics-toolbar form { margin: 0; }
.analytics-toolbar .button { padding: 11px 15px; }
.analytics-reset { padding: 10px 14px; border: 1px solid #c88978; color: #9b3d2f; background: transparent; font: 700 12px var(--sans); cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.analytics-reset:hover { border-color: #9b3d2f; color: white; background: #9b3d2f; }
.analytics-reset:focus-visible { outline: 3px solid rgba(155,61,47,.2); outline-offset: 3px; }
.click-total { color: var(--leaf); font: 700 22px var(--serif); }
.analytics-top-product { max-width: 150px; font-size: 19px !important; }
@media (max-width: 760px) {
    .form-two-col { grid-template-columns: 1fr; gap: 0; }
    .inquiry-panel { padding: 24px 18px; }
    .inquiry-row { display: block; }
    .inquiry-status-form { margin-top: 20px; }
}

@media (max-width: 760px) {
    .container { width: calc(100% - 32px); }
    .site-header { width: 100%; }
    .nav-wrap { min-height: 72px; }
    .logo-image { width: 142px; }
    .menu-toggle { display: block; padding: 8px 12px; border-radius: 2px; font-size: 12px; }
    .site-nav { top: 72px; right: 0; left: 0; padding: 12px 16px 18px; box-shadow: 0 12px 25px rgba(16,44,37,.18); }
    .site-nav a { padding: 12px 4px; }
    .hero { min-height: 640px; }
    .hero-content { padding-top: 60px; }
    h1 { font-size: clamp(44px, 13vw, 62px); }
    h2 { font-size: clamp(38px, 11vw, 52px); }
    .hero-copy { max-width: 100%; margin: 22px 0 28px; font-size: 15px; }
    .hero-note { right: 16px; bottom: 20px; gap: 8px; font-size: 8px; }
    .hero-line { width: 35px; }
    .section-pad { padding: 68px 0; }
    .proof-grid { grid-template-columns: 1fr 1fr; }
    .proof-grid > div, .proof-grid > div:first-child { padding: 18px 12px; border-bottom: 1px solid rgba(255,255,255,.14); }
    .proof-grid > div:nth-child(2) { border-right: 0; }
    .proof-grid > div:nth-child(3), .proof-grid > div:nth-child(4) { border-bottom: 0; }
    .section-heading { margin-bottom: 34px; }
    .page-link-grid, .product-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .team-grid, .team-editor-list { grid-template-columns: 1fr; }
    .team-card > img, .team-initials { aspect-ratio: 4 / 3; }
    .page-link-card { min-height: 245px; }
    .page-link-card:nth-child(2), .page-link-card:nth-child(4) { margin-top: 20px; }
    .home-feature-grid, .home-impact-grid { grid-template-columns: 1fr; gap: 38px; }
    .sustainability-intro-grid { grid-template-columns: 1fr; gap: 25px; }
    .sustainability-copy { padding-top: 0; }
    .objective-grid { grid-template-columns: 1fr 1fr; margin-top: 30px; }
    .objective-card { min-height: 205px; padding: 18px 14px; }
    .objective-card h3 { margin-top: 28px; font-size: 17px; }
    .objective-card p { font-size: 11px; }
    .values-grid { grid-template-columns: 1fr 1fr; }
    .value-item, .value-item + .value-item { padding: 18px 10px; border-left: 0; }
    .sustainability-cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
    .home-feature-image { min-height: 300px; box-shadow: 10px 10px 0 var(--lime); }
    .featured-product { grid-template-columns: 82px 1fr 30px; gap: 12px; }
    .featured-product img { width: 82px; height: 68px; }
    .featured-product strong { font-size: 17px; }
    .featured-product small { font-size: 11px; }
    .home-team-grid { grid-template-columns: 1fr; }
    .page-link-content { right: 14px; bottom: 14px; left: 14px; }
    .page-link-content strong { font-size: 19px; }
    .page-link-content small { max-width: 120px; font-size: 11px; }
    .page-link-arrow { width: 30px; height: 30px; }
    .product-meta { padding: 12px 2px; }
    .product-meta h3 { font-size: 16px; }
    .product-meta p { font-size: 12px; }
    .page-hero { min-height: 360px; padding: 52px 0; }
    .page-hero h1 { font-size: clamp(43px, 12vw, 60px); }
    .pillar-list { grid-template-columns: 1fr; gap: 28px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-grid > div:first-child { grid-column: auto; }
    .site-footer { padding-top: 52px; }
    .footer-intro h2 { font-size: 38px; }
    .admin-main { width: calc(100% - 32px); padding: 38px 0; overflow: visible; }
    .admin-heading h1 { font-size: 44px; }
    .admin-heading { margin-bottom: 30px; }
    .analytics-toolbar { justify-content: flex-start; flex-wrap: wrap; }
    .dashboard-welcome { padding: 24px; }
    .dashboard-welcome h2 { font-size: 32px; }
    .admin-table { overflow-x: auto; }
    .admin-table-head, .admin-row { min-width: 760px; }
    .product-editor { grid-template-columns: 100px 1fr; gap: 16px; padding: 16px; }
    .product-editor-fields { display: block; }
    .product-editor-fields label { margin-top: 12px !important; }
    .add-product-grid { display: block; }
}

@media (max-width: 420px) {
    .container { width: calc(100% - 24px); }
    .logo-image { width: 126px; }
    .hero-actions .button { width: 100%; text-align: center; }
    .page-link-grid, .product-grid { grid-template-columns: 1fr; }
    .objective-grid, .values-grid { grid-template-columns: 1fr; }
    .objective-card, .value-item, .value-item + .value-item { min-height: auto; padding: 20px 0; border-right: 0; border-left: 0; }
    .page-link-card { min-height: 220px; }
    .form-two-col { display: block; }
}

@media (max-width: 760px) {
    .menu-toggle { display: flex; }
    .site-nav { top: 72px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 16px 18px; border-top: 1px solid rgba(255,255,255,.12); background: var(--forest-deep); box-shadow: 0 12px 25px rgba(16,44,37,.18); }
    .site-nav.open { display: flex; }
    .logo-image { width: min(142px, 45vw); max-height: 52px; }
}

@media (max-width: 420px) {
    .logo-image { width: min(126px, 43vw); max-height: 46px; }
}

.shop-card .product-meta { padding-bottom: 24px; }
.shop-intro { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 50px; }
.shop-intro .section-intro { margin: 0; }
.shop-note { min-width: 205px; margin: 0 0 4px; color: var(--muted); font-size: 12px; }
.shop-note span { color: var(--leaf); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.order-form { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.order-form label { display: block; margin-top: 10px; color: var(--forest); font-size: 11px; font-weight: 700; }
.order-form label span { color: var(--muted); font-weight: 400; }
.order-form input { display: block; width: 100%; margin-top: 4px; padding: 9px 10px; border: 1px solid var(--line); background: white; font: 12px var(--sans); }
.order-form input:focus { border-color: var(--leaf); outline: 0; box-shadow: 0 0 0 3px rgba(88,123,56,.13); }
.order-form button { width: 100%; margin-top: 16px; padding: 11px 12px; border: 0; cursor: pointer; font-size: 12px; }
.whatsapp-button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; margin-top: auto; padding: 10px 13px; border-radius: 2px; color: white; background: #218c57; box-shadow: 0 5px 12px rgba(33,140,87,.2); font-size: 12px; font-weight: 700; text-align: center; transition: background .2s, transform .2s, box-shadow .2s; }
.whatsapp-icon { width: 17px; height: 17px; fill: currentColor; }
.whatsapp-button:hover { transform: translateY(-2px); background: #176b42; box-shadow: 0 8px 16px rgba(33,140,87,.28); }
.whatsapp-button:focus-visible { outline: 3px solid rgba(33,140,87,.28); outline-offset: 3px; }
.order-details { margin-top: 12px; border-top: 1px solid var(--line); }
.order-details summary { padding-top: 12px; color: var(--leaf); cursor: pointer; font-size: 11px; font-weight: 700; }
.order-details .order-form { margin-top: 8px; }
.shop-intro { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 50px; }
.shop-intro .section-intro { margin: 0; }
.shop-note { min-width: 205px; margin: 0 0 4px; color: var(--muted); font-size: 12px; }
.shop-note span { color: var(--leaf); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.shop-card .product-meta { padding-bottom: 24px; }
@media (max-width: 760px) {
    .shop-intro { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 35px; }
}
.orders-table { overflow-x: auto; border: 0; background: var(--paper); box-shadow: 0 8px 24px rgba(16,44,37,.05); }
.orders-head, .order-row { display: grid; grid-template-columns: 1.1fr 1.5fr 1.4fr .7fr 1.3fr 1.4fr; min-width: 940px; gap: 14px; align-items: center; padding: 16px 20px; }
.orders-head { color: var(--leaf); background: #f1f4eb; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.order-row { border-top: 1px solid var(--line); color: var(--ink); font-size: 12px; }
.order-row > span small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.order-row form { display: flex; gap: 6px; }
.order-row select { min-width: 100px; padding: 8px; border: 1px solid var(--line); background: white; font: 11px var(--sans); }