/* gracecopywrites.com | Copywriting Agency | Badalona, Barcelona, Spain (FIRST!)
   DEEP FOREST #1A3329 + IVORY #FAFAF7 + SIENNA #B84D35 + LINEN #F2EAE0 (ALL FIRST!)
   Lora (FIRST!) + Work Sans (FIRST!)
   grw- CSS prefix | GRW JS | $grw PHP | grw_lang cookie (EN/ES)
   TWO-ROW EDITORIAL NAV + SLIDING UNDERLINE ANIMATION (FIRST!)
   EDITORIAL TYPOGRAPHIC HERO (FIRST!) | DARK FOREST STATS STRIP (FIRST!)
   TALL-FIRST-CARD SERVICES GRID (FIRST!) | TESTIMONIAL CAROUSEL (FIRST!)
   VERTICAL STEPPED PROCESS (FIRST!) | NUMBERED EDITORIAL PORTFOLIO (FIRST!)
   COLORED-TOP PRICING CARDS (FIRST!) | FOREST ACCORDION FAQ (FIRST!)
   LINEN CTA EDITORIAL (FIRST!) | DARK FOREST FOOTER (FIRST!)
   Feather/quill favicon (FIRST!) | Instagram+Pinterest+YouTube (FIRST!)
   Marta & Co Wines, Urbanize Barcelona, L Atelier Badalona (FIRST Barcelona!)
   Essentials/Studio/Full Suite (FIRST!) */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Work+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --grw-bg:    #FAFAF7; --grw-linen: #F2EAE0; --grw-blush: #E8D5CC;
  --grw-bl:    #DDD0C4; --grw-blL:   #EDE5D8;
  --grw-forest:#1A3329; --grw-fore2: #0D1A12; --grw-forL:  rgba(26,51,41,.06);
  --grw-sienna:#B84D35; --grw-sien2: #8E3929; --grw-sienL: rgba(184,77,53,.08);
  --grw-ink:   #0A1A12; --grw-mid:   #3D5A4A; --grw-stone: #7A9088;
  --grw-white: #FFFFFF;
  --grw-max:   1160px;
  --grw-fh:    'Lora', Georgia, serif;      /* FIRST Lora! */
  --grw-fb:    'Work Sans', system-ui, sans-serif; /* FIRST Work Sans! */
  --grw-r:4px; --grw-r2:8px; --grw-r3:14px; --grw-r4:28px;
  --grw-ease:  all .22s cubic-bezier(.4,0,.2,1);
  --grw-sh:    0 2px 14px rgba(26,51,41,.07);
  --grw-sh2:   0 14px 44px rgba(26,51,41,.13);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--grw-bg);color:var(--grw-mid);font-family:var(--grw-fb);font-size:.88rem;line-height:1.72;overflow-x:hidden;}
