:root {
  --at-bg: #0f0f10;
  --at-bg-alt: #19191b;
  --at-card: #222225;
  --at-card-soft: #1d1d20;
  --at-ink: #f5f1e8;
  --at-copy: #c9c4ba;
  --at-muted: #858179;
  --at-gold: #c9a96e;
  --at-gold-bright: #e0c389;
  --at-gold-deep: #806b47;
  --at-line: #303034;
  --at-error: #e7aaa2;
  --at-success: #b8d0ad;
  --at-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, "Times New Roman", serif;
  --at-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --at-max: 1280px;
  --at-text: 760px;
  --at-radius: 2px;
  --at-header: 82px;
  --at-shadow: 0 30px 80px rgba(0, 0, 0, .22);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--at-bg); }
body.airtouch-site {
  margin: 0;
  background: var(--at-bg);
  color: var(--at-copy);
  font-family: var(--at-sans);
  font-size: 17px;
  font-weight: 350;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .06em; text-underline-offset: .16em; }
a:hover { color: var(--at-gold-bright); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--at-bg); background: var(--at-gold); }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus,
.at-skip-link:focus {
  clip: auto !important;
  clip-path: none;
  height: auto;
  width: auto;
}
.at-skip-link {
  position: fixed;
  z-index: 99999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  background: var(--at-ink);
  color: var(--at-bg);
}
.at-skip-link:focus { transform: none; }

.at-container {
  width: min(calc(100% - 48px), var(--at-max));
  margin-inline: auto;
}
.at-main { min-height: 60vh; overflow: clip; }
.at-section { position: relative; padding: clamp(76px, 9vw, 140px) 0; }
.at-section--tight { padding-block: 30px; }
.at-section--alt { background: var(--at-bg-alt); }
.at-section--dark { background: var(--at-bg); }
.at-section--journal { background: #131315; }
.at-section--goldline { border-block: 1px solid rgba(201, 169, 110, .34); }
.at-section--status { background: #121214; border-block: 1px solid var(--at-line); }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  color: var(--at-ink);
  font-family: var(--at-serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(50px, 7vw, 104px); }
h2 { font-size: clamp(38px, 5vw, 68px); }
h3 { font-size: clamp(24px, 2.5vw, 34px); }
h1 em, h2 em { color: var(--at-gold); font-weight: 400; }
p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }

.at-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--at-gold);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .22em;
  line-height: 1.3;
  text-transform: uppercase;
}
.at-eyebrow span {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--at-gold);
}

/* Header */
.at-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  min-height: var(--at-header);
  background: rgba(15, 15, 16, .91);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  backdrop-filter: blur(18px);
}
.admin-bar .at-site-header { top: 32px; }
.at-site-header__inner {
  min-height: var(--at-header);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}
