:root {
  --red: #e91e35;
  --red-dark: #b8001f;
  --yellow: #ffd34d;
  --yellow-dark: #edae1a;
  --green: #087d42;
  --green-soft: #dff7e8;
  --pink-soft: #ffe2ef;
  --cream: #fff8e8;
  --beige: #f8e4b8;
  --ink: #2b1b14;
  --muted: #70584d;
  --white: #fff;
  --radius: 26px;
  --radius-lg: 40px;
  --shadow: 0 12px 0 rgba(184, 0, 31, .11), 0 20px 42px rgba(80, 35, 15, .12);
  --shadow-lift: 0 14px 0 rgba(184, 0, 31, .13), 0 24px 48px rgba(80, 35, 15, .16);
  --max: 1180px;
  --section: clamp(58px, 8vw, 96px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(circle at 18px 17px, rgba(233,30,53,.055) 0 5px, transparent 5.5px),
    radial-gradient(circle at 9px 28px, rgba(233,30,53,.045) 0 3px, transparent 3.5px),
    radial-gradient(circle at 27px 28px, rgba(233,30,53,.045) 0 3px, transparent 3.5px);
  background-size: 86px 86px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
strong { font-weight: 900; color: var(--red-dark); }
body ::selection { background: var(--yellow); color: var(--red-dark); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 4px solid rgba(255,211,77,.75); outline-offset: 4px; }
section { position: relative; padding: var(--section) 0; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 32px), 900px); margin-inline: auto; }
.center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.awning { height: 34px; position: relative; z-index: 20; background: repeating-linear-gradient(90deg, var(--red) 0 52px, var(--white) 52px 104px); border-bottom: 4px solid var(--red-dark); }
.awning::after { content: ""; position: absolute; left: 0; right: 0; bottom: -18px; height: 18px; background: radial-gradient(circle at 26px 0, var(--red) 0 26px, transparent 27px) 0 0 / 104px 22px repeat-x, radial-gradient(circle at 78px 0, var(--white) 0 26px, transparent 27px) 0 0 / 104px 22px repeat-x; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,248,232,.96); backdrop-filter: blur(12px); border-bottom: 2px solid rgba(233,30,53,.18); box-shadow: 0 10px 24px rgba(80,35,15,.06); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; transition: transform .2s ease; }
.brand:hover { transform: rotate(-2deg) scale(1.03); }
.brand img { width: 118px; display: block; }
.nav-links { display: none; align-items: center; gap: 14px; font-weight: 900; font-size: .9rem; }
.nav-links a { position: relative; padding: 9px 2px; border-radius: 999px; transition: color .2s ease, background .2s ease, padding .2s ease; }
.nav-links a::after { content: ""; position: absolute; height: 3px; left: 0; right: 100%; bottom: -6px; background: var(--red); border-radius: 10px; transition: right .2s; }
.nav-links a:hover::after { right: 0; }
.nav-links a[aria-current="page"] { padding-inline: 14px; background: var(--red); color: white; box-shadow: 0 4px 0 var(--red-dark); }
.nav-links a[aria-current="page"]::after { display: none; }
.menu-toggle { width: 47px; height: 43px; border: 0; border-radius: 14px; background: var(--red); display: grid; place-items: center; color: white; font-size: 1.45rem; cursor: pointer; }
.mobile-menu { display: grid; max-height: 0; overflow: hidden; transition: max-height .35s ease; background: rgba(255,248,232,.98); }
.mobile-menu.open { max-height: 520px; border-top: 1px solid rgba(233,30,53,.13); padding: 10px 16px 18px; }
.mobile-menu a { padding: 12px 20px; margin: 4px auto; width: min(100%, 360px); border: 2px solid rgba(233,30,53,.18); border-radius: 999px; background: white; font-weight: 900; text-align: center; box-shadow: 0 4px 0 rgba(184,0,31,.09); }
.mobile-menu a[aria-current="page"] { background: var(--red); border-color: var(--red-dark); color: white; }
.hero { padding-top: 70px; overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,248,232,0)); }
.hero::before, .hero::after { content: "🐾"; position: absolute; font-size: clamp(4rem, 10vw, 8rem); opacity: .07; }
.hero::before { left: -18px; top: 130px; transform: rotate(-20deg); }
.hero::after { right: -20px; bottom: 120px; transform: rotate(25deg); }
.hero-logos { display: grid; justify-items: center; gap: 16px; margin: 0 auto 25px; }
.hero-kf-logo { width: min(240px, 58vw); display: block; }
.campaign-logo { width: min(820px, 92vw); display: block; filter: drop-shadow(0 10px 0 rgba(184,0,31,.2)); animation: logoPop .7s ease both; }
@keyframes logoPop { from { opacity: 0; transform: translateY(10px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
.hero-subtitle { max-width: 760px; margin: 28px auto 10px; text-align: center; font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; font-size: clamp(1.25rem, 3vw, 1.9rem); color: var(--red-dark); line-height: 1.28; }
.hero-subtitle span { display: block; }
.hero-copy, .section-intro { max-width: 760px; margin: 0 auto 24px; text-align: center; color: var(--muted); font-size: 1.06rem; }
.date-strip { width: fit-content; max-width: 100%; margin: 22px auto; padding: 12px 20px; border: 3px solid var(--red); border-radius: 999px; background: white; color: var(--ink); box-shadow: 0 6px 0 rgba(184,0,31,.13); font-weight: 800; }
.actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 20px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 24px; border: 3px solid var(--red-dark); border-radius: 999px; background: var(--red); color: white; box-shadow: 0 6px 0 var(--red-dark); font-weight: 900; line-height: 1.1; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 9px 0 var(--red-dark); }
.btn:active { transform: translateY(2px); box-shadow: 0 3px 0 var(--red-dark); }
.btn-yellow { background: var(--yellow); color: var(--red-dark); border-color: var(--yellow-dark); box-shadow: 0 6px 0 var(--yellow-dark); }
.hero-stage { display: grid; grid-template-columns: 1fr; align-items: end; gap: 18px; max-width: 1050px; margin: 42px auto 0; }
.character { min-height: 220px; display: grid; place-items: center; padding: 16px; border: 4px dashed var(--red); border-radius: 40px; background: radial-gradient(circle at 50% 18%, white, var(--beige) 70%); box-shadow: 0 10px 28px rgba(80,35,15,.1); overflow: hidden; }
.character img { max-height: 300px; width: auto; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(80,35,15,.18)); transition: transform .25s ease; }
.character:hover img { transform: translateY(-6px) rotate(1deg); }
.prize-cloud { min-height: 330px; position: relative; display: grid; place-items: center; padding: 0; text-align: center; background: white; border: 5px solid var(--red); border-radius: 42px 42px 88px 88px / 38px 38px 62px 62px; box-shadow: var(--shadow); }
.travel-badge { position: absolute; z-index: 2; top: -30px; right: 4px; width: 130px; height: 130px; display: grid; place-items: center; padding: 16px; border: 5px solid white; border-radius: 50%; background: var(--red); color: white; box-shadow: 0 8px 0 var(--red-dark); font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; font-weight: 700; line-height: 1.05; transform: rotate(8deg); }
.campaign-poster-crop { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; border: 0; border-radius: inherit; background: var(--beige); }
.alt { background: rgba(248,228,184,.46); border-block: 1px solid rgba(233,30,53,.1); }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; padding: 7px 14px; border: 2px solid var(--red); border-radius: 999px; background: var(--yellow); color: var(--red-dark); font-weight: 900; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; transform: rotate(-1deg); }
.section-title { margin: 0 0 16px; color: var(--red); font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; font-size: clamp(2.15rem, 5vw, 4rem); line-height: 1.02; letter-spacing: -.035em; }
.surface { background: rgba(255,255,255,.78); border: 4px solid var(--red); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.page-grid, .card-grid, .steps, .timeline, .idea-grid, .product-grid, .feature-grid, .product-details-grid, .analysis-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.page-card, .feature-card, .step, .date-card, .idea-card, .prize-card, .product-card { display: block; position: relative; padding: 26px; border: 3px solid var(--red); border-radius: var(--radius); background: white; box-shadow: 0 7px 0 rgba(184,0,31,.12); transition: transform .2s ease, box-shadow .2s ease; overflow: hidden; }
.page-card::before, .feature-card::before, .step::before, .date-card::before, .idea-card::before, .product-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 8px; background: repeating-linear-gradient(90deg, var(--red) 0 28px, var(--white) 28px 56px); }
.page-card::after { display: none; }
.page-card:hover, .feature-card:hover, .product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.page-card span, .feature-icon, .step-icon, .date-icon { font-size: 2.6rem; }
.page-card h3, .feature-card h3, .step h3, .step h2, .idea-card h3, .idea-card h2, .date-card h3, .date-card h2, .prize-card h3, .prize-card h2, .product-card h3, .product-card h2 { margin: 8px 0; color: var(--red); font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; font-size: 1.45rem; line-height: 1.1; }
.page-card p, .feature-card p, .step p, .idea-card p, .prize-card p, .product-card p { margin: 0; color: var(--muted); }
.content-box { padding: clamp(28px, 5vw, 56px); }
.content-box p { font-size: 1.08rem; }
.terms-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 30px; }
.terms-nav a { padding: 8px 13px; border: 2px solid rgba(233,30,53,.22); border-radius: 999px; background: white; color: var(--red-dark); font-weight: 900; font-size: .9rem; }
.terms-list { display: grid; gap: 18px; margin-top: 24px; }
.terms-block { padding: 22px; border: 2px solid rgba(233,30,53,.22); border-radius: 22px; background: rgba(255,255,255,.72); }
.terms-block h2 { margin: 0 0 10px; color: var(--red); font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; line-height: 1.1; }
.terms-block p { margin: 0 0 10px; }
.terms-block ol, .terms-block ul { margin: 10px 0 0; padding-left: 24px; }
.terms-block li { margin-bottom: 7px; }
.paw-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 13px; }
.paw-list li { position: relative; padding-left: 34px; }
.paw-list li::before { content: "🐾"; position: absolute; left: 0; top: -1px; }
.content-box a:not(.btn), .terms-block a, .paw-list a { color: var(--red); font-weight: 900; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.content-box a:not(.btn):hover, .terms-block a:hover, .paw-list a:hover { color: var(--red-dark); }
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.pill { display: inline-block; padding: 8px 14px; border: 2px solid var(--red-dark); border-radius: 999px; background: var(--red); color: white; font-weight: 900; }
.pill:nth-child(even) { background: var(--yellow); color: var(--red-dark); }
.product-card { overflow: hidden; background: linear-gradient(180deg, white, var(--pink-soft)); }
.product-card:nth-child(2) { border-color: var(--green); background: linear-gradient(180deg, white, var(--green-soft)); }
.product-card:nth-child(2)::before { background: repeating-linear-gradient(90deg, var(--red) 0 28px, var(--white) 28px 56px); }
.product-card:nth-child(2) h2, .product-card:nth-child(2) h3 { color: var(--green); }
.product-showcase { align-items: stretch; }
.product-card img { width: min(78%, 360px); max-height: 390px; object-fit: contain; display: block; margin: 0 auto 18px; filter: drop-shadow(0 18px 18px rgba(80,35,15,.15)); }
.product-row-list { display: grid; gap: 24px; margin-top: 30px; text-align: left; }
.product-row { display: grid; gap: 22px; align-items: center; padding: clamp(22px, 4vw, 34px); border: 3px solid var(--red); border-radius: var(--radius-lg); background: linear-gradient(180deg, white, var(--pink-soft)); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.product-row::before { content: ""; position: absolute; inset: 0 0 auto; height: 8px; background: repeating-linear-gradient(90deg, var(--red) 0 28px, var(--white) 28px 56px); }
.product-row-dog { border-color: var(--green); background: linear-gradient(180deg, white, var(--green-soft)); }
.product-row-dog h2, .product-row-dog h3 { color: var(--green); }
.product-visual { display: grid; place-items: center; min-height: 250px; }
.product-visual img { width: min(80%, 320px); max-height: 360px; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(80,35,15,.15)); }
.product-info h2 { margin: 8px 0 10px; color: var(--red); font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.05; }
.product-info h3 { margin: 0 0 10px; color: var(--red); font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; font-size: 1.25rem; line-height: 1.1; }
.product-info p { color: var(--muted); }
.product-info-grid { display: grid; gap: 18px; margin-top: 22px; }
.mini-label { margin: 0 0 8px; font-weight: 900; color: var(--red-dark) !important; }
.ingredient-copy { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.58; }
.compact-list { margin: 0; padding-left: 20px; color: var(--muted); }
.compact-list li { margin-bottom: 5px; }
.nutrition-pills { display: grid; gap: 8px; }
.nutrition-pills span { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 8px 12px; border: 2px solid rgba(233,30,53,.18); border-radius: 14px; background: rgba(255,255,255,.72); color: var(--muted); font-weight: 800; }
.nutrition-pills strong { color: var(--red); font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; font-size: 1.3rem; }
.product-row-dog .nutrition-pills strong { color: var(--green); }
.usp-grid { display: grid; grid-template-columns: 1fr; gap: 14px; width: min(860px, 100%); margin: 24px auto 30px; }
.usp-card { padding: 18px 20px; border: 3px solid var(--red); border-radius: 24px; background: white; box-shadow: 0 7px 0 rgba(184,0,31,.12); }
.usp-card strong { display: block; font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; font-size: clamp(2rem, 5vw, 3.1rem); line-height: 1; color: var(--red); }
.usp-card span { display: block; margin-top: 6px; font-weight: 900; color: var(--red-dark); }
.feature-grid { margin-top: 24px; }
.detail-panel, .analysis-card { padding: clamp(24px, 4vw, 34px); border: 3px solid var(--red); border-radius: var(--radius); background: white; box-shadow: 0 7px 0 rgba(184,0,31,.12); }
.detail-panel h2, .analysis-card h3 { margin: 8px 0 12px; color: var(--red); font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; line-height: 1.1; }
.detail-panel p, .analysis-card p { color: var(--muted); }
.pink-panel { background: linear-gradient(180deg, white, var(--pink-soft)); }
.green-panel { border-color: var(--green); background: linear-gradient(180deg, white, var(--green-soft)); }
.green-panel h2, .green-panel h3 { color: var(--green); }
.analysis-card strong { font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; color: var(--red); font-size: 1.35rem; }
.green-panel strong { color: var(--green); }
.muted-note { margin-top: 14px; font-size: .98rem; }
.prize-section { background: var(--red); color: white; }
.prize-section .section-title { color: var(--yellow); }
.prize-section .section-intro { color: rgba(255,255,255,.86); }
.prize-card { border-color: var(--yellow); color: var(--ink); }
.prize-grid-compact { grid-template-columns: 1fr; }
.card-grid.prize-grid-compact { grid-template-columns: 1fr; }
.form-grid { display: grid; gap: 18px; }
.field label { display: block; margin-bottom: 6px; font-weight: 900; color: var(--red-dark); }
.field input, .field select { width: 100%; min-height: 50px; padding: 11px 14px; border: 2px solid #e6b4a9; border-radius: 15px; background: white; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.field input:focus, .field select:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(233,30,53,.11); transform: translateY(-1px); }
.field.full { grid-column: 1 / -1; }
.upload { padding: 15px; border: 2px dashed var(--red); border-radius: 15px; background: rgba(255,255,255,.55); }
.check { display: flex; gap: 11px; align-items: flex-start; font-weight: 700; }
.check input[type="checkbox"] { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 3px; accent-color: var(--red); }
.check a { color: var(--red-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.success-message { display: none; margin-top: 20px; padding: 18px; border: 3px solid #278448; border-radius: 18px; background: #eaffef; color: #165b30; font-weight: 900; }
.success-message.show { display: block; }
.success-message.error { border-color: var(--red-dark); background: #fff0f2; color: var(--red-dark); }
.btn[disabled] { opacity: .7; cursor: not-allowed; transform: none; }
.modal-open { overflow: hidden; }
.submit-modal { position: fixed; inset: 0; z-index: 999; display: none; align-items: center; justify-content: center; padding: 22px; background: rgba(53, 20, 22, .42); backdrop-filter: blur(3px); }
.submit-modal.show { display: flex; }
.submit-modal-card { position: relative; width: min(460px, 100%); padding: 34px 28px 30px; border: 4px solid var(--red); border-radius: 30px; background: var(--white); box-shadow: 0 16px 0 rgba(184,0,31,.18), 0 30px 70px rgba(53,20,22,.25); text-align: center; animation: modalPop .24s ease both; }
.submit-modal-close { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; border: 2px solid var(--red); border-radius: 50%; background: white; color: var(--red-dark); font-size: 1.6rem; font-weight: 900; line-height: 1; cursor: pointer; }
.submit-modal-close:hover { background: var(--red); color: white; }
.submit-modal-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 50%; background: var(--yellow); color: var(--red-dark); font-size: 2rem; font-weight: 900; }
.submit-modal.loading .submit-modal-icon::before { content: ""; width: 30px; height: 30px; border: 5px solid rgba(184,0,31,.22); border-top-color: var(--red); border-radius: 50%; animation: spin .8s linear infinite; }
.submit-modal.success .submit-modal-icon { background: #eaffef; color: #18743c; }
.submit-modal.success .submit-modal-icon::before { content: "✓"; }
.submit-modal.error .submit-modal-icon { background: #fff0f2; color: var(--red-dark); }
.submit-modal.error .submit-modal-icon::before { content: "!"; }
.submit-modal-title { margin: 0 34px 10px; color: var(--red); font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; font-size: clamp(1.8rem, 5vw, 2.4rem); line-height: 1.05; }
.submit-modal-copy { margin: 0; color: var(--muted); font-size: 1.02rem; font-weight: 700; line-height: 1.55; }
@keyframes modalPop { from { opacity: 0; transform: translateY(12px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes spin { to { transform: rotate(360deg); } }
.locator { padding: clamp(22px, 4vw, 38px); }
.locator-controls { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: 18px; }
.locator-search { grid-column: 1 / -1; }
.locator-summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin: 6px 0 18px; padding: 14px 18px; border: 2px solid rgba(233,30,53,.18); border-radius: 18px; background: rgba(255,248,232,.75); color: var(--muted); }
.locator-summary strong { color: var(--red-dark); }
.locator-layout { display: grid; gap: 20px; }
.outlet-panel { min-height: 360px; }
.outlet-list { display: grid; gap: 14px; max-height: 640px; overflow: auto; padding: 4px 8px 4px 0; }
.outlet-card { position: relative; padding: 18px; border: 3px solid rgba(233,30,53,.28); border-radius: 22px; background: white; box-shadow: 0 5px 0 rgba(184,0,31,.08); cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.outlet-card:hover, .outlet-card.active { transform: translateY(-3px); border-color: var(--red); box-shadow: 0 8px 0 rgba(184,0,31,.16); }
.outlet-card.active::after { content: "Selected"; position: absolute; top: 12px; right: 12px; padding: 4px 9px; border-radius: 999px; background: var(--yellow); color: var(--red-dark); font-size: .78rem; font-weight: 900; }
.outlet-card h2 { margin: 0 0 8px; padding-right: 74px; color: var(--red); font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; font-size: 1.15rem; line-height: 1.15; }
.outlet-card p { margin: 0 0 6px; color: var(--muted); font-size: .94rem; }
.outlet-meta { font-weight: 900; color: var(--red-dark) !important; }
.outlet-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.locator-link { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 13px; border: 2px solid var(--red); border-radius: 999px; background: white; color: var(--red-dark); font-weight: 900; }
.locator-link.primary { background: var(--red); color: white; border-color: var(--red-dark); }
.map-panel { min-height: 420px; display: grid; grid-template-rows: auto 1fr; gap: 14px; padding: 18px; border: 3px solid var(--red); border-radius: 26px; background: white; box-shadow: 0 7px 0 rgba(184,0,31,.12); }
.map-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.map-toolbar h2 { margin: 8px 0 0; color: var(--red); font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; line-height: 1.1; }
.map-frame-wrap { min-height: 360px; overflow: hidden; border: 3px solid rgba(233,30,53,.2); border-radius: 20px; background: var(--cream); }
.map-frame-wrap iframe { width: 100%; height: 100%; min-height: 360px; border: 0; display: block; }
.empty-state { padding: 26px; border: 3px dashed var(--red); border-radius: 22px; background: rgba(255,248,232,.8); color: var(--red-dark); font-weight: 900; text-align: center; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 3px solid var(--red); border-radius: 20px; background: white; overflow: hidden; box-shadow: 0 5px 0 rgba(184,0,31,.1); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 20px; border: 0; background: white; color: var(--ink); text-align: left; font-weight: 900; cursor: pointer; }
.faq-icon { flex: 0 0 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: 1.3rem; transition: transform .3s; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.faq-answer a, .faq-note a { color: var(--red-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; font-weight: 900; }
.faq-note { margin-top: 22px; padding: 20px 24px; text-align: center; }
.faq-note p { margin: 0; color: var(--muted); }
.faq-item.open .faq-answer { max-height: 260px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.contact-section { padding: clamp(42px, 6vw, 70px) 0; background: rgba(248,228,184,.34); border-top: 1px solid rgba(233,30,53,.12); }
.contact-card { padding: clamp(24px, 4vw, 34px); text-align: center; }
.contact-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 18px; }
.contact-link { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 18px; border: 2px solid var(--red); border-radius: 999px; background: white; color: var(--red-dark); font-weight: 900; box-shadow: 0 5px 0 rgba(184,0,31,.1); }
.contact-link:hover { transform: translateY(-2px); }
footer { padding: 50px 0 30px; background: var(--red-dark); color: white; text-align: center; }
.footer-brand { font-family: "Frankfurter Medium", "Zen Maru Gothic", sans-serif; color: white; font-size: 1.6rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin: 24px 0; font-weight: 800; }
.footer-contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 20px; margin: -6px 0 22px; font-weight: 800; }
.footer-contact a { color: white; opacity: .92; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.footer-contact a:hover { opacity: 1; color: var(--yellow); }
footer small { color: rgba(255,255,255,.7); }
.footer-links a { opacity: .9; transition: opacity .2s ease, color .2s ease; }
.footer-links a:hover { opacity: 1; color: var(--yellow); }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
@media (min-width: 650px) {
  .page-grid, .card-grid, .idea-grid, .timeline, .product-grid, .feature-grid, .product-details-grid, .analysis-grid { grid-template-columns: repeat(2, 1fr); }
  .usp-grid { grid-template-columns: repeat(3, 1fr); }
  .product-row { grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); }
  .product-info-grid { grid-template-columns: .95fr 1.05fr; }
  .locator-controls { grid-template-columns: 1.3fr .7fr .7fr; }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-stage { grid-template-columns: .7fr 1.5fr .7fr; }
  .character:first-child { transform: rotate(-3deg); }
  .character:last-child { transform: rotate(3deg); }
}
@media (min-width: 850px) {
  .menu-toggle, .mobile-menu { display: none; }
  .nav-links { display: flex; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .locator-layout { grid-template-columns: minmax(300px, .82fr) minmax(360px, 1.18fr); align-items: stretch; }
}
@media (min-width: 1050px) {
  .page-grid { grid-template-columns: repeat(4, 1fr); }
  .card-grid { grid-template-columns: repeat(4, 1fr); }
  .card-grid.prize-grid-compact { grid-template-columns: repeat(3, 1fr); }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 520px) {
  :root { --section: 48px; }
  .brand img { width: 104px; }
  .campaign-logo { width: min(680px, 96vw); }
  .hero-subtitle { margin-top: 18px; }
  .date-strip { border-radius: 22px; text-align: center; }
  .character { min-height: 180px; }
  .character img { max-height: 250px; }
  .prize-cloud { border-radius: 34px; padding-inline: 18px; }
  .travel-badge { width: 108px; height: 108px; font-size: .86rem; }
  .page-card, .feature-card, .step, .date-card, .idea-card, .prize-card, .product-card { padding: 24px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
