/* =========================================================
   Atlee Exterior Solutions — Brand System
   Vibe: Fresh & Green
   ========================================================= */

:root {
  /* Palette */
  --green-900: #1e3b28;
  --green-700: #2f6b3f;
  --green-500: #4a9d5b;
  --green-300: #8fca9c;
  --green-100: #e3f0e6;
  --cream:     #f7f4ec;
  --cream-dk:  #efe9db;
  --wood:      #b5885a;
  --wood-dk:   #966c42;
  --ink:       #1b2620;
  --ink-soft:  #45514a;
  --white:     #ffffff;
  --shadow:    0 10px 30px rgba(30, 59, 40, 0.12);
  --shadow-sm: 0 4px 14px rgba(30, 59, 40, 0.10);

  /* Type */
  --font-head: "Poppins", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;

  --maxw: 1140px;
  --radius: 16px;
  --radius-sm: 10px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 .5em; color: var(--green-900); }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 700; letter-spacing: -0.5px; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 600; }
p  { margin: 0 0 1rem; color: var(--ink-soft); }
a  { color: var(--green-700); text-decoration: none; }
img, svg { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--green-500);
  margin-bottom: .6rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-head); font-weight: 600; font-size: 1rem;
  padding: .85rem 1.6rem; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green-700); color: var(--white); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--green-900); }
.btn-accent { background: var(--wood); color: var(--white); box-shadow: var(--shadow-sm); }
.btn-accent:hover { background: var(--wood-dk); }
.btn-outline { background: transparent; color: var(--green-900); border-color: var(--green-300); }
.btn-outline:hover { background: var(--green-100); }
.btn-ghost { background: rgba(255,255,255,.15); color: #fff; border-color: rgba(255,255,255,.4); }
.btn-ghost:hover { background: rgba(255,255,255,.28); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 244, 236, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--cream-dk);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: .6rem; font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; color: var(--green-900); }
.brand .logo-mark { width: 38px; height: 38px; }
.nav-links { display: flex; align-items: center; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-family: var(--font-head); font-weight: 500; color: var(--ink); font-size: .98rem; }
.nav-links a:hover, .nav-links a.active { color: var(--green-700); }
.nav-cta { display: flex; align-items: center; gap: .6rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--green-900); border-radius: 3px; margin: 5px 0; transition: .2s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  /* Lawn photo background with a green scrim for text legibility.
     Falls back to the green gradient if images/hero-lawn.* isn't present yet. */
  background-color: var(--green-700);
  background-image:
    linear-gradient(135deg, rgba(30,59,40,.88) 0%, rgba(47,107,63,.60) 55%, rgba(74,157,91,.42) 100%),
    url('../images/hero-lawn.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--white);
  padding: clamp(3rem, 8vw, 6rem) 0;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 85% 20%, rgba(255,255,255,.10), transparent 40%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.hero .eyebrow { color: #fff; }
.hero h1 { color: var(--white); }
.hero p.lead { color: rgba(255,255,255,.9); font-size: 1.15rem; max-width: 34ch; }
.hero .hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }
.hero-badges { display: flex; gap: 1.4rem; margin-top: 2rem; flex-wrap: wrap; }
.hero-badge { display: flex; align-items: center; gap: .5rem; font-size: .9rem; color: rgba(255,255,255,.9); }
.hero-badge svg { flex: 0 0 auto; }
.hero-art { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; padding: 1.5rem; }

/* Page hero (interior pages) */
.page-hero { background: linear-gradient(135deg, var(--green-900), var(--green-700)); color: #fff; padding: clamp(2.5rem, 6vw, 4rem) 0; text-align: center; }
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255,255,255,.9); max-width: 52ch; margin: 0 auto; }