.at-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--at-ink);
  text-decoration: none;
  flex-shrink: 0;
}
.at-brand:hover { color: var(--at-ink); }
.at-brand__mark {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(201, 169, 110, .75);
  border-radius: 50%;
  color: var(--at-gold);
  font-family: var(--at-serif);
  font-size: 25px;
  font-style: italic;
  line-height: 1;
}
.at-brand__text { display: flex; flex-direction: column; }
.at-brand__text strong {
  color: var(--at-ink);
  font-family: var(--at-serif);
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .95;
}
.at-brand__text strong em { color: var(--at-gold); font-style: inherit; }
.at-brand__text small {
  margin-top: 7px;
  color: var(--at-muted);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: .19em;
  line-height: 1;
}
.at-desktop-nav { justify-self: center; }
.at-menu, .at-menu ul {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.1vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.at-menu li { position: relative; }
.at-menu a {
  color: #d3cec4;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.at-menu a:hover, .at-menu .current-menu-item > a, .at-menu .current_page_item > a { color: var(--at-gold); }
.at-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -18px;
  min-width: 230px;
  padding: 18px;
  background: var(--at-card);
  border: 1px solid var(--at-line);
  box-shadow: var(--at-shadow);
}
.at-menu li:hover > ul, .at-menu li:focus-within > ul { display: grid; }
.at-header-actions { display: flex; align-items: center; gap: 18px; }
.at-header-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--at-muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .14em;
  text-decoration: none;
}
.at-header-status span {
  width: 7px;
  height: 7px;
  background: var(--at-gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(201, 169, 110, .09);
}
.at-menu-toggle { display: none; }
.at-mobile-menu { display: none; }

/* Buttons and links */
.at-button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.at-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: var(--at-radius);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: .13em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.at-button:hover { transform: translateY(-2px); }
.at-button--small { min-height: 42px; padding: 10px 16px; font-size: 10px; }
.at-button--gold { background: var(--at-gold); color: #111113; border-color: var(--at-gold); }
.at-button--gold:hover { background: var(--at-gold-bright); color: #111113; border-color: var(--at-gold-bright); }
.at-button--ghost { color: var(--at-ink); border-color: var(--at-line); background: transparent; }
.at-button--ghost:hover { color: var(--at-gold-bright); border-color: var(--at-gold); }
.at-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--at-gold);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
}
.at-text-link span { transition: transform .2s ease; }
.at-text-link:hover span { transform: translateX(4px); }
.at-center { margin-top: 44px; text-align: center; }

/* Homepage hero */
.at-hero {
  position: relative;
  min-height: min(860px, calc(100vh - var(--at-header)));
  display: flex;
  align-items: center;
  padding: clamp(70px, 9vw, 130px) 0;
  background:
    radial-gradient(circle at 83% 32%, rgba(201, 169, 110, .09), transparent 30%),
    linear-gradient(115deg, #101012, #0d0d0e 60%);
  border-bottom: 1px solid var(--at-line);
  overflow: hidden;
}
.at-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent 20%, black 80%);
  pointer-events: none;
}
.at-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
}
.at-hero h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(58px, 5.6vw, 82px); line-height: 1.04; }
.at-hero__lead { max-width: 720px; margin-bottom: 30px; font-size: clamp(18px, 1.7vw, 22px); line-height: 1.7; }
.at-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 45px;
  color: var(--at-muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.at-hero__facts span { display: inline-flex; align-items: center; gap: 12px; }
.at-hero__facts span::before { content: ""; width: 4px; height: 4px; background: var(--at-gold); border-radius: 50%; }
.at-hero__art {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: .84;
  display: grid;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(201, 169, 110, .22);
  background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(201,169,110,.045));
  box-shadow: var(--at-shadow);
}
.at-hero__art::before, .at-hero__art::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-color: var(--at-gold);
  opacity: .65;
}
.at-hero__art::before { top: -1px; left: -1px; border-top: 1px solid; border-left: 1px solid; }
.at-hero__art::after { right: -1px; bottom: -1px; border-right: 1px solid; border-bottom: 1px solid; }
.at-monogram {
  position: relative;
  z-index: 2;
  color: transparent;
  font-family: var(--at-serif);
  font-size: clamp(170px, 22vw, 300px);
  font-style: italic;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(201, 169, 110, .58);
  text-shadow: 0 0 80px rgba(201, 169, 110, .08);
}
.at-orbit { position: absolute; border: 1px solid rgba(201, 169, 110, .22); border-radius: 50%; }
.at-orbit--one { width: 72%; aspect-ratio: 1; transform: rotate(20deg); }
.at-orbit--two { width: 52%; aspect-ratio: .55; transform: rotate(-35deg); }
.at-hero__art p { position: absolute; bottom: 24px; left: 26px; margin: 0; color: var(--at-muted); font-size: 9px; letter-spacing: .24em; }

/* Status */
.at-status-panel { display: flex; align-items: center; gap: 20px; }
.at-status-panel strong { color: var(--at-ink); font-family: var(--at-serif); font-size: 23px; font-weight: 400; }
.at-status-panel p { margin: 4px 0 0; color: var(--at-muted); font-size: 14px; }
.at-status-dot { width: 10px; height: 10px; flex: 0 0 auto; background: var(--at-gold); border-radius: 50%; box-shadow: 0 0 0 9px rgba(201,169,110,.08); }
.at-status-panel--compact strong { font-size: 18px; }

