/* Refinements kept separate while the visual direction is under review. */
.wordmark {
  display: block;
  width: 158px;
  line-height: 0;
}

.wordmark img {
  width: 100%;
  height: auto;
  filter: brightness(0);
}

.footer-logo {
  width: 190px;
  height: auto;
}

.footer-grid .footer-social-link {
  width: 42px;
  height: 42px;
  margin: 24px 0 18px;
  border: 1px solid #555;
  display: grid;
  place-items: center;
  color: #fff;
  transition: border-color .2s, background .2s, color .2s;
}

.footer-social-link svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-grid .footer-social-link:hover {
  border-color: var(--sand);
  background: var(--sand);
  color: var(--ink);
}

.footer-social-link:focus-visible {
  outline: 3px solid var(--sand);
  outline-offset: 3px;
}

.footer-legal {
  border-top: 1px solid #333;
  margin-top: 52px;
  padding-top: 24px;
  display: grid;
  gap: 7px;
  color: #aaa;
  font-size: 12px;
}

.footer-legal strong {
  color: #fff;
  letter-spacing: .04em;
}

.footer-legal + .footer-bottom {
  margin-top: 22px;
}

.product-image,
.product-card-body,
.product-title,
.product-description {
  display: block;
}

.product-title {
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -.035em;
  margin: 11px 0;
}

.product-description {
  color: var(--muted);
  font-size: 14px;
}

.product-meta > span:last-child {
  font-size: 23px;
}

.product-card:focus-visible {
  outline: 4px solid var(--olive);
  outline-offset: 4px;
}

/* Homepage direction based on the rectilinear UAE partnership deck. */
.hero {
  display: block;
  min-height: 0;
  background: var(--cream);
  padding-top: 48px;
}

.hero-grid {
  grid-template-columns: .84fr 1.16fr;
  gap: 0;
  padding-block: 0;
}

.hero-copy {
  min-height: 580px;
  padding: clamp(48px, 6vw, 86px);
  background: var(--ink);
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero h1 {
  font-size: clamp(62px, 7vw, 105px);
  max-width: 620px;
}

.hero-lead {
  color: #d4d2cb;
  max-width: 510px;
}

.button-sand {
  background: var(--sand);
  border-color: var(--sand);
  color: var(--ink);
}

.button-sand:hover {
  background: var(--sky);
  border-color: var(--sky);
}

.button-outline-light {
  color: var(--cream);
  border-color: rgba(255, 253, 247, .7);
}

.button-outline-light:hover {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink);
}

.hero .button,
.category-card,
.benefit,
.moments {
  border-radius: 0;
}

.mobile-hero-lifestyle {
  display: none;
}

.moments .moment-icon {
  display: none;
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.external-arrow-icon {
  display: none;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.origin-section {
  background: var(--olive);
  color: #fff;
}

.origin-section .eyebrow,
.origin-section h2,
.origin-section p {
  color: #fff;
}

.origin-map {
  gap: 24px;
}

.origin-map .origin-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.origin-map .origin-logo-node,
.origin-map .origin-logo-node:last-child {
  width: 210px;
  height: 210px;
  padding: 28px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--olive);
}

.origin-logo-node img {
  width: 158px;
  max-height: 145px;
  object-fit: contain;
  height: auto;
  margin: auto;
  mix-blend-mode: normal;
}

.origin-logo-tovago img {
  width: 164px;
  max-height: none;
  filter: brightness(0);
}

.origin-map .origin-brand > small {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.origin-map > i {
  color: #fff;
}

@media (max-width: 680px) {
  .origin-map .origin-logo-node,
  .origin-map .origin-logo-node:last-child {
    width: 130px;
    height: 130px;
    padding: 18px;
  }

  .origin-logo-node img,
  .origin-logo-tovago img {
    width: 96px;
    max-height: 90px;
  }
}

.hero-products {
  height: 580px;
  overflow: hidden;
  background: #f7f2e7;
  border: 1px solid var(--line);
  border-left: 0;
}

.hero-products::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 18%;
  border: 0;
  border-radius: 0;
  background: var(--sky);
}

.hero-products::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 11%;
  background: var(--sand);
}

