:root {
  --sand-50:  #faf7f1;
  --sand-100: #f4efe6;
  --sand-200: #e9e2d4;
  --sand-300: #e0dcd0;
  --white:    #ffffff;

  --ink:      #221f1b;
  --ink-soft: #5d554b;
  --ink-mute: #8a8177;

  --accent:      #b86c32;
  --accent-dark: #8f5225;
  --accent-soft: #f7ece1;

  --brown:      #54341f;
  --brown-deep: #3d2617;

  --ozone:      #48c0d8;
  --ozone-mute: #78a8b4;
  --ozone-deep: #00789c;
  --ozone-ink:  #046881;
  --ozone-soft: #eef8fc;

  --font:  "Source Sans 3", "Source Sans 3 Fallback", system-ui, -apple-system, "Segoe UI", sans-serif;
  --head:  "Exo 2", "Exo 2 Fallback", var(--font);
  --head-caps: "Exo 2", "Exo 2 Caps Fallback", var(--font);

  --gutter: 1.125rem;
  --section: clamp(2.5rem, 7vw, 5rem);
  --radius: 14px;
  --radius-lg: 22px;

  --shadow-sm: 0 1px 2px rgb(84 52 31 / .06), 0 4px 14px rgb(84 52 31 / .06);
  --shadow-md: 0 2px 6px rgb(84 52 31 / .07), 0 14px 40px rgb(84 52 31 / .10);

  --ico-warn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");
  --ico-info: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E");
  --ico-calendar: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");

  --art-bubbles: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 170' fill='none'%3E%3Cg stroke='%2348c0d8'%3E%3Ccircle cx='196' cy='22' r='20' stroke-width='3.5'/%3E%3Ccircle cx='40' cy='128' r='9' stroke-width='2.5'/%3E%3Ccircle cx='128' cy='12' r='7' stroke-width='2'/%3E%3Ccircle cx='76' cy='8' r='4' stroke-width='1.8'/%3E%3Ccircle cx='86' cy='162' r='4' stroke-width='1.8'/%3E%3C/g%3E%3Cg stroke='%2300789c'%3E%3Ccircle cx='48' cy='34' r='14' stroke-width='3'/%3E%3Ccircle cx='214' cy='84' r='6' stroke-width='2'/%3E%3C/g%3E%3Cg stroke='%2378a8b4'%3E%3Ccircle cx='188' cy='140' r='12' stroke-width='2.5'/%3E%3Ccircle cx='120' cy='158' r='6' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");

  --header-h: 76px;
  --scroll-pad: 1rem;

  --nav-gap: 1.6rem;

  --hero-arrow: var(--gutter);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-pad);
  color-scheme: only light;
}

body {
  margin: 0;
  background: var(--sand-50);
  color: var(--ink);
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  letter-spacing: .2px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
img { height: auto; }

h1, h2, h3 {
  font-family: var(--head);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.01em;
  margin: 0;
}

a { color: var(--accent-dark); }

button { font: inherit; color: inherit; }

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

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.skip-link {
  position: fixed; top: .5rem; left: .5rem; z-index: 200;
  transform: translateY(-200%);
  background: var(--white); color: var(--ink);
  padding: .7rem 1.1rem; border-radius: 10px;
  box-shadow: var(--shadow-md); text-decoration: none; font-weight: 600;
}
.skip-link:focus { transform: none; }

.ico {
  width: 1.4em; height: 1.4em;
  fill: none; stroke: currentColor;
  stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
  flex: none;
}

.container,
.mainnav__in,
.header__bar,
.tiles__grid,
.footer__cols,
.footer__bottom,
.cookies__inner {
  width: min(100% - (var(--gutter) * 2), 1180px);
  margin-inline: auto;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .45rem;
  min-height: 44px;
  padding: .55rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--head);
  font-weight: 600; font-size: .95rem;
  letter-spacing: .01em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s, color .18s, border-color .18s, transform .18s;
}
.btn--solid  { background: var(--accent); color: var(--white); }
.btn--solid:hover  { background: var(--accent-dark); }
.btn--brown { background: var(--brown); color: var(--white); }
.btn--brown:hover { background: var(--brown-deep); }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--sand-300); }
.btn--outline:hover { border-color: var(--ink); }
.btn--ghost { background: none; border: 0; color: var(--ink-soft); text-decoration: underline; text-underline-offset: 3px; padding-inline: .35rem; }
.btn--ghost:hover { color: var(--ink); }
.btn--block { width: 100%; }
.btn--sm { min-height: 36px; font-size: .9rem; }
.btn:active { transform: translateY(1px); }

.iconbtn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  background: none; border: 0; border-radius: 50%;
  color: var(--ink); cursor: pointer;
  transition: background-color .18s, color .18s;
}
.iconbtn:hover { background: var(--sand-100); color: var(--accent-dark); }

.header {
  background: var(--sand-50);
  border-bottom: 1px solid var(--sand-200);
}

