@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#12313e;--muted:#647681;--orange:#e46b3e;--line:#dfe6e9;--blue:#edf4f7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Manrope,'Noto Sans Thai',sans-serif;font-size:16px;line-height:1.65}button,input,select{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{border:0;border-radius:9px;padding:11px 20px;background:var(--ink);color:white;font-weight:600}button:hover{filter:brightness(1.1)}button:focus-visible,a:focus-visible{outline:3px solid var(--orange);outline-offset:4px}button:disabled{opacity:.5;cursor:not-allowed}.demo{text-align:center;background:var(--ink);color:#d9e8ee;font-size:13px;padding:7px 18px}header{max-width:1320px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:25px 48px;gap:25px}.brand{display:flex;align-items:center;gap:12px;font-size:17px;font-weight:800;letter-spacing:1px}.mark{background:var(--ink);color:white;font-size:30px;width:45px;height:45px;display:grid;place-items:center;border-radius:50%;line-height:1}.brand small{display:block;font-size:9px;letter-spacing:2px;font-weight:500;margin-top:2px}nav,.tools{display:flex;gap:25px;align-items:center}nav a{font-size:14px}nav a:hover{color:var(--orange)}.tools{gap:12px}.outline{border:1px solid var(--line);background:white;color:var(--ink);font-size:14px}.lang{padding:8px;background:none;color:var(--ink);font-size:14px}main{min-height:60vh}.hero{max-width:1320px;margin:12px auto 0;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.eyebrow{font-size:12px;letter-spacing:3px;font-weight:700;color:var(--orange);text-transform:uppercase}.hero h1{font-size:clamp(36px,4.4vw,61px);font-weight:600;line-height:1.25;letter-spacing:-1.5px;margin:20px 0}.hero h1 em{font-style:normal;color:var(--orange)}.hero p{max-width:435px;color:var(--muted);margin:20px 0 27px}.hero-actions{display:flex;gap:13px;align-items:center}.hero-actions a{font-size:14px;padding:12px}.hero-media{height:400px;border-radius:22px;overflow:hidden;position:relative;background:#143943}.hero-media img{width:100%;height:100%;object-fit:cover;filter:brightness(.75)}.hero-media::after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0b232bb3)}.photo-caption{position:absolute;left:26px;bottom:25px;color:white;z-index:1}.photo-caption small{display:block;opacity:.75;font-size:12px;letter-spacing:2px}.photo-caption strong{font-size:24px;font-weight:500}.photo-label{position:absolute;right:20px;top:20px;background:#ffffffeb;padding:7px 12px;border-radius:6px;font-size:12px}.trust{max-width:1224px;margin:36px auto 0;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);text-align:center;font-size:14px}.trust span+span{border-left:1px solid var(--line)}.section{max-width:1320px;margin:auto;padding:54px 48px}.heading{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:23px}h2{font-size:30px;line-height:1.4;margin:5px 0 0;font-weight:600}h3{font-size:20px;margin:8px 0}.muted{color:var(--muted);font-size:14px}.filters{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:25px}.chip{background:#fff;color:var(--muted);border:1px solid var(--line);border-radius:30px;padding:7px 19px;font-size:14px}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.search{margin-left:auto;min-width:220px;padding:9px 14px;border:1px solid var(--line);border-radius:8px;background:#fbfcfd}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.card{border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:transform .2s}.card:hover{transform:translateY(-4px)}.card-image{height:228px;position:relative;background:var(--blue)}.card-image img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;left:14px;top:14px;background:white;border-radius:5px;padding:4px 10px;font-size:12px;font-weight:600}.card-body{padding:20px}.meta{display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.card-body h3{font-size:21px}.card-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding-top:15px;border-top:1px solid var(--line)}.price{font-size:23px;font-weight:800}.card-bottom button{background:var(--blue);color:var(--ink);font-size:14px;padding:9px 13px}.story{background:var(--blue);border-radius:16px;padding:32px;display:grid;grid-template-columns:1fr 1fr;gap:30px}.story p{color:var(--muted);margin:6px 0}.story h2{font-size:27px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:30px}.step{border-top:1px solid var(--line);padding-top:20px}.step b{color:var(--orange);font-size:14px}.step p{color:var(--muted);font-size:14px}footer{border-top:1px solid var(--line);padding:35px 48px;max-width:1320px;margin:auto}footer p{font-size:14px;color:var(--muted)}footer small{display:block;font-size:12px;color:var(--muted)}footer small a{text-decoration:underline}dialog{border:0;border-radius:18px;width:min(680px,calc(100% - 28px));max-height:90vh;padding:30px;color:var(--ink);box-shadow:0 20px 90px #0003}dialog::backdrop{background:#071c2aa6;backdrop-filter:blur(3px)}.close{position:absolute;right:12px;top:10px;border-radius:50%;padding:0;width:35px;height:35px;font-size:25px;z-index:2}.detail-img{width:100%;height:240px;object-fit:cover;border-radius:10px}.parents{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.parent{padding:13px;background:var(--blue);border-radius:9px;text-align:left;color:var(--ink);font-size:14px}.parent small{display:block;color:var(--muted)}.notice{background:#fff3e9;border:1px solid #f8d6bb;border-radius:8px;padding:12px 16px;font-size:14px;margin:18px 0}.full{width:100%}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:25px 0}.stat{padding:23px;background:var(--blue);border-radius:12px}.stat strong{font-size:29px;display:block}.admin-row{display:flex;gap:15px;align-items:center;border-bottom:1px solid var(--line);padding:15px 0}.admin-row img{width:70px;height:60px;object-fit:cover;border-radius:8px}.admin-row .info{flex:1}.admin-row button{font-size:13px;padding:8px 12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{font-size:14px;display:block}label input,label select{display:block;width:100%;border:1px solid #cbd8df;padding:10px;margin-top:6px;border-radius:7px;background:white;color:var(--ink)}.wide{grid-column:1/-1}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:13px 23px;border-radius:10px;display:none;z-index:10;max-width:90vw}.empty{text-align:center;padding:45px;background:var(--blue);border-radius:12px;grid-column:1/-1}@media(max-width:850px){header{padding:18px 22px}nav{display:none}.hero{padding:12px 22px;gap:25px}.hero-media{height:350px}.hero h1{font-size:39px}.trust{margin:25px 22px 0}.section{padding:40px 22px}.grid{gap:14px;grid-template-columns:repeat(2,1fr)}.card-image{height:210px}footer{padding:30px 22px}.search{width:100%;margin:6px 0 0}}@media(max-width:560px){.brand{font-size:13px;gap:8px}.brand small{font-size:7px;letter-spacing:1px}.mark{width:35px;height:35px;font-size:25px}.tools{gap:5px}.outline{padding:8px 10px;font-size:12px}.demo{font-size:12px}.hero{grid-template-columns:1fr;gap:20px}.hero h1{font-size:39px;margin:12px 0}.hero p{margin:15px 0;font-size:15px}.hero-media{height:245px}.trust{font-size:12px;gap:8px}.trust span{padding:0 5px}.grid{grid-template-columns:1fr 1fr;gap:12px}.card-image{height:150px}.card-body{padding:12px}.card-body h3{font-size:17px}.card-bottom{display:block}.card-bottom button{width:100%;margin-top:10px}.price{font-size:21px}.meta{font-size:11px;flex-wrap:wrap}.card-body>.muted{font-size:12px}.heading{align-items:start}h2{font-size:26px}.heading .muted{font-size:12px}.story{grid-template-columns:1fr;padding:24px;gap:15px}.steps{grid-template-columns:1fr;gap:15px}.stats{gap:8px}.stat{padding:12px;font-size:12px}.stat strong{font-size:23px}.admin-row{flex-wrap:wrap}.admin-row .info{min-width:50%}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}dialog{padding:23px}.parents{gap:8px}.hero-actions{gap:3px}.eyebrow{font-size:11px}}

