:root {
  --annovia: #85004a;
  --annovia-dark: #650038;
  --annovia-soft: #f7eaf1;
  --annovia-pale: #fcf6f9;
  --ink: #1d191d;
  --body: #4f4a50;
  --muted: #767077;
  --line: #e8e3e7;
  --soft: #f7f7f8;
  --white: #ffffff;
  --success: #1f9d68;
  --progress: #a43bc1;
  --max: 1240px;
  --shadow: 0 18px 55px rgba(44, 24, 36, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Noto Sans Georgian", "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body:has(.preview-ribbon) .site-header { top: 24px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.narrow-copy { max-width: 900px; }

.preview-ribbon {
  position: fixed;
  inset: 0 0 auto;
  height: 24px;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #251821;
  color: #fff;
  font: 700 10px/1 "Inter", sans-serif;
  letter-spacing: .16em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(57, 34, 48, .08);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; width: 156px; }
.brand img { width: 100%; height: 54px; object-fit: contain; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 29px; }
.main-nav a { position: relative; padding: 30px 0 27px; font-size: 14px; font-weight: 650; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 18px; width: 0; height: 2px; background: var(--annovia); transition: .22s; transform: translateX(-50%); }
.main-nav a:hover, .main-nav a.active { color: var(--annovia); }
.main-nav a:hover::after, .main-nav a.active::after { width: 20px; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.header-cta { display: inline-flex; min-height: 42px; align-items: center; padding: 0 22px; border-radius: 999px; background: var(--annovia); color: #fff; font-size: 12px; font-weight: 750; box-shadow: 0 8px 22px rgba(133,0,74,.18); }
.header-cta:hover { background: var(--annovia-dark); transform: translateY(-1px); }
.language-switch { display: flex; align-items: center; gap: 5px; font: 650 12px/1 "Inter", sans-serif; }
.language-switch a { opacity: .48; }
.language-switch a.active { color: var(--annovia); opacity: 1; }
.globe { font-size: 17px; margin-right: 2px; }
.nav-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { position: relative; min-height: 550px; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(120deg, #fff 0%, #fff 54%, #fcf6f9 100%); }
.hero-grid { position: relative; z-index: 2; min-height: 550px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 56px; }
.hero-copy { padding: 64px 0 70px; }
.hero-copy h1 { color: var(--annovia); max-width: 620px; margin: 0 0 22px; font-size: clamp(40px, 4.4vw, 62px); line-height: 1.13; letter-spacing: -.038em; font-weight: 800; }
.hero-copy p { max-width: 650px; margin: 0; color: #49444a; font-size: 16px; line-height: 1.78; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, opacity .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--annovia); color: #fff; box-shadow: 0 12px 28px rgba(133,0,74,.20); }
.btn-primary:hover { background: var(--annovia-dark); }
.btn-outline { color: var(--annovia); border-color: rgba(133,0,74,.55); background: rgba(255,255,255,.72); }
.btn-light { background: #fff; color: var(--annovia); box-shadow: 0 12px 28px rgba(58,16,39,.14); }
.hero-wave { position: absolute; inset: 70px -3% -10px 29%; opacity: .64; pointer-events: none; }
.hero-wave svg { width: 100%; height: 100%; }
.hero-wave path { fill: none; stroke: var(--annovia); stroke-width: 1.1; opacity: .26; }
.hero-visual { position: relative; height: 430px; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 13px; width: 225px; min-height: 78px; padding: 15px 17px; border: 1px solid rgba(113, 70, 95, .11); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 16px 38px rgba(51, 25, 40, .10); backdrop-filter: blur(7px); }
.floating-card strong { display: block; font-size: 13px; line-height: 1.25; }
.floating-card small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.floating-card .service-icon { flex: 0 0 40px; width: 40px; height: 40px; }
.fc-one { top: 48px; left: 34%; }
.fc-two { top: 142px; left: 31%; }
.fc-main { top: 226px; left: 40%; width: 260px; background: var(--annovia); color: #fff; box-shadow: 0 20px 38px rgba(133,0,74,.24); }
.fc-main small { color: rgba(255,255,255,.76); }
.fc-main .service-icon { color: #fff; border-color: rgba(255,255,255,.45); }
.fc-four { top: 326px; left: 30%; width: 252px; }
.mini-shield { width: 38px; height: 38px; padding: 7px; stroke: var(--annovia); fill: none; stroke-width: 1.7; border: 1px solid rgba(133,0,74,.35); border-radius: 50%; }

.compact-section { padding: 38px 0 44px; border-bottom: 1px solid var(--line); }
.section { padding: 90px 0; }
.section-kicker { margin-bottom: 18px; color: var(--annovia); font: 800 11px/1.25 "Inter", "Noto Sans Georgian", sans-serif; text-transform: uppercase; letter-spacing: .09em; }
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.offer-card { min-height: 180px; padding: 22px 20px 20px; border: 1px solid var(--line); border-radius: 10px; background: #fff; transition: .22s; }
.offer-card:hover { transform: translateY(-5px); border-color: rgba(133,0,74,.24); box-shadow: var(--shadow); }
.offer-card h2 { margin: 15px 0 9px; font-size: 17px; line-height: 1.38; }
.offer-card p { margin: 0; color: var(--body); font-size: 13px; line-height: 1.68; }
.service-icon { display: inline-grid; place-items: center; width: 39px; height: 39px; color: var(--annovia); border: 1px solid rgba(133,0,74,.28); border-radius: 50%; }
.service-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.why-section { padding-top: 30px; }
.why-grid { display: grid; grid-template-columns: 1.65fr .55fr; gap: 54px; }
.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 32px; }
.why-item { display: flex; gap: 12px; padding: 9px 0; }
.why-item > span { flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(133,0,74,.45); border-radius: 50%; color: var(--annovia); font-size: 11px; }
.why-item h2 { margin: 0 0 5px; font-size: 15px; }
.why-item p { margin: 0; color: var(--body); font-size: 13px; line-height: 1.62; }
.value-panel { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid var(--line); padding-left: 38px; gap: 24px 26px; }
.value-panel div { display: flex; flex-direction: column; }
.value-panel strong { color: var(--annovia); font-size: 22px; line-height: 1.1; }
.value-panel span { margin-top: 5px; color: var(--muted); font-size: 12px; }

.projects-section { padding: 34px 0 46px; border-bottom: 1px solid var(--line); background: #fff; }
.section-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.section-title-row h2 { margin: 0; font-size: clamp(27px, 2.7vw, 38px); line-height: 1.24; letter-spacing: -.025em; }
.section-title-row > a { color: var(--annovia); font-size: 13px; font-weight: 750; }
.project-slider { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(235px, 1fr); grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; overflow-x: auto; scrollbar-width: none; padding: 4px 2px 12px; }
.project-slider::-webkit-scrollbar { display: none; }
.project-card { min-width: 0; display: block; border-radius: 10px; transition: transform .22s; }
.project-card:hover { transform: translateY(-5px); }
.project-image-wrap { position: relative; overflow: hidden; aspect-ratio: 16/9; border: 1px solid #ded9dd; border-radius: 9px; background: #f7f7f8; box-shadow: 0 8px 20px rgba(45,30,39,.07); }
.project-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.project-card:hover .project-image-wrap img { transform: scale(1.025); }
.project-status { position: absolute; right: 8px; top: 8px; padding: 4px 8px; border-radius: 999px; color: #fff; font-size: 9px; font-weight: 750; box-shadow: 0 5px 12px rgba(0,0,0,.12); }
.project-status.is-complete { background: var(--success); }
.project-status.is-progress { background: var(--progress); }
.project-card-body { padding: 10px 2px 0; }
.project-category { display: block; color: var(--annovia); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.project-card h3 { margin: 4px 0 4px; font-size: 15px; line-height: 1.35; }
.project-card p { margin: 0; color: var(--body); font-size: 12px; line-height: 1.55; }
.slider-dots { display: flex; justify-content: center; gap: 6px; margin-top: 3px; }
.slider-dots span { width: 7px; height: 4px; border-radius: 4px; background: #d6cfd4; }
.slider-dots span.active { width: 17px; background: var(--annovia); }

.process-section { padding: 82px 0; background: var(--annovia-pale); }
.process-heading { align-items: start; }
.process-heading > div { max-width: 660px; }
.process-heading > p { max-width: 500px; margin: 22px 0 0; color: var(--body); font-size: 15px; line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.process-card { min-height: 220px; padding: 24px 20px; border: 1px solid rgba(133,0,74,.11); border-radius: 12px; background: rgba(255,255,255,.78); }
.process-card > span { color: var(--annovia); font: 800 11px/1 "Inter",sans-serif; }
.process-card h3 { margin: 38px 0 10px; font-size: 16px; }
.process-card p { margin: 0; color: var(--body); font-size: 13px; line-height: 1.68; }

.home-cta { padding: 58px 0; color: #fff; background: linear-gradient(120deg,var(--annovia-dark),var(--annovia)); }
.home-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.home-cta-inner > div { max-width: 850px; }
.home-cta span { font: 750 10px/1 "Inter",sans-serif; letter-spacing: .12em; text-transform: uppercase; opacity: .75; }
.home-cta h2 { margin: 12px 0 7px; font-size: clamp(27px,3.4vw,44px); line-height: 1.25; letter-spacing: -.03em; }
.home-cta p { margin: 0; color: rgba(255,255,255,.78); }

.page-hero { padding: 82px 0 70px; }
.premium-page-hero { position: relative; overflow: hidden; background: linear-gradient(135deg,#fff 10%,var(--annovia-pale) 100%); border-bottom: 1px solid var(--line); }
.premium-page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; top: -290px; border: 1px solid rgba(133,0,74,.18); border-radius: 50%; box-shadow: 0 0 0 35px rgba(133,0,74,.025),0 0 0 70px rgba(133,0,74,.018); }
.page-hero h1 { margin: 0 0 20px; color: var(--annovia); font-size: clamp(42px,5.2vw,64px); line-height: 1.14; letter-spacing: -.035em; }
.page-hero p { max-width: 900px; margin: 0; color: var(--body); font-size: 18px; line-height: 1.75; }
.page-projects { background: #fff; }
.project-grid-full { display: grid; grid-template-columns: repeat(2,1fr); gap: 42px 24px; }
.project-grid-full .project-card h3 { font-size: 22px; }
.project-grid-full .project-card p { max-width: 590px; font-size: 14px; line-height: 1.7; }

.project-detail-hero { padding: 72px 0 76px; background: linear-gradient(135deg,#fff,var(--annovia-pale)); border-bottom: 1px solid var(--line); }
.project-detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; }
.back-link { display: inline-block; margin-bottom: 30px; color: var(--annovia); font-size: 12px; font-weight: 700; }
.project-meta-row { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.project-meta-row .project-status { position: static; }
.project-detail-copy h1 { margin: 22px 0 18px; color: var(--annovia); font-size: clamp(40px,5vw,62px); line-height: 1.14; letter-spacing: -.035em; }
.project-detail-copy > p { color: var(--body); font-size: 17px; line-height: 1.75; }
.project-detail-cover { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.project-detail-cover img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.project-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 35px 0 0; padding-top: 25px; border-top: 1px solid var(--line); }
.project-facts dt { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.project-facts dd { margin: 6px 0 0; font-size: 12px; font-weight: 700; }
.case-study-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; }
.case-study-grid h2 { margin: 0 0 16px; font-size: 30px; }
.case-study-grid p { margin: 0; color: var(--body); font-size: 15px; line-height: 1.85; }
.soft-section { background: var(--soft); }
.feature-result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.detail-list { display: grid; gap: 12px; }
.detail-list > div { display: flex; align-items: center; gap: 14px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.detail-list span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--annovia); background: var(--annovia-soft); }
.detail-list p { margin: 0; font-size: 13px; font-weight: 600; }
.result-list span { color: #fff; background: var(--annovia); }
.project-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.gallery-item { overflow: hidden; padding: 0; text-align: left; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: zoom-in; }
.gallery-item img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.gallery-item > span { display: grid; padding: 16px; }
.gallery-item small { margin-top: 5px; color: var(--muted); }
.testimonial-section { padding: 80px 0; background: var(--annovia-pale); }
.testimonial-card { position: relative; max-width: 900px; padding: 55px 70px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.testimonial-card > span { position: absolute; left: 25px; top: 10px; color: var(--annovia-soft); font: 800 100px/1 Georgia,serif; }
.testimonial-card blockquote { position: relative; margin: 0 0 24px; font-size: 22px; line-height: 1.6; }
.testimonial-card footer { display: grid; }
.testimonial-card small { color: var(--muted); }
.gallery-modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 45px; background: rgba(20,11,17,.92); }
.gallery-modal[hidden] { display: none; }
.gallery-modal img { max-width: min(1200px,90vw); max-height: 78vh; border-radius: 12px; }
.gallery-modal strong { color: #fff; margin-top: 15px; }
.gallery-modal button { position: absolute; right: 28px; top: 28px; width: 44px; height: 44px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); font-size: 30px; cursor: pointer; }

.service-grid-full { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-detail-card { display: flex; gap: 25px; min-height: 185px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: .2s; }
.service-detail-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-detail-card .service-icon { flex: 0 0 52px; width: 52px; height: 52px; }
.service-detail-card h2 { margin: 0 0 10px; font-size: 22px; }
.service-detail-card p { margin: 0; color: var(--body); font-size: 14px; }
.simple-callout { max-width: 950px; text-align: center; }
.simple-callout h2 { margin: 0 0 18px; font-size: clamp(32px,4vw,50px); }
.simple-callout p { margin: 0 auto 28px; max-width: 820px; color: var(--body); font-size: 16px; }
.solution-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.solution-card { min-height: 260px; padding: 36px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg,#fff,var(--annovia-pale)); }
.solution-card > span { color: var(--annovia); font: 750 10px/1 "Inter",sans-serif; text-transform: uppercase; letter-spacing: .12em; }
.solution-card h2 { margin: 50px 0 10px; font-size: 31px; }
.solution-card p { color: var(--body); }
.solution-card small { color: var(--annovia); font-family: Consolas,monospace; }

.about-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.about-story h2 { margin: 0; font-size: clamp(34px,4vw,52px); line-height: 1.25; }
.about-story p { margin: 0 0 20px; color: var(--body); font-size: 16px; line-height: 1.9; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mission-grid article { padding: 38px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.mission-grid span { color: var(--annovia); font-weight: 800; }
.mission-grid h2 { font-size: 32px; }
.mission-grid p { color: var(--body); }
.parent-brand-section { padding: 70px 0; }
.parent-brand-card { display: grid; grid-template-columns: 280px 1fr; gap: 65px; align-items: center; padding: 35px 60px; border: 1px solid var(--line); border-radius: 18px; }
.parent-brand-card img { max-height: 190px; margin: auto; }
.parent-brand-card span { color: var(--annovia); font: 750 10px/1 "Inter",sans-serif; letter-spacing: .12em; }
.parent-brand-card h2 { margin: 12px 0 10px; font-size: 36px; }
.parent-brand-card p { color: var(--body); }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; }
.contact-panel { padding: 38px; color: #fff; border-radius: 18px; background: linear-gradient(145deg,var(--annovia-dark),var(--annovia)); }
.contact-panel .section-kicker { color: rgba(255,255,255,.62); }
.contact-panel h2 { margin: 0 0 32px; font-size: 28px; line-height: 1.35; }
.contact-item { display: flex; gap: 15px; margin: 22px 0; }
.contact-item > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.contact-item small { display: block; color: rgba(255,255,255,.62); font-size: 10px; text-transform: uppercase; }
.contact-item p, .contact-item a { margin: 3px 0 0; font-size: 14px; }
.preview-contact-note { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.72); font-size: 12px; }
.contact-form { display: grid; gap: 17px; }
.contact-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 15px; border: 1px solid #d5ced3; border-radius: 10px; outline: none; background: #fff; color: var(--ink); font-size: 15px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--annovia); box-shadow: 0 0 0 3px var(--annovia-soft); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-validation-error, .validation { color: #b32355; font-size: 11px; }
.contact-success { display: flex; align-items: flex-start; gap: 14px; padding: 18px 19px; color: #174e38; border: 1px solid #a9dfc2; border-radius: 13px; background: linear-gradient(135deg,#f4fff9,#edf9f3); box-shadow: 0 12px 30px rgba(31,157,104,.08); opacity: 0; transform: translateY(-6px); transition: opacity .3s ease, transform .3s ease; }
.contact-success.is-visible { opacity: 1; transform: none; }
.contact-success-icon { flex: 0 0 36px; width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: var(--success); border-radius: 50%; font-weight: 800; }
.contact-success strong { display: block; margin: 1px 0 4px; font-size: 15px; }
.contact-success p { margin: 0; color: #39725b; font-size: 13px; line-height: 1.55; }
.contact-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.contact-submit.is-sending span:last-child { animation: contactArrow 1s ease-in-out infinite; }
@keyframes contactArrow { 50% { transform: translateX(4px); } }

.site-footer { padding-top: 48px; border-top: 1px solid var(--line); background: #fff; }
.footer-main { display: grid; grid-template-columns: 1.55fr .7fr 1fr .9fr 1.1fr; gap: 38px; padding-bottom: 38px; }
.footer-annovia-logo { width: 150px; height: 68px; object-fit: contain; margin-bottom: 10px; }
.footer-intro p { max-width: 320px; color: var(--body); font-size: 13px; line-height: 1.72; }
.footer-column { display: flex; flex-direction: column; gap: 7px; padding-top: 19px; }
.footer-column h3 { margin: 0 0 9px; color: var(--annovia); font-size: 12px; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0; color: var(--body); font-size: 12px; line-height: 1.55; }
.footer-column a:hover { color: var(--annovia); }
.footer-parent { padding-top: 19px; text-align: center; }
.footer-parent > span { display: block; color: var(--annovia); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.footer-parent img { max-width: 150px; max-height: 125px; margin: 7px auto 0; object-fit: contain; }
.footer-bottom { color: #fff; background: var(--annovia); }
.footer-bottom .container { min-height: 38px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; font-size: 10px; }
.footer-bottom .container > span:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(15px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .main-nav { gap: 18px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: repeat(3,1fr); }
  .footer-main { grid-template-columns: 1.4fr repeat(3,1fr); }
  .footer-parent { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 25px; }
  .footer-parent img { margin: 0; max-height: 90px; }
}

@media (max-width: 900px) {
  .container { width: min(var(--max), calc(100% - 32px)); }
  .nav-wrap { min-height: 72px; }
  .brand { width: 135px; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; margin: 0; padding: 20px 24px 26px; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  body:has(.preview-ribbon) .main-nav { top: 72px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; }
  .main-nav a::after { display: none; }
  .nav-toggle { display: block; }
  .nav-actions { margin-left: 0; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-bottom: 10px; }
  .hero-visual { height: 390px; }
  .hero-wave { inset: 300px -20% -30px -10%; }
  .why-grid, .project-detail-grid, .case-study-grid, .feature-result-grid, .about-story-grid, .contact-grid { grid-template-columns: 1fr; }
  .value-panel { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
  .project-slider { grid-template-columns: none; grid-auto-columns: minmax(240px, 42vw); }
  .project-grid-full { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .section-title-row, .home-cta-inner { align-items: flex-start; flex-direction: column; }
  .project-detail-cover { order: -1; }
  .service-grid-full, .solution-grid, .mission-grid { grid-template-columns: 1fr; }
  .parent-brand-card { grid-template-columns: 180px 1fr; padding: 30px; gap: 35px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-contact { grid-column: 2; }
  .footer-parent { grid-column: 3; display: block; }
  .footer-bottom .container { grid-template-columns: 1fr; padding: 10px 0; text-align: center; }
  .footer-bottom .container > span:last-child { text-align: center; }
}

@media (max-width: 620px) {
  body:has(.preview-ribbon) .site-header { top: 24px; }
  .nav-actions { gap: 8px; }
  .language-switch .globe { display: none; }
  .hero-copy h1 { font-size: 38px; }
  .hero-copy p { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { height: 340px; }
  .floating-card { transform: scale(.84); transform-origin: left center; }
  .fc-one { left: 17%; top: 25px; }
  .fc-two { left: 10%; top: 110px; }
  .fc-main { left: 16%; top: 195px; }
  .fc-four { left: 8%; top: 280px; }
  .offer-grid, .why-list, .project-grid-full, .process-grid, .project-gallery, .form-row { grid-template-columns: 1fr; }
  .project-slider { grid-auto-columns: 82vw; }
  .process-card { min-height: 180px; }
  .process-card h3 { margin-top: 24px; }
  .section { padding: 65px 0; }
  .page-hero { padding: 70px 0 60px; }
  .page-hero h1 { font-size: 42px; }
  .project-facts { grid-template-columns: 1fr 1fr; }
  .service-detail-card { flex-direction: column; }
  .parent-brand-card { grid-template-columns: 1fr; text-align: center; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-contact, .footer-parent { grid-column: auto; }
  .footer-parent img { max-width: 120px; }
}


html[lang="ka"] .hero-copy h1,
html[lang="ka"] .page-hero h1,
html[lang="ka"] .project-detail-copy h1 {
  font-weight: 700;
  letter-spacing: -.025em;
}

html[lang="ka"] .section-title-row h2,
html[lang="ka"] .home-cta h2,
html[lang="ka"] .about-story h2 {
  font-weight: 700;
  letter-spacing: -.018em;
}

/* 0.2.2 — Georgian desktop proportions
   Keep the approved type size; give Georgian copy and cards more horizontal room. */
@media (min-width: 1121px) {
  html[lang="ka"] .hero .container {
    width: min(1320px, calc(100% - 48px));
  }

  html[lang="ka"] .hero-grid {
    grid-template-columns: minmax(0, 1.16fr) minmax(500px, .84fr);
    gap: 28px;
  }

  html[lang="ka"] .hero-copy h1 {
    max-width: 760px;
  }

  html[lang="ka"] .hero-copy p {
    max-width: 700px;
  }

  html[lang="ka"] .floating-card {
    width: 252px;
  }

  html[lang="ka"] .fc-main {
    width: 292px;
  }

  html[lang="ka"] .fc-four {
    width: 282px;
  }

  html[lang="ka"] .fc-one { left: 20%; }
  html[lang="ka"] .fc-two { left: 16%; }
  html[lang="ka"] .fc-main { left: 25%; }
  html[lang="ka"] .fc-four { left: 14%; }
}

@media (min-width: 901px) and (max-width: 1120px) {
  html[lang="ka"] .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
    gap: 22px;
  }

  html[lang="ka"] .hero-copy h1 {
    max-width: 680px;
  }

  html[lang="ka"] .floating-card {
    width: 238px;
  }

  html[lang="ka"] .fc-main { width: 276px; }
  html[lang="ka"] .fc-four { width: 266px; }
  html[lang="ka"] .fc-one { left: 15%; }
  html[lang="ka"] .fc-two { left: 11%; }
  html[lang="ka"] .fc-main { left: 18%; }
  html[lang="ka"] .fc-four { left: 9%; }
}

/* 0.2.3 — responsive composition and connected process flow
   Desktop: complete horizontal process.
   Tablet: touch-friendly horizontal rail.
   Phones: stable stacked layout with downward flow. */

.process-grid {
  display: flex;
  align-items: stretch;
  gap: 36px;
}

.process-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}

.process-card:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 3;
  right: -29px;
  top: 50%;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: var(--annovia);
  border: 1px solid rgba(133, 0, 74, .24);
  border-radius: 50%;
  background: var(--annovia-pale);
  font: 700 14px/1 "Inter", sans-serif;
  transform: translateY(-50%);
}

@media (hover: none) {
  .btn:hover,
  .project-card:hover,
  .offer-card:hover,
  .header-cta:hover {
    transform: none;
  }
}

/* Tablet and compact desktop navigation */
@media (min-width: 901px) and (max-width: 1024px) {
  .container { width: min(var(--max), calc(100% - 40px)); }
  .nav-wrap { min-height: 74px; }
  .brand { width: 142px; }
  .main-nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 20px 28px 28px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  body:has(.preview-ribbon) .main-nav { top: 74px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; }
  .main-nav a::after { display: none; }
  .nav-toggle { display: block; }
  .nav-actions { margin-left: 0; }
  .header-cta { display: inline-flex; }

  .hero,
  .hero-grid { min-height: auto; }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 64px;
    padding-bottom: 54px;
  }
  .hero-copy { max-width: 780px; padding: 0; }
  .hero-copy h1 { max-width: 760px; font-size: clamp(48px, 6.4vw, 62px); }
  .hero-copy p { max-width: 720px; }
  .hero-wave { inset: 270px -12% -20px 8%; }
  .hero-visual {
    width: min(760px, 100%);
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding-top: 28px;
  }
  .floating-card,
  html[lang="ka"] .floating-card,
  html[lang="ka"] .fc-main,
  html[lang="ka"] .fc-four {
    position: static;
    width: auto;
    min-height: 88px;
    transform: none;
  }

  .project-slider { grid-template-columns: none; grid-auto-columns: minmax(280px, 42vw); }
  .process-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
  .process-grid {
    overflow-x: auto;
    padding: 6px 4px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(133,0,74,.3) transparent;
  }
  .process-card {
    flex: 0 0 280px;
    scroll-snap-align: start;
  }
}

/* Shared tablet / mobile layout */
@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-grid { padding-top: 54px; padding-bottom: 48px; gap: 16px; }
  .hero-copy { padding: 0; }
  .hero-copy h1 { max-width: 760px; font-size: clamp(44px, 8vw, 58px); }
  .hero-copy p { max-width: 700px; }
  .hero-wave { inset: 280px -25% -30px -12%; opacity: .48; }
  .hero-visual {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding-top: 22px;
  }
  .floating-card,
  html[lang="ka"] .floating-card,
  html[lang="ka"] .fc-main,
  html[lang="ka"] .fc-four {
    position: static;
    width: auto;
    min-height: 86px;
    transform: none;
    transform-origin: center;
  }
  .floating-card strong { font-size: 14px; }
  .floating-card small { font-size: 11px; }

  .compact-section { padding: 44px 0 50px; }
  .projects-section { padding: 48px 0 54px; }
  .process-section { padding: 66px 0; }
  .process-heading { gap: 8px; }
  .process-heading > p { max-width: 680px; margin-top: 0; }
  .process-grid {
    display: flex;
    overflow-x: auto;
    gap: 36px;
    padding: 6px 3px 18px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
  }
  .process-card {
    flex: 0 0 min(78vw, 300px);
    min-height: 210px;
    scroll-snap-align: start;
  }

  .page-hero { padding: 76px 0 66px; }
  .page-hero h1 { font-size: clamp(44px, 8vw, 58px); }
  .contact-grid { gap: 34px; }
  .contact-panel { padding: 30px; }
  .footer-main { gap: 30px; }
}

/* Large phones */
@media (min-width: 621px) and (max-width: 760px) {
  .container { width: calc(100% - 36px); }
  .hero-grid { padding-top: 48px; }
  .hero-copy h1 { font-size: clamp(42px, 7.2vw, 52px); }
  .hero-visual { grid-template-columns: 1fr 1fr; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .project-slider { grid-auto-columns: minmax(280px, 72vw); }
  .project-grid-full { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-contact,
  .footer-parent { grid-column: auto; }
}

/* Phones */
@media (max-width: 620px) {
  .container { width: calc(100% - 28px); }
  .preview-ribbon { height: 22px; font-size: 9px; letter-spacing: .11em; }
  body:has(.preview-ribbon) .site-header { top: 22px; }
  .nav-wrap { min-height: 66px; gap: 12px; }
  .brand { width: 124px; }
  .brand img { height: 46px; }
  .nav-toggle { width: 40px; height: 40px; }
  .main-nav { top: 66px; padding-inline: 18px; }
  body:has(.preview-ribbon) .main-nav { top: 66px; }

  .hero-grid { padding-top: 38px; padding-bottom: 42px; }
  .hero-copy h1,
  html[lang="ka"] .hero-copy h1 {
    max-width: none;
    font-size: clamp(35px, 10.2vw, 43px);
    line-height: 1.16;
  }
  .hero-copy p { font-size: 15px; line-height: 1.75; }
  .hero-actions { gap: 10px; }
  .btn { min-height: 48px; padding-inline: 20px; }
  .hero-wave { inset: 410px -70% -15px -45%; }
  .hero-visual {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 18px;
  }
  .floating-card,
  html[lang="ka"] .floating-card,
  html[lang="ka"] .fc-main,
  html[lang="ka"] .fc-four {
    min-height: 76px;
    padding: 13px 15px;
  }

  .section-kicker { margin-bottom: 14px; }
  .section-title-row h2 { font-size: 29px; }
  .offer-card { min-height: 0; padding: 20px 18px; }
  .why-list { gap: 2px; }
  .value-panel { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
  .project-slider { grid-auto-columns: 86vw; gap: 12px; }

  .process-heading { margin-bottom: 28px; }
  .process-grid {
    flex-direction: column;
    overflow: visible;
    gap: 42px;
    padding: 0;
  }
  .process-card {
    flex: none;
    width: 100%;
    min-height: 0;
    padding: 22px 20px;
  }
  .process-card h3 { margin-top: 22px; }
  .process-card:not(:last-child)::after {
    content: "↓";
    right: 50%;
    top: auto;
    bottom: -33px;
    transform: translateX(50%);
  }

  .home-cta { padding: 46px 0; }
  .home-cta-inner { gap: 26px; }
  .home-cta h2 { font-size: 29px; }
  .page-hero { padding: 58px 0 52px; }
  .page-hero h1,
  html[lang="ka"] .page-hero h1 { font-size: clamp(36px, 10vw, 44px); }
  .page-hero p { font-size: 15px; }

  .contact-panel { padding: 26px 22px; }
  .contact-panel h2 { font-size: 25px; }
  .contact-form input,
  .contact-form textarea { font-size: 16px; }
  .project-facts { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-intro,
  .footer-contact,
  .footer-parent { grid-column: auto; }
  .footer-column { padding-top: 4px; }
  .footer-parent { text-align: left; }
  .footer-parent img { margin-inline: 0; }
}

/* Small phones */
@media (max-width: 390px) {
  .container { width: calc(100% - 22px); }
  .brand { width: 112px; }
  .language-switch { font-size: 11px; }
  .hero-copy h1,
  html[lang="ka"] .hero-copy h1 { font-size: 34px; }
  .hero-copy p { font-size: 14px; }
  .section-title-row h2,
  .home-cta h2 { font-size: 27px; }
  .project-slider { grid-auto-columns: 88vw; }
  .value-panel { grid-template-columns: 1fr; }
}

@supports (padding: max(0px)) {
  .site-header,
  .site-footer,
  .footer-bottom {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}

/* 0.2.5 — legal pages and simplified footer */
.legal-section { background: var(--soft); }
.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}
.legal-summary {
  position: sticky;
  top: 120px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.legal-summary span {
  display: block;
  margin-bottom: 7px;
  color: var(--annovia);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.legal-summary strong { display: block; font-size: 15px; }
.legal-summary p { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.legal-content { max-width: 880px; }
.legal-content h2 { margin: 0 0 13px; font-size: 24px; line-height: 1.35; }
.legal-content h2:not(:first-child) { margin-top: 42px; }
.legal-content p { margin: 0 0 15px; color: var(--body); font-size: 15px; line-height: 1.85; }
.legal-content a { color: var(--annovia); font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }

.footer-bottom .container {
  grid-template-columns: 1fr auto;
}
.footer-bottom .container > span:last-child { text-align: right; }

@media (max-width: 900px) {
  .legal-layout { grid-template-columns: 1fr; gap: 34px; }
  .legal-summary { position: static; }
  .footer-bottom .container { grid-template-columns: 1fr; }
  .footer-bottom .container > span:last-child { text-align: center; }
}

@media (max-width: 620px) {
  .legal-content h2 { font-size: 21px; }
  .legal-content p { font-size: 14px; }
}


/* 0.2.6 — restore legal footer links; social icons remain removed */
.footer-bottom .container {
  grid-template-columns: 1fr auto 1fr;
}
.footer-legal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer-legal-links a {
  color: #fff;
  font-size: inherit;
  opacity: .9;
}
.footer-legal-links a:hover {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-bottom .container > span:last-child { text-align: right; }

@media (max-width: 900px) {
  .footer-bottom .container {
    grid-template-columns: 1fr;
    padding: 12px 0;
    text-align: center;
  }
  .footer-legal-links { flex-wrap: wrap; gap: 8px 18px; }
  .footer-bottom .container > span:last-child { text-align: center; }
}

/* 0.2.7 — expanded bilingual About Us story and creator profile */
.about-page-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(133,0,74,.07), transparent 28%),
    linear-gradient(135deg, #fff 0%, #fff 62%, var(--annovia-pale) 100%);
}

.about-introduction-grid,
.about-approach-grid,
.story-credit-grid,
.reports-to-systems-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}

.about-introduction h2,
.about-approach-heading h2,
.story-credit-grid h2,
.reports-copy h2,
.founder-story-copy h2 {
  margin: 0;
  font-size: clamp(32px, 3.7vw, 50px);
  line-height: 1.24;
  letter-spacing: -.028em;
}

.about-rich-copy p,
.founder-story-copy p,
.story-credit-copy p,
.reports-copy p {
  margin: 0 0 20px;
  color: var(--body);
  font-size: 16px;
  line-height: 1.9;
}

.about-rich-copy p:last-child,
.founder-story-copy p:last-child,
.story-credit-copy p:last-child,
.reports-copy p:last-child { margin-bottom: 0; }

.about-lead-line,
.founder-identity-line,
.story-personal-note {
  color: var(--annovia) !important;
  font-weight: 700;
}

.about-approach-section { border-block: 1px solid var(--line); }

.about-title-row { align-items: start; }
.about-title-row > div { max-width: 720px; }
.about-title-row > p {
  max-width: 430px;
  margin: 28px 0 0;
  color: var(--body);
  font-size: 14px;
  line-height: 1.75;
}

.about-create-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.about-create-item {
  min-height: 112px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.about-create-item:hover {
  transform: translateY(-3px);
  border-color: rgba(133,0,74,.24);
  box-shadow: 0 14px 34px rgba(44,24,36,.07);
}

.about-create-item span {
  flex: 0 0 auto;
  color: var(--annovia);
  font: 800 11px/1.2 "Inter", sans-serif;
  letter-spacing: .08em;
}

.about-create-item strong {
  font-size: 15px;
  line-height: 1.55;
}

.founder-story-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.founder-story-section::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -180px;
  top: 90px;
  border: 1px solid rgba(133,0,74,.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(133,0,74,.025),
    0 0 0 56px rgba(133,0,74,.018);
  pointer-events: none;
}

.founder-story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 72px;
  align-items: start;
}

.founder-profile {
  position: sticky;
  top: 128px;
}

.founder-photo-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(133,0,74,.15);
  border-radius: 22px;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.founder-photo-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(to top, rgba(31,19,27,.26), transparent);
  pointer-events: none;
}

.founder-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 43%;
}

.founder-caption {
  margin-top: 18px;
  padding-left: 4px;
}

.founder-caption strong {
  display: block;
  font-size: 20px;
  line-height: 1.3;
}

.founder-caption span {
  display: block;
  margin-top: 4px;
  color: var(--annovia);
  font-size: 13px;
  font-weight: 700;
}

.founder-story-copy h2 { margin-bottom: 28px; }
.founder-story-copy .section-kicker { margin-bottom: 16px; }

.story-credit-section { border-block: 1px solid var(--line); }
.story-credit-copy {
  padding: 34px 38px;
  border-left: 4px solid var(--annovia);
  border-radius: 0 16px 16px 0;
  background: #fff;
}

.reports-to-systems-grid { align-items: center; }
.annovia-principle {
  position: relative;
  margin: 0;
  padding: 52px 44px 42px;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(145deg, var(--annovia-dark), var(--annovia));
  box-shadow: 0 22px 48px rgba(133,0,74,.18);
}

.annovia-principle > span {
  position: absolute;
  top: 18px;
  left: 28px;
  color: rgba(255,255,255,.34);
  font: 700 64px/1 Georgia, serif;
}

.annovia-principle p {
  position: relative;
  margin: 0;
  font-size: clamp(21px, 2.1vw, 29px);
  line-height: 1.55;
  font-weight: 650;
}

.about-mission-grid article { min-height: 280px; }
.about-mission-grid p { line-height: 1.8; }

.about-parent-brand-card p {
  margin: 0 0 14px;
  line-height: 1.8;
}
.about-parent-brand-card p:last-child { margin-bottom: 0; }

html[lang="ka"] .about-introduction h2,
html[lang="ka"] .about-approach-heading h2,
html[lang="ka"] .story-credit-grid h2,
html[lang="ka"] .reports-copy h2,
html[lang="ka"] .founder-story-copy h2 {
  font-weight: 700;
  letter-spacing: -.018em;
}

@media (max-width: 1020px) {
  .about-introduction-grid,
  .about-approach-grid,
  .story-credit-grid,
  .reports-to-systems-grid {
    gap: 46px;
  }

  .about-create-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .founder-story-grid {
    grid-template-columns: minmax(270px, .78fr) minmax(0, 1.22fr);
    gap: 42px;
  }
}

@media (max-width: 820px) {
  .about-introduction-grid,
  .about-approach-grid,
  .story-credit-grid,
  .reports-to-systems-grid,
  .founder-story-grid {
    grid-template-columns: 1fr;
  }

  .about-title-row > p { max-width: 680px; margin-top: 0; }
  .founder-profile {
    position: static;
    width: min(520px, 100%);
    margin-inline: auto;
  }
  .founder-photo-frame { aspect-ratio: 4 / 4.7; }
  .founder-story-copy { max-width: 760px; }
  .story-credit-copy { padding: 30px; }
  .about-mission-grid article { min-height: 0; }
}

@media (max-width: 620px) {
  .about-introduction-grid,
  .about-approach-grid,
  .story-credit-grid,
  .reports-to-systems-grid,
  .founder-story-grid { gap: 30px; }

  .about-introduction h2,
  .about-approach-heading h2,
  .story-credit-grid h2,
  .reports-copy h2,
  .founder-story-copy h2 {
    font-size: 31px;
  }

  .about-rich-copy p,
  .founder-story-copy p,
  .story-credit-copy p,
  .reports-copy p {
    font-size: 15px;
    line-height: 1.82;
  }

  .about-create-grid { grid-template-columns: 1fr; }
  .about-create-item { min-height: 0; padding: 20px; }
  .founder-photo-frame { border-radius: 16px; }
  .founder-caption strong { font-size: 18px; }
  .story-credit-copy {
    padding: 24px 22px;
    border-left-width: 3px;
  }
  .annovia-principle { padding: 46px 26px 30px; }
  .annovia-principle > span { left: 20px; }
  .annovia-principle p { font-size: 21px; }
  .about-parent-brand-card { text-align: left; }
  .about-parent-brand-card img { margin-inline: auto; }
}

/* 0.2.8 — Georgian typography consistency and person-name emphasis */
.person-name {
  color: var(--annovia-dark);
  font-weight: 800;
}

html[lang="ka"] .about-page-hero .section-kicker,
html[lang="ka"] .about-introduction .section-kicker,
html[lang="ka"] .about-approach-section .section-kicker,
html[lang="ka"] .about-create-section .section-kicker,
html[lang="ka"] .founder-story-section .section-kicker,
html[lang="ka"] .story-credit-section .section-kicker,
html[lang="ka"] .reports-to-systems-section .section-kicker {
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: .035em;
  text-transform: none;
}

html[lang="ka"] .about-title-row > p,
html[lang="ka"] .about-create-item strong,
html[lang="ka"] .about-parent-brand-card p {
  font-size: 16px;
}

html[lang="ka"] .founder-story-copy strong,
html[lang="ka"] .story-credit-copy strong {
  font-family: "Noto Sans Georgian", "Inter", sans-serif;
}

@media (max-width: 620px) {
  html[lang="ka"] .about-rich-copy p,
  html[lang="ka"] .founder-story-copy p,
  html[lang="ka"] .story-credit-copy p,
  html[lang="ka"] .reports-copy p,
  html[lang="ka"] .about-parent-brand-card p {
    font-size: 16px;
    line-height: 1.85;
  }
}


/* 0.2.9 — centered desktop navigation and distinct Solutions / Services pages */
@media (min-width: 1121px) {
  .nav-wrap {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) auto minmax(280px, 1fr);
    gap: 24px;
  }
  .brand { justify-self: start; }
  .main-nav { margin-left: 0; justify-self: center; }
  .nav-actions { justify-self: end; }
}

.solutions-page-hero .narrow-copy,
.services-page-hero .narrow-copy {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  text-align: center;
}
.solutions-page-hero p,
.services-page-hero p { margin-inline: auto; }
.solutions-section,
.services-section { background: #fff; }
.solution-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.solution-detail-card {
  display: flex;
  min-height: 390px;
  padding: 30px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, var(--annovia-pale));
  transition: transform .2s, box-shadow .2s;
}
.solution-detail-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.solution-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.solution-card-top .service-icon { width: 50px; height: 50px; flex: 0 0 50px; }
.solution-category {
  color: var(--annovia);
  font: 750 10px/1.2 "Inter", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: right;
}
.solution-detail-card h2 { margin: 30px 0 12px; font-size: 24px; line-height: 1.35; }
.solution-detail-card > p { margin: 0; color: var(--body); font-size: 14px; line-height: 1.75; }
.solution-detail-card ul { display: grid; gap: 9px; margin: auto 0 0; padding: 25px 0 0; list-style: none; }
.solution-detail-card li { display: flex; align-items: center; gap: 9px; color: var(--body); font-size: 12px; font-weight: 600; }
.solution-detail-card li span { display: grid; width: 20px; height: 20px; place-items: center; flex: 0 0 20px; border-radius: 50%; color: var(--annovia); background: var(--annovia-soft); }

@media (max-width: 1100px) {
  .solution-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .solutions-page-hero .narrow-copy,
  .services-page-hero .narrow-copy { text-align: left; }
  .solutions-page-hero p,
  .services-page-hero p { margin-inline: 0; }
  .solution-detail-grid { grid-template-columns: 1fr; }
  .solution-detail-card { min-height: 0; padding: 24px 22px; }
  .solution-detail-card h2 { margin-top: 24px; font-size: 22px; }
}

/* 0.3.0 — approved four-project portfolio and balanced project layouts */

/* 0.4.2 — branded browser health page */
.health-body {
  min-height: 100vh;
  margin: 0;
  padding: 28px;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 8%, rgba(133,0,74,.10), transparent 28%),
    radial-gradient(circle at 5% 90%, rgba(133,0,74,.06), transparent 25%),
    #f7f7f8;
}
.health-shell { width: min(1120px, 100%); margin: 0 auto; }
.health-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 4px 20px; }
.health-brand img { width: 164px; height: 54px; object-fit: contain; object-position: left center; }
.health-language { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; box-shadow: 0 8px 22px rgba(44,24,36,.06); }
.health-hero { position: relative; min-height: 300px; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: clamp(34px,5vw,62px); border: 1px solid rgba(133,0,74,.13); border-radius: 28px; background: linear-gradient(125deg,#fff 0%,#fff 58%,#fcf2f7 100%); box-shadow: 0 25px 75px rgba(44,24,36,.09); }
.health-hero::before { content:""; position:absolute; width:390px; height:390px; right:-190px; top:-190px; border:1px solid rgba(133,0,74,.12); border-radius:50%; box-shadow:0 0 0 52px rgba(133,0,74,.025),0 0 0 104px rgba(133,0,74,.018); }
.health-hero > * { position: relative; z-index: 1; }
.health-kicker { color: var(--annovia); font: 800 10px/1.3 "Inter",sans-serif; letter-spacing:.12em; }
.health-hero h1 { max-width:760px; margin:15px 0 13px; font-size:clamp(34px,4.8vw,60px); line-height:1.1; letter-spacing:-.05em; }
.health-hero p { max-width:700px; margin:0; color:var(--body); font-size:14px; line-height:1.8; }
.health-orbit { width:154px; height:154px; display:grid; place-items:center; align-content:center; gap:12px; border:1px solid rgba(31,157,104,.22); border-radius:50%; color:#176d4c; background:rgba(255,255,255,.82); box-shadow:0 0 0 18px rgba(31,157,104,.055),0 20px 45px rgba(44,24,36,.08); }
.health-hero.is-unhealthy .health-orbit { color:#9b2d52; border-color:rgba(180,50,90,.25); box-shadow:0 0 0 18px rgba(180,50,90,.05),0 20px 45px rgba(44,24,36,.08); }
.health-pulse { width:18px; height:18px; border-radius:50%; background:#1f9d68; box-shadow:0 0 0 8px rgba(31,157,104,.12); }
.health-hero.is-unhealthy .health-pulse { background:#b4325a; box-shadow:0 0 0 8px rgba(180,50,90,.12); }
.health-orbit strong { font-size:13px; }
.health-summary-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin-top:18px; }
.health-summary-grid article { min-width:0; padding:20px; border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:0 10px 28px rgba(44,24,36,.035); }
.health-summary-grid span { display:block; color:var(--muted); font-size:9px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.health-summary-grid strong { display:block; margin-top:9px; font-size:15px; overflow-wrap:anywhere; }
.health-components { margin-top:18px; padding:clamp(24px,4vw,38px); border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:0 15px 45px rgba(44,24,36,.045); }
.health-section-head { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:19px; }
.health-section-head span { color:var(--annovia); font:800 9px/1.2 "Inter",sans-serif; letter-spacing:.11em; text-transform:uppercase; }
.health-section-head h2 { margin:5px 0 0; font-size:25px; letter-spacing:-.03em; }
.health-refresh { min-height:40px; padding:0 16px; border:1px solid rgba(133,0,74,.20); border-radius:999px; color:var(--annovia); background:#fff; font-size:11px; font-weight:750; cursor:pointer; }
.health-component-list { display:grid; gap:10px; }
.health-component { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:15px; padding:17px 18px; border:1px solid #eee9ec; border-radius:14px; background:#fdfcfd; }
.health-component-dot { width:10px; height:10px; border-radius:50%; background:#777078; box-shadow:0 0 0 5px rgba(119,112,120,.09); }
.health-component.is-ok .health-component-dot { background:#1f9d68; box-shadow:0 0 0 5px rgba(31,157,104,.10); }
.health-component.is-failed .health-component-dot { background:#b4325a; box-shadow:0 0 0 5px rgba(180,50,90,.10); }
.health-component strong { display:block; font-size:13px; }
.health-component p { margin:4px 0 0; color:var(--muted); font-size:11px; line-height:1.55; }
.health-state { min-width:102px; padding:7px 10px; border-radius:999px; text-align:center; color:#666067; background:#f1edef; font-size:9px; font-weight:800; }
.health-component.is-ok .health-state { color:#176d4c; background:#e2f5eb; }
.health-component.is-failed .health-state { color:#8b294a; background:#f9e5ec; }
.health-actions { display:flex; flex-wrap:wrap; align-items:center; gap:10px; padding:22px 4px 0; }
.health-actions .button { min-height:42px; display:inline-flex; align-items:center; justify-content:center; padding:0 18px; border-radius:999px; font-size:12px; font-weight:750; }
.health-actions .button-primary { color:#fff; background:var(--annovia); }
.health-json-link { margin-left:auto; color:var(--annovia); font-size:11px; font-weight:750; }
.health-footer-note { margin:28px 0 10px; color:#9b9197; font-size:10px; text-align:center; }
html[lang="ka"] .health-kicker, html[lang="ka"] .health-section-head span, html[lang="ka"] .health-summary-grid span { font-family:"Noto Sans Georgian","Inter",sans-serif; letter-spacing:.025em; text-transform:none; }
@media (max-width:820px) { .health-body{padding:18px}.health-hero{grid-template-columns:1fr;gap:28px}.health-orbit{width:125px;height:125px;justify-self:start}.health-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))} }
@media (max-width:560px) { .health-body{padding:12px}.health-brand img{width:136px}.health-hero{padding:29px 23px;border-radius:21px}.health-hero h1{font-size:34px}.health-summary-grid{grid-template-columns:1fr}.health-components{padding:22px 18px}.health-section-head{align-items:flex-start;flex-direction:column}.health-component{grid-template-columns:auto 1fr}.health-state{grid-column:2;justify-self:start}.health-json-link{width:100%;margin:8px 0 0} }

/* 0.4.4 — database-backed About page value cards */
.about-values-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:28px; }
.about-value-card { padding:25px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:0 12px 34px rgba(44,24,36,.04); }
.about-value-card h3 { margin:0 0 10px; font-size:18px; }
.about-value-card p { margin:0; color:var(--body); font-size:13px; line-height:1.75; }
.founder-name-intro { font-size:18px !important; color:var(--ink) !important; }
@media (max-width:820px) { .about-values-grid { grid-template-columns:1fr; } }

/* Annovia 0.5.3 - Optimistic Vision relationship */
.about-parent-company-shell{padding-top:1rem}
.about-parent-company-card{
    display:grid;
    grid-template-columns:170px minmax(0,1fr);
    gap:2rem;
    align-items:center;
    padding:2rem;
    border:1px solid rgba(133,0,71,.12);
    border-radius:28px;
    background:linear-gradient(135deg,rgba(133,0,71,.035),rgba(255,255,255,.96));
    box-shadow:0 18px 45px rgba(55,30,43,.07)
}
.about-parent-company-logo{
    width:150px;
    height:150px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#fff;
    border:1px solid rgba(133,0,71,.14);
    box-shadow:0 12px 30px rgba(42,22,33,.08);
    overflow:hidden
}
.about-parent-company-logo img{width:82%;height:82%;object-fit:contain}
.about-parent-company-copy h2{margin:.35rem 0 .65rem}
.about-parent-company-copy p{margin:0;max-width:760px}
@media(max-width:720px){
    .about-parent-company-card{grid-template-columns:1fr;text-align:center;padding:1.5rem}
    .about-parent-company-logo{margin:0 auto;width:132px;height:132px}
    .about-parent-company-copy p{margin-inline:auto}
}

