/* =========================================================
   TREESIDE HOLDINGS — Brand Stylesheet
   Modern · Bold · Strong
   Palette:  Forest #14331E · Olive/Lime #8EA51B · Green #3F6E35
             Slate #73879E · Off-white #F3F5F0
   Type:     Archivo (display) · Inter (body)
   ========================================================= */

:root {
  --forest:      #14331E;
  --forest-deep: #0D2114;
  --forest-soft: #1B4128;
  --lime:        #8EA51B;
  --lime-bright: #A4BE22;
  --green:       #3F6E35;
  --slate:       #73879E;
  --ink:         #14241B;
  --muted:       #56685c;
  --line:        #e2e6e0;
  --bg:          #ffffff;
  --bg-tint:     #f3f5f0;
  --bg-tint-2:   #eaeee4;
  --white:       #ffffff;

  --maxw: 1240px;
  --radius: 0;
  --radius-lg: 0;
  --radius-xl: 0;
  --shadow-sm: 0 2px 12px rgba(20,51,30,.07);
  --shadow:    0 24px 60px -24px rgba(20,51,30,.30);
  --shadow-lg: 0 50px 100px -36px rgba(13,33,20,.55);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 80px; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink); background: var(--bg);
  line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3, h4 {
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700; line-height: 1.03; letter-spacing: -0.03em; color: var(--forest);
}

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

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: .95rem; letter-spacing: .02em;
  padding: .9em 1.7em; border-radius: 0;
  transition: transform .2s var(--ease), background .2s, box-shadow .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn-accent { background: var(--lime); color: var(--forest); box-shadow: 0 10px 26px -10px rgba(142,165,27,.7); }
.btn-accent:hover { background: var(--lime-bright); transform: translateY(-2px); box-shadow: 0 18px 36px -10px rgba(142,165,27,.8); }
.btn-ghost { background: transparent; color: var(--forest); border: 2px solid rgba(20,51,30,.2); }
.btn-ghost:hover { border-color: var(--forest); transform: translateY(-2px); }
.btn-lg { padding: 1.1em 2em; font-size: 1.04rem; }
.btn-sm { padding: .68em 1.2em; font-size: .85rem; }
.btn-block { width: 100%; }

/* ---------- Eyebrow / section heads ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .6em;
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: .78rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--green); margin-bottom: 1.1rem;
}
.eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--lime); }
.eyebrow.light { color: var(--lime-bright); }
.eyebrow.light::before { background: var(--lime-bright); }

.section { padding: clamp(72px, 10vw, 130px) 0; }
.section-head { max-width: 720px; margin-bottom: 60px; }
.section-head h2 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
.section-head p { margin-top: 1.2rem; font-size: 1.14rem; color: var(--muted); }
.head-light { color: #fff; }
.sub-light { color: rgba(255,255,255,.78); }
.section-tint { background: var(--bg-tint); }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: linear-gradient(180deg, #eef3e9 0%, #dbe7cf 100%); backdrop-filter: blur(14px);
  border-bottom: 1px solid #d1dec5; transition: box-shadow .3s;
}
.header-inner { display: flex; align-items: center; gap: 30px; height: 78px; }
.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand-mark { width: 32px; height: 32px; }
.brand-word { height: 19px; width: auto; }
.main-nav { display: flex; gap: 32px; margin-left: 18px; }
.main-nav a {
  font-family: 'Archivo', sans-serif; font-weight: 600; font-size: .92rem;
  color: #2a3a30; padding: 6px 0; position: relative;
}
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--lime); transition: width .25s var(--ease); }
.main-nav a:hover { color: var(--forest); }
.main-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }

.nav-toggle { display: none; width: 44px; height: 44px; margin-left: auto; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav-toggle span { width: 24px; height: 2px; background: var(--forest); border-radius: 2px; transition: transform .25s, opacity .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { display: none; flex-direction: column; gap: 2px; padding: 16px 28px 26px; background: #e6efdd; border-bottom: 1px solid #d1dec5; }
.mobile-menu a { color: var(--forest); font-family: 'Archivo', sans-serif; font-weight: 600; padding: 13px 0; border-bottom: 1px solid #d1dec5; }
.mobile-menu .btn { margin-top: 16px; border: none; }
.mobile-menu.open { display: flex; }

/* =========================================================
   HERO (home)
   ========================================================= */
