:root {
  --bg: #f8f6f1;
  --panel: #ffffff;
  --soft: #e8f1ed;
  --text: #232126;
  --muted: #67606d;
  --primary: #6f4e7c;
  --primary-dark: #3f2f4f;
  --accent: #2f8176;
  --gold: #c59b53;
  --line: #ded8e4;
  --shadow: 0 18px 45px rgba(45, 38, 54, 0.12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.narrow {
  max-width: 820px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(222, 216, 228, 0.8);
  background: rgba(248, 246, 241, 0.9);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  display: block;
  width: 164px;
  max-width: 42vw;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-weight: 600;
}

.nav a:hover {
  color: var(--primary);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  font-weight: 700;
}

.cart-link span {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: var(--primary);
  font-size: 13px;
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 26px;
}

.hero,
.product-detail-hero {
  padding: 92px 0;
  background: linear-gradient(135deg, rgba(232, 241, 237, 0.96), rgba(255, 250, 240, 0.92) 52%, var(--bg));
}

.hero-grid,
.detail-grid,
.split,
.checkout-grid,
.cart-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: start;
}

.hero-content h1,
.page-hero h1,
.product-detail-hero h1 {
  max-width: 820px;
  margin: 12px 0 22px;
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-content p,
.page-hero p,
.product-detail-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.btn-primary {
  color: white;
  background: var(--primary);
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-light {
  color: var(--primary-dark);
  background: white;
  border: 1px solid var(--line);
}

.full {
  width: 100%;
}

.buy-box,
.cart-summary,
.content-card,
.checkout-form,
.empty-cart {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.hero-showcase {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(63, 47, 79, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.showcase-top,
.showcase-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

.showcase-top strong {
  padding: 8px 12px;
  border-radius: 999px;
  color: white;
  background: var(--primary-dark);
  font-size: 13px;
}

.focus-panel {
  padding: 28px;
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(135deg, rgba(63, 47, 79, 0.96), rgba(47, 129, 118, 0.92));
}

.focus-panel .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.focus-panel h2 {
  margin: 12px 0 14px;
  font-size: 34px;
  line-height: 1.08;
}

.focus-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.path-list {
  display: grid;
  gap: 10px;
}

.path-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(63, 47, 79, 0.1);
  border-radius: 8px;
  background: white;
}

.path-list article > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  color: var(--primary-dark);
  background: var(--soft);
  font-size: 12px;
  font-weight: 800;
}

.path-list strong {
  display: block;
  margin-bottom: 4px;
}

.path-list small,
.showcase-note span {
  color: var(--muted);
}

.showcase-note {
  align-items: flex-start;
  padding: 16px;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  background: #f8fbf9;
}

.showcase-note strong,
.showcase-note span {
  display: block;
}

.section {
  padding: 84px 0;
}

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

.section-head h2,
.split h2 {
  max-width: 760px;
  margin-top: 10px;
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-head p {
  max-width: 740px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 18px;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 16px 40px rgba(45, 38, 54, 0.08);
}

.product-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.product-card span,
.buy-box span {
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
}

.product-card h3 {
  margin: 8px 0 10px;
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: 0;
}

.product-card p {
  color: var(--muted);
}

.muted-text {
  color: var(--muted);
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 24px;
}

.product-meta small {
  color: var(--muted);
}

.product-meta strong {
  color: var(--primary-dark);
  font-size: 20px;
}

.soft-bg {
  background: var(--soft);
}

.why-section {
  position: relative;
  border-top: 1px solid rgba(63, 47, 79, 0.08);
  border-bottom: 1px solid rgba(63, 47, 79, 0.08);
  background:
    linear-gradient(135deg, rgba(232, 241, 237, 0.96), rgba(250, 245, 255, 0.78)),
    var(--soft);
}

.why-layout {
  align-items: center;
  gap: 64px;
}

.why-copy {
  max-width: 560px;
}

.why-copy p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
}

.why-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.why-stats div {
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(63, 47, 79, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.why-stats strong {
  display: block;
  color: var(--primary-dark);
  font-size: 28px;
  line-height: 1;
}

.why-stats span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.feature-list {
  display: grid;
  gap: 16px;
}

.feature-list article {
  padding: 22px;
  border-radius: 8px;
  background: white;
}

.feature-list p {
  color: var(--muted);
}

.why-cards {
  gap: 14px;
  padding-right: 24px;
}

.why-cards article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  border: 1px solid rgba(63, 47, 79, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 36px rgba(45, 38, 54, 0.08);
}

.why-cards article:nth-child(even) {
  transform: translateX(24px);
}

.why-cards h3 {
  margin-bottom: 6px;
  font-size: 21px;
  line-height: 1.2;
}

.feature-index {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: var(--primary-dark);
  font-size: 13px;
  font-weight: 800;
}

.why-cards article:nth-child(2) .feature-index {
  background: var(--accent);
}

.page-hero {
  padding: 76px 0;
  background: linear-gradient(180deg, #fffaf7, var(--bg));
}

.about-grid,
.about-flow,
.mission-vision-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: start;
}

.about-lead,
.about-panel,
.mission-card,
.vision-card,
.values-grid article,
.flow-steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 16px 40px rgba(45, 38, 54, 0.08);
}

.about-lead {
  padding: 34px;
}

.mission-vision-section {
  background: linear-gradient(180deg, var(--bg), #fffaf7);
}

.mission-card,
.vision-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 34px;
}

.mission-card::before,
.vision-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background: var(--primary);
}

.vision-card::before {
  background: var(--accent);
}

.mission-card h2,
.vision-card h2 {
  margin: 10px 0 18px;
  font-size: 34px;
  line-height: 1.14;
}

.mission-card p,
.vision-card p {
  color: var(--muted);
  font-size: 17px;
}

.mission-card p + p,
.vision-card p + p {
  margin-top: 14px;
}

.about-lead h2,
.about-flow h2 {
  margin-top: 10px;
  font-size: 38px;
  line-height: 1.14;
}

.about-lead p,
.about-flow p,
.values-grid p,
.flow-steps p {
  color: var(--muted);
}

.about-lead p {
  margin-top: 16px;
  font-size: 18px;
}

.about-panel {
  padding: 30px;
}

.about-panel h2 {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.18;
}

.clean-list {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  color: var(--muted);
}

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

.values-grid article {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.values-grid h3,
.flow-steps h3 {
  font-size: 22px;
  line-height: 1.18;
}

.about-flow {
  align-items: center;
}

.flow-steps {
  display: grid;
  gap: 14px;
}

.flow-steps article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 22px;
}

.flow-steps strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: white;
  background: var(--primary-dark);
  line-height: 1;
}

.about-notice {
  max-width: 980px;
}

.toolbar {
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
}

.toolbar input,
.toolbar select,
.checkout-form input,
.checkout-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 15px 16px;
  outline: none;
}

.toolbar select {
  max-width: 240px;
}

.detail-content {
  display: grid;
  gap: 28px;
}

.detail-section {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.detail-section h2 {
  margin-bottom: 16px;
  font-size: 30px;
  letter-spacing: 0;
}

.detail-list {
  display: grid;
  gap: 10px;
  padding-left: 22px;
  color: var(--muted);
}

.buy-box {
  position: sticky;
  top: 100px;
}

.buy-box h2 {
  margin: 12px 0;
  font-size: 44px;
  letter-spacing: 0;
}

.notice {
  padding: 18px 20px;
  border: 1px solid #d6c6e1;
  border-radius: 8px;
  color: #4e3657;
  background: #faf5ff;
}

.cart-layout {
  grid-template-columns: 1fr 360px;
}

.cart-items {
  display: grid;
  gap: 16px;
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.cart-item p {
  color: var(--muted);
}

.quantity-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.quantity-box button,
.remove-btn {
  border: 0;
  cursor: pointer;
  background: transparent;
  font-weight: 800;
}

.quantity-box button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--soft);
}

.remove-btn {
  color: #b24635;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.summary-row.total {
  border-bottom: 0;
  font-size: 22px;
}

.checkout-form {
  display: grid;
  gap: 16px;
}

.checkout-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

.portal-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.portal-link,
.portal-user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary-dark);
  background: white;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.portal-link {
  cursor: pointer;
}

.portal-link-strong {
  color: white;
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

button.portal-link {
  font: inherit;
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 28px;
  align-items: start;
}

.portal-card,
.admin-section,
.admin-stats article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 16px 40px rgba(45, 38, 54, 0.08);
}

.portal-card {
  padding: 30px;
}

.portal-card h2 {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.16;
}

.portal-card p {
  color: var(--muted);
}

.auth-form,
.admin-form {
  display: grid;
  gap: 15px;
}

.auth-form label,
.admin-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

.auth-form input,
.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 14px 15px;
  color: var(--text);
  outline: none;
}

