@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');
:root{--bg:#f7f5ee;--ink:#282e28;--muted:#73776d;--line:#dedfd4;--orange:#db552e;--green:#364b3d;--soft:#e8ebdf}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans','Noto Sans KR',sans-serif;font-size:14px}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--orange);outline-offset:4px}header{height:98px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 5%;gap:24px}.logo{font-size:24px;font-weight:700;letter-spacing:-1.2px;white-space:nowrap}.logo-icon{display:inline-flex;background:var(--ink);color:var(--bg);width:36px;height:36px;align-items:center;justify-content:center;border-radius:50%;margin-right:10px;font-size:30px}.logo-dot{font-size:10px;vertical-align:top;margin-left:4px}nav{display:flex;gap:34px;font-size:13px}nav a:hover{color:var(--orange)}.header-cta{border:1px solid var(--ink);border-radius:5px;padding:13px 18px;font-size:12px}.header-cta span{margin-left:24px}main{min-height:65vh}.wrap{width:90%;max-width:1320px;margin:auto}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:10px}.eyebrow:before{content:'';width:7px;height:7px;background:var(--orange);border-radius:50%}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(36px,4.6vw,65px);font-weight:500;line-height:1.3;letter-spacing:-3px;margin:22px 0}h2{font-size:32px;letter-spacing:-1.4px;font-weight:500}h3{font-size:19px;letter-spacing:-.6px}p{line-height:1.9}.muted{color:var(--muted)}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:555px;gap:40px;padding:48px 0}.hero h1 em{font-style:normal;color:var(--orange)}.hero p{color:#777b70;font-size:15px}.button{display:inline-flex;justify-content:center;align-items:center;gap:35px;border:0;border-radius:4px;background:var(--orange);color:white;padding:17px 24px;font-size:13px}.button.dark{background:var(--green)}.button.light{color:var(--ink);background:var(--soft)}.hero-actions{display:flex;gap:26px;align-items:center;margin-top:30px}.text-link{border-bottom:1px solid;padding-bottom:5px;font-size:12px}.hero-art{position:relative;height:435px;background:#e7e9dd;border-radius:150px 150px 6px 6px;overflow:hidden}.hero-art svg{height:100%;width:100%}.art-label{position:absolute;top:24px;left:30px;font-size:10px;letter-spacing:2px}.art-note{position:absolute;bottom:22px;left:25px;background:#fbfaf4;padding:14px 18px;border-radius:4px;box-shadow:0 6px 30px #28362810;font-size:11px}.art-note b{display:block;margin-bottom:4px}.art-circle{position:absolute;right:20px;top:30px;width:76px;height:76px;border-radius:50%;background:var(--orange);color:white;display:grid;place-content:center;text-align:center;font-size:10px;line-height:1.5;transform:rotate(12deg)}.trust-strip{border-block:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);padding:22px 0;gap:20px}.trust-strip>div{display:flex;gap:14px;align-items:center;font-size:12px}.trust-strip span{font-size:23px;color:var(--orange)}.trust-strip small{display:block;color:var(--muted);margin-top:3px;font-size:11px}section.section{padding:65px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section-head h2{margin:12px 0 0}.section-head p{margin-bottom:0;font-size:12px;color:var(--muted)}.tabs{display:flex;gap:8px;flex-wrap:wrap}.chip{background:transparent;border:1px solid var(--line);border-radius:30px;padding:9px 20px;font-size:12px}.chip.active{background:var(--ink);color:white;border-color:var(--ink)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.food-card{min-width:0}.food-art{height:235px;background:#edede3;display:flex;align-items:center;justify-content:center;position:relative;border-radius:6px;transition:background .2s}.food-card:hover .food-art{background:#e5e6d8}.food-art svg{width:130px;height:175px;filter:drop-shadow(8px 15px 9px #17291a20);transition:transform .2s}.food-card:hover svg{transform:translateY(-6px) rotate(-3deg)}.badge{position:absolute;top:13px;left:14px;background:#f8f8f2;border-radius:30px;padding:5px 10px;font-size:10px;color:#687061}.card-top{display:flex;justify-content:space-between;font-size:10px;color:var(--muted);margin:17px 0 8px}.food-card h3{font-size:15px;line-height:1.65;min-height:50px;margin-bottom:10px;font-weight:500}.card-bottom{border-top:1px solid var(--line);padding-top:12px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.brand-panel{background:var(--green);color:#f7f5ee;padding:46px;border-radius:6px;display:grid;grid-template-columns:1fr 1fr;gap:70px}.brand-panel h2{font-size:37px;line-height:1.5;margin:18px 0}.brand-panel p{color:#d0d6cb;font-size:13px}.brand-stack a{display:flex;align-items:center;justify-content:space-between;padding:22px 0;border-bottom:1px solid #ffffff30}.brand-stack b{font-size:24px;letter-spacing:-1px}.brand-stack span{color:#ccd3c7;font-size:11px}.preview{display:flex;gap:10px;padding:12px 16px;background:#eeece2;color:#737366;border-radius:4px;font-size:11px;line-height:1.7;margin-top:24px}.page-head{padding:55px 0 28px}.page-head h1{font-size:42px}.filters{display:flex;gap:15px;align-items:center;margin:0 0 30px;flex-wrap:wrap}input,select{background:#fffdf7;color:var(--ink);border:1px solid var(--line);border-radius:5px;padding:13px 15px;min-width:0}input[type=search]{flex:1;min-width:200px}.empty{padding:60px;text-align:center;background:var(--soft);grid-column:1/-1;border-radius:6px}.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.brand-tile{border:1px solid var(--line);border-radius:5px;min-height:190px;padding:27px;display:flex;flex-direction:column;justify-content:space-between}.brand-tile:hover{background:var(--soft)}.brand-tile h3{font-size:27px;margin:20px 0}.brand-tile small{font-size:11px;color:var(--muted)}.detail-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;margin:35px 0 65px}.detail-visual{background:var(--soft);border-radius:8px;min-height:380px;display:grid;place-items:center}.detail-visual svg{width:210px;height:280px}.detail-layout h1{font-size:36px;letter-spacing:-1px}.pill{display:inline-block;background:var(--soft);padding:7px 11px;border-radius:20px;font-size:11px;margin-right:6px}.facts{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);margin:24px 0}.facts div{padding:18px 0;border-bottom:1px solid var(--line)}.facts small{color:var(--muted);display:block;margin-bottom:8px}.source{font-size:12px;text-decoration:underline;text-underline-offset:3px}.columns{display:grid;grid-template-columns:2fr 1fr;gap:40px}.panel{border:1px solid var(--line);padding:28px;border-radius:6px;margin-bottom:20px}.panel h3{margin-bottom:20px}.panel p{font-size:13px}.timeline{border-left:1px solid var(--line);padding-left:24px;color:var(--muted);line-height:2}.brand-hero{background:var(--green);color:white;border-radius:8px;padding:50px;margin:30px 0}.brand-hero h1{font-family:'DM Sans',sans-serif;margin:12px 0;font-size:58px}.brand-hero p{color:#c5cfc2;margin-bottom:0}.finder{max-width:820px;margin:50px auto 80px}.finder-title{text-align:center;margin-bottom:30px}.finder-title h1{font-size:40px}.form-panel{background:#fffdf8;border:1px solid var(--line);border-radius:8px;padding:36px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.field{display:flex;flex-direction:column;gap:9px;font-size:12px}.field small{color:var(--muted)}.field.wide{grid-column:1/-1}.species{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0 28px}.species label{cursor:pointer;border:1px solid var(--line);border-radius:5px;padding:22px;font-size:17px}.species label:has(input:checked){border:2px solid var(--orange);background:#fcf0e6;padding:21px}.species input{accent-color:var(--orange);margin-right:14px}.form-panel .button{width:100%;margin-top:26px}.note{font-size:12px;color:var(--muted);line-height:1.9}.result-summary{padding:28px;background:var(--soft);border-radius:6px;margin:24px 0}.result-summary h2{font-size:25px;margin-bottom:10px}table{width:100%;border-collapse:collapse;font-size:13px}td,th{text-align:left;padding:14px;border-bottom:1px solid var(--line)}th{color:var(--muted);font-weight:400}footer{padding:40px 5% 30px;border-top:1px solid var(--line);margin-top:60px}footer p{font-size:12px;color:var(--muted);margin-top:12px}footer div{font-size:11px;border-top:1px solid var(--line);padding:22px 0 12px;margin-top:30px}footer span{float:right}footer small{font-size:10px;color:var(--muted)}.back{display:inline-block;margin-top:32px;font-size:12px;color:var(--muted)}@media(min-width:1500px){header,footer{padding-left:calc((100vw - 1320px)/2);padding-right:calc((100vw - 1320px)/2)}}@media(max-width:850px){header{height:80px}nav{display:none}.hero{gap:25px}.hero h1{font-size:40px}.hero-art{height:360px}.grid{grid-template-columns:repeat(2,1fr)}.brand-grid{grid-template-columns:repeat(2,1fr)}.brand-panel{gap:30px;padding:30px}.brand-panel h2{font-size:28px}.detail-layout{gap:25px}.trust-strip div{font-size:10px}.columns{grid-template-columns:1fr}}@media(max-width:560px){.logo{font-size:20px}.logo-icon{width:30px;height:30px;font-size:24px}.header-cta{font-size:10px;padding:10px}.header-cta span{display:none}.hero{grid-template-columns:1fr;padding-top:35px}.hero h1{font-size:43px}.hero-art{height:320px}.hero p{font-size:13px}.trust-strip{grid-template-columns:1fr;gap:16px;padding:22px 8px}.trust-strip div{font-size:12px}.section-head{align-items:start;flex-direction:column}.food-art{height:190px}.food-art svg{width:105px;height:145px}.grid{gap:15px}.brand-panel{grid-template-columns:1fr;gap:8px}.brand-grid{grid-template-columns:1fr}.page-head h1{font-size:34px}.detail-layout{grid-template-columns:1fr}.detail-visual{min-height:270px}.detail-visual svg{height:230px}.form-grid{grid-template-columns:1fr}.form-panel{padding:22px}.finder{margin:35px 5%}.finder-title h1{font-size:32px}.brand-hero{padding:30px}.brand-hero h1{font-size:36px}.food-card h3{font-size:13px}.section{padding:45px 0!important}footer span{float:none;display:block;margin-top:10px}}

.trust-strip>div>div{min-width:0}.section-head>div{min-width:0}.brand-stack{min-width:0}.eyebrow{line-height:1.6}@media(max-width:560px){h2{font-size:27px}.card-top{gap:6px;font-size:9px}.food-card h3{overflow-wrap:anywhere}.brand-stack b{font-size:22px}}

/* Expanded nutrition history */
[hidden]{display:none!important}.finder.expanded{max-width:960px;width:90%}.expanded h2{font-size:28px;letter-spacing:-.8px;margin:18px 0 26px}.intake-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:22px}.intake-steps button{border:1px solid var(--line);border-radius:6px;background:transparent;padding:14px 8px;color:var(--muted)}.intake-steps button.active{background:var(--green);color:#fff;border-color:var(--green)}.expanded fieldset{border:0;padding:0;margin:22px 0}.expanded legend{font-size:13px;font-weight:700;margin-bottom:12px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.choice{display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid var(--line);border-radius:5px;font-size:13px;cursor:pointer;line-height:1.5}.choice:has(input:checked){background:#f9e9de;border-color:var(--orange)}.choice input{accent-color:var(--orange);margin:3px 0 0;flex-shrink:0}.expanded input,.expanded select,.expanded textarea{min-width:0;max-width:100%}.expanded textarea{font:inherit;border:1px solid var(--line);border-radius:5px;padding:13px;background:transparent;min-height:80px;resize:vertical}.condition-group{border-bottom:1px solid var(--line);padding:16px 0}.condition-group summary,.intake-sources summary,.result-summary summary{cursor:pointer;font-weight:600;line-height:1.7}.condition-group .choice-grid{margin-top:16px}.selected-detail{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center;background:var(--soft);padding:18px;border-radius:6px;margin:12px 0}.selected-detail b{font-size:13px}.intake-controls{display:flex;align-items:center;gap:16px;margin-top:28px}.intake-controls .button{margin:0;width:auto;margin-left:auto}.intake-sources{margin:24px 0;padding:20px;border-top:1px solid var(--line)}.intake-sources a{display:block;margin:12px 0;line-height:1.7}.answer-list{font-size:13px}.answer-list>div{display:grid;grid-template-columns:1fr 2fr;gap:18px;border-bottom:1px solid #cdd3c5;padding:12px 0}.answer-list dt{font-weight:600}.answer-list dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.extra-space{margin:22px 0}.intake-results{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:560px){.choice-grid,.selected-detail{grid-template-columns:1fr}.intake-steps{gap:5px}.intake-steps button{font-size:11px;padding:12px 3px}.expanded .form-panel{padding:20px}.intake-controls{flex-wrap:wrap;gap:10px}.intake-controls .button{padding:14px}.answer-list>div{grid-template-columns:1fr;gap:6px}.finder.expanded{margin:30px auto}.expanded h2{font-size:25px}}
.breed-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.breed-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.breed-options button{display:flex;justify-content:space-between;gap:10px;text-align:left;border:1px solid var(--line);border-radius:5px;padding:12px;background:transparent;color:var(--ink)}.breed-options button:hover{background:var(--soft)}@media(max-width:560px){.breed-options{grid-template-columns:1fr}}

/* Locale controls use native language names and keep the US market explicit. */
header { flex-wrap: wrap; gap: 14px; }
.language-control {display:flex;align-items:center;gap:8px;font:500 12px/1.4 sans-serif;max-width:100%;}
.language-control select {font:inherit;max-width:180px;background:#fff;border:1px solid #d9ded5;border-radius:20px;padding:8px 12px;color:#263c31;}
.locale-notes {padding:10px max(5vw,16px);background:#edf1e9;color:#435444;font-size:12px;line-height:1.6;}
.locale-notes p {margin:2px 0;}
#locale-fallback {opacity:.85;}
#locale-safety,.localized-urgent {font-weight:600;}
html[dir="rtl"] body {text-align:right;}
html[dir="rtl"] input,html[dir="rtl"] textarea {text-align:start;}
html[dir="rtl"] .logo {direction:ltr;unicode-bidi:isolate;}
html[dir="rtl"] .answer-list dd {unicode-bidi:plaintext;}
html[lang] button,html[lang] .header-cta {white-space:normal;}
@media(max-width:700px){.language-control{margin-inline-start:auto}.locale-notes{font-size:11px}.language-control select{max-width:155px}}
html[dir="rtl"] p {unicode-bidi:plaintext;}
html[dir="rtl"] input[type="number"] {direction:ltr;text-align:right;}
