/* SOOLOG landing. Canonical source in Soolog; token values and visual evidence
   are documented in docs/술록_웹랜딩_브랜드재작업_2026-09-14.md. */
:root {
  --sl-paper:#FAF7EF;
  --sl-card:#fff;
  --sl-ink:#000;
  --sl-red:#FC082A;
  --sl-navy:#0B1A2D;
  --sl-yellow:#F7CB46;
  --sl-sand:#FFDC8B;
  --sl-secondary:#565A59;
  --sl-line:3px solid var(--sl-ink);
  --sl-radius:16px;
  --sl-shadow-xs:2px 3px 0 var(--sl-ink);
  --sl-shadow-sm:4px 5px 0 var(--sl-ink);
  --sl-shadow-md:6px 7px 0 var(--sl-ink);
  --sl-shadow-lg:8px 10px 0 var(--sl-ink);
  --sl-shadow:var(--sl-shadow-lg);
  --sl-font:"Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
@font-face {
  font-family: "Soolog Pen";
  src: url(/soolog/assets/soolog-note.woff) format("woff");
  font-weight: 400;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body.sl-page {
  margin: 0;
  background: var(--sl-paper);
  color: var(--sl-ink);
  font-family: var(--sl-font);
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.sl-page *,
.sl-page *::before,
.sl-page *::after {
  box-sizing: border-box;
}
.sl-page h1,
.sl-page h2,
.sl-page h3,
.sl-page h4,
.sl-page p,
.sl-page figure,
.sl-page dl,
.sl-page dd {
  margin: 0;
}
.sl-page h1,
.sl-page h2 {
  font-family: var(--sl-font);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: 1.06;
  word-break: keep-all;
  -webkit-text-stroke: 1.2px currentColor;
}
.sl-page h1 {
  font-size: clamp(80px, 7.7vw, 112px);
}
.sl-page h2 {
  font-size: clamp(60px, 5.3vw, 80px);
}
.sl-page h3,
.sl-page h4 {
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -.045em;
  word-break: keep-all;
}
.sl-page h3 {
  font-size: 28px;
}
.sl-page h4 {
  font-size: 22px;
}
.sl-page a {
  color: inherit;
  text-decoration: none;
}
.sl-page button,
.sl-page select {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.sl-page button,
.sl-page a {
  -webkit-tap-highlight-color: transparent;
}
.sl-page :focus-visible {
  outline: 4px solid var(--sl-ink);
  outline-offset: 5px;
}
.sl-price-section :focus-visible {
  outline-color: var(--sl-yellow);
}
.sl-page img {
  max-width: 100%;
  display: block;
}
.sl-page [hidden] {
  display: none !important;
}
.sl-page .sl-icon {
  flex-shrink: 0;
  vertical-align: middle;
}
.sl-container {
  width: 100%;
  max-width: 1536px;
  padding-inline: 48px;
  margin-inline: auto;
}
.sl-section {
  padding-block: 92px;
}
.sl-title-end {
  white-space: nowrap;
}
.sl-red,
.sl-red-period {
  color: var(--sl-red);
}
.sl-red-period {
  display: inline-block;
  line-height: 0;
  letter-spacing: -.035em;
  font-size: 1.07em;
}
.sl-lead {
  font-size: 21px;
  line-height: 1.6;
  font-weight: 500;
  word-break: keep-all;
  letter-spacing: -.035em;
}
.sl-eyebrow {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .025em;
  margin-bottom: 18px !important;
  line-height: 1.2;
}
.sl-panel {
  border: var(--sl-line);
  border-radius: var(--sl-radius);
  box-shadow: var(--sl-shadow);
  background: var(--sl-card);
  color: var(--sl-ink);
}
.sl-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.sl-panel-heading h3 {
  font-size: 25px;
}
.sl-button {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--sl-ink);
  border-radius: 9px;
  background: var(--sl-card);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition: transform .16s, box-shadow .16s;
  padding: 12px 15px;
  word-break: keep-all;
}
.sl-button > span {
  flex: 1;
}
.sl-button > .sl-icon:last-child:not(:first-child) {
  margin-left: auto;
}
.sl-button--yellow {
  background: var(--sl-yellow);
}
.sl-button:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--sl-shadow-sm);
}
.sl-demo-note {
  font-size: 12px !important;
  font-weight: 450;
  line-height: 1.5 !important;
  color: var(--sl-secondary);
  letter-spacing: -.015em;
  margin-top: 18px !important;
  word-break: keep-all;
}
.sl-demo-label {
  font-size: 12px;
  color: var(--sl-secondary);
  display: block;
}
.sl-demo-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  background: var(--sl-paper);
  border: 1px solid #b1b0a9;
  border-radius: 4px;
  padding: 4px 7px;
  white-space: nowrap;
}
.sl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.sl-tags > span {
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #b7b6af;
  border-radius: 5px;
  padding: 3px 8px;
  background: #faf9f4;
}
.sl-caption {
  font-size: 14px;
  color: var(--sl-secondary);
}
.sl-product-image {
  object-fit: contain;
  background: #f4eee2;
  border-radius: 8px;
}
.sl-mascot {
  object-fit: contain;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.sl-note {
  font-family: "Soolog Pen", cursive;
  font-size: 36px;
  line-height: .9 !important;
  text-align: center;
  transform: rotate(-6deg);
  color: var(--sl-ink);
  position: relative;
  padding: 16px 18px;
  background: var(--sl-yellow);
  border: 2px solid var(--sl-ink);
  box-shadow: var(--sl-shadow-sm);
  border-radius: 6px;
  white-space: nowrap;
  width: max-content;
}
.sl-note > span {
  display: block;
  border-bottom: 3px solid currentColor;
  width: 75%;
  transform: rotate(2deg);
  margin: 8px auto 0;
}
.sl-sr-only,
.sl-skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.sl-skip-link:focus {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 16px;
  padding: 15px 22px;
  background: var(--sl-yellow);
  border: var(--sl-line);
  border-radius: 8px;
  clip-path: none;
}
[data-reveal] {
  transition: opacity .45s ease, transform .45s ease;
}
.sl-reveal-pending {
  opacity: 0;
  transform: translateY(22px);
}
.sl-header {
  border-bottom: 1px solid #d6d2c8;
}
.sl-header-inner {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sl-brand-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sl-studio {
  font-size: 16px;
  font-weight: 850;
  letter-spacing: .01em;
  display: flex;
  align-items: center;
  min-height: 44px;
}
.sl-brand-divider {
  width: 1px;
  height: 22px;
  background: #b4b1aa;
}
.sl-wordmark {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sl-wordmark img {
  width: 132px;
  height: auto;
  mix-blend-mode: multiply;
}
.sl-wordmark > span {
  font-size: 22px;
  font-weight: 750;
  white-space: nowrap;
}
.sl-header .sl-brand-group > a {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.sl-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 700;
  font-size: 17px;
}
.sl-header nav > a {
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sl-header-download {
  background: var(--sl-yellow);
  min-width: 132px !important;
}
.sl-stores {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 520px;
}
.sl-store {
  border: 2px solid var(--sl-ink);
  border-radius: 12px;
  min-height: 94px;
  padding: 16px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: left;
  line-height: 1.2;
  box-shadow: var(--sl-shadow-sm);
  background: var(--sl-card);
  color: var(--sl-ink);
}
.sl-store--apple {
  background: var(--sl-ink);
  color: var(--sl-card) !important;
}
.sl-store:disabled {
  opacity: 1;
  cursor: default;
}
.sl-store-icon,
.sl-play-mark {
  width: 32px;
  height: 38px;
  flex-shrink: 0;
}
.sl-play-mark svg {
  width: 100%;
  height: 100%;
}
.sl-store > span:not(.sl-play-mark) {
  flex: 1;
}
.sl-store strong {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.04em;
  display: block;
  white-space: nowrap;
}
.sl-store strong small {
  font-size: 12px;
  font-weight: 500;
  margin-left: 4px;
}
.sl-store strong + span {
  font-size: 16px;
  display: block;
  margin-top: 6px;
}
.sl-store-note {
  grid-column: 1/-1;
  font-size: 13px;
  color: var(--sl-secondary);
  margin-top: 5px !important;
}
.sl-hero {
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: center;
  min-height: 880px;
  padding-block: 55px 75px;
}
.sl-tagline {
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -.04em;
  margin-bottom: 27px !important;
}
.sl-hero-copy {
  position: relative;
  z-index: 3;
}
.sl-hero-copy .sl-lead {
  margin: 30px 0 34px;
  font-size: 23px;
}
.sl-hero-copy .sl-stores {
  max-width: 530px;
}
.sl-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 70px;
  padding-right: 38px;
}
.sl-hero-backdrop {
  position: absolute;
  left: 8%;
  right: 0;
  top: 14%;
  bottom: 10%;
  border-radius: 28px;
  background: var(--sl-yellow);
  transform: rotate(-13deg);
  border: 2px solid var(--sl-ink);
}
/* The phone is the coordinate system for the complete supplied pose.
   Its right-hand edge overlaps the phone bezel; both share one transform. */
.sl-phone-composition {
  --sl-phone-width: 414px;
  position: relative;
  isolation: isolate;
  z-index: 2;
  width: var(--sl-phone-width);
  flex: 0 0 auto;
  transform: rotate(-4deg);
}
.sl-phone-composition > .sl-phone {
  width: 100%;
}
.sl-phone-composition > .sl-mascot--hero {
  position: absolute;
  z-index: 3;
  width: 48%;
  max-width: none;
  left: -42%;
  top: calc(var(--sl-phone-width) * .24);
}
.sl-phone {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  border: 7px solid var(--sl-ink);
  border-radius: 46px;
  background: var(--sl-ink);
  box-shadow: var(--sl-shadow-lg);
  padding: 0;
  overflow: hidden;
}
.sl-phone-screen {
  background: var(--sl-paper);
  border-radius: 38px;
  overflow: hidden;
  padding: 0 16px 14px;
  min-height: 708px;
}
.sl-phone-status {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  position: relative;
  padding: 0 8px;
}
.sl-camera-island {
  height: 22px;
  width: 120px;
  border-radius: 0 0 16px 16px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: var(--sl-ink);
}
.sl-phone-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--sl-ink);
  padding-bottom: 12px;
  margin-top: 7px;
  gap: 8px;
}
.sl-phone-header .sl-wordmark {
  gap: 5px;
}
.sl-phone-header .sl-wordmark img {
  width: 116px;
}
.sl-phone-header .sl-wordmark > span {
  font-size: 15px;
}
.sl-phone-header > div {
  display: flex;
  gap: 10px;
}
.sl-phone-header > div > span {
  display: grid;
  justify-items: center;
  gap: 3px;
}
.sl-phone-header .sl-icon {
  width: 20px;
  height: 20px;
}
.sl-phone-header small {
  font-size: 9px;
  font-weight: 750;
}
.sl-phone-search {
  font-size: 13px;
  margin: 14px 0 18px;
  display: grid;
  gap: 6px;
}
.sl-phone-search > span {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid var(--sl-ink);
  border-radius: 7px;
  min-height: 39px;
  padding: 6px 9px;
}
.sl-phone-search > span:last-child {
  justify-content: center;
  background: var(--sl-yellow);
  font-weight: 750;
  min-height: 32px;
}
.sl-phone-search .sl-icon {
  width: 17px;
  height: 17px;
}
.sl-preview-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  letter-spacing: -.04em;
  margin: 16px 0 9px;
}
.sl-preview-heading > span {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.sl-preview-heading strong {
  font-weight: 850;
}
.sl-preview-heading i {
  color: var(--sl-red);
  font-size: 22px;
}
.sl-phone-recent {
  border: 1.5px solid var(--sl-ink);
  border-radius: 9px;
  background: var(--sl-card);
  overflow: hidden;
}
.sl-phone-recent > div {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px;
}
.sl-phone-recent > div + div {
  border-top: 1px solid #d3d1c9;
}
.sl-phone-recent .sl-product-image {
  width: 34px;
  height: 58px;
  border-radius: 4px;
}
.sl-phone-recent > div > div:first-of-type {
  flex: 1;
}
.sl-phone-recent strong {
  font-size: 13px;
  display: block;
}
.sl-phone-recent b {
  font-size: 15px;
}
.sl-phone-recent small {
  display: block;
  font-size: 9px;
  color: #555;
  line-height: 1.6;
}
.sl-phone-recent > div > div:last-of-type {
  text-align: right;
}
.sl-phone-popular {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.sl-phone-popular > div {
  border: 1.5px solid var(--sl-ink);
  border-radius: 7px;
  background: var(--sl-card);
  overflow: hidden;
  padding: 5px;
}
.sl-phone-popular .sl-product-image {
  width: 100%;
  height: 98px;
  border-radius: 4px;
}
.sl-phone-popular strong,
.sl-phone-popular b {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  letter-spacing: -.04em;
}
.sl-phone-popular b {
  font-size: 11px;
  margin-top: 1px;
}
.sl-phone-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.sl-phone-shortcuts > a {
  min-height: 84px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border: 1.5px solid var(--sl-ink);
  border-radius: 8px;
  box-shadow: var(--sl-shadow-xs);
  background: var(--sl-yellow);
}
.sl-phone-shortcuts > a:nth-child(2) {
  background: #a2e9d1;
}
.sl-phone-shortcuts > a:nth-child(3) {
  background: #ffc1c9;
}
.sl-phone-shortcuts > a:nth-child(4) {
  background: #c6dafa;
}
.sl-phone-shortcuts strong {
  font-size: 11px;
}
.sl-phone-shortcuts small {
  font-size: 8px;
}
.sl-phone-demo {
  font-size: 9px;
  text-align: center;
  margin-top: 17px !important;
  color: #555;
}
.sl-float {
  position: absolute;
  z-index: 4;
  background: var(--sl-card);
  border: 3px solid var(--sl-ink);
  border-radius: 14px;
  box-shadow: var(--sl-shadow-md);
  padding: 15px 21px;
  min-width: 193px;
  transform: rotate(5deg);
}
.sl-float--price {
  right: -3px;
  top: 22%;
}
.sl-float--price > .sl-icon {
  width: 36px;
  height: 36px;
  display: block;
  margin-bottom: 4px;
}
.sl-float strong {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1.2;
}
.sl-float > span {
  font-size: 18px;
  display: block;
  font-weight: 650;
  margin-top: 4px;
}
.sl-float small {
  font-size: 10px;
  color: #555;
  position: absolute;
  right: 12px;
  bottom: 10px;
}
.sl-float--rating {
  right: 5px;
  top: 48%;
  min-width: 168px;
  transform: rotate(4deg);
}
.sl-float--rating > div {
  display: flex;
  align-items: center;
  gap: 13px;
}
.sl-float--rating .sl-icon {
  width: 38px;
  height: 38px;
  fill: var(--sl-red);
  color: var(--sl-red);
}
.sl-float--rating strong {
  font-size: 45px;
}
.sl-price-section {
  background: var(--sl-navy);
  color: var(--sl-card);
  padding-block: 80px 54px;
}
.sl-price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
  align-items: end;
}
.sl-price-left h2 {
  font-size: clamp(64px, 5.8vw, 88px);
}
.sl-price-left > .sl-lead {
  margin: 23px 0 32px;
}
.sl-price-grid > .sl-demo-note {
  grid-column: 1/-1;
  color: #d2d7dd;
  margin-top: 30px !important;
  text-align: center;
}
.sl-featured-product {
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 25px;
  padding: 25px;
  align-items: center;
  min-height: 395px;
}
.sl-featured-product > .sl-product-image {
  width: 100%;
  height: 335px;
}
.sl-featured-product h3 {
  font-size: 33px;
  margin-top: 16px;
}
.sl-product-english {
  font-size: 12px;
  letter-spacing: .04em;
  margin: 8px 0 16px !important;
  color: #555;
}
.sl-product-story {
  font-size: 15px;
  line-height: 1.55;
  margin-top: 19px !important;
  word-break: keep-all;
}
.sl-product-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}
.sl-product-rating > .sl-icon:first-child {
  fill: var(--sl-red);
  color: var(--sl-red);
  width: 32px;
  height: 32px;
}
.sl-product-rating strong {
  font-size: 28px;
  font-weight: 850;
}
.sl-product-rating > .sl-icon:last-child {
  margin-left: auto;
}
.sl-price-mascot-row {
  height: 135px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 70px;
}
.sl-price-mascot-row > .sl-mascot {
  position: absolute;
  width: 207px;
  left: 30%;
  bottom: -9px;
  z-index: 2;
}
.sl-price-mascot-row > .sl-note {
  font-size: 41px;
  padding: 11px 25px;
  position: absolute;
  right: 10px;
  bottom: 23px;
  transform: rotate(8deg);
}
.sl-price-list {
  padding: 23px 26px 24px;
  position: relative;
}
.sl-price-list .sl-panel-heading {
  gap: 8px;
}
.sl-price-list .sl-demo-label {
  margin-top: 8px;
}
.sl-sort select {
  border: 1.5px solid var(--sl-ink);
  border-radius: 6px;
  font-size: 13px;
  min-height: 44px;
  padding: 8px;
  background: var(--sl-card);
}
.sl-price-list ul {
  padding: 0;
  margin: 11px 0 19px;
  list-style: none;
}
.sl-price-row {
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #d2d1cb;
  padding: 14px 0;
  min-height: 91px;
}
.sl-price-row > div {
  flex: 1;
}
.sl-price-row time {
  display: block;
  font-size: 11px;
  color: #666;
  line-height: 1.3;
}
.sl-price-row > div strong {
  font-size: 21px;
  font-weight: 800;
  display: block;
  margin: 2px 0;
}
.sl-price-row > div span {
  display: block;
  font-size: 12px;
  color: #555;
}
.sl-price-amount {
  font-size: 37px;
  font-weight: 900;
  color: var(--sl-red);
  letter-spacing: -.04em;
  white-space: nowrap;
}
.sl-photo-layout {
  display: grid;
  grid-template-columns: 32% minmax(0, 1fr);
  gap: 0 32px;
  align-items: center;
}
.sl-photo-copy h2 {
  font-size: clamp(48px, 4.25vw, 64px);
}
.sl-photo-copy .sl-lead {
  margin-top: 25px;
  font-size: 20px;
}
.sl-process-caption {
  font-size: 17px;
  font-weight: 800;
  margin-top: 20px !important;
}
.sl-photo-art {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.sl-photo-art .sl-mascot {
  width: 265px;
}
.sl-photo-art > p {
  font-family: "Soolog Pen", cursive;
  font-size: 25px;
  line-height: .9;
  transform: rotate(-9deg);
}
.sl-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: stretch;
}
.sl-step {
  position: relative;
  padding: 17px 15px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.sl-step-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sl-step-title > span {
  border: 2px solid var(--sl-ink);
  border-radius: 8px;
  background: var(--sl-yellow);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 53px;
  flex-shrink: 0;
  box-shadow: var(--sl-shadow-xs);
}
.sl-step-title h3 {
  font-size: 24px;
}
.sl-step > p:not(.sl-result-status) {
  font-size: 13px;
  line-height: 1.5;
  min-height: 39px;
  word-break: keep-all;
}
.sl-step .sl-button {
  font-size: 14px;
  min-height: 52px;
  padding: 11px 9px;
  gap: 5px;
}
.sl-step .sl-button > .sl-icon {
  width: 18px;
  height: 18px;
}
.sl-step-bottom {
  margin-top: auto;
}
.sl-flow-arrow {
  position: absolute;
  z-index: 4;
  right: -34px;
  top: 48%;
  width: 40px;
  height: 48px;
}
.sl-scan-photo {
  position: relative;
  border: 2px solid var(--sl-ink);
  border-radius: 9px;
  overflow: hidden;
  background: #f4eee2;
  min-height: 338px;
  flex: 1;
}
.sl-scan-photo .sl-product-image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}
.sl-scan-frame {
  position: absolute;
  inset: 26% 12% 22%;
  border-radius: 12px;
}
.sl-scan-frame i {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 4px solid var(--sl-red);
}
.sl-scan-frame i:nth-child(1) {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.sl-scan-frame i:nth-child(2) {
  top: 0;
  right: 0;
  border-left: 0;
  border-bottom: 0;
}
.sl-scan-frame i:nth-child(3) {
  bottom: 0;
  left: 0;
  border-right: 0;
  border-top: 0;
}
.sl-scan-frame i:nth-child(4) {
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0;
}
.sl-scan-label {
  position: absolute;
  bottom: 13px;
  left: 7px;
  right: 7px;
  border-radius: 6px;
  background: var(--sl-ink);
  color: var(--sl-card);
  font-size: 10px;
  text-align: center;
  padding: 7px 3px;
}
.sl-recognition {
  border: 1.5px solid var(--sl-ink);
  border-radius: 9px;
  background: #fffdf5;
  padding: 17px 11px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sl-recognition h4 {
  font-size: 17px;
  line-height: 1.4;
  position: relative;
}
.sl-spark {
  color: var(--sl-red);
  font-size: 34px;
  display: block;
  line-height: 1;
  text-align: right;
}
.sl-word-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 19px 0;
}
.sl-word-chips > span {
  border: 1.5px solid var(--sl-ink);
  border-radius: 5px;
  box-shadow: var(--sl-shadow-xs);
  padding: 7px 9px;
  font-size: 15px;
  font-weight: 750;
  background: var(--sl-card);
}
.sl-word-chips > span:first-child {
  background: var(--sl-yellow);
}
.sl-down-arrow {
  text-align: center;
  margin: 16px 0;
}
.sl-down-arrow .sl-icon {
  width: 35px;
  height: 35px;
  stroke-width: 3;
}
.sl-confirm-name {
  border: 1.5px solid var(--sl-ink);
  border-radius: 6px;
  padding: 16px 9px;
  text-align: center;
  background: var(--sl-card);
}
.sl-confirm-name strong {
  display: block;
  font-size: 21px;
  font-weight: 850;
  letter-spacing: -.05em;
}
.sl-confirm-name span {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}
.is-confirmed .sl-confirm-name {
  background: #fff0af;
}
.sl-search-result {
  display: grid;
  grid-template-columns: 39% minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border-block: 1px solid #d9d5cb;
  padding: 12px 0;
}
.sl-search-result > .sl-product-image {
  height: 167px;
  width: 100%;
}
.sl-search-result h4 {
  font-size: 20px;
}
.sl-search-result p {
  font-size: 11px;
  color: #555;
  line-height: 1.5;
  margin-top: 8px;
}
.sl-search-result .sl-result-description {
  font-size: 11px;
  line-height: 1.5;
}
.sl-mini-rating {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 21px;
  font-weight: 850;
  margin-top: 8px;
}
.sl-mini-rating .sl-icon {
  fill: var(--sl-red);
  color: var(--sl-red);
  width: 22px;
  height: 22px;
}
.sl-result-sizes {
  margin-top: 3px;
}
.sl-result-sizes > strong {
  font-size: 13px;
}
.sl-result-sizes > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}
.sl-result-sizes span {
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 9px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.sl-result-status {
  font-size: 11px;
  line-height: 1.5;
  min-height: 33px;
  color: #555;
  margin-top: auto !important;
}
.sl-photo-layout > .sl-demo-note {
  grid-column: 2;
}
.sl-places-section {
  background: #f1eee4;
  border-block: 1px solid #e0dace;
}
.sl-places-layout {
  display: grid;
  grid-template-columns: 59% minmax(0, 1fr);
  gap: 28px;
  align-items: end;
}
.sl-places-heading {
  position: relative;
  padding-bottom: 33px;
}
.sl-places-heading h2 {
  font-size: clamp(54px, 4.7vw, 72px);
}
.sl-places-heading .sl-lead {
  font-size: 19px;
  margin-top: 22px;
}
.sl-places-art {
  position: absolute;
  right: 0;
  bottom: 13px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.sl-places-art .sl-mascot {
  width: 160px;
}
.sl-places-art .sl-note {
  font-size: 25px;
  padding: 9px 12px;
  transform: rotate(-8deg);
}
.sl-map {
  overflow: hidden;
}
.sl-map-toolbar {
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-bottom: 2px solid var(--sl-ink);
  background: var(--sl-card);
}
.sl-map-toolbar button,
.sl-map-toolbar label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1.5px solid var(--sl-ink);
  background: var(--sl-card);
  border-radius: 7px;
  min-height: 44px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  padding: 6px 9px;
}
.sl-map-toolbar button .sl-icon,
.sl-map-toolbar label .sl-icon {
  width: 19px;
  height: 19px;
}
.sl-map-toolbar label select {
  border: 0;
  background: var(--sl-card);
  max-width: 100%;
  font-size: 13px;
  min-height: 30px;
}
.sl-map-search {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid var(--sl-ink);
  border-radius: 7px;
  padding: 9px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
}
.sl-map-search .sl-icon {
  width: 20px;
  height: 20px;
}
.sl-map-search > span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sl-map-visual {
  position: relative;
  height: 400px;
  isolation: isolate;
  overflow: hidden;
}
.sl-map-visual > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.sl-map-labels {
  font-family: var(--sl-font);
  fill: #475446;
  font-weight: 750;
  font-size: 21px;
}
.sl-map-labels .sl-map-water-label {
  fill: #2d6378;
  font-size: 20px;
}
.sl-map-street-label {
  font-size: 16px;
  fill: #69685c;
}
.sl-map-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 0;
  background: none;
  padding: 0;
  min-width: 44px;
  min-height: 44px;
  z-index: 1;
}
.sl-map-pin > span {
  border: 2px solid var(--sl-ink);
  border-radius: 50% 50% 50% 6px;
  transform: rotate(-45deg);
  background: var(--sl-card);
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  box-shadow: var(--sl-shadow-xs);
}
.sl-map-pin > span > .sl-icon {
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
}
.sl-map-pin > strong {
  font-size: 12px;
  font-weight: 750;
  background: var(--sl-card);
  border: 1px solid #333;
  border-radius: 4px;
  padding: 2px 5px;
  white-space: nowrap;
}
.sl-map-pin--shop > span {
  background: var(--sl-navy);
  color: var(--sl-card);
}
.sl-map-pin--beer > span {
  background: var(--sl-yellow);
}
.sl-map-pin.is-selected {
  z-index: 3;
}
.sl-map-pin.is-selected > span {
  background: var(--sl-red);
  color: var(--sl-card);
  width: 40px;
  height: 40px;
}
.sl-map-pin.is-selected > strong {
  background: var(--sl-red);
  color: var(--sl-card);
  font-size: 15px;
  border: 2px solid var(--sl-ink);
  box-shadow: var(--sl-shadow-xs);
}
.sl-map-bottom-pill {
  position: absolute;
  bottom: 28px;
  left: 16px;
  border: 2px solid var(--sl-ink);
  border-radius: 7px;
  padding: 7px 12px;
  background: var(--sl-card);
  font-size: 14px;
  font-weight: 750;
  box-shadow: var(--sl-shadow-xs);
}
.sl-map-credit {
  font-size: 9px;
  background: #fff9;
  position: absolute;
  left: 10px;
  bottom: 6px;
  padding: 0 4px;
}
.sl-map-compass {
  position: absolute;
  right: 14px;
  bottom: 20px;
  border: 1.5px solid var(--sl-ink);
  background: var(--sl-card);
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}
.sl-map figcaption {
  font-size: 12px;
  min-height: 37px;
  padding: 9px 13px;
  background: var(--sl-card);
  border-top: 1px solid #bbb;
}
.sl-place-card {
  padding: 23px 22px;
  position: relative;
}
.sl-place-card > .sl-demo-label {
  margin-bottom: 15px;
}
.sl-venue-header {
  display: grid;
  grid-template-columns: 33% minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}
