﻿:root {
  --yellow: #ffdf17;
  --cream: #fbf8e8;
  --ink: #0f1d35;
  --muted: #6d704d;
  --green: #1a7b45;
  --green-dark: #123a27;
  --orange: #e56f2f;
  --line: rgba(15, 29, 53, 0.12);
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(46, 38, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--cream);
}

img {
  display: block;
  width: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.wrap {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 223, 23, 0.94);
  backdrop-filter: blur(14px);
}

.nav-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 3px solid #fff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #fff 0 16%, transparent 17%),
    linear-gradient(145deg, #44a850, #ffe25b 45%, #e56f2f);
  box-shadow: 0 10px 24px rgba(80, 57, 0, 0.14);
}

.brand-mark span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(18, 58, 39, 0.88);
  font-size: 11px;
  font-weight: 900;
}

.brand strong {
  white-space: nowrap;
  font-size: 18px;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.menu > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 13px;
  color: rgba(15, 29, 53, 0.76);
  transition: color 0.18s ease, background 0.18s ease;
}

.menu > a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.34);
}

.menu .contact-pill {
  color: #fff;
  background: #050505;
  padding: 0 22px;
}

.menu .contact-pill:hover {
  color: #fff;
  background: #1a1a1a;
}

.menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #050505;
  font-size: 22px;
  cursor: pointer;
}

.language {
  position: relative;
  order: 1;
}

.language-toggle {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(15, 29, 53, 0.15);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 223, 23, 0.7);
  padding: 0 13px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 178px;
  display: none;
  padding: 8px;
  border: 1px solid rgba(15, 29, 53, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.language.open .language-menu {
  display: grid;
  gap: 2px;
}

.language-menu button {
  width: 100%;
  min-height: 40px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 6px;
  color: #69707c;
  background: transparent;
  padding: 0 8px;
  text-align: left;
  cursor: pointer;
}

.language-menu button span {
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
}

.language-menu button strong {
  font-size: 14px;
  font-weight: 800;
}

.language-menu button:hover,
.language-menu button.active {
  color: var(--ink);
  background: #f5f2df;
}

.yellow-section {
  background: var(--yellow);
}

.hero {
  position: relative;
  min-height: calc(100vh - 86px);
  display: grid;
  align-items: center;
  padding: 86px 0 150px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  align-items: center;
  gap: 56px;
}

.hero-grid-text {
  grid-template-columns: minmax(0, 760px);
  justify-content: start;
}

.hero-grid-text .hero-copy {
  max-width: 760px;
}


.eyebrow {
  margin: 0 0 14px;
  color: rgba(15, 29, 53, 0.66);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(58px, 8vw, 116px);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy p:not(.eyebrow),
.lead,
.origin-copy p,
.contact-section p {
  max-width: 590px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn,
.product-card button,
form button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  cursor: pointer;
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover,
.product-card button:hover,
form button:hover {
  transform: translateY(-1px);
}

.btn.dark,
.product-card button,
form button {
  color: #fff;
  background: #050505;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.btn.outline {
  color: var(--ink);
  border: 1px solid rgba(15, 29, 53, 0.24);
  background: rgba(255, 255, 255, 0.2);
}

.mango-showcase {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mango-showcase img {
  height: 100%;
  min-height: 430px;
}

.showcase-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  min-width: 170px;
  padding: 18px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.showcase-badge strong {
  display: block;
  font-size: 42px;
  line-height: 1;
}

.showcase-badge span {
  color: var(--muted);
  font-weight: 800;
}

.wave {
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -2px;
  height: 98px;
  background: var(--cream);
  border-radius: 50% 50% 0 0 / 55% 55% 0 0;
}

.wave.light {
  background: var(--cream);
}

.product-section {
  padding: 96px 0;
  background: var(--cream);
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1.2fr);
  align-items: start;
  gap: 46px;
}

.product-section h2,
.knowledge h2,
.contact-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.product-card img {
  height: 100%;
  min-height: 360px;
}

.product-card div {
  display: grid;
  align-content: center;
  padding: clamp(24px, 4vw, 42px);
}

.product-card h3,
.knowledge h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.12;
}

.product-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.product-card li {
  position: relative;
  padding-left: 26px;
  line-height: 1.55;
}

.product-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(255, 223, 23, 0.22);
}

.origin {
  position: relative;
  padding: 108px 0 138px;
  overflow: hidden;
}

.origin-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  align-items: center;
  gap: 62px;
}

.origin h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(64px, 9vw, 118px);
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.map-card {
  overflow: hidden;
  height: 410px;
  border-radius: 8px;
  background: #dcefd9;
  box-shadow: var(--shadow);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.stats-section {
  padding: 76px 0 64px;
  background: var(--cream);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  text-align: center;
}

.stats-grid div {
  display: grid;
  gap: 10px;
}

.stats-grid strong {
  color: var(--ink);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
}

.stats-grid span {
  color: #a09b82;
  font-size: 15px;
}

.knowledge {
  padding: 92px 0;
  background: #fff;
}

.section-head {
  margin-bottom: 30px;
}

.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.knowledge article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.knowledge article span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--orange);
  font-size: 34px;
  font-weight: 900;
}

.knowledge p {
  color: var(--muted);
  line-height: 1.7;
}

.contact-section {
  padding: 96px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: 54px;
  align-items: start;
}

.contact-grid ul {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  padding: 14px 15px;
  outline: 0;
}

input:focus,
textarea:focus {
  border-color: var(--ink);
}

footer {
  color: #fff;
  background: #050505;
}