img{display:block;max-width:100%;}a{color:inherit;text-decoration:none;}ul{list-style:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
input,textarea,select{font-family:inherit;}address{font-style:normal;}
h1,h2,h3,h4{font-family:var(--grw-fh);color:var(--grw-ink);letter-spacing:-.02em;}
h2{font-size:clamp(2rem,5vw,3.8rem);font-weight:700;line-height:1.1;}
p{font-size:.88rem;line-height:1.78;color:var(--grw-mid);}

/* TWO-ROW EDITORIAL NAV (FIRST in 53-site series!)
   Row 1: thin forest topbar | Row 2: sticky mainnav with SLIDING UNDERLINE */
.grw-topbar{background:var(--grw-forest);padding:.28rem 2.5rem;}
.grw-tb-in{max-width:var(--grw-max);margin:0 auto;display:flex;align-items:center;gap:1.5rem;justify-content:flex-end;}
.grw-tb-it{font-family:var(--grw-fb);font-size:.42rem;color:rgba(255,255,255,.25);display:flex;align-items:center;gap:.25rem;}
.grw-tb-it a{color:rgba(255,255,255,.25);transition:color .14s;}
.grw-tb-it a:hover{color:var(--grw-sienna);}
.grw-tb-sep{width:1px;height:10px;background:rgba(255,255,255,.1);}
.grw-tb-lang{display:flex;align-items:center;gap:.2rem;}
.grw-tla{font-family:var(--grw-fb);font-size:.42rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.2);cursor:pointer;padding:.1rem .2rem;transition:color .14s;}
.grw-tla:hover,.grw-tla.grw-tla-on{color:rgba(255,255,255,.6);}
.grw-tla-sl{color:rgba(255,255,255,.1);font-size:.38rem;}
/* Main sticky nav */
.grw-mainnav{background:var(--grw-bg);border-bottom:1px solid var(--grw-linen);padding:.85rem 2.5rem;position:sticky;top:0;z-index:200;transition:background .3s,box-shadow .3s,border-color .3s;}
.grw-mainnav.grw-nav-s{background:white;box-shadow:0 1px 18px rgba(26,51,41,.06);border-bottom-color:var(--grw-bl);}
.grw-mn-in{max-width:var(--grw-max);margin:0 auto;display:flex;align-items:center;gap:1rem;}
/* BIGGER logo: Lora 1.9rem 700 (bigger than body .88rem!) */
.grw-brand{font-family:var(--grw-fh);font-size:1.9rem;font-weight:700;color:var(--grw-forest);text-decoration:none;letter-spacing:-.03em;flex-shrink:0;line-height:1;}
.grw-brand em{color:var(--grw-sienna);font-style:italic;}
.grw-nav-lnks{display:flex;align-items:center;gap:.1rem;flex:1;margin-left:.8rem;}
/* Nav font: Work Sans 1rem 600 (bigger than body .88rem!) */
/* SLIDING UNDERLINE ANIMATION (FIRST in 53-site series!) */
.grw-nl{font-family:var(--grw-fb);font-size:1rem;font-weight:600;color:var(--grw-stone);padding:.38rem .6rem;position:relative;transition:color .2s;text-decoration:none;white-space:nowrap;}
.grw-nl::after{content:'';position:absolute;bottom:0;left:.6rem;right:.6rem;height:2px;background:var(--grw-sienna);transform:scaleX(0);transition:transform .22s ease;transform-origin:left;}
.grw-nl:hover{color:var(--grw-forest);}
.grw-nl:hover::after,.grw-nl.grw-on::after{transform:scaleX(1);}
/* Dropdown */
.grw-dd-wrap{position:relative;}
.grw-dd{position:absolute;top:calc(100% + .6rem);left:50%;transform:translateX(-50%) translateY(-4px);background:white;border:1.5px solid var(--grw-bl);border-radius:var(--grw-r2);box-shadow:var(--grw-sh2);min-width:240px;padding:.3rem 0;opacity:0;pointer-events:none;transition:opacity .15s,transform .15s;z-index:300;}
.grw-dd-wrap:hover .grw-dd{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);}
.grw-dd-lnk{display:flex;align-items:center;gap:.5rem;font-family:var(--grw-fb);font-size:.86rem;font-weight:600;color:var(--grw-stone);padding:.4rem 1rem;transition:color .14s,background .14s;}
.grw-dd-lnk:hover{color:var(--grw-forest);background:var(--grw-forL);}
.grw-mn-end{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto;}
.grw-hd-cta{font-family:var(--grw-fb);font-size:.88rem;font-weight:700;color:white;background:var(--grw-forest);padding:.38rem 1.1rem;border-radius:var(--grw-r);transition:background .14s;white-space:nowrap;}
.grw-hd-cta:hover{background:var(--grw-sienna);}
.grw-mob-btn{color:var(--grw-stone);display:none;padding:.28rem;transition:color .2s;}
.grw-mob-btn:hover{color:var(--grw-forest);}
.grw-mob-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--grw-forest);border-bottom:2px solid var(--grw-sienna);padding:.5rem 2.5rem 1rem;z-index:190;}
.grw-mob-menu.grw-mob-vis{display:block;}
.grw-mob-nl{display:block;font-family:var(--grw-fb);font-size:1rem;font-weight:600;color:rgba(255,255,255,.4);padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.06);transition:color .14s;}
.grw-mob-nl:hover,.grw-mob-nl.grw-on{color:white;}

/* EDITORIAL TYPOGRAPHIC HERO (FIRST in 53-site series!)
   Large Lora serif headline framed by horizontal rules */
.grw-hero-zone{background:var(--grw-bg);padding:4.5rem 2.5rem 0;}
.grw-hero-in{max-width:var(--grw-max);margin:0 auto;}
.grw-hero-eyebrow{font-family:var(--grw-fb);font-size:.44rem;font-weight:600;text-transform:uppercase;letter-spacing:.26em;color:var(--grw-stone);display:block;margin-bottom:1.5rem;}
/* Large serif headline framed by horizontal lines */
.grw-hero-h1{font-family:var(--grw-fh);font-size:clamp(2.8rem,6.5vw,7.5rem);font-weight:700;color:var(--grw-forest);line-height:1.02;letter-spacing:-.03em;border-top:2px solid var(--grw-forest);padding-top:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--grw-linen);margin-bottom:3rem;}
.grw-hero-lower{display:grid;grid-template-columns:1fr 440px;gap:3rem;align-items:center;padding-bottom:5rem;}
.grw-hero-sub{font-family:var(--grw-fb);font-size:.97rem;color:var(--grw-stone);max-width:44ch;line-height:1.75;margin-bottom:2rem;}
.grw-hero-acts{display:flex;gap:.7rem;flex-wrap:wrap;}
.grw-hero-img{width:100%;height:440px;object-fit:cover;border-radius:var(--grw-r);filter:brightness(.96);}

/* DARK FOREST STATS STRIP with SIENNA NUMBERS (FIRST in 53-site series!) */
.grw-nums-zone{background:var(--grw-forest);}
.grw-nums-in{max-width:var(--grw-max);margin:0 auto;padding:2.5rem 2.5rem;display:grid;grid-template-columns:repeat(4,1fr);}
.grw-num-blk{text-align:center;padding:.8rem;border-right:1px solid rgba(255,255,255,.07);}
.grw-num-blk:last-child{border-right:none;}
.grw-nv{font-family:var(--grw-fh);font-size:2.5rem;font-weight:700;color:var(--grw-sienna);display:block;line-height:1;letter-spacing:-.04em;}
.grw-nl2{font-family:var(--grw-fb);font-size:.42rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.25);}

