:root {
  --ink: #321b22;
  --espresso: #3a1720;
  --paper: #fffaf5;
  --cream: #f7ede6;
  --blush: #f1d8d0;
  --line: rgba(50, 27, 34, 0.15);
  --muted: #745f63;
  --sage: #c64b3d;
  --rose: #d8654f;
  --text-min: 0.875rem;
  --serif: "Italiana", "Times New Roman", serif;
  --sans: "Poppins", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: inline-block; flex: 0 0 auto; width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.icon-right { width: 19px; }
.page-shell { width: 100%; margin: 0; overflow: hidden; background: var(--paper); }
.section-pad { padding-inline: clamp(28px, 7vw, 110px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  --header-bg: rgba(48, 19, 27, .22);
  --header-solid: rgba(55, 22, 31, .96);
  --header-ink: #fff;
  --header-muted: rgba(255,255,255,.78);
  --header-line: rgba(255,255,255,.24);
  --header-stroke: linear-gradient(115deg, rgba(255,255,255,.3) 0%, rgba(255,255,255,.07) 22%, rgba(255,255,255,.02) 52%, rgba(255,255,255,.18) 78%, rgba(255,255,255,.05) 100%);
  --header-cta-bg: #fff;
  --header-cta-ink: var(--ink);
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 32px), 1400px);
  min-height: 66px;
  padding: 0 clamp(22px, 3vw, 42px);
  color: var(--header-ink);
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--header-bg);
  box-shadow: 0 8px 30px rgba(49, 19, 27, .1);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  transform: translateX(-50%);
  transition: color .35s ease, background-color .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.site-header::before { content: ""; position: absolute; inset: -1px; padding: 1px; border-radius: inherit; background: var(--header-stroke); pointer-events: none; -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.site-header[data-theme="light"] {
  --header-bg: rgba(255, 250, 245, .86);
  --header-solid: rgba(255, 250, 245, .98);
  --header-ink: var(--ink);
  --header-muted: rgba(50, 27, 34, .68);
  --header-line: rgba(50, 27, 34, .13);
  --header-stroke: linear-gradient(115deg, rgba(255,255,255,.32) 0%, rgba(50,27,34,.06) 25%, rgba(255,255,255,.22) 57%, rgba(50,27,34,.08) 82%, rgba(255,255,255,.28) 100%);
  --header-cta-bg: var(--ink);
  --header-cta-ink: #fff;
}
.site-header[data-theme="sage"] {
  --header-bg: rgba(241, 216, 208, .9);
  --header-solid: rgba(241, 216, 208, .98);
  --header-ink: #321b22;
  --header-muted: rgba(50, 27, 34, .68);
  --header-line: rgba(50, 27, 34, .14);
  --header-stroke: linear-gradient(115deg, rgba(255,255,255,.3) 0%, rgba(93,35,43,.08) 28%, rgba(255,255,255,.18) 58%, rgba(93,35,43,.1) 84%, rgba(255,255,255,.25) 100%);
  --header-cta-bg: #a92f32;
  --header-cta-ink: #fff;
}
.site-header[data-theme="glass"] {
  --header-bg: rgba(48, 19, 27, .22);
  --header-solid: rgba(55, 22, 31, .96);
  --header-stroke: linear-gradient(115deg, rgba(255,255,255,.3) 0%, rgba(255,255,255,.06) 21%, rgba(255,255,255,.015) 52%, rgba(255,255,255,.2) 78%, rgba(255,255,255,.04) 100%);
}
.site-header[data-theme="dark"] {
  --header-bg: rgba(58, 23, 32, .84);
  --header-solid: rgba(58, 23, 32, .98);
  --header-stroke: linear-gradient(115deg, rgba(255,255,255,.24) 0%, rgba(255,255,255,.045) 25%, rgba(255,255,255,.015) 55%, rgba(255,190,176,.16) 80%, rgba(255,255,255,.035) 100%);
}
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 1.0625rem; font-weight: 650; letter-spacing: -0.035em; text-decoration: none; }
.brand-logo { width: 28px; height: 28px; object-fit: contain; display: inline-block; transition: filter .35s ease; }
.site-header[data-theme="light"] .brand-logo,
.site-header[data-theme="sage"] .brand-logo { filter: brightness(0); }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; }
.footer-brand-logo { width: 32px; height: 32px; object-fit: contain; display: inline-block; }
.site-nav { display: flex; gap: clamp(20px, 3vw, 46px); align-items: center; }
.site-nav a { position: relative; color: var(--header-muted); font-size: var(--text-min); font-weight: 300; transition: color .35s ease; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--header-ink); transform: scaleX(0); transition: transform .25s ease, background-color .35s ease; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.mobile-nav-cta { display: none; }
.header-cta { justify-self: end; padding: 10px 21px; color: var(--header-cta-ink); background: var(--header-cta-bg); border-radius: 999px; font-size: var(--text-min); font-weight: 400; letter-spacing: 0; transition: color .35s ease, background-color .35s ease, transform .2s ease; }
.header-cta:hover { transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; display: flex; align-items: flex-end; min-height: max(760px, 100svh); padding-top: 120px; padding-bottom: clamp(36px, 4.5vh, 56px); color: #fff; background: #3a1720; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; animation: hero-image-settle 3.5s cubic-bezier(.22,.65,.38,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.35) 48%, rgba(0,0,0,.08) 76%), linear-gradient(0deg, rgba(0,0,0,.48) 0%, transparent 55%); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; max-width: 720px; }
.hero-sequence > * { animation: hero-content-enter 1.8s cubic-bezier(.22,.65,.38,1) both; animation-delay: var(--hero-delay, 0s); }
h1, h2, h3, blockquote { margin: 0; font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(4.25rem, 8vw, 7.75rem); line-height: .88; letter-spacing: -.035em; }
h1 em, h2 em, blockquote em { color: var(--sage); font-style: italic; font-weight: 400; }
.hero h1 em { color: #f3b6a7; }
.hero-text { max-width: 510px; margin: 24px 0 0; color: rgba(255,255,255,.8); font-size: var(--text-min); }
.hero-actions { display: flex; gap: 23.8px; align-items: center; margin-top: 20px; }
.button { display: inline-flex; gap: 32px; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; font-size: var(--text-min); font-weight: 400; letter-spacing: 0; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button .icon, .text-link .icon, .underlined-link .icon, .story-meta .icon, .service-list .icon { transition: transform .25s ease; }
.button:hover .icon-up-right, .underlined-link:hover .icon-up-right, .story-meta a:hover .icon-up-right, .service-list article:hover .icon-up-right { transform: translate(2px, -2px); }
.text-link:hover .icon-right { transform: translateX(3px); }
.button-dark { color: var(--ink); background: #fff; }
.text-link, .underlined-link { display: inline-flex; gap: 9px; align-items: center; font-size: var(--text-min); font-weight: 400; letter-spacing: 0; }
.menu-toggle:focus-visible, .header-cta:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(55px, 7vw, 120px); align-items: center; min-height: 680px; padding-top: 100px; padding-bottom: 100px; }
.intro-copy { width: 100%; margin: 0; }
.intro-carousel { position: relative; height: clamp(460px, 43vw, 620px); overflow: hidden; background: var(--cream); }
.carousel-track { position: absolute; inset: 0; }
.carousel-slide { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.025); transition: opacity 1.4s ease, transform 2.1s cubic-bezier(.22,.65,.38,1); }
.carousel-slide.active { z-index: 1; opacity: 1; transform: scale(1); }
.carousel-slide.logo-slide { padding: clamp(34px, 6vw, 76px); object-fit: contain; background: #000; }
.carousel-dots { position: absolute; right: 0; bottom: 18px; left: 0; z-index: 2; display: flex; gap: 10px; justify-content: center; }
.carousel-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid rgba(255,255,255,.92); border-radius: 50%; background: rgba(50,27,34,.28); box-shadow: 0 1px 8px rgba(50,27,34,.18); cursor: pointer; transition: background-color .25s ease, transform .25s ease; }
.carousel-dots button:hover { transform: scale(1.18); }
.carousel-dots button.active { background: #fff; }
.carousel-dots button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.intro-copy h2, .section-heading h2, .services h2, .experience h2, .contact h2 { font-size: clamp(2.8125rem, 5.5vw, 4.875rem); line-height: 1.02; letter-spacing: -.025em; }
.intro-copy p { max-width: 600px; margin: 25px 0 0; color: var(--muted); font-size: 0.9375rem; line-height: 1.9; }
.intro-copy p + p { margin-top: 16px; }
.intro-copy .underlined-link { margin-top: 30px; }
.underlined-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); }
.social-links { display: flex; gap: 10px; align-items: center; }
.social-links a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; transition: transform .2s ease; }
.social-links a:hover { transform: translateY(-2px); }
.social-logo { display: block; width: 100%; height: 100%; object-fit: contain; }
.social-links .social-logo { width: 24px; height: 24px; }
.about-socials { margin-top: 26px; color: var(--ink); }
.about-socials .social-logo { opacity: 0.82; transition: opacity .2s ease; }
.about-socials a:hover .social-logo { opacity: 1; }

