.roasts-section{padding:7rem 0;position:relative;overflow:hidden;background:#f4efe6}.roasts-heading{margin-bottom:3rem;display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:clamp(3rem,7vw,8rem)}.roasts-title{max-width:720px;margin:0;color:var(--cdh-green-dark);font-family:var(--font-title);font-size:clamp(3rem,5vw,5rem);font-weight:500;letter-spacing:-.04em;line-height:.92}.roasts-title span{display:block;color:var(--cdh-green)}.roasts-introduction{max-width:440px;padding-left:1.5rem;border-left:1px solid var(--cdh-line-dark)}.roasts-highlight{display:inline-block;margin-bottom:.8rem;color:var(--cdh-orange);font-size:.51rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.roasts-introduction p{margin:0;color:var(--cdh-muted);font-size:.75rem;line-height:1.85}.roasts-introduction strong{display:block;margin-top:.9rem;color:var(--cdh-green-dark);font-size:.61rem;line-height:1.6}.roasts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.roast-card{min-width:0;display:grid;grid-template-columns:1fr 1fr;min-height:450px;overflow:hidden;background:var(--cdh-paper);border:1px solid var(--cdh-line);transition:transform .35s ease,box-shadow .35s ease}.roast-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-card)}.roast-card-image{min-height:450px;position:relative;overflow:hidden;background:#d8d0c4}.roast-card-image>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.roast-card:hover .roast-card-image>img{transform:scale(1.04)}.roast-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000005 25%,#031f11ad)}.roast-number{position:absolute;top:1.2rem;left:1.2rem;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);color:#fff;font-family:var(--font-title);font-size:1rem;backdrop-filter:blur(8px)}.roast-image-label{position:absolute;left:1.4rem;right:1.4rem;bottom:1.4rem;color:#fff}.roast-image-label span{display:block;color:var(--cdh-orange-light);font-size:.45rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.roast-image-label strong{display:block;margin-top:.25rem;font-family:var(--font-title);font-size:1.7rem;font-weight:500}.roast-card-content{padding:2rem;display:flex;flex-direction:column;justify-content:center}.roast-store-label{color:var(--cdh-orange);font-size:.47rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.roast-card-content h3{margin:.55rem 0 .8rem;color:var(--cdh-green-dark);font-family:var(--font-title);font-size:2rem;font-weight:500;line-height:1}.roast-card-content>p{margin:0;color:var(--cdh-muted);font-size:.67rem;line-height:1.75}.roast-availability{margin:1.5rem 0;padding:1rem 0;display:grid;grid-template-columns:22px 1fr;gap:.7rem;border-top:1px solid var(--cdh-line);border-bottom:1px solid var(--cdh-line)}.roast-availability svg{width:18px;height:18px;fill:none;stroke:var(--cdh-green-dark);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.roast-availability strong{display:block;color:var(--cdh-green-dark);font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.roast-availability span{display:block;margin-top:.2rem;color:var(--cdh-muted);font-size:.53rem}.roast-whatsapp-button{min-height:48px;padding:0 1rem;display:flex;align-items:center;justify-content:center;gap:.7rem;border:1px solid var(--cdh-green-dark);background:var(--cdh-green-dark);color:#fff;font-size:.54rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;transition:background .25s ease,border-color .25s ease}.roast-whatsapp-button:hover{border-color:var(--cdh-orange);background:var(--cdh-orange);color:#fff}.roast-whatsapp-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.roast-whatsapp-button .arrow{margin-left:auto;transition:transform .25s ease}.roast-whatsapp-button:hover .arrow{transform:translate(4px)}.roast-whatsapp-pending{padding:.85rem;display:block;border:1px dashed var(--cdh-line-dark);color:var(--cdh-muted);font-size:.55rem;line-height:1.6;text-align:center}.roasts-note{margin-top:1.2rem;padding:1.25rem 1.4rem;display:grid;grid-template-columns:38px 1fr;gap:1rem;align-items:center;background:var(--cdh-green-dark);color:#fff}.roasts-note-icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25)}.roasts-note-icon svg{width:18px;height:18px;fill:none;stroke:var(--cdh-orange-light);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.roasts-note strong{display:block;margin-bottom:.2rem;color:var(--cdh-orange-light);font-size:.52rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.roasts-note p{margin:0;color:#ffffffad;font-size:.6rem;line-height:1.6}@media(max-width:1150px){.roasts-grid{grid-template-columns:1fr}.roast-card{min-height:420px}}@media(max-width:850px){.roasts-heading{grid-template-columns:1fr}.roasts-introduction{max-width:520px}}@media(max-width:650px){.roasts-section{padding:5rem 0}.roast-card{grid-template-columns:1fr}.roast-card-image{min-height:360px}.roast-card-content{padding:1.6rem}.roasts-note{grid-template-columns:1fr}}.stores-hero{padding:6rem 0 4.5rem;background:linear-gradient(135deg,#fbf8f2,#f4efe6);border-bottom:1px solid var(--cdh-line)}.stores-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:end;gap:4rem}.stores-title{max-width:780px;margin:0;color:var(--cdh-green-dark);font-family:var(--font-title);font-size:clamp(3.6rem,6vw,6rem);font-weight:500;letter-spacing:-.04em;line-height:.92}.stores-title span{display:block;color:var(--cdh-green)}.stores-description{max-width:540px;margin:1.8rem 0 0;color:var(--cdh-muted);font-size:.82rem;line-height:1.85}.stores-hero-note{max-width:380px;justify-self:end;padding-left:1.5rem;border-left:1px solid var(--cdh-line-dark)}.stores-hero-note span{display:block;margin-bottom:.55rem;color:var(--cdh-orange);font-size:.5rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.stores-hero-note p{margin:0;color:var(--cdh-green-dark);font-family:var(--font-title);font-size:1.45rem;line-height:1.3}.stores-intro{padding:5rem 0 3rem;background:#fff}.stores-intro-grid{display:grid;grid-template-columns:1fr .85fr;align-items:end;gap:3rem}.stores-intro-text{max-width:760px}.stores-intro-description{max-width:440px;margin:0;justify-self:end;color:var(--cdh-muted);font-size:.75rem;line-height:1.8}.stores-list-section{padding:2rem 0 7rem;background:#fff}.stores-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.store-card{min-width:0;border:1px solid var(--cdh-line);background:var(--cdh-paper);transition:transform .3s ease,box-shadow .3s ease}.store-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-card)}.store-card-image{aspect-ratio:1.35 / 1;position:relative;overflow:hidden;background:#e7e1d7}.store-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .65s ease}.store-card:hover .store-card-image img{transform:scale(1.035)}.store-status{position:absolute;top:14px;left:14px;padding:.45rem .6rem;background:var(--cdh-green-dark);color:#fff;font-size:.45rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.store-card-content{padding:1.5rem}.store-card-eyebrow{color:var(--cdh-orange);font-size:.48rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.store-card-title{margin:.4rem 0 .7rem;color:var(--cdh-green-dark);font-family:var(--font-title);font-size:2rem;font-weight:500;line-height:1}.store-card-address{min-height:46px;margin:0 0 1rem;color:var(--cdh-muted);font-size:.66rem;line-height:1.7}.store-info-list{margin:0;padding:1rem 0;display:grid;gap:.8rem;border-top:1px solid var(--cdh-line);border-bottom:1px solid var(--cdh-line)}.store-info-row{display:grid;grid-template-columns:20px 1fr;gap:.65rem;align-items:start}.store-info-row svg{width:17px;height:17px;margin-top:1px;fill:none;stroke:var(--cdh-green-dark);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.store-info-row span{color:var(--cdh-muted);font-size:.6rem;line-height:1.6}.store-info-row strong{display:block;margin-bottom:.15rem;color:var(--cdh-green-dark);font-size:.55rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.store-actions{margin-top:1.2rem;display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.store-action-primary,.store-action-secondary{min-height:44px;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0 .8rem;font-size:.52rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;transition:.25s ease}.store-action-primary{border:1px solid var(--cdh-orange);background:var(--cdh-orange);color:#fff}.store-action-primary:hover{border-color:var(--cdh-green-dark);background:var(--cdh-green-dark);color:#fff}.store-action-secondary{border:1px solid var(--cdh-green-dark);background:transparent;color:var(--cdh-green-dark)}.store-action-secondary:hover{background:var(--cdh-green-dark);color:#fff}.store-actions svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.stores-map-section{min-height:560px;display:grid;grid-template-columns:1fr 1fr}.stores-map-visual{min-height:560px;position:relative;overflow:hidden;background:#ddd6ca}.stores-map-visual img{width:100%;height:100%;display:block;object-fit:cover}.stores-map-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000000d,#031f1159)}.stores-map-badge{position:absolute;left:2rem;bottom:2rem;padding:1.1rem 1.3rem;background:#052d1af0;color:#fff}.stores-map-badge span{display:block;color:var(--cdh-orange-light);font-size:.48rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.stores-map-badge strong{display:block;margin-top:.3rem;font-family:var(--font-title);font-size:1.4rem;font-weight:500}.stores-map-content{padding:6rem 7vw;display:flex;align-items:center;background:var(--cdh-green-dark);color:#fff}.stores-map-content>div{max-width:520px}.stores-map-content .cdh-section-title{color:#fff}.stores-map-content p:not(.cdh-eyebrow){margin:1.4rem 0 2rem;color:#ffffffb3;font-size:.76rem;line-height:1.85}@media(max-width:1050px){.stores-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.stores-hero-grid,.stores-intro-grid,.stores-map-section{grid-template-columns:1fr}.stores-hero-note,.stores-intro-description{justify-self:start}.stores-map-visual{min-height:480px}}@media(max-width:620px){.stores-hero{padding:4rem 0 3rem}.stores-title{font-size:clamp(3rem,14vw,4.4rem)}.stores-grid,.store-actions{grid-template-columns:1fr}.stores-map-visual{min-height:390px}.stores-map-content{padding:4rem 1.5rem}}.store-hours-rich{color:var(--cdh-muted);font-size:.6rem;line-height:1.6}.store-hours-rich p,.store-hours-rich .font_8{margin:0;padding:0;color:inherit;font-family:inherit;font-size:inherit;line-height:inherit}.store-hours-rich p+p{margin-top:.18rem}
