:root {
  --ink: #17191c;
  --navy: #17253f;
  --muted: #62656a;
  --paper: #f7f6f2;
  --white: #ffffff;
  --line: #d9d7d1;
  --accent: #b9824f;
  --green: #1f8c52;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 132px) 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--navy); color: #fff; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(23, 25, 28, .13); background: rgba(247, 246, 242, .96); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 86px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 184px; height: auto; }
.site-nav { display: flex; justify-content: center; gap: clamp(18px, 2.5vw, 34px); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.nav-profile { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .03em; }
.nav-profile::after { content: ""; width: 0; height: 1px; background: currentColor; transition: width .2s ease; }
.nav-profile:hover::after, .nav-profile:focus-visible::after { width: 14px; }
.nav-profile-mobile { display: none; }
.site-nav a, .footer nav a { font-size: .88rem; font-weight: 650; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--navy); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: .76rem; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; line-height: .98; }
h1 { max-width: 740px; margin-bottom: 30px; font-size: clamp(3.6rem, 6.5vw, 6.8rem); }
h1 em { color: var(--accent); font-weight: 400; }
h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 4.8vw, 5rem); }
h3 { font-size: 1.05rem; line-height: 1.3; }

.hero { position: relative; min-height: min(780px, calc(100svh - 86px)); display: grid; align-items: end; overflow: hidden; background: var(--navy); color: #fff; }
.hero-slideshow, .hero-overlay { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.035); transition: opacity 1.1s ease, transform 6.5s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-overlay { background: linear-gradient(90deg, rgba(10, 17, 29, .76) 0%, rgba(10, 17, 29, .5) 40%, rgba(10, 17, 29, .09) 82%), linear-gradient(0deg, rgba(10, 17, 29, .54) 0%, transparent 45%); }
.hero-content { position: relative; z-index: 1; min-height: min(780px, calc(100svh - 86px)); display: grid; grid-template-columns: minmax(0, 700px) 1fr; align-items: end; gap: 44px; padding-top: clamp(90px, 11vw, 140px); padding-bottom: clamp(34px, 5vw, 68px); }
.hero-copy { max-width: 660px; }
.hero-copy .eyebrow { color: rgba(255, 255, 255, .72); }
.hero-copy h1 { position: relative; z-index: 1; margin-bottom: 26px; color: #fff; font-size: clamp(4.4rem, 8.1vw, 8.6rem); text-wrap: balance; }
.hero-copy h1 em { color: #d5a875; }
.hero-text { max-width: 540px; margin-bottom: 34px; color: rgba(255, 255, 255, .82); font-size: clamp(1rem, 1.3vw, 1.17rem); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.button-row.centered { justify-content: center; }
.button, .text-link { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; font-weight: 750; }
.button { padding: 13px 22px; border: 1px solid var(--navy); background: var(--navy); color: #fff; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 9px 18px; font-size: .84rem; }
.text-link { min-height: 44px; padding: 8px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; }
.hero .text-link { color: #fff; }
.hero-note { margin-top: 64px; display: flex; gap: 14px; align-items: center; color: rgba(255, 255, 255, .72); font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.hero-note span { color: #d5a875; }
.image-frame { margin: 0; overflow: hidden; background: #e6e3dc; }
.hero-meta { justify-self: end; display: grid; grid-template-columns: minmax(150px, 1fr) auto auto; align-items: center; gap: 30px; width: min(100%, 500px); padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .46); }
.hero-project-label { margin: 0; font-size: .74rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.hero-pagination { display: flex; align-items: center; gap: 10px; font-size: .75rem; font-weight: 800; }
.hero-pagination i { display: block; width: 36px; height: 1px; background: rgba(255, 255, 255, .62); }
.hero-controls { display: flex; gap: 8px; }
.hero-control { width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, .54); background: transparent; color: #fff; cursor: pointer; font-size: 1rem; transition: background .2s ease, color .2s ease; }
.hero-control:hover { background: #fff; color: var(--navy); }

.expectation-strip { border-block: 1px solid var(--line); }
.expectation-strip .container { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; }
.expectation-strip span { font-size: .73rem; font-weight: 750; letter-spacing: .12em; text-align: center; text-transform: uppercase; }

.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading > p:last-child, .split-heading > p { color: var(--muted); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 70px; }
.split-heading > p { max-width: 430px; margin-bottom: 8px; }
.service-divisions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-division { min-height: 485px; padding: clamp(28px, 4vw, 54px); border: 1px solid var(--line); display: flex; flex-direction: column; }
.service-design { background: var(--white); }
.service-build { background: #727272; color: #fff; }
.service-division-head { display: flex; align-items: center; justify-content: space-between; }
.service-division-head span { color: var(--accent); font-size: .75rem; font-weight: 800; }
.service-division-head p { margin: 0; font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.service-division h3 { max-width: 420px; margin: auto 0 38px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 4.15rem); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.service-division h3 em { color: var(--accent); font-weight: 400; }
.service-division ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid currentColor; }
.service-division li { display: flex; align-items: center; justify-content: space-between; min-height: 52px; border-bottom: 1px solid currentColor; font-size: .94rem; font-weight: 700; }
.service-division li::after { content: "↗"; color: var(--accent); }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(360px, .8fr); align-items: center; gap: clamp(50px, 10vw, 145px); }
.about-image { height: 690px; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.trust-list { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.trust-list li { padding: 16px 0 16px 28px; border-bottom: 1px solid var(--line); font-weight: 700; position: relative; }
.trust-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); }

.portfolio { background: #efeee9; }
.portfolio .section-heading { margin-bottom: 44px; }
.project-showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.project-story { min-width: 0; display: flex; flex-direction: column; background: var(--white); border: 1px solid rgba(23, 37, 63, .08); }
.project-heading { display: grid; grid-template-columns: auto 1fr; gap: 0 15px; align-items: start; order: 2; margin: 0; padding: 24px 26px 27px; }
.project-heading > span { grid-row: span 2; padding-top: 4px; color: var(--accent); font-size: .72rem; font-weight: 800; }
.project-heading p { margin: 0; color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.project-heading > p { grid-column: 2; margin-top: 8px; }
.project-heading h3 { margin: 3px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 400; letter-spacing: -.04em; }
.project-images { order: 1; display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, minmax(166px, 1fr)); gap: 5px; height: clamp(380px, 39vw, 510px); min-height: 0; }
.project-photo { min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #e2dfd8; }
.project-photo:first-child { grid-row: 1 / 3; }
.project-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-photo:hover img { transform: scale(1.02); }

.clientele { overflow: hidden; background: var(--white); }
.clientele-heading { margin-bottom: clamp(42px, 6vw, 74px); text-align: center; }
.clientele-heading h2 { margin: 0; font-size: clamp(2.7rem, 4.8vw, 5rem); }
.clientele-rows { display: grid; gap: clamp(36px, 5vw, 62px); }
.clientele-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.clientele-track { display: flex; width: max-content; align-items: center; }
.clientele-group { display: flex; flex: none; align-items: center; gap: clamp(44px, 5vw, 86px); padding-right: clamp(44px, 5vw, 86px); }
.clientele-group span { flex: none; color: var(--muted); font-family: inherit; font-size: clamp(1.05rem, 1.45vw, 1.32rem); font-weight: 600; letter-spacing: .005em; white-space: nowrap; }
.clientele-track-left.is-ready { animation: clientele-left 65s linear infinite; }
.clientele-track-right.is-ready { animation: clientele-right 62s linear infinite; }
.clientele-marquee:hover .clientele-track { animation-play-state: paused; }
@keyframes clientele-left { to { transform: translateX(-50%); } }
@keyframes clientele-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.process { background: var(--white); }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list article { position: relative; min-height: 260px; padding: 30px 42px 20px 0; border-bottom: 1px solid var(--line); }
.process-list article:not(:last-child) { margin-right: 42px; }
.process-list article:not(:last-child)::after { content: ""; position: absolute; top: -4px; right: -5px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.process-list span { color: var(--accent); font-size: .75rem; font-weight: 750; }
.process-list h3 { margin: 70px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 400; }
.process-list p { color: var(--muted); }

.why { background: #ecebe7; }
.why-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 9vw, 130px); }
.why-content > p { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.why-content ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 42px 0 0; padding: 0; list-style: none; }
.why-content li { padding-top: 18px; border-top: 2px solid var(--accent); font-weight: 750; }

.profile-cta { padding-block: clamp(64px, 8vw, 104px); background: #727272; color: #fff; }
.profile-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.profile-panel .eyebrow { color: #fff; }
.profile-panel h2 { max-width: 700px; font-size: clamp(2.4rem, 4vw, 4.1rem); }
.profile-panel p:last-child { max-width: 620px; margin-bottom: 0; color: #fff; }
.button-light { border-color: #fff; background: #fff; color: var(--navy); white-space: nowrap; }

.contact { padding-block: clamp(88px, 10vw, 150px); background: var(--white); }
.contact-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .64fr); align-items: center; gap: clamp(42px, 8vw, 130px); padding: clamp(42px, 6vw, 82px); background: #727272; color: #fff; }
.contact-copy h2 { margin-bottom: 28px; color: #fff; font-size: clamp(3.1rem, 5.6vw, 6rem); }
.contact-copy h2 em { color: #fff; font-weight: 400; }
.contact-copy > p:not(.eyebrow) { max-width: 570px; margin-bottom: 0; color: #fff; font-size: 1.06rem; }
.contact-copy .eyebrow { color: #fff; }
.contact-actions { display: grid; gap: 12px; padding-left: clamp(24px, 3vw, 42px); border-left: 1px solid rgba(255,255,255,.42); }
.contact-actions .button { width: 100%; }
.contact-actions .phone-link { display: flex; justify-content: space-between; gap: 14px; padding: 15px 0 0; color: rgba(255,255,255,.75); border-top: 1px solid rgba(255,255,255,.27); font-size: .9rem; }
.contact-actions .phone-link span { color: #fff; font-weight: 750; }
.button-whatsapp { border-color: var(--green); background: var(--green); }
.button-contact-secondary { border-color: rgba(255,255,255,.56); background: transparent; color: #fff; }

.footer { padding: clamp(62px, 7vw, 96px) 0 34px; background: #111927; color: #fff; }
.footer-grid { display: grid; grid-template-columns: minmax(190px, 1.1fr) minmax(85px, .5fr) minmax(125px, .7fr) minmax(130px, .7fr) minmax(205px, 1.15fr) minmax(230px, 1.25fr); gap: clamp(18px, 1.6vw, 26px); align-items: start; }
.footer-brand-block p { max-width: 265px; margin: 21px 0 0; color: rgba(255,255,255,.63); font-size: .92rem; line-height: 1.55; }
.footer-brand { display: block; width: min(250px, 100%); padding: 12px; background: #fff; }
.footer-brand img { width: 100%; height: auto; }
.footer-label { margin: 0 0 17px; color: #d5a875; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-nav div, .footer-services div, .footer-contact { display: grid; justify-items: start; gap: 10px; }
.footer-nav a, .footer-services a, .footer-contact a { color: rgba(255,255,255,.82); font-size: .91rem; font-weight: 650; }
.footer-nav a:hover, .footer-services a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact a { display: inline-flex; gap: 10px; align-items: center; }
.footer-contact-copy { margin: -4px 0 7px; color: rgba(255,255,255,.6); font-size: .86rem; line-height: 1.45; }
.footer-address address { color: rgba(255,255,255,.82); font-size: .88rem; font-style: normal; line-height: 1.7; }
.footer-map iframe { display: block; width: 100%; height: 190px; border: 0; }
.footer-copyright { grid-column: 1 / -1; margin: 26px 0 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.58); font-size: .8rem; }
.mobile-whatsapp { display: none; }

:focus-visible { outline: 3px solid #d69b61; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } .clientele-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; } .clientele-track.is-ready { animation: none; transform: none; } }

@media (max-width: 1160px) {
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 28px; }
}

@media (max-width: 900px) {
  .nav-wrap { grid-template-columns: 1fr auto; min-height: 76px; }
  .brand img { width: 165px; }
  .menu-toggle { display: block; }
  .nav-actions { display: none; }
  .site-nav { position: absolute; left: 0; right: 0; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 24px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-profile-mobile { display: inline-flex; justify-content: space-between; color: var(--navy); font-weight: 800; }
  .site-nav a::after { display: none; }
  .hero, .hero-content { min-height: 730px; }
  .hero-content { grid-template-columns: 1fr; align-content: end; gap: 42px; }
  .hero-meta { justify-self: start; width: min(100%, 500px); }
  .about-grid, .why-grid { grid-template-columns: 1fr; }
  .hero-note { margin-top: 45px; }
  .split-heading { grid-template-columns: 1fr; gap: 0; }
  .about-image { height: 620px; }
  .service-divisions { grid-template-columns: 1fr; }
  .project-showcase { gap: 12px; }
  .project-images { height: 420px; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .profile-panel { grid-template-columns: 1fr; }
  .contact-panel { grid-template-columns: 1fr; gap: 42px; }
  .footer-grid { gap: 38px 24px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding-block: 64px; }
  h1 { font-size: clamp(3rem, 14vw, 4.1rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.2rem); }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 148px; }
  .menu-toggle { width: 44px; height: 44px; }
  .site-nav { top: 70px; max-height: calc(100svh - 70px); overflow-y: auto; }
  .hero, .hero-content { min-height: max(620px, calc(100svh - 70px)); }
  .hero-overlay { background: linear-gradient(0deg, rgba(10, 17, 29, .86), rgba(10, 17, 29, .42) 65%, rgba(10, 17, 29, .12)); }
  .hero-content { padding-top: 80px; padding-bottom: 26px; gap: 28px; }
  .hero-copy h1 { font-size: clamp(3rem, 14vw, 4.35rem); }
  .hero-text { margin-bottom: 24px; }
  .hero .button-row { gap: 14px; }
  .hero-note { margin-top: 30px; }
  .hero-meta { grid-template-columns: 1fr auto; gap: 15px; }
  .hero-project-label { grid-column: 1 / -1; }
  .hero-control { width: 44px; height: 44px; }
  .expectation-strip .container { grid-template-columns: repeat(2, 1fr); min-height: 112px; }
  .expectation-strip span { font-size: .68rem; }
  .section-heading { margin-bottom: 36px; }
  .service-division { min-height: 320px; padding: 30px 24px; }
  .service-division h3 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .about-grid { gap: 36px; }
  .about-image { height: auto; aspect-ratio: 4 / 5; max-height: 520px; }
  .project-showcase { grid-template-columns: 1fr; gap: 16px; }
  .project-heading { padding: 21px 20px 23px; }
  .project-images { display: flex; gap: 8px; height: clamp(250px, 73vw, 360px); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .project-images::-webkit-scrollbar { display: none; }
  .project-photo { flex: 0 0 82%; scroll-snap-align: start; }
  .clientele { padding-block: 58px; }
  .clientele-heading { margin-bottom: 38px; }
  .clientele-heading h2 { font-size: clamp(2.35rem, 11vw, 3.2rem); }
  .clientele-rows { gap: 28px; }
  .clientele-group { gap: 36px; padding-right: 36px; }
  .clientele-group span { font-size: 1rem; }
  .process-list { grid-template-columns: 1fr; }
  .process-list article { min-height: 180px; padding-right: 0; }
  .process-list article:not(:last-child) { margin-right: 0; }
  .process-list article:not(:last-child)::after { display: none; }
  .process-list h3 { margin-top: 44px; }
  .profile-panel { width: min(calc(100% - 28px), var(--container)); }
  .profile-panel .button { max-width: 100%; white-space: normal; text-align: center; }
  .contact { padding: 72px 0 32px; }
  .contact-panel { gap: 38px; padding: 42px 24px; }
  .contact-actions { padding: 28px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.42); }
  .contact-copy h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .mobile-whatsapp { position: fixed; z-index: 45; left: 14px; right: 14px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); display: flex; min-height: 54px; align-items: center; justify-content: center; background: var(--green); color: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.24); font-weight: 800; }
  .footer { padding: 56px 0 calc(112px + env(safe-area-inset-bottom, 0px)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 20px; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-brand { width: 220px; }
  .footer-nav a, .footer-services a, .footer-contact a { min-height: 38px; font-size: .88rem; }
  .footer-contact { grid-column: auto; grid-template-columns: 1fr; }
  .footer-map { grid-column: 1 / -1; }
  .footer-map iframe { height: 150px; }
  .footer-copyright { margin-top: 2px; padding-top: 22px; }
}

@media (max-width: 380px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand-block, .footer-map, .footer-copyright { grid-column: auto; }
}