/* 3-COL SERVICES GRID with TALL FIRST CARD (FIRST in 53-site series!)
   First card forest bg (turns sienna on hover); others white with sienna hover border */
.grw-svc-zone{background:var(--grw-bg);padding:7rem 2.5rem;}
.grw-svc-in{max-width:var(--grw-max);margin:0 auto;}
.grw-svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;}
.grw-svc-item{background:white;border:1.5px solid var(--grw-linen);border-radius:var(--grw-r2);padding:2rem;transition:var(--grw-ease);display:block;text-decoration:none;}
.grw-svc-item:hover{border-color:var(--grw-sienna);box-shadow:var(--grw-sh2);transform:translateY(-3px);}
/* TALL FIRST CARD spanning 2 rows (forest bg) */
.grw-svc-item:first-child{grid-row:span 2;background:var(--grw-forest);border-color:var(--grw-forest);display:flex;flex-direction:column;justify-content:space-between;}
.grw-svc-item:first-child:hover{background:var(--grw-sienna);border-color:var(--grw-sienna);}
.grw-svc-item:first-child .grw-si-num,.grw-svc-item:first-child .grw-si-nm,.grw-svc-item:first-child .grw-si-pr{color:rgba(255,255,255,.5);}
.grw-svc-item:first-child .grw-si-nm{font-size:1.5rem;color:white;}
.grw-svc-item:first-child .grw-si-desc{color:rgba(255,255,255,.45);}
.grw-svc-item:first-child .grw-si-icon{color:var(--grw-sienna);}
.grw-svc-item:first-child:hover .grw-si-icon{color:white;}
.grw-si-num{font-family:var(--grw-fb);font-size:.38rem;font-weight:700;color:rgba(26,51,41,.25);display:block;margin-bottom:.4rem;letter-spacing:.1em;transition:color .14s;}
.grw-si-icon{color:var(--grw-forest);margin-bottom:.6rem;transition:color .14s;}
.grw-si-nm{font-family:var(--grw-fh);font-size:1.05rem;font-weight:700;color:var(--grw-ink);margin-bottom:.3rem;transition:color .14s;}
.grw-si-desc{font-size:.8rem;color:var(--grw-stone);line-height:1.6;margin-bottom:.7rem;transition:color .14s;}
.grw-si-pr{font-family:var(--grw-fh);font-size:.88rem;font-weight:700;color:var(--grw-sienna);}

/* ABOUT with PORTRAIT IMAGE LEFT + EDITORIAL TEXT RIGHT (FIRST style in 53-site series!) */
.grw-about-zone{background:var(--grw-linen);padding:8rem 2.5rem;}
.grw-about-in{max-width:var(--grw-max);margin:0 auto;display:grid;grid-template-columns:420px 1fr;gap:5rem;align-items:start;}
.grw-about-img{width:100%;height:540px;object-fit:cover;border-radius:var(--grw-r);}
.grw-about-right h2{font-size:clamp(1.8rem,3.5vw,3rem);margin-bottom:1.5rem;}
.grw-about-right p{font-size:.93rem;color:var(--grw-mid);line-height:1.82;margin-bottom:1rem;}

/* VERTICAL STEPPED PROCESS with GRADIENT LINE (FIRST in 53-site series!) */
.grw-proc-zone{background:var(--grw-bg);padding:7rem 2.5rem;border-top:1px solid var(--grw-linen);}
.grw-proc-in{max-width:var(--grw-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:2.5rem;}
.grw-step-rail{position:relative;padding-left:2.5rem;}
/* Gradient vertical line (forest→sienna) */
.grw-step-rail::before{content:'';position:absolute;left:0;top:12px;bottom:12px;width:2px;background:linear-gradient(to bottom,var(--grw-forest),var(--grw-sienna));}
.grw-step-item{position:relative;margin-bottom:1.5rem;}
.grw-step-item:last-child{margin-bottom:0;}
/* Dot on the line */
.grw-step-item::before{content:'';position:absolute;left:-2.5rem;top:1rem;width:10px;height:10px;border-radius:50%;background:var(--grw-sienna);transform:translateX(-4px);}
.grw-step-card{background:white;border:1.5px solid var(--grw-linen);border-radius:var(--grw-r2);padding:1.2rem 1.5rem;transition:var(--grw-ease);}
.grw-step-card:hover{border-color:var(--grw-sienna);box-shadow:var(--grw-sh);}
.grw-stp-num{font-family:var(--grw-fb);font-size:.38rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--grw-sienna);margin-bottom:.25rem;}
.grw-stp-nm{font-family:var(--grw-fh);font-size:1rem;font-weight:700;color:var(--grw-forest);margin-bottom:.3rem;}
.grw-stp-bd{font-size:.82rem;color:var(--grw-stone);line-height:1.72;}
.grw-proc-img{border-radius:var(--grw-r2);overflow:hidden;position:sticky;top:6rem;}
.grw-proc-img img{width:100%;height:480px;object-fit:cover;}

