/*! KANUVA NPD website styles
 * © 2026 WOK FOODS (THAILAND) CO., LTD. All rights reserved.
 * Unauthorized reproduction, redistribution or commercial use is prohibited.
 */
:root {
  --green: #0c4b37;
  --green-deep: #073326;
  --green-soft: #6f9b79;
  --ivory: #f7f1e7;
  --sand: #e8ddcb;
  --paper: #fffdf9;
  --ink: #153128;
  --muted: #64716c;
  --pink: #ec8fa1;
  --pure: #78ad63;
  --watermelon: #ee5b4f;
  --pulp: #e7b750;
  --line: rgba(12,75,55,.16);
  --shadow: 0 24px 64px rgba(21,49,40,.12);
  --radius: 28px;
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Avenir Next", "Montserrat", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--green); color: white; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 78px; color: white; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .25s, color .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(255,253,249,.94); color: var(--green); box-shadow: 0 10px 30px rgba(7,51,38,.08); backdrop-filter: blur(16px); border-color: var(--line); }
.nav-wrap { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.back-link { justify-self: start; display: inline-flex; gap: 9px; align-items: center; font-size: .82rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }
.wordmark { justify-self: center; text-align: center; line-height: 1; }
.wordmark strong { display: block; font-size: 1.45rem; letter-spacing: .14em; font-weight: 600; }
.wordmark small { display: block; margin-top: 5px; font-size: .7rem; letter-spacing: .03em; }
.site-nav { justify-self: end; display: flex; align-items: center; gap: 24px; font-size: .84rem; font-weight: 600; }
.site-nav a { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .2s; }
.site-nav a:hover::after { right: 0; }
.nav-cta { border: 1px solid currentColor; padding: 10px 15px; border-radius: 999px; }
.menu-button { display: none; justify-self: end; background: none; color: inherit; border: 0; padding: 10px; }
.menu-button i, .menu-button i::before, .menu-button i::after { display: block; width: 22px; height: 1px; background: currentColor; content: ""; transition: .2s; }
.menu-button i { position: relative; margin-left: 8px; }
.menu-button i::before { position: absolute; top: -6px; }
.menu-button i::after { position: absolute; top: 6px; }

.hero { min-height: 760px; height: 92vh; max-height: 980px; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--green); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(5,38,28,.88) 0%, rgba(5,38,28,.58) 38%, rgba(5,38,28,.06) 72%), linear-gradient(0deg, rgba(5,38,28,.38), transparent 45%); }
.hero-content { position: relative; color: white; padding-bottom: clamp(70px, 10vh, 110px); max-width: 1180px; }
.hero-content > * { max-width: 650px; }
.eyebrow { margin: 0 0 18px; color: var(--green); text-transform: uppercase; letter-spacing: .18em; font-weight: 700; font-size: .74rem; }
.eyebrow.light { color: rgba(255,255,255,.74); }
.hero h1 { margin: 0; font-size: clamp(4.6rem, 11vw, 9rem); line-height: .82; letter-spacing: .08em; font-weight: 500; }
.hero-tagline { margin: 24px 0 0; font-size: clamp(1.3rem, 2vw, 1.8rem); letter-spacing: .02em; }
.hero-copy { margin: 28px 0 0; font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; font-size: .76rem; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: white; color: var(--green); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.6); }

.metrics-band { background: var(--green); color: white; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metrics-grid article { padding: 28px 30px; display: flex; align-items: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.16); }
.metrics-grid article:last-child { border-right: 0; }
.metrics-grid strong { font-size: 2rem; font-weight: 500; }
.metrics-grid span { max-width: 105px; font-size: .72rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.7); }

