.alfa-home { overflow: clip; }
.section-space { padding-block: clamp(84px, 10vw, 150px); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: var(--alfa-gold); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 32px; height: 1px; content: ''; background: currentColor; }
.alfa-home h1, .alfa-home h2, .alfa-home h3 { text-wrap: balance; }

/* Hero */
.alfa-hero { position: relative; min-height: min(920px, 100svh); overflow: hidden; color: #fff; background: #24251f; isolation: isolate; }
.alfa-hero__slides, .alfa-hero__slide, .alfa-hero__media, .alfa-hero__shade { position: absolute; inset: 0; }
.alfa-hero__slides { z-index: 0; }
.alfa-hero__slide { display: grid; visibility: hidden; opacity: 0; transition: opacity .85s ease, visibility 0s linear .85s; }
.alfa-hero__slide.is-active { z-index: 1; visibility: visible; opacity: 1; transition-delay: 0s; }
.alfa-hero__media { z-index: 0; overflow: hidden; background: #24251f; }
.alfa-hero__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.03); transform: scale(1.035); transition: transform 8s ease; }
.alfa-hero__slide.is-active .alfa-hero__media img { transform: scale(1.09); }
.alfa-hero__shade { z-index: 1; background: linear-gradient(270deg, rgba(11, 12, 10, .92) 0%, rgba(11, 12, 10, .6) 48%, rgba(11, 12, 10, .2) 100%), linear-gradient(0deg, rgba(11, 12, 10, .6), transparent 48%); }
.alfa-hero__content { position: relative; z-index: 2; align-self: end; padding-block: 190px clamp(112px, 15vh, 158px); }
.alfa-hero .eyebrow { color: #e3c77f; }
.alfa-hero__title { max-width: 980px; margin: 0; font-size: clamp(3.45rem, 7.25vw, 7rem); font-weight: 700; line-height: .98; letter-spacing: -.055em; }
.alfa-hero__title em { color: #e0c079; font-style: normal; font-weight: 500; }
.alfa-hero__content > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 0; color: rgba(255, 255, 255, .83); font-size: clamp(1.02rem, 1.6vw, 1.2rem); line-height: 1.8; }
.alfa-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 40px; }
.text-link--light { color: #fff; }
.alfa-hero__controls { position: absolute; z-index: 4; inset-inline-end: max(28px, calc((100vw - var(--container-width)) / 2)); bottom: 35px; display: flex; align-items: center; gap: 12px; direction: ltr; }
.alfa-hero__arrow { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; background: rgba(15,16,13,.22); cursor: pointer; backdrop-filter: blur(5px); }
.alfa-hero__arrow:hover, .alfa-hero__arrow:focus-visible { color: var(--alfa-ink); background: #fff; }
.alfa-hero__dots { display: flex; align-items: center; gap: 8px; }
.alfa-hero__dot { min-width: 34px; padding: 8px 4px; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.66); background: transparent; font-size: .7rem; cursor: pointer; }
.alfa-hero__dot.is-active { border-bottom-color: #e3c77f; color: #fff; }
.alfa-hero__meta { position: absolute; z-index: 4; inset-inline-start: max(28px, calc((100vw - var(--container-width)) / 2)); bottom: 35px; display: flex; gap: 24px; color: rgba(255,255,255,.66); font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.alfa-hero__scroll { position: absolute; z-index: 4; bottom: 34px; left: 50%; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; transform: translateX(-50%); }
.alfa-hero__scroll > span { position: relative; width: 1px; height: 15px; background: #fff; }
.alfa-hero__scroll > span::after { position: absolute; bottom: 0; left: -2px; width: 5px; height: 5px; content: ''; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg); }

/* Expertise and counters */
.alfa-expertise { background: var(--alfa-paper); }
.alfa-expertise__top { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(46px, 10vw, 148px); align-items: end; }
.alfa-expertise__heading h2, .alfa-section-heading h2, .alfa-process__header h2, .alfa-testimonials__head h2, .alfa-faq__intro h2, .alfa-newsletter h2 { margin: 0; font-size: clamp(2.45rem, 4.8vw, 5rem); font-weight: 500; line-height: 1.11; letter-spacing: -.045em; }
.alfa-expertise__heading h2 span, .alfa-process__header h2 span { color: var(--alfa-gold); }
.alfa-expertise__intro > p { margin: 0 0 28px; color: var(--color-muted); font-size: 1.04rem; line-height: 1.9; }
.alfa-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(62px, 8vw, 108px); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.alfa-stat { position: relative; min-height: 198px; padding: 34px 28px; border-inline-start: 1px solid var(--color-border); }
.alfa-stat:first-child { border-inline-start: 0; }
.alfa-stat__number { display: flex; align-items: flex-start; gap: 4px; direction: ltr; color: var(--alfa-ink); }
.alfa-stat__number strong { font-size: clamp(3.2rem, 5.7vw, 5.8rem); font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.alfa-stat__plus { padding-top: 4px; color: var(--alfa-gold); font-size: 1.65rem; font-weight: 500; }
.alfa-stat p { max-width: 180px; margin: 18px 0 0; color: var(--color-muted); font-size: .9rem; line-height: 1.55; }

/* Services */
.alfa-services { color: #eeeae2; background: #1d1e1b; }
.alfa-services .eyebrow, .alfa-process .eyebrow, .alfa-work .eyebrow { color: #d9b966; }
.alfa-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: clamp(42px, 6vw, 72px); }
.alfa-section-heading > p { max-width: 410px; margin: 0; color: #aaa79e; }
.alfa-section-heading h2 { max-width: 770px; font-size: clamp(2.2rem, 4.1vw, 4.25rem); }
.alfa-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-inline-start: 1px solid rgba(255,255,255,.16); }
.alfa-service-card { display: flex; min-height: 330px; flex-direction: column; padding: clamp(26px, 3vw, 42px); border-inline-end: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); background: transparent; transition: color .3s ease, background-color .3s ease; }
.alfa-service-card--featured { color: #171815; background: var(--alfa-gold-light); }
.alfa-service-card:hover { color: #171815; background: #d9bd78; }
.alfa-service-card__top { display: flex; align-items: center; justify-content: space-between; color: #d9b966; font-size: .78rem; }
.alfa-service-card--featured .alfa-service-card__top, .alfa-service-card:hover .alfa-service-card__top { color: #171815; }
.alfa-service-card__top span:last-child { font-size: 1.25rem; }
.alfa-service-card h3 { margin: auto 0 16px; font-size: clamp(1.25rem, 1.8vw, 1.62rem); font-weight: 500; line-height: 1.35; }
.alfa-service-card p { margin: 0; color: #aaa79e; font-size: .9rem; line-height: 1.78; }
.alfa-service-card--featured p, .alfa-service-card:hover p { color: #3c3d37; }

/* Process */
.alfa-process { position: relative; overflow: hidden; padding-block: clamp(84px, 10vw, 148px); background: #efede8; isolation: isolate; }
.alfa-process::before { position: absolute; z-index: -1; inset: 0; content: ''; opacity: .5; background-image: linear-gradient(rgba(128, 122, 109, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(128, 122, 109, .08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 82%, transparent); }
.alfa-process__header { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: clamp(38px, 5vw, 66px); }
.alfa-process__header h2 { max-width: 880px; }
.alfa-process__surface { padding-inline: clamp(20px, 3.8vw, 72px); }
.alfa-process__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2vw, 34px); width: min(100%, 1820px); margin-inline: auto; }
.alfa-process-card { position: relative; display: flex; min-height: 510px; flex-direction: column; padding: 10px; overflow: hidden; border: 1px solid rgba(178, 170, 156, .5); border-radius: 22px; background: rgba(255, 255, 255, .74); box-shadow: 0 20px 45px rgba(61, 56, 47, .08); transition: transform .35s ease, box-shadow .35s ease; }
.alfa-process-card:nth-child(2), .alfa-process-card:nth-child(4) { transform: translateY(34px); }
.alfa-process-card:hover { z-index: 1; box-shadow: 0 26px 52px rgba(61, 56, 47, .16); transform: translateY(-8px); }
.alfa-process-card figure { min-height: 0; aspect-ratio: 1.58; margin: 0; overflow: hidden; border-radius: 14px; background: #dad6ce; }
.alfa-process-card figure img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(.98); transition: transform .65s ease; }
.alfa-process-card:hover figure img { transform: scale(1.045); }
.alfa-process-card__body { position: relative; flex: 1; padding: clamp(20px, 2.2vw, 34px) clamp(14px, 1.6vw, 25px) 10px; }
.alfa-process-card h3 { position: relative; z-index: 1; margin: 0 0 18px; font-size: clamp(1.28rem, 1.7vw, 1.85rem); font-weight: 500; line-height: 1.4; }
.alfa-process-card h3 span { color: var(--alfa-gold); font-size: .78em; font-weight: 700; white-space: nowrap; }
.alfa-process-card__body > p { position: relative; z-index: 1; margin: 0; color: #716f68; font-size: .92rem; line-height: 1.95; }
.alfa-process-card__body > b { position: absolute; bottom: -34px; left: -4px; color: rgba(71, 68, 61, .08); font-size: clamp(7rem, 10vw, 11rem); font-weight: 700; line-height: 1; letter-spacing: -.08em; }
.alfa-process__action { display: flex; align-items: center; justify-content: center; gap: 24px; padding-top: clamp(72px, 8vw, 112px); }
.alfa-process__action p { margin: 0; font-size: 1.15rem; font-weight: 500; }

/* Why Alfa Marble */
.alfa-why { background: var(--alfa-paper); }
.alfa-why__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: clamp(46px, 7vw, 110px); align-items: center; }
.alfa-why__content h2 { margin: 0 0 30px; font-size: clamp(2.2rem, 4.2vw, 4.3rem); font-weight: 500; line-height: 1.14; letter-spacing: -.045em; }
.alfa-why__content h2 span { color: var(--alfa-gold); }
.alfa-why__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 34px; margin: 0; padding: 0; list-style: none; }
.alfa-why__list li { position: relative; padding-inline-start: 32px; color: var(--alfa-ink); font-size: .98rem; font-weight: 500; line-height: 1.6; }
.alfa-why__list li::before { position: absolute; inset-inline-start: 0; top: .05em; content: '✓'; color: var(--alfa-gold); font-weight: 700; }
.alfa-why__note { max-width: 520px; margin: 26px 0 30px; color: var(--color-muted); line-height: 1.9; }
.alfa-why__media { aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border-radius: 22px; background: #dad6ce; box-shadow: 0 24px 48px rgba(61, 56, 47, .12); }
.alfa-why__media img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Products */
.alfa-products { background: var(--alfa-paper); }
.alfa-section-heading--products { align-items: center; }
.alfa-products__shortcode { min-height: 1px; }
.alfa-products__shortcode:empty { display: none; }
.alfa-products__action { display: flex; justify-content: center; margin-top: clamp(28px, 4vw, 48px); text-align: center; }

/* Testimonials */
.alfa-testimonials { background: #e7e1d7; }
.alfa-testimonials__head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: clamp(42px, 6vw, 72px); }
.alfa-testimonials__head h2 { font-size: clamp(2.25rem, 4.4vw, 4.5rem); }
.alfa-google-rating { display: grid; min-width: 150px; text-align: left; direction: ltr; }
.alfa-google-rating strong { color: var(--alfa-ink); font-size: 3.2rem; font-weight: 500; line-height: 1; }
.alfa-google-rating span { color: var(--alfa-gold); letter-spacing: .08em; }
.alfa-google-rating small { margin-top: 3px; color: var(--color-muted); }
.alfa-testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #ccc5b9; border-inline-start: 1px solid #ccc5b9; }
.alfa-testimonials blockquote { display: flex; min-height: 290px; flex-direction: column; padding: clamp(26px, 3vw, 42px); margin: 0; border-inline-end: 1px solid #ccc5b9; border-bottom: 1px solid #ccc5b9; background: rgba(255,255,255,.24); }
.alfa-quote-mark { height: 48px; color: var(--alfa-gold); font-family: Georgia, serif; font-size: 4.5rem; line-height: 1; }
.alfa-testimonials blockquote > p { margin: 10px 0 auto; color: #42423d; line-height: 1.85; }
.alfa-testimonials blockquote footer { display: grid; gap: 0; margin-top: 28px; }
.alfa-testimonials blockquote footer strong { font-size: .95rem; }
.alfa-testimonials blockquote footer span { color: var(--color-muted); font-size: .78rem; }

/* Work */
.alfa-work { color: #f1eee7; background: #1d1e1b; }
.alfa-section-heading--light .text-link { align-self: end; }
.alfa-work__item { position: relative; min-height: 430px; margin: 0; overflow: hidden; background: #2b2c28; }
.alfa-work__item--wide { min-height: 520px; }
.alfa-work__item img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .65s ease; }
.alfa-work__item:hover img { transform: scale(1.035); }
.alfa-work__item::after { position: absolute; inset: 45% 0 0; content: ''; background: linear-gradient(transparent, rgba(0,0,0,.68)); }
.alfa-work__item figcaption { position: absolute; z-index: 1; inset-inline-start: 24px; bottom: 22px; font-size: 1.2rem; font-weight: 500; }

/* Works marquee */
.alfa-marquee { display: grid; gap: 18px; margin-top: clamp(38px, 5vw, 64px); overflow: hidden; }
.alfa-marquee__row { width: 100%; overflow: hidden; direction: ltr; }
.alfa-marquee__track { display: flex; gap: 18px; width: max-content; direction: ltr; will-change: transform; }
.alfa-marquee__row--forward .alfa-marquee__track { animation: alfa-marquee-move 60s linear infinite; }
.alfa-marquee__row--reverse .alfa-marquee__track { animation: alfa-marquee-move 66s linear infinite reverse; }
.alfa-marquee__row:hover .alfa-marquee__track, .alfa-marquee__row:focus-within .alfa-marquee__track { animation-play-state: paused; }
@keyframes alfa-marquee-move { to { transform: translateX(calc(-50% - 9px)); } }
.alfa-marquee .alfa-work__item { flex: 0 0 auto; width: clamp(230px, 21vw, 330px); min-height: 0; aspect-ratio: 33 / 40; }
html[dir="rtl"] .alfa-marquee .alfa-work__item { direction: rtl; text-align: right; }
.alfa-marquee .alfa-work__item img { height: 100%; }

/* Horizontal content widgets */
.alfa-carousel { --carousel-gap: 18px; }
.alfa-carousel__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.alfa-carousel__toolbar p { display: flex; align-items: center; gap: 10px; margin: 0; color: currentColor; direction: ltr; font-size: .75rem; letter-spacing: .08em; }
.alfa-carousel__toolbar p > span:last-child { opacity: .55; }
.alfa-carousel__toolbar p i { width: 37px; height: 1px; background: currentColor; opacity: .45; }
.alfa-carousel__controls { display: flex; gap: 8px; direction: ltr; }
.alfa-carousel__controls button { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid currentColor; border-radius: 50%; color: inherit; background: transparent; font-size: 1.05rem; line-height: 1; cursor: pointer; transition: color .2s ease, background-color .2s ease, opacity .2s ease; }
.alfa-carousel__controls button:hover:not(:disabled), .alfa-carousel__controls button:focus-visible:not(:disabled) { color: var(--alfa-ink); background: var(--alfa-gold-light); outline: none; }
.alfa-carousel__controls button:disabled { cursor: default; opacity: .25; }
.alfa-carousel__viewport { overflow-x: auto; overflow-y: hidden; cursor: grab; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; touch-action: pan-y; }
.alfa-carousel__viewport::-webkit-scrollbar { display: none; }
.alfa-carousel__viewport.is-dragging { cursor: grabbing !important; scroll-snap-type: none !important; scroll-behavior: auto !important; user-select: none !important; -webkit-user-select: none !important; }
.alfa-carousel__viewport.is-dragging * { user-select: none !important; -webkit-user-select: none !important; pointer-events: none !important; }
.alfa-carousel__viewport:focus-visible { outline: 2px solid var(--alfa-gold); outline-offset: 5px; }
.alfa-carousel__track { display: flex !important; width: 100%; min-width: 100%; gap: var(--carousel-gap); border: 0 !important; direction: rtl; }
.alfa-carousel__slide { min-width: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.alfa-services .alfa-carousel__slide, .alfa-testimonials__carousel .alfa-carousel__slide { flex: 0 0 calc((100% - 36px) / 3); border: 1px solid rgba(255,255,255,.16); }
.alfa-testimonials__carousel .alfa-carousel__slide { border-color: #ccc5b9; }
.alfa-services .alfa-carousel__slide, .alfa-testimonials__carousel .alfa-carousel__slide { margin: 0; }
.alfa-services .alfa-service-card, .alfa-testimonials__carousel blockquote { height: 100%; border: 0; }

/* Full-width services stage */
.alfa-services { padding-bottom: 0; }
.alfa-services__carousel { position: relative; min-height: clamp(450px, 47vw, 640px); overflow: hidden; color: #fff; background: #111310; }
.alfa-services__carousel::before { position: absolute; z-index: 0; inset: 0; content: ''; background: linear-gradient(0deg, rgba(8, 10, 9, .72), transparent 52%); pointer-events: none; }
.alfa-services__carousel .alfa-carousel__toolbar { position: absolute; z-index: 3; right: clamp(20px, 4vw, 68px); bottom: 24px; left: clamp(20px, 4vw, 68px); justify-content: space-between; margin: 0; pointer-events: none; }
.alfa-services__carousel .alfa-carousel__toolbar p { display: none; }
.alfa-services__carousel .alfa-carousel__controls { pointer-events: auto; }
.alfa-services__carousel .alfa-carousel__controls button { border-color: rgba(255,255,255,.64); color: #fff; background: rgba(12, 14, 12, .16); backdrop-filter: blur(5px); }
.alfa-services__carousel .alfa-carousel__controls button:hover:not(:disabled), .alfa-services__carousel .alfa-carousel__controls button:focus-visible:not(:disabled) { color: #1a1b18; background: #fff; }
.alfa-services__pagination { position: absolute; z-index: 3; bottom: 39px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
.alfa-services__pagination i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.54); transition: width .25s ease, background-color .25s ease; }
.alfa-services__pagination i.is-active { width: 22px; border-radius: 9px; background: var(--alfa-gold-light); }
.alfa-services__carousel .alfa-carousel__viewport { position: relative; z-index: 1; min-height: clamp(450px, 47vw, 640px); }
.alfa-services__carousel .alfa-carousel__track { min-height: inherit; gap: 0; }
.alfa-services__carousel .alfa-carousel__slide { display: flex; flex: 0 0 33.333333%; min-height: inherit; border: 0; border-inline-end: 1px solid rgba(255,255,255,.27); }
.alfa-services__carousel .alfa-service-card, .alfa-services__carousel .alfa-service-card--featured { position: relative; width: 100%; min-height: inherit; justify-content: flex-end; padding: clamp(32px, 4vw, 68px) clamp(20px, 3.3vw, 56px) clamp(102px, 11vw, 144px); color: #fff; border: 0; background: transparent; text-align: center; isolation: isolate; }
.alfa-services__carousel .alfa-service-card__media { position: absolute; z-index: 0; inset: 0; margin: 0; overflow: hidden; }
.alfa-services__carousel .alfa-service-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(.96); transition: transform .65s cubic-bezier(.2,.6,.2,1), filter .35s ease; }
.alfa-services__carousel .alfa-service-card::before { position: absolute; z-index: 1; inset: 0; content: ''; background: linear-gradient(0deg, rgba(8, 10, 9, .88) 0%, rgba(8, 10, 9, .52) 45%, rgba(8, 10, 9, .13) 100%); opacity: 1; transition: background .3s ease; }
.alfa-services__carousel .alfa-service-card:hover { color: #fff; background: transparent; }
.alfa-services__carousel .alfa-service-card:hover::before { background: linear-gradient(0deg, rgba(8, 10, 9, .92) 0%, rgba(8, 10, 9, .44) 60%, rgba(8, 10, 9, .06) 100%); }
.alfa-services__carousel .alfa-service-card:hover .alfa-service-card__media img { filter: saturate(.92) contrast(1); transform: scale(1.045); }
.alfa-services__carousel .alfa-service-card__top { position: relative; z-index: 2; justify-content: center; margin-bottom: 15px; color: rgba(255,255,255,.55); font-size: .95rem; }
.alfa-services__carousel .alfa-service-card__top span:last-child { display: none; }
.alfa-services__carousel .alfa-service-card h3 { position: relative; z-index: 2; max-width: 280px; margin: 0 auto; color: #fff; font-size: clamp(1.45rem, 2.3vw, 2.35rem); font-weight: 500; line-height: 1.25; }
.alfa-services__carousel .alfa-service-card p { position: absolute; z-index: 2; right: clamp(20px, 3.3vw, 56px); bottom: 52px; left: clamp(20px, 3.3vw, 56px); margin: 0; color: rgba(255,255,255,.84); font-size: .88rem; line-height: 1.75; opacity: 0; transform: translateY(12px); transition: opacity .3s ease, transform .3s ease; }
.alfa-services__carousel .alfa-service-card:hover p, .alfa-services__carousel .alfa-service-card:focus-within p { opacity: 1; transform: translateY(0); }

/* FAQ */
.alfa-faq { background: var(--alfa-paper); }
.alfa-faq__grid { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(500px, 1.28fr); gap: clamp(54px, 10vw, 145px); align-items: start; }
.alfa-faq__intro { position: sticky; top: 125px; }
.alfa-faq__intro h2 { font-size: clamp(2.35rem, 4.2vw, 4.2rem); }
.alfa-faq__intro > p:not(.eyebrow) { margin: 26px 0; color: var(--color-muted); line-height: 1.85; }
.alfa-faq__list { border-top: 1px solid var(--color-border); }
.alfa-faq details { border-bottom: 1px solid var(--color-border); }
.alfa-faq summary { display: grid; grid-template-columns: 44px 1fr 28px; gap: 13px; align-items: center; padding-block: 25px; font-size: 1.03rem; font-weight: 500; list-style: none; cursor: pointer; }
.alfa-faq summary::-webkit-details-marker { display: none; }
.alfa-faq summary > span { color: var(--alfa-gold); font-size: .75rem; font-weight: 700; }
.alfa-faq summary i { position: relative; width: 18px; height: 18px; }
.alfa-faq summary i::before, .alfa-faq summary i::after { position: absolute; top: 8px; left: 0; width: 18px; height: 1px; content: ''; background: currentColor; transition: transform .25s ease; }
.alfa-faq summary i::after { transform: rotate(90deg); }
.alfa-faq details[open] summary i::after { transform: rotate(0); }
.alfa-faq details > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.alfa-faq details[open] > div { grid-template-rows: 1fr; }
.alfa-faq details > div > p { min-height: 0; overflow: hidden; margin: 0; padding: 0 57px 24px 42px; color: var(--color-muted); line-height: 1.85; }

/* Newsletter */
.alfa-newsletter { padding-block: clamp(42px, 5vw, 64px); color: #f4f0e7; background: linear-gradient(120deg, #1b1c19, #35362e); }
.alfa-newsletter__inner { display: grid; grid-template-columns: minmax(260px, .82fr) minmax(520px, 1.18fr); gap: clamp(28px, 5vw, 72px); align-items: center; text-align: start; }
.alfa-newsletter .eyebrow { margin-bottom: 10px; color: #dfc27b; }
.alfa-newsletter h2 { margin: 0; font-size: clamp(1.65rem, 2.5vw, 2.55rem); line-height: 1.25; letter-spacing: -.025em; }
.alfa-newsletter__copy > p:last-child { margin: 12px 0 0; color: #c8c4ba; font-size: .94rem; line-height: 1.7; }
.alfa-newsletter__form { position: relative; display: grid; grid-template-columns: minmax(150px, .8fr) minmax(210px, 1.2fr) auto; gap: 10px; align-items: center; }
.alfa-newsletter__form input { min-width: 0; height: 52px; padding-inline: 17px; border: 1px solid rgba(255,255,255,.24); border-radius: 2px; color: #fff; background: rgba(255,255,255,.07); outline: none; }
.alfa-newsletter__form input::placeholder { color: #c8c4ba; }
.alfa-newsletter__form input:focus { border-color: var(--alfa-gold-light); background: rgba(255,255,255,.11); }
.alfa-newsletter__form .button { min-height: 52px; border-color: var(--alfa-gold-light); color: #1b1c19; background: var(--alfa-gold-light); box-shadow: 0 8px 22px rgba(0,0,0,.18); white-space: nowrap; }
.alfa-newsletter__form .button:hover, .alfa-newsletter__form .button:focus-visible { border-color: #fff; color: #1b1c19; background: #fff; }
.alfa-newsletter__website { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; }
.alfa-newsletter__notice { grid-column: 1 / -1; margin: 2px 0 0; font-size: .88rem; }
.alfa-newsletter__notice--success { color: #bde7c6; }
.alfa-newsletter__notice--info { color: #f0d99c; }
.alfa-newsletter__notice--error { color: #ffb4ad; }

/* Homepage footer CTA — mirrors the dark final band on the legacy site. */
.home .site-footer__cta { color: #fff; background: linear-gradient(rgba(12,13,11,.82), rgba(12,13,11,.88)), url('../../img/feature-floor.jpg') center 56% / cover no-repeat; }
.home .site-footer__cta-inner { min-height: clamp(240px, 28vw, 340px); align-items: center; justify-content: center; flex-direction: column; gap: 28px; text-align: center; }
.home .site-footer__cta h2 { max-width: 960px; color: #fff; font-size: clamp(2.2rem, 4.7vw, 4.8rem); font-weight: 500; line-height: 1.16; letter-spacing: -.04em; }
.home .site-footer__cta h2 span { color: var(--alfa-gold-light); }
.home .site-footer__cta .button { border: 1px solid rgba(255,255,255,.78); color: #fff; background: transparent; }
.home .site-footer__cta .button:hover, .home .site-footer__cta .button:focus-visible { color: var(--alfa-ink); background: #fff; }

/* Craft gallery */
.alfa-craft { padding-bottom: clamp(84px, 10vw, 150px); color: #f1eee7; background: #1d1e1b; }
.alfa-craft .eyebrow { color: #d9b966; }
.alfa-craft__head { max-width: 900px; margin-bottom: clamp(42px, 6vw, 72px); text-align: center; }
.alfa-craft__head .eyebrow { justify-content: center; }
.alfa-craft__head h2 { margin: 0; font-size: clamp(2rem, 3.8vw, 3.9rem); font-weight: 500; line-height: 1.2; letter-spacing: -.03em; }
.alfa-craft__head h2 span { color: var(--alfa-gold-light); }
.alfa-craft__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.alfa-craft__item { position: relative; margin: 0; overflow: hidden; border-radius: 18px; background: #2b2c28; }
.alfa-craft__item img { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; transition: transform .65s ease; }
.alfa-craft__item:hover img { transform: scale(1.05); }
.alfa-craft__action { display: flex; justify-content: center; margin-top: clamp(34px, 5vw, 54px); }

@media (max-width: 1020px) {
	.alfa-services__grid { grid-template-columns: repeat(2, 1fr); }
	.alfa-testimonials__grid { grid-template-columns: repeat(2, 1fr); }
	.alfa-services .alfa-carousel__slide, .alfa-testimonials__carousel .alfa-carousel__slide { flex-basis: calc((100% - var(--carousel-gap)) / 2); }
	.alfa-services__carousel .alfa-carousel__slide { flex-basis: 50%; }
	.alfa-process__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 940px; }
	.alfa-process-card { min-height: 480px; }
	.alfa-faq__grid { grid-template-columns: .8fr 1.2fr; gap: 55px; }
	.alfa-why__grid { grid-template-columns: 1fr; }
	.alfa-why__media { aspect-ratio: 16 / 9; }
	.alfa-craft__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
	.section-space { padding-block: 78px; }
	.alfa-hero { min-height: 760px; }
	.alfa-hero__content { padding-top: 150px; padding-bottom: 124px; }
	.alfa-hero__title { font-size: clamp(3.3rem, 14.5vw, 5.4rem); }
	.alfa-hero__meta { display: none; }
	.alfa-expertise__top, .alfa-faq__grid { grid-template-columns: 1fr; }
	.alfa-craft__grid { grid-template-columns: 1fr; }
	.alfa-stats { grid-template-columns: repeat(2, 1fr); }
	.alfa-stat:nth-child(3) { border-top: 1px solid var(--color-border); border-inline-start: 0; }
	.alfa-stat:nth-child(4) { border-top: 1px solid var(--color-border); }
	.alfa-section-heading, .alfa-testimonials__head, .alfa-process__header { display: grid; align-items: start; }
	.alfa-process__surface { padding-inline: 28px; }
	.alfa-process-card { min-height: 440px; }
	.alfa-process-card:nth-child(2), .alfa-process-card:nth-child(4) { transform: translateY(22px); }
	.alfa-work__grid { grid-template-columns: 1fr; }
	.alfa-work__item, .alfa-work__item--wide { min-height: 390px; }
	.alfa-services__carousel, .alfa-services__carousel .alfa-carousel__viewport { min-height: 500px; }
	.alfa-faq__intro { position: static; }
	.alfa-newsletter__inner { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
	.section-space { padding-block: 66px; }
	.alfa-hero { min-height: 700px; }
	.alfa-hero__shade { background: linear-gradient(270deg, rgba(11,12,10,.88), rgba(11,12,10,.5)), linear-gradient(0deg, rgba(11,12,10,.67), transparent 54%); }
	.alfa-hero__title { font-size: clamp(3rem, 15vw, 4.4rem); line-height: 1.03; }
	.alfa-hero__actions { align-items: flex-start; flex-direction: column; }
	.alfa-hero__controls { inset-inline-end: 20px; bottom: 24px; }
	.alfa-hero__arrow { width: 38px; height: 38px; }
	.alfa-hero__scroll { display: none; }
	.alfa-stats { margin-top: 48px; }
	.alfa-stat { min-height: 168px; padding: 28px 18px; }
	.alfa-stat__number strong { font-size: clamp(2.8rem, 14vw, 4.2rem); }
	.alfa-stat p { font-size: .8rem; }
	.alfa-services__grid, .alfa-testimonials__grid { grid-template-columns: 1fr; }
	.alfa-services .alfa-carousel__slide, .alfa-testimonials__carousel .alfa-carousel__slide { flex-basis: 100%; }
	.alfa-services__carousel .alfa-carousel__slide { flex-basis: 100%; }
	.alfa-services__carousel, .alfa-services__carousel .alfa-carousel__viewport { min-height: 540px; }
	.alfa-services__carousel .alfa-service-card, .alfa-services__carousel .alfa-service-card--featured { padding-bottom: 105px; }
	.alfa-services__carousel .alfa-service-card p { position: relative; right: auto; bottom: auto; left: auto; max-width: 390px; margin: 15px auto 0; opacity: 1; transform: none; }
	.alfa-carousel__toolbar { margin-bottom: 15px; }
	.alfa-carousel__controls button { width: 39px; height: 39px; }
	.alfa-service-card { min-height: 300px; }
	.alfa-process__surface { padding-inline: 20px; }
	.alfa-process__grid { grid-template-columns: 1fr; max-width: 430px; }
	.alfa-process-card, .alfa-process-card:nth-child(2), .alfa-process-card:nth-child(4) { min-height: 0; transform: none; }
	.alfa-process-card figure { aspect-ratio: 1.55; }
	.alfa-process__action { align-items: flex-start; flex-direction: column; }
	.alfa-why__list { grid-template-columns: 1fr; }
	.alfa-testimonials__head { align-items: start; }
	.alfa-google-rating { text-align: right; }
	.alfa-work__item, .alfa-work__item--wide { min-height: 320px; }
	.alfa-faq summary { grid-template-columns: 34px 1fr 22px; padding-block: 21px; font-size: .95rem; }
	.alfa-faq details > div > p { padding-inline: 34px 22px; }
	.alfa-newsletter__form { grid-template-columns: 1fr; }
	.alfa-newsletter__form .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
	.alfa-hero__media img, .alfa-hero__slide.is-active .alfa-hero__media img { transform: none; }
	.alfa-marquee__track { animation: none !important; transform: none !important; }
}
