
@font-face {
  font-family: "Newsreader Local";
  src: url("fonts/Newsreader-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Outfit Local";
  src: url("fonts/Outfit-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --font-newsreader: "Newsreader Local";
  --font-outfit: "Outfit Local";
}
img.media-fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-ui);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --stone: #dfe6e2;
  --stone-deep: #cfd8d3;
  --mist: #eef3f0;
  --ink: #1a2420;
  --ink-soft: #3a4742;
  --eucalyptus: #0f6b5c;
  --eucalyptus-deep: #0a5247;
  --honey: #c4a35a;
  --honey-soft: #d4bc7e;
  --white: #f7faf8;
  --line: var(--ink);
  @supports (color: color-mix(in lab, red, red)) {
    --line: color-mix(in srgb, var(--ink) 14%, transparent);
  }
  --focus: var(--eucalyptus);
  --radius: 2px;
  --shadow-soft: 0 18px 40px var(--ink);
  @supports (color: color-mix(in lab, red, red)) {
    --shadow-soft: 0 18px 40px color-mix(in srgb, var(--ink) 8%, transparent);
  }
  --font-display: var(--font-newsreader), "Times New Roman", serif;
  --font-ui: var(--font-outfit), system-ui, sans-serif;
  --max: 72rem;
  --header-offset: 0px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@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;
  }
}
body {
  margin: 0;
  min-height: 100%;
  background: radial-gradient(1200px 600px at 10% -10%, #e8f0ec 0%, transparent 55%),
    radial-gradient(900px 500px at 100% 0%, #d5e0db 0%, transparent 50%),
    linear-gradient(180deg, var(--mist) 0%, var(--stone) 40%, var(--stone-deep) 100%);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 1.05rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--eucalyptus);
  text-underline-offset: 0.18em;
}
a:hover {
  color: var(--eucalyptus-deep);
}
:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}
.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  background: var(--ink);
  color: var(--white);
  padding: 0.6rem 1rem;
  text-decoration: none;
}
.skip-link:focus {
  top: 0.75rem;
}
.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.site-main {
  flex: 1;
  width: 100%;
  padding-block: 1.25rem 3.5rem;
}
.site-main:has(> .site-main--flush) {
  padding-block: 0;
}
.site-main > *:not(.site-main--flush) {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}
.site-main--flush {
  width: 100%;
  padding-bottom: 3.5rem;
}
.site-main--flush > .home-after {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.75rem;
  padding: 0.7rem 1.35rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 560;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease,
    transform 180ms ease;
}
.btn--primary {
  background: var(--eucalyptus);
  color: var(--white);
  border-color: var(--eucalyptus);
}
.btn--primary:hover {
  background: var(--eucalyptus-deep);
  border-color: var(--eucalyptus-deep);
  color: var(--white);
  transform: translateY(-1px);
}
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--ink) 28%, transparent);
  }
}
.btn--ghost:hover {
  border-color: var(--ink);
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 55%, transparent);
  }
}
.link-button {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  color: var(--eucalyptus);
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
}
.link-button:hover {
  color: var(--eucalyptus-deep);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  background: var(--mist);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--mist) 82%, transparent);
  }
  border-bottom: 1px solid var(--line);
}
.utility-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0.35rem 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
}
.utility-bar__note {
  margin-left: 0.35rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--ink-soft);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--ink-soft) 75%, transparent);
  }
}
.lang-select select {
  appearance: auto;
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 0.1rem 0.35rem;
  cursor: pointer;
}
.lang-select select:focus-visible {
  outline: 2px solid var(--eucalyptus);
  outline-offset: 2px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.masthead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1rem 1.1rem;
  text-align: center;
}
.masthead__brand {
  text-decoration: none;
  color: var(--ink);
  position: relative;
}
.masthead__name {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1;
}
.masthead__brand::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin: 0.35rem auto 0;
  background: var(--honey);
  transition: width 220ms ease;
}
.masthead__brand:hover::after,
.masthead__brand:focus-visible::after {
  width: 100%;
}
.masthead__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.masthead__toolbar {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  width: 100%;
}
.masthead__menu-btn {
  font: inherit;
  font-size: 0.92rem;
  font-weight: 520;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.35rem 0.75rem;
  cursor: pointer;
}
.masthead__menu-btn:hover,
.masthead__menu-btn:focus-visible {
  border-color: var(--eucalyptus);
  color: var(--eucalyptus-deep);
}
.masthead__nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 480;
  padding-block: 0.2rem;
  border-bottom: 1px solid transparent;
}
.masthead__nav a:hover,
.masthead__nav a.is-active {
  color: var(--ink);
  border-bottom-color: var(--eucalyptus);
}
.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.cart-count {
  display: inline-flex;
  min-width: 1.35rem;
  height: 1.35rem;
  align-items: center;
  justify-content: center;
  padding-inline: 0.35rem;
  border-radius: 999px;
  background: var(--eucalyptus);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 720px) {
  .masthead__toolbar {
    display: flex;
  }
  .masthead__nav {
    display: none;
    width: 100%;
  }
  .masthead__nav.is-open {
    display: block;
  }
  .masthead__nav ul {
    flex-direction: column;
    gap: 0.55rem;
    padding-top: 0.35rem;
  }
  .masthead__nav-cart-desktop {
    display: none;
  }
}
@media (min-width: 721px) {
  .masthead__toolbar {
    display: none;
  }
}
.hero {
  position: relative;
  min-height: min(88vh, 52rem);
  display: grid;
  place-items: center;
  padding: 4rem 1.25rem 3.5rem;
  text-align: center;
  overflow: hidden;
  background: radial-gradient(ellipse 80% 55% at 50% 20%, #f4f8f6 0%, transparent 70%),
    linear-gradient(165deg, #e7efeb 0%, #d9e4df 45%, #cfdcd6 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -20% -10%;
  height: 45%;
  background: radial-gradient(
    ellipse at center,
    var(--honey),
    transparent 70%
  );
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(
    ellipse at center,
    color-mix(in srgb, var(--honey) 18%, transparent),
    transparent 70%
  );
  }
  pointer-events: none;
}
.hero__inner {
  position: relative;
  max-width: 48rem;
}
.hero__brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 16vw, 9.5rem);
  font-weight: 520;
  letter-spacing: -0.045em;
  line-height: 0.9;
  color: var(--ink);
}
.hero__line {
  margin: 1.25rem auto 0;
  max-width: 28rem;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: var(--ink-soft);
}
.hero__cta {
  margin-top: 2rem;
}
.section-head {
  margin-bottom: 1.1rem;
}
.section-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 520;
  letter-spacing: -0.02em;
}
.home-after {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding-block: 2.75rem 1rem;
}
.product-shelf {
  animation: shelf-in 700ms ease both;
}
@keyframes shelf-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.product-shelf__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.product-shelf__track:focus-visible {
  outline-offset: 6px;
}
.product-tile {
  flex: 0 0 min(72vw, 15rem);
  scroll-snap-align: start;
}
.product-tile__link {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.product-tile__media {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 70%, var(--stone));
  }
  border: 1px solid var(--line);
}
.product-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}
.product-tile__link:hover .product-tile__media img {
  transform: scale(1.03);
}
.product-tile__category {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.product-tile__name {
  margin: 0.2rem 0 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 520;
  line-height: 1.25;
}
.product-tile__price {
  margin: 0.45rem 0 0;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}
.iva {
  font-size: 0.75rem;
  font-weight: 480;
  color: var(--ink-soft);
}
.feature-row {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding-block: 0.5rem;
}
@media (min-width: 800px) {
  .feature-row {
    grid-template-columns: 1.35fr 0.85fr;
    gap: 2.5rem;
  }
  .feature-row--flip {
    grid-template-columns: 0.85fr 1.35fr;
  }
  .feature-row--flip .feature-row__text {
    order: 2;
  }
}
.feature-row__text h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 520;
}
.feature-row__text p {
  margin: 0 0 1.1rem;
  color: var(--ink-soft);
  max-width: 36rem;
}
.feature-row__media {
  justify-self: center;
  width: min(100%, 18rem);
  border: 1px solid var(--line);
  background: var(--white);
  padding: 0.65rem;
}
.feature-row__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.feature-row__caption {
  margin: 0.55rem 0 0;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.page-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}
