@import "tailwindcss";

:root {
  --ink: #1d1c19;
  --muted: #706c64;
  --paper: #f5f7f8;
  --paper-deep: #eaf0f2;
  --red: #c9363b;
  --red-dark: #9d252b;
  --gold: #c9894e;
  --green: #173e35;
  --line: #d9e1e3;
  --font-brand: "LXGW WenKai TC", "Kaiti TC", "STKaiti", "KaiTi", "DFKai-SB", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Noto Sans TC", "PingFang HK", "Microsoft JhengHei", Arial, sans-serif; font-size: 17px; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
main { overflow: clip; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 1000; padding: 12px 20px; background: #fff; color: var(--red); border-radius: 3px; }
.skip-link:focus { top: 20px; }
.section { padding: 120px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: currentColor; }
.eyebrow.light { color: #e9b57f; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 32px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; font-size: 15px; font-weight: 800; letter-spacing: .05em; transition: .25s ease; cursor: pointer; }
.button span { font-size: 21px; font-weight: 400; transition: transform .25s ease; }
.button:hover span { transform: translateX(4px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 14px 28px rgba(183, 37, 32, .18); }
.button-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.button-light { background: #fff; color: var(--red-dark); }
.button-light:hover { background: #f8e9dc; transform: translateY(-2px); }
.button-outline-light { border-color: rgba(255,255,255,.45); color: #fff; }
.button-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 15px; font-weight: 800; }
.text-link span { color: var(--red); font-size: 19px; transition: transform .2s; }
.text-link:hover span { transform: translateX(3px); }

.utility-bar { height: 31px; background: var(--green); color: rgba(255,255,255,.75); font-size: 11px; letter-spacing: .15em; }
.utility-bar .container { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.site-header { position: relative; z-index: 100; background: rgba(247,243,236,.97); border-bottom: 1px solid rgba(29,28,25,.08); }
.nav-row { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 232px; }
.brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }
.brand span { display: flex; flex-direction: column; }
.brand b { font-family: var(--font-brand); font-size: 28px; font-weight: 700; letter-spacing: .07em; line-height: 1.06; }
.brand small { margin-top: 4px; font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .2em; color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 34px 0; font-size: 14px; font-weight: 700; color: #46433e; }
.main-nav > a:not(.nav-cta)::after { position: absolute; left: 50%; bottom: 21px; content: ""; width: 0; height: 2px; background: var(--red); transition: .25s; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a.active::after { left: 0; width: 100%; }
.main-nav > a.active { color: var(--red); }
.main-nav > .nav-cta.active, .main-nav > .nav-cta.active:hover { background: var(--red-dark); color: #fff; }
.nav-cta { display: inline-flex; align-items: center; gap: 22px; padding: 14px 18px; background: var(--red); color: #fff; font-size: 13px; font-weight: 800; }
.nav-cta span { font-size: 19px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle i { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

.hero { position: relative; min-height: 780px; padding: 84px 0 92px; background: radial-gradient(circle at 76% 48%, #fff 0, #f9f5ee 31%, transparent 58%), linear-gradient(120deg, #f7f3ec 70%, #ede4d6 100%); }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 46px; }
.hero-copy { position: relative; z-index: 3; }
.hero h1 { margin: 0; font-family: var(--font-brand); font-size: clamp(64px, 6.4vw, 94px); font-weight: 700; line-height: 1.18; letter-spacing: .06em; }
.hero h1 em, .hero-title-accent { color: var(--red); font-style: normal; }
.hero-lead { max-width: 580px; margin: 30px 0 34px; color: #5c5851; font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.trust-row { display: flex; gap: 0; margin-top: 58px; padding-top: 27px; border-top: 1px solid var(--line); }
.trust-row > div { display: flex; flex-direction: column; min-width: 130px; padding-right: 26px; margin-right: 26px; border-right: 1px solid var(--line); }
.trust-row > div:last-child { border: 0; }
.trust-row strong { font-family: "Songti TC", serif; font-size: 27px; color: var(--green); }
.trust-row span { margin-top: 4px; color: var(--muted); font-size: 12px; letter-spacing: .12em; }
.hero-visual { position: relative; height: 565px; }
.brand-disc { position: absolute; width: 420px; height: 420px; top: 68px; right: 12px; padding: 28px; border-radius: 50%; background: rgba(255,255,255,.88); box-shadow: 0 35px 90px rgba(80, 58, 35, .14); }
.brand-disc::before { position: absolute; inset: -18px; content: ""; border: 1px solid rgba(201,137,78,.35); border-radius: 50%; }
.brand-disc img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }
.hero-stamp { position: absolute; z-index: 3; top: 25px; right: 8px; width: 96px; height: 96px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid var(--red); border-radius: 50%; color: var(--red); background: var(--paper); font-size: 11px; text-align: center; line-height: 1.6; transform: rotate(9deg); }
.hero-stamp b { font-size: 14px; letter-spacing: .1em; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; min-width: 215px; padding: 16px 18px; border: 1px solid rgba(29,28,25,.07); background: rgba(255,255,255,.93); box-shadow: 0 17px 40px rgba(57,42,25,.12); }
.floating-card div { display: flex; flex-direction: column; gap: 3px; }
.floating-card b { font-size: 14px; }
.floating-card small { color: var(--muted); font-size: 11px; }
.floating-card-top { top: 140px; left: -9px; }
.floating-card-bottom { right: -22px; bottom: 44px; }
.pulse-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(217,51,46,.1); }
.card-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #edf2ee; color: var(--green); font-size: 21px; }
.hero-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(201,137,78,.17); }
.hero-orb-one { width: 540px; height: 540px; right: -270px; top: 90px; }
.hero-orb-two { width: 180px; height: 180px; left: -100px; bottom: 30px; }
.scroll-cue { position: absolute; left: 38px; bottom: 30px; display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 10px; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-cue i { color: var(--red); font-style: normal; font-size: 18px; }

.section-heading h2, .promise-copy h2, .branches-preview h2, .cta-inner h2, .story-copy h2, .contact-grid h2 { margin: 0; font-family: "Songti TC", "STSong", serif; font-size: clamp(39px, 4vw, 56px); line-height: 1.28; }
.split-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 54px; }
.split-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.service-section { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 380px; padding: 37px 30px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .3s; }
.service-card:hover { z-index: 1; background: var(--red); color: #fff; transform: translateY(-7px); box-shadow: 0 25px 50px rgba(156,31,27,.16); border-color: var(--red); }
.service-number { position: absolute; top: 24px; right: 25px; color: #aaa39a; font-size: 11px; letter-spacing: .15em; }
.service-mark { --service-accent: var(--red); --service-tint: #fff0ef; position: relative; width: 64px; height: 64px; display: grid; place-items: center; margin: 28px 0 48px; border: 1px solid rgba(201,54,59,.2); border-radius: 18px; background: var(--service-tint); color: var(--service-accent); box-shadow: inset 0 0 0 1px rgba(255,255,255,.72), 0 10px 24px rgba(24,49,55,.07); overflow: hidden; transition: .3s ease; }
.service-mark::before { position: absolute; top: 8px; right: 8px; width: 5px; height: 5px; content: ""; border-radius: 50%; background: currentColor; opacity: .55; }
.service-mark::after { position: absolute; left: -14px; bottom: -17px; width: 48px; height: 48px; content: ""; border: 1px solid currentColor; border-radius: 50%; opacity: .1; }
.service-mark-quality { --service-accent: var(--red); --service-tint: #fff0ef; }
.service-mark-nutrition { --service-accent: var(--green); --service-tint: #edf5f2; border-color: rgba(23,62,53,.18); }
.service-mark-care { --service-accent: #a8672f; --service-tint: #fff5e9; border-color: rgba(168,103,47,.2); }
.service-mark-dispensing { --service-accent: var(--red-dark); --service-tint: #f4edf0; border-color: rgba(157,37,43,.18); }
.service-icon { position: relative; z-index: 2; display: block; width: 34px; height: 34px; color: inherit; }
.service-icon > span { position: absolute; display: block; }
.icon-quality { inset: 2px; border: 2px solid currentColor; border-radius: 50%; }
.icon-quality::after { position: absolute; right: -2px; bottom: -2px; width: 10px; height: 10px; content: ""; border: 3px solid var(--service-tint); border-radius: 50%; background: currentColor; }
.icon-quality i { position: absolute; top: 8px; left: 8px; width: 12px; height: 7px; border-bottom: 2px solid currentColor; border-left: 2px solid currentColor; transform: rotate(-45deg); }
.icon-capsule { top: 9px; left: 1px; width: 32px; height: 16px; border: 2px solid currentColor; border-radius: 999px; transform: rotate(-34deg); }
.icon-capsule i { position: absolute; top: -2px; bottom: -2px; left: 50%; width: 2px; background: currentColor; }
.icon-capsule::after { position: absolute; top: 5px; right: -9px; width: 4px; height: 4px; content: ""; border-radius: 50%; background: currentColor; box-shadow: 7px 4px 0 currentColor; opacity: .62; }
.icon-care { inset: -1px 0 0; height: 36px; color: currentColor; font-family: Arial, sans-serif; }
.icon-care::before { position: absolute; inset: 0; content: "♡"; font-size: 39px; line-height: 34px; text-align: center; }
.icon-care i { position: absolute; top: 10px; left: 10px; display: grid; width: 14px; height: 14px; place-items: center; border-radius: 50%; background: var(--service-tint); font-size: 11px; font-style: normal; font-weight: 800; line-height: 1; }
.icon-dispensing { top: 7px; left: 5px; width: 25px; height: 27px; border: 2px solid currentColor; border-radius: 4px 4px 7px 7px; }
.icon-dispensing::before { position: absolute; top: -7px; left: 3px; width: 15px; height: 5px; content: ""; border: 2px solid currentColor; border-radius: 2px; background: var(--service-tint); }
.icon-dispensing::after { position: absolute; top: 7px; right: 3px; bottom: 4px; left: 3px; content: ""; border-radius: 3px; background: currentColor; opacity: .1; }
.icon-dispensing i { position: relative; z-index: 1; display: block; padding-top: 7px; font: 800 9px/1 Arial, sans-serif; text-align: center; }
.service-card h3 { margin: 0 0 16px; font-family: "Songti TC", serif; font-size: 25px; }
.service-card p { min-height: 66px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-card a { display: flex; justify-content: space-between; margin-top: 29px; font-size: 13px; font-weight: 800; }
.service-card a span { color: var(--red); font-size: 19px; }
.service-card:hover p, .service-card:hover .service-number { color: rgba(255,255,255,.75); }
.service-card:hover .service-mark { --service-accent: #fff; --service-tint: rgba(255,255,255,.12); border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.1); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); transform: translateY(-3px); }
.service-card:hover a span { color: #fff; }

.promise-section { background: var(--green); color: #fff; }
.promise-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.promise-art { position: relative; min-height: 440px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); overflow: hidden; }
.promise-art::before, .promise-art::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.promise-art::before { width: 440px; height: 440px; }
.promise-art::after { width: 310px; height: 310px; }
.cross-shape { position: absolute; width: 200px; height: 200px; opacity: .65; }
.cross-shape i { position: absolute; inset: 0; margin: auto; display: block; background: var(--red); }
.cross-shape i:first-child { width: 60px; height: 200px; }
.cross-shape i:last-child { width: 200px; height: 60px; }
.promise-art p { z-index: 1; margin-top: 295px; font-family: "Songti TC", serif; font-size: 18px; line-height: 1.6; letter-spacing: .24em; text-align: center; }
.promise-copy > p:not(.eyebrow) { max-width: 590px; margin: 30px 0 35px; color: rgba(255,255,255,.67); font-size: 16px; line-height: 2; }
.branches-preview { background: var(--paper-deep); }
.branch-preview-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.branches-preview h2 { margin-bottom: 25px; }
.branches-preview .branch-preview-grid > div:first-child > p:not(.eyebrow) { margin: 0 0 34px; color: var(--muted); line-height: 1.9; }
.map-card { position: relative; height: 430px; background-color: #f7f3ec; background-image: linear-gradient(rgba(23,62,53,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23,62,53,.035) 1px, transparent 1px); background-size: 42px 42px; overflow: hidden; }
.map-card::after { position: absolute; inset: 20px; content: ""; border: 1px solid rgba(23,62,53,.13); }
.map-line { position: absolute; width: 130%; height: 70px; border: 2px solid rgba(201,137,78,.35); border-color: rgba(201,137,78,.35) transparent transparent; border-radius: 50%; transform: rotate(-17deg); }
.line-one { top: 90px; left: -20%; }.line-two { top: 230px; left: -5%; transform: rotate(17deg); }.line-three { top: 310px; left: -12%; transform: rotate(-5deg); }
.map-pin-link { position: absolute; z-index: 3; display: block; width: 39px; height: 39px; transform: translate(-50%, -50%); }.map-pin { width: 37px; height: 37px; display: grid; place-items: center; border: 5px solid #fff; border-radius: 50% 50% 50% 0; background: var(--red); color: #fff; font-size: 10px; box-shadow: 0 5px 12px rgba(115,27,23,.23); transform: rotate(-45deg); transition: transform .2s ease, background .2s ease; }.map-pin i { font-style: normal; font-weight: 800; transform: rotate(45deg); }.map-pin-link[href]:hover .map-pin { background: var(--red-dark); transform: rotate(-45deg) scale(1.12); }
.map-label { position: absolute; z-index: 2; left: 30px; bottom: 28px; display: flex; flex-direction: column; padding: 14px 18px; background: var(--green); color: #fff; }
.map-label b { font-size: 19px; }.map-label small { margin-top: 3px; color: rgba(255,255,255,.65); font-size: 10px; letter-spacing: .1em; }

.journal-section { background: #fff; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { border: 1px solid var(--line); background: var(--paper); transition: .25s; }
.article-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(52,43,33,.1); }
.article-image { height: 208px; display: grid; place-items: center; overflow: hidden; }
.article-image span { display: grid; place-items: center; width: 105px; height: 105px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; font-family: "Songti TC", serif; font-size: 29px; }
.article-image-1 { background: radial-gradient(circle at 70% 30%, rgba(255,255,255,.15), transparent 30%), var(--green); }.article-image-2 { background: radial-gradient(circle at 30% 60%, rgba(255,255,255,.12), transparent 33%), var(--red); }.article-image-3 { background: radial-gradient(circle at 70% 70%, rgba(255,255,255,.15), transparent 28%), var(--gold); }
.article-body { padding: 26px; }
.article-body > p { display: flex; justify-content: space-between; margin: 0 0 17px; color: var(--muted); font-size: 11px; }
.article-body > p b { color: var(--red); letter-spacing: .1em; }
.article-body h3 { min-height: 58px; margin: 0 0 24px; font-family: "Songti TC", serif; font-size: 21px; line-height: 1.45; }
.article-body a { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.article-body a span { color: var(--red); font-size: 17px; }
.cta-section { padding: 75px 0; background: var(--red); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner h2 { font-size: 45px; }.cta-inner p:not(.eyebrow) { margin: 12px 0 0; color: rgba(255,255,255,.76); }.cta-actions { display: flex; gap: 12px; flex-shrink: 0; }

.site-footer { padding: 75px 0 0; background: #111e1a; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .8fr .8fr 1.35fr; gap: clamp(32px, 5vw, 70px); padding-bottom: 58px; }
.brand-light img { mix-blend-mode: normal; }.brand-light b { color: #fff; }.brand-light small { color: rgba(255,255,255,.55); }
.footer-brand > p { max-width: 300px; margin: 25px 0 19px; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.8; }
.footer-grid h3 { margin: 9px 0 22px; color: #df9f64; font-size: 13px; letter-spacing: .13em; }
.footer-link-list { display: grid; gap: 13px; }
.footer-link-list a { color: rgba(255,255,255,.63); font-size: 13px; transition: .2s; }
.footer-link-list a:hover { color: #fff; transform: translateX(3px); }
.footer-contact-list { display: grid; gap: 13px; }
.footer-contact-list p { display: grid; gap: 3px; margin: 0; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-contact-list p:last-child { padding-bottom: 0; border-bottom: 0; }
.footer-contact-list span { color: rgba(255,255,255,.42); font-size: 11px; }
.footer-contact-list a, .footer-contact-list b { color: rgba(255,255,255,.88); font-size: 13px; font-weight: 600; line-height: 1.55; overflow-wrap: anywhere; }
.footer-bottom { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 28px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 10px; letter-spacing: .05em; }
.footer-legal { display: flex; gap: 17px; }.footer-legal a { color: rgba(255,255,255,.66); }.footer-legal a:hover { color: #fff; }.footer-disclaimer { justify-self: end; text-align: right; }

/* Inner pages */
.page-hero { position: relative; min-height: 370px; padding: 71px 0 78px; background: var(--green); color: #fff; overflow: hidden; }
.page-hero .container { position: relative; z-index: 2; }
.breadcrumbs { display: flex; gap: 7px; margin-bottom: 44px; color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .1em; }.breadcrumbs b { color: #e8ad77; }
.page-hero h1 { max-width: 830px; margin: 0 0 20px; font-family: "Songti TC", serif; font-size: clamp(43px, 5vw, 66px); line-height: 1.25; }
.page-hero .container > p:last-of-type { max-width: 680px; margin: 0; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.9; }
.page-hero-cross { position: absolute; right: 10%; top: 20px; width: 260px; height: 260px; opacity: .08; transform: rotate(12deg); }
.page-hero-cross i { position: absolute; inset: 0; margin: auto; display: block; background: #fff; }.page-hero-cross i:first-child { width: 72px; height: 260px; }.page-hero-cross i:last-child { width: 260px; height: 72px; }
.inner-section { min-height: 500px; background: #fff; }
.detailed-services { display: grid; gap: 0; }
.detailed-service { display: grid; grid-template-columns: 60px 100px 1fr; gap: 36px; padding: 60px 0; border-bottom: 1px solid var(--line); }
.detailed-service:first-child { padding-top: 0; }.detailed-service:last-child { padding-bottom: 0; border: 0; }
.detailed-service-index { padding-top: 20px; color: #aaa39a; font-size: 12px; letter-spacing: .15em; }
.service-mark.large { width: 94px; height: 94px; margin: 0; border-radius: 25px; }
.service-mark.large .service-icon { transform: scale(1.36); }
.detailed-service h2 { margin: 0 0 15px; font-family: "Songti TC", serif; font-size: 35px; }
.detailed-service > div:last-child > p:not(.eyebrow) { max-width: 650px; color: var(--muted); line-height: 1.8; }
.detailed-service ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 25px 0 0; list-style: none; }
.detailed-service li { padding: 9px 13px; background: var(--paper); color: #565149; font-size: 12px; }.detailed-service li::before { content: "＋"; margin-right: 6px; color: var(--red); }
.mini-cta { padding: 65px 0; background: var(--red); color: #fff; }.mini-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }.mini-cta h2 { margin: 0 0 8px; font-family: "Songti TC", serif; font-size: 35px; }.mini-cta p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }

.notice { display: flex; gap: 20px; margin-bottom: 35px; padding: 18px 22px; border-left: 3px solid var(--gold); background: #fff7ee; color: #66584c; font-size: 13px; }.notice b { flex-shrink: 0; color: var(--red-dark); }
.branch-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.branch-tabs { display: flex; flex-wrap: wrap; gap: 7px; }.branch-tabs button { padding: 9px 15px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 12px; cursor: pointer; }.branch-tabs button.active { border-color: var(--red); background: var(--red); color: #fff; }
.branch-search { display: flex; align-items: center; min-width: 260px; padding: 0 12px; border-bottom: 1px solid var(--ink); }.branch-search span { color: var(--red); font-size: 12px; font-weight: 800; }.branch-search input { width: 100%; padding: 10px 12px; border: 0; outline: 0; background: transparent; font-size: 13px; }
.branch-result { margin: 24px 0; color: var(--muted); font-size: 12px; }
.branch-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.branch-card { padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.branch-card-top { display: flex; justify-content: space-between; align-items: center; }.branch-card-top span { color: #aaa39a; font-size: 11px; letter-spacing: .15em; }.branch-card-top b { padding: 5px 8px; background: #e3ece8; color: var(--green); font-size: 10px; }
.branch-card h2 { margin: 23px 0; font-family: "Songti TC", serif; font-size: 25px; }.branch-card dl { margin: 0; }.branch-card dl div { display: grid; grid-template-columns: 80px 1fr; padding: 10px 0; border-top: 1px solid var(--line); font-size: 12px; }.branch-card dt { color: var(--muted); }.branch-card dd { margin: 0; font-weight: 600; }
.branch-card-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
.branch-action { position: relative; min-height: 68px; display: flex; align-items: center; gap: 11px; min-width: 0; padding: 11px 13px; border: 1px solid transparent; border-radius: 14px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.branch-action:hover { transform: translateY(-2px); }
.branch-action:focus-visible { outline: 3px solid rgba(201, 54, 59, .23); outline-offset: 3px; }
.branch-action-call { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(157, 37, 43, .18); }
.branch-action-call:hover { background: var(--red-dark); box-shadow: 0 14px 30px rgba(157, 37, 43, .24); }
.branch-action-map { border-color: #cddbd7; background: #fff; color: var(--green); box-shadow: 0 8px 20px rgba(23, 62, 53, .06); }
.branch-action-map:hover { border-color: var(--green); background: #edf3f1; box-shadow: 0 12px 26px rgba(23, 62, 53, .1); }
.branch-action-icon { flex: 0 0 36px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; }
.branch-action-call .branch-action-icon { background: rgba(255, 255, 255, .16); }
.branch-action-map .branch-action-icon { background: #e5eeeb; }
.branch-action-icon i { position: relative; display: block; color: currentColor; }
.branch-action-icon-phone i { width: 12px; height: 21px; border: 2px solid currentColor; border-top-color: transparent; border-right-color: transparent; border-radius: 3px 3px 8px 7px; transform: rotate(-42deg); }
.branch-action-icon-phone i::before, .branch-action-icon-phone i::after { position: absolute; width: 7px; height: 4px; content: ""; border-radius: 3px; background: currentColor; }
.branch-action-icon-phone i::before { left: -3px; top: -1px; }
.branch-action-icon-phone i::after { right: -3px; bottom: -1px; }
.branch-action-icon-map i { width: 16px; height: 16px; border: 2px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.branch-action-icon-map i::after { position: absolute; inset: 4px; content: ""; border-radius: 50%; background: currentColor; }
.branch-action-copy { min-width: 0; display: grid; gap: 3px; line-height: 1.2; }
.branch-action-copy b { font-size: 13px; font-weight: 800; white-space: nowrap; }
.branch-action-copy small { overflow: hidden; font-size: 10px; font-weight: 500; opacity: .72; text-overflow: ellipsis; white-space: nowrap; }
.branch-action-arrow { margin-left: auto; font-size: 22px; font-weight: 300; opacity: .65; transform: translateY(-1px); }
.branch-action.disabled { border-color: #dbe1e2; background: #f1f4f4; color: #929b9d; box-shadow: none; cursor: not-allowed; }
.branch-action.disabled:hover { transform: none; }
.branch-action.disabled .branch-action-icon { background: #e4e9ea; }
.empty-state { padding: 50px; text-align: center; background: var(--paper); }.empty-state p { color: var(--muted); font-size: 13px; }

.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }.story-logo { padding: 35px; background: var(--paper); text-align: center; }.story-logo img { max-width: 380px; width: 100%; margin: auto; mix-blend-mode: multiply; }.story-logo span { display: block; margin-top: 18px; color: var(--muted); font-size: 10px; letter-spacing: .15em; }.story-copy > p:not(.eyebrow) { color: var(--muted); line-height: 2; }
.values-section { background: var(--paper-deep); }.section-heading.centered { margin-bottom: 50px; text-align: center; }.section-heading.centered .eyebrow { justify-content: center; }.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.value-grid article { padding: 38px 29px; border-right: 1px solid #d8cfc1; }.value-grid article:last-child { border: 0; }.value-grid article > span { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 28px; border: 1px solid var(--red); border-radius: 50%; color: var(--red); font-family: "Songti TC", serif; font-size: 21px; }.value-grid h3 { font-family: "Songti TC", serif; font-size: 24px; }.value-grid p { color: var(--muted); font-size: 13px; line-height: 1.8; }

.health-disclaimer { margin-bottom: 35px; padding: 17px 20px; background: #edf2ee; color: var(--green); font-size: 12px; text-align: center; }.health-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }.health-card { display: grid; grid-template-columns: 150px 1fr; border: 1px solid var(--line); background: var(--paper); }.health-card-art { display: grid; place-items: center; min-height: 260px; color: rgba(255,255,255,.8); }.health-card-art span { font-family: Georgia, serif; font-size: 39px; }.art-1 { background: var(--green); }.art-2 { background: var(--red); }.art-3 { background: var(--gold); }.health-card > div:last-child { padding: 26px; }.health-card > div > p:first-child { display: flex; justify-content: space-between; margin: 0 0 18px; color: var(--muted); font-size: 10px; }.health-card > div > p:first-child b { color: var(--red); }.health-card h2 { margin: 0 0 13px; font-family: "Songti TC", serif; font-size: 21px; line-height: 1.45; }.health-card h2 + p { margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.75; }.health-card button { padding: 0; border: 0; background: transparent; color: #999; font-size: 11px; font-weight: 800; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.contact-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; }.contact-methods { margin-top: 40px; }.contact-methods > div { display: flex; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); }.contact-methods > div > span { color: var(--red); font-size: 11px; }.contact-methods p { display: flex; flex-direction: column; margin: 0; }.contact-methods b { font-size: 13px; }.contact-methods small { margin-top: 5px; color: var(--muted); font-size: 12px; }
.contact-form { padding: 38px; background: var(--paper); border: 1px solid var(--line); }.contact-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 19px; color: #4d4943; font-size: 12px; font-weight: 700; }.contact-form label > span { color: var(--red); }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #d5cec3; border-radius: 0; outline: 0; background: #fff; font-size: 13px; resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(217,51,46,.08); }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.consent { flex-direction: row !important; align-items: flex-start; font-weight: 400 !important; line-height: 1.6; }.consent input { width: 15px; margin-top: 2px; }.consent span { color: var(--muted) !important; }.contact-form > .button { width: 100%; }.contact-form > small { display: block; margin-top: 12px; color: #999; font-size: 10px; text-align: center; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form-status { min-height: 0; margin: -4px 0 12px; color: var(--muted); font-size: 12px; line-height: 1.6; }.contact-form-status:empty { display: none; }.contact-form-status.error { padding: 11px 13px; border: 1px solid #efc7c9; border-radius: 9px; background: #fae8e8; color: #972a30; }
.contact-form .button:disabled { cursor: wait; opacity: .68; }
.form-success { display: grid; place-items: center; align-content: center; min-height: 520px; padding: 50px; border: 1px solid var(--line); background: var(--paper); text-align: center; }.form-success > span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--green); color: #fff; font-size: 25px; }.form-success h2 { margin: 20px 0 10px; font-family: "Songti TC", serif; font-size: 31px; }.form-success p { max-width: 400px; color: var(--muted); font-size: 13px; line-height: 1.8; }.form-success button { margin-top: 15px; border: 0; border-bottom: 1px solid var(--red); background: transparent; color: var(--red); font-size: 12px; cursor: pointer; }
.faq-section { background: var(--paper-deep); }.faq-list { max-width: 850px; margin: auto; }.faq-list details { border-top: 1px solid #d4cabd; }.faq-list details:last-child { border-bottom: 1px solid #d4cabd; }.faq-list summary { display: grid; grid-template-columns: 45px 1fr 30px; align-items: center; padding: 22px 0; cursor: pointer; font-weight: 700; font-size: 14px; list-style: none; }.faq-list summary span { color: var(--red); font-size: 11px; }.faq-list summary i { color: var(--red); font-style: normal; font-size: 19px; }.faq-list details[open] summary i { transform: rotate(45deg); }.faq-list details > p { margin: 0; padding: 0 40px 25px 45px; color: var(--muted); font-size: 13px; line-height: 1.85; }.legal-page-section { background: var(--paper-deep); }.legal-content { max-width: 980px; margin: 0 auto; display: grid; gap: 18px; }.legal-card { padding: 34px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 35px rgba(44, 32, 23, .04); }.legal-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }.legal-card-heading .eyebrow { margin: 0 0 8px; }.legal-card-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(26px, 3vw, 39px); line-height: 1.1; }.legal-card-heading small { color: var(--muted); font-size: 11px; line-height: 1.5; white-space: nowrap; }.legal-card .legal-intro { margin: 24px 0 30px; color: var(--ink); font-size: 14px; line-height: 1.9; }.legal-card section + section { margin-top: 24px; }.legal-card h3 { margin: 0 0 7px; color: var(--ink); font-size: 14px; }.legal-card section p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }.legal-disclaimer { max-width: 760px; margin: 6px auto 0; color: var(--muted); font-size: 11px; line-height: 1.8; text-align: center; }

@media (max-width: 1050px) {
  .main-nav { gap: 16px; }.main-nav > a:not(.nav-cta) { font-size: 12px; }.nav-cta { display: none; }
  .hero { min-height: auto; }.brand-disc { width: 345px; height: 345px; }.hero-visual { height: 490px; }.floating-card-top { left: -20px; }.service-grid { grid-template-columns: repeat(2, 1fr); }.promise-grid { gap: 55px; }.footer-grid { gap: 35px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 34px, 600px); }.section { padding: 82px 0; }.utility-bar { display: none; }.nav-row { height: 74px; }.brand { min-width: 0; }.brand img { width: 48px; height: 48px; }.brand b { font-size: 23px; }.brand small { font-size: 7px; }
  .menu-toggle { display: block; }.menu-toggle.is-open i:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle.is-open i:nth-child(2) { opacity: 0; }.menu-toggle.is-open i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: 74px; left: 0; width: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 17px 22px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 20px 30px rgba(0,0,0,.12); }.main-nav.is-open { display: flex; }.main-nav > a:not(.nav-cta) { padding: 15px 8px; border-bottom: 1px solid var(--line); font-size: 14px; }.main-nav > a:not(.nav-cta)::after { display: none; }.nav-cta { display: flex; justify-content: center; margin-top: 14px; }
  .hero { padding: 62px 0 75px; }.hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 35px; }.hero h1 { font-size: 56px; }.hero-lead { font-size: 16px; }.hero-actions { flex-wrap: wrap; gap: 22px; }.trust-row { margin-top: 45px; }.trust-row > div { min-width: 0; flex: 1; padding-right: 12px; margin-right: 12px; }.trust-row strong { font-size: 21px; }.trust-row span { font-size: 9px; }.hero-visual { height: 395px; }.brand-disc { width: 310px; height: 310px; top: 45px; right: calc(50% - 155px); }.hero-stamp { width: 78px; height: 78px; right: 1%; }.floating-card { min-width: 176px; padding: 12px; }.floating-card-top { top: 135px; left: 0; }.floating-card-bottom { bottom: 8px; right: 0; }.scroll-cue { display: none; }
  .split-heading { display: block; }.split-heading > p, .split-heading > .text-link { margin-top: 20px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 330px; }.service-mark { margin-bottom: 35px; }.promise-grid, .branch-preview-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }.promise-art { min-height: 340px; }.promise-art p { margin-top: 240px; }.map-card { height: 350px; }.article-grid { grid-template-columns: 1fr; }.cta-inner { display: block; }.cta-inner h2 { font-size: 36px; }.cta-actions { margin-top: 30px; flex-wrap: wrap; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 8px; }
  .page-hero { min-height: 340px; padding: 52px 0 60px; }.breadcrumbs { margin-bottom: 35px; }.page-hero h1 { font-size: 41px; }.detailed-service { grid-template-columns: 40px 80px 1fr; gap: 15px; }.service-mark.large { width: 70px; height: 70px; }.detailed-service h2 { font-size: 28px; }.mini-cta .container { display: block; }.mini-cta .button { margin-top: 25px; }.branch-toolbar { align-items: stretch; flex-direction: column; }.branch-search { min-width: 0; }.branch-list, .health-grid { grid-template-columns: 1fr; }.value-grid { grid-template-columns: repeat(2, 1fr); }.value-grid article:nth-child(2) { border-right: 0; }.value-grid article:nth-child(-n+2) { border-bottom: 1px solid #d8cfc1; }.health-card { grid-template-columns: 120px 1fr; }.contact-form { padding: 27px; }
}

@media (max-width: 780px) {
  .legal-card { padding: 25px 21px; }
  .legal-card-heading { display: block; }
  .legal-card-heading small { display: block; margin-top: 14px; }
  .legal-card .legal-intro { font-size: 13px; }
}

@media (max-width: 480px) {
  .container { width: calc(100% - 28px); }.hero h1 { font-size: 48px; }.brand-disc { width: 278px; height: 278px; right: calc(50% - 139px); }.hero-visual { height: 355px; }.floating-card-top { top: 126px; }.floating-card-bottom { bottom: 0; }.trust-row span { letter-spacing: 0; }.section-heading h2, .promise-copy h2, .branches-preview h2, .story-copy h2, .contact-grid h2 { font-size: 37px; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.detailed-service { grid-template-columns: 36px 1fr; }.detailed-service .service-mark { display: none; }.health-card { grid-template-columns: 1fr; }.health-card-art { min-height: 130px; }.field-row { grid-template-columns: 1fr; gap: 0; }.value-grid { grid-template-columns: 1fr; }.value-grid article { border-right: 0; border-bottom: 1px solid #d8cfc1; }.value-grid article:last-child { border-bottom: 0; }.branch-card { padding: 22px; }.branch-card-actions { flex-direction: column; }
}

@media (max-width: 480px) {
  .detailed-service { grid-template-columns: 30px 60px minmax(0, 1fr); gap: 10px; }
  .detailed-service .service-mark { display: grid; }
  .service-mark.large { width: 58px; height: 58px; border-radius: 17px; }
  .service-mark.large .service-icon { transform: scale(.94); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }

/* Modern retail finish: cleaner surfaces, softer geometry, sharper product focus. */
.button, .nav-cta { border-radius: 999px; }
.hero { background: radial-gradient(circle at 78% 42%, #fff 0, #f7fafb 33%, transparent 61%), linear-gradient(120deg, #f5f7f8 70%, #e7eef0 100%); }
.hero-stamp { background: #f5f7f8; }
.floating-card { border-radius: 16px; }
.service-grid { gap: 16px; border: 0; }
.service-card { border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.service-card:hover { border-color: var(--red); }
.promise-art, .map-card { border-radius: 24px; }
.article-card, .branch-card, .health-card, .contact-form, .story-logo { border-radius: 18px; overflow: hidden; }
.article-card, .health-card { background: #fff; }
.article-image, .health-card-art { border-radius: 0; }
.notice, .health-disclaimer { border-radius: 12px; }
.branch-tabs button { border-radius: 999px; }
.branch-search { border-radius: 999px; background: #fff; padding-left: 18px; }
.branch-card-actions button { border-radius: 999px; }
.detailed-service li { border-radius: 999px; }
.contact-form input, .contact-form select, .contact-form textarea { border-radius: 10px; }
.form-success { border-radius: 18px; }
.faq-list details:first-child { border-top-color: transparent; }

/* Readability pass: preserve hierarchy while lifting compact interface copy. */
.utility-bar { font-size: 12px; }.brand small { font-size: 9px; }.hero-stamp { font-size: 12px; }.hero-stamp b { font-size: 15px; }.floating-card b { font-size: 15px; }.floating-card small, .trust-row span { font-size: 13px; }.scroll-cue { font-size: 11px; }.service-number { font-size: 12px; }.article-body > p, .story-logo span { font-size: 12px; }.footer-bottom, .legal-disclaimer { font-size: 11px; }.breadcrumbs { font-size: 12px; }.detailed-service-index, .branch-card-top span, .branch-card-top b, .contact-methods > div > span { font-size: 12px; }.branch-card-actions button, .contact-form > small { font-size: 12px; }.health-card > div > p:first-child { font-size: 11px; }


/* Admin workspace */
.admin-page { min-height: calc(100vh - 120px); padding: 76px 0 120px; background: #edf2f4; }
.admin-loading { display: flex; min-height: 420px; align-items: center; justify-content: center; gap: 12px; color: var(--muted); font-size: 14px; }
.admin-loader { width: 18px; height: 18px; border: 2px solid #ccd7da; border-top-color: var(--red); border-radius: 50%; animation: admin-spin .8s linear infinite; }
@keyframes admin-spin { to { transform: rotate(360deg); } }
.admin-login-wrap { display: grid; min-height: 620px; place-items: center; }
.admin-login-card { width: min(100%, 460px); padding: 44px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 25px 70px rgba(24,49,55,.09); }
.admin-login-mark { display: grid; width: 62px; height: 62px; place-items: center; margin-bottom: 34px; border-radius: 18px; background: var(--green); color: #fff; font: 700 24px Georgia, serif; }
.admin-login-card h1 { margin: 0; font: 700 35px/1.25 "Songti TC", "STSong", serif; }
.admin-login-intro { margin: 12px 0 30px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.admin-login-card form, .admin-password-form { display: grid; gap: 17px; }.admin-login-card label, .admin-password-form label, .admin-content-form label, .admin-branch-card label { display: grid; gap: 8px; color: #48545a; font-size: 12px; font-weight: 700; }
.admin-login-card input, .admin-password-form input, .admin-content-form textarea, .admin-branch-card input { width: 100%; padding: 13px 14px; border: 1px solid #d5dfe2; border-radius: 10px; outline: 0; background: #fbfcfc; color: var(--ink); font-size: 13px; font-weight: 400; }.admin-login-card input:focus, .admin-password-form input:focus, .admin-content-form textarea:focus, .admin-branch-card input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(201,54,59,.08); }
.admin-login-card form .button { width: 100%; margin-top: 8px; }.admin-hint { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: #8b9699; font-size: 11px; line-height: 1.8; }
.admin-container { max-width: 1200px; }.admin-topbar { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 38px; }.admin-topbar .eyebrow { margin-bottom: 12px; }.admin-topbar h1 { margin: 0; font: 700 clamp(37px, 4vw, 53px)/1.2 "Songti TC", "STSong", serif; }.admin-user { display: flex; align-items: center; gap: 20px; color: var(--muted); font-size: 12px; }.admin-user button { padding: 0; border: 0; border-bottom: 1px solid var(--red); background: transparent; color: var(--red); font-size: 12px; cursor: pointer; }
.admin-notice { margin: 0 0 22px; padding: 13px 17px; border-radius: 10px; font-size: 13px; }.admin-notice.success { background: #e5f2ed; color: #155e4b; }.admin-notice.error { background: #fae8e8; color: #9d252b; }
.admin-tabs { display: flex; gap: 8px; margin-bottom: 25px; padding: 6px; border-radius: 14px; background: #dfe8ea; }.admin-tabs button { padding: 12px 18px; border: 0; border-radius: 10px; background: transparent; color: #627075; font-size: 13px; font-weight: 800; cursor: pointer; }.admin-tabs button.active { background: #fff; color: var(--red-dark); box-shadow: 0 4px 12px rgba(24,49,55,.08); }.admin-tabs button span { display: inline-grid; min-width: 18px; height: 18px; place-items: center; margin-left: 5px; border-radius: 999px; background: var(--red); color: #fff; font-size: 10px; }
.admin-section { padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(24,49,55,.05); }.admin-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }.admin-section-heading h2 { margin: 0; font: 700 31px/1.25 "Songti TC", "STSong", serif; }.admin-section-heading p { max-width: 600px; margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.button-secondary { border-color: var(--line); background: #f3f6f7; color: var(--green); gap: 12px; }.button-secondary:hover { background: #e8eff1; }
.admin-branch-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }.admin-branch-card { display: grid; gap: 15px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #f9fbfb; }.admin-card-title { display: flex; justify-content: space-between; align-items: center; color: var(--red-dark); font-size: 12px; font-weight: 800; }.admin-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.admin-switch { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 8px !important; color: var(--muted) !important; font-size: 11px !important; font-weight: 400 !important; }.admin-switch input { position: absolute; opacity: 0; width: 1px; }.admin-switch i { position: relative; width: 28px; height: 16px; border-radius: 999px; background: #c7d1d3; }.admin-switch i::after { position: absolute; top: 3px; left: 3px; width: 10px; height: 10px; content: ""; border-radius: 50%; background: #fff; transition: .2s; }.admin-switch input:checked + i { background: var(--green); }.admin-switch input:checked + i::after { left: 15px; }
.admin-coordinate-group { display: grid; gap: 13px; margin-top: 2px; padding: 16px; border: 1px solid #dbe5e7; border-radius: 12px; background: #fff; }.admin-coordinate-group > div:first-child { display: grid; gap: 4px; }.admin-coordinate-group b { color: var(--green); font-size: 12px; }.admin-coordinate-group small { color: #7d898c; font-size: 11px; line-height: 1.55; }
.health-card-link { display: inline-flex; align-items: center; gap: 8px; padding: 0; color: var(--red); font-size: 12px; font-weight: 800; }.health-card-link span { transition: transform .2s ease; }.health-card-link:hover span { transform: translateX(3px); }
.health-article-section { background: #fff; }.health-article { max-width: 860px; }.health-article-meta { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--red); font-size: 13px; font-weight: 800; }.health-article-body { padding: 28px 0 18px; }.health-article-body p { margin: 0 0 22px; color: #4f4b45; font-size: 17px; line-height: 2; }.health-article .health-disclaimer { margin: 15px 0 28px; text-align: left; }
.admin-article-grid { display: grid; gap: 16px; }.admin-article-card { display: grid; gap: 15px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #f9fbfb; }.admin-article-card > label { display: grid; gap: 8px; color: #48545a; font-size: 12px; font-weight: 700; }.admin-article-card input, .admin-article-card textarea { width: 100%; padding: 13px 14px; border: 1px solid #d5dfe2; border-radius: 10px; outline: 0; background: #fff; color: var(--ink); font: 400 13px/1.65 inherit; resize: vertical; }.admin-article-card input:focus, .admin-article-card textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(201,54,59,.08); }.admin-article-card label small { color: #899598; font-size: 11px; font-weight: 400; line-height: 1.6; }.admin-order { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--green); cursor: pointer; }.admin-order:disabled { color: #b5bfc1; cursor: not-allowed; }.admin-empty { padding: 38px; border: 1px dashed #cbd7da; border-radius: 15px; color: var(--muted); text-align: center; }.admin-empty p { margin: 8px 0 0; font-size: 12px; }
.admin-article-card .admin-field-row label { display: grid; gap: 8px; color: #48545a; font-size: 12px; font-weight: 700; }
.admin-article-list { display: grid; gap: 10px; }
.admin-article-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 17px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 15px; background: #f9fbfb; transition: border-color .2s ease, box-shadow .2s ease; }
.admin-article-row:hover { border-color: #c5d4d7; box-shadow: 0 8px 24px rgba(24,49,55,.06); }
.admin-article-row-index { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: #e9f0f1; color: var(--green); font-size: 12px; font-weight: 900; }
.admin-article-row-copy { min-width: 0; }
.admin-article-row-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; color: #778489; font-size: 10px; font-weight: 700; }
.admin-article-row-meta > span + span::before { margin-right: 8px; color: #bdc7c9; content: "·"; }
.admin-article-row-meta .admin-article-status::before { content: none; }
.admin-article-status { display: inline-flex; align-items: center; gap: 5px; padding: 3px 7px; border-radius: 999px; }
.admin-article-status::after { order: -1; width: 6px; height: 6px; border-radius: 50%; content: ""; }
.admin-article-status.active { background: #e5f2ed; color: #17624f; }.admin-article-status.active::after { background: #27846a; }
.admin-article-status.inactive { background: #f1eeee; color: #7f6768; }.admin-article-status.inactive::after { background: #9f8687; }
.admin-article-row h3 { overflow: hidden; margin: 0 0 4px; color: var(--ink); font-size: 16px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.admin-article-row p { display: -webkit-box; overflow: hidden; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.admin-article-row-actions { display: flex; align-items: center; gap: 8px; }
.admin-edit { min-height: 34px; padding: 0 15px; border: 1px solid var(--green); border-radius: 9px; background: var(--green); color: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }.admin-edit:hover { background: #244b45; }
.admin-modal-backdrop { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(16,32,36,.58); backdrop-filter: blur(7px); }
.admin-article-modal { width: min(820px, 100%); max-height: calc(100vh - 48px); overflow: auto; border: 1px solid rgba(255,255,255,.55); border-radius: 22px; background: #fff; box-shadow: 0 32px 90px rgba(4,18,22,.28); }
.admin-modal-header { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 28px 18px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.admin-modal-header span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; }.admin-modal-header h2 { margin: 3px 0 0; font: 700 28px/1.25 "Songti TC", "STSong", serif; }
.admin-modal-close { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 11px; background: #f5f7f7; color: #647277; font-size: 25px; line-height: 1; cursor: pointer; }.admin-modal-close:hover { background: #edf1f2; color: var(--red); }
.admin-modal-body { display: grid; gap: 17px; padding: 24px 28px 27px; }
.admin-modal-body > label, .admin-modal-body .admin-field-row > label { display: grid; gap: 8px; color: #48545a; font-size: 12px; font-weight: 700; }
.admin-modal-body input, .admin-modal-body textarea { width: 100%; padding: 13px 14px; border: 1px solid #d5dfe2; border-radius: 10px; outline: 0; background: #fbfcfc; color: var(--ink); font: 400 13px/1.65 inherit; resize: vertical; }.admin-modal-body input:focus, .admin-modal-body textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(201,54,59,.08); }
.admin-modal-body label small { color: #899598; font-size: 11px; font-weight: 400; line-height: 1.6; }.admin-modal-switch { justify-self: start; margin-top: 2px; }
.admin-modal-actions { position: sticky; z-index: 2; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 28px; border-top: 1px solid var(--line); background: rgba(248,250,250,.97); backdrop-filter: blur(12px); }
.admin-modal-actions > p { max-width: 320px; margin: 0; color: #788589; font-size: 11px; line-height: 1.55; }.admin-modal-actions > div { display: flex; gap: 9px; }
.button-ghost { border-color: #cbd6d8; background: #fff; color: #59666a; }.button-ghost:hover { background: #edf2f3; }
.admin-message-summary { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid #efc9ca; border-radius: 12px; background: #fff6f6; }.admin-message-summary b { color: var(--red); font-size: 24px; line-height: 1; }.admin-message-summary span { max-width: 72px; color: #7d5f61; font-size: 10px; font-weight: 800; line-height: 1.35; }
.admin-message-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 210px; gap: 12px; margin-bottom: 18px; }.admin-message-toolbar label { display: grid; gap: 7px; color: #647176; font-size: 11px; font-weight: 800; }.admin-message-toolbar input, .admin-message-toolbar select, .admin-message-modal select { width: 100%; min-height: 43px; padding: 10px 13px; border: 1px solid #d5dfe2; border-radius: 10px; outline: 0; background: #fff; color: var(--ink); font: 400 13px inherit; }.admin-message-toolbar input:focus, .admin-message-toolbar select:focus, .admin-message-modal select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(201,54,59,.08); }
.admin-message-list { display: grid; gap: 9px; }.admin-message-row { display: grid; grid-template-columns: 10px minmax(0, 1.4fr) minmax(150px, .65fr) auto; align-items: center; gap: 15px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcfc; }.admin-message-row:hover { border-color: #c4d3d6; box-shadow: 0 8px 22px rgba(24,49,55,.05); }.admin-message-unread { width: 7px; height: 7px; border-radius: 50%; background: #c5ced0; }.admin-message-unread.active { background: var(--red); box-shadow: 0 0 0 4px rgba(201,54,59,.1); }
.admin-message-main { min-width: 0; }.admin-message-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; color: #79868a; font-size: 10px; }.admin-message-main h3 { margin: 0 0 4px; font-size: 16px; }.admin-message-main p { overflow: hidden; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; }.admin-message-status { padding: 3px 7px; border-radius: 999px; font-weight: 900; }.admin-message-status.new { background: #fae8e8; color: #9d252b; }.admin-message-status.following { background: #fff0d6; color: #8a5a12; }.admin-message-status.completed { background: #e5f2ed; color: #155e4b; }
.admin-message-contact { display: grid; gap: 3px; min-width: 0; }.admin-message-contact b, .admin-message-contact span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.admin-message-contact b { color: #3e4d51; font-size: 12px; }.admin-message-contact span { color: #7c898d; font-size: 10px; }.admin-message-empty { margin-top: 9px; }
.admin-message-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--line); }.admin-message-detail-grid > div { display: grid; gap: 5px; padding: 14px 16px; background: #fbfcfc; }.admin-message-detail-grid span, .admin-message-content > span { color: #7d898d; font-size: 10px; font-weight: 900; letter-spacing: .04em; }.admin-message-detail-grid b, .admin-message-detail-grid a { color: #324348; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }.admin-message-detail-grid a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.admin-message-content { padding: 17px 18px; border: 1px solid var(--line); border-radius: 13px; background: #f7f9f9; }.admin-message-content p { margin: 8px 0 0; color: #39474b; font-size: 14px; line-height: 1.85; white-space: pre-wrap; overflow-wrap: anywhere; }.admin-message-modal .admin-field-row { align-items: start; }.admin-message-modal .admin-field-row > label { display: grid; gap: 8px; color: #48545a; font-size: 12px; font-weight: 700; }.admin-message-modal textarea { width: 100%; padding: 13px 14px; border: 1px solid #d5dfe2; border-radius: 10px; outline: 0; background: #fbfcfc; color: var(--ink); font: 400 13px/1.65 inherit; resize: vertical; }.admin-message-modal textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(201,54,59,.08); }
.admin-danger-button { padding: 8px 0; border: 0; border-bottom: 1px solid #d9a8aa; background: transparent; color: #9d252b; font-size: 11px; font-weight: 800; cursor: pointer; }.admin-danger-button:hover { border-color: var(--red); color: var(--red); }
.admin-actions { display: flex; justify-content: flex-end; margin-top: 25px; }.admin-actions .button { min-width: 180px; }.admin-content-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.admin-content-form label:last-child, .admin-content-form label:nth-child(3), .admin-content-form label:nth-child(5) { grid-column: 1 / -1; }.admin-content-form textarea { min-height: 70px; resize: vertical; line-height: 1.7; }.admin-password-form { max-width: 520px; }.admin-password-form small { margin-top: -3px; color: #899598; font-size: 11px; font-weight: 400; }
@media (max-width: 780px) { .admin-page { padding: 46px 0 80px; }.admin-login-card { padding: 30px 24px; }.admin-topbar, .admin-section-heading { display: block; }.admin-user { margin-top: 20px; }.admin-tabs { overflow-x: auto; }.admin-tabs button { white-space: nowrap; }.admin-section { padding: 22px 17px; }.admin-branch-grid, .admin-content-form { grid-template-columns: 1fr; }.admin-content-form label:last-child, .admin-content-form label:nth-child(3), .admin-content-form label:nth-child(5) { grid-column: auto; }.admin-section-heading .button { margin-top: 18px; }.admin-actions { justify-content: stretch; }.admin-actions .button { width: 100%; } }

/* Mobile density pass: preserve readability while reducing oversized blocks. */
@media (max-width: 780px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 32px), 600px); }
  .section { padding: 60px 0; }
  .eyebrow { margin-bottom: 14px; font-size: 12px; }
  .button { min-height: 48px; gap: 18px; padding: 0 20px; font-size: 14px; }
  .nav-row { height: 68px; }.brand img { width: 43px; height: 43px; }.brand b { font-size: 22px; }.brand small { font-size: 7px; }.main-nav { top: 68px; }

  .hero { padding: 46px 0 54px; }
  .hero-grid { gap: 18px; }
  .hero h1 { font-size: 50px; line-height: 1.12; }
  .hero-lead { margin: 20px 0 24px; font-size: 16px; line-height: 1.75; }
  .hero-actions { gap: 16px; }
  .trust-row { margin-top: 32px; padding-top: 19px; }
  .trust-row > div { padding-right: 10px; margin-right: 10px; }
  .trust-row strong { font-size: 20px; }.trust-row span { margin-top: 2px; font-size: 11px; }
  .hero-visual { height: 300px; }
  .brand-disc { width: 240px; height: 240px; top: 31px; right: calc(50% - 120px); padding: 20px; }
  .brand-disc::before { inset: -11px; }
  .hero-stamp { top: 11px; right: 3%; width: 66px; height: 66px; font-size: 9px; }.hero-stamp b { font-size: 11px; }
  .floating-card { min-width: 155px; padding: 10px 12px; border-radius: 13px; }.floating-card b { font-size: 13px; }.floating-card small { font-size: 10px; }
  .floating-card-top { top: 103px; left: 0; }.floating-card-bottom { right: 0; bottom: 6px; }

  .split-heading { margin-bottom: 32px; }
  .split-heading > p, .split-heading > .text-link { margin-top: 14px; }
  .section-heading h2, .promise-copy h2, .branches-preview h2, .story-copy h2, .contact-grid h2 { font-size: 35px; line-height: 1.22; }
  .service-grid { gap: 12px; }
  .service-card { min-height: 0; padding: 25px 23px 22px; }
  .service-mark { width: 56px; height: 56px; margin: 11px 0 23px; border-radius: 16px; }
  .service-card h3 { margin-bottom: 10px; font-size: 23px; }.service-card p { min-height: 0; line-height: 1.7; }.service-card a { margin-top: 19px; }

  .promise-grid, .branch-preview-grid, .story-grid, .contact-grid { gap: 32px; }
  .promise-art { min-height: 220px; }.promise-art::before { width: 250px; height: 250px; }.promise-art::after { width: 175px; height: 175px; }
  .cross-shape { width: 112px; height: 112px; }.cross-shape i:first-child { width: 35px; height: 112px; }.cross-shape i:last-child { width: 112px; height: 35px; }.promise-art p { margin-top: 143px; font-size: 15px; }
  .promise-copy > p:not(.eyebrow) { margin: 20px 0 25px; font-size: 15px; line-height: 1.8; }
  .branches-preview h2 { margin-bottom: 17px; }.branches-preview .branch-preview-grid > div:first-child > p:not(.eyebrow) { margin-bottom: 24px; line-height: 1.75; }
  .map-card { height: 270px; border-radius: 18px; }.map-label { left: 18px; bottom: 18px; padding: 10px 13px; }.map-label b { font-size: 16px; }.map-label small { font-size: 9px; }

  .article-grid { gap: 12px; }.article-image { height: 156px; }.article-image span { width: 76px; height: 76px; font-size: 23px; }.article-body { padding: 21px; }.article-body h3 { min-height: 0; margin-bottom: 17px; font-size: 20px; }
  .cta-section { padding: 52px 0; }.cta-inner h2 { font-size: 33px; }.cta-inner p:not(.eyebrow) { line-height: 1.7; }.cta-actions { margin-top: 23px; gap: 10px; }

  .page-hero { min-height: 285px; padding: 40px 0 46px; }.breadcrumbs { margin-bottom: 24px; }.page-hero h1 { margin-bottom: 15px; font-size: 35px; line-height: 1.18; }.page-hero .container > p:last-of-type { font-size: 15px; line-height: 1.75; }
  .inner-section { min-height: 0; }
  .detailed-service { padding: 38px 0; }.detailed-service h2 { font-size: 26px; }.detailed-service > div:last-child > p:not(.eyebrow) { line-height: 1.7; }.detailed-service ul { margin-top: 17px; }
  .mini-cta { padding: 48px 0; }.mini-cta h2 { font-size: 30px; }.mini-cta .button { margin-top: 19px; }
  .notice { display: grid; gap: 7px; margin-bottom: 24px; padding: 15px 17px; line-height: 1.65; }
  .branch-toolbar { gap: 16px; padding-bottom: 20px; }.branch-result { margin: 17px 0; }.branch-card { padding: 21px; }.branch-card h2 { margin: 16px 0; font-size: 23px; }.branch-card-actions { margin-top: 17px; }
  .section-heading.centered { margin-bottom: 32px; }.value-grid article { padding: 28px 23px; }.value-grid article > span { margin-bottom: 18px; }.value-grid h3 { margin: 14px 0 9px; }
  .health-disclaimer { margin-bottom: 24px; }.health-card-art { min-height: 190px; }.health-card > div:last-child { padding: 22px; }
  .contact-methods { margin-top: 27px; }.contact-form { padding: 23px; }.form-success { min-height: 360px; padding: 32px 22px; }
  .faq-list summary { grid-template-columns: 34px 1fr 24px; padding: 18px 0; }.faq-list details > p { padding: 0 20px 20px 34px; }
  .legal-card { padding: 23px 20px; }.legal-card-heading { padding-bottom: 18px; }.legal-card .legal-intro { margin: 19px 0 23px; line-height: 1.75; }.legal-card section + section { margin-top: 19px; }

  .site-footer { padding-top: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 0 26px; padding-bottom: 31px; }
  .footer-brand { grid-column: 1 / -1; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .footer-brand > p { max-width: 440px; margin: 16px 0 0; font-size: 13px; line-height: 1.7; }
  .footer-grid h3 { margin: 0 0 15px; }
  .footer-link-list { gap: 10px; }.footer-link-list a { font-size: 13px; }
  .footer-contact { grid-column: 1 / -1; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
  .footer-contact-list { gap: 0; }.footer-contact-list p { grid-template-columns: 76px 1fr; gap: 10px; padding: 10px 0; }.footer-contact-list span { padding-top: 2px; }.footer-contact-list p:last-child { padding-bottom: 0; }
  .footer-bottom { grid-template-columns: 1fr; gap: 11px; padding: 19px 0 23px; line-height: 1.55; }.footer-legal { grid-row: 1; }.footer-disclaimer { justify-self: start; text-align: left; }

  .admin-page { padding: 34px 0 60px; }.admin-login-wrap { min-height: auto; }.admin-login-card { padding: 26px 21px; }.admin-login-mark { margin-bottom: 24px; }.admin-topbar { margin-bottom: 27px; }.admin-topbar h1 { font-size: 35px; }.admin-section { padding: 20px 16px; }.admin-section-heading { margin-bottom: 21px; }.admin-branch-card { padding: 18px; }
}

@media (max-width: 480px) {
  .container { width: calc(100% - 28px); }
  .section { padding: 52px 0; }
  .hero { padding: 39px 0 45px; }.hero h1 { font-size: 42px; }.hero-lead { margin-top: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }.hero-actions .button { width: 100%; }.hero-actions .text-link { justify-content: center; }
  .trust-row { margin-top: 27px; }.trust-row strong { font-size: 18px; }.trust-row span { font-size: 10px; }
  .hero-visual { height: 248px; }.brand-disc { width: 208px; height: 208px; top: 25px; right: calc(50% - 104px); padding: 17px; }.hero-stamp { width: 58px; height: 58px; right: 0; }.floating-card { min-width: 142px; }.floating-card-top { top: 92px; }.floating-card-bottom { display: none; }
  .section-heading h2, .promise-copy h2, .branches-preview h2, .story-copy h2, .contact-grid h2 { font-size: 32px; }
  .service-card { padding: 22px 20px 20px; }.service-mark { margin-bottom: 19px; }
  .promise-art { min-height: 184px; }.promise-art p { margin-top: 119px; font-size: 13px; }.promise-copy .button { width: 100%; }
  .map-card { height: 238px; }
  .article-card { display: grid; grid-template-columns: 94px minmax(0, 1fr); }.article-image { height: auto; min-height: 146px; }.article-image span { width: 58px; height: 58px; font-size: 18px; }.article-body { padding: 18px 17px; }.article-body > p { display: grid; gap: 3px; margin-bottom: 10px; }.article-body h3 { margin-bottom: 13px; font-size: 18px; }.article-body a { padding-top: 12px; }
  .cta-actions { align-items: stretch; flex-direction: column; }.cta-actions .button { width: 100%; }
  .page-hero { min-height: 260px; padding: 34px 0 39px; }.page-hero h1 { font-size: 32px; }
  .branch-card-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.branch-action { min-height: 62px; gap: 8px; padding: 9px; }.branch-action-icon { flex-basis: 32px; width: 32px; height: 32px; border-radius: 9px; }.branch-action-copy b { font-size: 12px; }.branch-action-copy small { font-size: 9px; }.branch-action-arrow { display: none; }.health-card-art { min-height: 112px; }
  .footer-grid { gap: 0 20px; }.footer-contact-list p { grid-template-columns: 70px minmax(0, 1fr); }
}

/* About page: compact, text-first mobile presentation. */
@media (max-width: 780px) {
  .about-page .page-hero { min-height: 248px; padding: 31px 0 38px; }
  .about-page .breadcrumbs { margin-bottom: 18px; }
  .about-page .page-hero h1 { max-width: 520px; margin-bottom: 13px; font-size: 33px; line-height: 1.2; }
  .about-page .page-hero .container > p:last-of-type { max-width: 530px; font-size: 15px; line-height: 1.68; }
  .about-page .page-hero-cross { top: 35px; right: -16px; width: 160px; height: 160px; }
  .about-page .page-hero-cross i:first-child { width: 44px; height: 160px; }
  .about-page .page-hero-cross i:last-child { width: 160px; height: 44px; }

  .about-page .inner-section { padding: 48px 0; }
  .about-page .story-grid { gap: 26px; }
  .about-page .story-copy { order: 1; }
  .about-page .story-logo { order: 2; display: grid; grid-template-columns: 108px minmax(0, 1fr); align-items: center; gap: 17px; padding: 14px 18px; text-align: left; }
  .about-page .story-logo img { width: 108px; }
  .about-page .story-logo span { margin: 0; font-size: 12px; line-height: 1.5; }
  .about-page .story-copy h2 { margin-bottom: 18px; font-size: 30px; line-height: 1.28; }
  .about-page .story-copy > p:not(.eyebrow) { margin: 11px 0 0; font-size: 15px; line-height: 1.78; }

  .about-page .values-section { padding: 48px 0; }
  .about-page .section-heading.centered { margin-bottom: 25px; text-align: left; }
  .about-page .section-heading.centered .eyebrow { justify-content: flex-start; }
  .about-page .section-heading h2 { max-width: 470px; font-size: 29px; line-height: 1.25; }
  .about-page .value-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .about-page .value-grid article { display: grid; grid-template-columns: 46px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 15px; padding: 17px 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.74); }
  .about-page .value-grid article:nth-child(n) { border: 1px solid var(--line); }
  .about-page .value-grid article > span { grid-row: 1 / 3; width: 46px; height: 46px; margin: 1px 0 0; font-size: 18px; }
  .about-page .value-grid h3 { margin: 0 0 4px; font-size: 21px; line-height: 1.3; }
  .about-page .value-grid p { margin: 0; font-size: 14px; line-height: 1.62; }

  .about-page .mini-cta { padding: 39px 0; }
  .about-page .mini-cta h2 { font-size: 27px; line-height: 1.28; }
  .about-page .mini-cta p { font-size: 14px; line-height: 1.6; }
  .about-page .mini-cta .button { width: 100%; margin-top: 18px; }
}

@media (max-width: 480px) {
  .about-page .page-hero { min-height: 228px; padding: 27px 0 32px; }
  .about-page .page-hero .eyebrow { margin-bottom: 11px; }
  .about-page .page-hero h1 { font-size: 30px; }
  .about-page .inner-section, .about-page .values-section { padding: 42px 0; }
  .about-page .story-logo { grid-template-columns: 88px minmax(0, 1fr); padding: 12px 15px; }
  .about-page .story-logo img { width: 88px; }
  .about-page .story-copy h2 { font-size: 28px; }
  .about-page .section-heading h2 { font-size: 27px; }
  .about-page .value-grid article { column-gap: 13px; padding: 16px; }
  .about-page .mini-cta { padding: 35px 0; }
  .about-page .mini-cta h2 { font-size: 25px; }
}

/* PHP runtime helpers and admin controls. */
[hidden] { display: none !important; }
.nav-cta.active { background: var(--red-dark); }
.admin-card-tools { display: flex; align-items: center; gap: 12px; }
.admin-remove { padding: 2px 0; border: 0; border-bottom: 1px solid #c9a8a8; background: transparent; color: #9d4d50; font-size: 11px; cursor: pointer; }
.admin-remove:hover { border-color: var(--red); color: var(--red); }
.admin-login-card form .button { width: 100%; }
.admin-password-form .button { justify-self: start; }

@media (max-width: 480px) {
  .admin-card-title { align-items: flex-start; gap: 12px; }
  .admin-card-tools { align-items: flex-end; flex-direction: column; gap: 8px; }
  .admin-field-row { grid-template-columns: 1fr; }
  .admin-password-form .button { width: 100%; }
}

@media (max-width: 780px) {
  .admin-article-row { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 14px; }
  .admin-article-row-index { width: 34px; height: 34px; }
  .admin-article-row-actions { grid-column: 1 / -1; justify-content: flex-end; padding-top: 11px; border-top: 1px solid var(--line); }
  .admin-edit { flex: 1; max-width: 140px; }
  .admin-modal-backdrop { align-items: end; padding: 0; }
  .admin-article-modal { width: 100%; max-height: 92vh; border-radius: 22px 22px 0 0; }
  .admin-modal-header { padding: 19px 17px 15px; }.admin-modal-header h2 { font-size: 25px; }
  .admin-modal-body { padding: 20px 17px 23px; }
  .admin-modal-actions { align-items: stretch; flex-direction: column; gap: 10px; padding: 13px 17px calc(13px + env(safe-area-inset-bottom)); }
  .admin-modal-actions > p { max-width: none; }.admin-modal-actions > div { display: grid; grid-template-columns: 1fr 1.35fr; }
  .admin-modal-actions .button { width: 100%; min-height: 46px; padding: 0 15px; }
  .admin-message-toolbar { grid-template-columns: 1fr; }.admin-message-row { grid-template-columns: 10px minmax(0, 1fr) auto; gap: 11px; }.admin-message-contact { display: none; }.admin-message-row .admin-edit { grid-column: 2 / -1; max-width: none; }.admin-message-detail-grid { grid-template-columns: 1fr; }.admin-message-modal .admin-field-row { grid-template-columns: 1fr; }.admin-message-modal .admin-modal-actions > .admin-danger-button { align-self: flex-start; }.admin-message-summary { display: inline-flex; margin-top: 17px; }
}