/* NUMBERED EDITORIAL PORTFOLIO (FIRST in 53-site series!) */
.grw-port-zone{background:var(--grw-linen);padding:7rem 2.5rem;}
.grw-port-in{max-width:var(--grw-max);margin:0 auto;}
.grw-ref-item{display:grid;grid-template-columns:56px 280px 1fr;gap:2rem;align-items:center;padding:2rem 0;border-bottom:1px solid var(--grw-bl);transition:var(--grw-ease);text-decoration:none;}
.grw-ref-item:hover{background:rgba(26,51,41,.02);margin:0 -1.5rem;padding-left:1.5rem;padding-right:1.5rem;border-radius:var(--grw-r2);}
.grw-ref-num{font-family:var(--grw-fh);font-size:2.2rem;font-weight:700;color:var(--grw-sienna);opacity:.35;letter-spacing:-.04em;line-height:1;}
.grw-ref-thumb{width:100%;height:160px;object-fit:cover;border-radius:var(--grw-r2);border:1px solid var(--grw-bl);}
.grw-ref-cat{font-family:var(--grw-fb);font-size:.42rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--grw-sienna);display:block;margin-bottom:.25rem;}
.grw-ref-nm{font-family:var(--grw-fh);font-size:1.15rem;font-weight:700;color:var(--grw-forest);margin-bottom:.25rem;}
.grw-ref-city{font-size:.72rem;color:var(--grw-stone);margin-bottom:.6rem;}
.grw-ref-lede{font-size:.82rem;color:var(--grw-stone);line-height:1.65;max-width:55ch;}

/* TESTIMONIAL CAROUSEL on dark forest bg (FIRST in 53-site series!) */
.grw-testi-zone{background:var(--grw-forest);padding:7rem 2.5rem;}
.grw-testi-wrap{max-width:640px;margin:0 auto;text-align:center;}
.grw-testi-item{display:none;}
.grw-testi-item.grw-tsti-on{display:block;}
.grw-tq-mark{font-family:var(--grw-fh);font-size:4rem;font-weight:700;color:rgba(184,77,53,.2);line-height:.8;display:block;margin-bottom:.3rem;}
.grw-tq{font-family:var(--grw-fh);font-size:clamp(1.1rem,2.2vw,1.7rem);font-weight:400;font-style:italic;color:white;line-height:1.55;margin-bottom:1.5rem;}
.grw-tq-who{font-family:var(--grw-fb);font-size:.88rem;font-weight:600;color:var(--grw-sienna);}
.grw-tq-role{font-size:.78rem;color:rgba(255,255,255,.25);}
/* Carousel controls */
.grw-testi-ctrl{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem;}
.grw-tc-btn{width:40px;height:40px;border:1.5px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgba(255,255,255,.35);transition:var(--grw-ease);background:none;}
.grw-tc-btn:hover{border-color:var(--grw-sienna);color:var(--grw-sienna);}
.grw-tc-dots{display:flex;gap:.4rem;align-items:center;}
.grw-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.15);cursor:pointer;transition:background .2s,transform .2s;}
.grw-dot.grw-dot-on{background:var(--grw-sienna);transform:scale(1.3);}

/* COLORED-TOP PRICING CARDS (FIRST in 53-site series!) */
.grw-price-zone{background:var(--grw-bg);padding:7rem 2.5rem;}
.grw-price-in{max-width:var(--grw-max);margin:0 auto;}
.grw-pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;}
.grw-pkg-card{background:white;border:1.5px solid var(--grw-linen);border-radius:var(--grw-r3);overflow:hidden;transition:var(--grw-ease);}
.grw-pkg-card:hover{box-shadow:var(--grw-sh2);transform:translateY(-4px);}
/* Colored top band */
.grw-pkg-top{background:var(--grw-forest);padding:1.8rem 2rem;}
.grw-pkg-feat .grw-pkg-top{background:var(--grw-sienna);}
.grw-pkg-nm{font-family:var(--grw-fh);font-size:1.3rem;font-weight:700;color:white;margin-bottom:.25rem;}
.grw-pkg-tagline{font-family:var(--grw-fb);font-size:.78rem;color:rgba(255,255,255,.4);line-height:1.5;}
.grw-pkg-body{padding:2rem;}
.grw-pkg-price{font-family:var(--grw-fh);font-size:3.5rem;font-weight:700;color:var(--grw-forest);letter-spacing:-.04em;line-height:1;margin-bottom:1.5rem;}
.grw-pkg-feat .grw-pkg-price{color:var(--grw-sienna);}
.grw-pkg-inc li{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--grw-stone);margin-bottom:.3rem;}
.grw-pkg-inc li svg{color:var(--grw-sienna);flex-shrink:0;}

/* FOREST ACCORDION FAQ (FIRST in 53-site series!)
   Plus icon rotates to X; max-height transition */
