/* The instant website concept rendered inside the builder frame (its own palette, set by gen.js). */
.pv { --bg: #f6f6f6; --ink: #1a1a1a; --acc: #cfcfcf; --acc2: #dedede; --soft: #ececec; --df: system-ui; --bf: system-ui; --dw: 700; --track: -0.02em; --r: 8px;
  position: relative; min-height: 100%; background: var(--bg); color: var(--ink); font-family: system-ui, sans-serif; transition: background-color .9s, color .9s; }
.pv:not(.c-col) { --bg: #f7f7f7 !important; --ink: #1c1c1c !important; --acc: #d4d4d4 !important; --acc2: #c9c9c9 !important; --soft: #e8e8e8 !important; }
.pv.c-type { font-family: var(--bf); }
.pv .tx { transition: color .5s, background-color .5s; }
.pv:not(.c-type) .tx { color: transparent !important; background: #e3e3e3; border-radius: 4px; }
.pv:not(.c-type) .pv-h1 { background: none; }
.pv-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 5%; border-bottom: 1px solid color-mix(in srgb, var(--ink) 12%, transparent); }
.pv-logo { font-family: var(--df); font-weight: var(--dw); font-size: 20px; letter-spacing: var(--track); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 45%; }
.pv[data-upper="1"] .pv-logo, .pv[data-upper="1"] .pv-h1, .pv[data-upper="1"] .pv-sh h2, .pv[data-upper="1"] .pv-vc h2 { text-transform: uppercase; }
.pv-links { font-size: 13px; opacity: .75; white-space: pre; }
.pv-btn, .pv-cta, .pv-add { display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; white-space: nowrap; background: var(--acc2); color: var(--bg); padding: 9px 16px; transition: background-color .9s, color .9s; }
.pv[data-btn="pill"] .pv-btn, .pv[data-btn="pill"] .pv-cta, .pv[data-btn="pill"] .pv-add { border-radius: 999px; }
.pv[data-btn="square"] .pv-btn, .pv[data-btn="square"] .pv-cta, .pv[data-btn="square"] .pv-add { border-radius: calc(var(--r) / 2); }
.pv[data-btn="underline"] .pv-btn, .pv[data-btn="underline"] .pv-cta, .pv[data-btn="underline"] .pv-add { background: none; color: var(--ink); padding: 6px 0; border-bottom: 1px solid var(--acc); border-radius: 0; }
.pv-cta { background: var(--acc); color: var(--ink); padding: 14px 24px; font-size: 15px; margin-top: 22px; }
.pv-hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 5%; align-items: center; padding: 6% 5%; min-height: 380px; }
.pv-kick { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.pv-h1 { font-family: var(--df); font-weight: var(--dw); letter-spacing: var(--track); font-size: clamp(34px, 6.2cqi, 76px); line-height: 1; margin-top: 14px; min-height: 1em; overflow-wrap: anywhere; }
.pv-sub { margin-top: 18px; font-size: 15px; line-height: 1.55; opacity: .8; max-width: 34em; }
.pv-art { border-radius: var(--r); opacity: 0; transform: scale(.97); transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1); }
.pv.c-art .pv-art { opacity: 1; transform: none; }
.pv:not(.c-art) .pv-art { background: repeating-linear-gradient(45deg, #e0e0e0 0 10px, #ebebeb 10px 20px) !important; opacity: 1; }
.pv-hero-art { aspect-ratio: 4 / 5; width: 100%; max-height: 460px; }
.pv[data-hero="center"] .pv-hero { grid-template-columns: 1fr; position: relative; text-align: center; min-height: 460px; }
.pv[data-hero="center"] .pv-hero-art { position: absolute; inset: 4% 5%; width: auto; max-height: none; aspect-ratio: auto; }
.pv[data-hero="center"] .pv-copy { position: relative; z-index: 1; background: color-mix(in srgb, var(--bg) 86%, transparent); padding: 34px; border-radius: var(--r); max-width: 620px; justify-self: center; }
.pv[data-hero="center"] .pv-sub { margin-left: auto; margin-right: auto; }
.pv[data-hero="poster"] .pv-hero { grid-template-columns: 1fr; gap: 26px; }
.pv[data-hero="poster"] .pv-h1 { font-size: clamp(48px, 13cqi, 170px); line-height: .88; }
.pv[data-hero="poster"] .pv-hero-art { aspect-ratio: 16 / 5; max-height: 240px; }
.pv[data-hero="stack"] .pv-hero { grid-template-columns: 1fr; gap: 30px; }
.pv[data-hero="stack"] .pv-hero-art { order: -1; aspect-ratio: 16 / 6; max-height: 300px; }
.pv[data-hero="stack"] .pv-h1 { font-size: clamp(38px, 8cqi, 104px); max-width: 12em; }
.pv-shop { padding: 4% 5% 6%; }
.pv-sh { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; }
.pv-sh h2, .pv-vc h2 { font-family: var(--df); font-weight: var(--dw); letter-spacing: var(--track); font-size: clamp(24px, 3.4cqi, 40px); line-height: 1.05; }
.pv-sh span { font-size: 13px; opacity: .7; }
.pv-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.pv-card { opacity: 0; transform: translateY(14px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.pv.c-shop .pv-card { opacity: 1; transform: none; }
.pv-card .pv-art { aspect-ratio: 4 / 5; }
.pv-row { display: flex; justify-content: space-between; gap: 10px; margin: 12px 0 10px; font-size: 14px; }
.pv-row b { font-weight: 600; }
.pv-add { font-size: 12px; padding: 7px 12px; }
.pv-visit { display: grid; grid-template-columns: 1fr 1fr; gap: 5%; align-items: center; padding: 5%; background: var(--soft); transition: background-color .9s; }
.pv-vc p { margin-top: 12px; opacity: .75; font-size: 15px; }
.pv-map { aspect-ratio: 16 / 9; }
.pv-foot { display: flex; justify-content: space-between; padding: 22px 5%; font-size: 13px; }
.pv-foot b { font-family: var(--df); font-weight: var(--dw); }
.pv-toast { position: sticky; bottom: 16px; margin: -76px 16px 16px auto; width: min(320px, calc(100% - 32px)); display: grid; gap: 2px; padding: 14px 16px 14px 52px; border-radius: 14px; background: #111; color: #fff; font-family: system-ui, sans-serif; font-size: 13px; box-shadow: 0 20px 40px -12px rgba(0,0,0,.5); opacity: 0; transform: translateY(20px); transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1); pointer-events: none; z-index: 5; }
.pv-toast::before { content: ""; position: absolute; left: 16px; top: 50%; width: 24px; height: 24px; margin-top: -12px; border-radius: 7px; background: #ff5a36 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5 9-10'/%3E%3C/svg%3E") center / 14px no-repeat; }
.pv-toast span { opacity: .7; }
.pv.c-toast .pv-toast { opacity: 1; transform: none; }
@container (max-width: 620px) {
  .pv-links { display: none; }
  .pv-nav { padding: 14px 5%; gap: 10px; }
  .pv-logo { max-width: 62%; font-size: clamp(14px, 4.4cqi, 18px); white-space: normal; line-height: 1.1; }
  .pv-btn { padding: 8px 12px; font-size: 12px; }
  .pv-hero { grid-template-columns: 1fr; padding: 8% 6%; min-height: 0; }
  .pv-hero-art { aspect-ratio: 16 / 10; order: -1; }
  .pv[data-hero="center"] .pv-copy { padding: 22px; }
  .pv-grid { grid-template-columns: 1fr 1fr; }
  .pv-visit { grid-template-columns: 1fr; gap: 18px; }
  .pv-h1 { font-size: clamp(32px, 11cqi, 60px); }
  .pv[data-hero="poster"] .pv-h1 { font-size: clamp(40px, 16cqi, 90px); }
}