.hero .pack {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: none;
}

.product-image img,
.product-detail-image img {
  mix-blend-mode: normal;
  filter: none;
}

.product-facts {
  background: var(--olive);
  color: #fff;
}

.product-facts-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: start;
}

.product-facts .eyebrow,
.product-facts h2,
.product-facts h3,
.product-facts p {
  color: #fff;
}

.ingredients-panel h2 {
  margin: 0 0 42px;
  font-size: clamp(40px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.055em;
}

.ingredients-panel h3,
.nutrition-heading h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.ingredients-panel > p:not(.eyebrow):not(.facts-note) {
  font-size: 18px;
  line-height: 1.55;
}

.facts-note {
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.32);
  font-size: 12px;
  line-height: 1.55;
  opacity: .78;
}

.nutrition-panel {
  padding: 34px;
  background: var(--cream);
  color: var(--ink);
}

.nutrition-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 3px solid var(--ink);
}

.nutrition-heading h3 {
  color: var(--ink);
}

.nutrition-heading span,
.portion-note {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.nutrition-panel table {
  width: 100%;
  border-collapse: collapse;
}

.nutrition-panel th,
.nutrition-panel td {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.nutrition-panel th {
  text-align: left;
  font-weight: 700;
}

.nutrition-panel td {
  text-align: right;
  font-weight: 900;
  white-space: nowrap;
}

.nutrition-panel .portion-note {
  margin: 18px 0 0;
  color: var(--muted);
}

@media (max-width: 820px) {
  .product-facts-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .nutrition-panel {
    padding: 24px;
  }
}

.pack-beet {
  width: 58%;
  left: 4%;
  bottom: 2%;
  z-index: 2;
  transform: rotate(-4deg);
}

.pack-tomato {
  width: 58%;
  right: 0;
  top: 3%;
  z-index: 3;
  transform: rotate(4deg);
}

.pack-beet:hover {
  transform: translateY(-10px) rotate(-2deg);
}

.pack-tomato:hover {
  transform: translateY(-10px) rotate(2deg);
}

.hero-variant {
  position: absolute;
  z-index: 4;
  margin: 0;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
}

.hero-variant-beet {
  left: 21%;
  top: 26px;
}

.hero-variant-tomato {
  right: 24px;
  bottom: 15%;
}

.hero-footer-line {
  width: min(100% - 40px, 1200px);
  min-height: 52px;
  margin-inline: auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--sand);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
}

.category-card {
  border: 1px solid var(--line);
}

.category-index {
  font-size: 12px;
  letter-spacing: .12em;
}

.benefit {
  border-top: 3px solid var(--sand);
}

.benefit h3 {
  min-height: 3.1em;
}

.benefit:nth-child(2) { border-top-color: var(--sky); }
.benefit:nth-child(3) { border-top-color: #d9dfb0; }

.benefit > span,
.benefit:nth-child(2) > span,
.benefit:nth-child(3) > span {
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 54px;
  border-radius: 0;
  background: transparent;
  color: #8f8f8b;
  font-size: 13px;
  letter-spacing: .12em;
}

.moments {
  border-radius: 0;
}

@media (max-width: 680px) {
  .wordmark { width: 132px; }

  .hero {
    padding-top: 0;
  }

  .hero-copy {
    min-height: min(580px, calc(100svh - 118px));
    padding: 48px 24px;
  }

  .hero h1 {
    max-width: 8ch;
    margin: 0 0 24px;
    font-size: clamp(52px, 16.5vw, 68px);
  }

  .hero-products {
    display: none;
  }

  .mobile-hero-lifestyle {
    width: min(100% - 28px, 1200px);
    aspect-ratio: 4 / 3;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    background: #ddd3c3;
  }

  .mobile-hero-lifestyle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-footer-line { width: min(100% - 28px, 1200px); }
}

@media (min-width: 681px) and (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-products { border-left: 1px solid var(--line); }
}

/* Editorial photography supplied by Tovago. */
.inspiration-section {
  background: #f0eadf;
}

.inspiration-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}

.inspiration-heading h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .94;
  letter-spacing: -.06em;
}

