/* ==========================================================
   Thattukada Stores — native page CSS
   Global Blocksy/child-theme CSS remains untouched.
   Everything below is scoped to .tkd-stores-page.
   ========================================================== */
.tkd-stores-page{--tkd-primary:#007b70;--tkd-primary-dark:#00685f;--tkd-primary-soft:#e6f4f1;--tkd-ink:#17253b;--tkd-muted:#59657a;--tkd-line:#e8ebf2;--tkd-surface:#fff;--tkd-page:#f7f8fc;--tkd-radius:22px;background:var(--tkd-page);color:var(--tkd-ink);font-family:inherit}
.tkd-stores-page *{box-sizing:border-box}
.tkd-stores-shell{width:min(1280px,calc(100% - 32px));margin:0 auto;padding:34px 0 70px}
.tkd-stores-section{margin:0 0 30px}
.tkd-stores-hero{padding:28px 0 22px;background:radial-gradient(circle at 50% 0,rgba(0,123,112,.09),transparent 48%)}
.tkd-stores-hero__inner{text-align:center;max-width:860px;margin:0 auto}
.tkd-stores-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border:1px solid #e2e9f2;background:#fff;border-radius:999px;color:#0a56c9;font-size:14px;font-weight:700;letter-spacing:.055em;text-transform:uppercase;box-shadow:0 5px 18px rgba(23,37,59,.05)}
.tkd-dot{width:8px;height:8px;border-radius:50%;background:#e3a06b}
.tkd-stores-hero h1{margin:18px 0 10px;font-size:clamp(32px,5vw,54px);line-height:1.05;letter-spacing:-.035em;font-weight:750}
.tkd-stores-hero h1 span{color:#075dcc}
.tkd-stores-hero p{max-width:760px;margin:0 auto;color:var(--tkd-muted);font-size:clamp(16px,2vw,19px);line-height:1.65}
.tkd-stores-hero-actions{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:22px}
.tkd-store-btn,.tkd-store-link{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;font-weight:700;transition:.2s ease}
.tkd-store-btn{padding:0 22px}.tkd-store-btn:hover,.tkd-store-link:hover{transform:translateY(-1px)}
.tkd-store-btn--primary{background:var(--tkd-primary);color:#fff;box-shadow:0 9px 20px rgba(0,123,112,.18)}
.tkd-store-btn--secondary{background:#fff;color:#075dcc;border:1px solid #e5eaf2}
.tkd-store-link{padding:0 13px;color:#40516a}.tkd-store-icon{margin-right:7px}
.tkd-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px}
.tkd-trust-card{display:flex;align-items:center;gap:12px;text-align:left;background:#fff;border:1px solid #edf0f5;border-radius:18px;padding:13px 15px;min-width:0;box-shadow:0 5px 16px rgba(23,37,59,.035)}
.tkd-trust-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:12px;background:#f2f5ff;color:#0a56c9;font-weight:800}.tkd-trust-card strong{display:block;font-size:15px}.tkd-trust-card small{display:block;color:var(--tkd-muted);font-size:12px;line-height:1.35;margin-top:2px}
.tkd-discovery-card{background:#fff;border:1px solid #edf0f5;border-radius:24px;padding:24px;box-shadow:0 8px 24px rgba(23,37,59,.035)}
.tkd-discovery-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:18px}.tkd-section-kicker{display:block;color:#075dcc;font-size:13px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.tkd-section-kicker--secondary{color:#5b6c83}
.tkd-discovery-heading h2,.tkd-featured-heading h2,.tkd-owner-intro h2,.tkd-model-heading h2,.tkd-store-cta h2{margin:4px 0 3px;font-size:clamp(25px,3vw,34px);line-height:1.12;letter-spacing:-.025em}.tkd-discovery-heading p,.tkd-featured-heading p,.tkd-owner-intro p,.tkd-model-heading p,.tkd-store-cta p{margin:0;color:var(--tkd-muted);line-height:1.55}
.tkd-district-field{width:270px;flex:0 0 270px}.tkd-district-field>span{display:block;color:#536279;font-size:13px;font-weight:700;margin-bottom:7px}.tkd-district-field select{width:100%;height:50px;border:1px solid #cfd6e2;border-radius:13px;background:#fafbfe;padding:0 14px;font:inherit;color:var(--tkd-ink)}
.tkd-store-search-wrap{position:relative}.tkd-store-search-wrap input{width:100%;height:54px;border:1px solid #e1e6ef;border-radius:15px;background:#fafbfe;padding:0 48px 0 45px;font:inherit;color:var(--tkd-ink);outline:none}.tkd-store-search-wrap input:focus{border-color:#9accc7;box-shadow:0 0 0 3px rgba(0,123,112,.08)}.tkd-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#65738a;font-size:23px}.tkd-store-search-wrap button{display:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:#e9edf4;color:#526176;width:30px;height:30px;border-radius:50%;font-size:20px;line-height:1;cursor:pointer}.tkd-store-search-wrap button.is-visible{display:block}
.tkd-category-row{display:flex;gap:7px;overflow-x:auto;padding:11px 1px 2px;scrollbar-width:none}.tkd-category-row::-webkit-scrollbar{display:none}.tkd-category-chip{white-space:nowrap;border:0;border-radius:999px;background:#f5f6fa;color:#58657a;padding:9px 13px;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.tkd-category-chip.is-active{background:var(--tkd-primary);color:#fff;box-shadow:0 5px 12px rgba(0,123,112,.15)}
.tkd-featured-section{padding-top:5px}.tkd-featured-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.tkd-featured-note{color:#536279;font-size:13px}.tkd-featured-note i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--tkd-primary);margin-right:6px}
.tkd-store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.tkd-store-card{background:#fff;border:1px solid #edf0f5;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px rgba(23,37,59,.045);display:flex;flex-direction:column;min-width:0}.tkd-store-card.is-hidden{display:none!important}
.tkd-store-card__media{height:255px;position:relative;overflow:hidden;background:#edf1f6}.tkd-store-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.tkd-store-card:hover .tkd-store-card__media img{transform:scale(1.04)}.tkd-store-card__placeholder{height:100%;display:grid;place-items:center;color:var(--tkd-primary);font-size:65px;background:linear-gradient(135deg,#eef7f5,#f3f5fb)}.tkd-store-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(10,20,32,.7) 100%)}
.tkd-store-badge{position:absolute;top:14px;left:14px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-radius:999px;padding:6px 10px;color:var(--tkd-primary-dark);font-size:11px;font-weight:800}.tkd-store-card__overlay{position:absolute;left:18px;right:18px;bottom:17px;color:#fff}.tkd-store-card__overlay>span{display:inline-block;padding:4px 7px;border-radius:6px;background:rgba(10,20,32,.5);font-size:10px;text-transform:uppercase;letter-spacing:.05em}.tkd-store-card__overlay h3{margin:6px 0 0;font-size:23px;line-height:1.15;color:#fff}
.tkd-store-card__body{padding:18px;display:flex;flex-direction:column;flex:1}.tkd-store-location{font-size:13px;color:#65738a;margin-bottom:8px}.tkd-store-card__body p{font-size:14px;line-height:1.6;color:var(--tkd-muted);margin:0 0 16px}.tkd-store-card__footer{display:flex;gap:10px;align-items:center;border-top:1px solid #eef1f5;padding-top:13px;margin-top:auto}.tkd-whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f0f4f3;color:var(--tkd-primary-dark);padding:10px 13px;text-decoration:none;font-size:12px;font-weight:800}.tkd-visit-store{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:999px;background:var(--tkd-primary);color:#fff;padding:11px 16px;text-decoration:none;font-size:13px;font-weight:800}.tkd-store-empty{grid-column:1/-1;background:#fff;border:1px solid #edf0f5;border-radius:24px;padding:70px 24px;text-align:center}.tkd-store-empty__icon{width:80px;height:80px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:#f0f2ff;color:#0a56c9;font-size:40px}.tkd-store-empty h3{margin:0 0 7px;font-size:22px}.tkd-store-empty p{margin:0 0 20px;color:var(--tkd-muted)}.tkd-store-no-results{text-align:center;color:var(--tkd-muted);padding:30px}.tkd-store-no-results[hidden]{display:none}
.tkd-owner-section{border-radius:26px;background:linear-gradient(135deg,#edf5f4,#f7f8fb 62%,#fff);border:1px solid #e7edf0;padding:30px}.tkd-owner-intro{max-width:760px;margin-bottom:25px}.tkd-owner-intro>span,.tkd-model-heading>span,.tkd-store-cta>div>span{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(0,123,112,.09);color:var(--tkd-primary-dark);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.tkd-benefit-grid,.tkd-model-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.tkd-benefit-card,.tkd-model-card{background:#fff;border:1px solid #edf0f5;border-radius:18px;padding:20px}.tkd-benefit-number{display:block;color:#0a56c9;font-size:12px;font-weight:800;margin-bottom:22px}.tkd-benefit-card h3,.tkd-model-card h3{margin:0 0 8px;font-size:16px}.tkd-benefit-card p,.tkd-model-card p{margin:0;color:var(--tkd-muted);font-size:13px;line-height:1.6}
.tkd-model-heading{text-align:center;max-width:800px;margin:0 auto 24px}.tkd-model-heading>span{background:none;padding:0}.tkd-model-card{position:relative;padding-top:52px}.tkd-model-number{position:absolute;left:18px;top:17px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#dcefeb;color:var(--tkd-primary-dark);font-size:12px;font-weight:800}.tkd-promise{margin-top:14px;border-radius:17px;background:#eaf3f1;padding:17px 20px;color:#3e4d60;font-size:13px;line-height:1.55}.tkd-promise strong{color:var(--tkd-primary-dark)}
.tkd-store-cta{border-radius:26px;background:var(--tkd-primary-dark);color:#fff;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:28px;overflow:hidden}.tkd-store-cta h2{color:#fff}.tkd-store-cta p{color:rgba(255,255,255,.78)}.tkd-store-cta__actions{display:flex;flex-direction:column;gap:8px;align-items:stretch;min-width:190px}.tkd-store-btn--light{background:#fff;color:var(--tkd-primary-dark)}.tkd-store-cta__login{text-align:center;color:#fff;text-decoration:none;padding:9px;font-weight:700;font-size:13px}
.tkd-support-section{margin-bottom:0}.tkd-support-card{background:#fff;border:1px solid #edf0f5;border-radius:20px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.tkd-support-card span{font-weight:800}.tkd-support-card p{margin:4px 0 0;color:var(--tkd-muted);font-size:13px}.tkd-support-card>a{border-radius:999px;background:#f2f4f8;color:#34455d;padding:11px 17px;text-decoration:none;font-weight:800;font-size:13px;white-space:nowrap}
@media(max-width:900px){.tkd-trust-grid,.tkd-benefit-grid,.tkd-model-grid{grid-template-columns:repeat(2,1fr)}.tkd-discovery-heading{align-items:stretch;flex-direction:column}.tkd-district-field{width:100%;flex-basis:auto}.tkd-store-cta{align-items:flex-start;flex-direction:column}.tkd-store-cta__actions{width:100%;max-width:320px}}
@media(max-width:640px){.tkd-stores-shell{width:min(100% - 20px,1280px);padding-top:18px}.tkd-stores-hero{padding-top:15px}.tkd-stores-eyebrow{font-size:10px;padding:6px 10px}.tkd-stores-hero h1{font-size:34px}.tkd-stores-hero p{font-size:15px;line-height:1.5}.tkd-stores-hero-actions{gap:4px}.tkd-store-btn{min-height:43px;padding:0 16px;font-size:13px}.tkd-store-link{font-size:13px}.tkd-trust-grid{grid-template-columns:1fr 1fr;gap:7px}.tkd-trust-card{padding:10px;gap:8px;border-radius:14px}.tkd-trust-icon{width:31px;height:31px;flex-basis:31px;border-radius:9px}.tkd-trust-card strong{font-size:12px}.tkd-trust-card small{font-size:10px}.tkd-discovery-card,.tkd-owner-section{padding:16px;border-radius:20px}.tkd-discovery-heading h2,.tkd-featured-heading h2,.tkd-owner-intro h2,.tkd-model-heading h2,.tkd-store-cta h2{font-size:25px}.tkd-category-row{margin:0 -16px;padding-left:16px;padding-right:16px}.tkd-featured-heading{align-items:flex-start;flex-direction:column}.tkd-featured-note{font-size:11px}.tkd-store-grid{grid-template-columns:1fr;gap:14px}.tkd-store-card__media{height:225px}.tkd-store-card__overlay h3{font-size:21px}.tkd-benefit-grid,.tkd-model-grid{grid-template-columns:1fr 1fr;gap:9px}.tkd-benefit-card,.tkd-model-card{padding:15px}.tkd-benefit-number{margin-bottom:14px}.tkd-benefit-card h3,.tkd-model-card h3{font-size:14px}.tkd-benefit-card p,.tkd-model-card p{font-size:12px}.tkd-store-cta{padding:24px 18px;border-radius:20px}.tkd-support-card{align-items:flex-start;flex-direction:column}.tkd-support-card>a{width:100%;text-align:center}}