.admin-form input[readonly] {
  background: #f7f8f5;
  color: var(--muted);
}

.portal-message {
  min-height: 24px;
  color: var(--muted);
  font-weight: 700;
}

.portal-message.error {
  color: #b24635;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.admin-stats article {
  padding: 24px;
}

.admin-stats strong {
  display: block;
  color: var(--primary-dark);
  font-size: 40px;
  line-height: 1;
}

.admin-stats span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.admin-section {
  padding: 26px;
}

.admin-section-head {
  margin-bottom: 20px;
}

.admin-section-head h2 {
  margin-top: 8px;
  font-size: 30px;
  line-height: 1.15;
}

.admin-section-head p {
  max-width: 820px;
  margin-top: 8px;
  color: var(--muted);
}

.compact-form {
  margin-bottom: 22px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.data-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 14px;
}

.data-table th,
.data-table td {
  padding: 13px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: var(--primary-dark);
  font-weight: 800;
  background: #faf7fb;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.status-pill.success {
  color: #166145;
  background: #dcf5ea;
}

.status-pill.muted {
  color: var(--muted);
  background: #f1edf4;
}

.admin-assignment-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
}

.admin-assignment-form .btn {
  min-height: 52px;
}

.admin-body {
  background: #f5f3f7;
}

.admin-login-screen {
  display: grid;
  min-height: 100vh;
  padding: 32px;
  place-items: center;
}