.grw-faq-zone{background:var(--grw-linen);padding:7rem 2.5rem;}
.grw-faq-in{max-width:var(--grw-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;}
.grw-faq-list{margin-top:0;}
.grw-faq-item{border-bottom:1px solid var(--grw-bl);}
.grw-faq-q{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;cursor:pointer;font-family:var(--grw-fb);font-size:.9rem;font-weight:600;color:var(--grw-forest);gap:1rem;background:none;width:100%;text-align:left;}
.grw-faq-icon{color:var(--grw-sienna);flex-shrink:0;transition:transform .22s;}
.grw-faq-item.grw-faq-open .grw-faq-icon{transform:rotate(45deg);}
.grw-faq-ans{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s;font-size:.86rem;color:var(--grw-stone);line-height:1.78;}
.grw-faq-item.grw-faq-open .grw-faq-ans{max-height:400px;padding-bottom:1.1rem;}
.grw-faq-aside{background:var(--grw-forest);border-radius:var(--grw-r3);padding:2.5rem;position:sticky;top:6rem;}
.grw-fa-h{font-family:var(--grw-fh);font-size:1.3rem;font-weight:700;color:white;margin-bottom:.6rem;}
.grw-fa-sub{font-size:.84rem;color:rgba(255,255,255,.35);margin-bottom:1.5rem;line-height:1.6;}
.grw-fa-lnk{display:flex;align-items:center;gap:.35rem;font-family:var(--grw-fb);font-size:.84rem;color:rgba(255,255,255,.4);padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.07);transition:color .14s;}
.grw-fa-lnk:hover{color:var(--grw-sienna);}

/* LINEN CTA with FOREST TEXT + SIENNA ITALIC (FIRST in 53-site series!) */
.grw-cta-zone{background:var(--grw-linen);padding:9rem 2.5rem;text-align:center;border-top:3px solid var(--grw-forest);}
.grw-cta-in{max-width:var(--grw-max);margin:0 auto;}
.grw-cta-h{font-family:var(--grw-fh);font-size:clamp(2.5rem,6vw,5.5rem);font-weight:700;color:var(--grw-forest);line-height:1.05;letter-spacing:-.03em;margin-bottom:.7rem;}
.grw-cta-h em{color:var(--grw-sienna);}
.grw-cta-sub{font-family:var(--grw-fb);font-size:.95rem;color:var(--grw-stone);margin-bottom:2.5rem;}
.grw-cta-btns{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;}

/* SERVICE PAGE */
.grw-svc-pg{max-width:var(--grw-max);margin:0 auto;padding:5rem 2.5rem 8rem;display:grid;grid-template-columns:1fr 260px;gap:4rem;align-items:start;}
/* FOREST HEADER service aside (different from gcw's lime!) */
.grw-svc-aside{border-radius:var(--grw-r3);overflow:hidden;border:1.5px solid var(--grw-linen);position:sticky;top:5.5rem;}
.grw-sas-hd{background:var(--grw-forest);padding:1.5rem;}
.grw-sas-from{font-family:var(--grw-fb);font-size:.38rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:rgba(255,255,255,.25);}
/* SIENNA PRICE on FOREST header */
.grw-sas-pr{font-family:var(--grw-fh);font-size:2.8rem;font-weight:700;color:var(--grw-sienna);line-height:1;letter-spacing:-.04em;margin-bottom:.4rem;}
.grw-sas-btn{display:flex;width:100%;justify-content:center;background:var(--grw-sienna);color:white;font-family:var(--grw-fb);font-size:.88rem;font-weight:700;padding:.5rem;border-radius:var(--grw-r);cursor:pointer;transition:background .14s;text-decoration:none;margin-top:.8rem;}
.grw-sas-btn:hover{background:var(--grw-sien2);}
.grw-sas-body{background:var(--grw-bg);}
.grw-sas-lnk{display:flex;align-items:center;gap:.5rem;font-family:var(--grw-fb);font-size:.84rem;font-weight:600;color:var(--grw-stone);padding:.42rem 1.2rem;border-top:1px solid var(--grw-linen);transition:color .14s,background .14s;}
.grw-sas-lnk:hover,.grw-sas-lnk.grw-on{color:var(--grw-forest);background:var(--grw-forL);}

