:root {
  --aph-navy: #071c2e;
  --aph-navy-2: #0d2b40;
  --aph-navy-3: #16394f;
  --aph-gold: #d5ad66;
  --aph-gold-deep: #b4873e;
  --aph-cream: #f5f2eb;
  --aph-paper: #fbfaf7;
  --aph-white: #fff;
  --aph-ink: #0e1720;
  --aph-text: #53616c;
  --aph-muted: #7a8791;
  --aph-line: #dce1e4;
  --aph-line-dark: rgba(255, 255, 255, .14);
  --aph-shadow: 0 28px 80px rgba(5, 22, 35, .12);
  --aph-shadow-soft: 0 18px 50px rgba(5, 22, 35, .08);
  --aph-radius: 2px;
  --aph-container: 1240px;
  --aph-gutter: clamp(20px, 4vw, 48px);
  --aph-section: clamp(76px, 9vw, 132px);
  --aph-ease: cubic-bezier(.2, .75, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
  margin: 0;
  color: var(--aph-text);
  background: var(--aph-white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.aph-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
p { margin: 0 0 1.15em; }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .55em;
  color: var(--aph-navy);
  font-weight: 750;
  letter-spacing: -.035em;
  line-height: 1.12;
}
h1 { font-size: clamp(44px, 6.3vw, 88px); }
h2 { font-size: clamp(34px, 4.4vw, 62px); }
h3 { font-size: clamp(20px, 2vw, 27px); }
::selection { color: var(--aph-navy); background: var(--aph-gold); }

.aph-container { width: min(100% - (var(--aph-gutter) * 2), var(--aph-container)); margin-inline: auto; }
.aph-section { position: relative; padding-block: var(--aph-section); }
.aph-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.screen-reader-text,
.aph-skip-link:not(:focus) {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.aph-skip-link:focus {
  position: fixed; z-index: 10000; top: 12px; left: 12px;
  padding: 11px 16px; color: var(--aph-white); background: var(--aph-navy);
}
.alignwide { width: min(1180px, calc(100vw - (var(--aph-gutter) * 2))); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }

.aph-kicker {
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 21px;
  color: var(--aph-gold-deep);
  font-size: 12px; font-weight: 800; letter-spacing: .18em; line-height: 1.25;
}
.aph-kicker::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.aph-kicker--light { color: var(--aph-gold); }
.aph-btn {
  min-height: 54px; padding: 0 24px;
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  border: 1px solid transparent;
  font-size: 14px; font-weight: 750; line-height: 1;
  transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}
.aph-btn:hover { transform: translateY(-2px); }
.aph-btn .aph-icon { width: 18px; transition: transform .25s ease; }
.aph-btn:hover .aph-icon { transform: translateX(4px); }
.aph-btn--gold { color: var(--aph-navy); background: var(--aph-gold); }
.aph-btn--gold:hover { background: #e2c181; }
.aph-btn--dark { color: var(--aph-white); background: var(--aph-navy); }
.aph-btn--dark:hover { background: var(--aph-navy-2); }
.aph-btn--outline-light { color: var(--aph-white); border-color: rgba(255,255,255,.34); background: transparent; }
.aph-btn--outline-light:hover { color: var(--aph-navy); border-color: var(--aph-white); background: var(--aph-white); }
.aph-text-link {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--aph-ink); font-size: 14px; font-weight: 750;
}
.aph-text-link::after { content: ""; position: absolute; }
.aph-text-link .aph-icon { width: 17px; transition: transform .25s ease; }
.aph-text-link:hover { color: var(--aph-gold-deep); }
.aph-text-link:hover .aph-icon { transform: translateX(4px); }
.aph-text-link--large { font-size: 15px; }

.aph-reveal { opacity: 1; transform: none; }
.aph-motion .aph-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--aph-ease), transform .7s var(--aph-ease); }
.aph-motion .aph-reveal.is-visible { opacity: 1; transform: none; }

/* Header */
.aph-header { position: relative; z-index: 900; background: var(--aph-white); }
.aph-header.is-stuck { padding-bottom: 88px; }
.aph-topbar { color: rgba(255,255,255,.72); background: #041421; font-size: 12px; }
.aph-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.aph-topbar__right, .aph-topbar__item { display: flex; align-items: center; gap: 8px; }
.aph-topbar__item .aph-icon { width: 15px; color: var(--aph-gold); }
.aph-topbar a:hover { color: var(--aph-white); }
.aph-topbar__divider { width: 1px; height: 14px; background: rgba(255,255,255,.16); }
.aph-navbar { border-bottom: 1px solid rgba(5,28,46,.08); background: rgba(255,255,255,.98); transition: box-shadow .25s ease; }
.aph-header.is-stuck .aph-navbar { position: fixed; inset: 0 0 auto; box-shadow: 0 12px 40px rgba(5,28,46,.1); }
.admin-bar .aph-header.is-stuck .aph-navbar { top: 32px; }
.aph-navbar__inner { min-height: 88px; display: grid; grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr); align-items: center; gap: 28px; }
.aph-brand { display: inline-flex; align-items: center; gap: 13px; color: var(--aph-navy); }
.aph-brand__mark { width: 39px; height: 39px; }
.aph-brand__mark svg { width: 100%; height: 100%; display: block; overflow: visible; }
.aph-brand__frame, .aph-brand__arrow { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.aph-brand__frame { stroke: var(--aph-gold-deep); stroke-width: 3.6; }
.aph-brand__arrow { stroke: #d5262e; stroke-width: 3.4; }
.aph-brand__words { display: flex; flex-direction: column; line-height: 1; }
.aph-brand__words strong { color: currentColor; font-size: 16px; letter-spacing: .1em; }
.aph-brand__words small { margin-top: 7px; color: var(--aph-gold-deep); font-size: 9px; font-weight: 800; letter-spacing: .3em; }
.custom-logo-link { display: block; line-height: 0; }
.custom-logo { width: auto; max-width: 210px; max-height: 66px; object-fit: contain; }
.aph-brand--light { color: var(--aph-white); }
.aph-nav__list { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; gap: clamp(20px, 2.2vw, 36px); }
.aph-nav__list > li { position: relative; }
.aph-nav__list > li > a { position: relative; display: block; padding: 33px 0; color: var(--aph-ink); font-size: 14px; font-weight: 700; white-space: nowrap; }
.aph-nav__list > li > a::after { content: ""; position: absolute; right: 50%; bottom: 0; left: 50%; height: 2px; background: var(--aph-gold); transition: left .22s ease, right .22s ease; }
.aph-nav__list > li > a:hover::after,
.aph-nav__list > .current-menu-item > a::after,
.aph-nav__list > .current_page_item > a::after { right: 0; left: 0; }
.aph-nav__list .sub-menu { position: absolute; top: calc(100% - 1px); left: -22px; min-width: 250px; margin: 0; padding: 10px 0; list-style: none; visibility: hidden; opacity: 0; transform: translateY(8px); color: var(--aph-ink); background: var(--aph-white); box-shadow: var(--aph-shadow-soft); transition: .2s ease; }
.aph-nav__list li:hover > .sub-menu,
.aph-nav__list li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.aph-nav__list .sub-menu a { display: block; padding: 10px 22px; font-size: 14px; }
.aph-nav__list .sub-menu a:hover { color: var(--aph-gold-deep); background: var(--aph-cream); }
.aph-header-phone { justify-self: end; display: flex; align-items: center; gap: 13px; color: var(--aph-navy); }
.aph-header-phone__icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--aph-navy); background: var(--aph-gold); }
.aph-header-phone__icon .aph-icon { width: 19px; }
.aph-header-phone small, .aph-header-phone strong { display: block; }
.aph-header-phone small { margin-bottom: 2px; color: var(--aph-muted); font-size: 10px; font-weight: 700; }
.aph-header-phone strong { font-size: 15px; }
.aph-menu-toggle, .aph-nav__mobile-contact, .aph-menu-backdrop { display: none; }

/* Hero */
.aph-hero { position: relative; overflow: hidden; color: rgba(255,255,255,.72); background: var(--aph-navy); }
.aph-hero__pattern { position: absolute; inset: 0; pointer-events: none; opacity: .9; background: radial-gradient(circle at 78% 28%, rgba(50,100,130,.22), transparent 32%), linear-gradient(105deg, transparent 0 48%, rgba(255,255,255,.025) 48% 65%, transparent 65%), repeating-linear-gradient(90deg, transparent 0 12.5%, rgba(255,255,255,.025) 12.5% calc(12.5% + 1px)); }
.aph-hero__inner { position: relative; min-height: 730px; padding-block: clamp(78px, 8vw, 118px) 70px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(54px, 7vw, 108px); }
.aph-hero h1 { max-width: 720px; margin-bottom: 28px; color: var(--aph-white); }
.aph-hero h1 em { display: block; color: var(--aph-gold); font-size: .66em; font-style: normal; letter-spacing: -.025em; white-space: nowrap; }
.aph-hero__lead { max-width: 640px; margin-bottom: 34px; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.75; }
.aph-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.aph-hero__trust { margin-top: 36px; display: flex; align-items: center; gap: 14px; }
.aph-hero__trust > .aph-icon { width: 42px; height: 42px; padding: 10px; color: var(--aph-gold); border: 1px solid rgba(213,173,102,.35); border-radius: 50%; }
.aph-hero__trust span, .aph-hero__trust strong { display: block; }
.aph-hero__trust strong { color: var(--aph-white); font-size: 13px; }
.aph-hero__trust span { font-size: 11px; }
.aph-hero__visual { position: relative; max-width: 590px; justify-self: end; padding: 28px 0 24px 62px; }
.aph-hero__frame { position: relative; z-index: 1; overflow: hidden; box-shadow: 0 40px 90px rgba(0,0,0,.3); }
.aph-hero__frame::before { content: ""; position: absolute; z-index: 1; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); pointer-events: none; }
.aph-hero__frame img { width: 100%; aspect-ratio: 1 / 1.06; object-fit: cover; }
.aph-hero__floating-card { position: absolute; z-index: 2; bottom: 10px; left: 0; width: min(310px, 70%); min-height: 176px; padding: 26px; display: grid; grid-template-columns: 42px 1fr; gap: 15px; color: var(--aph-text); background: var(--aph-white); box-shadow: var(--aph-shadow); }
.aph-hero__floating-card > span { color: var(--aph-gold-deep); font-size: 13px; font-weight: 800; }
.aph-hero__floating-card small, .aph-hero__floating-card strong { display: block; }
.aph-hero__floating-card small { margin-bottom: 10px; color: var(--aph-gold-deep); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.aph-hero__floating-card strong { margin-bottom: 9px; color: var(--aph-ink); font-size: 18px; line-height: 1.25; }
.aph-hero__floating-card p { margin: 0; font-size: 12px; line-height: 1.6; }
.aph-hero__signature { position: absolute; z-index: 2; right: -8px; bottom: 30px; display: flex; align-items: center; gap: 13px; }
.aph-hero__signature b { width: 48px; height: 48px; display: grid; place-items: center; color: var(--aph-navy); background: var(--aph-gold); font-size: 13px; }
.aph-hero__signature span { color: var(--aph-white); font-size: 10px; font-weight: 800; letter-spacing: .13em; line-height: 1.4; }
.aph-hero__metrics { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--aph-line-dark); }
.aph-hero__metrics > div { min-height: 104px; padding: 25px clamp(18px, 3vw, 38px); display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--aph-line-dark); }
.aph-hero__metrics > div:first-child { padding-left: 0; }
.aph-hero__metrics > div:last-child { border-right: 0; }
.aph-hero__metrics strong { color: var(--aph-gold); font-size: 26px; line-height: 1; }
.aph-hero__metrics span { font-size: 11px; line-height: 1.4; }