.hero { position: relative; overflow: hidden; background: var(--forest); color: #fff; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 35%; background-color: var(--forest); }
.hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(102deg, rgba(13,33,20,.96) 0%, rgba(13,33,20,.87) 34%, rgba(13,33,20,.62) 64%, rgba(13,33,20,.44) 100%),
    linear-gradient(180deg, rgba(13,33,20,.34) 0%, rgba(13,33,20,0) 32%, rgba(13,33,20,.66) 100%);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(820px 520px at 86% 4%, rgba(142,165,27,.20), transparent 60%);
}
.hero-inner { position: relative; z-index: 1; max-width: 940px; padding: clamp(72px, 11vw, 150px) 0 clamp(48px, 6vw, 76px); }
.hero .eyebrow { color: var(--lime-bright); }
.hero .eyebrow::before { background: var(--lime-bright); }
.hero h1 { color: #fff; font-weight: 800; font-size: clamp(2.7rem, 7.2vw, 5.4rem); letter-spacing: -0.04em; }
.hero h1 .accent { color: var(--lime-bright); }
.hero .lead { margin-top: 1.7rem; max-width: 640px; font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: rgba(255,255,255,.82); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 2.6rem; }
.hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.hero .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* Track-record bar */
.trackbar {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 24px; padding: 38px 0 0; margin-bottom: clamp(48px, 6vw, 80px);
  border-top: 1px solid rgba(255,255,255,.14);
}
.stat { color: #fff; }
.stat-num { display: block; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(1.9rem, 3.4vw, 2.8rem); color: var(--lime-bright); letter-spacing: -0.03em; line-height: 1; }
.stat-label { display: block; margin-top: 8px; font-size: .92rem; color: rgba(255,255,255,.7); }

/* =========================================================
   CARDS (Investment focus)
   ========================================================= */
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; transition: transform .28s var(--ease), box-shadow .28s, border-color .28s; }
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.card-ico { width: 56px; height: 56px; border-radius: 0; display: grid; place-items: center; background: var(--bg-tint-2); margin-bottom: 20px; }
.card-ico svg { width: 28px; height: 28px; fill: none; stroke: var(--green); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { font-size: 1.25rem; margin-bottom: .55rem; }
.card p { color: var(--muted); font-size: .99rem; }
.card.feature { background: linear-gradient(158deg, var(--forest-soft), var(--forest-deep)); border-color: transparent; box-shadow: var(--shadow); }
.card.feature h3 { color: #fff; }
.card.feature p { color: rgba(255,255,255,.82); }
.card.feature .card-ico { background: rgba(142,165,27,.2); }
.card.feature .card-ico svg { stroke: var(--lime-bright); }

/* =========================================================
   PORTFOLIO
   ========================================================= */
.portfolio-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.property { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: transform .28s var(--ease), box-shadow .28s; }
.property:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.property-img { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: #e7ede4; }
.property-photo { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.property:hover .property-photo { transform: scale(1.05); }
.status {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: .72rem;
  letter-spacing: .06em; text-transform: uppercase;
  padding: .44em .9em; border-radius: 0;
  box-shadow: 0 4px 12px rgba(13,33,20,.22);
}
.status-sold     { background: var(--lime); color: var(--forest); }
.status-repos    { background: var(--green); color: #fff; }
.status-hold     { background: var(--slate); color: #fff; }
.status-progress { background: var(--forest); color: var(--lime-bright); }
.property-body { padding: 24px 26px 28px; }
.property-body h3 { font-size: 1.3rem; }
.property-loc { margin-top: 4px; color: var(--green); font-weight: 600; font-size: .92rem; }
.property-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.property-meta li { font-family: 'Archivo', sans-serif; font-weight: 600; font-size: .76rem; color: var(--muted); background: var(--bg-tint); padding: .4em .8em; border-radius: 0; }
.property-desc { color: var(--muted); font-size: .96rem; }
.portfolio-note { margin-top: 44px; text-align: center; font-size: 1.05rem; color: var(--muted); }
.portfolio-note a { color: var(--green); font-weight: 700; }
.portfolio-note a:hover { color: var(--lime); }

/* =========================================================
   APPROACH (dark)
   ========================================================= */
.section-dark {
  background-image: linear-gradient(150deg, rgba(15,39,24,.93) 0%, rgba(13,33,20,.96) 100%), url('../assets/img/approach.jpg');
  background-size: cover; background-position: center; background-attachment: fixed;
  color: #fff; position: relative; overflow: hidden;
}
.section-dark::before { content: ''; position: absolute; inset: 0; background: radial-gradient(700px 460px at 88% 6%, rgba(142,165,27,.18), transparent 60%); }
.section-dark .container { position: relative; z-index: 1; }
.approach-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.approach-steps li { padding: 32px 26px; border-radius: var(--radius-lg); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); transition: transform .28s var(--ease), background .28s; }
.approach-steps li:hover { transform: translateY(-6px); background: rgba(255,255,255,.07); }
.approach-num { display: block; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 2.4rem; color: var(--lime-bright); letter-spacing: -0.03em; margin-bottom: 14px; }
.approach-steps h3 { color: #fff; font-size: 1.3rem; margin-bottom: .5rem; }
.approach-steps p { color: rgba(255,255,255,.74); font-size: .96rem; }

/* =========================================================
   ABOUT
   ========================================================= */
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: center; }
.about-mark { display: grid; place-items: center; aspect-ratio: 1; background: linear-gradient(158deg, var(--forest-soft), var(--forest-deep)); border-radius: var(--radius-xl); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.about-mark::before { content: ''; position: absolute; inset: 0; background: radial-gradient(440px 320px at 70% 18%, rgba(142,165,27,.24), transparent 60%); }
.about-mark img { position: relative; width: 44%; }
.about-copy h2 { font-size: clamp(2rem, 4vw, 3rem); }
.about-copy p { margin-top: 1.3rem; color: var(--muted); font-size: 1.1rem; }
.about-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 2rem; }
.about-tags span { font-family: 'Archivo', sans-serif; font-weight: 600; font-size: .82rem; color: var(--green); background: var(--bg-tint-2); padding: .55em 1.05em; border-radius: 0; }

/* =========================================================
   CONTACT
   ========================================================= */
.section-contact {
  background-image: linear-gradient(155deg, rgba(18,44,27,.93) 0%, rgba(13,33,20,.97) 100%), url('../assets/img/home-2.jpg');
  background-size: cover; background-position: center; color: #fff; position: relative; overflow: hidden;
}
.section-contact::before { content: ''; position: absolute; inset: 0; background: radial-gradient(760px 520px at 100% 0%, rgba(142,165,27,.16), transparent 55%); }
.contact-inner { position: relative; z-index: 1; max-width: 880px; }
.contact-inner h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); }
.contact-inner > .sub-light { font-size: 1.15rem; margin-top: 1.2rem; max-width: 660px; }
.contact-methods { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 3rem; }
.contact-card {
  display: flex; flex-direction: column; gap: 4px;
  padding: 26px; border-radius: var(--radius-lg);
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  transition: transform .25s var(--ease), background .25s, border-color .25s;
}
a.contact-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.09); border-color: rgba(164,190,34,.5); }
.contact-card .ico { width: 26px; height: 26px; fill: none; stroke: var(--lime-bright); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 12px; }
.contact-label { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.contact-value { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 1.04rem; color: #fff; word-break: break-word; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: linear-gradient(180deg, #e7efe0 0%, #d6e3c9 100%); color: var(--muted); padding-top: 70px; border-top: 1px solid #d1dec5; }
.footer-inner { display: grid; grid-template-columns: 2.2fr 1fr 1.4fr; gap: 48px; padding-bottom: 52px; }
.footer-word { height: 24px; width: auto; margin-bottom: 20px; }
.footer-brand p { font-size: .98rem; max-width: 380px; }
.footer-col h4 { color: var(--forest); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col a, .footer-col span { display: block; color: var(--muted); padding: 5px 0; font-size: .97rem; }
.footer-col a:hover { color: var(--green); }
.footer-muted { color: #93a08f; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 24px 28px; border-top: 1px solid #c7d5ba; font-size: .82rem; }

/* =========================================================
   VALUATION / INQUIRY PAGE
   ========================================================= */
.page-hero { background: var(--forest); color: #fff; position: relative; overflow: hidden; }
.page-hero .hero-bg { position: absolute; inset: 0; }
.page-hero-inner { position: relative; z-index: 1; padding: clamp(60px,8vw,104px) 0 clamp(72px,9vw,120px); max-width: 760px; }
.page-hero .eyebrow { color: var(--lime-bright); }
.page-hero .eyebrow::before { background: var(--lime-bright); }
.page-hero h1 { color: #fff; font-weight: 800; font-size: clamp(2.4rem, 6vw, 4.2rem); letter-spacing: -0.04em; }
.page-hero h1 .accent { color: var(--lime-bright); }
.page-hero p { margin-top: 1.4rem; font-size: 1.2rem; color: rgba(255,255,255,.82); max-width: 600px; }

.valuation { background: var(--bg-tint); }
.valuation-wrap { max-width: 920px; margin-inline: auto; margin-top: -90px; position: relative; z-index: 5; }
.valuation-card { background: #fff; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); padding: clamp(28px, 4vw, 52px); }
.valuation-card > .step-label { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.valuation-card h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 8px 0 6px; }
.valuation-card .form-intro { color: var(--muted); margin-bottom: 28px; }

.val-form { display: grid; gap: 20px; }
.val-form fieldset { border: none; padding: 0; display: grid; gap: 16px; }
.val-form legend { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: .95rem; color: var(--forest); padding-bottom: 6px; margin-bottom: 4px; border-bottom: 2px solid var(--bg-tint-2); width: 100%; }
.val-form label { display: grid; gap: 7px; }
label > span { font-family: 'Archivo', sans-serif; font-weight: 600; font-size: .82rem; color: var(--forest); }
label > span em { color: var(--muted); font-style: normal; font-weight: 500; }
input, select, textarea {
  font-family: 'Inter', sans-serif; font-size: 1rem; color: var(--ink); width: 100%;
  padding: .85em 1em; border: 1.5px solid var(--line); border-radius: 0;
  background: #fbfcfa; transition: border-color .2s, box-shadow .2s;
}
input::placeholder, textarea::placeholder { color: #9aa69d; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--lime); box-shadow: 0 0 0 3px rgba(142,165,27,.18); background: #fff; }
textarea { resize: vertical; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.form-fineprint { font-size: .8rem; color: var(--muted); line-height: 1.55; }
.val-submit { margin-top: 6px; }

/* Success state */
.val-success { display: none; text-align: center; padding: 24px 8px; }
.val-success.show { display: block; animation: pop .5s var(--ease); }
@keyframes pop { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: none; } }
.val-success .check { width: 76px; height: 76px; margin: 0 auto 22px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; }
.val-success .check svg { width: 38px; height: 38px; fill: none; stroke: var(--forest); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.val-success h2 { font-size: clamp(1.6rem,3vw,2.2rem); }
.val-success p { color: var(--muted); margin-top: 12px; max-width: 460px; margin-inline: auto; font-size: 1.05rem; }
.val-success .est { margin-top: 26px; padding: 22px; border-radius: var(--radius-lg); background: var(--bg-tint); }
.val-success .est-label { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--green); }
.val-success .est-range { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: clamp(1.8rem,4vw,2.6rem); color: var(--forest); letter-spacing: -0.02em; margin-top: 6px; }
.val-success .est-note { font-size: .82rem; color: var(--muted); margin-top: 8px; }

/* Trust strip on valuation page */
.val-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; max-width: 920px; margin: 56px auto 0; }
.val-trust .item { text-align: center; }
.val-trust .item svg { width: 30px; height: 30px; margin: 0 auto 12px; fill: none; stroke: var(--green); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.val-trust .item h3 { font-size: 1.1rem; margin-bottom: 4px; }
.val-trust .item p { color: var(--muted); font-size: .94rem; }

/* =========================================================
   REVEAL
   ========================================================= */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .property:hover, .card:hover, .approach-steps li:hover, .contact-card:hover { transform: none; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1000px) {
  .main-nav { display: none; }
  .header-actions .btn { display: none; }
  .nav-toggle { display: flex; }
  .cards, .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .approach-steps { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-mark { max-width: 340px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .trackbar { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
}
@media (max-width: 640px) {
  .container { padding-inline: 20px; }
  .section-dark { background-attachment: scroll; }
  .cards, .portfolio-grid, .approach-steps, .contact-methods, .form-row-2, .form-row-3 { grid-template-columns: 1fr; }
  .val-trust { grid-template-columns: 1fr; gap: 30px; }
  .footer-inner { grid-template-columns: 1fr; gap: 34px; }
  .hero-cta .btn { flex: 1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

/* Google Places address-suggestion dropdown (matches the squared, on-brand style) */
.pac-container { border: 1.5px solid var(--line); border-top: none; box-shadow: var(--shadow); font-family: 'Inter', sans-serif; border-radius: 0; background: #fff; z-index: 1000; }
.pac-item { padding: 9px 13px; font-size: .95rem; color: var(--ink); cursor: pointer; border-top: 1px solid #f0f2ec; }
.pac-item:hover, .pac-item-selected { background: var(--bg-tint); }
.pac-item-query { font-weight: 600; color: var(--forest); }
.pac-icon { display: none; }
.pac-logo::after { opacity: .5; }