.section { padding: 110px 0; }
.intro-section { background: var(--ivory); }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9vw; }
h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 4.25rem); line-height: 1.06; letter-spacing: -.035em; font-weight: 500; }
.intro-copy { font-size: 1.08rem; line-height: 1.75; color: var(--muted); }
.intro-copy p { margin-top: 0; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.pill-row span { border: 1px solid var(--line); color: var(--green); padding: 9px 14px; border-radius: 999px; font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; background: rgba(255,255,255,.48); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 6vw; margin-bottom: 54px; }
.section-heading.compact { grid-template-columns: 1fr; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.7; max-width: 450px; justify-self: end; }

.range-section { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.product-card { --accent: var(--green); display: grid; grid-template-columns: .95fr 1.05fr; min-height: 590px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; }
.product-card.pink { --accent: var(--pink); }
.product-card.pure { --accent: var(--pure); }
.product-card.watermelon { --accent: var(--watermelon); }
.product-card.pulp { --accent: var(--pulp); }
.product-image-wrap { position: relative; min-height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 34px 24px; background: color-mix(in srgb, var(--accent) 12%, var(--ivory)); }
.product-image-wrap::after { content: ""; position: absolute; inset: auto 0 0; height: 18%; background: linear-gradient(transparent, rgba(12,75,55,.07)); pointer-events: none; }
.product-image-wrap img { width: auto; height: auto; max-width: 84%; max-height: 62%; object-fit: contain; object-position: center; margin: auto; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image-wrap img { transform: scale(1.025); }
.product-card-body { padding: 42px 36px; display: flex; flex-direction: column; }
.product-code { margin: 0 0 13px; color: var(--accent); text-transform: uppercase; letter-spacing: .12em; font-weight: 700; font-size: .78rem; }
.product-card h3 { margin: 0; font-size: 2.05rem; line-height: 1.08; font-weight: 500; letter-spacing: -.02em; }
.product-description { color: var(--muted); line-height: 1.65; margin: 22px 0 26px; }
.product-data { margin: 0; border-top: 1px solid var(--line); }
.product-data div { display: grid; grid-template-columns: 95px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.product-data dt { font-size: .71rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; color: var(--green); }
.product-data dd { margin: 0; font-size: .86rem; line-height: 1.45; color: var(--muted); }
.text-button { margin-top: auto; padding: 25px 0 0; align-self: flex-start; color: var(--green); background: none; border: 0; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; cursor: pointer; }
.text-button span { margin-left: 6px; }

.formats-section { background: var(--green-deep); color: white; }
.formats-section .eyebrow { color: rgba(255,255,255,.65); }
.formats-section .section-heading > p { color: rgba(255,255,255,.65); }
.formats-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 26px; align-items: stretch; }
.format-card { height: clamp(500px, 44vw, 585px); min-height: 0; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--ivory); color: var(--ink); }
.format-media { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 28px; background: var(--ivory); }
.format-media img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; margin: auto; }
.format-pet .format-media img { width: 92%; max-width: 92%; max-height: 82%; object-position: center; }
.format-carton .format-media img { width: auto; max-width: 88%; max-height: 90%; object-position: center; }
.format-media::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,51,38,.9)); }
.format-carton .format-media::after { background: linear-gradient(transparent 40%, rgba(7,51,38,.9)); }
.format-copy { position: absolute; z-index: 1; inset: auto 34px 34px; color: white; }
.format-number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: .72rem; }
.format-copy h3 { margin: 15px 0 10px; font-size: 2rem; font-weight: 500; }
.format-copy p { margin: 0; max-width: 520px; color: rgba(255,255,255,.72); line-height: 1.6; }

.data-section { background: var(--ivory); }
.table-wrap { overflow-x: auto; background: white; border: 1px solid var(--line); border-radius: 20px; }
table { border-collapse: collapse; min-width: 900px; width: 100%; }
th, td { padding: 20px 22px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
th { color: var(--green); font-size: .71rem; text-transform: uppercase; letter-spacing: .1em; }
td { color: var(--muted); font-size: .9rem; line-height: 1.5; }
td:first-child { color: var(--ink); font-weight: 700; }
tbody tr:last-child td { border-bottom: 0; }
.dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; margin-right: 9px; }
.pink-dot { background: var(--pink); }.pure-dot { background: var(--pure); }.watermelon-dot { background: var(--watermelon); }.pulp-dot { background: var(--pulp); }
.table-note { margin: 17px 0 0; max-width: 850px; color: var(--muted); font-size: .82rem; line-height: 1.6; }

.lifestyle-section { background: var(--paper); }
.masonry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: start; }
.gallery-card, .retail-card { position: relative; overflow: hidden; border: 0; padding: 0; border-radius: 20px; background: var(--ivory); cursor: zoom-in; color: white; text-align: left; }
.gallery-card.offset { margin-top: 70px; }
.gallery-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .5s; }
.gallery-card:hover img, .retail-card:hover img { transform: scale(1.025); }
.gallery-card::after, .retail-card::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(7,51,38,.78)); pointer-events: none; }
.gallery-card span, .retail-card span { position: absolute; z-index: 1; left: 22px; bottom: 20px; font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; }
.gallery-card strong { display: block; font-size: 1.1rem; letter-spacing: .02em; margin-bottom: 4px; }

.retail-section { background: var(--ivory); }
.retail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.retail-card { display: flex; align-items: center; justify-content: center; background: #efe8dc; }
.retail-card img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: contain; object-position: center; margin: auto; transition: transform .5s; }
.retail-card.large { grid-column: span 2; grid-row: auto; }
.retail-card.large img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: contain; }
.retail-card.wide { grid-column: span 2; }

