:root {
  --kf-yellow: #FFD82E;
  --kf-white: #FFFFFF;
  --kf-black: #000000;
  --kf-cream: #f7f3ee;
  --kf-gray: #bfc0c2;
  --kf-shell: 1680px;
  --kf-inner: 1680px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.kfotito-home { margin: 0; background: #fff; color: #000; font-family: Montserrat, Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: clip; }
body.kfotito-home #outer-wrap,
body.kfotito-home #wrap { width: 100%; }
.kf-site { overflow: visible; }
.kf-shell { width: min(calc(100% - 64px), var(--kf-shell)); margin: 0 auto; position: relative; }
.kf-site h1, .kf-site h2, .kf-site h3, .kf-site p { margin-top: 0; }
.kf-site button, .kf-site input, .kf-site textarea { font: inherit; }
.kf-site button { cursor: pointer; }
.kf-hero h1, .kf-story h2, .kf-how-copy h2, .kf-booth-copy h2 { color: #000; }
.kf-style-panel h2, .kf-contact-copy h2, .kf-contact-form h3 { color: #fff; }
.kf-eyebrow { letter-spacing: .38em; font-size: 16px; line-height: 1.3; font-weight: 800; color: #f0bd00; }
.kf-eyebrow-dark { color: #111; }
.kf-short-rule { display: block; width: 72px; height: 4px; background: var(--kf-yellow); margin: 34px 0; }

/* Hero */
.kf-hero { min-height: 900px; position: relative; background: var(--kf-cream); isolation: isolate; display: flex; align-items: center; }
.kf-hero-yellow { position: absolute; inset: auto 0 0; height: 52%; background: var(--kf-yellow); clip-path: polygon(0 100%, 100% 0, 100% 100%); z-index: 0; }
.kf-hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 1; }
.kf-hero-inner { z-index: 2; }
.kf-hero-copy { width: 56%; padding-left: 120px; transform: translateY(-18px); }
.kf-hero h1 { font-size: clamp(64px, 5.55vw, 108px); line-height: 1.1; letter-spacing: -.055em; font-weight: 900; margin-bottom: 46px; position: relative; }
.kf-hero-underlined { display: inline-block; position: relative; z-index: 0; isolation: isolate; white-space: nowrap; }
.kf-underlined-text { position: relative; z-index: 1; }
.kf-hero-underlined img { position: absolute; z-index: 0; left: -2%; bottom: -.1em; display: block; width: 104%; max-width: none; height: auto; pointer-events: none; }
.kf-hero-copy > p { font-size: 25px; line-height: 1.45; margin-bottom: 48px; }
.kf-pill { display: inline-flex; align-items: center; justify-content: center; min-width: 200px; padding: 14px 28px; border-radius: 999px; background: #080808; color: #fff !important; text-decoration: none; font-weight: 600; font-size: 14px; letter-spacing: .02em; transition: transform .2s ease, background .2s ease; }
.kf-pill:hover { transform: translateY(-2px); background: #202020; }

/* Story */
.kf-story { height: 240vh; min-height: 0; background: #fff; position: relative; }
.kf-story-layout { max-width: var(--kf-inner); min-height: 100vh; height: 100vh; position: sticky; top: 0; display: grid; grid-template-columns: 120px 1fr; align-items: center; }
.kf-story-rail { align-self: center; min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.kf-story-rail strong { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; width: 72px; font-size: 52px; line-height: .95; font-weight: 900; color: #f5bd00; }
.kf-story-rail small { font-size: 22px; line-height: 1; font-weight: 800; color: #111; }
.kf-rail-line { width: 2px; height: 310px; background: #d3d4d5; margin-top: 42px; position: relative; display: flex; flex-direction: column; justify-content: space-between; align-items: center; }
.kf-story-dot { width: 18px; height: 18px; min-height: 0; border: 0; border-radius: 50%; background: #d3d4d5; padding: 0; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.kf-story-dot:hover { transform: scale(1.45); box-shadow: 0 0 0 7px rgba(255,216,46,.18); }
.kf-story-dot.is-active { background: #ffc400; }
.kf-story-main { text-align: center; padding-right: 120px; }
.kf-story-main .kf-eyebrow { margin-bottom: 48px; }
.kf-story h2 { font-size: clamp(58px, 5vw, 96px); line-height: 1.02; letter-spacing: -.05em; font-weight: 900; margin-bottom: 62px; position: relative; display: inline-block; }
.kf-story-phrase { white-space: nowrap; }
.kf-story-underlined { display: inline-block; position: relative; z-index: 0; isolation: isolate; white-space: nowrap; }
.kf-story-underlined img { position: absolute; z-index: 0; left: -5%; bottom: -.18em; display: block; width: 110%; max-width: none; height: auto; transform: scaleY(1.45); transform-origin: center; pointer-events: none; }
.kf-story-lines { min-height: 275px; position: relative; display: grid; align-content: start; gap: 20px; }
.kf-story-lines p { width: 100%; font-size: 22px; line-height: 1.55; margin: 0; transition: opacity .7s ease, transform .7s ease; }
.kf-story-lines p:not(:last-child)::after { content: ''; display: block; width: 38px; height: 2px; background: var(--kf-yellow); margin: 24px auto 0; }
.kf-story.is-story-ready .kf-story-lines p { opacity: 0; visibility: hidden; transform: translateY(22px); }
.kf-story.is-story-ready .kf-story-lines p.is-visible { opacity: 1; visibility: visible; transform: none; }
.kf-scroll-cue { color: #000 !important; text-decoration: none; font-size: 14px; font-weight: 800; letter-spacing: .15em; display: inline-flex; flex-direction: column; align-items: center; gap: 14px; animation: kfSpark 1.9s ease-in-out infinite; }
.kf-scroll-chevron { width: 18px; height: 18px; border-right: 3px solid #000; border-bottom: 3px solid #000; transform: rotate(45deg); }
@keyframes kfSpark { 0%,100% { opacity: .45; filter: drop-shadow(0 0 0 rgba(255,216,46,0)); } 50% { opacity: 1; filter: drop-shadow(0 0 7px rgba(255,216,46,.95)); } }

/* Style chooser */
.kf-style-section { min-height: 1080px; padding: 110px 0; background: #050505; color: #fff; display: flex; align-items: center; }
.kf-style-grid { max-width: var(--kf-inner); display: grid; grid-template-columns: minmax(0, 1130px) 520px; gap: 30px; align-items: center; }
.kf-style-panel { padding-left: 100px; }
.kf-style-panel h2 { font-size: clamp(52px, 4.4vw, 84px); line-height: .92; letter-spacing: -.04em; font-weight: 900; margin-bottom: 30px; }
.kf-style-panel h2 em { font-style: normal; color: var(--kf-yellow); }
.kf-style-panel > p { color: #d0d0d0; line-height: 1.65; font-size: 18px; }
.kf-style-step { margin-top: 46px; }
.kf-step-label { font-size: 14px; letter-spacing: .035em; margin-bottom: 0; font-weight: 700; }
.kf-frame-picker-wrap { display: grid; grid-template-columns: 58px 1fr 58px; align-items: center; gap: 22px; width: 100%; max-width: 940px; margin-top: 24px; }
.kf-arrow { width: 54px; height: 54px; min-height: 0; padding: 0; border-radius: 50%; border: 2px solid #999; background: transparent; color: #fff; font-size: 34px; line-height: .9; transition: border-color .2s, color .2s, transform .2s; }
.kf-arrow:hover { border-color: var(--kf-yellow); color: var(--kf-yellow); transform: scale(1.08); }
.kf-frame-picker { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; overflow: visible; }
.kf-frame-card { background: transparent; color: #fff; border: 2px solid #4a4a4a; border-radius: 8px; padding: 16px; min-height: 230px; transition: border-color .2s, transform .2s, box-shadow .2s; position: relative; }
.kf-frame-card img { width: 100%; height: 190px; object-fit: contain; filter: brightness(1.15); }
.kf-frame-card span { position: absolute; left: 50%; transform: translateX(-50%); bottom: -38px; font-size: 16px; color: var(--kf-yellow); opacity: 0; transition: opacity .2s; }
.kf-frame-card:hover, .kf-frame-card.is-selected { border-color: var(--kf-yellow); transform: translateY(-3px); box-shadow: 0 0 0 1px rgba(255,216,46,.12) inset; }
.kf-frame-card.is-selected span { opacity: 1; }
.kf-style-step-options { border-top: 1px solid #3c3c3c; padding-top: 34px; margin-top: 68px; }
.kf-option-picker { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; max-width: 900px; margin-top: 28px; }
.kf-option { border: 0; background: transparent; color: #fff; padding: 0; font-size: 13px; font-weight: 700; transition: color .2s, transform .2s; }
.kf-option:hover { transform: translateY(-4px); }
.kf-option-icon { width: 72px; height: 72px; border-radius: 50%; border: 2px solid #777; display: grid; place-items: center; margin: 0 auto 13px; overflow: hidden; position: relative; transition: border-color .2s, background .2s; }
.kf-option-icon img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.kf-option-icon-active { display: none; }
.kf-option.is-selected { color: var(--kf-yellow); }
.kf-option.is-selected .kf-option-icon { border-color: var(--kf-yellow); }
.kf-option.is-selected .kf-option-icon-inactive { display: none; }
.kf-option.is-selected .kf-option-icon-active { display: block; }
.kf-preview-panel { justify-self: center; text-align: center; }
.kf-preview-label { font-size: 14px; display: block; margin-bottom: 18px; letter-spacing: .06em; }
.kf-preview-card { width: 520px; background: transparent; padding: 0; box-shadow: none; transform: rotate(.2deg); }
.kf-preview-card img { display: block; width: 100%; height: auto; transition: opacity .18s ease, transform .18s ease; }
.kf-preview-card img.is-changing { opacity: .28; transform: scale(.985); }

/* How */
.kf-how { min-height: 1080px; padding: 110px 0 95px; background: var(--kf-yellow); display: flex; align-items: center; }
.kf-how-grid { width: min(calc(100% - 64px), 1720px); max-width: 1720px; display: grid; grid-template-columns: 640px minmax(0, 1fr); gap: 10px; align-items: center; }
.kf-how-copy { padding-left: 0; }
.kf-how-copy h2 { max-width: 570px; font-size: clamp(64px, 4.4vw, 84px); line-height: 1.02; letter-spacing: -.052em; font-weight: 900; margin: 26px 0 22px; }
.kf-how-sub { font-size: 22px; line-height: 1.4; }
.kf-how-list { list-style: none; margin: 62px 0 0; padding: 0; position: relative; }
.kf-how-list::before { content: ''; position: absolute; left: 130px; top: 29px; bottom: 95px; width: 2px; background: #111; opacity: .72; }
.kf-how-item { min-height: 122px; display: grid; grid-template-columns: 150px 1fr; gap: 32px; align-items: start; margin: 0; opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.kf-how-item.is-visible { opacity: 1; transform: none; }
.kf-how-item > span { font-size: 52px; line-height: 1; font-weight: 900; position: relative; }
.kf-how-item > span::after { content: ''; position: absolute; width: 16px; height: 16px; border-radius: 50%; background: #111; left: 123px; top: 19px; z-index: 2; }
.kf-how-item strong { display: block; font-size: 20px; line-height: 1.2; padding-top: 6px; }
.kf-how-item p { font-size: 16px; line-height: 1.5; margin: 8px 0 0; }
.kf-device { min-width: 0; height: 750px; overflow: visible; background: #f8f8f8; border: 7px solid #111; border-radius: 34px; padding: 42px 26px 34px; box-shadow: none; position: relative; margin-bottom: 122px; transform: translateY(55px); }
.kf-device-steps { display: grid; grid-template-columns: 23% 26% 26% 25%; width: 100%; height: 100%; min-height: 0; overflow: visible; }
.kf-device-step { min-width: 0; min-height: 0; height: 100%; padding: 0 12px; border-right: 0; text-align: center; position: relative; transition: background .2s; }
.kf-device-step:not(:last-child)::before { content: ''; position: absolute; z-index: 1; top: 0; right: 0; bottom: 8px; width: 1px; background: #d5d5d5; pointer-events: none; }
.kf-device-step:hover { background: transparent; }
.kf-device-step:not(:last-child)::after { content: '›'; position: absolute; z-index: 3; right: 0; top: 50%; width: 24px; color: #111; font-size: 54px; line-height: 1; font-weight: 900; transform: translate(50%, -50%); }
.kf-device-step > b { width: 38px; height: 38px; border-radius: 50%; background: #111; color: #fff; display: grid; place-items: center; margin: 0 auto 18px; font-size: 19px; }
.kf-device-step > small { display: block; font-size: 14px; line-height: 1.2; font-weight: 800; min-height: 46px; white-space: nowrap; }
.kf-mini-frames { display: grid; justify-items: center; gap: 16px; margin-top: 18px; }
.kf-mini-frame { width: 120px; height: 170px; min-height: 0; border: 2px solid #d3d3d3; background: #fff; border-radius: 8px; padding: 9px; transition: border-color .2s, transform .2s; }
.kf-mini-frame:hover, .kf-mini-frame.is-selected { border-color: #f6c500; transform: translateY(-2px); }
.kf-mini-frame img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0); }
.kf-session-box { display: flex; gap: 10px; align-items: center; justify-content: center; margin: 100px 0 16px; }
.kf-session-box > span { width: 34px; height: 34px; border: 1px solid #aaa; border-radius: 50%; display: grid; place-items: center; font-size: 25px; line-height: 1; }
.kf-session-box strong { background: #fff; border: 1px solid #ccc; border-radius: 22px; padding: 7px 13px; font-size: 17px; white-space: nowrap; }
.kf-price { font-size: 25px; }
.kf-pay-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 42px; }
.kf-pay-grid button { min-height: 170px; border: 2px solid #ddd; border-radius: 9px; padding: 15px 10px 10px; font-size: 14px; line-height: 1.45; text-align: left; color: #aaa; background: #fff; display: flex; flex-direction: column; align-items: flex-start; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.kf-pay-grid button:hover { border-color: #999; transform: translateY(-2px); }
.kf-pay-grid small { display: block; font-size: 10px; line-height: 1; margin-bottom: 10px; }
.kf-pay-grid strong { display: block; font-size: inherit; line-height: inherit; }
.kf-pay-grid img { width: 58px; height: 58px; object-fit: contain; margin: auto auto 0; opacity: .38; }
.kf-pay-grid .is-selected { border-color: #f5bd00; color: #111; }
.kf-pay-grid .is-selected img { opacity: 1; }
.kf-capture-screen { display: block; width: 130%; height: 520px; max-width: none; max-height: none; object-fit: fill; margin: 12px 0 0 -15%; }
.kf-finish-top { display: grid; grid-template-columns: minmax(0, 1fr) auto; justify-content: center; gap: 2px; align-items: center; margin-top: 18px; }
.kf-finish-strip { display: block; justify-self: end; width: 112px; height: auto; max-height: 235px; object-fit: contain; }
.kf-how-icon-grid { display: grid; grid-template-columns: repeat(2, 54px); grid-auto-flow: row; justify-content: start; gap: 6px; margin: 0; transform: translateX(-10px); }
.kf-how-icon { width: 54px; height: 54px; min-height: 0; border-radius: 50%; border: 2px solid #ccc; background: #fff; padding: 9px; transition: transform .2s, border-color .2s; }
.kf-how-icon img { width: 100%; height: 100%; object-fit: contain; }
.kf-how-icon:hover, .kf-how-icon.is-selected { transform: translateY(-3px) scale(1.04); border-color: #f6c500; }
.kf-qr-image { display: block; width: 207px; height: 207px; object-fit: contain; margin: 8px auto 4px; }
.kf-print-image { display: block; width: 100%; height: auto; object-fit: contain; object-position: top center; margin: 0 auto; }
.kf-how-logo { position: absolute; width: 250px; left: 50%; bottom: -110px; transform: translateX(-50%); }
.kf-tagline { position: absolute; left: 50%; bottom: -138px; transform: translateX(-50%); font-size: 13px; font-weight: 700; white-space: nowrap; }

/* Booth */
.kf-booth { min-height: clamp(720px, 56.28vw, 1080px); background: #f7f4ef; display: flex; align-items: stretch; position: relative; }
.kf-booth-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 48% 52%; gap: 0; position: relative; }
.kf-booth-image-wrap { position: absolute; inset: 0; height: 100%; overflow: hidden; z-index: 0; }
.kf-booth-image-wrap picture { display: block; width: 100%; height: 100%; }
.kf-booth-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.kf-booth-copy { grid-column: 2; display: flex; flex-direction: column; justify-content: center; padding: 80px 120px 65px 110px; position: relative; z-index: 1; }
.kf-overline { letter-spacing: .42em; font-weight: 700; font-size: 20px; }
.kf-booth-copy h2 { font-size: clamp(60px, 5vw, 96px); line-height: .98; letter-spacing: -.05em; font-weight: 900; margin: 42px 0 0; }
.kf-booth-copy h2 span { color: var(--kf-yellow); }
.kf-booth-copy > p:not(.kf-overline) { font-size: 22px; line-height: 1.6; }
.kf-booth-reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.kf-booth-reveal.is-visible { opacity: 1; transform: none; }
.kf-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 100px; }
.kf-feature { padding: 0 34px; border-right: 1px solid #ccc; text-align: center; }
.kf-feature:first-child { padding-left: 0; }
.kf-feature:last-child { border-right: 0; }
.kf-feature img { width: 58px; height: 58px; object-fit: contain; margin: 0 auto 24px; transition: transform .28s ease; }
.kf-feature:hover img { transform: translateY(-6px) rotate(-4deg); }
.kf-feature strong { display: block; font-size: 13px; margin-bottom: 13px; }
.kf-feature p { font-size: 13px; line-height: 1.55; margin: 0; }

/* Contact */
.kf-contact { min-height: 930px; padding: 100px 0 80px; background: #050505; color: #fff; position: relative; display: flex; align-items: center; overflow: hidden; }
.kf-contact-watermark { position: absolute; right: -105px; top: -74px; width: clamp(440px, 34vw, 650px); opacity: .16; pointer-events: none; }
.kf-contact-grid { max-width: var(--kf-inner); display: grid; grid-template-columns: minmax(0, 640px) minmax(0, 870px); gap: 90px; align-items: center; }
.kf-contact-copy { padding-left: 0; }
.kf-contact-copy h2 { font-size: clamp(60px, 4.7vw, 90px); line-height: .98; letter-spacing: -.045em; font-weight: 900; margin: 32px 0 0; }
.kf-contact-copy h2 span { color: var(--kf-yellow); }
.kf-contact-copy > p:not(.kf-eyebrow) { color: #ddd; font-size: 20px; line-height: 1.65; }
.kf-contact-list { margin-top: 40px; display: grid; gap: 20px; }
.kf-contact-list > div { display: flex; gap: 24px; align-items: center; }
.kf-contact-list img { width: 52px; height: 52px; }
.kf-contact-list p { margin: 0; display: grid; gap: 3px; }
.kf-contact-list b { font-size: 13px; letter-spacing: .05em; }
.kf-contact-list span { font-size: 18px; color: #ddd; }
.kf-contact-form-wrap { position: relative; z-index: 2; transform: translateY(-24px); }
.kf-contact-form { border: 1px solid #3d3d3d; border-radius: 5px; padding: 42px 48px 34px; background: #000; }
.kf-contact-form h3 { font-size: 28px; margin-bottom: 8px; }
.kf-contact-form > p { color: #bbb; font-size: 17px; }
.kf-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.kf-contact-form label { display: block; margin-bottom: 18px; }
.kf-contact-form input, .kf-contact-form textarea { width: 100%; color: #fff; background: #080808; border: 1px solid #3e3e3e; padding: 20px 22px; font-size: 17px; outline: none; transition: border-color .2s, box-shadow .2s; }
.kf-contact-form input:focus, .kf-contact-form textarea:focus { border-color: var(--kf-yellow); box-shadow: 0 0 0 2px rgba(255,216,46,.11); }
.kf-contact-form button[type="submit"] { width: 100%; border: 0; background: #ffd82e; color: #000; padding: 22px 24px; display: flex; justify-content: center; gap: 90px; font-size: 16px; font-weight: 900; letter-spacing: .08em; transition: transform .2s, filter .2s; }
.kf-contact-form button[type="submit"] > span:last-child { display: inline-flex; align-items: center; justify-content: center; font-size: 36px; line-height: .65; font-weight: 400; letter-spacing: 0; }
.kf-contact-form button[type="submit"]:hover { transform: translateY(-2px); filter: brightness(1.02); }
.kf-contact-form button[disabled] { opacity: .65; cursor: wait; }
.kf-honeypot { position: absolute !important; left: -99999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.kf-form-status { min-height: 28px; padding-top: 10px; font-size: 14px; color: var(--kf-yellow); }

/* Responsive */
@media (max-width: 1500px) {
  .kf-shell { width: min(calc(100% - 48px), var(--kf-shell)); }
  .kf-hero { min-height: 760px; }
  .kf-hero-copy { padding-left: 72px; }
  .kf-hero h1 { margin-bottom: 34px; }
  .kf-hero-copy > p { font-size: 20px; margin-bottom: 38px; }
  .kf-pill { min-width: 160px; padding-block: 12px; font-size: 12px; }
  .kf-story-layout { min-height: 100vh; }
  .kf-story-rail strong { font-size: 44px; }
  .kf-story-rail small { font-size: 18px; }
  .kf-rail-line { height: 260px; }
  .kf-story-main .kf-eyebrow { margin-bottom: 35px; }
  .kf-story h2 { margin-bottom: 52px; }
  .kf-story-lines p { font-size: 18px; }
  .kf-style-section { min-height: 940px; padding-block: 80px; }
  .kf-style-grid { grid-template-columns: minmax(0, 1fr) 440px; gap: 30px; }
  .kf-style-panel { padding-left: 44px; }
  .kf-style-panel > p { font-size: 16px; }
  .kf-frame-picker-wrap { grid-template-columns: 48px 1fr 48px; gap: 15px; }
  .kf-arrow { width: 45px; height: 45px; }
  .kf-frame-picker { gap: 16px; }
  .kf-frame-card { min-height: 195px; padding: 12px; }
  .kf-frame-card img { height: 158px; }
  .kf-option-icon { width: 62px; height: 62px; }
  .kf-preview-card { width: 440px; }
  .kf-how { min-height: 950px; padding-block: 85px; }
  .kf-how-grid { width: min(calc(100% - 16px), var(--kf-shell)); grid-template-columns: 430px minmax(0, 1fr); gap: 10px; }
  .kf-how-copy h2 { max-width: 470px; }
  .kf-how-sub { font-size: 18px; }
  .kf-how-list { margin-top: 44px; }
  .kf-how-list::before { left: 102px; bottom: 80px; }
  .kf-how-item { min-height: 104px; grid-template-columns: 120px 1fr; gap: 25px; }
  .kf-how-item > span { font-size: 44px; }
  .kf-how-item > span::after { left: 95px; top: 16px; }
  .kf-how-item strong { font-size: 16px; }
  .kf-how-item p { font-size: 13px; }
  .kf-device { height: 700px; padding: 30px 14px; margin-bottom: 110px; transform: translateY(30px); overflow: visible; }
  .kf-device-steps { height: 100%; min-height: 0; overflow: visible; }
  .kf-device-step { min-height: 0; padding-inline: 10px; overflow: visible; }
  .kf-device-step:not(:last-child)::before { bottom: 0; }
  .kf-device-step > small { font-size: 10px; }
  .kf-mini-frame { width: 92px; height: 130px; }
  .kf-session-box { margin-top: 75px; }
  .kf-session-box strong { font-size: 13px; }
  .kf-pay-grid button { min-height: 140px; padding: 12px 7px 8px; font-size: 11px; }
  .kf-pay-grid img { width: 46px; height: 46px; }
  .kf-capture-screen { height: 510px; max-height: none; margin-top: 10px; }
  .kf-finish-strip { width: 108px; }
  .kf-how-icon-grid { grid-template-columns: repeat(2, 46px); gap: 6px; transform: translateX(-8px); }
  .kf-how-icon { width: 46px; height: 46px; }
  .kf-qr-image { width: 180px; height: 180px; }
  .kf-print-image { height: auto; }
  .kf-tagline { bottom: -150px; }
  .kf-booth { min-height: clamp(720px, 56.28vw, 900px); }
  .kf-booth-image-wrap { min-height: 0; height: 100%; }
  .kf-booth-copy { padding: 60px 70px; }
  .kf-booth-copy > p:not(.kf-overline) { font-size: 18px; }
  .kf-feature-grid { margin-top: 70px; }
  .kf-feature { padding-inline: 20px; }
  .kf-contact { min-height: 830px; padding-block: 80px; }
  .kf-contact-grid { gap: 60px; }
  .kf-contact-grid { grid-template-columns: .9fr 1.1fr; }
  .kf-contact-copy > p:not(.kf-eyebrow) { font-size: 17px; }
  .kf-contact-form { padding: 34px 32px 26px; }
}
@media (max-width: 1180px) {
  .kf-shell { width: min(calc(100% - 40px), var(--kf-shell)); }
  .kf-hero-copy { padding-left: 40px; }
  .kf-story-main { padding-right: 40px; }
  .kf-style-panel { padding-left: 20px; }
  .kf-style-grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; }
  .kf-preview-card { width: 360px; }
  .kf-how-grid { grid-template-columns: 320px minmax(0, 1fr); gap: 10px; }
  .kf-device { padding-inline: 10px; }
  .kf-device-step { padding-inline: 8px; }
  .kf-booth-copy { padding: 50px 45px; }
}
@media (max-width: 900px) {
  .kf-hero { min-height: 760px; align-items: flex-start; padding-top: 90px; }
  .kf-hero-art { inset: 0; width: 100%; height: 100%; object-position: center; }
  .kf-hero-yellow { height: 45%; }
  .kf-hero-copy { width: 86%; padding-left: 15px; }
  .kf-hero h1 { font-size: clamp(47px, 10vw, 70px); }
  .kf-story { height: 240vh; min-height: 0; padding: 0; }
  .kf-story-layout { min-height: 100vh; height: 100vh; grid-template-columns: 70px 1fr; }
  .kf-story-main { padding-right: 0; }
  .kf-story h2 { font-size: clamp(42px, 8vw, 66px); }
  .kf-style-section, .kf-how, .kf-contact { padding: 75px 0; min-height: 0; height: auto; }
  .kf-style-grid, .kf-how-grid, .kf-contact-grid { grid-template-columns: 1fr; }
  .kf-style-panel { padding-left: 0; }
  .kf-style-grid { gap: 80px; }
  .kf-preview-panel { justify-self: center; }
  .kf-preview-card { width: min(520px, 92vw); }
  .kf-how-copy { max-width: 580px; }
  .kf-how-grid { width: min(calc(100% - 40px), var(--kf-shell)); gap: 70px; }
  .kf-device-steps { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .kf-device-step { border: 1px solid #ddd !important; padding: 16px; }
  .kf-device-step:not(:last-child)::before { display: none; }
  .kf-device { height: auto; padding-bottom: 90px; }
  .kf-device { transform: none; }
  .kf-device-steps { height: auto; grid-template-columns: repeat(2, 1fr); }
  .kf-mini-frame { width: min(120px, 100%); height: 150px; }
  .kf-capture-screen { width: 100%; height: auto; max-width: 100%; max-height: 500px; object-fit: contain; margin-left: 0; }
  .kf-finish-strip { height: auto; max-height: 235px; object-fit: contain; }
  .kf-booth { min-height: 0; height: auto; padding: 0 0 75px; }
  .kf-booth-grid { grid-template-columns: 1fr; width: min(calc(100% - 40px), 760px); }
  .kf-booth-image-wrap { position: relative; inset: auto; grid-column: 1; min-height: 0; height: auto; aspect-ratio: 1672 / 941; }
  .kf-booth-copy { grid-column: 1; }
  .kf-booth-copy { padding: 65px 10px 0; }
  .kf-contact-grid { gap: 60px; }
  .kf-contact-watermark { right: -120px; top: 10px; }
  .kf-contact-form-wrap { transform: none; }
}
@media (max-width: 620px) {
  .kf-shell { width: min(calc(100% - 28px), var(--kf-shell)); }
  .kf-hero { min-height: 720px; padding-top: 65px; }
  .kf-hero-copy { width: 100%; padding-left: 0; }
  .kf-hero-copy > p { font-size: 14px; }
  .kf-hero-art { width: 100%; height: 100%; }
  .kf-story-layout { display: block; padding-top: 48px; }
  .kf-story-rail { min-height: 0; height: auto; flex-direction: row; justify-content: center; gap: 18px; padding: 0 0 35px; }
  .kf-rail-line { width: 105px; height: 2px; margin: 0; flex-direction: row; }
  .kf-story-main { padding: 0; }
  .kf-story-main .kf-eyebrow { margin-bottom: 24px; }
  .kf-story h2 { font-size: clamp(40px, 12vw, 58px); margin-bottom: 48px; }
  .kf-story-lines p { font-size: 13px; }
  .kf-frame-picker-wrap { grid-template-columns: 32px 1fr 32px; gap: 8px; }
  .kf-frame-picker { grid-template-columns: 1fr; }
  .kf-frame-card:not(.is-selected) { display: none; }
  .kf-option-picker { grid-template-columns: repeat(3, 1fr); gap: 20px 8px; }
  .kf-device-steps { grid-template-columns: 1fr; }
  .kf-device-step { min-height: 300px; }
  .kf-device-step:not(:last-child)::after { display: none; }
  .kf-mini-frames { grid-template-columns: repeat(3, 1fr); }
  .kf-mini-frame { width: 100%; height: 110px; }
  .kf-feature-grid { grid-template-columns: 1fr; gap: 28px; }
  .kf-feature { border-right: 0; border-bottom: 1px solid #ccc; padding: 0 0 24px; }
  .kf-feature:last-child { border-bottom: 0; }
  .kf-booth-image-wrap { height: auto; }
  .kf-form-row { grid-template-columns: 1fr; gap: 0; }
  .kf-contact-form { padding: 26px 18px; }
  .kf-contact-watermark { right: -170px; top: -30px; opacity: .1; }
}

/* Tablet and mobile refinements */
@media (min-width: 901px) and (max-width: 1100px) {
  .kf-how { min-height: 0; height: auto; padding-block: 80px; }
  .kf-how-grid { width: min(calc(100% - 40px), var(--kf-shell)); grid-template-columns: 1fr; gap: 68px; }
  .kf-how-copy { max-width: 620px; }
  .kf-device { height: auto; padding: 18px 14px 82px; margin-bottom: 150px; transform: none; border-width: 5px; border-radius: 28px; }
  .kf-device-steps { height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 12px; }
  .kf-device-step { height: auto; min-height: 430px; overflow: hidden; padding: 22px 14px; border: 1px solid #ddd; background: #fafafa; }
  .kf-device-step:not(:last-child)::before, .kf-device-step:not(:last-child)::after { display: none; }
  .kf-device-step > small { min-height: 32px; white-space: normal; }
  .kf-session-box { margin-top: 52px; }
  .kf-pay-grid { margin-top: 30px; }
  .kf-capture-screen { width: min(270px, 90%); height: auto; max-width: 90%; max-height: 460px; object-fit: contain; margin: 18px auto 0; }
  .kf-finish-top { width: min(250px, 100%); margin: 18px auto 0; }
  .kf-qr-image { width: 160px; height: 160px; }
  .kf-print-image { width: min(270px, 90%); margin-inline: auto; }
  .kf-how-logo { width: 220px; bottom: -108px; }
  .kf-tagline { bottom: -142px; font-size: 11px; }
}

@media (max-width: 900px) {
  .kf-hero { min-height: 760px; padding-top: 72px; overflow: hidden; }
  .kf-hero-art { inset: auto 0 0 auto; width: calc(100vw + 300px); height: auto; max-width: none; object-fit: contain; object-position: initial; }
  .kf-hero-copy { width: 56%; padding-left: 12px; }
  .kf-hero h1 { font-size: clamp(48px, 8vw, 66px); line-height: 1.04; }
  .kf-story { height: 240svh; }
  .kf-story-layout { min-height: 100svh; height: 100svh; }
  .kf-style-section { padding-block: 72px 82px; }
  .kf-style-panel h2 { color: #fff; }
  .kf-device { padding: 18px 14px 82px; margin-bottom: 150px; border-width: 5px; border-radius: 28px; }
  .kf-device-steps { align-items: stretch; gap: 12px; }
  .kf-device-step { height: auto; min-height: 430px; overflow: hidden; padding: 22px 14px; background: #fafafa; }
  .kf-device-step:hover { background: #fafafa; }
  .kf-device-step:not(:last-child)::after { display: none; }
  .kf-device-step > small { min-height: 32px; white-space: normal; }
  .kf-mini-frame { height: 118px; }
  .kf-session-box { margin-top: 52px; }
  .kf-pay-grid { margin-top: 30px; }
  .kf-capture-screen { width: min(270px, 90%); height: auto; max-width: 90%; max-height: 460px; object-fit: contain; margin: 18px auto 0; }
  .kf-finish-top { width: min(250px, 100%); margin: 18px auto 0; }
  .kf-qr-image { width: 160px; height: 160px; }
  .kf-print-image { width: min(270px, 90%); margin-inline: auto; }
  .kf-how-logo { width: 220px; bottom: -108px; }
  .kf-tagline { bottom: -136px; font-size: 11px; }
  .kf-booth-copy h2 { color: #000; }
  .kf-contact-copy h2, .kf-contact-form h3 { color: #fff; }
  .kf-contact-form button[type="submit"] { justify-content: space-between; gap: 20px; }
  .kf-contact-form button[type="submit"] > span:first-child { white-space: nowrap; }
}

@media (max-width: 620px) {
  .kf-hero { min-height: 720px; padding-top: 52px; }
  .kf-hero-art { width: calc(100vw + 300px); }
  .kf-hero-yellow { height: 38%; }
  .kf-hero-copy { width: 100%; padding-left: 0; }
  .kf-hero h1 { font-size: clamp(42px, 12.2vw, 52px); line-height: 1.04; margin-bottom: 30px; }
  .kf-hero-copy > p { margin-bottom: 28px; }
  .kf-pill { min-width: 160px; padding: 12px 22px; }
  .kf-story-layout { padding-top: 34px; }
  .kf-story-rail { padding-bottom: 28px; }
  .kf-story h2 { font-size: clamp(38px, 10.5vw, 46px); line-height: 1.04; margin-bottom: 42px; }
  .kf-story-lines { min-height: 245px; }
  .kf-style-section { padding-block: 68px 76px; }
  .kf-style-grid { gap: 62px; }
  .kf-style-panel h2 { font-size: clamp(45px, 14vw, 56px); }
  .kf-style-panel > p { font-size: 15px; }
  .kf-style-step { margin-top: 38px; }
  .kf-style-step-options { margin-top: 60px; }
  .kf-preview-card { width: min(520px, 88vw); }
  .kf-how { padding-block: 70px 76px; }
  .kf-how-grid { gap: 54px; }
  .kf-how-copy h2 { max-width: none; font-size: clamp(48px, 13.5vw, 55px); line-height: 1.02; margin-block: 24px 18px; }
  .kf-how-sub { font-size: 17px; }
  .kf-how-list { margin-top: 42px; }
  .kf-how-list::before { left: 79px; top: 23px; bottom: 77px; }
  .kf-how-item { min-height: 100px; grid-template-columns: 90px 1fr; gap: 16px; }
  .kf-how-item > span { font-size: 42px; }
  .kf-how-item > span::after { left: 72px; top: 15px; }
  .kf-how-item strong { font-size: 14px; padding-top: 4px; }
  .kf-how-item p { font-size: 12px; margin-top: 6px; }
  .kf-device { padding: 14px 10px 70px; margin-bottom: 180px; border-radius: 26px; }
  .kf-device-steps { gap: 14px; }
  .kf-device-step { height: auto; min-height: 0; padding: 24px 12px; }
  .kf-device-step > b { margin-bottom: 12px; }
  .kf-device-step > small { min-height: 0; }
  .kf-mini-frames { gap: 8px; margin-top: 24px; }
  .kf-mini-frame { height: 102px; padding: 6px; }
  .kf-session-box { margin-top: 40px; }
  .kf-pay-grid { margin-top: 26px; gap: 10px; }
  .kf-pay-grid button { min-height: 124px; }
  .kf-capture-screen { width: min(270px, 84%); max-width: 84%; max-height: none; margin-top: 22px; }
  .kf-finish-top { width: min(238px, 82%); }
  .kf-finish-strip { width: 92px; }
  .kf-how-icon-grid { grid-template-columns: repeat(2, 42px); gap: 6px; transform: translateX(-4px); }
  .kf-how-icon { width: 42px; height: 42px; padding: 7px; }
  .kf-qr-image { width: 150px; height: 150px; margin-top: 14px; }
  .kf-print-image { width: min(260px, 82%); }
  .kf-how-logo { width: 205px; bottom: -102px; }
  .kf-tagline { bottom: -146px; font-size: 9px; }
  .kf-booth { padding-bottom: 68px; }
  .kf-booth-grid { width: min(calc(100% - 28px), 760px); }
  .kf-booth-image-wrap { aspect-ratio: 4 / 3; }
  .kf-booth-image-wrap img { object-position: left center; }
  .kf-booth-copy { padding: 50px 10px 0; }
  .kf-overline { font-size: 14px; }
  .kf-booth-copy h2 { font-size: clamp(48px, 13.5vw, 60px); margin-top: 30px; }
  .kf-booth-copy > p:not(.kf-overline) { font-size: 16px; line-height: 1.55; }
  .kf-feature-grid { margin-top: 58px; }
  .kf-contact { padding-block: 70px; }
  .kf-contact-grid { gap: 48px; }
  .kf-contact-watermark { width: 250px; right: -55px; top: 20px; }
  .kf-contact-copy h2 { font-size: clamp(46px, 13.5vw, 58px); }
  .kf-contact-copy > p:not(.kf-eyebrow) { font-size: 16px; line-height: 1.55; }
  .kf-contact-list { margin-top: 32px; gap: 17px; }
  .kf-contact-list > div { gap: 16px; }
  .kf-contact-list img { width: 46px; height: 46px; }
  .kf-contact-list span { font-size: 15px; }
  .kf-contact-form { padding: 24px 18px 20px; }
  .kf-contact-form h3 { font-size: 23px; }
  .kf-contact-form > p { font-size: 14px; }
  .kf-contact-form label { margin-bottom: 14px; }
  .kf-contact-form input, .kf-contact-form textarea { padding: 15px 14px; font-size: 15px; }
  .kf-contact-form textarea { min-height: 180px; }
  .kf-contact-form button[type="submit"] { padding: 18px; gap: 14px; font-size: 14px; }
  .kf-contact-form button[type="submit"] > span:last-child { font-size: 30px; }
}

@media (max-width: 380px) {
  .kf-shell { width: min(calc(100% - 24px), var(--kf-shell)); }
  .kf-hero h1 { font-size: clamp(39px, 12.2vw, 46px); }
  .kf-story h2 { font-size: 37px; }
  .kf-option-picker { gap-inline: 4px; }
  .kf-option { font-size: 11px; }
  .kf-option-icon { width: 56px; height: 56px; }
  .kf-how-copy h2 { font-size: 48px; }
  .kf-how-item { grid-template-columns: 82px 1fr; gap: 12px; }
  .kf-how-list::before { left: 71px; }
  .kf-how-item > span::after { left: 64px; }
  .kf-contact-copy h2 { font-size: 46px; }
  .kf-contact-list span { font-size: 14px; }
}

@media (min-width: 901px) {
  .kf-story .kf-scroll-cue { position: relative; top: 20px; margin-top: 24px; }
  .kf-tagline { bottom: -166px; }
}

/* Blurred image backgrounds for tablet and mobile */
@media (max-width: 900px) {
  .kf-hero { min-height: 680px; background: var(--kf-cream); isolation: isolate; }
  .kf-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(247,244,239,.52) 0%, rgba(247,244,239,.34) 58%, rgba(247,244,239,.16) 100%);
    pointer-events: none;
  }
  .kf-hero-art {
    inset: -2%;
    width: 104%;
    height: 104%;
    max-width: none;
    object-fit: cover;
    object-position: 68% center;
    filter: none;
    opacity: 1;
    transform: none;
  }
  .kf-hero-yellow { opacity: .42; }
  .kf-hero-inner { position: relative; z-index: 2; }

  .kf-scroll-cue {
    position: static;
    margin-top: 12px;
    transform: none;
  }
  .kf-story-main { transform: translateY(60px); }
  .kf-story-main:has(.kf-reveal-line[data-story-line="1"].is-visible),
  .kf-story-main:has(.kf-reveal-line[data-story-line="2"].is-visible) { transform: translateY(60px); }
  .kf-story-lines { min-height: 250px; }
  .kf-story.is-story-ready .kf-story-lines p:not(.is-visible) { display: block; }
  .kf-how { padding-bottom: 48px; }

  .kf-booth { padding: 0; overflow: hidden; isolation: isolate; }
  .kf-booth-grid {
    display: block;
    width: 100%;
    max-width: none;
    padding: 56px 0 52px;
    isolation: isolate;
    overflow: hidden;
  }
  .kf-booth-grid::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(247,244,239,.4);
    pointer-events: none;
  }
  .kf-booth-image-wrap {
    position: absolute;
    inset: -1.5%;
    width: auto;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    z-index: 0;
    overflow: hidden;
  }
  .kf-booth-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 20% center;
    filter: blur(.75px) saturate(.96) contrast(.98);
    opacity: .84;
    transform: scale(1.03);
    transform-origin: 22% center;
  }
  .kf-booth-image-wrap picture { display: block; width: 100%; height: 100%; }
  .kf-booth-copy {
    width: min(calc(100% - 40px), 760px);
    margin-inline: auto;
    padding: 0 10px;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 620px) {
  .kf-hero { min-height: 620px; }
  .kf-hero::after { background: linear-gradient(180deg, rgba(247,244,239,.52) 0%, rgba(247,244,239,.4) 53%, rgba(247,244,239,.12) 100%); }
  .kf-hero-art { object-position: 66% center; opacity: 1; }
  .kf-story-rail { position: absolute; top: 34px; left: 14px; right: 14px; transform: none; }
  .kf-story-main {
    position: absolute;
    inset: 145px 14px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 38px 0 0;
    transform: none;
  }
  .kf-story-main:has(.kf-reveal-line[data-story-line="1"].is-visible),
  .kf-story-main:has(.kf-reveal-line[data-story-line="2"].is-visible) { transform: none; }
  .kf-story-main .kf-eyebrow { margin-bottom: 26px; }
  .kf-story h2 { margin-bottom: 38px; }
  .kf-story-lines { min-height: 230px; gap: 16px; }
  .kf-scroll-cue { margin-top: 24px; }
  .kf-how { padding-bottom: 38px; }
  .kf-booth-grid { padding-block: 46px; }
  .kf-booth-copy { width: min(calc(100% - 28px), 760px); padding-inline: 10px; }
  .kf-booth-grid::before { background: rgba(247,244,239,.42); }
  .kf-booth-image-wrap { inset: 0; }
  .kf-booth-image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130%;
    height: auto;
    max-width: none;
    aspect-ratio: 916 / 1081;
    object-fit: contain;
    object-position: center;
    transform: translate(-50%, -50%);
    transform-origin: center;
  }
  .kf-booth-copy h2 { margin-top: 22px; }
  .kf-booth .kf-short-rule { margin-block: 24px; }
  .kf-booth-copy > p:not(.kf-overline) { line-height: 1.45; }
  .kf-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 34px; }
  .kf-feature { min-width: 0; padding: 0 7px; border-right: 1px solid #ccc; border-bottom: 0; }
  .kf-feature:first-child { padding-left: 0; }
  .kf-feature:last-child { padding-right: 0; border-right: 0; }
  .kf-feature img { width: 44px; height: 44px; margin-bottom: 14px; }
  .kf-feature strong { min-height: 28px; font-size: 10px; line-height: 1.25; margin-bottom: 8px; }
  .kf-feature p { font-size: 10px; line-height: 1.4; }
}

@media (hover: none) {
  .kf-frame-card:hover, .kf-mini-frame:hover, .kf-how-icon:hover, .kf-option:hover, .kf-arrow:hover, .kf-pill:hover { transform: none; }
}

.kf-site button:focus-visible, .kf-site a:focus-visible, .kf-site input:focus-visible, .kf-site textarea:focus-visible { outline: 3px solid var(--kf-yellow); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .kf-story { height: auto; min-height: 950px; }
  .kf-story-layout { position: relative; min-height: 950px; height: auto; padding-block: 80px; }
}
