@import url('https://fonts.googleapis.com/css2?family=Archivo:wdth,wght@62..125,100..900&family=EB+Garamond:wght@400&display=swap');

:root{
  --ink:#191818;
  --cream:#F1EBDF;
  --sand:#E7E0D1;
  --burgundy:#58272D;
  --olive:#46400E;
  --white:#F7F1E6;
  --line:rgba(25,24,24,.22);
  --page-x:31px;
  --serif:'EB Garamond', Georgia, 'Times New Roman', serif;
  --sans:'Archivo', Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--cream)}
body{margin:0;color:var(--ink);background:var(--cream);font-family:var(--sans);font-size:15px;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{display:block;max-width:100%}

.site-shell{min-height:100vh;background:var(--cream)}
.page-section{position:relative}
.mobile-page{max-width:560px;margin:0 auto;background:var(--cream);min-height:100vh;overflow:hidden}

/* smart sticky header */
.header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:560px;height:68px;z-index:80;display:flex;align-items:center;justify-content:space-between;padding:0 var(--page-x);background:var(--cream);transition:transform .32s cubic-bezier(.22,.61,.36,1),background-color .28s ease,box-shadow .28s ease;color:var(--ink)}
.header.is-hidden{transform:translate(-50%,-110%)}
.header.is-scrolled{box-shadow:0 1px 0 rgba(25,24,24,.08)}
.header[data-theme="dark"]{background:var(--ink)}
.header[data-theme="burgundy"]{background:var(--burgundy)}
.header[data-theme="olive"]{background:var(--olive)}
.header[data-theme="sand"]{background:var(--sand)}
.header[data-theme="light"]{background:var(--cream)}
.header-logo{width:96px;height:auto;transition:opacity .2s ease}
.menu-button{appearance:none;border:0;background:transparent;padding:7px 0 7px 7px;display:grid;gap:5px;cursor:pointer}
.menu-lines span{display:block;width:25px;height:1.5px;border-radius:10px;background:var(--ink);transition:background-color .2s ease}
.header[data-theme="dark"] .menu-lines span,.header[data-theme="burgundy"] .menu-lines span,.header[data-theme="olive"] .menu-lines span{background:var(--cream)}

/* menu */
.menu-overlay{position:fixed;inset:0;background:var(--ink);color:var(--cream);z-index:100;transform:translateX(105%);transition:transform .34s cubic-bezier(.7,0,.2,1);max-width:100vw}
.menu-overlay.is-open{transform:translateX(0)}
.menu-inner{height:100%;padding:24px 32px 34px;display:flex;flex-direction:column}
.menu-top{display:flex;align-items:flex-start;justify-content:space-between}
.menu-top img{width:98px}
.menu-close{position:relative;width:28px;height:28px;border:0;background:transparent;cursor:pointer}
.menu-close:before,.menu-close:after{content:'';position:absolute;left:13px;top:0;width:2px;height:28px;background:var(--cream)}
.menu-close:before{transform:rotate(45deg)}.menu-close:after{transform:rotate(-45deg)}
.menu-nav{display:grid;gap:26px;margin-top:112px}
.menu-nav a{font-size:32px;font-weight:300;line-height:1;letter-spacing:-.04em;text-transform:uppercase}
.menu-mark{margin-top:auto;margin-left:auto;width:38px;opacity:.95;filter:brightness(0) invert(93%) sepia(10%) saturate(224%) hue-rotate(350deg) brightness(103%) contrast(92%)}
body.menu-open{overflow:hidden}

/* buttons */
.micro-cta,.solid-cta{display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-family:var(--sans);font-weight:700;line-height:1;border:0;cursor:pointer}
.micro-cta{font-size:9px;padding:5px 8px;background:var(--ink);color:var(--cream)}
.micro-cta--burgundy{background:var(--burgundy);color:var(--cream)}
.micro-cta--olive{background:var(--olive);color:var(--cream)}
.hero-cta{font-size:15px;background:var(--cream);color:var(--ink);padding:5px 10px;font-weight:700}