.inspiration-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 180px;
  gap: 16px;
}

.inspiration-photo {
  grid-column: span 4;
  grid-row: span 2;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #ddd3c3;
}

.inspiration-photo-wide {
  grid-column: span 8;
}

.inspiration-photo-tall {
  grid-row: span 3;
}

.inspiration-photo-feature {
  grid-column: span 5;
  grid-row: span 4;
}

.inspiration-photo-serek,
.inspiration-photo-pistachio {
  grid-column: span 4;
  grid-row: span 2;
}

.inspiration-photo-pasta,
.inspiration-photo-soup {
  grid-column: span 3;
  grid-row: span 2;
}

.inspiration-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.inspiration-photo:hover img {
  transform: scale(1.025);
}

.legal-updated {
  color: var(--muted);
  font-size: 14px !important;
}

.legal-copy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-table {
  overflow-x: auto;
  margin: 28px 0;
}

.cookie-table table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
}

.cookie-table th,
.cookie-table td {
  padding: 14px 16px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.cookie-table th {
  background: var(--sand);
}

.cookie-more {
  margin-top: -4px;
}

.cookie-more a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 820px) {
  .inspiration-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .inspiration-grid {
    grid-auto-rows: 150px;
  }

  .inspiration-photo,
  .inspiration-photo-wide {
    grid-column: span 6;
  }

  .inspiration-photo-feature {
    grid-column: span 12;
    grid-row: span 4;
  }

  .inspiration-photo-serek,
  .inspiration-photo-pistachio,
  .inspiration-photo-pasta,
  .inspiration-photo-soup {
    grid-column: span 6;
    grid-row: span 2;
  }
}

@media (max-width: 560px) {
  .inspiration-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .inspiration-photo,
  .inspiration-photo-wide,
  .inspiration-photo-tall,
  .inspiration-photo-feature,
  .inspiration-photo-serek,
  .inspiration-photo-pistachio,
  .inspiration-photo-pasta,
  .inspiration-photo-soup {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 2 / 3;
  }

  .inspiration-photo-wide {
    aspect-ratio: 4 / 3;
  }

  .inspiration-photo-feature,
  .inspiration-photo-soup {
    display: none;
  }
}

