/*
Theme Name: Grihvatika
Theme URI: https://grihvatika.org
Author: Nyayapath
Description: Grihvatika — a plant library and gardening theme for Indian homes. Ships with the Grihvatika Control Panel, a built-in admin console for the home page, pages, plant database, guides and journal.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: grihvatika
Tags: green, nature, cms, custom-colors, translation-ready
*/

:root{
  --gv:#14432a; --gv-dark:#0e3220; --gv-2:#2f6b3a; --gv-tint:#e9efd9; --gv-soft:#eef3e2;
  --gv-line:#e2e7d5; --gv-ink:#1d2b1f; --gv-mute:#5c6b54; --gv-panel:#f4f7ee; --gv-accent:#c1642c;
  --gv-radius:14px;
}
*{box-sizing:border-box}
body{margin:0;background:#fff;color:var(--gv-ink);font-family:'Noto Sans','Noto Sans Devanagari',system-ui,sans-serif;font-size:15px;line-height:1.6}
img{max-width:100%;display:block}
a{color:var(--gv-2);text-decoration:none}
a:hover{color:var(--gv)}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--gv-2);outline-offset:2px}
::selection{background:#cfe0c0}
h1,h2,h3{font-family:'Noto Serif','Noto Sans Devanagari',serif;color:var(--gv);margin:0}
.gv-wrap{max-width:1240px;margin:0 auto;padding:0 22px}
.gv-btn{display:inline-flex;align-items:center;gap:10px;border:0;border-radius:999px;padding:14px 28px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit}
.gv-btn-primary{background:var(--gv);color:#fff}
.gv-btn-primary:hover{background:var(--gv-dark);color:#fff}
.gv-btn-outline{background:transparent;color:var(--gv);border:1.5px solid var(--gv)}
.gv-btn-outline:hover{background:rgba(20,67,42,.08)}
.gv-btn-sm{padding:10px 20px;font-size:13px}
.gv-btn-light{background:var(--gv-panel);color:var(--gv)}

/* Header */
.gv-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid var(--gv-line)}
.gv-header .gv-wrap{display:flex;align-items:center;gap:20px;padding-top:9px;padding-bottom:9px}
.gv-brand{display:flex;align-items:center;gap:9px;flex:0 0 auto}
.gv-brand img{height:58px;width:auto;object-fit:contain;display:block}
.gv-brand-name{display:block;font-family:'Noto Serif',serif;font-weight:800;font-size:24px;color:var(--gv);letter-spacing:-.3px;line-height:1}
.gv-brand-tag{display:block;font-size:9px;letter-spacing:.06em;color:#6b7a63;margin-top:3px}
.gv-nav{display:flex;gap:19px;align-items:center;flex:0 0 auto;list-style:none;margin:0;padding:0}
.gv-nav a{font-size:13px;font-weight:500;color:#2b3a2c;white-space:nowrap}
.gv-search{flex:1 1 auto;min-width:150px}
.gv-search form{display:flex;align-items:center;gap:9px;background:var(--gv-panel);border:1px solid #dfe6d2;border-radius:999px;padding:9px 15px}
.gv-search input{border:0;background:transparent;outline:none;font-size:12.5px;width:100%;color:#2b3a2c;font-family:inherit}
.gv-lang{display:flex;align-items:center;gap:7px;font-size:12.5px}
.gv-lang a{padding:4px 10px;border-radius:999px;color:var(--gv-mute)}
.gv-lang a.is-on{background:var(--gv);color:#fff;font-weight:700}
.gv-header-actions{display:flex;align-items:center;gap:13px;flex:0 0 auto}

/* Hero */
.gv-hero{position:relative;background:var(--gv-soft);overflow:hidden}
.gv-hero-photo{position:absolute;top:0;right:0;bottom:0;width:57%}
.gv-hero-photo img{width:100%;height:100%;object-fit:cover}
.gv-hero-fade{position:absolute;top:0;bottom:0;left:36%;width:16%;background:linear-gradient(90deg,var(--gv-soft) 0%,rgba(238,243,226,0) 100%)}
.gv-hero .gv-wrap{position:relative;padding-top:46px;padding-bottom:34px}
.gv-hero-inner{max-width:500px}
.gv-hero h1{font-size:44px;line-height:1.16;font-weight:800;letter-spacing:-.6px;margin-bottom:16px;text-wrap:pretty}
.gv-hero p{font-size:15.5px;color:#33422f;margin:0 0 24px;max-width:410px}
.gv-hero-ctas{display:flex;gap:13px;flex-wrap:wrap;margin-bottom:28px}
.gv-badges{display:flex;gap:24px;flex-wrap:wrap}
.gv-badge{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#2b3a2c;line-height:1.25}
.gv-badge span:first-child{font-size:19px}

/* Section head */
.gv-sechead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.gv-sechead h2{font-size:25px;font-weight:700;margin-bottom:3px}
.gv-sechead p{margin:0;font-size:13.5px;color:var(--gv-mute)}
.gv-sechead .gv-more{font-size:13px;font-weight:600;color:#3b5a3d;white-space:nowrap}

/* Categories */
.gv-cats{background:var(--gv-tint);padding:30px 0 36px}
.gv-cat-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}
.gv-cat{background:#fff;border:1px solid #dde4d0;border-radius:13px;overflow:hidden;display:flex;flex-direction:column}
.gv-cat:hover{border-color:var(--gv-2)}
.gv-cat img{width:100%;height:100px;object-fit:cover}
.gv-cat-body{padding:11px 12px 13px;display:flex;flex-direction:column;gap:5px;flex:1}
.gv-cat-title{font-family:'Noto Serif','Noto Sans Devanagari',serif;font-weight:700;font-size:14.5px;color:var(--gv)}
.gv-cat-desc{font-size:11px;color:#61705a;line-height:1.45}

/* Plant of the week row */
.gv-row3{display:grid;grid-template-columns:minmax(0,1.44fr) minmax(0,1fr) minmax(0,1fr);gap:15px;padding-top:20px}
.gv-potw{position:relative;border-radius:13px;overflow:hidden;background:#12331f;min-height:292px}
.gv-potw-photo{position:absolute;top:0;right:0;bottom:0;width:62%}
.gv-potw-photo img{width:100%;height:100%;object-fit:cover}
.gv-potw-scrim{position:absolute;inset:0;background:linear-gradient(90deg,#12331f 0%,#12331f 42%,rgba(18,51,31,.55) 62%,rgba(18,51,31,0) 86%)}
.gv-potw-body{position:relative;padding:19px 22px 20px;display:flex;flex-direction:column;min-height:292px;color:#fff}
.gv-potw-label{display:flex;align-items:center;gap:9px;font-family:'Noto Serif',serif;font-weight:700;font-size:19px;margin-bottom:16px}
.gv-potw h3{font-size:29px;color:#fff;line-height:1.15}
.gv-potw-hi{font-size:20px;color:#e8f0dc;margin-top:2px}
.gv-potw-latin{font-size:13.5px;font-style:italic;color:#c3d6ab;margin-top:12px}
.gv-potw p{font-size:13px;color:#e2ebd6;margin:9px 0 0;max-width:250px}
.gv-potw-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}
.gv-potw-foot .gv-btn{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.6)}
.gv-dots{display:flex;gap:7px}
.gv-dots i{width:7px;height:7px;border-radius:999px;background:rgba(255,255,255,.45);display:block}
.gv-dots i.is-on{width:18px;background:#fff}

.gv-card{background:#fff;border:1px solid var(--gv-line);border-radius:13px;padding:16px 18px;display:flex;flex-direction:column}
.gv-card.gv-tinted{background:var(--gv-panel)}
.gv-card h3{font-size:19px;font-weight:700}
.gv-field{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #dfe6d2;border-radius:9px;padding:0 12px}
.gv-field select,.gv-field input{border:0;background:transparent;outline:none;font-size:12.5px;color:#2b3a2c;padding:11px 0;width:100%;font-family:inherit}
.gv-finder-form{display:flex;flex-direction:column;gap:9px}
.gv-finder-form .gv-btn{border-radius:9px;justify-content:center;padding:13px 18px;font-size:13.5px}
.gv-month li{display:flex;align-items:center;gap:10px;font-size:13px;color:#2b3a2c;list-style:none;padding:2px 0}
.gv-month ul{margin:0;padding:0;display:flex;flex-direction:column;gap:11px}
.gv-month-badge{display:flex;align-items:center;gap:5px;color:var(--gv-accent);font-size:12px;font-weight:600;white-space:nowrap}

/* Banners */
.gv-banners{display:grid;grid-template-columns:minmax(0,1.36fr) minmax(0,1fr);gap:15px;padding-top:15px}
.gv-banner{position:relative;border-radius:13px;overflow:hidden;min-height:142px}
.gv-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.gv-banner-body{position:relative;padding:17px 20px 18px;max-width:400px}
.gv-banner h3{font-size:22px;font-weight:700;margin-bottom:3px}
.gv-banner-light:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(240,245,231,.96) 0%,rgba(240,245,231,.86) 38%,rgba(240,245,231,.1) 78%)}
.gv-banner-light .gv-banner-body{z-index:1}
.gv-banner-dark:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,38,22,.82) 0%,rgba(12,38,22,.5) 55%,rgba(12,38,22,.12) 100%)}
.gv-banner-dark .gv-banner-body{z-index:1;max-width:280px}
.gv-banner-dark h3,.gv-banner-dark p{color:#fff}
.gv-banner-dark p{color:#e6eedb;font-size:12.5px;margin:0 0 2px}

/* Learn + journal */
.gv-two{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:26px;padding:24px 0 30px}
.gv-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.gv-mini{background:#fff;border:1px solid var(--gv-line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}
.gv-mini:hover{border-color:var(--gv-2)}
.gv-mini img{width:100%;height:68px;object-fit:cover}
.gv-mini-body{padding:10px 11px 11px;display:flex;flex-direction:column;gap:4px;flex:1}
.gv-mini-title{font-size:12.5px;font-weight:700;color:var(--gv-ink);line-height:1.3}
.gv-mini-desc{font-size:11px;color:#61705a;line-height:1.4}

/* Stats */
.gv-stats{background:var(--gv-tint);padding:20px 0}
.gv-stats .gv-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.gv-stat{display:flex;align-items:center;gap:11px}
.gv-stat b{font-family:'Noto Serif',serif;font-weight:700;font-size:19px;color:var(--gv);display:block;line-height:1.1}
.gv-stat span{font-size:11.5px;color:var(--gv-mute)}
.gv-quote{font-family:'Noto Serif',serif;font-style:italic;font-weight:600;font-size:16px;color:var(--gv)}
.gv-quote-by{font-size:11.5px;color:var(--gv-mute);text-align:right}

/* Inner pages */
.gv-pagehead{background:var(--gv-soft);border-bottom:1px solid var(--gv-line);padding:26px 0 30px}
.gv-crumbs{display:flex;gap:8px;font-size:12px;color:#6b7a63;margin-bottom:14px}
.gv-kicker{font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7a8a5e;margin-bottom:9px}
.gv-pagehead h1{font-size:38px;font-weight:800;line-height:1.15;letter-spacing:-.5px;max-width:780px;margin-bottom:12px}
.gv-pagehead p{margin:0;font-size:15.5px;color:#33422f;max-width:680px}
.gv-pagebody{padding:30px 0 46px;display:flex;flex-direction:column;gap:34px}
.gv-prose{max-width:780px}
.gv-prose p{font-size:14.5px;line-height:1.7;color:#33422f}
.gv-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}
.gv-tile{background:#fff;border:1px solid var(--gv-line);border-radius:var(--gv-radius);padding:17px 18px 18px}
.gv-tile-icon{font-size:22px;margin-bottom:9px}
.gv-tile h3{font-size:16.5px;font-weight:700;margin-bottom:6px}
.gv-tile p{margin:0;font-size:13.5px;color:#4a5a45}
.gv-plant-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px}
.gv-plant{background:#fff;border:1px solid var(--gv-line);border-radius:var(--gv-radius);overflow:hidden}
.gv-plant:hover{border-color:var(--gv-2)}
.gv-plant img{width:100%;height:130px;object-fit:cover}
.gv-plant-body{padding:13px 15px 15px}
.gv-plant-name{font-family:'Noto Serif',serif;font-weight:700;font-size:16px;color:var(--gv)}
.gv-plant-hi{font-size:14px;color:var(--gv-mute)}
.gv-plant-latin{font-size:11.5px;font-style:italic;color:#8a9682;margin-top:2px}
.gv-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}
.gv-tag{background:var(--gv-soft);color:#3b5a3d;border-radius:999px;padding:4px 10px;font-size:10.5px;font-weight:600}
.gv-chips{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:18px}
.gv-chip{background:#fff;color:#3b5a3d;border:1px solid #dfe6d2;border-radius:999px;padding:9px 18px;font-size:13px;font-weight:600}
.gv-chip.is-on{background:var(--gv);color:#fff;border-color:var(--gv)}
.gv-steps{display:flex;flex-direction:column;gap:12px;max-width:820px}
.gv-step{display:flex;gap:15px;background:var(--gv-panel);border-radius:var(--gv-radius);padding:15px 18px}
.gv-step i{flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:var(--gv);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13.5px;font-weight:700;font-style:normal}
.gv-faq{border:1px solid var(--gv-line);border-radius:13px;overflow:hidden;margin-bottom:10px;max-width:820px}
.gv-faq summary{padding:14px 17px;font-size:14.5px;font-weight:600;color:var(--gv);cursor:pointer;background:#fff;list-style:none}
.gv-faq summary::-webkit-details-marker{display:none}
.gv-faq div{padding:0 17px 15px;font-size:13.5px;color:#4a5a45}
.gv-formbox{background:var(--gv-panel);border:1px solid var(--gv-line);border-radius:16px;padding:20px 22px 22px;max-width:620px}
.gv-formgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.gv-formgrid label{display:block;font-size:11.5px;font-weight:600;color:var(--gv-mute)}
.gv-formgrid input,.gv-formgrid textarea{width:100%;border:1px solid #dfe6d2;border-radius:999px;padding:11px 16px;font-size:13.5px;background:#fff;font-family:inherit;margin-top:5px}
.gv-formgrid textarea{border-radius:16px;resize:vertical}
.gv-formgrid .gv-wide{grid-column:1 / -1}
.gv-statbox{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}
.gv-statbox div{background:var(--gv-tint);border-radius:var(--gv-radius);padding:18px 20px}
.gv-statbox b{font-family:'Noto Serif',serif;font-weight:800;font-size:27px;color:var(--gv);display:block;line-height:1}
.gv-statbox span{font-size:12.5px;color:var(--gv-mute);margin-top:6px;display:block}

/* Footer */
.gv-footer{background:var(--gv);color:#dfe8d3;padding:28px 0 0}
.gv-footer .gv-wrap{display:grid;grid-template-columns:minmax(190px,1.5fr) repeat(4,minmax(0,1fr)) minmax(200px,1.4fr);gap:26px}
.gv-footer h4{font-size:13px;font-weight:700;color:#fff;margin:0 0 11px}
.gv-footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}
.gv-footer a{font-size:12px;color:#c8d7bb}
.gv-footer a:hover{color:#fff}
.gv-footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-right:34px}
.gv-footer-logo-patch{display:inline-block;background:#f4f7ee;border-radius:14px;padding:10px 14px}
.gv-footer-brand img{height:62px;width:auto;object-fit:contain;display:block}
.gv-footer-brand b{font-family:'Noto Serif',serif;font-weight:800;font-size:22px;color:#fff;display:block}
.gv-footer-brand span{font-size:10.5px;color:#a9bd9b}
.gv-social{display:flex;gap:11px;margin-bottom:14px}
.gv-social a{width:26px;height:26px;border-radius:50%;background:#1d5636;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#dfe8d3}
.gv-subscribe{display:flex;align-items:center;gap:6px;background:#fff;border-radius:8px;padding:5px 5px 5px 12px;max-width:230px}
.gv-subscribe input{border:0;outline:none;font-size:12px;flex:1;min-width:0;font-family:inherit}
.gv-subscribe button{background:var(--gv-2);border:0;border-radius:7px;width:28px;height:26px;color:#fff;cursor:pointer}
.gv-footer-bottom{max-width:1240px;margin:22px auto 0;padding:12px 22px 16px;border-top:1px solid #1d5636;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:11.5px;color:#a9bd9b}
.gv-footer-bottom a{font-size:11.5px;color:#c8d7bb;text-decoration:underline}
.gv-footer-bottom a:hover{color:#fff}

/* Brand guidelines sheet */
.gv-brandsheet section h2{font-family:'Noto Serif',serif;font-weight:700;font-size:24px;color:var(--gv);margin:0 0 15px}
.gv-logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}
.gv-logo-grid figure{margin:0;border:1px solid var(--gv-line);border-radius:14px;overflow:hidden;background:#fff}
.gv-logo-ground{display:flex;align-items:center;justify-content:center;padding:26px 24px;min-height:150px}
.gv-ground-light{background:var(--gv-panel)}
.gv-ground-dark{background:var(--gv)}
.gv-logo-ground img{width:100%;max-width:240px;height:auto;display:block}
.gv-logo-ground img.gv-patch{background:var(--gv-panel);border-radius:14px;padding:12px 16px;box-sizing:border-box}
.gv-logo-grid figcaption{padding:12px 15px 14px;border-top:1px solid var(--gv-line);display:flex;flex-direction:column;gap:3px}
.gv-logo-grid figcaption b{font-size:14px;color:var(--gv)}
.gv-logo-grid figcaption span{font-size:12.5px;line-height:1.55;color:#4a5a45}
.gv-swatches{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}
.gv-swatch{background:#fff;border:1px solid var(--gv-line);border-radius:14px;overflow:hidden}
.gv-swatch-chip{height:86px}
.gv-swatch-meta{padding:13px 15px 15px;display:flex;flex-direction:column;gap:3px}
.gv-swatch-meta b{font-size:14px;color:var(--gv)}
.gv-swatch-meta code{font-size:12px;color:#6c7a63}
.gv-swatch-meta span{font-size:12.5px;line-height:1.55;color:#4a5a45}
.gv-specs{display:flex;flex-direction:column;gap:12px;max-width:820px}
.gv-spec{background:#fff;border:1px solid var(--gv-line);border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:6px}
.gv-spec span{font-size:12.5px;color:#4a5a45}
.gv-spec-display{font-family:'Noto Serif',serif;font-weight:800;font-size:30px;line-height:1.15;color:var(--gv);letter-spacing:-.4px}
.gv-spec-body{font-size:16px;line-height:1.7;color:#33422f}
.gv-spec-kicker{font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#7ba05b}
.gv-spec-hindi{font-family:'Noto Serif Devanagari','Noto Serif',serif;font-weight:700;font-size:24px;color:var(--gv)}
.gv-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}
.gv-cards .gv-card{gap:6px}
.gv-card-icon{font-size:22px;line-height:1;margin-bottom:3px}
.gv-cards .gv-card b{font-family:'Noto Serif',serif;font-weight:700;font-size:16.5px;color:var(--gv)}
.gv-cards .gv-card span{font-size:13.5px;line-height:1.6;color:#4a5a45}

@media (max-width:1080px){
  .gv-cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gv-row3,.gv-banners,.gv-two{grid-template-columns:1fr}
  .gv-hero-photo{position:relative;width:100%;height:240px}
  .gv-hero-fade{display:none}
  .gv-footer .gv-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:680px){
  .gv-cat-grid,.gv-mini-grid,.gv-formgrid{grid-template-columns:1fr}
  .gv-header .gv-wrap{flex-wrap:wrap}
  .gv-hero h1{font-size:32px}
  .gv-pagehead h1{font-size:28px}
}


/* Blocks, forms, modal, toast */
.gv-block{margin-bottom:34px}
.gv-block-title{font-family:'Noto Serif',serif;font-weight:700;font-size:24px;color:var(--gv);margin:0 0 15px}
.gv-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;max-width:820px}
.gv-steps li{display:flex;gap:15px;align-items:flex-start;background:var(--gv-panel);border-radius:14px;padding:15px 18px}
.gv-step-n{flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:var(--gv);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}
.gv-step-body{display:flex;flex-direction:column;gap:4px}
.gv-step-body b{font-size:15px;color:var(--gv)}
.gv-step-body span{font-size:13.5px;line-height:1.6;color:#4a5a45}
.gv-statgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}
.gv-statbox{background:#fff;border:1px solid var(--gv-line);border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:4px}
.gv-statbox b{font-family:'Noto Serif',serif;font-size:26px;font-weight:800;color:var(--gv)}
.gv-statbox span{font-size:12.5px;color:#4a5a45}
.gv-faq{display:flex;flex-direction:column;gap:10px;max-width:860px}
.gv-faq details{background:#fff;border:1px solid var(--gv-line);border-radius:13px;overflow:hidden}
.gv-faq summary{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 17px;font-size:14.5px;font-weight:600;color:var(--gv);cursor:pointer;list-style:none}
.gv-faq summary::-webkit-details-marker{display:none}
.gv-faq summary i{width:18px;height:18px;position:relative;flex:0 0 18px}
.gv-faq summary i::before,.gv-faq summary i::after{content:'';position:absolute;background:var(--gv-2);border-radius:2px}
.gv-faq summary i::before{inset:8px 2px auto 2px;height:2px}
.gv-faq summary i::after{inset:2px 8px 2px auto;width:2px}
.gv-faq details[open] summary i::after{display:none}
.gv-faq details>div{padding:0 17px 15px;font-size:13.5px;line-height:1.65;color:#4a5a45}
.gv-linkgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}
.gv-linkcard{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff;border:1px solid var(--gv-line);border-radius:13px;padding:15px 17px;text-decoration:none}
.gv-linkcard:hover{border-color:var(--gv-2);background:var(--gv-panel)}
.gv-linkcard b{display:block;font-size:14.5px;color:var(--gv)}
.gv-linkcard span span{display:block;font-size:12.5px;color:#5c6b54;margin-top:2px}
.gv-linkcard i{color:var(--gv-2);font-style:normal}
.gv-plantgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px}
.gv-plantcard{background:#fff;border:1px solid var(--gv-line);border-radius:14px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column}
.gv-plantcard:hover{border-color:var(--gv-2)}
.gv-plantcard img{width:100%;height:130px;object-fit:cover;display:block}
.gv-plantcard-body{padding:13px 15px 15px;display:flex;flex-direction:column;gap:3px}
.gv-plantcard-body b{font-family:'Noto Serif',serif;font-size:16.5px;color:var(--gv)}
.gv-plantcard-hi{font-size:13px;color:#5c6b54}
.gv-plantcard-body i{font-size:12px;color:#8a9682}
.gv-plantcard-body>span:last-child{font-size:13px;line-height:1.55;color:#4a5a45;margin-top:4px}
.gv-empty{font-size:14px;color:#5c6b54}

.gv-form{max-width:640px}
.gv-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.gv-form-field{display:flex;flex-direction:column;gap:5px}
.gv-form-field>span{font-size:11.5px;font-weight:600;color:#5c6b54}
.gv-form-field em{color:#c1642c;font-style:normal}
.gv-form-wide{grid-column:1 / -1}
.gv-form input[type=text],.gv-form input[type=email],.gv-form textarea{width:100%;border:1px solid var(--gv-line);border-radius:999px;padding:11px 16px;font-size:13.5px;font-family:inherit;background:#fff;color:#1d2b1f}
.gv-form textarea{border-radius:16px;resize:vertical}
.gv-form input:focus-visible,.gv-form textarea:focus-visible{outline:2px solid var(--gv-2);outline-offset:1px;border-color:var(--gv-2)}
.gv-form .gv-invalid{border-color:#c0392b;background:#fdf3f2}
.gv-form button{margin-top:14px}
.gv-form-note{font-size:12px;color:#6b7a63;margin-top:10px}
.gv-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0}

.gv-search form{position:relative}
.gv-search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:0;color:#5c6b54;font-size:15px;line-height:1;cursor:pointer}
.gv-search-clear:hover{color:var(--gv)}
.gv-suggest-empty{display:block;padding:12px;font-size:13px;color:#6b7a63}
.gv-suggest-all{border-top:1px solid var(--gv-line);background:var(--gv-panel);font-weight:600;color:var(--gv)!important}

.gv-modal{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:22px}
.gv-modal[hidden]{display:none}
.gv-modal-back{position:absolute;inset:0;background:rgba(20,67,42,.42)}
.gv-modal-card{position:relative;background:#fff;border-radius:18px;padding:26px 26px 24px;max-width:420px;width:100%;box-shadow:0 24px 60px rgba(20,67,42,.28)}
.gv-modal-card h2{font-family:'Noto Serif',serif;font-size:23px;font-weight:800;color:var(--gv);margin:0 0 5px}
.gv-modal-card>p{margin:0 0 16px;font-size:13.5px;color:#5c6b54}
.gv-modal-card .gv-form-field{margin-bottom:11px}
.gv-modal-x{position:absolute;top:12px;right:14px;background:transparent;border:0;font-size:22px;line-height:1;color:#5c6b54;cursor:pointer}
.gv-modal-x:hover{color:var(--gv)}

.gv-toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);z-index:130;background:var(--gv);color:#fff;border-radius:999px;padding:12px 22px;font-size:13.5px;box-shadow:0 16px 34px rgba(20,67,42,.3);transition:opacity .5s,transform .5s}
.gv-toast-bad{background:#a5321f}
.gv-toast-out{opacity:0;transform:translate(-50%,10px)}


/* ===== Cross-browser and responsive layer ===================================
   Physical offsets alongside every 'inset' (Safari < 14.1, older Edge),
   explicit vendor prefixes for flex/appearance/backdrop, and breakpoints down
   to 320px. Nothing below changes the design — it only makes it hold up.
   ========================================================================== */

*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}
html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-wrap:break-word;word-wrap:break-word}
img,svg,video{max-width:100%;height:auto}
img{border:0}
.gv-potw-photo img,.gv-banner>img,.gv-plantcard img,.gv-card img{height:100%}

/* 'inset' fallbacks */
.gv-potw-scrim,.gv-banner>img,.gv-banner-light:after,.gv-banner-dark:after,
.gv-modal,.gv-modal-back{top:0;right:0;bottom:0;left:0}
.gv-faq summary i::before{top:8px;right:2px;left:2px;bottom:auto}
.gv-faq summary i::after{top:2px;bottom:2px;right:8px;left:auto}

/* Flex/grid prefixes for older WebKit */
.gv-header .gv-wrap,.gv-nav,.gv-search form,.gv-brand,.gv-footer-brand,
.gv-modal,.gv-steps,.gv-steps li,.gv-faq summary,.gv-linkcard{display:-webkit-box;display:-ms-flexbox;display:flex}
.gv-modal{-webkit-box-align:center;-ms-flex-align:center;align-items:center;
  -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}

/* Native control normalisation */
input,select,textarea,button{font:inherit;color:inherit;margin:0}
input[type=search]{-webkit-appearance:none;appearance:none;border-radius:999px}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}
button{-webkit-appearance:none;appearance:none;cursor:pointer;background:none;border:0}
textarea{-webkit-appearance:none;appearance:none}
/* iOS zooms any field under 16px on focus */
@media (max-width:820px){
  .gv-form input,.gv-form textarea,.gv-search input,.gv-subscribe input{font-size:16px}
}

/* Focus visible everywhere, keyboard only */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,
summary:focus-visible{outline:2px solid var(--gv-2);outline-offset:2px}

/* Mobile navigation */
.gv-navtoggle{display:none;flex-direction:column;gap:4px;padding:9px;border-radius:10px;background:var(--gv-panel)}
.gv-navtoggle span{display:block;width:19px;height:2px;border-radius:2px;background:var(--gv)}
.gv-navtoggle[aria-expanded=true]{background:var(--gv);}
.gv-navtoggle[aria-expanded=true] span{background:#fff}

@media (max-width:1080px){
  .gv-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gv-potw-photo{width:52%}
  .gv-logo-grid,.gv-plantgrid,.gv-linkgrid,.gv-swatches{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
}

@media (max-width:900px){
  .gv-header .gv-wrap{flex-wrap:wrap;row-gap:10px}
  .gv-navtoggle{display:-webkit-box;display:-ms-flexbox;display:flex;order:2;margin-left:auto}
  .gv-nav{order:4;display:none;width:100%;flex-direction:column;align-items:flex-start;gap:0;
    border-top:1px solid var(--gv-line);padding-top:8px;margin-top:4px}
  .gv-nav.is-open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;flex-direction:column}
  .gv-nav li{width:100%}
  .gv-nav a{display:block;width:100%;padding:11px 4px;min-height:44px;line-height:1.5}
  .gv-search{order:3;flex:1 1 100%;max-width:none}
  .gv-header .gv-btn{order:5}
  .gv-potw{display:block}
  .gv-potw-photo{position:static;width:100%;height:200px}
  .gv-potw-scrim{display:none}
  .gv-potw-body{min-height:0}
  .gv-footer .gv-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gv-footer-brand{grid-column:1 / -1;padding-right:0}
}

@media (max-width:680px){
  .gv-wrap{padding-left:16px;padding-right:16px}
  .gv-hero h1{font-size:30px;line-height:1.2}
  .gv-hero p{font-size:15px}
  .gv-block-title,.gv-brandsheet section h2{font-size:21px}
  .gv-cat-grid,.gv-mini-grid,.gv-formgrid,.gv-form-grid,.gv-statgrid,
  .gv-plantgrid,.gv-linkgrid,.gv-swatches,.gv-logo-grid,.gv-cards{grid-template-columns:1fr}
  .gv-form-wide{grid-column:auto}
  .gv-steps li{padding:13px 15px}
  .gv-modal{padding:14px}
  .gv-modal-card{padding:22px 18px 20px;max-height:88vh;overflow:auto;-webkit-overflow-scrolling:touch}
  .gv-toast{left:14px;right:14px;bottom:14px;transform:none;text-align:center}
  .gv-toast-out{transform:translateY(10px)}
  .gv-footer .gv-wrap{grid-template-columns:1fr}
  .gv-footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}
  /* touch targets */
  .gv-btn,.gv-nav a,.gv-linkcard,.gv-faq summary{min-height:44px}
  .gv-btn{padding-top:12px;padding-bottom:12px}
}

@media (max-width:380px){
  .gv-brand img{height:44px}
  .gv-hero h1{font-size:26px}
  .gv-statbox b{font-size:22px}
}

/* Coarse pointers: no hover-only affordances */
@media (hover:none){
  .gv-card:hover,.gv-linkcard:hover,.gv-plantcard:hover{border-color:var(--gv-line)}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;
    transition-duration:.001ms!important;scroll-behavior:auto!important}
}

@media print{
  .gv-header,.gv-footer,.gv-modal,.gv-toast,.gv-navtoggle,.gv-search,.gv-subscribe{display:none!important}
  body{background:#fff;color:#000}
  a{text-decoration:underline}
  .gv-card,.gv-statbox,.gv-faq details{break-inside:avoid;page-break-inside:avoid}
  .gv-faq details{border:1px solid #ccc}
}


/* Seasonal engine and search results */
.gv-sow{display:inline-block;margin-top:7px;font-size:11.5px;font-weight:600;color:#8a5a1e;background:#fdf1e0;border-radius:999px;padding:4px 10px}
.gv-month-note{margin:0 0 12px;font-size:12.5px;line-height:1.55;color:var(--gv-mute)}
.gv-month ul li a{color:#1d2b1f;text-decoration:none;font-weight:600}
.gv-month ul li a:hover{color:var(--gv-2);text-decoration:underline}
.gv-month ul li em{display:block;font-style:normal;font-size:12px;color:var(--gv-mute)}
.gv-btn-grow{margin-top:12px;align-self:flex-start}
.gv-finder-now{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:12.5px;color:var(--gv-mute);cursor:pointer}
.gv-finder-now input{width:16px;height:16px;accent-color:var(--gv-2)}
.gv-monthblock-note{font-size:14px;line-height:1.6;color:#4a5a45;max-width:760px;margin:0 0 14px}
.gv-monthchips{margin-bottom:12px}
.gv-calendar{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px}
.gv-calmonth{background:#fff;border:1px solid var(--gv-line);border-radius:14px;padding:15px 17px;display:flex;flex-direction:column;gap:6px}
.gv-calmonth.is-now{border-color:var(--gv-2);background:var(--gv-panel);box-shadow:0 0 0 1px var(--gv-2) inset}
.gv-calmonth b{font-family:'Noto Serif',serif;font-size:17px;color:var(--gv)}
.gv-calnote{font-size:12.5px;line-height:1.55;color:var(--gv-mute)}
.gv-callist{font-size:13px;line-height:1.6;color:#33422f}
.gv-searchbig{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px;max-width:660px}
.gv-searchbig input{flex:1 1 260px;border:1px solid var(--gv-line);border-radius:999px;padding:12px 18px;font-size:14px;background:#fff;color:#1d2b1f}
.gv-searchbig input:focus-visible{outline:2px solid var(--gv-2);outline-offset:1px}
@media (max-width:680px){
  .gv-calendar{grid-template-columns:1fr}
  .gv-searchbig{flex-direction:column}
  .gv-searchbig .gv-btn{width:100%;justify-content:center}
}
@media print{.gv-calmonth{break-inside:avoid;page-break-inside:avoid}}


/* All-India calendar matrix */
.gv-legend{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px;margin:0 0 18px}
.gv-legend-item{font-size:12.5px;line-height:1.55;color:#4a5a45;background:var(--gv-panel);border-radius:12px;padding:11px 14px}
.gv-legend-item b{display:block;font-size:13px;color:var(--gv)}
.gv-legend-item em{display:block;margin-top:3px;font-style:normal;font-size:11.5px;font-weight:600;color:#8a5a1e}
.gv-calwrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--gv-line);border-radius:14px;background:#fff}
.gv-caltable{width:100%;border-collapse:collapse;min-width:860px;font-size:13px}
.gv-caltable th,.gv-caltable td{text-align:left;vertical-align:top;padding:12px 14px;border-bottom:1px solid var(--gv-line)}
.gv-caltable thead th{position:sticky;top:0;z-index:2;background:var(--gv);color:#fff;font-size:12px;font-weight:700;letter-spacing:.02em;white-space:nowrap}
.gv-caltable tbody th{background:var(--gv-panel);min-width:190px}
.gv-caltable tbody th b{display:block;font-family:'Noto Serif',serif;font-size:15px;color:var(--gv)}
.gv-caltable tbody th span{display:block;margin-top:4px;font-size:11.5px;font-weight:400;line-height:1.5;color:var(--gv-mute)}
.gv-caltable tbody tr:last-child th,.gv-caltable tbody tr:last-child td{border-bottom:0}
.gv-caltable tr.is-now th,.gv-caltable tr.is-now td{background:#f0f6e6}
.gv-caltable tr.is-now th b{color:#14432a}
.gv-caltable td a{color:#33422f;text-decoration:none;border-bottom:1px solid rgba(47,107,58,.3)}
.gv-caltable td a:hover{color:var(--gv-2);border-bottom-color:var(--gv-2)}
.gv-calempty{color:#b6bfad}
@media (max-width:680px){
  .gv-caltable{min-width:720px;font-size:12.5px}
  .gv-caltable th,.gv-caltable td{padding:10px 11px}
}
@media print{
  .gv-calwrap{overflow:visible;border:0}
  .gv-caltable{min-width:0;font-size:9pt}
  .gv-caltable thead th{position:static;background:#eee;color:#000}
}


/* Member console */
.gv-console-nav{margin-bottom:24px}
.gv-plantactions{margin:16px 0 22px}
.gv-saveform{display:inline-block;margin-top:8px}
.gv-btn-ghost{background:#fff;border:1px solid var(--gv-2);color:var(--gv)}
.gv-btn-ghost:hover{background:var(--gv-panel)}
.gv-btn.is-saved{color:var(--gv);border-color:var(--gv-2)}
.gv-select{width:100%;border:1px solid var(--gv-line);border-radius:999px;padding:11px 16px;font-size:13.5px;font-family:inherit;background:#fff;color:#1d2b1f;-webkit-appearance:none;appearance:none}
.gv-select:focus-visible{outline:2px solid var(--gv-2);outline-offset:1px}
.gv-form input[type=file]{font-size:13px;padding:10px 0;color:#4a5a45}
.gv-sublist{display:flex;flex-direction:column;gap:12px}
.gv-subitem{display:flex;gap:15px;background:#fff;border:1px solid var(--gv-line);border-radius:14px;padding:15px 17px}
.gv-subthumb{flex:0 0 120px}
.gv-subthumb img{width:120px;height:88px;object-fit:cover;border-radius:10px;display:block}
.gv-subbody{min-width:0;display:flex;flex-direction:column;gap:5px}
.gv-subhead{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.gv-subhead b{font-family:'Noto Serif',serif;font-size:16.5px;color:var(--gv)}
.gv-submeta{font-size:12px;color:var(--gv-mute)}
.gv-subbody p{font-size:13.5px;line-height:1.6;color:#4a5a45;margin:4px 0 0}
.gv-state{font-size:11px;font-weight:700;border-radius:999px;padding:4px 10px;background:#eef1e6;color:#4a5a45}
.gv-state-wait{background:#fdf1e0;color:#8a5a1e}
.gv-state-live{background:#e6f2e2;color:#1f5c30}
.gv-state-back{background:#f6e4e2;color:#8c2f22}
.gv-adm-pill{display:inline-block;margin-left:8px;background:#d63638;color:#fff;border-radius:999px;padding:1px 9px;font-size:12px;vertical-align:middle}
.gv-login-form label{display:block;font-size:12px;font-weight:600;color:#5c6b54;margin-bottom:12px}
#loginform input[type=text],#loginform input[type=password]{width:100%;border:1px solid var(--gv-line);border-radius:999px;padding:11px 16px;font-size:13.5px;background:#fff;color:#1d2b1f;margin-top:5px}
#loginform input[type=submit]{background:var(--gv-2);border:0;border-radius:999px;color:#fff;padding:11px 22px;font-size:13.5px;font-weight:600;cursor:pointer}
#loginform input[type=submit]:hover{background:var(--gv)}
#loginform .login-remember{font-weight:400}
@media (max-width:680px){
  .gv-subitem{flex-direction:column}
  .gv-subthumb,.gv-subthumb img{width:100%;flex:none}
  .gv-subthumb img{height:160px}
}


/* This Month picker on the home page */
.gv-monthpick{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}
.gv-monthpick label{flex:1 1 130px;min-width:0}
.gv-monthpick select{width:100%;border:1px solid var(--gv-line);border-radius:999px;padding:8px 13px;font-size:12.5px;font-family:inherit;background:#fff;color:#1d2b1f;-webkit-appearance:none;appearance:none}
.gv-monthpick select:focus-visible{outline:2px solid var(--gv-2);outline-offset:1px}
.gv-monthpick .gv-btn{flex:0 0 auto}
.gv-month-reset{text-decoration:none}
.gv-month-reset:hover{background:#f6e4c7}
@media (max-width:680px){
  .gv-monthpick label{flex:1 1 100%}
  .gv-monthpick .gv-btn{width:100%;justify-content:center}
}


/* This Month rows and their popups */
.gv-monthrow{background:none;border:0;padding:0;font:inherit;color:#1d2b1f;font-weight:600;text-align:left;cursor:pointer;border-bottom:1px solid rgba(47,107,58,.35)}
.gv-monthrow:hover{color:var(--gv-2);border-bottom-color:var(--gv-2)}
.gv-monthrow:focus-visible{outline:2px solid var(--gv-2);outline-offset:2px}
.gv-modal-wide{max-width:720px}
.gv-modal-wide h2{display:flex;align-items:center;gap:9px}
.gv-modal-list{display:flex;flex-direction:column;gap:8px;max-height:58vh;overflow:auto;-webkit-overflow-scrolling:touch;margin-top:14px;padding-right:4px}
.gv-modal-item{display:flex;gap:13px;align-items:flex-start;padding:10px 11px;border:1px solid var(--gv-line);border-radius:12px;text-decoration:none;background:#fff}
.gv-modal-item:hover{border-color:var(--gv-2);background:var(--gv-panel)}
.gv-modal-thumb{flex:0 0 74px}
.gv-modal-thumb img{width:74px;height:56px;object-fit:cover;border-radius:9px;display:block}
.gv-modal-text{min-width:0;display:flex;flex-direction:column;gap:2px}
.gv-modal-text b{font-family:'Noto Serif',serif;font-size:15.5px;color:var(--gv)}
.gv-modal-text em{font-style:normal;font-size:12.5px;color:#5c6b54}
.gv-modal-text>span{font-size:12.5px;line-height:1.5;color:#4a5a45}
.gv-modal-text .gv-sow{align-self:flex-start;margin-top:5px}
@media (max-width:680px){
  .gv-modal-list{max-height:64vh}
  .gv-modal-thumb,.gv-modal-thumb img{width:56px}
  .gv-modal-thumb img{height:46px}
}


/* Equal-height home row ---------------------------------------------------
   Plant of the Week, the plant finder and This Month share one grid row, so
   they get identical track widths and stretch to the tallest of the three.
   ------------------------------------------------------------------------ */
.gv-row3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;align-items:stretch}
.gv-row3>*{min-width:0;height:100%;display:flex;flex-direction:column}
.gv-row3>.gv-potw{position:relative;overflow:hidden;border-radius:13px;min-height:340px}
.gv-row3>.gv-card{min-height:340px}
.gv-potw-body{flex:1 1 auto;min-height:0}
.gv-potw-foot{margin-top:auto}
.gv-month ul,.gv-finder-form{flex:1 1 auto}
.gv-month ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:9px}
.gv-finder-form{display:flex;flex-direction:column;gap:9px}

@media (max-width:1080px){
  .gv-row3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gv-row3>.gv-potw{grid-column:1 / -1;min-height:300px}
}
@media (max-width:680px){
  .gv-row3{grid-template-columns:1fr}
  .gv-row3>.gv-potw,.gv-row3>.gv-card{min-height:0}
}
