:root {
  --ink: #16251e;
  --muted: #637169;
  --paper: #f6f5ef;
  --white: #fffef9;
  --green: #17835c;
  --green-dark: #0b513b;
  --green-deep: #073c2d;
  --lime: #bdda4c;
  --orange: #f39a18;
  --orange-dark: #dc7418;
  --line: #dce3db;
  --shadow: 0 24px 65px rgba(14, 58, 42, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--lime); color: var(--green-deep); }
a { color: inherit; }
img { max-width: 100%; }
svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; border-radius: 8px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 86px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(18, 37, 30, .08); background: rgba(246, 245, 239, .92); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 56px; height: 56px; object-fit: contain; }
.brand > span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font: 800 15px "Manrope", sans-serif; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
nav a:not(.nav-cta):hover { color: var(--green); }
.nav-cta { padding: 11px 16px; border-radius: 12px; color: #fff; background: var(--green-dark); }
.menu-button { display: none; width: 43px; height: 43px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--green-deep); }
.mobile-menu { position: absolute; top: 74px; right: 16px; left: 16px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.mobile-menu a { display: block; padding: 13px; border-radius: 9px; font-size: 13px; font-weight: 700; text-decoration: none; }
.mobile-menu a:last-child { color: #fff; background: var(--green-dark); }

.hero { min-height: 680px; padding: 76px 8vw 82px; display: flex; align-items: center; justify-content: space-between; gap: 70px; position: relative; overflow: hidden; color: white; background: linear-gradient(125deg, var(--green-deep), #0f704f 72%, #17845c); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle, #fff 1px, transparent 1.3px); background-size: 27px 27px; mask-image: linear-gradient(90deg, transparent 10%, #000 95%); }
.hero-copy { width: min(730px, 65%); position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 1.8px; font-size: 11px; font-weight: 800; }
.eyebrow i { width: 26px; height: 2px; background: var(--lime); }
.hero-logo { width: clamp(105px, 11vw, 150px); display: block; margin-top: 22px; filter: drop-shadow(0 16px 24px rgba(0,0,0,.2)); }
h1 { margin: 18px 0 22px; font-size: clamp(53px, 6.5vw, 88px); line-height: .96; letter-spacing: -4.7px; }
h1 em { color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 640px; margin: 0 0 30px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.6; }
.primary-button, .lime-button, .outline-button { min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 14px; font-weight: 800; font-size: 13px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.primary-button { color: #fff; background: var(--orange-dark); box-shadow: 0 14px 32px rgba(104, 45, 8, .22); }
.primary-button:hover, .lime-button:hover, .outline-button:hover { transform: translateY(-3px); }
.primary-button span, .lime-button span, .outline-button span, .text-button span { font-size: 17px; }
.hero-card { width: 290px; min-height: 350px; padding: 34px 30px; position: relative; z-index: 2; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.22); border-radius: 34px 34px 90px 34px; background: rgba(255,255,255,.1); box-shadow: 0 30px 60px rgba(0,0,0,.15); backdrop-filter: blur(12px); transform: rotate(2deg); }
.hero-card-number { display: block; color: var(--lime); font: 800 76px/.95 "Manrope", sans-serif; letter-spacing: -6px; }
.hero-card p { margin: 42px 0 27px; color: rgba(255,255,255,.72); line-height: 1.55; }
.hero-card strong { color: #fff; }
.hero-card-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.hero-card-tags span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }
.hero-decoration { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-ring-one { width: 470px; height: 470px; right: -80px; top: 28px; border: 1px dashed rgba(255,255,255,.2); }
.hero-ring-two { width: 310px; height: 310px; right: 80px; bottom: -110px; border: 1px solid rgba(189,218,76,.3); }

.audiences { max-width: 1400px; margin: 0 auto; padding: 100px 5vw 116px; }
.section-heading { margin-bottom: 44px; }
.section-heading.centered { max-width: 820px; margin-right: auto; margin-left: auto; text-align: center; }
.kicker { color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.section-heading h2, .profile-content h2, .final-cta h2 { margin: 9px 0 15px; font-size: clamp(34px, 4.3vw, 57px); line-height: 1.06; letter-spacing: -2.7px; }
.section-heading p { max-width: 660px; margin: 0 auto; color: var(--muted); line-height: 1.6; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.audience-card { min-height: 355px; padding: 31px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--white); color: inherit; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.audience-card::after { content: ""; width: 140px; height: 140px; position: absolute; right: -52px; bottom: -58px; border: 28px solid rgba(23,131,92,.055); border-radius: 50%; }
.audience-card:hover, .audience-card.selected { transform: translateY(-7px); border-color: rgba(23,131,92,.32); box-shadow: var(--shadow); }
.card-icon { width: 57px; height: 57px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: var(--green); }
.tourist .card-icon { background: var(--orange-dark); }
.merchant .card-icon { background: var(--green-deep); }
.card-number { position: absolute; right: 28px; top: 27px; color: #d9ded8; font: 800 32px "Manrope", sans-serif; }
.audience-card h3 { margin: 45px 0 11px; font-size: 27px; letter-spacing: -1px; }
.audience-card p { margin: 0 0 28px; color: var(--muted); line-height: 1.55; font-size: 14px; }
.audience-card strong { margin-top: auto; color: var(--green-dark); font-size: 13px; }

.profile-section { max-width: 1320px; min-height: 610px; margin: 0 auto 112px; padding: 5vw; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7vw; }
.profile-content h2 { margin-top: 10px; }
.profile-content > p { margin: 0 0 28px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.benefit-list { margin: 0 0 33px; padding: 0; list-style: none; }
.benefit-list li { display: flex; gap: 12px; margin: 13px 0; color: #445149; font-size: 14px; }
.benefit-list li span { width: 22px; height: 22px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--green); font-size: 11px; font-weight: 800; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 21px; }
.text-button { color: var(--green-dark); font-size: 13px; font-weight: 800; text-decoration: none; }
.profile-visual, .resident-visual { min-height: 490px; position: relative; overflow: hidden; border-radius: 35px 35px 100px 35px; background: #dbe7c6; }
.profile-label { position: absolute; z-index: 5; top: 28px; left: 28px; padding: 13px 16px; display: flex; flex-direction: column; border-radius: 13px; background: rgba(255,255,255,.9); box-shadow: 0 12px 30px rgba(18,61,42,.12); }
.profile-label span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.profile-label strong { margin-top: 2px; color: var(--green-deep); }
.landscape-art { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(#8fd0c6 0 50%, #e5d19a 50%); }
.sun { width: 100px; height: 100px; position: absolute; top: 68px; right: 68px; border-radius: 50%; background: #f5af35; box-shadow: 0 0 0 20px rgba(255,255,255,.12); }
.hill { position: absolute; bottom: 70px; border-radius: 50% 50% 0 0; transform: rotate(-8deg); }
.hill-back { width: 700px; height: 300px; left: -130px; background: #4f9b69; }
.hill-front { width: 600px; height: 250px; right: -220px; bottom: 20px; background: #247453; transform: rotate(14deg); }
.river { width: 720px; height: 145px; position: absolute; left: -90px; bottom: -55px; border-radius: 50%; background: #bee5d9; transform: rotate(-6deg); box-shadow: 0 -15px 0 rgba(255,255,255,.25); }
.profile-resident { background: #eef0e7; max-width: none; padding-right: max(5vw, calc((100vw - 1320px)/2)); padding-left: max(5vw, calc((100vw - 1320px)/2)); }
.resident-visual { color: #fff; background: linear-gradient(135deg, var(--green-deep), #18815b); }
.resident-number { position: absolute; left: 30px; bottom: -25px; color: rgba(255,255,255,.06); font: 800 170px "Manrope", sans-serif; letter-spacing: -15px; }
.resident-visual > svg { width: 100%; height: 100%; position: absolute; inset: 0; opacity: .22; stroke: var(--lime); stroke-width: 2; stroke-dasharray: 8 11; }
.pin { padding: 10px 13px; display: flex; align-items: center; gap: 8px; position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: rgba(255,255,255,.12); backdrop-filter: blur(10px); font-size: 11px; }
.pin i { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(189,218,76,.13); }
.pin-one { top: 74px; left: 48px; }.pin-two { top: 185px; right: 42px; }.pin-three { bottom: 86px; left: 105px; }
.profile-merchant { max-width: none; margin-bottom: 0; padding-right: max(7vw, calc((100vw - 1320px)/2)); padding-left: max(7vw, calc((100vw - 1320px)/2)); color: #fff; background: var(--green-deep); }
.profile-merchant .profile-content > p { color: rgba(255,255,255,.7); }
.light { color: var(--lime); }
.light-list li { color: rgba(255,255,255,.8); }
.light-list li span { color: var(--green-deep); background: var(--lime); }
.lime-button { color: var(--green-deep); background: var(--lime); box-shadow: 0 14px 30px rgba(0,0,0,.15); }
.mascot-wrap { min-height: 510px; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 35px 35px 100px 35px; background: var(--white); }
.mascot-wrap img { width: min(390px, 80%); position: relative; z-index: 2; }
.mascot-halo { width: 370px; height: 370px; position: absolute; border: 1px dashed rgba(11,81,59,.25); border-radius: 50%; }
.mascot-halo::after { content: ""; position: absolute; inset: 35px; border: 1px solid rgba(243,154,24,.2); border-radius: 50%; }
.mascot-note { position: absolute; z-index: 3; right: 26px; bottom: 26px; max-width: 180px; padding: 12px 15px; border-radius: 13px 13px 28px 13px; color: #fff; background: var(--orange-dark); font-size: 12px; font-weight: 800; transform: rotate(-2deg); }

.community { padding: 112px 5vw; background: var(--white); }
.community-points { max-width: 1080px; margin: 55px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.community-points article { padding: 34px; text-align: center; }
.community-points article + article { border-left: 1px solid var(--line); }
.community-points span { color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.community-points h3 { margin: 8px 0; font-size: 25px; }
.community-points p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.growth-note { max-width: 760px; margin: 32px auto 0; color: var(--muted); font-size: 12px; text-align: center; }
.final-cta { min-height: 290px; padding: 65px max(7vw, calc((100vw - 1320px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 50px; color: #fff; background: linear-gradient(120deg, #10704f, var(--green-deep)); }
.final-cta h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 52px); }
.outline-button { color: #fff; border: 1px solid rgba(255,255,255,.35); background: transparent; }

footer { min-height: 120px; padding: 28px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); background: var(--paper); }
.footer-brand img { width: 48px; height: 48px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; }
footer > p { color: var(--muted); font-size: 10px; }

@media (max-width: 980px) {
  .hero { padding-right: 6vw; padding-left: 6vw; }
  .hero-copy { width: 67%; }
  .hero-card { width: 250px; }
  .audience-card { padding: 25px; }
  .profile-section { gap: 5vw; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .site-header { height: 72px; padding: 0 16px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 8px; }
  nav { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; padding: 56px 21px 68px; display: block; }
  .hero-copy { width: 100%; }
  .hero-logo { width: 108px; }
  h1 { margin-top: 17px; font-size: clamp(48px, 14vw, 66px); letter-spacing: -3.3px; }
  .hero-copy > p { font-size: 15px; }
  .hero-card { width: 100%; min-height: auto; margin-top: 50px; padding: 25px; transform: none; }
  .hero-card-number { font-size: 56px; }
  .hero-card p { margin: 20px 0; }
  .hero-decoration { display: none; }
  .audiences { padding: 72px 16px 82px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .profile-content h2, .final-cta h2 { font-size: 36px; letter-spacing: -1.8px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 295px; }
  .audience-card h3 { margin-top: 34px; }
  .profile-section { min-height: 0; margin-bottom: 75px; padding: 0 17px; display: flex; flex-direction: column; gap: 42px; }
  .profile-visual, .resident-visual, .mascot-wrap { width: 100%; min-height: 390px; border-radius: 27px 27px 72px 27px; }
  .profile-content { width: 100%; }
  .profile-resident { padding-top: 70px; padding-bottom: 70px; flex-direction: column; background: #eef0e7; }
  .profile-resident .profile-content { order: 2; }
  .profile-resident .resident-visual { order: 1; }
  .profile-merchant { margin-bottom: 0; padding-top: 70px; padding-bottom: 75px; }
  .mascot-wrap { min-height: 405px; }
  .mascot-wrap img { width: 84%; }
  .mascot-note { right: 18px; bottom: 18px; }
  .button-row { align-items: stretch; flex-direction: column; gap: 12px; }
  .button-row a { width: 100%; }
  .text-button { min-height: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 13px; }
  .community { padding: 78px 17px; }
  .community-points { grid-template-columns: 1fr; }
  .community-points article + article { border-top: 1px solid var(--line); border-left: 0; }
  .final-cta { padding: 58px 20px; align-items: stretch; flex-direction: column; gap: 32px; }
  footer { padding: 30px 18px; align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