.stories { padding-top: 100px; padding-bottom: 120px; background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 65px; }
.section-heading > p { width: 330px; margin: 0 0 6px; color: var(--muted); font-size: var(--text-min); }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 55px 22px; }
.story-card img { display: block; width: 100%; height: clamp(350px, 35vw, 500px); object-fit: cover; filter: saturate(.88); transition: filter .4s ease, transform .5s ease; }
.story-card:hover img { filter: saturate(1); transform: translateY(-4px); }
.story-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; }
.story-meta h3 { font-size: 1.5rem; }
.story-meta > a { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 50%; }
.eyebrow { margin: 0 0 10px; color: var(--rose); font-size: .7rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.carousel-controls { display: flex; gap: 10px; align-items: center; justify-content: flex-end; }
.carousel-controls button { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; cursor: pointer; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.carousel-controls button:hover { color: #fff; background: var(--ink); transform: translateY(-2px); }
.carousel-status { min-width: 48px; margin-right: 6px; color: var(--muted); font-size: .75rem; letter-spacing: .08em; text-align: center; }

.quote-banner { padding: 95px 30px 90px; color: #f5f1eb; background: var(--espresso); text-align: center; }
.quote-ornament { color: #e77760; font-family: var(--serif); font-size: 4.375rem; line-height: .7; }
.quote-banner blockquote { margin-top: 28px; font-size: clamp(1.9375rem, 4vw, 3.375rem); line-height: 1.25; }
.quote-banner blockquote em { color: #f0a08d; }

.services { display: grid; grid-template-columns: .78fr 1.22fr; gap: 50px; padding-top: 120px; padding-bottom: 120px; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { position: relative; display: grid; grid-template-columns: 1fr 1fr 30px; gap: 22px; align-items: center; min-height: 122px; border-bottom: 1px solid var(--line); }
.service-list h3 { font-size: 1.5rem; }
.service-list p { margin: 0; color: var(--muted); font-size: var(--text-min); line-height: 1.7; }
.service-list .arrow { justify-self: end; }

.experience { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(60px, 8vw, 135px); align-items: center; padding-top: 120px; padding-bottom: 120px; color: #fff6f1; background: #461b27; }
.experience-visual { position: relative; min-height: 680px; overflow: hidden; }
.experience-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(36,10,17,.72)); pointer-events: none; }
.experience-visual img { display: block; width: 100%; height: 680px; object-fit: cover; object-position: center 42%; filter: saturate(.88) contrast(.96); transition: transform 1.2s cubic-bezier(.22, 1, .36, 1), filter .5s ease; }
.experience-visual:hover img { filter: saturate(.98) contrast(.98); transform: scale(1.015); }
.experience-visual > p { position: absolute; right: 30px; bottom: 25px; left: 30px; z-index: 1; margin: 0; color: rgba(255,255,255,.76); font-family: var(--serif); font-size: 1.125rem; line-height: 1.55; }
.experience-content { max-width: 690px; }
.experience-kicker { margin: 0 0 24px; color: #d5aaa4; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }
.experience h2 em { color: #f0a08d; }
.experience-steps { margin-top: 55px; border-top: 1px solid rgba(255,255,255,.16); }
.experience-steps article { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 25px 0 27px; border-bottom: 1px solid rgba(255,255,255,.16); }
.experience-steps span { padding-top: 3px; color: #c4918d; font-size: .6875rem; letter-spacing: .12em; }
.experience-steps h3 { color: #fff; font-family: var(--sans); font-size: .9375rem; font-weight: 400; }
.experience-steps p { max-width: 480px; margin: 7px 0 0; color: #d5b8b3; font-size: var(--text-min); line-height: 1.75; }

.testimonial { padding-top: 112px; padding-bottom: 120px; overflow: hidden; background: #f1d8d0; }
.testimonial-heading { display: grid; grid-template-columns: 1fr 1.45fr; column-gap: clamp(35px, 7vw, 110px); align-items: end; margin-bottom: 54px; }
.testimonial-heading .eyebrow { grid-column: 1 / -1; margin: 0 0 18px; color: #8e4945; font-size: .6875rem; letter-spacing: .15em; text-transform: uppercase; }
.testimonial-heading h2 { font-size: clamp(2.75rem, 5vw, 4.75rem); line-height: .98; }
.testimonial-heading h2 em { color: #a93435; }
.testimonial-heading > p:last-child { max-width: 430px; margin: 0 0 5px; color: #6f5751; font-size: var(--text-min); line-height: 1.75; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.2vw, 34px); }
.review-card { position: relative; display: flex; flex-direction: column; min-height: 380px; padding: clamp(28px, 3vw, 40px); border: 1px solid rgba(94, 58, 51, .12); border-radius: 3px; background: rgba(255, 252, 248, .92); transition: transform .35s ease; }
.review-card::before { position: absolute; top: 30px; right: 34px; color: rgba(169, 52, 53, .1); content: "“"; font-family: var(--serif); font-size: 5.5rem; line-height: .7; }
.review-card:hover { transform: translateY(-6px); }
.testimonial-controls { display: none; }
.review-rating { position: relative; z-index: 1; display: flex; gap: 10px; align-items: center; }
.review-rating > span { color: #c75a46; font-size: .9rem; letter-spacing: .13em; }
.review-rating small { color: #7b665f; font-size: .6875rem; font-weight: 500; }
.review-card blockquote { position: relative; z-index: 1; margin: 30px 0 36px; color: #3f302d; font-family: var(--sans); font-size: clamp(1rem, 1.3vw, 1.125rem); line-height: 1.75; }
.review-author { display: grid; grid-template-columns: 54px 1fr 24px; gap: 14px; align-items: center; margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(94, 58, 51, .12); }
.review-author img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.review-author div { display: flex; flex-direction: column; gap: 3px; }
.review-author strong { color: var(--ink); font-size: .875rem; font-weight: 500; }
.review-author div span { color: #806b65; font-size: .6875rem; letter-spacing: .08em; text-transform: uppercase; }
.verified-mark { display: grid; place-items: center; width: 20px; height: 20px; color: #fff; border-radius: 50%; background: var(--sage); font-size: .65rem; font-weight: 700; }

.contact { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(50px, 7vw, 110px); align-items: stretch; padding-top: 110px; padding-bottom: 110px; color: #fff7f3; background: #a93435; }
.contact-content { align-self: center; }
.contact h2 em { color: #ffd0c4; }
.contact-content > p { max-width: 580px; margin: 28px 0 42px; color: #cfcfc9; font-size: var(--text-min); }
.contact-form { width: 100%; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 28px; }
.contact-form label { display: grid; gap: 8px; color: #e5ebe6; font-size: var(--text-min); }
.contact-form input, .contact-form textarea { width: 100%; min-width: 0; padding: 11px 0 13px; color: #fff; border: 0; border-bottom: 1px solid rgba(255,255,255,.32); border-radius: 0; outline: none; background: transparent; font: inherit; font-size: 1rem; transition: border-color .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(255,255,255,.95); }
.contact-form textarea { resize: vertical; }
.form-wide { grid-column: 1 / -1; }
.custom-field { position: relative; display: grid; gap: 8px; color: #e5ebe6; font-size: var(--text-min); }
.custom-select { position: relative; }
.custom-select-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 11px 0 13px; color: #fff; border: 0; border-bottom: 1px solid rgba(255,255,255,.32); background: transparent; cursor: pointer; text-align: left; transition: border-color .2s ease; }
.custom-select-trigger .icon { width: 18px; height: 18px; transition: transform .25s ease; }
.custom-select.open .custom-select-trigger { border-color: rgba(255,255,255,.95); }
.custom-select.open .custom-select-trigger .icon { transform: rotate(180deg); }
.custom-select-options { position: absolute; right: 0; top: calc(100% + 10px); left: 0; z-index: 10; display: grid; max-height: 280px; padding: 8px; overflow-y: auto; visibility: hidden; opacity: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(58,23,32,.98); box-shadow: 0 18px 45px rgba(40,12,18,.28); transform: translateY(-6px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.custom-select.open .custom-select-options { visibility: visible; opacity: 1; transform: translateY(0); }
.custom-select-options button { width: 100%; padding: 12px 14px; color: #dce4de; border: 0; border-radius: 9px; background: transparent; cursor: pointer; text-align: left; }
.custom-select-options button:hover, .custom-select-options button:focus-visible, .custom-select-options button[aria-selected="true"] { color: var(--ink); outline: none; background: #ffe7df; }
.select-error { display: none; color: #f1c8c3; }
.custom-field.invalid .select-error { display: block; }
.custom-field.invalid .custom-select-trigger { border-color: #f1c8c3; }
.button-light { color: var(--ink); background: #f5f1eb; }
.form-submit { display: inline-flex; align-items: center; gap: 10px; margin-top: 34px; border: 0; cursor: pointer; transition: opacity .2s ease, transform .2s ease; }
.form-submit:disabled { opacity: .72; cursor: not-allowed; transform: none !important; }
.form-status { display: none; margin-top: 20px; padding: 14px 18px; border-radius: 10px; font-size: 0.875rem; line-height: 1.55; }
.form-status.visible { display: block; animation: hero-content-enter .35s cubic-bezier(.22,.65,.38,1) both; }
.form-status.success { color: #fff; background: rgba(255, 255, 255, .15); border: 1px solid rgba(255, 255, 255, .32); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.form-status.error { color: #fff; background: rgba(45, 12, 18, .78); border: 1px solid rgba(255, 175, 175, .38); }
.contact-details { display: flex; flex-direction: column; justify-content: center; min-height: 690px; padding: clamp(36px, 5vw, 68px); color: var(--ink); background: #f8e9e3; }
.contact-details .experience-kicker { color: #9e4a48; }
.contact-details h3 { font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1; }
.contact-details-intro { margin: 25px 0 35px; color: var(--muted); }
.contact-detail-list { display: grid; gap: 24px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-detail-list > div, .contact-detail-list address { display: grid; gap: 4px; color: var(--muted); font-style: normal; line-height: 1.75; }
.contact-detail-list span { margin-bottom: 4px; color: #9e4a48; font-size: .7rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.contact-detail-list a { width: fit-content; color: var(--ink); border-bottom: 1px solid transparent; }
.contact-detail-list a:hover { border-color: currentColor; }
.contact-whatsapp { display: inline-flex; gap: 10px; align-items: center; width: fit-content; margin-top: 30px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 400; }
.contact-whatsapp .social-logo { width: 24px; height: 24px; flex-shrink: 0; }

.footer { padding: 90px clamp(28px, 7vw, 110px) 30px; color: #f2dfda; background: #2b1118; }
.footer-main { display: grid; grid-template-columns: minmax(230px, 1.35fr) repeat(4, minmax(145px, 1fr)); gap: clamp(35px, 5vw, 80px); }
.footer-brand { display: inline-block; margin: 0 0 16px; color: #fff; font-family: var(--sans); font-size: 1.1875rem; font-weight: 600; letter-spacing: -0.025em; line-height: 1.35; transition: opacity .2s ease; }
.footer-brand:hover { opacity: .85; }
.footer-intro address { margin: 0 0 17px; color: #bda09d; font-style: normal; line-height: 1.75; }
.footer-phone { display: block; width: fit-content; color: #f2dfda; line-height: 1.8; }
.footer-email { display: inline-block; padding-bottom: 3px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.3); font-size: var(--text-min); font-weight: 300; }
.footer-socials { margin-top: 22px; }
.footer-socials .social-logo { opacity: 0.85; transition: opacity .2s ease; }
.footer-socials a:hover .social-logo { opacity: 1; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-column h2 { margin: 0 0 12px; color: #fff; font: 600 var(--text-min)/1.4 var(--sans); }
.footer-column a { color: #b49492; font-size: var(--text-min); font-weight: 300; line-height: 1.5; transition: color .2s ease, transform .2s ease; }
.footer-column a:hover { color: #fff; transform: translateX(2px); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: clamp(40px, 5vw, 64px); padding-top: 24px; color: #9f7f7d; border-top: 1px solid rgba(255,255,255,.1); font-size: var(--text-min); }
.footer-bottom div { display: flex; gap: 25px; }
.footer-bottom a { font-weight: 300; transition: color .2s ease; }
.footer-bottom a:hover { color: #fff; }
.floating-whatsapp { position: fixed; right: clamp(28px, 7vw, 110px); bottom: clamp(72px, 9vh, 112px); z-index: 80; display: grid; place-items: center; width: 52px; height: 52px; padding: 0; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: var(--surface, #ffffff); box-shadow: 0 10px 28px rgba(31, 27, 27, .1); transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.floating-whatsapp:hover { box-shadow: 0 14px 34px rgba(31, 27, 27, .16); border-color: rgba(31, 27, 27, .3); transform: translateY(-3px); }
.floating-whatsapp .social-logo { width: 24px; height: 24px; opacity: .88; transition: opacity .2s ease; }
.floating-whatsapp:hover .social-logo { opacity: 1; }
.floating-whatsapp span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.floating-whatsapp:focus-visible, .carousel-controls button:focus-visible, .social-links a:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }

@keyframes hero-content-enter {
  from { opacity: 0; filter: blur(3px); transform: translateY(26px); }
  to { opacity: 1; filter: blur(0); transform: translateY(0); }
}
@keyframes hero-image-settle {
  from { opacity: .82; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 1.55s ease, transform 1.8s cubic-bezier(.22,.65,.38,1); }
.reveal-left { transform: translateX(-20px); }
.reveal.visible { opacity: 1; transform: translate(0); }
.delay-1 { transition-delay: .3s; }
.delay-2 { transition-delay: .58s; }
.delay-3 { transition-delay: .82s; }

@media (max-width: 1024px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: grid; gap: 5px; padding: 10px 0 10px 15px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: absolute; top: calc(100% + 10px); right: 0; left: 0; display: none; flex-direction: column; align-items: flex-start; padding: 26px; color: var(--header-ink); border: 1px solid var(--header-line); border-radius: 24px; background: var(--header-solid); box-shadow: 0 14px 35px rgba(50,27,34,.14); }
  .site-nav.open { display: flex; }
  .site-nav.open a { color: var(--header-ink); }
  .site-nav.open a::after { background: var(--header-ink); }
  .site-nav a { font-size: var(--text-min); }
  .site-nav.open .mobile-nav-cta { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; margin-top: 8px; color: var(--header-cta-ink); border-radius: 999px; background: var(--header-cta-bg); font-weight: 500; }
  .site-nav .mobile-nav-cta::after { display: none; }
  .header-cta { display: none; }
  .hero { padding-top: 110px; padding-bottom: clamp(72px, 9vh, 96px); }
  .hero-copy { max-width: 650px; }
  .intro, .services, .experience { grid-template-columns: 1fr; }
  .intro { gap: 55px; }
  .intro-carousel { width: min(72%, 650px); height: clamp(540px, 75vw, 680px); }
  .intro-copy { width: min(82%, 760px); }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-heading { grid-template-columns: 1fr 1fr; }
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-card:last-child { grid-column: 1 / -1; width: calc(50% - 11px); justify-self: center; }
  .contact { grid-template-columns: 1fr; }
  .experience-visual { width: min(78%, 650px); min-height: 620px; }
  .experience-visual img { height: 620px; }
  .contact-details { min-height: 0; }
  .footer-main { grid-template-columns: repeat(2, 1fr); gap: 40px 32px; }
  .footer-intro { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 767px) {
  body { background: var(--paper); }
  .site-header { top: 10px; width: calc(100% - 20px); min-height: 60px; padding-inline: 20px; }
  .site-header > .brand { font-size: clamp(.75rem, 3.6vw, .95rem); white-space: nowrap; }
  .hero { min-height: 100svh; padding-top: 96px; padding-bottom: 22px; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(3.125rem, 16vw, 4.375rem); }
  .hero-text { display: none; }
  .hero-actions { gap: 13.6px; align-items: flex-start; flex-direction: column; margin-top: 20.4px; }
  .hero-video { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.24) 75%); }
  .intro { min-height: 0; padding-top: 75px; padding-bottom: 80px; }
  .intro-copy { width: 100%; }
  .intro-carousel { width: 100%; height: min(128vw, 560px); }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 30px; }
  .section-heading > p { width: auto; }
  .stories { padding-top: 75px; padding-bottom: 80px; }
  .story-grid { grid-template-columns: 1fr; gap: 45px; }
  .story-grid .story-card:nth-child(n + 4) { display: none; }
  .story-card img { height: 118vw; max-height: 520px; }
  .quote-banner { padding: 80px 26px 75px; }
  .services { gap: 55px; padding-top: 80px; padding-bottom: 80px; }
  .service-list article { grid-template-columns: 1fr 25px; padding: 20px 0; }
  .service-list p { grid-column: 1 / 3; }
  .experience { gap: 65px; padding-top: 80px; padding-bottom: 85px; }
  .experience-visual { width: 100%; min-height: 0; height: min(125vw, 650px); }
  .experience-visual img { height: 100%; }
  .experience-steps { margin-top: 42px; }
  .experience-steps article { grid-template-columns: 40px 1fr; gap: 14px; }
  .testimonial { padding-top: 78px; padding-bottom: 82px; }
  .testimonial-heading { display: block; margin-bottom: 38px; }
  .testimonial-heading .eyebrow { margin-bottom: 14px; }
  .testimonial-heading > p:last-child { margin-top: 22px; }
  .testimonial-grid { display: flex; gap: 16px; width: calc(100vw - 28px); padding: 0 28px 24px 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .testimonial-grid::-webkit-scrollbar { display: none; }
  .review-card, .review-card:last-child { flex: 0 0 min(84vw, 370px); width: auto; min-height: 390px; scroll-snap-align: start; }
  .testimonial-controls { display: flex; gap: 10px; align-items: center; justify-content: flex-end; margin-top: 12px; }
  .testimonial-status { margin-right: auto; color: #6f5751; font-size: .75rem; letter-spacing: .08em; }
  .testimonial-controls button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: #a93435; border: 1px solid rgba(169, 52, 53, .5); border-radius: 50%; background: transparent; cursor: pointer; }
  .testimonial-controls button:disabled { opacity: .35; cursor: default; }
  .testimonial-controls button:focus-visible { outline: 2px solid #a93435; outline-offset: 3px; }
  .contact { padding-top: 85px; padding-bottom: 90px; }
  .form-grid { grid-template-columns: 1fr; gap: 21px; }
  .form-wide { grid-column: auto; }
  .contact-details { padding: 36px 28px; }
  .contact-detail-list a { overflow-wrap: anywhere; }
  .footer { padding-top: 70px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 48px 28px; }
  .footer-intro {
    order: 10;
    grid-column: 1 / -1;
    grid-row: auto;
    margin-top: 0;
  }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 36px; }
  .footer-bottom div { flex-wrap: wrap; gap: 12px 22px; }
  .floating-whatsapp { right: 16px; bottom: 16px; width: 48px; height: 48px; }
  .floating-whatsapp .social-logo { width: 22px; height: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video, .hero-sequence > * { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .experience-visual img { transition: none; }
  .demo-dialog[open] { animation: none; }
}

/* Redmark Consultancy Demo Notice Modal */
.demo-dialog {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: #171215;
  color: #fff;
  max-width: 500px;
  width: calc(100% - 32px);
  box-shadow: 0 30px 70px -15px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin: auto;
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.demo-dialog::backdrop {
  background: rgba(10, 6, 8, 0.82);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  animation: demo-backdrop-fade 0.35s ease;
}

@keyframes demo-backdrop-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.demo-dialog[open] {
  animation: demo-dialog-in 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes demo-dialog-in {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(16px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.demo-dialog-inner {
  position: relative;
  padding: 38px 30px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.demo-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #c5b8b5;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.demo-close-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  transform: scale(1.06);
}

.demo-brand-wrapper {
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.demo-redmark-logo {
  height: 34px;
  width: auto;
  display: block;
}

.demo-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 13px;
  background: rgba(169, 52, 53, 0.18);
  border: 1px solid rgba(169, 52, 53, 0.45);
  border-radius: 999px;
  color: #ff9b94;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.demo-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff4848;
  box-shadow: 0 0 8px #ff4848;
}

.demo-dialog h2 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 4vw, 2.05rem);
  font-weight: 400;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.demo-notice-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 20px;
}

.demo-notice-text strong {
  color: #fff;
  font-weight: 600;
}

.demo-device-tip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  font-size: 0.825rem;
  color: #d8cec8;
  line-height: 1.45;
  text-align: left;
}

.demo-device-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: #f3b6a7;
}

.demo-actions {
  width: 100%;
}

.demo-actions form {
  width: 100%;
}

.demo-confirm-btn {
  width: 100%;
  justify-content: center;
  padding: 13px 24px;
  font-size: 0.9375rem;
  background: #a92f32;
  color: #fff;
  border-radius: 999px;
  font-weight: 500;
  transition: all 0.25s ease;
  box-shadow: 0 4px 18px rgba(169, 47, 50, 0.4);
}

.demo-confirm-btn:hover {
  background: #c2383c;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(169, 47, 50, 0.55);
}