/* BUILDER */
.grw-bld-wrap{max-width:var(--grw-max);margin:0 auto;padding:4rem 2.5rem 8rem;display:grid;grid-template-columns:1fr 270px;gap:4rem;align-items:start;}
.grw-bld-sec{margin-bottom:2rem;}
.grw-bld-lbl{display:block;font-family:var(--grw-fb);font-size:.42rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--grw-stone);margin-bottom:.7rem;}
.grw-sel-row{background:var(--grw-bg);border:1.5px solid var(--grw-linen);border-radius:var(--grw-r2);padding:.7rem 1rem;display:flex;align-items:center;gap:.7rem;cursor:pointer;user-select:none;transition:var(--grw-ease);margin-bottom:.4rem;}
.grw-sel-row.grw-sel-on{border-color:var(--grw-forest);background:var(--grw-forL);}
.grw-sel-dot{width:16px;height:16px;border:2px solid var(--grw-linen);border-radius:50%;flex-shrink:0;transition:var(--grw-ease);}
.grw-sel-row.grw-sel-on .grw-sel-dot{background:var(--grw-forest);border-color:var(--grw-forest);}
.grw-sel-nm{font-family:var(--grw-fb);font-size:.9rem;color:var(--grw-stone);flex:1;}
.grw-sel-row.grw-sel-on .grw-sel-nm{color:var(--grw-ink);font-weight:700;}
.grw-sel-pr{font-family:var(--grw-fh);font-size:.95rem;font-weight:700;color:var(--grw-ink);}
/* Checkbox addons (different from gcw's chip style!) */
.grw-adn-list{display:flex;flex-direction:column;gap:.4rem;}
.grw-adn-row{background:var(--grw-bg);border:1.5px solid var(--grw-linen);border-radius:var(--grw-r2);padding:.55rem 1rem;display:flex;align-items:center;gap:.6rem;cursor:pointer;user-select:none;transition:var(--grw-ease);}
.grw-adn-row.grw-adn-on{border-color:var(--grw-sienna);background:var(--grw-sienL);}
.grw-adn-cb{width:14px;height:14px;border:2px solid var(--grw-linen);border-radius:3px;flex-shrink:0;transition:var(--grw-ease);position:relative;}
.grw-adn-row.grw-adn-on .grw-adn-cb{background:var(--grw-sienna);border-color:var(--grw-sienna);}
.grw-adn-nm{font-family:var(--grw-fb);font-size:.82rem;color:var(--grw-stone);flex:1;}
.grw-adn-row.grw-adn-on .grw-adn-nm{color:var(--grw-ink);font-weight:600;}
.grw-adn-pr{font-size:.78rem;color:var(--grw-stone);}
.grw-hrs-box{background:var(--grw-bg);border:1.5px solid var(--grw-linen);border-radius:var(--grw-r2);padding:1rem;}
.grw-hrs-rng{-webkit-appearance:none;width:100%;height:2px;background:var(--grw-linen);border-radius:1px;cursor:pointer;}
.grw-hrs-rng::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--grw-forest);cursor:pointer;}
/* FOREST-TOP RECEIPT (different from gcw's lime-header!) */
.grw-rcpt{background:white;border:1.5px solid var(--grw-linen);border-radius:var(--grw-r3);overflow:hidden;position:sticky;top:5.5rem;border-top:4px solid var(--grw-forest);}
.grw-rcpt-hd{padding:.7rem 1.2rem;background:var(--grw-forL);border-bottom:1px solid var(--grw-linen);}
.grw-rcpt-hl{font-family:var(--grw-fb);font-size:.38rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--grw-stone);}
.grw-rcpt-bd{padding:.8rem 1.2rem;}
.grw-rcpt-ln{display:flex;justify-content:space-between;gap:.5rem;font-size:.8rem;margin-bottom:.3rem;}
.grw-rcpt-lnm{color:var(--grw-stone);font-family:var(--grw-fb);}
.grw-rcpt-lnp{font-family:var(--grw-fh);font-size:.9rem;font-weight:700;color:var(--grw-ink);}
.grw-rcpt-sep{border:none;border-top:1px solid var(--grw-linen);margin:.4rem 1.2rem;}
.grw-rcpt-tot{display:flex;justify-content:space-between;align-items:flex-end;padding:0 1.2rem .5rem;}
.grw-rcpt-totl{font-family:var(--grw-fb);font-size:.38rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--grw-stone);}
/* SIENNA TOTAL (different from gcw's violet total!) */
.grw-rcpt-totv{font-family:var(--grw-fh);font-size:2.2rem;font-weight:700;color:var(--grw-sienna);letter-spacing:-.04em;}
.grw-rcpt-ft{padding:.8rem 1.2rem;border-top:1px solid var(--grw-linen);}
.grw-rcpt-go{display:block;width:100%;background:var(--grw-forest);color:white;font-family:var(--grw-fb);font-size:.95rem;font-weight:700;padding:.65rem;border-radius:var(--grw-r);border:none;cursor:pointer;transition:background .14s;}
.grw-rcpt-go:hover:not(:disabled){background:var(--grw-sienna);}
.grw-rcpt-go:disabled{opacity:.25;cursor:not-allowed;}

/* PAGE BANNER */
.grw-pg-banner{background:var(--grw-forest);padding:5rem 2.5rem 4rem;position:relative;overflow:hidden;}
.grw-pg-banner::after{content:'';position:absolute;width:400px;height:400px;border:1.5px solid rgba(184,77,53,.1);border-radius:50%;top:-100px;right:-80px;pointer-events:none;}
.grw-pg-banner-in{max-width:var(--grw-max);margin:0 auto;position:relative;z-index:1;}
.grw-pg-banner h1{font-family:var(--grw-fh);font-size:clamp(2.5rem,6vw,5rem);font-weight:700;color:white;letter-spacing:-.04em;line-height:1.05;}
.grw-pg-banner h1 em{color:var(--grw-sienna);}
.grw-pg-sub{font-family:var(--grw-fb);font-size:.93rem;color:rgba(255,255,255,.3);max-width:52ch;margin:.7rem 0 0;line-height:1.72;}
.grw-eyebrow{font-family:var(--grw-fb);font-size:.42rem;font-weight:700;text-transform:uppercase;letter-spacing:.24em;color:rgba(255,255,255,.25);display:block;margin-bottom:.4rem;}

/* CHECKOUT */
.grw-co-wrap{max-width:var(--grw-max);margin:0 auto;padding:5rem 2.5rem 8rem;display:grid;grid-template-columns:1fr 270px;gap:4rem;align-items:start;}

