:root{
  --bg:#fbf7f3;
  --surface:#fffdfb;
  --surface-2:#f7eee8;
  --blush:#e8c8bd;
  --blush-2:#d9afa3;
  --taupe:#9a776d;
  --brown:#4f342e;
  --brown-soft:#76574f;
  --line:#eadbd4;
  --shadow:0 8px 24px rgba(76,49,40,.08);
  --shadow-soft:0 4px 14px rgba(76,49,40,.07);
  --radius:16px;
  --content:1220px;
  --header-h:58px;
  --serif:Georgia,"Times New Roman",serif;
  --sans:Inter,Arial,"Helvetica Neue",sans-serif;
  --script:"Segoe Script","Brush Script MT",cursive;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--brown);font-family:var(--sans);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
button{color:inherit}
.skip-link{position:fixed;left:10px;top:-50px;z-index:9999;background:#fff;padding:10px 14px;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{top:10px}

.site-header{height:var(--header-h);background:rgba(255,253,251,.97);border-bottom:1px solid rgba(120,82,70,.08);position:sticky;top:0;z-index:80;backdrop-filter:blur(12px)}
.header-inner{width:min(100% - 42px,1320px);height:100%;margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}
.brand{font-family:var(--serif);font-weight:700;font-size:26px;white-space:nowrap;letter-spacing:-.03em}
.desktop-nav{justify-self:center;display:flex;align-items:center;gap:26px;font-size:13px;color:#3f2c27;white-space:nowrap}
.desktop-nav a{position:relative;padding:20px 0 16px}
.desktop-nav a::after{content:"";position:absolute;left:0;right:0;bottom:10px;height:2px;border-radius:2px;background:var(--blush-2);transform:scaleX(0);transition:.2s}
.desktop-nav a:hover::after,.desktop-nav a:focus-visible::after{transform:scaleX(1)}
.icon-button{width:38px;height:38px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;cursor:pointer}
.icon-button:hover{background:var(--surface-2)}
.search-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.menu-button{display:none;gap:4px;padding:9px}
.menu-button span{width:18px;height:1.6px;background:currentColor;border-radius:2px;display:block}

.mobile-drawer{position:fixed;inset:0 auto 0 0;width:min(82vw,330px);background:var(--surface);z-index:120;transform:translateX(-105%);transition:transform .25s ease;box-shadow:20px 0 50px rgba(67,44,36,.18);padding:18px 22px}
.mobile-drawer.open{transform:translateX(0)}
.drawer-head{display:flex;align-items:center;justify-content:space-between;font-family:var(--serif);font-size:24px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.drawer-close,.search-close{border:0;background:transparent;font-size:32px;line-height:1;cursor:pointer}
.mobile-drawer nav{display:flex;flex-direction:column;padding-top:14px}
.mobile-drawer nav a{padding:12px 2px;border-bottom:1px solid rgba(230,215,207,.7);font-size:15px}
.drawer-backdrop{position:fixed;inset:0;background:rgba(44,31,27,.28);backdrop-filter:blur(2px);z-index:110}

.search-panel{position:fixed;z-index:105;top:var(--header-h);left:0;right:0;background:rgba(255,253,251,.985);box-shadow:0 18px 30px rgba(64,40,32,.12);transform:translateY(-130%);transition:.22s ease;padding:18px 20px 22px}
.search-panel.open{transform:translateY(0)}
.search-form{width:min(100%,760px);margin:auto}
.search-form label{font-family:var(--serif);font-size:20px;display:block;margin-bottom:8px}
.search-row{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:999px;padding:0 10px 0 18px}
.search-row input{flex:1;border:0;background:transparent;padding:12px 0;outline:0;color:var(--brown)}
.search-close{font-size:25px;width:34px;height:34px}
.search-results{font-size:13px;padding:8px 6px 0;color:var(--brown-soft);min-height:18px}
.search-results a{display:inline-block;margin:6px 8px 0 0;padding:7px 10px;background:var(--surface-2);border-radius:999px}

.hero{height:432px;position:relative;background-image:url('../assets/hero/hero-desktop.webp');background-size:cover;background-position:center;overflow:hidden;border-bottom:1px solid rgba(104,71,60,.1)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,242,232,.03),rgba(255,246,239,.16) 32%,rgba(255,246,239,.28) 50%,rgba(255,246,239,.12) 68%,rgba(255,242,232,.03))}
.hero-copy{position:absolute;inset:64px 0 auto;display:flex;align-items:center;flex-direction:column;text-align:center;z-index:2;color:#51342e}
.hero h1{margin:0;font-family:var(--serif);font-size:clamp(58px,5.6vw,88px);line-height:.98;letter-spacing:-.055em;font-weight:700;text-shadow:0 2px 10px rgba(255,255,255,.58)}
.hero-subtitle{font-size:24px;line-height:1.28;margin:18px 0 10px;font-weight:500;text-shadow:0 1px 8px rgba(255,255,255,.8)}
.hero-tagline{font-family:var(--script);font-size:26px;margin:0;transform:none;font-style:normal;text-shadow:0 1px 8px rgba(255,255,255,.9)}
.hero-nav{position:absolute;z-index:3;bottom:22px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:3px;background:rgba(255,250,246,.9);box-shadow:0 8px 22px rgba(74,48,40,.12);border:1px solid rgba(141,100,87,.1);border-radius:999px;padding:5px;max-width:calc(100% - 48px);backdrop-filter:blur(10px);white-space:nowrap;overflow-x:auto;scrollbar-width:none}
.hero-nav::-webkit-scrollbar{display:none}
.hero-nav a{font-size:13px;padding:8px 15px;border-radius:999px;flex:0 0 auto}
.hero-nav a{transition:background .18s ease,color .18s ease}
.hero-nav a:hover,.hero-nav a:focus-visible{background:#f0d7cc;outline:none}

.section{width:min(calc(100% - 72px),var(--content));margin:0 auto;padding:54px 0 4px}
.section-heading h2{font-family:var(--serif);font-size:38px;line-height:1.04;letter-spacing:-.025em;margin:0 0 5px}
.section-heading p{margin:0;color:var(--brown-soft);font-size:14px}
.centered-heading{text-align:center;margin-bottom:22px}
.heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.compact{margin-bottom:18px}
.soft-button{display:inline-flex;align-items:center;gap:8px;background:#f6e9e2;border:1px solid rgba(148,101,87,.08);padding:10px 16px;border-radius:999px;font-size:13px;box-shadow:0 3px 10px rgba(75,49,40,.04);transition:.2s}
.soft-button:hover{background:#efd8ce;transform:translateY(-1px)}
.round-arrow{width:40px;height:40px;border-radius:50%;background:var(--surface);display:grid;place-items:center;box-shadow:var(--shadow-soft);font-size:21px}
.mobile-only{display:none}

.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.category-card{background:var(--surface);border:1px solid rgba(133,90,77,.1);border-radius:10px;overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .2s,box-shadow .2s}
.category-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(75,48,40,.11)}
.category-card img{width:100%;height:118px;object-fit:cover}
.category-card div{padding:10px 14px 12px}
.category-card h3{font-family:var(--serif);font-size:19px;margin:0 0 2px}
.category-card p{font-size:12px;color:var(--brown-soft);margin:0}

.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.guide-card{background:var(--surface);border-radius:10px;overflow:hidden;border:1px solid rgba(128,83,70,.09);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;min-width:0}
.guide-image{display:block;overflow:hidden}
.guide-image img{width:100%;height:190px;object-fit:cover;transition:transform .35s ease}
.guide-card:hover .guide-image img{transform:scale(1.025)}
.guide-body{padding:14px 18px 17px;display:flex;flex-direction:column;flex:1}
.eyebrow{font-size:10px;letter-spacing:.13em;font-weight:700;color:#a35f50;margin-bottom:5px}
.guide-body h3{font-family:var(--serif);font-size:22px;line-height:1.03;margin:0 0 8px;letter-spacing:-.02em}
.guide-body p{font-size:13px;line-height:1.4;color:#5f4943;margin:0 0 16px}
.text-link{margin-top:auto;color:#9b4d3e;font-size:13px;font-weight:600}

.finds-section{padding-bottom:6px}
.finds-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:3px 2px 14px;scrollbar-width:none}
.finds-carousel::-webkit-scrollbar{display:none}
.find-card{scroll-snap-align:start;flex:0 0 calc((100% - 42px)/4);min-width:245px;background:var(--surface);border:1px solid rgba(130,84,70,.09);border-radius:10px;padding:10px;display:grid;grid-template-columns:82px 1fr;gap:12px;align-items:center;box-shadow:var(--shadow-soft)}
.find-card img{width:82px;height:88px;object-fit:cover;border-radius:8px}
.find-info span{font-size:10px;color:#7c6159;display:block;margin-bottom:2px}
.find-info h3{font-family:var(--serif);font-size:15px;line-height:1.15;margin:0 0 10px}
.affiliate-demo{border:0;background:#efd4c8;border-radius:999px;padding:8px 11px;font-size:11px;cursor:pointer}
.carousel-controls{display:flex;gap:7px}.carousel-controls button{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:20px;cursor:pointer}.carousel-controls button:hover{background:var(--surface-2)}

.popular-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:16px;height:470px}
.popular-grid>a{position:relative;overflow:hidden;border-radius:14px;box-shadow:var(--shadow-soft);background:#ddd}
.popular-grid img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.popular-grid>a:hover img{transform:scale(1.025)}
.popular-main{grid-row:1/3}.popular-side{min-height:0}
.popular-overlay{position:absolute;inset:auto 0 0;padding:80px 26px 24px;background:linear-gradient(transparent,rgba(55,36,31,.78));color:#fff}
.popular-overlay span,.popular-side span{font-size:10px;letter-spacing:.14em;font-weight:700}
.popular-overlay h3{font-family:var(--serif);font-size:29px;line-height:1.05;max-width:650px;margin:5px 0 8px}.popular-overlay p{font-size:13px;margin:0}
.popular-side div{position:absolute;inset:auto 0 0;color:#fff;padding:50px 18px 16px;background:linear-gradient(transparent,rgba(55,36,31,.72))}.popular-side h3{font-family:var(--serif);font-size:19px;margin:4px 0 0;line-height:1.05}

.brand-story{margin-top:68px;background:#f4e8e2;border-top:1px solid rgba(130,85,72,.08);border-bottom:1px solid rgba(130,85,72,.08)}
.story-inner{width:min(calc(100% - 40px),760px);margin:auto;text-align:center;padding:66px 0}
.story-kicker{font-family:var(--serif);font-size:25px;font-weight:700;margin:0 0 8px}
.story-inner h2{font-family:var(--serif);font-size:40px;line-height:1.04;margin:0 0 14px;letter-spacing:-.03em}
.story-inner>p:not(.story-kicker):not(.story-tagline){max-width:620px;margin:0 auto;color:#6b514a}
.story-tagline{font-family:var(--script);font-size:24px;margin:18px 0 20px}

.site-footer{background:#fffaf7;border-top:1px solid var(--line);padding:44px 0 0}
.footer-inner{width:min(calc(100% - 60px),var(--content));margin:auto;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px;padding-bottom:36px}
.footer-brand>a{font-family:var(--serif);font-size:27px;font-weight:700}.footer-brand p{max-width:260px;color:#7a5d55;font-size:13px}
.footer-column{display:flex;flex-direction:column;gap:7px;font-size:13px;color:#72564f}.footer-column h3{font-family:var(--serif);font-size:16px;color:var(--brown);margin:0 0 4px}.footer-column a:hover{text-decoration:underline}.footer-bottom{text-align:center;border-top:1px solid var(--line);padding:14px 20px;color:#8a6c63;font-size:11px}
.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,120px);background:#4f342e;color:white;padding:10px 15px;border-radius:999px;z-index:200;font-size:12px;box-shadow:var(--shadow);transition:.25s;pointer-events:none}.toast.show{transform:translate(-50%,0)}

/* Generic interior page styles */
.inner-hero{background:#f3e5de;padding:72px 20px;text-align:center}.inner-hero h1{font-family:var(--serif);font-size:52px;margin:0 0 10px}.inner-hero p{max-width:660px;margin:auto;color:#6c524b}.content-shell{width:min(calc(100% - 44px),980px);margin:45px auto 80px}.content-shell h2{font-family:var(--serif);font-size:30px}.content-shell p{color:#604943}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mini-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;box-shadow:var(--shadow-soft)}


/* Publication polish */
.brand{min-width:max-content;overflow:visible}
.published-content .content-intro{margin-bottom:24px}
.content-note{margin-top:36px;padding-top:8px;border-top:1px solid var(--line)}
.legal-prose{font-size:16px;line-height:1.72}
.legal-prose h2{margin-top:34px;margin-bottom:10px}
.legal-prose a:not(.soft-button){color:#8f4e41;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.legal-updated{font-size:13px;color:var(--taupe)}
.legal-data{display:grid;grid-template-columns:minmax(130px,190px) 1fr;gap:8px 18px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;box-shadow:var(--shadow-soft)}
.legal-data dt{font-weight:700}.legal-data dd{margin:0;color:#604943}
.legal-callout{margin:20px 0 28px;padding:16px 18px;border:1px solid #ead9d1;border-left:4px solid var(--blush-2);border-radius:12px;background:#fffaf7;color:#604943}.legal-callout strong{color:var(--brown)}.affiliate-callout{background:#fff7f1}.legal-prose ul{padding-left:22px}.legal-prose li{margin:8px 0}.footer-affiliate-disclosure{border-top:1px solid rgba(120,82,70,.08);padding:12px 20px 16px;text-align:center;color:#8a6c63;font-size:10px;line-height:1.45}.footer-affiliate-disclosure a{text-decoration:underline;text-underline-offset:2px}
.article-hero .eyebrow{display:block;margin:0 auto 10px;color:#8e4e42}.article-back{margin-top:36px}

@media (max-width:1180px){
  .desktop-nav{gap:16px;font-size:12px}.desktop-nav a:nth-last-child(-n+2){display:none}
  .hero{height:410px}.section{width:min(calc(100% - 42px),var(--content))}
}

@media (max-width:900px){
  :root{--header-h:56px}
  .header-inner{width:calc(100% - 24px);grid-template-columns:40px minmax(0,1fr) 40px;gap:8px}.menu-button{display:grid;grid-column:1}.brand{grid-column:2;justify-self:center;width:max-content;min-width:0;max-width:calc(100vw - 120px);font-size:24px;overflow:visible;white-space:nowrap}.desktop-nav{display:none}.search-button{grid-column:3;justify-self:end}
  .hero{height:570px;background-image:url('../assets/hero/hero-mobile.webp');background-position:center;background-size:cover}
  .hero-overlay{background:linear-gradient(rgba(255,248,242,.03),rgba(255,248,242,.12) 28%,rgba(255,248,242,.08) 70%,rgba(255,248,242,.02))}
  .hero-copy{top:96px}.hero h1{font-size:58px}.hero-subtitle{font-size:18px;margin-top:15px}.hero-tagline{font-size:22px;margin-top:4px}
  .hero-nav{left:16px;right:16px;transform:none;max-width:none;bottom:18px;justify-content:flex-start;padding:5px 8px;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-inline:contain}.hero-nav a{font-size:12px;padding:8px 12px}
  .section{width:calc(100% - 30px);padding-top:38px}.section-heading h2{font-size:30px}.centered-heading{text-align:left;margin-bottom:16px}.centered-heading p{max-width:340px}.category-grid{grid-template-columns:repeat(4,1fr);gap:8px}.category-card img{height:92px}.category-card div{padding:8px 8px 9px}.category-card h3{font-size:15px}.category-card p{display:none}
  .guide-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding-bottom:8px;scrollbar-width:none}.guide-grid::-webkit-scrollbar{display:none}.guide-card{flex:0 0 82%;scroll-snap-align:start}.guide-image img{height:220px}
  .find-card{flex-basis:300px}.desktop-only{display:none!important}.mobile-only{display:grid}.heading-row{align-items:center}.heading-row>div:first-child{min-width:0}.round-arrow{flex:0 0 auto}.popular-grid{height:540px;grid-template-columns:1.4fr 1fr}.popular-overlay h3{font-size:23px}.footer-inner{grid-template-columns:1.2fr 1fr 1fr;gap:25px}
}

@media (max-width:620px){
  .hero{height:520px}.hero-copy{top:88px;padding:0 24px}.hero h1{font-size:48px}.hero-subtitle{font-size:16px;line-height:1.35;max-width:74vw}.hero-tagline{font-size:19px}.desktop-break{display:inline}
  .section{width:calc(100% - 28px)}.section-heading h2{font-size:29px}.section-heading p{font-size:13px}
  .explore-section{padding-top:28px}.centered-heading{text-align:left}.category-grid{grid-template-columns:repeat(4,1fr);gap:7px}.category-card{border-radius:8px}.category-card img{height:76px}.category-card h3{text-align:center;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-card div{padding:8px 4px}
  .guide-card{flex-basis:100%}.guide-image img{height:220px}.guide-body{padding:14px 16px 16px}.guide-body h3{font-size:21px}
  .finds-heading p{display:none}.find-card{flex:0 0 78%;min-width:260px;grid-template-columns:95px 1fr}.find-card img{width:95px;height:100px}
  .popular-grid{display:flex;overflow-x:auto;height:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.popular-grid>a{flex:0 0 86%;height:310px;scroll-snap-align:start}.popular-main{grid-row:auto}.popular-overlay{padding:70px 18px 18px}.popular-overlay h3{font-size:22px}.popular-side div{padding:60px 18px 18px}
  .brand-story{margin-top:48px}.story-inner{padding:48px 0}.story-inner h2{font-size:33px}.story-tagline{font-size:20px}
  .footer-inner{width:calc(100% - 34px);grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}
  .inner-hero{padding:54px 18px}.inner-hero h1{font-size:clamp(36px,11vw,48px);overflow-wrap:anywhere}.mini-grid{grid-template-columns:1fr}.legal-data{grid-template-columns:1fr;gap:2px}.legal-data dd{margin-bottom:10px}
}

@media (max-width:430px){
  .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-card img{height:68px}.category-card h3{font-size:12px}
  .hero{height:500px}.hero h1{font-size:44px}.hero-copy{top:84px}.hero-subtitle{max-width:76vw}.hero-nav{bottom:14px}
}


/* WEB-05.1 — Descargables */
.section-kicker{display:block;margin-bottom:6px;font-size:10px;letter-spacing:.15em;font-weight:800;color:#9a5d4e}
.downloads-home-section{padding-bottom:12px}
.downloads-home-heading>div{max-width:720px}
.download-home-grid,.download-catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.download-card,.download-catalog-card{display:grid;grid-template-columns:145px 1fr;min-width:0;background:var(--surface);border:1px solid rgba(130,84,70,.09);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .2s,box-shadow .2s}
.download-card:hover,.download-catalog-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(75,48,40,.11)}
.download-preview{min-height:176px;background:linear-gradient(145deg,#f4ddd4,#fff9f5);position:relative;display:flex;flex-direction:column;justify-content:center;gap:10px;padding:25px 22px;overflow:hidden}
.download-preview::before{content:"";position:absolute;width:105px;height:135px;background:rgba(255,255,255,.8);border:1px solid rgba(110,75,64,.09);border-radius:7px;transform:rotate(-5deg);left:22px;top:20px;box-shadow:0 10px 24px rgba(76,49,40,.08)}
.download-preview::after{content:"";position:absolute;width:105px;height:135px;background:#fffdfb;border:1px solid rgba(110,75,64,.10);border-radius:7px;transform:rotate(3deg);left:34px;top:22px;box-shadow:0 9px 22px rgba(76,49,40,.10)}
.download-preview>*{position:relative;z-index:2}.preview-label{font-family:var(--serif);font-size:16px;font-weight:700;margin:0 0 2px 22px;max-width:84px}.download-preview i{display:block;width:66px;height:5px;border-radius:5px;background:#e4c1b6;margin-left:22px}.download-preview i:nth-of-type(2){width:56px}.download-preview i:nth-of-type(3){width:70px}.download-preview b{position:absolute;z-index:3;right:10px;bottom:9px;background:#6a4840;color:#fff;border-radius:999px;padding:5px 7px;font-size:9px;letter-spacing:.08em}
.preview-shopping{background:linear-gradient(145deg,#f5e5dc,#fffaf6)}.preview-planner,.preview-dl-003{background:linear-gradient(145deg,#ead5d4,#f9efeb)}.preview-dl-004{background:linear-gradient(145deg,#e8ddd0,#fff8f0)}.preview-dl-005{background:linear-gradient(145deg,#f0dcd2,#fff8f2)}
.download-card-body{padding:16px 18px 17px;display:flex;flex-direction:column;min-width:0}.download-type{font-size:9px;letter-spacing:.11em;font-weight:800;color:#9a5d4e}.download-card-body h3,.download-card-body h2{font-family:var(--serif);font-size:21px;line-height:1.05;margin:6px 0 7px;letter-spacing:-.02em}.download-card-body p{font-size:12px;line-height:1.42;color:#675049;margin:0 0 14px}.download-price{margin-top:auto;font-family:var(--serif);font-size:18px}.download-price.free{color:#8d4c40}
.downloads-home-mobile-cta{margin-top:16px;justify-content:flex-start}
.downloads-hero .section-kicker{margin-bottom:8px}.downloads-hero-actions{display:flex;justify-content:center;gap:10px;margin-top:20px}.downloads-hero-actions button{cursor:pointer;color:var(--brown)}
.downloads-shell{width:min(calc(100% - 44px),1120px)}.downloads-intro{display:flex;justify-content:space-between;gap:24px;margin-bottom:22px}.downloads-intro h2{margin-top:0}.downloads-intro p{max-width:760px}
.download-filters{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 24px}.download-filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 13px;cursor:pointer;color:var(--brown-soft);font-size:12px}.download-filter:hover,.download-filter:focus-visible,.download-filter.is-active{background:#efd8ce;color:var(--brown);outline:none}
.download-catalog-grid{grid-template-columns:repeat(2,1fr);gap:18px}.download-catalog-card{grid-template-columns:165px 1fr}.download-catalog-card[hidden]{display:none}.download-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.status-badge{display:inline-flex;width:max-content;align-items:center;border-radius:999px;background:#f4e8e2;color:#77544a;padding:5px 8px;font-size:8px;letter-spacing:.1em;font-weight:800}.download-catalog-card .download-card-body h2{font-size:23px}.downloads-purpose{margin-top:48px;padding-top:8px;border-top:1px solid var(--line)}
.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#80645b;font-size:12px;margin-bottom:28px}.breadcrumb a:hover{text-decoration:underline}
.download-product-shell{width:min(calc(100% - 44px),1050px)}.download-product-hero{display:grid;grid-template-columns:minmax(300px,460px) 1fr;gap:52px;align-items:center;margin:14px 0 54px}.download-product-visual{background:#f4e8e1;border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:var(--shadow-soft)}.download-preview-large{min-height:420px;border-radius:13px;box-shadow:0 16px 36px rgba(76,49,40,.10)}.download-preview-large::before,.download-preview-large::after{width:230px;height:310px;left:50%;top:50%;transform:translate(-54%,-50%) rotate(-6deg)}.download-preview-large::after{transform:translate(-46%,-50%) rotate(3deg)}.download-preview-large .preview-label{font-size:28px;margin-left:calc(50% - 82px);max-width:145px}.download-preview-large i{width:130px;height:7px;margin-left:calc(50% - 82px)}.download-preview-large i:nth-of-type(2){width:108px}.download-preview-large i:nth-of-type(3){width:142px}.download-preview-large b{right:18px;bottom:18px;font-size:11px;padding:7px 10px}
.download-product-copy{display:flex;align-items:flex-start;flex-direction:column}.download-product-copy .download-type{margin-top:12px}.download-product-copy h1{font-family:var(--serif);font-size:46px;line-height:1.02;letter-spacing:-.035em;margin:8px 0 14px}.download-product-copy>p{font-size:16px;color:#654c45}.download-product-price{font-family:var(--serif);font-size:30px;font-weight:700;margin:12px 0 18px}.download-product-price.free{color:#8d4c40}.download-product-note{font-size:11px!important;color:#8b6b62!important;margin:12px 0 0!important}.digital-demo{cursor:pointer}
.download-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:0 0 40px}.download-detail-grid article,.download-receive{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;box-shadow:var(--shadow-soft)}.download-detail-grid h2,.download-receive h2,.download-related h2{margin-top:0}.check-list{list-style:none;padding:0;margin:0}.check-list li{padding:8px 0 8px 28px;position:relative;border-bottom:1px solid #f1e6e1}.check-list li:last-child{border-bottom:0}.check-list li::before{content:"✓";position:absolute;left:0;color:#9a5d4e;font-weight:800}
.download-receive{margin-bottom:36px}.download-receive dl{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0}.download-receive dl div{padding:14px;background:#fbf6f2;border-radius:10px}.download-receive dt{font-size:10px;letter-spacing:.11em;font-weight:800;color:#947066;text-transform:uppercase}.download-receive dd{margin:4px 0 0;font-family:var(--serif);font-size:18px}.download-related{display:flex;align-items:end;justify-content:space-between;gap:28px;background:#f4e8e2;border-radius:15px;padding:28px}.download-related p{max-width:650px;margin-bottom:0}

@media (max-width:900px){
  .download-home-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:8px;scrollbar-width:none}.download-home-grid::-webkit-scrollbar{display:none}.download-card{flex:0 0 78%;scroll-snap-align:start;grid-template-columns:125px 1fr}.download-preview{min-height:160px}.download-catalog-grid{grid-template-columns:1fr}.download-product-hero{grid-template-columns:1fr;gap:28px}.download-product-visual{max-width:560px;width:100%;margin:auto}.download-detail-grid{grid-template-columns:1fr}.download-receive dl{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:620px){
  .downloads-hero-actions{flex-wrap:wrap}.download-filters{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.download-filters::-webkit-scrollbar{display:none}.download-catalog-card{grid-template-columns:112px 1fr}.download-catalog-card .download-preview{min-height:155px;padding:18px 8px}.download-catalog-card .download-card-body{padding:14px}.download-meta-row{align-items:flex-start;flex-direction:column;gap:5px}.download-catalog-card .download-card-body h2{font-size:20px}.download-product-shell{width:calc(100% - 30px)}.download-product-visual{padding:20px}.download-preview-large{min-height:330px}.download-preview-large::before,.download-preview-large::after{width:180px;height:245px}.download-preview-large .preview-label{font-size:24px;margin-left:calc(50% - 65px)}.download-preview-large i{margin-left:calc(50% - 65px);width:108px}.download-preview-large i:nth-of-type(2){width:90px}.download-preview-large i:nth-of-type(3){width:118px}.download-product-copy h1{font-size:38px}.download-receive dl{grid-template-columns:1fr 1fr}.download-related{align-items:flex-start;flex-direction:column}.download-home-grid .download-card{flex-basis:88%}
}

.download-empty{margin:18px 0 0;padding:18px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:12px;color:var(--brown-soft)}
.download-home-grid .download-meta-row{margin-bottom:2px}.download-home-grid .status-badge{font-size:7px;padding:4px 6px}

/* WEB-05.2 — contenido editorial real */
.article-meta{margin:16px auto 0;font-size:12px;color:#876b63;letter-spacing:.01em}
.article-lead{font-size:18px;line-height:1.72;color:#523d37!important;margin-bottom:28px}
.article-callout{margin:28px 0;padding:18px 20px;border-radius:12px;background:#f8eee9;border:1px solid rgba(154,92,77,.12);color:#59423c}
.article-callout.subtle{background:#fbf8f6}
.article-checklist{padding-left:21px;color:#604943;line-height:1.7}
.article-checklist li{margin:8px 0}
.article-sources{padding-left:20px;line-height:1.65}
.article-sources li{margin:7px 0}
.article-sources a{color:#934c3e;text-decoration:underline;text-underline-offset:3px}
.article-second-grid{margin-top:18px}
.category-guide-grid{margin:26px 0 36px}
.category-topic-grid{margin-top:30px}
.find-link{display:inline-flex;align-items:center;gap:4px;background:#efd4c8;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:600;color:#5d433c}
.find-link:hover{background:#e7c4b6}
@media(max-width:640px){
  .article-lead{font-size:16px}
  .article-meta{font-size:11px;max-width:300px}
  .article-callout{padding:16px}
}
