:root {
  --dark: #171713;
  --black: #0d0d0b;
  --cream: #f7f4ee;
  --beige: #ead6ae;
  --gold: #d7a955;
  --gold-dark: #b98534;
  --brown: #7a5736;
  --white: #ffffff;
  --text: #6d6a65;
  --border: #e7dfd2;
  --whatsapp: #25d366;
  --heading: "Playfair Display", Georgia, serif;
  --body: "Inter", Arial, sans-serif;
  --shadow: 0 18px 45px rgba(35, 29, 18, .10);
  --radius: 12px;
  --transition: 220ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 84px; }
body { width: 100%; min-width: 320px; max-width: 100%; margin: 0; overflow-x: clip; background: var(--white); color: var(--dark); font-family: var(--body); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open, body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.12; }
.container { width: 100%; max-width: 1368px; margin-inline: auto; padding-inline: 24px; }
.site-header, main, #main-content, main > section, .site-footer { width: 100%; max-width: 100%; }
main, #main-content { position: relative; display: block; overflow-x: clip; }
.header-inner > *, .hero-grid > *, .services-grid > *, .project-grid > *, .timeline > *, .advantages-grid > *, .video-grid > *, .cta-inner > *, .footer-grid > * { min-width: 0; }
.cta-buttons > *, .footer-bottom .container > * { min-width: 0; }
p, h1, h2, h3, a, span { overflow-wrap: break-word; }
input, select, textarea, button { min-width: 0; max-width: 100%; }
.section { padding: 92px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -70px; z-index: 9999; padding: 12px 18px; border-radius: 0 0 8px 8px; background: var(--gold); color: var(--black); font-weight: 700; transition: top var(--transition); }
.skip-link:focus { top: 0; }

.eyebrow { margin-bottom: 8px; color: var(--gold-dark); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--beige); }
.section-heading { max-width: 750px; margin: 0 auto 42px; text-align: center; }
.section-heading h2 { margin-bottom: 10px; font-size: clamp(2rem, 3vw, 2.9rem); }
.section-heading > p:last-child { margin: 0; color: var(--text); }
.heading-row { display: flex; max-width: none; align-items: end; justify-content: space-between; text-align: left; }
.heading-row h2 { margin: 0; }

