:root {
  --black: #070706;
  --ink: #0d0c0a;
  --charcoal: #171510;
  --charcoal-2: #211e17;
  --line: rgba(216, 171, 83, 0.26);
  --gold: #d8ab53;
  --gold-bright: #efc872;
  --gold-dark: #9f762f;
  --ivory: #f4efe5;
  --muted: #bbb2a2;
  --green: #46583a;
  --fruit: #d96f25;
  --error: #d65d52;
  --container: 1180px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ivory);
  background: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

html[dir="rtl"] body {
  font-family: Tahoma, Arial, sans-serif;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-140%);
  padding: 10px 14px;
  color: var(--black);
  background: var(--gold-bright);
  border-radius: 4px;
}

.skip-link:focus {
  transform: translateY(0);
}

.container,
.utility-inner,
.trust-inner {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.utility-bar {
  min-height: 34px;
  color: #d7cebd;
  background: #050504;
  border-bottom: 1px solid rgba(216, 171, 83, 0.18);
  font-size: 12px;
}

.utility-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.utility-inner a {
  color: var(--gold-bright);
}

.utility-message {
  margin-inline-start: auto;
  color: #9e978a;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 26px;
  padding: 0 max(24px, calc((100% - var(--container)) / 2));
  background: rgba(8, 8, 7, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  width: 43px;
  height: 48px;
  flex: 0 0 43px;
  overflow: hidden;
  background-image: url("assets/alvensa-black-gold-showcase.png");
  background-repeat: no-repeat;
  background-size: 450px auto;
  background-position: -50px -5px;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
}

.brand-copy small {
  margin-top: 5px;
  color: #d8d0c2;
  font-size: 9px;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.site-nav a {
  position: relative;
  color: #e2dacd;
  font-size: 13px;
  font-weight: 700;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.site-nav .nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  color: var(--black);
  background: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 4px;
}

.site-nav .nav-cta:hover {
  background: var(--gold-bright);
}

.language-switcher {
  height: 36px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}

.language-switcher button {
  min-width: 42px;
  padding: 0 9px;
  color: #aaa294;
  background: transparent;
  border: 0;
  border-inline-end: 1px solid var(--line);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.language-switcher button:last-child {
  border-inline-end: 0;
}

.language-switcher button[aria-pressed="true"] {
  color: var(--black);
  background: var(--gold);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 720px;
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #090806;
  border-bottom: 1px solid var(--line);
}

.hero-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(90deg, #070706 0%, rgba(7, 7, 6, 0.99) 28%, rgba(7, 7, 6, 0.90) 42%, rgba(7, 7, 6, 0.22) 69%, rgba(7, 7, 6, 0.08) 100%),
    url("assets/alvensa-black-gold-showcase.png");
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 7, 6, 0.74) 0%, transparent 34%);
}

.hero-inner {
  width: min(620px, calc(100% - 48px));
  margin-left: max(24px, calc((100% - var(--container)) / 2));
  padding: 64px 0 86px;
}

html[dir="rtl"] .hero-inner {
  text-align: right;
}

.eyebrow,
.section-kicker,
.item-label,
.status-label {
  margin: 0 0 15px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: #fffdf8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 0.95;
}

.hero-tagline {
  max-width: 560px;
  margin: 22px 0 16px;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 37px;
  line-height: 1.15;
}

.hero-lead {
  max-width: 570px;
  margin: 0;
  color: #d5cdbf;
  font-size: 17px;
  line-height: 1.75;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button-primary {
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
}

.button-primary:hover {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
}

.button-ghost {
  color: #fff;
  background: rgba(0, 0, 0, 0.34);
  border-color: rgba(239, 200, 114, 0.58);
}

.button-ghost:hover {
  color: var(--black);
  background: var(--gold-bright);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 38px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(216, 171, 83, 0.32);
}

.hero-facts div {
  min-width: 0;
  padding-inline: 16px;
  border-inline-end: 1px solid rgba(216, 171, 83, 0.24);
}

.hero-facts div:first-child {
  padding-inline-start: 0;
}

.hero-facts div:last-child {
  border-inline-end: 0;
}

.hero-facts dt {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.hero-facts dd {
  margin: 4px 0 0;
  color: #bdb4a4;
  font-size: 12px;
  line-height: 1.45;
}

.hero-scroll {
  position: absolute;
  right: 30px;
  bottom: 25px;
  width: 28px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239, 200, 114, 0.48);
  border-radius: 8px;
}

.hero-scroll span {
  width: 4px;
  height: 8px;
  background: var(--gold-bright);
  border-radius: 2px;
  animation: scrollHint 1.8s ease-in-out infinite;
}

@keyframes scrollHint {
  0%, 100% { transform: translateY(-5px); opacity: 0.45; }
  50% { transform: translateY(5px); opacity: 1; }
}

.trust-band {
  background: var(--gold);
  color: var(--black);
}

.trust-inner {
  min-height: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.trust-inner span {
  padding: 7px 18px;
  border-inline-end: 1px solid rgba(7, 7, 6, 0.24);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.trust-inner span:last-child {
  border-inline-end: 0;
}

.section {
  padding: 108px 0;
}

.section-top {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 52px;
}

.section-heading h2,
.gcc-copy h2,
.quality-section h2,
.about-copy h2,
.contact-copy h2 {
  margin: 0;
  color: #fffdf7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.12;
}

html[dir="rtl"] .section-heading h2,
html[dir="rtl"] .gcc-copy h2,
html[dir="rtl"] .quality-section h2,
html[dir="rtl"] .about-copy h2,
html[dir="rtl"] .contact-copy h2,
html[dir="rtl"] .hero-tagline {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: 700;
}

.section-intro,
.gcc-copy > p,
.quality-section p,
.about-copy > p,
.contact-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.packaging-section {
  background:
    linear-gradient(135deg, rgba(216, 171, 83, 0.05), transparent 42%),
    var(--charcoal);
}

.packaging-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 42px;
  align-items: stretch;
}

.packaging-visual {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  background: #eae4da;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.packaging-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
  filter: brightness(0.76) contrast(1.08) saturate(1.1);
}

.packaging-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 7, 6, 0.78), transparent 38%);
  pointer-events: none;
}

.packaging-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 24px;
  left: 28px;
  color: #e9e0d2;
  font-size: 12px;
}