/* Section headings */
.aph-section-heading { margin-bottom: clamp(42px, 5vw, 66px); }
.aph-section-heading h2 { max-width: 820px; margin: 0; }
.aph-section-heading--split, .aph-section-heading--actions { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: 60px; }
.aph-section-heading--split p { margin: 0 0 8px; font-size: 16px; }
.aph-section-heading--actions > a { justify-self: end; margin-bottom: 10px; }
.aph-section-heading--center { max-width: 850px; margin-inline: auto; text-align: center; }
.aph-section-heading--center .aph-kicker { justify-content: center; }
.aph-section-heading--dark h2 { max-width: 720px; color: var(--aph-white); }

/* Services */
.aph-services { background: var(--aph-paper); }
.aph-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.aph-service-card { min-width: 0; border: 1px solid var(--aph-line); background: var(--aph-white); transition: transform .3s var(--aph-ease), box-shadow .3s ease; }
.aph-service-card:hover { transform: translateY(-6px); box-shadow: var(--aph-shadow-soft); }
.aph-service-card__image { position: relative; display: block; overflow: hidden; }
.aph-service-card__image img { width: 100%; aspect-ratio: 1.26 / 1; object-fit: cover; transition: transform .65s var(--aph-ease); }
.aph-service-card:hover .aph-service-card__image img { transform: scale(1.045); }
.aph-service-card__image > span { position: absolute; right: 18px; bottom: 0; width: 38px; height: 38px; display: grid; place-items: center; color: var(--aph-navy); background: var(--aph-gold); font-size: 11px; font-weight: 800; }
.aph-service-card__body { padding: 27px 28px 30px; }
.aph-service-card__body > small { display: block; margin-bottom: 10px; color: var(--aph-gold-deep); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.aph-service-card h3 { margin-bottom: 13px; font-size: 23px; letter-spacing: -.025em; }
.aph-service-card h3 a:hover { color: var(--aph-gold-deep); }
.aph-service-card p { min-height: 76px; margin-bottom: 20px; font-size: 14px; line-height: 1.7; }

/* About */
.aph-about { overflow: hidden; background: var(--aph-white); }
.aph-about__grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(68px, 9vw, 130px); }
.aph-about__visual { position: relative; min-height: 600px; }
.aph-about__main { width: 78%; height: 540px; overflow: hidden; background: var(--aph-cream); }
.aph-about__main img { width: 100%; height: 100%; object-fit: cover; }
.aph-about__inset { position: absolute; right: 0; bottom: 0; width: 42%; padding: 9px; background: var(--aph-white); box-shadow: var(--aph-shadow); }
.aph-about__inset img { width: 100%; aspect-ratio: .78 / 1; object-fit: cover; }
.aph-about__stamp { position: absolute; bottom: 0; left: 0; padding: 15px 20px; display: flex; align-items: center; gap: 13px; color: var(--aph-white); background: var(--aph-navy); }
.aph-about__stamp strong { color: var(--aph-gold); font-size: 17px; }
.aph-about__stamp span { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.2); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.aph-about__copy h2 { max-width: 640px; }
.aph-about__copy > p { font-size: 16px; }
.aph-check-list { margin: 26px 0 34px; padding: 0; list-style: none; }
.aph-check-list li { display: flex; align-items: center; gap: 8px; margin: 12px 0; font-size: 14px; }
.aph-check-list .aph-icon { width: 20px; height: 20px; padding: 4px; color: var(--aph-navy); background: var(--aph-gold); border-radius: 50%; }
.aph-check-list strong { color: var(--aph-ink); }

/* Material detail gallery */
.aph-details { overflow: hidden; color: rgba(255,255,255,.64); background: #061b2b; }
.aph-details::before { content: ""; position: absolute; top: -260px; right: -220px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.02), 0 0 0 170px rgba(255,255,255,.012); pointer-events: none; }
.aph-details .aph-container { position: relative; }
.aph-details .aph-section-heading p { color: rgba(255,255,255,.62); }
.aph-details__grid { display: grid; grid-template-columns: 1.08fr .92fr .92fr; grid-template-rows: repeat(2, minmax(250px, 1fr)); gap: 16px; }
.aph-detail-card { position: relative; min-height: 250px; margin: 0; overflow: hidden; background: #102a3d; }
.aph-detail-card:first-child { grid-row: span 2; min-height: 516px; }
.aph-detail-card:nth-child(2) { grid-column: span 2; }
.aph-detail-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s var(--aph-ease), filter .4s ease; }
.aph-detail-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(2,14,23,.88)); pointer-events: none; }
.aph-detail-card figcaption { position: absolute; z-index: 2; right: 25px; bottom: 24px; left: 25px; }
.aph-detail-card figcaption small, .aph-detail-card figcaption strong { display: block; }
.aph-detail-card figcaption small { margin-bottom: 7px; color: var(--aph-gold); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.aph-detail-card figcaption strong { color: var(--aph-white); font-size: clamp(18px, 1.7vw, 25px); }
.aph-detail-card:hover img { transform: scale(1.045); filter: saturate(1.04); }

/* Process */
.aph-process { overflow: hidden; color: rgba(255,255,255,.62); background: var(--aph-navy); }
.aph-process__ring { position: absolute; top: -250px; right: -170px; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.022), 0 0 0 160px rgba(255,255,255,.015); }
.aph-process__grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--aph-line-dark); }
.aph-process-step { min-height: 245px; padding: 29px 25px 34px; border-right: 1px solid var(--aph-line-dark); }
.aph-process-step:first-child { padding-left: 0; }
.aph-process-step:last-child { border-right: 0; }
.aph-process-step > span { display: block; margin-bottom: 56px; color: var(--aph-gold); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.aph-process-step h3 { margin-bottom: 12px; color: var(--aph-white); font-size: 17px; letter-spacing: -.01em; }
.aph-process-step p { margin: 0; font-size: 12px; line-height: 1.72; }

/* Projects */
.aph-projects { background: var(--aph-cream); }
.aph-projects__grid { display: grid; grid-template-columns: 1.08fr .72fr .72fr; grid-template-rows: repeat(2, minmax(270px, 1fr)); gap: 18px; }
.aph-project-card { min-width: 0; min-height: 270px; }
.aph-project-card--featured { grid-row: span 2; }
.aph-project-card__media { position: relative; display: block; width: 100%; height: 100%; min-height: inherit; overflow: hidden; color: var(--aph-white); background: var(--aph-navy); }
.aph-project-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(3,18,29,.82)); }
.aph-project-card__media img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .7s var(--aph-ease); }
.aph-project-card:hover img { transform: scale(1.045); }
.aph-project-card__number { position: absolute; z-index: 2; top: 24px; left: 24px; color: var(--aph-gold); font-size: 10px; font-weight: 850; }
.aph-project-card__arrow { position: absolute; z-index: 3; right: 0; bottom: 0; width: 44px; height: 44px; display: grid; place-items: center; color: var(--aph-navy); background: var(--aph-gold); }
.aph-project-card__arrow .aph-icon { width: 18px; transition: transform .25s ease; }
.aph-project-card:hover .aph-project-card__arrow .aph-icon { transform: translateX(4px); }
.aph-project-card__overlay { position: absolute; z-index: 2; right: 54px; bottom: 25px; left: 24px; }
.aph-project-card__overlay small { color: var(--aph-gold); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.aph-project-card__overlay h3 { margin: 7px 0 0; color: var(--aph-white); font-size: 18px; line-height: 1.3; }
.aph-project-card--featured .aph-project-card__overlay h3 { font-size: clamp(22px, 2vw, 29px); }

/* Values */
.aph-values { background: var(--aph-white); }
.aph-values__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--aph-line); }
.aph-value { min-height: 275px; padding: 36px 30px; border-right: 1px solid var(--aph-line); transition: color .25s ease, background .25s ease; }
.aph-value:last-child { border-right: 0; }
.aph-value > span { width: 46px; height: 46px; margin-bottom: 35px; display: grid; place-items: center; color: var(--aph-navy); background: var(--aph-gold); }
.aph-value > span .aph-icon { width: 22px; }
.aph-value h3 { font-size: 18px; }
.aph-value p { margin: 0; font-size: 13px; line-height: 1.72; }
.aph-value:hover { color: rgba(255,255,255,.7); background: var(--aph-navy); }
.aph-value:hover h3 { color: var(--aph-white); }

