:root{--green:#244b35;--sage:#8da17f;--cream:#f6f3eb;--ink:#243029;--white:#fff;--line:#dfe5df;--gold:#b8944d}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{width:min(1180px,92%);margin:auto}.topbar{background:var(--green);color:white;font-size:.9rem;padding:.45rem 0;text-align:center}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}.brand{font-family:Georgia,serif;font-size:1.5rem;font-weight:700;color:var(--green);letter-spacing:.06em}.navlinks{display:flex;gap:1.35rem;align-items:center}.navlinks a:hover{color:var(--green)}.btn{display:inline-block;background:var(--green);color:#fff;padding:.8rem 1.1rem;border-radius:999px;font-weight:700;border:1px solid var(--green)}.btn.alt{background:transparent;color:var(--green)}.hero{min-height:68vh;background:linear-gradient(90deg,rgba(18,39,27,.78),rgba(18,39,27,.18)),url('assets/arborvitae-field.jpg') center/cover;display:flex;align-items:center;color:white}.hero-copy{max-width:670px;padding:5.5rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.82rem;font-weight:700}.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(2.6rem,6vw,5rem);line-height:1.02;margin:.45rem 0 1rem}.hero p{font-size:1.15rem;max-width:590px}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.4rem}.hero .btn.alt{color:#fff;border-color:#fff}.section{padding:5rem 0}.section.cream{background:var(--cream)}.section h2{font-family:Georgia,serif;color:var(--green);font-size:clamp(2rem,4vw,3.2rem);margin:.2rem 0 .7rem}.lead{max-width:720px;color:#516058;margin-bottom:2rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.card{border:1px solid var(--line);background:white;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px rgba(26,54,38,.07);transition:.2s transform}.card:hover{transform:translateY(-4px)}.card img{width:100%;height:260px;object-fit:cover}.card-body{padding:1.2rem}.card h3{font-family:Georgia,serif;color:var(--green);font-size:1.45rem;margin:0 0 .35rem}.meta{color:#647168;font-size:.95rem}.link{color:var(--green);font-weight:700;display:inline-block;margin-top:.8rem}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat{padding:1.35rem;background:white;border-radius:16px;border:1px solid var(--line)}.stat strong{display:block;color:var(--green);font-size:1.8rem;font-family:Georgia,serif}.page-hero{background:var(--cream);padding:4.5rem 0}.inventory-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.inventory-card{display:grid;grid-template-columns:210px 1fr;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.inventory-card img{height:100%;min-height:210px;object-fit:cover}.inventory-card .body{padding:1.25rem}.badge{display:inline-block;padding:.3rem .65rem;border-radius:999px;background:#e8f2ea;color:#245132;font-size:.82rem;font-weight:700}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px;margin-top:1rem}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--line)}th{background:#edf2ed;color:var(--green)}tr:last-child td{border-bottom:0}.note{padding:1rem 1.1rem;background:#fff8e8;border-left:4px solid var(--gold);margin:1.2rem 0;border-radius:8px}.footer{background:#173224;color:#e9f0eb;padding:3rem 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.small{font-size:.9rem;color:#c6d1c9}@media(max-width:850px){.navlinks{display:none}.grid,.stats,.inventory-grid{grid-template-columns:1fr 1fr}.inventory-card{grid-template-columns:1fr}.inventory-card img{height:230px}.footer-grid{grid-template-columns:1fr}.hero{min-height:60vh}}@media(max-width:560px){.grid,.stats,.inventory-grid{grid-template-columns:1fr}.section{padding:3.5rem 0}.hero-copy{padding:4rem 0}.card img{height:230px}}

/* Version 2 image-forward homepage */
.hero{
  min-height:76vh;
  background-position:center 46%;
}
.photo-grid .card{
  position:relative;
  min-height:390px;
  border:0;
  isolation:isolate;
}
.photo-grid .card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:-2;
}
.photo-grid .card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(10,28,18,.06) 38%,rgba(10,28,18,.88) 100%);
  z-index:-1;
}
.photo-grid .card-body{
  margin-top:auto;
  padding:1.6rem;
  color:#fff;
  align-self:end;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
}
.photo-grid .card h3,
.photo-grid .card .meta,
.photo-grid .card .link{
  color:#fff;
}
.photo-grid .card h3{
  font-size:1.8rem;
}
@media(max-width:560px){
  .hero{min-height:68vh;background-position:center 42%}
  .photo-grid .card{min-height:330px}
}

