:root {
  --ink: #211b17;
  --ink-soft: #554940;
  --paper: #f4eee6;
  --paper-soft: #ece2d6;
  --cream: #fffaf3;
  --dark: #171310;
  --hero-black: #211c19;
  --rose: #be675e;
  --rose-deep: #7f413d;
  --rose-light: #d58d84;
  --accent: #d6434d;
  --line: rgba(33, 27, 23, .14);
  --white-line: rgba(255, 255, 255, .2);
  --container: 1380px;
  --gutter: clamp(22px, 5vw, 78px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans Armenian", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid rgba(214, 67, 77, .55); outline-offset: 4px; }
::selection { background: rgba(190, 103, 94, .28); }

.section-shell,
.header-shell,
.hero-shell,
.footer-shell {
  width: min(100%, var(--container));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -70px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 94px;
  color: #fff;
  transition: height .3s ease, background .3s ease, box-shadow .3s ease, color .3s ease;
}
.header-shell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.site-header.scrolled {
  height: 74px;
  background: rgba(244, 238, 230, .95);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(33, 27, 23, .08);
  backdrop-filter: blur(18px);
}
.brand { position: relative; flex: 0 0 auto; width: clamp(142px, 13vw, 190px); }
.brand-logo { width: 100%; transition: opacity .25s ease; }
.brand-logo-dark { position: absolute; inset: 0; opacity: 0; }
.site-header.scrolled .brand-logo-light { opacity: 0; }
.site-header.scrolled .brand-logo-dark { opacity: 1; }

.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 34px); }
.main-nav a {
  position: relative;
  color: currentColor;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .055em;
  white-space: nowrap;
}
.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  opacity: .72;
  transition: right .22s ease;
}
.main-nav a:not(.nav-cta):hover::after,
.main-nav a.active:not(.nav-cta)::after { right: 0; }
.nav-cta {
  min-height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 999px;
}
.site-header.scrolled .nav-cta { border-color: rgba(33, 27, 23, .28); }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  display: flex;
  align-items: stretch;
  color: #fff;
  background: var(--hero-black);
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.008);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 86%, rgba(243, 205, 144, .30) 0%, rgba(243, 205, 144, .18) 16%, rgba(243, 205, 144, .06) 32%, rgba(243, 205, 144, 0) 48%),
    linear-gradient(135deg, rgba(18, 16, 15, .92) 0%, rgba(24, 20, 18, .84) 22%, rgba(31, 25, 22, .66) 42%, rgba(46, 36, 28, .38) 63%, rgba(102, 76, 45, .20) 82%, rgba(189, 150, 95, .14) 100%),
    linear-gradient(0deg, rgba(28, 22, 19, .58) 0%, rgba(28, 22, 19, .24) 36%, rgba(28, 22, 19, 0) 68%);
}
.hero-shell {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-content { width: min(660px, 76%); padding-top: 96px; padding-bottom: 142px; }
.hero-kicker,
.section-label,
.contact-label {
  margin: 0 0 18px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .14em;
}
.hero-kicker { color: rgba(255, 255, 255, .68); }
.hero h1,
.statement h2,
.showroom-card h2,
.collection h2,
.about h2,
.contact h2 {
  font-family: "Noto Serif Armenian", "Noto Sans Armenian", serif;
  font-weight: 500;
  letter-spacing: -.045em;
}
.hero h1 {
  margin: 0;
  font-size: clamp(56px, 7vw, 106px);
  line-height: .98;
  text-wrap: balance;
}
.hero-wordmark { display: inline-flex; align-items: baseline; white-space: nowrap; }
.hero-wordmark img { width: auto; height: .69em; transform: translateY(.045em); }
.hero-wordmark span { margin-left: .06em; }
.hero-copy {
  max-width: 540px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.85;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .035em;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--accent); }
