
:root {
  --cream: #f4eee3;
  --paper: #fffaf1;
  --ink: #132238;
  --ink-soft: #344358;
  --oxblood: #7d1f2f;
  --oxblood-dark: #58121f;
  --bronze: #b7793f;
  --line: rgba(19, 34, 56, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1380px, calc(100% - 48px));
  height: 102px;
  display: grid;
  grid-template-columns: 300px 1fr auto;
  align-items: center;
  border-bottom: 1px solid rgba(19, 34, 56, 0.18);
}
.brand { position: relative; width: 278px; height: 78px; overflow: hidden; }
.brand img.brand-full-logo { position: absolute; top: 50%; left: 50%; width: 100%; max-width: none; height: auto; transform: translate(-50%, -50%); }
.brand-mark-logo { display: none; }
.desktop-nav { display: flex; justify-content: center; gap: 34px; font-size: 0.83rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--oxblood); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { border: 1px solid var(--ink); padding: 13px 21px; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; transition: .25s ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--ink); color: white; }
.mobile-menu { display: none; }

.hero {
  min-height: 820px;
  padding: 156px max(24px, calc((100vw - 1380px) / 2)) 80px;
  display: grid;
  grid-template-columns: minmax(480px, 0.92fr) minmax(540px, 1.08fr);
  gap: 62px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 90%, rgba(183, 121, 63, .13), transparent 28%),
    linear-gradient(115deg, #faf5eb 0%, var(--cream) 55%, #e8dcc9 100%);
}
.hero-copy { position: relative; z-index: 2; padding-bottom: 4px; }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 12px; color: var(--oxblood); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 42px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; max-width: 720px; color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(4rem, 5.9vw, 6.8rem); line-height: .92; letter-spacing: -.055em; }
.hero-lede { max-width: 670px; margin: 32px 0 0; color: var(--ink-soft); font-size: 1.13rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 25px; font-size: .8rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--oxblood); }
.button-primary:hover { background: var(--oxblood-dark); }
.button-secondary { border: 1px solid rgba(19, 34, 56, .35); background: rgba(255,255,255,.26); }
.hero-stats { margin: 46px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; border-top: 1px solid var(--line); }
.hero-stats div { padding: 21px 22px 0 0; border-right: 1px solid var(--line); }
.hero-stats div:not(:first-child) { padding-left: 22px; }
.hero-stats div:last-child { border-right: 0; }
.hero-stats dt { font-family: Georgia, 'Times New Roman', serif; color: var(--oxblood); font-size: 1.55rem; }
.hero-stats dd { margin: 6px 0 0; color: #5d6877; font-size: .76rem; line-height: 1.35; }

.hero-visual { position: relative; height: 610px; }
.hero-visual::before { content: ""; position: absolute; inset: 20px -120px 54px 76px; border-radius: 50% 0 0 50%; background: rgba(125, 31, 47, .1); }
.visual-main { position: absolute; inset: 0 0 72px 92px; overflow: hidden; border-radius: 48% 2px 2px 48%; box-shadow: 0 28px 70px rgba(42, 24, 21, .2); }
.visual-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(19,34,56,.05), rgba(19,34,56,.2)); }
.visual-main img { width: 100%; height: 100%; object-fit: cover; }
.visual-small { position: absolute; z-index: 3; overflow: hidden; border: 7px solid var(--cream); box-shadow: 0 20px 45px rgba(19,34,56,.2); }
.visual-small img { width: 100%; height: 100%; object-fit: cover; }
.visual-small-one { left: 0; top: 48px; width: 252px; height: 185px; }
.visual-small-two { right: 18px; bottom: 2px; width: 276px; height: 190px; }
.route-line { position: absolute; z-index: 4; left: 78px; right: 70px; bottom: 37px; height: 1px; background: var(--bronze); }
.route-line i { position: absolute; top: -5px; width: 11px; height: 11px; border-radius: 50%; background: var(--oxblood); box-shadow: 0 0 0 5px var(--cream); }
.route-line i:nth-child(1) { left: 0; }.route-line i:nth-child(2) { left: 50%; }.route-line i:nth-child(3) { right: 0; }
.visual-label { position: absolute; z-index: 5; left: 68px; right: 54px; bottom: 8px; display: flex; justify-content: space-between; font-size: .62rem; font-weight: 800; letter-spacing: .15em; color: var(--ink); }