/* Thai Medaka: Japanese inspired identity */
.brand-logo{display:block;width:265px;height:96px;object-fit:contain}.brand{letter-spacing:0}header{padding-top:8px;padding-bottom:8px}.hero-media{border-radius:90px 12px 12px 12px}.japanese-seal{position:absolute;top:25px;left:24px;z-index:2;border:1px solid #ffffff80;color:white;background:#12313e88;padding:8px 9px;line-height:1.45;font-family:serif;font-size:19px}.eyebrow{letter-spacing:2px}.story{border-left:3px solid var(--orange);border-radius:4px}.step b{letter-spacing:1px}footer .brand-logo{width:230px;height:84px}@media(max-width:850px){.brand-logo{width:215px;height:78px}}@media(max-width:560px){.brand-logo{width:175px;height:64px}header{gap:8px;padding:9px 16px}.hero-media{border-radius:55px 8px 8px 8px}.tools{gap:4px}.hero-actions{flex-wrap:wrap}.hero-actions button{white-space:nowrap}}

/* Bright Japanese field guide */
:root{--orange:#f36b3d;--blue:#e9f8ff;--line:#d8e8ef;--ink:#12313e}body{background:#fcfeff}.hero{background:linear-gradient(125deg,#edfbff 0%,#fff8e5 100%);padding:34px 42px;border-radius:28px;max-width:1224px;gap:40px}.hero h1{font-weight:800}.hero-media{border:6px solid white;box-shadow:0 12px 0 #12313e0b;border-radius:24px;transform:rotate(2deg);height:360px}.hero-media img{filter:brightness(.92)}.hero-actions button{background:var(--orange);box-shadow:0 4px 0 #c64621}.photo-label{background:#fff19b}.trust{border:0;background:#f0faff;border-radius:16px}.card{border:2px solid #d8e8ef;background:white;box-shadow:0 5px 0 #e1edf2;border-radius:20px}.card:hover{transform:translateY(-6px) rotate(-.5deg);border-color:#27bfd0}.card:nth-child(3n+1){border-top:6px solid #ffbd45}.card:nth-child(3n+2){border-top:6px solid #31c8cf}.card:nth-child(3n){border-top:6px solid #ff825d}.card-image{height:220px}.badge{border-radius:20px;background:#fff5c6}.card-bottom button{background:#c9f3f5;border-radius:20px}.chip.active{background:#12313e;box-shadow:0 3px 0 #68ccdc}.story{background:#e2f8f4;border:0;border-radius:20px}.section .eyebrow{color:#0f879c}.explorer-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:14px 0 20px}.explorer-head h2{font-size:28px}.collection-tag{font-size:12px;border-radius:20px;padding:5px 12px;background:#fff0bb;white-space:nowrap}.fish-profile{position:relative}.fish-profile>img{width:100%;height:220px;object-fit:cover;border-radius:15px}.profile-label{position:absolute;bottom:15px;right:12px;background:#ffffffdb;padding:3px 9px;font-size:12px;border-radius:6px}.family-title{text-align:center;margin:25px 0 5px}.family-hint{text-align:center;font-size:13px}.family-tree{background:#edfaff;padding:20px;border-radius:18px;margin:15px 0}.family-parents{display:grid;grid-template-columns:1fr 1fr;gap:22px}.family-node{display:flex;flex-direction:column;align-items:center;gap:7px;background:white;color:var(--ink);padding:14px 10px;border:2px solid #79d5e0;border-radius:15px;box-shadow:0 4px 0 #bdebf0;min-width:0}.family-node:nth-child(2){border-color:#ffb58b;box-shadow:0 4px 0 #ffe1bc}.family-node img{width:85px;height:65px;object-fit:cover;border-radius:12px}.family-node strong{font-size:15px}.family-node small{font-size:12px;color:var(--muted)}.node-role{font-size:12px;letter-spacing:1px}.node-action{font-size:12px;color:#087a88}.unknown-icon{font-size:36px;color:#98b9c5;height:65px}.unknown{border-style:dashed;background:#ffffff70;box-shadow:none!important}.tree-connector{text-align:center;font-size:30px;line-height:1.4;color:#299eaf}.current-node{background:#fff2ad;border:2px solid #f2ca4b;border-radius:12px;padding:12px;text-align:center;max-width:250px;margin:auto}.current-node span,.current-node small{display:block;font-size:12px}.current-node strong{display:block}.count-pill{background:#c3eff1;padding:2px 8px;border-radius:20px;font-size:14px}.children-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:15px 0}.child-node{background:#fff4e9;color:var(--ink);padding:10px;border:1px solid #f4cfaa}.child-node img{width:100%;height:66px;object-fit:cover;border-radius:8px}.child-node strong,.child-node small{display:block;font-size:12px}.explorer-buy{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding:20px 0 0}.explorer-buy small{display:block;font-size:12px;color:var(--muted)}.explorer-buy strong{font-size:25px}.explorer-buy button{background:var(--orange)}dialog{border:3px solid #c1e8ef}.card .meta{font-size:12px}@media(max-width:850px){.hero{margin:8px 20px;padding:25px;gap:20px}.hero h1{font-size:34px}.hero-media{height:320px}.hero-actions{flex-wrap:wrap}.hero-actions button{white-space:nowrap}nav{display:flex;position:relative;justify-content:center;gap:20px;width:100%;order:3}header{flex-wrap:wrap;gap:0}header .tools{margin-left:auto}nav a{font-size:13px;padding:8px 0}}@media(max-width:560px){.hero{padding:24px 20px;margin:8px 14px;gap:25px}.hero h1{font-size:36px}.hero-media{height:220px;transform:rotate(1deg)}.card-image{height:145px}.card-bottom button{font-size:13px}.family-tree{padding:14px 10px}.family-parents{gap:12px}.family-node{padding:10px 7px}.family-node strong{font-size:13px}.explorer-head{display:block}.collection-tag{display:inline-block;margin-top:8px}.children-grid{gap:6px}.child-node{padding:7px}.explorer-buy strong{font-size:22px}.brand-logo{width:175px;height:64px}}
[hidden]{display:none!important}.price-unit{display:block;font-size:12px;font-weight:500;color:var(--muted)}.lot-note{font-size:13px;padding:9px;background:#fff5d7;border-radius:8px;line-height:1.65}.unit-summary{font-weight:700;text-align:center;background:#e3f8fa;padding:12px;border-radius:9px}fieldset{border:1px solid var(--line);border-radius:10px;padding:15px;min-width:0}.member-choice{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:10px 0}.member-choice input{width:20px;height:20px;margin:0;flex-shrink:0}.member-choice small{display:block;color:var(--muted)}.basket-row{display:flex;gap:12px;padding:18px 0;border-bottom:1px solid var(--line);align-items:flex-start}.basket-row>img{width:65px;height:65px;object-fit:cover;border-radius:9px}.basket-row>.info{flex:1;min-width:0}.qty{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:10px;font-size:14px}.qty button{padding:5px 11px;background:var(--blue);color:var(--ink)}.qty .remove{background:white;text-decoration:underline;font-size:12px}.basket-total{display:flex;justify-content:space-between;padding-top:20px;font-size:22px}.basket-actions{display:flex;gap:10px;flex-wrap:wrap}.basket-actions button{flex:1}.order-box{border:1px solid var(--line);border-radius:14px;padding:22px;margin:20px 0}.order-line{display:flex;justify-content:space-between;gap:15px;padding:15px 0;border-top:1px solid var(--line)}.order-status{display:flex;justify-content:space-between;gap:15px;align-items:center;background:var(--blue);padding:14px;border-radius:8px;margin-top:10px}.order-status button{font-size:13px}@media(max-width:560px){.basket-row{flex-wrap:wrap}.basket-row>.info{min-width:60%}.order-status{flex-wrap:wrap}.order-box{padding:15px}nav{gap:13px}nav a{font-size:12px}}
