/* =========================================================
   ARMAND — inner pages (services, locations, journal)
   Loaded after style.css. Same palette and type, but the
   long-form copy is set in mixed case so it is readable.
   ========================================================= */

.page { padding-top: 24px; }

/* breadcrumbs */
.crumbs { display: flex; flex-wrap: wrap; gap: 6px 10px; font-size: 11px; letter-spacing: .06em; color: var(--ink-soft); }
.crumbs a { color: var(--ink); }
.crumbs a::after { content: "/"; margin-left: 10px; color: var(--ink-soft); }

/* page hero */
.page-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; margin-top: 30px; }
.page-hero h1 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(44px, 6.4vw, 104px); line-height: .92; letter-spacing: .005em;
  margin: 0; text-transform: uppercase;
}
.page-hero .kicker { font-size: 12px; letter-spacing: .08em; margin-bottom: 16px; color: var(--ink-soft); }
.page-hero .lede {
  text-transform: none; letter-spacing: 0; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.45;
  margin-top: 26px; max-width: 620px;
}
.page-hero .photo { aspect-ratio: 16 / 11; }
.page-hero.tall .photo { aspect-ratio: 4 / 5; width: 100%; max-width: 420px; justify-self: end; }

/* article layout */
.article { display: grid; grid-template-columns: minmax(0, 720px) 280px; gap: 70px; margin-top: 70px; }
.prose { text-transform: none; letter-spacing: 0; font-size: 17px; line-height: 1.62; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 {
  font-family: var(--display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(30px, 3vw, 42px); line-height: 1; letter-spacing: .01em;
  margin-top: 2.2em;
}
.prose h3 {
  font-family: var(--body); font-weight: 700; text-transform: uppercase;
  font-size: 13px; letter-spacing: .08em; margin-top: 2em;
}
.prose p { margin-bottom: 0; }
.prose a { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.prose a:hover { opacity: .7; }
.prose ul, .prose ol { padding-left: 1.2em; list-style: disc; }
.prose ol { list-style: decimal; }
.prose li + li { margin-top: .35em; }
.prose blockquote {
  margin: 1.6em 0; padding: 0 0 0 22px; border-left: 2px solid var(--ink);
  font-size: 19px; line-height: 1.45;
}
.prose .note {
  border: 1px solid var(--line); padding: 18px 20px; font-size: 15px; line-height: 1.55;
}
.prose table { width: 100%; border-collapse: collapse; font-size: 15px; }
.prose th, .prose td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.prose figure { margin: 2em 0; }
.prose figure .photo { aspect-ratio: 4 / 5; max-width: 420px; }
.prose figure.wide .photo { aspect-ratio: 16 / 10; max-width: none; }
.prose figcaption { margin-top: 10px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); }
.prose .two-up { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 2em 0; }
.prose .two-up .photo { aspect-ratio: 4 / 5; }
.prose .cta-row { margin-top: 2.4em; }

/* sidebar */
.aside { position: sticky; top: 30px; align-self: start; }
.aside h4 { font-family: var(--display); font-weight: 400; font-size: 20px; letter-spacing: .04em; margin: 0 0 12px; }
.aside ul + h4 { margin-top: 34px; }
.aside li { line-height: 1.7; font-size: 12px; letter-spacing: .06em; }
.aside li a { position: relative; }
.aside li a::after { content: ""; position: absolute; left: 0; bottom: -1px; height: 1px; width: 0; background: var(--ink); transition: width .35s var(--ease); }
.aside li a:hover::after, .aside li.here a::after { width: 100%; }
.aside .photo { aspect-ratio: 4 / 5; margin-top: 36px; }
.aside .btn { margin-top: 30px; width: 100%; min-width: 0; }

/* FAQ inside prose uses the home-page accordion styles */
.prose .faq-item { text-transform: none; letter-spacing: 0; }
.prose .faq-q { text-transform: none; letter-spacing: 0; font-size: 16px; font-weight: 700; }
.prose .faq-a p { text-align: left; max-width: 100%; font-size: 16px; padding-bottom: 18px; }
.prose .faq-item + .faq-item { margin-top: 0; }

/* related pages */
.related { margin-top: 110px; }
.related h2 { font-family: var(--display); font-weight: 400; font-size: clamp(30px,4vw,56px); line-height: 1; margin: 0 0 30px; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.related-grid a { display: block; }
.related-grid .photo { aspect-ratio: 4 / 5; }
.related-grid .t { display: block; margin-top: 12px; font-size: 12px; letter-spacing: .06em; }
.related-grid .d { display: block; margin-top: 4px; font-size: 13px; text-transform: none; letter-spacing: 0; color: var(--ink-soft); line-height: 1.4; }

/* index/hub grids (services, journal) */
.hub-intro { max-width: 760px; margin-top: 56px; }
.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 20px; margin-top: 60px; }
.hub-grid a { display: block; }
.hub-grid .photo { aspect-ratio: 4 / 5; }
.hub-grid .t { display: block; margin-top: 12px; font-family: var(--display); font-size: 24px; letter-spacing: .03em; line-height: 1; }
.hub-grid .d { display: block; margin-top: 8px; font-size: 14px; text-transform: none; letter-spacing: 0; color: var(--ink-soft); line-height: 1.45; }
.hub-grid .m { display: block; margin-top: 8px; font-size: 11px; letter-spacing: .06em; color: var(--ink-soft); }

/* footer sitemap (all pages) */
.footer-map { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--line); }
.footer-map h5 { font-family: var(--display); font-weight: 400; font-size: 16px; letter-spacing: .06em; margin: 0 0 10px; }
.footer-map li { font-size: 11px; letter-spacing: .05em; line-height: 1.75; }
.footer-map a { display: inline-block; position: relative; z-index: 1; padding: 2px 0; }
.footer-map a:hover { text-decoration: underline; text-underline-offset: 2px; }

/* home-page services strip */
.services { padding-top: 140px; }
.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 40px; }
.services-grid a { display: block; }
.services-grid .photo { aspect-ratio: 4 / 5; }
.services-grid .t { display: block; margin-top: 10px; font-size: 12px; letter-spacing: .06em; }
.services-grid .d { display: block; margin-top: 4px; font-size: 12px; text-transform: none; letter-spacing: 0; color: var(--ink-soft); line-height: 1.4; }
.services-text { margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.services-text p { text-transform: none; letter-spacing: 0; font-size: 15px; line-height: 1.6; }
.services-text a { text-decoration: underline; text-underline-offset: 2px; }

/* responsive */
@media (max-width: 1000px) {
  .article { grid-template-columns: 1fr; gap: 50px; }
  .aside { position: static; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .hub-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-map { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .page-hero { grid-template-columns: 1fr; gap: 26px; }
  .page-hero.tall .photo { max-width: 70%; justify-self: start; }
  .page-hero .lede { font-size: 16px; }
  .prose { font-size: 16px; }
  .prose .two-up { grid-template-columns: 1fr 1fr; gap: 12px; }
  .related-grid, .hub-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .services-text { grid-template-columns: 1fr; gap: 20px; }
  .footer-map { grid-template-columns: 1fr 1fr; gap: 20px; }
  .services { padding-top: 90px; }
}