.sl-venue-header > img {
  width: 100%;
  height: 163px;
  object-fit: cover;
  border: 1.5px solid var(--sl-ink);
  border-radius: 9px;
}
.sl-venue-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.sl-venue-title h3 {
  font-size: 29px;
}
.sl-favorite {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-width: 44px;
  min-height: 51px;
  font-size: 10px;
  white-space: nowrap;
}
.sl-favorite[aria-pressed=true] .sl-icon {
  fill: var(--sl-red);
  color: var(--sl-red);
}
.sl-venue-header .sl-tags {
  margin: 13px 0;
}
.sl-venue-header .sl-tags > span {
  font-size: 11px;
  padding: 2px 5px;
}
.sl-place-location {
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  gap: 4px;
  color: #444;
}
.sl-place-location > .sl-icon {
  width: 17px;
  height: 17px;
  margin-top: 3px;
}
.sl-venue-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 19px 0 25px;
}
.sl-venue-actions button {
  border: 1.5px solid var(--sl-ink);
  background: var(--sl-card);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 47px;
  font-size: 14px;
  font-weight: 700;
}
.sl-corkage {
  border-block: 1px solid #c6c4bb;
  padding: 22px 0 19px;
  margin-bottom: 20px;
}
.sl-corkage .sl-eyebrow {
  font-size: 14px;
  margin-bottom: 13px !important;
}
.sl-corkage-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.sl-corkage-heading h4 {
  font-size: 37px;
  letter-spacing: -.06em;
  font-weight: 900;
  white-space: nowrap;
}
.sl-status-options {
  display: flex;
  gap: 3px;
}
.sl-status-options > span {
  font-size: 10px;
  border: 1px solid #aaa;
  padding: 3px 5px;
  border-radius: 4px;
  white-space: nowrap;
}
.sl-status-options > span:first-child {
  background: var(--sl-yellow);
  border: 1.5px solid var(--sl-ink);
  font-weight: 800;
}
.sl-corkage-price {
  font-size: 45px;
  font-weight: 900;
  letter-spacing: -.05em;
  margin: 11px 0 12px !important;
  line-height: 1.2;
}
.sl-corkage-price > span {
  font-size: 22px;
  font-weight: 600;
}
.sl-corkage > p:not(.sl-corkage-price) {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}
.sl-checked {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 12px;
  margin-top: 16px;
  color: #555;
}
.sl-checked .sl-icon {
  width: 18px;
  height: 18px;
}
.sl-place-card > .sl-button {
  font-size: 19px;
  min-height: 58px;
}
.sl-record-grid {
  display: grid;
  grid-template-columns: 46% minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}