.trust-strip { padding: 70px 0 50px; overflow: hidden; background: var(--ink); color: white; }
.trust-heading { width: min(1380px, calc(100% - 48px)); margin: 0 auto 34px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.eyebrow-light { color: #d9a970; margin-bottom: 0; }
.trust-heading h2 { max-width: 740px; margin: 0; text-align: right; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(2rem, 3vw, 3.6rem); line-height: 1.08; }
.brand-marquee { width: 100%; overflow: hidden; margin: 12px 0; }
.brand-track { display: flex; width: max-content; gap: 14px; animation: marquee 50s linear infinite; }
.brand-track-reverse { animation-direction: reverse; animation-duration: 56s; }
.brand-marquee:hover .brand-track { animation-play-state: paused; }
.brand-card { width: 196px; height: 96px; flex: 0 0 auto; display: grid; place-items: center; padding: 18px; background: #fff; border: 1px solid rgba(255,255,255,.16); }
.brand-card img { max-width: 100%; max-height: 100%; object-fit: contain; }
.brand-note { width: min(1380px, calc(100% - 48px)); margin: 22px auto 0; color: rgba(255,255,255,.5); font-size: .7rem; }
@keyframes marquee { to { transform: translateX(calc(-50% - 7px)); } }

.section-shell { width: min(1380px, calc(100% - 48px)); margin: 0 auto; padding-top: 112px; padding-bottom: 112px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 470px); align-items: end; gap: 80px; margin-bottom: 58px; }
.section-heading .eyebrow { margin-bottom: 22px; }
.section-heading h2, .about-intro h2, .contact-lead h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(3rem, 4.4vw, 5.4rem); line-height: 1; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: #5a6471; font-size: 1rem; line-height: 1.75; }

.about-section { display: grid; grid-template-columns: minmax(340px, .85fr) minmax(520px, 1.15fr); gap: 110px; }
.about-intro { position: relative; padding-right: 48px; }
.about-intro::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 1px; background: var(--line); }
.about-copy { align-self: end; }
.about-lead { margin: 0 0 36px; max-width: 760px; font-family: Georgia, 'Times New Roman', serif; color: var(--oxblood); font-size: clamp(1.75rem, 2.5vw, 2.75rem); line-height: 1.28; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.about-columns p { margin: 0; color: #596474; line-height: 1.8; }
.about-signature { margin-top: 42px; padding-top: 26px; display: grid; grid-template-columns: 190px 1fr; gap: 26px; border-top: 1px solid var(--line); }
.about-signature strong { font-family: Georgia, 'Times New Roman', serif; color: var(--oxblood); font-size: 1.15rem; }
.about-signature span { color: #6c7581; font-size: .86rem; line-height: 1.55; }

.services-section { color: white; background: linear-gradient(135deg, var(--oxblood-dark), var(--oxblood)); }
.section-heading-light h2 { color: #fff8ec; }
.section-heading-light > p { color: rgba(255,255,255,.67); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.service-card { position: relative; min-height: 330px; padding: 40px 36px; overflow: hidden; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: rgba(255,255,255,.07); transform: translateY(-3px); }
.service-number { display: inline-block; color: #ddb27e; font-family: Georgia, 'Times New Roman', serif; font-size: 1rem; }
.service-card h3 { margin: 74px 0 16px; max-width: 290px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.8rem; font-weight: 400; line-height: 1.14; }
.service-card p { margin: 0; color: rgba(255,255,255,.66); font-size: .91rem; line-height: 1.7; }
.service-card::after { content: "↗"; position: absolute; top: 35px; right: 34px; color: rgba(255,255,255,.35); font-size: 1.25rem; }

.process-section { padding-bottom: 128px; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid::before { content: ""; position: absolute; top: 19px; left: 20px; right: 20px; height: 1px; background: var(--bronze); }
.process-card { position: relative; padding: 0 36px 0 0; }
.process-card > span { position: relative; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--oxblood); box-shadow: 0 0 0 8px var(--cream); font-size: .7rem; font-weight: 800; }
.process-card h3 { margin: 38px 0 13px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.55rem; font-weight: 400; }
.process-card p { margin: 0; color: #66717e; font-size: .88rem; line-height: 1.72; }

.portfolio-section { background: var(--paper); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 360px; gap: 18px; }
.portfolio-card { position: relative; overflow: hidden; background: var(--ink); }
.portfolio-card-featured { grid-column: span 2; }
.portfolio-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,20,35,.9), rgba(8,20,35,.04) 65%); }
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.portfolio-card:hover img { transform: scale(1.045); }
.portfolio-card > div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; color: white; }
.portfolio-card span { color: #e2b379; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.portfolio-card h3 { margin: 9px 0 5px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.65rem; font-weight: 400; }
.portfolio-card p { margin: 0; color: rgba(255,255,255,.7); font-size: .78rem; }

.team-section { padding-bottom: 128px; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.team-card { min-height: 360px; display: grid; grid-template-columns: 42% 58%; background: rgba(255,255,255,.42); border: 1px solid var(--line); }
.team-photo { min-height: 360px; overflow: hidden; background: #ded2c1; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: filter .35s ease, transform .45s ease; }
.team-card:hover .team-photo img { filter: grayscale(20%); transform: scale(1.025); }
.team-photo img.nitu-photo { object-position: 50% 15%; transform: scale(1.15); }
.team-card:hover .team-photo img.nitu-photo { filter: grayscale(20%); transform: scale(1.19); }
.team-photo img.tapan-photo { object-position: 50% 44%; transform: scale(1.7); }
.team-card:hover .team-photo img.tapan-photo { filter: grayscale(20%); transform: scale(1.76); }
.team-placeholder { display: grid; place-content: center; gap: 12px; text-align: center; color: var(--oxblood); background: linear-gradient(145deg, #e9d8c4, #cbb49d); }
.team-placeholder-navy { color: #e8c18d; background: linear-gradient(145deg, #2d4059, #142238); }
.team-placeholder b { font-family: Georgia, 'Times New Roman', serif; font-size: 4.5rem; font-weight: 400; }
.team-placeholder small { font-size: .6rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.team-info { padding: 38px 34px; display: flex; flex-direction: column; align-items: flex-start; }
.team-info > span { color: var(--oxblood); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.team-info h3 { margin: 13px 0 15px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.85rem; font-weight: 400; line-height: 1.1; }
.team-info p { margin: 0 0 24px; color: #66717e; font-size: .84rem; line-height: 1.65; }
.team-info a { max-width: 100%; margin-top: 5px; color: var(--ink); font-size: .74rem; font-weight: 700; overflow-wrap: anywhere; }
.team-info a:hover { color: var(--oxblood); }

.contact-section { color: white; background: var(--ink); }
.contact-shell { display: grid; grid-template-columns: 1.15fr .85fr; gap: 110px; }
.contact-lead h2 { max-width: 760px; color: #fff8ed; }
.contact-lead > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 1rem; line-height: 1.75; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.contact-button { color: var(--ink); background: #e7b979; }
.contact-button:hover { background: #f0ca95; }
.contact-button-outline { color: white; background: transparent; border: 1px solid rgba(255,255,255,.42); }
.contact-button-outline:hover { background: rgba(255,255,255,.08); }
.contact-details { border-top: 1px solid rgba(255,255,255,.2); }
.contact-details > div { padding: 24px 0; display: grid; grid-template-columns: 130px 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-details span { color: rgba(255,255,255,.45); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-details a, .contact-details address { color: #fff9ef; font-family: Georgia, 'Times New Roman', serif; font-size: 1.12rem; font-style: normal; line-height: 1.5; overflow-wrap: anywhere; }
.contact-details a:hover { color: #e7b979; }

.location-section { background: #ece2d4; }
.location-shell { padding-top: 112px; padding-bottom: 120px; }
.location-heading { margin-bottom: 54px; }
.location-card { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .65fr); min-height: 470px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 24px 70px rgba(19,34,56,.08); }
.location-map { position: relative; min-height: 470px; overflow: hidden; background: #d7d0c4; }
.location-map iframe { width: 100%; height: 100%; min-height: 470px; display: block; border: 0; filter: grayscale(24%) sepia(9%) saturate(82%) contrast(104%); }
.map-label { position: absolute; left: 22px; bottom: 22px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.5); background: rgba(19,34,56,.9); color: white; box-shadow: 0 10px 28px rgba(0,0,0,.2); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; pointer-events: none; }
.location-copy { position: relative; padding: 54px 46px 44px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; }
.location-index { position: absolute; top: 22px; right: 28px; color: rgba(125,31,47,.09); font-family: Georgia, 'Times New Roman', serif; font-size: 7rem; line-height: 1; }
.location-copy h3 { position: relative; margin: 24px 0 18px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.2rem, 3.6vw, 4rem); font-weight: 400; line-height: 1; }
.location-copy > p:not(.eyebrow) { position: relative; margin: 0; color: #66717e; font-size: .9rem; line-height: 1.75; }
.location-meta { width: 100%; margin: 34px 0 30px; padding: 17px 0; display: grid; gap: 6px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location-meta span { color: var(--oxblood); font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.location-meta strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; font-weight: 400; }
.location-button { margin-top: auto; color: white; background: var(--oxblood); }
.location-button:hover { background: var(--oxblood-dark); }

.site-footer { background: #e7ddce; }
.footer-top { padding-top: 54px; padding-bottom: 46px; display: grid; grid-template-columns: 290px 1fr auto; align-items: center; gap: 50px; }
.footer-logo { position: relative; width: 290px; height: 96px; overflow: hidden; }
.footer-logo img { position: absolute; top: 50%; left: 50%; width: 100%; max-width: none; height: auto; transform: translate(-50%, -50%); }
.footer-top p { color: #67717e; font-size: .72rem; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.footer-top nav { display: flex; gap: 18px; color: var(--ink); font-size: .71rem; font-weight: 800; text-transform: uppercase; }
.footer-bottom { padding-top: 20px; padding-bottom: 25px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #68717c; font-size: .69rem; }
.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border: 3px solid rgba(255,255,255,.8); border-radius: 50%; background: #1f9d5b; color: white; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: .7rem; font-weight: 900; letter-spacing: .04em; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 240px 1fr auto; }
  .desktop-nav { gap: 18px; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { height: 570px; max-width: 900px; width: 100%; }
  .section-heading { gap: 40px; }
  .about-section { gap: 60px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .team-card { grid-template-columns: 1fr; }
  .team-photo { min-height: 300px; height: 300px; }
  .contact-shell { gap: 60px; }
  .location-card { grid-template-columns: 1.2fr .8fr; }
  .footer-top { grid-template-columns: 230px 1fr; }
  .footer-top nav { grid-column: 1 / -1; justify-content: center; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 32px); height: 84px; grid-template-columns: 1fr auto; }
  .brand { width: 64px; height: 64px; overflow: visible; }
  .brand img.brand-full-logo { display: none; }
  .brand img.brand-mark-logo { position: static; display: block; width: 64px; height: 64px; object-fit: contain; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { list-style: none; cursor: pointer; border: 1px solid var(--ink); padding: 10px 13px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: 48px; right: 0; min-width: 220px; padding: 12px; display: grid; background: var(--paper); box-shadow: 0 18px 45px rgba(19,34,56,.2); }
  .mobile-menu nav a { padding: 13px; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
  .hero { min-height: auto; padding: 128px 20px 58px; gap: 50px; }
  .hero h1 { font-size: clamp(3.35rem, 16vw, 5rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats div { border-right: 0; border-bottom: 1px solid var(--line); padding: 15px 0; }
  .hero-stats div:not(:first-child) { padding-left: 0; }
  .hero-visual { height: 430px; }
  .visual-main { inset: 0 0 56px 26px; border-radius: 42% 2px 2px 42%; }
  .visual-small-one { left: 0; top: 22px; width: 154px; height: 120px; border-width: 5px; }
  .visual-small-two { right: 3px; width: 162px; height: 112px; border-width: 5px; }
  .route-line { left: 28px; right: 28px; bottom: 28px; }
  .visual-label { display: none; }
  .trust-strip { padding-top: 52px; }
  .trust-heading { width: calc(100% - 40px); display: block; }
  .trust-heading h2 { margin-top: 20px; text-align: left; }
  .brand-card { width: 154px; height: 82px; }
  .section-shell { width: calc(100% - 40px); padding-top: 78px; padding-bottom: 78px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading h2, .about-intro h2, .contact-lead h2 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .section-heading > p { margin-top: 24px; }
  .about-section { display: block; }
  .about-intro { padding-right: 0; padding-bottom: 36px; }
  .about-intro::after { top: auto; left: 0; right: 0; bottom: 0; width: auto; height: 1px; }
  .about-copy { padding-top: 36px; }
  .about-columns { grid-template-columns: 1fr; gap: 20px; }
  .about-signature { grid-template-columns: 1fr; gap: 8px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .process-grid { grid-template-columns: 1fr; gap: 36px; }
  .process-grid::before { top: 15px; bottom: 15px; left: 19px; right: auto; width: 1px; height: auto; }
  .process-card { padding-left: 68px; padding-right: 0; }
  .process-card > span { position: absolute; left: 0; top: 0; }
  .process-card h3 { margin-top: 0; }
  .portfolio-grid { grid-template-columns: 1fr; grid-auto-rows: 310px; }
  .portfolio-card-featured { grid-column: auto; }
  .team-grid { grid-template-columns: 1fr; }
  .team-photo { min-height: 290px; height: 290px; }
  .contact-shell { grid-template-columns: 1fr; gap: 60px; }
  .contact-actions { display: grid; }
  .contact-details > div { grid-template-columns: 1fr; gap: 8px; }
  .location-shell { padding-top: 84px; padding-bottom: 90px; }
  .location-card { grid-template-columns: 1fr; }
  .location-map, .location-map iframe { min-height: 360px; }
  .location-copy { padding: 42px 28px 34px; }
  .footer-top { grid-template-columns: 1fr; text-align: center; }
  .footer-logo { width: 270px; margin: 0 auto; }
  .footer-top nav { flex-wrap: wrap; }
  .footer-bottom { display: grid; gap: 8px; text-align: center; }
  .whatsapp-float { right: 15px; bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .brand-track { animation: none; }
  .brand-marquee { overflow-x: auto; }
}
