:root {
  --navy: #0e1f31;
  --navy-2: #152c43;
  --navy-3: #223d57;
  --gold: #bd8f49;
  --gold-light: #e0c18a;
  --cream: #f6f3ed;
  --warm: #ece5da;
  --white: #ffffff;
  --ink: #17212c;
  --muted: #68717a;
  --line: rgba(14, 31, 49, 0.13);
  --shadow: 0 24px 70px rgba(14, 31, 49, 0.12);
  --shadow-soft: 0 14px 40px rgba(14, 31, 49, 0.09);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1240px;
  --header-height: 88px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; background: none; cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 9999; padding: 12px 18px; background: var(--navy); color: #fff; border-radius: 8px; transition: .25s; }
.skip-link:focus { top: 20px; }

.topbar { background: var(--navy); color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .02em; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-left { display: flex; gap: 26px; }
.topbar-left a { display: flex; align-items: center; gap: 8px; transition: color .25s; }
.topbar-left a:hover { color: var(--gold-light); }
.topbar-left svg { width: 14px; height: 14px; stroke-width: 1.7; }
.topbar-address { text-align: right; }

.site-header { height: var(--header-height); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(14,31,49,.07); position: sticky; top: 0; z-index: 1000; transition: box-shadow .3s, height .3s, background .3s; backdrop-filter: blur(16px); }
.site-header.scrolled { box-shadow: 0 10px 35px rgba(14,31,49,.1); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { width: 230px; flex: 0 0 auto; overflow: hidden; }
.brand img { width: 100%; height: 62px; object-fit: contain; object-position: left center; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.primary-nav a { position: relative; font-size: 14px; font-weight: 600; color: #3f4a55; padding: 32px 0; transition: color .25s; }
.primary-nav a::after { content: ""; position: absolute; left: 50%; bottom: 23px; width: 0; height: 2px; background: var(--gold); transform: translateX(-50%); transition: width .25s; }
.primary-nav a:hover, .primary-nav a.active { color: var(--navy); }
.primary-nav a:hover::after, .primary-nav a.active::after { width: 22px; }
.header-cta { padding: 13px 19px; background: var(--navy); color: white; font-size: 13px; font-weight: 700; border-radius: 2px; white-space: nowrap; transition: transform .25s, background .25s; }
.header-cta:hover { background: var(--gold); transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; margin-left: auto; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .3s; }

.hero { min-height: 770px; height: calc(100vh - 126px); max-height: 900px; position: relative; background: var(--navy); overflow: hidden; }
.hero-slider, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity .85s ease, visibility .85s ease; }
.hero-slide.active { opacity: 1; visibility: visible; z-index: 1; }
.hero-slide > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 7s ease; }
.hero-slide.active > img { transform: scale(1.08); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,20,33,.92) 0%, rgba(7,20,33,.76) 43%, rgba(7,20,33,.22) 75%, rgba(7,20,33,.05) 100%), linear-gradient(0deg, rgba(8,23,37,.38), transparent 55%); }
.hero-content { position: absolute; inset: 0; left: 50%; width: min(calc(100% - 40px), var(--container)); transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; color: white; padding-top: 20px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .19em; font-size: 11px; font-weight: 700; color: var(--gold); margin-bottom: 18px; }
.hero-content h1, .hero-content h2 { max-width: 820px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(50px, 5.25vw, 78px); line-height: 1.05; font-weight: 600; letter-spacing: -.035em; margin-bottom: 26px; }
.hero-content h1 em { color: var(--gold-light); font-style: italic; font-weight: 600; }
.hero-content > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; flex-wrap: wrap; }
.btn { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: .28s ease; }
.btn-primary { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-primary:hover { background: #a87935; border-color: #a87935; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(189,143,73,.24); }
.btn-light { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.45); backdrop-filter: blur(8px); }
.btn-light:hover { background: white; color: var(--navy); transform: translateY(-2px); }
.hero-controls { position: absolute; left: 50%; bottom: 38px; transform: translateX(-50%); z-index: 5; display: flex; align-items: center; gap: 16px; }
.hero-arrow { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); color: #fff; display: grid; place-items: center; transition: .25s; }
.hero-arrow:hover { border-color: var(--gold); background: var(--gold); }
.hero-arrow svg { width: 20px; height: 20px; }
.hero-dots { display: flex; align-items: center; gap: 9px; }
.hero-dots button { width: 28px; height: 2px; background: rgba(255,255,255,.35); transition: .3s; }
.hero-dots button.active { width: 48px; background: var(--gold-light); }
.hero-side-note { position: absolute; z-index: 5; right: 0; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.92); padding: 22px 25px 22px 18px; display: flex; align-items: center; gap: 15px; color: var(--navy); writing-mode: initial; }
.hero-side-note::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); }
.hero-side-note span { font-family: "Playfair Display", serif; font-size: 28px; color: var(--gold); }
.hero-side-note p { font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }

.trust-strip { position: relative; z-index: 3; background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { min-height: 130px; display: flex; align-items: center; gap: 18px; padding: 24px 28px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-number { font-family: "Playfair Display", serif; color: var(--gold); font-size: 26px; }
.trust-item strong { display: block; color: var(--navy); font-size: 15px; margin-bottom: 3px; }
.trust-item small { display: block; color: var(--muted); font-size: 12px; }

.section-heading.centered { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-title { font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 4.25vw, 59px); line-height: 1.12; letter-spacing: -.035em; color: var(--navy); font-weight: 600; }
.section-heading > p:last-child { color: var(--muted); max-width: 640px; margin: 20px auto 0; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 90px; align-items: center; }
.about-media { position: relative; padding: 0 0 46px 30px; }
.about-image-wrap { height: 650px; position: relative; overflow: hidden; background: var(--cream); }
.about-image-wrap::before { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.35); z-index: 2; pointer-events: none; }
.about-image-wrap img { height: 100%; object-fit: cover; transition: transform .7s; }
.about-media:hover .about-image-wrap img { transform: scale(1.025); }
.about-image-line { position: absolute; left: -30px; top: 68px; width: 3px; height: 220px; background: var(--gold); }
.about-note { position: absolute; right: -32px; bottom: 0; width: 335px; min-height: 128px; padding: 25px 28px; background: var(--navy); color: white; display: flex; gap: 17px; box-shadow: var(--shadow); }
.about-note-icon { width: 48px; height: 48px; border: 1px solid rgba(224,193,138,.5); color: var(--gold-light); display: grid; place-items: center; flex: 0 0 auto; }
.about-note-icon svg { width: 25px; height: 25px; }
.about-note p { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.7); }
.about-note strong { color: white; font-size: 14px; }
.about-copy .section-title { margin-bottom: 25px; }
.about-copy .lead { font-size: 19px; color: #34414e; line-height: 1.75; margin-bottom: 17px; }
.about-copy > p:not(.section-kicker):not(.lead) { color: var(--muted); margin-bottom: 14px; }
.about-values { margin: 31px 0 32px; display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; padding-top: 28px; border-top: 1px solid var(--line); }
.about-values > div { position: relative; padding-left: 41px; }
.about-values span { position: absolute; left: 0; top: -1px; font-family: "Playfair Display", serif; color: var(--gold); font-size: 20px; }
.about-values h3 { font-size: 14px; color: var(--navy); margin-bottom: 7px; }
.about-values p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 700; font-size: 14px; border-bottom: 1px solid var(--gold); padding-bottom: 7px; }
.text-link span { color: var(--gold); font-size: 18px; transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-3px); }