.footer-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  max-width: min(360px, calc(100vw - 36px));
  transform: translateY(120px);
  transition: transform 0.25s ease;
  padding: 14px 18px;
  border-radius: 8px;
  color: #fff;
  background: #050505;
  box-shadow: var(--shadow);
}

.toast.show {
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .menu-btn {
    display: grid;
    place-items: center;
  }

  .menu {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .menu.open {
    display: flex;
  }

  .menu > a {
    justify-content: center;
  }

  .language {
    width: 100%;
  }

  .language-toggle {
    width: 100%;
    justify-content: center;
    background: var(--yellow);
  }

  .language-menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
  }

  .hero-grid,
  .origin-grid,
  .product-grid,
  .contact-grid,
  .product-card {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .knowledge-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 24px, 1200px);
  }

  .nav-inner {
    min-height: 74px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand strong {
    font-size: 15px;
  }

  .hero {
    min-height: auto;
    padding: 48px 0 112px;
  }

  .hero-grid,
  .origin-grid,
  .product-grid,
  .contact-grid {
    gap: 30px;
  }

  h1 {
    font-size: clamp(46px, 17vw, 70px);
  }

  .product-section h2,
  .knowledge h2,
  .contact-section h2,
  .origin h2 {
    font-size: clamp(42px, 16vw, 68px);
  }

  .mango-showcase,
  .mango-showcase img {
    min-height: auto;
  }

  .product-card img {
    min-height: 250px;
  }

  .origin {
    padding-top: 70px;
  }

  .map-card {
    height: auto;
  }

  .stats-grid,
  .knowledge-grid {
    grid-template-columns: 1fr;
  }

  .stats-section,
  .product-section,
  .knowledge,
  .contact-section {
    padding: 58px 0;
  }

  .footer-inner {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
  }
}


/* Modern typography and form refresh */
:root {
  --font-main: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --soft-shadow: 0 26px 70px rgba(28, 26, 10, 0.14);
}

body {
  font-family: var(--font-main);
  font-feature-settings: "liga" 1, "kern" 1;
  text-rendering: geometricPrecision;
}

.brand strong,
.menu,
.language-toggle,
.btn,
.product-card button,
form button {
  letter-spacing: 0;
}

h1,
.product-section h2,
.knowledge h2,
.contact-section h2,
.origin h2 {
  font-family: var(--font-main);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  font-size: clamp(54px, 7.4vw, 108px);
}

.product-section h2,
.knowledge h2,
.contact-section h2 {
  max-width: 760px;
  font-size: clamp(38px, 5.4vw, 72px);
}

.origin h2 {
  letter-spacing: -0.035em;
}

.hero-copy p:not(.eyebrow),
.lead,
.origin-copy p,
.contact-section p,
.knowledge p,
.product-card li,
.contact-grid li {
  font-weight: 500;
  letter-spacing: 0;
}


.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(15, 29, 53, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  font-weight: 900;
}

.site-header {
  box-shadow: 0 1px 0 rgba(15, 29, 53, 0.08);
}

.menu > a,
.language-toggle,
.menu .contact-pill {
  min-height: 44px;
}

.menu > a {
  padding: 0 15px;
}

.menu .contact-pill {
  order: 2;
  padding: 0 24px;
}

.hero {
  padding-top: 96px;
}

.mango-showcase,
.product-card,
.map-card,
.knowledge article,
form,
.showcase-badge {
  border-radius: var(--radius-md);
}

.mango-showcase,
.product-card,
.map-card,
form {
  box-shadow: var(--soft-shadow);
}

.showcase-badge {
  border: 1px solid rgba(255, 255, 255, 0.52);
}

.product-card h3,
.knowledge h3 {
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  letter-spacing: -0.015em;
}

.product-card div {
  gap: 4px;
}

.product-card button,
form button,
.btn {
  min-height: 52px;
  border-radius: 999px;
  font-size: 15px;
}

