/* Lovegobuy local redesign. Native CSS; no framework or external fonts. */
:root { --page:#f7f8f4; --paper:#fff; --ink:#202d25; --muted:#637066; --green:#145c43; --green-hover:#0e4733; --leaf:#cdea88; --soft-green:#eaf0e6; --line:#dee4db; --radius:12px; --shadow:0 12px 32px rgb(28 66 44 / 8%); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:110px; }
body { margin:0; background:var(--page); color:var(--ink); font-family:'Segoe UI',Arial,sans-serif; font-size:15px; line-height:1.55; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
button,input,select,textarea { font:inherit; }
button,select { cursor:pointer; }
button { color:inherit; }
button,input,select { max-width:100%; }
img { display:block; max-width:100%; height:auto; }
svg { width:20px; height:20px; flex:0 0 auto; }
h1,h2,h3,h4,p { margin-top:0; }
h1,h2,h3,h4 { line-height:1.15; letter-spacing:-.035em; }
p { margin-bottom:1em; }
button,a,input,select,summary { -webkit-tap-highlight-color:transparent; }
:focus-visible { outline:3px solid #4b8750; outline-offset:4px; }
[hidden] { display:none !important; }
::selection { color:var(--green); background:var(--leaf); }
.container { width:min(1280px,calc(100% - 72px)); margin-inline:auto; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link { position:fixed; left:20px; top:-80px; z-index:100; padding:12px 18px; background:var(--green); color:white; border-radius:6px; }
.skip-link:focus { top:16px; }
.announcement { position:relative; display:flex; align-items:center; justify-content:center; gap:14px; min-height:38px; padding:6px 50px; background:var(--green); color:#fff; font-size:12px; letter-spacing:.015em; text-align:center; }
.announcement p { margin:0; }
.announcement a { text-decoration:underline; text-underline-offset:3px; }
.announcement button { position:absolute; right:14px; top:0; min-width:38px; min-height:38px; border:0; background:transparent; color:white; font-size:20px; }
.site-header { position:sticky; top:0; z-index:30; border-bottom:1px solid var(--line); background:rgb(247 248 244 / 97%); }
.header-inner { display:flex; align-items:center; justify-content:space-between; gap:28px; min-height:88px; }
.brand { display:inline-flex; align-items:center; gap:10px; flex:0 0 auto; }
.brand-mark { display:grid; place-items:center; width:41px; height:43px; border-radius:12px 12px 12px 3px; background:var(--green); color:var(--leaf); font-size:25px; font-weight:800; line-height:1; letter-spacing:-.1em; }
.brand-mark img { width:100%; height:100%; object-fit:contain; }
.brand-name { display:block; font-size:23px; font-weight:750; letter-spacing:-.065em; line-height:1.05; }
.brand-caption { display:block; margin-top:5px; color:var(--muted); font-size:9px; letter-spacing:.18em; text-transform:uppercase; }
.main-nav { display:flex; align-items:center; gap:28px; }
.main-nav a { display:flex; align-items:center; position:relative; min-height:44px; font-size:13px; font-weight:600; white-space:nowrap; }
.main-nav a:hover,.main-nav a.active { color:var(--green); }
.main-nav a.active::after { content:''; position:absolute; right:0; bottom:1px; left:0; height:2px; border-radius:2px; background:var(--green); }
.header-actions { display:flex; align-items:center; gap:12px; }
.button,.btn,.header-actions>a { display:inline-flex; justify-content:center; align-items:center; gap:8px; min-height:44px; padding:11px 19px; border:1px solid transparent; border-radius:7px; background:var(--green); color:white; font-size:12px; font-weight:650; line-height:1.35; transition:background .15s,border-color .15s; }
.button:hover,.btn:hover,.header-actions>a:hover { background:var(--green-hover); }
.button-secondary,.button.secondary,.btn.secondary { border-color:var(--line); background:transparent; color:var(--green); }
.button-secondary:hover,.button.secondary:hover,.btn.secondary:hover { background:var(--soft-green); }
.menu-toggle { display:none; place-items:center; min-width:44px; height:44px; border:1px solid var(--line); border-radius:7px; background:transparent; font-size:21px; }
.hero { padding:54px 0 38px; }
.hero-layout { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(0,1fr); gap:56px; align-items:center; }
.eyebrow { display:inline-flex; gap:8px; align-items:center; margin:0 0 15px; color:var(--green); font-size:10px; font-weight:750; line-height:1.5; letter-spacing:.17em; text-transform:uppercase; }
.hero .eyebrow::before { content:''; width:7px; height:7px; border-radius:50%; background:var(--green); }
.hero h1 { max-width:700px; margin-bottom:20px; font-size:clamp(36px,3.65vw,55px); line-height:1.08; letter-spacing:-.06em; font-weight:700; }
.hero h1 em { color:var(--green); font-style:normal; }
.hero-lede { max-width:540px; margin-bottom:27px; color:var(--muted); font-size:14px; line-height:1.75; }
.hero-search,.search-form { display:flex; align-items:center; gap:10px; width:100%; padding:6px 6px 6px 17px; border:1px solid #b7c9b7; border-radius:9px; background:white; box-shadow:0 5px 15px rgb(35 61 38 / 3%); }
.hero-search form { display:flex; align-items:center; gap:10px; width:100%; }
.hero-search:focus-within,.search-form:focus-within { border-color:var(--green); outline:2px solid #d7e7cf; }
.hero-search input,.search-form input { width:100%; min-width:0; height:42px; padding:0; border:0; outline:0; background:transparent; color:var(--ink); font-size:13px; }
.hero-search input::placeholder,.search-form input::placeholder { color:#747d73; opacity:1; }
.hero-search button,.search-form button { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:44px; flex:0 0 auto; padding:11px 19px; border:0; border-radius:6px; background:var(--green); color:white; font-size:12px; font-weight:600; }
.hero-search button:hover,.search-form button:hover { background:var(--green-hover); }
.search-hints { display:flex; flex-wrap:wrap; align-items:center; gap:3px 13px; margin-top:10px; color:var(--muted); font-size:11px; }
.search-hints a { display:inline-flex; align-items:center; min-height:32px; color:#435e49; text-decoration:underline; text-underline-offset:3px; }
.hero-aside { position:relative; display:grid; grid-template-columns:1.1fr 1fr; align-items:center; min-height:305px; border-radius:var(--radius); background:#e9eede; overflow:hidden; }
.feature-product { position:relative; align-self:stretch; display:flex; align-items:center; justify-content:center; padding:22px 0 22px 16px; }
.feature-product img { width:100%; max-height:270px; aspect-ratio:1; object-fit:contain; mix-blend-mode:multiply; }
.feature-copy { position:relative; z-index:1; padding:34px 27px 34px 10px; }
.feature-copy .eyebrow { margin-bottom:18px; font-size:9px; letter-spacing:.12em; }
.feature-copy h2,.feature-copy h3 { margin-bottom:12px; font-size:29px; line-height:1.1; letter-spacing:-.045em; }
.feature-copy p { color:#627052; font-size:12px; line-height:1.6; }
.feature-copy .text-link { margin-top:5px; font-size:11px; }
.feature-label { position:absolute; top:17px; left:18px; z-index:2; padding:5px 9px; background:white; border-radius:4px; color:var(--green); font-size:9px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.category-strip { display:flex; flex-wrap:wrap; align-items:center; gap:10px; padding-top:6px; padding-bottom:32px; border-bottom:1px solid var(--line); }
.category-chip { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:44px; padding:9px 18px; border:1px solid var(--line); border-radius:6px; background:var(--paper); font-size:12px; font-weight:600; transition:border-color .15s,background .15s; }
.category-chip:hover,.category-chip.active { border-color:var(--green); background:var(--green); color:white; }
.category-chip span { opacity:.7; font-size:10px; }
.section { padding-top:48px; padding-bottom:20px; }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:24px; }
.section-heading .eyebrow { margin-bottom:9px; }
.section-heading h2 { margin-bottom:0; font-size:29px; }
.section-heading p { max-width:520px; margin:10px 0 0; color:var(--muted); font-size:13px; }
.text-link { display:inline-flex; align-items:center; gap:10px; min-height:44px; flex:0 0 auto; color:var(--green); font-size:12px; font-weight:650; }
.text-link:hover { text-decoration:underline; text-underline-offset:5px; }
.text-link .arrow { font-size:19px; line-height:1; }
.product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:23px 17px; }
.product-card { min-width:0; }
.product-image { display:block; position:relative; aspect-ratio:1 / 1.06; border:1px solid #e8ebe4; border-radius:8px; background:#fff; overflow:hidden; }
.product-image img { width:100%; height:100%; padding:12px; object-fit:contain; transition:transform .25s; }
.product-image:hover img { transform:scale(1.035); }
.product-badge { position:absolute; top:10px; left:10px; max-width:calc(100% - 20px); padding:4px 7px; border-radius:3px; background:#eff3e8; color:var(--green); font-size:8px; font-weight:750; line-height:1.35; letter-spacing:.055em; text-transform:uppercase; }
.product-body { padding:13px 1px 0; }
.product-category { display:block; margin-bottom:4px; color:var(--muted); font-size:9px; letter-spacing:.12em; text-transform:uppercase; }
.product-title { display:-webkit-box; min-height:38px; overflow:hidden; -webkit-line-clamp:2; -webkit-box-orient:vertical; font-size:12px; font-weight:550; line-height:1.55; letter-spacing:-.005em; }
.product-title:hover { color:var(--green); text-decoration:underline; text-underline-offset:3px; }
.product-meta { display:flex; align-items:baseline; flex-wrap:wrap; gap:4px 7px; margin-top:8px; }
.product-meta strong { color:var(--green); font-size:15px; line-height:1.5; font-weight:700; font-variant-numeric:tabular-nums; }
.product-meta span { color:var(--muted); font-size:10px; }
.product-link { display:flex; align-items:center; justify-content:space-between; gap:8px; min-height:44px; margin-top:7px; border-top:1px solid var(--line); color:var(--green); font-size:11px; font-weight:600; }
.product-link:hover { text-decoration:underline; text-underline-offset:4px; }
.guide-promo { display:grid; grid-template-columns:1fr 1.28fr; gap:65px; margin-top:42px; padding:44px; border-radius:var(--radius); background:var(--green); color:#fff; }
.guide-intro .eyebrow { color:var(--leaf); }
.guide-intro h2 { max-width:400px; margin-bottom:17px; font-size:38px; letter-spacing:-.05em; line-height:1.13; }
.guide-intro p { max-width:380px; color:#d4e0d4; font-size:13px; line-height:1.8; }
.guide-intro .button { margin-top:10px; background:var(--leaf); color:#153d27; }
.guide-intro .button:hover { background:#d9efa8; }
.guide-list>a { display:grid; grid-template-columns:29px minmax(0,1fr) 20px; align-items:center; gap:16px; padding:19px 0; border-bottom:1px solid rgb(255 255 255 / 20%); }
.guide-list>a:first-child { padding-top:0; }
.guide-list>a:last-child { border-bottom:0; padding-bottom:0; }
.guide-number { align-self:start; padding-top:2px; color:var(--leaf); font-size:11px; font-variant-numeric:tabular-nums; }
.guide-list h3 { margin-bottom:7px; font-size:16px; letter-spacing:-.02em; }
.guide-list p { margin:0; color:#d4e0d4; font-size:12px; }
.guide-list .arrow { font-size:22px; }
.guide-list>a:hover h3 { text-decoration:underline; text-underline-offset:5px; }
.steps { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:28px; margin-top:30px; padding-bottom:18px; }
.step { border-top:1px solid #bfcbbb; padding-top:18px; }
.step-number { display:inline-block; margin-bottom:25px; color:var(--green); font-size:12px; font-weight:700; }
.step h3 { margin-bottom:10px; font-size:17px; letter-spacing:-.025em; }
.step p { margin-bottom:0; color:var(--muted); font-size:12px; line-height:1.75; }
.about-copy { display:grid; grid-template-columns:1fr 1.5fr; gap:70px; padding-top:34px; border-top:1px solid var(--line); }
.about-copy h2 { font-size:29px; }
.about-copy p { color:var(--muted); font-size:13px; line-height:1.85; }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { padding:0 2px; border-bottom:1px solid var(--line); }
.faq-list summary { position:relative; list-style:none; min-height:64px; display:flex; align-items:center; padding:17px 40px 17px 0; cursor:pointer; font-size:14px; font-weight:600; line-height:1.5; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:'+'; position:absolute; right:7px; top:18px; color:var(--green); font-size:22px; font-weight:400; }
.faq-list details[open] summary::after { content:'−'; }
.faq-list details[open] summary { color:var(--green); }
.faq-list details>p,.faq-list details>div { max-width:900px; margin:0 0 21px; color:var(--muted); font-size:13px; line-height:1.85; }
.faq-list a { color:var(--green); text-decoration:underline; text-underline-offset:3px; }
.news-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:25px; }
.news-card { min-width:0; border-top:1px solid var(--line); padding-top:20px; }
.news-card img { width:100%; aspect-ratio:16 / 10; margin-bottom:18px; border-radius:8px; object-fit:cover; }
.news-card .eyebrow { margin-bottom:12px; }
.news-card h3 { margin-bottom:13px; font-size:20px; line-height:1.3; }
.news-card p { color:var(--muted); font-size:12px; line-height:1.75; }
.news-card>a:hover h3 { color:var(--green); }
.site-footer { margin-top:70px; padding:48px 0 21px; border-top:1px solid var(--line); background:#edf1e8; }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:48px; }
.footer-grid .brand { margin-bottom:18px; }
.footer-grid p { max-width:300px; color:var(--muted); font-size:12px; line-height:1.8; }
.footer-grid h3 { margin:2px 0 14px; font-size:11px; letter-spacing:.09em; text-transform:uppercase; }
.footer-grid>div>a:not(.brand),.footer-grid li a { display:flex; align-items:center; min-height:44px; width:fit-content; color:#51624f; font-size:12px; }
.footer-grid a:hover { text-decoration:underline; text-underline-offset:4px; }
.footer-grid ul { padding:0; margin:0; list-style:none; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px 24px; margin-top:30px; padding-top:20px; border-top:1px solid #d4ddce; color:#687761; font-size:10px; }
.footer-bottom p { margin:0; }
.footer-note { margin-top:14px; color:#687761; font-size:10px; line-height:1.7; }
.social-dock { position:fixed; z-index:45; right:24px; bottom:24px; display:flex; flex-direction:column; align-items:flex-end; gap:10px; }
.social-toggle,.back-to-top { display:grid; place-items:center; width:50px; height:50px; padding:0; border:1px solid var(--green); border-radius:50%; background:var(--green); color:white; box-shadow:0 5px 18px rgb(20 69 44 / 15%); }
.social-toggle:hover { background:var(--green-hover); }
.social-toggle { font-size:21px; }
.back-to-top { width:44px; height:44px; border-color:var(--line); background:white; color:var(--green); font-size:19px; }
.social-links { display:flex; flex-direction:column; align-items:flex-end; gap:8px; margin-bottom:3px; }
.js .social-links { display:none; }
.js .social-dock.is-open .social-links,.js .social-links.is-open { display:flex; }
.social-links a { display:flex; align-items:center; justify-content:center; width:44px; height:44px; min-height:44px; padding:10px; border:1px solid var(--line); border-radius:8px; background:#fff; box-shadow:var(--shadow); font-size:12px; font-weight:600; }
.social-links a:hover { border-color:var(--green); }
.social-links img { width:22px; height:22px; object-fit:contain; }
.social-links svg { width:21px; height:21px; }
.social-links .social-icon { display:grid; place-items:center; width:24px; height:24px; border-radius:5px; background:var(--soft-green); color:var(--green); font-size:11px; font-weight:750; }
.preview-note { margin:0; padding:9px 24px; border-bottom:1px solid #d3dfc5; background:#eaf1e1; color:#48653b; font-size:11px; line-height:1.5; text-align:center; }
.breadcrumbs { display:flex; flex-wrap:wrap; align-items:center; gap:9px; padding-top:25px; padding-bottom:20px; color:var(--muted); font-size:11px; }
.breadcrumbs a:hover { color:var(--green); text-decoration:underline; }
.breadcrumbs span:last-child { color:var(--ink); }
.page-hero { padding:22px 0 31px; }
.page-hero .eyebrow { margin-bottom:12px; }
.page-title,.page-hero h1 { max-width:1000px; margin-bottom:15px; font-size:clamp(30px,3.1vw,44px); letter-spacing:-.045em; line-height:1.13; }
.page-hero p { max-width:720px; margin-bottom:0; color:var(--muted); font-size:14px; line-height:1.8; }
.page-hero .hero-search { max-width:720px; margin-top:24px; }
.catalog-layout { display:grid; grid-template-columns:190px minmax(0,1fr); align-items:start; gap:36px; padding-top:14px; }
.filters { padding-top:17px; border-top:1px solid var(--line); }
.filters h2,.filters h3 { margin-bottom:15px; font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.filter-links { display:flex; flex-direction:column; gap:3px; margin-bottom:30px; }
.filter-links a { display:flex; align-items:center; justify-content:space-between; gap:8px; min-height:44px; padding:10px 12px; border-radius:5px; color:var(--muted); font-size:12px; }
.filter-links a.active { background:#e5edde; color:var(--green); font-weight:650; }
.filter-links a:hover { background:#edf1e7; color:var(--green); }
.filter-guide { padding:17px; border:1px solid var(--line); border-radius:7px; background:#edf2e7; }
.filter-guide p { margin-bottom:10px; color:var(--muted); font-size:11px; line-height:1.75; }
.filter-guide .text-link { min-height:44px; font-size:11px; }
.catalog-main { min-width:0; }
.catalog-search { margin-bottom:24px; }
.catalog-search form { display:flex; align-items:center; gap:10px; padding:6px 6px 6px 15px; border:1px solid #b7c9b7; border-radius:8px; background:#fff; }
.catalog-search input { width:100%; min-width:0; height:44px; border:0; background:transparent; font-size:13px; }
.catalog-search button { min-height:44px; flex:0 0 auto; padding:10px 19px; border:0; border-radius:6px; background:var(--green); color:#fff; font-size:12px; font-weight:600; }
.catalog-toolbar { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; min-height:54px; margin-bottom:20px; padding-bottom:15px; border-bottom:1px solid var(--line); color:var(--muted); font-size:12px; }
.catalog-toolbar p { margin:0; }
.catalog-toolbar form { display:flex; align-items:center; gap:10px; }
.catalog-toolbar select { min-height:44px; padding:9px 32px 9px 12px; border:1px solid var(--line); border-radius:5px; background:white; color:var(--ink); font-size:12px; }
.catalog-main .product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
.pagination { display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:7px; margin:40px 0 15px; }
.pagination a,.pagination>span { display:inline-flex; align-items:center; justify-content:center; min-width:44px; min-height:44px; padding:9px 13px; border:1px solid var(--line); border-radius:5px; background:white; font-size:12px; }
.pagination a.current,.pagination a:hover { border-color:var(--green); background:var(--green); color:white; }
.pagination>span { background:transparent; border-color:transparent; }
.tag { display:inline-flex; align-items:center; gap:5px; padding:4px 9px; border-radius:4px; background:#e6eddf; color:#49633f; font-size:10px; font-weight:600; }
.guide-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.guide-card { display:flex; flex-direction:column; align-items:flex-start; min-width:0; padding:27px; border:1px solid var(--line); border-radius:9px; background:#fff; }
.guide-card .guide-number { margin-bottom:28px; padding:6px 10px; border-radius:5px; background:var(--soft-green); color:var(--green); }
.guide-card h2,.guide-card h3 { margin-bottom:12px; font-size:23px; line-height:1.2; }
.guide-card p { margin-bottom:14px; color:var(--muted); font-size:12px; line-height:1.8; }
.guide-card .text-link { margin-top:auto; }
.guide-card:hover { border-color:#93ad8d; }
.article-layout { display:grid; grid-template-columns:210px minmax(0,1fr); align-items:start; gap:64px; margin-top:10px; }
.article-toc { position:sticky; top:113px; border-top:1px solid var(--line); padding-top:20px; }
.article-toc h2,.article-toc h3 { margin-bottom:15px; font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.article-toc a { display:block; min-height:44px; padding:10px 0; color:var(--muted); font-size:12px; line-height:1.6; }
.article-toc a:hover { color:var(--green); text-decoration:underline; text-underline-offset:4px; }
.prose { min-width:0; max-width:830px; font-size:15px; line-height:1.85; }
.prose h2 { margin:42px 0 17px; padding-top:5px; color:var(--ink); font-size:29px; line-height:1.2; }
.prose h2:first-child { margin-top:0; }
.prose h3 { margin:26px 0 12px; font-size:20px; line-height:1.35; }
.prose p,.prose li { color:#526152; }
.prose strong { color:#2c432e; }
.prose a { color:var(--green); text-decoration:underline; text-underline-offset:3px; overflow-wrap:anywhere; }
.prose ul,.prose ol { padding-left:24px; margin-bottom:24px; }
.prose li { padding-left:4px; margin-bottom:8px; }
.prose blockquote,.article-callout,.callout { margin:25px 0; padding:20px 24px; border-left:3px solid #769762; border-radius:0 7px 7px 0; background:#eaf0e4; color:#435d3c; }
.prose blockquote p:last-child,.article-callout p:last-child,.callout p:last-child { margin-bottom:0; }
.prose table { display:block; width:100%; margin:23px 0; border-collapse:collapse; overflow-x:auto; font-size:13px; }
.prose th,.prose td { min-width:120px; padding:13px 16px; border:1px solid var(--line); text-align:left; vertical-align:top; }
.prose th { background:var(--soft-green); color:#354f31; font-weight:650; }
.prose td { background:white; color:var(--muted); }
.prose img { border-radius:8px; }
.prose details { border-top:1px solid var(--line); padding:15px 0; }
.prose summary { min-height:44px; cursor:pointer; font-weight:650; line-height:1.6; }
.article-meta { display:flex; flex-wrap:wrap; gap:8px 18px; margin-top:20px; color:var(--muted); font-size:11px; }
.article-related { margin-top:38px; padding-top:25px; border-top:1px solid var(--line); }
.article-related h2 { font-size:21px; }
.article-related a { display:block; min-height:44px; padding:10px 0; color:var(--green); font-size:13px; }
.detail-layout { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(0,1fr); align-items:start; gap:54px; margin-top:10px; }
.detail-gallery { display:grid; place-items:center; min-width:0; border:1px solid var(--line); border-radius:var(--radius); background:white; overflow:hidden; }
.detail-gallery img { width:100%; max-height:610px; aspect-ratio:1; padding:28px; object-fit:contain; }
.detail-info { padding:20px 0; min-width:0; }
.detail-info h1 { margin-bottom:22px; font-size:clamp(27px,2.6vw,37px); line-height:1.2; }
.detail-info p { color:var(--muted); font-size:13px; line-height:1.8; }
.detail-info .product-meta,.detail-price { margin:18px 0; }
.detail-info .product-meta strong,.detail-price strong { color:var(--green); font-size:31px; }
.detail-info .product-meta span,.detail-price span { color:var(--muted); font-size:13px; }
.detail-info .button { margin-top:15px; min-height:48px; padding-inline:26px; font-size:13px; }
.detail-info ul { padding-left:18px; color:var(--muted); font-size:13px; line-height:1.85; }
.detail-checklist { margin:24px 0; padding:20px 20px 20px 36px!important; border-radius:8px; background:var(--soft-green); }
.detail-note { margin-top:22px; padding-top:20px; border-top:1px solid var(--line); font-size:12px; }
.search-empty { padding:48px 30px; border:1px solid var(--line); border-radius:8px; background:white; }
.search-empty h2 { font-size:25px; }
.search-empty p { max-width:640px; color:var(--muted); font-size:14px; }
.search-empty .search-hints { margin-top:20px; }
.search-summary { margin:8px 0 22px; color:var(--muted); font-size:12px; }
.search-summary strong { color:var(--green); }
.hero-footnote { margin-top:16px; margin-bottom:0; color:var(--muted); font-size:10px; }
.hero-guide-link { display:inline-flex; align-items:center; min-height:44px; margin-top:8px; color:var(--green); font-size:11px; font-weight:600; }
.hero-guide-link:hover { text-decoration:underline; text-underline-offset:3px; }
.announcement>.container { display:flex; align-items:center; justify-content:center; gap:12px; }
.brand-mark { position:relative; }
.brand-mark>span { position:absolute; right:5px; bottom:6px; font-size:12px; }
@media (min-width:1500px) { .hero { padding-top:65px; } .hero-layout { gap:72px; } }
@media (max-width:1199px) {
.container { width:calc(100% - 48px); }.header-inner { gap:20px; }.main-nav { gap:19px; }.brand-name { font-size:21px; }.header-actions>a { padding-inline:12px; }
.hero-layout { gap:30px; }.hero h1 { font-size:44px; }.product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }.catalog-main .product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }.guide-promo { gap:45px; padding:36px; }.footer-grid { gap:30px; }
}
@media (max-width:1023px) {
.header-inner { min-height:77px; flex-wrap:wrap; gap:0 20px; padding-block:15px; }.header-actions { margin-left:auto; }.js .menu-toggle { display:grid; }
.main-nav { order:3; width:100%; justify-content:center; flex-wrap:wrap; gap:5px 30px; margin-top:13px; padding-top:11px; border-top:1px solid var(--line); }.js .main-nav { display:none; }.js .main-nav.is-open { display:flex; }
.hero { padding-top:38px; }.hero-layout { grid-template-columns:minmax(0,1.2fr) minmax(0,1fr); gap:26px; }.hero h1 { font-size:39px; }.guide-promo { gap:35px; }.guide-intro h2 { font-size:32px; }
.steps { gap:20px; }.about-copy { gap:35px; }.footer-grid { grid-template-columns:1.5fr 1fr 1fr; }.footer-grid>:last-child { grid-column:2 / 4; }.catalog-layout { grid-template-columns:160px minmax(0,1fr); gap:25px; }
.article-layout { grid-template-columns:170px minmax(0,1fr); gap:36px; }.article-toc { top:98px; }.guide-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.detail-layout { gap:30px; }
}
@media (max-width:767px) {
html { scroll-padding-top:100px; }.container { width:calc(100% - 36px); }.announcement { min-height:44px; padding:7px 44px 7px 16px; font-size:10px; line-height:1.4; }.announcement button { right:5px; width:44px; height:44px; }
.header-inner { min-height:74px; padding-block:13px; gap:0 13px; }.brand-mark { width:34px; height:37px; border-radius:9px 9px 9px 3px; font-size:22px; }.brand { gap:8px; }.brand-name { font-size:21px; }.brand-caption { font-size:8px; letter-spacing:.12em; }.header-actions { gap:8px; }.header-actions>a { min-height:44px; padding:9px 11px; font-size:10px; }.menu-toggle { min-width:44px; width:44px; height:44px; }.header-actions>span { display:none; }
.main-nav { justify-content:flex-start; gap:4px 25px; padding-bottom:2px; }.main-nav a { font-size:13px; }
.hero { padding:33px 0 24px; }.hero-layout { grid-template-columns:1fr; gap:25px; }.hero .eyebrow { margin-bottom:14px; font-size:9px; }.hero h1 { max-width:520px; margin-bottom:17px; font-size:clamp(34px,6.9vw,46px); }.hero-lede { max-width:560px; margin-bottom:23px; font-size:13px; line-height:1.7; }
.hero-search,.search-form { gap:7px; padding-left:12px; }.hero-search form { gap:7px; }.hero-search input,.search-form input { height:43px; font-size:12px; }.hero-search button,.search-form button { padding-inline:14px; }
.category-strip { gap:8px; padding-top:0; padding-bottom:24px; }.category-chip { min-height:44px; padding:9px 13px; font-size:11px; }.section { padding-top:34px; padding-bottom:10px; }.section-heading { align-items:flex-end; gap:16px; margin-bottom:20px; }.section-heading .eyebrow { margin-bottom:6px; font-size:9px; }.section-heading h2 { font-size:25px; }.section-heading p { font-size:12px; }.section-heading>.text-link { font-size:10px; white-space:nowrap; gap:7px; }
.product-grid,.catalog-main .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px 12px; }.product-image { aspect-ratio:1 / 1.08; border-radius:7px; }.product-image img { padding:9px; }.product-badge { top:8px; left:8px; max-width:calc(100% - 16px); font-size:7px; }.product-body { padding-top:11px; }.product-category { font-size:8px; }.product-title { min-height:38px; font-size:12px; }.product-meta { gap:1px 6px; margin-top:7px; }.product-meta strong { font-size:14px; }.product-meta span { font-size:9px; }.product-link { margin-top:5px; font-size:10px; }
.guide-promo { grid-template-columns:1fr; gap:30px; margin-top:32px; padding:28px; }.guide-intro h2 { max-width:420px; font-size:32px; }.guide-intro p { max-width:500px; font-size:12px; }.guide-intro .button { margin-top:7px; }.guide-list>a { gap:12px; padding-block:18px; }.guide-list h3 { font-size:15px; }.guide-list p { font-size:11px; }
.steps { grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px 22px; margin-top:23px; }.step-number { margin-bottom:20px; }.step h3 { font-size:16px; }.step p { font-size:11px; }.about-copy { grid-template-columns:1fr; gap:2px; padding-top:25px; }.about-copy h2 { margin-bottom:18px; font-size:25px; }.about-copy p { font-size:12px; }.faq-list summary { min-height:64px; font-size:13px; }.faq-list details>p,.faq-list details>div { font-size:12px; }
.news-grid { grid-template-columns:1fr; gap:25px; }.news-card { padding-top:20px; }.news-card h3 { font-size:21px; }.news-card p { margin-bottom:5px; }
.site-footer { margin-top:45px; padding-top:33px; }.footer-grid { grid-template-columns:1fr 1fr; gap:27px 25px; }.footer-grid>:first-child { grid-column:1 / -1; }.footer-grid>:last-child { grid-column:auto; }.footer-grid p { max-width:420px; }.footer-grid h3 { font-size:10px; }.footer-grid>div>a:not(.brand),.footer-grid li a { min-height:44px; font-size:11px; }.footer-bottom { margin-top:23px; padding-right:40px; font-size:9px; }
.social-dock { right:14px; bottom:16px; gap:8px; }.social-toggle { width:46px; height:46px; }.back-to-top { width:44px; height:44px; }.social-links a { font-size:11px; }.preview-note { padding:8px 16px; font-size:10px; }
.breadcrumbs { gap:7px; padding-top:19px; padding-bottom:16px; font-size:10px; }.page-hero { padding-top:13px; padding-bottom:25px; }.page-hero h1,.page-title { font-size:32px; }.page-hero p { font-size:13px; }
.catalog-layout { display:block; padding-top:0; }.filters { margin-bottom:21px; padding-top:15px; }.filters h2,.filters h3 { margin-bottom:9px; font-size:10px; }.filter-links { flex-direction:row; gap:6px; max-width:100%; margin-bottom:15px; padding-bottom:5px; overflow-x:auto; }.filter-links a { flex:0 0 auto; min-height:44px; padding:9px 12px; border:1px solid var(--line); font-size:11px; white-space:nowrap; }.filter-guide { display:block; font-size:11px; padding:12px 15px; }.catalog-toolbar { gap:10px; margin-bottom:19px; font-size:11px; }.catalog-toolbar form { gap:6px; }.catalog-toolbar select { padding-left:10px; padding-right:22px; font-size:11px; }
.pagination { gap:5px; margin-top:30px; }.pagination a,.pagination>span { min-width:44px; padding:9px 11px; font-size:11px; }.guide-grid { grid-template-columns:1fr; gap:15px; }.guide-card { padding:25px; }.guide-card .guide-number { margin-bottom:21px; }.guide-card h2,.guide-card h3 { font-size:23px; }
.article-layout { display:block; margin-top:0; }.article-toc { position:static; margin-bottom:30px; padding:20px; border:1px solid var(--line); border-radius:8px; background:#edf2e7; }.article-toc h2,.article-toc h3 { margin-bottom:10px; }.article-toc a { min-height:44px; padding-block:8px; font-size:12px; }.prose { font-size:14px; line-height:1.85; }.prose h2 { margin-top:32px; font-size:25px; }.prose h3 { font-size:19px; }.prose blockquote,.article-callout,.callout { padding:18px; }.prose th,.prose td { min-width:112px; padding:12px; font-size:12px; }.article-meta { margin-top:17px; font-size:10px; }
.detail-layout { grid-template-columns:1fr; gap:20px; }.detail-gallery img { max-height:470px; padding:22px; }.detail-info { padding-top:4px; }.detail-info h1 { font-size:28px; }.detail-info .button { width:100%; }.search-empty { padding:30px 22px; }.search-empty h2 { font-size:23px; }.search-empty p { font-size:12px; }
}
@media (max-width:399px) {
.container { width:calc(100% - 30px); }.header-actions>a { padding-inline:9px; font-size:9px; }.brand-name { font-size:19px; }.brand-mark { width:31px; height:35px; }.header-actions { gap:6px; }.hero h1 { font-size:35px; }.hero-search button,.search-form button { padding-inline:12px; }.section-heading h2 { font-size:23px; }.guide-promo { padding:25px; }.guide-intro h2 { font-size:29px; }.catalog-toolbar form label { font-size:10px; }
}
@media (prefers-reduced-motion:reduce) {
html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
}
@media print {
.announcement,.header-actions,.main-nav,.social-dock,.preview-note,.article-toc,.site-footer { display:none!important; } body { background:white; }.site-header { position:static; }.container { width:100%; }.article-layout { display:block; }.prose { max-width:none; } a { color:inherit; }
}
/* Featured product is a complete linked card; guide link sits beneath it. */
.hero-aside { display:flex; flex-direction:column; align-items:stretch; min-height:0; background:transparent; overflow:visible; }
.feature-product { display:block; padding:20px; border-radius:12px; background:#e9eede; }
.feature-product>.tag { position:absolute; top:20px; left:20px; z-index:2; background:rgb(255 255 255 / 85%); font-size:8px; letter-spacing:.09em; }
.feature-product>img { width:100%; height:260px; max-height:none; padding:10px 20px; object-fit:contain; aspect-ratio:auto; }
.feature-copy { display:flex; align-items:flex-end; justify-content:space-between; gap:15px; padding:15px 0 0; border-top:1px solid rgb(77 103 57 / 20%); }
.feature-copy>div { min-width:0; }
.feature-copy>div>span { color:#54694a; font-size:9px; letter-spacing:.08em; text-transform:uppercase; }
.feature-copy h2 { margin:5px 0 0; font-size:18px; line-height:1.3; }
.feature-copy>strong { flex:0 0 auto; color:var(--green); font-size:20px; }
.hero-guide-link { display:grid; grid-template-columns:1fr auto; gap:6px 16px; margin:12px 0 0; padding:16px 19px; min-height:75px; border:1px solid var(--line); border-radius:8px; background:white; }
.hero-guide-link>span:first-child { grid-column:1 / -1; color:var(--muted); font-size:8px; letter-spacing:.12em; }
.hero-guide-link strong { font-size:12px; letter-spacing:-.015em; }
.hero-guide-link>span:last-child { font-size:9px; font-weight:500; }
.hero-footnote { display:flex; align-items:center; flex-wrap:wrap; gap:8px 16px; }
.hero-footnote>span+span { padding-left:16px; border-left:1px solid #cbd7c5; }
.hero-footnote>a { min-height:32px; display:inline-flex; align-items:center; color:var(--green); }
.header-actions>span { color:var(--muted); font-size:10px; white-space:nowrap; }
.step>.guide-number { display:block; margin-bottom:25px; color:var(--green); font-weight:700; }
.filter-guide { display:block; color:var(--green); font-size:11px; line-height:1.8; }
.detail-price { color:var(--green)!important; font-size:30px!important; font-weight:750; }
.detail-checklist { padding:20px!important; }
.detail-checklist h2 { margin-bottom:12px; font-size:17px; }
.detail-checklist ul { margin:0; }
.social-toggle { display:flex; align-items:center; justify-content:center; width:48px; min-width:48px; min-height:48px; height:48px; padding:0; border-radius:50%; }

body>.back-to-top { position:fixed; right:28px; bottom:85px; z-index:40; }
.announcement>.container { width:100%; flex-wrap:wrap; gap:4px 24px; }
@media (max-width:1023px) { .feature-product>img { height:238px; }.feature-copy h2 { font-size:15px; }.feature-copy>strong { font-size:17px; }.hero-guide-link { grid-template-columns:1fr; } }
@media (max-width:767px) {
.announcement>.container { justify-content:flex-start; column-gap:13px; }.announcement a { min-height:20px; }
.feature-product { padding:18px; }.feature-product>img { height:250px; padding:10px 20px; }.feature-copy h2 { font-size:18px; }.feature-copy>strong { font-size:20px; }.hero-guide-link { grid-template-columns:1fr; padding:15px 18px; }.hero-guide-link strong { font-size:13px; }.hero-guide-link>span:last-child { font-size:11px; }.hero-footnote { gap:5px 11px; font-size:9px; }.hero-footnote>span+span { padding-left:11px; }
.social-toggle { min-width:46px; width:46px; height:46px; min-height:46px; justify-content:center; padding:0; } body>.back-to-top { right:15px; bottom:73px; }.step>.guide-number { margin-bottom:20px; }
}
.agent-links { display:flex; flex-wrap:wrap; align-items:center; gap:10px; }
@media (min-width:1280px) { .category-strip { gap:8px; }.category-strip .category-chip { padding-inline:12px; font-size:11px; } }
@media (min-width:768px) and (max-width:1279px) { .category-strip { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); }.category-strip .category-chip { padding-inline:7px; font-size:10px; } }
.announcement { min-height:44px; }
.announcement button { min-width:44px; min-height:44px; }
.prose a.button { color:white; text-decoration:none; }
.article-related .guide-card { display:flex; }
/* Read the price before choosing buying options. */
.detail-info .detail-price { font-size:32px; font-weight:700; line-height:1.2; color:var(--green); }
/* User-supplied artwork retains its original composition. */
.hero--artwork { position:relative; isolation:isolate; min-height:550px; padding:48px 0 42px; margin-bottom:24px; background:#ffddc8; overflow:hidden; }
.hero--artwork .hero-artwork { position:absolute; z-index:-2; inset:0; width:100%; height:100%; object-fit:cover; object-position:60% center; }
.hero--artwork::before { content:''; position:absolute; z-index:-1; inset:0; background:linear-gradient(90deg,rgba(255,239,225,.88) 0%,rgba(255,237,222,.78) 30%,rgba(255,234,216,.16) 53%,transparent 68%); }
.hero--artwork .hero-layout { display:block; }
.hero--artwork .hero-copy { width:46%; max-width:565px; }
.hero--artwork h1 { font-size:clamp(42px,3.65vw,56px); }
.hero--artwork .hero-lede { max-width:470px; color:#43554a; }
.hero--artwork .hero-footnote { color:#465e4f; }
.hero--artwork .hero-footnote>a { min-height:44px; font-weight:650; }
.tutorial-heading { padding-bottom:30px; }
.tutorial-heading h1 { max-width:950px; font-size:clamp(34px,3.6vw,52px); }
.tutorial-heading>p { max-width:900px; }
.tutorial-meta { display:flex; flex-wrap:wrap; align-items:center; gap:4px 22px; margin-top:22px; font-size:12px; }
.tutorial-meta>span { padding:8px 0; color:var(--muted); }
.tutorial-meta a { display:inline-flex; align-items:center; min-height:44px; color:var(--green); text-decoration:underline; text-underline-offset:4px; }
.tutorial-video { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); border:1px solid var(--line); border-radius:12px; background:white; overflow:hidden; }
.video-copy { align-self:center; padding:38px 42px; }
.video-copy h2 { max-width:360px; font-size:36px; }
.video-copy p { max-width:370px; color:var(--muted); font-size:14px; line-height:1.8; }
.video-player { aspect-ratio:16 / 9; min-height:290px; background:#143d2d; }
.video-launch { display:flex; height:100%; min-height:inherit; flex-direction:column; align-items:center; justify-content:center; gap:15px; padding:24px; color:#fff; text-align:center; background:radial-gradient(ellipse at 50% 20%,#346848,transparent 75%); }
.video-launch strong { font-size:23px; letter-spacing:-.025em; }
.video-launch>span:last-child { color:#d6e7da; font-size:12px; }
.video-play-icon { display:grid; place-items:center; width:66px; height:66px; padding-left:4px; border:1px solid #bed997; border-radius:50%; background:var(--leaf); color:var(--green); font-size:24px; transition:transform .18s; }
.video-launch:hover .video-play-icon { transform:scale(1.07); }
.video-player iframe { width:100%; height:100%; min-height:inherit; border:0; display:block; }
.tutorial-note { margin-top:22px; padding:17px 22px; border-left:3px solid #88a16b; background:#edf1e7; color:#52634d; font-size:12px; line-height:1.8; }
.tutorial-note strong { color:var(--ink); }
.tutorial-layout { display:grid; grid-template-columns:225px minmax(0,1fr); gap:58px; align-items:start; margin-top:55px; }
.tutorial-nav { position:sticky; top:110px; padding-right:20px; border-right:1px solid var(--line); }
.tutorial-nav h2 { font-size:18px; margin-bottom:12px; }
.tutorial-nav>a { display:flex; gap:10px; align-items:baseline; min-height:44px; padding:10px 0; font-size:12px; line-height:1.55; color:#405747; }
.tutorial-nav>a:hover { color:var(--green); text-decoration:underline; text-underline-offset:4px; }
.tutorial-nav>a>span { flex:0 0 20px; color:#728168; font-size:11px; font-variant-numeric:tabular-nums; }
.tutorial-nav .tutorial-nav-video { font-weight:650; }
.tutorial-nav-phase { margin:22px 0 3px; color:var(--muted); font-size:9px; letter-spacing:.1em; font-weight:700; }
.tutorial-help { margin-top:17px; border-top:1px solid var(--line); }
.tutorial-steps { min-width:0; max-width:none; }
.tutorial-phase { margin-bottom:28px; }
.tutorial-phase .eyebrow { margin-bottom:9px; }
.tutorial-steps .tutorial-phase h2 { margin:0; font-size:32px; }
.tutorial-phase:not(:first-child) { margin-top:58px; }
.tutorial-step { padding:30px 0 38px; border-top:1px solid var(--line); scroll-margin-top:20px; }
.tutorial-step-heading { display:flex; gap:18px; align-items:flex-start; margin-bottom:20px; }
.tutorial-step-number { display:grid; place-items:center; flex:0 0 48px; height:48px; border-radius:8px; background:var(--green); color:var(--leaf); font-size:18px; font-weight:700; }
.tutorial-step-heading .eyebrow { margin-bottom:6px; font-size:9px; }
.tutorial-steps .tutorial-step-heading h2 { margin:0; font-size:28px; }
.tutorial-step-copy { max-width:790px; color:#405047; font-size:15px; line-height:1.85; }
.tutorial-step-copy p { margin:0 0 14px; }
.tutorial-gallery { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; margin-top:25px; }
.tutorial-figure { min-width:0; margin:0; }
.tutorial-figure:last-child:nth-child(odd) { grid-column:1 / -1; }
.prose a.tutorial-image-link { display:block; position:relative; padding:8px; border:1px solid #dce3d9; border-radius:9px; background:#fff; overflow:hidden; }
.tutorial-image-link img { width:100%; height:auto; max-height:550px; object-fit:contain; }
.tutorial-image-link:hover { border-color:var(--green); }
.image-enlarge { position:absolute; right:10px; bottom:10px; display:inline-flex; align-items:center; min-height:32px; padding:5px 9px; border:1px solid var(--line); border-radius:5px; background:rgba(255,255,255,.96); color:var(--green); font-size:10px; font-weight:650; box-shadow:0 2px 8px #0000000a; }
.tutorial-figure figcaption { padding:10px 2px 0; color:var(--muted); font-size:12px; line-height:1.7; }
.tutorial-finish { margin-top:20px; padding:30px; border-radius:10px; background:var(--soft-green); }
.tutorial-steps .tutorial-finish h2 { margin:0 0 15px; font-size:28px; }
.tutorial-finish p { color:var(--muted); font-size:14px; }
.tutorial-actions { display:flex; align-items:center; gap:12px 22px; flex-wrap:wrap; }
.tutorial-actions a.text-link { font-size:12px; }
.tutorial-sources { padding-top:20px; }
.tutorial-steps .tutorial-sources h2 { font-size:20px; }
.tutorial-sources a { display:block; width:fit-content; min-height:44px; font-size:13px; }
.guide-image-dialog { width:min(1200px,calc(100% - 32px)); max-width:none; max-height:92dvh; padding:0; border:1px solid var(--line); border-radius:12px; color:var(--ink); background:#fff; box-shadow:0 22px 90px #0006; }
.guide-image-dialog::backdrop { background:rgba(17,29,23,.76); }
.guide-dialog-toolbar { display:flex; justify-content:space-between; align-items:center; gap:15px; padding:8px 12px 8px 20px; border-bottom:1px solid var(--line); font-size:12px; font-weight:650; }
.guide-dialog-toolbar button { width:44px; height:44px; flex:0 0 44px; border:1px solid var(--line); border-radius:6px; background:var(--page); font-size:24px; }
.guide-dialog-image { max-height:calc(92dvh - 145px); overflow:auto; padding:15px; background:#f4f6f2; }
.guide-dialog-image img { width:100%; max-height:calc(92dvh - 177px); object-fit:contain; }
.guide-dialog-footer { display:flex; justify-content:space-between; align-items:center; gap:10px 20px; padding:12px 20px; }
.guide-dialog-footer p { margin:0; max-width:75%; color:var(--muted); font-size:12px; line-height:1.6; }
.guide-dialog-footer a { display:inline-flex; align-items:center; min-height:44px; flex-shrink:0; font-size:12px; color:var(--green); text-decoration:underline; }
body.guide-dialog-open { overflow:hidden; }
.guide-card-feature { display:block; margin:0 0 15px; color:var(--green); font-size:10px; font-weight:650; }
@media (min-width:1700px) {
.hero--artwork { min-height:590px; padding-top:65px; }
.hero--artwork .hero-copy { width:44%; }
}
@media (max-width:1199px) and (min-width:768px) {
.hero--artwork { min-height:530px; }
.hero--artwork .hero-copy { width:49%; }
.hero--artwork .hero-artwork { object-position:60% center; }
.hero--artwork h1 { font-size:44px; }
.hero--artwork::before { background:linear-gradient(90deg,#ffefE1ed 0%,#ffe9d7d6 37%,#ffe9d730 63%,transparent 90%); }
.tutorial-layout { grid-template-columns:190px minmax(0,1fr); gap:32px; }
.video-copy { padding:28px; }.video-copy h2 { font-size:29px; }
.video-player { min-height:270px; }
.tutorial-nav { top:98px; }
}
@media (max-width:767px) {
.hero--artwork { display:block; padding:34px 0 26px; min-height:0; margin-bottom:22px; background:#ffddc8; }
.hero--artwork::before { display:block; background:linear-gradient(90deg,rgba(255,239,225,.91),rgba(255,239,225,.76) 60%,rgba(255,239,225,.60)); }
.hero--artwork .hero-layout { position:relative; }
.hero--artwork .hero-copy { width:100%; max-width:560px; }
.hero--artwork h1 { font-size:39px; }
.hero--artwork .hero-lede { font-size:13px; margin-bottom:20px; }
.hero--artwork .hero-artwork { position:absolute; z-index:-2; inset:0; width:100%; height:100%; margin:0; object-fit:cover; object-position:74% center; filter:blur(1.4px); transform:scale(1.015); }
.hero--artwork .hero-footnote { margin-top:8px; }
.tutorial-heading { padding-bottom:22px; }
.tutorial-heading h1 { font-size:33px; line-height:1.13; }
.tutorial-meta { gap:0 18px; margin-top:13px; font-size:11px; }
.tutorial-meta a:last-child { flex-basis:100%; }
.tutorial-video { display:flex; flex-direction:column; }
.video-copy { padding:25px; }
.video-copy .eyebrow { margin-bottom:10px; }
.video-copy h2 { margin-bottom:14px; font-size:28px; }
.video-copy p { max-width:none; font-size:13px; margin-bottom:5px; }
.video-player { width:100%; min-height:220px; }
.video-launch { gap:12px; }.video-launch strong { font-size:21px; }.video-play-icon { width:56px; height:56px; font-size:21px; }
.tutorial-note { padding:15px 18px; font-size:11px; }
.tutorial-note strong { display:block; margin-bottom:5px; }
.tutorial-layout { display:block; margin-top:27px; }
.tutorial-nav { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 18px; position:static; padding:20px; margin-bottom:34px; border:1px solid var(--line); border-radius:9px; background:#edf1e7; }
.tutorial-nav h2,.tutorial-nav-phase,.tutorial-nav-video,.tutorial-help { grid-column:1 / -1; }
.tutorial-nav-phase { margin-top:13px; }
.tutorial-nav>a { font-size:11px; gap:6px; }
.tutorial-nav>a>span { flex-basis:16px; }
.tutorial-help { margin-top:12px; }
.tutorial-phase { margin-bottom:21px; }
.tutorial-steps .tutorial-phase h2 { font-size:27px; }
.tutorial-phase:not(:first-child) { margin-top:32px; }
.tutorial-step { padding:24px 0 28px; }
.tutorial-step-heading { gap:13px; margin-bottom:17px; }
.tutorial-step-number { flex-basis:40px; height:40px; font-size:16px; }
.tutorial-steps .tutorial-step-heading h2 { font-size:24px; }
.tutorial-step-copy { font-size:14px; line-height:1.8; }
.tutorial-gallery { grid-template-columns:1fr; gap:20px; margin-top:20px; }
.tutorial-figure figcaption { font-size:12px; padding-top:8px; }
.image-enlarge { font-size:9px; }
.tutorial-finish { padding:24px; margin-top:8px; }
.tutorial-steps .tutorial-finish h2 { font-size:26px; }
.tutorial-actions { gap:8px; }
.guide-image-dialog { width:calc(100% - 20px); max-height:94dvh; }
.guide-dialog-toolbar { padding-left:14px; }
.guide-dialog-image { padding:7px; max-height:calc(94dvh - 190px); }
.guide-dialog-image img { max-height:calc(94dvh - 210px); }
.guide-dialog-footer { align-items:flex-start; flex-direction:column; gap:3px; padding:12px 14px; }
.guide-dialog-footer p { max-width:none; }
}
@media (max-width:399px) {
.hero--artwork h1 { font-size:36px; }

.tutorial-heading h1 { font-size:30px; }
.tutorial-nav { gap:0 14px; padding:17px; }
}
@media print {
.tutorial-layout { display:block; }.tutorial-nav,.tutorial-video,.tutorial-meta,.image-enlarge { display:none!important; }.tutorial-step { break-inside:avoid; }.tutorial-gallery { grid-template-columns:1fr; }.hero--artwork .hero-artwork { position:static; }.hero--artwork .hero-copy { width:100%; }
}
@media (min-width:768px) {
.tutorial-nav { max-height:calc(100dvh - 132px); overflow-y:auto; scrollbar-width:thin; }
}

/* Official wordmark supplied by the user, with the site descriptor. */
.brand { gap:10px; }
.brand-wordmark { display:block; width:200px; height:37px; object-fit:contain; }
.brand-spreadsheet { color:#333; font-size:24px; font-weight:650; letter-spacing:-.035em; line-height:1.15; }
.hero .hero-brand { color:#267c46; font-size:14px; text-transform:none; letter-spacing:0; }
.hero .hero-brand::before { display:none; }
@media (min-width:1024px) and (max-width:1199px) {
.brand-wordmark { width:175px; height:auto; }.brand-spreadsheet { font-size:21px; }.header-inner { gap:18px; }.main-nav { gap:18px; }
}
@media (max-width:767px) {
.brand { flex-direction:column; align-items:center; gap:3px; }.brand-wordmark { width:150px; height:auto; }.brand-spreadsheet { font-size:14px; letter-spacing:0; }.header-inner { gap:0 10px; }.hero .hero-brand { font-size:13px; }
.site-footer .brand { align-items:flex-start; }
}

/* SEO_INHERITANCE_PATCH: icon category strip, news, channel, video, sitemap */
.category-strip { display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); gap:8px; padding-top:6px; padding-bottom:28px; }
.category-strip .category-chip { flex-direction:column; gap:7px; min-height:68px; padding:10px 4px 9px; font-size:11px; font-weight:600; line-height:1.2; text-align:center; }
.category-strip .category-chip svg { width:22px; height:22px; color:var(--green); transition:color .15s; }
.category-strip .category-chip:hover svg,.category-strip .category-chip.active svg { color:white; }
.category-strip .category-chip span { opacity:1; font-size:11px; }
.tips-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin:4px 0 32px; }
.tip { padding:20px; border:1px solid var(--line); border-radius:var(--radius); background:var(--paper); }
.tip h3 { margin-bottom:8px; font-size:15px; }
.tip p { margin:0; color:var(--muted); font-size:12px; line-height:1.7; }
.channel-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(170px,1fr)); gap:14px; }
.channel-card { display:flex; flex-direction:column; align-items:center; gap:10px; padding:20px 14px 14px; border:1px solid var(--line); border-radius:var(--radius); background:var(--paper); text-align:center; transition:border-color .15s; }
.channel-card:hover { border-color:var(--green); }
.channel-card img { width:64px; height:64px; object-fit:contain; }
.channel-card h3 { margin:0; font-size:15px; }
.channel-card .text-link { min-height:auto; }
.channel-intro { display:grid; grid-template-columns:auto 1fr; gap:24px; align-items:start; padding:24px; border:1px solid var(--line); border-radius:var(--radius); background:var(--paper); }
.channel-intro img { width:96px; height:96px; object-fit:contain; }
.channel-intro p { font-size:14px; line-height:1.7; }
.tutorial-buttons { display:flex; flex-wrap:wrap; gap:12px; }
.news-list { display:grid; gap:14px; }
.news-item { display:grid; grid-template-columns:140px 1fr; gap:18px; padding:16px; border:1px solid var(--line); border-radius:var(--radius); background:var(--paper); }
.news-item > a { display:block; min-height:1px; }
.news-item--text { grid-template-columns:1fr; }
.news-item--text > a { display:none; }
.news-item img { width:140px; height:96px; object-fit:cover; border-radius:6px; background:var(--soft-green); }
.news-item .eyebrow { margin-bottom:6px; }
.news-item h2 { margin-bottom:6px; font-size:16px; }
.news-item h2 a:hover { color:var(--green); }
.news-item p { margin:0; color:var(--muted); font-size:12px; line-height:1.6; }
.news-body img { max-width:100%; height:auto; margin:12px 0; border-radius:6px; }
.news-body p { overflow-wrap:anywhere; }
.article-nav { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:32px; padding-top:20px; border-top:1px solid var(--line); }
.article-nav a { display:block; padding:14px; border:1px solid var(--line); border-radius:var(--radius); font-size:13px; line-height:1.4; }
.article-nav a[href]:hover { border-color:var(--green); }
.article-nav a span { display:block; margin-bottom:6px; color:var(--muted); font-size:10px; letter-spacing:.1em; text-transform:uppercase; }
.article-nav a.next { text-align:right; }
.video-notice { margin:4px 0 20px; padding:20px 22px; border:1px solid var(--line); border-left:4px solid var(--green); border-radius:var(--radius); background:var(--paper); }
.video-notice p { margin:8px 0 0; color:var(--muted); font-size:13px; line-height:1.7; }
.video-embed { position:relative; aspect-ratio:16/9; margin:4px 0 20px; border-radius:var(--radius); overflow:hidden; background:#000; }
.video-embed iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.video-meta { display:flex; flex-wrap:wrap; gap:18px; margin-bottom:20px; color:var(--muted); font-size:13px; }
.sitemap-list { columns:2; column-gap:40px; font-size:13px; }
.sitemap-list a { display:block; padding:6px 0; border-bottom:1px solid var(--line); overflow-wrap:anywhere; }
.pagination span { margin-right:auto; color:var(--muted); font-size:12px; }
@media (max-width:1100px) { .category-strip { grid-template-columns:repeat(6,minmax(0,1fr)); } }
@media (max-width:900px) { .tips-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .news-item { grid-template-columns:1fr; } .news-item img { width:100%; height:160px; } .channel-intro { grid-template-columns:1fr; } .article-nav { grid-template-columns:1fr; } .sitemap-list { columns:1; } }
@media (max-width:600px) { .category-strip { grid-template-columns:repeat(4,minmax(0,1fr)); gap:6px; padding-bottom:22px; } .category-strip .category-chip { min-height:62px; font-size:10px; } .tips-grid { grid-template-columns:1fr; } }

/* RESTORE_MODULES_PATCH: favicon platform chips, news card additions */
.agent-links .agent-chip { gap:9px; padding-left:14px; }
.agent-links .agent-chip img { width:20px; height:20px; border-radius:4px; object-fit:contain; flex:0 0 auto; }
.news-card-thumb { display:block; margin:-4px 0 14px; border-radius:8px; overflow:hidden; background:var(--soft-green); }
.news-card-thumb img { width:100%; height:150px; object-fit:cover; }
.news-card-excerpt { margin:0 0 12px; color:var(--muted); font-size:12px; line-height:1.6; }

/* ABOUT_IMAGE_PATCH: why-choose module = copy left, illustration right */
.about-copy { grid-template-columns:minmax(0,1.3fr) minmax(0,1fr); gap:48px; align-items:start; }  /* copy top-aligned, 2:1 figure roughly the copy's height */
.about-text .eyebrow { margin-bottom:10px; }
.about-text h2 { margin-bottom:16px; }
.about-text p:last-child { margin-bottom:0; }
.about-figure { margin:0; border-radius:var(--radius); overflow:hidden; background:var(--soft-green); box-shadow:var(--shadow); }
.about-figure img { display:block; width:100%; height:auto; }
@media (max-width:1100px) { .about-copy { gap:32px; } }
@media (max-width:767px) { .about-copy { grid-template-columns:1fr; gap:20px; } .about-figure { order:2; } }

/* GUIDE_RELATED_CARD_FIX: `.article-related a` (meant for the sidebar link list) was stripping the padding, colour and
   font size of the "More useful guides" cards at the bottom of every guide page. */
.article-related a.guide-card { min-height:0; padding:27px; color:var(--ink); font-size:inherit; }
.article-related .guide-card .text-link { display:inline-flex; min-height:44px; padding:0; }
@media (max-width:767px) { .article-related a.guide-card { padding:25px; } }

/* GUIDE_CARD_UNIFORM: every guide card the same height, tighter spacing (title 2 lines, summary 3 lines, feature label
   sits on the chip row instead of adding a line) */
.guide-grid { align-items:stretch; }
.guide-card,.article-related a.guide-card { position:relative; padding:22px 24px 20px; }
.guide-card .guide-number { margin-bottom:16px; }
.guide-card-feature { position:absolute; top:24px; right:24px; margin:0; }
.guide-card h2,.guide-card h3 { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; min-height:2.4em; margin-bottom:10px; font-size:21px; line-height:1.2; overflow:hidden; }
.guide-card p { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; min-height:5.4em; margin-bottom:12px; overflow:hidden; }
.guide-card .text-link { margin-top:auto; }
@media (max-width:767px) { .guide-card,.article-related a.guide-card { padding:20px; } .guide-card h2,.guide-card h3 { min-height:0; } .guide-card p { min-height:0; } .guide-card-feature { position:static; margin:0 0 10px; } }

/* ABOUT_SPACING_FIX: "Why choose" uses the same module spacing as every other section (no tighter border-top block) */
.steps { padding-bottom:0; }
.about-copy { padding-top:48px; border-top:0; }
@media (max-width:767px) { .about-copy { padding-top:34px; } }