.admin-login-card {
  width: min(100%, 420px);
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.admin-login-card h1 {
  margin: 10px 0 12px;
  font-size: 38px;
  line-height: 1.06;
}

.admin-login-card p {
  margin-bottom: 22px;
  color: var(--muted);
}

.admin-back-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--primary-dark);
  font-weight: 800;
}

.admin-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  height: 100vh;
  padding: 24px;
  color: white;
  background: #201f27;
}

.admin-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.admin-logo-img {
  display: block;
  width: 176px;
  max-width: 100%;
  height: auto;
  padding: 8px;
  border-radius: 8px;
  background: white;
}

.admin-profile {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.admin-profile span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
}

.admin-menu {
  display: grid;
  gap: 8px;
}

.admin-menu a,
.admin-side-link {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.admin-menu a:hover,
.admin-side-link:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.admin-site-link {
  margin-top: auto;
}

.admin-main {
  display: grid;
  gap: 22px;
  align-content: start;
  padding: 28px;
}

.admin-top,
.admin-main > section {
  scroll-margin-top: 24px;
}

.admin-top {
  display: grid;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 16px 40px rgba(45, 38, 54, 0.08);
}

.admin-top h1 {
  margin: 8px 0 8px;
  font-size: 42px;
  line-height: 1.08;
}

.admin-top p {
  color: var(--muted);
}

.site-footer {
  padding: 46px 0;
  color: white;
  background: #201f27;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 28px;
}

.footer-brand {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
}

.footer-brand.compact {
  margin: 0 auto 14px;
}

.footer-logo {
  display: block;
  width: 178px;
  max-width: 52vw;
  height: auto;
}

.footer-grid a {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 8px;
}

.footer-grid p,
.small-footer p {
  color: rgba(255, 255, 255, 0.72);
}

.small-footer {
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 48;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: white;
  background: #1f9d61;
  box-shadow: 0 18px 40px rgba(31, 157, 97, 0.28);
  font-weight: 800;
}

.whatsapp-float:hover {
  background: #168652;
}

.whatsapp-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.whatsapp-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  padding: 14px 18px;
  color: white;
  border-radius: 999px;
  background: var(--primary-dark);
  box-shadow: var(--shadow);
}

@media (max-width: 980px) {
  .hero-grid,
  .detail-grid,
  .split,
  .about-grid,
  .about-flow,
  .mission-vision-grid,
  .auth-layout,
  .admin-grid,
  .admin-assignment-form,
  .checkout-grid,
  .cart-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .values-grid,
  .admin-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
  }

  .admin-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .buy-box {
    position: static;
  }

  .why-layout {
    gap: 34px;
  }

  .why-copy {
    max-width: 760px;
  }

  .why-cards article:nth-child(even) {
    transform: none;
  }

  .why-cards {
    padding-right: 0;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    position: fixed;
    top: 78px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: var(--shadow);
  }

  .nav.active {
    display: flex;
  }

  .header-inner {
    gap: 12px;
  }

  .portal-actions {
    gap: 6px;
  }

  .portal-link,
  .portal-user {
    min-height: 38px;
    padding: 0 10px;
    font-size: 13px;
  }

  .brand-logo {
    width: 128px;
  }

  .footer-logo {
    width: 150px;
  }

  .whatsapp-float {
    left: 14px;
    bottom: 16px;
    min-height: 50px;
    padding: 0 14px 0 11px;
  }

  .menu-btn {
    display: block;
  }

  .hero,
  .product-detail-hero,
  .section,
  .page-hero {
    padding: 54px 0;
  }

  .hero-content h1,
  .page-hero h1,
  .product-detail-hero h1 {
    font-size: 42px;
  }

  .section-head h2,
  .split h2 {
    font-size: 32px;
  }

  .about-lead,
  .about-panel,
  .mission-card,
  .vision-card {
    padding: 24px;
  }

  .about-lead h2,
  .about-flow h2,
  .mission-card h2,
  .vision-card h2 {
    font-size: 30px;
  }

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

  .why-stats div {
    min-height: auto;
  }

  .why-cards article {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    padding: 16px;
  }

  .showcase-top,
  .showcase-note {
    flex-direction: column;
    align-items: flex-start;
  }

  .focus-panel {
    padding: 22px;
  }

  .focus-panel h2 {
    font-size: 28px;
  }

  .path-list article {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .values-grid,
  .admin-stats {
    grid-template-columns: 1fr;
  }

  .admin-login-screen {
    padding: 18px;
  }

  .admin-login-card,
  .admin-top {
    padding: 22px;
  }

  .admin-sidebar,
  .admin-main {
    padding: 18px;
  }

  .admin-menu {
    grid-template-columns: 1fr;
  }

  .admin-top h1 {
    font-size: 32px;
  }

  .portal-card,
  .admin-section {
    padding: 22px;
  }

  .flow-steps article {
    grid-template-columns: 1fr;
  }

  .toolbar {
    flex-direction: column;
  }

  .toolbar select {
    max-width: 100%;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }
}