.btn.dark,
.product-card button,
form button {
  background: linear-gradient(135deg, #050505, #23211a);
}

.btn.outline {
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.knowledge article {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.knowledge article::after {
  content: "";
  position: absolute;
  inset: auto 24px 0 24px;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: var(--yellow);
}

.knowledge article:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 58px rgba(16, 29, 53, 0.1);
}

.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  right: -110px;
  top: -110px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.contact-grid {
  position: relative;
  z-index: 1;
}

form {
  position: relative;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(15, 29, 53, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

form::before {
  content: "";
  width: 54px;
  height: 5px;
  border-radius: 999px;
  background: var(--yellow);
}

input,
textarea {
  min-height: 52px;
  border: 1px solid rgba(15, 29, 53, 0.12);
  border-radius: var(--radius-sm);
  background: #fffdf3;
  padding: 15px 16px;
  font-size: 15px;
  font-weight: 600;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

textarea {
  min-height: 126px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(15, 29, 53, 0.44);
  font-weight: 600;
}

input:focus,
textarea:focus {
  border-color: #050505;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(15, 29, 53, 0.08);
}

.stats-grid strong {
  font-weight: 900;
  letter-spacing: -0.02em;
}

.stats-grid span {
  font-weight: 600;
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(42px, 15vw, 64px);
  }

  .product-section h2,
  .knowledge h2,
  .contact-section h2,
  .origin h2 {
    font-size: clamp(38px, 14vw, 62px);
  }

  
.eyebrow {
    min-height: 32px;
    font-size: 11px;
  }

  form {
    padding: 20px;
  }
}

/* Header matched to reference menu */
.site-header {
  border-top: 4px solid #0b0b0b;
  background: #ffdf17;
  box-shadow: none;
}

.site-header .wrap {
  width: min(1440px, calc(100% - 80px));
}

.nav-inner {
  min-height: 92px;
  gap: 34px;
}

.brand {
  gap: 12px;
}

.brand-mark {
  width: 64px;
  height: 64px;
  border: 3px solid #fff;
  background:
    radial-gradient(circle at 38% 24%, #ffefe2 0 13%, transparent 14%),
    radial-gradient(circle at 42% 42%, #e34c35 0 16%, transparent 17%),
    radial-gradient(circle at 60% 34%, #ffd84d 0 18%, transparent 19%),
    linear-gradient(145deg, #2fa34a 0 45%, #f6d943 46% 68%, #ffffff 69%);
}

.brand-mark span {
  width: 42px;
  height: 42px;
  padding-top: 4px;
  color: #fff;
  background: rgba(27, 115, 55, 0.95);
  font-size: 6px;
  line-height: 1.05;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.76);
}

.brand strong {
  color: #111827;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.menu {
  flex: 1;
  gap: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.menu > a {
  min-height: 42px;
  padding: 0;
  color: rgba(15, 29, 53, 0.78);
  background: transparent;
  white-space: nowrap;
}

.menu > a:hover {
  color: #050505;
  background: transparent;
}

.language {
  order: 1;
  flex: 0 0 auto;
}

.language-toggle {
  min-height: 42px;
  padding: 0 14px;
  border-color: rgba(15, 29, 53, 0.12);
  background: rgba(255, 223, 23, 0.78);
  box-shadow: none;
}

.menu .contact-pill {
  order: 2;
  min-height: 42px;
  padding: 0 24px;
  color: #fff;
  background: #050505;
  border-radius: 999px;
  font-weight: 900;
}

.menu .contact-pill:hover {
  color: #fff;
  background: #050505;
}

@media (max-width: 1180px) {
  .menu {
    gap: 13px;
    font-size: 12px;
  }

  .brand strong {
    font-size: 18px;
  }
}

@media (max-width: 1040px) {
  .site-header .wrap {
    width: min(100% - 32px, 1440px);
  }

  .menu {
    gap: 4px;
  }

  .menu > a {
    justify-content: center;
    padding: 0 14px;
  }
}

@media (max-width: 640px) {
  .nav-inner {
    min-height: 76px;
  }

  .brand-mark {
    width: 50px;
    height: 50px;
  }

  .brand-mark span {
    width: 34px;
    height: 34px;
    font-size: 5px;
  }

  .brand strong {
    font-size: 15px;
  }
}

/* Always show menu, remove hamburger button */
.menu-btn {
  display: none !important;
}

@media (max-width: 1040px) {
  .nav-inner {
    min-height: 92px;
    align-items: center;
  }

  .menu {
    position: static;
    display: flex !important;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .menu > a {
    justify-content: center;
    padding: 0;
  }

  .language {
    width: auto;
  }

  .language-toggle {
    width: auto;
    background: rgba(255, 223, 23, 0.78);
  }

  .language-menu {
    position: absolute;
    width: 178px;
    margin-top: 0;
    box-shadow: var(--shadow);
  }
}

@media (max-width: 780px) {
  .nav-inner {
    min-height: auto;
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .menu {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 11px;
  }

  .menu > a,
  .language-toggle,
  .menu .contact-pill {
    min-height: 34px;
  }

  .menu .contact-pill {
    padding: 0 18px;
  }
}

/* Separate each page section clearly */
main > section {
  scroll-margin-top: 110px;
}

.product-section,
.origin,
.stats-section,
.knowledge,
.contact-section {
  margin-top: 0;
  border-top: 14px solid #fff;
}

.product-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fffdf0;
}

.product-section::before,
.knowledge::before,
.contact-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1200px, calc(100% - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: rgba(15, 29, 53, 0.12);
}

.origin {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 160px;
  border-top-color: #fffdf0;
}

.stats-section {
  border-top-color: #ffdf17;
}

.knowledge {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  border-top-color: #fbf8e8;
  background: #ffffff;
}

.contact-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  border-top-color: #ffffff;
}

.product-grid,
.origin-grid,
.contact-grid {
  align-items: center;
}

.product-card,
.map-card,
.knowledge article,
form {
  border: 1px solid rgba(15, 29, 53, 0.12);
}

@media (max-width: 640px) {
  main > section {
    scroll-margin-top: 130px;
  }

  .product-section,
  .origin,
  .knowledge,
  .contact-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

/* Keep anchored sections from hiding under the sticky menu */
#hoang-kim,
#xoai-tu-quy,
#nguon-goc,
#kien-thuc,
#lien-he {
  scroll-margin-top: 118px;
}

.product-card {
  min-height: 420px;
}

.product-card button {
  width: fit-content;
}

@media (max-width: 1040px) {
  #hoang-kim,
  #xoai-tu-quy,
  #nguon-goc,
  #kien-thuc,
  #lien-he {
    scroll-margin-top: 150px;
  }
}

@media (max-width: 640px) {
  .product-card {
    min-height: 0;
  }

  .product-card button {
    width: 100%;
  }
}

/* Single-section menu mode */
.section-hidden {
  display: none !important;
}

body.single-section-mode main > section:not(.section-hidden) {
  min-height: calc(100vh - 92px);
}

body.single-section-mode .product-section,
body.single-section-mode .origin,
body.single-section-mode .knowledge,
body.single-section-mode .contact-section {
  border-top: 0;
}

body.single-section-mode .stats-section:not(.section-hidden) {
  min-height: auto;
}

.menu > a.active:not(.contact-pill) {
  color: #050505;
  font-weight: 900;
}

.menu > a.active:not(.contact-pill)::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 4px;
  border-radius: 999px;
  background: #050505;
}

.menu > a.active.contact-pill {
  background: #050505;
}

/* Hard route display: each menu item shows only its own page */
body[data-route] main > section {
  display: none !important;
}

body[data-route="hoang-kim"] #hoang-kim {
  display: grid !important;
}

body[data-route="xoai-tu-quy"] #xoai-tu-quy,
body[data-route="kien-thuc"] #kien-thuc,
body[data-route="lien-he"] #lien-he {
  display: block !important;
}

body[data-route="nguon-goc"] #nguon-goc,
body[data-route="nguon-goc"] #thong-ke {
  display: block !important;
}

body[data-route="nguon-goc"] #nguon-goc {
  display: block !important;
}

body[data-route="nguon-goc"] #nguon-goc .origin-grid {
  display: grid !important;
}

body[data-route="hoang-kim"] #hoang-kim .hero-grid,
body[data-route="xoai-tu-quy"] #xoai-tu-quy .product-grid,
body[data-route="kien-thuc"] #kien-thuc .knowledge-grid,
body[data-route="lien-he"] #lien-he .contact-grid {
  display: grid !important;
}