.packaging-list {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.packaging-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 23px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.item-index {
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.item-label {
  margin-bottom: 6px;
  font-size: 10px;
}

.packaging-item h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.packaging-item p:not(.item-label) {
  margin: 0;
  color: var(--muted);
}

.packaging-item ul {
  display: grid;
  gap: 6px;
  margin: 18px 0 0;
  padding: 0;
  color: #d9d1c3;
  list-style: none;
  font-size: 13px;
}

.packaging-item li::before {
  content: "+";
  margin-inline-end: 9px;
  color: var(--gold-bright);
}

.oem-strip {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
  padding: 22px 28px;
  color: var(--black);
  background: var(--gold);
  border-radius: 4px;
}

.oem-strip div {
  display: grid;
  gap: 3px;
}

.oem-strip span {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.oem-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 600;
}

.oem-strip a {
  flex: 0 0 auto;
  padding: 11px 15px;
  border: 1px solid rgba(7, 7, 6, 0.56);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
}

.products-section {
  background: var(--black);
}

.product-showcase {
  height: 290px;
  overflow: hidden;
  margin-bottom: 38px;
  background: #eee7dd;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.product-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.80) contrast(1.1) saturate(1.05);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.filter-button {
  min-height: 40px;
  padding: 0 15px;
  color: #c8bfae;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.filter-button:hover,
.filter-button.is-active {
  color: var(--black);
  background: var(--gold);
  border-color: var(--gold);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-inline-start: 1px solid var(--line);
}

.product-card {
  position: relative;
  min-width: 0;
  min-height: 176px;
  padding: 27px 24px;
  background: #0d0c0a;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.product-card::before {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 95px;
  height: 95px;
  border: 20px solid rgba(216, 171, 83, 0.08);
  border-radius: 50%;
}

.product-card[data-category="apricots"]::before {
  border-color: rgba(217, 111, 37, 0.16);
}

.product-card[data-category="prunes"]::before {
  border-color: rgba(112, 86, 109, 0.2);
}

.product-card.is-hidden {
  display: none;
}

.product-family {
  display: block;
  margin-bottom: 13px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card h3 {
  max-width: 190px;
  margin: 0 0 10px;
  color: #fffdf8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.product-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #9f9789;
  font-size: 12px;
}

.specification-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.specification-item {
  padding: 27px 28px 0 0;
  border-inline-end: 1px solid var(--line);
}

html[dir="rtl"] .specification-item {
  padding-right: 0;
  padding-left: 28px;
}

.specification-item:last-child {
  border-inline-end: 0;
}

.specification-item > span {
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.specification-item h3 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 16px;
}

.specification-item p {
  margin: 0;
  color: #9e9688;
  font-size: 13px;
}

.gcc-section {
  background: var(--ivory);
  color: var(--ink);
}

.gcc-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: 88px;
  align-items: start;
}

.gcc-copy h2 {
  color: var(--ink);
}

.gcc-copy > p {
  margin-top: 24px;
  color: #5e584f;
}

.market-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 30px;
}

.market-tags span {
  padding: 7px 10px;
  color: #302b22;
  background: #e8dfce;
  border: 1px solid #d3c29f;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
}

.gcc-requirements {
  border-top: 1px solid #cdbd9c;
}

.gcc-requirements article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 22px;
  padding: 27px 0;
  border-bottom: 1px solid #cdbd9c;
}

.gcc-requirements article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--black);
  background: var(--gold);
  border-radius: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
}

