:root {
  --as-ink: #171714;
  --as-muted: #66645f;
  --as-paper: #f6f3ec;
  --as-soft: #ece8df;
  --as-line: rgba(23, 23, 20, .17);
  --as-gold: #91783d;
  --as-dark: #151712;
}

body.auvrien-editorial-page .entry-header,
body.auvrien-editorial-page .page-header,
body.auvrien-editorial-page .content-title,
body.auvrien-editorial-page .entry-title,
body.auvrien-editorial-page .site-main > .page > .entry-content > h1:first-child {
  display: none !important;
}

body.auvrien-editorial-page .site-main,
body.auvrien-editorial-page .content-area,
body.auvrien-editorial-page .content-container,
body.auvrien-editorial-page .entry-content,
body.auvrien-editorial-page .site-main > article {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.auvrien-editorial-page { overflow-x: clip; }
.auvrien-service-page { background: #fff; color: var(--as-ink); font-family: var(--global-body-font-family, Arial, sans-serif); }
.auvrien-service-page *, .auvrien-service-page *::before, .auvrien-service-page *::after { box-sizing: border-box; }
.auvrien-service-page img { display: block; width: 100%; height: auto; }
.auvrien-service-page a { color: inherit; }
.as-shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.as-kicker { margin: 0 0 22px !important; color: var(--as-gold); font-size: 11px !important; font-weight: 700; letter-spacing: .22em; line-height: 1.4 !important; text-transform: uppercase; }
.auvrien-service-page h1, .auvrien-service-page h2, .auvrien-service-page h3 { color: var(--as-ink); font-family: var(--global-heading-font-family, Georgia, serif); font-weight: 400; }
.auvrien-service-page h1 { margin: 0 !important; max-width: 850px; font-size: clamp(48px, 6.1vw, 92px) !important; letter-spacing: -.045em; line-height: .98 !important; }
.auvrien-service-page h2 { margin: 0 0 26px !important; font-size: clamp(36px, 4vw, 58px) !important; letter-spacing: -.035em; line-height: 1.04 !important; }
.auvrien-service-page h3 { margin: 0 0 13px !important; font-size: 24px !important; line-height: 1.2 !important; }
.auvrien-service-page p { color: var(--as-muted); font-size: 16px !important; line-height: 1.75 !important; }
.as-lead { max-width: 680px; font-size: 18px !important; }
.as-small { font-size: 12px !important; line-height: 1.65 !important; }

.as-subnav { border-bottom: 1px solid var(--as-line); background: rgba(255,255,255,.96); }
.as-subnav .as-shell { display: flex; min-height: 58px; align-items: center; gap: 34px; }
.as-subnav-label { color: var(--as-muted); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.as-subnav-links { display: flex; overflow-x: auto; scrollbar-width: none; gap: 28px; }
.as-subnav-links::-webkit-scrollbar { display: none; }
.as-subnav a { position: relative; flex: none; padding: 20px 0 17px; color: #696761; font-size: 12px; text-decoration: none; }
.as-subnav a.is-current { color: var(--as-ink); }
.as-subnav a.is-current::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--as-gold); content: ""; }

.as-hero { padding: clamp(90px, 11vw, 160px) 0 clamp(76px, 9vw, 130px); background: var(--as-paper); }
.as-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); align-items: end; gap: 90px; }
.as-hero-copy { padding-bottom: 5px; }
.as-hero-copy > p { margin: 0 !important; color: #4f4d48; font-size: 18px !important; line-height: 1.72 !important; }

.as-promise-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-right: 1px solid var(--as-line); border-bottom: 1px solid var(--as-line); border-left: 1px solid var(--as-line); }
.as-promise-strip article { min-height: 150px; padding: 34px; border-right: 1px solid var(--as-line); }
.as-promise-strip article:last-child { border: 0; }
.as-promise-strip strong, .as-promise-strip span { display: block; }
.as-promise-strip strong { margin-bottom: 11px; font-family: var(--global-heading-font-family, Georgia, serif); font-size: 30px; font-weight: 400; }
.as-promise-strip span { color: var(--as-muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.as-section { padding-top: clamp(88px, 10vw, 150px); padding-bottom: clamp(88px, 10vw, 150px); }
.as-two-col { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(60px, 9vw, 140px); }
.as-section-heading { max-width: 790px; margin-bottom: 55px; }
.as-long-copy p { margin: 0 0 28px !important; font-size: 18px !important; }

.as-timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--as-line); }
.as-timeline li { display: grid; grid-template-columns: 64px 1fr; gap: 28px; padding: 29px 0; border-bottom: 1px solid var(--as-line); }
.as-timeline li > span, .as-care-grid article > span { padding-top: 4px; color: var(--as-gold); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.as-timeline p, .as-care-grid p, .as-info-grid p { margin: 0 !important; font-size: 14px !important; }

.as-image-feature { display: grid; grid-template-columns: 1.17fr .83fr; align-items: stretch; padding-top: 0; padding-bottom: clamp(88px, 10vw, 150px); }
.as-image-feature figure { min-height: 620px; margin: 0; overflow: hidden; background: #d8d5ce; }
.as-image-feature figure img { height: 100%; object-fit: cover; }
.as-image-feature > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 100px); background: var(--as-dark); }
.as-image-feature > div h2, .as-image-feature > div p, .as-image-feature > div li { color: #f5f1e8; }
.as-image-feature > div .as-kicker { color: #bba36d; }
.as-image-feature-reverse { grid-template-columns: .94fr 1.06fr; }
.as-image-feature-reverse figure { order: 2; }
.as-image-feature-reverse > div { order: 1; }

.as-check-list, .as-cross-list { margin: 22px 0 0; padding: 0; list-style: none; }
.as-check-list li, .as-cross-list li { position: relative; margin: 0; padding: 14px 0 14px 28px; border-top: 1px solid currentColor; border-color: rgba(128,128,128,.28); font-size: 14px; }
.as-check-list li::before { position: absolute; top: 14px; left: 0; content: "✓"; }
.as-cross-list li::before { position: absolute; top: 14px; left: 0; content: "—"; }

.as-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--as-line); border-left: 1px solid var(--as-line); }
.as-info-grid article { min-height: 210px; padding: 35px; border-right: 1px solid var(--as-line); border-bottom: 1px solid var(--as-line); }
.as-compare { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--as-line); }
.as-compare > div { padding: clamp(34px, 5vw, 64px); }
.as-compare > div + div { border-left: 1px solid var(--as-line); background: var(--as-paper); }
.as-note { display: grid; grid-template-columns: 250px 1fr; gap: 55px; margin-top: 34px; padding: 35px; background: var(--as-dark); }
.as-note strong, .as-note p { color: #f5f1e8; }
.as-note strong { font-family: var(--global-heading-font-family, Georgia, serif); font-size: 23px; font-weight: 400; }
.as-note p { margin: 0 !important; font-size: 14px !important; }

.as-faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 9vw, 130px); padding-top: clamp(88px, 10vw, 150px); padding-bottom: clamp(88px, 10vw, 150px); border-top: 1px solid var(--as-line); }
.as-accordions { border-top: 1px solid var(--as-line); }
.as-accordions details { border-bottom: 1px solid var(--as-line); }
.as-accordions summary { position: relative; padding: 26px 50px 26px 0; cursor: pointer; font-family: var(--global-heading-font-family, Georgia, serif); font-size: 21px; list-style: none; }
.as-accordions summary::-webkit-details-marker { display: none; }
.as-accordions summary::after { position: absolute; top: 24px; right: 2px; content: "+"; font-family: Arial, sans-serif; font-size: 20px; }
.as-accordions details[open] summary::after { content: "−"; }
.as-accordions details p { margin: -4px 0 25px !important; padding-right: 55px; font-size: 14px !important; }

