@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');
:root{--ink:#302722;--dark:#342722;--red:#b03c31;--line:#dedbd8;--muted:#736a64;--cream:#f5f3f1;--white:#fff;font-family:'Noto Sans KR',Arial,sans-serif;color:var(--ink);background:#fff;font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em}h2{font-size:clamp(2rem,3.2vw,3.35rem);line-height:1.3;font-weight:700}p{line-height:1.85}.shell{max-width:1300px;padding:0 40px;margin:0 auto}.section{padding:110px 0}.eyebrow{font-size:.77rem;letter-spacing:.18em;font-weight:800;color:var(--red);margin:0 0 28px}.eyebrow.light{color:#eab1a6}.site-header{background:#fff;border-bottom:1px solid #e9e6e3;position:relative;z-index:10}.header-inner{height:89px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;gap:10px;align-items:center;flex:none}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border:2px solid var(--ink);border-radius:50%;font-family:serif;font-size:28px;line-height:1}.brand strong{display:block;font-size:1.22rem;letter-spacing:-.07em;line-height:1.15}.brand small{display:block;font-size:.58rem;letter-spacing:.16em;font-weight:700;margin-top:4px}.main-nav{display:flex;align-items:center;gap:34px;font-size:.92rem;font-weight:600}.main-nav>a:not(.nav-contact):hover,.main-nav .active{color:var(--red)}.nav-contact{padding:13px 18px;background:var(--dark);color:#fff!important;white-space:nowrap}.menu-toggle{display:none;border:0;background:transparent;font-size:1.55rem;cursor:pointer}.hero{background:#332722;color:#fff;overflow:hidden}.hero-grid{min-height:680px;display:grid;grid-template-columns:1.2fr .8fr;padding-right:0}.hero-content{padding:85px 40px 44px 0;display:flex;flex-direction:column;align-items:flex-start}.hero-content .eyebrow{margin-bottom:50px}.hero h1{font-size:clamp(2.9rem,5.4vw,5.2rem);font-weight:700;line-height:1.26;letter-spacing:-.06em;margin:0 0 32px;white-space:nowrap}.hero h1 em{font-style:normal;color:#de8a7c}.hero-desc{color:#e2d9d2;font-size:1.04rem;line-height:1.9;margin-bottom:32px}.hero-actions{display:flex;align-items:center;gap:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:18px 24px;min-width:205px;font-size:.94rem;font-weight:700;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-light{background:#fff;color:var(--ink)}.button-dark{background:var(--dark);color:#fff}.text-link,.inline-link{font-size:.93rem;font-weight:700;display:inline-flex;justify-content:space-between;align-items:center;gap:35px;border-bottom:1px solid currentColor;padding:8px 0}.light-link{color:#fff}.hero-index{font-size:.78rem;letter-spacing:.12em;margin-top:auto;color:#b9a49a}.hero-index span{letter-spacing:0;margin-left:22px}.hero-visual{position:relative;min-height:680px;background:#181614;overflow:hidden}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#332722 0%,transparent 28%,rgba(0,0,0,.05) 70%)}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:55% center}.vertical-label{position:absolute;right:23px;top:40px;writing-mode:vertical-rl;letter-spacing:.22em;font-size:.67rem;z-index:1;color:#d9cfc8}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:100px}.intro{border-bottom:1px solid var(--line)}.intro-copy{padding-top:44px}.intro-copy>p{font-size:1.12rem;line-height:2;color:#625a55;margin-bottom:35px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:35px}.section-head .eyebrow{margin-bottom:14px}.section-head h2{margin-bottom:0}.products-preview,.value-section,.cut-section{background:var(--cream)}.preview-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}.diagram-preview{background:#e9e4e0;display:flex;flex-direction:column;min-height:400px;overflow:hidden}.diagram-preview img{width:100%;height:340px;object-fit:cover;object-position:center}.diagram-preview span{background:var(--dark);color:#fff;display:flex;justify-content:space-between;padding:17px 23px;font-weight:700}.cut-preview{display:grid;grid-template-columns:1fr 1fr;gap:15px}.cut-tile{position:relative;background:#ded5d0;min-height:185px;overflow:hidden}.cut-tile img{height:100%;width:100%;object-fit:cover;transition:transform .3s}.cut-tile:hover img{transform:scale(1.04)}.cut-tile strong{position:absolute;bottom:0;left:0;background:var(--dark);color:white;padding:10px 18px;font-size:.89rem}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink)}.steps>div{padding:32px 20px 0 0;border-right:1px solid var(--line);min-height:180px}.steps>div+div{padding-left:26px}.steps>div:last-child{border:0}.steps span,.value-grid span,.big-index{font-size:.78rem;color:var(--red);font-weight:800;letter-spacing:.08em}.steps strong{display:block;font-size:1.16rem;margin:24px 0 8px}.steps p{color:var(--muted);font-size:.9rem}.cta{background:var(--red);color:white;padding:75px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta .eyebrow{margin-bottom:15px}.cta h2{margin-bottom:12px}.cta p{margin-bottom:0;color:#f4dad4}.footer{background:#26211e;color:#fff;padding:65px 0 25px}.footer-inner{display:flex;justify-content:space-between;gap:30px}.footer strong{font-size:1.24rem}.footer p{color:#c2b8b1;font-size:.86rem;margin:19px 0 0;line-height:1.95}.footer-inner>div:last-child{display:flex;gap:25px;align-items:start;flex-wrap:wrap;font-size:.82rem}.footnote{border-top:1px solid #4b423d;margin-top:70px;padding-top:22px;color:#988f89;font-size:.75rem}.page-heading{padding-top:90px;padding-bottom:88px}.page-heading .eyebrow{margin-bottom:22px}.page-heading h1{font-size:clamp(2.55rem,4.7vw,4.75rem);line-height:1.25;margin:0 0 20px}.page-heading>p:last-child{font-size:1.05rem;color:var(--muted);margin:0}.about-lead{background:var(--dark);color:white}.about-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:90px}.about-grid h2{margin:24px 0 0}.about-grid>div:last-child{padding-top:32px;color:#ddd2ca;font-size:1.06rem}.about-grid>div:last-child p{line-height:2;margin-bottom:24px}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.value-grid article{background:white;padding:38px;min-height:245px}.value-grid h3{font-size:1.55rem;margin:24px 0 12px}.value-grid p{color:var(--muted);font-size:.94rem}.quote-section{text-align:center}.quote-layout>span{font-family:Georgia,serif;color:var(--red);font-size:5rem;line-height:1}.quote-section blockquote{margin:12px 0 24px;font-size:clamp(1.6rem,2.6vw,2.6rem);font-weight:700;line-height:1.6;letter-spacing:-.04em}.quote-section p{color:var(--muted);font-size:.86rem}.diagram-section{background:#e8e1dc}.diagram-layout{display:grid;grid-template-columns:1.35fr .65fr;align-items:center;gap:75px}.diagram-image{background:#b68d7b;padding:35px;overflow:hidden}.diagram-image img{width:100%;mix-blend-mode:multiply}.diagram-copy h2{margin-bottom:22px}.diagram-copy>p:not(.eyebrow){color:#625750;max-width:300px;margin-bottom:33px}.section-note{font-size:.85rem;color:var(--muted);margin:0}.cut-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#fff;overflow:hidden}.product-card img{height:240px;width:100%;object-fit:cover}.product-card span{display:block;margin:23px 24px 7px;color:var(--red);font-size:.7rem;font-weight:800;letter-spacing:.13em}.product-card h3{font-size:1.45rem;margin:0 24px 25px}.product-foot{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:35px}.product-foot p{margin:0;color:var(--muted)}.quality-feature{padding-top:0}.quality-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px}.quality-image{background:#e4e1df;height:580px}.quality-image img{width:100%;height:100%;object-fit:cover}.quality-text p:not(.eyebrow){font-size:1.08rem;color:var(--muted);max-width:440px}.process-detail{background:var(--cream)}.process-detail h2{margin-bottom:40px}.detail-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.detail-steps article{display:flex;gap:28px;background:white;padding:35px;min-height:165px}.detail-steps article>span{font-size:.75rem;font-weight:800;color:var(--red);margin-top:6px}.detail-steps h3{font-size:1.35rem;margin-bottom:10px}.detail-steps p{color:var(--muted);font-size:.91rem;margin:0}.delivery-block{background:var(--dark);color:white;padding:0}.delivery-layout{display:grid;grid-template-columns:1fr 1fr;min-height:460px;align-items:center;gap:90px}.delivery-layout>div{padding:75px 0}.delivery-layout img{width:100%;height:460px;object-fit:cover}.delivery-layout .button{margin-top:15px}.contact-section{padding-top:0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.contact-primary{background:var(--dark);color:white;padding:60px}.contact-primary h2,.contact-location h2{font-size:2.3rem;margin-bottom:38px}.contact-row{border-top:1px solid #74665d;padding:20px 0;display:flex;flex-direction:column;gap:10px}.contact-row span{font-size:.78rem;color:#b7aaa2}.contact-row a{font-size:clamp(1.1rem,2vw,1.55rem);font-weight:600;overflow-wrap:anywhere}.contact-primary .button{margin-top:27px}.contact-location{background:var(--cream);padding:60px}.address-card{border-top:1px solid var(--line);padding:19px 0 26px}.address-card span{font-size:.76rem;color:var(--red);font-weight:700;display:block;margin-bottom:12px}.address-card strong{display:block;font-size:1.06rem;line-height:1.65}.address-card a{display:inline-block;border-bottom:1px solid var(--ink);font-size:.85rem;font-weight:700;margin-top:17px;padding-bottom:4px}
@media(max-width:1050px){.shell{padding-left:28px;padding-right:28px}.main-nav{gap:17px;font-size:.81rem}.brand strong{font-size:1rem}.brand-mark{width:36px;height:36px;font-size:23px}.hero-grid{grid-template-columns:1.3fr .7fr}.hero h1{font-size:clamp(2.6rem,5vw,4.2rem)}.hero-visual{min-height:600px}.hero-grid{min-height:600px}.diagram-layout,.quality-grid{gap:40px}}
@media(max-width:760px){.shell{padding-left:22px;padding-right:22px}.header-inner{height:72px}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:72px;left:0;right:0;background:white;padding:20px 22px 26px;box-shadow:0 15px 22px #0002;flex-direction:column;align-items:stretch;gap:0;font-size:1rem}.main-nav.open{display:flex}.main-nav>a{padding:12px 0}.main-nav .nav-contact{padding:13px 18px;margin-top:12px}.section{padding:72px 0}.hero-grid{display:flex;flex-direction:column-reverse;padding:0}.hero-visual{height:265px;min-height:0}.hero-visual img{object-position:50% 55%}.hero-visual:after{background:linear-gradient(0deg,#332722 0%,transparent 35%)}.hero-content{padding:38px 22px 50px}.hero-content .eyebrow{margin-bottom:22px}.hero h1{font-size:clamp(2.45rem,8vw,3.65rem);white-space:normal}.hero-desc{font-size:.93rem}.hero-index{margin-top:50px}.two-column,.about-grid,.diagram-layout,.quality-grid,.delivery-layout,.contact-grid{grid-template-columns:1fr;gap:28px}.intro-copy,.about-grid>div:last-child{padding-top:0}.section-head{align-items:start}.section-head .inline-link{margin-top:20px;white-space:nowrap}.preview-grid{grid-template-columns:1fr}.diagram-preview{min-height:0}.diagram-preview img{height:270px}.steps{grid-template-columns:1fr 1fr}.steps>div{min-height:160px;padding:20px 10px 0!important;border-bottom:1px solid var(--line)}.steps>div:nth-child(even){padding-left:18px!important;border-right:0}.steps strong{margin:18px 0 5px}.cta-inner{align-items:start;flex-direction:column}.footer-inner{flex-direction:column}.footer-inner>div:last-child{gap:18px}.page-heading{padding-top:65px;padding-bottom:60px}.diagram-image{padding:18px}.cut-list{grid-template-columns:repeat(2,1fr)}.product-card img{height:170px}.product-foot{align-items:start;flex-direction:column}.quality-feature{padding-top:0}.quality-image{height:380px}.quality-text{padding:14px 0}.delivery-layout{gap:0}.delivery-layout>div{padding:65px 0}.delivery-layout img{height:280px}.contact-primary,.contact-location{padding:38px 26px}}
@media(max-width:490px){.hero-actions{gap:19px}.button{min-width:0;gap:17px;padding:15px 18px}.hero h1{font-size:2.3rem}.section-head{flex-direction:column;gap:10px}.section-head .inline-link{margin:0}.cut-preview{gap:9px}.cut-tile{min-height:135px}.cut-tile strong{padding:7px 12px}.cut-list{gap:10px}.product-card img{height:125px}.product-card span{margin:14px 12px 5px;font-size:.57rem}.product-card h3{font-size:1.09rem;margin:0 12px 16px}.detail-steps{grid-template-columns:1fr}.detail-steps article{min-height:0}.value-grid{grid-template-columns:1fr}.value-grid article{min-height:0}.hero-visual{height:230px}}
.home-hero .hero-grid{min-height:590px}.home-hero .hero-content{padding-top:80px;padding-bottom:72px}.home-hero .hero-content .eyebrow{margin-bottom:42px}.home-hero .hero-visual{min-height:590px}.home-links{display:grid;grid-template-columns:repeat(4,1fr);padding-top:46px;padding-bottom:65px}.home-links a{min-height:142px;border-top:2px solid var(--dark);padding:19px 20px 0 0;position:relative}.home-links a+a{margin-left:20px}.home-links span{display:block;color:var(--red);font-size:.68rem;font-weight:800;letter-spacing:.13em;margin-bottom:22px}.home-links strong{font-size:1.25rem;letter-spacing:-.04em}.home-links b{position:absolute;right:15px;bottom:37px;font-size:1.2rem;font-weight:400}.home-links a:hover strong{color:var(--red)}
@media(max-width:760px){.home-hero .hero-grid{min-height:0}.home-hero .hero-visual{min-height:0}.home-hero .hero-content{padding-top:38px;padding-bottom:55px}.home-hero .hero-content .eyebrow{margin-bottom:22px}.home-links{grid-template-columns:repeat(2,1fr);gap:0 17px;padding-top:45px;padding-bottom:50px}.home-links a{min-height:125px}.home-links a+a{margin-left:0}.home-links b{bottom:29px}}
@media(max-width:760px){.site-header .header-inner{height:auto;display:block;padding-top:13px}.site-header .brand{height:46px}.site-header .menu-toggle{display:none}.site-header .main-nav{display:grid;position:static;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:8px 0 0;background:#fff;box-shadow:none;font-size:.88rem}.site-header .main-nav>a:not(.nav-contact){display:grid;place-items:center;text-align:center;min-height:43px;padding:8px 3px;border-top:1px solid #e9e6e3;line-height:1.35}.site-header .main-nav>a:nth-child(odd):not(.nav-contact){border-right:1px solid #e9e6e3}.site-header .main-nav .nav-contact{display:none}}

/* Supplied brand artwork and product photography */
.brand-mark{display:block;object-fit:contain;background:none!important;border-radius:0!important;padding:0!important;flex:none}
.diagram-image{background:#e8e1dc;padding:5px;min-height:360px;display:grid;place-items:center}
.diagram-image img{mix-blend-mode:normal;max-height:520px;object-fit:contain}
.cut-jump{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 40px}
.cut-jump a{border:1px solid #d8d0cb;background:#fff;padding:11px 16px;font-size:.9rem;font-weight:700}
.cut-jump a:hover,.cut-jump a:focus-visible{border-color:var(--red);color:var(--red)}
.cut-group{scroll-margin-top:125px;margin-top:42px}
.cut-group>h3{font-size:1.55rem;margin:0 0 17px;padding-bottom:15px;border-bottom:1px solid var(--line)}
.product-card img{object-fit:contain;background:#fff;padding:18px;aspect-ratio:4/3;height:auto}
.product-card h4{font-size:1.18rem;margin:0 22px 20px}
@media(max-width:760px){.diagram-image{min-height:0}.cut-jump{margin-bottom:28px}.cut-group{scroll-margin-top:160px}.brand-mark{width:42px;height:42px}}
@media(max-width:490px){.product-card img{padding:8px}.product-card h4{font-size:1rem;margin:0 12px 14px}.cut-jump a{padding:9px 11px;font-size:.81rem}}

/* Original photography across the company pages */
figure{margin:0}
.home-photo-note{padding:0 0 80px;background:#fff}
.home-photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.home-photo-grid a{position:relative;display:block;height:285px;overflow:hidden;background:#342722;color:#fff}
.home-photo-grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.home-photo-grid a:hover img{transform:scale(1.035)}
.home-photo-grid a:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#241b19bd,transparent 48%)}
.home-photo-grid span{position:absolute;left:24px;bottom:22px;z-index:1;font-weight:700;font-size:1.08rem}
.about-photo-section{background:#fff}
.about-photo-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:20px}
.about-photo-grid figure{background:var(--cream)}
.about-photo-grid img{width:100%;height:410px;object-fit:cover}
.about-photo-grid figure:first-child img{object-position:center 42%}
.about-photo-grid figcaption,.process-photo-grid figcaption{padding:17px 20px;font-weight:700;font-size:.93rem}
.products-photo-band{height:300px;background:#211a18;overflow:hidden}
.products-photo-band img{width:100%;height:100%;object-fit:cover;object-position:center 59%}
.process-photos{background:#fff}
.process-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.process-photo-grid figure{background:var(--cream)}
.process-photo-grid img{width:100%;height:280px;object-fit:cover}
.location-photo{margin-top:22px;background:#fff}
.location-photo img{width:100%;height:225px;object-fit:cover;object-position:center 60%}
.location-photo figcaption{padding:13px 16px;font-size:.87rem;font-weight:700}
@media(max-width:760px){.home-photo-note{padding-bottom:52px}.home-photo-grid{gap:10px}.home-photo-grid a{height:185px}.home-photo-grid span{left:13px;bottom:13px;font-size:.85rem}.about-photo-grid{grid-template-columns:1fr}.about-photo-grid img{height:290px}.products-photo-band{height:200px}.process-photo-grid{grid-template-columns:1fr 1fr;gap:10px}.process-photo-grid figure:first-child{grid-column:1/-1}.process-photo-grid img{height:220px}.process-photo-grid figure:first-child img{height:260px}.process-photo-grid figcaption{padding:12px;font-size:.85rem}}
@media(max-width:490px){.home-photo-grid{grid-template-columns:1fr}.home-photo-grid a{height:195px}.process-photo-grid{grid-template-columns:1fr}.process-photo-grid figure:first-child{grid-column:auto}.process-photo-grid img,.process-photo-grid figure:first-child img{height:220px}}

/* Use the complete supplied logo, including its original lettering. */
.site-header .header-inner{height:118px}
.site-header .brand{display:inline-flex;align-items:center}
.brand-logo{display:block;width:auto;height:98px;max-width:none;object-fit:contain}
@media(max-width:760px){.site-header .header-inner{height:auto;padding-top:8px}.site-header .brand{height:84px;min-height:84px}.brand-logo{height:77px}.site-header .main-nav{padding-top:4px}}

.jerky-section{background:#fff}
.jerky-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.jerky-grid figure{margin:0;background:var(--cream);padding:18px 14px 21px;text-align:center}
.jerky-grid img{width:min(100%,260px);aspect-ratio:1;object-fit:contain;margin:0 auto 13px}
.jerky-grid figcaption{font-size:1.1rem;font-weight:700}
@media(max-width:760px){.jerky-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.jerky-grid figure{padding:13px 8px 17px}.jerky-grid figcaption{font-size:.98rem}}
/* Continuous warm palette and photography */
:root{--ink:#332b28;--dark:#3c2d29;--red:#a2463c;--line:#e5d9d1;--muted:#71645d;--cream:#f7f2ed}
body{background:#fcfaf8}
.site-header{background:#fffdfb;border-color:#eee6e0}
.main-nav .nav-contact,.button-dark{background:#49352e}
.hero,.delivery-block{background:linear-gradient(120deg,#352723,#58423b)}
.hero-visual:after{background:linear-gradient(90deg,#352723 0%,#3527238a 20%,transparent 50%),linear-gradient(0deg,#35272355,transparent 35%)}
.home-photo-grid a,.about-photo-grid figure,.process-photo-grid figure,.location-photo,.quality-image,.diagram-image,.product-card,.jerky-grid figure{border-radius:16px;overflow:hidden}
.about-photo-grid figure,.process-photo-grid figure,.location-photo{background:#f6efea;box-shadow:0 10px 34px #4230280d}
.about-photo-section,.process-photos,.jerky-section{background:linear-gradient(180deg,#fffdfb 0%,#f9f3ee 100%)}
.value-section,.process-detail,.cut-section{background:linear-gradient(180deg,#f9f3ee,#f5ede7)}
.about-lead{background:linear-gradient(120deg,#382a27,#5b453d);border-radius:20px;margin:0 24px}
.products-photo-band{position:relative;max-width:1300px;margin:0 auto;border-radius:18px;overflow:hidden}
.products-photo-band:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(0deg,#f9f3ee91,transparent 37%),linear-gradient(90deg,#fcfaf865,transparent 15%,transparent 85%,#fcfaf865)}
.quality-image img,.about-photo-grid img,.process-photo-grid img,.location-photo img{filter:saturate(.9)}
.delivery-layout img{mask-image:linear-gradient(90deg,transparent,#000 23%)}
.sourcing-section{background:linear-gradient(180deg,#fcfaf8,#f5eee8)}
.sourcing-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center}
.sourcing-copy>p:not(.eyebrow){max-width:530px;color:var(--muted);font-size:1.06rem}
.sourcing-copy h2{margin-bottom:23px}
.sourcing-route{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:28px;font-size:.86rem}
.sourcing-route span{padding:9px 13px;background:#fff;border:1px solid #e7d8d1;border-radius:99px}
.sourcing-route b{font-size:1.2rem;color:var(--red);margin:0 5px}
.sourcing-route strong{padding:10px 14px;background:#684b40;color:#fff;border-radius:99px}
.sourcing-image{position:relative;height:450px;margin:0;border-radius:20px;overflow:hidden;background:#eadfd7}
.sourcing-image img{width:100%;height:100%;object-fit:cover}
.sourcing-image:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#352723a6,transparent 35%);pointer-events:none}
.sourcing-image figcaption{position:absolute;z-index:1;bottom:24px;left:26px;color:#fff;font-weight:700;font-size:1.04rem}
.inquiry-section{background:linear-gradient(180deg,#fcfaf8,#f7f0ea)}
.inquiry-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}
.inquiry-copy>p:not(.eyebrow){color:var(--muted);font-size:1.05rem}
.direct-contact{border-top:1px solid var(--line);margin-top:38px}
.direct-contact>div{padding:17px 0;border-bottom:1px solid var(--line);display:grid;gap:6px}
.direct-contact span{color:var(--muted);font-size:.84rem}
.direct-contact a{font-weight:700;overflow-wrap:anywhere}
.inquiry-form{background:#fff;padding:37px;border:1px solid #eee4dd;border-radius:18px;box-shadow:0 14px 45px #4c362616;display:grid;gap:18px}
.inquiry-form label{display:grid;gap:8px;font-size:.91rem;font-weight:700}
.inquiry-form input:not([type="checkbox"]),.inquiry-form textarea{width:100%;border:1px solid #dfd3ca;border-radius:8px;background:#fffdfb;padding:14px;font:inherit;font-weight:400;color:var(--ink)}
.inquiry-form input:focus-visible,.inquiry-form textarea:focus-visible{outline:2px solid var(--red);outline-offset:1px}
.inquiry-form textarea{resize:vertical;min-height:145px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.inquiry-form .consent{display:flex;align-items:start;gap:10px;font-size:.85rem;font-weight:500;line-height:1.6}
.inquiry-form .consent input{margin-top:5px;accent-color:var(--red)}
.form-help{font-size:.78rem;color:var(--muted);margin:-10px 0 0}
.inquiry-form .button{cursor:pointer;border:0;max-width:225px}
.inquiry-form .button:disabled{opacity:.6;cursor:wait}
.form-status{margin:0;min-height:1.4em;font-size:.9rem}
.honey-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.location-section{background:#f7f0ea}
.location-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:30px}
.map-panel{background:#fff;border-radius:18px;overflow:hidden;border:1px solid #eee4dd;box-shadow:0 10px 30px #4c362610}
.map-panel iframe{width:100%;height:430px;border:0;display:block}
.map-panel>a{display:block;padding:17px 20px;font-size:.9rem;font-weight:700;border-top:1px solid var(--line)}
.location-info{background:#fff;border-radius:18px;padding:0 25px 25px}
.location-info .address-card:first-child{border-top:0}
.location-photo{margin-top:3px}
.location-photo img{height:175px}
@media(max-width:1050px){.sourcing-grid,.inquiry-layout{gap:35px}.location-layout{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.about-lead{margin:0 12px}.sourcing-grid,.inquiry-layout,.location-layout{grid-template-columns:1fr;gap:28px}.sourcing-image{height:330px}.inquiry-form{padding:24px}.map-panel iframe{height:300px}.location-info{padding:0 22px 22px}.delivery-layout img{mask-image:none}}
@media(max-width:490px){.form-row{grid-template-columns:1fr}.sourcing-route{gap:6px}.sourcing-route span,.sourcing-route strong{padding:7px 10px;font-size:.77rem}.sourcing-image{height:280px}}
.home-photo-note{background:linear-gradient(180deg,#fcfaf8,#f6eee8)}
.diagram-section{background:linear-gradient(180deg,#f9f3ee,#e8dfd8)}
.diagram-image{background:transparent}
.quote-section{background:linear-gradient(180deg,#f5ede7,#fcfaf8)}
/* Product category navigation and softer cutout photography */
.cut-jump{gap:9px;margin-bottom:46px}
.cut-jump a{border-radius:999px;background:#f4ece6;border:1px solid #ddc9bc;color:#59443d;transition:background .2s,color .2s,transform .2s}
.cut-jump a:hover,.cut-jump a:focus-visible{transform:translateY(-2px)}
.cut-jump a.is-active,.cut-jump a[aria-current="location"]{background:#574038;border-color:#574038;color:#fff}
.cut-group,.jerky-section{scroll-margin-top:24px}
.product-card{background:linear-gradient(180deg,#efe4dc,#f6efea);border:1px solid #e3d5cb;box-shadow:0 8px 24px #5c40300b}
.product-card img{background:transparent;padding:18px 18px 4px;filter:saturate(1.11) contrast(1.04) drop-shadow(0 8px 10px #3d211522)}
.product-card h4{color:#402b27}
.jerky-section{background:transparent;border-top:1px solid #d7c6ba;margin-top:54px;padding:48px 0 5px}
.jerky-grid figure{background:linear-gradient(180deg,#ede1d8,#f4eae3);border:1px solid #e4d4c9;box-shadow:0 8px 24px #5c40300b}
.jerky-grid img{mix-blend-mode:multiply;filter:saturate(1.09) contrast(1.03)}
@media(max-width:760px){.cut-jump{gap:7px}.cut-jump a{padding:9px 13px}.jerky-section{margin-top:42px;padding-top:36px}}

/* Original concept: continuous tones and purpose-led supply information. */
:root{--ink:#3c302b;--dark:#584039;--red:#914b40;--muted:#75655d;--cream:#f6f0eb;--line:#e5d8cf}
body{background:#faf6f2}.site-header{background:#faf6f2;border-color:#ebe1da}.main-nav{gap:25px;white-space:nowrap}.main-nav .nav-contact,.button-dark{background:#63493f;border-radius:6px}.button-light{background:#faf6f2;border-radius:6px}
.hero{background:#4c3831;position:relative}.hero-grid{position:relative}.hero-visual{background:#4c3831}.hero-visual:after{background:linear-gradient(90deg,#4c3831,rgba(76,56,49,.4) 27%,transparent 64%),linear-gradient(0deg,#4c3831,transparent 28%)}.hero-visual img{filter:saturate(1.03)}.hero h1 em{color:#efb09e}.hero-desc{color:#eee0d7}.hero-content{position:relative;z-index:1}.hero:after{content:'';position:absolute;bottom:0;left:0;right:0;height:32px;background:linear-gradient(0deg,#faf6f2,transparent);pointer-events:none}
.home-links a{border-top:1px solid #cbb6a9}.home-links{padding-bottom:34px}.home-business{padding:30px 0 66px;background:#faf6f2}.home-business>.shell{display:flex;justify-content:space-between;align-items:center;gap:36px}.home-business h2{font-size:clamp(1.65rem,2.7vw,2.5rem);margin-bottom:20px}.home-business p:not(.eyebrow){color:var(--muted);margin-bottom:0}.home-business .inline-link{flex-shrink:0}.home-business .eyebrow{margin-bottom:17px}
.home-photo-note{background:linear-gradient(#faf6f2,#f1e7df);padding-top:10px}.home-photo-grid a{border-radius:12px}.home-photo-grid a:after{background:linear-gradient(0deg,#4c3831cc,transparent 65%)}
.page-heading{background:transparent}.about-lead{background:linear-gradient(120deg,#5b443a,#75594b);border-radius:12px}.about-photo-section,.process-photos{background:linear-gradient(#faf6f2,#f6eee7)}.sourcing-section{background:linear-gradient(#f6eee7,#f3e9e1)}.value-section,.process-detail{background:linear-gradient(#f3e9e1,#f6eee7)}.quote-section{background:linear-gradient(#f6eee7,#f1e7df)}
.about-photo-grid figure,.process-photo-grid figure,.location-photo{background:transparent;box-shadow:none;border-radius:12px}.about-photo-grid img,.process-photo-grid img,.location-photo img{filter:saturate(.98);mask-image:linear-gradient(#000 85%,transparent)}.about-photo-grid figcaption,.process-photo-grid figcaption,.location-photo figcaption{padding-left:4px;color:#5c463c}
.products-photo-band{background:#faf6f2}.products-photo-band:after{background:linear-gradient(0deg,#f3e9e1,transparent 42%),linear-gradient(90deg,#faf6f255,transparent 22%,transparent 78%,#faf6f255)}.diagram-section{background:linear-gradient(#f3e9e1,#f1e6de)}.cut-section{background:linear-gradient(#f1e6de,#faf6f2)}.product-card{background:radial-gradient(ellipse at 50% 35%,#f9f0e8,#ebdcd0);border-color:#e5d4c7;box-shadow:none}.product-card img{filter:saturate(1.11) contrast(1.04) drop-shadow(0 8px 10px #3d211519)}.jerky-grid figure{background:#efe1d6;box-shadow:none}
.quality-image{background:transparent}.quality-image img{filter:saturate(.98);mask-image:linear-gradient(#000 88%,transparent)}.delivery-block{background:linear-gradient(120deg,#5b443a,#75594b)}.inquiry-section{background:linear-gradient(#faf6f2,#f4ebe3)}.location-section{background:linear-gradient(#f4ebe3,#f1e7df)}.location-info{background:#faf5f0}.footer{background:#4c3931}.footer p{color:#e0cfc4}.footnote{border-color:#786052;color:#cdb8aa}
.business-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;padding-bottom:70px}.business-intro h2{font-size:clamp(2rem,3vw,3rem)}.business-intro p:not(.eyebrow){color:var(--muted)}.business-intro figure{height:360px;overflow:hidden;border-radius:14px;position:relative}.business-intro img{width:100%;height:100%;object-fit:cover}.business-intro figure:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#faf6f2,transparent 35%)}.business-section{background:linear-gradient(#faf6f2,#f1e7df)}.business-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.business-card{padding:36px;background:#fbf6f1;border:1px solid #e5d7cc;border-radius:14px;display:flex;flex-direction:column;align-items:flex-start}.business-card .eyebrow{margin-bottom:20px}.business-card h2{font-size:1.65rem;margin-bottom:14px}.business-card p{color:var(--muted);font-size:1rem}.business-card .business-examples{font-weight:600;color:var(--ink);margin-bottom:12px}.business-points{font-size:.875rem;color:#806559;border-top:1px solid var(--line);padding-top:18px;margin-top:auto;width:100%;line-height:1.8}.business-card .inline-link{margin-top:20px}.business-guide{background:linear-gradient(#f1e7df,#f7efe9)}.business-guide h2{font-size:clamp(1.8rem,3vw,2.8rem)}.business-checklist{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:36px 0}.business-checklist p{padding:22px 0;border-top:1px solid #cbb6a9;color:var(--muted)}.business-checklist strong{display:block;color:var(--ink);margin-bottom:12px}.inquiry-form select{width:100%;min-height:50px;border:1px solid #dfd3ca;border-radius:8px;background:#fffdfb;padding:12px;font:inherit;color:var(--ink)}a:focus-visible,select:focus-visible{outline:2px solid var(--red);outline-offset:4px}
@media(max-width:1050px){.main-nav{gap:16px;font-size:.82rem}.business-intro{gap:35px}.nav-contact{padding:13px 12px}}
@media(max-width:760px){.site-header .main-nav{background:transparent;grid-template-columns:repeat(3,minmax(0,1fr))}.site-header .main-nav .nav-contact{display:grid;margin:0;padding:8px 3px;background:transparent;color:var(--ink)!important;border-top:1px solid #e9e6e3;border-radius:0;font-size:.88rem}.site-header .main-nav>a:nth-child(odd):not(.nav-contact){border-right:0}.site-header .main-nav>a:not(:nth-child(3n)){border-right:1px solid #e9e6e3}.hero-visual:after{background:linear-gradient(0deg,#4c3831,transparent 58%)}.home-business>.shell{align-items:flex-start;flex-direction:column;gap:22px}.business-intro{grid-template-columns:1fr;gap:20px;padding-bottom:28px}.business-intro figure{height:270px}.business-grid{grid-template-columns:1fr;gap:16px}.business-card{padding:27px}.business-checklist{grid-template-columns:1fr;gap:0}.business-checklist p{padding:16px 0;margin:0}.business-section .section-head{align-items:flex-start;flex-direction:column}.business-section .section-note{font-size:.9rem}.home-business{padding-bottom:42px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

.process-photo-grid .trimming-photo img{object-position:50% 65%}.trimming-photo figcaption small{display:block;font-size:.75rem;font-weight:400;color:var(--muted);margin-top:6px}.trimming-photo{scroll-margin-top:24px}

/* One consistent menu, fewer repeated page links. */
.home-links{grid-template-columns:repeat(5,minmax(0,1fr));gap:22px}.home-links a+a{margin-left:0}.home-links a{padding-right:0}.home-links strong{font-size:1.12rem}.home-links span{font-size:.7rem;letter-spacing:.06em}.home-links b{right:0;bottom:12px}.main-nav{gap:34px}.footer-inner>div:only-child{display:block;font-size:inherit}.home-photo-grid figure{position:relative;display:block;height:285px;overflow:hidden;background:#4c3831;color:#fff;border-radius:12px}.home-photo-grid figure:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#4c3831cc,transparent 65%);pointer-events:none}.home-photo-grid figcaption{position:absolute;left:24px;bottom:22px;z-index:1;font-weight:700;font-size:1.08rem}
@media(min-width:761px){.site-header{position:sticky;top:0}html{scroll-padding-top:138px}}
@media(max-width:1050px){.main-nav{gap:22px}.home-links{gap:15px}.home-links strong{font-size:1rem}.home-links span{font-size:.65rem}}
@media(max-width:760px){.home-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 17px}.home-links a:last-child{grid-column:1/-1;min-height:100px}.home-links b{bottom:25px}.home-links strong{font-size:1.15rem}.home-links span{font-size:.75rem}.site-header .main-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.site-header .main-nav>a:not(.nav-contact){border-right:0}.site-header .main-nav>a:nth-child(odd):not(:last-child){border-right:1px solid #e9e6e3}.site-header .main-nav>a:last-child{grid-column:1/-1}.home-photo-grid figure{height:185px}.home-photo-grid figcaption{left:13px;bottom:13px;font-size:.85rem}}
@media(max-width:490px){.home-photo-grid figure{height:195px}}

/* Numbered navigation belongs in the header; content links stay quiet. */
.site-header .main-nav{gap:clamp(18px,2.4vw,36px);align-items:center}.main-nav>a{display:flex;flex-direction:column;gap:9px;padding:12px 0;position:relative}.nav-index{font-size:.65rem;letter-spacing:.035em;font-weight:600;color:var(--red)}.nav-title{font-size:.95rem;font-weight:700}.main-nav>a:after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .2s}.main-nav>a:hover:after,.main-nav>a:focus-visible:after,.main-nav>a.active:after{transform:scaleX(1)}
.home-business{padding:58px 0 35px}.home-business>.shell{display:block}.business-overview-link{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:20px 0;border-radius:10px;transition:background .2s,color .2s}.business-overview-link h2{transition:color .2s}.business-overview-link:hover h2,.business-overview-link:focus-visible h2{color:var(--red)}.business-link-cue{font-size:.9rem;white-space:nowrap;color:var(--muted);display:flex;align-items:center;gap:16px}.business-link-cue>span{display:inline-block;transition:transform .2s}.business-overview-link:hover .business-link-cue>span,.business-overview-link:focus-visible .business-link-cue>span{transform:translate(3px,-3px)}
.home-photo-grid .home-photo-link{transition:box-shadow .25s,transform .25s}.home-photo-grid .home-photo-link:hover,.home-photo-grid .home-photo-link:focus-visible{transform:translateY(-3px);box-shadow:0 12px 25px #4c383123}.home-photo-grid .photo-link-caption{left:24px;right:24px;display:flex;align-items:center;justify-content:space-between;gap:15px}.photo-link-caption b{font-weight:400;opacity:.65;transition:transform .2s,opacity .2s}.home-photo-link:hover .photo-link-caption b,.home-photo-link:focus-visible .photo-link-caption b{opacity:1;transform:translate(3px,-3px)}
.footer{padding:30px 0 20px}.footer-compact{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-compact>strong{flex-shrink:0;font-size:1.15rem}.footer-details p{margin:0;font-size:.85rem;line-height:1.8}.footer-details a:hover{text-decoration:underline}.footer-separator{padding:0 10px}.footer .footnote{margin-top:22px;padding:14px 0 0;font-size:.72rem}
@media(max-width:1050px){.site-header .main-nav{gap:18px}.nav-title{font-size:.84rem}.nav-index{font-size:.6rem;letter-spacing:0}.header-inner{gap:20px}}
@media(max-width:760px){.site-header .main-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.site-header .main-nav>a:not(.nav-contact){display:flex;align-items:flex-start;justify-content:center;gap:4px;padding:10px 12px;text-align:left;min-height:60px}.site-header .main-nav>a:last-child{grid-column:1/-1}.nav-index{font-size:.65rem}.nav-title{font-size:.88rem}.main-nav>a:after{width:calc(100% - 24px);left:12px}.business-overview-link{align-items:flex-start;flex-direction:column;gap:24px;padding:0}.home-business{padding:35px 0}.footer-compact{align-items:flex-start;flex-direction:column;gap:12px}.footer{padding:25px 0 18px}.footer .footnote{margin-top:16px}.footer-details p{overflow-wrap:anywhere}.home-photo-grid .photo-link-caption{left:13px;right:13px}}
@media(prefers-reduced-motion:reduce){.home-photo-grid .home-photo-link:hover,.home-photo-grid .home-photo-link:focus-visible,.home-photo-grid a:hover img,.business-overview-link:hover .business-link-cue>span,.home-photo-link:hover .photo-link-caption b{transform:none}}

.sourcing-map{margin:0;min-width:0;overflow:hidden;border-radius:20px}.sourcing-map img{display:block;width:100%;height:auto;object-fit:contain;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}@media(max-width:760px){.sourcing-map{border-radius:12px}}

@media(max-width:1080px) and (min-width:761px){.sourcing-grid{grid-template-columns:1fr;gap:25px}.sourcing-map{width:min(100%,760px);margin:0 auto}}

/* Products open with the cut guide; the dark still-life band is intentionally omitted. */
.products-heading-wrap{background:linear-gradient(180deg,#fff 23%,#f9f3ee)}.products-heading{padding-bottom:52px}
.products-heading-wrap+.diagram-section{padding-top:62px;background:linear-gradient(180deg,#f9f3ee 0%,#eee4dd 65%,#e8dfd8 100%)}
@media(max-width:760px){.products-heading{padding-bottom:40px}.products-heading-wrap+.diagram-section{padding-top:36px}}
/* Keep the consultation art light and open against the ivory page. */
.business-intro .business-intro-art{margin:0;height:auto;aspect-ratio:4/3;overflow:hidden;border-radius:0;background:transparent}
.business-intro .business-intro-art img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;-webkit-mask-image:linear-gradient(90deg,transparent,#000 15%,#000 85%,transparent),linear-gradient(0deg,transparent,#000 16%,#000 84%,transparent);mask-image:linear-gradient(90deg,transparent,#000 15%,#000 85%,transparent),linear-gradient(0deg,transparent,#000 16%,#000 84%,transparent);-webkit-mask-composite:source-in;mask-composite:intersect}
.business-intro .business-intro-art:after{display:none}
@media(max-width:760px){.business-intro .business-intro-art{height:auto;aspect-ratio:4/3}}
.business-visual{min-width:0}
.business-card .eyebrow{font-size:1.1rem;letter-spacing:.04em;line-height:1.2;color:#995345;margin-bottom:24px}
.business-card h2{line-height:1.35;margin-bottom:18px}
@media(max-width:760px){.business-card .eyebrow{margin-bottom:20px}.business-card h2{margin-bottom:15px}}
.quality-feature .quality-image{height:auto;aspect-ratio:3/2;border-radius:0;overflow:hidden;background:transparent}
.quality-feature .quality-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.98);mix-blend-mode:multiply;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent),linear-gradient(0deg,transparent,#000 14%,#000 86%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent),linear-gradient(0deg,transparent,#000 14%,#000 86%,transparent);-webkit-mask-composite:source-in;mask-composite:intersect}
.process-photo-grid img{-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent),linear-gradient(0deg,transparent,#000 8%,#000 78%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent),linear-gradient(0deg,transparent,#000 8%,#000 78%,transparent);-webkit-mask-composite:source-in;mask-composite:intersect}
.process-photo-grid figure:nth-child(1) img{filter:brightness(1.19) contrast(.93) saturate(.78) sepia(.055)}
.process-photo-grid figure:nth-child(2) img{filter:brightness(1.02) saturate(.96)}
.process-photo-grid figure:nth-child(3) img{filter:brightness(1.07) contrast(.96) saturate(.90) sepia(.025)}

/* Each workplace subject groups its own photographs. */
.process-photo-group .process-photo-stack{display:grid;gap:12px}
.process-photo-group .process-photo-stack img{display:block;width:100%;height:245px;object-fit:cover}
.process-photo-grid .process-photo-group:nth-child(1) img{filter:brightness(1.19) contrast(.93) saturate(.78) sepia(.055)}
.process-photo-grid .process-photo-group:nth-child(2) img{filter:brightness(1.02) saturate(.96)}
.process-photo-grid .process-photo-group:nth-child(3) img{filter:brightness(1.07) contrast(.96) saturate(.90) sepia(.025)}
.process-photo-group .process-photo-stack img:nth-child(2){object-position:center}
@media(max-width:760px){.process-photo-grid .process-photo-group:first-child{grid-column:auto}.process-photo-group .process-photo-stack img,.process-photo-grid .process-photo-group:first-child img{height:205px}}
@media(max-width:490px){.process-photo-group .process-photo-stack img,.process-photo-grid .process-photo-group:first-child img{height:220px}}

/* Match the new boning photo to the gallery's warm, softened image treatment. */
.process-photo-grid .boning-group img:nth-child(2){filter:brightness(1.04) contrast(.97) saturate(.92) sepia(.018);object-position:50% 47%}
/* Soften all four photo edges into the delivery section's brown background. */
.delivery-layout img{filter:saturate(.9) sepia(.055) brightness(.98);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 20%,#000 76%,transparent 100%),linear-gradient(180deg,transparent 0%,#000 15%,#000 78%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 20%,#000 76%,transparent 100%),linear-gradient(180deg,transparent 0%,#000 15%,#000 78%,transparent 100%);-webkit-mask-composite:source-in;mask-composite:intersect}
@media(max-width:760px){.delivery-layout img{-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent),linear-gradient(180deg,transparent,#000 14%,#000 82%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent),linear-gradient(180deg,transparent,#000 14%,#000 82%,transparent)}}

/* Keep the mobile header compact and show the menu only on request. */
@media(max-width:760px){
  .site-header .header-inner{height:68px;min-height:68px;padding-top:0;flex-direction:row;align-items:center}
  .site-header .brand{height:68px;min-height:0}
  .site-header .brand-logo{height:52px}
  .site-header .menu-toggle{display:inline-flex;align-items:center;justify-content:center;flex:none;width:44px;height:44px;padding:0;border:1px solid #e7ddd6;border-radius:50%;background:#faf6f2;color:#4c3931;font-size:1.5rem;line-height:1}
  .site-header .menu-toggle:focus-visible{outline:2px solid #995345;outline-offset:3px}
  .site-header .main-nav{display:none;position:absolute;top:100%;left:0;right:0;grid-template-columns:1fr;gap:0;align-items:stretch;padding:5px 22px 14px;background:#faf6f2;box-shadow:0 14px 26px #30272224;max-height:calc(100dvh - 68px);overflow-y:auto}
  .site-header .main-nav.open{display:grid}
  .site-header .main-nav>a:not(.nav-contact){display:flex;align-items:center;justify-content:flex-start;min-height:48px;padding:10px 4px;border-top:1px solid #e9e0d9;border-right:0;text-align:left}
  .site-header .main-nav>a:nth-child(odd):not(:last-child){border-right:0}
  .site-header .main-nav>a:last-child{grid-column:auto}
  .site-header .main-nav .nav-index{display:none}
  .site-header .main-nav .nav-title{font-size:1rem;line-height:1.45}
  .site-header .main-nav>a:after{bottom:0;left:4px;width:calc(100% - 8px)}
}

/* The five mobile links occupy the space beside the logo in two quiet rows. */
.main-nav .nav-short{display:none}
@media(max-width:760px){
  .site-header .header-inner{display:flex;flex-direction:row;align-items:center;height:92px;min-height:92px;padding:0 14px;gap:7px}
  .site-header .brand{height:92px;min-height:0;flex:none}
  .site-header .brand-logo{height:54px}
  .site-header .menu-toggle{display:none}
  .site-header .main-nav{display:grid;position:static;flex:1;min-width:0;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:38px;gap:0;align-items:center;padding:0;background:transparent;box-shadow:none;max-height:none;overflow:visible}
  .site-header .main-nav>a:not(.nav-contact){grid-column:span 2;display:flex;align-items:center;justify-content:center;min-width:0;min-height:38px;height:38px;padding:5px 1px;border:0;border-right:0;text-align:center}
  .site-header .main-nav>a:nth-child(odd):not(:last-child){border-right:0}
  .site-header .main-nav>a:nth-child(n+4):not(.nav-contact){grid-column:span 3}
  .site-header .main-nav .nav-index{display:none}
  .site-header .main-nav .nav-title{font-size:.875rem;line-height:1.3;letter-spacing:-.045em;white-space:nowrap}
  .site-header .main-nav .nav-full{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  .site-header .main-nav .nav-short{display:inline}
  .site-header .main-nav>a:after{display:none}
}

/* Standalone mobile header comparison page: centered logo, one row of links. */
@media(max-width:760px){
  .mobile-header-compare .site-header .header-inner{display:grid;grid-template-columns:1fr;grid-template-rows:65px 44px;height:109px;min-height:109px;padding:0 12px;gap:0;align-items:center}
  .mobile-header-compare .site-header .brand{grid-row:1;justify-self:center;align-self:center;height:65px;min-height:0}
  .mobile-header-compare .site-header .brand-logo{height:53px}
  .mobile-header-compare .site-header .main-nav{grid-row:2;width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:43px;gap:0;align-items:center;min-width:0;border-top:1px solid #eee5de}
  .mobile-header-compare .site-header .main-nav>a:not(.nav-contact),
  .mobile-header-compare .site-header .main-nav>a:nth-child(n+4):not(.nav-contact){grid-column:span 1;min-width:0;min-height:43px;height:43px;padding:6px 0;justify-content:center;border:0}
  .mobile-header-compare .site-header .main-nav .nav-title{font-size:clamp(.79rem,3.65vw,.875rem);letter-spacing:-.07em;white-space:nowrap}
}

/* Keep the product intro as two intentional lines on wide screens. */
@media(min-width:761px){.diagram-layout{grid-template-columns:1.1fr .9fr;gap:64px}.diagram-copy>p:not(.eyebrow){max-width:none}}

/* Quiet photo provenance under the cut gallery heading. */
.cut-photo-note{margin:9px 0 0;color:#8f7c71;font-size:.86rem;line-height:1.5;font-weight:400;letter-spacing:0}.cut-section .section-head{margin-bottom:18px}.cut-section .cut-jump{margin-top:14px}

/* Let the direct processing description read as two complete lines on desktop. */
@media(min-width:1100px){.quality-text p:not(.eyebrow){max-width:none}}
