:root{--red:#982b22;--ink:#292a24;--muted:#686a60;--cream:#f8f7f2;--line:#dcded4}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #009fca;outline-offset:6px}header{height:112px;display:flex;align-items:center;justify-content:space-between;padding:12px 5.5%;background:#fff}.brand{display:flex;gap:14px;align-items:center;font-size:13px;line-height:1.45;letter-spacing:1.5px}.brand img{width:94px;height:85px;object-fit:contain}.brand b{font-weight:400;letter-spacing:4px}nav{display:flex;align-items:center;gap:38px;font-size:14px}.nav-contact{border:1px solid var(--red);padding:12px 20px;color:var(--red)}.nav-contact span{margin-left:22px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:640px}.hero-copy{padding:65px 7% 35px 11%}.eyebrow{font-size:12px;font-weight:bold;letter-spacing:2px;color:var(--red);margin:0 0 26px}h1,h2,.catalog-end h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-2px;line-height:1.08}h1{font-size:clamp(44px,4.9vw,74px);margin:0 0 27px}em{font-weight:400;color:var(--red)}.lead{max-width:430px;color:var(--muted);margin:0 0 30px;line-height:1.8}.button{background:var(--red);color:white;padding:15px 23px;display:inline-flex;align-items:center;gap:40px;font-size:14px;transition:background .2s}.button:hover{background:#742018}.button span{font-size:22px;line-height:1}.hero-note{display:flex;align-items:center;gap:16px;margin-top:42px}.hero-note>span{font:bold 27px Georgia;color:var(--red);border-right:1px solid var(--line);padding-right:17px}.hero-note p{font-size:12px;color:var(--muted);line-height:1.7;margin:0}.hero-note strong{font-weight:400}.hero-visual{position:relative;overflow:hidden;background:#f0ddc0;min-height:640px}.hero-visual>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:50% 50%}.photo-caption{position:absolute;bottom:34px;left:35px;display:flex;flex-direction:column;gap:6px}.photo-caption span,.photo-number{font-size:12px;letter-spacing:2px}.photo-caption b{font:22px Georgia}.photo-number{position:absolute;right:30px;top:27px}.category-strip{display:flex;align-items:center;justify-content:space-around;gap:18px;padding:24px 5.5%;background:var(--red);color:#fff;font-size:14px;letter-spacing:1px}.category-strip i{color:#d8bc80;font-style:normal}.wrap{padding:88px 5.5%}.about{display:grid;grid-template-columns:1fr 1fr;gap:70px;border-bottom:1px solid var(--line)}h2{font-size:clamp(36px,3.5vw,53px);margin:0}.about-copy p{color:var(--muted);margin:0 0 20px;max-width:580px}.text-link{font-size:14px;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:22px;border-bottom:1px solid var(--line);padding:13px 0;color:var(--red)}.about-copy .text-link{display:inline-flex;border-color:var(--red)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:44px}.section-heading>p{color:var(--muted);font-size:15px}.catalog-label{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:18px 0;font-size:12px;letter-spacing:1.5px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:46px 28px;padding-top:30px}.product-image{aspect-ratio:1.25;position:relative;overflow:hidden;background:#eddcc4}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product:hover img{transform:scale(1.04)}.product-image>span{position:absolute;top:16px;left:16px;background:#ffffffdb;padding:5px 9px;font-size:10px;letter-spacing:1px}.product-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:18px}.product-title h3{font-size:18px;font-weight:500;margin:0}.product-title>span{white-space:nowrap;font-size:13px;color:var(--muted)}.product>p{font-size:14px;color:var(--muted);margin:9px 0 14px;min-height:45px}.catalog-end{background:#e9ecdf;padding:36px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.catalog-end h3{font-size:48px;margin:0}.catalog-end>p:not(.eyebrow){color:var(--muted);font-size:14px;max-width:270px}.catalog-end .eyebrow{font-size:11px}.light{background:#fff;color:var(--red)}.light:hover{background:#f1e5d0}.other{padding-top:10px}.other-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.other-grid>div{padding:24px 25px 0 0}.other-grid span{font-size:12px;color:var(--red)}.other-grid h3{font:30px Georgia;margin:14px 0}.other-grid p{font-size:14px;color:var(--muted)}.contact{background:var(--red);color:#fff;padding:74px 5.5%;display:flex;justify-content:space-between;align-items:center;gap:40px}.contact .eyebrow{color:#e3c89a}.contact em{color:#e3c89a}.contact p:not(.eyebrow){color:#ead4ce;margin-bottom:0}.contact .button{flex-shrink:0}footer{background:#fff;padding:50px 5.5% 22px}.footer-top{display:grid;grid-template-columns:1.6fr 1.3fr .7fr;gap:30px}.footer-top strong{font-size:15px;letter-spacing:1px}.footer-top p{font-size:14px;color:var(--muted)}.footer-top>div>span{font-size:11px;letter-spacing:1.5px;display:block;margin-bottom:12px;color:var(--muted)}.footer-top a{display:block;font-size:14px;margin:6px 0;overflow-wrap:anywhere}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:20px;margin-top:40px;font-size:12px;color:var(--muted)}@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:1000px){.hero-copy{padding:45px 7%}.hero,.hero-visual{min-height:570px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact{align-items:flex-start;flex-direction:column}.about{gap:35px}.hero-note{margin-top:27px}}@media(max-width:640px){header{height:auto;min-height:93px;flex-wrap:wrap;padding:10px 5%;gap:10px}.brand img{width:62px;height:63px}.brand{font-size:11px;gap:8px}.brand b{letter-spacing:2px}nav{gap:17px;font-size:12px;width:100%;justify-content:space-between;padding-bottom:6px}.nav-contact{padding:6px 10px}.nav-contact span{margin-left:7px}.hero{grid-template-columns:1fr}.hero-copy{padding:42px 6% 30px}h1{font-size:48px;letter-spacing:-1.8px}.lead{font-size:15px}.hero-visual{min-height:360px}.photo-caption{left:22px;bottom:25px}.photo-caption b{font-size:20px}.category-strip{gap:9px;padding:18px 5%;flex-wrap:wrap;font-size:11px;letter-spacing:.3px}.category-strip i{font-size:10px}.wrap{padding:55px 6%}.about{grid-template-columns:1fr;gap:25px}.eyebrow{font-size:11px;margin-bottom:20px}h2{font-size:38px;letter-spacing:-1.2px}.section-heading{display:block;margin-bottom:20px}.section-heading>p{font-size:14px;margin-top:22px}.catalog-label{font-size:10px;letter-spacing:.8px}.product-grid{grid-template-columns:1fr;gap:34px}.product-image{aspect-ratio:1.4}.product-title h3{font-size:19px}.product>p{min-height:0}.catalog-end{min-height:320px}.other{padding-top:0}.other-grid{grid-template-columns:1fr}.other-grid>div{border-bottom:1px solid var(--line);padding:20px 0}.other-grid h3{margin:5px 0;font-size:27px}.other-grid p{margin:5px 0}.contact{padding:50px 6%;gap:27px}.contact p{font-size:15px}.contact br{display:none}.contact h2{line-height:1.15}.footer-top{grid-template-columns:1fr;gap:20px}.footer-bottom{flex-direction:column;gap:8px}.hero-note p{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.loin-catalog{padding-top:20px}.loin-catalog .product-image{aspect-ratio:3/4;background:#e8e8e3}.loin-catalog .product-image img{object-fit:contain}.loin-catalog .product:hover img{transform:none}.loin-note{color:var(--muted);font-size:14px;margin:32px 0 0}.other-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-strip a:hover{text-decoration:underline;text-underline-offset:5px}@media(max-width:640px){.other-grid{grid-template-columns:1fr}.loin-catalog .product-image{aspect-ratio:3/4}}

.pouch-catalog{padding-top:20px}.pouch-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:7%;align-items:center;border-top:1px solid var(--line);padding-top:30px}.pouch-photo{background:#e8e8e3;display:flex;justify-content:center}.pouch-photo img{display:block;width:100%;height:560px;object-fit:contain}.pouch-detail h3{font:400 36px/1.2 Georgia,serif;margin:0 0 22px}.pouch-detail>p:not(.eyebrow){color:var(--muted)}.pouch-detail dl{margin:28px 0}.pouch-detail dl>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:12px 0;font-size:14px}.pouch-detail dt{color:var(--muted)}.pouch-detail dd{margin:0;text-align:right}.other-grid{grid-template-columns:1fr}@media(max-width:640px){.pouch-feature{grid-template-columns:1fr;gap:28px}.pouch-photo img{height:auto;max-height:540px}.pouch-detail h3{font-size:30px}}

.katsu-catalog{padding-top:20px}.katsu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px;border-top:1px solid var(--line);padding-top:30px}.katsu-main{aspect-ratio:1;background:#eff1ef}.katsu-main img{width:100%;height:100%;object-fit:contain;display:block}.katsu-product>p{color:var(--muted);font-size:14px}.katsu-details{display:flex;gap:10px;margin:22px 0}.katsu-details img{flex:1;min-width:0;width:0;aspect-ratio:1.35;object-fit:contain;background:#eff1ef}.katsu-product .product-title h3{font:30px Georgia,serif}.katsu-product .product-title>span{font-size:14px}@media(max-width:640px){.katsu-grid{grid-template-columns:1fr;gap:40px}}

.export-catalog{padding-top:25px}.export-intro{display:flex;align-items:center;justify-content:space-between;gap:36px;border-top:1px solid var(--line);padding:25px 0 35px}.export-intro p{max-width:700px;color:var(--muted);margin:0}.export-intro .button{flex-shrink:0}.export-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 25px}.export-gallery figure{margin:0}.export-photo{aspect-ratio:1;background:#f1f2f1}.export-photo img{width:100%;height:100%;object-fit:contain;display:block}.export-gallery h3{font-size:19px;font-weight:500;margin:16px 0 6px}.export-gallery figcaption p{font-size:14px;color:var(--muted);margin:0}.category-strip{flex-wrap:wrap}.export-gallery figure:last-child{grid-column:span 2}.export-gallery figure:last-child .export-photo{aspect-ratio:1.7}@media(max-width:1000px){.export-intro{align-items:flex-start;flex-direction:column}.export-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.export-gallery{grid-template-columns:1fr}.export-gallery figure:last-child{grid-column:auto}.export-gallery figure:last-child .export-photo{aspect-ratio:1}.export-intro .button{gap:20px}}

.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.shopee-button{background:#b53d18}.shopee-button:hover{background:#8e2d10}.hero-actions .button{gap:20px}