.sl-record-copy h2 {
  font-size: clamp(58px, 4.9vw, 75px);
}
.sl-record-subtitle {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.04em;
  margin: 24px 0 12px !important;
}
.sl-record-copy .sl-lead {
  font-size: 20px;
}
.sl-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px !important;
}
.sl-summary > div {
  border: 2px solid var(--sl-ink);
  border-radius: 11px;
  box-shadow: var(--sl-shadow-sm);
  background: var(--sl-card);
  min-height: 139px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 14px 6px;
  gap: 4px;
}
.sl-summary > div > .sl-icon {
  width: 31px;
  height: 31px;
  margin-bottom: 3px;
}
.sl-summary > div:nth-child(2) > .sl-icon {
  fill: var(--sl-red);
  color: var(--sl-red);
}
.sl-summary dd {
  font-size: 27px;
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: 1.2;
  white-space: nowrap;
}
.sl-summary > div:last-child dd {
  font-size: 21px;
}
.sl-summary dt {
  font-size: 13px;
  color: #444;
}
.sl-record-art {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-top: 31px;
}
.sl-record-art .sl-mascot {
  width: 203px;
}
.sl-record-art .sl-note {
  font-size: 33px;
  padding: 17px 19px;
  transform: rotate(6deg);
}
.sl-record-panel {
  padding: 25px 26px;
}
.sl-record-product {
  display: flex;
  align-items: center;
  gap: 17px;
}
.sl-record-product > .sl-product-image {
  width: 58px;
  height: 87px;
  border: 1px solid #bdb8ac;
}
.sl-record-product > div {
  flex: 1;
}
.sl-record-product h3 {
  font-size: 28px;
}
.sl-record-product p {
  font-size: 12px;
  color: #555;
  margin-top: 8px;
}
.sl-record-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0;
  gap: 8px;
}
.sl-record-tabs > button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 49px;
  border: 1.5px solid var(--sl-ink);
  background: var(--sl-card);
  border-radius: 7px;
  font-size: 16px;
  font-weight: 750;
}
.sl-record-tabs > button[aria-pressed=true] {
  background: var(--sl-yellow);
  box-shadow: var(--sl-shadow-xs);
}
.sl-record-tabs .sl-icon {
  width: 22px;
  height: 22px;
}
.sl-record-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 17px;
}
.sl-record-fields > div {
  min-width: 0;
}
.sl-record-fields dt {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}
.sl-record-fields dd {
  min-height: 47px;
  border: 1.5px solid #999;
  border-radius: 7px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.35;
  white-space: pre-line;
  background: var(--sl-card);
}
.sl-record-fields dd > .sl-icon {
  width: 18px;
  height: 18px;
}
.sl-record-fields dd > .sl-icon:last-child:not(:first-child) {
  margin-left: auto;
}
.sl-record-fields dd > small {
  margin-left: auto;
  font-size: 13px;
}
.sl-record-fields dd.sl-record-amount {
  font-size: 25px;
  font-weight: 750;
}
.sl-record-amount > span {
  font-size: 20px;
}
.sl-field-wide {
  grid-column: 1/-1;
}
.sl-record-fields .sl-field-wide dd {
  min-height: 74px;
  font-size: 14px;
  line-height: 1.65;
}
.sl-record-fields dd.sl-rating {
  height: 75px;
}
.sl-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.sl-stars > span {
  display: flex;
  gap: 1px;
}
.sl-stars .sl-icon {
  width: 23px;
  height: 23px;
  color: var(--sl-red);
}
.sl-stars .is-filled {
  fill: var(--sl-red);
}
.sl-stars strong {
  font-size: 23px;
}
.sl-stars small {
  font-size: 12px;
  color: #555;
}
.sl-record-fields dd.sl-record-photo {
  border: 0;
  padding: 0;
  height: 75px;
  gap: 10px;
}
.sl-record-photo .sl-product-image {
  width: 50px;
  height: 75px;
  border: 1px solid #aaa;
}
.sl-record-photo > span {
  border: 1px dashed #888;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 75px;
  gap: 3px;
  font-size: 11px;
  background: #faf9f6;
}
.sl-sharing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  gap: 10px;
}
.sl-sharing > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 750;
}
.sl-sharing .sl-icon {
  width: 21px;
  height: 21px;
}
.sl-sharing > button {
  border: 0;
  background: transparent;
  width: 60px;
  height: 44px;
  padding: 8px 0;
  position: relative;
}
.sl-sharing > button::before {
  content: "";
  display: block;
  background: #bbb;
  border: 1.5px solid var(--sl-ink);
  border-radius: 20px;
  height: 28px;
  width: 56px;
}
.sl-sharing > button > span {
  width: 21px;
  height: 21px;
  border: 1.5px solid var(--sl-ink);
  background: var(--sl-card);
  position: absolute;
  left: 4px;
  top: 11px;
  border-radius: 50%;
  transition: transform .2s;
}
.sl-sharing > button[aria-checked=true]::before {
  background: var(--sl-red);
}
.sl-sharing > button[aria-checked=true] > span {
  transform: translateX(27px);
}
.sl-sharing-note {
  font-size: 11px;
  color: #555;
  min-height: 17px;
  margin: 3px 0 17px !important;
}
.sl-record-panel > .sl-button {
  font-size: 20px;
  min-height: 59px;
}
.sl-record-panel > .sl-demo-note {
  text-align: center;
  margin-top: 11px !important;
  font-size: 11px !important;
}
.sl-record-bridge {
  text-align: center;
  font-family: "Soolog Pen", cursive;
  font-size: 27px;
  margin-top: 19px !important;
}
.sl-collection-section {
  background: #f1eee4;
  border-top: 1px solid #e0dace;
  padding-bottom: 42px;
}
.sl-collection-layout {
  display: grid;
  grid-template-columns: 32% minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.sl-collection-copy h2 {
  font-size: clamp(48px, 4.15vw, 63px);
}
.sl-collection-copy .sl-lead {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 25px;
}
.sl-collection-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.sl-collection-note > .sl-note {
  font-size: 30px;
  padding: 11px 12px;
}
.sl-book-stack {
  display: flex;
  flex-direction: column;
  width: 148px;
  transform: rotate(-8deg);
  gap: 1px;
  flex-shrink: 0;
}
.sl-book-stack > span {
  border: 2px solid var(--sl-ink);
  border-radius: 3px 7px 7px 3px;
  background: var(--sl-yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -.03em;
  padding: 8px 10px;
  box-shadow: var(--sl-shadow-xs);
  white-space: nowrap;
}
.sl-book-stack > span:nth-child(2) {
  background: var(--sl-card);
  transform: translateX(8px) rotate(3deg);
}
.sl-book-stack > span:nth-child(3) {
  background: var(--sl-red);
  color: var(--sl-card);
  transform: rotate(-2deg);
}
.sl-collection {
  padding: 24px;
}
.sl-collection .sl-panel-heading h3 {
  font-size: 29px;
}
.sl-filters {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #c9c5ba;
  padding: 18px 0;
  margin-bottom: 21px;
}
.sl-filters > button {
  border: 1.5px solid var(--sl-ink);
  border-radius: 6px;
  background: var(--sl-card);
  min-width: 65px;
  min-height: 44px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 750;
}
.sl-filters > button[aria-pressed=true] {
  background: var(--sl-yellow);
  box-shadow: var(--sl-shadow-xs);
}
.sl-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.sl-collection-card {
  display: grid;
  grid-template-columns: 34% minmax(0, 1fr);
  gap: 9px;
  border: 1.5px solid var(--sl-ink);
  border-radius: 9px;
  padding: 11px 9px;
  min-height: 205px;
  align-items: start;
  background: #fffdf8;
}
.sl-collection-card > .sl-product-image {
  width: 100%;
  height: 152px;
}
.sl-collection-card h4 {
  font-size: 18px;
  line-height: 1.3;
  margin: 4px 0 6px;
}
.sl-collection-card time {
  font-size: 10px;
  color: #555;
  display: block;
}
.sl-collection-amount {
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -.04em;
  margin-top: 6px !important;
  line-height: 1.4;
}
.sl-collection-amount > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  margin-top: 4px;
}
.sl-collection-amount .sl-icon {
  width: 17px;
  height: 17px;
  fill: var(--sl-red);
  color: var(--sl-red);
}
.sl-record-kind {
  display: block;
  width: max-content;
  max-width: 100%;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 10px;
  padding: 3px 5px;
  margin-top: 7px;
  word-break: keep-all;
  background: #ffe391;
}
.sl-note--pink {
  background: #ffd1d9;
}
.sl-note--green {
  background: #d5efbf;
}
.sl-note--cyan {
  background: #cde8fa;
}
.sl-collection-card details {
  font-size: 11px;
}
.sl-collection-card summary {
  min-height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 650;
}
.sl-collection-card summary::after {
  content: "+";
  margin-left: auto;
  font-size: 17px;
}
.sl-collection-card details[open] summary::after {
  content: "\2212";
}
.sl-collection-card details p {
  font-size: 11px;
  line-height: 1.5;
  word-break: keep-all;
}
.sl-collection-layout > div > .sl-demo-note {
  text-align: right;
  font-size: 11px !important;
}
.sl-download {
  margin-top: 66px;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) 445px;
  gap: 27px;
  align-items: center;
  background: var(--sl-yellow);
  border: 3px solid var(--sl-ink);
  border-radius: 17px;
  box-shadow: var(--sl-shadow-lg);
}
.sl-download-brand {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.sl-download-brand .sl-mascot {
  width: 132px;
}
.sl-download-brand .sl-wordmark {
  gap: 5px;
}
.sl-download-brand .sl-wordmark img {
  width: 105px;
}
.sl-download-brand .sl-wordmark > span {
  font-size: 18px;
}
.sl-download h2 {
  font-size: 46px;
  line-height: 1.12;
}
.sl-download > div > p {
  font-size: 18px;
  font-weight: 650;
  margin-top: 15px;
}
.sl-download .sl-stores {
  gap: 10px;
}
.sl-download .sl-store {
  min-height: 85px;
  padding: 12px 10px;
  gap: 9px;
}
.sl-download .sl-store strong {
  font-size: 20px;
}
.sl-download .sl-store strong small {
  font-size: 10px;
}
.sl-download .sl-store strong + span {
  font-size: 14px;
}
.sl-download .sl-store-icon,
.sl-download .sl-play-mark {
  width: 27px;
  height: 34px;
}
.sl-download .sl-store-note {
  color: #333;
  font-size: 11px;
  margin-top: 2px !important;
}
.sl-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px 24px;
  padding-block: 30px;
  font-size: 12px;
}
.sl-footer .sl-studio {
  font-size: 13px;
}
.sl-footer .sl-wordmark img {
  width: 96px;
}
.sl-footer .sl-wordmark > span {
  font-size: 16px;
}
.sl-footer .sl-brand-group {
  gap: 14px;
}
.sl-footer nav {
  display: flex;
  gap: 20px;
}
.sl-footer nav > a {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.sl-footer > p {
  color: #555;
}
.sl-footer > small {
  text-align: right;
  color: #555;
  font-size: 11px;
}
.sl-hero-backdrop {
  right: 52px;
  left: 10%;
}
.sl-price-grid {
  align-items: start;
}
.sl-price-left h2 {
  font-size: clamp(76px, 6.8vw, 102px);
  line-height: 1.01;
}
.sl-featured-product {
  min-height: 424px;
}
.sl-featured-product > .sl-product-image {
  height: 364px;
}
.sl-featured-product h3 {
  font-size: 36px;
}
.sl-product-rating {
  border: 1.5px solid #aaa;
  border-radius: 7px;
  padding: 8px 10px;
  background: var(--sl-paper);
}
.sl-price-row {
  border: 1.5px solid #555;
  border-radius: 8px;
  background: #fffdf8;
  padding: 10px 13px;
  min-height: 88px;
  margin-bottom: 9px;
}
.sl-price-row:last-child {
  margin-bottom: 0;
}
.sl-price-amount {
  font-size: 38px;
}
.sl-price-right .sl-price-mascot-row {
  height: 131px;
}
.sl-photo-copy h2 {
  font-size: clamp(56px, 4.8vw, 72px);
  line-height: 1.05;
}
.sl-recognition {
  justify-content: flex-start;
}
.sl-word-chips > span {
  font-size: 16px;
}
.sl-confirm-name {
  background: #ffeb9d;
  margin-top: auto;
}
.sl-mini-rating {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 5px 7px;
  background: var(--sl-paper);
}
.sl-places-heading h2 {
  font-size: clamp(58px, 5.25vw, 80px);
}
.sl-corkage {
  border: 1.5px solid #777;
  border-radius: 10px;
  background: #fcfaf5;
  padding: 20px 17px;
}
.sl-corkage-heading h4 {
  font-size: 38px;
}
.sl-corkage > p:not(.sl-corkage-price) {
  font-size: 15px;
}
.sl-map-pin > strong {
  font-size: 14px;
}
.sl-map-pin.is-selected > strong {
  font-size: 17px;
}
.sl-venue-title h3 {
  font-size: 32px;
}
.sl-record-copy h2 {
  font-size: clamp(66px, 6.1vw, 90px);
  line-height: 1.03;
}
.sl-record-subtitle {
  font-size: 30px;
}
.sl-summary > div:first-child > .sl-icon {
  fill: var(--sl-red);
}
.sl-record-art {
  margin-top: 26px;
}
.sl-collection-copy h2 {
  font-size: clamp(52px, 4.5vw, 68px);
  line-height: 1.06;
}
.sl-collection .sl-panel-heading h3 {
  font-size: 34px;
}
.sl-collection-card {
  min-height: 218px;
}
.sl-collection-card h4 {
  font-size: 21px;
}
.sl-collection-card time {
  font-size: 12px;
}
.sl-collection-amount {
  font-size: 19px;
}
.sl-record-kind {
  font-size: 11px;
}
.sl-download h2 {
  font-size: 54px;
}
.sl-download-brand .sl-mascot {
  width: 151px;
}
.sl-footer nav > a {
  min-width: 44px;
}
.sl-map-pin.is-selected > strong,
.sl-book-stack > span:nth-child(3) {
  color: var(--sl-ink);
}
.sl-download {
  background: #FFF2BD;
}
@media (max-width: 1199px) {
  .sl-container {
    padding-inline: 32px;
  }
  .sl-section {
    padding-block: 76px;
  }
  .sl-header-inner {
    height: 80px;
  }
  .sl-hero {
    grid-template-columns: 45% 55%;
    min-height: 800px;
    padding-block: 42px 65px;
  }
  .sl-page h1 {
    font-size: 80px;
  }
  .sl-tagline {
    font-size: 16px;
  }
  .sl-hero-copy .sl-lead {
    font-size: 20px;
  }
  .sl-hero-visual {
    min-height: 680px;
    padding-left: 35px;
    padding-right: 0;
  }
  .sl-phone-composition {
    --sl-phone-width: 345px;
  }
  .sl-phone {
    border-width: 6px;
    border-radius: 40px;
  }
  .sl-phone-screen {
    min-height: 646px;
    padding: 0 12px 10px;
    border-radius: 33px;
  }
  .sl-phone-header .sl-wordmark img {
    width: 96px;
  }
  .sl-phone-header .sl-wordmark > span {
    font-size: 13px;
  }
  .sl-phone-header > div {
    gap: 5px;
  }
  .sl-phone-recent > div {
    gap: 5px;
    padding: 6px;
  }
  .sl-phone-recent strong {
    font-size: 11px;
  }
  .sl-phone-recent b {
    font-size: 12px;
  }
  .sl-phone-popular .sl-product-image {
    height: 82px;
  }
  .sl-phone-shortcuts > a {
    min-height: 76px;
  }
  .sl-float {
    min-width: 145px;
    padding: 12px 13px;
  }
  .sl-float strong {
    font-size: 27px;
  }
  .sl-float--price {
    right: -10px;
    top: 26%;
  }
  .sl-float--rating {
    min-width: 130px;
    right: -7px;
    top: 50%;
  }
  .sl-float--rating strong {
    font-size: 35px;
  }
  .sl-float > span {
    font-size: 15px;
  }
  .sl-float--rating .sl-icon {
    width: 28px;
    height: 28px;
  }
  .sl-hero-backdrop {
    left: 6%;
    right: 50px;
    top: 16%;
    bottom: 10%;
  }
  .sl-stores {
    gap: 10px;
  }
  .sl-store {
    gap: 9px;
    padding: 13px 10px;
    min-height: 84px;
  }
  .sl-store strong {
    font-size: 19px;
  }
  .sl-store strong small {
    font-size: 10px;
  }
  .sl-store strong + span {
    font-size: 14px;
  }
  .sl-store-icon,
  .sl-play-mark {
    width: 27px;
    height: 33px;
  }
  .sl-store > .sl-icon {
    width: 16px;
    height: 16px;
  }
  .sl-price-grid {
    gap: 0 25px;
  }
  .sl-price-left h2 {
    font-size: 64px;
  }
  .sl-price-left > .sl-lead {
    font-size: 18px;
  }
  .sl-featured-product {
    grid-template-columns: 41% minmax(0, 1fr);
    gap: 17px;
    padding: 18px;
    min-height: 395px;
  }
  .sl-featured-product > .sl-product-image {
    height: 303px;
  }
  .sl-featured-product h3 {
    font-size: 27px;
  }
  .sl-product-story {
    font-size: 13px;
  }
  .sl-featured-product .sl-tags {
    gap: 3px;
  }
  .sl-featured-product .sl-tags > span {
    font-size: 10px;
    padding: 3px 5px;
  }
  .sl-featured-product .sl-button {
    font-size: 14px;
    padding: 10px;
  }
  .sl-price-list {
    padding: 20px;
  }
  .sl-price-list .sl-panel-heading h3 {
    font-size: 21px;
  }
  .sl-price-row {
    gap: 10px;
  }
  .sl-price-row > div strong {
    font-size: 19px;
  }
  .sl-price-amount {
    font-size: 29px;
  }
  .sl-price-mascot-row > .sl-mascot {
    left: 12%;
    width: 190px;
  }
  .sl-price-mascot-row > .sl-note {
    font-size: 35px;
    padding: 9px 18px;
  }
  .sl-photo-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .sl-photo-copy {
    position: relative;
    padding-right: 350px;
    min-height: 260px;
  }
  .sl-photo-copy h2 {
    font-size: 60px;
  }
  .sl-photo-copy .sl-lead {
    font-size: 19px;
  }
  .sl-photo-art {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .sl-photo-art .sl-mascot {
    width: 240px;
  }
  .sl-photo-art > p {
    font-size: 23px;
  }
  .sl-process-caption {
    margin-top: 13px !important;
  }
  .sl-workflow {
    gap: 28px;
  }
  .sl-step {
    padding: 20px;
    gap: 15px;
  }
  .sl-step-title h3 {
    font-size: 26px;
  }
  .sl-step .sl-button {
    font-size: 16px;
  }
  .sl-search-result h4 {
    font-size: 24px;
  }
  .sl-search-result p {
    font-size: 13px;
  }
  .sl-photo-layout > .sl-demo-note {
    grid-column: 1;
    margin-top: 0 !important;
  }
  .sl-places-layout {
    grid-template-columns: 56% minmax(0, 1fr);
    gap: 23px;
  }
  .sl-places-heading h2 {
    font-size: 50px;
  }
  .sl-places-heading .sl-lead {
    font-size: 17px;
    max-width: 320px;
  }
  .sl-places-art {
    right: -8px;
    bottom: 20px;
  }
  .sl-places-art .sl-mascot {
    width: 120px;
  }
  .sl-places-art .sl-note {
    display: none;
  }
  .sl-map-toolbar {
    flex-wrap: wrap;
    padding: 10px;
  }
  .sl-map-search {
    flex-basis: 100%;
    font-size: 13px;
  }
  .sl-map-toolbar button,
  .sl-map-toolbar label {
    flex: 1;
  }
  .sl-map-visual {
    height: 369px;
  }
  .sl-venue-header {
    grid-template-columns: 1fr;
  }
  .sl-venue-header > img {
    height: 145px;
    width: 100%;
  }
  .sl-place-card {
    padding: 19px;
  }
  .sl-venue-title h3 {
    font-size: 28px;
  }
  .sl-venue-header .sl-tags {
    margin: 8px 0;
  }
  .sl-place-location {
    font-size: 11px;
  }
  .sl-venue-actions {
    margin: 13px 0 18px;
  }
  .sl-corkage {
    padding: 16px 12px;
    margin-bottom: 16px;
  }
  .sl-corkage-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .sl-corkage-heading h4 {
    font-size: 31px;
  }
  .sl-status-options > span {
    font-size: 10px;
  }
  .sl-corkage-price {
    font-size: 36px;
  }
  .sl-corkage > p:not(.sl-corkage-price) {
    font-size: 12px;
  }
  .sl-record-grid {
    grid-template-columns: 44% minmax(0, 1fr);
    gap: 26px;
  }
  .sl-record-copy h2 {
    font-size: 54px;
  }
  .sl-record-subtitle {
    font-size: 23px;
  }
  .sl-record-copy .sl-lead {
    font-size: 18px;
  }
  .sl-summary {
    gap: 10px;
  }
  .sl-summary > div {
    min-height: 122px;
  }
  .sl-summary dd {
    font-size: 22px;
  }
  .sl-summary > div:last-child dd {
    font-size: 16px;
  }
  .sl-summary dt {
    font-size: 11px;
  }
  .sl-record-art {
    gap: 14px;
  }
  .sl-record-art .sl-mascot {
    width: 150px;
  }
  .sl-record-art .sl-note {
    font-size: 26px;
    padding: 12px;
  }
  .sl-record-panel {
    padding: 20px;
  }
  .sl-record-product h3 {
    font-size: 25px;
  }
  .sl-record-product .sl-demo-tag {
    display: none;
  }
  .sl-record-product p {
    font-size: 10px;
  }
  .sl-record-fields {
    gap: 13px 10px;
  }
  .sl-record-fields dd {
    font-size: 12px;
    padding: 9px 7px;
    gap: 5px;
  }
  .sl-stars {
    gap: 5px;
  }
  .sl-stars .sl-icon {
    width: 18px;
    height: 18px;
  }
  .sl-stars strong {
    font-size: 20px;
  }
  .sl-stars small {
    font-size: 10px;
  }
  .sl-record-tabs > button {
    font-size: 14px;
    gap: 5px;
  }
  .sl-record-panel > .sl-button {
    font-size: 18px;
  }
  .sl-collection-layout {
    grid-template-columns: 31% minmax(0, 1fr);
    gap: 24px;
  }
  .sl-collection-copy h2 {
    font-size: 43px;
  }
  .sl-collection-copy .sl-lead {
    font-size: 17px;
  }
  .sl-collection-note {
    flex-direction: column;
    gap: 25px;
  }
  .sl-collection-note > .sl-note {
    font-size: 26px;
  }
  .sl-collection {
    padding: 19px;
  }
  .sl-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .sl-collection-card {
    min-height: 195px;
  }
  .sl-collection-card h4 {
    font-size: 19px;
  }
  .sl-filters {
    gap: 6px;
  }
  .sl-filters > button {
    min-width: 58px;
    padding: 8px 12px;
  }
  .sl-download {
    grid-template-columns: 115px 1fr;
    gap: 20px;
    padding: 22px 26px;
  }
  .sl-download h2 {
    font-size: 43px;
  }
  .sl-download-brand .sl-mascot {
    width: 105px;
  }
  .sl-download-brand .sl-wordmark img {
    width: 85px;
  }
  .sl-download-brand .sl-wordmark > span {
    font-size: 14px;
  }
  .sl-download > .sl-stores {
    grid-column: 1/-1;
    max-width: none;
    grid-template-columns: 1fr 1fr;
  }
  .sl-download .sl-store {
    justify-content: flex-start;
    padding: 14px 22px;
  }
  .sl-download .sl-store-note {
    grid-column: 1/-1;
    text-align: center;
  }
  .sl-footer {
    gap: 8px 16px;
  }
  .sl-footer nav {
    gap: 14px;
    font-size: 11px;
  }
}
/* Give the attached scene its own row before the narrow two-column layout
   would push the mascot into the headline. Other sections keep their breakpoints. */
@media (min-width: 768px) and (max-width: 959px) {
  .sl-hero {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .sl-hero-copy { max-width: 620px; }
  .sl-hero-visual {
    width: min(100%, 640px);
    margin-inline: auto;
    padding-inline: 110px 80px;
    min-height: 710px;
  }
}
@media (max-width: 767px) {
  :root {
    --sl-shadow-xs:2px 3px 0 var(--sl-ink);
    --sl-shadow-sm:3px 4px 0 var(--sl-ink);
    --sl-shadow-md:4px 5px 0 var(--sl-ink);
    --sl-shadow-lg:5px 6px 0 var(--sl-ink);
  }
  .sl-container {
    padding-inline: 20px;
  }
  .sl-section {
    padding-block: 60px;
  }
  .sl-page h1 {
    font-size: clamp(50px, 13.7vw, 68px);
    letter-spacing: -.065em;
    -webkit-text-stroke: .7px;
  }
  .sl-page h2 {
    font-size: clamp(40px, 10.8vw, 54px);
    -webkit-text-stroke: .5px;
    letter-spacing: -.06em;
  }
  .sl-page h3 {
    font-size: 25px;
  }
  .sl-lead {
    font-size: 18px;
  }
  .sl-eyebrow {
    font-size: 13px;
    letter-spacing: .03em;
    margin-bottom: 15px !important;
  }
  .sl-panel {
    border-width: 2px;
    border-radius: 13px;
    box-shadow: var(--sl-shadow-md);
  }
  .sl-button {
    font-size: 15px;
    min-height: 51px;
  }
  .sl-demo-note {
    font-size: 10px !important;
  }
  .sl-demo-label {
    font-size: 10px;
  }
  .sl-header-inner {
    height: 71px;
    gap: 8px;
  }
  .sl-brand-group {
    gap: 9px;
  }
  .sl-studio {
    font-size: 10px;
    letter-spacing: -.02em;
  }
  .sl-brand-divider {
    height: 18px;
  }
  .sl-header .sl-wordmark {
    gap: 4px;
  }
  .sl-header .sl-wordmark img {
    width: 79px;
  }
  .sl-header .sl-wordmark > span {
    font-size: 14px;
  }
  .sl-header nav {
    gap: 8px;
    font-size: 12px;
  }
  .sl-header nav > a:first-child {
    display: none;
  }
  .sl-header-download {
    min-width: 77px !important;
    min-height: 44px;
    padding: 8px 10px;
    border-radius: 7px;
    font-size: 12px;
  }
  .sl-store {
    gap: 9px;
    padding: 12px 9px;
    min-height: 80px;
    border-radius: 9px;
    box-shadow: var(--sl-shadow-xs);
  }
  .sl-store strong {
    font-size: 17px;
  }
  .sl-store strong small {
    display: none;
  }
  .sl-store strong + span {
    font-size: 12px;
    margin-top: 6px;
  }
  .sl-store-icon,
  .sl-play-mark {
    width: 25px;
    height: 31px;
  }
  .sl-store > .sl-icon {
    width: 13px;
    height: 13px;
  }
  .sl-store-note {
    font-size: 11px;
    margin-top: 6px !important;
  }
  .sl-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding-block: 46px 36px;
    gap: 27px;
  }
  .sl-tagline {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
  .sl-hero-copy .sl-lead {
    font-size: 18px;
    line-height: 1.65;
    margin: 21px 0 26px;
  }
  .sl-hero-visual {
    min-height: 600px;
    padding: 25px 14px 25px 112px;
    isolation: isolate;
  }
  .sl-phone-composition {
    --sl-phone-width: 245px;
    transform: rotate(-3deg);
  }
  .sl-phone {
    border-width: 5px;
    border-radius: 32px;
    box-shadow: var(--sl-shadow-md);
  }
  .sl-phone-screen {
    min-height: 532px;
    border-radius: 25px;
    padding: 0 10px 9px;
  }
  .sl-phone-status {
    font-size: 10px;
    height: 31px;
    padding-inline: 4px;
  }
  .sl-camera-island {
    height: 16px;
    width: 86px;
  }
  .sl-phone-header {
    padding-bottom: 9px;
    margin-top: 5px;
    gap: 3px;
  }
  .sl-phone-header .sl-wordmark {
    gap: 4px;
  }
  .sl-phone-header .sl-wordmark img {
    width: 73px;
  }
  .sl-phone-header .sl-wordmark > span {
    font-size: 11px;
  }
  .sl-phone-header > div {
    gap: 4px;
  }
  .sl-phone-header .sl-icon {
    width: 15px;
    height: 15px;
  }
  .sl-phone-header small {
    font-size: 7px;
  }
  .sl-phone-search {
    font-size: 10px;
    margin: 10px 0 12px;
    gap: 5px;
  }
  .sl-phone-search > span {
    min-height: 32px;
    padding: 5px 7px;
    gap: 5px;
  }
  .sl-phone-search > span:last-child {
    min-height: 27px;
  }
  .sl-phone-search .sl-icon {
    width: 14px;
    height: 14px;
  }
  .sl-preview-heading {
    font-size: 12px;
    margin: 12px 0 7px;
  }
  .sl-preview-heading > span {
    font-size: 8px;
  }
  .sl-preview-heading > span > .sl-icon {
    width: 11px;
    height: 11px;
  }
  .sl-preview-heading i {
    font-size: 17px;
  }
  .sl-phone-recent > div {
    gap: 4px;
    padding: 5px;
  }
  .sl-phone-recent .sl-product-image {
    width: 25px;
    height: 44px;
  }
  .sl-phone-recent strong {
    font-size: 9px;
  }
  .sl-phone-recent b {
    font-size: 10px;
  }
  .sl-phone-recent small {
    font-size: 7px;
  }
  .sl-phone-recent > div > .sl-icon {
    width: 11px;
    height: 11px;
  }
  .sl-phone-popular {
    gap: 5px;
  }
  .sl-phone-popular > div {
    padding: 4px;
  }
  .sl-phone-popular .sl-product-image {
    height: 70px;
  }
  .sl-phone-popular strong {
    font-size: 8px;
  }
  .sl-phone-popular b {
    font-size: 8px;
    white-space: nowrap;
  }
  .sl-phone-shortcuts {
    gap: 5px;
  }
  .sl-phone-shortcuts > a {
    min-height: 71px;
  }
  .sl-phone-shortcuts .sl-icon {
    width: 19px;
    height: 19px;
  }
  .sl-phone-shortcuts strong {
    font-size: 8px;
  }
  .sl-phone-shortcuts small {
    font-size: 6px;
  }
  .sl-phone-shortcuts small .sl-icon {
    width: 8px;
    height: 8px;
  }
  .sl-phone-demo {
    font-size: 7px;
    margin-top: 13px !important;
  }
  .sl-hero-backdrop {
    left: 10%;
    right: 15%;
    top: 13%;
    bottom: 12%;
    border-radius: 20px;
    transform: rotate(-11deg);
  }
  .sl-float {
    border-width: 2px;
    border-radius: 10px;
    padding: 10px 12px;
    box-shadow: var(--sl-shadow-sm);
    min-width: 118px;
  }
  .sl-float--price {
    right: 0;
    top: 26%;
  }
  .sl-float--price > .sl-icon {
    width: 24px;
    height: 24px;
  }
  .sl-float strong {
    font-size: 22px;
  }
  .sl-float > span {
    font-size: 12px;
    margin-top: 2px;
  }
  .sl-float small {
    font-size: 8px;
    bottom: 7px;
    right: 7px;
  }
  .sl-float--rating {
    min-width: 100px;
    right: 0;
    top: 49%;
  }
  .sl-float--rating > div {
    gap: 7px;
  }
  .sl-float--rating strong {
    font-size: 29px;
  }
  .sl-float--rating .sl-icon {
    width: 24px;
    height: 24px;
  }
  .sl-price-section {
    padding-block: 53px 35px;
  }
  .sl-price-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .sl-price-left h2 {
    font-size: 47px;
  }
  .sl-price-left > .sl-lead {
    font-size: 17px;
    margin: 20px 0 28px;
  }
  .sl-featured-product {
    grid-template-columns: 42% minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
    min-height: 312px;
  }
  .sl-featured-product > .sl-product-image {
    height: 261px;
  }
  .sl-featured-product h3 {
    font-size: 25px;
    margin-top: 12px;
  }
  .sl-product-english {
    font-size: 9px;
    margin: 6px 0 11px !important;
  }
  .sl-featured-product .sl-demo-tag {
    font-size: 8px;
    padding: 3px 4px;
  }
  .sl-featured-product .sl-tags > span {
    font-size: 9px;
    padding: 2px 4px;
  }
  .sl-product-story {
    font-size: 11px;
    margin-top: 12px !important;
  }
  .sl-product-rating {
    margin: 12px 0;
    gap: 7px;
  }
  .sl-product-rating strong {
    font-size: 23px;
  }
  .sl-product-rating > .sl-icon:first-child {
    width: 25px;
    height: 25px;
  }
  .sl-product-rating > .sl-icon:last-child {
    width: 20px;
    height: 20px;
  }
  .sl-featured-product .sl-button {
    font-size: 12px;
    padding: 9px 6px;
    gap: 4px;
  }
  .sl-featured-product .sl-button > .sl-icon {
    width: 17px;
    height: 17px;
  }
  .sl-price-mascot-row {
    height: 115px;
  }
  .sl-price-mascot-row > .sl-mascot {
    width: 155px;
    left: 15%;
    bottom: -7px;
  }
  .sl-price-mascot-row > .sl-note {
    font-size: 31px;
    right: 17px;
    bottom: 18px;
    padding: 8px 15px;
  }
  .sl-price-list {
    padding: 17px;
  }
  .sl-price-list .sl-panel-heading h3 {
    font-size: 21px;
    letter-spacing: -.05em;
  }
  .sl-sort select {
    font-size: 11px;
    padding: 5px;
    max-width: 91px;
  }
  .sl-price-row {
    gap: 7px;
    min-height: 92px;
    padding: 13px 10px;
  }
  .sl-price-row > div strong {
    font-size: 19px;
  }
  .sl-price-row time {
    font-size: 10px;
  }
  .sl-price-row > div span {
    font-size: 10px;
  }
  .sl-price-amount {
    font-size: 28px;
  }
  .sl-price-row > .sl-icon {
    width: 18px;
    height: 18px;
  }
  .sl-price-list > .sl-button {
    font-size: 14px;
  }
  .sl-price-grid > .sl-demo-note {
    margin-top: 0 !important;
  }
  .sl-photo-layout {
    gap: 29px;
  }
  .sl-photo-copy {
    padding-right: 0;
    min-height: 0;
  }
  .sl-photo-copy h2 {
    font-size: 43px;
  }
  .sl-photo-copy .sl-lead {
    font-size: 17px;
    margin-top: 22px;
  }
  .sl-process-caption {
    font-size: 14px;
    margin-top: 16px !important;
  }
  .sl-photo-art {
    position: relative;
    right: auto;
    top: auto;
    margin: 24px 0 0;
    justify-content: center;
    gap: 22px;
  }
  .sl-photo-art .sl-mascot {
    width: 193px;
  }
  .sl-photo-art > p {
    font-size: 25px;
  }
  .sl-workflow {
    grid-template-columns: 1fr;
    gap: 39px;
  }
  .sl-step {
    padding: 21px;
    gap: 16px;
  }
  .sl-step-title > span {
    width: 56px;
    height: 55px;
    font-size: 32px;
  }
  .sl-step-title h3 {
    font-size: 29px;
  }
  .sl-step > p:not(.sl-result-status) {
    font-size: 14px;
    min-height: 0;
  }
  .sl-step .sl-button {
    font-size: 16px;
    min-height: 53px;
  }
  .sl-flow-arrow {
    top: auto;
    bottom: -45px;
    right: calc(50% - 20px);
    transform: rotate(90deg);
    height: 48px;
    width: 40px;
  }
  .sl-scan-photo {
    min-height: 315px;
    flex: auto;
  }
  .sl-scan-photo .sl-product-image {
    object-fit: contain;
  }
  .sl-scan-frame {
    inset: 26% 22% 20%;
  }
  .sl-scan-label {
    font-size: 11px;
    bottom: 12px;
    left: 24px;
    right: 24px;
  }
  .sl-recognition {
    padding: 22px 18px;
    min-height: 305px;
  }
  .sl-recognition h4 {
    font-size: 22px;
  }
  .sl-spark {
    position: absolute;
    right: 0;
    top: -6px;
  }
  .sl-word-chips {
    margin: 26px 0 12px;
    gap: 10px;
  }
  .sl-word-chips > span {
    font-size: 17px;
    padding: 7px 10px;
  }
  .sl-down-arrow {
    margin: 10px 0 20px;
  }
  .sl-confirm-name {
    padding: 18px;
  }
  .sl-confirm-name strong {
    font-size: 25px;
  }
  .sl-confirm-name span {
    font-size: 14px;
  }
  .sl-search-result {
    grid-template-columns: 40% 1fr;
    gap: 15px;
    padding: 15px 0;
  }
  .sl-search-result > .sl-product-image {
    height: 200px;
  }
  .sl-search-result h4 {
    font-size: 26px;
  }
  .sl-search-result p,
  .sl-search-result .sl-result-description {
    font-size: 13px;
  }
  .sl-mini-rating {
    font-size: 25px;
    margin-top: 11px;
  }
  .sl-result-sizes > strong {
    font-size: 15px;
  }
  .sl-result-sizes span {
    font-size: 14px;
  }
  .sl-result-status {
    font-size: 12px;
    min-height: 0;
  }
  .sl-photo-layout > .sl-demo-note {
    font-size: 10px !important;
  }
  .sl-places-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sl-places-heading {
    padding-bottom: 21px;
  }
  .sl-places-heading h2 {
    font-size: 39px;
  }
  .sl-places-heading .sl-lead {
    font-size: 17px;
    max-width: none;
    margin-top: 21px;
  }
  .sl-places-art {
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: flex-end;
    margin-top: 15px;
    gap: 8px;
  }
  .sl-places-art .sl-note {
    display: block;
    font-size: 25px;
    transform: rotate(-7deg);
    padding: 9px 14px;
  }
  .sl-places-art .sl-mascot {
    width: 158px;
  }
  .sl-map-toolbar {
    gap: 8px;
  }
  .sl-map-search {
    min-height: 41px;
    font-size: 11px;
  }
  .sl-map-toolbar button,
  .sl-map-toolbar label {
    font-size: 12px;
  }
  .sl-map-toolbar label select {
    font-size: 12px;
  }
  .sl-map-visual {
    height: 331px;
  }
  .sl-map-labels {
    font-size: 22px;
  }
  .sl-map-pin > strong {
    font-size: 9px;
    padding: 2px 4px;
  }
  .sl-map-pin > span {
    width: 27px;
    height: 27px;
  }
  .sl-map-pin > span > .sl-icon {
    width: 15px;
    height: 15px;
  }
  .sl-map-pin.is-selected > span {
    width: 35px;
    height: 35px;
  }
  .sl-map-pin.is-selected > strong {
    font-size: 12px;
  }
  .sl-map-bottom-pill {
    font-size: 11px;
    padding: 6px 9px;
    bottom: 29px;
    left: 11px;
  }
  .sl-map-credit {
    font-size: 8px;
  }
  .sl-map-compass {
    right: 10px;
    bottom: 22px;
    width: 35px;
    height: 35px;
  }
  .sl-map figcaption {
    font-size: 10px;
    min-height: 35px;
  }
  .sl-place-card {
    padding: 20px;
  }
  .sl-venue-header {
    grid-template-columns: 34% minmax(0, 1fr);
    gap: 13px;
  }
  .sl-venue-header > img {
    height: 144px;
  }
  .sl-venue-title {
    flex-wrap: wrap;
    gap: 0;
  }
  .sl-venue-title h3 {
    font-size: 25px;
    flex: 1;
  }
  .sl-favorite {
    font-size: 9px;
    min-width: 44px;
    min-height: 44px;
  }
  .sl-favorite .sl-icon {
    width: 22px;
    height: 22px;
  }
  .sl-venue-header .sl-tags {
    gap: 3px;
    margin: 7px 0;
  }
  .sl-venue-header .sl-tags > span {
    font-size: 9px;
    padding: 2px 4px;
  }
  .sl-place-location {
    font-size: 10px;
  }
  .sl-venue-actions {
    margin: 18px 0 22px;
  }
  .sl-venue-actions button {
    font-size: 12px;
  }
  .sl-venue-actions .sl-icon {
    width: 19px;
    height: 19px;
  }
  .sl-corkage {
    padding: 22px 14px;
    margin-bottom: 20px;
  }
  .sl-corkage-heading {
    flex-direction: row;
    align-items: center;
  }
  .sl-corkage-heading h4 {
    font-size: 31px;
  }
  .sl-status-options {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 120px;
  }
  .sl-status-options > span {
    font-size: 9px;
  }
  .sl-corkage-price {
    font-size: 40px;
  }
  .sl-corkage-price > span {
    font-size: 20px;
  }
  .sl-corkage > p:not(.sl-corkage-price) {
    font-size: 12px;
  }
  .sl-checked {
    font-size: 10px;
  }
  .sl-place-card > .sl-button {
    font-size: 17px;
    min-height: 55px;
  }
  .sl-record-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .sl-record-copy h2 {
    font-size: 44px;
  }
  .sl-record-subtitle {
    font-size: 22px;
    margin: 22px 0 12px !important;
  }
  .sl-record-copy .sl-lead {
    font-size: 17px;
  }
  .sl-summary {
    gap: 10px;
    margin-top: 25px !important;
  }
  .sl-summary > div {
    min-height: 123px;
    border-radius: 9px;
    padding: 12px 4px;
    gap: 5px;
  }
  .sl-summary > div > .sl-icon {
    width: 27px;
    height: 27px;
  }
  .sl-summary dd {
    font-size: 22px;
  }
  .sl-summary > div:last-child dd {
    font-size: 16px;
  }
  .sl-summary dt {
    font-size: 10px;
  }
  .sl-record-art {
    gap: 18px;
    justify-content: center;
    margin-top: 31px;
  }
  .sl-record-art .sl-mascot {
    width: 151px;
  }
  .sl-record-art .sl-note {
    font-size: 27px;
    padding: 13px 10px;
  }
  .sl-record-panel {
    padding: 19px 17px;
  }
  .sl-record-product {
    gap: 13px;
  }
  .sl-record-product > .sl-product-image {
    width: 48px;
    height: 72px;
  }
  .sl-record-product h3 {
    font-size: 26px;
  }
  .sl-record-product p {
    font-size: 10px;
    margin-top: 6px;
  }
  .sl-record-tabs {
    gap: 6px;
    margin: 17px 0;
  }
  .sl-record-tabs > button {
    font-size: 13px;
    gap: 6px;
    min-height: 47px;
  }
  .sl-record-tabs .sl-icon {
    width: 18px;
    height: 18px;
  }
  .sl-record-fields {
    gap: 14px 10px;
  }
  .sl-record-fields dt {
    font-size: 11px;
  }
  .sl-record-fields dd {
    font-size: 11px;
    padding: 8px 7px;
    gap: 5px;
  }
  .sl-record-fields dd > .sl-icon {
    width: 15px;
    height: 15px;
  }
  .sl-record-fields dd > small {
    font-size: 11px;
  }
  .sl-record-fields dd.sl-record-amount {
    font-size: 23px;
  }
  .sl-record-fields .sl-field-wide dd {
    font-size: 12px;
  }
  .sl-stars {
    gap: 4px;
  }
  .sl-stars .sl-icon {
    width: 17px;
    height: 17px;
  }
  .sl-stars strong {
    font-size: 19px;
  }
  .sl-stars small {
    display: none;
  }
  .sl-sharing > span {
    font-size: 12px;
  }
  .sl-sharing-note {
    font-size: 10px;
    min-height: 30px;
    line-height: 1.5;
    margin: 0 0 14px !important;
  }
  .sl-record-panel > .sl-button {
    font-size: 18px;
    min-height: 55px;
  }
  .sl-record-panel > .sl-demo-note {
    font-size: 9px !important;
  }
  .sl-record-bridge {
    font-size: 25px;
    margin-top: 17px !important;
  }
  .sl-collection-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sl-collection-copy h2 {
    font-size: 44px;
  }
  .sl-collection-copy .sl-lead {
    font-size: 17px;
    margin-top: 23px;
  }
  .sl-collection-note {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin-top: 30px;
  }
  .sl-book-stack {
    width: 137px;
  }
  .sl-book-stack > span {
    font-size: 11px;
    padding: 7px 10px;
  }
  .sl-collection-note > .sl-note {
    font-size: 25px;
    padding: 10px;
  }
  .sl-collection {
    padding: 19px 14px;
  }
  .sl-collection .sl-panel-heading h3 {
    font-size: 25px;
  }
  .sl-collection .sl-caption {
    font-size: 11px;
  }
  .sl-filters {
    gap: 5px;
    padding: 16px 0;
    margin-bottom: 18px;
    justify-content: space-between;
  }
  .sl-filters > button {
    min-width: 0;
    flex: 1;
    padding: 8px 5px;
    font-size: 12px;
    min-height: 44px;
  }
  .sl-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }
  .sl-collection-card {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 7px;
    min-height: 0;
  }
  .sl-collection-card > .sl-product-image {
    width: 100%;
    height: 153px;
  }
  .sl-collection-card h4 {
    font-size: 19px;
    line-height: 1.25;
    margin: 3px 0 5px;
  }
  .sl-collection-card time {
    font-size: 10px;
  }
  .sl-collection-amount {
    font-size: 18px;
  }
  .sl-collection-amount > span {
    font-size: 14px;
  }
  .sl-record-kind {
    font-size: 10px;
    padding: 3px 4px;
    line-height: 1.4;
  }
  .sl-collection-card summary {
    font-size: 11px;
    min-height: 44px;
  }
  .sl-collection-layout > div > .sl-demo-note {
    text-align: left;
    font-size: 10px !important;
  }
  .sl-download {
    margin-top: 43px;
    padding: 22px 17px;
    grid-template-columns: 85px minmax(0, 1fr);
    gap: 17px 14px;
    border-width: 2px;
    border-radius: 12px;
    box-shadow: var(--sl-shadow-md);
  }
  .sl-download-brand {
    gap: 8px;
  }
  .sl-download-brand .sl-mascot {
    width: 87px;
  }
  .sl-download-brand .sl-wordmark img {
    width: 72px;
  }
  .sl-download-brand .sl-wordmark > span {
    display: none;
  }
  .sl-download h2 {
    font-size: 29px;
    letter-spacing: -.065em;
    line-height: 1.18;
  }
  .sl-download > div > p {
    font-size: 12px;
    margin-top: 11px;
    word-break: keep-all;
  }
  .sl-download > .sl-stores {
    gap: 9px;
  }
  .sl-download .sl-store {
    padding: 10px 7px;
    gap: 6px;
    min-height: 73px;
  }
  .sl-download .sl-store strong {
    font-size: 15px;
  }
  .sl-download .sl-store strong + span {
    font-size: 11px;
  }
  .sl-download .sl-store-icon,
  .sl-download .sl-play-mark {
    width: 21px;
    height: 27px;
  }
  .sl-download .sl-store > .sl-icon {
    width: 11px;
    height: 11px;
  }
  .sl-download .sl-store-note {
    font-size: 9px;
    margin-top: 6px !important;
  }
  .sl-footer {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-block: 24px;
  }
  .sl-footer .sl-brand-group {
    gap: 12px;
  }
  .sl-footer .sl-studio {
    font-size: 11px;
  }
  .sl-footer .sl-wordmark img {
    width: 84px;
  }
  .sl-footer .sl-wordmark > span {
    font-size: 14px;
  }
  .sl-footer nav {
    flex-wrap: wrap;
    gap: 0 18px;
    font-size: 10px;
  }
  .sl-footer > p,
  .sl-footer > small {
    text-align: left;
    font-size: 10px;
  }
}
@media (max-width: 359px) {
  .sl-container {
    padding-inline: 16px;
  }
  .sl-header .sl-wordmark img {
    width: 67px;
  }
  .sl-header .sl-wordmark > span {
    display: none;
  }
  .sl-studio {
    font-size: 9px;
  }
  .sl-header-download {
    min-width: 72px !important;
  }
  .sl-hero-visual {
    padding-inline: 94px 0;
    min-height: 600px;
  }
  .sl-phone-composition {
    --sl-phone-width: 210px;
    transform: none;
  }
  .sl-phone-shortcuts {
    grid-template-columns: repeat(2, 1fr);
  }
  .sl-phone-popular b {
    font-size: 7px;
    white-space: nowrap;
  }
  .sl-float--price,
  .sl-float--rating {
    right: 0;
  }
  .sl-float--price {
    top: 28%;
  }
  .sl-float {
    padding: 8px 10px;
    min-width: 105px;
  }
  .sl-float strong {
    font-size: 20px;
  }
  .sl-float--rating {
    min-width: 91px;
  }
  .sl-float--rating strong {
    font-size: 27px;
  }
  .sl-store {
    gap: 7px;
    padding: 11px 8px;
  }
  .sl-store strong {
    font-size: 15px;
  }
  .sl-store-icon,
  .sl-play-mark {
    width: 22px;
    height: 28px;
  }
  .sl-store > .sl-icon {
    width: 11px;
  }
  .sl-price-left h2 {
    font-size: 41px;
  }
  .sl-featured-product {
    padding: 13px;
    gap: 12px;
    grid-template-columns: 40% minmax(0, 1fr);
  }
  .sl-featured-product > .sl-product-image {
    height: 238px;
  }
  .sl-featured-product h3 {
    font-size: 22px;
  }
  .sl-product-story {
    font-size: 10px;
  }
  .sl-featured-product .sl-button {
    font-size: 11px;
  }
  .sl-price-list {
    padding: 14px;
  }
  .sl-price-list .sl-panel-heading h3 {
    font-size: 18px;
  }
  .sl-price-amount {
    font-size: 25px;
  }
  .sl-price-row > div strong {
    font-size: 17px;
  }
  .sl-photo-copy h2 {
    font-size: 39px;
  }
  .sl-photo-art .sl-mascot {
    width: 173px;
  }
  .sl-photo-art {
    gap: 12px;
  }
  .sl-step {
    padding: 17px;
  }
  .sl-places-heading h2 {
    font-size: 34px;
  }
  .sl-record-copy h2 {
    font-size: 39px;
  }
  .sl-summary {
    gap: 7px;
  }
  .sl-summary dd {
    font-size: 20px;
  }
  .sl-summary > div:last-child dd {
    font-size: 14px;
  }
  .sl-summary dt {
    font-size: 9px;
  }
  .sl-record-art {
    gap: 12px;
  }
  .sl-record-art .sl-mascot {
    width: 127px;
  }
  .sl-record-art .sl-note {
    font-size: 24px;
    padding: 10px 8px;
  }
  .sl-record-panel {
    padding: 17px 13px;
  }
  .sl-record-fields {
    gap: 12px 8px;
  }
  .sl-record-fields dd {
    font-size: 10px;
    padding: 7px 5px;
    gap: 3px;
  }
  .sl-stars .sl-icon {
    width: 14px;
    height: 14px;
  }
  .sl-stars strong {
    font-size: 17px;
  }
  .sl-record-tabs > button {
    font-size: 11px;
    gap: 5px;
  }
  .sl-venue-header {
    grid-template-columns: 31% minmax(0, 1fr);
    gap: 10px;
  }
  .sl-place-card {
    padding: 17px;
  }
  .sl-venue-title h3 {
    font-size: 22px;
  }
  .sl-corkage-heading h4 {
    font-size: 29px;
  }
  .sl-status-options {
    max-width: 90px;
  }
  .sl-collection-copy h2 {
    font-size: 39px;
  }
  .sl-collection-note {
    gap: 17px;
  }
  .sl-book-stack {
    width: 122px;
  }
  .sl-book-stack > span {
    font-size: 10px;
  }
  .sl-collection-note > .sl-note {
    font-size: 22px;
  }
  .sl-collection {
    padding: 17px 12px;
  }
  .sl-collection-grid {
    gap: 9px;
  }
  .sl-collection-card {
    padding: 8px;
  }
  .sl-collection-card > .sl-product-image {
    height: 132px;
  }
  .sl-collection-card h4 {
    font-size: 17px;
  }
  .sl-collection-amount {
    font-size: 16px;
  }
  .sl-record-kind {
    font-size: 9px;
  }
  .sl-download {
    padding: 20px 13px;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px 11px;
  }
  .sl-download h2 {
    font-size: 25px;
  }
  .sl-download .sl-store strong {
    font-size: 13px;
  }
  .sl-download .sl-store {
    gap: 5px;
    padding: 10px 6px;
  }
  .sl-download .sl-store-icon,
  .sl-download .sl-play-mark {
    width: 18px;
    height: 23px;
  }
  .sl-download-brand .sl-mascot {
    width: 74px;
  }
  .sl-download-brand .sl-wordmark img {
    width: 63px;
  }
  .sl-map-pin > strong {
    font-size: 8px;
  }
}
@media (max-width: 359px) {
  .sl-hero-backdrop {
    left: 17%;
    right: 17%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .sl-page *,
  .sl-page *::before,
  .sl-page *::after {
    transition: none !important;
    animation: none !important;
  }
  .sl-reveal-pending {
    opacity: 1;
    transform: none;
  }
}