.gcc-requirements h3 {
  margin: 0 0 5px;
  color: #17130d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.gcc-requirements p {
  margin: 0;
  color: #655d50;
  font-size: 13px;
}

.quality-section {
  background:
    linear-gradient(120deg, rgba(70, 88, 58, 0.34), transparent 45%),
    #0c0e0a;
  border-top: 1px solid rgba(216, 171, 83, 0.18);
  border-bottom: 1px solid rgba(216, 171, 83, 0.18);
}

.quality-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.72fr);
  gap: 90px;
  align-items: start;
}

.quality-section p:not(.section-kicker):not(.status-label) {
  max-width: 700px;
  margin-top: 24px;
}

.section-kicker-light {
  color: var(--gold-bright);
}

.quality-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-inline-start: 1px solid var(--line);
  list-style: none;
}

.quality-steps li {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quality-steps span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.quality-steps strong {
  color: #ddd5c8;
  font-size: 13px;
}

.certification-panel {
  padding: 35px;
  background: #171711;
  border: 1px solid rgba(216, 171, 83, 0.34);
  border-radius: 6px;
}

.certification-panel h3 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.certification-panel p:not(.status-label) {
  margin: 14px 0 25px;
  color: #a9a091;
  font-size: 13px;
}

.certification-panel dl {
  margin: 0;
  border-top: 1px solid var(--line);
}

.certification-panel dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.certification-panel dt {
  color: #ddd5c7;
}

.certification-panel dd {
  margin: 0;
  color: var(--gold-bright);
  text-align: end;
}

.about-section {
  background: var(--charcoal);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.78fr) minmax(0, 1fr);
  gap: 78px;
  align-items: center;
}