/* shared logo footer */
.footer{background:var(--cream);padding:56px 28px 82px;text-align:center}
.footer-kicker{text-transform:uppercase;font-size:11px;margin-bottom:9px}
.footer-copy{text-transform:uppercase;font-size:19px;font-weight:700;line-height:.91;max-width:330px;margin:0 auto 46px;letter-spacing:-.03em}
.footer-logo{width:88px;margin:0 auto}

/* guard */
.guard-simple{height:18px;margin-top:-1px;background:url('./assets/guarda-simple.svg') center top/100% 100% no-repeat;position:relative;z-index:2}
.guard-double{height:24px;margin-top:-2px;background:url('./assets/doble-guarda.svg') center top/cover no-repeat;position:relative;z-index:2}

/* HOME */
.home-hero{height:100vh;height:100svh;min-height:680px;background:var(--burgundy);color:var(--cream);display:flex;align-items:center;justify-content:center;text-align:center;padding:96px 28px 74px}
.hero-brand{position:relative;width:100%;max-width:430px;margin-top:-8px;display:flex;flex-direction:column;align-items:center}
.hero-brand-mark{position:absolute;width:142px;top:-31px;left:50%;transform:translateX(-50%);opacity:.12;filter:brightness(.25)}
.hero-main-logo{position:relative;width:min(325px,92vw);z-index:1;margin-bottom:64px}
.hero-tagline{font-size:16px;font-weight:700;line-height:.98;text-transform:uppercase;margin:0 0 12px;letter-spacing:-.035em}
.hero-subcopy{font-size:12.5px;font-weight:500;line-height:1.08;text-transform:uppercase;max-width:340px;margin:0 0 44px;letter-spacing:-.02em}

.home-categories{background:var(--cream)}
.category-row{min-height:193px;padding:32px 35px;display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center;border-bottom:1px solid rgba(88,39,45,.2)}
.category-row:nth-child(2){grid-template-columns:1fr 1fr}
.category-row:nth-child(2) .category-image{order:1}.category-row:nth-child(2) .category-copy{order:2;padding-left:8px}
.category-image{width:100%;aspect-ratio:1.16;object-fit:cover}
.category-title{font-family:var(--serif);font-size:27px;line-height:.92;font-weight:400;text-transform:uppercase;margin:0 0 4px;letter-spacing:-.025em}
.category-subtitle{font-size:11.5px;line-height:1.05;font-weight:800;text-transform:uppercase;margin:0 0 2px}
.category-desc{font-size:10px;line-height:1.2;text-transform:uppercase;margin:0 0 12px;letter-spacing:-.025em}

.how{background:var(--sand);color:var(--burgundy);padding:44px 31px 62px}
.how h2{font-size:37px;line-height:.86;text-transform:uppercase;margin:0 0 49px;font-weight:450;letter-spacing:-.045em}
.how-list{display:grid;gap:44px}
.how-step-num{display:inline-flex;background:var(--burgundy);color:var(--cream);font-size:21px;font-weight:800;line-height:1;padding:1px 5px;margin-right:7px}
.how-step-title{font-size:21px;font-weight:700;text-transform:uppercase;line-height:1;vertical-align:baseline}
.how-step p{font-size:15px;line-height:1.05;margin:9px 0 0;max-width:322px;letter-spacing:-.035em}

/* CARTA */
.carta-intro{height:100vh;height:100svh;min-height:710px;background:var(--cream);display:flex;flex-direction:column;padding-top:104px}
.carta-intro-head{text-align:center;padding:10px 30px 31px;border-bottom:1px solid var(--line)}
.eyebrow{text-transform:uppercase;font-size:10px;letter-spacing:.02em}
.carta-title{font-family:var(--serif);font-size:39px;line-height:.82;text-transform:uppercase;margin:14px 0 40px;font-weight:400;letter-spacing:-.025em}
.carta-lead{text-transform:uppercase;font-size:12px;line-height:1.05;font-weight:600;margin:0}
.carta-explainers{flex:1;display:grid;grid-template-rows:1fr 1fr}
.explainer{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:25px 33px;align-items:center;border-bottom:1px solid var(--line)}
.explainer:nth-child(2){grid-template-columns:1fr 1fr}
.explainer:nth-child(2) .explainer-image{order:1}.explainer:nth-child(2) .explainer-copy{order:2;padding-left:8px}
.explainer-image{width:100%;aspect-ratio:1.62;height:auto;object-fit:cover}
.explainer-copy h3{font-family:var(--serif);font-size:27px;line-height:.9;text-transform:uppercase;margin:0 0 6px;font-weight:400}
.explainer-copy strong{display:block;font-size:11px;line-height:1.05;text-transform:uppercase;margin-bottom:1px}
.explainer-copy p{font-size:10px;line-height:1.15;text-transform:uppercase;margin:0 0 9px}