/* General layouts */
.at-heading-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
  margin-bottom: clamp(48px, 7vw, 86px);
}
.at-heading-grid h2 { margin-bottom: 0; }
.at-heading-grid > p, .at-heading-grid > div:last-child { padding-top: 14px; font-size: 18px; }
.at-card-grid { display: grid; gap: 1px; background: var(--at-line); border: 1px solid var(--at-line); }
.at-card-grid--three { grid-template-columns: repeat(3, 1fr); }
.at-card-grid--four { grid-template-columns: repeat(4, 1fr); }
.at-card {
  min-height: 280px;
  padding: clamp(28px, 4vw, 48px);
  background: var(--at-card-soft);
  transition: background .2s ease;
}
.at-card:hover { background: var(--at-card); }
.at-card__num { display: block; margin-bottom: 60px; color: var(--at-gold); font-size: 11px; letter-spacing: .16em; }
.at-card h3 { margin-bottom: 18px; }
.at-card p { color: var(--at-muted); font-size: 15px; }
.at-feature { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.at-feature h2 { margin-bottom: 28px; }
.at-feature p { max-width: 720px; font-size: 18px; }
.at-note { padding-left: 20px; border-left: 1px solid var(--at-gold); color: var(--at-muted); font-size: 14px !important; }
.at-feature__mark {
  min-height: 470px;
  display: grid;
  place-items: center;
  background: var(--at-card-soft);
  border: 1px solid var(--at-line);
  overflow: hidden;
}
.at-feature__mark span { color: transparent; font-family: var(--at-serif); font-size: clamp(180px, 23vw, 340px); font-style: italic; -webkit-text-stroke: 1px rgba(201,169,110,.58); }

.at-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.at-post-grid--archive { grid-template-columns: repeat(2, 1fr); }
.at-post-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: clamp(28px, 3vw, 42px);
  background: var(--at-card-soft);
  border: 1px solid var(--at-line);
}
.at-post-card__meta { margin-bottom: 34px; color: var(--at-gold); font-size: 10px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.at-post-card h2, .at-post-card h3 { margin-bottom: 22px; font-size: clamp(27px, 2.5vw, 38px); }
.at-post-card h2 a, .at-post-card h3 a { color: var(--at-ink); text-decoration: none; }
.at-post-card > p:not(.at-post-card__meta) { color: var(--at-muted); font-size: 15px; }
.at-post-card .at-text-link { margin-top: auto; padding-top: 26px; }

.at-faq { border-top: 1px solid var(--at-line); }
.at-faq details { border-bottom: 1px solid var(--at-line); }
.at-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px 0;
  color: var(--at-ink);
  font-family: var(--at-serif);
  font-size: clamp(22px, 2.5vw, 31px);
  cursor: pointer;
  list-style: none;
}
.at-faq summary::-webkit-details-marker { display: none; }
.at-faq summary span { color: var(--at-gold); font-family: var(--at-sans); font-size: 25px; font-weight: 300; transition: transform .2s ease; }
.at-faq details[open] summary span { transform: rotate(45deg); }
.at-faq details > div { max-width: 760px; padding: 0 0 30px; color: var(--at-muted); }
.at-closing { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 60px; }
.at-closing h2 { margin-bottom: 18px; }
.at-closing p { max-width: 760px; }
.at-closing__actions { display: grid; gap: 22px; justify-items: start; }