.page-toolbar h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 520;
}
.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
}
.category-pills a {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.88rem;
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 45%, transparent);
  }
}
.category-pills a:hover,
.category-pills a.is-active {
  border-color: var(--eucalyptus);
  color: var(--eucalyptus-deep);
}
.catalog-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.catalog-row {
  border-top: 1px solid var(--line);
}
.catalog-row:last-child {
  border-bottom: 1px solid var(--line);
}
.catalog-row__link {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1rem;
  padding: 0.9rem 0;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 700px) {
  .catalog-row__link {
    grid-template-columns: 7.5rem 1fr;
    gap: 1.4rem;
  }
}
.catalog-row__media {
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 70%, var(--stone));
  }
  border: 1px solid var(--line);
  overflow: hidden;
}
.catalog-row__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.catalog-row__body h2 {
  margin: 0.15rem 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 520;
}
.catalog-row__excerpt {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.product-detail {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 860px) {
  .product-detail {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
  }
}
.product-detail__media {
  border: 1px solid var(--line);
  background: var(--white);
  overflow: hidden;
}
.product-detail__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.product-detail__info h1 {
  margin: 0.35rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 520;
  line-height: 1.15;
}
.product-detail__price {
  font-size: 1.35rem;
  font-weight: 650;
  margin: 0 0 1rem;
}
.product-detail__desc {
  color: var(--ink-soft);
  margin: 0 0 1.5rem;
}
.breadcrumb {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.35rem;
  color: var(--ink-soft);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--ink-soft) 60%, transparent);
  }
}
.cart-view,
.checkout-layout {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 900px) {
  .cart-view,
  .checkout-layout {
    grid-template-columns: 1.4fr 0.8fr;
    align-items: start;
  }
}
.cart-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cart-line {
  display: grid;
  grid-template-columns: 5rem 1fr auto;
  gap: 0.9rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.cart-line__media {
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--white);
}
.cart-line__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.cart-line__info h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 520;
}
.cart-line__info a {
  color: inherit;
  text-decoration: none;
}
.cart-line__info a:hover {
  color: var(--eucalyptus);
}
.qty-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.55rem;
}
.qty-row input {
  width: 4rem;
  padding: 0.35rem 0.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  background: var(--white);
}
.cart-summary {
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 70%, transparent);
  }
}
.cart-summary__total {
  font-size: 1.15rem;
  margin: 0.75rem 0;
}
.cart-line__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem;
}
.cart-line__total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
  margin: 0;
  font-weight: 560;
  text-align: right;
}
.cart-price-old {
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 480;
  text-decoration: line-through;
}
.checkout-line__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
}
.promo-form {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}
.promo-form label {
  font-size: 0.92rem;
  font-weight: 560;
}
.promo-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.promo-form input {
  flex: 1 1 8rem;
  min-width: 0;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font: inherit;
  text-transform: uppercase;
}
.promo-form input[aria-invalid="true"] {
  border-color: #8b2e2e;
}
.promo-form .btn {
  flex: 0 0 auto;
  min-height: 2.55rem;
  padding: 0.45rem 0.9rem;
}
.promo-form__error {
  margin: 0;
  color: #8b2e2e;
  font-size: 0.88rem;
}
.promo-applied {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}
.promo-applied p {
  margin: 0;
}
.promo-applied__save {
  color: var(--eucalyptus-deep);
  font-weight: 560;
}
.checkout-lines {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.checkout-lines li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
}
.field-row {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 600px) {
  .field-row {
    grid-template-columns: 1fr 1fr;
  }
}
.field label {
  font-size: 0.92rem;
  font-weight: 560;
}
.field input,
.field textarea {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font: inherit;
}
.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #8b2e2e;
}
.field-error {
  margin: 0;
  color: #8b2e2e;
  font-size: 0.88rem;
}
.form-note,
.muted {
  color: var(--ink-soft);
}
.shipping-note {
  margin: 1.25rem 0 0;
  max-width: none;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  background: var(--eucalyptus);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--eucalyptus) 8%, var(--white));
  }
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: left;
}
.shipping-note strong {
  color: var(--ink);
  font-weight: 560;
}
.small {
  font-size: 0.85rem;
}
.contact-form,
.checkout-form {
  max-width: 36rem;
}
.checkout-form fieldset {
  border: 1px solid var(--line);
  margin: 0 0 1.25rem;
  padding: 1rem;
}
.checkout-form legend {
  font-family: var(--font-display);
  font-size: 1.15rem;
  padding-inline: 0.35rem;
}
.demo-notice {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--honey);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--honey) 55%, var(--line));
  }
  background: var(--honey);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--honey) 16%, var(--white));
  }
  color: var(--ink);
}
.demo-notice--block {
  max-width: 36rem;
}
.demo-notice--block h2 {
  margin-top: 0;
  font-family: var(--font-display);
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.page-article {
  max-width: 46rem;
}
.page-intro h1 {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 520;
}
.lead {
  margin: 0;
  font-size: 1.12rem;
  color: var(--ink-soft);
}
.prose {
  margin-top: 1.75rem;
}
.prose h2 {
  margin: 2rem 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 520;
}
.prose h3 {
  margin: 1.4rem 0 0.45rem;
  font-size: 1.08rem;
}
.prose p,
.prose li {
  color: var(--ink-soft);
}
.prose ul {
  padding-left: 1.2rem;
}
.preland__notice {
  margin: 0 0 1.25rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 70%, transparent);
  }
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.preland__kicker {
  margin: 0 0 0.45rem;
  font-size: 0.85rem;
  font-weight: 560;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--eucalyptus-deep);
}
.preland__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  margin: 1.25rem 0 1.75rem;
}
.preland__samples {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.preland__sample {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 0.85rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 0.5rem;
  border: 1px solid var(--line);
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 60%, transparent);
  }
}
.preland__sample img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
}
.preland__sample strong {
  display: block;
  font-size: 0.98rem;
  color: var(--ink);
}
.preland__sample:hover strong {
  color: var(--eucalyptus-deep);
}
@media (min-width: 640px) {
  .preland__samples {
    grid-template-columns: 1fr 1fr;
  }
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
}
.faq-list details {
  border: 1px solid var(--line);
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 55%, transparent);
  }
  padding: 0.85rem 1rem;
}
.faq-list summary {
  cursor: pointer;
  font-weight: 560;
}
.faq-list p {
  margin: 0.75rem 0 0;
  color: var(--ink-soft);
}
.site-footer {
  margin-top: auto;
  border-top: 1px solid var(--line);
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 55%, var(--stone));
  }
  padding: 2.5rem 1rem 2rem;
}
.site-footer__grid {
  width: min(100%, var(--max));
  margin-inline: auto;
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 760px) {
  .site-footer__grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
}
.site-footer__brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.6rem;
}
.site-footer__tagline,
.site-footer__email {
  margin: 0.4rem 0 0;
  color: var(--ink-soft);
}
.site-footer__heading {
  margin: 0 0 0.55rem;
  font-size: 0.82rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.site-footer__links a {
  color: var(--ink);
  text-decoration: none;
}
.site-footer__links a:hover {
  color: var(--eucalyptus);
}
.site-footer__legal {
  width: min(100%, var(--max));
  margin: 2rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.site-footer__legal p {
  margin: 0.25rem 0;
}
.site-footer__note {
  font-size: 0.82rem;
  max-width: 48rem;
}
.site-footer__copy {
  margin-top: 0.85rem !important;
}
.cookie-banner {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 60;
  padding: 1rem;
  background: var(--ink);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--ink) 92%, transparent);
  }
  color: var(--white);
  box-shadow: var(--shadow-soft);
}
.cookie-banner__inner {
  width: min(100%, var(--max));
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.cookie-banner__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--white);
}
.cookie-banner__desc {
  margin: 0;
  max-width: 42rem;
  color: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--white) 85%, transparent);
  }
  font-size: 0.92rem;
}
.cookie-banner__desc a {
  color: var(--honey-soft);
}
.cookie-banner__actions {
  display: flex;
  gap: 0.65rem;
  flex-shrink: 0;
}
.cookie-banner .btn--ghost {
  color: var(--white);
  border-color: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--white) 45%, transparent);
  }
}
.cookie-banner .btn--ghost:hover {
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 12%, transparent);
  }
  color: var(--white);
}
.cookie-banner .btn--primary {
  background: var(--honey);
  border-color: var(--honey);
  color: var(--ink);
}
.cookie-banner .btn--primary:hover {
  background: var(--honey-soft);
  border-color: var(--honey-soft);
  color: var(--ink);
}
.not-found {
  text-align: center;
  padding: 4rem 1rem;
}
.not-found h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 8vw, 4rem);
  margin: 0 0 0.75rem;
}
.related-block {
  margin-top: 3rem;
}
.blog-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 760px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.blog-card {
  height: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 62%, transparent);
  }
}
.blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.blog-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 70%, var(--stone));
  }
}
.blog-card__media img {
  object-fit: cover;
}
.blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.1rem 1.15rem 1.25rem;
}
.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--eucalyptus-deep);
}
.blog-card h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 520;
  line-height: 1.2;
}
.blog-card__excerpt {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
}
.blog-card__more {
  margin-top: auto;
  color: var(--eucalyptus);
  font-size: 0.92rem;
  font-weight: 560;
}
.blog-card__link:hover h2,
.blog-card__link:hover .blog-card__more {
  color: var(--eucalyptus-deep);
}
.blog-article__kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 0.7rem;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--eucalyptus-deep);
}
.blog-article__hero {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 1.5rem 0 0;
  border: 1px solid var(--line);
  background: var(--white);
  overflow: hidden;
}
.blog-article__hero img {
  object-fit: cover;
}
.blog-article__quote {
  margin: 2rem 0;
  padding: 0.2rem 0 0.2rem 1.1rem;
  border-left: 2px solid var(--honey);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.35;
  color: var(--ink);
}
.blog-article__figure {
  margin: 1.75rem 0;
}
.blog-article__figure img {
  width: 100%;
  height: auto;
  max-height: 28rem;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--white);
}
.blog-article__figure figcaption {
  margin-top: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.85rem;
}
.blog-article__figure--hero {
  margin-top: 0.5rem;
}
.blog-article .feature-row {
  margin: 2rem 0 0;
}
.blog-article__after-faq {
  margin-top: 1.75rem;
}
.byline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}
.byline span:not(:last-child)::after {
  content: "·";
  margin-left: 0.85rem;
  color: var(--ink-soft);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--ink-soft) 55%, transparent);
  }
}
.blog-story__offer {
  margin: 2.5rem 0 0;
}
.blog-story__offer .product-detail__info h2 {
  margin: 0.35rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 520;
  line-height: 1.15;
}
.blog-story__offer .product-detail__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.55rem;
}
.price-old {
  color: var(--ink-soft);
  text-decoration: line-through;
  font-size: 1rem;
  font-weight: 480;
}
.price-tag {
  background: var(--eucalyptus);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.15rem 0.45rem;
}
.specs {
  margin: 0 0 1.25rem;
}
.specs div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.code {
  display: block;
  width: fit-content;
  margin: 0.85rem 0 0;
  padding: 0.35rem 0.65rem;
  background: var(--ink);
  color: var(--white);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
}
.fine {
  color: var(--ink-soft);
  font-size: 0.85rem;
}
.article-narrow {
  max-width: 46rem;
}
.comments {
  margin-top: 2.75rem;
}
.comment {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.comment-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.4rem;
}
.avatar {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: var(--eucalyptus);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 600;
}
.comment strong {
  display: block;
  font-size: 0.95rem;
}
.comment small {
  color: var(--ink-soft);
}
.comment p {
  margin: 0;
  color: var(--ink-soft);
}
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  background: var(--ink);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--ink) 92%, transparent);
  }
  color: var(--white);
  padding: 0.75rem 1rem;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: transform 220ms ease, opacity 220ms ease, visibility 220ms;
}
.sticky-cta.is-visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
  .sticky-cta {
    transition: none;
  }
}
.sticky-cta a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  width: min(100%, var(--max));
  margin-inline: auto;
  color: var(--white);
  text-decoration: none;
}
.sticky-cta span {
  background: var(--eucalyptus);
  color: var(--white);
  padding: 0.45rem 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
}
#aktion,
#geschichte,
#stimmen {
  scroll-margin-top: 11rem;
}
.blog-article__back {
  margin: 2rem 0 0;
}
.blog-article .product-shelf {
  margin-top: 2.5rem;
}
.blog-more {
  margin-top: 2.75rem;
}
.blog-more h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 520;
}
.blog-more__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.blog-more__list a {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 60%, transparent);
  }
  color: inherit;
  text-decoration: none;
}
.blog-more__list a:hover strong {
  color: var(--eucalyptus-deep);
}
.blog-more__cat {
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--eucalyptus-deep);
}
.blog-teaser__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 560;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--eucalyptus-deep);
}
.blog-teaser__list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 800px) {
  .blog-teaser__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-teaser__link {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  height: 100%;
  padding: 1rem 1.05rem 1.1rem;
  border: 1px solid var(--line);
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 60%, transparent);
  }
  color: inherit;
  text-decoration: none;
}
.blog-teaser__meta {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--eucalyptus-deep);
}
.blog-teaser__link strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 520;
  line-height: 1.25;
}
.blog-teaser__excerpt {
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.blog-teaser__link:hover strong {
  color: var(--eucalyptus-deep);
}
.blog-article--story {
  max-width: var(--max);
}
.blog-article--story > .breadcrumb {
  margin-bottom: 1rem;
}
.advertorial-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  margin-bottom: 3.75rem;
  overflow: hidden;
  border: 1px solid var(--ink);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
  }
  background: radial-gradient(
      circle at 14% 10%,
      var(--honey),
      transparent 34%
    ),
    var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(
      circle at 14% 10%,
      color-mix(in srgb, var(--honey) 24%, transparent),
      transparent 34%
    ),
    color-mix(in srgb, var(--white) 84%, var(--stone));
  }
  box-shadow: 0 28px 70px var(--ink);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 28px 70px color-mix(in srgb, var(--ink) 12%, transparent);
  }
}
.advertorial-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 18rem;
  height: 18rem;
  left: -8rem;
  bottom: -10rem;
  border: 1px solid var(--honey);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--honey) 45%, transparent);
  }
  border-radius: 999px;
}
.advertorial-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.75rem, 3vw, 4.5rem);
}
.advertorial-hero .preland__kicker {
  width: fit-content;
  margin-bottom: 1.2rem;
  padding: 0.3rem 0.6rem;
  background: var(--ink);
  color: var(--white);
  letter-spacing: 0.09em;
}
.advertorial-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.65rem, 2.5vw, 3rem);
  font-weight: 520;
  letter-spacing: -0.045em;
  line-height: 0.96;
}
.advertorial-hero .lead {
  max-width: 34rem;
  margin-top: 1.4rem;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.55;
}
.advertorial-disclosure {
  max-width: 34rem;
  margin-top: 1.1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}