/* Mobile-first finishing pass: comfortable touch targets and compact editorial rhythm. */
@media (max-width: 680px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
  }

  body.menu-open {
    overflow: hidden;
  }

  .site-header {
    backdrop-filter: blur(18px);
  }

  .header-inner {
    height: 72px;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
    padding: 9px;
    display: inline-grid;
    place-content: center;
    border: 1px solid var(--line);
  }

  .menu-toggle span {
    width: 23px;
    margin: 3px;
  }

  .main-nav {
    top: 72px;
    max-height: calc(100svh - 72px);
    overflow-y: auto;
    padding: 12px 14px 18px;
    gap: 2px;
    box-shadow: 0 18px 32px rgba(11, 11, 11, .12);
  }

  .main-nav > a:not(.button) {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 10px 8px;
    border-bottom: 1px solid var(--line);
  }

  .main-nav .lang-link {
    width: 48px;
    height: 48px;
    margin-top: 10px;
    border-bottom: 1px solid var(--line);
  }

  .main-nav .button {
    width: 100%;
    min-height: 52px;
    margin-top: 10px;
  }

  .button-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button-row .button,
  .shop-band .button,
  .partner-cta .button {
    width: 100%;
  }

  .hero-copy {
    min-height: min(580px, calc(100svh - 118px));
    padding: 48px 24px;
  }

  .page-hero h1 {
    font-size: clamp(48px, 15vw, 62px);
    line-height: .9;
    margin-bottom: 22px;
  }

  .partners-hero h1 {
    font-size: clamp(40px, 12vw, 48px);
    line-height: .94;
  }

  .hero-lead,
  .page-hero p:last-child {
    font-size: 17px;
  }

  .hero-products {
    display: none;
  }

  .hero-footer-line {
    min-height: 46px;
    padding: 0 12px;
    font-size: 9px;
    letter-spacing: .1em;
  }

  .section {
    padding: 64px 0;
  }

  .section-heading {
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 30px;
  }

  .section-heading h2,
  .why-intro h2,
  .moments-section h2,
  .story-grid h2,
  .shop-band h2,
  .editorial-grid h2,
  .origin-grid h2,
  .partner-cta h2,
  .product-more h2,
  .inspiration-heading h2 {
    font-size: clamp(35px, 11vw, 50px);
  }

  .category-cards {
    gap: 10px;
  }

  .category-card {
    min-height: 128px;
    padding: 20px;
  }

  .why-grid,
  .story-grid,
  .contact-grid,
  .product-detail-grid,
  .product-facts-grid {
    gap: 34px;
  }

  .benefit-grid {
    gap: 10px;
  }

  .benefit {
    padding: 24px;
  }

  .benefit h3 {
    min-height: 0;
  }

  .moments {
    border-radius: 0;
  }

  .moments article {
    min-height: 164px;
    padding: 18px 12px;
  }

  .moments .moment-icon {
    display: block;
    width: 36px;
    height: 36px;
    stroke-width: 1.4;
  }

  .moments .moment-symbol {
    display: none;
  }

  .external-arrow-symbol {
    display: none;
  }

  .external-arrow-icon {
    display: block;
    flex: 0 0 auto;
  }

  .moments h3 {
    font-size: 16px;
    line-height: 1.15;
  }

  .inspiration-heading {
    margin-bottom: 28px;
  }

  .inspiration-heading > p {
    font-size: 16px;
  }

  .filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 2px 0 10px;
    margin: 0 -2px 16px;
    scrollbar-width: thin;
  }

  .filter {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 9px 16px;
  }

  .product-grid {
    gap: 16px;
  }

  .product-card-body {
    padding: 20px;
  }

  .product-title {
    font-size: 23px;
  }

  .product-detail {
    padding: 34px 0 64px;
  }

  .breadcrumbs {
    padding-top: 18px;
  }

  .product-detail-image {
    padding: 28px;
  }

  .shape-dot {
    width: 82px;
    height: 82px;
    right: -10px;
  }

  .product-lead {
    font-size: 18px;
  }

  .claim-list {
    gap: 7px;
    margin: 22px 0;
  }

  .claim-list span {
    padding: 8px 11px;
  }

  .nutrition-panel,
  .contact-form {
    padding: 20px;
  }

  .nutrition-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .contact-email {
    font-size: 19px;
    overflow-wrap: anywhere;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    min-height: 48px;
    padding: 12px;
  }

  .contact-form textarea {
    min-height: 156px;
  }

  .contact-form .button {
    width: 100%;
  }

  .page-hero {
    padding: 64px 0 52px;
  }

  .legal-copy h2 {
    font-size: 27px;
    line-height: 1.08;
    margin-top: 42px;
  }

  .legal-copy p {
    font-size: 16px;
  }

  .cookie-banner {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    width: calc(100% - 28px);
    padding: 20px;
  }

  .cookie-actions .button {
    width: 100%;
  }

  .site-footer {
    padding: 56px 0 22px;
  }

  .footer-grid {
    gap: 30px;
  }

  .footer-legal {
    margin-top: 28px;
    padding-top: 16px;
    gap: 4px;
    font-size: 10px;
    line-height: 1.35;
  }

  .footer-legal strong {
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .02em;
  }
}

@media (max-width: 380px) {
  .page-hero h1 {
    font-size: 47px;
  }

  .hero-products {
    height: 280px;
  }

  .moments article {
    min-height: 148px;
  }
}