.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 13px 24px; border: 1px solid transparent; border-radius: 8px; cursor: pointer; font-size: .86rem; font-weight: 700; transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition); }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(215,169,85,.42); outline-offset: 3px; }
.btn-gold { background: linear-gradient(135deg, var(--beige), var(--gold)); color: var(--black); box-shadow: 0 10px 28px rgba(215,169,85,.22); }
.btn-gold:hover { background: linear-gradient(135deg, #f1ddb6, #e0ad4e); box-shadow: 0 14px 30px rgba(215,169,85,.34); }
.btn-dark { border-color: rgba(255,255,255,.32); background: rgba(10,10,8,.78); color: var(--white); }
.btn-dark:hover { border-color: var(--gold); background: var(--black); }
.btn-outline { min-height: 43px; border-color: var(--gold); background: transparent; color: var(--dark); }
.btn-outline:hover { background: var(--gold); color: var(--black); }
.btn-small { min-height: 43px; padding: 10px 20px; }
.btn-whatsapp { background: var(--whatsapp); color: var(--white); }

.site-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; border-bottom: 1px solid transparent; color: var(--white); transition: background var(--transition), border-color var(--transition), box-shadow var(--transition); }
.site-header.scrolled { border-color: rgba(255,255,255,.08); background: rgba(13,13,11,.92); box-shadow: 0 8px 30px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 32px; }
.logo { display: inline-flex; flex-shrink: 0; align-items: center; gap: 10px; }
.logo-image { display: block; width: auto; max-width: 230px; height: 48px; object-fit: contain; object-position: left center; }
.logo-copy { display: flex; flex-direction: column; line-height: 1.1; }
.logo-copy strong { font-size: 1.1rem; letter-spacing: .06em; }
.logo-copy small { margin-top: 4px; color: rgba(255,255,255,.72); font-size: .58rem; }
.main-nav { display: flex; margin-left: auto; align-items: center; gap: clamp(18px, 2vw, 34px); }
.main-nav a { position: relative; font-size: .79rem; font-weight: 600; }
.main-nav a::after { position: absolute; bottom: -8px; left: 50%; width: 0; height: 2px; background: var(--gold); content: ""; transition: width var(--transition), left var(--transition); }
.main-nav a:hover::after, .main-nav a.active::after { left: 0; width: 100%; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.menu-toggle, .menu-backdrop { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: url("../../../../uploads/tas-villa-hero.webp") center 45%/cover no-repeat; color: var(--white); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,6,.88) 0%, rgba(7,8,6,.63) 42%, rgba(7,8,6,.25) 68%, rgba(7,8,6,.45) 100%), linear-gradient(0deg, rgba(5,5,3,.78), transparent 42%); }
.hero-grid { position: relative; display: grid; min-height: 100svh; grid-template-columns: 1fr; grid-template-rows: 1fr auto; align-items: center; padding-top: 118px; padding-bottom: 35px; }
.hero-content { max-width: 1000px; align-self: center; padding: 45px 0 10px; }
.hero-content h1 { max-width: 980px; margin-bottom: 22px; font-size: clamp(3rem, 5.25vw, 5.25rem); letter-spacing: -.025em; text-shadow: 0 5px 25px rgba(0,0,0,.22); }
.hero-subtitle { margin-bottom: 28px; color: rgba(255,255,255,.9); font-size: 1rem; }
.hero-subtitle span { display: block; }
.hero-subtitle i { width: 23px; color: var(--gold); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { display: grid; width: min(720px, 100%); grid-column: 1; grid-row: 2; grid-template-columns: repeat(4, 1fr); gap: 15px; align-self: end; }
.hero-stats article { position: relative; padding-right: 15px; }
.hero-stats article:not(:last-child)::after { position: absolute; top: 7px; right: 0; width: 1px; height: 38px; background: rgba(255,255,255,.24); content: ""; }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { font-family: var(--heading); font-size: 1.65rem; }
.hero-stats span { color: rgba(255,255,255,.74); font-size: .68rem; }

.services { background: linear-gradient(180deg, var(--white), var(--cream)); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { display: block; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 25px rgba(37,28,15,.045); cursor: pointer; transition: transform var(--transition), box-shadow var(--transition); }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.card-image { height: 190px; overflow: hidden; }
.card-image img { height: 100%; object-fit: cover; transition: transform 550ms ease; }
.service-card:hover .card-image img { transform: scale(1.07); }
.service-body { position: relative; padding: 31px 21px 21px; }
.service-icon { position: absolute; top: -25px; left: 20px; display: grid; width: 50px; height: 50px; place-items: center; border: 5px solid var(--white); border-radius: 50%; background: var(--beige); color: var(--brown); font-size: 1.05rem; }
.service-body h2, .service-body h3 { margin-bottom: 9px; font-size: 1.2rem; }
.service-body p { min-height: 72px; margin-bottom: 0; color: var(--text); font-size: .79rem; line-height: 1.55; }

.projects { padding-top: 85px; background: var(--white); }
.project-grid { display: grid; grid-auto-flow: dense; grid-auto-rows: 165px; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.project-item { position: relative; overflow: hidden; border-radius: 10px; cursor: pointer; }
.project-item.project-tall { grid-row: span 2; }
.project-item.project-wide { grid-column: span 2; }
.project-extra { display: none; }
.project-grid.show-all .project-extra { display: block; }
.project-item img { height: 100%; object-fit: cover; transition: transform 650ms ease; }
.project-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 22px; background: linear-gradient(0deg, rgba(8,8,6,.93), rgba(8,8,6,.08) 75%); color: var(--white); opacity: 0; transition: opacity var(--transition); }
.project-item:hover img, .project-item:focus-within img { transform: scale(1.06); }
.project-item:hover .project-overlay, .project-item:focus-within .project-overlay { opacity: 1; }
.project-overlay span { color: var(--gold); font-size: .64rem; font-weight: 700; text-transform: uppercase; }
.project-overlay h3 { margin: 3px 0 4px; font-size: 1.05rem; }
.project-overlay p { margin-bottom: 11px; color: rgba(255,255,255,.75); font-size: .67rem; }
.project-overlay button { padding: 6px 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: transparent; color: var(--white); cursor: pointer; font-size: .66rem; }


.bottom-cta { position: relative; min-height: 210px; background: url("../../../../uploads/tas-villa-hero.webp") center 55%/cover no-repeat; color: var(--white); }
.cta-overlay { position: absolute; inset: 0; background: rgba(14,14,10,.66); }
.cta-inner { position: relative; display: flex; min-height: 210px; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner h2 { max-width: 650px; margin-bottom: 4px; font-size: 2.35rem; }
.cta-inner p { margin: 0; color: rgba(255,255,255,.72); }
.cta-buttons { display: flex; gap: 12px; }
.cta-buttons .btn { min-width: 210px; justify-content: flex-start; }
.cta-buttons .btn > i { font-size: 1.35rem; }
.cta-buttons .btn span, .cta-buttons .btn small { display: block; line-height: 1.15; }
.cta-buttons .btn small { margin-bottom: 4px; font-size: .65rem; font-weight: 500; }

.advantages { padding-top: 45px; background: var(--cream); }
.advantages-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.advantage-card { padding: 27px 15px 22px; border: 1px solid var(--border); border-radius: 10px; background: var(--white); text-align: center; transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); }
.advantage-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: var(--shadow); }
.advantage-card > i { margin-bottom: 13px; color: var(--brown); font-size: 1.55rem; }
.advantage-card h3 { margin-bottom: 7px; font-size: 1rem; }
.advantage-card p { margin: 0; color: var(--text); font-size: .69rem; line-height: 1.45; }

.process { padding-bottom: 55px; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; }
.timeline::before { position: absolute; z-index: 0; top: 36px; right: 10%; left: 10%; border-top: 1px dashed #b9a484; content: ""; }
.timeline article { position: relative; z-index: 1; text-align: center; }
.step-icon { position: relative; display: grid; width: 72px; height: 72px; margin: 0 auto 18px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: var(--cream); color: var(--brown); font-size: 1.45rem; }
.step-icon b { position: absolute; right: -4px; bottom: -2px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--white); font: 700 .55rem var(--body); }
.timeline h3 { margin-bottom: 8px; font-size: 1rem; }
.timeline p { max-width: 175px; margin: 0 auto; color: var(--text); font-size: .72rem; line-height: 1.5; }

.video-section { position: relative; min-height: 280px; background: url("../../../../uploads/proje-video-arka-plan.webp") center/cover no-repeat; color: var(--white); }
.video-overlay { position: absolute; inset: 0; background: rgba(10,10,7,.75); }
.video-grid { position: relative; display: grid; min-height: 280px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 80px; }
.video-grid h2 { margin-bottom: 7px; font-size: 2rem; }
.video-grid p { margin-bottom: 15px; color: rgba(255,255,255,.72); font-size: .76rem; }
.video-grid .btn { min-height: 42px; padding: 9px 21px; }
.play-button { display: grid; width: 78px; height: 78px; place-items: center; border: 2px solid var(--white); border-radius: 50%; background: rgba(255,255,255,.08); color: var(--white); cursor: pointer; font-size: 1.5rem; transition: transform var(--transition), background var(--transition); }
.play-button:hover { transform: scale(1.08); background: var(--gold); color: var(--black); }
.video-grid ul { justify-self: end; margin: 0; padding: 0; list-style: none; }
.video-grid li { margin: 14px 0; font-size: .82rem; font-weight: 600; }
.video-grid li i { width: 28px; color: var(--gold); }


.blog-section { background: var(--white); }
.blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.blog-card { display: block; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 28px rgba(37,28,15,.06); cursor: pointer; transition: transform var(--transition), box-shadow var(--transition); }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.blog-image { display: block; height: 210px; overflow: hidden; }
.blog-image img { height: 100%; object-fit: cover; transition: transform 600ms ease; }
.blog-card:hover .blog-image img { transform: scale(1.06); }
.blog-body { padding: 22px; }
.blog-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 13px; color: var(--text); font-size: .66rem; }
.blog-meta span { color: var(--gold-dark); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.blog-body h2, .blog-body h3 { margin-bottom: 11px; font-size: 1.3rem; transition: color var(--transition); }
.blog-card:hover .blog-body h2, .blog-card:hover .blog-body h3 { color: var(--gold-dark); }
.blog-body > p:not(.blog-meta) { min-height: 68px; margin-bottom: 0; color: var(--text); font-size: .76rem; line-height: 1.6; }

.site-footer { background: var(--black); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .85fr) 1.2fr; gap: 42px; padding-top: 58px; padding-bottom: 48px; }
.footer-grid h3 { margin: 5px 0 17px; color: var(--white); font-family: var(--body); font-size: .8rem; }
.footer-grid > div:not(.footer-brand) > a, .footer-contact > p { display: block; max-width: 100%; margin: 8px 0; font-size: .69rem; transition: color var(--transition); }
.footer-grid a:hover { color: var(--gold); }
.footer-brand > p { max-width: 240px; margin: 18px 0; font-size: .7rem; }
.footer-contact i { width: 18px; color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom .container { display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 20px; }
.footer-bottom p { margin: 0; font-size: .65rem; }
.footer-bottom div div { display: flex; gap: 20px; }
.footer-bottom a { font-size: .65rem; }

.floating-phone { position: fixed; z-index: 900; right: 24px; bottom: 44px; display: flex; height: 56px; align-items: center; gap: 0; padding: 0 17px; overflow: hidden; border-radius: 999px; background: var(--gold-dark); color: var(--white); box-shadow: 0 12px 30px rgba(185,133,52,.34); }
.floating-phone i { font-size: 1.5rem; }
.floating-phone span { max-width: 0; margin-left: 0; overflow: hidden; white-space: nowrap; font-size: .75rem; font-weight: 700; opacity: 0; transition: max-width 350ms ease, margin var(--transition), opacity var(--transition); }
.floating-phone:hover span { max-width: 180px; margin-left: 10px; opacity: 1; }

.modal { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; transition: opacity var(--transition), visibility var(--transition); }
.modal.active { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5,5,4,.9); backdrop-filter: blur(8px); }
.modal-close { position: absolute; z-index: 3; top: -42px; right: 0; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; }
.lightbox-content { position: relative; z-index: 1; width: min(100%, 1120px); max-width: calc(100vw - 150px); outline: none; }
.lightbox-content figure { margin: 0; overflow: hidden; border-radius: 10px; background: var(--black); }
.lightbox-content figure img { width: 100%; height: min(72vh, 720px); object-fit: contain; }
.lightbox-content figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 55px 25px 20px; background: linear-gradient(0deg, rgba(0,0,0,.9), transparent); color: var(--white); }
.lightbox-content h2 { margin-bottom: 4px; font-size: 1.4rem; }
.lightbox-content p { margin: 0; color: rgba(255,255,255,.72); font-size: .75rem; }
.lightbox-arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(0,0,0,.35); color: var(--white); cursor: pointer; transform: translateY(-50%); }
.lightbox-arrow.prev { left: -65px; }.lightbox-arrow.next { right: -65px; }
.video-modal-content { position: relative; z-index: 1; width: min(100%, 1000px); max-width: calc(100vw - 48px); outline: none; }
.video-frame { position: relative; overflow: hidden; border-radius: 10px; background: var(--black); padding-top: 56.25%; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.inner-header { background: rgba(13,13,11,.96); }
.inner-hero { padding: 155px 0 70px; background: linear-gradient(120deg, rgba(8,8,6,.94), rgba(31,27,20,.88)), url("../../../../uploads/tas-duvar.webp") center/cover; color: var(--white); }
.inner-hero h1 { max-width: 900px; margin-bottom: 12px; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.inner-hero > .container > p:last-child { max-width: 760px; margin: 0; color: rgba(255,255,255,.76); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: rgba(255,255,255,.68); font-size: .72rem; }
.breadcrumb a:hover { color: var(--gold); }
.inner-content { min-height: 480px; background: var(--cream); }
.contact-page { background: var(--cream); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 34px; align-items: stretch; }
.contact-intro, .contact-panel { border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.contact-intro { padding: 45px; }
.contact-intro h2 { margin-bottom: 16px; font-size: clamp(2rem, 3vw, 3rem); }
.contact-intro > p:not(.eyebrow) { color: var(--text); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.contact-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; background: var(--border); }
.contact-card { min-height: 190px; padding: 32px; background: var(--white); transition: background var(--transition), transform var(--transition); }
a.contact-card:hover { background: #fcf8f0; }
.contact-card > i { display: grid; width: 48px; height: 48px; margin-bottom: 20px; place-items: center; border-radius: 50%; background: var(--beige); color: var(--brown); font-size: 1.15rem; }
.contact-card h2 { margin-bottom: 8px; font-size: 1.15rem; }
.contact-card p, .contact-card span { display: block; margin: 0; color: var(--text); font-size: .82rem; }
.contact-card span { color: var(--gold-dark); font-weight: 700; }
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.listing-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 28px rgba(37,28,15,.06); transition: transform var(--transition), box-shadow var(--transition); }
.listing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.listing-card > img { height: 260px; object-fit: cover; }
.listing-card > div { padding: 22px; }
.listing-card small { color: var(--gold-dark); font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.listing-card h2 { margin: 8px 0; font-size: 1.35rem; }
.listing-card p { margin: 0; color: var(--text); font-size: .78rem; }
.empty-state { padding: 45px; border: 1px dashed var(--border); border-radius: var(--radius); background: var(--white); color: var(--text); text-align: center; }
.detail-page { background: var(--cream); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 45px; }
.detail-main { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }
.detail-cover { width: 100%; max-height: 610px; margin-bottom: 25px; border-radius: 9px; object-fit: cover; }
.detail-date { display: block; margin-bottom: 18px; color: var(--gold-dark); font-size: .76rem; font-weight: 700; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 12px 25px; color: var(--brown); font-size: .78rem; font-weight: 700; }
.rich-content { color: #4f4b45; font-size: .96rem; line-height: 1.85; }
.rich-content h2, .rich-content h3 { margin: 30px 0 12px; color: var(--dark); }
.rich-content img { height: auto; margin: 24px 0; border-radius: 8px; }
.rich-content a { color: var(--brown); text-decoration: underline; }
.detail-aside { position: sticky; top: 110px; padding: 25px; border-radius: var(--radius); background: var(--dark); color: var(--white); }
.detail-aside h2 { margin-bottom: 8px; font-size: 1.5rem; }
.detail-aside p { color: rgba(255,255,255,.68); font-size: .78rem; }
.detail-aside .btn { width: 100%; margin-top: 10px; }
.detail-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.detail-gallery img { height: 170px; border-radius: 7px; object-fit: cover; }
.error-hero { display: grid; min-height: 70vh; align-items: center; }
.error-hero .btn { margin-top: 20px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
