:root{--ink:#17392d;--forest:#0d3c2e;--deep:#082a21;--green:#49a665;--lime:#bce66d;--gold:#f3b936;--cream:#fbf7ea;--paper:#f3ead5}
.mentor{width:min(1220px,calc(100% - 48px))}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,"Noto Sans SC","PingFang SC",Arial,sans-serif}button,select,a{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.site-shell{overflow:hidden}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#318c5c;font-size:11px;line-height:1.2;font-weight:950;letter-spacing:.17em}.eyebrow.light{color:#d4f49c}.section-heading{width:min(760px,100%);margin:0 auto 54px;text-align:center}.section-heading h2,.story h2,.mentor h2,.download-copy h2,.final-cta h2{margin:15px 0 18px;font-size:clamp(36px,4.7vw,62px);line-height:1.04;letter-spacing:-.052em;font-weight:950;text-wrap:balance}.section-heading p,.story-copy>p,.mentor-copy>p,.download-copy>p{color:#687b73;font-size:16px;line-height:1.8}
.topbar{position:fixed;z-index:50;inset:0 0 auto;height:78px;padding:0 clamp(20px,5vw,78px);display:flex;align-items:center;border-bottom:1px solid rgba(21,55,43,.12);background:rgba(251,248,237,.9);backdrop-filter:blur(18px)}.brand-button{width:178px;height:70px;border:0;background:transparent;padding:0;display:flex;align-items:center;cursor:pointer}.brand-button img{width:164px;height:66px;object-fit:contain}.main-nav{display:flex;gap:clamp(22px,3.5vw,52px);margin:auto}.main-nav button{position:relative;border:0;background:transparent;padding:29px 0;color:#35584b;font-size:14px;font-weight:820;cursor:pointer}.main-nav button:after{content:"";position:absolute;left:50%;right:50%;bottom:19px;height:2px;background:var(--green);transition:.25s}.main-nav button:hover:after{left:0;right:0}.nav-actions{display:flex;align-items:center;gap:12px}.language-picker{height:42px;padding:0 12px;display:flex;align-items:center;gap:6px;border:1px solid #c4cbbf;border-radius:999px;background:rgba(255,255,255,.7)}.language-picker select{border:0;outline:0;background:transparent;color:#244b3b;font-size:13px;font-weight:800}.nav-play{height:44px;padding:0 20px;border-radius:999px;display:flex;align-items:center;gap:8px;background:var(--forest);color:white;font-weight:850;box-shadow:0 9px 25px rgba(16,61,46,.22)}.menu-toggle{display:none}
.hero{height:min(920px,100svh);min-height:760px;position:relative;color:white}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,43,32,.88),rgba(7,43,32,.53) 42%,rgba(7,43,32,.06) 73%),linear-gradient(0deg,rgba(8,38,29,.38),transparent 45%)}.hero-grid{position:relative;z-index:2;width:min(1420px,90%);height:100%;margin:auto;padding-top:78px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center}.hero-copy{max-width:660px}.hero-copy h1{margin:24px 0 19px;font-size:clamp(49px,5.5vw,80px);line-height:1.01;letter-spacing:-.06em;font-weight:950;text-wrap:balance;text-shadow:0 8px 32px rgba(0,0,0,.23)}.hero-copy h1 span{display:block;color:#fff5d8}.hero-copy>p{max-width:590px;margin:0;color:rgba(255,255,255,.84);font-size:clamp(16px,1.45vw,20px);line-height:1.75}.hero-actions{display:flex;align-items:center;gap:13px;margin-top:30px}.primary-cta,.ghost-cta{min-height:58px;padding:0 25px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:900;transition:.22s}.primary-cta{background:linear-gradient(135deg,#d7f483,#67bf50);border:1px solid rgba(255,255,255,.5);color:#123f2a;box-shadow:0 15px 34px rgba(11,53,35,.27),inset 0 1px rgba(255,255,255,.62)}.ghost-cta{border:1px solid rgba(255,255,255,.32);background:rgba(13,62,45,.34);color:white;backdrop-filter:blur(12px);cursor:pointer}.primary-cta:hover,.ghost-cta:hover{transform:translateY(-3px)}.online-note{margin-top:22px;display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.68);font-size:12px}.online-note i{width:8px;height:8px;border-radius:50%;background:#bcef62;box-shadow:0 0 0 5px rgba(188,239,98,.14)}.hero-cast{height:70%;position:relative;align-self:end}.hero-cast img{position:absolute;object-fit:contain;filter:drop-shadow(0 27px 20px rgba(30,44,22,.35));animation:bob 5s ease-in-out infinite}.cast-cow{width:51%;left:0;bottom:2%;z-index:3}.cast-horse{width:53%;right:-2%;bottom:0;animation-delay:-2s!important}.cast-chicken{width:27%;left:38%;top:4%;animation-delay:-3.2s!important}.speech{position:absolute;z-index:5;padding:12px 16px;border-radius:18px 18px 18px 5px;background:rgba(255,255,255,.94);color:#244c39;font-size:12px;font-weight:850;box-shadow:0 13px 32px rgba(17,52,35,.18);animation:bob 5s ease-in-out infinite}.speech:after{content:"";position:absolute;left:18px;bottom:-8px;border-width:9px 9px 0 0;border-style:solid;border-color:white transparent transparent transparent}.speech-one{left:4%;top:16%}.speech-two{right:1%;top:34%;animation-delay:-2s}.hero-curve{position:absolute;z-index:4;left:-3%;right:-3%;bottom:-48px;height:88px;border-radius:50% 50% 0 0/100% 100% 0 0;background:var(--cream)}@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
.story{width:min(1220px,calc(100% - 48px));margin:auto;padding:clamp(110px,12vw,175px) 0;display:grid;grid-template-columns:1fr 1fr;gap:clamp(55px,8vw,110px);align-items:center}.story-visual{height:520px;position:relative;border-radius:46% 54% 43% 57%/53% 38% 62% 47%;background:radial-gradient(circle at 48% 35%,#eefacb,#addb85 54%,#4b9664);overflow:hidden;box-shadow:0 40px 80px rgba(47,98,66,.22)}.status-card{position:absolute;z-index:3;inset:55px 52px 60px;padding:28px;border:1px solid rgba(255,255,255,.58);border-radius:28px;background:rgba(255,255,255,.42);backdrop-filter:blur(14px);box-shadow:0 24px 50px rgba(29,76,50,.2);display:grid;grid-template-columns:1fr 1fr;gap:10px}.status-card img{grid-column:1/-1;width:100%;height:280px;object-fit:contain;filter:drop-shadow(0 20px 15px rgba(32,65,36,.24))}.status-card>div{padding:10px 13px;border-radius:13px;background:rgba(255,255,255,.56)}.status-card strong,.status-card span{display:block}.status-card strong{font-size:18px}.status-card div span{font-size:8px;letter-spacing:.13em;color:#638070}.status-live{position:absolute;top:20px;left:20px;padding:7px 10px;border-radius:99px;background:white;color:#337c52;font-size:9px;font-weight:900}.status-live i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#62bd61}.story-ring{position:absolute;border:1px solid rgba(255,255,255,.42);border-radius:50%}.ring-one{width:330px;height:330px;right:-90px;top:-80px}.ring-two{width:210px;height:210px;left:-65px;bottom:-80px}.story-bubble{position:absolute;z-index:5;right:18px;top:115px;width:150px;padding:15px;border-radius:18px 18px 5px;background:#fff;color:#315e46;font-size:12px;font-weight:850;box-shadow:0 16px 32px rgba(26,69,43,.2)}.mini-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.mini-points span{padding:10px 13px;display:flex;align-items:center;gap:7px;border:1px solid #d7ddcf;border-radius:999px;background:white;color:#416053;font-size:10px;font-weight:900;letter-spacing:.08em}.mini-points svg{width:15px;height:15px;color:#4a9d60}
.features{padding:clamp(90px,10vw,150px) max(5vw,24px);background:#f2ead7}.feature-grid{width:min(1220px,100%);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-grid article{min-height:300px;position:relative;padding:28px;border:1px solid rgba(57,86,68,.14);border-radius:26px;background:rgba(255,255,255,.72);box-shadow:0 20px 55px rgba(45,72,55,.07);transition:.25s}.feature-grid article:hover{transform:translateY(-7px);border-color:#72aa70}.feature-grid .step{position:absolute;right:25px;top:25px;color:#b0beb5;font-size:11px;font-weight:950;letter-spacing:.15em}.feature-icon{width:57px;height:57px;display:grid;place-items:center;border-radius:18px;background:#dbefb9;color:#236f44}.feature-icon svg{width:27px}.feature-grid h3{margin:55px 0 11px;font-size:22px}.feature-grid p{margin:0;color:#708078;font-size:14px;line-height:1.65}.feature-grid article>svg{position:absolute;right:25px;bottom:25px;color:#88a094}
.animals-section{padding:clamp(90px,10vw,150px) max(5vw,24px);background:radial-gradient(circle at 10% 10%,rgba(78,145,89,.28),transparent 30%),var(--forest);color:white}.light-heading p{color:#afc8bd}.animal-deck{width:min(1220px,100%);margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.animal-card{height:355px;position:relative;overflow:hidden;padding:28px 17px 17px;border-radius:110px 110px 25px 25px;background:linear-gradient(180deg,color-mix(in srgb,var(--animal-color) 49%,white),#f7edd7 63%);color:#29493d;border:1px solid rgba(255,255,255,.32);box-shadow:0 20px 42px rgba(0,0,0,.17);transition:.3s}.animal-card:after{content:"";position:absolute;left:-20%;right:-20%;bottom:-20%;height:58%;border-radius:50%;background:rgba(255,255,255,.65)}.animal-card:hover{transform:translateY(-10px)}.animal-top{position:relative;z-index:3;display:flex;justify-content:space-between;align-items:flex-start;margin:0 2px}.animal-top span{padding:7px 11px;border-radius:999px;background:#183f31;color:white;font-size:10px;font-weight:950;line-height:1;white-space:nowrap;box-shadow:0 4px 10px rgba(16,40,28,.18)}.animal-top i{font-style:normal;color:rgba(33,69,53,.45);font-size:10px;font-weight:900}.animal-card>img{position:relative;z-index:2;display:block;width:86%;max-width:210px;height:205px;margin:8px auto 0;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 16px 12px rgba(40,56,34,.22))}.animal-meta{position:absolute;z-index:3;left:24px;bottom:22px}.animal-meta small{font-size:9px;letter-spacing:.12em;color:#789086;font-weight:900}.animal-meta h3{margin:3px 0 0;font-size:27px}
.mentor{width:min(1220px,calc(100% - 48px));max-width:1220px;margin:auto;padding:clamp(95px,11vw,165px) 0;display:grid;grid-template-columns:1fr 1fr;gap:clamp(55px,8vw,110px);align-items:center}.mentor-image{height:620px;position:relative;border-radius:36px;overflow:hidden;background:#2b211a;box-shadow:0 32px 75px rgba(42,50,35,.2)}.mentor-image>img{width:100%;height:100%;object-fit:cover;object-position:center}.mentor-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(19,45,32,.32),transparent 40%)}.mentor-badge{position:absolute;z-index:2;left:25px;bottom:25px;padding:12px 15px;border-radius:15px;display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);color:#2d6045;font-size:10px;font-weight:950;letter-spacing:.1em}.mentor-badge svg{width:17px}.mentor blockquote{margin:27px 0;padding:18px 22px;border-left:3px solid #78ad63;background:#edf3df;color:#42614f;font-weight:750;line-height:1.7}.text-link{display:inline-flex;align-items:center;gap:8px;color:#2f8856;font-weight:900}.text-link:hover{gap:13px}
.download-section{position:relative;min-height:740px;padding:clamp(90px,9vw,140px) max(6vw,24px);display:grid;grid-template-columns:minmax(330px,520px) minmax(380px,620px);justify-content:center;align-items:center;gap:clamp(70px,10vw,150px);overflow:hidden;background:linear-gradient(135deg,#07291f,#10523c 62%,#176645);color:white}.download-glow{position:absolute;border-radius:50%;filter:blur(1px)}.download-glow.one{width:580px;height:580px;left:-180px;top:-250px;background:radial-gradient(circle,rgba(188,226,98,.2),transparent 68%)}.download-glow.two{width:500px;height:500px;right:-140px;bottom:-220px;background:radial-gradient(circle,rgba(241,184,54,.16),transparent 68%)}.phone-frame{width:300px;height:620px;justify-self:center;position:relative;padding:10px;border:1px solid rgba(255,255,255,.42);border-radius:48px;background:#142b24;box-shadow:0 45px 80px rgba(0,0,0,.42),inset 0 0 0 2px rgba(255,255,255,.08);transform:rotate(-4deg)}.phone-frame>img{width:100%;height:100%;border-radius:39px;object-fit:cover}.phone-frame:after{content:"";position:absolute;inset:10px;border-radius:39px;background:linear-gradient(0deg,rgba(5,30,22,.3),transparent 40%);pointer-events:none}.phone-island{position:absolute;z-index:3;top:20px;left:50%;width:92px;height:24px;transform:translateX(-50%);border-radius:999px;background:#0c1713}.phone-logo{position:absolute;z-index:3;top:58px;left:50%;width:190px;height:105px;transform:translateX(-50%)}.phone-logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 9px 15px rgba(0,0,0,.25))}.phone-home{position:absolute;z-index:4;left:50%;bottom:18px;width:95px;height:4px;transform:translateX(-50%);border-radius:9px;background:rgba(255,255,255,.82)}.download-copy{position:relative;z-index:2}.download-copy>p{color:#b6cec4;max-width:610px}.store-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.store-buttons>a{min-width:205px;height:66px;padding:0 18px;border:1px solid rgba(255,255,255,.23);border-radius:16px;display:flex;align-items:center;gap:13px;background:rgba(255,255,255,.09);backdrop-filter:blur(12px);transition:.2s}.store-buttons>a:hover{transform:translateY(-3px);background:rgba(255,255,255,.14)}.store-buttons>a.disabled{opacity:.56}.store-mark{width:33px;height:33px;display:grid;place-items:center;font-size:25px}.store-mark.google{font-size:20px;color:#b8e668}.store-buttons small,.store-buttons strong{display:block}.store-buttons small{font-size:8px;letter-spacing:.08em;color:#b8c9c2}.store-buttons strong{font-size:17px}.browser-link{margin-top:13px;width:max-content;padding:12px 0;display:flex;align-items:center;gap:8px;color:#d3efaa;font-weight:850}.browser-link svg{width:17px}.download-hint{display:block;margin-top:12px;color:#789b8c;font-size:11px}.final-cta{padding:68px max(5vw,24px);display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:35px;background:#f2e6ca}.final-cta>img{width:180px;height:105px;object-fit:contain}.final-cta h2{font-size:clamp(30px,3.8vw,50px);margin:0 0 9px}.final-cta p{margin:0;color:#6c7c73}.primary-cta.gold{background:linear-gradient(135deg,#ffe480,#e5aa26);color:#543810}footer{padding:40px max(5vw,24px);background:#071f18;color:#94aba2;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.footer-brand{display:flex;align-items:center;gap:25px}.footer-brand img{width:145px;height:78px;object-fit:contain}.footer-links{display:flex;align-items:center;gap:23px}.footer-links a{display:flex;align-items:center;gap:7px}.footer-links svg{width:15px}footer small{grid-column:1/-1;padding-top:19px;border-top:1px solid rgba(255,255,255,.1)}
@media(max-width:920px){.topbar{height:68px;padding:0 17px}.brand-button{width:130px;height:62px}.brand-button img{width:126px;height:58px}.desktop-play{display:none}.menu-toggle{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:var(--forest);color:white}.main-nav{display:none;position:absolute;top:75px;left:14px;right:14px;padding:12px;flex-direction:column;gap:0;border-radius:19px;background:#fffdf5;box-shadow:0 18px 50px rgba(20,49,38,.25)}.main-nav.is-open{display:flex}.main-nav button{text-align:left;padding:15px}.main-nav button:after{display:none}.language-picker{padding:0 9px}.language-picker select{width:56px}.hero{height:100svh;min-height:720px}.hero-grid{width:calc(100% - 36px);padding-top:68px;display:block}.hero-copy{padding-top:clamp(70px,12vh,110px);position:relative;z-index:4}.hero-copy h1{font-size:clamp(40px,10vw,61px);max-width:650px}.hero-copy>p{max-width:520px;font-size:15px}.hero-shade{background:linear-gradient(180deg,rgba(7,43,32,.84),rgba(7,43,32,.48) 59%,rgba(7,43,32,.2))}.hero-cast{position:absolute;left:0;right:-5%;bottom:-2%;height:34%}.hero-cast .speech{display:none}.story{grid-template-columns:1fr;padding:105px 0}.story-visual{width:min(570px,100%);margin:auto}.features{padding:95px 24px}.feature-grid{grid-template-columns:repeat(2,1fr)}.animal-deck{grid-template-columns:repeat(5,195px);overflow-x:auto;padding:5px 5px 19px;scroll-snap-type:x mandatory}.animal-card{scroll-snap-align:start}.mentor{grid-template-columns:1fr}.mentor-image{width:min(600px,100%);margin:auto}.download-section{grid-template-columns:1fr 1.1fr;gap:40px}.phone-frame{width:250px;height:520px}.final-cta{grid-template-columns:145px 1fr}.final-cta>img{width:140px}.final-cta>.primary-cta{grid-column:2;justify-self:start}footer{grid-template-columns:1fr}.footer-links{grid-column:1}}
@media(max-width:580px){.eyebrow{font-size:9px}.hero-copy{padding-top:58px}.hero-copy h1{font-size:39px}.hero-copy>p{font-size:14px;line-height:1.6}.hero-actions{margin-top:22px}.primary-cta,.ghost-cta{min-height:51px;padding:0 18px}.ghost-cta svg{display:none}.online-note{margin-top:16px}.hero-cast{height:27%;bottom:-2%;right:-14%}.cast-cow{width:48%}.cast-horse{width:48%}.cast-chicken{width:24%}.story{width:calc(100% - 36px);padding:92px 0;gap:55px}.story-visual{height:430px}.status-card{inset:40px 25px 45px;padding:18px}.status-card img{height:245px}.story-bubble{right:7px;top:90px}.section-heading h2,.story h2,.mentor h2,.download-copy h2{font-size:35px}.section-heading p,.story-copy>p,.mentor-copy>p,.download-copy>p{font-size:14px}.feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:230px}.feature-grid h3{margin-top:33px}.animals-section{padding:86px 18px}.animal-deck{width:calc(100% + 18px);margin-right:-18px}.mentor{width:calc(100% - 36px);padding:90px 0}.mentor-image{height:470px}.download-section{padding:85px 20px;display:flex;flex-direction:column-reverse;gap:65px;text-align:center}.download-copy .eyebrow{justify-content:center}.download-copy>p{margin-left:auto;margin-right:auto}.store-buttons{display:grid}.store-buttons>a{width:100%;text-align:left}.browser-link{margin:13px auto 0}.phone-frame{width:240px;height:490px;transform:rotate(-2deg)}.final-cta{padding:56px 20px;display:block;text-align:center}.final-cta>img{width:165px;margin:auto}.final-cta>.primary-cta{margin-top:22px}.footer-brand{display:block;text-align:center}.footer-brand img{margin:auto}.footer-links{justify-content:center}footer small{text-align:center}.language-picker svg{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.hero-cast img,.speech{animation:none}.primary-cta,.ghost-cta,.feature-grid article,.animal-card{transition:none}}

/* Warm wheat-and-denim brand palette, matched to the official rancher artwork. */
:root{--ink:#3e2c20;--forest:#3b2a21;--deep:#241812;--green:#4d9255;--lime:#e4cf68;--gold:#e7a936;--cream:#fff8e9;--paper:#f6e7c9}
.topbar{background:rgba(255,248,232,.92);border-bottom-color:rgba(102,67,35,.16)}
.main-nav button,.language-picker select{color:#5c432d}.nav-play{background:linear-gradient(135deg,#725034,#493021);box-shadow:0 9px 25px rgba(71,45,28,.22)}
.hero-shade{background:linear-gradient(90deg,rgba(61,38,22,.85),rgba(68,48,29,.47) 43%,rgba(71,49,24,.04) 74%),linear-gradient(0deg,rgba(54,38,22,.34),transparent 46%)}
.primary-cta{background:linear-gradient(135deg,#ffe077,#e7a12d);color:#533615;box-shadow:0 15px 34px rgba(76,48,20,.27),inset 0 1px rgba(255,255,255,.7)}
.ghost-cta{background:rgba(57,42,27,.36)}.online-note i{background:#ffd66a;box-shadow:0 0 0 5px rgba(255,214,106,.15)}
.features{background:linear-gradient(180deg,#f8edda,#f2dfbd)}.feature-icon{background:#f3d98c;color:#745027}.feature-grid article:hover{border-color:#d6a34e}
.animals-section{background:radial-gradient(circle at 12% 12%,rgba(99,142,160,.27),transparent 31%),linear-gradient(145deg,#17394b,#244f61 58%,#193d4d)}
.mentor blockquote{border-left-color:#d5a345;background:#f8ecd0;color:#6a4a2f}.text-link{color:#a36b25}
.download-section{background:radial-gradient(circle at 14% 30%,rgba(235,183,73,.16),transparent 32%),linear-gradient(135deg,#2b1b14,#563820 57%,#183b50);color:white}
.download-copy>p{color:#d8c6b3}.browser-link{color:#ffdb78}.phone-frame{background:#241912;border-color:rgba(255,222,157,.46)}
.final-cta{background:linear-gradient(110deg,#f9e8c2,#f2d394)}footer{background:#241711;color:#bda994}

/* Each bubble belongs to its animal, so both scale and move as one unit. */
.hero-cast .cast-member{position:absolute;z-index:2;aspect-ratio:1/1;animation:bob 5s ease-in-out infinite;overflow:visible}
.hero-cast .cast-member>img{position:static;width:100%;height:100%;object-fit:contain;object-position:center bottom;animation:none!important;filter:drop-shadow(0 27px 20px rgba(49,35,20,.34))}
.hero-cast .cast-cow{width:48%;left:1%;bottom:1%;z-index:3}.hero-cast .cast-horse{width:50%;right:0;bottom:0;animation-delay:-2s;z-index:2}.hero-cast .cast-chicken{width:24%;left:39%;bottom:38%;top:auto;animation-delay:-3.2s;z-index:4}
.hero-cast .speech{width:max-content;max-width:170px;position:absolute;z-index:6;top:6%;left:8%;padding:10px 14px;border:1px solid rgba(127,84,35,.13);border-radius:16px 16px 16px 5px;background:rgba(255,251,239,.96);color:#674523;font-size:11px;line-height:1.35;font-weight:850;box-shadow:0 13px 30px rgba(77,49,24,.2);animation:none;pointer-events:none;white-space:normal}
.hero-cast .speech:after{content:"";position:absolute;left:18px;bottom:-8px;border-width:9px 9px 0 0;border-style:solid;border-color:#fffbed transparent transparent transparent}.hero-cast .cast-cow .speech{top:8%;left:10%}.hero-cast .cast-horse .speech{left:auto;right:6%;top:10%;border-radius:16px 16px 5px 16px}.hero-cast .cast-horse .speech:after{left:auto;right:18px;border-width:9px 0 0 9px}.hero-cast .cast-chicken .speech{top:-8%;left:50%;transform:translateX(-50%);border-radius:16px}

@media(max-width:920px){.hero-shade{background:linear-gradient(180deg,rgba(60,39,23,.82),rgba(58,44,28,.43) 59%,rgba(52,39,24,.2))}.hero-cast .speech{display:block!important;max-width:132px;padding:8px 10px;font-size:9px}.hero-cast .cast-cow{width:48%;left:0;bottom:0}.hero-cast .cast-horse{width:49%;right:0;bottom:0}.hero-cast .cast-chicken{width:24%;left:39%;bottom:36%;top:auto}.hero-cast .cast-cow .speech{top:6%;left:6%}.hero-cast .cast-horse .speech{top:8%;right:4%}.hero-cast .cast-chicken .speech{top:-10%;left:50%}}
@media(max-width:580px){.hero-cast .speech{max-width:102px;padding:6px 8px;font-size:8px;box-shadow:0 8px 18px rgba(77,49,24,.2)}.hero-cast .speech:after{bottom:-6px;border-width:7px 7px 0 0}.hero-cast .cast-cow{width:46%;left:0;bottom:0}.hero-cast .cast-cow .speech{left:2%;top:4%}.hero-cast .cast-horse{width:47%;right:0;bottom:0}.hero-cast .cast-horse .speech{right:2%;top:6%}.hero-cast .cast-chicken{width:22%;left:40%;bottom:34%;top:auto}.hero-cast .cast-chicken .speech{left:50%;top:-12%}.download-section{text-align:center}}

/* Legal copy is supplied by the server; the dialog remains readable inside an H5 viewport. */
.footer-links button{padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.footer-links button:hover,.footer-links a:hover{color:#ffe08b}.footer-legal{grid-column:1/-1;padding-top:22px;border-top:1px solid rgba(255,255,255,.1)}.footer-legal p{max-width:1180px;margin:0 0 8px;color:#a99484;font-size:11px;line-height:1.75}
body.legal-is-open{overflow:hidden}.legal-overlay{position:fixed;z-index:100;inset:0;padding:clamp(18px,4vw,52px);display:grid;place-items:center;background:rgba(30,19,13,.78);backdrop-filter:blur(9px)}.legal-dialog{width:min(860px,100%);max-height:min(850px,calc(100dvh - 36px));overflow:hidden;border:1px solid rgba(226,173,74,.78);border-radius:28px;background:#fff9ec;color:#49311f;box-shadow:0 35px 100px rgba(20,12,7,.5)}.legal-dialog>header{position:relative;padding:25px 72px 21px 30px;border-bottom:1px solid #e3c990;background:linear-gradient(135deg,#6e4226,#3f281b);color:#fff}.legal-dialog>header span{color:#f3ca6d;font-size:10px;font-weight:900;letter-spacing:.14em}.legal-dialog>header h2{margin:5px 0 0;font-size:clamp(25px,3.4vw,38px);line-height:1.08}.legal-dialog>header button{position:absolute;right:20px;top:50%;width:42px;height:42px;transform:translateY(-50%);display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:#d94b38;color:#fff;cursor:pointer}.legal-scroll{max-height:calc(min(850px,100dvh - 36px) - 105px);padding:27px 30px 34px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.legal-dates{margin:0 0 22px;padding:13px 16px;display:flex;flex-wrap:wrap;gap:9px 22px;border-radius:13px;background:#f1dfb8;color:#71502d;font-size:12px;font-weight:800}.legal-scroll h3{margin:29px 0 10px;color:#6c4526;font-size:18px}.legal-scroll p{margin:0 0 12px;color:#665141;font-size:14px;line-height:1.85;white-space:pre-line}.legal-scroll>p:first-of-type{font-weight:700}.legal-closing{color:#8a5c29!important;font-weight:800}
@media(max-width:580px){footer{padding:34px 20px}.footer-links{gap:16px;flex-wrap:wrap}.footer-legal{text-align:left}.footer-legal p{font-size:10px;line-height:1.65}.legal-overlay{padding:10px}.legal-dialog{max-height:calc(100dvh - 20px);border-radius:20px}.legal-dialog>header{padding:19px 62px 17px 19px}.legal-dialog>header h2{font-size:24px}.legal-dialog>header button{right:14px;width:38px;height:38px}.legal-scroll{max-height:calc(100dvh - 105px);padding:20px 18px 28px}.legal-scroll h3{font-size:17px}.legal-scroll p{font-size:13px;line-height:1.75}.legal-dates{display:grid;font-size:11px}}
.legal-overlay{background:transparent}.legal-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(30,19,13,.78);cursor:default}.legal-dialog{position:relative;z-index:1;margin:0;padding:0}
.legal-scroll .legal-doc h1{margin:0 0 8px;font-size:22px;line-height:1.25;font-weight:950;color:#5a3214}
.legal-scroll .legal-doc h2{margin:18px 0 8px;font-size:16px;font-weight:900;color:#67401f}
.legal-scroll .legal-doc h3{margin:14px 0 6px;font-size:14px;font-weight:850;color:#744116}
.legal-scroll .legal-doc p,.legal-scroll .legal-doc li{margin:0 0 10px;color:#5c3a1d}
.legal-scroll .legal-doc .legal-meta{margin:0 0 14px;color:#84613a;font-size:12px;font-weight:700}
.legal-scroll .legal-doc ul,.legal-scroll .legal-doc ol{margin:0 0 12px;padding-left:20px}

/* Language picker — same locale list as ranchoo.online */
.language-picker{height:42px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;border:1px solid #c4cbbf;border-radius:999px;background:rgba(255,255,255,.7);cursor:pointer;color:#244b3b;font-size:13px;font-weight:800}
.language-picker-label{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lang-overlay{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:18px}
.lang-backdrop{position:absolute;inset:0;border:0;background:rgba(30,19,13,.72);cursor:default}
.lang-panel{position:relative;z-index:1;width:min(420px,100%);max-height:min(78dvh,640px);overflow:hidden;border:1px solid rgba(226,173,74,.78);border-radius:22px;background:#fff9ec;color:#49311f;box-shadow:0 28px 80px rgba(20,12,7,.45)}
.lang-panel header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #e3c990;background:linear-gradient(135deg,#6e4226,#3f281b);color:#fff}
.lang-panel header h2{margin:0;font-size:18px}
.lang-panel header button{width:36px;height:36px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:#d94b38;color:#fff;cursor:pointer;display:grid;place-items:center}
.lang-panel ul{margin:0;padding:8px;list-style:none;max-height:calc(min(78dvh,640px) - 62px);overflow-y:auto}
.lang-panel li button{width:100%;padding:12px 14px;border:0;border-radius:14px;background:transparent;display:flex;align-items:center;gap:12px;font:inherit;font-weight:750;color:#49311f;cursor:pointer;text-align:left}
.lang-panel li button:hover,.lang-panel li button.is-active{background:#f1dfb8}
.lang-flag{font-size:18px;line-height:1}
@media(max-width:920px){.language-picker-label{display:none}}
html[dir=rtl] .hero-copy,html[dir=rtl] .story-copy,html[dir=rtl] .mentor-copy,html[dir=rtl] .download-copy,html[dir=rtl] .section-heading{text-align:right}