/* Local resource images */
.mango-showcase img,
.product-card img {
  object-position: center center;
}

.product-card img {
  background: #ffdf17;
}

/* Hoang Kim product introduction gallery */
.hoang-kim-gallery {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
  padding-bottom: 58px;
}

.hoang-kim-gallery article {
  overflow: hidden;
  border: 1px solid rgba(15, 29, 53, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 48px rgba(46, 38, 0, 0.14);
}

.hoang-kim-gallery img {
  height: 270px;
  object-fit: cover;
  object-position: center;
}

.hoang-kim-gallery h3 {
  margin: 20px 20px 8px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
}

.hoang-kim-gallery p {
  margin: 0 20px 22px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

@media (max-width: 1040px) {
  .hoang-kim-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .hoang-kim-gallery {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .hoang-kim-gallery img {
    height: 240px;
  }
}



/* Hoang Kim feature cards and comparison */
.gold-details {
  position: relative;
  z-index: 2;
  padding: 0 0 96px;
}

.gold-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 10px 0 72px;
}

.gold-feature-grid article {
  min-height: 184px;
  padding: 26px 24px 24px;
  border: 1px solid rgba(15, 29, 53, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(46, 38, 0, 0.12);
}

.gold-feature-icon {
  display: block;
  margin-bottom: 18px;
  color: #f07700;
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
}

.gold-feature-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.25;
}

.gold-feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.gold-compare h2 {
  margin: 0 0 34px;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  text-align: center;
}

.gold-table-wrap {
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 42px rgba(46, 38, 0, 0.12);
}

.gold-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--ink);
  font-size: 15px;
}

.gold-table th,
.gold-table td {
  padding: 17px 24px;
  text-align: left;
}

.gold-table thead th {
  color: #8a928f;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gold-table tbody tr:nth-child(odd) {
  background: rgba(255, 251, 230, 0.55);
}

.gold-table tbody td:first-child {
  font-weight: 800;
}

.gold-table th:last-child,
.gold-table td:last-child {
  color: #b64a00;
  font-weight: 900;
}

@media (max-width: 1040px) {
  .gold-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .gold-details {
    padding-bottom: 68px;
  }

  .gold-feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 46px;
  }

  .gold-feature-grid article {
    min-height: auto;
    padding: 22px;
  }

  .gold-table-wrap {
    overflow-x: auto;
    border-radius: 14px;
  }

  .gold-table {
    min-width: 680px;
  }

  .gold-table th,
  .gold-table td {
    padding: 15px 18px;
  }
}

/* Tu Quy mango photo gallery */
.tu-quy-gallery {
  position: relative;
  z-index: 1;
  margin-top: 62px;
}

.section-heading.compact {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading.compact h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.tu-quy-photo-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.tu-quy-photo-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  border: 1px solid rgba(15, 29, 53, 0.1);
  box-shadow: 0 18px 44px rgba(12, 30, 36, 0.12);
  background: #fff;
}

.tu-quy-photo-grid img:nth-child(1),
.tu-quy-photo-grid img:nth-child(2) {
  grid-column: span 6;
  height: 360px;
}

.tu-quy-photo-grid img:nth-child(n + 3) {
  grid-column: span 3;
}

@media (max-width: 1040px) {
  .tu-quy-photo-grid img:nth-child(1),
  .tu-quy-photo-grid img:nth-child(2),
  .tu-quy-photo-grid img:nth-child(n + 3) {
    grid-column: span 6;
    height: auto;
  }
}

@media (max-width: 640px) {
  .tu-quy-gallery {
    margin-top: 42px;
  }

  .tu-quy-photo-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tu-quy-photo-grid img:nth-child(1),
  .tu-quy-photo-grid img:nth-child(2),
  .tu-quy-photo-grid img:nth-child(n + 3) {
    grid-column: auto;
    height: auto;
    border-radius: 14px;
  }
}

/* Tu Quy price board */
.tu-quy-pricing {
  position: relative;
  z-index: 1;
  margin-top: 82px;
  text-align: center;
}

.pricing-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.05;
}

.pricing-heading p {
  margin: 12px 0 42px;
  color: #98a19e;
  font-weight: 600;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}