/* ---------- Sections ---------- */
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section.alt { background: var(--white); }
.section-work { background: linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 100%); }
.section-work .eyebrow { color: rgba(255,255,255,.85); }
.section-work h2 { color: #fff; }
.section-work .section-head p { color: rgba(255,255,255,.9); }
.section-head { text-align: center; max-width: 60ch; margin: 0 auto 2.8rem; }
.section-head p { font-size: 1.05rem; }

/* ---------- Cards / Grid ---------- */
.grid { display: grid; gap: 1.5rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--white); border: 1px solid var(--cream-dk); border-radius: var(--radius);
  padding: 1.6rem; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .icon-wrap { width: 56px; height: 56px; border-radius: 14px; background: var(--green-100); display: grid; place-items: center; margin-bottom: 1rem; }
.card h3 { margin-bottom: .4rem; }
.card p { margin-bottom: 0; font-size: .96rem; }

/* Option tiles (bed shapes / sizes) */
.tile { text-align: center; background: var(--white); border: 1px solid var(--cream-dk); border-radius: var(--radius); padding: 1.2rem; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s; }
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.tile .swatch { width: 100%; height: 120px; border-radius: var(--radius-sm); display: grid; place-items: center; margin-bottom: .8rem; }
.tile h4 { margin: 0 0 .2rem; color: var(--green-900); font-size: 1.02rem; }
.tile small { color: var(--ink-soft); }

/* Steps */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.step { position: relative; padding-top: .5rem; }
.step .num { counter-increment: step; width: 44px; height: 44px; border-radius: 50%; background: var(--green-700); color: #fff; font-family: var(--font-head); font-weight: 700; display: grid; place-items: center; margin-bottom: .8rem; }
.step .num::before { content: counter(step); }

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.price-card { background: var(--white); border: 1px solid var(--cream-dk); border-radius: var(--radius); padding: 2rem 1.6rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.price-card.featured { border: 2px solid var(--green-500); box-shadow: var(--shadow); position: relative; }
.price-card.featured .tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--wood); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .78rem; padding: .3rem .9rem; border-radius: 999px; letter-spacing: .5px; }
.price-card .amount { font-family: var(--font-head); font-size: 2.4rem; font-weight: 700; color: var(--green-900); margin: .4rem 0; }
.price-card .amount span { font-size: 1rem; font-weight: 500; color: var(--ink-soft); }
.price-card ul { list-style: none; padding: 0; margin: 1rem 0 1.6rem; }
.price-card li { padding: .5rem 0; border-bottom: 1px dashed var(--cream-dk); font-size: .95rem; display: flex; gap: .5rem; align-items: flex-start; }
.price-card li svg { flex: 0 0 auto; margin-top: 3px; }
.price-card .btn { margin-top: auto; justify-content: center; }
.note { text-align: center; color: var(--ink-soft); font-size: .9rem; margin-top: 1.4rem; }

/* Split feature */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--green-100); }
.checklist { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; padding: .45rem 0; color: var(--ink); }
.checklist li svg { flex: 0 0 auto; margin-top: 4px; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.ba-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); background: var(--white); border: 1px solid var(--cream-dk); }
.ba-card .ba-figs { display: grid; grid-template-columns: 1fr 1fr; }
.ba-card figure { margin: 0; position: relative; }
.ba-card figure figcaption { position: absolute; top: 8px; left: 8px; background: rgba(27,38,32,.75); color: #fff; font-family: var(--font-head); font-size: .68rem; font-weight: 600; letter-spacing: 1px; padding: .2rem .55rem; border-radius: 6px; }
.ba-card .ba-body { padding: 1rem 1.2rem; }
.ba-card .ba-body h4 { margin: 0 0 .2rem; }
.ba-card .ba-body p { margin: 0; font-size: .9rem; }

/* Testimonials */
.quote-card { background: var(--white); border: 1px solid var(--cream-dk); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm); }
.quote-card .stars { color: #e8a93a; letter-spacing: 2px; margin-bottom: .6rem; }
.quote-card p { font-size: 1rem; color: var(--ink); font-style: italic; }
.quote-card .who { display: flex; align-items: center; gap: .7rem; margin-top: 1rem; }
.quote-card .who .av { width: 40px; height: 40px; border-radius: 50%; background: var(--green-300); display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; color: var(--green-900); }
.quote-card .who strong { display: block; font-family: var(--font-head); color: var(--green-900); font-size: .95rem; }
.quote-card .who small { color: var(--ink-soft); }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--wood) 0%, var(--wood-dk) 100%); color: #fff; text-align: center; border-radius: 24px; padding: clamp(2.2rem, 5vw, 3.5rem); box-shadow: var(--shadow); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.92); max-width: 48ch; margin: 0 auto 1.4rem; }
.cta-band .btns { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Contact / Form ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3rem; }
.contact-info .info-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.4rem; }
.contact-info .info-item .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--green-100); display: grid; place-items: center; flex: 0 0 auto; }
.contact-info .info-item strong { display: block; font-family: var(--font-head); color: var(--green-900); }
.contact-info .info-item a, .contact-info .info-item span { color: var(--ink-soft); }