.header__bar {
  display: flex; align-items: center;
  gap: .5rem;
  min-height: var(--header-h);
  container-type: inline-size;
}

.header__brand {
  display: block;
  min-width: 0;
  margin-right: auto;
  padding: .45rem 0;
}
.header__brand img { width: 424px; max-width: 100%; height: auto; }
@supports (container-type: inline-size) {
  .header__brand img { width: min(424px, calc(100cqw - 52px)); }
}

.header__bar .langswitch { display: none; }

.langswitch {
  display: inline-flex; align-items: center; gap: .5rem;
  min-height: 40px;
  padding: .35rem .9rem;
  background: var(--white);
  border: 1px solid var(--sand-300);
  border-radius: 999px;
  font-family: var(--head); font-size: .85rem; font-weight: 600;
  color: var(--ink-soft); text-decoration: none;
  white-space: nowrap;
  transition: border-color .18s, color .18s;
}
.langswitch:hover { border-color: var(--accent); color: var(--accent-dark); }

.langswitch .flag {
  height: 15px; width: auto;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgb(84 52 31 / .14);
}

.mainnav { display: none; }

.mainnav__in {
  display: flex; flex-wrap: wrap; align-items: baseline;
  gap: .15rem var(--nav-gap);
  padding-bottom: .7rem;
}

.mainnav__list {
  display: flex; flex-wrap: wrap; align-items: baseline;
  gap: .15rem var(--nav-gap);
  list-style: none; margin-block: 0; padding: 0;
}
.mainnav__list--end { margin-left: auto; }

.mainnav__list a {
  position: relative;
  display: block; padding: .4rem .1rem;
  font-family: var(--head-caps);
  font-size: .78rem; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase;
  color: var(--ink-soft); text-decoration: none;
  transition: color .18s;
}
.mainnav__list a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .1rem;
  height: 2px; background: var(--accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform .22s ease;
}
.mainnav__list a:hover { color: var(--ink); }
.mainnav__list a:hover::after { transform: scaleX(1); }
.mainnav__list a[aria-current="page"] { color: var(--accent-dark); }
.mainnav__list a[aria-current="page"]::after { transform: scaleX(1); }

.mainnav__cut {
  padding-left: var(--nav-gap);
  border-left: 1px solid var(--sand-300);
}

.mainnav__list a.mainnav__phone {
  color: var(--accent-dark);
  font-weight: 700;
}
.mainnav__list a.mainnav__phone .ico {
  display: inline-block;
  width: 1.15em; height: 1.15em; stroke-width: 2;
  margin-right: .4rem;
  vertical-align: -.22em;
}
.mainnav__list a.mainnav__phone:hover { color: var(--accent); }

.scrim {
  position: fixed; inset: 0; z-index: 70;
  background: rgb(34 31 27 / .45);
  opacity: 0; transition: opacity .25s;
}
.scrim[hidden] { display: none; }
.scrim.is-open { opacity: 1; }

.drawer {
  position: fixed; inset: 0 auto 0 0; z-index: 80;
  width: min(86vw, 360px);
  display: flex; flex-direction: column;
  background: var(--sand-50);
  box-shadow: var(--shadow-md);
  transform: translateX(-102%);
  transition: transform .28s cubic-bezier(.4, 0, .2, 1);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: env(safe-area-inset-bottom);
}
.drawer[hidden] { display: none; }
.drawer.is-open { transform: none; }

.drawer__head {
  display: flex; align-items: center;
  min-height: var(--header-h);
  padding: 0 .5rem 0 1.25rem;
  border-bottom: 1px solid var(--sand-200);
}
.drawer__head .iconbtn { margin-left: auto; }

.drawer__list { list-style: none; margin: 0; padding: .5rem 0; }
.drawer__list a {
  display: block;
  padding: .85rem 1.25rem;
  font-family: var(--head); font-weight: 600; font-size: 1rem;
  line-height: 1.35;
  color: var(--ink); text-decoration: none;
  border-left: 3px solid transparent;
}
.drawer__list a:hover,
.drawer__list a:focus-visible {
  background: var(--accent-soft);
  border-left-color: var(--accent);
  color: var(--accent-dark);
}
.drawer__list a[aria-current="page"] {
  color: var(--accent-dark);
  border-left-color: var(--accent);
  background: var(--accent-soft);
}
.drawer__list .is-cut a { border-top: 1px solid var(--sand-200); }
.drawer__list .is-cut { margin-top: .4rem; }

.drawer__list--end { border-top: 1px solid var(--sand-200); }
.drawer__list a.drawer__phone {
  display: flex; align-items: center; gap: .55rem;
  color: var(--accent-dark); font-weight: 700;
}
.drawer__list a.drawer__phone .ico { width: 1.2em; height: 1.2em; stroke-width: 2; }