.as-care-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--as-line); border-left: 1px solid var(--as-line); }
.as-care-grid article { min-height: 270px; padding: 34px; border-right: 1px solid var(--as-line); border-bottom: 1px solid var(--as-line); }
.as-care-grid article > span { display: block; margin-bottom: 38px; }
.as-care-grid-four { grid-template-columns: repeat(4, 1fr); }
.as-do-dont { border-top: 1px solid var(--as-line); }
.as-do-dont > div { padding: 27px 0; border-bottom: 1px solid var(--as-line); }
.as-do-dont strong { display: block; margin-bottom: 7px; font-family: var(--global-heading-font-family, Georgia, serif); font-size: 22px; font-weight: 400; }
.as-do-dont p { margin: 0 !important; font-size: 14px !important; }

.as-contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: -1px; border: 1px solid var(--as-line); }
.as-contact-cards a { position: relative; min-height: 235px; padding: 38px; text-decoration: none; }
.as-contact-cards a + a { border-left: 1px solid var(--as-line); }
.as-contact-cards span, .as-contact-cards small { display: block; color: var(--as-muted); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.as-contact-cards strong { display: block; margin: 44px 0 15px; font-family: var(--global-heading-font-family, Georgia, serif); font-size: clamp(25px, 3vw, 39px); font-weight: 400; }
.as-policy-box { padding: clamp(35px, 5vw, 62px); background: var(--as-paper); }
.as-process-band { padding: 80px 0; background: var(--as-dark); }
.as-process-band .as-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: end; }
.as-process-band h2, .as-process-band li { color: #f5f1e8; }
.as-process-band ol { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.as-process-band li { padding: 24px 18px 0 0; font-family: var(--global-heading-font-family, Georgia, serif); font-size: 20px; }
.as-process-band li span { display: block; margin-bottom: 35px; color: #bba36d; font: 10px Arial, sans-serif; letter-spacing: .2em; }

.as-story-hero { padding-top: 0; }
.as-story-hero figure { margin: 0; height: min(72vw, 820px); overflow: hidden; }
.as-story-hero img { height: 100%; object-fit: cover; object-position: center 44%; }
.as-story-caption { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 27px 0; border-bottom: 1px solid var(--as-line); }
.as-story-caption p { margin: 0 !important; font-size: 13px !important; }
.as-workshop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.as-workshop-grid figure { margin: 0; }
.as-workshop-grid img { height: 540px; object-fit: cover; }
.as-workshop-grid figcaption { padding: 16px 0; color: var(--as-muted); font-size: 12px; }
.as-company-proof { padding: clamp(90px,10vw,150px) 0; background: var(--as-paper); }
.as-company-proof dl { margin: 0; border-top: 1px solid var(--as-line); }
.as-company-proof dl div { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding: 20px 0; border-bottom: 1px solid var(--as-line); }
.as-company-proof dt { color: var(--as-muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.as-company-proof dd { margin: 0; font-size: 13px; line-height: 1.6; }

.as-contact-band { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: end; padding: clamp(70px,8vw,110px) max(32px,calc((100vw - 1180px)/2)); background: var(--as-dark); }
.as-contact-band h2, .as-contact-band p { color: #f5f1e8; }
.as-contact-band > div:first-child { max-width: 720px; }
.as-contact-band > div:first-child > p:last-child { max-width: 610px; }
.as-contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.as-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.as-button-light, .as-text-link-light { color: #f5f1e8 !important; }
.as-text-link { font-size: 12px; text-underline-offset: 4px; }

.as-legal { display: grid; grid-template-columns: 280px 1fr; gap: clamp(60px, 9vw, 140px); padding-top: 100px; padding-bottom: 130px; }
.as-legal aside { position: sticky; top: 30px; align-self: start; }
.as-legal aside nav { display: flex; flex-direction: column; margin-bottom: 34px; border-top: 1px solid var(--as-line); }
.as-legal aside nav a { padding: 12px 0; border-bottom: 1px solid var(--as-line); color: var(--as-muted); font-size: 12px; text-decoration: none; }
.as-legal-content > section { position: relative; padding: 0 0 70px 75px; border-bottom: 1px solid var(--as-line); margin-bottom: 70px; scroll-margin-top: 30px; }
.as-legal-content > section > span { position: absolute; top: 7px; left: 0; color: var(--as-gold); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.as-legal-content h2 { font-size: clamp(31px, 3.3vw, 46px) !important; }
.as-legal-content p, .as-legal-content li { font-size: 15px; line-height: 1.75; }
.as-legal-content li { margin-bottom: 9px; color: var(--as-muted); }

@media (max-width: 900px) {
  .as-shell { width: min(100% - 40px, 720px); }
  .as-hero-grid, .as-two-col, .as-faq, .as-contact-band, .as-process-band .as-shell, .as-legal { grid-template-columns: 1fr; }
  .as-hero-grid { gap: 40px; }
  .as-promise-strip article { padding: 24px 20px; }
  .as-image-feature, .as-image-feature-reverse { grid-template-columns: 1fr; }
  .as-image-feature figure, .as-image-feature-reverse figure { order: 1; min-height: 0; aspect-ratio: 4/3; }
  .as-image-feature > div, .as-image-feature-reverse > div { order: 2; }
  .as-care-grid { grid-template-columns: repeat(2, 1fr); }
  .as-care-grid-four { grid-template-columns: repeat(2, 1fr); }
  .as-contact-band { gap: 36px; padding-inline: 28px; }
  .as-legal { gap: 65px; }
  .as-legal aside { position: static; }
  .as-legal aside nav { display: grid; grid-template-columns: repeat(2, 1fr); }
  .as-workshop-grid img { height: 410px; }
}

@media (max-width: 620px) {
  .as-shell { width: calc(100% - 32px); }
  .as-kicker { margin-bottom: 15px !important; font-size: 9px !important; }
  .auvrien-service-page h1 { font-size: clamp(42px, 13vw, 62px) !important; line-height: .98 !important; }
  .auvrien-service-page h2 { margin-bottom: 18px !important; font-size: clamp(31px, 9.5vw, 42px) !important; }
  .auvrien-service-page h3 { font-size: 21px !important; }
  .auvrien-service-page p { font-size: 14px !important; line-height: 1.68 !important; }
  .as-lead { font-size: 15px !important; }
  .as-subnav .as-shell { width: 100%; min-height: 48px; padding-left: 16px; gap: 16px; }
  .as-subnav-label { display: none; }
  .as-subnav-links { width: 100%; gap: 22px; padding-right: 16px; }
  .as-subnav a { padding: 16px 0 13px; font-size: 11px; }
  .as-hero { padding: 72px 0 66px; }
  .as-hero-grid { gap: 26px; }
  .as-hero-copy > p { font-size: 15px !important; }
  .as-promise-strip { width: calc(100% - 32px); grid-template-columns: 1fr; border-top: 1px solid var(--as-line); }
  .as-promise-strip article { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 0; align-items: center; padding: 19px; border-right: 0; border-bottom: 1px solid var(--as-line); }
  .as-promise-strip article:last-child { border-bottom: 0; }
  .as-promise-strip strong { margin: 0; font-size: 23px; }
  .as-promise-strip span { font-size: 9px; line-height: 1.5; }
  .as-section { padding-top: 72px; padding-bottom: 72px; }
  .as-two-col, .as-faq { gap: 38px; }
  .as-section-heading { margin-bottom: 32px; }
  .as-timeline li { grid-template-columns: 42px 1fr; gap: 15px; padding: 22px 0; }
  .as-timeline p, .as-info-grid p, .as-care-grid p { font-size: 12.5px !important; }
  .as-image-feature { width: 100%; padding-bottom: 72px; }
  .as-image-feature figure { aspect-ratio: 1/1; }
  .as-image-feature > div { padding: 44px 24px; }
  .as-info-grid, .as-compare, .as-contact-cards, .as-workshop-grid { grid-template-columns: 1fr; }
  .as-info-grid article { min-height: 0; padding: 27px 24px; }
  .as-compare > div { padding: 30px 24px; }
  .as-compare > div + div, .as-contact-cards a + a { border-top: 1px solid var(--as-line); border-left: 0; }
  .as-note { grid-template-columns: 1fr; gap: 15px; padding: 26px 23px; }
  .as-faq { padding-top: 72px; padding-bottom: 72px; }
  .as-accordions summary { padding: 22px 40px 22px 0; font-size: 18px; }
  .as-accordions details p { padding-right: 20px; font-size: 12.5px !important; }
  .as-care-grid, .as-care-grid-four { grid-template-columns: 1fr; }
  .as-care-grid article { min-height: 0; padding: 27px 24px; }
  .as-care-grid article > span { margin-bottom: 25px; }
  .as-contact-cards { width: 100%; border-right: 0; border-left: 0; }
  .as-contact-cards a { min-height: 178px; padding: 28px 20px; }
  .as-contact-cards strong { margin: 33px 0 12px; font-size: 25px; }
  .as-process-band { padding: 60px 0; }
  .as-process-band .as-shell { gap: 28px; }
  .as-process-band ol { grid-template-columns: 1fr; }
  .as-process-band li { display: grid; grid-template-columns: 42px 1fr; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 17px; }
  .as-process-band li span { margin: 4px 0 0; }
  .as-story-hero { width: 100%; }
  .as-story-hero figure { height: 92vw; }
  .as-story-caption { width: calc(100% - 32px); grid-template-columns: 1fr; margin: auto; gap: 8px; }
  .as-workshop-grid { width: 100%; gap: 6px; }
  .as-workshop-grid img { height: 108vw; max-height: 540px; }
  .as-workshop-grid figcaption { padding: 12px 16px 23px; }
  .as-company-proof dl div { grid-template-columns: 1fr; gap: 8px; }
  .as-contact-band { padding: 64px 20px; }
  .as-legal { padding-top: 68px; padding-bottom: 75px; gap: 48px; }
  .as-legal aside nav { grid-template-columns: 1fr 1fr; }
  .as-legal-content > section { padding: 0 0 48px 0; margin-bottom: 48px; }
  .as-legal-content > section > span { position: static; display: block; margin-bottom: 18px; }
  .as-legal-content p, .as-legal-content li { font-size: 13px; }
}