.button-primary:hover { background: #bc3640; }
.button-ghost { color: #fff; border: 1px solid rgba(255, 255, 255, .42); }
.button-ghost:hover { color: var(--ink); background: #fff; border-color: #fff; }
.button-dark { color: #fff; background: var(--dark); }
.button-dark:hover { background: #302820; }

.hero-meta {
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.hero-meta div { padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .24); }
.hero-meta span { display: block; color: rgba(255, 255, 255, .52); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.hero-meta strong { display: block; margin-top: 5px; color: rgba(255, 255, 255, .9); font-size: 12px; font-weight: 500; }

.statement {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: end;
  gap: clamp(56px, 9vw, 140px);
  padding-top: clamp(92px, 12vw, 170px);
  padding-bottom: clamp(92px, 12vw, 170px);
}
.statement-heading { max-width: 620px; }
.statement h2,
.showroom-card h2,
.collection h2,
.about h2 {
  margin: 0;
  font-size: clamp(40px, 5.2vw, 76px);
  line-height: 1.08;
  text-wrap: balance;
}
.statement-copy { justify-self: end; max-width: 650px; color: var(--ink-soft); font-size: clamp(17px, 1.4vw, 20px); line-height: 1.9; }
.statement-copy p { margin: 0; }
.statement-copy p + p { margin-top: 22px; }

.showroom {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(370px, .98fr);
  min-height: 720px;
  padding-inline: 0;
  margin-bottom: clamp(100px, 12vw, 170px);
  overflow: hidden;
  background: var(--paper-soft);
}
.showroom-photo-wrap { position: relative; margin: 0; min-height: 720px; overflow: hidden; }
.showroom-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.showroom-photo-wrap figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  background: rgba(20, 14, 11, .52);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  backdrop-filter: blur(12px);
}
.showroom-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 6vw, 90px);
  background: var(--cream);
}
.short-mark { width: clamp(92px, 10vw, 142px); margin-bottom: 42px; }
.showroom-card h2 { font-size: clamp(36px, 4.2vw, 62px); }
.showroom-card p:not(.section-label) { max-width: 520px; margin: 24px 0 28px; color: var(--ink-soft); font-size: 17px; line-height: 1.85; }
.text-link,
.contact-action {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .055em;
}
.text-link span,
.contact-action span { transition: transform .2s ease; }
.text-link:hover span,
.contact-action:hover span { transform: translate(2px, -2px); }

.benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-inline: 0;
  margin-bottom: clamp(100px, 12vw, 170px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.benefits article { min-width: 0; padding: 42px 30px 48px 0; }
.benefits article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.benefit-icon { width: 44px; height: 44px; color: var(--accent); }
.benefit-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.benefits h3 { min-height: 2.8em; margin: 28px 0 12px; display: flex; align-items: flex-end; font-size: 13px; line-height: 1.4; letter-spacing: .055em; }
.benefits p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.8; }

.collection { padding-block: clamp(70px, 8vw, 112px); margin-bottom: clamp(100px, 12vw, 170px); background: var(--paper-soft); }
.collection-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
}
.collection-copy { max-width: 650px; }
.collection-copy h2 { font-size: clamp(42px, 5vw, 74px); }
.collection-copy p:not(.section-label) { margin: 28px 0 34px; color: var(--ink-soft); font-size: 18px; line-height: 1.88; }
.collection-visual { position: relative; min-height: 620px; margin: 0; overflow: hidden; }
.collection-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.collection-visual figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  background: rgba(17, 13, 10, .72);
  color: #fff;
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
}

.about {
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(54px, 8vw, 120px);
  padding-bottom: clamp(100px, 12vw, 170px);
}
.about-mark { min-height: 470px; display: grid; place-items: center; background: #ebe0d3; overflow: hidden; }
.about-mark img { width: min(490px, 78%); }
.about-copy { max-width: 760px; }
.about-copy p:last-child { margin: 30px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.92; }

.contact { color: #fff; background: var(--rose); }
.contact-shell { padding-top: clamp(82px, 10vw, 140px); padding-bottom: clamp(82px, 10vw, 140px); }
.contact-heading {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(48px, 9vw, 150px);
  padding-bottom: clamp(56px, 7vw, 96px);
}
.contact-brand { display: flex; align-items: center; gap: 14px; padding-top: 10px; }
.contact-brand img { width: clamp(168px, 16vw, 240px); }
.contact-brand span { font-size: 17px; font-weight: 700; letter-spacing: .025em; }
.contact h2 { margin: 0; font-size: clamp(60px, 8.4vw, 126px); line-height: .88; text-wrap: balance; }
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr .9fr 1.05fr;
  border-top: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
}
.contact-grid article { min-width: 0; padding: 34px 34px 38px 0; }
.contact-grid article + article { padding-left: 34px; border-left: 1px solid var(--white-line); }
.contact-grid p { max-width: 360px; margin: 13px 0; color: rgba(255, 255, 255, .78); }
.phone-link { display: block; margin-top: 12px; color: #fff; font-size: clamp(21px, 2vw, 27px); font-weight: 600; line-height: 1.3; }
.messenger-links { display: flex; align-items: center; gap: 9px; margin: 18px 0 22px; }
.messenger-link {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  color: #fff;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.messenger-link:hover { transform: translateY(-2px); background: #fff; color: var(--rose-deep); border-color: #fff; }
.messenger-link svg,
.messenger-link img { width: 19px; height: 19px; object-fit: contain; }
.hours { margin: 11px 0 0; }
.hours div { display: flex; align-items: baseline; justify-content: space-between; gap: 22px; padding: 8px 0; color: rgba(255, 255, 255, .78); }
.hours dt, .hours dd { margin: 0; }
.hours dd { color: #fff; font-weight: 600; white-space: nowrap; }

.site-footer { color: rgba(255, 255, 255, .58); background: var(--rose-deep); }
.footer-shell { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 11px; }
.footer-shell img { width: 154px; }
.footer-shell a { color: #fff; font-weight: 700; letter-spacing: .05em; }

.mobile-actions { display: none; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .site-header { height: 78px; }
  .brand { width: 148px; }
  .menu-button {
    z-index: 120;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: grid;
    align-content: center;
    gap: 7px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-button span { width: 25px; height: 2px; background: #fff; transition: transform .25s ease, background .25s ease; }
  .site-header.scrolled .menu-button span,
  .menu-button.active span { background: var(--ink); }
  .menu-button.active span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-button.active span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: 0;
    padding: 112px 28px 44px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background: var(--paper);
    color: var(--ink);
    transform: translateX(100%);
    transition: transform .3s ease;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-size: 20px; }
  .main-nav .nav-cta { margin-top: 8px; font-size: 15px; border-color: rgba(33, 27, 23, .28); }
  .statement { grid-template-columns: 1fr; align-items: start; gap: 48px; }
  .statement-copy { justify-self: start; max-width: 760px; }
  .showroom { grid-template-columns: 1fr 1fr; min-height: 640px; }
  .showroom-photo-wrap { min-height: 640px; }
  .showroom-card { padding: 44px 36px; }
  .benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .benefits article:nth-child(4) { border-top: 1px solid var(--line); }
  .benefits h3 { min-height: auto; }
  .collection-shell { grid-template-columns: 1fr; }
  .collection-copy { max-width: 760px; }
  .collection-visual { min-height: 560px; }
  .about { grid-template-columns: 1fr; }
  .about-mark { min-height: 360px; }
  .contact-heading { grid-template-columns: 1fr; gap: 46px; }
}

@media (max-width: 720px) {
  :root { --gutter: 22px; }
  html { scroll-padding-top: 74px; }
  body { padding-bottom: 66px; }
  .hero { min-height: 950px; align-items: flex-start; }
  .hero-photo { object-position: 62% center; }
  .hero-overlay {
    background:
      radial-gradient(circle at 78% 76%, rgba(243, 205, 144, .22) 0%, rgba(243, 205, 144, .11) 20%, rgba(243, 205, 144, 0) 42%),
      linear-gradient(180deg, rgba(21, 18, 17, .84) 0%, rgba(28, 23, 20, .74) 44%, rgba(51, 38, 28, .56) 72%, rgba(88, 64, 38, .42) 100%),
      linear-gradient(90deg, rgba(26, 21, 19, .44), rgba(26, 21, 19, 0) 72%);
  }
  .hero-shell { justify-content: flex-start; }
  .hero-content { width: 100%; padding-top: 124px; padding-bottom: 310px; }
  .hero-kicker { margin-bottom: 15px; }
  .hero h1 { font-size: clamp(48px, 14.5vw, 67px); line-height: 1; }
  .hero-copy { font-size: 16px; line-height: 1.72; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; min-height: 52px; padding: 12px 18px; }
  .hero-meta { left: var(--gutter); right: var(--gutter); bottom: 190px; grid-template-columns: 1fr; gap: 9px; }
  .hero-meta div { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; }
  .hero-meta strong { text-align: right; }

  .statement { padding-top: 84px; padding-bottom: 84px; gap: 40px; }
  .statement h2 { font-size: clamp(40px, 12vw, 54px); }
  .statement-copy { font-size: 16px; line-height: 1.82; }

  .showroom { grid-template-columns: 1fr; min-height: auto; margin-bottom: 90px; }
  .showroom-photo-wrap { min-height: 0; aspect-ratio: 1145 / 1440; }
  .showroom-card { padding: 42px 24px 48px; }
  .short-mark { width: 118px; margin-bottom: 34px; }
  .showroom-card h2 { max-width: 100%; font-size: clamp(34px, 10vw, 46px); line-height: 1.08; overflow-wrap: anywhere; }
  .showroom-card p:not(.section-label) { font-size: 16px; }

  .benefits { grid-template-columns: 1fr; margin-bottom: 90px; }
  .benefits article,
  .benefits article + article { padding: 34px 0 38px; border-left: 0; }
  .benefits article + article { border-top: 1px solid var(--line); }

  .collection { margin-bottom: 90px; padding-block: 72px; }
  .collection-copy h2 { font-size: clamp(40px, 11.5vw, 54px); }
  .collection-copy p:not(.section-label) { font-size: 16px; }
  .collection-visual { min-height: 430px; }
  .collection-visual figcaption { flex-direction: column; gap: 5px; }

  .about { padding-bottom: 90px; gap: 44px; }
  .about-mark { min-height: 300px; }
  .about-mark img { width: min(360px, 78%); }
  .about h2 { font-size: clamp(40px, 11vw, 53px); }
  .about-copy p:last-child { font-size: 16px; }

  .contact-shell { padding-top: 74px; padding-bottom: 74px; }
  .contact-heading { gap: 42px; padding-bottom: 54px; }
  .contact-brand { padding-top: 0; }
  .contact-brand img { width: 176px; }
  .contact h2 { max-width: 100%; font-size: clamp(52px, 17vw, 78px); line-height: .9; overflow-wrap: anywhere; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid article,
  .contact-grid article + article { padding: 28px 0; border-left: 0; }
  .contact-grid article + article { border-top: 1px solid var(--white-line); }
  .phone-link { font-size: 24px; }
  .messenger-link { width: 44px; height: 44px; }
  .messenger-link svg,
  .messenger-link img { width: 21px; height: 21px; object-fit: contain; }
  .hours div { gap: 12px; }

  .footer-shell { padding-top: 32px; padding-bottom: 32px; flex-direction: column; align-items: flex-start; }
  .mobile-actions {
    position: fixed;
    z-index: 90;
    left: 12px;
    right: 12px;
    bottom: 10px;
    height: 54px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(23, 19, 16, .92);
    color: #fff;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .24);
    backdrop-filter: blur(14px);
  }
  .mobile-actions a { display: grid; place-items: center; font-size: 11px; font-weight: 700; letter-spacing: .055em; }
  .mobile-actions a + a { border-left: 1px solid rgba(255, 255, 255, .18); }
}

/* Alignment, typography and responsive refinement — August 2026 */

/* Keep brand artwork clean: no raster export rules, borders or shadows. */
.brand,
.brand-logo,
.hero-wordmark img,
.short-mark,
.about-mark img,
.contact-brand img,
.footer-shell img {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.brand-logo-dark { display: none !important; }

/* The header keeps one consistent white logo/menu treatment while scrolling. */
.site-header,
.site-header.scrolled {
  height: 88px;
  color: #fff;
  border: 0;
  box-shadow: none;
}
.site-header.scrolled {
  height: 80px;
  background: rgba(23, 19, 16, .94);
  backdrop-filter: blur(18px);
}
.site-header.scrolled .brand-logo-light { opacity: 1; }
.site-header.scrolled .brand-logo-dark { opacity: 0; }
.brand {
  width: clamp(168px, 14.2vw, 210px);
  line-height: 0;
}
.brand-logo { display: block; }
.main-nav { gap: clamp(22px, 2.2vw, 36px); }
.main-nav a {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .045em;
}
.nav-cta,
.site-header.scrolled .nav-cta {
  min-height: 44px;
  padding-inline: 18px;
  border-color: rgba(255, 255, 255, .5);
}

/* More consistent type rhythm. */
body { line-height: 1.62; }
.hero-kicker,
.section-label,
.contact-label {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .115em;
}
.hero h1 {
  font-size: clamp(58px, 6.7vw, 100px);
  line-height: .99;
  letter-spacing: -.04em;
}
.hero-copy {
  max-width: 570px;
  margin-top: 28px;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.78;
}
.statement h2,
.collection h2,
.about h2 {
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 1.1;
}
.showroom-card h2 {
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.08;
}
.statement-copy,
.collection-copy p:not(.section-label),
.about-copy p:last-child {
  font-size: clamp(17px, 1.3vw, 19px);
  line-height: 1.82;
}

/* Unify all section left/right edges. */
.statement {
  align-items: center;
  gap: clamp(64px, 8vw, 124px);
  padding-top: clamp(104px, 10vw, 152px);
  padding-bottom: clamp(104px, 10vw, 152px);
}
.statement-copy { max-width: 620px; }

.showroom {
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  min-height: 690px;
  padding-inline: var(--gutter);
  margin-bottom: clamp(104px, 10vw, 152px);
  background: transparent;
}
.showroom-photo-wrap { min-height: 690px; }
.showroom-photo-wrap img {
  object-position: center center;
}
.showroom-card {
  padding: clamp(48px, 5.7vw, 82px);
}
.short-mark {
  width: clamp(108px, 9.5vw, 144px);
  margin-bottom: 36px;
}
.showroom-card p:not(.section-label) {
  margin: 22px 0 26px;
  font-size: 16px;
  line-height: 1.78;
}

.benefits {
  padding-inline: var(--gutter);
  margin-bottom: clamp(104px, 10vw, 152px);
}
.benefits article {
  padding: 40px 28px 44px;
}
.benefits article:first-child { padding-left: 0; }
.benefits article:last-child { padding-right: 0; }
.benefits article + article { padding-left: 28px; }
.benefits h3 {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.45;
}
.benefits p {
  max-width: 270px;
  font-size: 14px;
  line-height: 1.72;
}

.collection {
  margin-bottom: clamp(104px, 10vw, 152px);
  padding-block: clamp(82px, 8vw, 116px);
}
.collection-shell {
  gap: clamp(58px, 7vw, 104px);
}
.collection-copy { max-width: 610px; }
.collection-copy p:not(.section-label) {
  margin: 24px 0 32px;
}
.collection-visual { min-height: 590px; }

.about {
  gap: clamp(64px, 8vw, 116px);
  padding-bottom: clamp(104px, 10vw, 152px);
}
.about-mark {
  min-height: 440px;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.about-mark img { width: min(450px, 74%); }
.about-copy { max-width: 700px; }
.about-copy p:last-child { margin-top: 24px; }

.contact-shell {
  padding-top: clamp(92px, 9vw, 128px);
  padding-bottom: clamp(88px, 9vw, 126px);
}
.contact-heading {
  grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(64px, 9vw, 136px);
  padding-bottom: clamp(56px, 6.5vw, 88px);
}
.contact-brand {
  gap: 12px;
  padding-top: 0;
  align-self: start;
}
.contact-brand img { width: clamp(190px, 17vw, 250px); }
.contact-brand span {
  font-size: 16px;
  line-height: 1;
}
.contact h2 {
  max-width: 760px;
  font-size: clamp(66px, 7.5vw, 108px);
  line-height: .91;
  letter-spacing: -.04em;
}
.contact-grid {
  grid-template-columns: 1.05fr .92fr 1.03fr;
}
.contact-grid article {
  padding: 34px 32px 38px 0;
}
.contact-grid article + article {
  padding-left: 32px;
}
.contact-grid p {
  margin: 12px 0 14px;
  font-size: 15px;
  line-height: 1.7;
}
.hours div {
  padding: 9px 0;
  line-height: 1.5;
}

.footer-shell {
  min-height: 112px;
  font-size: 12px;
}
.footer-shell img { width: 168px; }

@media (max-width: 1180px) {
  :root { --gutter: clamp(28px, 4vw, 48px); }
  .brand { width: 164px; }
  .main-nav { gap: 20px; }
  .main-nav a { font-size: 12px; }
  .showroom { grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr); }
  .contact-heading { grid-template-columns: .72fr 1.28fr; }
}

@media (max-width: 1040px) {
  .site-header,
  .site-header.scrolled { height: 76px; }
  .brand { width: 154px; }
  .menu-button span,
  .site-header.scrolled .menu-button span,
  .menu-button.active span {
    background: #fff;
  }
  .main-nav {
    padding: 110px var(--gutter) 48px;
    gap: 24px;
    background: var(--dark);
    color: #fff;
  }
  .main-nav a { font-size: 19px; }
  .main-nav .nav-cta,
  .site-header.scrolled .main-nav .nav-cta {
    border-color: rgba(255, 255, 255, .5);
  }
  .statement { gap: 38px; }
  .showroom {
    grid-template-columns: 1fr 1fr;
    min-height: 620px;
  }
  .showroom-photo-wrap { min-height: 620px; }
  .showroom-card { padding: 44px 34px; }
  .benefits article,
  .benefits article + article { padding-inline: 26px; }
  .benefits article:nth-child(odd) { padding-left: 0; }
  .benefits article:nth-child(even) { padding-right: 0; }
  .contact-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 42px;
  }
}

@media (max-width: 720px) {
  :root { --gutter: 22px; }
  body { font-size: 15px; line-height: 1.6; }

  .site-header,
  .site-header.scrolled { height: 70px; }
  .brand { width: 138px; }
  .menu-button { width: 42px; height: 42px; }

  .hero {
    min-height: 880px;
  }
  .hero-photo { object-position: 63% center; }
  .hero-content {
    padding-top: 112px;
    padding-bottom: 270px;
  }
  .hero-kicker { margin-bottom: 13px; }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(48px, 14vw, 60px);
    line-height: 1.01;
  }
  .hero-wordmark img { height: .66em; }
  .hero-copy {
    max-width: 340px;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.66;
  }
  .hero-actions { margin-top: 26px; gap: 10px; }
  .button {
    min-height: 50px;
    padding: 12px 16px;
    font-size: 11px;
  }
  .hero-meta {
    bottom: 92px;
    gap: 7px;
  }
  .hero-meta div { padding-top: 10px; }
  .hero-meta strong { font-size: 11px; }

  .statement {
    gap: 34px;
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .statement h2,
  .collection-copy h2,
  .about h2 {
    font-size: clamp(38px, 10.8vw, 48px);
    line-height: 1.12;
  }
  .statement-copy,
  .collection-copy p:not(.section-label),
  .about-copy p:last-child {
    font-size: 15px;
    line-height: 1.75;
  }
  .statement-copy p + p { margin-top: 18px; }

  .showroom {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-inline: var(--gutter);
    margin-bottom: 78px;
  }
  .showroom-photo-wrap {
    min-height: 0;
    aspect-ratio: 1145 / 1600;
  }
  .showroom-card { padding: 38px 22px 42px; }
  .short-mark {
    width: 126px;
    margin-bottom: 30px;
  }
  .showroom-card h2 {
    font-size: clamp(34px, 9.5vw, 42px);
    line-height: 1.1;
    overflow-wrap: normal;
    word-break: normal;
  }
  .showroom-card p:not(.section-label) {
    margin: 18px 0 24px;
    font-size: 15px;
    line-height: 1.72;
  }

  .benefits {
    margin-bottom: 78px;
    padding-inline: var(--gutter);
  }
  .benefits article,
  .benefits article + article,
  .benefits article:nth-child(odd),
  .benefits article:nth-child(even) {
    padding: 30px 0 32px;
  }
  .benefits h3 {
    margin: 18px 0 10px;
    font-size: 12px;
  }
  .benefits p {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.68;
  }

  .collection {
    margin-bottom: 78px;
    padding-block: 68px;
  }
  .collection-shell { gap: 40px; }
  .collection-copy p:not(.section-label) { margin: 20px 0 28px; }
  .collection-visual {
    min-height: 0;
    aspect-ratio: 2048 / 1358;
  }
  .collection-visual figcaption {
    padding: 14px 16px;
    font-size: 9px;
    line-height: 1.45;
  }

  .about {
    gap: 38px;
    padding-bottom: 78px;
  }
  .about-mark {
    min-height: 0;
    aspect-ratio: 1.14 / 1;
  }
  .about-mark img { width: min(330px, 72%); }
  .about-copy p:last-child { margin-top: 20px; }

  .contact-shell {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contact-heading {
    gap: 34px;
    padding-bottom: 48px;
  }
  .contact-brand {
    flex-wrap: wrap;
    gap: 8px 12px;
  }
  .contact-brand img { width: 174px; }
  .contact-brand span { font-size: 14px; }
  .contact h2 {
    max-width: 100%;
    font-size: clamp(47px, 14.5vw, 60px);
    line-height: .93;
    overflow-wrap: normal;
    word-break: normal;
  }
  .contact-grid article,
  .contact-grid article + article {
    padding: 26px 0;
  }
  .contact-grid p { font-size: 14px; }
  .phone-link { font-size: 22px; }
  .hours div { gap: 16px; }

  .footer-shell {
    min-height: 0;
    gap: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 11px;
  }
  .footer-shell img { width: 154px; }
}

@media (max-width: 390px) {
  :root { --gutter: 18px; }
  .brand { width: 128px; }
  .hero h1 { font-size: clamp(44px, 13.2vw, 52px); }
  .hero-copy { max-width: 310px; }
  .contact h2 { font-size: clamp(43px, 13.4vw, 52px); }
  .hours div { align-items: flex-start; }
  .hours dt { max-width: 62%; }
}

/* Final overflow and small-screen alignment safeguards. */
html, body { overflow-x: hidden; }
@media (max-width: 1040px) {
  .main-nav { width: 100vw; max-width: 100vw; overflow-x: hidden; }
}
@media (max-width: 720px) {
  .hero-meta { bottom: 142px; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 1040px) {
  .brand { z-index: 121; }
}

/* Mobile composition and softer typography — August 2026 */

/* Reduce oversized display type while preserving the editorial character. */
.hero h1 {
  font-size: clamp(54px, 6.1vw, 88px);
  line-height: 1.045;
  letter-spacing: -.025em;
}
.statement h2,
.collection h2,
.about h2 {
  font-size: clamp(40px, 4.35vw, 64px);
  line-height: 1.14;
  letter-spacing: -.025em;
}
.showroom-card h2 {
  font-size: clamp(36px, 3.65vw, 54px);
  line-height: 1.13;
  letter-spacing: -.022em;
}
.contact h2 {
  max-width: 690px;
  font-size: clamp(58px, 6.4vw, 88px);
  line-height: .99;
  letter-spacing: -.025em;
}

@media (max-width: 1040px) {
  .hero h1 {
    font-size: clamp(50px, 7.8vw, 70px);
    line-height: 1.06;
  }
  .statement h2,
  .collection h2,
  .about h2 {
    font-size: clamp(38px, 6vw, 54px);
  }
  .contact h2 {
    font-size: clamp(50px, 7.2vw, 68px);
    line-height: 1.02;
  }
}

@media (max-width: 720px) {
  :root { --gutter: 20px; }
  html { scroll-padding-top: 72px; }
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  /* The cover becomes a natural vertical composition instead of a fixed canvas. */
  .hero {
    min-height: 100svh;
    align-items: stretch;
  }
  .hero-shell {
    min-height: 100svh;
    justify-content: flex-start;
  }
  .hero-photo {
    object-position: 64% center;
    transform: none;
  }
  .hero-overlay {
    background:
      radial-gradient(circle at 80% 70%, rgba(243, 205, 144, .20) 0%, rgba(243, 205, 144, .10) 18%, rgba(243, 205, 144, 0) 40%),
      linear-gradient(180deg, rgba(20, 17, 16, .84) 0%, rgba(28, 22, 19, .72) 40%, rgba(48, 36, 28, .60) 68%, rgba(74, 55, 36, .52) 100%),
      linear-gradient(90deg, rgba(25, 20, 18, .54), rgba(25, 20, 18, 0) 84%);
  }
  .hero-content {
    width: 100%;
    padding-top: 108px;
    padding-bottom: 42px;
  }
  .hero-kicker {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: .11em;
  }
  .hero h1 {
    max-width: 350px;
    font-size: clamp(41px, 12.5vw, 50px);
    line-height: 1.09;
    letter-spacing: -.018em;
  }
  .hero-wordmark img { height: .62em; }
  .hero-copy {
    max-width: 330px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.72;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 9px;
  }
  .button {
    min-height: 48px;
    padding: 11px 15px;
    font-size: 10.5px;
  }

  /* Important information is now part of the page flow, not placed over the image. */
  .hero-meta {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% + (var(--gutter) * 2));
    margin: auto calc(var(--gutter) * -1) 0;
    padding: 18px var(--gutter) 22px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    background: rgba(33, 28, 25, .78);
    backdrop-filter: blur(12px);
  }
  .hero-meta div {
    min-height: 42px;
    padding: 10px 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid rgba(255, 255, 255, .13);
  }
  .hero-meta div:first-child { border-top: 0; }
  .hero-meta span {
    font-size: 8px;
    letter-spacing: .13em;
  }
  .hero-meta strong {
    margin-top: 0;
    max-width: 68%;
    font-size: 11px;
    line-height: 1.45;
    text-align: right;
  }

  /* Softer, more compact section typography and spacing. */
  .statement {
    gap: 28px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .statement h2,
  .collection-copy h2,
  .about h2 {
    font-size: clamp(33px, 9.5vw, 40px);
    line-height: 1.17;
    letter-spacing: -.015em;
  }
  .statement-copy,
  .collection-copy p:not(.section-label),
  .about-copy p:last-child {
    font-size: 15px;
    line-height: 1.72;
  }
  .section-label,
  .contact-label {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: .105em;
  }

  .showroom {
    margin-bottom: 64px;
  }
  .showroom-card {
    padding: 34px 20px 38px;
  }
  .short-mark {
    width: 110px;
    margin-bottom: 26px;
  }
  .showroom-card h2 {
    max-width: 100%;
    font-size: clamp(31px, 8.8vw, 37px);
    line-height: 1.16;
    letter-spacing: -.012em;
  }
  .showroom-card p:not(.section-label) {
    margin: 17px 0 22px;
    font-size: 14px;
    line-height: 1.72;
  }

  .benefits {
    margin-bottom: 64px;
  }
  .benefits article,
  .benefits article + article,
  .benefits article:nth-child(odd),
  .benefits article:nth-child(even) {
    padding: 26px 0 28px;
  }
  .benefit-icon { width: 39px; height: 39px; }
  .benefits h3 {
    margin-top: 16px;
    font-size: 11px;
    line-height: 1.48;
  }
  .benefits p {
    font-size: 13.5px;
    line-height: 1.68;
  }

  .collection {
    margin-bottom: 64px;
    padding-block: 58px;
  }
  .collection-shell { gap: 32px; }
  .collection-copy p:not(.section-label) { margin: 18px 0 24px; }

  .about {
    gap: 32px;
    padding-bottom: 64px;
  }
  .about-copy p:last-child { margin-top: 18px; }

  .contact-shell {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-heading {
    gap: 28px;
    padding-bottom: 40px;
  }
  .contact-brand img { width: 152px; }
  .contact-brand span { font-size: 13px; }
  .contact h2 {
    max-width: 330px;
    font-size: clamp(37px, 10.8vw, 44px);
    line-height: 1.06;
    letter-spacing: -.012em;
  }
  .contact-grid article,
  .contact-grid article + article {
    padding: 22px 0;
  }
  .contact-grid p {
    font-size: 14px;
    line-height: 1.65;
  }
  .phone-link { font-size: 21px; }
  .messenger-link { width: 41px; height: 41px; }
  .hours div { gap: 14px; }

  .footer-shell {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  /* The quick-action bar no longer covers the cover photo. It appears after the hero. */
  .mobile-actions {
    display: grid;
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
    height: 52px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
    transition: opacity .25s ease, transform .25s ease;
  }
  body.past-hero .mobile-actions {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .mobile-actions a {
    font-size: 10px;
    letter-spacing: .045em;
  }
}

@media (max-width: 390px) {
  :root { --gutter: 18px; }
  .hero-content { padding-top: 102px; }
  .hero h1 {
    max-width: 310px;
    font-size: clamp(38px, 11.8vw, 46px);
  }
  .hero-copy { max-width: 300px; }
  .statement h2,
  .collection-copy h2,
  .about h2 {
    font-size: clamp(31px, 9.2vw, 37px);
  }
  .showroom-card h2 { font-size: clamp(29px, 8.5vw, 35px); }
  .contact h2 { font-size: clamp(35px, 10.2vw, 40px); }
}


/* Final mobile layout and typography refinement — no overlay controls */
.hero h1,
.statement h2,
.showroom-card h2,
.collection h2,
.about h2,
.contact h2 {
  font-family: "Noto Sans Armenian", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: -.022em;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(50px, 5.8vw, 82px);
  line-height: 1.08;
}
.statement h2,
.collection h2,
.about h2 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.17;
}
.showroom-card h2 {
  font-size: clamp(34px, 3.5vw, 50px);
  line-height: 1.16;
}
.contact h2 {
  max-width: 650px;
  font-size: clamp(52px, 5.8vw, 80px);
  line-height: 1.04;
}

/* The mobile quick actions are part of the document flow, never over photography. */
.mobile-actions { display: none; }

@media (max-width: 1040px) {
  .hero h1 { font-size: clamp(46px, 7vw, 64px); }
  .statement h2,
  .collection h2,
  .about h2 { font-size: clamp(36px, 5.4vw, 50px); }
  .contact h2 { font-size: clamp(46px, 6.4vw, 62px); }
}

@media (max-width: 720px) {
  :root { --gutter: 20px; }
  body {
    padding-bottom: 0;
    font-size: 15px;
    line-height: 1.62;
  }

  .hero {
    min-height: auto;
    overflow: hidden;
  }
  .hero-shell {
    min-height: 100svh;
  }
  .hero-content {
    padding-top: 104px;
    padding-bottom: 34px;
  }
  .hero h1 {
    max-width: 330px;
    font-size: clamp(37px, 11.4vw, 46px);
    line-height: 1.13;
    letter-spacing: -.014em;
  }
  .hero-wordmark img { height: .6em; }
  .hero-copy {
    max-width: 315px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }
  .hero-actions {
    margin-top: 22px;
    gap: 8px;
  }
  .button {
    min-height: 46px;
    padding: 10px 14px;
    font-size: 10px;
    line-height: 1.35;
  }
  .hero-meta {
    margin-top: auto;
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .mobile-actions {
    position: static;
    width: 100%;
    height: auto;
    padding: 12px var(--gutter);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border: 0;
    border-radius: 0;
    background: var(--dark);
    color: #fff;
    box-shadow: none;
    backdrop-filter: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .mobile-actions a {
    min-height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .045em;
  }
  .mobile-actions a:first-child {
    border-color: var(--accent);
    background: var(--accent);
  }
  .mobile-actions a + a { border-left: 1px solid rgba(255,255,255,.28); }

  .statement {
    gap: 26px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .statement h2,
  .collection-copy h2,
  .about h2 {
    font-size: clamp(30px, 8.8vw, 36px);
    line-height: 1.2;
    letter-spacing: -.01em;
  }
  .statement-copy,
  .collection-copy p:not(.section-label),
  .about-copy p:last-child {
    font-size: 14.5px;
    line-height: 1.72;
  }
  .section-label,
  .contact-label {
    margin-bottom: 10px;
    font-size: 9.5px;
    line-height: 1.45;
    letter-spacing: .095em;
  }

  .showroom { margin-bottom: 56px; }
  .showroom-card { padding: 30px 20px 34px; }
  .short-mark { width: 104px; margin-bottom: 22px; }
  .showroom-card h2 {
    font-size: clamp(28px, 8.2vw, 33px);
    line-height: 1.2;
  }
  .showroom-card p:not(.section-label) {
    margin: 16px 0 21px;
    font-size: 14px;
    line-height: 1.7;
  }

  .benefits { margin-bottom: 56px; }
  .benefits article,
  .benefits article + article,
  .benefits article:nth-child(odd),
  .benefits article:nth-child(even) { padding: 24px 0 26px; }
  .benefits h3 {
    margin: 14px 0 8px;
    font-size: 10.5px;
    line-height: 1.5;
  }
  .benefits p { font-size: 13.5px; line-height: 1.67; }

  .collection {
    margin-bottom: 56px;
    padding-block: 52px;
  }
  .collection-shell { gap: 28px; }
  .collection-copy p:not(.section-label) { margin: 16px 0 22px; }

  .about {
    gap: 28px;
    padding-bottom: 56px;
  }

  .contact-shell {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .contact-heading {
    gap: 24px;
    padding-bottom: 34px;
  }
  .contact-brand img { width: 146px; }
  .contact-brand span { font-size: 12px; }
  .contact h2 {
    max-width: 300px;
    font-size: clamp(32px, 9.5vw, 38px);
    line-height: 1.12;
    letter-spacing: -.008em;
  }
  .contact-grid article,
  .contact-grid article + article { padding: 20px 0; }
  .phone-link { font-size: 20px; }

  .footer-shell {
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 390px) {
  :root { --gutter: 18px; }
  .hero-content { padding-top: 98px; }
  .hero h1 {
    max-width: 292px;
    font-size: clamp(35px, 10.8vw, 42px);
  }
  .statement h2,
  .collection-copy h2,
  .about h2 { font-size: clamp(28px, 8.4vw, 34px); }
  .showroom-card h2 { font-size: clamp(27px, 7.9vw, 31px); }
  .contact h2 { font-size: clamp(30px, 9vw, 35px); }
}


/* SEO content pages — keeps the approved TANIN visual system */
.footer-shell { flex-wrap: wrap; }
.footer-seo-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  color: rgba(255,255,255,.82);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
}
.footer-seo-nav a { position: relative; }
.footer-seo-nav a + a::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
}

.subpage-main { background: var(--paper); }
.subpage-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--hero-black);
}
.subpage-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.subpage-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20,17,15,.92) 0%, rgba(25,21,18,.76) 45%, rgba(25,21,18,.26) 100%),
    linear-gradient(0deg, rgba(20,17,15,.74) 0%, rgba(20,17,15,0) 58%);
}
.subpage-hero-shell {
  position: relative;
  z-index: 1;
  width: min(100%, var(--container));
  margin-inline: auto;
  padding: 170px var(--gutter) 74px;
}
.subpage-hero .section-label { color: rgba(255,255,255,.68); }
.subpage-hero h1 {
  max-width: 950px;
  margin: 0;
  font-family: "Noto Sans Armenian", system-ui, sans-serif;
  font-size: clamp(46px, 6vw, 84px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.subpage-hero p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(16px,1.3vw,19px);
  line-height: 1.8;
}
.breadcrumbs {
  padding-top: 28px;
  color: var(--ink-soft);
  font-size: 12px;
}
.breadcrumbs a { border-bottom: 1px solid var(--line); }
.content-section {
  display: grid;
  grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr);
  gap: clamp(42px,8vw,120px);
  padding-top: clamp(72px,9vw,120px);
  padding-bottom: clamp(72px,9vw,120px);
  border-bottom: 1px solid var(--line);
}
.content-section:last-of-type { border-bottom: 0; }
.content-heading h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(34px,4vw,56px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -.02em;
  text-wrap: balance;
}
.content-copy { max-width: 820px; color: var(--ink-soft); font-size: 17px; line-height: 1.86; }
.content-copy > :first-child { margin-top: 0; }
.content-copy > :last-child { margin-bottom: 0; }
.content-copy h3 { margin: 40px 0 12px; color: var(--ink); font-size: 18px; line-height: 1.45; }
.content-copy ul { margin: 22px 0; padding-left: 22px; }
.content-copy li + li { margin-top: 10px; }
.topic-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
  margin-top: 28px;
}
.topic-card {
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(255,250,243,.62);
}
.topic-card h3 { margin: 0 0 10px; color: var(--ink); font-size: 16px; }
.topic-card p { margin: 0; font-size: 14px; line-height: 1.75; }
.topic-grid-four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.seo-cta {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.faq-list { margin: 0; }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { cursor: pointer; color: var(--ink); font-weight: 600; }
.faq-list p { margin: 12px 0 0; }
.contact-page-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.contact-page-card { min-height: 260px; padding: 34px; background: var(--cream); }
.contact-page-card h2 { margin: 0 0 18px; font-size: 19px; }
.contact-page-card p { color: var(--ink-soft); }
.contact-page-card .messenger-links { margin-bottom: 0; }
.contact-page-card .messenger-link { border-color: var(--line); background: #fff; }
.contact-page-card .messenger-link:hover { background: var(--paper-soft); }

@media (max-width: 1040px) {
  .content-section { grid-template-columns: 1fr; gap: 30px; }
  .topic-grid, .topic-grid-four { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-page-grid { grid-template-columns: 1fr; }
  .contact-page-card { min-height: 0; }
}
@media (max-width: 720px) {
  .subpage-hero { min-height: 470px; }
  .subpage-hero-shell { padding-top: 126px; padding-bottom: 48px; }
  .subpage-hero h1 { font-size: clamp(36px,10.5vw,46px); line-height: 1.12; }
  .subpage-hero p:last-child { margin-top: 18px; font-size: 14px; line-height: 1.7; }
  .breadcrumbs { padding-top: 20px; }
  .content-section { padding-top: 54px; padding-bottom: 54px; }
  .content-heading h2 { font-size: clamp(29px,8vw,36px); }
  .content-copy { font-size: 14.5px; line-height: 1.75; }
  .content-copy h3 { margin-top: 30px; font-size: 16px; }
  .topic-grid, .topic-grid-four { grid-template-columns: 1fr; gap: 12px; }
  .topic-card { padding: 22px; }
  .footer-shell { justify-content: center; text-align: center; }
  .footer-seo-nav { order: 3; width: 100%; }
  .footer-seo-nav a + a::before { display: none; }
}
