/*
 * Alsourayia V16 — actual integration of the supplied Home, Products Hub,
 * Category Mobile, Visit Request, Confirmation, My Requests and Tracking designs.
 * Loaded last so the new design is visibly authoritative without leaking into admin.
 */
:root {
  --als-v16-primary: var(--als-primary, #004e29);
  --als-v16-primary-2: #08683a;
  --als-v16-deep: var(--als-dark, #064f2c);
  --als-v16-gold: var(--als-gold, #c59e41);
  --als-v16-gold-dark: #775a00;
  --als-v16-ivory: var(--als-cream, #faf9f6);
  --als-v16-sand: #f2ebe1;
  --als-v16-surface: #ffffff;
  --als-v16-surface-low: #f6f3f2;
  --als-v16-surface-mid: #f0eded;
  --als-v16-text: #1b1c1c;
  --als-v16-muted: #59645c;
  --als-v16-outline: #d3dbd2;
  --als-v16-danger: #ba1a1a;
  --als-v16-success: #116c3e;
  --als-v16-radius-sm: 10px;
  --als-v16-radius: 16px;
  --als-v16-radius-lg: 24px;
  --als-v16-radius-xl: 32px;
  --als-v16-shadow-sm: 0 7px 24px rgba(0, 55, 29, .07);
  --als-v16-shadow: 0 18px 50px rgba(0, 55, 29, .11);
  --als-v16-shell: 1280px;
}

html { scroll-behavior: smooth; }
body {
  background: var(--als-v16-ivory);
  color: var(--als-v16-text);
  font-family: "IBM Plex Sans Arabic", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body.admin-bar .als-v16-header { top: 32px; }
body.admin-bar .als-v16-mobile-drawer { top: 32px; }
body[dir="ltr"], html[dir="ltr"] body { font-family: Inter, "IBM Plex Sans Arabic", system-ui, sans-serif; }
body img { max-width: 100%; }
body .als-v16-icon { display: inline-block; flex: 0 0 auto; }

.als-v16-shell { width: min(calc(100% - 40px), var(--als-v16-shell)); margin-inline: auto; }
.als-v16-narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.als-v16-section { padding-block: clamp(72px, 8vw, 120px); }
.als-v16-center { text-align: center; }
.als-v16-eyebrow,
.als-v16-section-head > span,
.als-v16-section-head > div > span,
.als-v16-section-head small {
  color: var(--als-v16-gold-dark);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-block-end: 10px;
  text-transform: uppercase;
}
.als-v16-section-head { margin-block-end: 36px; max-width: 700px; }
.als-v16-section-head.is-inline,
.als-v16-section-head.is-split { align-items: end; display: flex; justify-content: space-between; max-width: none; gap: 24px; }
.als-v16-section-head h2,
.als-v16-section-head h1 {
  color: var(--als-v16-primary);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.25;
  margin: 0;
}
.als-v16-section-head p { color: var(--als-v16-muted); font-size: 17px; line-height: 1.8; margin: 14px 0 0; }
.als-v16-breadcrumb { align-items: center; color: var(--als-v16-muted); display: flex; flex-wrap: wrap; font-size: 13px; gap: 8px; margin-block-end: 28px; }
.als-v16-breadcrumb a { color: inherit; text-decoration: none; }
.als-v16-breadcrumb a:hover, .als-v16-breadcrumb strong { color: var(--als-v16-primary); }
[dir="ltr"] .als-v16-breadcrumb .als-v16-icon { transform: scaleX(-1); }

.als-v16-btn,
.als-v16-card-primary,
.als-v16-card-details {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.als-v16-btn:hover, .als-v16-card-primary:hover, .als-v16-card-details:hover { transform: translateY(-2px); }
.als-v16-btn--primary, .als-v16-card-primary { background: var(--als-v16-primary); color: #fff; box-shadow: 0 8px 20px rgba(0, 78, 41, .16); }
.als-v16-btn--primary:hover, .als-v16-card-primary:hover { background: var(--als-v16-deep); color: #fff; }
.als-v16-btn--gold { background: var(--als-v16-gold); color: #1f1804; }
.als-v16-btn--gold:hover { background: #dfb653; color: #1f1804; }
.als-v16-btn--outline, .als-v16-card-details { background: transparent; border-color: #9ba99d; color: var(--als-v16-primary); }
.als-v16-btn--outline:hover, .als-v16-card-details:hover { border-color: var(--als-v16-primary); background: rgba(0, 78, 41, .05); color: var(--als-v16-primary); }
.als-v16-btn--ghost { background: var(--als-v16-surface-low); color: var(--als-v16-primary); }
.als-v16-btn--ghost-light { background: transparent; border: 2px solid rgba(255,255,255,.6); color: #fff; }
.als-v16-btn--ghost-light:hover { background: rgba(255,255,255,.12); color: #fff; }
.als-v16-btn--whatsapp { background: #1fae5b; color: #fff; }
.als-v16-btn--whatsapp:hover { background: #188d49; color: #fff; }

/* Header */
.als-v16-utility { background: var(--als-v16-primary); color: #fff; font-size: 12px; }
.als-v16-utility__inner { align-items: center; display: flex; justify-content: space-between; min-height: 34px; }
.als-v16-utility__links { align-items: center; display: flex; gap: 25px; }
.als-v16-utility a, .als-v16-utility__lang { align-items: center; color: rgba(255,255,255,.88); display: inline-flex; gap: 7px; text-decoration: none; }
.als-v16-utility a:hover { color: #fff; }
.als-v16-utility__lang { gap: 9px; }
.als-v16-utility__lang a { color: #fff; font-weight: 700; }
.als-v16-header { background: rgba(250,249,246,.97); border-bottom: 1px solid rgba(0,78,41,.12); position: sticky; top: 0; z-index: 950; backdrop-filter: blur(16px); }
.als-v16-header__inner { align-items: center; display: grid; gap: 28px; grid-template-columns: 188px minmax(0, 1fr) auto; min-height: 82px; }
.als-v16-brand { align-items: center; display: flex; }
.als-v16-brand img { display: block; height: 52px; object-fit: contain; object-position: right center; width: 180px; }
[dir="ltr"] .als-v16-brand img { object-position: left center; }
.als-v16-main-nav__list { align-items: center; display: flex; gap: clamp(15px, 2vw, 31px); list-style: none; margin: 0; padding: 0; }
.als-v16-main-nav__list li { position: relative; }
.als-v16-main-nav__list > li > a { color: #26372c; display: block; font-size: 14px; font-weight: 600; padding-block: 28px; text-decoration: none; white-space: nowrap; }
.als-v16-main-nav__list > li.current-menu-item > a, .als-v16-main-nav__list > li > a:hover { color: var(--als-v16-primary); }
.als-v16-main-nav__list .sub-menu { background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 12px; box-shadow: var(--als-v16-shadow); inset-inline-start: 0; list-style: none; min-width: 220px; opacity: 0; padding: 10px; pointer-events: none; position: absolute; top: calc(100% - 8px); transform: translateY(8px); transition: .2s; }
.als-v16-main-nav__list li:hover > .sub-menu, .als-v16-main-nav__list li:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: none; }
.als-v16-main-nav__list .sub-menu a { border-radius: 7px; color: var(--als-v16-text); display: block; padding: 10px 12px; text-decoration: none; }
.als-v16-main-nav__list .sub-menu a:hover { background: var(--als-v16-sand); color: var(--als-v16-primary); }
.als-v16-header__actions { align-items: center; display: flex; gap: 7px; }
.als-v16-icon-btn { align-items: center; background: transparent; border: 0; border-radius: 50%; color: var(--als-v16-primary); display: inline-flex; height: 40px; justify-content: center; padding: 0; position: relative; text-decoration: none; width: 40px; }
.als-v16-icon-btn:hover { background: var(--als-v16-sand); color: var(--als-v16-primary); }
.als-v16-counter { align-items: center; background: var(--als-v16-gold); border: 2px solid var(--als-v16-ivory); border-radius: 999px; color: #2a2107; display: flex; font-size: 9px; font-weight: 800; height: 18px; inset-inline-end: -1px; justify-content: center; min-width: 18px; padding-inline: 3px; position: absolute; top: -2px; }
.als-v16-header__visit { background: var(--als-v16-primary); border-radius: 8px; color: #fff; font-size: 13px; font-weight: 700; margin-inline-start: 7px; padding: 11px 16px; text-decoration: none; white-space: nowrap; }
.als-v16-header__visit:hover { background: var(--als-v16-deep); color: #fff; }
.als-v16-mobile-toggle { align-items: center; background: transparent; border: 0; color: var(--als-v16-primary); display: none; height: 42px; justify-content: center; width: 42px; }
.als-v16-search { background: #fff; border-top: 1px solid var(--als-v16-outline); box-shadow: 0 14px 30px rgba(0,0,0,.06); padding-block: 18px; }
.als-v16-search[hidden] { display: none !important; }
.als-v16-search form { align-items: center; background: var(--als-v16-surface-low); border: 1px solid var(--als-v16-outline); border-radius: 12px; display: flex; gap: 12px; padding: 7px 8px 7px 15px; }
.als-v16-search input { background: transparent; border: 0; flex: 1; font: inherit; min-width: 0; outline: none; padding: 8px; }
.als-v16-search button { background: var(--als-v16-primary); border: 0; border-radius: 8px; color: #fff; font: inherit; font-weight: 700; padding: 10px 22px; }

.als-v16-mobile-drawer { background: var(--als-v16-ivory); bottom: 0; box-shadow: -20px 0 60px rgba(0,0,0,.18); display: flex; flex-direction: column; inset-inline-end: 0; max-width: 390px; padding: 22px; position: fixed; top: 0; transform: translateX(calc(110% * var(--als-drawer-direction, 1))); transition: transform .3s ease; width: min(90vw, 390px); z-index: 1100; }
[dir="rtl"] .als-v16-mobile-drawer { --als-drawer-direction: -1; }
.als-v16-mobile-drawer.is-open, .als-v16-mobile-drawer[aria-hidden="false"] { transform: none; }
.als-v16-mobile-drawer__head { align-items: center; border-bottom: 1px solid var(--als-v16-outline); display: flex; justify-content: space-between; padding-bottom: 18px; }
.als-v16-mobile-drawer__head img { height: 45px; object-fit: contain; width: 165px; }
.als-v16-mobile-drawer__head button { background: var(--als-v16-sand); border: 0; border-radius: 50%; color: var(--als-v16-primary); height: 42px; width: 42px; }
.als-v16-mobile-menu { list-style: none; margin: 20px 0; padding: 0; }
.als-v16-mobile-menu a { border-bottom: 1px solid rgba(0,78,41,.1); color: var(--als-v16-text); display: block; font-weight: 650; padding: 13px 3px; text-decoration: none; }
.als-v16-mobile-menu .sub-menu { list-style: none; padding-inline-start: 18px; }
.als-v16-mobile-drawer__services { border-block: 1px solid var(--als-v16-outline); display: grid; gap: 1px; padding-block: 10px; }
.als-v16-mobile-drawer__services > * { align-items: center; background: transparent; border: 0; color: var(--als-v16-primary); display: flex; font: inherit; gap: 11px; padding: 10px 3px; text-decoration: none; }
.als-v16-mobile-drawer__services b { margin-inline-start: auto; }
.als-v16-mobile-drawer__cta { background: var(--als-v16-primary); border-radius: 10px; color: #fff; font-weight: 700; margin-top: auto; padding: 14px; text-align: center; text-decoration: none; }
.als-v16-mobile-drawer__contact { display: grid; gap: 9px; grid-template-columns: 1fr 1fr; margin-top: 10px; }
.als-v16-mobile-drawer__contact a { align-items: center; border: 1px solid var(--als-v16-outline); border-radius: 9px; color: var(--als-v16-primary); display: flex; gap: 8px; justify-content: center; padding: 11px; text-decoration: none; }
.als-v16-menu-overlay, .als-selections-overlay { background: rgba(0,26,13,.52); inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .25s; z-index: 1090; }
.als-v16-menu-overlay.is-open, .als-v16-menu-overlay.is-visible, .als-selections-overlay.is-open, .als-selections-overlay.is-visible { opacity: 1; pointer-events: auto; }

.als-v16-selections { background: #fff; bottom: 0; box-shadow: -18px 0 60px rgba(0,0,0,.18); inset-inline-end: 0; max-width: 440px; padding: 24px; position: fixed; top: 0; transform: translateX(calc(110% * var(--als-selection-direction, 1))); transition: transform .3s; width: min(94vw, 440px); z-index: 1120; }
[dir="rtl"] .als-v16-selections { --als-selection-direction: -1; }
.als-v16-selections.is-open, .als-v16-selections[aria-hidden="false"] { transform: none; }
.als-selections-head { align-items: center; border-bottom: 1px solid var(--als-v16-outline); display: flex; justify-content: space-between; padding-bottom: 16px; }
.als-selections-head small { color: var(--als-v16-gold-dark); }
.als-selections-head h2 { color: var(--als-v16-primary); margin: 3px 0 0; }
.als-selections-head button { background: var(--als-v16-sand); border: 0; border-radius: 50%; height: 40px; width: 40px; }
.als-selections-list { display: grid; gap: 10px; max-height: calc(100vh - 230px); overflow: auto; padding-block: 18px; }
.als-selections-list article, .als-selection-item { align-items: center; background: var(--als-v16-surface-low); border-radius: 12px; display: grid; gap: 12px; grid-template-columns: 65px 1fr auto; padding: 9px; }
.als-selections-list img { border-radius: 8px; height: 65px; object-fit: cover; width: 65px; }
.als-selections-empty { color: var(--als-v16-muted); padding: 35px 10px; text-align: center; }
.als-selections-footer { border-top: 1px solid var(--als-v16-outline); bottom: 0; display: grid; gap: 8px; inset-inline: 0; padding: 17px 24px 24px; position: absolute; }

/* Home */
.als-v16-home-page { background: var(--als-v16-ivory); }
.als-v16-home-hero { background: linear-gradient(135deg, #f7f1e7 0%, #faf9f6 47%, #eaf2ec 100%); min-height: 660px; overflow: hidden; padding-block: 48px 54px; position: relative; }
.als-v16-home-hero::before { background: radial-gradient(circle, rgba(197,158,65,.16) 0 1px, transparent 1.8px); background-size: 24px 24px; content: ""; inset: 0 55% 0 0; opacity: .5; position: absolute; }
.als-v16-home-hero__grid { align-items: center; display: grid; gap: clamp(40px, 6vw, 90px); grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr); position: relative; z-index: 1; }
.als-v16-home-hero__content { max-width: 650px; }
.als-v16-home-hero__content > span { align-items: center; color: var(--als-v16-gold-dark); display: inline-flex; font-size: 13px; font-weight: 700; gap: 8px; margin-block-end: 20px; }
.als-v16-home-hero h1 { color: var(--als-v16-primary); font-size: clamp(42px, 5vw, 68px); font-weight: 700; letter-spacing: -.035em; line-height: 1.15; margin: 0 0 22px; }
.als-v16-home-hero h1 em { color: var(--als-v16-gold-dark); font-style: normal; }
.als-v16-home-hero__content > p { color: #435047; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.9; margin: 0 0 30px; max-width: 610px; }
.als-v16-home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.als-v16-home-hero__actions .als-v16-btn { min-width: 170px; }
.als-v16-home-hero__stats { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.als-v16-home-hero__stats > div { border-inline-start: 2px solid var(--als-v16-gold); padding-inline-start: 13px; }
.als-v16-home-hero__stats strong { color: var(--als-v16-primary); display: block; font-size: 23px; }
.als-v16-home-hero__stats span { color: var(--als-v16-muted); font-size: 12px; }
.als-v16-home-hero__media { border-radius: 42% 42% 28px 28px; min-height: 570px; overflow: hidden; position: relative; box-shadow: var(--als-v16-shadow); }
.als-v16-home-hero__media::after { background: linear-gradient(to top, rgba(0,45,23,.52), transparent 47%); content: ""; inset: 0; position: absolute; }
.als-v16-home-hero__media > img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.als-v16-home-hero__floating { align-items: center; backdrop-filter: blur(14px); background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.65); border-radius: 14px; bottom: 26px; display: flex; gap: 13px; inset-inline-start: 24px; max-width: 320px; padding: 15px 17px; position: absolute; z-index: 2; }
.als-v16-home-hero__floating > .als-v16-icon { align-items: center; background: var(--als-v16-sand); border-radius: 50%; color: var(--als-v16-gold-dark); display: flex; height: 46px; justify-content: center; width: 46px; }
.als-v16-home-hero__floating strong { color: var(--als-v16-primary); display: block; }
.als-v16-home-hero__floating span { color: var(--als-v16-muted); display: block; margin-top: 3px; }
.als-v16-home-hero__location { align-items: center; background: var(--als-v16-primary); border-radius: 999px; color: #fff; display: flex; font-size: 12px; gap: 7px; inset-inline-end: 20px; padding: 9px 13px; position: absolute; top: 22px; z-index: 2; }

.als-v16-start { background: #fff; }
.als-v16-start__grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.als-v16-start-card { border-radius: 20px; min-height: 360px; overflow: hidden; position: relative; box-shadow: var(--als-v16-shadow-sm); }
.als-v16-start-card > img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .45s; width: 100%; }
.als-v16-start-card:hover > img { transform: scale(1.05); }
.als-v16-start-card__overlay { background: linear-gradient(to top, rgba(0,43,22,.92), rgba(0,43,22,.05) 70%); inset: 0; position: absolute; }
.als-v16-start-card__content { bottom: 0; color: #fff; inset-inline: 0; padding: 26px; position: absolute; }
.als-v16-start-card__content > .als-v16-icon { align-items: center; background: rgba(255,255,255,.14); border-radius: 50%; display: flex; height: 44px; justify-content: center; margin-block-end: 14px; width: 44px; }
.als-v16-start-card h3 { color: #fff; font-size: 24px; margin: 0 0 8px; }
.als-v16-start-card p { color: rgba(255,255,255,.8); line-height: 1.7; margin: 0 0 14px; }
.als-v16-start-card a { align-items: center; color: #fff; display: inline-flex; font-weight: 700; gap: 8px; text-decoration: none; }

.als-v16-visit-value { background: var(--als-v16-sand); }
.als-v16-visit-value__grid { align-items: center; display: grid; gap: clamp(40px, 7vw, 100px); grid-template-columns: 1fr 1fr; }
.als-v16-visit-value__media { border-radius: 24px; min-height: 500px; overflow: hidden; position: relative; }
.als-v16-visit-value__media img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.als-v16-visit-value__content h2 { color: var(--als-v16-primary); font-size: clamp(34px, 4vw, 50px); line-height: 1.25; margin: 0 0 16px; }
.als-v16-visit-value__content > p { color: var(--als-v16-muted); font-size: 18px; line-height: 1.9; }
.als-v16-visit-value__content ul { display: grid; gap: 14px; list-style: none; margin: 28px 0; padding: 0; }
.als-v16-visit-value__content li { align-items: center; background: rgba(255,255,255,.65); border-radius: 10px; display: flex; gap: 12px; padding: 13px 15px; }
.als-v16-visit-value__content li .als-v16-icon { color: var(--als-v16-primary); }

.als-v16-journey { background: var(--als-v16-primary); color: #fff; }
.als-v16-journey .als-v16-section-head h2, .als-v16-journey .als-v16-section-head p { color: #fff; }
.als-v16-journey .als-v16-section-head > span { color: #f3d77f; }
.als-v16-journey__steps { display: grid; gap: 18px; grid-template-columns: repeat(5, 1fr); margin-top: 40px; }
.als-v16-journey__steps li { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; min-height: 230px; padding: 22px; position: relative; }
.als-v16-journey__number { color: rgba(255,255,255,.16); font-size: 58px; font-weight: 800; inset-inline-end: 14px; position: absolute; top: 4px; }
.als-v16-journey__icon { align-items: center; background: var(--als-v16-gold); border-radius: 50%; color: #241d08; display: flex; height: 48px; justify-content: center; margin-block-end: 30px; width: 48px; }
.als-v16-journey h3 { color: #fff; font-size: 18px; margin: 0 0 8px; }
.als-v16-journey p { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.7; margin: 0; }

.als-v16-collections { background: #fff; }
.als-v16-collections__grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.als-v16-collection-card { background: var(--als-v16-surface-low); border-radius: 18px; color: inherit; overflow: hidden; text-decoration: none; transition: .25s; }
.als-v16-collection-card:hover { box-shadow: var(--als-v16-shadow); transform: translateY(-5px); }
.als-v16-collection-card img { aspect-ratio: 1.15; display: block; object-fit: cover; width: 100%; }
.als-v16-collection-card > div { padding: 18px; }
.als-v16-collection-card h3 { color: var(--als-v16-primary); font-size: 19px; margin: 0 0 5px; }
.als-v16-collection-card p { color: var(--als-v16-muted); font-size: 13px; margin: 0; }

.als-v16-spaces { background: var(--als-v16-ivory); }
.als-v16-spaces__grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.als-v16-spaces__grid a { border-radius: 16px; min-height: 240px; overflow: hidden; position: relative; }
.als-v16-spaces__grid img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .35s; width: 100%; }
.als-v16-spaces__grid a:hover img { transform: scale(1.05); }
.als-v16-spaces__grid a::after { background: linear-gradient(to top, rgba(0,44,23,.85), transparent 65%); content: ""; inset: 0; position: absolute; }
.als-v16-spaces__grid div, .als-v16-spaces__grid > a > span { bottom: 0; color: #fff; inset-inline: 0; padding: 20px; position: absolute; z-index: 2; }
.als-v16-spaces__grid h3 { color: #fff; margin: 0; }
.als-v16-spaces__grid > a > span { color: #fff; font-size: 17px; font-weight: 700; }
.als-v16-spaces__grid div span { color: rgba(255,255,255,.75); font-size: 12px; }

.als-v16-featured-products { background: #fff; }
.als-v16-products-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.als-v16-product-card { background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 16px; min-width: 0; overflow: hidden; transition: box-shadow .25s, transform .25s; }
.als-v16-product-card:hover { box-shadow: var(--als-v16-shadow); transform: translateY(-4px); }
.als-v16-product-card__media { aspect-ratio: 1.17; display: block; overflow: hidden; position: relative; }
.als-v16-product-card__media img { height: 100%; object-fit: cover; transition: transform .4s; width: 100%; }
.als-v16-product-card:hover .als-v16-product-card__media img { transform: scale(1.045); }
.als-v16-product-card__badge, .als-v16-product-card__source { border-radius: 999px; font-size: 10px; font-weight: 750; padding: 6px 9px; position: absolute; top: 12px; }
.als-v16-product-card__badge { background: var(--als-v16-gold); color: #302509; inset-inline-start: 12px; }
.als-v16-product-card__source { background: rgba(255,255,255,.92); color: var(--als-v16-primary); inset-inline-end: 12px; }
.als-v16-product-card__body { padding: 18px; }
.als-v16-product-card__meta { align-items: center; color: var(--als-v16-gold-dark); display: flex; font-size: 11px; justify-content: space-between; margin-bottom: 7px; }
.als-v16-product-card__meta small { color: var(--als-v16-muted); }
.als-v16-product-card h3 { font-size: 19px; line-height: 1.45; margin: 0 0 7px; }
.als-v16-product-card h3 a { color: var(--als-v16-primary); text-decoration: none; }
.als-v16-product-card__body > p { color: var(--als-v16-muted); font-size: 13px; line-height: 1.7; margin: 0 0 12px; }
.als-v16-product-card__swatches { display: flex; gap: 5px; margin-block: 10px; }
.als-v16-product-card__swatches span { background: var(--swatch); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #ccc; height: 18px; width: 18px; }
.als-v16-product-card__price { color: var(--als-v16-primary); font-size: 17px; font-weight: 700; min-height: 28px; }
.als-v16-product-card__price del { color: #999; font-size: 13px; font-weight: 400; }
.als-v16-product-card__actions { display: grid; gap: 8px; grid-template-columns: 1fr 1.25fr; margin-top: 14px; }
.als-v16-product-card__actions > * { min-height: 43px; padding: 8px 10px; }

.als-v16-projects { background: var(--als-v16-sand); }
.als-v16-projects__grid { align-items: stretch; display: grid; gap: 0; grid-template-columns: 1fr 1.08fr; overflow: hidden; border-radius: 24px; box-shadow: var(--als-v16-shadow-sm); }
.als-v16-projects__media { min-height: 480px; }
.als-v16-projects__media img { height: 100%; object-fit: cover; width: 100%; }
.als-v16-projects__content { background: var(--als-v16-primary); color: #fff; padding: clamp(35px, 6vw, 75px); }
.als-v16-projects__content > span { color: #f1d67b; font-size: 12px; font-weight: 700; }
.als-v16-projects__content h2 { color: #fff; font-size: clamp(32px, 4vw, 49px); line-height: 1.3; margin: 12px 0 18px; }
.als-v16-projects__content p { color: rgba(255,255,255,.77); font-size: 17px; line-height: 1.9; }
.als-v16-projects__content ul { display: grid; gap: 10px; list-style: none; margin: 25px 0; padding: 0; }
.als-v16-projects__content li { align-items: center; display: flex; gap: 10px; }

.als-v16-knowledge { background: #fff; }
.als-v16-knowledge__grid, .als-v16-hub-guides__grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.als-v16-knowledge__grid article > a, .als-v16-hub-guides__grid a { background: var(--als-v16-surface-low); border-radius: 16px; color: inherit; overflow: hidden; text-decoration: none; }
.als-v16-knowledge__media, .als-v16-hub-guides__grid img { aspect-ratio: 1.7; display: block; object-fit: cover; overflow: hidden; width: 100%; }
.als-v16-knowledge__grid article { min-width: 0; }
.als-v16-knowledge__grid h3, .als-v16-hub-guides__grid h3 { color: var(--als-v16-primary); font-size: 19px; margin: 17px 18px 8px; }
.als-v16-knowledge__grid p { color: var(--als-v16-muted); font-size: 13px; margin: 0 18px 14px; }
.als-v16-knowledge__grid article > a > span, .als-v16-hub-guides__grid a > span { align-items: center; color: var(--als-v16-primary); display: inline-flex; font-weight: 700; gap: 7px; margin: 0 18px 18px; }

/* Products hub */
.als-v16-products-page { background: var(--als-v16-ivory); }
.als-v16-products-hero { background: linear-gradient(112deg, var(--als-v16-sand) 0 58%, var(--als-v16-primary) 58%); overflow: hidden; padding-block: 65px; }
.als-v16-products-hero__grid { align-items: center; display: grid; gap: 55px; grid-template-columns: 1.05fr .95fr; }
.als-v16-products-hero__content h1 { color: var(--als-v16-primary); font-size: clamp(40px, 5vw, 62px); line-height: 1.15; margin: 0 0 16px; }
.als-v16-products-hero__content p { color: var(--als-v16-muted); font-size: 18px; line-height: 1.85; max-width: 620px; }
.als-v16-products-search { align-items: center; background: #fff; border: 1px solid rgba(0,78,41,.12); border-radius: 12px; box-shadow: var(--als-v16-shadow-sm); display: flex; gap: 11px; margin-top: 25px; padding: 7px; }
.als-v16-products-search input { background: transparent; border: 0; flex: 1; font: inherit; min-width: 0; outline: 0; padding: 10px; }
.als-v16-products-search button { background: var(--als-v16-primary); border: 0; border-radius: 9px; color: #fff; font: inherit; font-weight: 700; padding: 12px 22px; }
.als-v16-products-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.als-v16-products-hero__media { border-radius: 22px; min-height: 430px; overflow: hidden; position: relative; box-shadow: var(--als-v16-shadow); }
.als-v16-products-hero__media img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.als-v16-products-needs { background: #fff; }
.als-v16-products-needs__grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.als-v16-products-needs__grid a { border-radius: 18px; color: #fff; min-height: 300px; overflow: hidden; position: relative; text-decoration: none; }
.als-v16-products-needs__grid img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .35s; width: 100%; }
.als-v16-products-needs__grid a:hover img { transform: scale(1.05); }
.als-v16-products-needs__grid a::after { background: linear-gradient(to top, rgba(0,44,23,.93), rgba(0,44,23,.05)); content: ""; inset: 0; position: absolute; }
.als-v16-products-needs__grid a > div { bottom: 0; inset-inline: 0; padding: 21px; position: absolute; z-index: 2; }
.als-v16-products-needs__grid h3 { color: #fff; margin: 10px 0 5px; }
.als-v16-products-needs__grid p { color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.6; }
.als-v16-products-needs__grid div > span { align-items: center; display: flex; font-weight: 700; gap: 7px; }
.als-v16-hub-categories { background: var(--als-v16-ivory); }
.als-v16-hub-categories__grid { display: grid; gap: 13px; grid-template-columns: repeat(5, 1fr); }
.als-v16-hub-categories__grid a { align-items: center; background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 13px; color: var(--als-v16-primary); display: flex; flex-direction: column; gap: 10px; min-height: 145px; justify-content: center; overflow: hidden; padding: 10px; text-align: center; text-decoration: none; }
.als-v16-hub-categories__grid a:hover, .als-v16-hub-categories__grid a.is-active { border-color: var(--als-v16-primary); box-shadow: var(--als-v16-shadow-sm); }
.als-v16-hub-categories__grid img { border-radius: 9px; height: 84px; object-fit: cover; width: 100%; }
.als-v16-hub-categories__icon { align-items: center; background: var(--als-v16-sand); border-radius: 50%; display: flex; height: 62px; justify-content: center; width: 62px; }
.als-v16-hub-spaces { background: #fff; }
.als-v16-hub-spaces__grid { display: grid; gap: 15px; grid-template-columns: repeat(4, 1fr); }
.als-v16-hub-spaces__grid a { border-radius: 15px; min-height: 210px; overflow: hidden; position: relative; }
.als-v16-hub-spaces__grid img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.als-v16-hub-spaces__grid a::after { background: linear-gradient(to top, rgba(0,44,23,.86), transparent 65%); content: ""; inset: 0; position: absolute; }
.als-v16-hub-spaces__grid div { bottom: 0; color: #fff; inset-inline: 0; padding: 18px; position: absolute; z-index: 2; }
.als-v16-hub-spaces__grid small { color: #f2d777; }
.als-v16-hub-spaces__grid h3 { color: #fff; margin: 4px 0 0; }
.als-v16-products-results { background: var(--als-v16-ivory); }
.als-v16-products-results__head { align-items: end; display: flex; gap: 20px; justify-content: space-between; margin-bottom: 30px; }
.als-v16-products-results__head > div > span { color: var(--als-v16-gold-dark); font-size: 12px; font-weight: 700; }
.als-v16-products-results__head h2 { color: var(--als-v16-primary); font-size: clamp(28px, 3vw, 40px); margin: 6px 0 0; }
.als-v16-products-results__head > button { align-items: center; background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 9px; color: var(--als-v16-primary); display: none; font: inherit; font-weight: 700; gap: 8px; padding: 10px 14px; }
.als-v16-products-layout { align-items: start; display: grid; gap: 28px; grid-template-columns: 250px minmax(0, 1fr); }
.als-v16-products-filters { background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 15px; padding: 19px; position: sticky; top: 112px; }
.als-v16-products-filters form { display: grid; gap: 17px; }
.als-v16-products-filters label > span { color: var(--als-v16-primary); display: block; font-size: 13px; font-weight: 700; margin-bottom: 7px; }
.als-v16-products-filters input, .als-v16-products-filters select { background: var(--als-v16-surface-low); border: 1px solid var(--als-v16-outline); border-radius: 8px; font: inherit; padding: 10px; width: 100%; }
.als-v16-products-filters form > a { color: var(--als-v16-muted); text-align: center; }
.als-v16-filter-tabs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.als-v16-filter-tabs a { background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 999px; color: var(--als-v16-muted); padding: 8px 14px; text-decoration: none; }
.als-v16-filter-tabs a.is-active { background: var(--als-v16-primary); border-color: var(--als-v16-primary); color: #fff; }
.als-v16-products-empty { align-items: center; background: #fff; border: 1px dashed #aeb8af; border-radius: 16px; display: flex; flex-direction: column; padding: 55px 25px; text-align: center; }
.als-v16-products-empty .als-v16-icon { color: var(--als-v16-gold); }
.als-v16-products-empty h3 { color: var(--als-v16-primary); margin: 15px 0 6px; }
.als-v16-products-empty p { color: var(--als-v16-muted); }
.als-v16-hub-guides { background: #fff; }
.als-v16-hub-guides__grid a { padding-bottom: 1px; }

/* Category design */
.als-v16-category-page { background: var(--als-v16-ivory); }
.als-v16-category-hero { background: var(--als-v16-sand); padding-block: 42px 70px; }
.als-v16-category-hero__grid { align-items: center; display: grid; gap: 55px; grid-template-columns: 1fr 1fr; }
.als-v16-category-hero__content h1 { color: var(--als-v16-primary); font-size: clamp(40px, 5vw, 60px); line-height: 1.2; margin: 0 0 15px; }
.als-v16-category-hero__content p { color: var(--als-v16-muted); font-size: 18px; line-height: 1.85; }
.als-v16-category-hero__content ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 22px 0; padding: 0; }
.als-v16-category-hero__content li { background: rgba(255,255,255,.75); border-radius: 999px; color: var(--als-v16-primary); font-size: 12px; font-weight: 700; padding: 8px 12px; }
.als-v16-category-hero__media { border-radius: 24px; min-height: 440px; overflow: hidden; }
.als-v16-category-hero__media img { height: 100%; object-fit: cover; width: 100%; }
.als-v16-category-mobile-search { display: none; }
.als-v16-category-traits { background: #fff; padding-block: 35px; }
.als-v16-category-traits__grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.als-v16-category-traits__grid article { align-items: center; display: flex; gap: 13px; justify-content: center; padding: 18px; }
.als-v16-category-traits__grid article + article { border-inline-start: 1px solid var(--als-v16-outline); }
.als-v16-category-traits__grid > article > span { align-items: center; background: var(--als-v16-sand); border-radius: 50%; color: var(--als-v16-primary); display: flex; height: 45px; justify-content: center; width: 45px; }
.als-v16-category-traits__grid strong { color: var(--als-v16-primary); display: block; }
.als-v16-category-traits__grid small { color: var(--als-v16-muted); }
.als-v16-category-types { background: var(--als-v16-ivory); }
.als-v16-category-types__grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.als-v16-category-types__grid article { background: #fff; border-radius: 17px; overflow: hidden; }
.als-v16-category-types__grid img { aspect-ratio: 1.35; object-fit: cover; width: 100%; }
.als-v16-category-types__grid div { padding: 19px; }
.als-v16-category-types__grid h3 { color: var(--als-v16-primary); margin: 0 0 6px; }
.als-v16-category-types__grid p { color: var(--als-v16-muted); line-height: 1.7; }
.als-v16-category-patterns { background: #fff; }
.als-v16-category-patterns__grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.als-v16-category-patterns__grid article { border: 1px solid var(--als-v16-outline); border-radius: 14px; overflow: hidden; }
.als-v16-category-patterns__grid img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.als-v16-category-patterns__grid h3 { color: var(--als-v16-primary); font-size: 16px; margin: 14px; text-align: center; }
.als-v16-category-spaces { background: var(--als-v16-sand); }
.als-v16-category-spaces__grid { display: grid; gap: 15px; grid-template-columns: repeat(4, 1fr); }
.als-v16-category-spaces__grid article { border-radius: 15px; min-height: 220px; overflow: hidden; position: relative; }
.als-v16-category-spaces__grid img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.als-v16-category-spaces__grid article::after { background: linear-gradient(to top, rgba(0,44,23,.82), transparent 65%); content: ""; inset: 0; position: absolute; }
.als-v16-category-spaces__grid h3 { bottom: 0; color: #fff; inset-inline: 0; margin: 0; padding: 18px; position: absolute; z-index: 2; }
.als-v16-category-products { background: #fff; }
.als-v16-category-factors { background: var(--als-v16-primary); color: #fff; }
.als-v16-category-factors .als-v16-section-head h2 { color: #fff; }
.als-v16-category-factors .als-v16-section-head > span { color: #f1d67b; }
.als-v16-category-factors ol { display: grid; gap: 12px; grid-template-columns: repeat(5, 1fr); list-style: none; margin: 0; padding: 0; }
.als-v16-category-factors li { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-radius: 13px; min-height: 150px; padding: 20px; }
.als-v16-category-factors li span { color: #f1d67b; display: block; font-size: 30px; font-weight: 800; margin-bottom: 17px; }
.als-v16-category-compare { background: var(--als-v16-ivory); }
.als-v16-category-compare__grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); }
.als-v16-category-compare__grid a { align-items: center; background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 12px; color: var(--als-v16-primary); display: flex; font-weight: 700; justify-content: space-between; padding: 19px; text-decoration: none; }
.als-v16-category-faq { background: #fff; }
.als-v16-category-faq__grid { align-items: start; display: grid; gap: 70px; grid-template-columns: .75fr 1.25fr; }
.als-v16-accordion { display: grid; gap: 10px; }
.als-v16-accordion article { border: 1px solid var(--als-v16-outline); border-radius: 12px; overflow: hidden; }
.als-v16-accordion button { align-items: center; background: #fff; border: 0; color: var(--als-v16-text); display: flex; font: inherit; font-weight: 700; justify-content: space-between; padding: 17px 18px; text-align: start; width: 100%; }
.als-v16-accordion button[aria-expanded="true"] { color: var(--als-v16-primary); }
.als-v16-accordion button[aria-expanded="true"] .als-v16-icon { transform: rotate(180deg); }
.als-v16-accordion article > div { background: var(--als-v16-surface-low); color: var(--als-v16-muted); line-height: 1.8; padding: 0 18px 17px; }
.als-v16-accordion article > div[hidden] { display: none; }
.als-v16-category-related { background: var(--als-v16-sand); }
.als-v16-category-related__grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.als-v16-category-related__grid a { background: #fff; border-radius: 15px; color: inherit; overflow: hidden; text-decoration: none; }
.als-v16-category-related__grid img { aspect-ratio: 1.6; object-fit: cover; width: 100%; }
.als-v16-category-related__grid div { padding: 17px; }
.als-v16-category-related__grid h3 { color: var(--als-v16-primary); margin: 0 0 7px; }
.als-v16-category-related__grid span { align-items: center; color: var(--als-v16-primary); display: flex; font-weight: 700; gap: 7px; }
.als-v16-category-final-cta { background: var(--als-v16-primary); color: #fff; padding-block: 65px; }
.als-v16-category-final-cta .als-v16-shell { align-items: center; display: flex; gap: 35px; justify-content: space-between; }
.als-v16-category-final-cta span { color: #f1d67b; font-size: 12px; font-weight: 700; }
.als-v16-category-final-cta h2 { color: #fff; font-size: clamp(28px, 3.4vw, 44px); margin: 8px 0; }
.als-v16-category-final-cta p { color: rgba(255,255,255,.75); margin: 0; }
.als-v16-category-final-cta a { background: var(--als-v16-gold); border-radius: 9px; color: #201803; font-weight: 800; padding: 14px 22px; text-decoration: none; white-space: nowrap; }

/* Visit request */
.als-v16-visit-page { background: var(--als-v16-ivory); }
.als-v16-visit-intro { background: var(--als-v16-sand); padding-block: 38px 45px; }
.als-v16-visit-intro h1 { color: var(--als-v16-primary); font-size: clamp(34px, 4vw, 51px); margin: 0 0 12px; }
.als-v16-visit-intro p { color: var(--als-v16-muted); font-size: 17px; line-height: 1.8; max-width: 720px; }
.als-v16-visit-breadcrumb { margin-bottom: 25px; }
.als-v16-stepper { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); margin-top: 30px; max-width: 780px; }
.als-v16-stepper > div { align-items: center; display: flex; gap: 12px; position: relative; }
.als-v16-stepper > div::after { background: #c6cec7; content: ""; height: 2px; inset-inline-start: 44px; position: absolute; top: 19px; width: calc(100% - 47px); z-index: 0; }
.als-v16-stepper > div:last-child::after { display: none; }
.als-v16-stepper span { align-items: center; background: #fff; border: 2px solid #aeb9af; border-radius: 50%; color: var(--als-v16-muted); display: flex; font-weight: 800; height: 40px; justify-content: center; position: relative; width: 40px; z-index: 1; }
.als-v16-stepper strong { color: var(--als-v16-muted); font-size: 13px; }
.als-v16-stepper > div.is-active span, .als-v16-stepper > div.is-complete span { background: var(--als-v16-primary); border-color: var(--als-v16-primary); color: #fff; }
.als-v16-stepper > div.is-active strong, .als-v16-stepper > div.is-complete strong { color: var(--als-v16-primary); }
.als-v16-visit-workspace { padding-block: 55px 90px; }
.als-v16-visit-layout { align-items: start; display: grid; gap: 30px; grid-template-columns: minmax(0, 1fr) 330px; }
.als-v16-visit-form { min-width: 0; }
.als-v16-visit-card { background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 18px; box-shadow: var(--als-v16-shadow-sm); padding: clamp(22px, 4vw, 38px); }
.als-v16-visit-step > header { align-items: flex-start; border-bottom: 1px solid var(--als-v16-outline); display: flex; gap: 17px; margin-bottom: 27px; padding-bottom: 22px; }
.als-v16-visit-step > header > span { align-items: center; background: var(--als-v16-primary); border-radius: 50%; color: #fff; display: flex; flex: 0 0 46px; font-weight: 800; height: 46px; justify-content: center; }
.als-v16-visit-step h2 { color: var(--als-v16-primary); font-size: 27px; margin: 0 0 7px; }
.als-v16-visit-step header p { color: var(--als-v16-muted); line-height: 1.7; margin: 0; }
.als-v16-form-grid { display: grid; gap: 17px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 21px; }
.als-v16-form-grid .is-full { grid-column: 1 / -1; }
.als-v16-visit-form label > span, .als-v16-visit-form legend, .als-v16-propose-time label > span { color: #344239; display: block; font-size: 13px; font-weight: 700; margin-bottom: 7px; }
.als-v16-visit-form i { color: var(--als-v16-danger); font-style: normal; }
.als-v16-visit-form input[type="text"], .als-v16-visit-form input[type="tel"], .als-v16-visit-form input[type="email"], .als-v16-visit-form input[type="url"], .als-v16-visit-form input[type="number"], .als-v16-visit-form select, .als-v16-visit-form textarea, .als-v16-propose-time textarea {
  background: #fff; border: 1px solid #bdc8be; border-radius: 9px; color: var(--als-v16-text); font: inherit; outline: none; padding: 12px 13px; transition: border-color .2s, box-shadow .2s; width: 100%;
}
.als-v16-visit-form input:focus, .als-v16-visit-form select:focus, .als-v16-visit-form textarea:focus, .als-v16-propose-time textarea:focus { border-color: var(--als-v16-primary); box-shadow: 0 0 0 3px rgba(0,78,41,.08); }
.als-v16-contact-method, .als-v16-location-types, .als-v16-period-choices, .als-v16-day-choices { border: 0; margin: 22px 0; padding: 0; }
.als-v16-contact-method, .als-v16-period-choices { display: grid; gap: 11px; grid-template-columns: repeat(3, 1fr); }
.als-v16-location-types { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.als-v16-day-choices { display: grid; gap: 8px; grid-template-columns: repeat(6, 1fr); }
.als-v16-contact-method legend, .als-v16-location-types legend, .als-v16-period-choices legend, .als-v16-day-choices legend { grid-column: 1 / -1; }
.als-v16-contact-method label, .als-v16-location-types label, .als-v16-period-choices label, .als-v16-day-choices label { cursor: pointer; position: relative; }
.als-v16-contact-method input, .als-v16-location-types input, .als-v16-period-choices input, .als-v16-day-choices input { opacity: 0; position: absolute; }
.als-v16-contact-method label > span, .als-v16-location-types label > span, .als-v16-period-choices label > span, .als-v16-day-choices label > span { align-items: center; background: var(--als-v16-surface-low); border: 1px solid var(--als-v16-outline); border-radius: 10px; display: flex; gap: 9px; justify-content: center; margin: 0; min-height: 74px; padding: 10px; text-align: center; }
.als-v16-period-choices label > span { flex-direction: column; }
.als-v16-period-choices small { color: var(--als-v16-muted); }
.als-v16-day-choices label > span { min-height: 48px; }
.als-v16-contact-method input:checked + span, .als-v16-location-types input:checked + span, .als-v16-period-choices input:checked + span, .als-v16-day-choices input:checked + span { background: rgba(0,78,41,.07); border-color: var(--als-v16-primary); color: var(--als-v16-primary); box-shadow: inset 0 0 0 1px var(--als-v16-primary); }
.als-v16-location-box { background: var(--als-v16-surface-low); border: 1px solid var(--als-v16-outline); border-radius: 13px; margin-bottom: 20px; padding: 12px; }
.als-v16-map { align-items: center; background: linear-gradient(135deg, #e8eee9, #f5f2ed); border-radius: 9px; display: flex; flex-direction: column; gap: 8px; justify-content: center; min-height: 190px; text-align: center; }
.als-v16-map .als-v16-icon { color: var(--als-v16-primary); }
.als-v16-map small { color: var(--als-v16-muted); }
.als-v16-location-box > button { margin-top: 10px; width: 100%; }
.als-v16-step-actions { align-items: center; border-top: 1px solid var(--als-v16-outline); display: flex; gap: 10px; justify-content: flex-end; margin-top: 28px; padding-top: 22px; }
.als-v16-visit-selections { position: sticky; top: 112px; }
.als-v16-visit-selections__toggle { align-items: center; background: var(--als-v16-primary); border: 0; border-radius: 13px 13px 0 0; color: #fff; display: flex; font: inherit; justify-content: space-between; padding: 16px 18px; text-align: start; width: 100%; }
.als-v16-visit-selections__toggle strong { display: block; }
.als-v16-visit-selections__toggle small { color: rgba(255,255,255,.7); }
.als-v16-visit-selections__body { background: #fff; border: 1px solid var(--als-v16-outline); border-top: 0; border-radius: 0 0 13px 13px; padding: 15px; }
.als-v16-visit-products { display: grid; gap: 9px; }
.als-v16-visit-products article { align-items: center; background: var(--als-v16-surface-low); border-radius: 9px; display: grid; gap: 10px; grid-template-columns: 52px 1fr auto; padding: 7px; }
.als-v16-visit-products img { border-radius: 7px; height: 52px; object-fit: cover; width: 52px; }
.als-v16-visit-products-empty { color: var(--als-v16-muted); font-size: 13px; padding: 25px 5px; text-align: center; }
.als-v16-visit-note { align-items: flex-start; background: var(--als-v16-sand); border-radius: 10px; color: var(--als-v16-muted); display: flex; font-size: 12px; gap: 8px; margin-top: 12px; padding: 11px; }
.als-v16-form-note { display: block; margin-top: 18px; }
.als-v16-request-review { background: var(--als-v16-surface-low); border-radius: 12px; margin-top: 22px; padding: 18px; }
.als-v16-request-review__head { align-items: center; display: flex; justify-content: space-between; margin-bottom: 12px; }
.als-v16-request-review h3 { color: var(--als-v16-primary); margin: 0; }
.als-v16-request-review__head span { color: var(--als-v16-muted); font-size: 12px; }
.als-v16-consent { align-items: flex-start; display: flex; gap: 9px; margin-top: 18px; }
.als-v16-consent input { margin-top: 5px; }
.als-v16-consent span { font-weight: 400 !important; line-height: 1.7; margin: 0 !important; }
.als-v16-honeypot { inset-inline-start: -9999px; position: absolute; }
.als-v16-form-status { border-radius: 8px; font-size: 13px; margin-top: 12px; min-height: 0; }
.als-v16-form-status.is-error { background: #fff1ef; color: var(--als-v16-danger); padding: 10px; }
.als-v16-form-status.is-success { background: #e8f5ec; color: var(--als-v16-success); padding: 10px; }

/* Confirmation */
.als-v16-confirmation-page { background: var(--als-v16-ivory); }
.als-v16-confirmation-hero { background: linear-gradient(180deg, #eaf1eb, var(--als-v16-ivory)); padding-block: 70px 60px; text-align: center; }
.als-v16-success-mark { align-items: center; background: var(--als-v16-primary); border: 8px solid rgba(0,78,41,.1); border-radius: 50%; color: #fff; display: flex; height: 94px; justify-content: center; margin: 0 auto 24px; width: 94px; }
.als-v16-confirmation-hero h1 { color: var(--als-v16-primary); font-size: clamp(34px, 4vw, 52px); line-height: 1.3; margin: 8px 0 14px; }
.als-v16-confirmation-hero p { color: var(--als-v16-muted); font-size: 17px; line-height: 1.8; margin-inline: auto; max-width: 690px; }
.als-v16-confirmation-code { align-items: center; background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 12px; display: inline-grid; gap: 4px 18px; grid-template-columns: auto auto; margin-top: 24px; padding: 14px 18px; text-align: start; }
.als-v16-confirmation-code span { color: var(--als-v16-muted); font-size: 12px; }
.als-v16-confirmation-code strong { color: var(--als-v16-primary); font-size: 24px; }
.als-v16-confirmation-code button { align-items: center; background: transparent; border: 0; color: var(--als-v16-primary); display: flex; font: inherit; font-size: 12px; gap: 6px; grid-column: 1 / -1; padding: 0; }
.als-v16-confirmation-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 24px; }
.als-v16-confirmation-content { background: #fff; }
.als-v16-confirmation-content__grid { align-items: start; display: grid; gap: 34px; grid-template-columns: minmax(0, 1fr) 380px; }
.als-v16-next-steps ol { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.als-v16-next-steps li { align-items: flex-start; display: grid; gap: 14px; grid-template-columns: 35px 46px 1fr; padding-bottom: 25px; position: relative; }
.als-v16-next-steps li::after { background: var(--als-v16-outline); content: ""; height: calc(100% - 35px); inset-inline-start: 17px; position: absolute; top: 35px; width: 1px; }
.als-v16-next-steps li:last-child::after { display: none; }
.als-v16-next-steps li > span { align-items: center; background: var(--als-v16-primary); border-radius: 50%; color: #fff; display: flex; font-size: 12px; height: 35px; justify-content: center; position: relative; z-index: 1; }
.als-v16-next-steps__icon { align-items: center; background: var(--als-v16-sand); border-radius: 10px; color: var(--als-v16-primary); display: flex; height: 46px; justify-content: center; width: 46px; }
.als-v16-next-steps h3 { color: var(--als-v16-primary); margin: 0 0 5px; }
.als-v16-next-steps p { color: var(--als-v16-muted); margin: 0; }
.als-v16-confirmation-summary { background: var(--als-v16-surface-low); border: 1px solid var(--als-v16-outline); border-radius: 16px; overflow: hidden; }
.als-v16-confirmation-summary header { align-items: center; background: var(--als-v16-primary); color: #fff; display: flex; justify-content: space-between; padding: 18px; }
.als-v16-confirmation-summary header span { color: #f1d67b; font-size: 11px; }
.als-v16-confirmation-summary header h2 { color: #fff; font-size: 20px; margin: 3px 0 0; }
.als-v16-confirmation-summary header a { color: #fff; font-size: 12px; }
.als-v16-confirmation-summary dl { margin: 0; padding: 7px 18px 18px; }
.als-v16-confirmation-summary dl > div { border-bottom: 1px solid var(--als-v16-outline); display: grid; gap: 10px; grid-template-columns: 1fr 1.3fr; padding: 15px 0; }
.als-v16-confirmation-summary dl > div:last-child { border-bottom: 0; }
.als-v16-confirmation-summary dt { align-items: center; color: var(--als-v16-primary); display: flex; font-weight: 700; gap: 7px; }
.als-v16-confirmation-summary dd { color: var(--als-v16-muted); margin: 0; }
.als-v16-confirmation-products { background: var(--als-v16-ivory); }
.als-v16-request-products-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); }
.als-v16-request-products-grid article { align-items: center; background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 12px; display: grid; gap: 13px; grid-template-columns: 84px 1fr; padding: 10px; }
.als-v16-request-products-grid img, .als-v16-request-product-placeholder { border-radius: 9px; height: 84px; object-fit: cover; width: 84px; }
.als-v16-request-product-placeholder { align-items: center; background: var(--als-v16-sand); color: var(--als-v16-primary); display: flex; justify-content: center; }
.als-v16-request-products-grid small { color: var(--als-v16-gold-dark); }
.als-v16-request-products-grid h3 { color: var(--als-v16-primary); font-size: 16px; margin: 4px 0; }
.als-v16-request-products-grid a { align-items: center; color: var(--als-v16-primary); display: flex; font-size: 12px; font-weight: 700; gap: 5px; }
.als-v16-confirmation-prep { background: var(--als-v16-primary); color: #fff; padding-block: 46px; }
.als-v16-confirmation-prep .als-v16-shell { align-items: center; display: flex; gap: 18px; max-width: 900px; }
.als-v16-confirmation-prep__icon { align-items: center; background: var(--als-v16-gold); border-radius: 50%; color: #241b05; display: flex; flex: 0 0 58px; height: 58px; justify-content: center; }
.als-v16-confirmation-prep h2 { color: #fff; margin: 0 0 6px; }
.als-v16-confirmation-prep p { color: rgba(255,255,255,.77); line-height: 1.8; margin: 0; }

/* My Requests */
.als-v16-my-requests-page { background: var(--als-v16-ivory); min-height: 70vh; }
.als-v16-my-requests-hero { background: var(--als-v16-sand); padding-block: 48px; }
.als-v16-my-requests-hero__title { align-items: end; display: flex; justify-content: space-between; gap: 25px; }
.als-v16-my-requests-hero h1 { color: var(--als-v16-primary); font-size: clamp(36px, 4vw, 52px); margin: 0 0 7px; }
.als-v16-my-requests-hero p { color: var(--als-v16-muted); margin: 0; }
.als-v16-request-stats { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); min-width: 370px; }
.als-v16-request-stats > div { background: rgba(255,255,255,.7); border-radius: 10px; padding: 13px; text-align: center; }
.als-v16-request-stats strong { color: var(--als-v16-primary); display: block; font-size: 24px; }
.als-v16-request-stats span { color: var(--als-v16-muted); font-size: 11px; }
.als-v16-action-request { background: #fff; padding-top: 50px; }
.als-v16-action-request__card { align-items: center; background: var(--als-v16-primary); border-radius: 16px; color: #fff; display: grid; gap: 18px; grid-template-columns: auto 1fr auto; padding: 25px; }
.als-v16-action-request__icon { align-items: center; background: var(--als-v16-gold); border-radius: 50%; color: #261e05; display: flex; height: 55px; justify-content: center; width: 55px; }
.als-v16-action-request h2 { color: #fff; margin: 0 0 5px; }
.als-v16-action-request p { color: rgba(255,255,255,.75); margin: 0; }
.als-v16-action-request__actions { display: flex; gap: 8px; }
.als-v16-requests-list { background: #fff; padding-block: 55px 90px; }
.als-v16-requests-list__head { align-items: center; display: flex; justify-content: space-between; gap: 18px; margin-bottom: 25px; }
.als-v16-requests-list__head h2 { color: var(--als-v16-primary); margin: 0; }
.als-v16-request-tabs { display: flex; flex-wrap: wrap; gap: 7px; }
.als-v16-request-tabs button { background: var(--als-v16-surface-low); border: 1px solid var(--als-v16-outline); border-radius: 999px; color: var(--als-v16-muted); font: inherit; padding: 8px 13px; }
.als-v16-request-tabs button.is-active { background: var(--als-v16-primary); border-color: var(--als-v16-primary); color: #fff; }
.als-v16-requests-grid { display: grid; gap: 15px; }
.als-v16-request-card { background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 14px; display: grid; gap: 18px; grid-template-columns: 56px 1fr auto; padding: 18px; }
.als-v16-request-card[hidden] { display: none !important; }
.als-v16-request-card__icon { align-items: center; background: var(--als-v16-sand); border-radius: 12px; color: var(--als-v16-primary); display: flex; height: 56px; justify-content: center; width: 56px; }
.als-v16-request-card__body h3 { color: var(--als-v16-primary); margin: 0 0 5px; }
.als-v16-request-card__body p { color: var(--als-v16-muted); margin: 0; }
.als-v16-request-card__body small { color: var(--als-v16-muted); }
.als-v16-request-status { border-radius: 999px; display: inline-flex; font-size: 11px; font-weight: 700; margin-bottom: 7px; padding: 6px 9px; }
.als-v16-request-status.is-received, .als-v16-request-status.is-reviewing { background: #e5f2e8; color: var(--als-v16-primary); }
.als-v16-request-status.is-action_required { background: #fff0c8; color: #765900; }
.als-v16-request-status.is-completed { background: #e5f2e8; color: #116c3e; }
.als-v16-request-status.is-cancelled { background: #ffdad6; color: #93000a; }
.als-v16-request-card > a, .als-v16-request-card > div:last-child a { align-self: center; }
.als-v16-requests-empty { align-items: center; display: flex; flex-direction: column; padding: 65px 20px; text-align: center; }
.als-v16-requests-empty > span { align-items: center; background: var(--als-v16-sand); border-radius: 50%; color: var(--als-v16-primary); display: flex; height: 80px; justify-content: center; width: 80px; }
.als-v16-requests-empty h2 { color: var(--als-v16-primary); margin: 20px 0 7px; }
.als-v16-requests-empty p { color: var(--als-v16-muted); max-width: 520px; }
.als-v16-requests-help { background: var(--als-v16-sand); padding-block: 45px; }
.als-v16-requests-help .als-v16-shell { align-items: center; display: flex; justify-content: space-between; gap: 20px; }
.als-v16-requests-help h2 { color: var(--als-v16-primary); margin: 0 0 5px; }
.als-v16-requests-help p { color: var(--als-v16-muted); margin: 0; }

/* Tracking */
.als-v16-tracking-page { background: var(--als-v16-ivory); min-height: 75vh; }
.als-v16-tracking-top { padding-block: 38px 90px; }
.als-v16-tracking-grid { align-items: start; display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr) 330px; }
.als-v16-tracking-main { display: grid; gap: 23px; min-width: 0; }
.als-v16-tracking-identity, .als-v16-tracking-progress, .als-v16-tracking-products, .als-v16-tracking-timeline { background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 16px; box-shadow: var(--als-v16-shadow-sm); padding: 25px; }
.als-v16-tracking-identity { align-items: flex-start; display: flex; justify-content: space-between; gap: 20px; }
.als-v16-tracking-identity h1 { color: var(--als-v16-primary); font-size: 28px; margin: 8px 0; }
.als-v16-tracking-code-row { align-items: center; color: var(--als-v16-muted); display: flex; flex-wrap: wrap; gap: 7px; }
.als-v16-tracking-code-row strong { color: var(--als-v16-primary); }
.als-v16-copy-button { align-items: center; background: transparent; border: 0; color: var(--als-v16-primary); display: flex; padding: 3px; }
.als-v16-tracking-dates { color: var(--als-v16-muted); display: flex; flex-wrap: wrap; font-size: 12px; gap: 18px; margin-top: 13px; }
.als-v16-tracking-support { flex: 0 0 auto; }
.als-v16-tracking-action { background: var(--als-v16-primary-2); border-radius: 16px; box-shadow: var(--als-v16-shadow); color: #fff; padding: 29px; }
.als-v16-tracking-action__head { align-items: center; display: flex; gap: 14px; }
.als-v16-tracking-action__head > span { align-items: center; background: rgba(255,255,255,.12); border-radius: 50%; display: flex; height: 50px; justify-content: center; width: 50px; }
.als-v16-tracking-action__head span { color: #efda9a; font-size: 11px; font-weight: 700; }
.als-v16-tracking-action h2 { color: #fff; font-size: 27px; margin: 3px 0 0; }
.als-v16-tracking-action__details { display: flex; flex-wrap: wrap; gap: 22px; margin-block: 20px; }
.als-v16-tracking-action__details p { align-items: center; display: flex; gap: 8px; margin: 0; }
.als-v16-tracking-action__buttons { align-items: center; display: flex; flex-wrap: wrap; gap: 9px; }
.als-v16-tracking-action__buttons > a { color: #fff; font-weight: 700; padding: 10px; }
.als-v16-propose-time { background: rgba(255,255,255,.09); border-radius: 11px; margin-top: 16px; padding: 15px; }
.als-v16-propose-time label > span { color: #fff; }
.als-v16-propose-time textarea { background: #fff; }
.als-v16-propose-time button { margin-top: 9px; }
.als-v16-tracking-progress__updated { color: var(--als-v16-muted); font-size: 12px; }
.als-v16-status-steps { display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; margin: 35px 0 0; padding: 0; }
.als-v16-status-steps li { align-items: center; display: flex; flex-direction: column; position: relative; text-align: center; }
.als-v16-status-steps li::before { background: #d5ddd6; content: ""; height: 2px; inset-inline-start: -50%; position: absolute; top: 18px; width: 100%; z-index: 0; }
.als-v16-status-steps li:first-child::before { display: none; }
.als-v16-status-steps li.is-complete::before, .als-v16-status-steps li.is-current::before { background: var(--als-v16-primary); }
.als-v16-status-steps__mark { align-items: center; background: #fff; border: 2px solid #b7c2b8; border-radius: 50%; color: var(--als-v16-muted); display: flex; font-size: 12px; font-weight: 800; height: 37px; justify-content: center; position: relative; width: 37px; z-index: 1; }
.als-v16-status-steps li.is-complete .als-v16-status-steps__mark, .als-v16-status-steps li.is-current .als-v16-status-steps__mark { background: var(--als-v16-primary); border-color: var(--als-v16-primary); color: #fff; }
.als-v16-status-steps strong { color: var(--als-v16-text); display: block; font-size: 12px; margin-top: 10px; }
.als-v16-status-steps small { color: var(--als-v16-gold-dark); font-size: 10px; }
.als-v16-tracking-products__grid { display: grid; gap: 11px; grid-template-columns: repeat(2, 1fr); }
.als-v16-tracking-products__grid article { align-items: center; background: var(--als-v16-surface-low); border-radius: 11px; display: grid; gap: 11px; grid-template-columns: 78px 1fr; padding: 8px; }
.als-v16-tracking-products__media, .als-v16-tracking-products__media img { border-radius: 8px; height: 78px; object-fit: cover; width: 78px; }
.als-v16-tracking-products__media { align-items: center; background: var(--als-v16-sand); color: var(--als-v16-primary); display: flex; justify-content: center; }
.als-v16-tracking-products h3 { color: var(--als-v16-primary); font-size: 15px; margin: 4px 0; }
.als-v16-tracking-products small { color: var(--als-v16-gold-dark); }
.als-v16-tracking-products a { color: var(--als-v16-primary); font-size: 12px; font-weight: 700; }
.als-v16-tracking-timeline ol { list-style: none; margin: 0; padding: 0; }
.als-v16-tracking-timeline li { display: grid; gap: 15px; grid-template-columns: 18px 1fr; padding-bottom: 24px; position: relative; }
.als-v16-tracking-timeline li::before { background: var(--als-v16-outline); content: ""; height: 100%; inset-inline-start: 7px; position: absolute; top: 13px; width: 2px; }
.als-v16-tracking-timeline li:last-child::before { display: none; }
.als-v16-tracking-timeline__dot { background: var(--als-v16-primary); border: 4px solid #dcebe1; border-radius: 50%; height: 16px; margin-top: 4px; position: relative; width: 16px; z-index: 1; }
.als-v16-tracking-timeline strong { color: var(--als-v16-primary); }
.als-v16-tracking-timeline p { color: var(--als-v16-muted); margin: 5px 0; }
.als-v16-tracking-timeline small { color: #7c867e; font-size: 11px; }
.als-v16-tracking-sidebar { display: grid; gap: 12px; position: sticky; top: 112px; }
.als-v16-tracking-sidebar > section { background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 13px; padding: 18px; }
.als-v16-tracking-sidebar h3 { align-items: center; color: var(--als-v16-primary); display: flex; font-size: 15px; gap: 8px; margin: 0 0 11px; }
.als-v16-tracking-sidebar p { color: var(--als-v16-muted); display: grid; gap: 4px; line-height: 1.6; margin: 0; }
.als-v16-tracking-sidebar a { color: var(--als-v16-primary); display: inline-flex; font-size: 12px; font-weight: 700; gap: 5px; margin-top: 9px; }
.als-v16-tracking-sidebar dl { margin: 0; }
.als-v16-tracking-sidebar dl > div { display: flex; font-size: 13px; justify-content: space-between; gap: 10px; padding: 6px 0; }
.als-v16-tracking-sidebar dt { color: var(--als-v16-muted); }
.als-v16-tracking-sidebar dd { color: var(--als-v16-text); font-weight: 650; margin: 0; text-align: end; }
.als-v16-tracking-sidebar__help { background: var(--als-v16-sand) !important; display: grid; gap: 10px; grid-template-columns: auto 1fr; }
.als-v16-tracking-sidebar__help > span { align-items: center; background: #fff; border-radius: 50%; color: var(--als-v16-primary); display: flex; height: 43px; justify-content: center; width: 43px; }
.als-v16-tracking-sidebar__help p { font-size: 12px; }
.als-v16-tracking-sidebar__help > a { grid-column: 1 / -1; justify-content: center; }

/* Secure access */
.als-v16-access-page { background: #fff; min-height: calc(100vh - 116px); }
.als-v16-access-layout { display: grid; grid-template-columns: minmax(370px, .85fr) minmax(520px, 1.15fr); min-height: calc(100vh - 116px); }
.als-v16-access-layout__visual { align-items: center; background: linear-gradient(rgba(0,51,27,.88), rgba(0,51,27,.92)), url('../images/projects.webp') center/cover; color: #fff; display: flex; padding: clamp(45px, 7vw, 100px); }
.als-v16-access-layout__visual-content { max-width: 520px; }
.als-v16-access-layout__visual-content > span { align-items: center; background: var(--als-v16-gold); border-radius: 50%; color: #251d05; display: flex; height: 64px; justify-content: center; width: 64px; }
.als-v16-access-layout__visual h2 { color: #fff; font-size: clamp(32px, 4vw, 48px); line-height: 1.3; margin: 22px 0 12px; }
.als-v16-access-layout__visual p { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.9; }
.als-v16-access-layout__visual ul { display: grid; gap: 12px; list-style: none; margin: 27px 0 0; padding: 0; }
.als-v16-access-layout__visual li { align-items: center; display: flex; gap: 9px; }
.als-v16-access-layout__form-wrap { align-items: center; background: var(--als-v16-ivory); display: flex; justify-content: center; padding: 45px; }
.als-v16-access-card { background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 20px; box-shadow: var(--als-v16-shadow); max-width: 510px; padding: clamp(27px, 5vw, 48px); position: relative; width: 100%; }
.als-v16-access-back { align-items: center; background: var(--als-v16-surface-low); border-radius: 50%; color: var(--als-v16-primary); display: flex; height: 40px; inset-inline-start: 22px; justify-content: center; position: absolute; top: 22px; width: 40px; }
[dir="rtl"] .als-v16-access-back .als-v16-icon { transform: scaleX(-1); }
.als-v16-access-card__icon { align-items: center; background: var(--als-v16-sand); border-radius: 50%; color: var(--als-v16-gold-dark); display: flex; height: 76px; justify-content: center; margin: 0 auto 22px; width: 76px; }
.als-v16-access-card > .als-v16-eyebrow { text-align: center; }
.als-v16-access-card h1 { color: var(--als-v16-primary); font-size: 34px; margin: 5px 0 10px; text-align: center; }
.als-v16-access-card > p { color: var(--als-v16-muted); line-height: 1.75; margin: 0 auto 25px; max-width: 410px; text-align: center; }
.als-v16-access-form { display: grid; gap: 16px; }
.als-v16-access-form label > span { color: var(--als-v16-text); display: block; font-size: 13px; font-weight: 700; margin-bottom: 7px; }
.als-v16-input-with-icon { align-items: center; border: 1px solid #bdc8be; border-radius: 10px; color: var(--als-v16-muted); display: flex; gap: 10px; padding-inline: 13px; }
.als-v16-input-with-icon:focus-within { border-color: var(--als-v16-primary); box-shadow: 0 0 0 3px rgba(0,78,41,.08); }
.als-v16-input-with-icon input { background: transparent; border: 0; flex: 1; font: inherit; outline: 0; padding: 13px 0; width: 100%; }
.als-v16-access-submit { margin-top: 3px; width: 100%; }
.als-v16-access-divider { align-items: center; color: var(--als-v16-muted); display: flex; font-size: 11px; gap: 10px; margin: 23px 0 17px; }
.als-v16-access-divider::before, .als-v16-access-divider::after { background: var(--als-v16-outline); content: ""; flex: 1; height: 1px; }
.als-v16-access-help { align-items: flex-start; background: var(--als-v16-surface-low); border-radius: 11px; display: grid; gap: 12px; grid-template-columns: 1fr auto; padding: 14px; }
.als-v16-access-help strong { color: var(--als-v16-primary); font-size: 13px; }
.als-v16-access-help p { color: var(--als-v16-muted); font-size: 11px; line-height: 1.6; margin: 3px 0 0; }
.als-v16-access-help a { align-items: center; color: #147b42; display: flex; font-size: 12px; font-weight: 700; gap: 6px; white-space: nowrap; }
.als-v16-access-security-note { align-items: center; color: var(--als-v16-muted); display: flex; font-size: 11px; gap: 6px; justify-content: center; margin-top: 18px !important; }
.als-v16-access-denied__section { align-items: center; display: flex; min-height: 65vh; padding-block: 60px; }
.als-v16-access-denied__card { background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 19px; box-shadow: var(--als-v16-shadow); padding: 50px; text-align: center; }
.als-v16-access-denied__icon { align-items: center; background: var(--als-v16-sand); border-radius: 50%; color: var(--als-v16-gold-dark); display: flex; height: 75px; justify-content: center; margin: 0 auto 18px; width: 75px; }
.als-v16-access-denied__card h1 { color: var(--als-v16-primary); margin: 7px 0; }
.als-v16-access-denied__card p { color: var(--als-v16-muted); margin-bottom: 20px; }

/* Footer */
.als-v16-footer { background: #032c18; color: rgba(255,255,255,.74); }
.als-v16-footer-cta { background: var(--als-v16-gold); color: #251d05; padding-block: 38px; }
.als-v16-footer-cta__inner { align-items: center; display: flex; gap: 35px; justify-content: space-between; }
.als-v16-footer-cta span { color: #5a4300; font-size: 11px; font-weight: 800; }
.als-v16-footer-cta h2 { color: #251d05; font-size: clamp(25px, 3vw, 38px); margin: 5px 0; }
.als-v16-footer-cta p { margin: 0; }
.als-v16-footer-cta a { align-items: center; background: var(--als-v16-primary); border-radius: 9px; color: #fff; display: flex; font-weight: 800; gap: 8px; padding: 14px 20px; text-decoration: none; white-space: nowrap; }
.als-v16-footer__main { padding-block: 65px 30px; }
.als-v16-footer__grid { display: grid; gap: 38px; grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr)); }
.als-v16-footer__brand img { filter: brightness(0) invert(1); height: 55px; object-fit: contain; object-position: right center; width: 180px; }
.als-v16-footer__brand p { line-height: 1.8; max-width: 330px; }
.als-v16-footer h3, .als-v16-footer h4 { color: #fff; }
.als-v16-footer ul { display: grid; gap: 9px; list-style: none; margin: 0; padding: 0; }
.als-v16-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.als-v16-footer a:hover { color: #fff; }
.als-v16-footer__contact { display: grid; gap: 8px; margin-top: 18px; }
.als-v16-footer__contact a { align-items: center; display: flex; gap: 8px; }
.als-v16-footer__social { display: flex; gap: 8px; margin-top: 17px; }
.als-v16-footer__social a { align-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: flex; height: 37px; justify-content: center; width: 37px; }
.als-v16-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.als-v16-footer__bottom .als-v16-shell { align-items: center; display: flex; justify-content: space-between; min-height: 66px; gap: 20px; }
.als-v16-footer__bottom p { margin: 0; }
.als-v16-footer__bottom div div { display: flex; gap: 18px; }
.als-v16-bottom-nav { display: none; }

/* WooCommerce polish for hybrid theme */
.woocommerce-page .site-main, .woocommerce .site-main { max-width: none; }
.woocommerce .woocommerce-breadcrumb { color: var(--als-v16-muted); margin: 28px auto; width: min(calc(100% - 40px), var(--als-v16-shell)); }
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce { margin-inline: auto; max-width: var(--als-v16-shell); padding: 55px 20px 90px; }
.woocommerce table.shop_table { background: #fff; border: 1px solid var(--als-v16-outline); border-collapse: separate; border-radius: 14px; overflow: hidden; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { background: var(--als-v16-primary); border-radius: 8px; color: #fff; font-family: inherit; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--als-v16-deep); color: #fff; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { border: 1px solid var(--als-v16-outline); border-radius: 8px; font-family: inherit; padding: 11px; }
.woocommerce-checkout #payment { background: var(--als-v16-surface-low); border-radius: 14px; }


/* V16 source-design structural corrections */
.als-v16-home-hero__stats > span { border-inline-end: 1px solid rgba(0,78,41,.18); display: block; padding-inline-end: 22px; }
.als-v16-home-hero__stats > span:last-child { border-inline-end: 0; padding-inline-end: 0; }
.als-v16-home-hero__floating > .als-v16-icon,
.als-v16-start-card__content > .als-v16-icon { padding: 10px; }
.als-v16-visit-value__media > div { align-items: flex-start; backdrop-filter: blur(12px); background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.72); border-radius: 14px; bottom: 20px; display: flex; flex-direction: column; gap: 3px; inset-inline: 20px; padding: 15px 17px; position: absolute; z-index: 2; }
.als-v16-visit-value__media > div b { color: var(--als-v16-primary); }
.als-v16-visit-value__media > div span { color: var(--als-v16-muted); font-size: 13px; }
.als-v16-special-categories { display: grid; gap: 12px; grid-template-columns: repeat(5, 1fr); margin-top: 18px; }
.als-v16-special-categories a { align-items: center; background: var(--als-v16-surface-low); border: 1px solid var(--als-v16-outline); border-radius: 12px; color: var(--als-v16-primary); display: flex; font-size: 13px; font-weight: 700; gap: 9px; min-height: 62px; padding: 13px; text-decoration: none; }
.als-v16-special-categories a:hover { background: var(--als-v16-sand); border-color: rgba(0,78,41,.25); }
.als-v16-knowledge__grid article { background: var(--als-v16-surface-low); border-radius: 16px; overflow: hidden; }
.als-v16-knowledge__grid article > a { display: block; height: 100%; }
.als-v16-knowledge__grid article > a > small { color: var(--als-v16-gold-dark); display: block; font-size: 11px; font-weight: 700; margin: 16px 18px 0; }
.als-v16-request-card { display: block; padding: 0; overflow: hidden; }
.als-v16-request-card > header { align-items: center; background: var(--als-v16-surface-low); border-bottom: 1px solid var(--als-v16-outline); display: grid; gap: 14px; grid-template-columns: 56px minmax(0, 1fr) auto; padding: 17px 18px; }
.als-v16-request-card > header h3 { color: var(--als-v16-primary); margin: 2px 0 0; }
.als-v16-request-card > header small { color: var(--als-v16-muted); }
.als-v16-request-card__body { padding: 18px; }
.als-v16-request-card__body dl { display: grid; gap: 12px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; }
.als-v16-request-card__body dl > div { border-inline-end: 1px solid var(--als-v16-outline); min-width: 0; padding-inline-end: 12px; }
.als-v16-request-card__body dl > div:last-child { border-inline-end: 0; padding-inline-end: 0; }
.als-v16-request-card__body dt { color: var(--als-v16-muted); font-size: 11px; margin-bottom: 4px; }
.als-v16-request-card__body dd { color: var(--als-v16-text); font-size: 13px; font-weight: 700; margin: 0; overflow-wrap: anywhere; }
.als-v16-request-card > footer { align-items: center; border-top: 1px solid var(--als-v16-outline); display: flex; gap: 14px; justify-content: flex-end; padding: 13px 18px; }
.als-v16-request-card > footer a { align-items: center; color: var(--als-v16-primary); display: inline-flex; font-size: 13px; font-weight: 700; gap: 6px; text-decoration: none; }
.als-v16-requests-help .als-v16-shell > div { align-items: center; display: flex; gap: 13px; }
.als-v16-requests-help .als-v16-shell > div:last-child a { align-items: center; background: #fff; border: 1px solid var(--als-v16-outline); border-radius: 9px; color: var(--als-v16-primary); display: inline-flex; font-weight: 700; gap: 7px; padding: 11px 15px; text-decoration: none; }

/* Responsive */
@media (max-width: 1180px) {
  .als-v16-main-nav { display: none; }
  .als-v16-header__inner { grid-template-columns: 180px 1fr; }
  .als-v16-header__actions { justify-content: flex-end; }
  .als-v16-mobile-toggle { display: inline-flex; }
  .als-v16-products-needs__grid { grid-template-columns: repeat(2, 1fr); }
  .als-v16-journey__steps { grid-template-columns: repeat(3, 1fr); }
  .als-v16-collections__grid { grid-template-columns: repeat(3, 1fr); }
  .als-v16-hub-categories__grid { grid-template-columns: repeat(4, 1fr); }
  .als-v16-category-factors ol { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  body.admin-bar .als-v16-header { top: 46px; }
  .als-v16-utility__links a:nth-child(n+3) { display: none; }
  .als-v16-header__visit { display: none; }
  .als-v16-home-hero__grid, .als-v16-products-hero__grid, .als-v16-category-hero__grid, .als-v16-visit-value__grid, .als-v16-projects__grid, .als-v16-confirmation-content__grid, .als-v16-category-faq__grid, .als-v16-access-layout { grid-template-columns: 1fr; }
  .als-v16-home-hero__media { min-height: 460px; }
  .als-v16-products-hero { background: var(--als-v16-sand); }
  .als-v16-products-hero__media { min-height: 380px; }
  .als-v16-start__grid, .als-v16-products-grid, .als-v16-knowledge__grid, .als-v16-hub-guides__grid, .als-v16-category-types__grid, .als-v16-request-products-grid { grid-template-columns: repeat(2, 1fr); }
  .als-v16-spaces__grid, .als-v16-hub-spaces__grid, .als-v16-category-patterns__grid, .als-v16-category-spaces__grid { grid-template-columns: repeat(2, 1fr); }
  .als-v16-collections__grid { grid-template-columns: repeat(2, 1fr); }
  .als-v16-journey__steps { grid-template-columns: repeat(2, 1fr); }
  .als-v16-products-layout { grid-template-columns: 1fr; }
  .als-v16-products-results__head > button { display: flex; }
  .als-v16-products-filters { display: none; position: static; }
  .als-v16-products-filters.is-open { display: block; }
  .als-v16-hub-categories__grid { grid-template-columns: repeat(3, 1fr); }
  .als-v16-category-traits__grid { grid-template-columns: repeat(2, 1fr); }
  .als-v16-category-traits__grid article + article { border-inline-start: 0; }
  .als-v16-category-traits__grid article:nth-child(even) { border-inline-start: 1px solid var(--als-v16-outline); }
  .als-v16-category-compare__grid, .als-v16-category-related__grid { grid-template-columns: 1fr; }
  .als-v16-visit-layout, .als-v16-tracking-grid { grid-template-columns: 1fr; }
  .als-v16-visit-selections, .als-v16-tracking-sidebar { position: static; }
  .als-v16-confirmation-summary { order: -1; }
  .als-v16-my-requests-hero__title { align-items: stretch; flex-direction: column; }
  .als-v16-request-stats { min-width: 0; }
  .als-v16-access-layout__visual { display: none; }
  .als-v16-access-layout__form-wrap { min-height: 70vh; }
  .als-v16-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .als-v16-shell, .als-v16-narrow { width: min(calc(100% - 40px), var(--als-v16-shell)); }
  .als-v16-section { padding-block: 65px; }
  .als-v16-section-head { margin-bottom: 26px; }
  .als-v16-section-head.is-inline, .als-v16-section-head.is-split { align-items: flex-start; flex-direction: column; }
  .als-v16-utility { display: none; }
  .als-v16-header__inner { gap: 8px; grid-template-columns: 145px 1fr; min-height: 67px; }
  .als-v16-brand img { height: 43px; width: 145px; }
  .als-v16-header__actions .als-v16-icon-btn:nth-of-type(1), .als-v16-header__actions > a.als-v16-icon-btn:not(:last-of-type) { display: none; }
  .als-v16-icon-btn { height: 37px; width: 37px; }
  .als-v16-home-hero { min-height: 0; padding-block: 37px 45px; }
  .als-v16-home-hero::before { inset: 0; }
  .als-v16-home-hero__grid { gap: 34px; }
  .als-v16-home-hero h1 { font-size: 38px; }
  .als-v16-home-hero__content > p { font-size: 16px; }
  .als-v16-home-hero__actions { display: grid; grid-template-columns: 1fr; }
  .als-v16-home-hero__actions .als-v16-btn { width: 100%; }
  .als-v16-home-hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .als-v16-home-hero__stats > span { border: 0; border-radius: 8px; background: rgba(255,255,255,.67); padding: 10px; text-align: center; }
  .als-v16-home-hero__stats strong { font-size: 17px; }
  .als-v16-home-hero__media { border-radius: 24px; min-height: 375px; }
  .als-v16-home-hero__floating { bottom: 13px; inset-inline: 13px; max-width: none; }
  .als-v16-start__grid, .als-v16-products-needs__grid, .als-v16-products-grid, .als-v16-knowledge__grid, .als-v16-hub-guides__grid, .als-v16-category-types__grid, .als-v16-request-products-grid, .als-v16-tracking-products__grid { grid-template-columns: 1fr; }
  .als-v16-start-card { min-height: 320px; }
  .als-v16-visit-value__media { min-height: 360px; }
  .als-v16-journey__steps { display: flex; gap: 12px; margin-inline: -20px; overflow-x: auto; padding-inline: 20px; scroll-snap-type: x mandatory; }
  .als-v16-journey__steps li { flex: 0 0 78vw; scroll-snap-align: start; }
  .als-v16-collections__grid { display: flex; margin-inline: -20px; overflow-x: auto; padding-inline: 20px; scroll-snap-type: x mandatory; }
  .als-v16-collection-card { flex: 0 0 72vw; scroll-snap-align: start; }
  .als-v16-spaces__grid, .als-v16-hub-spaces__grid, .als-v16-category-spaces__grid { display: flex; margin-inline: -20px; overflow-x: auto; padding-inline: 20px; scroll-snap-type: x mandatory; }
  .als-v16-spaces__grid a, .als-v16-hub-spaces__grid a, .als-v16-category-spaces__grid article { flex: 0 0 72vw; scroll-snap-align: start; }
  .als-v16-projects__media { min-height: 310px; }
  .als-v16-projects__content { padding: 28px 22px; }
  .als-v16-products-hero { padding-block: 35px 45px; }
  .als-v16-products-hero__content h1, .als-v16-category-hero__content h1 { font-size: 37px; }
  .als-v16-products-hero__media { min-height: 310px; }
  .als-v16-products-search { align-items: stretch; flex-wrap: wrap; }
  .als-v16-products-search input { flex-basis: calc(100% - 42px); }
  .als-v16-products-search button { width: 100%; }
  .als-v16-hub-categories__grid { grid-template-columns: repeat(2, 1fr); }
  .als-v16-products-results__head { align-items: flex-start; flex-direction: column; }
  .als-v16-products-results__head > button { width: 100%; justify-content: center; }
  .als-v16-product-card__actions { grid-template-columns: 1fr; }
  .als-v16-category-hero { padding-block: 24px 45px; }
  .als-v16-category-hero__media { min-height: 310px; }
  .als-v16-category-mobile-search { display: flex; }
  .als-v16-category-traits__grid { gap: 10px; grid-template-columns: 1fr 1fr; }
  .als-v16-category-traits__grid article { align-items: flex-start; flex-direction: column; justify-content: flex-start; padding: 12px; }
  .als-v16-category-patterns__grid { grid-template-columns: repeat(2, 1fr); }
  .als-v16-category-factors ol { display: flex; margin-inline: -20px; overflow-x: auto; padding-inline: 20px; }
  .als-v16-category-factors li { flex: 0 0 72vw; }
  .als-v16-category-final-cta .als-v16-shell, .als-v16-footer-cta__inner, .als-v16-confirmation-prep .als-v16-shell, .als-v16-requests-help .als-v16-shell { align-items: flex-start; flex-direction: column; }
  .als-v16-category-final-cta a, .als-v16-footer-cta a { justify-content: center; width: 100%; }
  .als-v16-visit-intro { padding-block: 25px 30px; }
  .als-v16-stepper { gap: 8px; }
  .als-v16-stepper > div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .als-v16-stepper > div::after { inset-inline-start: 35px; top: 18px; width: calc(100% - 35px); }
  .als-v16-stepper span { height: 36px; width: 36px; }
  .als-v16-stepper strong { font-size: 10px; }
  .als-v16-visit-workspace { padding-block: 28px 65px; }
  .als-v16-visit-layout { gap: 16px; }
  .als-v16-visit-card { border-radius: 13px; padding: 19px; }
  .als-v16-visit-step > header > span { flex-basis: 39px; height: 39px; width: 39px; }
  .als-v16-visit-step h2 { font-size: 23px; }
  .als-v16-form-grid { grid-template-columns: 1fr; }
  .als-v16-form-grid .is-full { grid-column: auto; }
  .als-v16-contact-method, .als-v16-location-types, .als-v16-period-choices { grid-template-columns: 1fr; }
  .als-v16-day-choices { grid-template-columns: repeat(3, 1fr); }
  .als-v16-step-actions { display: grid; grid-template-columns: 1fr 1.4fr; }
  .als-v16-step-actions .als-v16-btn { width: 100%; }
  .als-v16-visit-selections__body { display: none; }
  .als-v16-visit-selections.is-open .als-v16-visit-selections__body { display: block; }
  .als-v16-confirmation-hero { padding-block: 48px 42px; }
  .als-v16-confirmation-code { display: grid; width: 100%; }
  .als-v16-confirmation-actions { display: grid; }
  .als-v16-confirmation-actions .als-v16-btn { width: 100%; }
  .als-v16-next-steps li { grid-template-columns: 30px 40px 1fr; }
  .als-v16-confirmation-summary dl > div { grid-template-columns: 1fr; }
  .als-v16-request-products-grid article { grid-template-columns: 72px 1fr; }
  .als-v16-request-products-grid img, .als-v16-request-product-placeholder { height: 72px; width: 72px; }
  .als-v16-my-requests-hero { padding-block: 34px; }
  .als-v16-request-stats { grid-template-columns: repeat(3, 1fr); }
  .als-v16-action-request__card { grid-template-columns: auto 1fr; padding: 19px; }
  .als-v16-action-request__actions { grid-column: 1 / -1; display: grid; }
  .als-v16-requests-list__head { align-items: flex-start; flex-direction: column; }
  .als-v16-request-tabs { flex-wrap: nowrap; margin-inline: -20px; overflow-x: auto; padding-inline: 20px; width: calc(100% + 40px); }
  .als-v16-request-tabs button { white-space: nowrap; }
  .als-v16-request-card { grid-template-columns: 48px 1fr; }
  .als-v16-request-card__icon { height: 48px; width: 48px; }
  .als-v16-request-card > a, .als-v16-request-card > div:last-child { grid-column: 1 / -1; }
  .als-v16-tracking-top { padding-block: 23px 65px; }
  .als-v16-tracking-identity { flex-direction: column; padding: 19px; }
  .als-v16-tracking-support { width: 100%; }
  .als-v16-tracking-action { padding: 21px; }
  .als-v16-tracking-action h2 { font-size: 23px; }
  .als-v16-tracking-action__details { align-items: flex-start; flex-direction: column; gap: 8px; }
  .als-v16-tracking-action__buttons { display: grid; grid-template-columns: 1fr; }
  .als-v16-status-steps { display: grid; gap: 0; grid-template-columns: 1fr; margin-top: 20px; }
  .als-v16-status-steps li { align-items: flex-start; flex-direction: row; gap: 12px; min-height: 62px; text-align: start; }
  .als-v16-status-steps li::before { height: 100%; inset-inline-start: 18px; top: -44px; width: 2px; }
  .als-v16-status-steps li:first-child::before { display: none; }
  .als-v16-status-steps strong { margin-top: 1px; }
  .als-v16-tracking-products__grid { grid-template-columns: 1fr; }
  .als-v16-access-layout__form-wrap { padding: 25px 20px; }
  .als-v16-access-card { border: 0; box-shadow: none; padding: 30px 0; }
  .als-v16-access-card h1 { font-size: 29px; }
  .als-v16-access-help { grid-template-columns: 1fr; }
  .als-v16-access-help a { justify-content: center; }
  .als-v16-footer__grid { grid-template-columns: 1fr 1fr; }
  .als-v16-footer__brand { grid-column: 1 / -1; }
  .als-v16-footer__bottom .als-v16-shell { align-items: flex-start; flex-direction: column; gap: 8px; padding-block: 18px; }
  .als-v16-bottom-nav { align-items: center; background: #fff; border-top: 1px solid var(--als-v16-outline); bottom: 0; display: grid; grid-template-columns: repeat(5, 1fr); inset-inline: 0; padding: 7px 7px calc(7px + env(safe-area-inset-bottom)); position: fixed; z-index: 940; }
  .als-v16-bottom-nav a, .als-v16-bottom-nav button { align-items: center; background: transparent; border: 0; color: var(--als-v16-muted); display: flex; flex-direction: column; font: inherit; font-size: 10px; gap: 3px; justify-content: center; text-decoration: none; }
  .als-v16-bottom-nav a.is-primary { color: var(--als-v16-primary); font-weight: 700; }
}

@media (max-width: 420px) {
  .als-v16-header__inner { grid-template-columns: 132px 1fr; }
  .als-v16-brand img { width: 132px; }
  .als-v16-header__actions { gap: 1px; }
  .als-v16-home-hero h1 { font-size: 34px; }
  .als-v16-home-hero__stats { grid-template-columns: 1fr 1fr 1fr; }
  .als-v16-hub-categories__grid { gap: 9px; }
  .als-v16-hub-categories__grid a { min-height: 130px; }
  .als-v16-day-choices { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


@media (max-width: 980px) {
  .als-v16-special-categories { grid-template-columns: repeat(3, 1fr); }
  .als-v16-footer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .als-v16-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .als-v16-home-hero__stats > span { border-inline-end: 0; padding-inline-end: 0; }
  .als-v16-special-categories { display: flex; margin-inline: -20px; overflow-x: auto; padding-inline: 20px; scroll-snap-type: x mandatory; }
  .als-v16-special-categories a { flex: 0 0 58vw; scroll-snap-align: start; }
  .als-v16-request-card > header { grid-template-columns: 48px minmax(0, 1fr); }
  .als-v16-request-card > header .als-v16-request-status { grid-column: 1 / -1; justify-self: start; margin: 0; }
  .als-v16-request-card__body dl { grid-template-columns: 1fr 1fr; }
  .als-v16-request-card__body dl > div { border-inline-end: 0; border-bottom: 1px solid var(--als-v16-outline); padding: 0 0 10px; }
  .als-v16-request-card__body dl > div:nth-last-child(-n+2) { border-bottom: 0; padding-bottom: 0; }
  .als-v16-request-card > footer { align-items: stretch; flex-direction: column; }
  .als-v16-request-card > footer a { background: var(--als-v16-surface-low); border-radius: 8px; justify-content: center; padding: 10px; }
  .als-v16-footer__grid { grid-template-columns: 1fr 1fr; }
  .als-v16-footer__contact { margin-top: 0; }
}