.products-section{padding:36px 0 44px}
.products-section--mesas{background:var(--ink);color:var(--cream)}
.products-section--platos{background:var(--sand);color:var(--ink)}
.products-heading{text-align:center;margin:0 0 32px}
.products-heading h2{font-family:var(--serif);font-size:38px;line-height:.86;text-transform:uppercase;margin:0 0 4px;font-weight:400}
.products-heading p{text-transform:uppercase;font-size:9px;margin:0}
.product-list{display:grid}
.product-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;align-items:center;padding:15px 30px;border-bottom:1px solid rgba(241,235,223,.18);min-height:126px;position:relative}
.products-section--platos .product-row{border-bottom-color:rgba(25,24,24,.17)}
.product-row:last-child{border-bottom:0}
.product-name{font-family:var(--serif);font-size:24px;line-height:.83;text-transform:uppercase;margin:0 0 8px;font-weight:400;letter-spacing:-.015em}
.product-tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}
.tag{display:inline-block;font-size:7.2px;font-weight:700;line-height:1;text-transform:uppercase;padding:3px 5px;background:var(--burgundy);color:var(--cream)}
.tag--olive{background:var(--olive);color:var(--cream)}
.product-price-label{display:block;font-size:7px;text-transform:uppercase;line-height:1}
.product-price{font-size:13.5px;font-weight:600;line-height:1;margin-top:1px}
.product-link{font-size:10px;text-transform:uppercase;text-decoration:underline;text-underline-offset:2px;position:absolute;left:30px;bottom:15px}
.product-image{width:100%;aspect-ratio:1.68;object-fit:cover}
.product-row.clickable{cursor:pointer}
.product-row.clickable:focus-within{outline:2px solid var(--burgundy);outline-offset:-2px}
.product-row-overlay{position:absolute;inset:0;z-index:3}

/* PRODUCT TEMPLATE */
.product-page{background:var(--cream);padding-bottom:0}
.product-hero{padding:104px 20px 0;background:var(--cream)}
.product-type{text-transform:uppercase;font-size:13.5px;line-height:1.1;font-weight:500;letter-spacing:.035em;margin:0 0 10px}
.product-heading{font-family:var(--serif);font-size:39px;line-height:.82;text-transform:uppercase;font-weight:400;margin:0 0 24px;letter-spacing:-.012em;max-width:315px}
.product-intro-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:end;margin-bottom:30px}
.product-description{text-transform:uppercase;font-size:13px;line-height:1.17;margin:0;max-width:292px;font-weight:450;letter-spacing:-.006em}
.product-main-price{font-size:18px;font-weight:650;white-space:nowrap;padding-bottom:1px}

.before-after{position:relative;width:100%;aspect-ratio:1.01;overflow:visible;touch-action:none;user-select:none;margin-top:4px}
.before-after-frame{position:absolute;inset:0;border-radius:6px;overflow:hidden;background:#ddd}
.before-after .after-img,.before-after .before-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}
.before-after .after-img{z-index:1}
.before-after .before-clip{position:absolute;z-index:2;inset:0 auto 0 0;width:28%;overflow:hidden;border-right:1px solid var(--burgundy)}
.before-after .before-img{width:calc(100vw - 28px);max-width:532px;height:100%;object-fit:cover;object-position:center}
.before-after .slider-line{position:absolute;z-index:4;top:0;bottom:0;left:28%;width:1px;background:var(--burgundy);transform:translateX(-.5px);pointer-events:none}
.before-after .slider-handle{position:absolute;z-index:6;top:0;bottom:0;left:28%;width:1px;transform:translateX(-.5px);pointer-events:none}
.slider-seal{position:absolute;left:50%;width:18px;height:18px;object-fit:contain;transform:translateX(-50%);background:var(--cream);border-radius:2px}
.slider-seal.top{top:-9px}.slider-seal.bottom{bottom:-9px}