.drawer__contact {
  margin-top: auto;
  display: grid; gap: .35rem;
  padding: 1.25rem;
  border-top: 1px solid var(--sand-200);
  font-size: .95rem;
}
.drawer__contact-title {
  font-family: var(--head-caps); font-weight: 600;
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-mute);
}
.drawer__contact a {
  font-family: var(--head); font-weight: 700; font-size: 1.05rem;
  color: var(--accent-dark); text-decoration: none;
}
.drawer__contact a:hover { text-decoration: underline; }

.hero { position: relative; background: var(--sand-300); }

.hero__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.hero__track::-webkit-scrollbar { display: none; }

.hero__slide { flex: 0 0 100%; scroll-snap-align: center; display: flex; }

.hero__card {
  flex: 1;
  display: flex; flex-direction: column;
  background: var(--sand-300);
  color: var(--ink);
  text-decoration: none;
}
.hero__card--brown { background: var(--brown); color: var(--sand-100); }

.hero__photo { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }

.hero__badge {
  width: auto; height: clamp(160px, 36vw, 220px);
  margin: clamp(1.25rem, 5vw, 2rem) auto 0;
}
.hero__card--brown { justify-content: center; }
.hero__card--brown .hero__copy { flex: 0 1 auto; }

.hero__copy {
  flex: 1;
  display: flex; flex-direction: column; justify-content: center;
  gap: .55rem;
  padding: 1.15rem var(--gutter) 1.4rem;
}

.hero__title {
  font-size: clamp(1.25rem, 1.02rem + 1.5vw, 1.75rem);
  color: var(--accent-dark);
  text-wrap: balance;
}
.hero__card--brown .hero__title { color: var(--white); }
.hero__card:hover .hero__title { text-decoration: underline; }

.hero__list {
  list-style: none; margin: 0; padding: 0;
  font-weight: 600; line-height: 1.45;
}
.hero__lead { margin: 0; }
.hero__note { margin: 0; font-size: .95rem; color: var(--ink-soft); }

.hero__certs { display: flex; gap: .8rem; }
.hero__certs img {
  width: auto; height: clamp(130px, 30vw, 190px);
  border-radius: 6px; box-shadow: var(--shadow-sm);
}

.hero__arrow {
  display: none;
  position: absolute; top: 50%; translate: 0 -50%; z-index: 2;
  width: 46px; height: 46px;
  align-items: center; justify-content: center;
  background: rgb(255 255 255 / .82);
  border: 0; border-radius: 50%;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: background-color .18s, color .18s;
}
.hero__arrow:hover { background: var(--white); color: var(--accent-dark); }
.hero__arrow--prev { left: var(--hero-arrow); }
.hero__arrow--next { right: var(--hero-arrow); }

.hero__dots {
  display: flex; justify-content: center; align-items: center; gap: .5rem;
  padding: .85rem 1rem;
  background: var(--sand-300);
}
.hero__dot {
  width: 8px; height: 8px; padding: 0;
  background: rgb(84 52 31 / .28);
  border: 0; border-radius: 999px;
  cursor: pointer;
  transition: width .22s, background-color .22s;
}
.hero__dot.is-active { width: 26px; background: var(--accent); }

.tiles { padding-block: var(--section); }

.tiles__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gutter);
  list-style: none; margin-block: 0; padding: 0;
}

.tile {
  display: grid;
  background: var(--white);
  border: 1px solid var(--sand-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease;
}
.tile:hover,
.tile:focus-within { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.tile__link {
  display: grid;
  gap: .7rem;
  align-content: space-between;
  height: 100%;
  padding: clamp(.75rem, 3vw, 1.5rem);
  border-radius: inherit;
  color: var(--ink);
  text-decoration: none;
}
.tile img { width: 100%; aspect-ratio: 1; object-fit: contain; }

.tile__title {
  font-size: clamp(1rem, .8vw + .85rem, 1.15rem);
  text-align: center;
  text-wrap: balance;
  transition: color .18s;
}
.tile__link:hover .tile__title { color: var(--accent-dark); }

.news { padding-bottom: var(--section); }

.news__in {
  width: min(100% - (var(--gutter) * 2), 760px);
  margin-inline: auto;
  display: grid;
  gap: clamp(1.25rem, 4vw, 2rem);
}

.news__head {
  font-size: clamp(1.35rem, 1.1rem + 1.5vw, 2rem);
  text-align: center;
}

.news__card {
  padding: clamp(1.5rem, 5vw, 2.75rem);
  background: var(--sand-100);
  border-radius: var(--radius-lg);
  border: 1px solid var(--sand-200);
  display: flex;
  flex-direction: column;
}

.news__card > .news__line:last-child { margin-top: auto; }

.news__title {
  margin: 0 0 .9rem;
  font-size: clamp(1.15rem, 1.05rem + .6vw, 1.45rem);
  color: var(--accent-dark);
  text-wrap: balance;
}

.news__lead {
  margin: 0 0 1.25rem;
  font-family: var(--head);
  font-size: clamp(1.02rem, 1rem + .35vw, 1.2rem);
  font-weight: 600; line-height: 1.45;
  text-wrap: pretty;
}

.news__line { margin: 0 0 1rem; }
.news__line:last-child { margin-bottom: 0; }

.news__date {
  margin: 0 0 .4rem;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.news__more {
  font-weight: 600;
  color: var(--accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.news__more::after { content: " →"; }

.newslist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(1.25rem, 4vw, 2rem);
}
.newslist .news__title { margin-top: 0; }

.news__title a { color: inherit; text-decoration: none; }
.news__title a:hover,
.news__title a:focus-visible { text-decoration: underline; }

.news__all { margin: .25rem 0 0; text-align: center; }

.emoji {
  display: inline-block; vertical-align: -2px;
  width: 1.05em; height: 1.05em;
  margin-right: .25em;
}

.news__link {
  overflow-wrap: anywhere;
  color: var(--accent-dark);
  text-underline-offset: 3px;
}

.news__shots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: var(--gutter);
  margin: 0 0 1.4rem;
}
.news__shots img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.news__cert {
  margin: 1.4rem 0 0;
}
.news__cert img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.news__cert figcaption {
  margin-top: .6rem;
  font-size: .9rem;
  color: var(--ink-mute);
  text-align: center;
}

.footer {
  background: var(--brown);
  color: var(--sand-100);
  padding-top: var(--section);
}
.footer a { color: var(--sand-100); }

.footer__cols {
  display: grid; gap: 2.25rem;
  padding-bottom: var(--section);
}

.footer__head {
  margin-bottom: 1rem;
  font-size: .78rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgb(244 239 230 / .62);
}

.contactbox__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.contactbox__list li { display: flex; align-items: center; gap: .6rem; }
.contactbox__list .ico { color: var(--accent); width: 1.25em; height: 1.25em; }
.contactbox__list a {
  font-family: var(--head); font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.contactbox__list a:hover { text-decoration: underline; text-underline-offset: 3px; }

.footer__name {
  margin: 0 0 .4rem;
  font-family: var(--head); font-weight: 600; font-size: 1.05rem;
  color: var(--sand-100);
}
.footer__address {
  margin: 0 0 .35rem;
  font-style: normal; line-height: 1.55;
  color: rgb(244 239 230 / .86);
}
.footer__map {
  display: inline-flex; align-items: center; gap: .45rem;
  color: rgb(244 239 230 / .86); text-decoration: none;
}
.footer__map .ico { color: var(--accent); width: 1.25em; height: 1.25em; }
.footer__map:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

.footer__note {
  margin: 0 0 1rem;
  font-size: .9rem; line-height: 1.5;
  color: rgb(244 239 230 / .68);
}

.footer__links { list-style: none; margin: 0; padding: 0; display: grid; gap: .1rem; }
.footer__links a {
  display: inline-block; padding: .4rem 0;
  text-decoration: none;
  color: rgb(244 239 230 / .86);
}
.footer__links a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

.footer__col--badge img {
  width: 108px; height: auto;
  border-radius: 10px;
}

.footer__bottom {
  display: grid; gap: .75rem;
  padding-block: 1.25rem;
  padding-bottom: calc(1.25rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgb(244 239 230 / .16);
  font-size: .85rem;
  color: rgb(244 239 230 / .68);
}
.footer__bottom p { margin: 0; }
.footer__copy strong { font-weight: 600; color: var(--sand-100); }
.footer__ico { white-space: nowrap; }
.footer__ico::before {
  content: "·";
  padding: 0 .5rem;
  color: rgb(244 239 230 / .38);
}

.footer__legal { display: flex; flex-wrap: wrap; gap: .3rem 1.25rem; }
.footer__legal a { color: rgb(244 239 230 / .8); text-decoration: none; }
.footer__legal a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

.cookies {
  position: fixed; z-index: 100;
  left: 0; right: 0; bottom: 0;
  padding: 1rem 0 calc(1rem + env(safe-area-inset-bottom));
  background: var(--white);
  border-top: 1px solid var(--sand-200);
  box-shadow: 0 -8px 40px rgb(84 52 31 / .12);
  transition: transform .3s ease, opacity .3s ease;
}
.cookies.is-hidden { transform: translateY(110%); opacity: 0; pointer-events: none; }

html.cookies-done .cookies { transform: translateY(110%); opacity: 0; pointer-events: none; transition: none; }

.cookies__inner { display: grid; gap: .85rem; }
.cookies__text { font-size: .92rem; line-height: 1.55; color: var(--ink-soft); }
.cookies__text a { color: var(--accent-dark); text-underline-offset: 3px; }

.cookies__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem;
  align-items: center;
}
.cookies__actions .btn--ghost {
  grid-column: 1 / -1; order: 3;
  justify-self: start;
}

.pagehead {
  background: var(--sand-100);
  border-bottom: 1px solid var(--sand-200);
  padding-block: clamp(1.75rem, 6vw, 3.25rem);
  margin-bottom: clamp(1.5rem, 3.5vw, 2.5rem);
}

.pagehead__in {
  width: min(100% - (var(--gutter) * 2), 1180px);
  margin-inline: auto;
  display: flex; flex-wrap: wrap;
  align-items: baseline; justify-content: space-between;
  gap: .75rem 1.5rem;
}

.pagehead h1 {
  font-size: clamp(1.5rem, 1.2rem + 2.4vw, 2.6rem);
  text-wrap: balance;
  max-width: 22ch;
}

.pagehead__note {
  flex: 0 0 100%;
  margin: .35rem 0 0;
  font-size: .92rem;
  color: var(--ink-mute);
}

.prose {
  width: min(100% - (var(--gutter) * 2), 760px);
  margin: 0 auto var(--section);
}

.prose p { margin: 0 0 1.15rem; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { font-weight: 600; }
.prose a {
  color: var(--accent-dark);
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.prose h2,
.prose .head {
  margin: 2.5rem 0 1rem;
  font-family: var(--head);
  font-size: clamp(1.15rem, 1.05rem + .6vw, 1.45rem);
  line-height: 1.3;
  letter-spacing: -.01em;
}
.prose h2:first-child,
.prose .head:first-child { margin-top: 0; }
.prose .head strong { font-weight: 600; }

.prose .block {
  margin: 0 0 1.4rem;
  padding: 1.25rem 1.45rem;
  background: var(--white);
  border: 1px solid var(--sand-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.prose .block > :is(strong, h2):first-child {
  display: block;
  margin: 0 0 .9rem;
  font-family: var(--head);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: inherit;
  letter-spacing: inherit;
  color: var(--accent-dark);
}
.prose .block > :is(strong, h2):first-child + br { display: none; }

.sect { margin-bottom: clamp(2rem, 5vw, 3.25rem); }
.sect:last-child { margin-bottom: 0; }
.sect > h2 {
  margin: 0 0 1.35rem;
  padding-bottom: .6rem;
  border-bottom: 2px solid var(--sand-200);
  font-size: clamp(1.3rem, 1.15rem + .9vw, 1.8rem);
  text-wrap: balance;
}

.leadbox {
  margin: 0 0 1.6rem;
  padding: 1.1rem 1.35rem;
  background: var(--sand-100);
  border-radius: var(--radius);
}
.leadbox > .lead { color: var(--ink-soft); }
.leadbox > .lead:last-child { margin-bottom: 0; }

.prose .notice {
  position: relative;
  margin: 0 0 1.4rem;
  padding: 1rem 1.25rem 1rem 3.15rem;
  background: var(--accent-soft);
  border: 1px solid rgb(184 108 50 / .28);
  border-radius: var(--radius);
  font-size: .97rem;
}
.prose .notice::before {
  content: "";
  position: absolute;
  left: 1.15rem; top: 1.15rem;
  width: 1.2rem; height: 1.2rem;
  background: var(--accent-dark);
  -webkit-mask: var(--ico-warn) center / contain no-repeat;
          mask: var(--ico-warn) center / contain no-repeat;
}
.prose .notice > strong:first-child:has(+ br) {
  display: block;
  margin-bottom: .3rem;
  font-family: var(--head);
  font-size: 1.05rem;
  color: var(--accent-dark);
}
.prose .notice > strong:first-child + br { display: none; }

.prose .notice--info,
.prose .notice--interval {
  background: var(--sand-100);
  border-color: rgb(84 52 31 / .18);
}
.prose .notice--info::before,
.prose .notice--interval::before { background: var(--brown); }
.prose .notice--info > strong:first-child:has(+ br),
.prose .notice--interval > strong:first-child:has(+ br) { color: var(--brown); }
.prose .notice--info::before {
  -webkit-mask-image: var(--ico-info);
          mask-image: var(--ico-info);
}
.prose .notice--interval::before {
  -webkit-mask-image: var(--ico-calendar);
          mask-image: var(--ico-calendar);
}

.prices { margin: 0 0 1.4rem; }

.prices__row {
  display: flex; align-items: baseline;
  gap: .75rem;
  padding: .6rem 0;
  border-bottom: 1px dashed var(--sand-300);
}
.prices__row:last-child { border-bottom: 0; }

.prices dt { flex: 1 1 auto; min-width: 0; margin: 0; }
.prices dd {
  flex: none; margin: 0;
  font-family: var(--head); font-weight: 700;
  color: var(--accent-dark);
  white-space: nowrap;
}

.prices.facts dt { color: var(--ink-mute); }
.prices.facts dd {
  font-family: var(--font); font-weight: 600; color: var(--ink);
  white-space: normal; text-align: right;
  flex: 0 1 auto;
}

.prose .subhead {
  margin: 2.1rem 0 .8rem;
  font-family: var(--head); font-size: 1.12rem; font-weight: 600;
}
.prose .subhead:first-child { margin-top: 0; }

.prose .qhead {
  margin: 1.6rem 0 .35rem;
  font-family: var(--head-caps);
  font-size: .78rem; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase;
  color: var(--accent-dark);
}

.prices dd.prices__word {
  font-family: var(--font); font-weight: 400;
  color: var(--ink-mute);
  white-space: normal; text-align: right;
  flex: 0 1 auto;
}

.prices__unit {
  margin-left: .35rem;
  font-family: var(--font); font-weight: 400; font-size: .85em;
  color: var(--ink-mute);
}
.prices__note {
  display: block; margin-top: .2rem;
  font-size: .88rem; line-height: 1.5;
  color: var(--ink-soft);
}

.sect:has(.prices) { margin-bottom: clamp(1.5rem, 3.5vw, 2.25rem); }
.sect:has(.prices) > h2 { margin-bottom: .9rem; padding-bottom: .45rem; }
.sect:has(.prices) .subhead { margin: 1.4rem 0 .45rem; }
.sect:has(.prices) > h2 + .subhead { margin-top: .9rem; }

.prodcard {
  display: grid; gap: 1rem;
  margin: 0 0 1.75rem;
  padding: 1.15rem;
  background: var(--white);
  border: 1px solid var(--sand-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.prose .prodcard__media img {
  margin: 0;
  background: var(--white);
  box-shadow: none;
}
.prodcard__body > h3 {
  margin: 0 0 .65rem;
  font-size: 1.15rem;
}
.prodcard__body > :last-child { margin-bottom: 0; }
.prodcard__body ul { margin-bottom: 0; }
.prodcard__body li { font-size: .95rem; margin-bottom: .35rem; }

.prose .cta { margin-top: 2rem; }
.prose .cta .btn--solid,
.prose .cta .btn--brown { color: var(--white); text-decoration: none; }

.prose .cta.block {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: space-between;
  gap: .9rem 1.5rem;
}
.prose .cta.block > strong:first-child {
  margin: 0; padding: 0;
  background: none; border: 0; border-radius: 0;
}
.prose .cta.block > p { margin: 0; }

.prose .bundle {
  position: relative;
  overflow: hidden;
  display: flex; flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.7rem;
  margin: 0 0 1.4rem;
  padding: 1.4rem 1.55rem;
  background:
    linear-gradient(122deg, var(--white) 12%, var(--ozone-soft) 78%);
  border: 1px solid rgb(0 120 156 / .22);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.bundle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--art-bubbles) no-repeat
    right calc(4.85rem - 100px) bottom calc(4.7rem - 77px) / 200px 155px;
  opacity: .6;
  pointer-events: none;
}
.bundle__body { position: relative; flex: 1 1 16rem; }
.bundle__deal { position: relative; }

.prose .bundle__title {
  margin: 0 0 .5rem;
  font-size: clamp(1.18rem, 1.05rem + .7vw, 1.5rem);
  color: var(--ozone-ink);
  text-wrap: balance;
}
.bundle__body > p:last-child { margin-bottom: 0; }

.prose .bundle__deal {
  flex: none;
  display: grid; place-items: center;
  width: 6.6rem; aspect-ratio: 1;
  margin: 0 0 0 auto;
  padding: 0 .85rem;
  background: var(--white);
  border: 3px solid var(--ozone);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgb(72 192 216 / .12);
  font-family: var(--head);
  font-size: 1.12rem; font-weight: 700;
  line-height: 1.1;
  color: var(--ozone-ink);
  text-align: center;
}

.prose .photocard {
  --mat: clamp(1rem, 2.4vw, 1.5rem);
  margin: 0 0 1.75rem;
  padding: var(--mat);
  background: var(--accent-soft);
  border-radius: calc(var(--radius) + var(--mat));
  box-shadow: var(--shadow-sm);
}
.prose .photocard img {
  border-radius: var(--radius);
  border: 1px solid rgb(184 108 50 / .28);
  box-shadow: none;
}

.fact { margin-bottom: .95rem; }
.fact:last-child { margin-bottom: 0; }

.fact__label {
  display: block; margin-bottom: .1rem;
  font-family: var(--head-caps);
  font-size: .74rem; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase;
  color: var(--ink-mute);
}

.prose .fact address,
.fact__value {
  display: block; margin: 0;
  font-style: normal; font-weight: 600;
  line-height: 1.5;
}

.fact__value--id { letter-spacing: .05em; }

.infogrid { display: grid; gap: var(--gutter); margin: 0 0 1.6rem; }
.prose .infogrid > .block { margin: 0; }

.prose .infocard__name {
  display: block;
  margin-bottom: 1.15rem;
  font-family: var(--head); font-size: 1.1rem;
}

.mapcard {
  display: grid;
  min-height: 15rem;
  overflow: hidden;
  background: var(--sand-100);
  border: 1px solid var(--sand-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.mapcard > * { grid-area: 1 / 1; }
.mapcard iframe { width: 100%; height: 100%; border: 0; display: block; }

.prose .mapcard__ask {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: .3rem; padding: 1.5rem;
  text-align: center; text-decoration: none;
  color: var(--ink);
}
.prose .mapcard__ask:hover { background: var(--accent-soft); }
.mapcard__ask .ico { width: 1.9rem; height: 1.9rem; color: var(--accent); }
.mapcard__lead {
  margin-top: .35rem;
  font-family: var(--head); font-size: 1.05rem;
  color: var(--accent-dark);
}
.mapcard__note {
  max-width: 26rem;
  font-size: .85rem; line-height: 1.5;
  color: var(--ink-mute);
}

.prose .legalnote {
  margin-top: clamp(2.25rem, 6vw, 3.5rem);
  padding-top: 1.35rem;
  border-top: 1px solid var(--sand-200);
}
.prose .legalnote__head {
  display: block; margin-bottom: 1rem;
  font-family: var(--head-caps);
  font-size: .78rem; font-weight: 600;
  line-height: inherit;
  letter-spacing: .09em; text-transform: uppercase;
  color: var(--accent-dark);
}
.legalnote__facts {
  display: flex; flex-wrap: wrap;
  gap: 1rem 2.75rem;
}
.legalnote .fact { margin-bottom: 0; }
.prose .legalnote .fact address,
.legalnote .fact__value { font-size: .95rem; }

.prose .profile.block {
  display: flex; flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.1rem 1.5rem;
  margin-top: 2rem;
}
.prose .profile__photo {
  flex: 0 0 auto;
  width: 112px; height: 112px;
  object-fit: cover;
  border-radius: 50%;
  background: var(--sand-200);
}
.prose .profile__body { flex: 1 1 16rem; min-width: 0; }
.prose .profile__body > :last-child { margin-bottom: 0; }
.prose .profile__name {
  display: block;
  margin-bottom: .15rem;
  font-family: var(--head); font-size: 1.15rem;
  color: var(--accent-dark);
}
.prose .profile__role {
  margin-bottom: .9rem;
  font-size: .92rem; color: var(--ink-mute);
}
.prose .profile p { font-size: .95rem; line-height: 1.6; }
.prose .profile .btn--solid { color: var(--white); text-decoration: none; }
.prose .profile__cta {
  display: block;
  margin-top: 1.25rem;
  font-family: var(--head); font-size: 1.02rem;
  color: var(--accent-dark);
}
.prose .profile__actions {
  display: flex; flex-wrap: wrap; gap: .6rem;
  margin-top: .55rem;
}

.prose ul, .prose ol { margin: 0 0 1.35rem; padding-left: 1.35rem; }
.prose li { margin-bottom: .5rem; }
.prose ul { list-style: none; padding-left: 0; }
.prose ul li {
  position: relative;
  padding-left: 1.6rem;
}
.prose ul li::before {
  content: ""; position: absolute;
  left: .25rem; top: .68em;
  width: 7px; height: 7px;
  background: var(--accent);
  border-radius: 50%;
}

.prose img {
  width: 100%; height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.prose img.emoji {
  display: inline-block;
  width: 1.05em; height: 1.05em;
  margin-right: .25em;
  vertical-align: -2px;
  border-radius: 0;
  box-shadow: none;
}

.prose p:has(> img:not(.emoji)) {
  display: flex; flex-wrap: wrap; gap: var(--gutter);
  align-items: flex-start;
  margin-bottom: 1.75rem;
}
.prose p:has(> img:not(.emoji)) img:not(.emoji) { flex: 1 1 240px; min-width: 0; }

.prose .certs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: var(--gutter);
  margin: 0 0 var(--section);
  padding: 0;
}

.prose .certs li { margin: 0; padding: 0; }
.prose .certs li::before { content: none; }

.prose .certs a {
  display: block;
  border-radius: var(--radius);
}

.prose .certs img {
  width: 100%;
  aspect-ratio: 5 / 7;
  object-fit: contain;
  background: var(--white);
  padding: .5rem;
  border: 1px solid var(--sand-200);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.prose .certs a:hover img {
  transform: translateY(-2px);
  border-color: var(--sand-300);
  box-shadow: var(--shadow-md);
}
@media (prefers-reduced-motion: reduce) {
  .prose .certs img { transition: none; }
  .prose .certs a:hover img { transform: none; }
}

.prose .certs figure { margin: 0; }
.prose .certs figcaption {
  margin-top: .6rem;
  font-size: .9rem;
  line-height: 1.35;
  color: var(--ink-mute);
  text-align: center;
}

.lightbox {
  position: fixed; inset: 0; z-index: 120;
  display: flex; align-items: center; justify-content: center;
  gap: .25rem;
  padding: var(--gutter);
  background: rgb(34 31 27 / .82);
  opacity: 0; transition: opacity .2s;
}
.lightbox[hidden] { display: none; }
.lightbox.is-open { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  .lightbox { transition: none; }
}

.lightbox__figure {
  display: flex; flex-direction: column; align-items: center;
  gap: .75rem;
  margin: 0; min-width: 0;
}

.lightbox__img {
  height: min(80vh, 720px);
  width: auto; max-width: min(92vw, 720px);
  object-fit: contain;
  background: var(--white);
  padding: .5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.lightbox__caption {
  max-width: 46ch;
  color: var(--sand-100);
  font-size: .95rem; line-height: 1.4; text-align: center;
  text-wrap: balance;
}

.lightbox__close {
  position: absolute; top: var(--gutter); right: var(--gutter);
  color: var(--sand-100);
}
.lightbox__close:hover { background: rgb(255 255 255 / .14); color: var(--white); }

.lightbox__nav {
  color: var(--sand-100);
  flex: none;
}
.lightbox__nav:hover { background: rgb(255 255 255 / .14); color: var(--white); }
.lightbox__nav[disabled] { opacity: .3; cursor: default; }
.lightbox__nav[disabled]:hover { background: none; color: var(--sand-100); }

@media (max-width: 640px) {
  .lightbox { flex-wrap: wrap; align-content: center; }
  .lightbox__figure { order: 1; flex: 1 0 100%; }
  .lightbox__nav { order: 2; }
}

@media (min-width: 600px) {
  :root { --gutter: 1.5rem; }

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

  .cookies__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1.25rem;
  }
  .cookies__actions {
    grid-template-columns: auto auto auto;
    gap: .5rem;
  }
  .cookies__actions .btn--ghost { grid-column: auto; order: 0; }

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

  .prodcard {
    grid-template-columns: 236px 1fr;
    gap: 1.5rem;
    align-items: start;
  }

  .bundle::before {
    background-position: right -18px center;
    background-size: 220px 170px;
  }

}

@media (min-width: 760px) {
  .tiles__grid { grid-template-columns: repeat(4, 1fr); }

  .hero__card {
    flex-direction: row;
    align-items: stretch;
    height: clamp(350px, 45vw, 400px);
  }
  .hero__card--reverse { flex-direction: row-reverse; }

  .hero__photo,
  .hero__badge {
    flex: 0 0 52%; width: 52%;
    aspect-ratio: auto; height: 100%;
    margin: 0;
  }
  .hero__badge {
    flex-basis: 38%; width: 38%;
    object-fit: contain; padding: clamp(1.25rem, 3vw, 2.75rem);
  }

  .hero__card--brown { justify-content: flex-start; }
  .hero__card--brown .hero__copy { flex: 1; }

  .hero__copy { gap: .7rem; padding: 1.5rem 2rem; }
  .hero__certs img { height: 150px; }
}

@media (min-width: 960px) {
  :root {
    --header-h: 104px;
    --hero-arrow: calc(max(var(--gutter), (100% - 1180px) / 2) + 1rem);

    --nav-gap: clamp(.875rem, calc(5.3vw - 37px), 1.6rem);
  }

  body { font-size: 1.09rem; }

  .header__burger { display: none; }

  .header__bar .langswitch { display: inline-flex; }

  .mainnav { display: block; }

  .hero__arrow { display: flex; }

  .hero__track,
  .hero__dots { background: transparent; }
  .hero {
    background: var(--sand-50);
    padding-top: 1.5rem;
  }

  .hero__card {
    flex: none;
    width: min(100% - (var(--gutter) * 2), 1180px);
    margin-inline: auto;
    height: clamp(380px, 30vw, 430px);
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
  }

  .hero__copy { padding: clamp(1.25rem, 2.4vw, 2rem) 4.5rem; }
  .hero__certs img { height: 190px; }
  .news__in {
    width: min(100% - (var(--gutter) * 2), 1180px);
    grid-template-columns: 1fr 1fr;
    gap: var(--gutter);
  }
  .news__head { grid-column: 1 / -1; }
  .news__all { grid-column: 1 / -1; }
  .news__in > .news__card:nth-child(2):nth-last-child(even) {
    grid-column: 1 / -1;
  }
  .news__in > .news__card:nth-child(2):nth-last-child(even) > * {
    max-width: 68ch;
  }

  .footer__cols { grid-template-columns: 1.15fr 1fr 1fr auto; gap: 3rem; }
  .footer__col--badge { justify-self: end; }

  .footer__bottom {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .footer__legal { justify-content: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__track { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}

@media print {
  .header, .drawer, .scrim, .cookies, .hero__arrow, .hero__dots { display: none !important; }
  body { background: #fff; }
}

.draft p,
.draft li,
.draft h2,
.draft h3,
.draft .block > strong:first-child {
  background: #ffe98a;
  box-shadow: 0 0 0 .3rem #ffe98a;
  border-radius: 2px;
}

span.draft {
  background: #ffe98a;
  box-shadow: 0 0 0 .15rem #ffe98a;
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

@media print {
  span.draft,
  .draft p,
  .draft li,
  .draft h2,
  .draft h3 {
    background: none;
    box-shadow: none;
    outline: 1px dashed #000;
  }
}