/* FORMS */
.grw-fg{margin-bottom:.7rem;}
.grw-fl{display:block;font-family:var(--grw-fb);font-size:.42rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--grw-stone);margin-bottom:.28rem;}
.grw-fi{width:100%;background:white;border:1.5px solid var(--grw-linen);border-radius:var(--grw-r2);padding:.65rem 1rem;color:var(--grw-ink);font-size:.88rem;transition:border-color .14s;font-family:var(--grw-fb);}
.grw-fi:focus{outline:none;border-color:var(--grw-forest);box-shadow:0 0 0 3px var(--grw-forL);}
.grw-agree{display:flex;align-items:flex-start;gap:.5rem;font-size:.82rem;color:var(--grw-stone);margin:1rem 0;line-height:1.6;font-family:var(--grw-fb);}
.grw-agree input{margin-top:.14rem;accent-color:var(--grw-forest);}
.grw-agree a{color:var(--grw-forest);text-decoration:underline;}

/* BUTTONS */
.grw-btn-forest{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--grw-fb);font-size:.92rem;font-weight:700;color:white;background:var(--grw-forest);padding:.52rem 1.5rem;border-radius:var(--grw-r);transition:var(--grw-ease);border:none;cursor:pointer;white-space:nowrap;}
.grw-btn-forest:hover{background:var(--grw-sienna);}
.grw-btn-sienna{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--grw-fb);font-size:.92rem;font-weight:700;color:white;background:var(--grw-sienna);padding:.52rem 1.5rem;border-radius:var(--grw-r);transition:var(--grw-ease);border:none;cursor:pointer;white-space:nowrap;}
.grw-btn-sienna:hover{background:var(--grw-sien2);}
.grw-btn-out{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--grw-fb);font-size:.92rem;font-weight:700;color:var(--grw-forest);background:transparent;padding:.5rem 1.5rem;border-radius:var(--grw-r);border:1.5px solid var(--grw-linen);transition:var(--grw-ease);white-space:nowrap;}
.grw-btn-out:hover{border-color:var(--grw-forest);background:var(--grw-forL);}
.grw-btn-out-w{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--grw-fb);font-size:.92rem;font-weight:700;color:var(--grw-forest);background:white;padding:.5rem 1.5rem;border-radius:var(--grw-r);border:1.5px solid white;transition:var(--grw-ease);white-space:nowrap;}
.grw-btn-out-w:hover{background:rgba(255,255,255,.9);}

/* LEGAL */
.grw-legal-wrap{max-width:800px;margin:0 auto;padding:5rem 2.5rem 8rem;}
.grw-legal-eff{display:inline-block;font-family:var(--grw-fb);font-size:.72rem;color:var(--grw-stone);background:var(--grw-linen);border:1px solid var(--grw-bl);padding:.22rem .8rem;border-radius:100px;margin-bottom:1.5rem;}
.grw-legal-wrap h2{font-family:var(--grw-fh);font-size:1.05rem;font-weight:700;color:var(--grw-forest);margin:2.5rem 0 .5rem;letter-spacing:-.02em;}
.grw-legal-wrap p,.grw-legal-wrap li{font-size:.9rem;color:var(--grw-stone);line-height:1.78;margin-bottom:.9rem;}
.grw-legal-wrap ul{padding-left:1.4rem;margin:.5rem 0;}
.grw-legal-wrap li{list-style:disc;}
.grw-legal-wrap a{color:var(--grw-forest);}

/* DARK FOREST FOOTER (FIRST in 53-site series!) */
.grw-footer{background:var(--grw-forest);}
.grw-ft-top{max-width:var(--grw-max);margin:0 auto;padding:3rem 2.5rem 2rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;border-bottom:1px solid rgba(255,255,255,.05);}
/* BIGGER footer logo: Lora 2rem 700 */
.grw-ft-brand{font-family:var(--grw-fh);font-size:2rem;font-weight:700;color:white;display:block;letter-spacing:-.03em;margin-bottom:.5rem;text-decoration:none;}
.grw-ft-brand em{color:var(--grw-sienna);}
.grw-ft-desc{font-family:var(--grw-fb);font-size:.78rem;color:rgba(255,255,255,.15);line-height:1.65;margin-bottom:.8rem;}
/* Instagram + Pinterest + YouTube (FIRST!) */
.grw-ft-soc{display:flex;gap:.4rem;}
.grw-ft-soc a{width:30px;height:30px;border:1px solid rgba(255,255,255,.08);border-radius:var(--grw-r);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.2);transition:var(--grw-ease);}
.grw-ft-soc a:hover{border-color:var(--grw-sienna);color:var(--grw-sienna);}
.grw-ft-col-h{font-family:var(--grw-fh);font-size:.36rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:rgba(255,255,255,.12);margin-bottom:.7rem;}
.grw-ft-nav{display:flex;flex-direction:column;gap:.2rem;}
.grw-ft-nav a{font-family:var(--grw-fb);font-size:.78rem;color:rgba(255,255,255,.15);transition:color .14s;}
.grw-ft-nav a:hover{color:var(--grw-sienna);}
.grw-ft-ct a{display:flex;align-items:flex-start;gap:.35rem;font-family:var(--grw-fb);font-size:.76rem;color:rgba(255,255,255,.15);transition:color .14s;margin-bottom:.25rem;}
.grw-ft-ct a:hover{color:var(--grw-sienna);}
.grw-ft-btm{max-width:var(--grw-max);margin:0 auto;padding:.8rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;}
.grw-ft-copy{font-family:var(--grw-fb);font-size:.62rem;color:rgba(255,255,255,.07);}
.grw-ft-legal{display:flex;gap:1rem;flex-wrap:wrap;}
.grw-ft-legal a{font-family:var(--grw-fb);font-size:.62rem;color:rgba(255,255,255,.07);transition:color .14s;}
.grw-ft-legal a:hover{color:var(--grw-sienna);}

