
:root{
  --navy:#061F33;
  --navy-2:#203844;
  --green:#0C4B2E;
  --green-2:#5F7F67;
  --ivory:#F2EAD9;
  --ivory-2:#FAF7EF;
  --gold:#C29752;
  --gold-2:#DFBC70;
  --ink:#1E2A33;
  --muted:#64717B;
  --white:#FFFFFF;
  --shadow: 0 20px 60px rgba(6,31,51,.14);
  --radius: 22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--ivory-2);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:0;background:var(--navy);color:white;padding:10px 14px;z-index:99}.skip-link:focus{left:10px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(250,247,239,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(194,151,82,.22)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px;min-width:230px}.brand img{width:54px;height:54px;object-fit:contain;border-radius:4px}.brand-text{line-height:1.05}.brand-title{font-family:Georgia,"Times New Roman",serif;font-size:24px;font-weight:700;letter-spacing:.02em;color:var(--navy)}.brand-sub{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--green);font-weight:700}
.nav{display:flex;align-items:center;gap:20px;font-size:14px;font-weight:700;color:var(--navy)}.nav a{position:relative;white-space:nowrap}.nav a::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--gold);transform:scaleX(0);transition:.2s}.nav a:hover::after,.nav a.active::after{transform:scaleX(1)}
.header-cta{display:flex;align-items:center;gap:10px}
.header-tools{display:flex;align-items:center;gap:12px}.lang-switch{display:inline-flex;align-items:center;gap:6px;padding:4px;background:rgba(255,255,255,.9);border:1px solid rgba(194,151,82,.35);border-radius:999px;box-shadow:0 10px 24px rgba(6,31,51,.06)}.lang-btn{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:36px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.08em;color:var(--navy);text-transform:uppercase;transition:.2s}.lang-btn:hover{background:rgba(194,151,82,.12)}.lang-btn.active{background:var(--navy);color:var(--white);box-shadow:0 8px 18px rgba(6,31,51,.16)}
.hero-badge{background:rgba(6,31,51,.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.hero-badge strong,.hero-badge span{position:relative;z-index:1}
.hero-badge img{position:relative;z-index:1}
.portrait-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(6,31,51,.12), transparent 30%);pointer-events:none}
.portrait-wrap{position:relative}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 20px;font-weight:800;line-height:1;text-decoration:none;transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;cursor:pointer}.btn-primary{background:var(--green);color:white;box-shadow:0 12px 26px rgba(12,75,46,.18)}.btn-primary:hover{background:#0a5a36}.btn-secondary{background:transparent;color:var(--navy);border:1px solid rgba(194,151,82,.55)}.btn-secondary:hover{background:rgba(194,151,82,.12)}.btn-gold{background:var(--gold);color:var(--navy)}.btn-gold:hover{background:var(--gold-2)}
.menu-toggle{display:none;border:1px solid rgba(12,75,46,.25);background:white;color:var(--navy);border-radius:10px;padding:9px 11px;font-weight:800}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--ivory-2) 0%,#eef3ef 100%)}.hero::before{content:"";position:absolute;inset:auto -20% -55% 45%;height:90%;background:radial-gradient(circle,rgba(12,75,46,.16),transparent 62%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;padding:80px 0 70px}.eyebrow{display:inline-flex;gap:12px;align-items:center;color:var(--green);font-weight:800;letter-spacing:.15em;text-transform:uppercase;font-size:12px}.eyebrow::before{content:"";width:34px;height:2px;background:var(--gold)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--navy);line-height:1.05;margin:0}h1{font-size:clamp(44px,6vw,82px);letter-spacing:-.025em;margin:18px 0 22px}h2{font-size:clamp(34px,4vw,56px);letter-spacing:-.02em;margin-bottom:16px}h3{font-size:30px}.lead{font-size:19px;color:#44525c;max-width:680px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:42px;max-width:720px}.trust-item{background:white;border:1px solid rgba(194,151,82,.22);padding:18px 16px;border-radius:18px;box-shadow:0 12px 30px rgba(6,31,51,.05)}.trust-item strong{display:block;color:var(--navy);font-size:18px}.trust-item span{font-size:13px;color:var(--muted)}
.hero-card{position:relative}.portrait-wrap{border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:var(--navy);border:1px solid rgba(194,151,82,.35)}.portrait-wrap img{width:100%;height:min(670px,72vh);object-fit:cover;object-position:center top}.hero-badge{position:absolute;left:-24px;bottom:34px;background:var(--navy);color:white;padding:22px 24px;border-radius:22px;border:1px solid rgba(194,151,82,.55);box-shadow:var(--shadow);max-width:310px}.hero-badge img{width:64px;height:64px;margin-bottom:10px}.hero-badge strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:28px}.hero-badge span{color:#e9d2a5;font-weight:700}
.section{padding:82px 0}.section-alt{background:#fff}.section-dark{background:linear-gradient(135deg,var(--navy),var(--navy-2));color:white}.section-dark h2,.section-dark h3{color:white}.section-dark .lead{color:#d7e0df}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.section-head .lead{margin:0;max-width:640px}.gold-line{width:150px;height:2px;background:var(--gold);position:relative;margin:22px 0}.gold-line::after{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;border:2px solid var(--gold);transform:translate(-50%,-50%) rotate(45deg);background:var(--ivory-2)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border:1px solid rgba(194,151,82,.22);border-radius:var(--radius);padding:28px;box-shadow:0 18px 40px rgba(6,31,51,.06);transition:.22s}.card:hover{box-shadow:0 22px 50px rgba(6,31,51,.1)}.card .icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:rgba(12,75,46,.1);color:var(--green);font-size:24px;margin-bottom:18px}.card h3{font-size:28px}.card p{color:#57646d}.card a{font-weight:800;color:var(--green)}
.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;align-items:center}.image-panel{border-radius:30px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(194,151,82,.28);background:white}.image-panel img{width:100%;height:520px;object-fit:cover}.list{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:12px}.list li{position:relative;padding-left:28px}.list li::before{content:"◇";position:absolute;left:0;color:var(--gold);font-weight:800}.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}.check{background:rgba(255,255,255,.08);border:1px solid rgba(194,151,82,.25);padding:14px 16px;border-radius:16px;color:#fff}.check::before{content:"✓";color:var(--gold);font-weight:900;margin-right:8px}
.cta-band{background:linear-gradient(135deg,var(--green),#153e2b);color:white;border-radius:32px;padding:46px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;box-shadow:var(--shadow);border:1px solid rgba(194,151,82,.4)}.cta-band h2{color:white}.cta-band p{margin:0;color:#e4eee7}.contact-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.contact-card{background:white;border:1px solid rgba(194,151,82,.22);border-radius:18px;padding:20px}.contact-card span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--green);font-weight:800}.contact-card strong{display:block;color:var(--navy);margin-top:5px;word-break:break-word}
.page-hero{padding:74px 0 54px;background:linear-gradient(135deg,var(--navy),var(--navy-2));color:white;position:relative;overflow:hidden}.page-hero::after{content:"";position:absolute;right:-180px;top:-180px;width:460px;height:460px;border-radius:50%;border:52px solid rgba(194,151,82,.12)}.page-hero h1{color:white}.page-hero .lead{color:#d9e4e1}.breadcrumbs{font-size:13px;font-weight:700;color:#d7c08d}.breadcrumbs a{color:#fff}.service-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:start}.detail-box{background:white;border:1px solid rgba(194,151,82,.24);border-radius:24px;padding:32px;box-shadow:0 18px 40px rgba(6,31,51,.06)}.detail-box h3{margin-bottom:16px}.sidebar{position:sticky;top:100px}.mini-cta{background:var(--navy);color:white;border-radius:24px;padding:28px;border:1px solid rgba(194,151,82,.42)}.mini-cta h3{color:white}.mini-cta p{color:#d9e4e1}
.form{display:grid;gap:14px}.form input,.form select,.form textarea{width:100%;border:1px solid rgba(6,31,51,.18);border-radius:14px;padding:14px 16px;font:inherit;background:white}.form textarea{min-height:140px}.legal-content{max-width:900px}.legal-content h2{font-size:34px;margin-top:34px}.legal-content p,.legal-content li{color:#4f5d67}
.site-footer{background:var(--navy);color:white;padding:54px 0 26px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr 1fr;gap:30px}.footer-logo{display:flex;align-items:center;gap:12px}.footer-logo img{width:58px}.footer-logo strong{font-family:Georgia,"Times New Roman",serif;font-size:28px}.site-footer h4{color:#e8ca91;margin:0 0 14px}.site-footer a,.site-footer p{color:#d9e4e1}.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:9px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#cbd5d2;font-size:13px}.social-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);padding:9px 12px;border-radius:999px;margin-top:12px}
@media (max-width: 980px){.menu-toggle{display:block}.header-tools{margin-left:auto}.nav{display:none;position:absolute;left:20px;right:20px;top:82px;background:white;border:1px solid rgba(194,151,82,.3);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.nav.open{display:flex}.header-cta .btn-secondary{display:none}.header-tools{display:flex;align-items:center;gap:10px}.hero-grid,.split,.service-detail{grid-template-columns:1fr}.hero-grid{padding-top:48px}.hero-badge{position:relative;left:auto;bottom:auto;margin-top:-70px;margin-left:18px}.cards{grid-template-columns:repeat(2,1fr)}.contact-strip,.footer-grid{grid-template-columns:repeat(2,1fr)}.cta-band{grid-template-columns:1fr}.image-panel img{height:auto}.sidebar{position:static}}
@media (max-width: 640px){.container{width:min(100% - 28px,1180px)}.header-inner{flex-wrap:wrap}.header-tools{width:100%;justify-content:space-between}.lang-switch{order:1}.header-cta{order:2}.brand-title{font-size:20px}.brand img{width:48px;height:48px}.header-cta .btn-primary{display:none}.lang-btn{min-width:40px;height:34px}h1{font-size:42px}.section{padding:58px 0}.section-head{display:block}.cards,.check-grid,.contact-strip,.footer-grid{grid-template-columns:1fr}.hero-actions .btn{width:100%}.trust-row{grid-template-columns:1fr}.portrait-wrap img{height:520px}.hero-badge{margin-left:0}.card{padding:24px}.cta-band{padding:32px 24px;border-radius:24px}.page-hero{padding:54px 0 38px}.service-detail{gap:22px}.detail-box{padding:24px}}

/* Bilingual update refinements */
.hero-badge{background:rgba(6,31,51,.72) !important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.hero-badge::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,0));border-radius:inherit;pointer-events:none}

/* Stability refinements: prevent tap/click jitter and preserve stable text metrics */
html{font-size:16px;text-size-adjust:100%;-webkit-text-size-adjust:100%}
a,button,.btn,.card{font-size-adjust:none;-webkit-tap-highlight-color:transparent}
a:active,button:active,.btn:active,.card:active{transform:none!important}
.nav a,.btn,.lang-btn{font-variation-settings:normal}

/* Polished overlay refinement */
.hero-badge{background:rgba(6,31,51,.68)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.hero-badge::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,0));border-radius:inherit;pointer-events:none}

/* v4 photo refresh */
.portrait-wrap img,.image-panel img{object-position:center top}.image-panel img{max-height:720px;object-fit:cover}.hero-card .portrait-wrap img{min-height:620px}.hero-badge{background:rgba(6,31,51,.64)!important}

/* v5 final refinements: language buttons, brand spacing, transparent hero badge, premium nav states */
.brand-title{display:inline-block;margin-right:7px}
.brand-sub{display:inline-block}
.nav{gap:8px}
.nav a{
  padding:9px 13px;
  border-radius:999px;
  border:1px solid transparent;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.nav a::after{display:none!important}
.nav a:hover,
.nav a:focus-visible,
.nav a:active,
.nav a.active{
  color:var(--navy);
  background:rgba(194,151,82,.12);
  border-color:rgba(194,151,82,.42);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),0 8px 18px rgba(6,31,51,.06);
}
.nav a.active{
  background:linear-gradient(135deg,rgba(12,75,46,.12),rgba(194,151,82,.14));
  border-color:rgba(194,151,82,.58);
}
.section-dark .nav a:hover,
.section-dark .nav a.active{color:var(--navy)}
.hero-badge{
  background:rgba(6,31,51,.18)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  border-color:rgba(194,151,82,.35)!important;
  box-shadow:0 18px 46px rgba(6,31,51,.12)!important;
}
.hero-badge strong,
.hero-badge span{
  text-shadow:0 2px 12px rgba(6,31,51,.65);
}
.hero-badge img{opacity:.86}
@media (max-width:980px){
  .nav a{width:100%}
}

/* v6 header/navigation refinements */
.site-header{overflow:visible}
.header-inner{align-items:center}
.brand{min-width:205px}
.header-tools{flex-shrink:0}
.menu-toggle{display:none!important}

/* More compact, visible, businesslike navigation */
.nav{
  display:flex!important;
  align-items:center;
  justify-content:center;
  flex:1 1 auto;
  min-width:0;
  max-width:100%;
  gap:6px;
  font-size:13px;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.nav::-webkit-scrollbar{display:none}
.nav a{
  flex:0 0 auto;
  white-space:nowrap;
  padding:8px 11px;
}
html[lang="hy"] .nav{
  font-size:12px;
  gap:5px;
}
html[lang="hy"] .nav a{
  padding:8px 9px;
}
html[lang="hy"] .brand{
  min-width:180px;
}

/* Make active/hover state visible but still restrained */
.nav a:hover,
.nav a:focus-visible,
.nav a:active,
.nav a.active{
  background:rgba(194,151,82,.14);
  border-color:rgba(194,151,82,.52);
  color:var(--navy);
}
.nav a.active{
  background:linear-gradient(135deg,rgba(12,75,46,.15),rgba(194,151,82,.17));
}

/* Main photo overlay: more visible than v5, no heavy blur */
.hero-badge{
  background:rgba(6,31,51,.42)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  border-color:rgba(194,151,82,.48)!important;
  box-shadow:0 18px 46px rgba(6,31,51,.16)!important;
}
.hero-badge strong,
.hero-badge span{
  text-shadow:0 2px 10px rgba(6,31,51,.72);
}
.hero-badge img{opacity:.94}

/* Mobile: keep menu visible instead of hiding it behind Menu button */
@media (max-width:1180px){
  .header-inner{flex-wrap:wrap;gap:10px 14px}
  .brand{min-width:190px}
  .header-tools{margin-left:auto}
  .nav{
    order:3;
    width:100%;
    flex-basis:100%;
    justify-content:flex-start;
    padding:4px 0 8px;
    background:transparent;
    border:0;
    box-shadow:none;
    position:static!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    flex-direction:row!important;
  }
}
@media (max-width:640px){
  .header-inner{padding:10px 0}
  .brand{min-width:0;gap:9px}
  .brand img{width:44px;height:44px}
  .brand-title{font-size:20px}
  .brand-sub{font-size:10px;letter-spacing:.12em}
  .header-tools{width:auto;gap:8px;margin-left:auto}
  .lang-switch{padding:3px;gap:4px}
  .lang-btn{min-width:38px;height:32px;padding:0 10px}
  .header-cta{display:none!important}
  .nav{
    font-size:12px;
    gap:5px;
    padding-bottom:8px;
  }
  .nav a{
    padding:7px 10px;
  }
  html[lang="hy"] .nav{
    font-size:11.5px;
  }
  html[lang="hy"] .nav a{
    padding:7px 9px;
  }
}


/* v7 ARAMION-style always-visible scrollable navigation */
:root{--jml-header-height:92px}
.site-header{
  position:sticky!important;
  top:0!important;
  z-index:9999!important;
  overflow:visible!important;
}
.header-inner{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  grid-template-areas:"brand nav tools"!important;
  align-items:center!important;
  gap:12px!important;
  padding:10px 0!important;
}
.brand{grid-area:brand!important;min-width:0!important;flex:0 0 auto!important;white-space:nowrap!important}
.header-tools{grid-area:tools!important;display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important;margin-left:0!important;width:auto!important;justify-self:end!important}
.menu-toggle{display:none!important;visibility:hidden!important;pointer-events:none!important}
.nav{
  grid-area:nav!important;
  display:flex!important;
  position:static!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  gap:6px!important;
  padding:2px 0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  touch-action:pan-x!important;
  overscroll-behavior-x:contain!important;
  cursor:grab!important;
  user-select:none!important;
  scroll-behavior:auto!important;
}
.nav::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
.nav.is-dragging{cursor:grabbing!important}
.nav a{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:auto!important;
  max-width:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
  text-align:center!important;
  user-select:none!important;
  -webkit-user-drag:none!important;
  pointer-events:auto!important;
  min-height:34px!important;
  padding:8px 11px!important;
}
.nav::after{
  display:block!important;
  content:""!important;
  flex:0 0 12px!important;
  width:12px!important;
  height:1px!important;
  background:transparent!important;
  transform:none!important;
}
html[lang="hy"] .nav{font-size:11.5px!important;gap:4px!important}
html[lang="hy"] .nav a{padding:7px 8px!important}
/* subtle cues that there is more menu to scroll, not bulky */
.nav-scroll-cue{
  position:fixed!important;
  width:30px!important;
  height:32px!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  pointer-events:none!important;
  z-index:10001!important;
  color:var(--gold)!important;
  font-size:22px!important;
  line-height:1!important;
  opacity:.82!important;
  text-shadow:0 2px 10px rgba(6,31,51,.22)!important;
}
.nav-scroll-cue.left{background:linear-gradient(90deg,rgba(250,247,239,.96),rgba(250,247,239,.72),rgba(250,247,239,0))!important}
.nav-scroll-cue.right{background:linear-gradient(270deg,rgba(250,247,239,.96),rgba(250,247,239,.72),rgba(250,247,239,0))!important}
.nav-scroll-cue.is-visible{display:flex!important}
@media (max-width:1180px){
  .header-inner{
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"brand tools" "nav nav"!important;
    gap:8px 12px!important;
  }
  .nav{width:100%!important;flex-basis:auto!important;order:initial!important;padding:3px 0 7px!important;justify-content:flex-start!important}
  .brand img{width:48px!important;height:48px!important}
  .brand-title{font-size:22px!important}
  .brand-sub{font-size:10.5px!important;letter-spacing:.14em!important}
}
@media (max-width:640px){
  .header-inner{padding:8px 0!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"brand tools" "nav nav"!important}
  .brand{gap:8px!important;max-width:calc(100vw - 125px)!important;overflow:hidden!important}
  .brand img{width:42px!important;height:42px!important;min-width:42px!important}
  .brand-title{font-size:19px!important;margin-right:5px!important}
  .brand-sub{font-size:9.5px!important;letter-spacing:.1em!important}
  .header-tools{gap:6px!important}
  .header-cta{display:none!important}
  .lang-switch{padding:3px!important;gap:3px!important}
  .lang-btn{min-width:35px!important;height:30px!important;padding:0 8px!important;font-size:11px!important}
  .nav{font-size:11.5px!important;gap:4px!important;padding-bottom:6px!important}
  .nav a{padding:7px 9px!important;min-height:32px!important}
  html[lang="hy"] .nav{font-size:11px!important;gap:4px!important}
  html[lang="hy"] .nav a{padding:7px 8px!important}
}
@media (max-width:420px){
  .brand-sub{display:none!important}
  .brand{max-width:calc(100vw - 110px)!important}
  html[lang="hy"] .nav{font-size:10.8px!important}
  html[lang="hy"] .nav a{padding:7px 7px!important}
}
/* hero badge adjusted: slightly stronger than v6 but photo remains visible */
.hero-badge{background:rgba(6,31,51,.48)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}


/* v8: two-row header on every screen; visible horizontally scrollable menu */
.site-header{overflow:visible!important}
.header-inner{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-areas:"brand tools" "nav nav"!important;
  align-items:center!important;
  gap:8px 14px!important;
  padding:10px 0 11px!important;
}
.brand{grid-area:brand!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important}
.header-tools{grid-area:tools!important;display:flex!important;align-items:center!important;gap:10px!important;justify-self:end!important;margin-left:0!important;width:auto!important;flex-shrink:0!important}
.menu-toggle{display:none!important;visibility:hidden!important;pointer-events:none!important}
.nav{
  grid-area:nav!important;
  display:flex!important;
  position:relative!important;
  left:auto!important;right:auto!important;top:auto!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  padding:4px 0 4px!important;
  margin:0!important;
  gap:7px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  touch-action:pan-x!important;
  overscroll-behavior-x:contain!important;
  cursor:grab!important;
  user-select:none!important;
}
.nav::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
.nav a{flex:0 0 auto!important;white-space:nowrap!important;width:auto!important;min-width:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.nav::after{content:""!important;display:block!important;flex:0 0 12px!important;width:12px!important;height:1px!important;background:transparent!important}
.nav.is-dragging{cursor:grabbing!important}
html[lang="hy"] .nav{font-size:11.5px!important;gap:5px!important}
html[lang="hy"] .nav a{padding:7px 8px!important}
@media (max-width:720px){
  .header-inner{grid-template-columns:1fr!important;grid-template-areas:"brand" "tools" "nav"!important;gap:8px!important}
  .brand{justify-self:start!important;max-width:100%!important}
  .header-tools{justify-self:start!important;width:100%!important;justify-content:space-between!important;gap:8px!important}
  .header-cta{display:flex!important;gap:8px!important}
  .header-cta .btn{padding:11px 13px!important;font-size:12px!important}
  .lang-btn{min-width:38px!important;height:32px!important}
  .nav{font-size:11.5px!important;gap:5px!important;padding-bottom:6px!important}
  .nav a{padding:7px 9px!important;min-height:32px!important}
}
@media (max-width:420px){
  .brand-sub{display:inline-block!important;font-size:9px!important;letter-spacing:.08em!important}
  .header-cta .btn-secondary{display:flex!important}
  .header-cta .btn{padding:10px 11px!important;font-size:11px!important}
  html[lang="hy"] .nav{font-size:10.8px!important}
  html[lang="hy"] .nav a{padding:7px 7px!important}
}

/* v8: LNOTARY-style inline contact map adapted to JML style */
.contact-location-block{min-width:0;margin:12px 0 18px}
.address-map-toggle{
  appearance:none;-webkit-appearance:none;display:inline;width:auto;max-width:100%;padding:0;margin:0;border:0;background:transparent;
  color:#f1d89a;font:inherit;font-weight:800;line-height:1.45;text-align:left;cursor:pointer;overflow-wrap:anywhere;
  text-shadow:0 0 12px rgba(194,151,82,.20);
}
.address-map-toggle:hover,.address-map-toggle:focus{color:#fff1c7;text-shadow:0 0 10px rgba(223,188,112,.35),0 0 20px rgba(194,151,82,.18);outline:0}
.address-map-toggle::after{content:"  ▾";color:var(--gold);font-size:.9em}
.address-map-toggle[aria-expanded="true"]::after{content:"  ▴"}
.inline-map-panel{
  overflow:hidden;max-height:0;opacity:0;transform:translateY(-6px);
  transition:max-height .34s ease,opacity .24s ease,transform .24s ease,margin .24s ease,padding .24s ease,border-color .24s ease;
  margin:0;padding:0 14px;border:1px solid rgba(194,151,82,0);border-radius:18px;
  background:linear-gradient(180deg,rgba(250,247,239,.98),rgba(242,234,217,.98));box-shadow:none;
}
.inline-map-panel.is-open{max-height:520px;opacity:1;transform:translateY(0);margin:12px 0 18px;padding:14px;border-color:rgba(194,151,82,.32);box-shadow:0 18px 46px rgba(6,31,51,.16),inset 0 1px 0 rgba(255,255,255,.5)}
.inline-map-frame{width:100%;min-height:250px;border-radius:16px;overflow:hidden;border:1px solid rgba(194,151,82,.28);background:var(--ivory);box-shadow:0 0 0 1px rgba(194,151,82,.08) inset}
.inline-map-frame iframe{display:block;width:100%;height:250px;border:0;filter:saturate(.95) contrast(1.02)}
.inline-map-external{display:inline-flex;margin-top:10px;color:var(--green)!important;font-size:.9rem;font-weight:800}
.inline-map-external:hover{color:var(--navy)!important;text-shadow:0 0 14px rgba(194,151,82,.24)}
@media (max-width:720px){.inline-map-panel.is-open{max-height:500px;padding:12px}.inline-map-frame{min-height:220px}.inline-map-frame iframe{height:220px}}
@media (max-width:420px){.inline-map-frame{min-height:200px}.inline-map-frame iframe{height:200px}}


/* v9: keep Consultation and Call Now visible on every screen width */
.header-cta{
  display:flex!important;
  align-items:center;
  gap:8px;
  flex-shrink:0;
}
.header-cta .btn{
  white-space:nowrap;
}
.header-cta .btn-secondary,
.header-cta .btn-primary{
  display:inline-flex!important;
}
.header-tools{
  display:flex!important;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-shrink:0;
}

/* Keep the top row visible, then menu below it */
.header-inner{
  flex-wrap:wrap!important;
}
.brand{
  flex:0 1 auto;
}
.nav{
  order:3!important;
  width:100%!important;
  flex-basis:100%!important;
}

/* Medium screens: reduce buttons, do not hide them */
@media (max-width:980px){
  .header-cta{
    display:flex!important;
  }
  .header-cta .btn-secondary,
  .header-cta .btn-primary{
    display:inline-flex!important;
  }
  .header-cta .btn{
    padding:11px 14px;
    font-size:13px;
  }
  .header-tools{
    margin-left:auto;
  }
}

/* Small screens: keep both CTAs visible, compact, and wrap gracefully */
@media (max-width:640px){
  .header-inner{
    gap:9px 10px;
  }
  .brand{
    flex:1 1 100%;
    min-width:0;
  }
  .header-tools{
    width:100%!important;
    justify-content:space-between!important;
    gap:8px!important;
    margin-left:0!important;
  }
  .lang-switch{
    flex:0 0 auto;
  }
  .header-cta{
    display:flex!important;
    flex:1 1 auto;
    justify-content:flex-end;
    gap:6px;
  }
  .header-cta .btn-secondary,
  .header-cta .btn-primary{
    display:inline-flex!important;
  }
  .header-cta .btn{
    padding:10px 11px;
    font-size:12px;
    min-height:34px;
  }
  .nav{
    order:3!important;
    width:100%!important;
    flex-basis:100%!important;
    padding-top:2px;
  }
}

/* Extra narrow screens: keep buttons visible by shortening visual spacing */
@media (max-width:430px){
  .header-cta .btn{
    padding:9px 9px;
    font-size:11.5px;
  }
  .lang-btn{
    min-width:35px;
    padding:0 8px;
  }
}


/* v10: LNOTARY-style inline address map and refined section/block motion */
.contact-strip-stacked{
  grid-template-columns:1fr!important;
  margin-top:18px!important;
}
.contact-location-block{
  min-width:0;
  overflow:visible;
}
.contact-location-block strong{
  display:block;
}
.address-map-toggle{
  appearance:none;
  -webkit-appearance:none;
  display:inline;
  width:auto;
  max-width:100%;
  padding:0;
  margin:0;
  border:0;
  background:transparent;
  color:var(--navy);
  font:inherit;
  font-weight:800;
  line-height:1.45;
  text-align:left;
  cursor:pointer;
  overflow-wrap:anywhere;
}
.address-map-toggle:hover,
.address-map-toggle:focus{
  color:var(--green);
  text-shadow:0 0 12px rgba(194,151,82,.18);
  outline:0;
}
.address-map-toggle::after{
  content:"  ▾";
  color:var(--gold);
  font-size:.9em;
}
.address-map-toggle[aria-expanded="true"]::after{
  content:"  ▴";
}
.address-map-toggle[aria-expanded="true"]{
  color:var(--green);
}
.inline-map-panel{
  overflow:hidden;
  max-height:0;
  opacity:0;
  transform:translateY(-6px);
  transition:max-height .34s ease,opacity .24s ease,transform .24s ease,margin .24s ease,padding .24s ease,border-color .24s ease,box-shadow .24s ease;
  margin:0;
  padding:0 14px;
  border:1px solid rgba(194,151,82,0);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(250,247,239,.98),rgba(242,234,217,.96));
  box-shadow:none;
}
.inline-map-panel.is-open{
  max-height:520px;
  opacity:1;
  transform:translateY(0);
  margin:12px 0 2px;
  padding:14px;
  border-color:rgba(194,151,82,.32);
  box-shadow:0 18px 46px rgba(6,31,51,.14),inset 0 1px 0 rgba(255,255,255,.55);
}
.inline-map-frame{
  width:100%;
  min-height:250px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(194,151,82,.28);
  background:var(--ivory);
}
.inline-map-frame iframe{
  display:block;
  width:100%;
  height:250px;
  border:0;
  filter:saturate(.95) contrast(1.02);
}
.inline-map-external{
  display:inline-flex;
  margin-top:10px;
  color:var(--green)!important;
  font-size:.9rem;
  font-weight:800;
}
.inline-map-external:hover{
  color:var(--navy)!important;
  text-shadow:0 0 14px rgba(194,151,82,.24);
}

/* Elegant reveal/navigation effect for static blocks */
.reveal-block{
  opacity:.72;
  transform:translateY(10px);
  transition:opacity .55s ease,transform .55s ease,box-shadow .55s ease,border-color .55s ease,background-color .55s ease;
  will-change:opacity,transform;
}
.reveal-block.is-visible{
  opacity:1;
  transform:translateY(0);
}
.card.reveal-block.is-visible,
.detail-box.reveal-block.is-visible,
.contact-card.reveal-block.is-visible,
.trust-item.reveal-block.is-visible,
.image-panel.reveal-block.is-visible{
  box-shadow:0 22px 52px rgba(6,31,51,.10);
}
.section.in-view .section-head,
.section.in-view .gold-line{
  filter:saturate(1.05);
}
@media (prefers-reduced-motion:reduce){
  .reveal-block{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}
@media (max-width:720px){
  .inline-map-panel.is-open{max-height:500px;padding:12px}
  .inline-map-frame{min-height:220px}
  .inline-map-frame iframe{height:220px}
}
@media (max-width:420px){
  .inline-map-frame{min-height:200px}
  .inline-map-frame iframe{height:200px}
}


/* v11: explicit premium hover effects for static content blocks */
.card,
.trust-item,
.detail-box,
.contact-card,
.image-panel,
.mini-cta,
.cta-band,
.check{
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    background-color .28s ease,
    filter .28s ease;
  will-change:transform,box-shadow,background-color,border-color;
}

.card:hover,
.trust-item:hover,
.detail-box:hover,
.contact-card:hover,
.image-panel:hover,
.mini-cta:hover,
.cta-band:hover,
.check:hover{
  transform:translateY(-5px);
  border-color:rgba(194,151,82,.46);
  box-shadow:0 26px 62px rgba(6,31,51,.14), inset 0 1px 0 rgba(255,255,255,.62);
}

.card:hover,
.trust-item:hover,
.detail-box:hover,
.contact-card:hover{
  background:linear-gradient(180deg,#ffffff 0%,rgba(242,234,217,.46) 100%);
}

.image-panel:hover{
  filter:saturate(1.04) contrast(1.02);
}

.image-panel:hover img{
  transform:scale(1.018);
}

.image-panel img{
  transition:transform .38s ease,filter .38s ease;
}

.check:hover{
  background:rgba(255,255,255,.14);
  border-color:rgba(194,151,82,.45);
}

.mini-cta:hover{
  background:linear-gradient(135deg,var(--navy),#123852);
  border-color:rgba(194,151,82,.58);
}

.cta-band:hover{
  background:linear-gradient(135deg,#0d5635,#173f2d);
  border-color:rgba(194,151,82,.58);
}

/* Make reveal and hover work together without fighting */
.reveal-block.is-visible:hover{
  transform:translateY(-5px);
}

/* Keyboard users get the same premium emphasis */
.card:focus-within,
.trust-item:focus-within,
.detail-box:focus-within,
.contact-card:focus-within,
.mini-cta:focus-within,
.cta-band:focus-within{
  transform:translateY(-5px);
  border-color:rgba(194,151,82,.52);
  box-shadow:0 26px 62px rgba(6,31,51,.14), inset 0 1px 0 rgba(255,255,255,.62);
}

@media (hover:none){
  .card:hover,
  .trust-item:hover,
  .detail-box:hover,
  .contact-card:hover,
  .image-panel:hover,
  .mini-cta:hover,
  .cta-band:hover,
  .check:hover,
  .reveal-block.is-visible:hover{
    transform:none;
  }
  .image-panel:hover img{
    transform:none;
  }
}

@media (prefers-reduced-motion:reduce){
  .card,
  .trust-item,
  .detail-box,
  .contact-card,
  .image-panel,
  .mini-cta,
  .cta-band,
  .check,
  .image-panel img{
    transition:none!important;
  }
}
