:root{--navy:#071c33;--navy2:#0d2b4b;--gold:#c99b4a;--gold2:#e3bd68;--ink:#172536;--muted:#6f7b87;--soft:#f6f7f8;--line:#dde3e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);line-height:1.6;background:#fff}.header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);z-index:20;border-bottom:1px solid #eef1f3}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--navy)}.brand img{width:48px;height:48px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1.1;letter-spacing:.08em}.brand small{font-size:9px;margin-top:5px;color:#7d8790}.header nav{display:flex;align-items:center;gap:24px}.header nav a{text-decoration:none;color:var(--ink);font-size:14px}.langs{font-size:12px;color:#7b858e}.btn{display:inline-block;padding:13px 20px;border-radius:3px;text-decoration:none;border:0;cursor:pointer;font-weight:700;font-size:13px;transition:.2s}.btn:hover{transform:translateY(-1px)}.gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#12243a!important}.ghost{border:1px solid rgba(255,255,255,.65);color:#fff;background:rgba(8,27,48,.12)}.navy{background:var(--navy);color:#fff}.menu{display:none;border:0;background:none;font-size:24px}.eyebrow{letter-spacing:.22em;font-size:11px;font-weight:800;color:#e1bd69}.eyebrow.dark{color:#9a742f}

.hero{min-height:690px;color:#fff;display:flex;align-items:center;position:relative;overflow:hidden;background:#0a213a}.hero-photo{position:absolute;inset:0;background:url('../assets/images/hero-evening.jpg') center/cover no-repeat;transform:scale(1.02)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,22,39,.96) 0%,rgba(5,22,39,.83) 36%,rgba(5,22,39,.34) 64%,rgba(5,22,39,.08) 100%),linear-gradient(0deg,rgba(3,17,31,.28),rgba(3,17,31,0) 40%)}.hero-inner{position:relative;z-index:2;width:min(1160px,90vw);margin:auto;padding:95px 0}.hero h1,.section h2,.contact h2,.journey h2,.armenia-feature h2{font-family:Georgia,serif;font-weight:500;line-height:1.08;margin:.3em 0}.hero h1{font-size:clamp(48px,6vw,78px);max-width:780px}.hero h1 em{font-style:normal;color:#f0d18b}.lead{max-width:650px;color:#eef3f7;font-size:18px}.actions{display:flex;gap:12px;margin:34px 0 54px}.pillars{display:flex;max-width:860px;border-top:1px solid rgba(255,255,255,.2)}.pillars span{padding:19px 30px 0 0;margin-right:30px;font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#d8e0e7}

.section{padding:105px max(5vw,calc((100vw - 1160px)/2))}.section h2,.contact h2,.journey h2,.armenia-feature h2{font-size:clamp(36px,4vw,54px);color:var(--navy)}.about-split{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.about-copy>p:not(.eyebrow){max-width:680px;color:var(--muted)}.photo-card{margin:0;position:relative;overflow:hidden;border-radius:2px;box-shadow:0 18px 50px rgba(12,32,50,.12);background:#eee}.photo-card img{width:100%;height:410px;object-fit:cover;display:block;transform:scale(1.015)}.photo-card figcaption{position:absolute;left:24px;bottom:22px;max-width:280px;padding:12px 15px;background:rgba(7,28,51,.84);backdrop-filter:blur(8px);color:#fff;font-family:Georgia,serif;font-size:17px}.soft{background:var(--soft)}.services-section{padding-top:95px;padding-bottom:115px}.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end}.section-head>p{max-width:330px;color:var(--muted)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px}.service-card{background:rgba(255,255,255,.96);border:1px solid var(--line);padding:25px 26px;min-height:166px;cursor:pointer;transition:.22s}.service-card:hover,.service-card.active{transform:translateY(-3px);border-color:var(--gold);box-shadow:0 14px 36px rgba(15,33,51,.08)}.service-card .num{color:var(--gold);font-weight:800;font-size:11px}.service-card h3{font-family:Georgia,serif;font-size:20px;color:var(--navy);margin:12px 0 8px;line-height:1.2}.service-card p{font-size:13px;color:var(--muted);margin-bottom:0}.service-detail{margin-top:20px;background:var(--navy);color:#fff;padding:38px;display:none}.service-detail.open{display:block}.service-detail h3{font-family:Georgia,serif;font-size:28px;line-height:1.25;margin:0 0 5px}.service-detail p{color:#bdc8d2}.service-detail ul{columns:2;padding-left:20px}.service-detail li{margin:8px 0}.automation{color:#e1bd69;font-weight:800;letter-spacing:.12em;margin:16px 0}

.journey{background:linear-gradient(125deg,#061a30,#0b2b4c);color:#fff;padding:90px max(5vw,calc((100vw - 1160px)/2))}.journey h2{color:#fff}.journey-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:42px;border-top:1px solid rgba(255,255,255,.18)}.journey-grid>div{padding:28px 28px 18px 0;margin-right:28px;border-right:1px solid rgba(255,255,255,.15)}.journey-grid>div:last-child{border-right:0}.journey-grid b{color:var(--gold2)}.journey-grid h3{letter-spacing:.14em}.journey-grid p{color:#c3ccd4;font-size:14px}

.armenia-feature{display:grid;grid-template-columns:1fr 1fr;min-height:560px;background:#fff}.armenia-copy{padding:95px max(5vw,calc((100vw - 1160px)/2));padding-right:65px}.armenia-copy p{color:var(--muted);max-width:650px}.tags{font-weight:700;color:var(--navy)!important}.armenia-photo-wrap{position:relative;overflow:hidden;background:#12283f}.armenia-photo-wrap img{width:100%;height:100%;min-height:560px;object-fit:cover;display:block;filter:saturate(.9) contrast(.98)}.armenia-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,28,51,.18),rgba(7,28,51,.02))}.photo-note{position:absolute;z-index:2;right:7%;top:10%;color:#fff;letter-spacing:.14em;font-size:11px;border-left:2px solid var(--gold);padding-left:14px}.photo-note span{font-family:Georgia,serif;font-size:18px;letter-spacing:0;font-style:italic}

.why-section{background:#fff}.why-title{max-width:760px}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.why-grid article{background:#fafbfc;border-top:2px solid var(--gold);padding:26px;min-height:158px}.why-grid h3{font-family:Georgia,serif;color:var(--navy);margin-top:0}.why-grid p{color:var(--muted);font-size:14px}

.contact{background:linear-gradient(125deg,#061a30,#0b2b4c);color:#fff;padding:92px max(5vw,calc((100vw - 1160px)/2));display:grid;grid-template-columns:1fr 1fr;gap:80px}.contact h2{color:#fff}.contact p{color:#bdc8d2}.contact form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact input,.contact select,.contact textarea{width:100%;padding:14px;border:1px solid #40566d;background:#102b48;color:#fff;border-radius:2px}.contact textarea,.contact select,.contact button,.form-note{grid-column:1/-1}.form-note{font-size:13px;margin:0}footer{padding:30px 5vw;display:flex;justify-content:space-between;align-items:center;background:#041526;color:#9eabb7}.footer-brand img{filter:brightness(0) invert(1);opacity:.95}.footer-brand b{color:#fff}.footer-brand small{color:#9eabb7}.footer-note{display:flex;flex-direction:column;text-align:right}.footer-note span{font-family:Georgia,serif;color:#d8c08b;font-style:italic}.footer-note small{margin-top:5px}

@media(max-width:900px){.header{height:72px}.header nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:25px 5vw;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.header nav.open{display:flex}.menu{display:block}.brand img{width:40px;height:40px}.hero{min-height:620px}.hero-overlay{background:linear-gradient(90deg,rgba(5,22,39,.93),rgba(5,22,39,.55))}.pillars{display:grid;grid-template-columns:1fr 1fr}.about-split{grid-template-columns:1fr;gap:40px}.photo-card img{height:360px}.service-grid,.why-grid{grid-template-columns:1fr 1fr}.journey-grid{grid-template-columns:1fr 1fr}.armenia-feature{grid-template-columns:1fr}.armenia-copy{padding:80px 6vw}.armenia-photo-wrap img{min-height:420px}.section-head{display:block}}
@media(max-width:600px){.section{padding:72px 6vw}.hero-inner{padding:76px 0}.hero-photo{background-position:62% center}.hero-overlay{background:linear-gradient(90deg,rgba(5,22,39,.94),rgba(5,22,39,.68))}.actions{flex-direction:column;align-items:flex-start}.service-grid,.why-grid,.journey-grid{grid-template-columns:1fr}.service-detail ul{columns:1}.pillars{grid-template-columns:1fr 1fr}.pillars span{margin-right:10px}.journey-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.13);margin-right:0}.photo-card img{height:300px}.contact{padding:72px 6vw;grid-template-columns:1fr;gap:42px}.contact form{grid-template-columns:1fr}footer{gap:22px;align-items:flex-start;flex-direction:column}.footer-note{text-align:left}}
.langs{display:flex;align-items:center;gap:6px}.langs button{border:0;background:transparent;padding:4px 3px;color:#7b858e;font:inherit;font-size:12px;cursor:pointer}.langs button.active{color:var(--navy);font-weight:800}.langs button:hover{color:var(--gold)}
.armenia-photo-wrap img{object-position:76% center;image-rendering:auto}
html[lang="hy"] body{font-family:Arial,"Noto Sans Armenian",sans-serif}html[lang="hy"] .hero h1,html[lang="hy"] .section h2,html[lang="hy"] .contact h2,html[lang="hy"] .journey h2,html[lang="hy"] .armenia-feature h2,html[lang="hy"] .service-card h3,html[lang="hy"] .service-detail h3,html[lang="hy"] .why-grid h3{font-family:Arial,"Noto Sans Armenian",sans-serif;font-weight:700;letter-spacing:-.02em}
@media(max-width:900px){.langs{gap:8px}.langs button{font-size:13px}}
/* V4 Armenia section: dedicated photographic crop rather than a reused webpage mockup */
.armenia-photo-wrap:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.84) 7%,rgba(255,255,255,.18) 22%,rgba(255,255,255,0) 38%);pointer-events:none}
.armenia-photo-wrap img{object-position:center center}

/* V5 production foundation */
.skip-link{position:fixed;left:12px;top:-60px;z-index:100;background:#fff;color:var(--navy);padding:10px 14px;border:2px solid var(--gold);text-decoration:none}.skip-link:focus{top:12px}
:focus-visible{outline:3px solid rgba(201,155,74,.55);outline-offset:3px}
section{scroll-margin-top:84px}
img{max-width:100%}
.service-card{appearance:none;text-align:left;width:100%;font:inherit;color:inherit}
.form-note.error{color:#ffd4d4}.form-note.success{color:#d7f4df}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* V6 header brand balance: strengthen the visual logo mark without overpowering navigation */
.header{height:92px;padding-left:4.5vw;padding-right:4.5vw}
.header .brand{gap:16px;min-width:max-content}
.header .brand img{width:112px;height:46px;object-fit:contain;padding-right:15px;border-right:1px solid #d6dde3}
.header .brand b{font-size:17px;letter-spacing:.10em;white-space:nowrap}
.header .brand small{font-size:9.5px;letter-spacing:.16em;white-space:nowrap}
.header nav{gap:22px}
section{scroll-margin-top:92px}

/* Keep the footer mark compact; the larger treatment is intentionally header-specific. */
footer .brand img{width:58px;height:42px;padding:0;border:0}

/* Switch to the mobile navigation slightly earlier so the larger brand never crowds the menu. */
@media(max-width:1120px){
  .header{height:82px}
  .header nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:25px 5vw;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .header nav.open{display:flex}
  .menu{display:block}
  .header .brand img{width:96px;height:40px;padding-right:13px}
  .header .brand b{font-size:15px}
  .header .brand small{font-size:8.5px}
  section{scroll-margin-top:82px}
}
@media(max-width:600px){
  .header{padding-left:5vw;padding-right:5vw}
  .header .brand{gap:10px}
  .header .brand img{width:78px;height:34px;padding-right:10px}
  .header .brand b{font-size:13px;letter-spacing:.08em}
  .header .brand small{font-size:7.5px;letter-spacing:.12em}
}

.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.btn[disabled]{opacity:.65;cursor:wait}.form-note{min-height:1.5em}

/* V8 — approved header lockup: larger signature mark + gold accent + divider */
.header .brand{gap:18px;min-width:max-content}
.header .brand img{width:148px;height:54px;object-fit:contain;padding-right:18px;border-right:1px solid #cfd6dc;position:relative}
.header .brand span{position:relative}
.header .brand b{font-size:20px;letter-spacing:.095em;white-space:nowrap}
.header .brand small{font-size:10px;letter-spacing:.17em;white-space:nowrap}
.header .brand::before{content:"";position:absolute;width:92px;height:3px;background:linear-gradient(90deg,var(--gold2),var(--gold));border-radius:50%;transform:translate(14px,25px) rotate(-3deg);opacity:.9;pointer-events:none}
.header .brand{position:relative}
@media(max-width:1180px){
  .header .brand img{width:124px;height:48px;padding-right:15px}
  .header .brand b{font-size:17px}
  .header .brand small{font-size:9px}
  .header .brand::before{width:76px;transform:translate(12px,22px) rotate(-3deg)}
}
@media(max-width:900px){
  .header .brand img{width:102px;height:40px;padding-right:12px}
  .header .brand b{font-size:15px}
  .header .brand small{font-size:8px}
  .header .brand::before{width:62px;height:2px;transform:translate(10px,18px) rotate(-3deg)}
}
@media(max-width:520px){
  .header .brand{gap:9px}
  .header .brand img{width:80px;height:34px;padding-right:9px}
  .header .brand b{font-size:12px}
  .header .brand small{font-size:7px;letter-spacing:.10em}
  .header .brand::before{width:48px;transform:translate(8px,15px) rotate(-3deg)}
}

/* V9 — centered, single-line desktop navigation */
@media(min-width:1121px){
  .header{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:28px;height:96px;padding-left:4vw;padding-right:4vw}
  .header nav{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;min-width:0}
  .header .nav-primary{display:flex;align-items:center;justify-content:center;gap:clamp(18px,1.55vw,30px);min-width:0}
  .header .nav-primary a{white-space:nowrap;text-align:center;font-size:clamp(12.5px,.82vw,14px)}
  .header .nav-actions{display:flex;align-items:center;gap:20px;white-space:nowrap}
  .header .nav-actions .btn{white-space:nowrap;padding-left:18px;padding-right:18px}
  .header .brand{gap:18px}
  .header .brand b{font-size:18px;line-height:1.05}
  .header .brand small{margin-top:7px}
}
@media(min-width:1121px) and (max-width:1500px){
  .header{column-gap:20px;padding-left:2.5vw;padding-right:2.5vw}
  .header .brand img{width:126px;padding-right:15px}
  .header .brand b{font-size:16px}
  .header .brand small{font-size:8.5px;letter-spacing:.13em}
  .header .nav-primary{gap:16px}
  .header .nav-primary a{font-size:12px}
  .header nav{gap:18px}
  .header .nav-actions{gap:12px}
  .header .nav-actions .btn{padding:11px 14px;font-size:12px}
}
@media(max-width:1120px){
  .header nav.open{display:flex}
  .header .nav-primary,.header .nav-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px;width:100%}
  .header .nav-actions{padding-top:18px;border-top:1px solid var(--line)}
}