/* COOKIE + CHAT */
.grw-ck-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--grw-forest);border-top:2px solid var(--grw-sienna);padding:.9rem 2rem;display:none;align-items:center;gap:2rem;justify-content:space-between;flex-wrap:wrap;}
.grw-ck-bar p{font-family:var(--grw-fb);font-size:.8rem;color:rgba(255,255,255,.3);margin:0;}
.grw-ck-bar a{color:var(--grw-sienna);}
.grw-ck-btns{display:flex;gap:.5rem;flex-shrink:0;}
.grw-ck-yes{background:var(--grw-sienna);color:white;font-family:var(--grw-fb);font-size:.88rem;font-weight:700;padding:.32rem .9rem;border-radius:var(--grw-r);cursor:pointer;border:none;}
.grw-ck-no{background:transparent;color:rgba(255,255,255,.25);font-family:var(--grw-fb);font-size:.82rem;padding:.3rem .9rem;border:1px solid rgba(255,255,255,.1);border-radius:var(--grw-r);cursor:pointer;}
.grw-chat-fab{position:fixed;bottom:4.5rem;right:1.5rem;z-index:9990;width:50px;height:50px;background:var(--grw-forest);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:var(--grw-sh2);transition:var(--grw-ease);color:white;}
.grw-chat-fab:hover{background:var(--grw-sienna);}
.grw-chatpop{position:fixed;bottom:7rem;right:1.5rem;z-index:9989;width:290px;background:white;border:1.5px solid var(--grw-linen);border-radius:var(--grw-r3);box-shadow:var(--grw-sh2);opacity:0;pointer-events:none;transform:translateY(8px) scale(.97);transition:opacity .2s,transform .22s;overflow:hidden;}
.grw-chatpop.grw-cp-on{opacity:1;pointer-events:auto;transform:none;}
.grw-chatpop-hd{background:var(--grw-forest);padding:.8rem 1.1rem;}
.grw-chatpop-nm{font-family:var(--grw-fh);font-size:1rem;font-weight:700;color:white;letter-spacing:-.02em;}
.grw-chatpop-nm em{color:var(--grw-sienna);font-style:italic;}
.grw-chat-fi{width:100%;background:var(--grw-bg);border:1.5px solid var(--grw-linen);border-radius:var(--grw-r);padding:.5rem .8rem;font-family:var(--grw-fb);font-size:.84rem;color:var(--grw-ink);margin-bottom:.36rem;resize:none;transition:border-color .14s;}
.grw-chat-fi:focus{outline:none;border-color:var(--grw-forest);}
.grw-chat-send{width:100%;background:var(--grw-forest);color:white;font-family:var(--grw-fb);font-size:.9rem;font-weight:700;padding:.5rem;border-radius:var(--grw-r);border:none;cursor:pointer;transition:background .14s;}
.grw-chat-send:hover{background:var(--grw-sienna);}
.grw-chat-done{display:none;text-align:center;padding:.9rem;font-family:var(--grw-fh);font-size:1rem;font-weight:700;color:var(--grw-forest);}

/* REVEAL */
.grw-reveal{opacity:0;transform:translateY(10px);transition:opacity .4s,transform .4s;}
.grw-reveal.grw-in{opacity:1;transform:none;}
.grw-result-pg{min-height:72vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2.5rem;flex-direction:column;gap:1.5rem;}

/* RESPONSIVE */
@media(max-width:960px){
  .grw-nav-lnks{display:none;}
  .grw-mob-btn{display:flex;}
  .grw-hero-lower{grid-template-columns:1fr;}
  .grw-hero-img{display:none;}
  .grw-svc-grid{grid-template-columns:repeat(2,1fr);}
  .grw-svc-item:first-child{grid-row:auto;}
  .grw-about-in{grid-template-columns:1fr;}
  .grw-proc-in{grid-template-columns:1fr;}
  .grw-proc-img{display:none;}
  .grw-port-in .grw-ref-item{grid-template-columns:40px 1fr;}
  .grw-ref-thumb{display:none;}
  .grw-testi-zone{padding:5rem 2.5rem;}
  .grw-pkg-grid{grid-template-columns:1fr 1fr;}
  .grw-faq-in{grid-template-columns:1fr;}
  .grw-faq-aside{display:none;}
  .grw-bld-wrap,.grw-co-wrap,.grw-svc-pg{grid-template-columns:1fr;}
  .grw-nums-in{grid-template-columns:repeat(2,1fr);}
  .grw-ft-top{grid-template-columns:1fr 1fr;}
}
@media(max-width:600px){
  .grw-svc-grid{grid-template-columns:1fr;}
  .grw-pkg-grid{grid-template-columns:1fr;}
  .grw-ft-top{grid-template-columns:1fr;}
  .grw-nums-in{grid-template-columns:1fr;}
  .grw-hero-h1{font-size:clamp(2.2rem,10vw,4rem);}
}
