/* ice-experience.css */
/* Direction 04: one coordinated product story, from the find to your okay. */
#app .signup-fields { grid-template-columns: minmax(0, 1fr) auto; }
.ice {
  --concept-bg: #d9edf5;
  --concept-ink: #143a56;
  --concept-accent: #143a56;
  --concept-button-ink: #f0f8fb;
  --concept-muted: #426079;
  --new-chat-height: 620px;
  transition: background-color .7s ease, color .7s ease;
}
.ice[data-active-story="tv"] {
  --concept-bg: #f4ded0;
  --concept-ink: #582e25;
  --concept-accent: #863e2e;
  --concept-button-ink: #fff7e9;
  --concept-muted: #765247;
}
.ice[data-active-story="collector"] {
  --concept-bg: #e2eccb;
  --concept-ink: #254c30;
  --concept-accent: #305a38;
  --concept-button-ink: #f0f5df;
  --concept-muted: #526645;
}
html[data-theme="dark"] .ice {
  --concept-bg: #172e3d;
  --concept-ink: #d9edf5;
  --concept-accent: #b9dcea;
  --concept-button-ink: #17394e;
  --concept-muted: #b0c8d4;
}
html[data-theme="dark"] .ice[data-active-story="tv"] {
  --concept-bg: #36231f;
  --concept-ink: #f4ded0;
  --concept-accent: #efb29b;
  --concept-button-ink: #3e211b;
  --concept-muted: #d4b4a5;
}
html[data-theme="dark"] .ice[data-active-story="collector"] {
  --concept-bg: #1c3025;
  --concept-ink: #e2eccb;
  --concept-accent: #c9df9f;
  --concept-button-ink: #243b24;
  --concept-muted: #becfa9;
}
.ice .site-header { height: 88px; }
.ice .site-header .nav-note { color: var(--concept-muted); }
.ice-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .92fr);
  align-items: start;
  gap: clamp(32px, 5.5vw, 88px);
  padding-top: 28px;
  padding-bottom: 32px;
}
.ice-editorial { padding-top: 4px; }
.ice-audience { color: var(--concept-muted); margin-bottom: 15px; min-height: 18px; }
.ice #ice-title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(46px, 4.6vw, 68px);
  line-height: .96;
  letter-spacing: -.06em;
  margin: 0;
  text-wrap: balance;
}
.ice #ice-title > span { display: block; }
.ice #ice-title .ice-italic { font-style: italic; font-weight: 500; margin-left: .1em; }
/* Two tiers: the instruction leads, the detail supports. A tight measure keeps the rag clean. */
.ice-description { display: grid; gap: 9px; margin-top: 22px; max-width: 46ch; color: var(--concept-ink); }
.ice-lede-lead { font-size: 21px; font-weight: 500; letter-spacing: -.022em; line-height: 1.25; }
.ice-lede-support { font-size: 15px; line-height: 1.62; color: var(--concept-muted); text-wrap: pretty; }
.ice-lede-sellers { font-weight: 500; color: var(--concept-ink); }
.ice-story-picker { position: relative; isolation: isolate; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.ice-story-indicator { position: absolute; top: 0; left: 0; z-index: -1; border-radius: 24px; background: var(--concept-accent); opacity: 0; }
.ice[data-motion-ready="true"] .ice-story-indicator { opacity: 1; transition: transform .22s ease, width .22s ease, background-color .7s ease; }
.ice-story-picker [data-story] {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  min-height: 44px; padding: 10px 14px; border-radius: 24px;
  font-size: 13px; font-weight: 500;
  color: var(--concept-ink);
  background: color-mix(in srgb, var(--concept-ink) 5%, transparent);
  text-decoration: none;
  transition: background-color .16s ease, color .16s ease;
}
.ice-story-picker [data-story][aria-pressed="true"] { color: var(--concept-button-ink); background: var(--concept-accent); }
.ice[data-motion-ready="true"] .ice-story-picker [data-story][aria-pressed="true"] { background: transparent; }
.ice-product { margin-top: 14px !important; }
.ice-product-stage { position: relative; width: 100%; height: 262px; padding: 20px 12px 28px; display: grid; place-items: center; isolation: isolate; background: transparent; border: 0; border-radius: 18px; color: inherit; }
.ice-product-image {
  grid-area: 1 / 1; object-fit: contain; width: auto; height: auto;
  max-height: 210px; max-width: 94%; background: transparent;
  filter: drop-shadow(0 16px 14px color-mix(in srgb, var(--concept-ink) 12%, transparent));
  transform: rotate(var(--product-angle, -7deg));
  transition: filter .3s ease;
}
.ice-product-image[hidden] { display: none; }
.ice-product-image[data-product="sneakers"] { width: auto; max-height: 210px; --product-angle: -7deg; }
.ice-product-image[data-product="tv"] { width: 80%; max-height: 205px; --product-angle: -3deg; }
.ice-product-image[data-product="collector"] { height: 225px; max-height: 225px; --product-angle: -5deg; }
.ice-product-image.is-active { animation: ice-product-in .65s cubic-bezier(.2,.7,.3,1) both; }
.ice-product-note {
  position: absolute; right: 0; top: 20px;
  font-family: var(--font-hand); font-size: 27px; line-height: 1;
  max-width: 155px; transform: rotate(7deg); color: var(--concept-ink);
}
.ice[data-active-story="sneakers"] .ice-product-note { top: 2px; right: 8px; }
.ice[data-active-story="tv"] .ice-product-note { top: 5px; right: -6px; }
.ice[data-active-story="collector"] .ice-product-note { right: 3px; top: 54px; max-width: 135px; }
.ice-zoom-cue { position: absolute; right: 0; bottom: 0; font-size: 11px; font-weight: 400; color: var(--concept-muted); line-height: 24px; transition: color .18s, opacity .18s; }
.ice-product figcaption { margin-top: 20px; }
.ice-product-name { display: block; white-space: pre-line; font-size: 13px; line-height: 1.5; min-height: 39px; }
.ice-waitlist { margin-top: 28px; }
.ice-waitlist .signup { max-width: 100%; }
.ice-waitlist .signup-fields { border: 0; padding: 5px; background: color-mix(in srgb, var(--concept-ink) 7%, transparent); border-radius: 8px; gap: 5px; }
.ice-waitlist .signup input { padding-inline: 12px; font-size: 13px; }
.ice-waitlist .signup-meta a { text-decoration: underline; text-underline-offset: 2px; }
.ice-waitlist .signup input:focus-visible { outline: none; }
.ice-waitlist .signup-fields:has(input:focus-visible) { outline: 2px solid var(--concept-accent); outline-offset: 3px; }
/* This text CTA must not inherit the shared circular-arrow hover rotation. */
.ice-waitlist .signup-submit { width: auto; height: 44px; padding: 0 16px; font-size: 13px; font-weight: 500; border-radius: 5px; white-space: nowrap; transform: none; transition: filter .16s ease; }
.ice-waitlist .signup-submit:active { filter: brightness(.95); }
.ice-waitlist .signup-meta { padding-top: 9px; color: var(--concept-muted); font-size: 11px; }
.ice .ice-demo { grid-area: auto; position: relative; top: auto; width: 100%; max-width: none; margin: 0; padding: 0; }
.ice-demo-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; gap: 14px; }
.ice-demo-heading h2 { font-size: 14px; font-weight: 500; letter-spacing: -.01em; }
.ice-demo-heading > span { font-size: 10px; letter-spacing: .1em; color: var(--concept-muted); white-space: nowrap; }
.ice-demo-heading > span > span { font-size: 17px; margin-left: 10px; }
.ice .phone-chat { height: var(--new-chat-height); overflow: hidden; border: 0; box-shadow: 0 12px 40px color-mix(in srgb, var(--concept-ink) 10%, transparent); }
.ice-footer { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding-block: 8px 20px; color: var(--concept-ink); }
.ice-footer-contact { display: flex; align-items: center; gap: 14px; text-align: left; color: inherit; background: transparent; border-radius: 8px; min-height: 48px; font-size: 14px; line-height: 1.6; transition: opacity .16s ease; }
.ice-footer-contact img { border-radius: 50%; width: 42px; height: 42px; }
.ice-footer-contact small, .ice-footer p > span { display: block; color: var(--concept-muted); font-size: 11px; font-weight: 400; line-height: 1.8; }
.ice-footer p { font-size: 13px; line-height: 1.7; text-align: right; }
.ice-product-dialog { margin: auto; width: min(800px, calc(100% - 40px)); max-width: 800px; max-height: calc(100dvh - 40px); padding: 52px 36px 28px; border: 0; border-radius: 24px; background: var(--concept-bg); color: var(--concept-ink); text-align: center; overflow-y: auto; }
.ice-product-dialog::backdrop { background: rgb(9 20 28 / .65); backdrop-filter: blur(8px); }
.ice-product-dialog[open] { animation: ice-dialog-in .16s ease both; }
.ice-photo-close { position: absolute; top: 10px; right: 10px; height: 44px; width: 44px; border-radius: 50%; background: color-mix(in srgb, var(--concept-ink) 7%, transparent); color: inherit; font-family: Arial,sans-serif; font-size: 28px; font-weight: 400; }
.ice-product-dialog .ice-photo-large { display: block; width: auto; height: auto; max-height: min(60dvh, 600px); max-width: 100%; object-fit: contain; border-radius: 0; margin: 0 auto 24px; filter: drop-shadow(0 15px 18px rgb(0 0 0 / .12)); }
.ice-product-dialog #ice-photo-title { font-size: 16px; line-height: 1.5; white-space: pre-line; }
.ice-photo-disclaimer { display: block; margin-top: 12px; font-size: 11px; color: var(--concept-muted); }
@keyframes ice-product-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes ice-dialog-in { from { opacity: 0; } to { opacity: 1; } }
@media (hover: hover) and (pointer: fine) {
  .ice-story-picker [data-story]:not([aria-pressed="true"]):hover { background: color-mix(in srgb, var(--concept-ink) 11%, transparent); }
  .ice-product-open:hover .ice-zoom-cue { color: var(--concept-ink); text-decoration: underline; text-underline-offset: 4px; }
  .ice-footer-contact:hover { opacity: .8; }
  .ice-waitlist .signup-submit:hover:not(:active) { filter: brightness(1.06); }
  .ice-photo-close:hover { background: color-mix(in srgb, var(--concept-ink) 14%, transparent); }
}
@media (hover: none), (pointer: coarse) {
  .ice-product-open {
    pointer-events: none;
    cursor: default;
  }
  .ice-zoom-cue { display: none; }
}
.ice-product-open:focus-visible { outline: 2px solid var(--concept-accent); outline-offset: 5px; }
@media (min-width: 1600px) {
  .ice .shell { max-width: 1512px; padding-inline: 64px; }
  .ice-layout { grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 108px; }
  .ice-product-stage { height: 278px; }
  .ice-product-image[data-product="sneakers"] { max-height: 220px; }
}
@media (max-width: 1100px) and (min-width: 821px) {
  .ice-layout { gap: 28px; grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .ice #ice-title { font-size: 54px; }
  .ice-story-picker { gap: 5px; }
  .ice-story-picker [data-story] { padding-inline: 10px; font-size: 12px; gap: 4px; }
  .ice-product-stage { height: 250px; }
  .ice-product-note { font-size: 24px; }
  .ice-product-image[data-product="collector"] { height: 215px; }
  .ice[data-active-story="collector"] .ice-product-note { max-width: 90px; right: -6px; }
  .ice-waitlist .signup-submit { padding-inline: 11px; font-size: 12px; }
  .ice .nav-note { display: none; }
}
@media (max-width: 820px) {
  .ice-layout { display: flex; flex-direction: column; gap: 36px; padding-top: 18px; padding-bottom: 36px; }
  .ice-editorial { width: min(100%, 600px); margin-inline: auto; }
  .ice #ice-title { font-size: clamp(44px, 7vw, 58px); }
  .ice .ice-demo { max-width: 600px; align-self: center; }
  .ice-audience { margin-bottom: 17px; }
  .ice .site-header { height: 80px; }
  .ice .nav-note { display: none; }
  .ice-product-stage { height: 280px; }
  .ice-product-image[data-product="sneakers"] { max-height: 220px; }
  .ice-product-image[data-product="tv"] { max-height: 220px; }
  .ice-product-image[data-product="collector"] { height: 232px; max-height: 232px; }
  .ice-product-note { right: 5%; }
  .ice-footer, .ice-corner { max-width: 688px; margin-inline: auto; }
}
@media (max-width: 520px) {
  .ice { --new-chat-height: 610px; }
  .ice .shell { padding-inline: 22px; }
  .ice-layout { gap: 35px; padding-top: 12px; }
  .ice-audience { font-size: 10px; letter-spacing: .08em; margin-bottom: 16px; }
  .ice #ice-title { font-size: 42px; }
  .ice-description { gap: 7px; margin-top: 18px; }
  .ice-lede-lead { font-size: 18px; }
  .ice-lede-support { font-size: 14px; line-height: 1.6; }
  .ice-story-picker { gap: 5px; margin-top: 20px; flex-wrap: nowrap; }
  .ice-story-picker [data-story] { font-size: 11px; padding: 10px 11px; gap: 5px; flex: 1; white-space: nowrap; }
  .ice-product-stage { height: 224px; margin-top: 10px; padding: 18px 4px 26px; }
  .ice-product-image[data-product="sneakers"] { max-height: 170px; max-width: 94%; }
  .ice-product-image[data-product="tv"] { width: 88%; max-height: 170px; }
  .ice-product-image[data-product="collector"] { height: 192px; max-height: 192px; }
  .ice-product-note { font-size: 22px; max-width: 115px; }
  .ice[data-active-story="tv"] .ice-product-note { top: -8px; right: 4px; max-width: none; white-space: nowrap; font-size: 20px; transform: none; }
  .ice[data-active-story="collector"] .ice-product-note { right: -6px; top: 36px; max-width: 94px; }
  .ice-product figcaption { margin-top: 20px; }
  .ice-product-name { font-size: 12px; }
  .ice-waitlist { margin-top: 26px; }
  #app .ice .signup-fields { grid-template-columns: minmax(0, 1fr); }
  .ice-waitlist .signup-submit { width: 100%; grid-column: 1 / -1; }
  .ice-waitlist .signup input { padding-inline: 8px; font-size: 16px; }
  .ice .story-draft { font-size: 16px; }
  .ice-waitlist .signup-submit { padding-inline: 11px; font-size: 12px; }
  .ice-waitlist .signup-meta { font-size: 10px; }
  .ice-demo-heading h2 { font-size: 13px; }
  .ice-footer { flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding-block: 8px 30px; }
  .ice-footer p { text-align: center; padding: 0; font-size: 12px; }
  .ice-footer-contact { flex-direction: column; align-items: center; text-align: center; gap: 8px; }
  .ice-product-dialog { padding: 52px 20px 24px; width: calc(100% - 28px); }
}
@media (max-width: 360px) {
  .ice .shell { padding-inline: 16px; }
  .ice #ice-title { font-size: 38px; }
  .ice-story-picker [data-story] { padding-inline: 7px; }
  .ice[data-active-story="collector"] .ice-product-note { right: -1px; max-width: 82px; }
}
@media (prefers-reduced-motion: reduce) {
  .ice, .ice *, .ice *::before, .ice *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