/* Testimonials */
.aph-testimonials { overflow: hidden; color: rgba(255,255,255,.65); background: #081f31; }
.aph-testimonials::before { content: ""; position: absolute; inset: -30% 55% -30% -20%; transform: rotate(-11deg); border: 1px solid rgba(255,255,255,.035); }
.aph-testimonials__grid { position: relative; display: grid; grid-template-columns: 1.15fr .8fr .8fr; gap: 20px; align-items: stretch; }
.aph-testimonials__intro { padding-right: clamp(20px, 4vw, 65px); }
.aph-testimonials h2 { color: var(--aph-white); }
.aph-testimonials__intro > p { margin-bottom: 30px; }
.aph-quote { min-height: 350px; padding: 34px; display: flex; flex-direction: column; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); }
.aph-quote__mark { color: var(--aph-gold); font-family: Georgia, serif; font-size: 48px; line-height: .9; }
.aph-quote blockquote { margin: 35px 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.85; }
.aph-quote > div { margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.aph-quote strong, .aph-quote small { display: block; }
.aph-quote strong { color: var(--aph-white); font-size: 13px; }
.aph-quote small { margin-top: 4px; font-size: 11px; }

/* News */
.aph-news { background: var(--aph-paper); }
.aph-news__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.aph-news-card { min-width: 0; border: 1px solid var(--aph-line); background: var(--aph-white); transition: transform .3s var(--aph-ease), box-shadow .3s ease; }
.aph-news-card:hover { transform: translateY(-5px); box-shadow: var(--aph-shadow-soft); }
.aph-news-card__media { display: block; overflow: hidden; background: var(--aph-cream); }
.aph-news-card__media img { width: 100%; aspect-ratio: 1.55 / 1; object-fit: cover; transition: transform .6s var(--aph-ease); }
.aph-news-card:hover .aph-news-card__media img { transform: scale(1.04); }
.aph-news-card__placeholder { min-height: 210px; display: grid; place-items: center; color: var(--aph-gold-deep); background: linear-gradient(135deg, var(--aph-cream), #e7e3da); }
.aph-news-card__placeholder .aph-icon { width: 46px; height: 46px; }
.aph-news-card__body { padding: 26px 28px 30px; }
.aph-news-card__meta { margin-bottom: 14px; display: flex; flex-wrap: wrap; gap: 12px; color: var(--aph-gold-deep); font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.aph-news-card h3 { min-height: 78px; margin-bottom: 12px; font-size: 21px; line-height: 1.28; }
.aph-news-card h3 a:hover { color: var(--aph-gold-deep); }
.aph-news-card p { min-height: 74px; font-size: 13px; }

/* Consultation and footer */
.aph-consult { color: rgba(7,28,46,.65); background: var(--aph-gold); }
.aph-consult__inner { min-height: 330px; padding-block: 62px; display: grid; grid-template-columns: 1fr 340px; align-items: center; gap: 80px; }
.aph-consult h2 { max-width: 720px; }
.aph-consult__inner > div > p { max-width: 760px; margin: 0; }
.aph-consult .aph-kicker { color: var(--aph-navy); }
.aph-consult__phone { min-height: 205px; padding: 28px; display: grid; grid-template-columns: 44px 1fr; align-items: center; color: rgba(255,255,255,.62); background: var(--aph-navy); box-shadow: 12px 12px 0 rgba(7,28,46,.12); }
.aph-consult__phone > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--aph-navy); background: var(--aph-gold); }
.aph-consult__phone small, .aph-consult__phone strong, .aph-consult__phone em { grid-column: 2; display: block; }
.aph-consult__phone small { font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.aph-consult__phone strong { margin: 2px 0 7px; color: var(--aph-white); font-size: 25px; }
.aph-consult__phone em { font-size: 11px; font-style: normal; }
.aph-final-cta { padding-block: 58px; color: rgba(255,255,255,.65); background: var(--aph-navy-2); border-bottom: 1px solid rgba(255,255,255,.1); }
.aph-final-cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.aph-final-cta h2 { max-width: 780px; margin: 0; color: var(--aph-white); font-size: clamp(31px, 3.4vw, 48px); }
.aph-final-cta__actions { display: flex; flex-direction: column; gap: 10px; min-width: 210px; }
.aph-footer { padding-top: 72px; color: rgba(255,255,255,.53); background: #041421; font-size: 12px; }
.aph-footer__grid { padding-bottom: 62px; display: grid; grid-template-columns: 1.25fr .72fr 1.18fr .9fr; gap: clamp(30px, 5vw, 72px); }
.aph-footer__about > p { max-width: 315px; margin-top: 25px; line-height: 1.8; }
.aph-footer__badges { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; color: rgba(255,255,255,.7); }
.aph-footer__badges span { display: flex; align-items: center; gap: 7px; }
.aph-footer__badges .aph-icon { color: var(--aph-gold); }
.aph-footer__title, .footer-widget__title { margin-bottom: 24px; color: var(--aph-white); font-size: 14px; letter-spacing: -.01em; }
.aph-footer__links, .aph-contact-list, .aph-footer-menu { margin: 0; padding: 0; list-style: none; }
.aph-footer__links li { margin: 10px 0; }
.aph-footer a:hover { color: var(--aph-gold); }
.aph-office-list p { margin: 0 0 13px; line-height: 1.55; }
.aph-office-list strong { display: block; color: rgba(255,255,255,.82); font-size: 11px; }
.aph-contact-list li { padding: 12px 0; display: flex; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
.aph-contact-list > li > .aph-icon { width: 18px; color: var(--aph-gold); }
.aph-contact-list small, .aph-contact-list a { display: block; }
.aph-contact-list small { font-size: 9px; }
.aph-contact-list a { margin-top: 2px; color: rgba(255,255,255,.82); font-weight: 700; }
.aph-footer__bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.08); }
.aph-footer__bottom p { margin: 0; }
.aph-footer-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.aph-back-to-top { position: fixed; z-index: 600; right: 24px; bottom: 24px; width: 44px; height: 44px; display: grid; place-items: center; opacity: 0; visibility: hidden; border: 0; color: var(--aph-navy); background: var(--aph-gold); box-shadow: var(--aph-shadow-soft); cursor: pointer; transition: .25s ease; }
.aph-back-to-top.is-visible { opacity: 1; visibility: visible; }
.aph-mobile-bar { display: none; }

/* Internal pages */
.aph-page-hero { position: relative; overflow: hidden; padding-block: clamp(76px, 9vw, 130px); color: rgba(255,255,255,.68); background: var(--aph-navy); }
.aph-page-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 22%, rgba(63,118,148,.26), transparent 30%), repeating-linear-gradient(90deg, transparent 0 16.66%, rgba(255,255,255,.025) 16.66% calc(16.66% + 1px)); }
.aph-page-hero__inner { position: relative; z-index: 1; }
.aph-page-hero h1 { max-width: 950px; margin: 22px 0 18px; color: var(--aph-white); font-size: clamp(40px, 5.5vw, 72px); }
.aph-page-hero p { max-width: 720px; margin: 0; font-size: 17px; }
.aph-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; color: rgba(255,255,255,.58); font-size: 12px; }
.aph-breadcrumbs a:hover { color: var(--aph-gold); }
.aph-content-wrap { padding-block: var(--aph-section); background: var(--aph-paper); }
.aph-content-shell { width: min(100% - (var(--aph-gutter) * 2), 1120px); margin-inline: auto; }
.aph-content-shell--article { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 62px; }
.aph-entry { min-width: 0; padding: clamp(26px, 5vw, 64px); background: var(--aph-white); box-shadow: var(--aph-shadow-soft); }
.aph-entry__image { margin: calc(clamp(26px, 5vw, 64px) * -1) calc(clamp(26px, 5vw, 64px) * -1) 42px; }
.aph-entry__image img { width: 100%; max-height: 620px; object-fit: cover; }
.aph-entry__meta { margin-bottom: 26px; display: flex; flex-wrap: wrap; gap: 16px; color: var(--aph-gold-deep); font-size: 11px; font-weight: 750; letter-spacing: .07em; }
.entry-content { color: #3f4c57; font-size: 17px; }
.entry-content > * { max-width: 100%; }
.entry-content h2 { margin-top: 1.55em; font-size: clamp(28px, 3.4vw, 42px); }
.entry-content h3 { margin-top: 1.45em; }
.entry-content a { color: var(--aph-gold-deep); text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; }
.entry-content blockquote { margin: 34px 0; padding: 24px 28px; border-left: 4px solid var(--aph-gold); color: var(--aph-navy); background: var(--aph-cream); font-size: 19px; }
.entry-content table { width: 100%; border-collapse: collapse; font-size: 14px; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--aph-line); text-align: left; }
.entry-content th { color: var(--aph-white); background: var(--aph-navy); }
.entry-content figure { margin: 32px 0; }
.entry-content figcaption { margin-top: 8px; color: var(--aph-muted); font-size: 12px; text-align: center; }
.aph-sidebar { position: sticky; top: 116px; }
.aph-sidebar-card { margin-bottom: 20px; padding: 28px; color: rgba(255,255,255,.68); background: var(--aph-navy); }
.aph-sidebar-card h2 { color: var(--aph-white); font-size: 24px; }
.aph-sidebar-card .aph-btn { width: 100%; margin-top: 9px; }
.aph-sidebar-card--light { color: var(--aph-text); background: var(--aph-white); border: 1px solid var(--aph-line); }
.aph-sidebar-card--light h2 { color: var(--aph-navy); }
.aph-post-nav { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.aph-post-nav a { min-height: 94px; padding: 18px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--aph-line); background: var(--aph-white); }
.aph-post-nav a:hover { border-color: var(--aph-gold); }
.aph-post-nav small { color: var(--aph-gold-deep); font-size: 10px; font-weight: 800; }
.aph-post-nav strong { margin-top: 4px; color: var(--aph-navy); font-size: 13px; }
.aph-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.aph-product-tabs { margin-bottom: 38px; display: flex; flex-wrap: wrap; gap: 8px; }
.aph-product-tabs a { min-height: 44px; padding: 0 20px; display: inline-flex; align-items: center; border: 1px solid var(--aph-line); color: var(--aph-navy); background: var(--aph-white); font-size: 12px; font-weight: 800; }
.aph-product-tabs a:first-child, .aph-product-tabs a:hover { border-color: var(--aph-gold); background: var(--aph-gold); }
.aph-service-card__body h2 { margin-bottom: 13px; font-size: 23px; letter-spacing: -.025em; }
.aph-service-card__body h2 a:hover { color: var(--aph-gold-deep); }
.aph-post-card { min-width: 0; border: 1px solid var(--aph-line); background: var(--aph-white); transition: transform .3s ease, box-shadow .3s ease; }
.aph-post-card:hover { transform: translateY(-5px); box-shadow: var(--aph-shadow-soft); }
.aph-post-card__media { display: block; overflow: hidden; background: var(--aph-cream); }
.aph-post-card__media img { width: 100%; aspect-ratio: 1.42 / 1; object-fit: cover; transition: transform .6s var(--aph-ease); }
.aph-post-card:hover img { transform: scale(1.04); }
.aph-post-card__body { padding: 25px 26px 28px; }
.aph-post-card__meta { margin-bottom: 12px; color: var(--aph-gold-deep); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.aph-post-card h2 { font-size: 22px; line-height: 1.28; }
.aph-post-card h2 a:hover { color: var(--aph-gold-deep); }
.aph-post-card p { font-size: 14px; }
.aph-empty { padding: 60px; text-align: center; border: 1px solid var(--aph-line); background: var(--aph-white); }
.aph-empty .search-form { max-width: 560px; margin: 26px auto 0; }
.search-form { display: flex; }
.search-form label { flex: 1; }
.search-field { width: 100%; height: 52px; padding: 0 16px; border: 1px solid var(--aph-line); outline: 0; }
.search-field:focus { border-color: var(--aph-gold-deep); box-shadow: 0 0 0 3px rgba(213,173,102,.2); }
.search-submit { padding: 0 22px; border: 0; color: var(--aph-navy); background: var(--aph-gold); font-weight: 750; cursor: pointer; }
.navigation.pagination { margin-top: 48px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { min-width: 42px; height: 42px; padding: 0 10px; display: grid; place-items: center; border: 1px solid var(--aph-line); color: var(--aph-navy); background: var(--aph-white); font-size: 13px; font-weight: 700; }
.page-numbers.current, .page-numbers:hover { border-color: var(--aph-gold); background: var(--aph-gold); }
.aph-404 { min-height: 65vh; padding-block: 100px; display: grid; place-items: center; text-align: center; background: var(--aph-paper); }
.aph-404 strong { display: block; color: var(--aph-gold); font-size: clamp(90px, 17vw, 210px); line-height: .8; }
.aph-404 h1 { margin-top: 30px; font-size: clamp(38px, 5vw, 64px); }
.aph-404 p { max-width: 620px; }
.aph-404 .aph-btn { margin-top: 18px; }
.aph-contact-page { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(35px, 7vw, 95px); }
.aph-contact-page__info { padding-top: 24px; }
.aph-contact-page__info > p { max-width: 520px; }
.aph-contact-page__list { margin: 36px 0 0; padding: 0; list-style: none; }
.aph-contact-page__list li { padding: 20px 0; display: flex; gap: 16px; border-bottom: 1px solid var(--aph-line); }
.aph-contact-page__list > li > .aph-icon { width: 23px; color: var(--aph-gold-deep); }
.aph-contact-page__list small, .aph-contact-page__list a, .aph-contact-page__list strong { display: block; }
.aph-contact-page__list small { color: var(--aph-muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.aph-contact-page__list a, .aph-contact-page__list strong { margin-top: 4px; color: var(--aph-navy); font-size: 15px; }
.aph-contact-page__form h2 { font-size: clamp(30px, 4vw, 46px); }
.aph-profile-pillars { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--aph-line-dark); }
.aph-profile-pillars > div { min-height: 250px; padding: 34px; border-right: 1px solid var(--aph-line-dark); }
.aph-profile-pillars > div:first-child { padding-left: 0; }
.aph-profile-pillars > div:last-child { border-right: 0; }
.aph-profile-pillars span { display: block; margin-bottom: 58px; color: var(--aph-gold); font-size: 11px; font-weight: 800; }
.aph-profile-pillars h3 { color: var(--aph-white); font-size: 21px; }
.aph-profile-pillars p { margin: 0; font-size: 13px; }
.aph-brands { padding-block: 80px; background: var(--aph-cream); }
.aph-brands h2 { max-width: 680px; font-size: clamp(30px, 4vw, 48px); }
.aph-brands__list { margin-top: 42px; display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid #d5d1c7; }
.aph-brands__list span { min-height: 90px; padding: 18px; display: grid; place-items: center; border-right: 1px solid #d5d1c7; color: var(--aph-navy); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-align: center; }
.aph-brands__list span:last-child { border-right: 0; }

/* Home-elevator project archive */
.aph-project-archive { overflow: hidden; }
.aph-btn--navy { color: var(--aph-white); background: var(--aph-navy); }
.aph-btn--navy:hover { background: var(--aph-navy-2); }
.aph-text-link--light { color: var(--aph-white); }
.aph-text-link--light:hover { color: var(--aph-gold); }
.aph-project-hero { position: relative; overflow: hidden; color: rgba(255,255,255,.7); background: #041725; }
.aph-project-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 76% 20%, rgba(55,111,143,.27), transparent 31%), repeating-linear-gradient(90deg, transparent 0 12.5%, rgba(255,255,255,.023) 12.5% calc(12.5% + 1px)); }
.aph-project-hero__inner { position: relative; z-index: 1; min-height: 740px; padding-block: clamp(74px, 8vw, 118px); display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(54px, 7vw, 102px); }
.aph-project-hero__copy { min-width: 0; }
.aph-project-hero__copy .aph-breadcrumbs { margin-bottom: 48px; }
.aph-project-hero h1 { max-width: 690px; margin-bottom: 25px; color: var(--aph-white); font-size: clamp(48px, 6.2vw, 82px); }
.aph-project-hero__copy > p { max-width: 650px; margin-bottom: 32px; font-size: clamp(16px, 1.45vw, 19px); line-height: 1.75; }
.aph-project-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.aph-project-hero__facts { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255,255,255,.13); }
.aph-project-hero__facts div { min-height: 94px; padding: 22px 20px; border-right: 1px solid rgba(255,255,255,.13); }
.aph-project-hero__facts div:first-child { padding-left: 0; }
.aph-project-hero__facts div:last-child { border-right: 0; }
.aph-project-hero__facts strong, .aph-project-hero__facts span { display: block; }
.aph-project-hero__facts strong { color: var(--aph-gold); font-size: 25px; line-height: 1; }
.aph-project-hero__facts span { margin-top: 8px; font-size: 10px; line-height: 1.45; }
.aph-project-hero__visual { position: relative; margin: 0; padding: 25px 25px 0 0; }
.aph-project-hero__visual::before { content: ""; position: absolute; z-index: -1; top: 0; right: 0; width: 62%; height: 72%; border: 1px solid rgba(213,173,102,.35); }
.aph-project-hero__visual img { width: 100%; min-height: 545px; aspect-ratio: 1.08 / 1; object-fit: cover; box-shadow: 0 35px 90px rgba(0,0,0,.31); }
.aph-project-hero__visual figcaption { position: absolute; right: 0; bottom: -28px; min-width: 280px; min-height: 88px; padding: 18px 24px; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 15px; color: var(--aph-white); background: var(--aph-navy-2); box-shadow: var(--aph-shadow); }
.aph-project-hero__visual figcaption span { width: 44px; height: 44px; display: grid; place-items: center; color: var(--aph-navy); background: var(--aph-gold); font-size: 12px; font-weight: 850; }
.aph-project-hero__visual figcaption strong { max-width: 170px; font-size: 10px; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.aph-project-note { color: rgba(255,255,255,.72); background: var(--aph-navy-2); border-top: 1px solid rgba(255,255,255,.08); }
.aph-project-note__inner { min-height: 96px; display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 18px; }
.aph-project-note__inner > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--aph-gold); border: 1px solid rgba(213,173,102,.35); border-radius: 50%; }
.aph-project-note__inner p { max-width: 980px; margin: 0; font-size: 12px; line-height: 1.65; }
.aph-project-note__inner strong { color: var(--aph-white); }
.aph-case-index { padding-block: var(--aph-section) 70px; background: var(--aph-paper); }
.aph-case-index__links { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--aph-line); background: var(--aph-white); }
.aph-case-index__links a { min-height: 72px; padding: 16px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-right: 1px solid var(--aph-line); border-bottom: 1px solid var(--aph-line); color: var(--aph-navy); font-size: 13px; font-weight: 750; transition: color .25s ease, background .25s ease; }
.aph-case-index__links a:nth-child(3n) { border-right: 0; }
.aph-case-index__links a:nth-last-child(-n+3) { border-bottom: 0; }
.aph-case-index__links .aph-icon { width: 16px; color: var(--aph-gold-deep); transition: transform .25s ease; }
.aph-case-index__links a:hover { color: var(--aph-white); background: var(--aph-navy); }
.aph-case-index__links a:hover .aph-icon { color: var(--aph-gold); transform: translateX(4px); }
.aph-case-section { position: relative; padding-block: clamp(82px, 9vw, 132px); scroll-margin-top: 100px; background: var(--aph-white); }
.aph-case-section--alt { background: var(--aph-cream); }
.aph-case-section::before { content: ""; position: absolute; top: 0; right: max(var(--aph-gutter), calc((100vw - var(--aph-container)) / 2)); left: max(var(--aph-gutter), calc((100vw - var(--aph-container)) / 2)); height: 1px; background: var(--aph-line); }
.aph-case-study { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: center; gap: clamp(54px, 7vw, 106px); }
.aph-case-section--alt .aph-case-study__gallery { order: 2; }
.aph-case-section--alt .aph-case-study__copy { order: 1; }
.aph-case-study__gallery { position: relative; min-height: 650px; padding: 0 86px 72px 0; }
.aph-case-study__main { position: relative; width: 100%; height: 590px; margin: 0; overflow: hidden; background: var(--aph-navy); box-shadow: var(--aph-shadow); }
.aph-case-study__main::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }
.aph-case-study__main img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s var(--aph-ease); }
.aph-case-study__gallery:hover .aph-case-study__main img { transform: scale(1.025); }
.aph-case-study__detail { position: absolute; right: 0; bottom: 0; width: min(46%, 280px); height: 315px; margin: 0; padding: 8px; overflow: hidden; background: var(--aph-white); box-shadow: var(--aph-shadow); }
.aph-case-study__detail img { width: 100%; height: 100%; object-fit: cover; }
.aph-case-study__detail figcaption { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 12px 14px; color: var(--aph-white); background: rgba(4,23,37,.86); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.aph-case-study__image-note { position: absolute; bottom: 26px; left: 18px; padding: 8px 11px; color: rgba(255,255,255,.76); background: rgba(4,23,37,.86); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.aph-case-study__copy { min-width: 0; }
.aph-case-study__heading { display: grid; grid-template-columns: 52px 1fr; gap: 20px; }
.aph-case-study__number { width: 52px; height: 52px; display: grid; place-items: center; color: var(--aph-navy); background: var(--aph-gold); font-size: 12px; font-weight: 850; }
.aph-case-study__heading .aph-kicker { margin-top: 3px; margin-bottom: 14px; font-size: 10px; }
.aph-case-study__heading h2 { max-width: 620px; font-size: clamp(34px, 3.5vw, 51px); }
.aph-case-study__meta { margin: 31px 0 30px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--aph-line); }
.aph-case-study__meta div { min-width: 0; padding: 19px 16px; border-right: 1px solid var(--aph-line); }
.aph-case-study__meta div:first-child { padding-left: 0; }
.aph-case-study__meta div:last-child { border-right: 0; }
.aph-case-study__meta dt { color: var(--aph-muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.aph-case-study__meta dd { margin: 5px 0 0; color: var(--aph-navy); font-size: 12px; font-weight: 750; line-height: 1.45; }
.aph-case-study__story { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.aph-case-study__story h3 { margin-bottom: 11px; font-size: 16px; letter-spacing: -.015em; }
.aph-case-study__story p { margin: 0; font-size: 13px; line-height: 1.75; }
.aph-case-study__points { margin: 29px 0 31px; padding: 20px 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; border-block: 1px solid var(--aph-line); }
.aph-case-study__points li { display: flex; align-items: flex-start; gap: 8px; color: var(--aph-navy); font-size: 11px; font-weight: 700; line-height: 1.45; }
.aph-case-study__points .aph-icon { width: 18px; height: 18px; padding: 3px; color: var(--aph-navy); background: var(--aph-gold); border-radius: 50%; }
.aph-case-study__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.aph-project-method { position: relative; padding-block: var(--aph-section); overflow: hidden; color: rgba(255,255,255,.62); background: var(--aph-navy); }
.aph-project-method::before { content: ""; position: absolute; top: -290px; right: -200px; width: 680px; height: 680px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.aph-project-method .aph-container { position: relative; }
.aph-project-method h2 { color: var(--aph-white); }
.aph-project-method__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--aph-line-dark); }
.aph-project-method__grid > div { min-height: 250px; padding: 31px 28px; border-right: 1px solid var(--aph-line-dark); }
.aph-project-method__grid > div:first-child { padding-left: 0; }
.aph-project-method__grid > div:last-child { border-right: 0; }
.aph-project-method__grid span { display: block; margin-bottom: 55px; color: var(--aph-gold); font-size: 11px; font-weight: 850; }
.aph-project-method__grid h3 { color: var(--aph-white); font-size: 19px; }
.aph-project-method__grid p { margin: 0; font-size: 12px; line-height: 1.7; }
.aph-project-posts { padding-block: var(--aph-section); background: var(--aph-paper); }
.aph-project-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.aph-project-post-card { min-width: 0; overflow: hidden; border: 1px solid var(--aph-line); background: var(--aph-white); transition: transform .3s var(--aph-ease), box-shadow .3s ease; }
.aph-project-post-card:hover { transform: translateY(-5px); box-shadow: var(--aph-shadow-soft); }
.aph-project-post-card__media { position: relative; display: block; overflow: hidden; background: var(--aph-navy); }
.aph-project-post-card__media::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(3,18,29,.78)); }
.aph-project-post-card__media img { width: 100%; aspect-ratio: 1.42 / 1; object-fit: cover; transition: transform .65s var(--aph-ease); }
.aph-project-post-card:hover .aph-project-post-card__media img { transform: scale(1.04); }
.aph-project-post-card__media > span { position: absolute; z-index: 2; right: 20px; bottom: 17px; display: flex; align-items: center; gap: 8px; color: var(--aph-white); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.aph-project-post-card__media > span .aph-icon { width: 15px; color: var(--aph-gold); }
.aph-project-post-card__body { padding: 25px 27px 29px; }
.aph-project-post-card__meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--aph-gold-deep); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.aph-project-post-card__meta span::before { content: "·"; margin-right: 8px; }
.aph-project-post-card h3 { min-height: 57px; margin: 13px 0 12px; font-size: 22px; line-height: 1.28; }
.aph-project-post-card h3 a:hover { color: var(--aph-gold-deep); }
.aph-project-post-card p { min-height: 69px; margin: 0; font-size: 13px; line-height: 1.72; }
.aph-project-posts__fallback { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--aph-line); background: var(--aph-white); }
.aph-project-posts__fallback a { min-height: 98px; padding: 21px 24px; display: grid; grid-template-columns: 1fr 20px; align-items: center; border-right: 1px solid var(--aph-line); border-bottom: 1px solid var(--aph-line); }
.aph-project-posts__fallback a:nth-child(2n) { border-right: 0; }
.aph-project-posts__fallback a:nth-last-child(-n+2) { border-bottom: 0; }
.aph-project-posts__fallback strong, .aph-project-posts__fallback span { display: block; }
.aph-project-posts__fallback strong { color: var(--aph-navy); font-size: 14px; }
.aph-project-posts__fallback span { margin-top: 4px; font-size: 11px; }
.aph-project-posts__fallback .aph-icon { grid-row: 1 / 3; grid-column: 2; color: var(--aph-gold-deep); }