.cta-section { padding: 100px 0; background: var(--green); color: white; }
.cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.cta-section h2 { max-width: 760px; }
.cta-section p:not(.eyebrow) { margin: 22px 0 0; max-width: 650px; line-height: 1.7; color: rgba(255,255,255,.7); }
.site-footer { background: var(--green-deep); color: rgba(255,255,255,.7); padding: 34px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; font-size: .82rem; }
.footer-grid > div strong { display: block; color: white; letter-spacing: .14em; font-weight: 500; font-size: 1.15rem; }
.footer-grid > div span { font-size: .68rem; }
.footer-grid p { margin: 0; text-align: center; }
.footer-grid a { justify-self: end; color: white; }

.lightbox { width: min(94vw, 1500px); max-height: 92vh; padding: 0; border: 0; border-radius: 18px; background: #0c1814; box-shadow: var(--shadow); overflow: hidden; }
.lightbox::backdrop { background: rgba(3,18,13,.84); backdrop-filter: blur(7px); }
.lightbox img { width: 100%; max-height: 92vh; object-fit: contain; }
.lightbox-close { position: fixed; z-index: 2; top: 18px; right: 20px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--green); font-size: 1.8rem; line-height: 1; cursor: pointer; }

@media (max-width: 1050px) {
  .site-nav { gap: 15px; }
  .product-card { grid-template-columns: 1fr; }
  .product-image-wrap { min-height: 500px; padding: 30px 24px; }
  .product-image-wrap img { max-width: 72%; max-height: 72%; }
  .formats-grid { grid-template-columns: 1fr 1fr; }
  .format-card { height: 540px; }
  .masonry-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-card.offset { margin-top: 0; }
}
@media (max-width: 800px) {
  :root { --container: min(100% - 28px, 1180px); }
  .site-header { height: 68px; }
  .nav-wrap { grid-template-columns: 1fr auto auto; gap: 10px; }
  .back-link { font-size: 0; }
  .back-link span { font-size: 1.5rem; }
  .wordmark { justify-self: start; }
  .wordmark strong { font-size: 1.05rem; }
  .wordmark small { display: none; }
  .menu-button { display: inline-flex; align-items: center; }
  .site-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; padding: 24px 20px; background: rgba(255,253,249,.98); color: var(--green); flex-direction: column; align-items: stretch; box-shadow: 0 20px 40px rgba(7,51,38,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 8px 0; }
  .nav-cta { text-align: center; margin-top: 5px; }
  .hero { min-height: 680px; height: 88vh; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,38,28,.9) 0%, rgba(5,38,28,.48) 58%, rgba(5,38,28,.12) 100%); }
  .hero-media img { object-position: 58% center; }
  .hero-content { padding-bottom: 55px; }
  .hero h1 { font-size: clamp(3.8rem, 20vw, 6rem); }
  .hero-copy { font-size: .95rem; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics-grid article:nth-child(2) { border-right: 0; }
  .metrics-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .section { padding: 78px 0; }
  .split, .section-heading, .cta-grid { grid-template-columns: 1fr; }
  .section-heading { align-items: start; margin-bottom: 38px; }
  .section-heading > p { justify-self: start; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: unset; }
  .product-image-wrap { min-height: 460px; padding: 28px 22px; }
  .product-image-wrap img { max-width: 74%; max-height: 72%; }
  .product-card-body { padding: 32px 28px; }
  .formats-grid { grid-template-columns: 1fr; }
  .format-card { height: 560px; min-height: 0; }
  .masonry-grid { gap: 12px; }
  .retail-grid { grid-template-columns: 1fr; }
  .retail-card.large, .retail-card.wide { grid-row: auto; grid-column: auto; }
  .retail-card img, .retail-card.large img { aspect-ratio: 4/3; height: auto; object-fit: contain; }
  .cta-grid { align-items: start; }
  .cta-grid .button { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid a { justify-self: center; }
}
@media (max-width: 520px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .metrics-grid article { padding: 20px 16px; }
  .metrics-grid strong { font-size: 1.55rem; }
  .product-image-wrap { min-height: 410px; padding: 24px 18px; }
  .product-image-wrap img { max-width: 78%; max-height: 72%; }
  .product-data div { grid-template-columns: 82px 1fr; }
  .format-card { height: 510px; min-height: 0; }
  .format-copy { inset: auto 24px 26px; }
  .masonry-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}


.footer-legal {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.14);
  text-align: center;
  font-size: .72rem;
  line-height: 1.65;
  color: rgba(255,255,255,.58);
}
.footer-legal p { margin: 0 auto 8px; max-width: 980px; }
.footer-legal .footer-copyright { color: rgba(255,255,255,.84); font-weight: 700; }
.footer-legal a { display: inline-block; margin-top: 5px; color: white; text-decoration: underline; text-underline-offset: 3px; }
