
:root{--paper:#f5f2ea;--ink:#282821;--red:#9d2726;--line:#d5d0c4;--muted:#6b685f}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;font-size:16px;line-height:1.9}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #146b96;outline-offset:5px}.serif,h1,h2,h3{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-weight:500}.preview{background:#292923;color:white;text-align:center;font-size:12px;letter-spacing:.09em;padding:7px 16px}.header{max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:25px 5.5%;gap:30px}.brand{display:flex;align-items:center;gap:15px}.brand small{font-size:12px;letter-spacing:.14em;display:block}.brand strong{font-family:"Yu Mincho",serif;font-size:32px;letter-spacing:.17em;line-height:1.3}.stamp{border:1px solid var(--red);color:var(--red);padding:3px 8px;font-family:serif;writing-mode:vertical-rl;letter-spacing:.1em;font-size:13px}.nav{display:flex;align-items:center;gap:32px;font-size:14px}.button{background:var(--red);color:#fff;display:inline-flex;justify-content:space-between;align-items:center;gap:50px;padding:16px 26px;font-size:15px;letter-spacing:.08em;border:1px solid var(--red);cursor:pointer}.button:hover{background:#7f1d1c}.nav .button{padding:10px 22px;gap:30px}.hero{max-width:1440px;margin:0 auto;padding:25px 5.5% 65px;display:grid;grid-template-columns:44% 56%;min-height:650px;align-items:center}.eyebrow{color:var(--red);font-size:12px;letter-spacing:.2em;margin:0 0 24px}.hero h1{font-size:clamp(40px,4.25vw,65px);line-height:1.65;letter-spacing:.09em;margin:0 0 23px}.hero p{font-size:15px;line-height:2.2;margin:0 0 30px}.hero-copy{padding:25px 20px 25px 0;position:relative;z-index:1}.hero .button{min-width:250px}.photo{background:#e5dfd2;position:relative;display:flex;align-items:center;justify-content:center;color:#736d61;overflow:hidden;min-height:300px}.photo:before{content:"";position:absolute;inset:17px;border:1px solid #c9c0b0}.photo-label{text-align:center;padding:25px;position:relative}.photo-label span{display:block;font-size:12px;letter-spacing:.18em;margin-bottom:12px}.photo-label strong{font-family:"Yu Mincho",serif;font-size:23px;font-weight:400;letter-spacing:.08em}.photo-label small{display:block;font-size:12px;margin-top:12px}.hero-photo{height:560px;background:#dfd7c6;border-radius:48% 48% 0 0}.vertical{position:absolute;right:28px;top:90px;writing-mode:vertical-rl;font-family:serif;font-size:15px;letter-spacing:.3em;color:#655d50}.photo-bottom{position:absolute;bottom:28px;left:32px;font-size:12px;letter-spacing:.13em}.band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 5.5%;display:flex;justify-content:center;gap:50px;font-size:13px;letter-spacing:.1em}.band span+span{border-left:1px solid var(--line);padding-left:50px}.section{max-width:1240px;margin:auto;padding:100px 5%}.intro{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.intro h2{font-size:34px;line-height:1.8;letter-spacing:.07em;margin:0}.intro p{font-size:15px;line-height:2.4}.sub{color:var(--red);font-size:12px;letter-spacing:.2em;margin-bottom:15px}.products{border-top:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:35px;gap:20px}h2{font-size:35px;letter-spacing:.08em;margin:0}.section-head p{font-size:14px;color:var(--muted);margin:0}.product{display:grid;grid-template-columns:1.05fr 1fr;border:1px solid var(--line);background:#faf8f2}.product .photo{min-height:370px}.product-info{padding:42px 45px}.tag{font-size:12px;border-bottom:1px solid var(--red);color:var(--red);padding-bottom:5px;letter-spacing:.1em}h3{font-size:28px;margin:20px 0 15px;letter-spacing:.08em}.product-info p{font-size:14px;color:var(--muted)}dl{font-size:14px;margin:24px 0}dl div{display:flex;gap:25px;border-bottom:1px solid var(--line);padding:8px 0}dt{min-width:80px}dd{margin:0;color:var(--muted)}.inactive{border:1px solid #bcb5a7;color:#726c60;display:block;padding:12px;text-align:center;font-size:14px;background:#eee9df}.flow{background:#eae5da;padding:75px 0}.flow-inner{max-width:1120px;margin:auto;padding:0 5%}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:40px}.step{border-top:1px solid #bfb7a7;padding-top:15px}.step .num{color:var(--red);font-family:serif;font-size:30px}.step h3{font-size:22px;margin:10px 0}.step p{font-size:14px;color:#5b584f;margin:0}.faq{max-width:900px;padding-top:75px;padding-bottom:75px}.faq h2{margin-bottom:28px}details{border-bottom:1px solid var(--line);font-size:15px;padding:19px 0}summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px}summary::after{content:"＋";color:var(--red)}details[open] summary::after{content:"−"}details p{font-size:14px;color:var(--muted);padding-right:30px}.footer{background:#292923;color:#eeeae0;padding:50px 6% 22px}.footer-top{max-width:1120px;margin:auto;display:flex;justify-content:space-between;gap:35px}.footer .brand strong{font-size:30px}.footer p{font-size:13px;color:#c2bfb5}.footer-meta{font-size:13px;line-height:2.2;text-align:right}.copyright{max-width:1120px;border-top:1px solid #55544a;padding-top:18px;margin:35px auto 0;font-size:12px;color:#bcb8ad;display:flex;justify-content:space-between;gap:20px}.mobile-buy{display:none}@media(max-width:760px){.header{padding:19px 6%;gap:15px}.nav>a:not(.button){display:none}.nav .button{padding:10px 13px;font-size:12px;gap:10px}.brand{gap:9px}.brand strong{font-size:26px}.brand small{font-size:10px}.stamp{display:none}.hero{padding:15px 6% 40px;grid-template-columns:1fr;min-height:auto;gap:15px}.hero-copy{padding:12px 0}.hero h1{font-size:clamp(28px,9.2vw,42px);line-height:1.55;margin-bottom:18px}.eyebrow{margin-bottom:14px}.hero p{font-size:14px;margin-bottom:24px}.hero-photo{height:370px;min-height:0;border-radius:45% 45% 0 0}.vertical{right:22px;top:65px;font-size:13px}.band{gap:14px;padding:15px 6%;font-size:11px}.band span+span{padding-left:14px}.section{padding:58px 6%}.intro{grid-template-columns:1fr;gap:18px}.intro h2{font-size:28px}.intro p{margin:0}.section-head{display:block}.section-head p{margin-top:14px}h2{font-size:28px}.product{grid-template-columns:1fr}.product .photo{min-height:260px}.product-info{padding:27px}.steps{grid-template-columns:1fr;gap:25px;margin-top:25px}.step{display:grid;grid-template-columns:45px 1fr;column-gap:15px}.step .num{grid-row:span 2}.step h3{margin:0 0 8px}.flow{padding:50px 0}.flow-inner{padding:0 6%}.footer-top{flex-direction:column}.footer-meta{text-align:left}.copyright{flex-direction:column;gap:6px}.footer{padding-bottom:85px}.mobile-buy{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--paper);border-top:1px solid var(--line);padding:9px 6%;z-index:5}.mobile-buy a{width:100%;padding:10px 20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.brand strong{font-size:26px}.company{border-top:1px solid var(--line)}.company-lead{display:grid;grid-template-columns:1fr 1.1fr;gap:65px}.company-lead p{font-size:16px;line-height:2.2}.company-data dt{min-width:125px}.company-data dd{overflow-wrap:anywhere}.company-data{margin-top:10px}.company-data a,.source-note a{text-decoration:underline;text-underline-offset:4px}.history{display:flex;gap:40px;margin:30px 0}.history span{font-family:serif;color:var(--red);font-size:38px}.history small{display:block;font-family:sans-serif;color:var(--muted);font-size:13px}.source-note{font-size:13px;color:var(--muted);line-height:1.9}.contact-panel{background:#eae5da;padding:50px max(6%,calc((100vw - 1120px)/2));display:flex;justify-content:space-between;gap:40px}.contact-panel h2{font-size:26px}.contact-panel p{font-size:14px}.contact-phone{display:block;font-size:30px;font-family:serif}.contact-email{display:block;overflow-wrap:anywhere;text-decoration:underline}.contact-panel>div{min-width:0}@media(max-width:900px){.nav{gap:16px}.nav>a:not(.button){display:none}.company-lead{grid-template-columns:1fr;gap:20px}.contact-panel{flex-direction:column;gap:15px}.brand strong{font-size:22px}.company-data div{gap:12px}.company-data dt{min-width:112px}.company-data{font-size:14px}}
.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.catalog-card{border:1px solid var(--line);background:#faf8f2;display:block}.catalog-card:hover{border-color:var(--red)}.catalog-card img{width:100%;height:200px;object-fit:contain;background:white;padding:18px}.catalog-card .card-copy{padding:20px}.catalog-card h3{font-size:20px;margin:7px 0}.catalog-card p{font-size:14px;margin:5px 0}.catalog-card small{color:var(--muted)}.all-links{display:flex;flex-wrap:wrap;gap:14px 25px;margin:22px 0}.all-links a{text-decoration:underline;font-size:14px}.crumb{font-size:14px;margin:15px 0 35px;color:var(--muted)}.detail-hero{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.detail-hero h1{font-size:40px;line-height:1.5;margin:18px 0}.detail-hero img{width:100%;max-height:440px;object-fit:contain;background:white;padding:30px}.notice{background:#eee7da;border-left:3px solid var(--red);padding:15px 20px;font-size:14px;line-height:1.9;margin:25px 0}.variant{padding:24px 0;border-bottom:1px solid var(--line)}.variant h3{font-size:22px;margin:0 0 8px}.variant p{margin:8px 0}.price{font-size:25px;color:var(--red)}.variant select{padding:10px;font-size:16px;margin:0 15px 0 10px}.reading{max-width:850px}.reading h1{font-size:40px;line-height:1.6}.reading h2{font-size:27px;margin:35px 0 15px}.reading li{margin:18px 0}.legal-data div{display:grid;grid-template-columns:150px 1fr;padding:16px 0}.empty-cart{border:1px solid var(--line);padding:45px;text-align:center}.link-items{display:grid;grid-template-columns:1fr 1fr;gap:15px}.link-item{border:1px solid var(--line);padding:18px;overflow-wrap:anywhere}.link-item a{text-decoration:underline}.link-item small{display:block;color:var(--muted)}.cart-row{border-bottom:1px solid var(--line);padding:20px 0}.cart-row button{padding:8px 16px;font-size:14px;margin-left:15px}.page-nav{border-top:1px solid var(--line);padding:20px 6%;display:flex;flex-wrap:wrap;gap:12px 24px;font-size:14px}.source-note{overflow-wrap:anywhere}.footer a:hover{text-decoration:underline}@media(max-width:900px){.catalog-grid{grid-template-columns:1fr 1fr}.detail-hero{grid-template-columns:1fr;gap:20px}.detail-hero h1,.reading h1{font-size:32px}.legal-data div{grid-template-columns:1fr;gap:6px}.link-items{grid-template-columns:1fr}.catalog-card img{height:160px}.catalog-card .card-copy{padding:14px}}@media(max-width:420px){.catalog-grid{gap:12px}.catalog-card h3{font-size:17px}.variant .button{width:100%;margin-top:15px}.detail-hero img{padding:15px}.empty-cart{padding:25px}}

/* Hide the one-pixel frame baked into the eight-meal photo. */
.eight-set-image{display:flex;align-items:center;justify-content:center;background:#fff;padding:18px;height:200px;min-width:0}
.eight-set-image img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;padding:0;clip-path:inset(3px)}
.detail-hero .eight-set-image{height:440px;padding:30px}
@media(max-width:900px){.catalog-card .eight-set-image{height:160px}}
@media(max-width:420px){.detail-hero .eight-set-image{height:320px;padding:15px}}

/* Company, contact and footer follow a single vertical reading order. */
.company-lead{grid-template-columns:minmax(0,1fr);gap:40px}
.history{display:block;margin:30px 0;max-width:650px}
.history div{display:grid;grid-template-columns:100px minmax(0,1fr);align-items:baseline;gap:24px;padding:16px 0;border-bottom:1px solid var(--line)}
.history dt{font-size:16px;min-width:0;color:var(--ink)}
.history dd{font-family:"Yu Mincho",serif;font-size:24px;line-height:1.7;color:var(--red);margin:0}
.contact-panel{flex-direction:column;gap:20px}
.footer-top{flex-direction:column;gap:25px}
.copyright{flex-direction:column;gap:8px}
@media(max-width:600px){.history div{grid-template-columns:minmax(0,1fr);gap:5px}.history dd{font-size:21px}}

/* Photo-led hero: existing food photography with a foreground product. */
.hero.hero-food{position:relative;isolation:isolate;overflow:hidden;max-width:none;min-height:690px;padding:75px max(6%,calc((100vw - 1200px)/2));grid-template-columns:minmax(0,1.5fr) minmax(260px,1fr);gap:70px;background:#231711;color:#fff}
.hero-food-backdrop{position:absolute;inset:0;z-index:-2;background-image:url('/assets/ramen-closeup.jpg');background-size:auto 125%;background-position:left center;background-repeat:no-repeat}
.hero-food:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(17,12,8,.79),rgba(17,12,8,.26) 70%,rgba(17,12,8,.39))}
.hero-food .hero-copy{padding:0}.hero-food .eyebrow{color:#f4e4cf;letter-spacing:.24em}.hero-food h1{font-size:clamp(38px,4.4vw,66px);line-height:1.65;text-shadow:0 2px 18px #23171188}.hero-food .hero-copy p{font-size:17px;line-height:2.2;color:#fff}.hero-food .button{background:#a72d29;border-color:#c56554;box-shadow:0 8px 25px #0003}.hero-food .button:hover{background:#86221f}
.hero-product{align-self:end;display:block;background:#fff;color:var(--ink);max-width:370px;width:100%;justify-self:end;box-shadow:0 18px 60px #0005;margin-bottom:5px}.hero-product-caption{padding:22px 25px 0}.hero-product-caption span{display:block;font-size:12px;letter-spacing:.15em;color:var(--red)}.hero-product-caption strong{font-family:"Yu Mincho",serif;font-size:22px;font-weight:500}.hero-product .eight-set-image{height:260px;padding:15px 25px}.hero-product-bottom{background:#f4f0e7;display:flex;justify-content:space-between;padding:15px 25px;font-size:15px}.hero-product:hover .hero-product-bottom{background:#e9dfcd}.hero-image-note{position:absolute;bottom:18px;left:6%;font-size:12px;color:#eee}
@media(min-width:1800px){.hero-food-backdrop{background-size:170% auto}}
@media(max-width:900px){.hero.hero-food{gap:30px;padding:55px 6%;grid-template-columns:minmax(0,1.3fr) minmax(220px,1fr)}.hero-food h1{font-size:36px}.hero-product .eight-set-image{height:210px}.hero-product-caption{padding:18px 18px 0}.hero-product-caption strong{font-size:18px}}
@media(max-width:650px){.hero.hero-food{display:flex;flex-direction:column;align-items:stretch;gap:30px;min-height:auto;padding:45px 6% 55px}.hero-food h1{font-size:clamp(28px,8.8vw,42px);letter-spacing:.06em}.hero-food .hero-copy p{font-size:15px}.hero-food .eyebrow{font-size:11px}.hero-food-backdrop{background-size:auto 85%;background-position:left top}.hero-food:after{background:linear-gradient(180deg,rgba(17,12,8,.65),rgba(17,12,8,.3) 50%,#231711)}.hero-product{width:240px;max-width:100%;align-self:flex-end;margin:0}.hero-product .eight-set-image{height:180px;padding:12px 20px}.hero-product-caption strong{font-size:17px}.hero-product-caption span{font-size:12px}.hero-product-bottom{font-size:14px;padding:12px 18px}}

.hero-slides{position:absolute;inset:0;z-index:-2;overflow:hidden;background:#231711}.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%;opacity:0;transition:opacity 1.2s ease}.hero-slide.is-active{opacity:1}.hero-slide.cooking-slide{object-position:center 100%}.hero.hero-food{padding-bottom:145px}.hero-slideshow-footer{position:absolute;bottom:20px;left:6%;right:6%;display:flex;justify-content:space-between;align-items:end;gap:20px}.hero-food .hero-stock-note{font-size:12px;line-height:1.8;color:white;margin:0;max-width:680px}.hero-stock-note a{text-decoration:underline;text-underline-offset:3px}.hero-controls{display:flex;gap:9px;flex-shrink:0}.hero-controls button{min-width:44px;min-height:44px;padding:8px 12px;border:1px solid #ffffffaa;background:#17120dc9;color:white;font:inherit;font-size:14px;cursor:pointer}.hero-controls button[aria-pressed="true"]{background:#fff;color:#7d2420}.hero-controls button:hover{border-color:white;background:#8f2925;color:#fff}.photo-credits{max-width:1120px;margin:25px auto 0;font-size:14px}.photo-credits p{font-size:13px}.photo-credits a{text-decoration:underline}.photo-credits summary{color:#eeeae0}
@media(max-width:650px){.hero.hero-food{padding-bottom:180px}.hero-slideshow-footer{flex-direction:column;align-items:start;gap:12px}.hero-slide{object-position:58% center}.hero-slide.cooking-slide{object-position:55% 100%}.hero-food .hero-stock-note{font-size:12px}.hero-controls{gap:8px}}
@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}}

/* User-provided Onomichi photograph; legibility treatment is presentation-only. */
.company-scenery{background:#c5e1e7 url('/assets/onomichi-town.jpg') center center/cover no-repeat;padding:48px;min-height:600px;display:flex;align-items:center;isolation:isolate;position:relative}
.company-scenery-copy{position:relative;max-width:620px;width:62%;background:rgba(250,248,242,.94);padding:36px 38px;box-shadow:0 8px 40px #20332e12;color:#282821}
.company-scenery-copy h2{font-size:34px;line-height:1.7}.company-scenery-copy .history{margin-bottom:0}.company-scenery-copy .history dd{font-size:21px}.company-scenery-copy .history div{grid-template-columns:85px minmax(0,1fr);gap:12px}
@media(max-width:900px){.company-scenery{padding:28px;min-height:640px}.company-scenery-copy{width:72%;padding:28px}.company-scenery-copy .history div{grid-template-columns:1fr;gap:3px}}
@media(max-width:600px){.company-scenery{padding:230px 14px 14px;min-height:0;background-size:auto 380px;background-position:70% top;background-color:#d4e4e5}.company-scenery-copy{width:100%;max-width:none;padding:26px 22px;background:rgba(250,248,242,.96)}.company-scenery-copy h2{font-size:28px}.company-scenery-copy p{font-size:16px}.company-scenery-copy .history dd{font-size:20px}}

/* Full-bleed translucent town view with unobstructed bridge on the left. */
.company-scenery{width:100vw;max-width:none;margin-left:calc(50% - 50vw);padding:65px max(6vw,calc((100vw - 1200px)/2));min-height:740px;background:#f5f2ea;position:relative;isolation:isolate;justify-content:flex-end}
.company-scenery:before{content:"";position:absolute;inset:0;z-index:-1;background:url('/assets/onomichi-town.jpg') center center/cover no-repeat;opacity:.38}
.company-scenery-copy{width:52%;max-width:610px;background:transparent;box-shadow:none;padding:20px 0 20px 35px}
@media(max-width:900px){.company-scenery{padding:45px 6vw;min-height:740px}.company-scenery-copy{width:55%;padding:15px 0 15px 20px}}
@media(max-width:600px){.company-scenery{padding:300px 7vw 45px;min-height:0;display:block}.company-scenery:before{background-size:100% auto;background-position:center top;opacity:.4}.company-scenery-copy{width:100%;max-width:none;padding:0;background:transparent}.company-scenery-copy h2{font-size:28px}}

/* Restore left-aligned company copy over the translucent photograph. */
.company-scenery{justify-content:flex-start}
.company-scenery-copy{padding:20px 35px 20px 0}
@media(max-width:900px){.company-scenery-copy{padding:15px 20px 15px 0}}
@media(max-width:600px){.company-scenery-copy{padding:0}}

/* Light text outlines keep the town photograph visible behind the copy. */
.company-scenery-copy{ text-shadow: -1px -1px 0 #fffdf7, 1px -1px 0 #fffdf7, -1px 1px 0 #fffdf7, 1px 1px 0 #fffdf7, 0 0 5px #fffdf7; }
.company-scenery-copy h2{-webkit-text-stroke:3px #fffdf7;paint-order:stroke fill;color:#282821;font-weight:600}
.company-scenery-copy p,.company-scenery-copy dt,.company-scenery-copy dd,.company-scenery-copy .sub{-webkit-text-stroke:2px #fffdf7;paint-order:stroke fill}

.hero-slide.noodles-slide{object-position:64% 50%}.hero-slide.draining-slide{object-position:48% 58%}
@media(max-width:650px){.hero-slide.noodles-slide{object-position:65% center}.hero-slide.draining-slide{object-position:43% center}.hero-controls{flex-wrap:wrap;gap:6px}.hero-controls button{padding:8px 10px}}