/* Inner pages */
.at-inner-hero {
  padding: clamp(90px, 10vw, 160px) 0 clamp(70px, 9vw, 130px);
  background: radial-gradient(circle at 80% 25%, rgba(201,169,110,.08), transparent 30%), var(--at-bg);
  border-bottom: 1px solid var(--at-line);
}
.at-inner-hero__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 9vw, 140px); align-items: end; }
.at-inner-hero h1 { max-width: 920px; margin-bottom: 0; font-size: clamp(50px, 7vw, 96px); }
.at-inner-hero__grid > div:last-child > p { margin: 0; font-size: 19px; }
.at-inner-hero__cta { margin-top: 30px; }
.at-service-list { border-top: 1px solid var(--at-line); }
.at-service-list article {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: start;
  gap: 40px;
  padding: 50px 0;
  border-bottom: 1px solid var(--at-line);
}
.at-service-list__index { color: var(--at-gold); font-size: 11px; letter-spacing: .16em; }
.at-service-list article h2 { margin-bottom: 20px; font-size: clamp(34px, 4vw, 54px); }
.at-service-list article > div:nth-child(2) p { max-width: 720px; }
.at-service-list__status { padding: 7px 11px; color: var(--at-gold); border: 1px solid rgba(201,169,110,.35); font-size: 9px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.at-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--at-line); border: 1px solid var(--at-line); }
.at-process article { min-height: 300px; padding: 34px; background: var(--at-card-soft); }
.at-process span { display: block; margin-bottom: 70px; color: var(--at-gold); font-size: 11px; letter-spacing: .15em; }
.at-process h3 { margin-bottom: 16px; }
.at-process p { color: var(--at-muted); font-size: 14px; }
.at-split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr); gap: clamp(50px, 9vw, 130px); align-items: start; }
.at-split h2 { margin-bottom: 34px; }
.at-checklist { margin: 0; padding: 0; list-style: none; }
.at-checklist li { position: relative; margin-bottom: 14px; padding-left: 28px; }
.at-checklist li::before { content: ""; position: absolute; top: .72em; left: 0; width: 10px; height: 1px; background: var(--at-gold); }
.at-aside { padding: 36px; background: var(--at-card); border-top: 1px solid var(--at-gold); }
.at-aside__label { color: var(--at-gold); font-size: 10px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.at-aside p:last-child { color: var(--at-ink); font-family: var(--at-serif); font-size: 24px; line-height: 1.45; }
.at-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--at-line); border: 1px solid var(--at-line); }
.at-contact-card { min-height: 210px; padding: 36px; background: var(--at-card-soft); }
.at-contact-card > p { color: var(--at-gold); font-size: 10px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.at-contact-card h3 { margin-bottom: 10px; font-size: clamp(24px, 3vw, 38px); overflow-wrap: anywhere; }
.at-contact-card h3 a { color: var(--at-ink); text-decoration: none; }
.at-contact-card span { color: var(--at-muted); font-size: 14px; }
.at-empty-state { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: clamp(34px, 7vw, 100px); }
.at-empty-state__mark { margin: 0; color: transparent; font-family: var(--at-serif); font-size: clamp(130px, 19vw, 260px); font-style: italic; line-height: .8; -webkit-text-stroke: 1px rgba(201,169,110,.6); }
.at-empty-state h1, .at-empty-state h2 { margin-bottom: 24px; }
.at-404 { min-height: 62vh; }

/* Forms */
.at-form-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 130px); }
.at-form-intro h2 { margin-bottom: 26px; }
.at-form { display: grid; gap: 22px; }
.at-form label { display: grid; gap: 9px; color: var(--at-ink); font-size: 12px; font-weight: 600; letter-spacing: .07em; }
.at-form input[type="text"], .at-form input[type="email"], .at-form select, .at-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--at-ink);
  background: var(--at-bg);
  border: 1px solid var(--at-line);
  border-radius: 0;
  outline: 0;
}
.at-form input:focus, .at-form select:focus, .at-form textarea:focus { border-color: var(--at-gold); box-shadow: 0 0 0 3px rgba(201,169,110,.1); }
.at-form__consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 12px !important; color: var(--at-muted) !important; font-size: 13px !important; font-weight: 400 !important; letter-spacing: 0 !important; }
.at-form__consent input { margin-top: 5px; accent-color: var(--at-gold); }
.at-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.at-form-notice { margin-bottom: 24px; padding: 14px 18px; border: 1px solid var(--at-line); font-size: 14px; }
.at-form-notice--success { color: var(--at-success); border-color: rgba(184,208,173,.4); }
.at-form-notice--error { color: var(--at-error); border-color: rgba(231,170,162,.4); }

/* Legal */
.at-legal { max-width: var(--at-text); margin-inline: auto; }
.at-legal h2 { margin: 64px 0 20px; font-size: clamp(31px, 4vw, 44px); }
.at-legal h2:first-child { margin-top: 0; }
.at-legal p { margin-bottom: 18px; }

