/* Site-wide presentation system. Page data and interaction hooks stay in their templates. */
:root { --alba-sand: #e9dfd5; --alba-brand-surface: var(--alba-red); --alba-paper: #f7f4f0; --alba-charcoal: #242326; }
.alba-theme { background: #fff; }
.alba-theme .alba-header { border-bottom: 0; }
.alba-theme .alba-header::after {
  content: ''; position: absolute; inset: auto 0 0; height: 4px; pointer-events: none;
  background: linear-gradient(90deg,var(--alba-red) 0%,#8f0f14 20%,#be1217 42%,#ef555b 58%,#f7b0b3 68%,#be1217 82%,var(--alba-red) 100%);
  box-shadow: 0 2px 8px rgba(190,18,23,.18);
}
.alba-inner-page .alba-container { width: min(1320px, calc(100% - 64px)); max-width: 1320px; }
.alba-inner-page .alba-page-layout { padding-top: var(--alba-header-offset, 96px); background: var(--alba-paper); }
.alba-inner-page .alba-page-hero { padding: 28px 0 44px; background: var(--alba-paper); }
.alba-inner-page .alba-page-hero__inner {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch;
  gap: 0; border-radius: 24px; overflow: hidden; background: var(--alba-brand-surface);
  box-shadow: 0 16px 40px rgba(55,25,29,.08);
}
.alba-inner-page .alba-page-hero__copy {
  min-width: 0; display: grid; align-content: center; gap: 18px;
  padding: clamp(28px, 3.3vw, 48px); background: var(--alba-brand-surface); color: #fff;
}
.alba-inner-page .alba-page-hero__copy h1 {
  max-width: 22ch; color: #fff; font-size: clamp(2.2rem, 3.5vw, 3.45rem);
  line-height: 1.1; letter-spacing: -.045em; text-wrap: balance; overflow-wrap: anywhere;
}
.alba-inner-page .alba-page-hero__copy h2 { max-width: 30ch; color: #ffd4d4; font-size: clamp(1.15rem, 1.6vw, 1.5rem); line-height: 1.4; letter-spacing: -.02em; }
.alba-inner-page .alba-page-hero__copy p { max-width: 54ch; color: #f1e4e7; font-size: 1rem; line-height: 1.7; margin: 0; }
.alba-inner-page .alba-page-hero__badge { background: rgba(255,255,255,.12); color: #ffe1e1; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; font-size: .75rem; }
.alba-inner-page .alba-page-hero__copy [class$='hero__reassurance-item'] { color: #f1e4e7; background: transparent; }
.alba-inner-page .alba-page-hero__copy [class$='hero__reassurance-item'] .alba-icon { color: #ffb9bc; }
.alba-inner-page .alba-page-hero__visual { min-width: 0; min-height: 400px; background: #30252a; }
.alba-inner-page .alba-page-hero__visual::before { background: linear-gradient(90deg,rgba(190,18,23,.24),transparent 45%); pointer-events: none; }
.alba-inner-page .alba-page-hero__visual > img { width: 100%; height: 100%; object-fit: cover; }
.alba-inner-page .alba-podcast-hero__visual::before { background: linear-gradient(140deg,#8f0f14,var(--alba-red-dark)); }
.alba-inner-page .alba-breadcrumbs { color: #6b5c62; font-size: .8rem; gap: 8px; flex-wrap: wrap; }
.alba-inner-page .alba-page-section { padding: clamp(48px, 5vw, 76px) 0; }
.alba-inner-page .alba-page-section--white { background: #fff; }
.alba-inner-page .alba-page-section--sand { background: var(--alba-sand); }
.alba-inner-page .alba-page-section--soft { background: var(--alba-paper); }
.alba-inner-page .alba-section-heading { max-width: 760px; margin-bottom: 32px; }
.alba-inner-page .alba-section-heading h2 { font-size: clamp(1.9rem, 2.8vw, 2.7rem); line-height: 1.16; letter-spacing: -.04em; text-wrap: balance; }
.alba-inner-page h3 { line-height: 1.3; letter-spacing: -.025em; }
.alba-inner-page .alba-surface-card,
.alba-inner-page .alba-faq-item { border: 1px solid #e1d7d0; border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(40,25,30,.045); }
.alba-inner-page .alba-surface-card:hover { box-shadow: 0 12px 28px rgba(40,25,30,.075); }
.alba-inner-page .alba-page-band { padding: 24px 0; margin: 0; background: #e9dfd5; color: #30282a; }
.alba-inner-page .alba-page-band [class$='__card'] { background: transparent; box-shadow: none; border: 0; }
.alba-inner-page .alba-page-band :is(h2,h3,strong) { color: #30282a; font-size: 1rem; line-height: 1.35; }
.alba-inner-page .alba-page-band p { color: #62555b; font-size: .9rem; }
.alba-inner-page .alba-page-band .alba-icon { color: #a6101a; }
.alba-inner-page .alba-page-section--dark { background: var(--alba-charcoal); color: #fff; }
.alba-inner-page .alba-page-section--dark :is(h2,h3) { color: #fff; }
.alba-inner-page .alba-page-section--dark p { color: #d7cdd3; line-height: 1.7; }
.alba-inner-page .alba-page-section--dark .alba-section-heading h2::after { background: #ef777c; }
.alba-inner-page .alba-page-section--dark article { background: #302e32; border: 1px solid #50454c; border-radius: 18px; padding: 26px; box-shadow: none; }
.alba-inner-page .alba-page-section--dark article .alba-icon { color: #ffc4c7; background: #4b3037; }
.alba-inner-page .alba-page-cta { padding: 48px 0; background: var(--alba-red); color: #fff; }
.alba-inner-page .alba-page-cta__inner {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center;
  gap: 36px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none;
}
.alba-inner-page .alba-page-cta__copy { display: flex; align-items: center; gap: 20px; min-width: 0; }
.alba-inner-page .alba-page-cta__copy > span { flex-shrink: 0; }
.alba-inner-page .alba-page-cta h2 { color: #fff; max-width: 26ch; font-size: clamp(1.9rem, 2.8vw, 2.7rem); line-height: 1.16; text-wrap: balance; }
.alba-inner-page .alba-page-cta p { color: #ffe6e7; max-width: 58ch; line-height: 1.65; }
.alba-inner-page .alba-page-cta__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.alba-inner-page .alba-footer { background: #171719; border-top: 0; padding-bottom: 105px; }
.alba-theme .alba-quote-prompt { width: auto; max-width: calc(100vw - 110px); right: 24px; padding: 0; border-radius: 999px; }
.alba-theme .alba-quote-prompt__copy { display: none; }
.alba-theme .alba-quote-prompt__button { min-height: 52px; padding: 14px 22px; }
.alba-theme :is(a,button,input,select,textarea):focus-visible { outline: 3px solid #be1217; outline-offset: 3px; }
.alba-inner-page .alba-page-hero a:focus-visible,
.alba-inner-page .alba-page-section--dark a:focus-visible,
.alba-inner-page .alba-page-cta a:focus-visible { outline-color: #fff; }
/* Input styling excludes radios, checkboxes, file and hidden controls. */
.alba-inner-page :is(.alba-contact-form,.alba-devis-form) :is(input:not([type='radio']):not([type='checkbox']):not([type='hidden']):not([type='file']),select,textarea) {
  min-width: 0; width: 100%; background: #faf8f6; border: 1px solid #d5c8c0; border-radius: 10px; padding: 12px 14px; color: #30282a;
}
.alba-inner-page :is(.alba-contact-form,.alba-devis-form) label { min-width: 0; }
.alba-inner-page :is(.alba-contact-form,.alba-devis-form) label > span { font-size: .88rem; color: #3b3036; }
.alba-inner-page .alba-devis-progress { background: #f7f4f0; border: 1px solid #d8cbc2; border-radius: 18px; box-shadow: none; }
.alba-inner-page .alba-devis-progress__item.is-active strong { color: #961019; }
.alba-inner-page .alba-devis-step h2 { font-size: clamp(1.4rem, 2vw, 1.9rem); line-height: 1.3; }
.alba-inner-page .alba-contact-form-card__header::after { background: #be1217; }
.alba-inner-page .alba-faq-item.is-open { border-color: #c99b9c; }
.alba-inner-page .alba-faq-item__trigger { font-size: 1.05rem; line-height: 1.45; }
.alba-inner-page .alba-faq-categories__button { border-radius: 10px; }
.alba-inner-page .alba-faq-categories__button.is-active { background: var(--alba-red); }
.alba-inner-page .alba-faq-layout__sidebar { top: calc(var(--alba-header-offset) + 24px); }
.alba-inner-page .alba-podcast-featured__embed :is(iframe,audio,video),
.alba-inner-page iframe { max-width: 100%; }
/* Generic pages, legal content, articles, search and archives. */
.alba-inner-page .alba-generic-page { padding: calc(var(--alba-header-offset, 96px) + 48px) 0 80px; background: var(--alba-paper); min-height: 65vh; }
.alba-inner-page .alba-generic-article { padding: clamp(24px, 4vw, 56px); margin-bottom: 24px; background: #fff; border: 1px solid #e2d7cf; border-radius: 22px; box-shadow: none; }
.alba-inner-page .alba-generic-article__header { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid #e6ddd6; }
.alba-inner-page .alba-generic-article h1, .alba-inner-page .alba-listing-title { color: var(--alba-red); max-width: 28ch; font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1.14; overflow-wrap: anywhere; }
.alba-inner-page .alba-generic-article__content { max-width: 78ch; color: #41363d; line-height: 1.85; }
.alba-inner-page .alba-generic-article__content :is(h2,h3) { margin: 1.8em 0 .6em; line-height: 1.3; }
.alba-inner-page .alba-generic-article__content h2 { font-size: clamp(1.5rem, 2vw, 2rem); }
.alba-inner-page .alba-generic-article__content a { color: #a81019; text-decoration: underline; text-underline-offset: 3px; }
.alba-inner-page .alba-generic-article__content :is(img,video,iframe) { max-width: 100%; }
.alba-inner-page .alba-generic-article__content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.alba-inner-page .alba-generic-article__content :is(td,th) { padding: 12px; border: 1px solid #dfd3ca; }
.alba-listing-header { margin-bottom: 32px; }
.alba-listing-card h2 { font-size: 1.6rem; line-height: 1.3; }
.alba-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 10px; }
.alba-pagination .page-numbers { display: inline-flex; padding: 10px 16px; background: #fff; border: 1px solid #d9cbc1; border-radius: 10px; }
.alba-pagination .current { background: var(--alba-red); color: #fff; }
.alba-search-form { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.alba-search-form input { flex: 1; min-width: 0; padding: 14px; border: 1px solid #cdbfb6; border-radius: 10px; }
@media (max-width: 1100px) {
  .alba-inner-page .alba-page-hero__copy { padding: 30px; }
  .alba-inner-page .alba-page-cta__inner { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .alba-inner-page .alba-page-cta__actions { justify-content: flex-start; }
}
@media (max-width: 920px) {
  .alba-inner-page .alba-page-hero__inner { grid-template-columns: minmax(0, 1fr); }
  .alba-inner-page .alba-page-hero__visual { min-height: 0; height: 280px; }
  .alba-inner-page .alba-page-hero__copy h1 { max-width: 25ch; }
  .alba-inner-page :is(.alba-contact-main__grid,.alba-devis-layout,.alba-faq-layout__grid) { grid-template-columns: minmax(0,1fr); }
  .alba-inner-page :is(.alba-faq-layout__sidebar,.alba-devis-sidebar) { position: static; }
}
@media (max-width: 700px) {
  .alba-inner-page .alba-container { width: calc(100% - 32px); }
  .alba-theme .alba-header::after { height: 3px; }
  .alba-inner-page .alba-page-hero { padding: 20px 0 32px; }
  .alba-inner-page .alba-page-hero__copy { padding: 28px 24px; }
  .alba-inner-page .alba-page-hero__copy h1 { font-size: 2rem; }
  .alba-inner-page .alba-page-hero__visual { height: 220px; }
  .alba-inner-page .alba-page-cta__copy { align-items: flex-start; }
  .alba-inner-page .alba-page-cta__copy > span { display: none; }
  .alba-inner-page .alba-page-cta__actions { flex-direction: column; width: 100%; }
  .alba-inner-page .alba-page-section--dark article { padding: 22px; }
  .alba-inner-page .alba-faq-item__trigger { padding: 18px; }
  .alba-inner-page .alba-devis-form { padding: 22px 18px; }
  .alba-theme .alba-quote-prompt { right: 12px; }
  .alba-theme .alba-quote-prompt__button { font-size: .85rem; padding: 12px 16px; }
}
/* Dense functional pages need compact reassurance and progress indicators. */
.alba-inner-page .alba-page-hero__copy [class$='hero__reassurance'] {
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 8px;
}
.alba-inner-page .alba-page-hero__copy [class$='hero__reassurance-item'] {
  display: grid; grid-template-columns: 28px minmax(0,1fr); align-items: center; gap: 10px; font-size: .82rem; line-height: 1.45;
}
.alba-inner-page .alba-page-hero__copy [class$='hero__reassurance-item'] .alba-icon { width: 28px; height: 28px; }
.alba-inner-page .alba-contact-agencies { padding: 24px; }
.alba-inner-page .alba-contact-agencies .alba-section-heading h2 { font-size: 1.7rem; }
.alba-inner-page .alba-page-layout :is(article,section,div) { min-width: 0; }
.alba-inner-page .alba-page-hero__copy .alba-button--ghost { color: #fff; border-color: rgba(255,255,255,.6); background: transparent; }
@media (max-width: 760px) {
  .alba-inner-page .alba-devis-progress { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 6px; padding: 18px 12px; }
  .alba-inner-page .alba-devis-progress__item strong { display: none; }
  .alba-inner-page .alba-devis-progress__item span { width: 34px; height: 34px; }
  .alba-inner-page .alba-devis-progress__item.is-active strong { display: block; position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
}
@media (max-width: 380px) {
  .alba-inner-page .alba-page-hero__copy [class$='hero__reassurance'] { grid-template-columns: minmax(0,1fr); }
}
.alba-inner-page .alba-page-section--dark a:not(.alba-button),
.alba-inner-page .alba-podcast-upcoming__status { color: #ffc4c7; }
/* Remove legacy nested gradients so each section keeps one readable surface. */
.alba-inner-page .alba-page-band > .alba-container {
  background: transparent; box-shadow: none; border: 0; border-radius: 0;
}
.alba-inner-page .alba-page-band [class$='__item'] { border-color: #d6c7bc; }
.alba-inner-page .alba-page-hero__visual { position: relative; }
.alba-inner-page .alba-page-hero__visual > img { position: absolute; inset: 0; }
.alba-inner-page :is(.alba-storage-why__grid,.alba-junk-why__grid,.alba-mq-process__grid,.alba-junk-process__grid,.alba-vehicle-process__grid,.alba-military-process__grid) {
  gap: 18px; background: transparent; box-shadow: none; border: 0; overflow: visible;
}
.alba-inner-page .alba-destination-international__inner { background: #302e32; box-shadow: none; }
.alba-inner-page .alba-destination-international__copy { background: #302e32; }
.alba-inner-page .alba-destination-international__copy .alba-eyebrow { color: #ffc4c7; }
.alba-inner-page .alba-destination-international__visual::before { background: linear-gradient(90deg,rgba(48,46,50,.3),transparent); }
.alba-inner-page .alba-destination-international__panel h3 { color: #30282a; }
.alba-inner-page .alba-destination-international__panel a { color: var(--alba-red); }
.alba-inner-page .alba-podcast-upcoming__badge strong { color: #ffc4c7; }
.alba-inner-page .alba-podcast-topics__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.alba-inner-page .alba-podcast-featured__cover-content h3 { max-width: 24ch; font-size: clamp(1.5rem,2.5vw,2.4rem); line-height: 1.2; }
@media (max-width: 520px) {
  .alba-inner-page .alba-podcast-topics__grid { grid-template-columns: minmax(0,1fr); }
}
.alba-inner-page .alba-agencies-hero__highlights { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.alba-inner-page .alba-agencies-hero__highlight { color: #fff; font-size: .82rem; }
.alba-inner-page .alba-agencies-hero__highlight .alba-icon { color: #ffd4d6; }
.alba-inner-page .alba-agencies-cards-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.alba-inner-page .alba-agency-card { display: flex; flex-direction: column; padding: 0; }
.alba-inner-page .alba-agency-card__media { min-height: 0; height: 220px; background: #fff; }
.alba-inner-page .alba-agency-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 16px; border-radius: 0; }
.alba-inner-page .alba-agency-card__body { padding: 24px; gap: 18px; flex: 1; }
.alba-inner-page .alba-agency-card__body h3 { font-size: 1.35rem; line-height: 1.25; }
.alba-inner-page .alba-agency-card__meta li { font-size: .88rem; gap: 10px; }
.alba-inner-page .alba-agency-card .alba-button { min-width: 0; }
.alba-inner-page .alba-junk-why__item { background: #fff; border: 1px solid #e1d7d0; border-radius: 18px; padding: 26px; }
@media (max-width: 1024px) {
  .alba-inner-page .alba-agencies-cards-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .alba-inner-page .alba-agencies-cards-grid { grid-template-columns: minmax(0,1fr); }
}
/* On the red home hero, the primary action stays distinct from its background. */
.alba-front-page .alba-hero__actions .alba-button--solid { background: #fff; color: var(--alba-red); box-shadow: 0 8px 24px rgba(70,0,0,.1); }
.alba-front-page .alba-hero__actions .alba-button--solid .alba-button__icon { background: #f8d8da; color: var(--alba-red); }
.alba-front-page .alba-hero__actions .alba-button--solid:hover { background: #fff1f1; }