.product-facts{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 9px;padding:26px 17px 25px}
.fact{border:1px solid var(--olive);border-radius:6px;padding:4px 9px;font-size:11px;line-height:1;text-transform:uppercase;color:var(--olive);white-space:nowrap}

.recipe-marquee{height:46px;overflow:hidden;border-top:1px solid rgba(88,39,45,.23);border-bottom:1px solid rgba(88,39,45,.23);display:flex;align-items:center;color:var(--burgundy);background:var(--cream)}
.recipe-track{display:flex;align-items:center;gap:14px;white-space:nowrap;font-size:22px;line-height:1;text-transform:uppercase;font-weight:500;letter-spacing:-.045em;animation:marquee 17s linear infinite}
.recipe-mark{width:18px;height:20px;object-fit:contain;flex:0 0 auto}
@keyframes marquee{to{transform:translateX(-50%)}}

.recipe{background:var(--olive);color:var(--cream);padding:39px 25px 50px}
.recipe h2{text-transform:uppercase;text-align:center;font-size:29px;line-height:.84;margin:0 0 34px;font-weight:800;letter-spacing:-.03em}
.before-start{background:rgba(25,24,24,.17);border-radius:4px;text-align:center;padding:12px 15px;margin:0 0 34px}
.before-label{display:inline-block;background:var(--cream);color:var(--olive);text-transform:uppercase;font-size:8px;line-height:1;padding:2px 8px;margin-bottom:6px;font-weight:700}
.before-start p{font-size:14px;line-height:1.12;margin:0}
.recipe-steps{display:grid;gap:32px}
.recipe-step h3{margin:0 0 6px;text-transform:uppercase;font-size:21px;line-height:1;font-weight:800;letter-spacing:-.02em}
.recipe-step h3 span{display:inline-block;background:var(--cream);color:var(--olive);padding:1px 4px;margin-right:7px;line-height:.95}
.recipe-step p{font-size:14.5px;line-height:1.14;margin:0;max-width:320px}

.final-photo{position:relative;height:270px;overflow:hidden;background:#161616;isolation:isolate}
.final-photo img{position:absolute;left:0;top:-18%;width:100%;height:136%;object-fit:cover;object-position:center 52%;transform:translate3d(0,0,0);will-change:transform;z-index:0}
.final-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.03),rgba(0,0,0,.16));z-index:1;pointer-events:none}
.final-photo h3{position:absolute;left:0;right:0;bottom:34px;text-align:center;color:var(--cream);font-size:20px;text-transform:uppercase;font-weight:800;margin:0;text-shadow:0 1px 6px rgba(0,0,0,.45);z-index:2}

.related{background:var(--sand);padding:31px 20px 105px}
.related-title{text-align:center;text-transform:uppercase;font-size:28px;line-height:.9;margin:0 0 25px;font-weight:700;letter-spacing:-.03em}
.related-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center;padding:14px 10px;border-bottom:1px solid rgba(25,24,24,.18);min-height:119px}
.related-row:last-of-type{border-bottom:0}
.related-name{font-family:var(--serif);font-size:23px;line-height:.84;text-transform:uppercase;margin:0 0 7px;font-weight:400}
.related-row .product-tags{margin-bottom:7px}
.related-row .product-link{position:static;font-size:9.5px}
.related-row img{width:100%;aspect-ratio:1.68;object-fit:cover}
.related-all{text-align:center;padding:51px 10px 8px}
.related-all p{text-transform:uppercase;font-size:17px;font-weight:700;line-height:.87;max-width:270px;margin:0 auto 9px;letter-spacing:-.025em}
.related-footer-logo{width:83px;margin:54px auto 0}

.floating-cta-bar{position:fixed;z-index:70;left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:560px;background:rgba(241,235,223,.96);border-top:1px solid rgba(25,24,24,.12);padding:10px 18px calc(10px + env(safe-area-inset-bottom));display:flex;justify-content:center;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}
.floating-product-cta{appearance:none;background:transparent;border:0;padding:0;cursor:pointer;width:226px;filter:drop-shadow(0 4px 11px rgba(25,24,24,.16));transition:transform .2s ease,opacity .2s ease}
.floating-product-cta:active{transform:scale(.98)}
.floating-product-cta img{width:100%}
.product-page .related{padding-bottom:150px}

