:root{--ink:#193f33;--deep:#103128;--paper:#f5f0e5;--warm:#ede5d5;--cream:#fbf8f1;--fruit:#db633d;--gold:#d7ad62;--line:rgba(25,63,51,.18);--serif:"Noto Serif TC","Songti TC",serif;--sans:"Noto Sans TC",system-ui,sans-serif;--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:16px;line-height:1.75;text-rendering:optimizeLegibility}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;left:1rem;top:-4rem;z-index:100;background:#fff;padding:.75rem 1rem}.skip-link:focus{top:1rem}
.announcement{min-height:38px;display:flex;align-items:center;justify-content:center;gap:2rem;padding:.5rem 5vw;color:#fff;background:var(--deep);font-size:.75rem;letter-spacing:.12em}.announcement p{margin:0}.announcement a{color:#ead49c}
.site-header{position:sticky;top:0;z-index:50;min-height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(245,240,229,.9);border-bottom:1px solid transparent;backdrop-filter:blur(16px);transition:.35s ease}.site-header.scrolled{min-height:70px;border-color:var(--line)}.brand{display:inline-flex;align-items:center;gap:.8rem;line-height:1}.brand svg{width:40px;height:40px}.brand span{display:grid;gap:.34rem}.brand b{font-family:var(--serif);font-size:1.05rem;letter-spacing:.18em}.brand small{font-size:.7rem;letter-spacing:.22em}.main-nav{display:flex;align-items:center;gap:clamp(1.4rem,2.8vw,3rem);font-size:.88rem;font-weight:500;letter-spacing:.08em}.main-nav>a:not(.nav-cta){position:relative;padding:1rem 0}.main-nav>a:not(.nav-cta):after{content:"";position:absolute;left:0;bottom:.55rem;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .35s var(--ease)}.main-nav>a:hover:after{transform:scaleX(1);transform-origin:left}.nav-cta{color:#fff;background:var(--ink);padding:.82rem 1.35rem;border-radius:99px}.menu-button{display:none;background:none;border:0;padding:.5rem}
.hero{min-height:calc(100vh - 126px);display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,.9fr);align-items:stretch;padding-left:7vw;overflow:hidden}.hero-copy{align-self:center;max-width:720px;padding:5.5rem 7vw 5.5rem 0}.eyebrow{margin:0 0 1.35rem;font-size:.75rem;font-weight:700;letter-spacing:.28em}.hero h1,.section h2,.final-cta h2{margin:0;font-family:var(--serif);font-weight:600;line-height:1.35;letter-spacing:.02em}.hero h1{font-size:clamp(2.9rem,5.25vw,6.4rem)}.hero h1 em{color:var(--fruit);font-style:normal}.hero-lede{max-width:610px;margin:2.1rem 0 0;color:rgba(25,63,51,.76);font-size:1.05rem;line-height:2;letter-spacing:.035em}.hero-actions{display:flex;align-items:center;gap:2rem;margin-top:2.5rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:1.5rem;min-height:52px;padding:.9rem 1.4rem;border:1px solid currentColor;font-size:.9rem;font-weight:600;letter-spacing:.08em;transition:.25s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--ink);border-color:var(--ink)}.button-primary:hover{background:var(--fruit);border-color:var(--fruit)}.text-link{padding-bottom:.25rem;border-bottom:1px solid currentColor;font-size:.9rem;font-weight:600}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:4.25rem 0 0;padding-top:1.5rem;border-top:1px solid var(--line)}.hero-facts div{display:grid;gap:.2rem}.hero-facts dt{font-family:var(--serif);font-size:1.05rem;font-weight:600}.hero-facts dd{margin:0;color:rgba(25,63,51,.62);font-size:.78rem;letter-spacing:.05em}
.hero-visual{position:relative;min-height:630px;background:#d5aa61;overflow:hidden}.hero-image{position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,35,27,.04),rgba(14,35,27,.23)),url("https://images.unsplash.com/photo-1547514701-42782101795e?auto=format&fit=crop&w=1400&q=88") center/cover;transform:scale(1.02);transition:transform 1.2s var(--ease)}.hero-visual:hover .hero-image{transform:scale(1.055)}.orbit-copy{position:absolute;top:7%;right:7%;width:144px;height:144px;color:#fff}.orbit-copy svg{width:100%;animation:orbit 22s linear infinite}.orbit-copy text{fill:currentColor;font:600 7px var(--sans);letter-spacing:1.7px}.orbit-copy>span{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);font-family:var(--serif);font-size:1.9rem}.image-note{position:absolute;right:2rem;bottom:2rem;margin:0;padding:1rem 1.25rem;color:#fff;background:rgba(16,49,40,.87);font-family:var(--serif);font-size:.9rem;letter-spacing:.07em;backdrop-filter:blur(12px)}.image-note span{margin-right:.8rem;color:#e3c98c;font:600 .7rem var(--sans)}@keyframes orbit{to{transform:rotate(360deg)}}
.section{padding:clamp(5rem,9vw,9rem) 7vw}.section-heading{display:grid;grid-template-columns:1fr minmax(280px,.55fr);align-items:end;gap:4rem;margin-bottom:3.5rem}.section-heading h2,.gift h2,.story blockquote,.picker h2{font-size:clamp(2.25rem,4vw,4.4rem)}.section-heading>p{max-width:520px;margin:0;color:rgba(25,63,51,.69);font-size:1rem;line-height:2}
.season{background:var(--cream)}.produce-status{min-height:1.75rem;margin:-2rem 0 1.5rem;color:rgba(25,63,51,.58);font-size:.85rem}.produce-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:repeat(2,minmax(360px,1fr));gap:1rem}.produce-card{position:relative;min-height:360px;overflow:hidden;background:var(--warm)}.produce-card:first-child{grid-row:1/3;min-height:736px}.produce-card>a{position:absolute;inset:0;display:block}.produce-image{position:absolute;inset:0;transition:transform .9s var(--ease)}.produce-card:hover .produce-image{transform:scale(1.045)}.produce-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(12,31,24,.82))}.produce-card:nth-child(3) .produce-image:after{background:linear-gradient(180deg,rgba(16,49,40,.1),rgba(16,49,40,.88))}.produce-meta{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:2rem;color:#fff}.produce-meta>p,.produce-meta>div{display:flex;justify-content:space-between;align-items:center;margin:0;font-size:.75rem;letter-spacing:.1em}.produce-meta>p{padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.4)}.produce-meta h3{margin:1.25rem 0 1.7rem;font:600 clamp(1.45rem,2.2vw,2.4rem) var(--serif)}.produce-meta>div{color:rgba(255,255,255,.84)}.produce-meta b{color:#fff}.produce-card-fallback{display:grid;place-items:center;padding:3rem;min-height:360px;text-align:center;border:1px solid var(--line)}.produce-card-fallback a{position:static;border-bottom:1px solid}
.gift{color:#fff;background:var(--deep);padding-top:0;padding-bottom:0}.gift-stage{display:grid;grid-template-columns:.85fr 1.15fr;max-width:1480px;min-height:740px;margin:auto}.gift-copy{align-self:center;padding:6rem 7vw 6rem 0}.gift-copy .eyebrow{color:#dcbd7c}.gift-copy>p:not(.eyebrow){max-width:480px;color:rgba(255,255,255,.72);font-size:1rem;line-height:2}.gift-copy ul{list-style:none;margin:2.5rem 0;padding:0;border-top:1px solid rgba(255,255,255,.18)}.gift-copy li{display:flex;gap:1.1rem;padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.18);font-size:.95rem}.gift-copy li span{color:#dcbd7c;font-size:.75rem}.gift-actions{display:flex;align-items:center;gap:1.5rem}.button-light{color:var(--ink);background:var(--paper);border-color:var(--paper)}.gift-actions>a:last-child{color:rgba(255,255,255,.8);border-bottom:1px solid;font-size:.9rem}.gift-visual{position:relative;min-height:650px;overflow:hidden}.gift-image{position:absolute;inset:7% 0;background:linear-gradient(180deg,transparent,rgba(17,45,36,.22)),url("https://images.unsplash.com/photo-1770782773412-e639a2c6daa2?auto=format&fit=crop&w=1400&q=88") center/cover}.gift-seal{position:absolute;right:2.5rem;bottom:3%;width:132px;aspect-ratio:1;display:grid;place-content:center;justify-items:center;color:var(--ink);background:#e6cf97;border-radius:50%;box-shadow:0 18px 40px rgba(0,0,0,.2);transform:rotate(-8deg)}.gift-seal b{font:600 1.45rem var(--serif);margin:.18rem 0}.gift-seal small{font-size:.65rem;letter-spacing:.18em}
.promise{background:var(--paper)}.section-heading.centered{display:block;max-width:760px;margin:0 auto 4rem;text-align:center}.centered>p{margin:1.5rem auto 0}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.promise-grid article{position:relative;min-height:330px;padding:2.2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.promise-grid article>span{display:block;color:rgba(25,63,51,.45);font-size:.75rem;letter-spacing:.12em}.promise-grid article:before{content:"";display:block;width:54px;height:54px;margin:3rem 0 2rem;border:1px solid var(--fruit);border-radius:50%;box-shadow:inset 0 0 0 13px var(--paper),inset 0 0 0 14px var(--fruit)}.promise-grid h3{margin:0 0 .9rem;font:600 1.35rem var(--serif)}.promise-grid p{margin:0;color:rgba(25,63,51,.67);font-size:.95rem;line-height:1.9}
.story{display:grid;grid-template-columns:1.05fr .95fr;min-height:760px;padding:0;background:var(--cream)}.story-mark{position:relative;display:grid;place-content:center;justify-items:center;overflow:hidden;color:#fff;background:var(--fruit);text-align:center}.story-mark:before,.story-mark:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.25);border-radius:50%}.story-mark:before{width:52%;aspect-ratio:1}.story-mark:after{width:78%;aspect-ratio:1}.story-mark span{position:relative;z-index:1;margin-bottom:1rem;font-size:.8rem;letter-spacing:.35em}.story-mark strong{position:relative;z-index:1;font:600 clamp(3rem,6vw,6.5rem)/1.35 var(--serif)}.story-mark i{position:relative;z-index:1;margin-top:1.5rem;font-size:.7rem;letter-spacing:.22em}.story-copy{align-self:center;padding:6rem 8vw}.story-copy blockquote{margin:0 0 2.2rem;font-family:var(--serif);font-weight:600;line-height:1.5}.story-copy>p:not(.eyebrow){max-width:560px;color:rgba(25,63,51,.7);font-size:1rem;line-height:2}.story-copy .text-link{display:inline-block;margin-top:1rem}
.picker{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;background:var(--warm)}.picker-intro>p:last-child{max-width:480px;color:rgba(25,63,51,.68)}.picker-options{border-top:1px solid var(--line)}.picker-options button{width:100%;display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:1rem;padding:1.5rem 0;text-align:left;background:transparent;border:0;border-bottom:1px solid var(--line);cursor:pointer;font-family:var(--serif);font-size:1.18rem;transition:.25s ease}.picker-options button:hover,.picker-options button.active{padding-left:1rem;color:var(--fruit)}.picker-options span{display:flex;align-items:center;justify-content:space-between;color:rgba(25,63,51,.62);font:.82rem var(--sans);letter-spacing:.04em}.picker-options b{font-size:1.2rem}.picker-result{grid-column:2;min-height:72px;margin-top:-6vw;padding-top:1rem;color:rgba(25,63,51,.7);font-size:.95rem}.picker-result a{color:var(--ink);border-bottom:1px solid;font-weight:600}
.final-cta{min-height:610px;display:grid;place-items:center;padding:7rem 5vw;color:#fff;text-align:center;background:var(--deep);background-image:radial-gradient(circle at 25% 20%,rgba(215,173,98,.18),transparent 24%),radial-gradient(circle at 78% 72%,rgba(219,99,61,.17),transparent 25%)}.final-cta>div{max-width:770px}.final-cta h2{font-size:clamp(2.6rem,5vw,5rem)}.final-cta p:not(.eyebrow){margin:1.5rem auto 2rem;color:rgba(255,255,255,.8);font-size:1rem}
.site-footer{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:3.5rem;padding:5rem 7vw 2rem;color:rgba(255,255,255,.76);background:#0c2921;font-size:.9rem}.site-footer .brand{color:#fff}.footer-brand>p{margin:1.5rem 0 0;line-height:1.9}.footer-group{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.footer-group h3{margin:0 0 .65rem;color:#dfc98f;font-size:.78rem;letter-spacing:.16em}.footer-group a:hover{color:#fff}.site-footer address{font-style:normal}.site-footer address p{margin:0}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;padding-top:2rem;border-top:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.45);font-size:.75rem;letter-spacing:.08em}.line-float{position:fixed;z-index:40;right:1.25rem;bottom:1.25rem;display:flex;align-items:center;gap:.55rem;padding:.6rem .95rem .6rem .65rem;color:#fff;background:#06c755;border-radius:99px;box-shadow:0 12px 34px rgba(12,41,33,.22)}.line-float span{display:grid;place-items:center;width:34px;height:34px;color:#06c755;background:#fff;border-radius:50%;font-size:.65rem;font-weight:800}.line-float small{font-size:.78rem;font-weight:600}
[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .8s var(--ease),transform .8s var(--ease)}[data-reveal].revealed{opacity:1;transform:none}
@media(max-width:1050px){.hero{grid-template-columns:1fr .78fr;padding-left:5vw}.hero-facts{grid-template-columns:1fr;gap:.75rem}.hero-facts div{display:flex;gap:1rem}.promise-grid{grid-template-columns:repeat(2,1fr)}.site-footer{grid-template-columns:1.4fr repeat(2,1fr)}.site-footer address{grid-column:2}}
@media(max-width:820px){
  .announcement{justify-content:space-between;gap:.5rem;font-size:.7rem}.site-header{min-height:70px}.menu-button{z-index:2;display:grid;gap:5px}.menu-button span:not(.sr-only){display:block;width:25px;height:1px;background:currentColor;transition:.3s ease}.menu-button[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-button[aria-expanded=true] span:nth-child(2){opacity:0}.menu-button[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .main-nav{position:fixed;top:0;left:0;width:100vw;height:100dvh;display:flex;flex-direction:column;justify-content:center;gap:1rem;color:#fff;background:var(--deep);transform:translateY(-110vh);transition:transform .55s var(--ease)}.main-nav.open{transform:none}.main-nav>a{width:min(78vw,360px);padding:.85rem 0!important;border-bottom:1px solid rgba(255,255,255,.18);font:500 1.35rem var(--serif)}.nav-cta{margin-top:1rem;text-align:center;border:1px solid rgba(255,255,255,.65)!important;border-radius:0}
  .hero{min-height:auto;grid-template-columns:1fr;padding:0}.hero-copy{padding:5rem 7vw}.hero-visual{min-height:75vh}.hero-facts{grid-template-columns:repeat(3,1fr)}.hero-facts div{display:grid}.section-heading{grid-template-columns:1fr;gap:1.25rem}.produce-grid{grid-template-columns:1fr;grid-template-rows:auto}.produce-card,.produce-card:first-child{grid-row:auto;min-height:540px}.produce-card:not(:first-child){min-height:420px}
  .gift-stage{grid-template-columns:1fr}.gift-copy{padding:5rem 0}.gift-visual{min-height:600px}.story{grid-template-columns:1fr}.story-mark{min-height:72vh}.picker{grid-template-columns:1fr;gap:3rem}.picker-result{grid-column:auto;margin:-2rem 0 0}.site-footer{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.site-footer address{grid-column:auto}
}
@media(max-width:560px){
  .announcement p{max-width:65%}.announcement a{white-space:nowrap}.brand svg{width:34px;height:34px}.brand b{font-size:.92rem}.hero-copy{padding:4rem 6vw}.hero h1{font-size:clamp(2.45rem,12vw,3.5rem)}.hero-actions{align-items:flex-start;flex-direction:column;gap:1.3rem}.hero-facts{gap:.7rem}.hero-facts dt{font-size:.9rem}.hero-facts dd{font-size:.7rem}.hero-visual{min-height:68vh}.orbit-copy{width:112px;height:112px}.section{padding:4.5rem 6vw}.produce-card,.produce-card:first-child{min-height:500px}.produce-card:not(:first-child){min-height:380px}.produce-meta{padding:1.35rem}
  .gift{padding-top:0;padding-bottom:0}.gift-copy{padding:4.5rem 0}.gift-actions{align-items:flex-start;flex-direction:column}.gift-visual{min-height:500px}.gift-image{inset:0}.gift-seal{right:1rem;width:108px}.promise-grid{grid-template-columns:1fr}.promise-grid article{min-height:auto;padding:2rem}.promise-grid article:before{margin:2.3rem 0 1.4rem}.story-copy{padding:4.5rem 6vw}.picker-options button{grid-template-columns:1fr}.picker-options span{justify-content:flex-start;gap:1rem}.final-cta{min-height:580px}
  .site-footer{grid-template-columns:1fr;padding:4rem 6vw 1.5rem}.footer-brand,.footer-bottom{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;gap:.4rem}.line-float small{display:none}.line-float{padding:.5rem}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}

.portal{background:var(--cream)}.portal-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.portal-grid>a{min-height:330px;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .3s ease,color .3s ease}.portal-grid>a:hover{color:#fff;background:var(--ink)}.portal-grid span{margin-bottom:auto;font-size:.75rem;letter-spacing:.14em}.portal-grid h3{margin:3rem 0 .7rem;font:600 1.75rem var(--serif)}.portal-grid p{margin:0 0 1.5rem;color:rgba(25,63,51,.67)}.portal-grid>a:hover p{color:rgba(255,255,255,.7)}.portal-grid b{font-size:.85rem}

.inner-hero{min-height:520px;display:grid;grid-template-columns:1fr .72fr;background:var(--paper)}.inner-hero-copy{align-self:center;padding:6rem 7vw}.breadcrumb{display:flex;gap:.55rem;margin-bottom:2.6rem;color:rgba(25,63,51,.56);font-size:.8rem;letter-spacing:.05em}.inner-hero h1{margin:0;font:600 clamp(3rem,5.5vw,6rem)/1.3 var(--serif)}.inner-hero-copy>p:last-child{max-width:620px;margin:1.8rem 0 0;color:rgba(25,63,51,.7);font-size:1.05rem;line-height:2}.inner-hero-side{display:grid;place-content:end;padding:4rem 5vw;color:#fff;background:var(--fruit)}.inner-hero-side strong{display:block;font:600 clamp(2.4rem,5vw,5rem)/1.4 var(--serif)}.inner-hero-side p{max-width:380px;margin:1.2rem 0 0;color:rgba(255,255,255,.78)}.inner-hero.dark{color:#fff;background:var(--deep)}.inner-hero.dark .breadcrumb,.inner-hero.dark .inner-hero-copy>p:last-child{color:rgba(255,255,255,.67)}.inner-hero.dark .inner-hero-side{color:var(--ink);background:var(--gold)}
.page-shell{padding:clamp(4.5rem,8vw,8rem) 7vw;background:var(--cream)}.page-heading{max-width:760px;margin-bottom:3.5rem}.page-heading h2{margin:0;font:600 clamp(2.2rem,4vw,4rem)/1.45 var(--serif)}.page-heading>p:last-child{color:rgba(25,63,51,.68);font-size:1rem;line-height:2}.page-kicker{margin:0 0 1.1rem;font-size:.75rem;font-weight:700;letter-spacing:.24em}
.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.catalog-filters{display:flex;flex-wrap:wrap;gap:.65rem}.catalog-filters button{padding:.7rem 1.1rem;background:transparent;border:1px solid var(--line);cursor:pointer}.catalog-filters button.active,.catalog-filters button:hover{color:#fff;background:var(--ink);border-color:var(--ink)}.catalog-status{margin:0;color:rgba(25,63,51,.6);font-size:.82rem}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}.catalog-card{min-width:0;background:#fff}.catalog-card[hidden]{display:none}.catalog-card>a{display:block;height:100%}.catalog-image{aspect-ratio:1.12;background-position:center;background-size:cover}.catalog-copy{padding:1.4rem}.catalog-copy>p,.catalog-copy>div{display:flex;justify-content:space-between;gap:1rem;margin:0;color:rgba(25,63,51,.58);font-size:.76rem;letter-spacing:.05em}.catalog-copy h2{min-height:3.1em;margin:1rem 0 1.5rem;font:600 1.35rem/1.55 var(--serif)}.catalog-copy strong{color:var(--ink);white-space:nowrap}.catalog-empty{grid-column:1/-1;padding:4rem;text-align:center;border:1px solid var(--line)}
.principle-grid,.gift-plan-grid,.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.principle-card,.gift-plan,.contact-card{padding:2.2rem;background:#fff;border:1px solid rgba(25,63,51,.1)}.principle-card span,.gift-plan>span{font-size:.72rem;letter-spacing:.16em;color:var(--fruit)}.principle-card h2,.gift-plan h2,.contact-card h2{margin:2.5rem 0 1rem;font:600 1.65rem var(--serif)}.principle-card p,.gift-plan p,.contact-card p{margin:0;color:rgba(25,63,51,.68);line-height:1.95}.statement{padding:clamp(5rem,9vw,9rem) 7vw;color:#fff;background:var(--ink);text-align:center}.statement blockquote{max-width:960px;margin:0 auto;font:600 clamp(2.3rem,5vw,5rem)/1.55 var(--serif)}.statement p{margin:2rem 0 0;color:rgba(255,255,255,.67)}
.gift-plan{min-height:360px;display:flex;flex-direction:column}.gift-plan h2{margin-top:3rem}.gift-plan ul{margin:1.5rem 0 2rem;padding-left:1.2rem;color:rgba(25,63,51,.68)}.gift-plan a{margin-top:auto;font-weight:600}.business-band{display:grid;grid-template-columns:1fr .7fr;gap:4rem;align-items:center;padding:5rem 7vw;color:#fff;background:var(--fruit)}.business-band h2{margin:0;font:600 clamp(2.3rem,4vw,4.4rem)/1.4 var(--serif)}.business-band p{margin:0 0 1.5rem;color:rgba(255,255,255,.82)}
.guide-layout{display:grid;grid-template-columns:260px 1fr;gap:7vw;align-items:start}.guide-nav{position:sticky;top:100px;display:grid;border-top:1px solid var(--line)}.guide-nav a{padding:.9rem 0;border-bottom:1px solid var(--line);font-size:.9rem}.guide-content{display:grid;gap:4rem}.guide-section{scroll-margin-top:100px}.guide-section h2{margin:0 0 1.5rem;font:600 2rem var(--serif)}.guide-section>p{color:rgba(25,63,51,.69);line-height:2}.step-list{counter-reset:steps;display:grid;gap:.7rem}.step-list li{counter-increment:steps;display:grid;grid-template-columns:44px 1fr;gap:1rem;padding:1.25rem;background:#fff;list-style:none}.step-list li:before{content:counter(steps,decimal-leading-zero);color:var(--fruit);font-size:.75rem}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;padding:1.3rem 2.5rem 1.3rem 0;font-family:var(--serif);font-size:1.08rem;font-weight:600}.faq-list details p{padding:0 0 1.3rem;margin:0;color:rgba(25,63,51,.68)}
.contact-card{min-height:260px}.contact-card a{display:inline-block;margin-top:1.3rem;border-bottom:1px solid;font-weight:600}.contact-card address{font-style:normal;color:rgba(25,63,51,.68)}.contact-note{margin-top:1rem;padding:1rem;border-left:3px solid var(--fruit);background:var(--warm)}.route-footer{margin-top:0}
@media(max-width:900px){.portal-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)}.inner-hero{grid-template-columns:1fr}.inner-hero-side{min-height:360px}.guide-layout{grid-template-columns:1fr}.guide-nav{position:static;grid-template-columns:repeat(2,1fr);gap:0 1rem}.business-band{grid-template-columns:1fr}.site-header .main-nav{z-index:1}}
@media(max-width:560px){.portal-grid,.catalog-grid,.principle-grid,.gift-plan-grid,.contact-grid{grid-template-columns:1fr}.portal-grid>a{min-height:280px}.inner-hero{min-height:auto}.inner-hero-copy{padding:4rem 6vw}.inner-hero h1{font-size:clamp(2.7rem,13vw,4rem)}.inner-hero-side{min-height:300px;padding:3rem 6vw}.page-shell{padding:4.5rem 6vw}.catalog-toolbar{align-items:flex-start;flex-direction:column}.catalog-image{aspect-ratio:1.2}.guide-nav{grid-template-columns:1fr}.business-band{padding:4.5rem 6vw}.statement{padding:4.5rem 6vw}}
/* Shopping-first storefront */
.shop-home{background:#f7f5ee;color:#173f32;font-family:"Noto Sans TC",sans-serif}
.shop-home button,.shop-home input,.shop-home select{font:inherit}
.shop-home button{cursor:pointer}
.shop-announcement{min-height:40px;padding:8px max(20px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:center;gap:18px;background:#173f32;color:#fff;font-size:14px}
.shop-announcement b{padding:3px 8px;border-radius:99px;background:#e2673f;font-size:12px;letter-spacing:.08em}
.shop-announcement a{color:#f1d58a;font-weight:700}
.shop-header{position:sticky;top:0;z-index:80;background:rgba(255,255,252,.97);box-shadow:0 4px 24px rgba(20,58,45,.07);backdrop-filter:blur(14px)}
.shop-head-main{width:min(1240px,calc(100% - 40px));min-height:84px;margin:auto;display:grid;grid-template-columns:220px minmax(300px,1fr) auto;gap:28px;align-items:center}
.shop-head-main .brand{color:#174a38;text-decoration:none}
.shop-head-main .brand svg{width:44px;height:44px}
.shop-head-main .brand b{font-size:22px}
.shop-head-main .brand small{font-size:9px;letter-spacing:.23em}
.shop-search{height:48px;display:grid;grid-template-columns:1fr auto;overflow:hidden;border:2px solid #1e664d;border-radius:7px;background:#fff}
.shop-search input{min-width:0;padding:0 16px;border:0;outline:0;background:transparent;color:#173f32;font-size:16px}
.shop-search input::placeholder{color:#89978e}
.shop-search button{padding:0 24px;border:0;background:#1e664d;color:#fff;font-weight:700}
.shop-head-actions{display:flex;align-items:center;gap:18px;white-space:nowrap}
.shop-head-actions>a{color:#4f625a;font-size:14px}
.cart-button{height:44px;padding:0 16px;border:0;border-radius:6px;background:#e2673f;color:#fff;font-weight:700}
.cart-button span{min-width:23px;height:23px;margin-left:7px;padding:0 6px;display:inline-grid;place-items:center;border-radius:99px;background:#fff;color:#c14d2d;font-size:12px}
.shop-menu-button{display:none}
.shop-nav{min-height:46px;padding:0 max(20px,calc((100vw - 1240px)/2));display:flex;align-items:center;gap:38px;border-top:1px solid #e6e9e2;background:#fff}
.shop-nav a{position:relative;padding:14px 0;color:#29483c;font-size:15px;font-weight:600;text-decoration:none}
.shop-nav a:hover{color:#d45734}
.shop-nav a:first-child{color:#d45734}

.commerce-hero{width:min(1240px,calc(100% - 40px));min-height:510px;margin:24px auto 0;display:grid;grid-template-columns:47% 53%;overflow:hidden;border-radius:16px;background:#e9eadc}
.commerce-hero-copy{padding:68px 54px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:linear-gradient(120deg,#eff1e6 0%,#f6f1de 100%)}
.commerce-hero-copy h1{margin:12px 0 20px;font:700 clamp(42px,5vw,68px)/1.22 "Noto Serif TC",serif;letter-spacing:-.04em;color:#173f32}
.commerce-hero-copy h1 em{color:#d45734;font-style:normal}
.commerce-hero-copy>p:not(.eyebrow){max-width:580px;margin:0;color:#53645c;font-size:17px;line-height:1.85}
.commerce-hero-actions{margin-top:30px;display:flex;align-items:center;gap:24px}
.commerce-hero-actions>a:not(.button){color:#29483c;font-weight:700;border-bottom:1px solid #29483c}
.commerce-hero-copy ul{margin:34px 0 0;padding:22px 0 0;display:flex;gap:24px;border-top:1px solid rgba(23,63,50,.16);list-style:none;color:#53645c;font-size:14px}
.commerce-hero-copy li:before{content:"✓";margin-right:7px;color:#d45734;font-weight:800}
.commerce-hero-visual{position:relative;min-height:500px;background:linear-gradient(90deg,rgba(17,58,43,.08),transparent),url('https://images.unsplash.com/photo-1547514701-42782101795e?auto=format&fit=crop&w=1400&q=88') center/cover}
.hero-deal{position:absolute;right:28px;bottom:28px;width:230px;padding:22px;border-radius:10px;background:rgba(255,255,250,.93);box-shadow:0 16px 42px rgba(20,45,35,.18);backdrop-filter:blur(8px)}
.hero-deal span{display:block;color:#d45734;font-size:12px;font-weight:800;letter-spacing:.12em}
.hero-deal b{display:block;margin:6px 0 3px;font:700 24px "Noto Serif TC",serif}
.hero-deal strong{color:#6a766f;font-size:14px;font-weight:500}
.shop-benefits{width:min(1240px,calc(100% - 40px));margin:18px auto 0;padding:25px 30px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e3e4dc;border-radius:10px;background:#fff}
.shop-benefits div{padding:0 26px;border-right:1px solid #e1e4dd}
.shop-benefits div:last-child{border:0}
.shop-benefits b,.shop-benefits span{display:block}
.shop-benefits b{margin-bottom:4px;font-size:16px;color:#173f32}
.shop-benefits span{color:#76827b;font-size:13px}

.shop-section{width:min(1240px,calc(100% - 40px));margin:90px auto}
.shop-section-head{margin-bottom:30px;display:flex;align-items:end;justify-content:space-between;gap:30px}
.shop-section-head>div>span,.shopping-feature>div>span,.service-section .shop-section-head span{display:block;margin-bottom:7px;color:#d45734;font-size:12px;font-weight:800;letter-spacing:.15em}
.shop-section-head h2{margin:0;font:700 clamp(30px,3.6vw,44px) "Noto Serif TC",serif;color:#173f32}
.shop-section-head>p{max-width:440px;margin:0;color:#6d7973;font-size:15px}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.category-grid>a{position:relative;min-height:390px;overflow:hidden;border-radius:10px;background:#173f32;color:#fff;text-decoration:none}
.category-image{position:absolute;inset:0;transition:transform .45s ease}
.category-grid>a:hover .category-image{transform:scale(1.045)}
.category-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,39,29,.85),rgba(10,39,29,0) 64%)}
.category-local{background:url('https://images.unsplash.com/photo-1553279768-865429fa0078?auto=format&fit=crop&w=1000&q=86') center/cover}
.category-import{background:url('https://images.unsplash.com/photo-1547514701-42782101795e?auto=format&fit=crop&w=1000&q=86') center/cover}
.category-gift{background:url('https://images.unsplash.com/photo-1770782773412-e639a2c6daa2?auto=format&fit=crop&w=1000&q=86') center/cover}
.category-grid>a>span,.category-grid>a>b,.category-grid>a>i{position:absolute;z-index:1;left:28px;right:28px}
.category-grid>a>span{bottom:88px;font:700 30px "Noto Serif TC",serif}
.category-grid>a>b{bottom:58px;font-size:14px;font-weight:500;color:#dce5df}
.category-grid>a>i{bottom:26px;color:#f1d58a;font-size:13px;font-style:normal;font-weight:700}

.product-market{margin-top:105px}
.product-head{margin-bottom:22px}
.market-tools{margin-bottom:26px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.market-filters{display:flex;flex-wrap:wrap;gap:8px}
.market-filters button{min-height:42px;padding:0 20px;border:1px solid #d8ddd7;border-radius:6px;background:#fff;color:#42584e;font-weight:600}
.market-filters button.active{border-color:#1e664d;background:#1e664d;color:#fff}
.market-sort{display:flex;align-items:center;gap:10px;color:#68766f;font-size:14px}
.market-sort select{height:42px;padding:0 36px 0 12px;border:1px solid #d8ddd7;border-radius:6px;background:#fff;color:#2d493e}
.shop-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 16px}
.shop-product-card{min-width:0;overflow:hidden;border:1px solid #e2e3dc;border-radius:9px;background:#fff;transition:box-shadow .25s ease,transform .25s ease}
.shop-product-card:hover{transform:translateY(-4px);box-shadow:0 15px 34px rgba(26,63,49,.11)}
.product-photo{position:relative;width:100%;aspect-ratio:1/.78;padding:0;display:block;overflow:hidden;border:0;background:#ebece5}
.product-photo img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.shop-product-card:hover .product-photo img{transform:scale(1.045)}
.product-photo span,.product-photo b{position:absolute;top:12px;padding:6px 9px;border-radius:4px;font-size:11px;line-height:1;font-weight:800}
.product-photo span{left:12px;background:#fff;color:#1e664d}
.product-photo b{right:12px;background:#e2673f;color:#fff}
.shop-card-copy{padding:18px}
.shop-card-copy>p{margin:0 0 10px;display:flex;align-items:center;justify-content:space-between;gap:8px}
.shop-card-copy>p span{color:#d45734;font-size:12px;font-weight:800}
.shop-card-copy>p i{overflow:hidden;color:#7e8a84;font-size:12px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}
.product-title{width:100%;min-height:66px;padding:0;border:0;background:transparent;text-align:left;color:#173f32}
.product-title h3{margin:0 0 5px;font-size:18px;line-height:1.45}
.product-title small{display:block;overflow:hidden;color:#6f7e76;font-size:13px;text-overflow:ellipsis;white-space:nowrap}
.product-unit{margin-top:10px;color:#65746d;font-size:13px}
.product-price{height:42px;margin:3px 0 12px;display:flex;align-items:end;gap:8px}
.product-price strong{color:#d14e2b;font-size:24px}
.product-price del{padding-bottom:3px;color:#9ba39e;font-size:12px}
.add-cart-button,.dialog-product [data-add-cart]{width:100%;height:44px;border:1px solid #1e664d;border-radius:5px;background:#fff;color:#1e664d;font-weight:800;transition:.2s}
.add-cart-button:hover,.dialog-product [data-add-cart]:hover{background:#1e664d;color:#fff}
.shop-empty{padding:70px 20px;text-align:center;border-radius:8px;background:#fff}
.shop-empty b,.shop-empty span{display:block}
.shop-empty b{font-size:22px}.shop-empty span{margin:8px 0 18px;color:#79857e}.shop-empty button{padding:10px 20px;border:0;border-radius:5px;background:#1e664d;color:#fff}

.shopping-feature{width:min(1240px,calc(100% - 40px));min-height:470px;margin:100px auto;display:grid;place-items:center start;border-radius:14px;background:linear-gradient(90deg,rgba(18,64,47,.95) 0%,rgba(18,64,47,.86) 47%,rgba(18,64,47,.15) 100%),url('https://images.unsplash.com/photo-1770782773412-e639a2c6daa2?auto=format&fit=crop&w=1600&q=88') center/cover;color:#fff}
.shopping-feature>div{max-width:610px;padding:68px}
.shopping-feature h2{margin:8px 0 18px;font:700 clamp(34px,4.5vw,55px)/1.3 "Noto Serif TC",serif}
.shopping-feature p{margin:0 0 27px;color:#dce6df;font-size:16px;line-height:1.85}
.brand-shop-story{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.brand-shop-image{min-height:520px;border-radius:10px;background:url('https://images.unsplash.com/photo-1553279768-865429fa0078?auto=format&fit=crop&w=1200&q=86') center/cover}
.brand-shop-story h2{margin:10px 0 22px;font:700 clamp(34px,4.2vw,52px)/1.38 "Noto Serif TC",serif;color:#173f32}
.brand-shop-story>div:last-child>p{color:#627169;font-size:16px;line-height:1.9}
.brand-shop-story dl{margin:38px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.brand-shop-story dl div{padding-top:18px;border-top:2px solid #d45734}
.brand-shop-story dt{color:#173f32;font:700 28px "Noto Serif TC",serif}
.brand-shop-story dd{margin:6px 0 0;color:#77827d;font-size:13px}
.service-section{padding:58px;border-radius:14px;background:#ecebdf}
.service-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.service-steps article{padding:27px;border-radius:8px;background:#fff}
.service-steps article>b{color:#d45734;font-size:12px;letter-spacing:.1em}
.service-steps h3{margin:14px 0 7px;font-size:20px}
.service-steps p{margin:0;color:#6f7c75;font-size:14px;line-height:1.7}

.shop-footer{margin-top:100px;background:#133b2e;color:#fff}
.shop-footer-main{width:min(1240px,calc(100% - 40px));margin:auto;padding:60px 0;display:grid;grid-template-columns:2fr 1fr 1fr 1.35fr;gap:50px}
.shop-footer .brand{color:#fff}.shop-footer .brand svg{width:42px}
.shop-footer-main>div:first-child>p{color:#b9c9c0;line-height:1.8}
.shop-footer h3{margin:0 0 18px;color:#f0d78e;font-size:14px}
.shop-footer-main>div:not(:first-child) a,.shop-footer address a,.shop-footer address p{margin:0 0 11px;display:block;color:#d5ded9;font-size:14px;font-style:normal;text-decoration:none}
.shop-footer-bottom{min-height:60px;padding:15px max(20px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.13);color:#9fb3aa;font-size:12px}

.cart-backdrop{position:fixed;inset:0;z-index:199;background:rgba(7,27,20,.42);opacity:0;transition:opacity .24s}.cart-open .cart-backdrop{opacity:1}
.cart-drawer{position:fixed;top:0;right:0;z-index:200;width:min(460px,100%);height:100dvh;padding:0;display:flex;flex-direction:column;background:#fff;box-shadow:-20px 0 60px rgba(15,43,33,.2);transform:translateX(100%);transition:transform .24s ease}
.cart-open .cart-drawer{transform:translateX(0)}
.cart-head{padding:24px 25px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e3e6e1}
.cart-head span{color:#d45734;font-size:10px;font-weight:800;letter-spacing:.15em}.cart-head h2{margin:3px 0 0;font:700 28px "Noto Serif TC",serif}
.cart-head button,.dialog-close{width:40px;height:40px;border:0;border-radius:50%;background:#eff1ec;color:#315145;font-size:25px}
.cart-items{overflow:auto;padding:0 25px;flex:1}
.cart-item{padding:21px 0;display:grid;grid-template-columns:90px 1fr;gap:15px;border-bottom:1px solid #e8e9e4}
.cart-item img{width:90px;height:90px;border-radius:6px;object-fit:cover}
.cart-item>div>b,.cart-item>div>span,.cart-item>div>strong{display:block}.cart-item>div>b{font-size:15px}.cart-item>div>span{margin:3px 0;color:#839088;font-size:12px}.cart-item>div>strong{color:#d14e2b}
.quantity-control{margin-top:8px;display:flex;align-items:center;gap:8px}.quantity-control button{width:28px;height:28px;border:1px solid #d7dcd7;background:#fff}.quantity-control .remove-item{width:auto;margin-left:auto;padding:0;border:0;color:#8d9691;font-size:12px;text-decoration:underline}
.cart-empty{margin:auto;padding:60px 30px;text-align:center}.cart-empty b{font-size:21px}.cart-empty p{color:#7c8982}.cart-empty button{padding:10px 18px;border:0;border-radius:5px;background:#1e664d;color:#fff}
.cart-summary{padding:23px 25px 28px;border-top:1px solid #e3e6e1;background:#f8f8f4}.cart-summary>div{display:flex;justify-content:space-between;font-size:18px}.cart-summary>div b{color:#d14e2b;font-size:24px}.cart-summary small{display:block;margin:5px 0 15px;color:#7c8882}.cart-summary>button,.cart-summary>a{width:100%;min-height:45px;margin-top:8px;display:grid;place-items:center;border-radius:5px;font-weight:800;text-decoration:none}.cart-summary>button{border:1px solid #1e664d;background:#fff;color:#1e664d}.cart-summary>a{background:#1e664d;color:#fff}.cart-summary>p{margin:8px 0 0;color:#d45734;font-size:13px;text-align:center}
.product-dialog{width:min(900px,calc(100% - 32px));max-height:90vh;padding:0;overflow:visible;border:0;border-radius:12px;background:#fff;box-shadow:0 30px 80px rgba(12,39,29,.3)}
.product-dialog::backdrop{background:rgba(7,27,20,.55);backdrop-filter:blur(3px)}
.dialog-close{position:absolute;top:14px;right:14px;z-index:2}
.dialog-product{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:12px}.dialog-product>img{width:100%;height:100%;min-height:520px;object-fit:cover}.dialog-product>div{padding:50px 42px}.dialog-product>div>span{color:#d45734;font-size:12px;font-weight:800}.dialog-product h2{margin:10px 0 13px;font:700 34px/1.4 "Noto Serif TC",serif}.dialog-product p{color:#66756d;line-height:1.8}.dialog-product dl{margin:24px 0}.dialog-product dl div{padding:10px 0;display:grid;grid-template-columns:60px 1fr;border-bottom:1px solid #e7e9e4}.dialog-product dt{color:#8b9690}.dialog-product dd{margin:0;font-weight:600}.dialog-price{margin:20px 0 15px;display:flex;align-items:end;gap:9px}.dialog-price strong{color:#d14e2b;font-size:30px}.dialog-price del{color:#98a19c}.dialog-product>div>small{display:block;margin-top:10px;color:#87918c;line-height:1.6}

@media(max-width:960px){
  .shop-head-main{grid-template-columns:1fr auto auto;gap:14px;min-height:72px}.shop-search{grid-column:1/-1;grid-row:2;margin-bottom:14px}.shop-head-actions>a{display:none}.shop-menu-button{display:flex}.shop-nav{position:absolute;top:100%;left:0;right:0;padding:12px 20px;display:none;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 16px 28px rgba(17,54,41,.15)}.shop-nav.open{display:flex}.shop-nav a{padding:13px 0;border-bottom:1px solid #e6e8e3}
  .commerce-hero{grid-template-columns:1fr}.commerce-hero-copy{padding:50px 40px}.commerce-hero-visual{min-height:370px}.shop-benefits{grid-template-columns:repeat(2,1fr);gap:22px}.shop-benefits div:nth-child(2){border:0}
  .shop-product-grid{grid-template-columns:repeat(3,1fr)}.brand-shop-story{gap:35px}.service-steps{grid-template-columns:repeat(2,1fr)}.shop-footer-main{grid-template-columns:2fr 1fr 1fr}.shop-footer-main address{grid-column:1/-1}.dialog-product{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .shop-announcement{justify-content:space-between;gap:8px;padding:8px 14px;font-size:12px}.shop-announcement a{display:none}.shop-head-main{width:calc(100% - 28px);grid-template-columns:1fr auto auto}.shop-head-main .brand svg{width:36px}.shop-head-main .brand b{font-size:18px}.shop-head-actions{gap:7px}.cart-button{padding:0 10px;font-size:0}.cart-button:before{content:"購物車";font-size:13px}.cart-button span{margin-left:4px}.shop-search button{padding:0 18px}
  .commerce-hero{width:calc(100% - 24px);margin-top:12px}.commerce-hero-copy{padding:40px 24px}.commerce-hero-copy h1{font-size:39px}.commerce-hero-copy>p:not(.eyebrow){font-size:15px}.commerce-hero-copy ul{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:9px 14px}.commerce-hero-visual{min-height:300px}.hero-deal{right:14px;bottom:14px;width:210px}
  .shop-benefits{width:calc(100% - 24px);padding:21px 18px;gap:18px 0}.shop-benefits div{padding:0 12px}.shop-benefits div:nth-child(odd){padding-left:0}.shop-benefits b{font-size:14px}.shop-benefits span{font-size:11px}
  .shop-section{width:calc(100% - 28px);margin:65px auto}.shop-section-head{display:block}.shop-section-head>p{margin-top:10px}.category-grid{grid-template-columns:1fr}.category-grid>a{min-height:280px}.shop-product-grid{grid-template-columns:repeat(2,1fr);gap:12px 8px}.market-tools{align-items:flex-end}.market-filters{gap:6px}.market-filters button{min-height:38px;padding:0 11px;font-size:13px}.market-sort{display:none}.shop-card-copy{padding:13px}.product-title{min-height:74px}.product-title h3{font-size:15px}.product-title small{font-size:12px}.product-price strong{font-size:20px}.add-cart-button{height:40px;font-size:13px}
  .shopping-feature{width:calc(100% - 24px);min-height:530px;margin:70px auto;background:linear-gradient(0deg,rgba(18,64,47,.95) 0%,rgba(18,64,47,.78) 70%,rgba(18,64,47,.4) 100%),url('https://images.unsplash.com/photo-1770782773412-e639a2c6daa2?auto=format&fit=crop&w=1000&q=86') center/cover}.shopping-feature>div{padding:36px 25px}.brand-shop-story{grid-template-columns:1fr}.brand-shop-image{min-height:330px}.brand-shop-story dl{gap:8px}.brand-shop-story dt{font-size:22px}.service-section{padding:35px 20px}.service-steps{grid-template-columns:1fr 1fr;gap:9px}.service-steps article{padding:20px 16px}.service-steps h3{font-size:17px}
  .shop-footer-main{grid-template-columns:1fr 1fr;gap:34px 20px}.shop-footer-main>div:first-child{grid-column:1/-1}.shop-footer-main address{grid-column:1/-1}.shop-footer-bottom{display:block;text-align:center}.shop-footer-bottom span{display:block;margin:4px}
  .dialog-product{grid-template-columns:1fr;max-height:86vh;overflow:auto}.dialog-product>img{min-height:250px;height:250px}.dialog-product>div{padding:28px 22px}.dialog-product h2{font-size:27px}.line-float{bottom:18px;right:14px}
}