.form-card { background: var(--white); border: 1px solid var(--cream-dk); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-family: var(--font-head); font-weight: 500; font-size: .9rem; margin-bottom: .35rem; color: var(--green-900); }
.field input, .field select, .field textarea {
  width: 100%; padding: .8rem .9rem; border: 1.5px solid var(--cream-dk); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 1rem; background: var(--cream); color: var(--ink); transition: border .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green-500); background: #fff; }
.field textarea { resize: vertical; min-height: 110px; }
.form-card .btn { width: 100%; justify-content: center; margin-top: .4rem; }
.form-note { font-size: .82rem; color: var(--ink-soft); text-align: center; margin-top: .9rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-900); color: rgba(255,255,255,.8); padding: 3rem 0 1.5rem; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: .9rem; }
.site-footer a { color: rgba(255,255,255,.8); }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { padding: .28rem 0; }
.footer-brand { display: flex; align-items: center; gap: .6rem; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; margin-bottom: .8rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 2rem; padding-top: 1.2rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; font-size: .85rem; }
.staff-link { color: rgba(255,255,255,.72); font-weight: 600; }
.staff-link:hover { color: #fff; text-decoration: underline; }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; }
.pill { display: inline-block; background: var(--green-100); color: var(--green-700); font-family: var(--font-head); font-weight: 600; font-size: .8rem; padding: .3rem .8rem; border-radius: 999px; }

/* ---------- Leaf divider (under headings) ---------- */
.leaf-divider { display: flex; align-items: center; justify-content: center; gap: .7rem; margin-top: 1.1rem; }
.leaf-divider .line { width: 46px; height: 2px; border-radius: 2px; background: var(--green-300); }
.leaf-divider svg { width: 22px; height: 22px; flex: 0 0 auto; }
.section-work .leaf-divider .line { background: rgba(255,255,255,.45); }

/* ---------- Trust / stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.stat { text-align: center; padding: 1.2rem 1rem; }
.stat .stat-ic { width: 58px; height: 58px; border-radius: 16px; background: var(--green-100); display: grid; place-items: center; margin: 0 auto .9rem; }
.stat h3 { font-size: 1.05rem; margin: 0 0 .25rem; }
.stat p { font-size: .9rem; margin: 0; }
@media (max-width: 720px) { .stats { grid-template-columns: 1fr 1fr; gap: 1.6rem; } }

/* ---------- Photo service cards (What We Do) ---------- */
.card-photo { position: relative; overflow: hidden; min-height: 300px; padding: 0; border: none; display: flex; }
.card-photo .card-bg { position: absolute; inset: 0; z-index: 0; background: linear-gradient(135deg, var(--green-700), var(--green-900)); background-size: cover; background-position: center; transition: transform .45s ease; }
.card-photo:hover .card-bg { transform: scale(1.06); }
.card-photo::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(18,30,22,.92) 6%, rgba(18,30,22,.55) 46%, rgba(18,30,22,.12) 100%); }
.card-photo .card-ic { position: absolute; top: 14px; left: 14px; z-index: 2; width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.18); display: grid; place-items: center; }
.card-photo .card-ic svg { width: 22px; height: 22px; }
.card-photo .card-body { position: relative; z-index: 2; margin-top: auto; padding: 1.4rem; }
.card-photo h3 { color: #fff; margin-bottom: .35rem; }
.card-photo p { color: rgba(255,255,255,.88); font-size: .92rem; margin-bottom: 0; }
.card-photo .more { color: var(--green-300); margin-top: .8rem; }
.card-photo:hover .more { gap: .6rem; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-art { order: -1; }
  .grid-3, .grid-4, .price-grid, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .split.reverse .split-media { order: 0; }

  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--cream); padding: 1rem 24px 1.5rem; gap: .4rem; border-bottom: 1px solid var(--cream-dk); box-shadow: var(--shadow-sm);
  }
  .nav.open .nav-links a { padding: .6rem 0; width: 100%; border-bottom: 1px solid var(--cream-dk); }
  .nav.open .nav-cta { display: flex; position: absolute; top: 100%; }
}
@media (max-width: 560px) {
  .grid-3, .grid-4, .price-grid, .gallery-grid, .steps, .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   ADDITIONS — Services hub, nav dropdown, service pages
   ========================================================= */

/* ---------- Nav dropdown ---------- */
.nav-links .has-dropdown { position: relative; }
.nav-links .has-dropdown > a { display: inline-flex; align-items: center; gap: .3rem; }
.caret { font-size: .7em; transition: transform .18s ease; }
.dropdown {
  list-style: none; margin: 0; padding: .4rem; position: absolute; top: calc(100% + 12px); left: 50%;
  transform: translateX(-50%) translateY(6px); min-width: 250px; background: #fff;
  border: 1px solid var(--cream-dk); border-radius: 14px; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease, visibility .18s; z-index: 60;
}
.dropdown::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.nav-links .has-dropdown:hover .dropdown,
.nav-links .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-links .has-dropdown:hover .caret { transform: rotate(180deg); }
.dropdown li { padding: 0; }
.dropdown a { display: block; padding: .58rem .7rem; border-radius: 9px; font-size: .92rem; color: var(--ink); font-weight: 500; }
.dropdown a:hover { background: var(--green-100); color: var(--green-700); }
.dropdown a.all { color: var(--green-700); font-weight: 600; }

/* ---------- Mega services menu (all services) ---------- */
.dropdown.mega { display: grid; grid-template-columns: repeat(3, minmax(150px, auto)); align-items: start; gap: .2rem 1.8rem; min-width: 0; width: max-content; max-width: calc(100vw - 40px); padding: 1rem 1.4rem; left: 0; transform: translateX(0) translateY(6px); }
.nav-links .has-dropdown:hover .dropdown.mega,
.nav-links .has-dropdown:focus-within .dropdown.mega { transform: translateX(0) translateY(0); }
.dropdown.mega .mega-col { display: flex; flex-direction: column; gap: .05rem; }
.dropdown.mega .mega-head { font-family: var(--font-head); font-weight: 700; color: var(--green-700); font-size: .74rem; letter-spacing: .6px; text-transform: uppercase; padding: .35rem .7rem .2rem; }
.dropdown.mega .mega-head:hover { background: transparent; color: var(--green-900); }
.dropdown.mega a { padding: .34rem .7rem; font-size: .88rem; white-space: nowrap; }
.dropdown.mega .mega-all { grid-column: 1 / -1; border-top: 1px solid var(--cream-dk); margin-top: .5rem; padding-top: .5rem; text-align: right; }
.dropdown.mega .mega-all a { display: inline-block; }

/* ---------- Hub: clickable service cards ---------- */
.card-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.card .more { display: inline-flex; align-items: center; gap: .35rem; margin-top: .9rem; font-family: var(--font-head); font-weight: 600; color: var(--green-700); font-size: .92rem; }
.card-link:hover .more { gap: .6rem; }
.card .badge-soon { display: inline-block; margin-left: .5rem; font-size: .68rem; font-family: var(--font-head); font-weight: 600; letter-spacing: .5px; text-transform: uppercase; background: var(--cream-dk); color: var(--wood-dk); padding: .15rem .5rem; border-radius: 999px; vertical-align: middle; }
.flagship-tag { display: inline-block; font-size: .68rem; font-family: var(--font-head); font-weight: 700; letter-spacing: .5px; text-transform: uppercase; background: var(--green-100); color: var(--green-700); padding: .2rem .6rem; border-radius: 999px; margin-bottom: .6rem; }

/* ---------- Cross-sell strip ---------- */
.cross { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.cross a {
  display: flex; align-items: center; gap: .7rem; background: var(--white); border: 1px solid var(--cream-dk);
  border-radius: var(--radius-sm); padding: .9rem 1rem; text-decoration: none; color: var(--green-900);
  font-family: var(--font-head); font-weight: 600; font-size: .95rem; transition: transform .15s ease, box-shadow .2s;
}
.cross a:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.cross a .ci { width: 34px; height: 34px; flex: 0 0 auto; border-radius: 9px; background: var(--green-100); display: grid; place-items: center; }

/* ---------- Included list (service pages) ---------- */
.included { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 1.4rem; }
.included li { display: flex; gap: .6rem; align-items: flex-start; padding: .3rem 0; color: var(--ink); }
.included li svg { flex: 0 0 auto; margin-top: 4px; }

@media (max-width: 900px) {
  .nav-links .has-dropdown { width: 100%; }
  .dropdown {
    position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
    border: none; padding: .2rem 0 .4rem 1rem; min-width: 0; background: transparent;
  }
  .dropdown a { padding: .5rem 0; }
  .dropdown.mega { display: block; min-width: 0; transform: none; padding: .2rem 0 .4rem 1rem; }
  .dropdown.mega .mega-col { margin-bottom: .5rem; }
  .dropdown.mega a { white-space: normal; padding: .4rem 0; }
  .dropdown.mega .mega-head { padding: .4rem 0 .1rem; }
  .dropdown.mega .mega-all { text-align: left; margin-top: .2rem; padding-top: .4rem; }
  .cross { grid-template-columns: 1fr; }
  .included { grid-template-columns: 1fr; }
}

/* ---------- Work carousel ---------- */
.carousel { position: relative; max-width: 960px; margin: 0 auto; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--green-100); }
.slides { position: relative; height: 460px; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; text-decoration: none; pointer-events: none; }
.slide.active { opacity: 1; pointer-events: auto; }
.slide-img { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; }
.slide-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 2.2rem 1.7rem 1.5rem; background: linear-gradient(to top, rgba(20,32,24,.88), rgba(20,32,24,.35) 60%, transparent); color: #fff; }
.slide-cap strong { display: block; font-family: var(--font-head); font-weight: 700; font-size: 1.5rem; line-height: 1.15; }
.slide-cap .explore { display: inline-flex; align-items: center; gap: .35rem; margin-top: .3rem; font-family: var(--font-head); font-weight: 600; font-size: .98rem; color: var(--green-300); }
.slide:hover .slide-cap .explore { gap: .6rem; text-decoration: underline; }
.slide-tag { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.92); color: var(--green-900); font-family: var(--font-head); font-weight: 600; font-size: .74rem; letter-spacing: .5px; text-transform: uppercase; padding: .3rem .7rem; border-radius: 999px; }
.slide-activities { position: absolute; top: 14px; right: 14px; background: rgba(47,107,63,.94); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .74rem; letter-spacing: .3px; padding: .3rem .8rem; border-radius: 999px; box-shadow: var(--shadow-sm); }
@media (max-width: 600px) { .slide-activities { font-size: .66rem; padding: .25rem .6rem; } }
.car-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 46px; height: 46px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); color: var(--green-900); font-size: 1.7rem; line-height: 1; cursor: pointer; display: grid; place-items: center; box-shadow: var(--shadow-sm); transition: background .15s ease; }
.car-btn:hover { background: #fff; }
.car-btn.prev { left: 14px; } .car-btn.next { right: 14px; }
.dots { position: absolute; z-index: 4; bottom: 16px; right: 18px; display: flex; gap: 8px; }
.dots button { width: 10px; height: 10px; padding: 0; border-radius: 50%; border: 0; background: rgba(255,255,255,.55); cursor: pointer; transition: all .2s ease; }
.dots button.active { background: #fff; width: 26px; border-radius: 6px; }
@media (max-width: 600px) {
  .slides { height: 320px; }
  .slide-cap strong { font-size: 1.2rem; }
  .car-btn { width: 38px; height: 38px; font-size: 1.4rem; }
}

/* ---------- Cursive "a" logo mark ---------- */
.logo-cursive {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: "Dancing Script", "Segoe Script", "Brush Script MT", cursive;
  font-weight: 700; font-size: 2.5rem; line-height: 1;
  color: var(--green-700);
  padding-bottom: 4px; /* optical centering for the script baseline */
}
.footer-brand .logo-cursive { color: #f7f4ec; }

/* ---------- Logo lockup (symbol + wordmark) ---------- */
.brand-mark { height: 44px; width: auto; display: block; }
.footer-mark { height: 42px; width: auto; display: block; }
.brand-name { white-space: nowrap; line-height: 1.05; }
@media (max-width: 400px) { .brand-name { font-size: 1rem; } .brand-mark { height: 38px; } }