/* desktop: keep the mobile composition centered until desktop is designed */
@media (min-width:561px){
  body{background:#ddd5c7}
  .mobile-page{box-shadow:0 0 40px rgba(0,0,0,.12)}
  .menu-overlay{left:50%;right:auto;width:560px;transform:translateX(calc(50% + 100vw))}
  .menu-overlay.is-open{transform:translateX(-50%)}
  .before-after .before-img{width:532px}
}

@media (max-width:360px){
  :root{--page-x:24px}
  .hero-main-logo{width:290px}.hero-subcopy{font-size:11.5px}
  .category-row{padding-left:27px;padding-right:27px}.how{padding-left:26px;padding-right:26px}
  .product-row{padding-left:24px;padding-right:24px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.menu-overlay{transition:none}.recipe-track{animation:none}.final-photo img{transform:none!important}
}

/* V3 typography lock: EB Garamond is always Regular */
.category-title,.carta-title,.explainer-copy h3,.products-heading h2,.product-name,.product-heading,.related-name{font-weight:400!important;}

/* ===== V4 visual refinements ===== */
/* One exact header logo geometry in every theme; only the color changes. */
.header-logo{width:96px;transform-origin:left center}
.header-logo.on-dark{filter:none}
.header-logo.on-light{filter:brightness(0) saturate(100%)}

/* Softer buttons/tags throughout the interface. */
.micro-cta,.solid-cta,.tag,.fact,.before-label{border-radius:4px}
.micro-cta{font-size:9.5px;padding:5px 9px;font-weight:600}
.hero-cta{border-radius:4px}

/* HOME hero: supplied centered logo + clearer typographic hierarchy. */
.hero-brand{max-width:440px;margin-top:-6px}
.hero-logo-composite{width:min(286px,76vw);height:auto;margin:0 auto 48px}
.hero-brand-mark,.hero-main-logo{display:none!important}
.hero-tagline{font-size:15px;font-weight:600;line-height:1.05;text-transform:uppercase;margin:0 0 13px;letter-spacing:-.02em}
.hero-subcopy{font-size:13px;font-weight:300;line-height:1.34;text-transform:none;max-width:360px;margin:0 0 39px;letter-spacing:-.005em}

/* HOME Mesas / Platos: subtitle slightly lighter, descriptions in sentence case. */
.category-title{font-size:25px;margin-bottom:7px}
.category-subtitle{font-size:11px;line-height:1.08;font-weight:600;text-transform:uppercase;margin:0 0 5px}
.category-desc{font-size:11px;line-height:1.32;font-weight:400;text-transform:none;margin:0 0 13px;letter-spacing:-.008em}
.category-row{padding-top:35px;padding-bottom:35px;gap:24px}

/* CARTA intro and explainers use the same hierarchy as Home. */
.carta-title{font-size:36px;line-height:.86;margin-top:13px;margin-bottom:38px}
.carta-lead{font-size:11.5px;font-weight:500;line-height:1.12}
.explainer{gap:24px;padding-top:28px;padding-bottom:28px}
.explainer-copy h3{font-size:25px;margin-bottom:7px}
.explainer-copy strong{font-size:10.8px;line-height:1.08;font-weight:600;text-transform:uppercase;margin-bottom:5px}
.explainer-copy p{font-size:10.8px;line-height:1.28;font-weight:400;text-transform:none;margin:0 0 11px}

/* Product lists: more breathing room and calmer serif scale. */
.products-section{padding-top:42px;padding-bottom:50px}
.products-heading{margin-bottom:34px}
.products-heading h2{font-size:34px;line-height:.9;margin-bottom:6px}
.products-heading p{font-size:9px;letter-spacing:.04em}
.product-row{gap:22px;padding:23px 30px;min-height:154px;align-items:center}
.product-name{font-size:21px;line-height:.88;margin:0 0 11px;letter-spacing:-.006em}
.product-tags{gap:5px;margin-bottom:11px}
.tag{font-size:7px;padding:3.5px 6px;font-weight:600}
.product-price-label{font-size:7.2px;margin-bottom:2px}
.product-price{font-size:13.5px;font-weight:500;margin-top:0}
.product-link{position:static;display:inline-block;font-size:9.5px;font-weight:500;margin-top:11px;text-underline-offset:3px}
.product-image{aspect-ratio:1.68;min-height:0}

/* Product detail: retain structure, refine recipe hierarchy. */
.recipe{padding-top:46px;padding-bottom:58px}
.recipe h2{font-size:25px;line-height:.9;margin-bottom:37px;font-weight:600;letter-spacing:-.018em}
.before-label{font-size:8px;font-weight:600}
.recipe-steps{gap:36px}
.recipe-step h3{font-size:18.5px;font-weight:600;letter-spacing:-.006em;margin-bottom:7px}
.recipe-step h3 span{font-weight:600}
.recipe-step p{font-size:14.5px;line-height:1.25}

/* Before/after: use the supplied seal outside the image at both ends of the divider. */
.before-after{aspect-ratio:1.01;padding:11px 0;margin-top:8px;overflow:visible}
.before-after-frame{inset:11px 0}
.before-after .slider-handle{top:11px;bottom:11px;z-index:10}
.slider-seal{width:22px;height:24px;background:var(--cream);padding:2px;border-radius:2px;object-fit:contain}
.slider-seal.top{top:-12px}
.slider-seal.bottom{bottom:-12px}

/* "Así debería quedar" gets a full visual beat and stronger centered caption. */
.final-photo{height:360px}
.final-photo img{top:-20%;height:142%;object-position:center 54%}
.final-photo h3{top:50%;bottom:auto;transform:translateY(-50%);font-size:22px;line-height:1;font-weight:600;letter-spacing:.01em}

/* Related products: quieter hierarchy and more whitespace. */
.related{padding-top:43px}
.related-title{font-size:24px;line-height:.92;margin-bottom:31px;font-weight:600;letter-spacing:-.015em}
.related-row{gap:21px;padding:20px 10px;min-height:132px}
.related-name{font-size:20.5px;line-height:.88;margin-bottom:9px}
.related-row .product-tags{margin-bottom:9px}
.related-row .product-link{font-size:9.5px;margin-top:0}
.related-all{padding-top:58px}
.related-all p{font-size:16px;font-weight:600;line-height:.94;letter-spacing:-.01em}

@media (max-width:360px){
  .hero-logo-composite{width:252px}
  .hero-subcopy{font-size:12px}
  .product-row{padding-top:20px;padding-bottom:20px;gap:18px}
  .product-name{font-size:19.5px}
}


/* V5 — copy + visual hierarchy from Template - inicio(7).pdf */
.home-hero .hero-tagline{
  font-family:var(--sans);
  font-size:15px;
  font-weight:500;
  line-height:1.08;
  letter-spacing:.01em;
  text-transform:uppercase;
  margin-bottom:11px;
}
.home-hero .hero-subcopy{
  font-family:var(--sans);
  font-size:12.5px;
  font-weight:300;
  line-height:1.26;
  letter-spacing:0;
  text-transform:none;
  max-width:365px;
  margin-bottom:43px;
}
.home-categories .category-title,
.carta-explainers .explainer-copy h3{
  font-family:var(--serif);
  font-weight:400!important;
  text-transform:uppercase;
}
.home-categories .category-subtitle,
.carta-explainers .explainer-copy strong{
  font-family:var(--sans);
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0;
}
.home-categories .category-desc,
.carta-explainers .explainer-copy p{
  font-family:var(--sans);
  font-weight:300;
  text-transform:none;
  letter-spacing:0;
}
.home-categories .category-desc{
  font-size:10.7px;
  line-height:1.27;
}
.carta-explainers .explainer-copy p{
  font-size:10.6px;
  line-height:1.27;
}
.carta-title{
  font-size:35px;
  line-height:.86;
  margin-top:13px;
  margin-bottom:34px;
}
.carta-lead{
  font-family:var(--sans);
  font-size:11.5px;
  line-height:1.15;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:.01em;
  max-width:320px;
  margin-left:auto;
  margin-right:auto;
}