.price-card {
  min-height: 306px;
  padding: 28px 26px 24px;
  border: 1px solid rgba(15, 29, 53, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(46, 38, 0, 0.12);
}

.price-card.featured {
  box-shadow: 0 20px 54px rgba(46, 38, 0, 0.16);
}

.price-badge {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.price-badge.vip {
  background: #9b19f2;
}

.price-badge.hot {
  background: #f10816;
}

.price-badge.good {
  background: #008f3c;
}

.price-card h3 {
  margin: 18px 0 10px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
}

.price-value {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin: 0;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0;
}

.price-value span {
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1;
}

.price-value small {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.price-meta {
  margin: 8px 0 14px;
  color: #9aa39f;
  font-size: 13px;
  font-weight: 700;
}

.price-desc {
  min-height: 58px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.price-order,
.price-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.price-order {
  width: 100%;
}

.price-order:hover,
.price-call:hover {
  transform: translateY(-1px);
}

.price-note {
  margin: 34px auto 22px;
  color: #9aa39f;
  font-weight: 600;
}

.price-call {
  min-width: 264px;
  padding: 0 28px;
}

@media (max-width: 1040px) {
  .price-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .tu-quy-pricing {
    margin-top: 56px;
  }

  .pricing-heading p {
    margin-bottom: 28px;
  }

  .price-card {
    padding: 24px 20px 22px;
    border-radius: 18px;
  }

  .price-desc {
    min-height: 0;
  }

  .price-call {
    width: 100%;
    min-width: 0;
  }
}

/* Modern callback contact section */
.contact-section {
  min-height: calc(100vh - 86px);
  padding: 92px 0 96px;
}

.contact-headline {
  margin-bottom: 56px;
  text-align: center;
}

.contact-headline .eyebrow {
  margin-bottom: 12px;
  color: rgba(15, 29, 53, 0.48);
  letter-spacing: 6px;
}

.contact-headline h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
  text-transform: uppercase;
}

.contact-modern {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 64px;
  align-items: start;
}

.contact-info-panel {
  display: grid;
  gap: 28px;
}

.contact-line {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(15, 29, 53, 0.08);
  color: var(--ink);
  font-size: 22px;
}

.contact-line p {
  margin: 0 0 6px;
  color: rgba(15, 29, 53, 0.48);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.contact-line a,
.contact-line strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.contact-line small {
  display: block;
  margin-top: 7px;
  color: rgba(15, 29, 53, 0.46);
  font-size: 14px;
  font-weight: 700;
}

.contact-tip {
  margin-top: 8px;
  padding: 24px 24px 26px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(46, 38, 0, 0.08);
}

.contact-tip strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 15px;
}

.contact-tip p {
  margin: 0;
  color: rgba(15, 29, 53, 0.56);
  font-weight: 600;
  line-height: 1.7;
}

.callback-form {
  gap: 24px;
  padding: 36px 32px 32px;
  border: 1px solid rgba(15, 29, 53, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 20px 44px rgba(46, 38, 0, 0.18);
}

.callback-form label,
.buyer-type {
  display: grid;
  gap: 12px;
}

.callback-form label > span,
.buyer-type > span {
  color: rgba(15, 29, 53, 0.55);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.callback-form input,
.callback-form textarea {
  border: 0;
  border-bottom: 2px solid rgba(15, 29, 53, 0.16);
  border-radius: 0;
  background: transparent;
  padding: 9px 0 15px;
  color: var(--ink);
  font-size: 16px;
}

.callback-form input:focus,
.callback-form textarea:focus {
  border-color: rgba(15, 29, 53, 0.56);
}

.buyer-type div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.buyer-type button {
  min-height: 44px;
  padding: 0 20px;
  border: 2px solid rgba(15, 29, 53, 0.14);
  border-radius: 999px;
  background: transparent;
  color: rgba(15, 29, 53, 0.62);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.buyer-type button:hover,
.buyer-type button:focus {
  border-color: var(--ink);
  color: var(--ink);
}

.callback-form #orderBtn {
  min-height: 54px;
  margin-top: 8px;
  border-radius: 999px;
  background: rgba(15, 29, 53, 0.52);
  color: #fff;
  letter-spacing: 3px;
}

.callback-form #orderBtn:hover {
  background: #000;
}

@media (max-width: 980px) {
  .contact-modern {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 640px) {
  .contact-section {
    padding: 70px 0;
  }

  .contact-headline {
    margin-bottom: 34px;
    text-align: left;
  }

  .contact-headline .eyebrow {
    letter-spacing: 3px;
  }

  .contact-line {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .contact-icon {
    width: 48px;
    height: 48px;
  }

  .contact-line a,
  .contact-line strong {
    font-size: 19px;
  }

  .callback-form {
    padding: 28px 22px 24px;
    border-radius: 16px;
  }
}

.contact-qr-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 18px 16px 20px;
  border: 1px solid rgba(15, 29, 53, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  text-align: center;
}

.contact-qr-card > span {
  color: rgba(15, 29, 53, 0.55);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.contact-qr-card img {
  width: min(100%, 270px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 29, 53, 0.12);
}

.contact-qr-card strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
}

.contact-qr-card small {
  color: rgba(15, 29, 53, 0.55);
  font-weight: 700;
}

@media (max-width: 640px) {
  .contact-qr-card img {
    width: min(100%, 240px);
  }
}

.qr-only-form {
  align-content: center;
  padding: 28px;
}

.qr-only-form .contact-qr-card {
  min-height: 100%;
  padding: 28px 20px 30px;
}

.qr-only-form .contact-qr-card img {
  width: min(100%, 340px);
}

@media (max-width: 640px) {
  .qr-only-form {
    padding: 18px;
  }
}

/* Modern order form */
.modern-order-form {
  gap: 22px;
  padding: 30px;
  overflow: hidden;
}

.form-qr-strip {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(15, 29, 53, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.form-qr-strip img {
  width: 94px;
  height: 94px;
  border-radius: 14px;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 29, 53, 0.12);
}

.form-qr-strip span,
.form-grid-modern label > span,
.modern-order-form label > span {
  color: rgba(15, 29, 53, 0.56);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.form-qr-strip strong {
  display: block;
  margin: 6px 0 4px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
}

.form-qr-strip small {
  color: rgba(15, 29, 53, 0.55);
  font-weight: 700;
}

.form-grid-modern {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-grid-modern label,
.modern-order-form > label {
  display: grid;
  gap: 10px;
}

.modern-order-form input,
.modern-order-form select,
.modern-order-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(15, 29, 53, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  outline: 0;
  padding: 12px 14px;
}

.modern-order-form textarea {
  resize: vertical;
  line-height: 1.5;
}

.modern-order-form input:focus,
.modern-order-form select:focus,
.modern-order-form textarea:focus {
  border-color: rgba(15, 29, 53, 0.55);
  box-shadow: 0 0 0 4px rgba(15, 29, 53, 0.08);
}

.modern-order-form #orderBtn {
  min-height: 56px;
  border-radius: 16px;
  background: #000;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2.4px;
}

.modern-order-form #orderBtn:hover {
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .modern-order-form {
    padding: 22px;
  }

  .form-qr-strip {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .form-qr-strip img {
    width: 82px;
    height: 82px;
  }

  .form-grid-modern {
    grid-template-columns: 1fr;
  }
}

/* Premium visual refresh */
:root {
  --yellow: #ffd91a;
  --cream: #fffbea;
  --ink: #101828;
  --muted: #667085;
  --green: #247a46;
  --green-dark: #123a27;
  --orange: #e76f2e;
  --line: rgba(16, 24, 40, 0.1);
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(16, 24, 40, 0.12);
  --soft-shadow: 0 10px 28px rgba(16, 24, 40, 0.08);
}

* {
  letter-spacing: 0 !important;
}

body {
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  background:
    linear-gradient(180deg, #fff8c9 0, #fffef5 340px, #f7f5e7 100%);
}

.wrap {
  width: min(1180px, calc(100% - 48px));
}

.site-header {
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 246, 0.88);
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.07);
}

.nav-inner {
  min-height: 78px;
}

.brand {
  gap: 14px;
}

.brand-mark {
  width: 56px;
  height: 56px;
  border: 4px solid #fff;
  box-shadow: var(--soft-shadow);
}

.brand strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}

.menu {
  gap: 6px;
}

.menu > a,
.language-toggle {
  min-height: 38px;
  border-radius: 8px;
  color: rgba(16, 24, 40, 0.72);
  background: transparent;
}

.menu > a:hover,
.menu > a:focus {
  color: var(--green-dark);
  background: rgba(36, 122, 70, 0.09);
}

.menu .contact-pill {
  border-radius: 8px;
  background: #101828;
  box-shadow: 0 10px 22px rgba(16, 24, 40, 0.16);
}

.language {
  order: initial;
}

.language-toggle {
  border-color: rgba(16, 24, 40, 0.1);
  background: rgba(255, 217, 26, 0.26);
}

.language-menu {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

main > section {
  scroll-margin-top: 96px;
}

.yellow-section {
  background:
    linear-gradient(180deg, #ffd91a 0%, #ffe45b 54%, #fff7ce 100%);
}

.hero {
  padding: 86px 0 54px;
  min-height: calc(100vh - 78px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  text-align: center;
}

.hero-copy .eyebrow,
.eyebrow {
  color: #8a5a00;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 880px;
  margin: 14px auto 0;
  color: var(--ink);
  font-size: clamp(48px, 8vw, 112px);
  line-height: 0.92;
}

.hero-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(16, 24, 40, 0.72);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.75;
}

.hero-actions {
  justify-content: center;
  margin-top: 34px;
}

.btn,
.product-card button,
.price-order,
.price-call,
.modern-order-form #orderBtn {
  min-height: 52px;
  border-radius: 8px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn.dark,
.product-card button,
.price-order,
.modern-order-form #orderBtn {
  background: #101828;
  color: #fff;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.18);
}

.btn.outline {
  border: 1px solid rgba(16, 24, 40, 0.16);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
}

.btn:hover,
.product-card button:hover,
.price-order:hover,
.modern-order-form #orderBtn:hover {
  transform: translateY(-2px);
}

.hoang-kim-gallery,
.gold-feature-grid,
.price-grid,
.knowledge-grid,
.stats-grid {
  gap: 22px;
}

.hoang-kim-gallery article,
.gold-feature-grid article,
.product-card,
.price-card,
.knowledge article,
.contact-info-panel,
.callback-form,
.gold-table-wrap,
.contact-tip {
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--soft-shadow);
}

.hoang-kim-gallery {
  margin-top: 46px;
}

.hoang-kim-gallery article {
  overflow: hidden;
}

.hoang-kim-gallery img {
  height: 310px;
}

.hoang-kim-gallery h3,
.product-card h3,
.price-card h3,
.knowledge h3,
.contact-line a,
.contact-line strong {
  color: var(--ink);
}

.hoang-kim-gallery p,
.gold-feature-grid p,
.price-desc,
.knowledge p,
.contact-tip p {
  color: rgba(16, 24, 40, 0.64);
}

.gold-details {
  padding-top: 54px;
}

.gold-feature-grid article {
  padding: 26px;
}

.gold-feature-icon {
  color: var(--orange);
}

.gold-compare h2,
.pricing-heading h2,
.product-section h2,
.knowledge h2,
.contact-section h2,
.origin h2 {
  color: var(--ink);
  font-weight: 900;
  line-height: 1;
}

.gold-table-wrap {
  overflow: hidden;
}

.gold-table th {
  background: #fff8d9;
  color: rgba(16, 24, 40, 0.58);
}

.gold-table td {
  border-color: rgba(16, 24, 40, 0.06);
}

.gold-table td:last-child,
.gold-table th:last-child {
  color: #ad4d00;
  background: rgba(255, 217, 26, 0.08);
}

.product-section,
.knowledge,
.stats-section {
  background: #fffef5;
}

.product-section {
  padding-top: 96px;
}

.product-grid {
  align-items: center;
}

.product-card {
  overflow: hidden;
}

.product-card img {
  height: 340px;
}

.product-card li::before {
  background: var(--yellow);
  box-shadow: inset 0 0 0 4px #fff;
}

.tu-quy-photo-grid {
  gap: 14px;
}

.tu-quy-photo-grid img {
  border-radius: 8px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: var(--soft-shadow);
}

.pricing-heading {
  text-align: center;
}

.price-card {
  padding: 28px;
}

.price-card.featured {
  border-color: rgba(231, 111, 46, 0.35);
  box-shadow: 0 18px 42px rgba(231, 111, 46, 0.16);
}

.price-badge {
  border-radius: 8px;
}

.origin {
  padding: 92px 0;
}

.origin-grid {
  align-items: center;
}

.origin-copy p {
  max-width: 680px;
  color: rgba(16, 24, 40, 0.72);
  font-weight: 700;
}

.map-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.stats-grid div {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--soft-shadow);
}

.knowledge {
  padding: 96px 0;
}

.section-head {
  text-align: center;
}

.knowledge article {
  padding: 30px;
}

.knowledge article span {
  color: var(--green);
  background: rgba(36, 122, 70, 0.1);
}

.contact-section {
  padding: 92px 0;
}

.contact-headline {
  text-align: center;
}

.contact-modern {
  align-items: stretch;
}

.contact-info-panel,
.callback-form {
  padding: 30px;
}

.contact-line {
  padding: 18px 0;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.contact-line:last-of-type {
  border-bottom: 0;
}

.contact-icon {
  border-radius: 8px;
  color: var(--green-dark);
  background: rgba(36, 122, 70, 0.1);
}

.contact-tip {
  margin-top: 22px;
  background: #fff9cf;
}

.form-qr-strip {
  border-radius: 8px;
  background: #fff;
}

.form-qr-strip img,
.modern-order-form input,
.modern-order-form select,
.modern-order-form textarea {
  border-radius: 8px;
}

.modern-order-form input,
.modern-order-form select,
.modern-order-form textarea {
  background: #fff;
}

footer {
  background: #101828;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1040px) {
  .nav-inner {
    gap: 16px;
  }

  .menu {
    gap: 4px;
  }

  .menu > a {
    padding-inline: 10px;
  }

  .hero {
    padding-top: 72px;
  }
}

@media (max-width: 780px) {
  .wrap {
    width: min(1180px, calc(100% - 28px));
  }

  .nav-inner {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .brand strong {
    font-size: 16px;
    white-space: normal;
  }

  .menu {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero h1 {
    font-size: clamp(42px, 15vw, 70px);
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hoang-kim-gallery img,
  .product-card img {
    height: 340px;
  }

  .contact-info-panel,
  .callback-form,
  .price-card,
  .knowledge article,
  .gold-feature-grid article {
    padding: 22px;
  }
}

@media (max-width: 520px) {
  .brand-mark {
    width: 50px;
    height: 50px;
  }

  .hero {
    min-height: auto;
  }

  .form-qr-strip {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .form-qr-strip img {
    margin: 0 auto;
  }
}

.qr-only-card {
  justify-content: center;
  min-height: 100%;
}

.form-qr-strip.qr-large {
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  padding: 26px;
}

.form-qr-strip.qr-large img {
  width: min(420px, 100%);
  height: auto;
  border-radius: 8px;
}

@media (max-width: 780px) {
  .form-qr-strip.qr-large {
    grid-template-columns: 1fr;
  }

  .form-qr-strip.qr-large img {
    width: min(380px, 100%);
    height: auto;
  }
}

@media (max-width: 520px) {
  .form-qr-strip.qr-large {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .form-qr-strip.qr-large img {
    width: min(420px, 100%);
    height: auto;
    aspect-ratio: 1;
  }
}


.form-qr-strip.qr-large {
  text-align: center;
}

.form-qr-strip.qr-large > div {
  display: grid;
  justify-items: center;
}

.form-qr-strip.qr-large img {
  aspect-ratio: 1;
}


.contact-modern .qr-only-card {
  grid-column: 1 / -1;
  width: min(100%, 620px);
  justify-self: center;
}

.contact-modern .form-qr-strip.qr-large img {
  width: min(520px, 100%);
}

@media (max-width: 780px) {
  .contact-modern .qr-only-card {
    width: 100%;
  }

  .contact-modern .form-qr-strip.qr-large img {
    width: min(420px, 100%);
  }
}

.contact-modern .qr-only-card {
  grid-column: auto;
  width: 100%;
  justify-self: stretch;
  align-self: start;
}

.contact-modern .form-qr-strip.qr-large img {
  width: min(420px, 100%);
}

.origin-map-marked {
  position: relative;
}

.origin-map-marked iframe {
  position: relative;
  z-index: 1;
}







body[data-route="hoang-kim"] #hoang-kim.hero {
  padding-top: clamp(118px, 16vh, 156px);
  align-items: start;
}

body[data-route="hoang-kim"] #hoang-kim .hero-grid {
  align-self: start;
}

body[data-route="hoang-kim"] #hoang-kim h1 {
  max-width: 1040px;
  font-size: clamp(48px, 6.8vw, 92px);
  line-height: 1.18;
}

body[data-route="hoang-kim"] #hoang-kim h1 br {
  display: block;
  content: "";
  margin-top: 10px;
}

@media (max-width: 780px) {
  body[data-route="hoang-kim"] #hoang-kim.hero {
    padding-top: 112px;
  }

  body[data-route="hoang-kim"] #hoang-kim h1 {
    font-size: clamp(38px, 11vw, 64px);
    line-height: 1.2;
  }
}

/* Balanced card and text sizing */
.section-head h2,
.knowledge h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(40px, 5.4vw, 74px);
  line-height: 1.05;
}

.knowledge-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.knowledge article {
  min-height: 220px;
  display: grid;
  align-content: start;
  padding: clamp(22px, 2.4vw, 30px);
}

.knowledge article span {
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1;
}

.knowledge h3 {
  margin: 0 0 12px;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.25;
}

.knowledge p {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.65;
}

.gold-feature-grid article,
.price-card,
.contact-info-panel,
.callback-form {
  padding: clamp(22px, 2.4vw, 30px);
}

.price-card h3,
.gold-feature-grid h3 {
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.25;
}

.price-desc,
.gold-feature-grid p,
.contact-tip p {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.65;
}

@media (max-width: 780px) {
  .section-head h2,
  .knowledge h2 {
    font-size: clamp(34px, 11vw, 56px);
  }

  .knowledge article {
    min-height: auto;
  }
}

/* Brand logo image */
.brand-mark {
  width: 66px;
  height: 66px;
  padding: 0;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.16);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 780px) {
  .brand-mark {
    width: 58px;
    height: 58px;
  }
}

/* Contact heading alignment fix */
.contact-headline {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 14px;
  margin-bottom: clamp(34px, 5vw, 54px);
}

.contact-headline .eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

.contact-headline h2 {
  max-width: min(100%, 920px);
  margin: 0 auto;
  font-size: clamp(40px, 7vw, 76px);
  line-height: 1.06;
  text-align: center;
}

@media (max-width: 780px) {
  .contact-headline h2 {
    font-size: clamp(34px, 11vw, 56px);
  }
}

/* Mobile full-screen responsive pass */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
iframe,
table {
  max-width: 100%;
}

@media (max-width: 640px) {
  body {
    min-width: 0;
  }

  .wrap {
    width: min(100% - 24px, 1180px);
  }

  .site-header {
    position: relative;
  }

  .nav-inner {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 0 12px;
  }

  .brand {
    min-width: 0;
    gap: 10px;
  }

  .brand-mark {
    width: 52px;
    height: 52px;
  }

  .brand strong {
    white-space: normal;
    font-size: 14px;
    line-height: 1.15;
  }

  .menu-btn {
    width: 42px;
    height: 42px;
  }

  .menu {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0;
  }

  .menu > a,
  .language-toggle {
    width: 100%;
    min-height: 40px;
    justify-content: center;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .language {
    width: 100%;
  }

  .language-menu {
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
  }

  main,
  main > section,
  body[data-route] main > section {
    width: 100%;
    max-width: 100%;
  }

  .hero,
  .product-section,
  .origin,
  .knowledge,
  .contact-section {
    min-height: auto;
    padding: 54px 0 64px;
  }

  body[data-route="hoang-kim"] #hoang-kim.hero {
    padding-top: 64px;
  }

  .hero-grid,
  .product-grid,
  .origin-grid,
  .contact-grid,
  .contact-modern,
  .gold-feature-grid,
  .price-grid,
  .knowledge-grid,
  .stats-grid,
  .tu-quy-photo-grid,
  .hoang-kim-gallery {
    grid-template-columns: 1fr !important;
    width: 100%;
    gap: 16px;
  }

  .hero-grid,
  .hero-grid-text,
  .hero-grid-text .hero-copy,
  .hero-copy,
  #hoang-kim .wrap,
  .section-head,
  .contact-headline,
  .origin-copy,
  .pricing-heading,
  .section-heading.compact {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  body[data-route="hoang-kim"] #hoang-kim h1,
  .hero h1 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    font-size: clamp(34px, 12vw, 54px);
    line-height: 1.16;
  }

  .product-section h2,
  .knowledge h2,
  .contact-section h2,
  .origin h2,
  .gold-compare h2,
  .pricing-heading h2,
  .section-heading.compact h2 {
    max-width: 100%;
    font-size: clamp(30px, 10vw, 48px);
    line-height: 1.12;
  }

  .hero-copy p:not(.eyebrow),
  .lead,
  .origin-copy p,
  .contact-section p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .btn,
  .product-card button,
  .price-order {
    width: 100%;
    min-height: 46px;
  }

  .hoang-kim-gallery img,
  .product-card img,
  .tu-quy-photo-grid img,
  .map-card {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .map-card {
    height: 320px;
  }

  .product-card,
  .price-card,
  .knowledge article,
  .gold-feature-grid article,
  .contact-info-panel,
  .callback-form {
    width: 100%;
    min-width: 0;
    padding: 20px;
  }

  .contact-line {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .contact-icon {
    width: 44px;
    height: 44px;
  }

  .contact-line a,
  .contact-line strong,
  .contact-line small {
    overflow-wrap: anywhere;
  }

  .qr-only-card {
    padding: 18px;
  }

  .form-qr-strip.qr-large {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .contact-modern .form-qr-strip.qr-large img,
  .form-qr-strip.qr-large img {
    width: min(100%, 320px);
    height: auto;
    margin: 0 auto;
  }

  .gold-table-wrap {
    width: 100%;
    overflow-x: auto;
  }

  .gold-table {
    min-width: 620px;
  }
}


