[hidden] { display: none !important; }
.demo-wrap { width: min(100%, var(--page-max-width)); margin-inline: auto; padding-inline: var(--margin-x); }
.tellimine .log-rule.as-divider span { background: var(--on-ink-rule); opacity: 1; }
.demo-order-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 88px); align-items: start; }
.demo-order h3, .demo-dialog h3 { font-size: clamp(28px, 3vw, 40px); line-height: 1.15; font-weight: 400; margin-bottom: 24px; }
.demo-order .section-head { align-items: center; }
.demo-order .section-head > p { max-width: 24ch; line-height: 1.8; }
.demo-form { background: var(--paper); color: var(--ink); padding: clamp(22px, 3vw, 40px); }
.demo-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; }
.demo-form .field { min-width: 0; }
.demo-form .field input, .demo-form .field textarea { width: 100%; }
.demo-form .field input:focus, .demo-form .field textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: var(--ember);
}
.demo-form .field > p, .demo-small { font-size: 14px; line-height: 1.5; }
.demo-form .field > p { margin-top: 10px; }
.demo-form > .demo-button { margin-top: 44px; }
.demo-form > .demo-small { margin-top: 14px; }
.demo-button { justify-content: center; min-height: 48px; margin-top: 0; margin-right: var(--cta-extension); border: 0; background: transparent; color: var(--paper-wash); text-decoration: none; cursor: pointer; }
.demo-button .hero__cta-arrow { left: calc(100% + (var(--cta-extension) - clamp(1rem, 1.15vw, 1.35rem)) / 2); }
.demo-button.checkout-cta { width: fit-content; flex: 0 0 auto; justify-content: flex-start; }
.demo-button.checkout-cta .hero__cta-arrow { left: calc(100% - 1.35rem); }
.demo-dialog .checkout-cta,
.demo-form .checkout-cta { width: calc(100% - var(--cta-extension)); margin-right: 0; justify-content: center; }
.demo-empty .demo-button { width: fit-content; justify-content: flex-start; }
.demo-empty .demo-button .hero__cta-arrow { left: calc(100% - 1.35rem); }
.demo-button:disabled { opacity: .55; cursor: wait; }
.demo-empty .demo-button:hover,
.demo-empty .demo-button:focus-visible,
.demo-success .demo-button:hover,
.demo-success .demo-button:focus-visible { color: var(--ink); }
.demo-empty .demo-button:hover::after,
.demo-empty .demo-button:focus-visible::after,
.demo-success .demo-button:hover::after,
.demo-success .demo-button:focus-visible::after { background: var(--paper); }
.demo-link { padding: 10px 0; background: none; border: 0; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
.demo-line { padding: 20px 0; border-bottom: 1px solid currentColor; border-color: color-mix(in srgb, currentColor 20%, transparent); }
.demo-line-head { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.demo-line-name { font-size: 22px; font-weight: 400; }
.demo-line-meta { margin: 8px 0 12px; font-size: var(--text-body-sm); font-weight: 400; color: var(--ink-60); }
.demo-order .demo-line-meta, .demo-order .order-unit, .demo-order .demo-line-actions button[data-change="remove"] { color: var(--on-ink-strong); }
.demo-line-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.demo-line-actions button { min-width: 44px; min-height: 44px; background: transparent; color: inherit; border: 1px solid currentColor; font: inherit; cursor: pointer; }
.demo-line-actions button[data-change="remove"] { border: 0; text-decoration: underline; text-underline-offset: 5px; font-size: var(--text-body-sm); padding-inline: 8px; color: var(--ink-60); }
.order-stepper { display: inline-flex; align-items: stretch; border: 1px solid color-mix(in srgb, currentColor 35%, transparent); }
.order-stepper button {
  border: 0;
  transition: background-color var(--duration-base) var(--ease-standard), color var(--duration-base) var(--ease-standard);
}
.demo-order .order-stepper button:hover:not(:disabled),
.demo-order .order-stepper button:focus-visible:not(:disabled) {
  background: var(--on-ink-rule);
  color: var(--paper-wash);
}
.demo-dialog .order-stepper button:hover:not(:disabled),
.demo-dialog .order-stepper button:focus-visible:not(:disabled) {
  background: var(--paper-deep);
  color: var(--ink);
}
.order-quantity { display: grid; place-items: center; min-width: 52px; padding-inline: 8px; border-inline: 1px solid color-mix(in srgb, currentColor 20%, transparent); font-family: var(--font-mono); font-size: var(--text-body); }
.order-unit { font-size: var(--text-body-sm); }
.demo-summary > .demo-link { display: inline-block; margin-top: 16px; }
.demo-summary > .demo-link,
.demo-line-actions button[data-change="remove"] {
  text-decoration-color: currentColor;
  transition: color var(--duration-base) var(--ease-standard), text-decoration-color var(--duration-base) var(--ease-standard);
}
.demo-summary > .demo-link:hover,
.demo-summary > .demo-link:focus-visible,
.demo-order .demo-line-actions button[data-change="remove"]:hover,
.demo-order .demo-line-actions button[data-change="remove"]:focus-visible {
  color: var(--paper-wash);
  text-decoration-color: transparent;
}
.demo-dialog .demo-line-actions button[data-change="remove"]:hover,
.demo-dialog .demo-line-actions button[data-change="remove"]:focus-visible {
  color: var(--ember);
  text-decoration-color: transparent;
}
.demo-totals { margin-top: 30px; }
.demo-totals p { display: flex; justify-content: space-between; gap: 20px; margin: 14px 0; }
.demo-totals strong, .demo-line strong, #bar-total, #preview-total-value { font-family: var(--font-mono); font-weight: 400; white-space: nowrap; }
.demo-grand { border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent); padding-top: 20px; font-size: 25px; }
.demo-contact { margin-top: 40px; line-height: 1.8; }
.demo-contact a {
  color: inherit;
  text-underline-offset: 6px;
  text-decoration-color: currentColor;
  transition: color var(--duration-base) var(--ease-standard), text-decoration-color var(--duration-base) var(--ease-standard);
}
.demo-contact a:hover,
.demo-contact a:focus-visible {
  color: var(--paper-wash);
  text-decoration-color: transparent;
}
.demo-success { max-width: 720px; }
.demo-empty { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(20px, 3vw, 48px); align-items: start; }
.order-empty-copy { min-width: 0; }
.order-empty-photo { width: calc(100% * 5 / 6); aspect-ratio: 4 / 3; justify-self: end; margin: 0; overflow: hidden; }
.order-empty-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 960px) {
  .demo-empty { grid-template-columns: minmax(0, 1fr); }
  .order-empty-photo { width: 100%; }
}
.demo-empty p, .demo-success p { line-height: 1.7; margin-bottom: 24px; }
.order-empty-copy > p {
  font-size: var(--text-body);
  font-weight: 400;
  line-height: var(--leading-body);
}
.order-empty-copy > .demo-contact {
  font-size: var(--text-body-compact);
  color: var(--on-ink-strong);
}
.demo-success .demo-button { margin-top: 24px; }
.demo-cart { position: fixed; z-index: 90; inset: auto 0 0; background: var(--paper-wash); color: var(--ink); border-top: 1px solid var(--hairline); box-shadow: 0 -5px 28px #14100c0d; padding-bottom: env(safe-area-inset-bottom); }
.demo-cart-inner { max-width: var(--page-max-width); margin: auto; padding: 16px var(--margin-x); display: flex; align-items: center; gap: 28px; }
.demo-cart-inner > div { margin-right: auto; }
.demo-cart-inner > .demo-button { align-self: center; }
.demo-cart .demo-small { display: block; }
#bar-total, #preview-total-value { display: block; font-size: 24px; margin: 3px 0; }
.demo-dialog { margin: auto; padding: 28px; background: var(--paper-wash); color: var(--ink); width: min(560px, calc(100% - 32px)); max-height: 85dvh; overflow-y: auto; border: 1px solid var(--hairline); }
.demo-dialog::backdrop { background: #14100c80; }
#preview-lines { position: relative; }
@media (prefers-reduced-motion: no-preference) {
  .demo-dialog[data-motion="opening"]::backdrop { animation: preview-backdrop-in 280ms ease-out both; }
  .demo-dialog[data-motion="closing"]::backdrop { animation: preview-backdrop-out 180ms ease-out both; }
  .quantity__stepper button, .order-stepper button {
    transition: background-color 150ms ease-out, color 150ms ease-out, transform 100ms ease-out;
  }
  .quantity__stepper button:active:not(:disabled), .order-stepper button:active:not(:disabled) {
    transform: scale(0.94);
  }
  .bag-row label, .bag-row .quantity__stepper { transition: color 150ms ease-out, border-color 150ms ease-out; }
}
@keyframes preview-backdrop-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes preview-backdrop-out { from { opacity: var(--preview-backdrop-start, 1); } to { opacity: 0; } }
.demo-dialog-head { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.demo-dialog-head button { font: inherit; font-size: 28px; min-width: 44px; min-height: 44px; border: 0; background: transparent; color: var(--ink); appearance: none; -webkit-appearance: none; cursor: pointer; }
#preview-total { margin: 24px 0; text-align: right; }
@media (max-width: 960px) { .demo-order-grid { grid-template-columns: 1fr; } .demo-order .section-head { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .demo-fields { grid-template-columns: 1fr; } .demo-cart-inner { gap: 10px 16px; flex-wrap: wrap; align-items: flex-end; } .demo-cart-inner > .demo-button { width: calc(100% - var(--cta-extension)); margin-right: 0; justify-content: center; } .demo-cart-inner { padding-block: 10px; } #bar-total, #preview-total-value { font-size: 20px; } .demo-grand { font-size: 21px; } }

.demo-form-intro { margin: -8px 0 48px; line-height: 1.65; }
.demo-fields + .field { margin-top: 24px; }
