/* paljundus.ee — site styles. Generated from index.html. */
/* NOTE: @font-face stays inline in index.html because the bundler resolves
   font UUIDs to blob URLs at runtime on the template string. */

/* Shared base for concept files — minimal reset + wrap + sticky concept switcher */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
.wrap { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 720px) { .wrap { padding: 0 20px; } }
.sr { position: absolute; left: -9999px; }

/* Concept switcher dock — common to all concepts */
.concepts {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 100;
  display: flex;
  gap: 4px;
  padding: 5px;
  background: rgba(20, 18, 14, 0.92);
  color: #F5F2EC;
  border-radius: 999px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 12px 32px -16px rgba(0,0,0,0.4);
}
.concepts a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  color: rgba(245, 242, 236, 0.6);
  transition: background .15s ease, color .15s ease;
  white-space: nowrap;
}
.concepts a:hover { color: #F5F2EC; }
.concepts a.is-on {
  background: #F5F2EC;
  color: #14120E;
  font-weight: 600;
}
.concepts__label {
  padding: 7px 4px 7px 10px;
  color: rgba(245, 242, 236, 0.4);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .concepts__label { display: none; }
  .concepts a { padding: 7px 10px; }
}

:root {
    --paper:      #F8F5EA;
    --paper-2:    #EFECE2;
    --paper-deep: #ECE6D1;
    --ink:        #161310;
    --ink-2:      #2A2723;
    --ink-mute:   #6B6558;
    --accent:     #1E50E0;
    --accent-red: #E63D4A;
    --rule:       rgba(22, 19, 16, 0.14);
    --rule-soft:  rgba(22, 19, 16, 0.07);

    /* Pricelist block tints */
    --tint-1: #E8EDFB;
    --tint-2: #FBE6E8;
    --tint-3: #F5EBCB;
    --tint-4: #E0ECDB;

    --display: "Newsreader", ui-serif, Georgia, serif;
    --body:    "Manrope", ui-sans-serif, system-ui, sans-serif;
    --mono:    "JetBrains Mono", ui-monospace, monospace;
  }

  body { background: var(--paper); color: var(--ink); font-family: var(--body); }

  /* nav */
  .nav { border-bottom: 1px solid var(--rule); background: #fff; }
  .nav__inner { display: flex; align-items: center; gap: 24px; height: 72px; }
  .brand { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 16px; white-space: nowrap; flex-shrink: 0; }
  .brand__name { font-size: 16px; line-height: 18px; }
  .brand__mark {
    height: 40px; width: auto; display: block; color: var(--ink); flex-shrink: 0;
  }
  .nav__links { display: flex; gap: 28px; margin-left: 16px; font-size: 14px; color: var(--ink-2); }
  .nav__links a:hover { color: var(--ink); }
  @media (max-width: 720px) { .nav__links, .nav__right .btn { display: none; } }
  .nav__right { margin-left: auto; display: flex; align-items: center; gap: 16px; }
  .lang { display: flex; gap: 4px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; }
  .lang button { padding: 6px 8px; color: var(--ink-mute); border-bottom: 1px solid transparent; font-family: var(--body); font-weight: 500; }
  .lang button.is-on { color: var(--ink); border-bottom-color: var(--ink); }
  .btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-weight: 600; font-size: 14px;
    padding: 12px 20px; border-radius: 999px;
    background: var(--ink); color: var(--paper);
    border: 1px solid var(--ink); transition: transform .15s ease, background .15s ease;
    white-space: nowrap;
  }
  .btn:hover { transform: translateY(-1px); }
  .btn--ghost { background: transparent; color: var(--ink); }
  .btn--accent { background: var(--accent); border-color: var(--accent); color: #fff; }
  .btn--lg { padding: 16px 26px; font-size: 15px; }
  .btn .arr { transition: transform .2s; }
  .btn:hover .arr { transform: translateX(3px); }

  /* HERO */
  .hero {
    padding: 80px 0 112px;
    position: relative;
    overflow: hidden;
    background: #fbfbfb;
    border-bottom: 1px solid var(--rule);
    min-height: 640px;
    display: flex;
    align-items: center;
  }
  .hero .wrap { position: relative; z-index: 1; width: 100%; }
  .hero__copy { max-width: 726px; }
  @media (max-width: 960px) {
    .hero { min-height: 0; padding: 64px 0 80px; display: block; }
    .hero__copy { max-width: 100%; }
  }

  /* Hero background video, right-aligned */
  .hero__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
    background: var(--paper-deep);
    overflow: hidden;
  }
  .hero__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .hero__video::after {
    /* soft fade from paper into video for seamless edge */
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #fbfbfb, rgba(255,255,255,0.25));
    pointer-events: none;
    z-index: 1;
  }
  @media (max-width: 960px) {
    .hero__video {
      display: none;
    }
    .hero__video::after { display: none; }
  }
  .hero__grid {
    display: block;
  }
  .kicker {
    font-family: var(--body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-mute);
    display: inline-flex; align-items: center; gap: 12px;
    margin-bottom: 28px;
  }
  .hero .kicker { margin-bottom: 32px; }
  .kicker::before { content: none; }
  .hero__h {
    font-family: var(--display);
    font-weight: 500;
    font-size: clamp(56px, 7vw, 104px);
    line-height: 1.02;
    letter-spacing: -0.025em;
    margin: 0;
    text-wrap: balance;
    color: var(--ink);
  }
  .hero__h em {
    font-style: italic;
    font-weight: 400;
    color: var(--accent-red);
  }
  .hero__sub {
    margin: 8px 0 32px;
    max-width: 480px;
    font-size: 18px;
    line-height: 1.55;
    color: var(--ink-2);
    text-wrap: pretty;
  }
  .hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }

  /* Image collage */
  .stack {
    position: relative;
    aspect-ratio: 5 / 6;
    width: 100%;
  }
  .stack image-slot {
    position: absolute;
    border-radius: 4px;
    box-shadow: 0 24px 56px -28px rgba(20,15,5,.4), 0 1px 0 rgba(0,0,0,.04);
  }
  .stack__a {
    left: 0; top: 8%;
    width: 58%; height: 68%;
    transform: rotate(-3deg);
  }
  .stack__b {
    right: 0; top: 0;
    width: 48%; height: 56%;
    transform: rotate(2.5deg);
  }
  .stack__c {
    right: 4%; bottom: 0;
    width: 56%; height: 42%;
    transform: rotate(-1.5deg);
  }
  .stack__tag {
    position: absolute;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-mute);
  }
  .stack__tag--a { left: 0; top: 0; transform: rotate(-3deg); }
  .stack__tag--b { right: 0; bottom: 64%; transform: rotate(2.5deg); }

  @media (max-width: 960px) {
    .hero__grid { grid-template-columns: 1fr; gap: 48px; }
    .stack { aspect-ratio: 4/3; max-width: 540px; margin: 0 auto; }
  }

  /* Horizontally scrolling features ribbon */
  .ribbon {
    border-bottom: 1px solid var(--rule);
    overflow: hidden;
    background: #F8F5EA;
    font-size: clamp(28px, 3.5vw, 52px);
    padding: 0.58em 0 0.42em;
  }
  .ribbon__track {
    display: flex;
    width: max-content;
    animation: ribbon-scroll 42s linear infinite;
    white-space: nowrap;
  }
  .ribbon__set {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    font-family: var(--display);
    font-weight: 400;
    font-size: 1em;
    letter-spacing: -0.02em;
    line-height: 1;
    padding-right: 32px;
  }
  .ribbon__item { color: #161310; padding: 0 24px; }
  .ribbon__item--italic { font-style: italic; color: #6B6558; }
  .ribbon__dot {
    font-style: normal;
    font-size: 0.65em;
    line-height: 1;
    transform: translateY(-0.18em);
    display: inline-block;
  }
  .ribbon__dot--b { color: #2A2723; }
  .ribbon__dot--r { color: #2A2723; }
  @keyframes ribbon-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  /* Hinnakiri — rounded tinted blocks on white */
  .section--prices { padding: 120px 0; background: #FFFFFF; }
  .section__head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: end;
    padding-bottom: 40px;
    margin-bottom: 8px;
  }
  .section__title {
    font-family: var(--display);
    font-weight: 500;
    font-size: clamp(48px, 5.5vw, 80px);
    line-height: 0.95;
    letter-spacing: -0.025em;
    margin: 16px 0 0;
  }
  .section__title em { font-style: italic; color: var(--accent); }
  .section__lede {
    max-width: 340px;
    font-size: 14px;
    color: var(--ink-mute);
    margin: 0 0 8px;
    line-height: 1.55;
  }

  .pricelist {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
  .pricelist__col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .pricegroup {
    background: var(--tint, var(--tint-1));
    border-radius: 24px;
    padding: 32px 36px 28px;
    position: relative;
    display: block;
  }
  .pricegroup__head {
    display: flex; align-items: baseline; justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
  }
  .pricegroup__num {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--ink-mute);
  }
  .pricegroup__title {
    font-family: var(--display);
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.015em;
    margin: 0;
    flex: 1;
    line-height: 1.1;
  }
  .pricegroup__sub {
    font-family: var(--body);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin: 14px 0 4px;
  }
  .priceline {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: 8px 0;
    border-top: 1px solid #fff;
    gap: 16px;
    font-size: 14px;
  }
  .priceline:last-of-type { border-bottom: 1px solid #fff; }
  .priceline .n { color: var(--ink-2); white-space: nowrap; }
  .priceline .p {
    font-family: var(--body); font-weight: 700;
    color: var(--ink); white-space: nowrap;
  }
  .priceline .p small { color: var(--ink-mute); font-weight: 500; font-size: 11px; }
  .pricegroup__note {
    margin-top: 14px;
    font-family: var(--body);
    font-size: 11px;
    color: var(--ink-mute);
    line-height: 1.55;
  }
  @media (max-width: 720px) {
    .pricelist { gap: 16px; }
    .pricelist__col { gap: 16px; }
  }

  /* Quote */
  .quote {
    padding: 96px 0;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    background: var(--paper-2);
  }
  .quote blockquote {
    font-family: var(--display);
    font-weight: 300;
    font-style: italic;
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.25;
    letter-spacing: -0.015em;
    margin: 0;
    text-wrap: balance;
    max-width: 24ch;
    color: var(--ink);
  }
  .quote blockquote::before { content: "“"; color: var(--accent); }
  .quote blockquote::after { content: "”"; color: var(--accent); }
  .quote__cite {
    margin-top: 28px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-mute);
    display: flex; align-items: center; gap: 12px;
  }
  .quote__cite::before { content: none; }

  /* Contact */
  .section--contact { padding: 140px 0 96px; overflow: visible; }
  .contact {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    grid-template-areas:
      "head head"
      "info map";
    gap: 0 48px;
    align-items: start;
    position: relative;
  }
  .contact__head {
    grid-area: head;
    position: relative;
    z-index: 2;
    margin-bottom: -64px;
    pointer-events: none;
  }
  .contact__title {
    font-family: var(--display);
    font-weight: 500;
    font-size: clamp(48px, 5.5vw, 80px);
    line-height: 0.95;
    letter-spacing: -0.025em;
    margin: 16px 0 0;
    max-width: 14ch;
    text-wrap: balance;
    pointer-events: auto;
  }
  .contact__title em { font-style: italic; color: var(--accent); font-weight: 400; }
  .contact__location {
    margin: 20px 0 0; max-width: 42ch;
    font-family: var(--body); font-size: 16px; line-height: 1.55;
    color: var(--ink-mute); pointer-events: auto;
  }
  .contact__info { grid-area: info; padding-top: 100px; position: relative; z-index: 2; }
  .contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 32px; margin-bottom: 32px; }
  .field__label {
    font-family: var(--body); font-weight: 500; font-size: 14px;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--ink-mute); margin-bottom: 8px;
  }
  .field__val {
    font-family: var(--display);
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.015em;
    line-height: 1.25;
  }
  .field__val a { border-bottom: 1px solid var(--rule); }
  .field__val a:hover { border-color: var(--accent); }
  .hours { display: grid; gap: 4px; font-family: var(--display); font-weight: 500; font-size: 22px; letter-spacing: -0.015em; }
  .hours div { display: flex; justify-content: space-between; gap: 16px; }
  .hours .d { color: var(--ink); }
  .hours .c { color: var(--ink); }

  /* Map */
  .contact__map {
    grid-area: map;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    height: 460px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 24px 56px -28px rgba(20,15,5,.3);
  }
  .contact__map .map-canvas { width: 100%; height: 460px; display: block; object-fit: cover; object-position: 50% 50%; transition: transform .4s ease; }
  .contact__map:hover .map-canvas { transform: scale(1.05); }
  .map__pin {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -100%);
    width: 44px; height: 56px;
    z-index: 3;
    pointer-events: none;
    filter: drop-shadow(0 6px 6px rgba(0,0,0,0.25));
  }

  @media (max-width: 960px) {
    .contact {
      grid-template-columns: 1fr;
      grid-template-areas:
        "head"
        "map"
        "info";
      gap: 32px;
    }
    .contact__head { margin-bottom: 0; }
    .contact__info { padding-top: 0; }
    .contact__grid { grid-template-columns: 1fr; }
  }

  /* Footer */
  .foot {
    border-top: 1px solid var(--rule);
    padding: 32px 0;
    font-family: var(--body);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-mute);
  }
  .foot__inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

  /* Smooth scrolling for in-page anchor links */
  html { scroll-behavior: smooth; }

  /* Order modal */
  .order-modal {
    width: min(640px, calc(100vw - 32px));
    max-height: calc(100dvh - 32px);
    padding: 0;
    border: 1px solid var(--rule);
    border-radius: 24px;
    background: #fff;
    color: var(--ink);
    overflow: hidden;
    box-shadow: 0 40px 90px -24px rgba(0, 0, 0, 0.6), 0 12px 32px -16px rgba(0, 0, 0, 0.45);
  }
  .order-modal::backdrop {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .order-modal__form { position: relative; padding: 40px; max-height: calc(100dvh - 32px); overflow-y: auto; }
  @media (max-width: 720px) { .order-modal__form { padding: 28px 22px; } }
  .order-modal__close {
    position: absolute; top: 20px; right: 20px;
    width: 38px; height: 38px; border-radius: 999px;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--ink-mute); transition: background .15s ease, color .15s ease;
  }
  .order-modal__close:hover { background: var(--paper-2); color: var(--ink); }
  .order-modal__head { margin-bottom: 28px; }
  .order-modal__title {
    font-family: var(--display); font-weight: 400; padding-right: 44px;
    font-size: 38px; letter-spacing: -0.02em; line-height: 1.05; margin: 0; color: var(--ink);
  }
  .order-modal__sub {
    margin: 10px 0 0; font-size: 14px; color: var(--ink-mute); line-height: 1.5;
    text-align: left; white-space: pre-line;
  }
  .order-modal__sub a { color: var(--accent); text-decoration: underline; }
  .order-field { margin-bottom: 20px; }
  .order-field__label {
    display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
    font-family: var(--body); font-weight: 600; font-size: 13px;
    letter-spacing: 0.02em; color: var(--ink); margin-bottom: 8px;
  }
  .order-field__opt { font-weight: 500; font-size: 11px; color: var(--ink-mute); }
  .order-input, .order-textarea {
    width: 100%; font-family: var(--body); font-size: 14px; color: var(--ink);
    background: #fff; border: 1px solid var(--rule); border-radius: 12px;
    padding: 12px 14px; transition: border-color .15s ease, box-shadow .15s ease;
  }
  .order-input:focus, .order-textarea:focus {
    outline: none; border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(30, 80, 224, 0.12);
  }
  .order-textarea { resize: vertical; min-height: 96px; }
  .order-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  @media (max-width: 560px) { .order-row { grid-template-columns: 1fr; } }
  .order-drop {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 10px; min-height: 140px; text-align: center; cursor: pointer;
    border: 2px dashed var(--rule); border-radius: 16px;
    background: var(--paper-2); color: var(--ink-mute);
    font-size: 13px; line-height: 1.5; padding: 20px;
    transition: border-color .15s ease, background .15s ease;
  }
  .order-drop:hover { border-color: var(--ink-mute); background: #fff; }
  .order-drop[data-dragover="true"] { border-color: var(--accent); background: #fff; }
  .order-field__error {
    display: none; margin-top: 8px;
    font-family: var(--body); font-weight: 400; font-size: 13px; letter-spacing: 0.02em;
    line-height: normal; color: var(--accent-red);
  }
  .order-field.is-error .order-field__error { display: block; }
  .order-field.is-error .order-input,
  .order-field.is-error .order-textarea { border-color: var(--accent-red); background: #FDEAEC; }
  .order-field.is-error .order-input:focus,
  .order-field.is-error .order-textarea:focus {
    border-color: var(--accent-red); background: #FDEAEC; box-shadow: 0 0 0 3px rgba(230, 61, 74, 0.18);
  }
  .order-field.is-error .order-drop { border-color: var(--accent-red); background: #FDEAEC; }
  .order-field.is-error .order-drop:focus-within {
    border-color: var(--accent-red); background: #FDEAEC; box-shadow: 0 0 0 3px rgba(230, 61, 74, 0.18);
  }
  .order-files { list-style: none; margin: 12px 0 0; padding: 0; width: 100%; display: none; }
  .order-files.is-shown { display: block; background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .order-files__item {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    width: 100%; padding: 12px 2px; font-size: 14px;
  }
  .order-files__item + .order-files__item { border-top: 1px solid var(--rule); }
  .order-files__name { color: var(--ink); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .order-files__remove {
    flex-shrink: 0; font-family: var(--body); font-size: 13px; color: var(--ink-mute);
    border-bottom: 1px solid transparent; transition: color .15s ease, border-color .15s ease;
  }
  .order-files__remove:hover { color: var(--accent-red); border-bottom-color: currentColor; }
  .order-files__more-row { padding: 0; }
  .order-files__more {
    width: 100%; text-align: left; padding: 12px 2px;
    font-family: var(--body); font-size: 13px; font-weight: 600; color: var(--accent);
    transition: color .15s ease;
  }
  .order-files__more:hover { color: var(--ink); }
  .order-status { margin: 16px 0 0; font-size: 14px; line-height: 1.5; display: none; }
  .order-status.is-shown { display: block; }
  .order-status.is-success { color: var(--ink); }
  .order-status.is-error { color: var(--accent-red); }
  .order-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; margin-top: 28px; }
  .order-modal .btn[disabled] { opacity: 0.6; cursor: not-allowed; transform: none; }
  .order-success { position: relative; padding: 56px 40px; text-align: center; }
  @media (max-width: 720px) { .order-success { padding: 48px 24px; } }
  .order-success__icon { width: 72px; height: 72px; margin: 0 auto 24px; }
  .order-success__icon svg { width: 100%; height: 100%; display: block; }
  .order-success__title { font-family: var(--display); font-weight: 400; font-size: 32px; letter-spacing: -0.02em; line-height: 1.1; margin: 0; color: var(--ink); }
  .order-success__text { margin: 12px auto 28px; max-width: 380px; font-size: 15px; line-height: 1.55; color: var(--ink-mute); }

  /* Visually-hidden file input (was an inline style) */
  .order-file__input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

  /* Pricegroup tint cycle — applied by the render script via a class */
  .pricegroup--tint-1 { --tint: var(--tint-1); }
  .pricegroup--tint-2 { --tint: var(--tint-2); }
  .pricegroup--tint-3 { --tint: var(--tint-3); }
  .pricegroup--tint-4 { --tint: var(--tint-4); }

  /* Cookie / GDPR consent banner */
  .cc {
    position: fixed; left: 16px; bottom: 16px; z-index: 200;
    width: min(360px, calc(100vw - 32px));
    background: #fff; border: 1px solid var(--rule); border-radius: 16px;
    box-shadow: 0 20px 50px -20px rgba(0,0,0,.35);
    padding: 20px; font-family: var(--body); font-size: 13px; line-height: 1.55; color: var(--ink);
  }
  .cc[hidden] { display: none; }
  .cc__text { margin: 0 0 14px; color: var(--ink-2); }
  .cc__actions { display: flex; gap: 10px; flex-wrap: wrap; }
  .cc__btn { font-size: 13px; padding: 9px 16px; }
  @media (max-width: 480px) { .cc { left: 12px; right: 12px; bottom: 12px; } }

  /* Entrance animation — slide-up + fade, revealed on scroll. JS-gated (.js on
     <html>) so no-JS crawlers/users always see content. */
  .js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); }
  .js .reveal.is-visible { opacity: 1; transform: none; }
  .js .reveal.d1 { transition-delay: .08s; }
  .js .reveal.d2 { transition-delay: .18s; }
  .js .reveal.d3 { transition-delay: .30s; }
  .js .reveal.d4 { transition-delay: .42s; }
  .js .pricelist__col .pricegroup:nth-of-type(2) { transition-delay: .08s; }
  .js .pricelist__col .pricegroup:nth-of-type(3) { transition-delay: .16s; }
  @media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } }
