:root {
  --ds-gold: #b69a5a; --ds-dark: #191919; --ds-text: #4a4642;
  --ds-sand: #efe9df; --ds-light: #f7f4ef; --ds-muted: #a89b8e;
  --ds-serif: "Cormorant Garamond", Georgia, serif;
  --ds-sans: "DM Sans", Arial, sans-serif;
  --ds-header-height: 84px;
  --bs-body-font-family: var(--ds-sans); --bs-body-color: var(--ds-text);
  --bs-body-line-height: 1.625; --bs-border-radius: 0;
}
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--ds-header-height)); }
body { margin: 0; font-family: var(--ds-sans); font-size: 16px; line-height: 1.625; color: var(--ds-text); background: #fff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--ds-serif); font-weight: 500; color: var(--ds-dark); }
img { max-width: 100%; }
a { color: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--ds-gold); outline-offset: 5px; }
.container { width: calc(100% - 48px); max-width: 1200px; padding-left: 0; padding-right: 0; }
.container--narrow { max-width: 1096px; }
.skip-link { position: fixed; top: 8px; left: 12px; z-index: 2000; padding: 10px 20px; background: var(--ds-light); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 16px; font-family: var(--ds-sans); font-weight: 500; font-size: 13px; line-height: 1.4; color: var(--ds-gold); letter-spacing: 2px; text-transform: uppercase; }
.section-title { font-size: clamp(32px, 3vw, 40px); line-height: 1.3; margin-bottom: 17px; }
.text-link { display: inline-block; width: fit-content; padding: 0 0 7px; border: 0; border-bottom: 1px solid var(--ds-gold); background: transparent; color: var(--ds-dark); font-size: 13px; line-height: 1.3; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--ds-gold); border-color: currentColor; }
.text-link--light { color: var(--ds-light); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 49px; padding: 14px 29px; border: 1px solid var(--ds-gold); color: var(--ds-light); font-size: 13px; font-weight: 700; line-height: 1.4; letter-spacing: 1px; text-align: center; text-transform: uppercase; text-decoration: none; transition: background .2s, border-color .2s, color .2s; }
.button:hover { border-color: var(--ds-gold); background: var(--ds-gold); color: var(--ds-light); }
.button--gold { background: var(--ds-gold); }
.button--gold:hover { border-color: var(--ds-light); background: var(--ds-light); color: var(--ds-dark); }
.button--light { border-color: var(--ds-light); background: transparent; }
.button--nav { min-height: 40px; padding: 11px 26px; font-size: 11.5px; font-weight: 400; }
.site-header { position: sticky; top: 0; z-index: 1030; height: var(--ds-header-height); background: var(--ds-dark); border-bottom: 1px solid rgba(168,155,142,.35); padding: 0 56px; }
.navbar { height: 100%; padding: 0; }
.navbar-brand { width: 68px; height: 59px; overflow: hidden; position: relative; }
.brand-image { position: absolute; width: 113.21%; max-width: none; height: 130.43%; left: -6.6%; top: -14.13%; }
.navbar-nav { gap: 31.7px; }
.navbar .nav-link { padding: 0 !important; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: #fff; }
.navbar .nav-link:hover, .navbar .nav-link:focus, .navbar .nav-link.is-active { color: var(--ds-gold); }
.navbar-toggler { border: 1px solid var(--ds-muted); width: 44px; height: 44px; color: var(--ds-light); }
.menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 20px; height: 1px; background: var(--ds-light); position: relative; }
.menu-lines::before, .menu-lines::after { content: ""; position: absolute; left: 0; }
.menu-lines::before { top: -6px; } .menu-lines::after { top: 6px; }
.hero { background: var(--ds-dark); }
.hero-slider { height: 792px; }
.hero__slide { position: relative; overflow: hidden; height: 100%; }
.hero__image, .hero__shade, .promo__image, .promo__shade { position: absolute; width: 100%; height: 100%; inset: 0; }
.hero__image { object-fit: cover; object-position: center; }
.hero__shade { background: linear-gradient(180deg, rgba(25,25,25,0), rgba(25,25,25,.9)); }
.hero__content { position: absolute; bottom: 100px; left: 56px; right: 24px; max-width: 660px; color: #fff; z-index: 1; }
.hero h1, .hero h2 { font-size: clamp(40px, 4.4vw, 62px); line-height: 1.1; color: #fff; margin: 0 0 17px; }
.hero__description { max-width: 480px; margin: 0 0 37px; color: rgba(255,255,255,.88); }
.slider-controls { flex-shrink: 0; }
.slider-arrow { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; background: transparent; color: var(--ds-dark); border: 1px solid var(--ds-muted); border-radius: 50%; font-family: Arial, sans-serif; font-size: 22px; line-height: 1; transition: background .2s, color .2s; }
.slider-arrow:hover { background: var(--ds-gold); border-color: var(--ds-gold); color: #fff; }
.slider-arrow:disabled { opacity: .35; cursor: default; }
.hero .slider-controls { position: absolute; right: 56px; bottom: 44px; z-index: 5; }
.hero .slider-arrow { color: #fff; border-color: rgba(255,255,255,.5); }
.about { background: var(--ds-sand); padding: 92px 0 120px; min-height: 936px; }
.about__intro { --bs-gutter-x: 45px; }
.about__copy { flex: 1; }
.about__intro > .col-lg-4 { width: 326px; }
.about__description { font-family: Roboto, var(--ds-sans); margin-bottom: 17px; }
.about__description p { margin-bottom: 0; }
.about__portrait { width: 281px; height: 359px; object-fit: cover; }
.values { --bs-gutter-x: 64px; margin-top: 165px; }
.values__icon { display: block; width: 34px; height: 34px; object-fit: contain; margin-bottom: 27px; }
.values h3 { font-size: 24px; line-height: 1.2; margin-bottom: 14px; }
.values p { margin-bottom: 0; }
.partners { padding: 115px 0 80px; overflow: hidden; }
.section-heading { margin-bottom: 55px; }
.section-heading .section-title { margin-bottom: 0; }
.partners-slider { overflow: visible; }
.partner-card { width: 340px; min-height: 263px; padding: 60px 40px; text-align: center; box-shadow: 0 10px 24px rgba(0,0,0,.13); background: white; }
.partner-card__logo { width: 260px; max-width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; margin: 0 auto 26px; overflow: hidden; }
.partner-card__logo img { width: 220px; height: 100px; object-fit: contain; }
.partner-card__logo--prima-cucine img { width: 321px; max-width: none; height: 320px; flex-shrink: 0; }
.method { padding: 140px 0; min-height: 810px; background: var(--ds-dark); color: rgba(247,244,239,.75); font-family: Manrope, var(--ds-sans); }
.method__intro { max-width: 670px; }
.method__intro h2 { color: var(--ds-light); font-size: 44px; line-height: 1.2; margin: 0 auto 20px; max-width: 580px; }
.method__intro > p:not(.eyebrow) { margin: 0 0 25px; line-height: 1.85; }
.method__steps { --bs-gutter-x: 36px; margin-top: 64px; }
.method__step { border-top: 1px solid rgba(247,244,239,.15); padding-top: 27px; }
.method__number { color: var(--ds-gold); font-family: var(--ds-serif); font-size: 32px; line-height: 1.2; }
.method__step h3 { color: var(--ds-light); font-family: Manrope, var(--ds-sans); font-size: 17px; font-weight: 600; margin: 14px 0 8px; }
.method__step p { font-size: 14.5px; line-height: 1.75; margin-bottom: 0; }
.journal { padding: 120px 0 140px; overflow: hidden; min-height: 863px; }
.journal .section-heading { margin-bottom: 40px; }
.journal-slider { overflow: visible; }
.journal-card { width: 340px; }
.journal-card__placeholder { width: 100%; height: 255px; display: flex; align-items: center; justify-content: center; background: var(--ds-sand); font: 10.5px/1.5 var(--ds-sans); color: rgba(25,25,25,.45); padding: 14px; margin-bottom: 20px; }
.journal-card__placeholder--1 { background: #d8cdbe; }
.journal-card__placeholder--2 { background: var(--ds-gold); }
.journal-card__placeholder--3 { background: var(--ds-muted); }
.journal-card time { display: block; margin-bottom: 8px; }
.journal-card h3 { font-size: 20px; font-weight: 700; line-height: 1.4; margin-bottom: 8px; }
.journal-card p { margin-bottom: 8px; }
.promo { position: relative; min-height: 380px; padding: 76px 0; overflow: hidden; color: rgba(255,255,255,.88); }
.promo__image { object-fit: cover; object-position: center 59%; }
.promo__shade { background: rgba(25,25,25,.75); }
.promo__content { max-width: 800px; z-index: 1; }
.promo h2 { color: #fff; }
.promo p { margin-bottom: 30px; line-height: 1.5; }
.site-footer { background: var(--ds-dark); color: var(--ds-light); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; border-top: 1px solid var(--ds-text); padding-top: 45px; }
.footer-brand { font-family: var(--ds-serif); font-size: 22px; font-weight: 600; margin-bottom: 10px; }
.footer-description { max-width: 260px; font-size: 15px; line-height: 22px; }
.footer-grid .eyebrow { margin-bottom: 20px; }
.footer-grid ul { font-size: 13.5px; line-height: 18px; margin: 0; }
.footer-grid li + li { margin-top: 10px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover, .footer-link:hover { color: var(--ds-gold); }
.footer-link { padding: 0; border: 0; background: transparent; color: inherit; text-align: left; font-size: inherit; }
.footer-bottom { margin-top: 35px; font-size: 13px; line-height: 1.4; }
.modal-content { background: var(--ds-light); border-radius: 0; border: 0; }
.modal-header, .modal-body { padding: 24px; }
.modal-title { font-size: 30px; line-height: 1.15; }
.modal-header { border-bottom-color: #d8cdbe; }
.site-breadcrumb { min-height: 58px; display: flex; align-items: center; border-bottom: 1px solid #ded5c8; background: var(--ds-light); }
.site-breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 0; margin: 0; padding: 16px 0; list-style: none; }
.site-breadcrumb li { color: var(--ds-muted); font-size: 11px; line-height: 1.4; letter-spacing: 1px; text-transform: uppercase; }
.site-breadcrumb li + li::before { content: '/'; display: inline-block; margin: 0 13px; color: var(--ds-gold); }
.site-breadcrumb a { color: var(--ds-dark); text-decoration: none; transition: color .2s; }
.site-breadcrumb a:hover { color: var(--ds-gold); }
.site-breadcrumb [aria-current="page"] { color: var(--ds-gold); }
.swiper:not(.swiper-initialized) > .swiper-wrapper { display: flex; }
.hero-slider:not(.swiper-initialized) .hero__slide { flex: 0 0 100%; }
.partners-slider:not(.swiper-initialized), .journal-slider:not(.swiper-initialized) { overflow-x: auto; }
.partners-slider:not(.swiper-initialized) .swiper-wrapper, .journal-slider:not(.swiper-initialized) .swiper-wrapper { gap: 28px; }
.partners-slider:not(.swiper-initialized) .swiper-slide, .journal-slider:not(.swiper-initialized) .swiper-slide { flex-shrink: 0; }
@media (min-width: 992px) {
  .about__intro > .about__copy { width: calc(100% - 326px); }
}
@media (max-width: 1199px) {
  .site-header { padding-inline: 32px; }
  .navbar-nav { gap: 20px; }
  .button--nav { padding-inline: 16px; }
  .values { --bs-gutter-x: 32px; }
  .about { padding-bottom: 96px; min-height: auto; }
  .values { margin-top: 100px; }
}
@media (max-width: 991px) {
  :root { --ds-header-height: 76px; }
  .site-header { padding-inline: 24px; }
  .navbar-brand { transform: scale(.85); transform-origin: left center; }
  .navbar-collapse { position: absolute; top: 76px; left: -24px; right: -24px; background: var(--ds-dark); padding: 0 24px; border-bottom: 1px solid var(--ds-muted); }
  .navbar-nav { padding: 24px 0; gap: 24px; }
  .hero-slider { height: min(760px, calc(100svh - 76px)); min-height: 560px; }
  .hero__content { left: 32px; }
  .hero .slider-controls { right: 32px; }
  .about { padding-top: 72px; }
  .about__intro > .about__copy { flex: 0 0 100%; width: 100%; }
  .about__intro > .col-lg-4 { width: 100%; margin-top: 40px; }
  .values { margin-top: 72px; }
  .values h3 { min-height: 58px; }
  .section-heading { align-items: flex-end !important; }
  .section-heading .slider-controls { gap: 8px !important; }
  .method { padding: 90px 0; min-height: auto; }
  .method__steps { row-gap: 36px; }
  .partners, .journal { padding-block: 80px; min-height: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  .container { width: calc(100% - 40px); }
  .site-breadcrumb { min-height: 52px; }
  .site-breadcrumb ol { flex-wrap: nowrap; overflow: hidden; padding: 14px 0; }
  .site-breadcrumb li { flex: 0 0 auto; }
  .site-breadcrumb li:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .site-breadcrumb li + li::before { margin-inline: 10px; }
  .about__intro { --bs-gutter-x: 0; }
  .hero__content { left: 24px; bottom: 112px; }
  .hero__description { max-width: 330px; }
  .hero .slider-controls { right: 24px; bottom: 32px; }
  .hero__image { object-position: 57% center; }
  .about { padding: 60px 0; }
  .values { row-gap: 40px; margin-top: 60px; }
  .values h3 { min-height: 0; }
  .values__icon { margin-bottom: 20px; }
  .section-heading { flex-wrap: wrap; gap: 20px !important; margin-bottom: 30px; }
  .section-heading > div:first-child { width: 100%; }
  .section-heading > .slider-controls { margin-left: auto; }
  .partner-card { width: 280px; padding-inline: 25px; }
  .journal-card { width: 280px; }
  .method__intro h2 { font-size: 36px; }
  .method { padding: 65px 0; }
  .method__steps { margin-top: 45px; }
  .promo { padding-block: 60px; }
  .promo .button { width: 100%; }
  .footer-grid { column-gap: 22px; row-gap: 32px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .site-footer { padding-top: 45px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-animate] { opacity: 1 !important; visibility: visible !important; transform: none !important; }
}

/* Chi siamo — frame 152:713; shared components remain in the HOME styles. */
.page-hero { height: 536px; }
.page-hero .hero__image { object-position: center bottom; }
.page-hero .hero__shade { top: 157px; height: calc(100% - 157px); }
.page-hero .eyebrow { color: #d8cdbe; }
.page-hero .hero__description { font-size: 15px; line-height: 22px; margin-bottom: 20px; }
.story { padding-top: 120px; }
.story__intro { --bs-gutter-x: 45px; }
.story__portrait { margin: 0 0 27px; }
.story__portrait > img { width: 100%; height: 510px; object-fit: cover; }
.story__quote { position: absolute; right: -26px; bottom: -27px; width: 175px; min-height: 175px; padding: 26px 18px; display: flex; align-items: center; background: var(--ds-light); font-size: 15px; font-weight: 300; line-height: 22px; text-align: center; }
.story__copy { padding-left: 50px; }
.story__copy p { margin-bottom: 17px; }
.story__values { margin-top: 80px; padding-top: 24px; }
.story__values .eyebrow { margin-bottom: 20px; }
.story__columns { --bs-gutter-x: 64px; row-gap: 28px; padding-block: 20px; }
.story__value { border-left: 1px solid var(--ds-gold); padding: 20px 30px; }
.story__value h3 { font: 500 20px/1.3 var(--ds-sans); text-transform: uppercase; margin-bottom: 20px; }
.quality { margin-top: 80px; padding: 60px 56px; min-height: 355px; color: rgba(255,255,255,.88); }
.quality__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.quality__content { --bs-gutter-x: 42px; row-gap: 24px; align-items: center; line-height: 24px; }
.quality h2 { color: var(--ds-light); font-size: 36px; line-height: 1.5; margin-bottom: 17px; }
.quality h2::after { content: ''; display: block; width: 200px; max-width: 100%; height: 1px; background: var(--ds-gold); margin-top: 17px; }
.page-about .partners { padding-top: 101px; padding-bottom: 101px; }
@media (max-width: 991px) {
  .story { padding-top: 72px; }
  .story__portrait { max-width: 439px; margin-inline: auto; margin-bottom: 65px; }
  .story__copy { padding-left: calc(var(--bs-gutter-x) * .5); }
  .quality { padding: 40px 32px; }
  .page-hero .hero__content { bottom: 65px; }
  .page-about .partners { padding-block: 80px; }
}
@media (max-width: 575px) {
  .page-hero { height: 540px; }
  .page-hero .hero__content { bottom: 45px; left: 24px; }
  .page-hero .hero__image { object-position: 60% center; }
  .story { padding-top: 60px; }
  .story__intro { --bs-gutter-x: 0; }
  .story__portrait { margin-right: 16px; }
  .story__portrait > img { height: auto; aspect-ratio: 439 / 510; }
  .story__quote { right: -16px; }
  .story__values { margin-top: 60px; padding-top: 0; }
  .story__columns { --bs-gutter-x: 0; }
  .story__value { padding: 15px 24px; }
  .quality { margin-top: 40px; padding: 35px 24px; }
  .quality__content { --bs-gutter-x: 0; }
  .quality h2 { font-size: 32px; }
  .page-about .partners { padding-block: 60px; }
}

/* Showroom — frame 120:7. */
.showroom-hero__placeholder { position: absolute; inset: 0; background: #c4c4c4; }
.showroom-hero .eyebrow { color: var(--ds-gold); }
.showroom-story { padding: 120px 0 80px; }
.showroom-story__row { --bs-gutter-x: 45px; height: 507px; }
.showroom-story__row + .showroom-story__row { height: 504px; margin-top: 80px; }
.showroom-story__image, .showroom-story__placeholder { display: block; width: 439px; height: 510px; object-fit: cover; }
.showroom-story__placeholder { background: #c4c4c4; }
.showroom-story__copy { padding-left: 50px; }
.showroom-story__copy .section-title { white-space: nowrap; }
.showroom-story__row--reverse .showroom-story__copy { padding-left: calc(var(--bs-gutter-x) * .5); padding-right: 50px; }
.brands-promo { min-height: 380px; padding: 76px 0; display: flex; align-items: center; background: var(--ds-sand); }
.brands-promo .section-title { margin-bottom: 40px; }
@media (max-width: 1199px) {
  .showroom-story__copy .section-title { white-space: normal; }
}
@media (max-width: 991px) {
  .showroom-story { padding: 72px 0; }
  .showroom-story__row, .showroom-story__row + .showroom-story__row { height: auto; margin-top: 0; }
  .showroom-story__row + .showroom-story__row { margin-top: 72px; }
  .showroom-story__image, .showroom-story__placeholder { margin: 0 auto 48px; }
  .showroom-story__copy, .showroom-story__row--reverse .showroom-story__copy { padding-inline: calc(var(--bs-gutter-x) * .5); }
}
@media (max-width: 575px) {
  .showroom-hero .hero__content { bottom: 34px; }
  .showroom-hero .hero__description { font-size: 14px; line-height: 20px; }
  .showroom-story { padding: 60px 0; }
  .showroom-story__row { --bs-gutter-x: 0; }
  .showroom-story__row + .showroom-story__row { margin-top: 60px; }
  .showroom-story__image, .showroom-story__placeholder { width: 100%; height: auto; aspect-ratio: 439 / 510; margin-bottom: 36px; }
  .showroom-story__copy, .showroom-story__row--reverse .showroom-story__copy { padding-inline: 0; }
  .brands-promo { min-height: 320px; padding: 64px 0; }
  .brands-promo .section-title { margin-bottom: 32px; }
}

/* Metodo — frame 121:895. */
.method-hero .hero__content { max-width: 640px; }
.method-hero .hero__description { max-width: 480px; }
.method-hero .hero__description p { margin-bottom: 22px; }
.method-process__intro { height: 225px; padding-top: 80px; }
.method-process__intro .section-title { margin-bottom: 39px; }
.method-process__intro::after { content: ''; display: block; width: 224px; height: 1px; background: var(--ds-gold); }
.method-phase { --bs-gutter-x: 45px; height: 355px; margin-top: 120px; }
.method-phase__title { display: flex; gap: 17px; margin-bottom: 17px; font-size: 40px; font-style: italic; line-height: 52px; }
.method-phase__title span { color: var(--ds-gold); }
.method-phase__copy h3 { margin-bottom: 17px; font: 500 20px/26px var(--ds-sans); }
.method-phase__copy p { max-width: 553px; margin-bottom: 17px; font-weight: 300; line-height: 26px; }
.method-phase__image { display: block; width: 439px; height: 284px; object-fit: cover; object-position: bottom; }
.method-presence { height: 326px; margin-top: 120px; }
.method-presence .section-title { margin-bottom: 10px; }
.method-presence__subtitle { margin-bottom: 40px; color: var(--ds-gold); font-size: 20px; font-style: italic; font-weight: 500; line-height: 52px; text-transform: uppercase; }
.method-presence__copy { max-width: 553px; font-weight: 300; line-height: 26px; }
.method-journal { height: 719px; min-height: 719px; margin-top: 83px; margin-bottom: 46px; padding: 40px 0; }
.method-journal .section-heading { margin-bottom: 40px; }
@media (max-width: 991px) {
  .method-process__intro { height: auto; padding: 72px 0 12px; }
  .method-phase { height: auto; margin-top: 72px; }
  .method-phase--reverse .method-phase__copy { order: -1; }
  .method-phase__image { width: 100%; height: auto; aspect-ratio: 439 / 284; margin-top: 40px; }
  .method-phase__copy p { max-width: none; }
  .method-presence { height: auto; margin-top: 90px; }
  .method-journal { height: auto; min-height: 0; margin: 72px 0 0; padding: 72px 0; }
}
@media (max-width: 575px) {
  .method-hero .hero__content { bottom: 28px; }
  .method-hero .hero__description { font-size: 13.5px; line-height: 19px; }
  .method-hero .hero__description p { margin-bottom: 12px; }
  .method-process__intro { padding-top: 60px; }
  .method-process__intro .section-title br { display: none; }
  .method-phase { --bs-gutter-x: 0; margin-top: 60px; }
  .method-phase__title { gap: 11px; font-size: 34px; line-height: 1.2; }
  .method-phase__copy h3 { font-size: 18px; }
  .method-phase__image { margin-top: 32px; }
  .method-presence { margin-top: 72px; }
  .method-presence__subtitle { margin-bottom: 28px; font-size: 16px; line-height: 1.5; }
  .method-journal { margin-top: 60px; padding: 60px 0; }
}

/* Contatti — frame 135:851. */
.contact-hero .hero__description { max-width: 480px; }
.contact-section { padding: 120px 0; }
.contact-layout { height: 524px; }
.contact-details { max-width: 474px; display: flex; flex-direction: column; align-items: flex-start; gap: 40px; }
.contact-details .section-title { margin-bottom: 0; }
.contact-item { display: flex; align-items: flex-start; gap: 30px; }
.contact-item__icon { display: flex; flex: 0 0 50px; width: 50px; height: 50px; align-items: center; justify-content: center; }
span.contact-item__icon { border: 1px solid var(--ds-gold); border-radius: 50%; }
.contact-item h3 { margin-bottom: 10px; color: var(--ds-gold); font: 400 13px/1.4 var(--ds-sans); letter-spacing: 2px; text-transform: uppercase; }
.contact-item p, .contact-hours { font-weight: 300; line-height: 26px; }
.contact-item a { text-decoration: none; }
.contact-item a:hover { color: var(--ds-gold); }
.contact-hours > div { display: grid; grid-template-columns: 124px 97px; gap: 10px; }
.contact-hours dt, .contact-hours dd { margin: 0; font-weight: 300; }
.contact-hours dd { text-align: right; }
.contact-closed { color: var(--ds-gold); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.contact-map { display: block; width: 517px; height: 519px; object-fit: cover; box-shadow: 0 10px 35px rgba(0,0,0,.25); }
@media (max-width: 991px) {
  .contact-section { padding: 72px 0; }
  .contact-layout { height: auto; }
  .contact-details { max-width: none; }
  .contact-map { width: 100%; height: auto; aspect-ratio: 517 / 519; margin-top: 72px; }
}
@media (max-width: 575px) {
  .contact-hero .hero__content { bottom: 64px; }
  .contact-section { padding: 60px 0; }
  .contact-details { gap: 32px; }
  .contact-item { gap: 20px; }
  .contact-hours > div { grid-template-columns: minmax(0, 1fr) auto; }
  .contact-map { margin-top: 60px; }
}

/* Blog — editorial extension of the static design system. */
.blog-hero { min-height: 536px; display: flex; align-items: flex-end; position: relative; overflow: hidden; padding: 96px 0; background: var(--ds-dark); color: rgba(247,244,239,.78); }
.blog-hero::before { content: ''; position: absolute; right: -9vw; bottom: -45%; width: min(52vw, 720px); aspect-ratio: 1; border: 1px solid rgba(182,154,90,.28); border-radius: 50%; }
.blog-hero::after { content: ''; position: absolute; right: 12vw; top: 20%; width: 1px; height: 145px; background: var(--ds-gold); }
.blog-hero__content { position: relative; z-index: 1; }
.blog-hero h1 { max-width: 760px; margin-bottom: 24px; color: var(--ds-light); font-size: clamp(52px, 7vw, 92px); font-style: italic; line-height: .96; }
.blog-hero__content > p:last-child { max-width: 520px; margin-bottom: 0; font-size: 18px; line-height: 1.7; }
.blog-featured { padding: 120px 0; }
.blog-featured__media { display: block; height: 520px; overflow: hidden; }
.blog-featured__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.blog-featured__media:hover img { transform: scale(1.025); }
.blog-featured__copy { position: relative; z-index: 1; margin-left: -48px; padding: 58px 0 58px 64px; background: #fff; }
.blog-featured__copy::before { content: ''; position: absolute; left: 64px; top: 32px; width: 72px; height: 1px; background: var(--ds-gold); }
.blog-featured__copy h2 { margin-bottom: 20px; font-size: clamp(38px, 4vw, 52px); font-style: italic; line-height: 1.04; }
.blog-featured__copy > p:not(.blog-meta) { margin-bottom: 28px; line-height: 1.75; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 20px; color: var(--ds-muted); font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; }
.blog-meta span { color: var(--ds-gold); }
.blog-meta time { position: relative; padding-left: 19px; }
.blog-meta time::before { content: ''; position: absolute; left: 0; top: 50%; width: 5px; height: 1px; background: currentColor; }
.blog-listing { padding: 110px 0 130px; background: var(--ds-light); }
.blog-listing__heading { margin-bottom: 56px; }
.blog-card { width: 100%; }
.blog-card__media { height: 265px; margin-bottom: 25px; overflow: hidden; background: var(--ds-sand); }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.blog-card:hover .blog-card__media img, .journal-card:hover .blog-card__media img { transform: scale(1.035); }
.blog-card .blog-meta { margin-bottom: 12px; }
.blog-card h3 { min-height: 84px; margin-bottom: 13px; font-size: 24px; font-weight: 500; line-height: 1.18; }
.blog-card > p:not(.blog-meta) { min-height: 78px; margin-bottom: 20px; font-size: 15px; line-height: 1.65; }

/* Article detail. */
.article-hero { height: 710px; display: flex; align-items: flex-end; color: rgba(255,255,255,.86); }
.article-hero__image, .article-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.article-hero__image { object-fit: cover; object-position: center; }
.article-hero__shade { background: linear-gradient(180deg, rgba(25,25,25,.04) 15%, rgba(25,25,25,.88) 100%); }
.article-hero__content { position: relative; z-index: 1; padding-bottom: 72px; }
.article-back { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 40px; color: rgba(255,255,255,.85); font-size: 11px; letter-spacing: 1.5px; text-decoration: none; text-transform: uppercase; }
.article-back:hover { color: var(--ds-gold); }
.blog-meta--light { color: rgba(255,255,255,.68); }
.article-hero h1 { max-width: 950px; margin-bottom: 22px; color: #fff; font-size: clamp(46px, 6vw, 76px); font-style: italic; line-height: 1; }
.article-hero__lead { max-width: 690px; margin-bottom: 0; font-size: 18px; line-height: 1.6; }
.article-layout { max-width: 830px; padding-top: 108px; padding-bottom: 120px; }
.article-body { font-size: 17px; font-weight: 300; line-height: 1.9; }
.article-body > p { margin-bottom: 25px; }
.article-body h2 { margin: 68px 0 22px; font-size: clamp(32px, 4vw, 44px); font-style: italic; line-height: 1.15; }
.article-lead { position: relative; margin-bottom: 62px !important; padding-left: 34px; border-left: 1px solid var(--ds-gold); font-family: var(--ds-serif); font-size: 27px; font-weight: 500; line-height: 1.45; }
.article-figure { margin: 64px -120px; }
.article-figure img { width: 100%; max-height: 520px; object-fit: cover; }
.article-figure figcaption { margin-top: 12px; color: var(--ds-muted); font-size: 12px; line-height: 1.5; }
.article-quote { margin: 70px -64px; padding: 54px 64px; background: var(--ds-sand); }
.article-quote p { margin: 0; color: var(--ds-dark); font-family: var(--ds-serif); font-size: clamp(32px, 4vw, 47px); font-style: italic; font-weight: 500; line-height: 1.15; text-align: center; }
.article-quote p::before { content: '“'; display: block; height: 32px; color: var(--ds-gold); font-size: 70px; line-height: .7; }
.article-checklist { margin: 80px -120px; padding: 64px 72px; background: var(--ds-dark); color: rgba(247,244,239,.78); }
.article-checklist h2 { margin-top: 0; color: var(--ds-light); }
.article-checklist ol { margin: 45px 0 0; padding: 0; list-style: none; }
.article-checklist li { display: grid; grid-template-columns: 52px 1fr; gap: 24px; align-items: start; padding: 22px 0; border-top: 1px solid rgba(247,244,239,.16); }
.article-checklist li span { color: var(--ds-gold); font-family: var(--ds-serif); font-size: 27px; line-height: 1; }
.article-checklist li p { margin: 0; line-height: 1.6; }
.article-signoff { margin-top: 82px; padding-top: 46px; border-top: 1px solid var(--ds-gold); }
.article-signoff h2 { max-width: 610px; margin: 0 0 30px; }
.article-related { min-height: 0; padding: 100px 0 120px; background: var(--ds-light); }
.article-related .blog-card__media { height: 255px; }

@media (max-width: 991px) {
  .blog-hero { min-height: 480px; padding: 72px 0; }
  .blog-featured { padding: 80px 0; }
  .blog-featured__media { height: 440px; }
  .blog-featured__copy { margin: -64px 32px 0; padding: 48px; }
  .blog-featured__copy::before { left: 48px; top: 27px; }
  .blog-listing { padding: 80px 0; }
  .blog-card h3, .blog-card > p:not(.blog-meta) { min-height: 0; }
  .article-hero { height: 650px; }
  .article-layout { padding-top: 80px; padding-bottom: 90px; }
  .article-figure, .article-checklist { margin-inline: -40px; }
  .article-quote { margin-inline: 0; }
  .article-related { padding: 80px 0; }
}
@media (max-width: 575px) {
  .blog-hero { min-height: 430px; padding: 58px 0; }
  .blog-hero::after { right: 24px; top: 14%; height: 90px; }
  .blog-hero h1 { font-size: 52px; }
  .blog-hero__content > p:last-child { font-size: 16px; }
  .blog-featured { padding: 60px 0; }
  .blog-featured__media { height: 330px; }
  .blog-featured__copy { margin: -34px 14px 0; padding: 43px 25px 32px; }
  .blog-featured__copy::before { left: 25px; top: 24px; width: 48px; }
  .blog-featured__copy h2 { font-size: 36px; }
  .blog-listing { padding: 64px 0 72px; }
  .blog-listing__heading { margin-bottom: 38px; }
  .blog-listing .row { --bs-gutter-x: 0; }
  .blog-card__media { height: 250px; }
  .article-hero { height: 650px; }
  .article-hero__image { object-position: 58% center; }
  .article-hero__content { padding-bottom: 44px; }
  .article-back { margin-bottom: 28px; }
  .article-hero h1 { font-size: 43px; }
  .article-hero__lead { font-size: 15px; line-height: 1.55; }
  .article-layout { width: calc(100% - 40px); padding: 64px 0 72px; }
  .article-body { font-size: 16px; line-height: 1.75; }
  .article-lead { padding-left: 22px; font-size: 23px; }
  .article-body h2 { margin-top: 52px; }
  .article-figure { margin: 50px 0; }
  .article-figure img { min-height: 280px; }
  .article-quote { margin: 55px 0; padding: 42px 24px; }
  .article-checklist { margin: 60px 0; padding: 45px 24px; }
  .article-checklist li { grid-template-columns: 42px 1fr; gap: 14px; }
  .article-signoff { margin-top: 62px; }
  .article-related { padding: 64px 0; }
}

/* ADV landing — focused conversion path. */
.page-landing { background: var(--ds-light); }
.landing-header .navbar-nav { gap: 27px; }
.landing-hero { min-height: 780px; display: flex; align-items: center; color: rgba(255,255,255,.86); background: var(--ds-dark); }
.landing-hero-slider { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; }
.landing-hero__slide { position: relative; height: 100%; overflow: hidden; }
.landing-hero__image, .landing-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.landing-hero__image { object-fit: cover; object-position: center; }
.landing-hero__shade { z-index: 1; background: linear-gradient(90deg, rgba(25,25,25,.94) 0%, rgba(25,25,25,.86) 28%, rgba(25,25,25,.58) 50%, rgba(25,25,25,.08) 72%); pointer-events: none; }
.landing-hero__anna { position: absolute; z-index: 2; right: max(5vw, calc((100vw - 1240px) / 2)); bottom: 110px; width: auto; height: min(72%, 570px); object-fit: contain; object-position: center bottom; pointer-events: none; }
.landing-hero__content { position: relative; z-index: 3; padding-bottom: 76px; }
.landing-hero h1 { max-width: 760px; margin-bottom: 26px; color: #fff; font-size: clamp(54px, 6.4vw, 86px); line-height: .94; }
.landing-hero h1 em { color: #d8cdbe; font-weight: 500; }
.landing-hero__lead { max-width: 550px; margin-bottom: 35px; font-size: 18px; line-height: 1.65; }
.landing-hero .landing-hero__controls { position: absolute; z-index: 4; right: 56px; bottom: 134px; left: auto; }
.landing-hero .slider-arrow { color: #fff; border-color: rgba(255,255,255,.5); }
.landing-proof { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.18); background: rgba(25,25,25,.78); backdrop-filter: blur(8px); }
.landing-proof .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.landing-proof .container > div { min-height: 110px; display: flex; align-items: center; gap: 17px; padding: 20px 32px; border-left: 1px solid rgba(255,255,255,.14); }
.landing-proof .container > div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.landing-proof strong { color: var(--ds-gold); font: 500 42px/1 var(--ds-serif); }
.landing-proof span { max-width: 145px; font-size: 12px; line-height: 1.4; letter-spacing: 1px; text-transform: uppercase; }
.landing-services { padding: 120px 0; background: #fff; }
.landing-section-intro { max-width: 790px; margin-bottom: 70px; }
.landing-section-intro > p:last-child { max-width: 630px; margin-bottom: 0; line-height: 1.8; }
.landing-service-grid { --bs-gutter-x: 72px; --bs-gutter-y: 0; }
.landing-service { min-height: 190px; display: grid; grid-template-columns: 54px 1fr; gap: 26px; padding: 34px 0; border-top: 1px solid #d8cdbe; }
.landing-service > span { color: var(--ds-gold); font: italic 500 29px/1 var(--ds-serif); }
.landing-service h3 { margin-bottom: 13px; font-size: 27px; font-style: italic; line-height: 1.1; }
.landing-service p { margin-bottom: 0; font-size: 15px; line-height: 1.7; }
.landing-services__cta { margin-top: 38px; }
.landing-brands { padding: 105px 0; overflow: hidden; background: var(--ds-sand); }
.landing-brands__heading { margin-bottom: 56px; }
.landing-brands__intro { max-width: 680px; }
.landing-brands__intro > p:last-child { max-width: 570px; margin-bottom: 0; }
.landing-brand-grid { overflow: visible; }
.landing-brand-card { width: 300px; height: 150px; display: flex; align-items: center; justify-content: center; padding: 24px; border: 1px solid #d8cdbe; background: var(--ds-light); }
.landing-brand-card img { width: 170px; height: 78px; object-fit: contain; }
.landing-brand-card--prima img { width: 220px; height: 130px; }
.landing-method { padding: 120px 0 130px; background: var(--ds-dark); color: rgba(247,244,239,.74); }
.landing-method h2, .landing-method h3 { color: var(--ds-light); }
.landing-method__intro { margin-bottom: 72px; }
.landing-method__intro p { line-height: 1.75; }
.landing-method__steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(247,244,239,.2); border-bottom: 1px solid rgba(247,244,239,.2); }
.landing-method__steps article { min-height: 255px; padding: 35px 30px; border-left: 1px solid rgba(247,244,239,.2); }
.landing-method__steps article:last-child { border-right: 1px solid rgba(247,244,239,.2); }
.landing-method__steps span { color: var(--ds-gold); font: 500 32px/1 var(--ds-serif); }
.landing-method__steps h3 { margin: 30px 0 14px; font: 600 17px/1.35 var(--ds-sans); }
.landing-method__steps p { margin-bottom: 0; font-size: 14px; line-height: 1.7; }
.landing-anna { padding: 120px 0; background: #fff; }
.landing-anna__image { height: 610px; overflow: hidden; }
.landing-anna__image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.landing-anna__copy { position: relative; z-index: 1; margin-left: -45px; padding: 70px 45px 70px 80px; background: var(--ds-light); }
.landing-anna__lead { margin-bottom: 22px; font-family: var(--ds-serif); font-size: 25px; font-weight: 500; line-height: 1.45; }
.landing-anna__copy > p:not(.eyebrow):not(.landing-anna__lead) { line-height: 1.8; }
.landing-anna blockquote { margin: 34px 0 0; padding-top: 26px; border-top: 1px solid var(--ds-gold); color: var(--ds-dark); font: italic 500 27px/1.35 var(--ds-serif); }
.landing-confidence { padding: 80px 0; background: var(--ds-sand); text-align: center; }
.landing-confidence .row { --bs-gutter-x: 72px; }
.landing-confidence img { width: 36px; height: 36px; margin-bottom: 22px; }
.landing-confidence h2 { margin-bottom: 10px; font-size: 23px; font-style: italic; }
.landing-confidence p { margin-bottom: 0; font-size: 14px; line-height: 1.6; }
.landing-contact { padding: 120px 0; background: #fff; }
.landing-contact__panel { box-shadow: 0 20px 55px rgba(25,25,25,.12); }
.landing-contact__intro { padding: 70px 55px; background: var(--ds-dark); color: rgba(247,244,239,.77); }
.landing-contact__intro h2 { color: var(--ds-light); }
.landing-contact__intro > p:not(.eyebrow) { line-height: 1.75; }
.landing-contact__intro ul { margin-top: 40px; }
.landing-contact__intro li { position: relative; padding: 16px 0 16px 27px; border-top: 1px solid rgba(247,244,239,.16); font-size: 14px; }
.landing-contact__intro li::before { content: '✓'; position: absolute; left: 0; color: var(--ds-gold); }
.landing-contact__form-wrap { padding: 64px 60px; background: var(--ds-light); }
.lead-form label { margin-bottom: 8px; color: var(--ds-dark); font-size: 12px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; }
.lead-form label > span { color: var(--ds-muted); font-size: 10px; font-weight: 400; }
.lead-form .form-control, .lead-form .form-select { min-height: 52px; padding: 12px 0; border: 0; border-bottom: 1px solid #cbbfad; border-radius: 0; background-color: transparent; color: var(--ds-text); box-shadow: none; }
.lead-form textarea.form-control { min-height: 105px; resize: vertical; }
.lead-form .form-control:focus, .lead-form .form-select:focus { border-color: var(--ds-gold); box-shadow: 0 1px 0 var(--ds-gold); }
.lead-form .form-control::placeholder { color: var(--ds-muted); font-size: 13px; }
.lead-form__categories { margin: 0; padding: 0; border: 0; }
.lead-form__categories legend { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-bottom: 13px; color: var(--ds-dark); font-size: 12px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; }
.lead-form__categories legend > span { color: var(--ds-muted); }
.lead-form__categories legend small { color: var(--ds-muted); font-size: 10px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.lead-form__choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; border-top: 1px solid #cbbfad; }
.lead-choice { min-height: 50px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid #cbbfad; }
.lead-choice .form-check-input { flex: 0 0 auto; width: 17px; height: 17px; margin: 0; border-radius: 0; }
.lead-choice .form-check-input:checked { border-color: var(--ds-gold); background-color: var(--ds-gold); }
.lead-choice label { flex: 1; margin: 0; padding-block: 13px; font-size: 13px; font-weight: 400; line-height: 1.35; letter-spacing: 0; text-transform: none; cursor: pointer; }
.lead-form .form-check { display: flex; gap: 11px; align-items: flex-start; }
.lead-form .form-check-input { flex: 0 0 auto; margin-top: 4px; border-radius: 0; }
.lead-form .form-check-input:checked { border-color: var(--ds-gold); background-color: var(--ds-gold); }
.lead-form .form-check-label { margin-bottom: 0; font-size: 11px; font-weight: 400; line-height: 1.55; letter-spacing: 0; text-transform: none; }
.landing-privacy-link { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; }
.lead-form__submit { min-width: 270px; }
.lead-form__note { margin-top: 13px; color: var(--ds-muted); font-size: 11px; }
.landing-footer { padding-top: 52px; }
.landing-footer__inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; align-items: start; padding-top: 42px; border-top: 1px solid var(--ds-text); font-size: 13px; }
.landing-footer a { text-decoration: none; }
.landing-footer a:hover { color: var(--ds-gold); }
.landing-mobile-cta { display: none; }

@media (max-width: 1199px) {
  .landing-header .navbar-nav { gap: 18px; }
  .landing-hero__anna { right: -2vw; height: min(66%, 520px); }
  .landing-hero__content { width: calc(100% - 48px); }
  .landing-hero__content h1, .landing-hero__lead { max-width: 58%; }
  .landing-proof .container > div { padding-inline: 22px; }
}
@media (max-width: 991px) {
  .landing-hero { min-height: 750px; }
  .landing-hero__content { padding-bottom: 100px; }
  .landing-hero__shade { background: linear-gradient(90deg, rgba(25,25,25,.9), rgba(25,25,25,.38)); }
  .landing-hero__anna { right: -9vw; height: min(58%, 430px); }
  .landing-hero .landing-hero__controls { right: 24px; }
  .landing-proof .container > div { min-height: 90px; }
  .landing-proof strong { font-size: 34px; }
  .landing-services, .landing-anna, .landing-contact { padding: 80px 0; }
  .landing-brands { padding: 80px 0; }
  .landing-method { padding: 80px 0; }
  .landing-method__steps { grid-template-columns: repeat(2, 1fr); }
  .landing-method__steps article:nth-child(3), .landing-method__steps article:nth-child(4) { border-top: 1px solid rgba(247,244,239,.2); }
  .landing-method__steps article:nth-child(2) { border-right: 1px solid rgba(247,244,239,.2); }
  .landing-anna__image { max-width: 520px; height: 560px; margin: 0 auto; }
  .landing-anna__copy { max-width: 620px; margin: -55px auto 0; padding: 55px; }
  .landing-contact__intro, .landing-contact__form-wrap { padding: 55px 48px; }
}
@media (max-width: 575px) {
  .page-landing { padding-bottom: 66px; }
  .landing-hero { min-height: 720px; align-items: flex-end; }
  .landing-hero__image { object-position: 58% center; }
  .landing-hero__shade { background: linear-gradient(180deg, rgba(25,25,25,.18), rgba(25,25,25,.94) 72%); }
  .landing-hero__anna { right: -18%; bottom: 86px; height: 49%; opacity: .78; }
  .landing-hero__content { width: calc(100% - 48px); padding-bottom: 155px; }
  .landing-hero__content h1, .landing-hero__lead { max-width: 100%; }
  .landing-hero h1 { font-size: 51px; }
  .landing-hero__lead { font-size: 15px; line-height: 1.6; }
  .landing-hero__content .button { width: 100%; }
  .landing-hero .landing-hero__controls { right: 24px; bottom: 100px; }
  .landing-proof .container > div { min-height: 86px; display: block; padding: 17px 9px; text-align: center; }
  .landing-proof strong { display: block; margin-bottom: 5px; font-size: 28px; }
  .landing-proof span { font-size: 8px; line-height: 1.25; }
  .landing-services, .landing-anna, .landing-contact { padding: 64px 0; }
  .landing-section-intro { margin-bottom: 44px; }
  .landing-section-intro .section-title br { display: none; }
  .landing-service-grid { --bs-gutter-x: 0; }
  .landing-service { min-height: 0; grid-template-columns: 42px 1fr; gap: 15px; padding: 28px 0; }
  .landing-service h3 { font-size: 24px; }
  .landing-services__cta { margin-top: 28px; }
  .landing-brands { padding: 64px 0; }
  .landing-brands__heading { flex-wrap: wrap; margin-bottom: 40px; }
  .landing-brands__heading .slider-controls { margin-left: auto; }
  .landing-brand-card { width: 230px; height: 125px; padding: 17px; }
  .landing-brand-card img { width: 140px; height: 65px; }
  .landing-brand-card--prima img { width: 175px; height: 105px; }
  .landing-method { padding: 64px 0; }
  .landing-method__intro { margin-bottom: 44px; }
  .landing-method__intro .section-title br { display: none; }
  .landing-method__steps { grid-template-columns: 1fr; }
  .landing-method__steps article { min-height: 0; padding: 28px 24px; border-right: 1px solid rgba(247,244,239,.2); }
  .landing-method__steps article + article { border-top: 1px solid rgba(247,244,239,.2); }
  .landing-method__steps h3 { margin-top: 18px; }
  .landing-anna__image { height: 450px; }
  .landing-anna__copy { margin: -35px 14px 0; padding: 43px 25px; }
  .landing-anna__lead { font-size: 22px; }
  .landing-confidence { padding: 60px 0; }
  .landing-confidence .row { --bs-gutter-x: 0; row-gap: 50px; }
  .landing-confidence p { max-width: 250px; margin-inline: auto; }
  .landing-contact__panel { margin-inline: 0; }
  .landing-contact__intro, .landing-contact__form-wrap { padding: 42px 24px; }
  .lead-form__choices { grid-template-columns: 1fr; }
  .lead-form__submit { width: 100%; min-width: 0; }
  .landing-footer { padding-bottom: 28px; }
  .landing-footer__inner { grid-template-columns: 1fr; gap: 26px; }
  .landing-mobile-cta { position: fixed; z-index: 1025; left: 0; right: 0; bottom: 0; display: flex; min-height: 66px; border-width: 0; box-shadow: 0 -8px 25px rgba(25,25,25,.18); }
}

/* Maintenance — temporary standalone page. */
.page-maintenance { background: var(--ds-dark); }
.maintenance { position: relative; min-height: 100svh; overflow: hidden; color: rgba(247,244,239,.82); }
.maintenance__image, .maintenance__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.maintenance__image { object-fit: cover; object-position: center; }
.maintenance__shade { background: linear-gradient(90deg, rgba(25,25,25,.96) 0%, rgba(25,25,25,.88) 48%, rgba(25,25,25,.38) 100%); }
.maintenance__frame { position: relative; z-index: 1; min-height: 100svh; display: flex; flex-direction: column; padding-top: 30px; padding-bottom: 34px; }
.maintenance__brand { display: block; width: 77px; height: 77px; }
.maintenance__brand img { display: block; width: 77px; height: 77px; }
.maintenance__content { width: min(720px, 75%); margin: auto 0; padding: 70px 0; }
.maintenance__content h1 { margin-bottom: 28px; color: var(--ds-light); font-size: clamp(58px, 7.2vw, 104px); line-height: .88; letter-spacing: -.025em; }
.maintenance__content h1 em { color: #d8cdbe; font-weight: 500; }
.maintenance__lead { max-width: 590px; margin-bottom: 35px; font-size: 18px; line-height: 1.7; }
.maintenance__details { display: grid; grid-template-columns: repeat(2, minmax(190px, 280px)); gap: 55px; padding-top: 27px; border-top: 1px solid rgba(247,244,239,.25); }
.maintenance__details .eyebrow { margin-bottom: 8px; }
.maintenance__details p, .maintenance__details address { margin-bottom: 0; font-size: 13px; font-style: normal; line-height: 1.65; }
.maintenance__details a { text-decoration: none; }
.maintenance__details a:hover { color: var(--ds-gold); }

@media (max-width: 767px) {
  .maintenance__shade { background: linear-gradient(180deg, rgba(25,25,25,.72), rgba(25,25,25,.97) 60%); }
  .maintenance__frame { padding-top: 20px; padding-bottom: 25px; }
  .maintenance__content { width: 100%; padding: 60px 0; }
  .maintenance__content h1 { font-size: clamp(50px, 15vw, 72px); line-height: .94; }
  .maintenance__lead { font-size: 15px; }
  .maintenance__details { grid-template-columns: 1fr 1fr; gap: 25px; }
}

@media (max-width: 420px) {
  .maintenance__content { padding: 42px 0; }
  .maintenance__content h1 br { display: none; }
  .maintenance__content .button { width: 100%; }
  .maintenance__details { grid-template-columns: 1fr; gap: 18px; }
}

/* Progetti — archivio statico predisposto per il futuro Custom Post Type. */
.projects-archive { padding: 120px 0 130px; background: #fff; }
.projects-archive__intro { max-width: 720px; margin-bottom: 70px; }
.projects-archive__intro > p:last-child { max-width: 620px; margin-bottom: 0; line-height: 1.8; }
.projects-grid { --bs-gutter-x: 45px; --bs-gutter-y: 72px; }
.project-card__media { height: 430px; overflow: hidden; background: var(--ds-sand); }
.project-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.project-card:hover .project-card__media img { transform: scale(1.035); }
.project-card__content { padding-top: 24px; }
.project-card__content .eyebrow { margin-bottom: 8px; }
.project-card__content h3 { margin-bottom: 18px; font-size: 34px; font-style: italic; line-height: 1.15; }
.projects-pagination { display: flex; align-items: center; justify-content: center; gap: 25px; margin-top: 90px; }
.projects-pagination__pages { display: flex; align-items: center; gap: 20px; }
.projects-pagination__pages a, .projects-pagination__pages span { min-width: 20px; padding: 8px 0; color: var(--ds-dark); font-size: 13px; line-height: 1; text-align: center; text-decoration: none; }
.projects-pagination__pages a { transition: color .2s; }
.projects-pagination__pages a:hover { color: var(--ds-gold); }
.projects-pagination__pages [aria-current="page"] { border-bottom: 1px solid var(--ds-gold); color: var(--ds-gold); }
.blog-pagination { margin-top: 72px; }
.project-modal .modal-content { overflow: hidden; background: #111; color: var(--ds-light); }
.project-modal__header { position: absolute; z-index: 10; inset: 0 0 auto; display: flex; align-items: flex-start; justify-content: space-between; padding: 30px 42px 70px; background: linear-gradient(180deg, rgba(17,17,17,.82), transparent); pointer-events: none; }
.project-modal__header > * { pointer-events: auto; }
.project-modal__header .eyebrow { margin-bottom: 5px; }
.project-modal__header h2 { margin: 0; color: var(--ds-light); font-size: 38px; font-style: italic; line-height: 1.05; }
.project-modal__close { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: transparent; color: #fff; font: 300 31px/1 Arial, sans-serif; transition: background .2s, border-color .2s; }
.project-modal__close:hover { border-color: var(--ds-gold); background: var(--ds-gold); }
.project-gallery { width: 100%; height: 100%; }
.project-gallery .swiper-slide { display: flex; align-items: center; justify-content: center; background: #111; }
.project-gallery .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: contain; }
.project-gallery__controls { position: absolute; z-index: 10; right: 0; bottom: 30px; left: 0; display: flex; align-items: center; justify-content: center; gap: 22px; pointer-events: none; }
.project-gallery__controls > * { pointer-events: auto; }
.project-gallery__controls .slider-arrow { color: #fff; border-color: rgba(255,255,255,.55); }
.project-gallery-pagination { width: 58px; color: #fff; font-size: 12px; letter-spacing: 1px; text-align: center; }

@media (max-width: 991px) {
  .projects-archive { padding: 80px 0 90px; }
  .projects-archive__intro { margin-bottom: 52px; }
  .projects-grid { --bs-gutter-y: 56px; }
  .project-card__media { height: 350px; }
  .projects-pagination { margin-top: 70px; }
  .blog-pagination { margin-top: 58px; }
}

@media (max-width: 575px) {
  .projects-archive { padding: 64px 0 72px; }
  .projects-archive__intro { margin-bottom: 42px; }
  .projects-grid { --bs-gutter-x: 0; --bs-gutter-y: 50px; }
  .project-card__media { height: auto; aspect-ratio: 1 / .88; }
  .project-card__content { padding-top: 20px; }
  .project-card__content h3 { font-size: 30px; }
  .projects-pagination { gap: 14px; margin-top: 58px; }
  .projects-pagination__pages { gap: 12px; }
  .blog-pagination { margin-top: 48px; }
  .project-modal__header { padding: 22px 20px 60px; }
  .project-modal__header h2 { max-width: 250px; font-size: 29px; }
  .project-modal__close { width: 42px; height: 42px; }
  .project-gallery__controls { bottom: 22px; gap: 16px; }
}
