:root { --ink:#263b36; --forest:#193e36; --sage:#8ca38e; --cream:#f5f2e9; --paper:#fbfaf6; --sand:#e4ded0; --gold:#b69153; --warm:#8f5d4d; --muted:#69746e; --line:rgba(38,59,54,.16); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif; line-height:1.65; }
a { color:inherit; text-decoration:none; }
.topline { min-height:37px; padding:8px clamp(24px,5vw,100px); display:flex; justify-content:space-between; gap:20px; color:#dfe8df; background:var(--forest); font-size:12px; letter-spacing:.08em; }
.topline p { margin:0; }.topline strong { font-size:13px; letter-spacing:.04em; }
.site-header { height:86px; padding:0 clamp(24px,5vw,100px); display:flex; align-items:center; gap:clamp(20px,3vw,54px); background:#fbfaf6; position:sticky; top:0; z-index:10; border-bottom:1px solid rgba(25,62,54,.06); }
.brand { display:inline-flex; align-items:center; gap:10px; flex-shrink:0; }.brand-mark { display:grid; place-items:center; width:40px; height:40px; color:#f5eedf; border-radius:50%; background:var(--forest); font-family:STKaiti,"KaiTi",serif; font-size:24px; }.brand b { display:block; font-family:STKaiti,"KaiTi",serif; letter-spacing:.12em; font-size:22px; line-height:1.1; }.brand small { display:block; margin-top:3px; font-size:9px; letter-spacing:.16em; color:#7b877f; white-space:nowrap; }
nav { display:flex; align-items:stretch; height:100%; margin-left:auto; }nav a { display:flex; align-items:center; position:relative; padding:0 clamp(9px,1.25vw,18px); font-size:14px; white-space:nowrap; }nav a.active,nav a:hover { color:var(--forest); }nav a.active::after,nav a:hover::after { position:absolute; content:""; width:24px; height:2px; bottom:0; left:calc(50% - 12px); background:var(--gold); }
.header-call { padding:10px 15px; border:1px solid var(--forest); font-size:13px; white-space:nowrap; }.header-call span { margin-left:9px; color:var(--gold); font-size:16px; }
.menu-toggle { display:none; }
.hero { min-height:610px; padding:105px clamp(24px,11vw,180px); position:relative; overflow:hidden; background:linear-gradient(110deg,#eef0e7 0%,#f7f5ed 58%,#d6dfd4 100%); }.hero::before { position:absolute; inset:0; content:""; opacity:.24; background-image:linear-gradient(90deg,transparent 98%,rgba(25,62,54,.15) 100%),linear-gradient(0deg,transparent 98%,rgba(25,62,54,.09) 100%); background-size:55px 55px; }
.hero-content { position:relative; z-index:1; }.eyebrow { margin:0 0 13px; color:var(--gold); font-size:11px; letter-spacing:.22em; font-weight:600; }.hero h1,.section h2,.gallery-section h2,.contact h2 { margin:0; font-family:STKaiti,"KaiTi",serif; font-weight:500; line-height:1.22; }.hero h1 { font-size:clamp(48px,5vw,77px); letter-spacing:.05em; }.hero h1 em,.cemetery h2 em { color:#96634c; font-style:normal; }.hero-copy { margin:24px 0 32px; color:#53635c; font-size:15px; }.hero-actions { display:flex; gap:13px; }.button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 23px; font-size:14px; transition:.25s ease; }.button-primary { color:white; background:var(--forest); }.button-primary:hover { background:#2d5a4e; transform:translateY(-2px); }.button-ghost { border:1px solid var(--forest); }.button-ghost:hover { color:white; background:var(--forest); }
.hero-art { position:absolute; right:0; inset-block:0; width:52%; overflow:hidden; }.sun { position:absolute; top:74px; right:22%; width:270px; height:270px; border-radius:50%; background:#e5d3a8; opacity:.68; }.arch { position:absolute; width:500px; height:800px; border:60px solid rgba(25,62,54,.58); border-bottom:0; border-radius:260px 260px 0 0; bottom:-310px; transform:rotate(18deg); }.arch-one { right:70px; }.arch-two { width:330px; height:600px; right:-46px; bottom:-230px; border-color:rgba(140,163,142,.8); }.leaf { position:absolute; width:260px; height:80px; background:#829b83; border-radius:100% 0 100% 0; transform:rotate(-34deg); }.leaf-one { top:210px; right:13px; }.leaf-two { top:366px; right:285px; transform:rotate(35deg) scale(.7); background:#b0be9f; }.hero-card { position:absolute; z-index:1; right:clamp(30px,6vw,104px); bottom:65px; width:242px; padding:22px; background:rgba(251,250,246,.85); border-left:3px solid var(--gold); backdrop-filter:blur(4px); }.hero-card p,.hero-card span { display:block; margin:0; font-size:11px; color:var(--muted); }.hero-card strong { display:block; margin:4px 0; font-size:17px; }.hero-card a { display:block; margin-top:11px; color:var(--warm); letter-spacing:.05em; font-family:Georgia,serif; font-size:18px; }
.trust-strip { display:grid; grid-template-columns:repeat(4,1fr); padding:26px clamp(24px,9vw,140px); gap:20px; color:#f5f2e9; background:var(--forest); }.trust-strip>div { display:flex; align-items:center; gap:13px; border-right:1px solid rgba(255,255,255,.18); }.trust-strip>div:last-child { border:0; }.trust-strip b { color:#b5c4ad; font-family:Georgia,serif; font-size:24px; font-weight:400; }.trust-strip span { font-size:12px; line-height:1.5; }.trust-strip strong { font-weight:500; font-size:14px; }
.section,.gallery-section { padding:clamp(70px,9vw,140px) clamp(24px,9vw,140px); }.section-heading h2,.gallery-section h2,.contact h2 { font-size:clamp(32px,3.5vw,48px); letter-spacing:.04em; }.section-heading>p:not(.eyebrow),.gallery-heading>p { color:var(--muted); font-size:14px; }.centered { text-align:center; }.centered>p:last-child { margin:15px 0 0; }
.services { background:var(--cream); }.service-layout { display:grid; grid-template-columns:.95fr 1.25fr; gap:clamp(30px,7vw,110px); max-width:1080px; margin:55px auto 0; }.service-feature { position:relative; min-height:370px; padding:48px 34px; overflow:hidden; color:#ecf0e9; background:var(--forest); }.feature-ornament { position:absolute; right:-12px; bottom:-50px; color:rgba(255,255,255,.1); font-size:130px; font-family:Georgia,serif; }.label { position:relative; margin:0; color:#bdcfb8; letter-spacing:.15em; font-size:11px; }.service-feature h3 { position:relative; margin:14px 0; font-family:STKaiti,"KaiTi",serif; font-weight:500; font-size:32px; line-height:1.3; }.service-feature>p:not(.label) { position:relative; font-size:13px; color:#cfd8cf; }.service-feature a { position:relative; display:inline-block; margin-top:20px; font-size:13px; border-bottom:1px solid #bdcfb8; }.service-feature a span { color:#bdcfb8; margin-left:20px; }.service-list { display:grid; }.service-list article { display:flex; gap:24px; padding:21px 0; border-bottom:1px solid var(--line); }.service-list article:first-child { padding-top:8px; }.service-list span { color:#aa8852; font-family:Georgia,serif; font-size:15px; }.service-list h3 { margin:0; font-family:STKaiti,"KaiTi",serif; font-size:24px; font-weight:500; }.service-list p { margin:4px 0 0; color:var(--muted); font-size:13px; }
.split-heading,.gallery-heading { display:flex; align-items:end; justify-content:space-between; gap:30px; }.split-heading>p,.gallery-heading>p { margin:0; text-align:right; }.category-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:16px; margin-top:44px; }.category-card { position:relative; display:flex; min-height:370px; padding:26px; overflow:hidden; align-items:end; color:white; background:#557064; }.category-card::before { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(13,32,29,.82),rgba(13,32,29,.06) 70%); }.category-card::after { content:""; position:absolute; width:260px; height:260px; top:35px; right:-35px; border:1px solid rgba(255,255,255,.5); border-radius:50%; box-shadow:-70px 90px 0 -17px rgba(217,198,160,.67); }.category-card.clothing { background:#8c6e5e; }.category-card.offerings { background:#66796f; }.category-card div { position:relative; z-index:1; }.category-card p { margin:0; font-size:11px; letter-spacing:.1em; }.category-card h3 { margin:7px 0 16px; font-family:STKaiti,"KaiTi",serif; font-size:29px; line-height:1.25; font-weight:500; }.category-card span { font-size:12px; border-bottom:1px solid rgba(255,255,255,.7); padding-bottom:3px; }.placeholder-note { margin:16px 0 0; color:#828980; font-size:12px; }
.gallery-section { background:#e9e9df; }.gallery-grid { display:grid; grid-template-columns:1.05fr 1fr 1fr; grid-template-rows:240px 240px; gap:13px; max-width:1200px; margin:44px auto 25px; }.gallery-item { min-height:200px; position:relative; display:flex; overflow:hidden; align-items:end; padding:20px; color:white; background:linear-gradient(135deg,#8a9d87,#465d51); }.gallery-item::before { content:""; position:absolute; inset:0; opacity:.32; background:repeating-linear-gradient(115deg,transparent 0 36px,rgba(255,255,255,.25) 36px 38px),linear-gradient(0deg,rgba(0,0,0,.55),transparent 60%); }.gallery-item:nth-child(2) { background:linear-gradient(135deg,#a2937c,#595b47); }.gallery-item:nth-child(3) { background:linear-gradient(135deg,#77786a,#987b69); }.gallery-item:nth-child(4) { background:linear-gradient(135deg,#8a8782,#47584e); }.gallery-item.tall { grid-row:span 2; }.gallery-item.wide { grid-column:span 2; }.gallery-item span { position:absolute; top:16px; right:16px; padding:4px 8px; border:1px solid rgba(255,255,255,.5); font-size:10px; letter-spacing:.09em; }.gallery-item div { position:relative; }.gallery-item p { margin:0; color:#dcbf84; font-family:Georgia,serif; }.gallery-item h3 { margin:3px 0 0; font-size:19px; font-family:STKaiti,"KaiTi",serif; font-weight:500; }.text-link { display:block; width:max-content; margin:0 auto; padding-bottom:4px; border-bottom:1px solid var(--ink); font-size:13px; }.text-link span { margin-left:18px; color:var(--gold); }
.cemetery { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(35px,8vw,130px); align-items:center; }.cemetery-copy>p:not(.eyebrow) { max-width:390px; color:var(--muted); font-size:14px; margin:22px 0 30px; }.cemetery-photo { min-height:390px; position:relative; overflow:hidden; background:linear-gradient(35deg,#3d554d 0%,#748e78 46%,#c2c7ae 46%,#a7b798 100%); }.cemetery-photo::before { position:absolute; content:""; inset:0; opacity:.6; background:linear-gradient(155deg,transparent 42%,rgba(247,240,211,.62) 42% 46%,transparent 46%),repeating-linear-gradient(90deg,transparent 0 60px,rgba(255,255,255,.15) 60px 62px); }.photo-label { position:absolute; left:0; bottom:0; max-width:260px; padding:22px; color:white; background:rgba(25,62,54,.9); }.photo-label p,.photo-label span { margin:0; display:block; font-size:11px; color:#d8e2d3; }.photo-label strong { display:block; margin:4px 0; font-size:19px; font-family:STKaiti,"KaiTi",serif; font-weight:500; }
.process { padding-top:0; }.process ol { margin:45px auto 0; padding:0; max-width:1000px; display:grid; grid-template-columns:repeat(4,1fr); list-style:none; }.process li { padding:0 25px; border-right:1px solid var(--line); }.process li:last-child { border:0; }.process b { color:#b48f55; font-family:Georgia,serif; font-size:30px; font-weight:400; }.process h3 { margin:5px 0; font-family:STKaiti,"KaiTi",serif; font-size:22px; font-weight:500; }.process p { margin:0; font-size:12px; color:var(--muted); }
.contact { position:relative; padding:65px clamp(24px,11vw,180px); display:flex; align-items:center; justify-content:space-between; gap:40px; overflow:hidden; color:#f8f5ea; background:var(--forest); }.contact::after { position:absolute; content:"安"; right:4%; bottom:-100px; color:rgba(255,255,255,.05); font-family:STKaiti,"KaiTi",serif; font-size:300px; }.contact .eyebrow { color:#c7d4b8; }.contact h2 { font-size:clamp(33px,4vw,54px); }.contact-call { position:relative; z-index:1; padding-left:35px; border-left:1px solid rgba(255,255,255,.4); }.contact-call span,.contact-call p { display:block; margin:0; color:#cbd6c8; font-size:12px; }.contact-call a { display:block; margin:2px 0 7px; color:#e7c888; font-family:Georgia,serif; font-size:32px; letter-spacing:.05em; }.contact-arrow { position:relative; z-index:1; display:grid; place-items:center; width:58px; height:58px; border:1px solid rgba(255,255,255,.6); border-radius:50%; font-size:28px; }footer { padding:55px clamp(24px,9vw,140px) 25px; background:#182923; color:#d8ded6; }footer .brand { color:#f2f1eb; } footer .brand-mark { background:#bd9b61; }footer>p:not(.copyright) { max-width:380px; font-size:13px; }.copyright { margin-top:40px; padding-top:16px; border-top:1px solid rgba(255,255,255,.12); font-size:11px; color:#929d95; }.floating-call { position:fixed; z-index:10; right:22px; bottom:20px; padding:12px 17px; color:white; background:var(--warm); box-shadow:0 8px 22px rgba(0,0,0,.18); border-radius:30px; font-size:13px; }.floating-call span { font-size:16px; }
@media (max-width:900px) { .site-header{height:72px;}.header-call { display:none; }.menu-toggle { display:block; margin-left:auto; cursor:pointer; color:var(--forest); border:0; background:transparent; font-size:24px; }nav { display:none; position:absolute; top:72px; left:0; right:0; height:auto; padding:8px 24px 18px; flex-direction:column; background:#fbfaf6; box-shadow:0 10px 16px rgba(0,0,0,.08); }nav.open { display:flex; }nav a { padding:9px 0; } nav a.active::after,nav a:hover::after { display:none; }.hero { min-height:600px; padding:80px 8vw; }.hero-art { width:76%; opacity:.55; }.hero-card { right:8vw; bottom:40px; }.trust-strip { grid-template-columns:repeat(2,1fr); }.trust-strip>div:nth-child(2) { border:0; }.split-heading,.gallery-heading { align-items:start; flex-direction:column; }.split-heading>p,.gallery-heading>p { text-align:left; }.service-layout,.cemetery { grid-template-columns:1fr; }.category-grid { grid-template-columns:1fr 1fr; }.category-card:first-child { grid-column:span 2; }.contact { align-items:flex-start; flex-direction:column; }.contact-call { padding-left:0; border:0; }.contact-arrow { position:absolute; right:30px; bottom:70px; }}
@media (max-width:560px) { .topline{font-size:10px;}.topline a{font-size:10px;}.topline strong{font-size:11px;}.brand b{font-size:19px;}.hero{min-height:550px;padding-top:64px;}.hero h1{font-size:48px;}.hero-copy br{display:none;}.hero-copy{font-size:13px;max-width:250px;}.hero-art{width:100%;right:-27%;opacity:.42;}.hero-card{width:calc(100% - 48px);right:24px;bottom:24px;}.hero-actions{flex-direction:column;align-items:flex-start;}.button{min-height:43px;}.trust-strip{padding:20px 24px;gap:15px 8px;}.trust-strip>div{gap:8px;}.trust-strip b{font-size:19px;}.trust-strip span{font-size:10px;}.trust-strip strong{font-size:11px;}.section,.gallery-section{padding:70px 24px;}.section-heading h2,.gallery-section h2{font-size:34px;}.service-layout{margin-top:34px;}.service-feature{min-height:330px;padding:35px 28px;}.category-grid{grid-template-columns:1fr;}.category-card:first-child{grid-column:auto;}.category-card{min-height:270px;}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:210px 180px 180px;}.gallery-item.tall{grid-row:span 2;}.gallery-item.wide{grid-column:span 2;}.cemetery-photo{min-height:310px;}.process ol{grid-template-columns:1fr 1fr;gap:26px 0;}.process li{padding:0 14px;}.process li:nth-child(2){border:0;}.contact{padding:55px 24px;}.contact h2{font-size:37px;}.contact-arrow{right:24px;bottom:61px;width:48px;height:48px;}.contact-call a{font-size:26px;} }

.service-chips { max-width:1080px; margin:28px auto 0; display:flex; flex-wrap:wrap; gap:10px; }
.service-chips span { padding:8px 13px; border:1px solid rgba(25,62,54,.23); color:#496058; background:rgba(255,255,255,.42); font-size:12px; }
.service-chips span:last-child { color:#f5f2e9; background:var(--forest); border-color:var(--forest); }
@media (max-width:560px) { .service-chips { margin-top:20px; gap:7px; } .service-chips span { padding:6px 9px; font-size:11px; } }
/* Real catalog and case-study assets */
.category-card > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.category-card::before { z-index:1; }.category-card::after { display:none; }.category-card div { z-index:2; }
.catalog-intro { display:flex; align-items:end; justify-content:space-between; gap:20px; margin:78px 0 23px; padding-top:26px; border-top:1px solid var(--line); }.catalog-intro .eyebrow { margin-bottom:4px; }.catalog-intro h3 { margin:0; font-family:STKaiti,"KaiTi",serif; font-size:32px; font-weight:500; }.catalog-intro span { color:var(--muted); font-size:12px; }
.urn-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }.urn-card { overflow:hidden; background:#fff; border:1px solid rgba(25,62,54,.1); transition:transform .25s ease, box-shadow .25s ease; }.urn-card:hover { transform:translateY(-4px); box-shadow:0 14px 28px rgba(25,62,54,.12); }.urn-card img { display:block; width:100%; aspect-ratio:1; object-fit:cover; background:white; }.urn-card-body { padding:14px 15px 16px; }.urn-card-body h3 { margin:0 0 4px; font-family:STKaiti,"KaiTi",serif; font-size:23px; font-weight:500; }.urn-card-body p { margin:0; color:var(--muted); font-size:12px; }.urn-card-spec { display:block; margin-top:6px; color:#987545; font-family:Georgia,serif; font-size:11px; }
.dynamic-gallery .gallery-item > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }.dynamic-gallery .gallery-item::before { z-index:1; }.dynamic-gallery .gallery-item div { z-index:2; }.dynamic-gallery .gallery-item { background:#405a50; }
@media (max-width:900px) { .urn-grid { grid-template-columns:repeat(2,1fr); } .catalog-intro { align-items:start; flex-direction:column; margin-top:55px; } }
@media (max-width:560px) { .urn-grid { gap:10px; }.urn-card-body { padding:10px; }.urn-card-body h3 { font-size:20px; }.catalog-intro h3 { font-size:28px; } }

.dynamic-gallery { grid-auto-rows:240px; }
@media (max-width:560px) { .dynamic-gallery { grid-auto-rows:180px; } }
/* Homepage memorial-hall hero carousel */
.hero { background:#ede9de; }
.hero::before { z-index:1; opacity:1; background:linear-gradient(90deg,#f1f0e9 0%,rgba(241,240,233,.96) 37%,rgba(241,240,233,.42) 57%,rgba(241,240,233,.04) 100%); }
.hero-art { z-index:0; width:62%; right:0; }.hero-slides,.hero-slide { position:absolute; inset:0; width:100%; height:100%; }.hero-slide { object-fit:cover; object-position:center; opacity:0; transition:opacity .8s ease; }.hero-slide.active { opacity:1; }
.hero-content,.hero-card { z-index:3; }.hero-dots { position:absolute; z-index:3; left:clamp(24px,11vw,180px); bottom:48px; display:flex; gap:8px; }.hero-dots button { width:27px; height:3px; padding:0; border:0; cursor:pointer; background:rgba(25,62,54,.25); transition:.25s; }.hero-dots button.active { width:45px; background:var(--warm); }
@media (max-width:900px) { .hero::before { background:linear-gradient(90deg,rgba(241,240,233,.95) 0%,rgba(241,240,233,.83) 48%,rgba(241,240,233,.18) 100%); }.hero-art { width:100%; opacity:.74; }.hero-dots { left:8vw; bottom:25px; } }
@media (max-width:560px) { .hero::before { background:linear-gradient(90deg,rgba(241,240,233,.91),rgba(241,240,233,.5)); }.hero-art { opacity:.44; right:0; width:100%; } .hero-dots { display:none; } }
/* Simplified service overview and separated product modules */
.service-chips { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-top:32px; }
.service-chips article { min-height:110px; padding:20px 18px; display:flex; flex-direction:column; justify-content:flex-end; border:1px solid rgba(25,62,54,.18); background:#f8f6ef; }
.service-chips article b { font-family:STKaiti,"KaiTi",serif; font-size:23px; font-weight:500; line-height:1.2; }.service-chips article span { margin-top:8px; color:var(--muted); font-size:11px; }.service-chips article.accent { color:#f8f5ea; border-color:var(--forest); background:var(--forest); }.service-chips article.accent span { color:#d7e1d3; }
.product-module { margin-top:88px; }.product-showcase-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }.product-showcase-grid article { margin:0; overflow:hidden; background:#fff; border:1px solid rgba(25,62,54,.1); }.product-showcase-grid img { display:block; width:100%; aspect-ratio:1; object-fit:cover; background:white; transition:transform .35s ease; }.product-showcase-grid article:hover img { transform:scale(1.035); }.product-showcase-grid h4 { margin:0; padding:13px 15px 15px; font-family:STKaiti,"KaiTi",serif; font-size:21px; font-weight:500; }.retail-showcase img { object-fit:contain; }
@media (max-width:900px) { .service-chips { grid-template-columns:repeat(2,1fr); }.product-showcase-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px) { .service-chips { gap:7px; }.service-chips article { min-height:88px; padding:13px 11px; }.service-chips article b { font-size:19px; }.service-chips article span { margin-top:4px; font-size:10px; }.product-module { margin-top:58px; }.product-showcase-grid { gap:10px; }.product-showcase-grid h4 { padding:9px 10px 11px; font-size:19px; } }
.service-chips article span { padding:0; border:0; background:transparent; }
/* Warmer, simpler visual language */
:root { --ink:#3d3530; --forest:#54463d; --sage:#a38c75; --cream:#f6f0e6; --paper:#fcfaf6; --sand:#e7dac8; --gold:#b5854e; --warm:#a3634d; --muted:#776b62; --line:rgba(61,53,48,.16); }
footer { background:#342a25; }.site-header { background:#fcfaf6; }.topline { background:#54463d; }.trust-strip,.contact { background:#54463d; }.hero::before { background:linear-gradient(90deg,#f7f1e7 0%,rgba(247,241,231,.96) 37%,rgba(247,241,231,.45) 57%,rgba(247,241,231,.06) 100%); }
.retail-carousel { overflow:hidden; border:1px solid rgba(61,53,48,.12); background:#fff; }.retail-track { display:flex; gap:16px; padding:16px; overflow-x:auto; scroll-behavior:smooth; scroll-snap-type:x mandatory; scrollbar-width:none; }.retail-track::-webkit-scrollbar { display:none; }.retail-track article { flex:0 0 calc((100% - 48px)/4); overflow:hidden; scroll-snap-align:start; border:1px solid rgba(61,53,48,.1); background:#fff; }.retail-track img { display:block; width:100%; aspect-ratio:1; object-fit:contain; background:#fff; }.retail-track h4 { margin:0; padding:13px 15px 15px; font-family:STKaiti,"KaiTi",serif; font-size:21px; font-weight:500; }.retail-carousel-controls { display:flex; align-items:center; justify-content:center; gap:18px; padding:13px; border-top:1px solid rgba(61,53,48,.1); color:var(--muted); font-size:12px; }.retail-carousel-controls button { display:grid; place-items:center; width:31px; height:31px; cursor:pointer; color:var(--ink); border:1px solid rgba(61,53,48,.3); border-radius:50%; background:transparent; font-size:17px; }.retail-carousel-controls button:hover { color:#fff; border-color:var(--forest); background:var(--forest); }
@media (max-width:900px) { .retail-track article { flex-basis:calc((100% - 16px)/2); } }
@media (max-width:560px) { .retail-track { gap:10px; padding:10px; }.retail-track article { flex-basis:78%; }.retail-track h4 { padding:10px; font-size:19px; } }
/* Neutral ivory, charcoal and bronze palette */
:root { --ink:#292624; --forest:#2d2a28; --sage:#a28f7b; --cream:#f5efe6; --paper:#fffdf9; --sand:#e8dac7; --gold:#c39866; --warm:#a5664d; --muted:#716963; --line:rgba(41,38,36,.15); }
.topline,.trust-strip,.contact { background:#2d2a28; }.trust-strip > a { display:flex; align-items:center; gap:13px; padding-right:20px; border-right:1px solid rgba(255,255,255,.18); }.trust-strip > a:last-child { border:0; }.trust-strip > a b { color:#dec09a; font-family:Georgia,serif; font-size:24px; font-weight:400; }.trust-strip > a span { color:#f5f2e9; font-size:12px; line-height:1.5; }.trust-strip > a strong { font-weight:500; font-size:14px; }
.catalog-hero { padding:90px clamp(24px,9vw,140px) 58px; text-align:center; background:var(--cream); }.catalog-hero h1 { margin:0; font-family:STKaiti,"KaiTi",serif; font-size:clamp(42px,5vw,60px); font-weight:500; }.catalog-hero p:last-child { margin:15px 0 0; color:var(--muted); font-size:14px; }.catalog-full-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
main img:not(.hero-slide) { cursor:zoom-in; }.image-lightbox { position:fixed; z-index:100; inset:0; display:grid; place-items:center; padding:30px; background:rgba(20,18,17,.9); cursor:zoom-out; }.image-lightbox[hidden] { display:none; }.image-lightbox img { max-width:min(94vw,1300px); max-height:88vh; object-fit:contain; box-shadow:0 20px 60px rgba(0,0,0,.45); cursor:default; }.image-lightbox button { position:fixed; top:18px; right:20px; width:40px; height:40px; color:#fff; cursor:pointer; border:1px solid rgba(255,255,255,.65); border-radius:50%; background:rgba(0,0,0,.22); font-size:25px; line-height:1; }
@media (max-width:900px) { .catalog-full-grid { grid-template-columns:repeat(2,1fr); }.trust-strip > a:nth-child(2) { border:0; } }
@media (max-width:560px) { .catalog-hero { padding:65px 24px 42px; }.catalog-full-grid { gap:10px; }.trust-strip > a { padding-right:6px; } }
/* 回礼用品：保持独立入口，同时让四个品类平衡展示 */
.category-card.return-gifts { background:#946c5e; }
@media (min-width:901px) { .category-grid { grid-template-columns:1.15fr repeat(3,1fr); } .category-card { min-height:340px; } }
/* 可检索问答与商品说明 */
.faq-section { background:#f4eee5; }
.faq-list { max-width:920px; margin:46px auto 0; border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); background:rgba(255,255,255,.42); }
.faq-list summary { position:relative; padding:21px 48px 21px 20px; cursor:pointer; list-style:none; font-family:STKaiti,"KaiTi",serif; font-size:22px; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { position:absolute; right:22px; top:20px; content:"+"; color:var(--warm); font-family:Arial,sans-serif; font-size:24px; font-weight:300; }
.faq-list details[open] summary::after { content:"−"; }
.faq-list details p { margin:0; padding:0 20px 21px; color:var(--muted); font-size:14px; }
.faq-list details p a { color:var(--warm); border-bottom:1px solid currentColor; }
.catalog-seo-copy { max-width:900px; padding-top:0; text-align:center; }
.catalog-seo-copy h2 { margin:0; font-family:STKaiti,"KaiTi",serif; font-size:31px; font-weight:500; }
.catalog-seo-copy p { max-width:720px; margin:14px auto 23px; color:var(--muted); font-size:14px; }
.catalog-seo-copy p a { color:var(--warm); border-bottom:1px solid currentColor; }
@media (max-width:560px) { .faq-list { margin-top:32px; }.faq-list summary { padding:17px 42px 17px 14px; font-size:20px; }.faq-list summary::after { top:15px; right:16px; }.faq-list details p { padding:0 14px 18px; font-size:13px; }.catalog-seo-copy h2 { font-size:27px; } }
/* 品牌历史与门店导航 */
.brand-story { display:grid; grid-template-columns:.8fr 1.25fr .82fr; gap:clamp(26px,5vw,72px); align-items:center; overflow:hidden; background:#eee3d4; }
.brand-story-number { color:#d3bb9b; font-family:Georgia,"Times New Roman",serif; font-size:clamp(74px,11vw,164px); line-height:.8; letter-spacing:-.07em; }
.brand-story-copy h2 { margin:0; font-family:STKaiti,"KaiTi",serif; font-size:clamp(34px,3.6vw,50px); font-weight:500; line-height:1.25; }
.brand-story-copy>p:not(.eyebrow) { margin:17px 0 18px; color:var(--muted); font-size:14px; }
.brand-story-copy ul { margin:0; padding:0; list-style:none; }
.brand-story-copy li { position:relative; margin:9px 0; padding-left:17px; font-size:13px; }
.brand-story-copy li::before { position:absolute; left:0; top:.68em; width:5px; height:5px; content:""; border-radius:50%; background:var(--warm); }
.brand-story-side { padding:26px; background:#2d2a28; color:#f9f3e9; }
.brand-story-side>span { display:block; color:#d7ba95; font-size:11px; letter-spacing:.12em; }
.brand-story-side strong { display:block; margin:12px 0 20px; font-family:STKaiti,"KaiTi",serif; font-size:23px; font-weight:500; line-height:1.5; }
.map-trigger { display:inline-flex; align-items:center; gap:23px; padding:10px 0; cursor:pointer; color:var(--ink); border:0; border-bottom:1px solid currentColor; background:transparent; font:inherit; font-size:13px; }
.map-trigger span { color:var(--warm); font-size:18px; }.brand-story-side .map-trigger { color:#f9f3e9; }.brand-story-side .map-trigger span { color:#d7ba95; }.contact-call .map-trigger { margin-top:10px; color:#f3e7da; }
.map-dialog { width:min(92vw,500px); padding:0; color:var(--ink); border:0; background:transparent; }.map-dialog::backdrop { background:rgba(20,18,16,.58); backdrop-filter:blur(2px); }.map-dialog-inner { position:relative; padding:36px; background:var(--paper); box-shadow:0 22px 70px rgba(0,0,0,.3); }.map-dialog h2 { margin:0; font-family:STKaiti,"KaiTi",serif; font-size:34px; font-weight:500; }.map-dialog .eyebrow { margin-bottom:8px; }.map-dialog-close { position:absolute; right:17px; top:15px; width:34px; height:34px; cursor:pointer; color:var(--ink); border:1px solid var(--line); border-radius:50%; background:transparent; font-size:23px; line-height:1; }.map-address { margin:16px 0 23px; color:var(--muted); font-size:13px; }.map-options { display:grid; gap:10px; }.map-option { display:flex; align-items:center; justify-content:space-between; padding:17px 18px; color:#fff; background:#497b55; font-size:15px; transition:transform .2s ease,opacity .2s ease; }.map-option.baidu { background:#a64d43; }.map-option:hover { opacity:.92; transform:translateY(-2px); }.map-option span { font-size:19px; }
@media (max-width:900px) { .brand-story { grid-template-columns:1fr 1.2fr; }.brand-story-side { grid-column:span 2; display:flex; align-items:center; justify-content:space-between; gap:20px; }.brand-story-side strong { margin:6px 0 0; }.brand-story-side .map-trigger { flex-shrink:0; } }
@media (max-width:560px) { .brand-story { grid-template-columns:1fr; gap:25px; }.brand-story-number { font-size:94px; }.brand-story-side { display:block; grid-column:auto; padding:22px; }.brand-story-side strong { margin:10px 0 18px; }.map-dialog-inner { padding:30px 21px 23px; }.map-dialog h2 { font-size:29px; }.map-option { padding:15px; font-size:14px; } }
.store-address { font-style:normal; }
.contact-call .store-address { display:block; margin:0; color:#cbd6c8; font-size:12px; }
/* 面向中老年用户的简洁高级视觉：深墨黑、暖象牙白、低饱和铜金 */
:root { --ink:#20282a; --forest:#172426; --sage:#8f958f; --cream:#f4f0e8; --paper:#fffdfa; --sand:#e4dacb; --gold:#ae8450; --warm:#89643b; --muted:#606865; --line:rgba(32,40,42,.16); }
body { font-size:16px; letter-spacing:.015em; }
.topline,.trust-strip,.contact { background:#172426; }.topline { min-height:43px; padding-top:10px; padding-bottom:10px; font-size:14px; }.topline strong { font-size:15px; }
.site-header { height:94px; border-bottom-color:rgba(32,40,42,.08); }.brand-mark { background:#172426; }.brand b { font-size:25px; }.brand small { font-size:12px; color:#68706c; }
nav a { padding-inline:clamp(12px,1.5vw,23px); font-size:16px; }.header-call { padding:12px 18px; border-color:#172426; font-size:15px; }.header-call span { color:var(--gold); }
.hero { min-height:650px; }.hero::before { background:linear-gradient(90deg,#f6f1e8 0%,rgba(246,241,232,.97) 40%,rgba(246,241,232,.48) 61%,rgba(246,241,232,.08) 100%); }.eyebrow { font-size:13px; }.hero-copy { max-width:640px; color:#4d5655; font-size:18px; line-height:1.8; }.button { min-height:54px; padding-inline:27px; font-size:16px; }.button-primary { background:#172426; }.button-primary:hover { background:#293a3c; }
.trust-strip { padding-top:29px; padding-bottom:29px; }.trust-strip > a { gap:15px; padding-right:23px; }.trust-strip > a b { color:#d8b37e; font-size:27px; }.trust-strip > a span { font-size:14px; }.trust-strip > a strong { font-size:16px; }
.section-heading>p:not(.eyebrow),.gallery-heading>p { font-size:16px; line-height:1.75; }.section-heading h2,.gallery-section h2,.contact h2 { letter-spacing:.02em; }
.category-card { min-height:370px; }.category-card::before { background:linear-gradient(0deg,rgba(17,27,29,.88),rgba(17,27,29,.08) 72%); }.category-card p { font-size:14px; }.category-card h3 { font-size:33px; }.category-card span { font-size:14px; }
.placeholder-note,.catalog-intro span { font-size:14px; }.catalog-intro h3 { font-size:35px; }.product-module { margin-top:92px; }
.urn-card-body { padding:17px 18px 19px; }.urn-card-body h3 { font-size:26px; }.urn-card-body p,.urn-card-spec { font-size:14px; }.product-showcase-grid h4,.retail-track h4 { padding:15px 17px 17px; font-size:24px; }.retail-carousel-controls { padding:16px; font-size:14px; }.retail-carousel-controls button { width:36px; height:36px; font-size:20px; }
.service-feature { background:#172426; }.service-feature h3 { font-size:36px; }.service-feature>p:not(.label),.service-list p { font-size:15px; }.service-list h3 { font-size:27px; }.service-chips article { min-height:122px; }.service-chips article b { font-size:26px; }.service-chips article span { font-size:14px; }
.brand-story { background:#eee9e0; }.brand-story-side { background:#172426; }.brand-story-copy>p:not(.eyebrow) { font-size:16px; line-height:1.8; }.brand-story-copy li { font-size:15px; }.brand-story-side>span { font-size:13px; }.brand-story-side strong { font-size:26px; }
.faq-section { background:#f4f0e8; }.faq-list summary { padding-block:24px; font-size:25px; }.faq-list details p { padding-bottom:24px; font-size:16px; line-height:1.8; }.contact-call span,.contact-call p,.contact-call .store-address { font-size:14px; }.contact-call a { font-size:36px; }.contact { padding-block:76px; } footer { background:#101a1c; } footer>p:not(.copyright) { font-size:15px; }.copyright { font-size:13px; }
@media (max-width:900px) { .site-header { height:78px; }.hero { min-height:620px; }.hero-copy { font-size:17px; }.trust-strip > a span { font-size:13px; }.trust-strip > a strong { font-size:15px; } nav { top:78px; }.service-chips article b { font-size:23px; } }
@media (max-width:560px) { body { font-size:16px; }.topline { min-height:39px; font-size:12px; }.topline strong { font-size:13px; }.site-header { height:74px; }.brand b { font-size:22px; }.brand small { font-size:10px; }.hero { min-height:570px; }.hero h1 { font-size:45px; }.hero-copy { max-width:315px; margin-top:20px; font-size:16px; line-height:1.7; }.hero-copy br { display:none; }.button { min-height:48px; font-size:15px; }.trust-strip > a b { font-size:23px; }.trust-strip > a span { font-size:12px; }.trust-strip > a strong { font-size:14px; }.section-heading>p:not(.eyebrow),.gallery-heading>p { font-size:15px; }.category-card { min-height:290px; }.category-card h3 { font-size:31px; }.catalog-intro h3 { font-size:31px; }.urn-card-body h3 { font-size:24px; }.urn-card-body p,.urn-card-spec { font-size:13px; }.product-showcase-grid h4,.retail-track h4 { font-size:22px; }.service-feature h3 { font-size:32px; }.service-list h3 { font-size:25px; }.service-feature>p:not(.label),.service-list p { font-size:14px; }.service-chips article span { font-size:13px; }.faq-list summary { font-size:23px; }.faq-list details p { font-size:15px; }.contact-call a { font-size:31px; } }
/* 一站式服务：从卡片堆叠改为可读的服务路线 */
.services { color:#f5f0e7; background:#172426; }
.services .eyebrow { color:#d6b07b; }.service-heading { display:flex; align-items:end; justify-content:space-between; gap:36px; text-align:left; }.service-heading h2 { font-size:clamp(39px,4.25vw,62px); }.service-heading>p { max-width:360px; margin:0; color:#c7cfca; text-align:right; }
.service-journey { display:grid; grid-template-columns:.8fr 1.45fr; max-width:1150px; margin:54px auto 0; border:1px solid rgba(245,240,231,.21); }
.journey-intro { position:relative; min-height:474px; padding:42px; overflow:hidden; background:#223235; }.journey-intro::after { position:absolute; right:-58px; bottom:-80px; width:235px; height:235px; content:""; border:1px solid rgba(223,185,129,.45); border-radius:50%; box-shadow:0 0 0 26px rgba(223,185,129,.08); }.journey-intro p { margin:0; color:#d7b47f; font-size:14px; letter-spacing:.12em; }.journey-intro>strong { display:block; position:relative; z-index:1; margin:15px 0 3px; color:#f4e9d9; font-family:Georgia,"Times New Roman",serif; font-size:100px; font-weight:400; letter-spacing:-.08em; line-height:.9; }.journey-intro>strong small { margin-left:10px; color:#d6b07b; font-family:"PingFang SC","Microsoft YaHei",sans-serif; font-size:19px; letter-spacing:.08em; }.journey-intro h3 { position:relative; z-index:1; margin:26px 0 32px; font-family:STKaiti,"KaiTi",serif; font-size:32px; font-weight:500; line-height:1.3; }.journey-intro a { position:relative; z-index:1; display:inline-flex; gap:24px; padding-bottom:8px; color:#f7f2ea; border-bottom:1px solid rgba(247,242,234,.6); font-size:16px; }.journey-intro a span { color:#d6b07b; font-size:19px; }
.journey-stages { display:grid; grid-template-columns:repeat(2,1fr); background:rgba(255,255,255,.16); gap:1px; }.journey-stages article { min-height:237px; padding:33px 34px; background:#172426; transition:background .25s ease; }.journey-stages article:hover { background:#223235; }.journey-stages span { color:#d7b47f; font-family:Georgia,"Times New Roman",serif; font-size:18px; }.journey-stages h3 { margin:28px 0 10px; font-family:STKaiti,"KaiTi",serif; font-size:28px; font-weight:500; line-height:1.2; }.journey-stages p { margin:0; color:#cbd1cd; font-size:15px; line-height:1.8; }
.service-scope { display:flex; flex-wrap:wrap; max-width:1150px; margin:1px auto 0; border:1px solid rgba(245,240,231,.21); border-top:0; }.service-scope span { flex:1 1 25%; padding:19px 16px; color:#f2ece2; border-right:1px solid rgba(245,240,231,.21); border-bottom:1px solid rgba(245,240,231,.21); font-family:STKaiti,"KaiTi",serif; font-size:22px; text-align:center; }.service-scope span:nth-child(4n) { border-right:0; }.service-scope span:nth-last-child(-n+4) { border-bottom:0; }
@media (max-width:900px) { .service-heading { align-items:start; flex-direction:column; }.service-heading>p { max-width:none; text-align:left; }.service-journey { grid-template-columns:1fr; }.journey-intro { min-height:330px; }.journey-stages article { min-height:205px; }.service-scope span { flex-basis:50%; }.service-scope span:nth-child(4n) { border-right:1px solid rgba(245,240,231,.21); }.service-scope span:nth-child(2n) { border-right:0; }.service-scope span:nth-last-child(-n+4) { border-bottom:1px solid rgba(245,240,231,.21); }.service-scope span:nth-last-child(-n+2) { border-bottom:0; } }
@media (max-width:560px) { .services { padding-top:67px; padding-bottom:67px; }.service-heading h2 { font-size:39px; }.service-heading>p { font-size:15px; }.service-journey { margin-top:35px; }.journey-intro { min-height:292px; padding:28px 24px; }.journey-intro>strong { font-size:78px; }.journey-intro h3 { margin:18px 0 22px; font-size:29px; }.journey-intro a { gap:17px; font-size:15px; }.journey-stages { grid-template-columns:1fr; }.journey-stages article { min-height:0; padding:24px; }.journey-stages h3 { margin:17px 0 7px; font-size:26px; }.journey-stages p { font-size:15px; }.service-scope span { flex-basis:50%; padding:15px 9px; font-size:20px; } }
.faq-map-trigger { margin-left:7px; color:var(--warm); font-size:15px; vertical-align:baseline; }
@media (max-width:560px) { .faq-map-trigger { margin:8px 0 0; font-size:15px; } }
/* 服务模块使用全站统一的暖象牙白底色 */
.services { color:var(--ink); background:var(--cream); }.services .eyebrow { color:var(--warm); }.service-heading>p { color:var(--muted); }.service-journey { border-color:var(--line); background:var(--paper); }.journey-intro { background:#2a3536; }.journey-stages { background:var(--line); }.journey-stages article { background:var(--paper); }.journey-stages article:hover { background:#f3ede3; }.journey-stages p { color:var(--muted); }.service-scope { border-color:var(--line); background:var(--paper); }.service-scope span { color:var(--ink); border-color:var(--line); }
/* 顶部热线与咨询入口 */
.topline-phone { display:inline-flex; align-items:center; gap:9px; padding:6px 13px; color:#172426; background:#eadbc5; border-radius:2px; font-size:14px; letter-spacing:0; }.topline-phone strong { color:inherit; font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif; font-size:15px; font-weight:600; letter-spacing:.04em; }
.header-call { display:inline-flex; align-items:center; gap:12px; cursor:pointer; color:#fff; border:0; background:#ae6645; box-shadow:0 8px 18px rgba(174,102,69,.2); transition:transform .2s ease, background .2s ease, box-shadow .2s ease; }.header-call span { color:#fff1df; }.header-call:hover { color:#fff; background:#965536; box-shadow:0 11px 22px rgba(150,85,54,.28); transform:translateY(-2px); }
/* 立即咨询：电话、地址、可扫码保存的联系信息 */
.contact-dialog { width:min(92vw,720px); padding:0; color:var(--ink); border:0; background:transparent; }.contact-dialog::backdrop { background:rgba(20,26,27,.62); backdrop-filter:blur(3px); }.contact-dialog-inner { position:relative; display:grid; grid-template-columns:1.15fr .85fr; gap:32px; padding:43px; background:var(--paper); box-shadow:0 24px 75px rgba(0,0,0,.32); }.contact-dialog-close { position:absolute; z-index:1; top:16px; right:16px; width:35px; height:35px; cursor:pointer; color:var(--ink); border:1px solid var(--line); border-radius:50%; background:var(--paper); font-size:23px; line-height:1; }.contact-dialog h2 { margin:0; font-family:STKaiti,"KaiTi",serif; font-size:39px; font-weight:500; }.contact-dialog-copy>p:not(.eyebrow) { margin:12px 0 18px; color:var(--muted); font-size:15px; }.contact-dialog-phone { display:block; width:max-content; margin-bottom:10px; color:var(--warm); font-family:"PingFang SC","Microsoft YaHei",Arial,sans-serif; font-size:29px; font-weight:600; letter-spacing:.04em; }.contact-dialog .store-address { max-width:275px; color:var(--muted); font-size:15px; line-height:1.65; }.contact-dialog .map-trigger { margin-top:15px; font-size:15px; }.contact-qr { align-self:center; margin:0; padding:14px; text-align:center; background:#f1ebe2; }.contact-qr img { display:block; width:100%; max-width:212px; margin:0 auto; image-rendering:auto; }.contact-qr figcaption { margin-top:10px; color:var(--muted); font-size:13px; }
@media (max-width:900px) { .topline-phone { padding:5px 10px; }.header-call { display:none; } }
@media (max-width:560px) { .topline-phone { gap:5px; padding:4px 7px; font-size:11px; }.topline-phone strong { font-size:12px; }.contact-dialog-inner { grid-template-columns:1fr; gap:22px; padding:34px 22px 23px; }.contact-dialog h2 { font-size:34px; }.contact-dialog-phone { font-size:27px; }.contact-qr { max-width:250px; justify-self:center; }.contact-qr img { max-width:185px; } }
/* 页眉信息更直接，深色服务区文字保持清晰 */
.topline { color:var(--ink); background:#e9dfd0; border-bottom:1px solid rgba(32,40,42,.1); }.topline-brand { font-size:14px; font-weight:600; letter-spacing:.06em; }.topline-phone { padding:7px 15px; color:#fffdfa; background:#172426; border-radius:0; box-shadow:none; }.topline-phone strong { color:#fffdfa; font-weight:500; }.journey-intro h3 { color:#fffdf8; }.journey-intro a { color:#fffdf8; }
@media (max-width:560px) { .topline-brand { font-size:11px; letter-spacing:0; }.topline-phone { padding:5px 8px; } }
/* 顶部信息条：左右内容统一垂直中线 */
.topline { align-items:center; }.topline-brand,.topline-phone { margin:0; line-height:1.2; }.topline-brand { display:flex; align-items:center; min-height:31px; }.topline-phone { min-height:31px; }.topline-phone strong { line-height:1.2; }
@media (max-width:560px) { .topline-brand { min-height:28px; }.topline-phone { min-height:28px; } }
.floating-call { cursor:pointer; border:0; font-family:inherit; }
/* 手机优先：为中老年用户留出更大的触控区和阅读空间 */
@media (max-width:560px) {
  html { scroll-padding-top:74px; }
  body { min-width:320px; overflow-x:hidden; }
  .topline { min-height:44px; padding:7px 14px; gap:7px; justify-content:space-between; }
  .topline-brand { flex:1; min-width:0; font-size:11px; white-space:nowrap; }
  .topline-phone { flex-shrink:0; gap:4px; padding:7px 9px; font-size:11px; white-space:nowrap; }
  .topline-phone strong { font-size:12px; letter-spacing:0; }
  .site-header { height:74px; padding:0 18px; gap:10px; }
  .brand { gap:8px; }.brand-mark { width:37px; height:37px; font-size:22px; }.brand small { display:none; }
  .menu-toggle { width:46px; height:46px; display:grid; place-items:center; margin-left:auto; font-size:26px; }
  nav { top:74px; padding:12px 22px 18px; border-top:1px solid var(--line); box-shadow:0 14px 24px rgba(20,26,27,.13); }
  nav a { min-height:48px; padding:11px 0; font-size:17px; border-bottom:1px solid rgba(32,40,42,.08); }
  nav a:last-child { border-bottom:0; }
  .hero { min-height:610px; padding:52px 24px 44px; }
  .hero-art { right:-8%; width:108%; opacity:.32; }.hero::before { background:linear-gradient(90deg,rgba(246,241,232,.98) 0%,rgba(246,241,232,.91) 56%,rgba(246,241,232,.3) 100%); }
  .hero h1 { max-width:310px; font-size:42px; line-height:1.18; }.hero-copy { max-width:310px; margin:18px 0 25px; font-size:17px; line-height:1.72; }
  .hero-actions { width:100%; gap:10px; }.hero-actions .button { width:100%; min-height:52px; justify-content:center; }
  .trust-strip { padding:15px 17px; gap:0; }.trust-strip > a { min-height:82px; gap:9px; padding:12px 8px; border-bottom:1px solid rgba(255,255,255,.16); }.trust-strip > a:nth-last-child(-n+2) { border-bottom:0; }.trust-strip > a b { width:25px; font-size:21px; }.trust-strip > a span { font-size:12px; line-height:1.35; }.trust-strip > a strong { font-size:14px; }
  .section,.gallery-section { padding:62px 20px; }.section-heading h2,.gallery-section h2 { font-size:34px; line-height:1.25; }.section-heading>p:not(.eyebrow),.gallery-heading>p { margin-top:12px; font-size:15px; line-height:1.7; }.split-heading,.gallery-heading { gap:0; }
  .category-grid { margin-top:29px; gap:12px; }.category-card { min-height:275px; padding:22px; }.category-card p { font-size:13px; }.category-card h3 { margin:6px 0 13px; font-size:31px; }.category-card span { font-size:14px; }
  .placeholder-note { margin-top:13px; font-size:13px; line-height:1.65; }.catalog-intro { margin:49px 0 17px; padding-top:20px; gap:5px; }.catalog-intro h3 { font-size:30px; }.catalog-intro span { font-size:13px; }
  .urn-grid,.product-showcase-grid { gap:9px; }.urn-card-body { padding:11px; }.urn-card-body h3 { font-size:22px; }.urn-card-body p,.urn-card-spec { font-size:13px; line-height:1.5; }.product-showcase-grid h4 { padding:10px; font-size:20px; line-height:1.25; }
  .retail-carousel { margin-inline:-2px; }.retail-track { padding:10px; }.retail-track article { flex-basis:84%; }.retail-track h4 { padding:11px; font-size:21px; }.retail-carousel-controls { gap:14px; padding:13px 8px; font-size:13px; }.retail-carousel-controls button { width:40px; height:40px; }
  .gallery-grid { margin-top:30px; gap:8px; }.dynamic-gallery { grid-auto-rows:160px; }.gallery-item { padding:13px; }.gallery-item h3 { font-size:18px; }.gallery-item p { font-size:13px; }
  .services { padding:62px 20px; }.service-heading h2 { font-size:38px; }.service-heading>p { margin-top:11px; font-size:15px; line-height:1.7; }.service-journey { margin-top:31px; }.journey-intro { min-height:280px; padding:26px 22px; }.journey-intro>strong { margin-top:10px; font-size:74px; }.journey-intro h3 { margin:14px 0 19px; font-size:29px; }.journey-intro a { gap:13px; font-size:15px; }.journey-stages article { padding:23px 22px; }.journey-stages h3 { font-size:25px; }.journey-stages p { font-size:15px; }.service-scope span { min-height:55px; display:flex; align-items:center; justify-content:center; font-size:19px; }
  .brand-story { padding:62px 20px; gap:19px; }.brand-story-number { font-size:88px; }.brand-story-copy h2 { font-size:35px; }.brand-story-copy>p:not(.eyebrow) { margin:12px 0; font-size:15px; }.brand-story-copy ul { margin-top:14px; }.brand-story-copy li { margin:8px 0; font-size:14px; }.brand-story-side { padding:22px; }.brand-story-side strong { font-size:24px; }
  .faq-section { padding:62px 20px; }.faq-list { margin-top:28px; }.faq-list summary { min-height:66px; padding:18px 42px 18px 13px; font-size:21px; line-height:1.45; }.faq-list summary::after { top:19px; right:14px; }.faq-list details p { padding:0 13px 19px; font-size:15px; line-height:1.75; }.faq-map-trigger { display:inline-flex; margin:10px 0 0; font-size:15px; }
  .cemetery { gap:25px; }.cemetery h2 { font-size:35px; }.cemetery-copy>p:not(.eyebrow) { margin:15px 0 22px; font-size:15px; }.cemetery .button { width:100%; }.cemetery-photo { min-height:270px; }.photo-label { max-width:78%; padding:17px; }.photo-label strong { font-size:21px; }
  .process { padding-top:0; }.process ol { margin-top:31px; gap:20px 0; }.process li { min-height:130px; padding:0 12px; }.process b { font-size:27px; }.process h3 { font-size:20px; }.process p { font-size:13px; }
  .contact { padding:56px 20px 93px; gap:23px; }.contact h2 { font-size:36px; }.contact-call { width:100%; }.contact-call a { margin:5px 0 9px; font-size:30px; }.contact-call .map-trigger { min-height:42px; margin-top:12px; font-size:15px; }.contact-arrow { right:22px; bottom:29px; }
  footer { padding:42px 20px 86px; } footer>p:not(.copyright) { margin:17px 0 0; font-size:14px; }.copyright { margin-top:26px; font-size:12px; }.floating-call { right:13px; bottom:13px; min-height:49px; padding:12px 16px; font-size:15px; }
  .image-lightbox { padding:16px; }.image-lightbox img { max-width:100%; max-height:83vh; }.image-lightbox button { top:12px; right:12px; width:43px; height:43px; }
}
@media (max-width:370px) {
  .topline { padding-inline:10px; }.topline-brand { font-size:10px; }.topline-phone { padding-inline:6px; font-size:10px; }.topline-phone strong { font-size:11px; }
  .hero h1 { font-size:40px; }.hero-copy { font-size:16px; }.trust-strip > a { padding-inline:5px; }.trust-strip > a strong { font-size:13px; }
  .section,.gallery-section,.services,.brand-story,.faq-section { padding-inline:16px; }.service-scope span { font-size:18px; }
}
/* 手机首页首屏与页眉：操作更集中，信息更精简 */
@media (max-width:560px) {
  .site-header { padding-inline:14px; gap:6px; }.brand { gap:7px; min-width:0; }.brand-mark { width:35px; height:35px; font-size:21px; }.brand b { font-size:20px; white-space:nowrap; }
  .header-call { display:inline-flex; flex-shrink:0; min-height:42px; padding:0 11px; gap:5px; color:#fff; font-size:14px; white-space:nowrap; box-shadow:none; }.header-call span { font-size:16px; }
  .menu-toggle { flex-shrink:0; width:42px; height:42px; font-size:24px; }
  .hero { min-height:592px; }.hero-actions { flex-direction:row; align-items:stretch; gap:8px; }.hero-actions .button { flex:1; width:auto; min-height:50px; padding:0 10px; font-size:14px; white-space:nowrap; }
  .topline-brand { font-size:11px; }.topline-phone { font-size:10px; }.topline-phone strong { font-size:11px; }
  footer { padding-top:36px; } footer>p:not(.copyright) { margin-top:13px; font-size:13px; }.footer-address { margin-top:6px; font-size:13px; }.copyright { margin-top:20px; }
}
@media (max-width:370px) {
  .site-header { padding-inline:10px; }.brand b { font-size:19px; }.header-call { padding-inline:8px; font-size:13px; }.menu-toggle { width:39px; }.hero-actions .button { padding-inline:7px; font-size:13px; }
}
/* 手机端：首屏操作上下排列，顶部只保留简短门店信息 */
@media (max-width:560px) {
  .topline { justify-content:flex-start; padding:7px 16px; }
  .topline-brand { flex:0 1 auto; font-size:12px; }
  .topline-phone { display:none; }
  .hero-actions { flex-direction:column; align-items:stretch; gap:10px; }
  .hero-actions .button { flex:none; width:100%; min-height:51px; padding-inline:14px; font-size:15px; }
}
/* 手机端分类页：去除页眉，放大商品图，保留简洁的图片放大提示 */
.image-zoom-hint { margin:0 0 14px; color:var(--warm); font-size:14px; text-align:center; }
@media (max-width:560px) {
  body.catalog-page .topline { display:none; }
  .catalog-page .catalog-hero { display:none; }
  .catalog-page .site-header { position:sticky; }
  .catalog-page .catalog-list.section { padding:20px 14px 58px; }
  .catalog-page .catalog-full-grid { grid-template-columns:1fr; gap:12px; }
  .catalog-page .image-zoom-hint { margin:0 0 10px; font-size:13px; }
  .catalog-page .catalog-full-grid .urn-card img { aspect-ratio:1 / 1; object-fit:contain; }
  .catalog-page[data-category="return-gifts"] .catalog-full-grid .urn-card img { aspect-ratio:4 / 5; }
  .catalog-page .catalog-full-grid .urn-card-body { padding:9px 12px 11px; }
  .catalog-page .catalog-full-grid .urn-card-body h3 { margin-bottom:2px; font-size:23px; }
  .catalog-page .catalog-full-grid .urn-card-body p,.catalog-page .catalog-full-grid .urn-card-spec { margin-top:3px; font-size:13px; }
  .catalog-page .catalog-full-grid .catalog-details { display:none; }
  .catalog-page[data-category="return-gifts"] .catalog-full-grid .urn-card-body p { display:none; }
}
@media (max-width:560px) {
  /* 手机端不显示顶部「成都双流，始于2022年」信息条；桌面端保留。 */
  .topline { display:none; }
}
/* 手机首屏按钮按内容长度左对齐，并收紧底部留白 */
@media (max-width:560px) {
  .hero { min-height:545px; padding-bottom:28px; }
  .hero-actions { align-items:flex-start; gap:8px; }
  .hero-actions .button { flex:none; width:auto; min-height:49px; padding:0 18px; }
  .hero-actions .button-primary { min-width:210px; }
  .hero-actions .button-ghost { min-width:172px; }
}
@media (max-width:370px) {
  .hero { min-height:530px; }.hero-actions .button { padding-inline:14px; }.hero-actions .button-primary { min-width:196px; }.hero-actions .button-ghost { min-width:160px; }
}
/* 寿衣男款 / 女款分类 */
.catalog-filters { display:flex; justify-content:center; gap:9px; margin:0 0 21px; }.catalog-filters button { min-height:40px; padding:0 20px; cursor:pointer; color:var(--ink); border:1px solid var(--line); background:transparent; font:inherit; font-size:15px; }.catalog-filters button.active,.catalog-filters button:hover { color:#fff; border-color:var(--forest); background:var(--forest); }
@media (max-width:560px) { .catalog-filters { justify-content:flex-start; gap:7px; margin:0 0 12px; }.catalog-filters button { min-height:38px; padding:0 16px; font-size:14px; } }
/* 分类页返回入口 */
.catalog-back-button { display:flex; align-items:center; justify-content:center; width:max-content; min-height:42px; margin:0 auto 16px; padding:0 17px; color:var(--ink); border:1px solid var(--line); background:var(--paper); font-size:14px; transition:.2s ease; }.catalog-back-button:hover { color:#fff; border-color:var(--forest); background:var(--forest); }
@media (max-width:560px) { .catalog-back-button { min-height:40px; margin:0 0 11px; padding:0 14px; font-size:13px; } }
/* 分类页：右上角联系入口，左侧返回导航 */
.catalog-page .site-header .header-call { margin-left:auto; }
.catalog-back-actions { display:flex; justify-content:flex-start; gap:9px; margin:0 0 16px; }.catalog-back-actions .catalog-back-button { margin:0; }
@media (max-width:560px) { .catalog-back-actions { gap:7px; margin-bottom:11px; }.catalog-page .site-header .header-call { margin-left:auto; } }
/* 墓园咨询真实环境图 */
.cemetery-photo > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }.cemetery-photo::before { z-index:1; background:linear-gradient(0deg,rgba(11,20,20,.18),transparent 54%); }.cemetery-photo .photo-label { z-index:2; background:rgba(23,36,38,.88); }
/* 灵堂案例：整张卡片都可点击放大 */
.dynamic-gallery .gallery-item { cursor:zoom-in; }
/* 安乐堂印章标志：页眉、页脚与浏览器图标统一使用 */
.brand-mark {
  width:44px;
  height:44px;
  padding:0;
  overflow:hidden;
  border-radius:13px;
  background:transparent;
  box-shadow:0 5px 14px rgba(23,36,38,.13);
}
.brand-mark img { display:block; width:100%; height:100%; }
footer .brand-mark { background:transparent; box-shadow:0 5px 14px rgba(0,0,0,.16); }
@media (max-width:560px) {
  .brand-mark { width:38px; height:38px; border-radius:11px; }
}