.services { background: var(--cream); position: relative; overflow: hidden; }
.services::before { content: "PR"; position: absolute; left: -50px; top: 70px; font-family: "Playfair Display", serif; font-size: 260px; font-weight: 700; color: rgba(14,31,49,.025); line-height: 1; }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; position: relative; }
.service-card { background: #fff; min-width: 0; box-shadow: 0 1px 0 rgba(14,31,49,.06); transition: transform .35s, box-shadow .35s; overflow: hidden; }
.service-card:hover { transform: translateY(-9px); box-shadow: var(--shadow-soft); }
.service-image { height: 205px; overflow: hidden; position: relative; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(14,31,49,.25)); transition: .35s; }
.service-image img { height: 100%; object-fit: cover; transition: transform .6s; }
.service-card:hover .service-image img { transform: scale(1.08); }
.service-card:hover .service-image::after { background: linear-gradient(180deg, transparent 25%, rgba(14,31,49,.38)); }
.service-content { position: relative; min-height: 265px; padding: 29px 25px 25px; border-top: 3px solid transparent; transition: border-color .35s; }
.service-card:hover .service-content { border-color: var(--gold); }
.service-index { position: absolute; right: 20px; top: 22px; color: rgba(14,31,49,.16); font-family: "Playfair Display", serif; font-size: 27px; }
.service-icon { width: 46px; height: 46px; color: var(--gold); margin-bottom: 18px; }
.service-icon svg { width: 100%; height: 100%; stroke-width: 1.25; }
.service-content h3 { color: var(--navy); font-size: 17px; margin-bottom: 9px; }
.service-content p { color: var(--muted); font-size: 13px; line-height: 1.65; margin-bottom: 20px; }
.service-content a { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.service-content a span { color: var(--gold); font-size: 16px; transition: transform .25s; }
.service-content a:hover span { transform: translateX(4px); }

.why-us { background: var(--navy); color: white; position: relative; overflow: hidden; }
.why-us::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; }
.why-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.light-kicker { color: var(--gold-light); }
.light-title { color: white; }
.why-intro > p:not(.section-kicker) { color: rgba(255,255,255,.66); max-width: 570px; margin: 24px 0 34px; }
.btn-outline-light { color: white; border-color: rgba(255,255,255,.42); }
.btn-outline-light:hover { color: var(--navy); background: white; border-color: white; transform: translateY(-2px); }
.why-blueprint { position: relative; height: 470px; }
.blueprint-frame { position: absolute; inset: 0; border: 1px solid rgba(224,193,138,.35); background: rgba(255,255,255,.018); }
.blueprint-frame::before, .blueprint-frame::after { content: ""; position: absolute; background: rgba(224,193,138,.22); }
.blueprint-frame::before { left: 50%; top: 0; bottom: 0; width: 1px; }
.blueprint-frame::after { top: 50%; left: 0; right: 0; height: 1px; }
.bp-room { position: absolute; border: 1px solid rgba(255,255,255,.23); }
.room-one { left: 7%; top: 8%; width: 36%; height: 33%; }
.room-two { right: 7%; top: 8%; width: 36%; height: 52%; }
.room-three { left: 7%; bottom: 8%; width: 55%; height: 35%; }
.bp-circle { position: absolute; width: 122px; height: 122px; border: 1px solid var(--gold); border-radius: 50%; left: 45%; top: 44%; transform: translate(-50%,-50%); }
.bp-circle::before, .bp-circle::after { content: ""; position: absolute; background: var(--gold); }
.bp-circle::before { width: 160%; height: 1px; left: -30%; top: 50%; }
.bp-circle::after { height: 160%; width: 1px; top: -30%; left: 50%; }
.bp-line { position: absolute; left: 18%; top: 22%; width: 64%; height: 58%; border: 1px dashed rgba(224,193,138,.24); transform: rotate(-7deg); }
.bp-logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: "Playfair Display", serif; font-size: 42px; color: var(--gold-light); z-index: 3; }
.bp-label { position: absolute; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .2em; z-index: 3; }
.bp-one { left: 10%; top: 11%; }.bp-two { right: 9%; top: 11%; }.bp-three { left: 10%; bottom: 10%; }
.process-wrap { position: relative; margin-top: 95px; display: grid; grid-template-columns: repeat(4,1fr); gap: 36px; }
.process-line { position: absolute; top: 24px; left: 5%; right: 5%; height: 1px; background: rgba(255,255,255,.16); }
.process-line::before { content: ""; position: absolute; left: 0; top: 0; width: 34%; height: 1px; background: var(--gold); }
.process-step { position: relative; padding-top: 62px; }
.process-step > span { position: absolute; left: 0; top: 0; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(224,193,138,.65); background: var(--navy); font-family: "Playfair Display", serif; color: var(--gold-light); z-index: 2; }
.process-step h3 { font-size: 16px; margin-bottom: 10px; color: white; }
.process-step p { color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.7; }

