@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;font-display:swap;src:url('./assets/fonts/ubuntu-cyrillic-400-normal.woff2') format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:Ubuntu;font-style:normal;font-weight:500;font-display:swap;src:url('./assets/fonts/ubuntu-cyrillic-500-normal.woff2') format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:Ubuntu;font-style:normal;font-weight:400;font-display:swap;src:url('./assets/fonts/ubuntu-latin-400-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Ubuntu;font-style:normal;font-weight:500;font-display:swap;src:url('./assets/fonts/ubuntu-latin-500-normal.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root {
  color-scheme: light;
  --cream: #f5f4ec;
  --forest: #173f35;
  --sage: #d7eddc;
  --lime: #ddf38e;
  --muted: #5f7065;
  --line: #a4b3a3;
  --gutter: clamp(20px, 6vw, 96px);
  --ease: cubic-bezier(.22, 1, .36, 1);
  font-family: Ubuntu, Arial, sans-serif;
  color: var(--forest);
  background: var(--cream);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
@supports (color: oklch(from red l c h)) {
  :root {
    --cream: oklch(from #f5f4ec l c h);
    --forest: oklch(from #173f35 l c h);
    --sage: oklch(from #d7eddc l c h);
    --lime: oklch(from #ddf38e l c h);
  }
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 500; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--forest); outline-offset: 7px; border-radius: 4px; }
::selection { background: var(--lime); color: var(--forest); }
.container { width: min(1400px, calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.icon { width: 24px; height: 24px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.svg-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.visually-hidden, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus { position: absolute; top: 16px; left: var(--gutter); z-index: 2; background: var(--lime); padding: 16px; }

.site-header { border-bottom: 1px solid rgb(23 63 53 / 9%); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 3px; flex-shrink: 0; }
.brand img { display: block; width: 52px; height: 52px; }
.brand span { font-size: 38px; line-height: 1; font-weight: 500; letter-spacing: -1.5px; }
.main-nav { display: flex; align-items: center; gap: clamp(24px, 4vw, 60px); font-size: 17px; }
.main-nav a { padding-block: 15px; text-underline-offset: 7px; }
.main-nav a:hover { text-decoration: underline; }
.shop-login { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 19px; border: 1px solid var(--forest); border-radius: 100px; font-size: 16px; line-height: 1.25; transition: background .2s; }
.shop-login .icon { width: 20px; height: 20px; }
.shop-login:hover { background: var(--sage); }

.hero { display: grid; grid-template-columns: 1fr 1.12fr; align-items: center; min-height: clamp(670px, calc(100svh - 180px), 805px); padding-block: 32px; }
.hero-copy { position: relative; z-index: 1; padding-block: 32px; }
h1 { font-size: clamp(66px, 6vw, 96px); line-height: 1.04; letter-spacing: -.05em; }
h1 span { display: block; }
.hero-description { max-width: 505px; font-size: clamp(20px, 1.6vw, 25px); line-height: 1.5; margin-top: 29px; text-wrap: pretty; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 68px; padding: 17px 48px; margin-top: 32px; border-radius: 100px; background: var(--forest); color: var(--cream); font-size: 24px; font-weight: 500; transition: background .2s, transform .3s var(--ease); }
.primary-button:hover { background: #255a48; transform: translateY(-2px); }
.primary-button .icon { transition: transform .3s var(--ease); }
.primary-button:hover .icon { transform: translate(2px, -2px); }
.hero-note { margin-top: 16px; color: var(--muted); font-size: 16px; }
.hero-art { width: 113%; margin-left: -7%; }
.hero-art img { display: block; width: 100%; height: auto; max-height: 741px; object-fit: contain; mask-image: linear-gradient(to right, transparent, black 7%, black 93%, transparent), linear-gradient(to bottom, transparent, black 6%, black 92%, transparent); mask-composite: intersect; }
.hero-caption { display: flex; justify-content: space-between; gap: 24px; padding-block: 24px 30px; border-top: 1px solid var(--forest); color: #466457; font-size: 15px; line-height: 1.5; }

h2 { font-size: clamp(38px, 4vw, 62px); line-height: 1.1; letter-spacing: -.035em; }
.how-section { padding-top: 104px; padding-bottom: 65px; }
.steps { list-style: none; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: clamp(30px, 5vw, 80px); margin: 56px 0 0; padding: 0 0 64px; border-bottom: 1px solid var(--line); }
.step-number { display: block; margin-bottom: 16px; color: var(--muted); font-size: 16px; }
.step-icon { display: block; width: 48px; height: 48px; margin-bottom: 24px; stroke-width: 1.35; }
.steps h3 { font-size: clamp(22px, 1.9vw, 28px); line-height: 1.2; letter-spacing: -.02em; }
.steps p { max-width: 340px; margin-top: 14px; font-size: 20px; line-height: 1.55; text-wrap: pretty; }
.shops-section { background: var(--sage); }
.shops-inner { display: grid; grid-template-columns: 1fr 1.12fr; align-items: center; gap: 64px; padding-block: 72px; }
.shops-inner h2 { font-size: clamp(38px, 3.5vw, 54px); }
.shops-copy p { max-width: 600px; font-size: 21px; line-height: 1.55; text-wrap: pretty; }
.text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; margin-top: 22px; font-size: 21px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.text-link:hover { text-decoration-thickness: 2px; }

.join-section { padding-block: 96px 76px; background: var(--forest); color: var(--cream); scroll-margin-top: 0; }
.join-section:focus { outline: none; }
.join-section h2 { font-size: clamp(40px, 4.8vw, 72px); }
.join-intro { margin-top: 27px; font-size: 23px; line-height: 1.55; }
.join-options { margin-top: 50px; }
.join-option { display: grid; grid-template-columns: 68px 1fr 68px; align-items: center; gap: 40px; min-height: 167px; padding: 32px 4px; border-bottom: 1px solid rgb(245 244 236 / 45%); }
.role-icon { width: 57px; height: 57px; stroke-width: 1.2; }
.join-option h3 { font-size: clamp(30px, 3.1vw, 46px); line-height: 1.15; letter-spacing: -.025em; }
.join-option p { margin-top: 11px; font-size: 21px; line-height: 1.5; }
.role-arrow { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--cream); color: var(--forest); transition: transform .3s var(--ease), background .2s; }
.role-arrow .icon { width: 37px; height: 37px; stroke-width: 1.6; }
.join-option:hover .role-arrow { background: var(--lime); transform: translate(3px, -3px); }
.join-option:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 7px; }
.join-option:focus-visible { outline-color: var(--lime); }

.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 40px; }
.footer-brand p { margin-top: 6px; padding-left: 55px; font-size: 14px; line-height: 1.5; }
.footer-info { text-align: right; font-size: 15px; line-height: 1.65; }
.footer-directory { display: inline-block; margin-top: 10px; padding-block: 6px; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.answers-section { display: grid; grid-template-columns: 1fr 1.12fr; gap: 64px; padding-block: 86px; }
.answers-intro h2 { font-size: clamp(36px, 3.5vw, 54px); }
.answers-intro p { max-width: 480px; margin-top: 24px; font-size: 19px; line-height: 1.6; }
.answers-intro .text-link { font-size: 19px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 36px 22px 0; cursor: pointer; list-style: none; font-size: 21px; font-weight: 500; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 3px; top: 19px; font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list summary:focus-visible { outline: 3px solid var(--forest); outline-offset: 4px; }
.faq-list details p { margin: 0 0 24px; max-width: 68ch; font-size: 17px; line-height: 1.65; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 28px; font-size: 14px; line-height: 1.5; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.directory-intro { padding-block: 58px 48px; }
.directory-intro h1 { max-width: 1000px; }
.directory-lead { max-width: 760px; margin-top: 28px; font-size: 22px; line-height: 1.6; text-wrap: pretty; }
.directory-intro .primary-button { font-size: 19px; }
.district-nav { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 8px 28px; }
.district-nav a { padding: 12px 16px; border: 1px solid var(--line); border-radius: 8px; font-size: 16px; line-height: 1.3; transition: background .2s; }
.district-nav a:hover { background: var(--sage); }
.directory-note { max-width: 900px; font-size: 15px; line-height: 1.6; color: var(--muted); }
.district-section { padding-top: 64px; }
.district-section h2 { font-size: clamp(30px, 3vw, 44px); }
.directory-list { list-style: none; margin: 28px 0 0; padding: 0; border-top: 1px solid var(--line); }
.directory-row { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.directory-row h3 { font-size: 24px; }
.directory-row p { font-size: 17px; margin-top: 7px; line-height: 1.5; }
.directory-row a { display: inline-flex; align-items: center; gap: 5px; flex-shrink: 0; padding-block: 12px; font-size: 16px; text-decoration: underline; text-underline-offset: 5px; }
.directory-help { max-width: 800px; padding-block: 74px; }
.directory-help h2 { font-size: 38px; }
.directory-help p { margin-top: 23px; font-size: 18px; line-height: 1.7; }
.directory-help p a { text-decoration: underline; text-underline-offset: 4px; }
.directory-page .site-footer { border-top: 1px solid var(--line); }

@media (min-width: 1700px) { .hero { min-height: 820px; } }
@media (max-width: 1100px) {
  :root { --gutter: 40px; }
  .main-nav { gap: 24px; font-size: 15px; }
  .brand span { font-size: 32px; }
  .hero { min-height: 650px; }
  h1 { font-size: 68px; }
  .hero-description { font-size: 20px; }
  .hero-art { width: 115%; margin-left: -8%; }
  .steps { gap: 36px; }
  .steps p { font-size: 18px; }
  .steps h3 { font-size: 23px; }
  .shops-inner { gap: 36px; }
  .shops-copy p { font-size: 19px; }
}
@media (max-width: 800px) {
  :root { --gutter: 28px; }
  .main-nav { display: none; }
  .hero { min-height: 585px; grid-template-columns: 1fr 1fr; }
  h1 { font-size: clamp(48px, 7.8vw, 63px); }
  .hero-description { font-size: 18px; }
  .primary-button { font-size: 18px; padding-inline: 25px; }
  .hero-note { font-size: 14px; }
  .how-section { padding-top: 70px; }
  .steps { gap: 24px; }
  .steps h3 { font-size: 21px; }
  .steps p { font-size: 17px; }
  .shops-inner { grid-template-columns: 1fr; gap: 28px; }
  .join-section { padding-block: 70px 60px; }
  .join-option { grid-template-columns: 50px 1fr 52px; gap: 24px; }
  .role-icon { width: 44px; height: 44px; }
  .role-arrow { width: 52px; height: 52px; }
  .join-option p { font-size: 18px; }
  .answers-section { grid-template-columns: 1fr; gap: 30px; padding-block: 60px; }
  .answers-intro p { max-width: 65ch; }
}
@media (max-width: 600px) {
  :root { --gutter: 22px; }
  html { scroll-padding-top: 18px; }
  .header-inner { min-height: 76px; gap: 12px; }
  .brand { gap: 0; }
  .brand img { width: 39px; height: 39px; }
  .brand span { font-size: 30px; letter-spacing: -1.2px; }
  .shop-login { gap: 5px; padding: 11px 12px; font-size: 12px; min-height: 44px; }
  .shop-login .icon { width: 16px; height: 16px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; min-height: auto; padding: 0; }
  .hero-copy { padding-block: 38px 0; }
  h1 { font-size: clamp(44px, 11.9vw, 68px); line-height: 1.05; letter-spacing: -.04em; }
  .hero-description { font-size: 18px; line-height: 1.5; margin-top: 22px; max-width: 430px; }
  .primary-button { min-height: 56px; margin-top: 25px; padding-inline: 28px; font-size: 18px; }
  .hero-note { margin-top: 13px; font-size: 13px; }
  .hero-art { width: 100%; max-width: 440px; margin: 16px auto 0; }
  .hero-caption { display: block; padding-block: 19px 0; font-size: 13px; }
  .hero-caption p + p { margin-top: 7px; }
  h2 { font-size: clamp(34px, 8.6vw, 44px); }
  .how-section { padding-top: 64px; padding-bottom: 42px; }
  .steps { grid-template-columns: 1fr; gap: 0; margin-top: 28px; padding-bottom: 12px; }
  .steps li { display: grid; grid-template-columns: 40px 1fr; column-gap: 18px; padding-block: 22px; }
  .step-number { grid-column: 1; margin-bottom: 9px; font-size: 13px; }
  .step-icon { grid-column: 1; grid-row: 2 / span 2; width: 33px; height: 33px; margin: 0; }
  .steps h3 { grid-column: 2; grid-row: 2; font-size: 23px; }
  .steps p { grid-column: 2; grid-row: 3; margin-top: 10px; font-size: 17px; }
  .shops-inner { padding-block: 45px; gap: 24px; }
  .shops-inner h2 { font-size: 38px; }
  .shops-copy p { font-size: 18px; }
  .text-link { font-size: 18px; margin-top: 19px; }
  .join-section { padding-block: 54px 48px; }
  .join-section h2 { font-size: clamp(37px, 10vw, 48px); max-width: 400px; }
  .join-intro { margin-top: 21px; font-size: 18px; }
  .join-options { margin-top: 28px; }
  .join-option { grid-template-columns: 33px 1fr 42px; gap: 15px; padding: 27px 0; min-height: 145px; }
  .role-icon { width: 30px; height: 30px; }
  .join-option h3 { font-size: 28px; }
  .join-option p { font-size: 16px; margin-top: 8px; }
  .role-arrow { width: 42px; height: 42px; }
  .role-arrow .icon { width: 27px; height: 27px; }
  .site-footer { padding-block: 31px; align-items: flex-start; }
  .footer-brand p { padding-left: 0; font-size: 12px; margin-top: 9px; }
  .footer-info { font-size: 12px; padding-top: 7px; }
  .answers-section { padding-block: 48px; }
  .answers-intro h2 { font-size: 36px; }
  .answers-intro p { font-size: 18px; margin-top: 20px; }
  .answers-intro .text-link { font-size: 17px; }
  .faq-list summary { font-size: 18px; padding-block: 20px; }
  .faq-list details p { font-size: 16px; }
  .footer-directory { font-size: 12px; max-width: 160px; }
  .directory-intro { padding-block: 38px 30px; }
  .directory-lead { font-size: 18px; margin-top: 23px; }
  .directory-intro .primary-button { font-size: 15px; padding-inline: 18px; gap: 8px; }
  .district-nav { gap: 8px; }
  .district-nav a { font-size: 14px; padding: 12px; }
  .directory-note { font-size: 14px; }
  .district-section { padding-top: 44px; }
  .district-section h2 { font-size: 29px; overflow-wrap: break-word; }
  .directory-list { margin-top: 22px; }
  .directory-row { align-items: flex-start; flex-direction: column; gap: 4px; padding-block: 18px; }
  .directory-row h3 { font-size: 22px; }
  .directory-row p { font-size: 16px; }
  .directory-help { padding-block: 50px; }
  .directory-help h2 { font-size: 32px; }
  .directory-help p { font-size: 17px; }
  .directory-help .text-link { display: block; font-size: 17px; line-height: 1.5; }
}
@media (max-width: 360px) {
  :root { --gutter: 18px; }
  .brand span { font-size: 26px; }
  .brand img { width: 34px; height: 34px; }
  .shop-login { padding-inline: 9px; font-size: 11px; }
  .join-option { grid-template-columns: 1fr 40px; gap: 12px; }
  .role-icon { display: none; }
  .join-option h3 { font-size: 27px; }
  .footer-brand p { max-width: 125px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .primary-button:hover, .primary-button:hover .icon, .join-option:hover .role-arrow { transform: none; }
}