.about-visual {
  height: 680px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-copy > p {
  margin-top: 22px;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 35px 0 0;
  border-top: 1px solid var(--line);
}

.about-facts div {
  padding: 21px 18px 0 0;
  border-inline-end: 1px solid var(--line);
}

html[dir="rtl"] .about-facts div {
  padding-right: 0;
  padding-left: 18px;
}

.about-facts div:last-child {
  border-inline-end: 0;
}

.about-facts dt {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-facts dd {
  margin: 5px 0 0;
  color: #d3cbbb;
  font-size: 12px;
}

.contact-section {
  background:
    linear-gradient(110deg, rgba(216, 171, 83, 0.10), transparent 42%),
    #080806;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.02fr);
  gap: 88px;
  align-items: start;
}

.contact-copy > p {
  margin-top: 24px;
}

.contact-details {
  margin: 34px 0;
  border-top: 1px solid var(--line);
}

.contact-details div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.contact-details dt {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 0;
  color: #d4ccbe;
  font-size: 13px;
}

.whatsapp-button {
  color: #fff;
  background: var(--green);
  border-color: #698056;
}

.whatsapp-button:hover {
  background: #5a7048;
}

.inquiry-form {
  display: grid;
  gap: 17px;
  padding: 38px;
  background: #f2ede4;
  border-top: 4px solid var(--gold);
  border-radius: 4px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: #28231c;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-width: 0;
  color: #17130f;
  background: #fffdf9;
  border: 1px solid #c9bda8;
  border-radius: 3px;
  outline: 0;
  text-transform: none;
}

.inquiry-form input,
.inquiry-form select {
  height: 48px;
  padding: 0 13px;
}

.inquiry-form textarea {
  min-height: 126px;
  resize: vertical;
  padding: 12px 13px;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 3px rgba(216, 171, 83, 0.18);
}

.inquiry-form .field-error {
  border-color: var(--error);
  box-shadow: 0 0 0 3px rgba(214, 93, 82, 0.14);
}

.form-submit {
  width: 100%;
  margin-top: 3px;
}

.form-note {
  margin: 0;
  color: #696157;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.mobile-whatsapp {
  display: none;
}

.site-footer {
  padding: 45px 0;
  background: #040403;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 55px;
  align-items: end;
}

.footer-grid strong {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.footer-grid p {
  margin: 4px 0 0;
  color: #8f887c;
  font-size: 11px;
}

.footer-grid nav {
  display: flex;
  gap: 19px;
  color: #bdb5a8;
  font-size: 11px;
  font-weight: 700;
}

.copyright {
  text-align: end;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.error-page {
  width: min(680px, calc(100% - 36px));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 0;
}

.error-page h1 {
  margin: 0 0 18px;
  color: #fffdf8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.05;
}

.error-page > p:not(.section-kicker) {
  margin: 0 0 25px;
  color: var(--muted);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 14px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 5px;
    color: var(--ivory);
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 4px;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    background: currentColor;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: 0;
    display: grid;
    gap: 0;
    overflow: hidden;
    background: #0b0a08;
    border-bottom: 1px solid var(--line);
    opacity: 0;
    visibility: hidden;
    transition: max-height 220ms ease, opacity 160ms ease;
  }

  body.menu-open .site-nav {
    max-height: 520px;
    opacity: 1;
    visibility: visible;
  }

  .site-nav a {
    padding: 15px 24px;
    border-bottom: 1px solid rgba(216, 171, 83, 0.14);
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav .nav-cta {
    min-height: 50px;
    margin: 14px 24px 20px;
  }

  .hero {
    min-height: 680px;
  }

  .hero h1 {
    font-size: 70px;
  }

  .hero-tagline {
    font-size: 32px;
  }

  .section-heading h2,
  .gcc-copy h2,
  .quality-section h2,
  .about-copy h2,
  .contact-copy h2 {
    font-size: 40px;
  }

  .packaging-layout,
  .gcc-grid,
  .quality-grid,
  .about-grid,
  .contact-grid {
    gap: 50px;
  }

  .packaging-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.88fr);
  }

  .gcc-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(400px, 1.2fr);
  }

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

@media (max-width: 850px) {
  .container,
  .utility-inner,
  .trust-inner {
    width: min(100% - 36px, var(--container));
  }

  .utility-message {
    display: none;
  }

  .site-header {
    min-height: 72px;
    padding: 0 18px;
  }

  .brand-mark {
    display: none;
  }

  .brand-copy strong {
    font-size: 22px;
  }

  .language-switcher button {
    min-width: 38px;
    padding: 0 6px;
  }

  .hero {
    min-height: 760px;
    align-items: flex-end;
  }

  .hero-backdrop {
    background-image:
      linear-gradient(0deg, #070706 0%, rgba(7, 7, 6, 0.96) 42%, rgba(7, 7, 6, 0.15) 84%),
      url("assets/alvensa-black-gold-showcase.png");
    background-size: auto 100%, auto 100%;
    background-position: center, 70% center;
  }

  .hero-inner {
    width: calc(100% - 36px);
    margin-left: 18px;
    padding: 250px 0 48px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero-tagline {
    max-width: 500px;
    font-size: 29px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-scroll {
    display: none;
  }

  .trust-inner {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-inner span {
    min-height: 48px;
    display: grid;
    place-items: center;
    border-bottom: 1px solid rgba(7, 7, 6, 0.20);
  }

  .section {
    padding: 80px 0;
  }

  .section-top,
  .packaging-layout,
  .gcc-grid,
  .quality-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section-top {
    gap: 22px;
    margin-bottom: 38px;
  }

  .packaging-visual {
    min-height: 470px;
  }

  .packaging-list {
    grid-template-rows: auto;
  }

  .gcc-grid,
  .quality-grid,
  .about-grid,
  .contact-grid {
    gap: 48px;
  }

  .gcc-copy {
    max-width: 640px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .about-visual {
    height: 620px;
    max-width: 560px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .copyright {
    text-align: start;
  }
}

@media (max-width: 560px) {
  html {
    scroll-padding-top: 74px;
  }

  body {
    font-size: 15px;
  }

  .utility-inner {
    justify-content: space-between;
    gap: 12px;
  }

  .utility-inner span,
  .utility-inner a {
    overflow-wrap: anywhere;
  }

  .site-header {
    grid-template-columns: minmax(92px, 1fr) auto auto;
    gap: 8px;
  }

  .brand-copy small {
    display: none;
  }

  .language-switcher {
    height: 34px;
  }

  .language-switcher button {
    min-width: 33px;
    padding: 0 4px;
    font-size: 10px;
  }

  .menu-toggle {
    width: 36px;
    height: 36px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-backdrop {
    background-position: center, 72% center;
  }

  .hero-inner {
    padding-top: 285px;
  }

  .hero h1 {
    font-size: 47px;
  }

  .hero-tagline {
    margin-top: 15px;
    font-size: 25px;
  }

  .hero-lead {
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 21px;
  }

  .hero-facts {
    margin-top: 25px;
    padding-top: 14px;
  }

  .hero-facts div {
    padding-inline: 9px;
  }

  .hero-facts dt {
    font-size: 18px;
  }

  .hero-facts dd {
    font-size: 10px;
  }

  .section {
    padding: 64px 0;
  }

  .section-heading h2,
  .gcc-copy h2,
  .quality-section h2,
  .about-copy h2,
  .contact-copy h2 {
    font-size: 33px;
  }

  .packaging-visual {
    min-height: 350px;
  }

  .packaging-item {
    grid-template-columns: 42px 1fr;
    gap: 15px;
    padding: 29px 0;
  }

  .packaging-item h3 {
    font-size: 24px;
  }

  .oem-strip {
    display: grid;
    padding: 20px;
  }

  .oem-strip strong {
    font-size: 18px;
  }

  .oem-strip a {
    text-align: center;
  }

  .product-showcase {
    height: 210px;
  }

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

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

  .specification-grid,
  .about-facts,
  .quality-steps {
    grid-template-columns: 1fr;
  }

  .specification-item {
    padding: 22px 0;
    border-inline-end: 0;
    border-bottom: 1px solid var(--line);
  }

  html[dir="rtl"] .specification-item {
    padding-left: 0;
  }

  .gcc-requirements article {
    grid-template-columns: 48px 1fr;
    gap: 15px;
  }

  .certification-panel,
  .inquiry-form {
    padding: 25px 20px;
  }

  .about-visual {
    height: 520px;
  }

  .about-facts div,
  html[dir="rtl"] .about-facts div {
    padding: 15px 0;
    border-inline-end: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .contact-details div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .mobile-whatsapp {
    position: fixed;
    z-index: 90;
    right: 14px;
    bottom: 14px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    color: #fff;
    background: var(--green);
    border: 1px solid #718661;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
    font-size: 12px;
    font-weight: 800;
  }

  html[dir="rtl"] .mobile-whatsapp {
    right: auto;
    left: 14px;
  }

  .footer-grid nav {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