.portfolio { background: #fff; overflow: hidden; }
.portfolio-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.portfolio-heading > div:first-child { max-width: 760px; }
.portfolio-controls { display: flex; gap: 9px; flex: 0 0 auto; }
.portfolio-controls button { width: 52px; height: 52px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--navy); transition: .25s; }
.portfolio-controls button:hover { background: var(--navy); color: white; border-color: var(--navy); }
.portfolio-controls svg { width: 21px; height: 21px; }
.portfolio-viewport { overflow: hidden; }
.portfolio-track { display: flex; gap: 23px; transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.portfolio-card { flex: 0 0 calc((100% - 46px)/3); height: 480px; position: relative; overflow: hidden; background: var(--cream); }
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.portfolio-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7,20,33,.9) 100%); transition: background .4s; }
.portfolio-overlay { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; color: white; transform: translateY(36px); transition: transform .4s; }
.portfolio-overlay span { display: inline-block; color: var(--gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; margin-bottom: 8px; }
.portfolio-overlay h3 { font-family: "Playfair Display", serif; font-size: 25px; margin-bottom: 7px; }
.portfolio-overlay p { color: rgba(255,255,255,.72); font-size: 13px; opacity: 0; transition: opacity .35s; }
.portfolio-card:hover img { transform: scale(1.07); }
.portfolio-card:hover::after { background: linear-gradient(180deg, rgba(7,20,33,.05) 15%, rgba(7,20,33,.93) 100%); }
.portfolio-card:hover .portfolio-overlay { transform: translateY(0); }
.portfolio-card:hover .portfolio-overlay p { opacity: 1; }
.portfolio-progress { width: 100%; height: 2px; background: rgba(14,31,49,.1); margin-top: 35px; }
.portfolio-progress span { display: block; height: 100%; width: 37.5%; background: var(--gold); transition: width .45s, transform .45s; transform-origin: left; }

.quote-banner { padding: 0 0 120px; background: #fff; }
.quote-banner-inner { background: var(--cream); min-height: 210px; padding: 45px 58px; display: flex; align-items: center; justify-content: space-between; gap: 35px; position: relative; overflow: hidden; }
.quote-banner-inner::after { content: "PR"; position: absolute; right: 210px; bottom: -78px; font-family: "Playfair Display", serif; font-size: 190px; font-weight: 700; color: rgba(14,31,49,.035); }
.quote-banner h2 { position: relative; z-index: 2; max-width: 680px; font-family: "Playfair Display", serif; font-size: clamp(31px,4vw,48px); line-height: 1.17; color: var(--navy); }
.quote-banner .btn { position: relative; z-index: 2; flex: 0 0 auto; }

.contact { background: #f7f5f0; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; box-shadow: var(--shadow); }
.contact-panel { background: white; padding: 65px 65px 58px; }
.contact-panel > p:not(.section-kicker) { color: var(--muted); margin: 21px 0 30px; max-width: 650px; }
.contact-form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { color: var(--navy); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(14,31,49,.14); background: #fbfaf8; color: var(--ink); outline: 0; padding: 14px 15px; transition: border-color .25s, box-shadow .25s, background .25s; border-radius: 0; }
.contact-form input, .contact-form select { height: 52px; }
.contact-form textarea { resize: vertical; min-height: 135px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); background: white; box-shadow: 0 0 0 3px rgba(189,143,73,.1); }
.form-submit { justify-self: start; border: 0; margin-top: 2px; }
.form-note { color: var(--muted); font-size: 11px; margin: -6px 0 0 !important; }
.contact-details { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 35px; padding-top: 30px; border-top: 1px solid var(--line); }
.contact-details > a, .contact-address { display: flex; gap: 12px; align-items: flex-start; }
.contact-icon { width: 38px; height: 38px; display: grid; place-items: center; background: var(--cream); color: var(--gold); flex: 0 0 auto; }
.contact-icon svg { width: 18px; height: 18px; stroke-width: 1.5; }
.contact-details small { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 3px; }
.contact-details strong { color: var(--navy); font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.faq-panel { background: var(--navy); color: white; padding: 65px 52px 48px; position: relative; overflow: hidden; }
.faq-panel::before { content: "?"; position: absolute; right: -10px; top: -105px; font-family: "Playfair Display", serif; font-size: 330px; color: rgba(255,255,255,.025); }
.faq-intro { position: relative; z-index: 2; }
.faq-badge { display: inline-grid; place-items: center; width: 52px; height: 29px; background: var(--gold); font-size: 10px; letter-spacing: .14em; font-weight: 700; margin-bottom: 19px; }
.faq-intro h2 { font-family: "Playfair Display", serif; font-size: 32px; line-height: 1.2; margin-bottom: 14px; }
.faq-intro p { color: rgba(255,255,255,.58); font-size: 13px; margin-bottom: 26px; }
.faq-list { position: relative; z-index: 2; }
.faq-item { border-top: 1px solid rgba(255,255,255,.13); }
.faq-item:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; color: white; padding: 19px 0; font-size: 13px; font-weight: 600; }
.faq-item button i { width: 20px; height: 20px; position: relative; flex: 0 0 auto; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; background: var(--gold-light); left: 50%; top: 50%; transform: translate(-50%,-50%); transition: transform .3s; }
.faq-item button i::before { width: 14px; height: 1px; }
.faq-item button i::after { width: 1px; height: 14px; }
.faq-item.active button i::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { padding: 0 26px 20px 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.75; }
.faq-callout { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 28px; padding: 18px 20px; background: rgba(255,255,255,.055); }
.faq-callout > span { color: rgba(255,255,255,.55); font-size: 11px; }
.faq-callout a { color: var(--gold-light); font-size: 12px; font-weight: 700; }

.site-footer { background: #091725; color: white; }
.footer-top { padding: 78px 0 58px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .65fr 1fr 1fr; gap: 55px; }
.footer-brand img { width: 250px; height: 72px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .95; margin-bottom: 18px; }
.footer-brand p { color: rgba(255,255,255,.5); font-size: 13px; max-width: 350px; margin-bottom: 18px; }
.footer-phone { color: var(--gold-light); font-family: "Playfair Display", serif; font-size: 22px; }
.footer-column h3, .footer-contact h3 { color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 22px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column a, .footer-contact a:not(.btn) { color: rgba(255,255,255,.51); font-size: 12px; margin-bottom: 10px; transition: color .2s, transform .2s; }
.footer-column a:hover, .footer-contact a:not(.btn):hover { color: var(--gold-light); transform: translateX(3px); }
.footer-contact p { color: rgba(255,255,255,.51); font-size: 12px; margin-bottom: 14px; }
.btn-footer { margin-top: 18px; border-color: rgba(224,193,138,.42); color: var(--gold-light); min-height: 46px; }
.btn-footer:hover { background: var(--gold); color: white; border-color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.35); font-size: 11px; }
.footer-bottom a { color: rgba(255,255,255,.55); }
.footer-bottom a span { color: var(--gold-light); margin-left: 7px; }

.whatsapp-float { position: fixed; right: 26px; bottom: 28px; z-index: 1100; width: 60px; height: 60px; border-radius: 50%; background: #25d366; color: white; display: grid; place-items: center; box-shadow: 0 12px 28px rgba(18,100,53,.28); transition: transform .25s, box-shadow .25s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 18px 36px rgba(18,100,53,.35); }
.whatsapp-float > svg { position: relative; z-index: 3; width: 34px; height: 34px; fill: currentColor; stroke: none; }
.whatsapp-ripple { position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(37,211,102,.55); animation: whatsappPulse 2.3s infinite; }
.ripple-two { animation-delay: 1.15s; }
.whatsapp-label { position: absolute; right: 72px; background: white; color: var(--navy); padding: 8px 12px; border-radius: 6px; font-size: 11px; font-weight: 700; box-shadow: var(--shadow-soft); opacity: 0; transform: translateX(8px); pointer-events: none; transition: .25s; }
.whatsapp-label::after { content: ""; position: absolute; right: -5px; top: 50%; width: 10px; height: 10px; background: white; transform: translateY(-50%) rotate(45deg); }
.whatsapp-float:hover .whatsapp-label { opacity: 1; transform: translateX(0); }
@keyframes whatsappPulse { 0% { transform: scale(1); opacity: .7; } 85%,100% { transform: scale(1.72); opacity: 0; } }

.toast { position: fixed; left: 50%; bottom: 34px; z-index: 1200; transform: translate(-50%,20px); padding: 12px 18px; background: var(--navy); color: white; font-size: 12px; border-left: 3px solid var(--gold); opacity: 0; visibility: hidden; transition: .3s; box-shadow: var(--shadow); }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%,0); }

.reveal, .reveal-left, .reveal-right { opacity: 0; transition: opacity .75s ease, transform .75s ease; }
.reveal { transform: translateY(28px); }
.reveal-left { transform: translateX(-35px); }
.reveal-right { transform: translateX(35px); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: translate(0,0); }

@media (max-width: 1180px) {
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: 13px; }
  .header-cta { display: none; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .service-image { height: 250px; }
  .service-content { min-height: 240px; }
  .about-grid { gap: 55px; }
  .about-note { right: -10px; }
  .contact-panel { padding: 55px 45px; }
  .faq-panel { padding: 55px 42px; }
  .footer-grid { grid-template-columns: 1.3fr .7fr 1fr; }
  .footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 10px 30px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 28px; }
  .footer-contact h3 { grid-column: 1 / -1; }
}

@media (max-width: 960px) {
  :root { --header-height: 76px; }
  .topbar-address { display: none; }
  .topbar-inner { justify-content: center; }
  .topbar-left { width: 100%; justify-content: space-between; }
  .menu-toggle { display: block; }
  .brand { width: 210px; }
  .primary-nav { position: fixed; top: calc(38px + var(--header-height)); left: 0; right: 0; bottom: 0; background: rgba(255,255,255,.99); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 28px 24px 80px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; overflow-y: auto; }
  .primary-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .primary-nav a { padding: 17px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .primary-nav a::after { display: none; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .reveal-left, .reveal-right { transform: translateY(28px); }
  .reveal-left.visible, .reveal-right.visible { transform: translateY(0); }
  .hero { height: 780px; min-height: 720px; max-height: none; }
  .hero-side-note { display: none; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,20,33,.92), rgba(7,20,33,.63)), linear-gradient(0deg, rgba(8,23,37,.38), transparent); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .about-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 70px; }
  .about-media { max-width: 700px; }
  .about-image-wrap { height: 600px; }
  .why-grid { gap: 60px; }
  .why-blueprint { max-width: 720px; width: 100%; }
  .process-wrap { grid-template-columns: repeat(2,1fr); }
  .process-line { display: none; }
  .portfolio-card { flex-basis: calc((100% - 23px)/2); }
  .contact-grid { box-shadow: none; }
  .contact-panel, .faq-panel { padding: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 85px 0; }
  .topbar { display: none; }
  .site-header { top: 0; }
  .primary-nav { top: var(--header-height); }
  .brand { width: 195px; }
  .brand img { height: 56px; }
  .header-inner { gap: 12px; }
  .hero { min-height: 690px; height: calc(100svh - var(--header-height)); }
  .hero-content h1, .hero-content h2 { font-size: clamp(42px,12vw,58px); }
  .hero-content > p:not(.eyebrow) { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; width: 100%; max-width: 330px; }
  .hero-controls { bottom: 26px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 105px; border-right: 0; border-top: 1px solid var(--line); }
  .trust-item:first-child { border-left: 0; border-top: 0; }
  .about-media { padding: 0 0 76px; }
  .about-image-wrap { height: 470px; }
  .about-image-line { display: none; }
  .about-note { left: 18px; right: 18px; bottom: 0; width: auto; }
  .about-values { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .service-image { height: 240px; }
  .service-content { min-height: auto; }
  .why-blueprint { height: 350px; }
  .process-wrap { grid-template-columns: 1fr; gap: 30px; margin-top: 65px; }
  .process-step { padding: 12px 0 0 68px; min-height: 70px; }
  .portfolio-heading { align-items: flex-start; flex-direction: column; }
  .portfolio-card { flex-basis: 100%; height: 440px; }
  .quote-banner { padding-bottom: 85px; }
  .quote-banner-inner { padding: 40px 28px; align-items: flex-start; flex-direction: column; }
  .quote-banner-inner::after { right: -20px; }
  .contact-panel, .faq-panel { padding: 42px 24px; }
  .form-row, .contact-details { grid-template-columns: 1fr; }
  .contact-form .btn { width: 100%; }
  .faq-intro h2 { font-size: 29px; }
  .faq-callout { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-contact { display: flex; flex-direction: column; }
  .footer-contact h3 { grid-column: auto; }
  .footer-bottom-inner { padding: 20px 0; min-height: 90px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .whatsapp-float { right: 18px; bottom: 20px; width: 56px; height: 56px; }
  .whatsapp-label { display: none; }
}

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

/* ===== MOBILE MENU FULL HEIGHT FIX ===== */
@media (max-width: 960px) {

  /* Fixed menu ko header ke andar restrict hone se rokta hai */
  .site-header {
    overflow: visible !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .primary-nav {
    position: fixed !important;
    top: calc(38px + var(--header-height)) !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;

    width: 100% !important;
    height: calc(100vh - 38px - var(--header-height)) !important;
    height: calc(100dvh - 38px - var(--header-height)) !important;
    max-height: none !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;

    padding: 25px 24px 60px !important;
    margin: 0 !important;
    gap: 0 !important;

    background: #ffffff !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    z-index: 9999 !important;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease,
      transform 0.3s ease;
  }

  .primary-nav.open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .primary-nav a {
    width: 100% !important;
    padding: 18px 5px !important;
    margin: 0 !important;
    font-size: 17px !important;
    border-bottom: 1px solid rgba(14, 31, 49, 0.12) !important;
  }

  .menu-toggle {
    position: relative;
    z-index: 10000 !important;
  }
}


/* Phone par top bar hidden hai, isliye height alag rahegi */
@media (max-width: 680px) {

  .primary-nav {
    top: var(--header-height) !important;
    height: calc(100vh - var(--header-height)) !important;
    height: calc(100dvh - var(--header-height)) !important;
    padding: 24px 22px 55px !important;
  }
}

.dj_s{
  font-size: 32px;
}

.light-title{
  font-size: 52px;
}