/* Complete product-solution pages */
.aph-product-detail { overflow: hidden; }
.aph-product-detail section[id] { scroll-margin-top: 145px; }
.aph-product-detail__hero { position: relative; min-height: 760px; overflow: hidden; color: rgba(255,255,255,.74); background: #041421; }
.aph-product-detail__hero-media { position: absolute; inset: 0; }
.aph-product-detail__hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,15,25,.98) 0%, rgba(3,18,30,.91) 33%, rgba(3,18,30,.42) 60%, rgba(3,18,30,.12) 100%), linear-gradient(0deg, rgba(2,14,23,.68), transparent 48%); }
.aph-product-detail__hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.aph-product-detail__hero-inner { position: relative; z-index: 2; min-height: 760px; padding-block: clamp(90px, 10vw, 140px) 58px; display: flex; flex-direction: column; justify-content: flex-end; }
.aph-product-detail__hero-copy { max-width: 760px; margin-bottom: clamp(56px, 7vw, 86px); }
.aph-product-detail__hero-copy .aph-breadcrumbs { margin-bottom: 42px; }
.aph-product-detail__hero h1 { max-width: 720px; margin: 23px 0 22px; color: var(--aph-white); font-size: clamp(52px, 7vw, 94px); line-height: .98; letter-spacing: -.055em; }
.aph-product-detail__hero-copy > p { max-width: 670px; margin-bottom: 34px; color: rgba(255,255,255,.76); font-size: clamp(18px, 2vw, 23px); line-height: 1.6; }
.aph-product-detail__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.aph-product-detail__facts { width: min(100%, 810px); display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255,255,255,.17); }
.aph-product-detail__facts div { min-height: 98px; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.17); }
.aph-product-detail__facts div:first-child { padding-left: 0; }
.aph-product-detail__facts div:last-child { border-right: 0; }
.aph-product-detail__facts strong, .aph-product-detail__facts span { display: block; }
.aph-product-detail__facts strong { color: var(--aph-gold); font-size: 19px; line-height: 1.2; }
.aph-product-detail__facts span { margin-top: 8px; font-size: 9px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.aph-product-detail__image-note { position: absolute; z-index: 3; right: 24px; bottom: 20px; padding: 6px 9px; color: rgba(255,255,255,.66); background: rgba(2,14,23,.7); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.aph-product-detail__nav { position: sticky; z-index: 110; top: 88px; border-bottom: 1px solid var(--aph-line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.aph-product-detail__nav .aph-container { min-height: 64px; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.aph-product-detail__nav .aph-container::-webkit-scrollbar { display: none; }
.aph-product-detail__nav a { flex: 0 0 auto; padding: 0 23px; display: grid; place-items: center; border-right: 1px solid var(--aph-line); color: var(--aph-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.aph-product-detail__nav a:first-child { padding-left: 0; }
.aph-product-detail__nav a:hover { color: var(--aph-navy); }

.aph-product-overview { background: var(--aph-paper); }
.aph-product-overview__grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(62px, 9vw, 130px); }
.aph-product-overview__visual { position: relative; min-height: 610px; margin: 0; padding: 0 52px 48px 0; }
.aph-product-overview__visual::before { content: ""; position: absolute; top: 52px; right: 0; bottom: 0; left: 52px; background: var(--aph-gold); }
.aph-product-overview__visual img { position: relative; z-index: 1; width: 100%; height: 610px; object-fit: cover; box-shadow: var(--aph-shadow-soft); }
.aph-product-overview__visual figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; min-width: 255px; min-height: 72px; padding: 15px 20px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.65); background: var(--aph-navy); font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.aph-product-overview__visual figcaption span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; color: var(--aph-navy); background: var(--aph-gold); font-weight: 900; }
.aph-product-overview__copy h2 { max-width: 720px; margin-top: 20px; font-size: clamp(38px, 5vw, 64px); }
.aph-product-overview__copy > p { max-width: 730px; font-size: 16px; line-height: 1.82; }
.aph-product-overview__commitments { margin: 30px 0 0; padding: 25px 0 0; display: grid; gap: 13px; border-top: 1px solid var(--aph-line); list-style: none; }
.aph-product-overview__commitments li { display: flex; align-items: center; gap: 10px; color: var(--aph-navy); font-size: 13px; font-weight: 750; }
.aph-product-overview__commitments .aph-icon { width: 21px; height: 21px; padding: 4px; flex: 0 0 auto; color: var(--aph-navy); background: var(--aph-gold); border-radius: 50%; }

.aph-product-benefits { background: var(--aph-cream); }
.aph-product-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #d8d3c7; }
.aph-product-benefit { min-height: 320px; padding: 37px 31px; border-right: 1px solid #d8d3c7; background: rgba(255,255,255,.35); transition: color .3s ease, background .3s ease, transform .3s var(--aph-ease); }
.aph-product-benefit:last-child { border-right: 0; }
.aph-product-benefit > span { display: block; margin-bottom: 78px; color: var(--aph-gold-deep); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.aph-product-benefit h3 { font-size: 20px; }
.aph-product-benefit p { margin: 0; font-size: 13px; line-height: 1.75; }
.aph-product-benefit:hover { z-index: 1; color: rgba(255,255,255,.68); background: var(--aph-navy); transform: translateY(-7px); }
.aph-product-benefit:hover h3 { color: var(--aph-white); }
.aph-product-benefit:hover > span { color: var(--aph-gold); }

.aph-product-specs { position: relative; overflow: hidden; color: rgba(255,255,255,.63); background: #061a2a; }
.aph-product-specs::before { content: ""; position: absolute; top: -260px; left: -280px; width: 660px; height: 660px; border: 1px solid rgba(255,255,255,.045); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.01); }
.aph-product-specs__grid { position: relative; display: grid; grid-template-columns: .68fr 1.32fr; align-items: start; gap: clamp(54px, 7vw, 105px); }
.aph-product-specs__intro { position: sticky; top: 190px; }
.aph-product-specs__intro h2 { color: var(--aph-white); font-size: clamp(38px, 4.7vw, 61px); }
.aph-product-specs__intro p { font-size: 15px; line-height: 1.82; }
.aph-product-specs__intro .aph-text-link { margin-top: 18px; }
.aph-product-specs__table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.aph-product-specs table { width: 100%; border-collapse: collapse; }
.aph-product-specs th, .aph-product-specs td { padding: 21px 22px; border-bottom: 1px solid rgba(255,255,255,.11); text-align: left; vertical-align: top; }
.aph-product-specs thead th { color: var(--aph-gold); background: rgba(255,255,255,.035); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.aph-product-specs tbody th { width: 27%; color: rgba(255,255,255,.84); font-size: 12px; }
.aph-product-specs tbody td { font-size: 12px; line-height: 1.6; }
.aph-product-specs tbody td:nth-child(2) { width: 28%; color: var(--aph-white); font-weight: 750; }
.aph-product-specs tr:last-child th, .aph-product-specs tr:last-child td { border-bottom: 0; }

.aph-product-applications { background: var(--aph-white); }
.aph-product-applications__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.aph-product-application { min-height: 270px; padding: 33px 29px; border: 1px solid var(--aph-line); background: var(--aph-paper); transition: border-color .25s ease, box-shadow .25s ease; }
.aph-product-application > span { width: 48px; height: 48px; margin-bottom: 46px; display: grid; place-items: center; color: var(--aph-navy); background: var(--aph-gold); }
.aph-product-application .aph-icon { width: 23px; }
.aph-product-application h3 { font-size: 18px; }
.aph-product-application p { margin: 0; font-size: 13px; line-height: 1.72; }
.aph-product-application:hover { border-color: var(--aph-gold); box-shadow: var(--aph-shadow-soft); }

.aph-product-selection { position: relative; overflow: hidden; color: rgba(255,255,255,.62); background: var(--aph-navy); }
.aph-product-selection::after { content: ""; position: absolute; right: -220px; bottom: -320px; width: 680px; height: 680px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; box-shadow: 0 0 0 88px rgba(255,255,255,.017), 0 0 0 176px rgba(255,255,255,.01); }
.aph-product-selection .aph-container { position: relative; z-index: 1; }
.aph-product-selection h2 { color: var(--aph-white); }
.aph-product-selection__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--aph-line-dark); }
.aph-product-selection__step { min-height: 280px; padding: 36px 42px; border-right: 1px solid var(--aph-line-dark); }
.aph-product-selection__step:first-child { padding-left: 0; }
.aph-product-selection__step:last-child { border-right: 0; }
.aph-product-selection__step > span { display: block; margin-bottom: 74px; color: var(--aph-gold); font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.aph-product-selection__step h3 { color: var(--aph-white); font-size: 21px; }
.aph-product-selection__step p { margin: 0; font-size: 13px; line-height: 1.78; }

.aph-product-consult { color: rgba(7,28,46,.7); background: var(--aph-gold); }
.aph-product-consult__inner { min-height: 330px; padding-block: 60px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: clamp(45px, 8vw, 115px); }
.aph-product-consult h2 { max-width: 800px; margin: 11px 0 14px; font-size: clamp(34px, 4.5vw, 58px); }
.aph-product-consult p { max-width: 760px; margin: 0; }
.aph-product-consult .aph-kicker { color: var(--aph-navy); }
.aph-product-consult__actions { display: grid; gap: 11px; }
.aph-product-consult__actions .aph-btn { width: 100%; }
.aph-product-consult__actions > a:last-child { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 1px solid rgba(7,28,46,.32); color: var(--aph-navy); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.aph-product-consult__actions > a:last-child strong { font-size: 15px; letter-spacing: 0; }

.aph-product-faq { background: var(--aph-paper); }
.aph-product-faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(55px, 8vw, 115px); }
.aph-product-faq__intro { position: sticky; top: 190px; }
.aph-product-faq__intro h2 { margin-top: 20px; font-size: clamp(38px, 4.6vw, 60px); }
.aph-product-faq__intro p { font-size: 15px; line-height: 1.8; }
.aph-product-faq__items { border-top: 1px solid var(--aph-line); }
.aph-product-faq__item { border-bottom: 1px solid var(--aph-line); }
.aph-product-faq__item summary { min-height: 92px; display: grid; grid-template-columns: 34px 1fr 28px; align-items: center; gap: 16px; color: var(--aph-navy); font-size: 16px; font-weight: 780; cursor: pointer; list-style: none; }
.aph-product-faq__item summary::-webkit-details-marker { display: none; }
.aph-product-faq__item summary > span { color: var(--aph-gold-deep); font-size: 9px; letter-spacing: .12em; }
.aph-product-faq__item summary i { position: relative; width: 20px; height: 20px; }
.aph-product-faq__item summary i::before, .aph-product-faq__item summary i::after { content: ""; position: absolute; top: 9px; left: 3px; width: 14px; height: 1px; background: var(--aph-navy); transition: transform .25s ease; }
.aph-product-faq__item summary i::after { transform: rotate(90deg); }
.aph-product-faq__item[open] summary i::after { transform: rotate(0); }
.aph-product-faq__item > p { margin: -8px 44px 27px 50px; font-size: 14px; line-height: 1.82; }

.aph-product-related { background: var(--aph-cream); }
.aph-product-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.aph-product-related__card { border: 1px solid #d8d3c7; background: var(--aph-white); transition: transform .3s var(--aph-ease), box-shadow .3s ease; }
.aph-product-related__card:hover { transform: translateY(-6px); box-shadow: var(--aph-shadow-soft); }
.aph-product-related__media { display: block; overflow: hidden; background: var(--aph-navy); }
.aph-product-related__media img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; transition: transform .65s var(--aph-ease); }
.aph-product-related__card:hover img { transform: scale(1.045); }
.aph-product-related__card > div { padding: 27px 28px 30px; }
.aph-product-related__card > div > span { display: block; min-height: 28px; color: var(--aph-gold-deep); font-size: 8px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.aph-product-related__card h3 { margin: 8px 0 21px; font-size: 22px; }

/* Forms, comments and plugin compatibility */
.wpcf7-form, .comment-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.wpcf7-form p, .comment-form p { margin: 0; }
.wpcf7-form p:has(textarea), .wpcf7-form p:has(.wpcf7-submit), .comment-form-comment, .form-submit { grid-column: 1 / -1; }
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], textarea, select { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--aph-line); border-radius: 0; color: var(--aph-ink); background: var(--aph-white); outline: none; }
textarea { min-height: 145px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--aph-gold-deep); box-shadow: 0 0 0 3px rgba(213,173,102,.18); }
input[type="submit"], .wpcf7-submit { min-height: 52px; padding: 0 25px; border: 0; color: var(--aph-navy); background: var(--aph-gold); font-weight: 800; cursor: pointer; }
.comments-area { margin-top: 36px; padding: clamp(25px, 5vw, 48px); background: var(--aph-white); }
.comment-list { padding: 0; list-style: none; }
.comment-list .children { list-style: none; }
.comment-body { margin: 20px 0; padding: 22px; border: 1px solid var(--aph-line); }

@media (max-width: 1120px) {
  .aph-navbar__inner { grid-template-columns: minmax(190px, 1fr) auto; }
  .aph-header-phone { display: none; }
  .aph-hero__inner { grid-template-columns: 1fr 1fr; gap: 50px; }
  .aph-hero__visual { padding-left: 35px; }
  .aph-hero__floating-card { left: -10px; }
  .aph-footer__grid { grid-template-columns: 1.1fr .7fr 1.1fr; }
  .aph-footer__grid > div:last-child { grid-column: 1 / -1; }
  .aph-contact-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .aph-project-hero__inner { gap: 48px; }
  .aph-project-hero__visual img { min-height: 500px; }
  .aph-case-study { gap: 54px; }
  .aph-case-study__gallery { min-height: 600px; padding-right: 62px; }
  .aph-case-study__main { height: 540px; }
  .aph-case-study__detail { width: min(48%, 250px); height: 285px; }
  .aph-product-overview__grid { gap: 64px; }
  .aph-product-overview__visual { min-height: 540px; }
  .aph-product-overview__visual img { height: 540px; }
  .aph-product-benefits__grid { grid-template-columns: 1fr 1fr; }
  .aph-product-benefit:nth-child(2) { border-right: 0; }
  .aph-product-benefit:nth-child(-n+2) { border-bottom: 1px solid #d8d3c7; }
  .aph-product-applications__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 920px) {
  :root { --aph-section: 82px; }
  .admin-bar .aph-header.is-stuck .aph-navbar { top: 46px; }
  .aph-topbar__right > :not(:first-child) { display: none; }
  .aph-navbar__inner { min-height: 78px; grid-template-columns: 1fr auto; }
  .aph-header.is-stuck { padding-bottom: 78px; }
  .aph-menu-toggle { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 1px solid var(--aph-line); background: var(--aph-white); cursor: pointer; }
  .aph-menu-toggle .aph-icon { width: 23px; }
  .aph-nav { position: fixed; z-index: 1001; top: 0; right: 0; bottom: 0; width: min(86vw, 390px); padding: 90px 30px 30px; visibility: hidden; opacity: 0; transform: translateX(100%); background: var(--aph-white); transition: visibility .3s, opacity .3s, transform .35s var(--aph-ease); overflow-y: auto; }
  .aph-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .aph-menu-toggle { position: relative; z-index: 1002; }
  .aph-nav__list { display: block; }
  .aph-nav__list > li { border-bottom: 1px solid var(--aph-line); }
  .aph-nav__list > li > a { padding: 16px 0; font-size: 16px; }
  .aph-nav__list > li > a::after { display: none; }
  .aph-nav__list .sub-menu { position: static; min-width: 0; padding: 0 0 12px 16px; visibility: visible; opacity: 1; transform: none; box-shadow: none; }
  .aph-nav__mobile-contact { margin-top: 32px; padding: 22px; display: block; color: rgba(255,255,255,.65); background: var(--aph-navy); }
  .aph-nav__mobile-contact span, .aph-nav__mobile-contact a { display: block; }
  .aph-nav__mobile-contact span { font-size: 11px; }
  .aph-nav__mobile-contact a { margin-top: 5px; color: var(--aph-gold); font-size: 22px; font-weight: 800; }
  .aph-menu-backdrop { position: fixed; z-index: 899; inset: 0; display: block; visibility: hidden; opacity: 0; background: rgba(2,14,23,.66); transition: .3s ease; }
  .aph-menu-backdrop.is-open { visibility: visible; opacity: 1; }
  .aph-hero__inner { min-height: auto; padding-block: 75px 64px; grid-template-columns: 1fr; }
  .aph-hero__copy { max-width: 760px; }
  .aph-hero__visual { width: min(100%, 650px); max-width: none; justify-self: start; margin-left: auto; padding-left: 70px; }
  .aph-hero__frame img { width: 100%; max-height: 620px; }
  .aph-hero__metrics { grid-template-columns: 1fr 1fr; }
  .aph-hero__metrics > div:nth-child(2) { border-right: 0; }
  .aph-hero__metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--aph-line-dark); }
  .aph-hero__metrics > div:first-child { padding-left: 24px; }
  .aph-section-heading--split, .aph-section-heading--actions { grid-template-columns: 1fr; gap: 24px; }
  .aph-section-heading--actions > a { justify-self: start; }
  .aph-services__grid, .aph-card-grid { grid-template-columns: 1fr 1fr; }
  .aph-about__grid { grid-template-columns: 1fr; }
  .aph-about__visual { width: min(100%, 670px); }
  .aph-details__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .aph-detail-card, .aph-detail-card:first-child, .aph-detail-card:nth-child(2) { min-height: 340px; grid-column: auto; grid-row: auto; }
  .aph-process__grid { grid-template-columns: 1fr 1fr; }
  .aph-process-step { min-height: 220px; border-bottom: 1px solid var(--aph-line-dark); }
  .aph-process-step:nth-child(2n) { border-right: 0; }
  .aph-process-step:last-child { grid-column: 1 / -1; }
  .aph-process-step:first-child { padding-left: 25px; }
  .aph-projects__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .aph-project-card--featured { grid-column: 1 / -1; grid-row: auto; min-height: 520px; }
  .aph-values__grid { grid-template-columns: 1fr 1fr; }
  .aph-value:nth-child(2) { border-right: 0; }
  .aph-value:nth-child(-n+2) { border-bottom: 1px solid var(--aph-line); }
  .aph-testimonials__grid { grid-template-columns: 1fr 1fr; }
  .aph-testimonials__intro { grid-column: 1 / -1; padding-right: 0; }
  .aph-news__grid { grid-template-columns: 1fr 1fr; }
  .aph-news-card:last-child { grid-column: 1 / -1; }
  .aph-consult__inner { grid-template-columns: 1fr 320px; gap: 35px; }
  .aph-footer__grid { grid-template-columns: 1fr 1fr; }
  .aph-footer__grid > div:last-child { grid-column: auto; }
  .aph-contact-list { display: block; }
  .aph-content-shell--article { grid-template-columns: 1fr; }
  .aph-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .aph-contact-page { grid-template-columns: 1fr; }
  .aph-brands__list { grid-template-columns: repeat(3, 1fr); }
  .aph-brands__list span:nth-child(3) { border-right: 0; }
  .aph-brands__list span:nth-child(-n+3) { border-bottom: 1px solid #d5d1c7; }
  .aph-project-hero__inner { min-height: auto; padding-block: 74px 95px; grid-template-columns: 1fr; }
  .aph-project-hero__copy { max-width: 740px; }
  .aph-project-hero__copy .aph-breadcrumbs { margin-bottom: 38px; }
  .aph-project-hero__visual { width: min(100%, 720px); }
  .aph-project-hero__visual img { min-height: 0; aspect-ratio: 1.28 / 1; }
  .aph-case-index__links { grid-template-columns: 1fr 1fr; }
  .aph-case-index__links a, .aph-case-index__links a:nth-child(3n) { border-right: 1px solid var(--aph-line); border-bottom: 1px solid var(--aph-line); }
  .aph-case-index__links a:nth-child(2n) { border-right: 0; }
  .aph-case-index__links a:nth-last-child(-n+2) { border-bottom: 0; }
  .aph-case-study { grid-template-columns: 1fr; gap: 52px; }
  .aph-case-section--alt .aph-case-study__gallery, .aph-case-section--alt .aph-case-study__copy { order: initial; }
  .aph-case-study__gallery { width: min(100%, 720px); min-height: 650px; padding-right: 88px; }
  .aph-case-study__main { height: 590px; }
  .aph-case-study__detail { width: min(43%, 285px); height: 315px; }
  .aph-case-study__copy { max-width: 760px; }
  .aph-project-method__grid { grid-template-columns: 1fr 1fr; }
  .aph-project-method__grid > div { border-bottom: 1px solid var(--aph-line-dark); }
  .aph-project-method__grid > div:nth-child(2n) { border-right: 0; }
  .aph-project-method__grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .aph-project-method__grid > div:first-child { padding-left: 28px; }
  .aph-project-post-grid { grid-template-columns: 1fr 1fr; }
  .aph-product-detail__hero, .aph-product-detail__hero-inner { min-height: 690px; }
  .aph-product-detail__hero-inner { padding-top: 75px; }
  .aph-product-detail__hero-copy { max-width: 650px; }
  .aph-product-detail__nav { top: 78px; }
  .aph-product-overview__grid { grid-template-columns: 1fr; }
  .aph-product-overview__visual { width: min(100%, 720px); }
  .aph-product-overview__copy { max-width: 760px; }
  .aph-product-specs__grid, .aph-product-faq__grid { grid-template-columns: 1fr; }
  .aph-product-specs__intro, .aph-product-faq__intro { position: static; max-width: 720px; }
  .aph-product-selection__grid { grid-template-columns: 1fr; }
  .aph-product-selection__step, .aph-product-selection__step:first-child { min-height: auto; padding: 34px 0; border-right: 0; border-bottom: 1px solid var(--aph-line-dark); }
  .aph-product-selection__step:last-child { border-bottom: 0; }
  .aph-product-selection__step > span { margin-bottom: 28px; }
  .aph-product-consult__inner { grid-template-columns: 1fr 290px; gap: 40px; }
  .aph-product-related__grid { grid-template-columns: 1fr 1fr; }
  .aph-product-related__card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --aph-gutter: 18px; --aph-section: 68px; }
  html { scroll-padding-top: 80px; }
  body { padding-bottom: 62px; font-size: 15px; }
  .aph-topbar { display: none; }
  .aph-navbar__inner { min-height: 72px; }
  .aph-header.is-stuck { padding-bottom: 72px; }
  .aph-brand { gap: 9px; }
  .aph-brand__mark { width: 32px; height: 32px; }
  .aph-brand__words strong { font-size: 13px; }
  .aph-brand__words small { margin-top: 5px; font-size: 7px; }
  .custom-logo { max-width: 165px; max-height: 55px; }
  .aph-header.is-stuck .aph-navbar { top: 0; }
  .admin-bar .aph-header.is-stuck .aph-navbar { top: 46px; }
  .aph-hero__inner { padding-block: 58px 44px; gap: 42px; }
  .aph-hero h1 { font-size: clamp(42px, 13.6vw, 61px); }
  .aph-hero__lead { font-size: 16px; }
  .aph-hero__actions { display: grid; }
  .aph-hero__actions .aph-btn { width: 100%; }
  .aph-hero__visual { padding: 0 0 85px; }
  .aph-hero__frame img { width: 100%; aspect-ratio: 1 / 1.03; }
  .aph-hero__floating-card { bottom: 0; left: 14px; width: calc(100% - 28px); min-height: 140px; padding: 21px; }
  .aph-hero__signature { display: none; }
  .aph-hero__metrics { width: 100%; grid-template-columns: 1fr 1fr; }
  .aph-hero__metrics > div { min-height: 90px; padding: 18px; display: block; }
  .aph-hero__metrics > div:first-child { padding-left: 18px; }
  .aph-hero__metrics strong, .aph-hero__metrics span { display: block; }
  .aph-hero__metrics span { margin-top: 7px; }
  .aph-services__grid, .aph-card-grid, .aph-news__grid { grid-template-columns: 1fr; }
  .aph-service-card p, .aph-news-card h3, .aph-news-card p { min-height: 0; }
  .aph-about__visual { min-height: 450px; }
  .aph-about__main { width: 88%; height: 410px; }
  .aph-about__inset { width: 44%; }
  .aph-about__stamp { padding: 12px 14px; }
  .aph-details__grid { grid-template-columns: 1fr; }
  .aph-detail-card, .aph-detail-card:first-child, .aph-detail-card:nth-child(2) { min-height: 310px; }
  .aph-check-list li { align-items: flex-start; flex-wrap: wrap; }
  .aph-process__grid { grid-template-columns: 1fr; }
  .aph-process-step, .aph-process-step:first-child { min-height: auto; padding: 28px 0; border-right: 0; }
  .aph-process-step:last-child { grid-column: auto; }
  .aph-process-step > span { margin-bottom: 20px; }
  .aph-projects__grid { grid-template-columns: 1fr; }
  .aph-project-card, .aph-project-card--featured { grid-column: auto; min-height: 350px; }
  .aph-values__grid { grid-template-columns: 1fr; }
  .aph-value { min-height: 235px; border-right: 0; border-bottom: 1px solid var(--aph-line); }
  .aph-value:last-child { border-bottom: 0; }
  .aph-testimonials__grid { grid-template-columns: 1fr; }
  .aph-testimonials__intro { grid-column: auto; }
  .aph-news-card:last-child { grid-column: auto; }
  .aph-consult__inner { padding-block: 52px; grid-template-columns: 1fr; gap: 28px; }
  .aph-consult__phone { min-height: 175px; }
  .aph-final-cta__inner { grid-template-columns: 1fr; }
  .aph-final-cta__actions { width: 100%; }
  .aph-footer__grid { grid-template-columns: 1fr; }
  .aph-footer__grid > div:last-child { grid-column: auto; }
  .aph-footer__bottom { padding-block: 22px; display: block; }
  .aph-footer-menu { margin-top: 15px; justify-content: flex-start; }
  .aph-mobile-bar { position: fixed; z-index: 850; right: 0; bottom: 0; left: 0; height: 62px; display: grid; grid-template-columns: 1fr 1.5fr; color: var(--aph-white); background: var(--aph-navy); box-shadow: 0 -6px 22px rgba(0,0,0,.14); }
  .aph-mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; border-right: 1px solid rgba(255,255,255,.14); font-size: 13px; font-weight: 800; }
  .aph-mobile-bar a:last-child { color: var(--aph-navy); border: 0; background: var(--aph-gold); }
  .aph-mobile-bar__zalo { width: 24px; height: 24px; display: grid; place-items: center; color: var(--aph-navy); background: var(--aph-white); border-radius: 50%; font-size: 12px; }
  .aph-back-to-top { right: 14px; bottom: 76px; }
  .aph-page-hero { padding-block: 62px; }
  .aph-entry { padding: 25px 20px; }
  .aph-entry__image { margin: -25px -20px 28px; }
  .entry-content { font-size: 16px; }
  .aph-sidebar { grid-template-columns: 1fr; }
  .aph-post-nav { grid-template-columns: 1fr; }
  .aph-empty { padding: 38px 22px; }
  .aph-product-tabs { display: grid; grid-template-columns: 1fr; }
  .aph-profile-pillars { grid-template-columns: 1fr; }
  .aph-profile-pillars > div, .aph-profile-pillars > div:first-child { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--aph-line-dark); }
  .aph-profile-pillars > div:last-child { border-bottom: 0; }
  .aph-profile-pillars span { margin-bottom: 20px; }
  .aph-brands__list { grid-template-columns: 1fr 1fr; }
  .aph-brands__list span, .aph-brands__list span:nth-child(3) { min-height: 72px; border-right: 1px solid #d5d1c7; border-bottom: 1px solid #d5d1c7; }
  .aph-brands__list span:nth-child(2n) { border-right: 0; }
  .aph-brands__list span:nth-last-child(-n+2) { border-bottom: 0; }
  .aph-project-hero__inner { padding-block: 58px 80px; gap: 48px; }
  .aph-project-hero h1 { font-size: clamp(42px, 13.4vw, 58px); }
  .aph-project-hero__copy > p { font-size: 16px; }
  .aph-project-hero__actions { display: grid; }
  .aph-project-hero__actions .aph-btn { width: 100%; }
  .aph-project-hero__facts div { min-height: 82px; padding: 18px 10px; }
  .aph-project-hero__facts div:first-child { padding-left: 0; }
  .aph-project-hero__facts strong { font-size: 21px; }
  .aph-project-hero__facts span { font-size: 8px; }
  .aph-project-hero__visual { padding: 13px 13px 0 0; }
  .aph-project-hero__visual img { aspect-ratio: .92 / 1; }
  .aph-project-hero__visual figcaption { right: 0; bottom: -31px; min-width: 245px; min-height: 76px; padding: 14px 18px; grid-template-columns: 38px 1fr; }
  .aph-project-hero__visual figcaption span { width: 38px; height: 38px; }
  .aph-project-note__inner { min-height: 0; padding-block: 21px; align-items: start; grid-template-columns: 34px 1fr; gap: 13px; }
  .aph-project-note__inner > span { width: 34px; height: 34px; }
  .aph-case-index { padding-bottom: 48px; }
  .aph-case-index__links { grid-template-columns: 1fr; }
  .aph-case-index__links a, .aph-case-index__links a:nth-child(2n), .aph-case-index__links a:nth-child(3n), .aph-case-index__links a:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--aph-line); }
  .aph-case-index__links a:last-child { border-bottom: 0; }
  .aph-case-section { padding-block: 74px; scroll-margin-top: 76px; }
  .aph-case-study { gap: 40px; }
  .aph-case-study__gallery { min-height: 492px; padding: 0 43px 54px 0; }
  .aph-case-study__main { height: 440px; }
  .aph-case-study__detail { width: 49%; height: 230px; padding: 6px; }
  .aph-case-study__detail figcaption { right: 6px; bottom: 6px; left: 6px; padding: 9px; font-size: 7px; }
  .aph-case-study__image-note { bottom: 17px; left: 10px; font-size: 7px; }
  .aph-case-study__heading { grid-template-columns: 42px 1fr; gap: 14px; }
  .aph-case-study__number { width: 42px; height: 42px; }
  .aph-case-study__heading .aph-kicker { gap: 8px; font-size: 8px; letter-spacing: .12em; }
  .aph-case-study__heading .aph-kicker::before { width: 18px; }
  .aph-case-study__heading h2 { font-size: clamp(30px, 9vw, 40px); }
  .aph-case-study__meta { grid-template-columns: 1fr; }
  .aph-case-study__meta div, .aph-case-study__meta div:first-child { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--aph-line); }
  .aph-case-study__meta div:last-child { border-bottom: 0; }
  .aph-case-study__story { grid-template-columns: 1fr; gap: 22px; }
  .aph-case-study__points { grid-template-columns: 1fr; }
  .aph-case-study__actions { align-items: stretch; display: grid; gap: 16px; }
  .aph-case-study__actions .aph-btn { width: 100%; }
  .aph-project-method__grid { grid-template-columns: 1fr; }
  .aph-project-method__grid > div, .aph-project-method__grid > div:first-child { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--aph-line-dark); }
  .aph-project-method__grid > div:nth-last-child(-n+2) { border-bottom: 1px solid var(--aph-line-dark); }
  .aph-project-method__grid > div:last-child { border-bottom: 0; }
  .aph-project-method__grid span { margin-bottom: 22px; }
  .aph-project-post-grid { grid-template-columns: 1fr; }
  .aph-project-post-card h3, .aph-project-post-card p { min-height: 0; }
  .aph-project-posts__fallback { grid-template-columns: 1fr; }
  .aph-project-posts__fallback a, .aph-project-posts__fallback a:nth-child(2n), .aph-project-posts__fallback a:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--aph-line); }
  .aph-project-posts__fallback a:last-child { border-bottom: 0; }
  .aph-product-detail section[id] { scroll-margin-top: 124px; }
  .aph-product-detail__hero, .aph-product-detail__hero-inner { min-height: 650px; }
  .aph-product-detail__hero-media::after { background: linear-gradient(90deg, rgba(2,15,25,.97) 0%, rgba(3,18,30,.88) 58%, rgba(3,18,30,.36) 100%), linear-gradient(0deg, rgba(2,14,23,.8), transparent 58%); }
  .aph-product-detail__hero-media img { object-position: 62% center; }
  .aph-product-detail__hero-inner { padding-block: 58px 36px; }
  .aph-product-detail__hero-copy { margin-bottom: 39px; }
  .aph-product-detail__hero-copy .aph-breadcrumbs { margin-bottom: 30px; }
  .aph-product-detail__hero h1 { font-size: clamp(45px, 14vw, 63px); }
  .aph-product-detail__hero-copy > p { font-size: 16px; }
  .aph-product-detail__actions { display: grid; }
  .aph-product-detail__actions .aph-btn { width: 100%; }
  .aph-product-detail__facts div { min-height: 86px; padding: 18px 9px; }
  .aph-product-detail__facts div:first-child { padding-left: 0; }
  .aph-product-detail__facts strong { font-size: 15px; }
  .aph-product-detail__facts span { font-size: 7px; line-height: 1.45; }
  .aph-product-detail__image-note { right: 10px; bottom: 8px; font-size: 6px; }
  .aph-product-detail__nav { top: 72px; }
  .aph-product-detail__nav .aph-container { min-height: 54px; padding: 0; }
  .aph-product-detail__nav a, .aph-product-detail__nav a:first-child { min-height: 54px; padding: 0 16px; }
  .aph-product-overview__visual { min-height: 460px; padding: 0 35px 42px 0; }
  .aph-product-overview__visual::before { top: 35px; left: 35px; }
  .aph-product-overview__visual img { height: 445px; }
  .aph-product-overview__visual figcaption { min-width: 226px; min-height: 66px; padding: 12px 15px; font-size: 7px; }
  .aph-product-overview__copy h2 { font-size: clamp(35px, 10.8vw, 48px); }
  .aph-product-benefits__grid { grid-template-columns: 1fr; }
  .aph-product-benefit, .aph-product-benefit:nth-child(2) { min-height: 235px; border-right: 0; border-bottom: 1px solid #d8d3c7; }
  .aph-product-benefit:last-child { border-bottom: 0; }
  .aph-product-benefit > span { margin-bottom: 42px; }
  .aph-product-specs__table-wrap table { min-width: 680px; }
  .aph-product-specs th, .aph-product-specs td { padding: 17px 16px; }
  .aph-product-applications__grid { grid-template-columns: 1fr; }
  .aph-product-application { min-height: 225px; }
  .aph-product-application > span { margin-bottom: 34px; }
  .aph-product-selection__grid { grid-template-columns: 1fr; }
  .aph-product-selection__step, .aph-product-selection__step:first-child { min-height: auto; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--aph-line-dark); }
  .aph-product-selection__step:last-child { border-bottom: 0; }
  .aph-product-selection__step > span { margin-bottom: 26px; }
  .aph-product-consult__inner { min-height: 0; padding-block: 50px; grid-template-columns: 1fr; }
  .aph-product-consult h2 { font-size: clamp(34px, 10.5vw, 48px); }
  .aph-product-faq__item summary { min-height: 84px; grid-template-columns: 25px 1fr 22px; gap: 11px; font-size: 14px; line-height: 1.45; }
  .aph-product-faq__item > p { margin: -2px 0 24px 36px; font-size: 13px; }
  .aph-product-related__grid { grid-template-columns: 1fr; }
  .aph-product-related__card:last-child { grid-column: auto; }
  .wpcf7-form, .comment-form { grid-template-columns: 1fr; }
  .wpcf7-form p:has(textarea), .wpcf7-form p:has(.wpcf7-submit), .comment-form-comment, .form-submit { grid-column: auto; }
}

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

@media print {
  .aph-topbar, .aph-navbar, .aph-final-cta, .aph-footer, .aph-mobile-bar, .aph-back-to-top, .aph-sidebar, .aph-product-detail__nav { display: none !important; }
  body { color: #000; background: #fff; }
  .aph-content-wrap { padding: 0; background: #fff; }
  .aph-entry { padding: 0; box-shadow: none; }
}