/* Article */
.at-article-header { padding: clamp(76px, 9vw, 140px) 0 70px; background: var(--at-bg); border-bottom: 1px solid var(--at-line); }
.at-article-header__inner { max-width: 1040px; }
.at-article-header h1 { max-width: 1000px; margin-bottom: 38px; font-size: clamp(46px, 7vw, 86px); }
.at-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 54px; color: var(--at-muted); font-size: 11px; letter-spacing: .08em; }
.at-breadcrumbs a { text-decoration: none; }
.at-article-meta { display: flex; flex-wrap: wrap; gap: 12px 30px; color: var(--at-muted); font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.at-article-meta span { display: inline-flex; align-items: center; gap: 12px; }
.at-article-meta span:not(:first-child)::before { content: ""; width: 4px; height: 4px; background: var(--at-gold); border-radius: 50%; }
.at-article-layout { display: grid; grid-template-columns: minmax(0, 820px) 280px; gap: clamp(50px, 8vw, 110px); align-items: start; padding-block: clamp(72px, 9vw, 130px); }
.at-article-content { color: #d4cfc5; font-size: 18px; line-height: 1.85; }
.at-article-content > * { max-width: 780px; }
.at-article-content .at-lead { margin-bottom: 54px; color: var(--at-ink); font-family: var(--at-serif); font-size: clamp(24px, 3vw, 34px); line-height: 1.48; }
.at-article-content h2 { margin: 70px 0 26px; font-size: clamp(34px, 4.5vw, 50px); }
.at-article-content h3 { margin: 45px 0 18px; font-size: clamp(25px, 3vw, 32px); }
.at-article-content p { margin-bottom: 24px; }
.at-article-content ul, .at-article-content ol { margin: 22px 0 34px; padding-left: 26px; }
.at-article-content li { margin-bottom: 12px; }
.at-article-content a { color: var(--at-gold-bright); }
.at-article-content strong { color: var(--at-ink); }
.at-article-aside { position: sticky; top: calc(var(--at-header) + 30px); }
.admin-bar .at-article-aside { top: calc(var(--at-header) + 62px); }
.at-article-aside > div { padding: 28px; background: var(--at-card); border-top: 1px solid var(--at-gold); }
.at-article-aside p { color: var(--at-muted); font-size: 14px; }
.at-author-box { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; max-width: 780px !important; margin-top: 80px; padding: 34px; background: var(--at-card); border: 1px solid var(--at-line); }
.at-author-box__mark { display: grid; place-items: center; width: 72px; aspect-ratio: 1; border: 1px solid var(--at-gold); border-radius: 50%; color: var(--at-gold); font-family: var(--at-serif); font-size: 40px; font-style: italic; }
.at-author-box__label { margin-bottom: 4px !important; color: var(--at-gold); font-size: 9px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.at-author-box h2 { margin: 0 0 8px !important; font-size: 28px !important; }
.at-author-box h2 a { color: var(--at-ink); text-decoration: none; }
.at-author-box p:last-child { margin: 0; color: var(--at-muted); font-size: 13px; line-height: 1.6; }
.navigation.pagination { margin-top: 50px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: grid; min-width: 44px; min-height: 44px; place-items: center; padding: 8px; border: 1px solid var(--at-line); text-decoration: none; }
.page-numbers.current { color: var(--at-bg); background: var(--at-gold); border-color: var(--at-gold); }

/* Footer */
.at-site-footer { padding: 80px 0 28px; background: #0b0b0c; border-top: 1px solid var(--at-line); }
.at-footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .9fr; gap: clamp(50px, 8vw, 120px); }
.at-footer-brand > p { max-width: 440px; margin: 28px 0 0; color: var(--at-muted); font-size: 14px; }
.at-site-footer h2 { margin-bottom: 24px; color: var(--at-gold); font-family: var(--at-sans); font-size: 10px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.at-site-footer ul { margin: 0; padding: 0; list-style: none; }
.at-site-footer li { margin-bottom: 10px; color: var(--at-muted); font-size: 14px; }
.at-site-footer a { color: #c8c3b9; text-decoration: none; }
.at-site-footer a:hover { color: var(--at-gold); }
.at-footer-bottom { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--at-line); }
.at-footer-bottom p { margin: 0; color: #66635e; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.at-brand--footer .at-brand__mark { width: 50px; }
.at-brand--footer .at-brand__text strong { font-size: 29px; }

/* Focus */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--at-gold-bright);
  outline-offset: 4px;
}

@media (max-width: 1120px) {
  .at-desktop-nav, .at-header-status, .at-header-cta { display: none; }
  .at-site-header__inner { grid-template-columns: 1fr auto; }
  .at-menu-toggle {
    display: grid;
    width: 46px;
    height: 46px;
    place-content: center;
    gap: 5px;
    padding: 0;
    color: var(--at-ink);
    background: transparent;
    border: 1px solid var(--at-line);
    cursor: pointer;
  }
  .at-menu-toggle > span:not(.screen-reader-text) { display: block; width: 20px; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .at-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .at-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .at-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .at-mobile-menu { position: fixed; z-index: 999; inset: var(--at-header) 0 0; display: block; overflow: auto; background: rgba(15,15,16,.985); }
  .admin-bar .at-mobile-menu { top: calc(var(--at-header) + 32px); }
  .at-mobile-menu[hidden] { display: none; }
  .at-mobile-menu__inner { min-height: calc(100vh - var(--at-header)); display: flex; flex-direction: column; padding-block: 60px 34px; }
  .at-mobile-menu ul { margin: 0; padding: 0; list-style: none; }
  .at-mobile-menu li { border-bottom: 1px solid var(--at-line); }
  .at-mobile-menu a { display: block; padding: 16px 0; color: var(--at-ink); font-family: var(--at-serif); font-size: clamp(30px, 6vw, 48px); text-decoration: none; }
  .at-mobile-menu .sub-menu { padding-left: 20px; }
  .at-mobile-menu .sub-menu a { color: var(--at-muted); font-size: 22px; }
  .at-mobile-menu__footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: auto; padding-top: 50px; }
  .at-mobile-menu__footer p { margin: 0; color: var(--at-muted); font-size: 13px; }
  .at-hero__grid { grid-template-columns: 1.25fr .75fr; gap: 50px; }
  .at-hero__art { min-width: 330px; }
  .at-card-grid--four, .at-process { grid-template-columns: repeat(2, 1fr); }
  .at-article-layout { grid-template-columns: minmax(0, 1fr); }
  .at-article-aside { position: static; max-width: 780px; }
}

@media (max-width: 800px) {
  :root { --at-header: 72px; }
  body.airtouch-site { font-size: 16px; }
  .at-container { width: min(calc(100% - 32px), var(--at-max)); }
  .admin-bar .at-site-header { top: 46px; }
  .admin-bar .at-mobile-menu { top: calc(var(--at-header) + 46px); }
  .at-brand__mark { width: 38px; }
  .at-brand__text strong { font-size: 21px; }
  .at-brand__text small { font-size: 7px; }
  .at-hero { min-height: auto; padding: 70px 0 54px; }
  .at-hero__grid { grid-template-columns: 1fr; }
  .at-hero h1 { font-size: clamp(49px, 14vw, 76px); line-height: 1.08; }
  .at-hero__lead { font-size: 17px; }
  .at-hero__art { width: 100%; min-width: 0; max-height: 430px; aspect-ratio: 1.25; justify-self: stretch; }
  .at-monogram { font-size: 210px; }
  .at-heading-grid, .at-feature, .at-inner-hero__grid, .at-split, .at-form-wrap { grid-template-columns: 1fr; gap: 34px; }
  .at-heading-grid { margin-bottom: 48px; }
  .at-heading-grid > p, .at-heading-grid > div:last-child { padding-top: 0; }
  .at-card-grid--three, .at-card-grid--four, .at-process, .at-post-grid, .at-post-grid--archive, .at-contact-grid { grid-template-columns: 1fr; }
  .at-card { min-height: auto; }
  .at-card__num, .at-process span { margin-bottom: 35px; }
  .at-feature__mark { min-height: 330px; }
  .at-closing { grid-template-columns: 1fr; gap: 35px; }
  .at-inner-hero { padding: 80px 0 66px; }
  .at-inner-hero h1 { font-size: clamp(46px, 13vw, 70px); }
  .at-service-list article { grid-template-columns: 45px 1fr; gap: 20px; }
  .at-service-list__status { grid-column: 2; justify-self: start; }
  .at-post-card { min-height: 300px; }
  .at-footer-grid { grid-template-columns: 1fr 1fr; }
  .at-footer-brand { grid-column: 1 / -1; }
  .at-footer-bottom { grid-template-columns: 1fr; gap: 10px; }
  .at-empty-state { grid-template-columns: 1fr; }
  .at-empty-state__mark { font-size: 130px; }
  .at-article-header { padding-top: 70px; }
  .at-article-layout { padding-block: 70px; }
  .at-author-box { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .at-container { width: min(calc(100% - 24px), var(--at-max)); }
  .at-brand__text small { display: none; }
  .at-button-row { align-items: stretch; flex-direction: column; }
  .at-button-row .at-button { width: 100%; }
  .at-hero__facts { gap: 10px 16px; }
  .at-hero__art { aspect-ratio: 1; }
  .at-status-panel { align-items: flex-start; }
  .at-card, .at-post-card, .at-process article, .at-contact-card, .at-aside { padding: 25px; }
  .at-mobile-menu__footer { align-items: stretch; flex-direction: column; }
  .at-mobile-menu__footer .at-button { width: 100%; }
  .at-footer-grid { grid-template-columns: 1fr; }
  .at-footer-brand { grid-column: auto; }
  .at-article-content { font-size: 16px; }
  .at-article-content .at-lead { font-size: 24px; }
  .at-article-meta { display: grid; }
  .at-article-meta span:not(:first-child)::before { display: none; }
  .at-author-box { padding: 24px; }
}

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