* {
  box-sizing:border-box
}
body {
  margin:0;
  min-width:320px
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  text-wrap:balance
}
p {
  text-wrap:pretty
}
img {
  max-width:100%;
  display:block
}
.container {
  width:min(100% - var(--brand-gutter)*2,1200px);
  margin-inline:auto
}
.site-header {
  height:90px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-inline:var(--brand-gutter);
  max-width:1440px;
  margin:auto;
  border-bottom:1px solid var(--brand-line);
  position:sticky;
  top:0;
  z-index:20;
  background:var(--brand-bg)
}
.desktop-nav {
  display:flex;
  align-items:center;
  gap:27px
}
.desktop-nav a {
  font-size:12px;
  color:#74756d;
  padding-block:16px;
  position:relative
}
.desktop-nav a:hover,.desktop-nav a[aria-current] {
  color:var(--brand-ink)
}
.desktop-nav a[aria-current]:after {
  content:'';
  width:4px;
  height:4px;
  background:var(--brand-ink);
  border-radius:50%;
  position:absolute;
  bottom:5px;
  left:calc(50% - 2px)
}
.header-cta {
  min-height:44px;
  padding:11px 20px;
  font-size:12px
}
.menu-toggle {
  display:none
}
.mobile-nav[hidden] {
  display:none
}
.mobile-nav {
  position:fixed;
  inset:76px 0 auto;
  background:var(--brand-bg);
  z-index:19;
  padding:20px var(--brand-gutter) 32px;
  border-bottom:1px solid var(--brand-line)
}
.mobile-nav a {
  display:block;
  padding:14px 0;
  font-size:19px
}
.mobile-nav a[aria-current] {
  font-weight:750
}
.hero {
  padding-top:66px;
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:38px 64px
}
.eyebrow {
  font-size:10px;
  line-height:1.6;
  font-weight:650;
  letter-spacing:.12em;
  text-transform:uppercase;
  display:flex;
  gap:10px;
  align-items:center
}
.brand-dot {
  display:inline-block;
  flex-shrink:0;
  width:7px;
  height:7px;
  background:var(--brand-accent);
  border-radius:50%
}
.hero h1 {
  font-size:clamp(64px,7.6vw,104px);
  line-height:1.04;
  font-weight:550;
  letter-spacing:-.067em;
  margin-top:26px
}
.city-word {
  position:relative;
  display:inline-block
}
.city-word:after {
  content:'';
  position:absolute;
  bottom:4px;
  left:3px;
  width:calc(100% - 12px);
  height:7px;
  background:var(--brand-accent);
  z-index:-1;
  border-radius:2px
}
.city-period {
  color:#b59c46
}
.hero-description {
  font-size:16px;
  line-height:1.75;
  color:var(--brand-muted);
  margin-top:28px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:26px;
  margin-top:29px
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:16px;
  font-size:12px;
  font-weight:600;
  min-height:44px
}
.text-link:hover {
  text-decoration:underline;
  text-underline-offset:5px
}
.hero-signature {
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:37px
}
.mini-avatars {
  display:flex;
  padding-left:0
}
.mini-avatars img,.mini-avatars>span {
  height:32px;
  width:32px;
  border:2px solid var(--brand-bg);
  border-radius:50%;
  object-fit:cover;
  margin-left:-7px
}
.mini-avatars img:first-child {
  margin-left:0
}
.mini-avatars>span {
  display:grid;
  place-items:center;
  background:var(--brand-accent);
  font-size:8px;
  font-weight:800
}
.hero-signature p {
  font-size:10px;
  color:var(--brand-muted);
  line-height:1.6
}
.hero-signature strong {
  font-weight:500;
  color:var(--brand-ink)
}
.hero-visual {
  background:var(--brand-soft);
  border-radius:22px;
  min-width:0;
  padding:24px 27px 20px;
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
  align-self:stretch
}
.visual-topline,.visual-bottomline {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:8px;
  color:#73766b;
  gap:10px
}
.visual-topline>span:first-child {
  display:flex;
  align-items:center;
  gap:7px
}
.visual-topline .brand-dot {
  width:5px;
  height:5px;
  background:#6d7b5a
}
.editorial-mark {
  font-size:clamp(60px,6.7vw,92px);
  line-height:.97;
  letter-spacing:-.065em;
  font-weight:650;
  margin:36px 0 32px;
  position:relative
}
.editorial-mark>span {
  color:#92988a
}
.editorial-mark svg {
  width:77px;
  height:77px;
  position:absolute;
  right:0;
  bottom:1px;
  color:var(--brand-ink)
}
.community-preview {
  display:flex;
  align-items:center;
  gap:13px;
  background:var(--brand-bg);
  padding:16px;
  border-radius:13px;
  position:relative;
  transition:background-color 150ms ease-out
}
.community-preview:hover {
  background:#fff
}
.preview-avatar {
  border-radius:50%;
  width:42px;
  height:42px
}
.community-preview strong {
  font-size:12px;
  font-weight:750;
  display:block
}
.community-preview small {
  font-size:9px;
  color:var(--brand-muted);
  display:block;
  margin-top:5px
}
.preview-arrow {
  margin-left:auto;
  font-size:21px
}
.visual-bottomline {
  margin-top:auto;
  padding-top:22px;
  font-size:8px
}
.hero-bottom {
  grid-column:1/-1;
  border-bottom:1px solid var(--brand-line);
  padding:4px 0 25px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:10px;
  color:var(--brand-muted)
}
.index-label {
  margin-right:20px
}
.hero-bottom>a {
  display:flex;
  gap:16px;
  align-items:center;
  color:var(--brand-ink)
}
.round-arrow {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border:1px solid var(--brand-line);
  border-radius:50%;
  font-size:18px;
  flex-shrink:0;
  transition:background-color 150ms ease-out,transform 250ms var(--brand-ease)
}
a:hover .round-arrow {
  background:var(--brand-accent);
  border-color:transparent;
  transform:rotate(5deg)
}
.community-section,.advertise-section {
  padding-top:104px
}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:35px
}
.section-heading .eyebrow {
  margin-bottom:18px;
  color:var(--brand-muted)
}
h2 {
  font-size:clamp(32px,3.8vw,48px);
  font-weight:550;
  letter-spacing:-.05em;
  line-height:1.13
}
.muted {
  color:#85887c
}
.section-description {
  font-size:13px;
  color:var(--brand-muted);
  line-height:1.8;
  padding-bottom:4px;
  min-width:250px
}
.social-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}
.social-card {
  background:#fff;
  border-radius:16px;
  padding:23px 26px 19px;
  transition:background-color 150ms ease-out
}
.social-card:hover {
  background:#eeeee7
}
.social-card-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:36px
}
.social-icon {
  width:47px;
  height:47px;
  background:var(--brand-soft);
  border-radius:13px;
  display:grid;
  place-items:center
}
.social-icon img {
  width:25px;
  height:25px
}
.social-card h3 {
  font-size:22px;
  font-weight:600;
  letter-spacing:-.035em
}
.social-card>p {
  font-size:11px;
  color:var(--brand-muted);
  margin-top:8px
}
.social-card-bottom {
  display:flex;
  justify-content:space-between;
  border-top:1px solid var(--brand-line);
  padding-top:17px;
  margin-top:29px;
  font-size:9px;
  color:var(--brand-muted)
}
.audience-section {
  padding-top:90px
}
.audience-panel {
  background:#292d25;
  color:#f7f7f2;
  border-radius:22px;
  padding:48px;
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:40px
}
.audience-intro .eyebrow {
  color:#b8beb0;
  margin-bottom:20px
}
.audience-intro h2 {
  font-size:38px
}
.audience-intro>p:not(.eyebrow) {
  font-size:13px;
  line-height:1.8;
  color:#b8beb0;
  margin-top:20px
}
.audience-intro .text-link {
  margin-top:20px;
  color:var(--brand-accent)
}
.audience-main {
  border-left:1px solid #51564a;
  padding-left:50px;
  padding-top:12px
}
.audience-main>.eyebrow {
  color:#b8beb0
}
.audience-main>strong {
  display:block;
  font-size:100px;
  font-weight:500;
  line-height:1.1;
  letter-spacing:-.07em;
  margin-top:25px;
  font-variant-numeric:tabular-nums
}
.audience-main strong span {
  font-size:25px;
  letter-spacing:-.025em;
  margin-left:12px;
  color:var(--brand-accent)
}
.audience-main>p {
  font-size:13px;
  line-height:1.7;
  color:#b8beb0;
  margin-top:15px
}
.audience-metrics {
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid #51564a;
  padding-top:30px;
  gap:20px
}
.audience-metrics strong {
  font-size:33px;
  font-weight:500;
  letter-spacing:-.035em
}
.audience-metrics strong span {
  color:var(--brand-accent);
  font-size:22px
}
.audience-metrics p {
  font-size:11px;
  color:#b8beb0;
  margin-top:7px
}
.data-note {
  grid-column:1/-1;
  font-size:9px;
  color:#b8beb0;
  margin-top:-12px
}
.services-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.service-card {
  padding:30px 32px;
  background:var(--brand-soft);
  border-radius:18px;
  display:flex;
  flex-direction:column;
  gap:0
}
.service-featured {
  background:#f4edce
}
.service-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:28px
}
.service-top .eyebrow {
  font-size:9px;
  color:#676a5b
}
.service-card h3 {
  font-size:clamp(32px,3.1vw,40px);
  line-height:1.16;
  font-weight:550;
  letter-spacing:-.04em
}
.service-card p {
  margin-top:18px;
  font-size:12px;
  line-height:1.8;
  color:#65695c
}
.service-action {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:50px;
  padding:12px 20px;
  border:1px solid #c9cbbd;
  border-radius:999px;
  font-size:11px;
  font-weight:500;
  transition:background-color 150ms ease-out,border-color 150ms ease-out
}
.service-action>span {
  font-size:20px
}
.service-featured .service-action {
  background:var(--brand-ink);
  color:#fff;
  border-color:var(--brand-ink)
}
.service-symbol {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border:1px solid #d2d4c9;
  border-radius:50%;
  flex-shrink:0
}
.service-symbol svg { width:25px; height:25px; }
.service-featured .service-symbol { background:var(--brand-accent); border-color:transparent; }
.service-footer { display:flex; align-items:flex-end; justify-content:space-between; gap:16px; padding-top:26px; margin-top:auto; }
.service-number { color:#797c6d; opacity:.32; font-size:76px; line-height:.95; font-weight:400; letter-spacing:-.07em; border-left:1px solid #a6a991; padding-left:20px; }
.service-card:hover .service-action { background:#e3e5da; border-color:#a7ac9b; }
.service-featured:hover .service-action { background:#41443a; border-color:#41443a; }
@media (max-width:1100px) { .service-number { display:none; } .service-action { gap:16px; } }
.partners-section {
  padding-block:83px
}
.partners-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.partners-heading h2 {
  font-size:16px;
  letter-spacing:-.025em
}
.partners-heading>span {
  font-size:10px;
  color:var(--brand-muted)
}
.partner-logos {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  align-items:center;
  gap:42px;
  margin-top:40px
}
.partner-logos img {
  width:100%;
  height:44px;
  object-fit:contain;
  filter:grayscale(1);
  opacity:.65
}
.contact-section {
  border-top:1px solid var(--brand-line);
  padding-block:60px 68px
}
.contact-section>.eyebrow {
  color:var(--brand-muted)
}
.contact-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  margin-top:24px
}
.contact-section>p:last-child {
  font-size:12px;
  color:var(--brand-muted);
  margin-top:24px
}
.site-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid var(--brand-line);
  padding-block:30px
}
.site-footer>.brand {
  font-size:12px
}
.site-footer>div {
  display:flex;
  gap:24px;
  font-size:10px
}
.site-footer>span {
  font-size:9px;
  color:var(--brand-muted)
}
@media(prefers-reduced-motion:no-preference) {
  .intro {
    animation:intro-in .7s var(--brand-ease) both
  }
  .hero h1 {
    animation-delay:.08s
  }
  .hero-description {
    animation-delay:.16s
  }
  .hero-actions {
    animation-delay:.24s
  }
  .hero-signature {
    animation-delay:.32s
  }
  .hero-visual {
    animation-delay:.16s
  }
  .reveal-ready {
    opacity:0;
    transform:translateY(18px);
    transition:opacity .65s var(--brand-ease),transform .65s var(--brand-ease)
  }
  .reveal-ready.is-visible {
    opacity:1;
    transform:none
  }
  @keyframes intro-in {
    from {
      opacity:0;
      transform:translateY(15px)
    }
    to {
      opacity:1;
      transform:none
    }
  }
}
/* Keep secondary information readable at every viewport. */
.home-page :is(.eyebrow,.text-link,.hero-signature p,.community-preview small,.hero-bottom,.social-card-bottom,.data-note,.service-action,.service-top .eyebrow,.partners-heading>span,.site-footer>div,.site-footer>span) {
  font-size:12px
}
.home-page :is(.social-card>p,.service-card p,.audience-metrics p,.contact-section>p:last-child) {
  font-size:14px;
  line-height:1.7
}
.home-page :is(.visual-topline,.visual-bottomline) {
  font-size:10px
}
.home-page .brand-caption {
  font-size:11px
}
.hero h1 {
  word-spacing:.06em
}
.hero-copy {
  min-width:0
}
@media(min-width:1440px) {
  .hero {
    padding-top:80px
  }
  .hero-visual {
    max-width:500px
  }
  .hero-bottom {
    margin-top:8px
  }
}
@media(max-width:1100px) {
  .editorial-mark svg {
    width:52px;
    height:52px;
    bottom:8px
  }
  .desktop-nav {
    gap:17px
  }
  .brand {
    font-size:12px
  }
  .brand-caption {
    font-size:9px
  }
  .header-cta {
    display:none
  }
  .hero {
    gap:32px
  }
  .hero h1 {
    font-size:78px
  }
  .hero-actions {
    gap:17px
  }
  .hero-actions .button {
    font-size:12px;
    padding-inline:18px
  }
  .hero-actions .text-link {
    font-size:10px
  }
  .editorial-mark {
    font-size:78px
  }
  .hero-visual {
    padding:23px
  }
  .audience-panel {
    padding:36px
  }
  .audience-main {
    padding-left:32px
  }
  .audience-main>strong {
    font-size:80px
  }
  .audience-intro h2 {
    font-size:34px
  }
}
@media(max-width:760px) {
  .site-header {
    height:76px
  }
  .desktop-nav {
    display:none
  }
  .menu-toggle {
    display:flex;
    gap:18px;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:10px 16px;
    background:transparent;
    border:1px solid var(--brand-line);
    border-radius:99px;
    font-size:12px;
    color:var(--brand-ink)
  }
  .brand {
    font-size:12px
  }
  .hero {
    padding-top:38px;
    grid-template-columns:1fr;
    gap:32px
  }
  .hero h1 {
    font-size:clamp(64px,13vw,88px);
    margin-top:24px
  }
  .hero-description {
    font-size:15px
  }
  .hero-actions {
    gap:22px;
    flex-wrap:wrap
  }
  .hero-actions .text-link {
    font-size:11px
  }
  .hero-signature {
    margin-top:26px
  }
  .hero-visual {
    margin-top:4px;
    padding:22px;
    max-width:none;
    min-height:365px
  }
  .editorial-mark {
    font-size:76px;
    margin:25px 0
  }
  .editorial-mark svg {
    width:67px;
    height:67px;
    right:8px
  }
  .visual-bottomline {
    padding-top:18px
  }
  .hero-bottom {
    font-size:9px;
    padding-bottom:18px;
    gap:10px
  }
  .index-label {
    margin-right:9px
  }
  .hero-bottom>a {
    font-size:9px;
    gap:7px
  }
  .hero-bottom .round-arrow {
    width:28px;
    height:28px
  }
  .community-section,.advertise-section {
    padding-top:68px
  }
  .section-heading {
    display:block;
    margin-bottom:25px
  }
  .section-description {
    margin-top:22px;
    font-size:13px;
    min-width:0
  }
  .section-description br {
    display:none
  }
  .section-heading h2 {
    font-size:37px
  }
  .social-grid {
    grid-template-columns:1fr;
    gap:12px
  }
  .social-card {
    padding:22px;
    position:relative
  }
  .social-card-top {
    margin-bottom:16px
  }
  .social-card h3 {
    font-size:23px
  }
  .social-card-bottom {
    margin-top:22px
  }
  .audience-section {
    padding-top:64px
  }
  .audience-panel {
    padding:30px 24px;
    grid-template-columns:1fr;
    gap:28px;
    border-radius:18px
  }
  .audience-intro h2 {
    font-size:33px
  }
  .audience-main {
    border-left:0;
    border-top:1px solid #51564a;
    padding:25px 0 0
  }
  .audience-main>strong {
    font-size:88px;
    margin-top:10px
  }
  .audience-main>p {
    margin-top:8px
  }
  .audience-metrics {
    grid-template-columns:1fr;
    gap:20px;
    padding-top:25px
  }
  .audience-metrics>div {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:18px
  }
  .audience-metrics strong {
    font-size:28px;
    white-space:nowrap
  }
  .audience-metrics p {
    font-size:10px;
    max-width:130px;
    margin:0;
    text-align:right
  }
  .data-note {
    font-size:8px;
    margin:0
  }
  .services-grid {
    grid-template-columns:1fr
  }
  .service-card {
    padding:25px
  }
  .service-card h3 {
    font-size:32px
  }
  .service-top {
    margin-bottom:25px
  }
  .partners-section {
    padding-block:55px
  }
  .partners-heading h2 {
    font-size:15px;
    max-width:210px
  }
  .partners-heading>span {
    font-size:9px
  }
  .partner-logos {
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:30px
  }
  .partner-logos img {
    height:34px
  }
  .contact-section {
    padding-block:40px
  }
  .contact-row {
    display:block
  }
  .contact-row h2 {
    font-size:35px
  }
  .contact-row .button {
    margin-top:28px
  }
  .contact-section>p:last-child {
    font-size:12px;
    line-height:1.8
  }
  .site-footer {
    flex-wrap:wrap;
    gap:25px
  }
  .site-footer>.brand {
    width:100%
  }
  .site-footer>div {
    gap:16px
  }
  .site-footer>span {
    font-size:8px
  }
}
@media(max-width:370px) {
  .hero-actions {
    gap:12px
  }
  .hero-actions .button {
    padding-inline:15px;
    gap:10px
  }
  .hero h1 {
    font-size:60px
  }
  .brand {
    gap:8px;
    font-size:11px
  }
  .brand img {
    width:34px;
    height:34px
  }
  .brand-caption {
    font-size:8px
  }
  .menu-toggle {
    padding-inline:12px;
    gap:10px
  }
  .hero-bottom>span {
    max-width:145px
  }
  .visual-bottomline {
    font-size:7px
  }
  .community-preview {
    padding:12px;
    gap:9px
  }
  .community-preview small {
    font-size:8px
  }
  .section-heading h2 {
    font-size:33px
  }
}