/* Featured Plants page */
.featured-hero{
  min-height:58vh;
  display:flex;
  align-items:center;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(18,39,27,.82),rgba(18,39,27,.24)),
    url('assets/gallery-rose.jpg') center 46%/cover;
}
.featured-hero-copy{max-width:700px;padding:5rem 0}
.featured-hero h1{
  font-family:Georgia,serif;
  font-size:clamp(2.8rem,6vw,5.2rem);
  line-height:1.02;
  margin:.45rem 0 1rem;
}
.featured-hero p{font-size:1.15rem;max-width:610px}
.featured-hero .btn.alt{color:#fff;border-color:#fff}
.featured-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1.4rem;
}
.featured-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(26,54,38,.07);
}
.featured-card img{width:100%;height:360px;object-fit:cover}
.featured-copy{padding:1.5rem}
.featured-copy h3{
  margin:.65rem 0 .4rem;
  color:var(--green);
  font-family:Georgia,serif;
  font-size:2rem;
}
.featured-copy p{color:#59665e}
.featured-card-wide{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:1.35fr 1fr;
  align-items:stretch;
}
.featured-card-wide img{height:100%;min-height:430px}
.featured-card-wide.reverse{grid-template-columns:1fr 1.35fr}
.featured-card-wide.reverse img{order:2}
.featured-card-wide.reverse .featured-copy{order:1}
.featured-card-wide .featured-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:2.3rem;
}
.feature-cta,
.feature-split{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:2.5rem;
  align-items:center;
}
.featured-promo{background:#fff}
.feature-split img{
  width:100%;
  height:430px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 12px 32px rgba(26,54,38,.10);
}
@media(max-width:850px){
  .featured-grid{grid-template-columns:1fr}
  .featured-card-wide,
  .featured-card-wide.reverse{
    grid-column:auto;
    grid-template-columns:1fr;
  }
  .featured-card-wide.reverse img,
  .featured-card-wide.reverse .featured-copy{order:initial}
  .featured-card-wide img{height:340px;min-height:0}
  .feature-cta,
  .feature-split{grid-template-columns:1fr}
}
@media(max-width:560px){
  .featured-hero{min-height:52vh}
  .featured-card img{height:290px}
  .feature-split img{height:320px}
}

/* RN Nursery logo integration */
.logo-brand{
  display:flex;
  align-items:center;
  padding:.25rem 0;
}
.logo-brand img{
  width:92px;
  height:72px;
  object-fit:contain;
}
.hero-logo{
  display:block;
  width:min(250px,52vw);
  max-height:210px;
  object-fit:contain;
  margin:0 0 1rem;
  filter:drop-shadow(0 4px 16px rgba(0,0,0,.22));
}
.footer-logo{
  width:150px;
  max-height:125px;
  object-fit:contain;
  background:#fff;
  border-radius:14px;
  padding:.45rem;
}
.inventory-feature{
  background:#f2f6f1;
}
.inventory-feature-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:2.5rem;
  align-items:center;
}
.inventory-feature-grid img{
  width:100%;
  height:470px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 12px 30px rgba(20,52,34,.12);
}
.inventory-highlight{
  display:flex;
  flex-direction:column;
  gap:.2rem;
  margin:1.4rem 0;
  padding:1.2rem 1.3rem;
  border-left:5px solid var(--green);
  background:#fff;
  border-radius:12px;
}
.inventory-highlight span{
  color:#66736a;
  font-size:.9rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.inventory-highlight strong{
  color:var(--green);
  font-size:1.8rem;
}
@media(max-width:850px){
  .inventory-feature-grid{grid-template-columns:1fr}
  .inventory-feature-grid img{height:350px}
  .logo-brand img{width:78px;height:62px}
}

.mobile-call{display:none;background:var(--green);color:#fff;padding:.65rem .9rem;border-radius:999px;font-weight:700}
:focus-visible{outline:3px solid #b8944d;outline-offset:3px}
@media(max-width:850px){.mobile-call{display:inline-block}.nav{padding:.65rem 0}.hero-logo{width:min(210px,50vw)}}
/* Launch polish */
.navlinks a[aria-current="page"]{color:var(--green);font-weight:700}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery-grid figure{margin:0;border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 8px 26px rgba(26,54,38,.07)}.gallery-grid img{width:100%;height:330px;object-fit:cover}.gallery-grid figcaption{padding:.9rem 1rem;font-weight:700;color:var(--green)}
.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:2rem}.cta-panel h2{margin-bottom:.3rem}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;align-items:start}.contact-card,.contact-form{border:1px solid var(--line);border-radius:20px;padding:2rem;background:#fff;box-shadow:0 10px 30px rgba(26,54,38,.07)}.contact-card h2,.contact-form h2{margin-top:0}.contact-link{font-size:1.45rem;font-weight:700;color:var(--green)}.contact-form{display:grid;gap:1rem}.contact-form label{display:grid;gap:.4rem;font-weight:700;color:var(--green)}.contact-form input,.contact-form textarea{width:100%;font:inherit;padding:.85rem 1rem;border:1px solid #bcc9bf;border-radius:10px;color:var(--ink)}.contact-form textarea{resize:vertical}.contact-form .btn{justify-self:start;cursor:pointer}.form-note{font-size:.88rem;color:#6a766e}.hidden{display:none}
@media(max-width:850px){.gallery-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.cta-panel{display:block}}
@media(max-width:560px){.gallery-grid{grid-template-columns:1fr}.gallery-grid img{height:300px}.contact-card,.contact-form{padding:1.35rem}}


/* Category variety galleries */
.category-gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:.8rem;
  margin:1.15rem 0 2rem;
}
.category-gallery figure{margin:0;position:relative;border-radius:16px;overflow:hidden;min-height:210px;background:#edf2ed;box-shadow:0 8px 24px rgba(26,54,38,.08)}
.category-gallery img{width:100%;height:100%;min-height:210px;object-fit:cover;transition:transform .35s ease}
.category-gallery figure:hover img{transform:scale(1.045)}
.category-gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:1.2rem .9rem .7rem;color:#fff;font-weight:700;background:linear-gradient(transparent,rgba(11,35,22,.82))}
.category-intro{display:flex;align-items:end;justify-content:space-between;gap:1.2rem;margin-bottom:.6rem}
.category-intro p{margin:0;max-width:720px;color:#516058}
@media(max-width:850px){.category-gallery{grid-template-columns:repeat(2,1fr)}.category-intro{display:block}}
@media(max-width:560px){.category-gallery{grid-template-columns:1fr 1fr;gap:.65rem}.category-gallery figure,.category-gallery img{min-height:165px}.category-gallery figcaption{font-size:.82rem}}
.green-giant-gallery{grid-template-columns:repeat(3,1fr);margin:1rem 0 0}.green-giant-gallery figure,.green-giant-gallery img{min-height:120px}.green-giant-gallery figcaption{font-size:.78rem;padding:.9rem .6rem .5rem}@media(max-width:560px){.green-giant-gallery{grid-template-columns:repeat(3,1fr)}.green-giant-gallery figure,.green-giant-gallery img{min-height:100px}}

/* Rose color showcase */
.rose-color-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:1.4rem 0 .7rem}
.rose-color-heading h3{font-family:Georgia,serif;color:var(--green);font-size:1.65rem;margin:0}
.rose-color-heading p{margin:.15rem 0 0;color:#657168}
.rose-season-note{background:#f4ead4;color:#73551f;border-radius:999px;padding:.45rem .8rem;font-size:.82rem;font-weight:700;white-space:nowrap}
.rose-color-gallery{grid-template-columns:repeat(3,1fr)}
.rose-color-gallery figure,.rose-color-gallery img{min-height:270px}
.rose-color-gallery a{display:block;height:100%}
.rose-color-gallery figcaption{display:flex;flex-direction:column;gap:.1rem}
.rose-color-gallery figcaption strong{font-size:1rem}
.rose-color-gallery figcaption span{font-size:.78rem;font-weight:500;opacity:.9}
.rose-inventory-card{margin-top:.5rem}
@media(max-width:850px){.rose-color-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.rose-color-heading{display:block}.rose-season-note{display:inline-block;margin-top:.7rem}.rose-color-gallery{grid-template-columns:1fr 1fr}.rose-color-gallery figure,.rose-color-gallery img{min-height:190px}}


/* Expanded RN Nursery rose variety gallery */
.rose-color-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}
.rose-color-gallery figure{overflow:hidden}
.rose-color-gallery img{aspect-ratio:4/3;object-fit:cover}
@media(max-width:850px){.rose-color-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.rose-color-gallery{grid-template-columns:1fr 1fr}}


/* Arborvitae visual story */
.arborvitae-story{padding-top:3.5rem}
.arborvitae-intro{margin-bottom:1.5rem}
.arborvitae-journey{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;margin:1.5rem 0 2rem}
.journey-card{position:relative;background:#fff;border:1px solid rgba(28,71,45,.12);border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(28,71,45,.08);transition:transform .25s ease,box-shadow .25s ease}
.journey-card:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(28,71,45,.14)}
.journey-card a{display:block;color:inherit;text-decoration:none;height:100%}
.journey-card img{width:100%;height:260px;object-fit:cover;display:block}
.journey-number{position:absolute;top:12px;left:12px;z-index:2;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(20,69,41,.92);color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.05em;border:2px solid rgba(255,255,255,.8)}
.journey-body{padding:1.1rem 1.1rem 1.25rem}
.journey-size{display:inline-block;margin-bottom:.45rem;color:#6e7f70;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.journey-body h3{margin:0 0 .5rem;font-family:Georgia,serif;color:var(--green);font-size:1.25rem}
.journey-body p{margin:0;color:#5f6c63;font-size:.93rem;line-height:1.55}
.arborvitae-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(28,71,45,.12);border:1px solid rgba(28,71,45,.12);border-radius:16px;overflow:hidden;margin:0 0 2rem}
.arborvitae-benefits>div{background:#f7f5ed;padding:1.25rem}
.arborvitae-benefits strong{display:block;color:var(--green);margin-bottom:.35rem}
.arborvitae-benefits span{display:block;color:#647066;font-size:.9rem;line-height:1.45}
.arborvitae-stock-card{margin-top:0}
@media(max-width:1150px){.arborvitae-journey{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.arborvitae-journey{grid-template-columns:repeat(2,minmax(0,1fr))}.arborvitae-benefits{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){.arborvitae-journey{grid-template-columns:1fr}.journey-card img{height:280px}.arborvitae-benefits{grid-template-columns:1fr}}


/* Version 10 contact and Google review enhancements */
.topbar a{color:inherit;text-decoration:none}
.topbar a:hover{text-decoration:underline}
.reviews-section{background:linear-gradient(180deg,#fff 0%,#f7f5ed 100%)}
.reviews-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:1.8rem}
.google-mark{flex:0 0 auto;background:#fff;border:1px solid rgba(28,71,45,.12);border-radius:16px;padding:1rem 1.25rem;box-shadow:0 12px 28px rgba(28,71,45,.08);text-align:center}
.review-stars{display:block;color:#d99b19;font-size:1.1rem;letter-spacing:.13em;line-height:1;margin-bottom:.45rem}
.review-cta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.review-action-card{display:flex;gap:1rem;background:#fff;border:1px solid rgba(28,71,45,.12);border-radius:18px;padding:1.35rem;color:inherit;text-decoration:none;box-shadow:0 12px 28px rgba(28,71,45,.07);transition:transform .2s ease,box-shadow .2s ease}
.review-action-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(28,71,45,.12)}
.review-action-icon{width:44px;height:44px;flex:0 0 44px;border-radius:50%;display:grid;place-items:center;background:#eef3e9;color:var(--green);font-weight:800;font-size:1.15rem}
.review-action-card h3{margin:.05rem 0 .45rem;color:var(--green)}
.review-action-card p{margin:0 0 .65rem;color:#626f65;line-height:1.5}
.review-disclaimer{margin:1rem 0 0;color:#738078;font-size:.86rem}
.google-review-badge{display:inline-flex;align-items:center;gap:.65rem;margin-top:.4rem;padding:.65rem .8rem;border:1px solid rgba(255,255,255,.18);border-radius:12px;color:inherit;text-decoration:none}
.google-review-badge .review-stars{margin:0;font-size:.8rem}
.contact-hub h2{margin-top:.25rem}
.contact-methods{display:grid;gap:.8rem;margin:1.25rem 0}
.contact-method{display:flex;align-items:center;gap:.9rem;padding:1rem;border:1px solid rgba(28,71,45,.12);border-radius:14px;background:#faf9f4;color:inherit;text-decoration:none}
.contact-method:hover{border-color:rgba(28,71,45,.32)}
.contact-icon{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff}
.contact-method small{display:block;color:#6d796f;text-transform:uppercase;letter-spacing:.08em;font-weight:800;font-size:.68rem;margin-bottom:.2rem}
.contact-method strong{display:block;color:var(--green);word-break:break-word}
.form-intro{color:#667269;margin-top:-.25rem}
.contact-map-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:2rem;align-items:center}
.map-frame{border-radius:20px;overflow:hidden;box-shadow:0 16px 34px rgba(28,71,45,.12);min-height:360px}
.map-frame iframe{display:block;width:100%;height:420px}
.reviews-contact-card{display:flex;justify-content:space-between;align-items:center;gap:2rem;background:#f7f5ed;border:1px solid rgba(28,71,45,.12);border-radius:20px;padding:2rem}
.mobile-contact-bar{display:none}
@media(max-width:850px){
  .reviews-heading{align-items:flex-start;flex-direction:column}
  .review-cta-grid{grid-template-columns:1fr}
  .contact-map-grid{grid-template-columns:1fr}
  .reviews-contact-card{align-items:flex-start;flex-direction:column}
}
@media(max-width:700px){
  body{padding-bottom:68px}
  .mobile-contact-bar{position:fixed;display:grid;grid-template-columns:repeat(3,1fr);left:0;right:0;bottom:0;z-index:999;background:#173f29;border-top:1px solid rgba(255,255,255,.16);box-shadow:0 -8px 24px rgba(0,0,0,.16)}
  .mobile-contact-bar a{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:64px;color:#fff;text-decoration:none;font-weight:800;font-size:.76rem;border-right:1px solid rgba(255,255,255,.13)}
  .mobile-contact-bar a:last-child{border-right:0}
  .mobile-contact-bar span{font-size:1.15rem;margin-bottom:.15rem}
}