.advertorial-disclosure strong {
  color: var(--ink);
}
.advertorial-hero__text-link {
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 560;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
}
.advertorial-hero__text-link:hover {
  color: var(--eucalyptus-deep);
  border-color: var(--eucalyptus-deep);
}
.advertorial-hero__media {
  position: relative;
  min-height: 25rem;
  margin: 0;
  overflow: hidden;
  background: var(--stone-deep);
}
.advertorial-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgb(9 22 18 / 58%));
}
.advertorial-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advertorial-hero__media figcaption {
  position: absolute;
  z-index: 1;
  inset: auto 1.25rem 1.1rem;
  color: var(--white);
  font-size: 0.82rem;
  line-height: 1.4;
}
.advertorial-prose {
  max-width: 44rem;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.76;
}
.advertorial-prose > p:first-child::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  font-family: var(--font-display);
  font-size: 4.4em;
  line-height: 0.78;
  color: var(--eucalyptus-deep);
}
.advertorial-prose h2 {
  margin-top: 3rem;
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.advertorial-prose .blog-article__quote {
  margin: 3rem -3.5rem;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  border: 0;
  background: var(--ink);
  color: var(--white);
  font-size: clamp(1.65rem, 4vw, 2.6rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
  box-shadow: 0 18px 44px var(--ink);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 18px 44px color-mix(in srgb, var(--ink) 16%, transparent);
  }
}
.advertorial-prose .blog-article__quote::before {
  content: "“";
  display: block;
  height: 0.55em;
  color: var(--honey-soft);
  font-size: 2.4em;
  line-height: 0.65;
}
.advertorial-prose .blog-article__figure {
  margin: 3rem -5rem;
}
.advertorial-prose .blog-article__figure img {
  max-height: 36rem;
  box-shadow: var(--shadow-soft);
}
.advertorial-prose .blog-article__figure figcaption {
  padding-inline: 0.25rem;
  font-style: italic;
}
.blog-article .advertorial-reveal {
  max-width: 64rem;
  margin: 4.5rem auto 0;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--honey);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--honey) 60%, var(--line));
  }
  background: linear-gradient(
      135deg,
      var(--honey),
      var(--white)
    );
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient(
      135deg,
      color-mix(in srgb, var(--honey) 18%, var(--white)),
      color-mix(in srgb, var(--white) 86%, var(--stone))
    );
  }
  box-shadow: var(--shadow-soft);
}
.advertorial-reveal .feature-row__media {
  transform: rotate(1.5deg);
  border: 0;
  background: var(--white);
  box-shadow: 0 16px 32px var(--ink);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 16px 32px color-mix(in srgb, var(--ink) 14%, transparent);
  }
}
.advertorial-reveal__eyebrow {
  margin-bottom: 0.6rem !important;
  color: var(--eucalyptus-deep) !important;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.advertorial-reveal__link {
  display: inline-flex;
  gap: 0.25rem;
  color: var(--ink);
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.advertorial-benefits {
  display: grid;
  max-width: 64rem;
  margin: 1rem auto 0;
  gap: 0.8rem;
}
.advertorial-benefits article {
  padding: 1.35rem;
  border: 1px solid var(--line);
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 76%, transparent);
  }
}
.advertorial-benefits__number {
  display: block;
  margin-bottom: 1.25rem;
  color: var(--honey);
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1;
}
.advertorial-benefits h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 520;
  line-height: 1.15;
}
.advertorial-benefits p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}
.blog-article--story .blog-article__after-faq,
.blog-article--story .advertorial-note {
  max-width: 46rem;
  margin-inline: auto;
}
.blog-article--story .blog-article__after-faq {
  margin-top: 2.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  line-height: 1.35;
}
.advertorial-note {
  margin-top: 1.5rem;
  background: transparent;
  border-style: dashed;
  font-size: 0.82rem;
}
.blog-story__offer {
  position: relative;
  align-items: center;
  margin-top: 4.5rem;
  padding: clamp(1.25rem, 4vw, 3.5rem);
  overflow: hidden;
  border: 1px solid var(--honey);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--honey) 34%, transparent);
  }
  background: radial-gradient(
      circle at 100% 0,
      var(--eucalyptus),
      transparent 38%
    ),
    var(--ink);
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(
      circle at 100% 0,
      color-mix(in srgb, var(--eucalyptus) 42%, transparent),
      transparent 38%
    ),
    var(--ink);
  }
  color: var(--white);
  box-shadow: 0 30px 70px var(--ink);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 30px 70px color-mix(in srgb, var(--ink) 22%, transparent);
  }
}
.blog-story__offer .product-detail__media {
  padding: clamp(0.65rem, 2vw, 1.1rem);
  border-color: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--white) 16%, transparent);
  }
  background: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--white) 92%, var(--stone));
  }
  transform: rotate(-1deg);
}
.blog-story__offer .product-tile__category {
  color: var(--honey-soft);
  font-weight: 650;
}
.blog-story__offer .product-detail__info h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.035em;
}
.blog-story__offer .product-detail__price {
  margin: 1.25rem 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
}
.blog-story__offer .price-old,
.blog-story__offer .iva,
.blog-story__offer .product-detail__desc,
.blog-story__offer .fine,
.blog-story__offer .specs div {
  color: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--white) 76%, transparent);
  }
}
.blog-story__offer .price-tag {
  background: var(--honey);
  color: var(--ink);
  font-family: var(--font-ui);
}
.blog-story__offer .specs div {
  border-color: var(--white);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--white) 16%, transparent);
  }
}
.blog-story__offer .specs div span:last-child {
  color: var(--white);
  font-weight: 560;
}
.advertorial-coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: stretch;
  margin-top: 1.4rem;
}
.advertorial-coupon .code {
  display: flex;
  flex: 1 1 13rem;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px dashed var(--ink);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px dashed color-mix(in srgb, var(--ink) 45%, transparent);
  }
  background: var(--honey-soft);
  color: var(--ink);
  text-align: center;
}
.advertorial-coupon .code strong {
  margin-left: 0.35rem;
  font-size: 1.05rem;
}
.blog-story__offer .btn--primary {
  flex: 1 1 13rem;
  min-height: 3.3rem;
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}
.blog-story__offer .btn--primary:hover {
  background: var(--honey-soft);
  border-color: var(--honey-soft);
  color: var(--ink);
}
.blog-story__offer .fine {
  margin-bottom: 0;
  line-height: 1.5;
}
.advertorial-closing {
  margin: 3.5rem auto 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-left: 3px solid var(--honey);
}
.advertorial-closing p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.4;
  color: var(--ink);
}
.sticky-cta {
  border-top: 1px solid var(--honey);
  @supports (color: color-mix(in lab, red, red)) {
    border-top: 1px solid color-mix(in srgb, var(--honey) 45%, transparent);
  }
  backdrop-filter: blur(14px);
}
.sticky-cta strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 520;
}
.sticky-cta span {
  background: var(--honey);
  color: var(--ink);
}
@media (min-width: 760px) {
  .advertorial-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
    min-height: 42rem;
  }
  .advertorial-hero__media {
    min-height: 100%;
  }
  .advertorial-benefits {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 759px) {
  .advertorial-hero {
    margin-inline: -0.25rem;
  }
  .advertorial-hero h1 {
    font-size: clamp(2.55rem, 3vw, 4rem);
  }
  .advertorial-hero .preland__actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .advertorial-prose .blog-article__quote,
  .advertorial-prose .blog-article__figure {
    margin-inline: -0.25rem;
  }
  .blog-story__offer {
    margin-inline: 0;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
