:root {
  --ink: #102a43;
  --ink-deep: #071b2e;
  --ink-soft: #234766;
  --orange: #e96325;
  --orange-pale: #f5b18f;
  --cream: #f7f0e6;
  --paper: #fffdf9;
  --sand: #e9dece;
  --muted: #6b747b;
  --line: rgba(16, 42, 67, .14);
  --green: #25d366;
  --container: 1240px;
  --shadow: 0 28px 70px rgba(7, 27, 46, .12);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: #252c32;
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body, button, input, textarea { font-family: Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }

.topbar { color: rgba(255,255,255,.78); background: var(--ink-deep); }
.topbar-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.topbar-message { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(16,42,67,.1); background: rgba(255,253,249,.94); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.wordmark { display: inline-flex; flex-direction: column; flex: 0 0 auto; }
.wordmark strong { color: var(--ink); font: 700 29px/.82 Georgia, "Times New Roman", serif; letter-spacing: .115em; }
.wordmark span { margin-top: 8px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; padding: 30px 0 27px; color: #394754; font-size: 12px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-enquiry, .button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 46px; border: 0; border-radius: 3px; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.header-enquiry { padding: 0 19px; color: #fff; background: var(--ink); }
.header-enquiry svg, .button svg, .text-link svg, .collection-explore svg, .section-intro-copy a svg { transition: transform .18s ease; }
.header-enquiry:hover svg, .button:hover svg, .text-link:hover svg, .collection-card:hover .collection-explore svg, .section-intro-copy a:hover svg { transform: translateX(4px); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; width: 18px; height: 1.5px; margin: 4px auto; background: var(--ink); transition: transform .18s ease, opacity .18s ease; }

.hero { position: relative; min-height: 650px; overflow: hidden; background-color: var(--cream); background-image: linear-gradient(90deg, rgba(247,240,230,1) 0%, rgba(247,240,230,.98) 30%, rgba(247,240,230,.82) 43%, rgba(247,240,230,.22) 61%, rgba(247,240,230,0) 76%), var(--hero-image); background-repeat: no-repeat; background-position: center, right center; background-size: 100% 100%, auto 100%; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 8% 15%, rgba(233,99,37,.12), transparent 28%), linear-gradient(180deg, transparent 74%, rgba(7,27,46,.08)); }
.hero::after { content: ""; position: absolute; right: 7%; top: 38px; width: 132px; height: 132px; border: 1px solid rgba(255,255,255,.54); border-radius: 50%; box-shadow: 0 0 0 17px rgba(255,255,255,.08); }
.hero-inner { position: relative; z-index: 2; min-height: 650px; display: flex; align-items: center; padding-block: 54px 60px; }
.hero-copy { width: min(590px, 51%); }
.hero-mobile-visual { display: none; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow i { width: 30px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 600; }
h1 { max-width: 620px; font-size: clamp(52px, 5.6vw, 78px); line-height: .99; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--orange); font-weight: 500; }
.hero-copy > p { max-width: 510px; margin: 24px 0 28px; color: #53616c; font-size: 15px; line-height: 1.74; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button { min-height: 50px; padding: 0 22px; cursor: pointer; }
.button-primary { color: #fff; background: var(--ink); }
.button-secondary { color: var(--ink); border: 1px solid rgba(16,42,67,.22); background: rgba(255,255,255,.56); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 520px; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(16,42,67,.16); }
.hero-proof div { display: flex; align-items: center; gap: 12px; min-width: 0; }
.hero-proof div + div { padding-left: 18px; border-left: 1px solid rgba(16,42,67,.14); }
.hero-proof strong { color: var(--orange); font: 500 25px/1 Georgia, serif; }
.hero-proof span { color: var(--ink); font-size: 9px; font-weight: 800; line-height: 1.45; letter-spacing: .07em; text-transform: uppercase; }
.hero-stamp { position: absolute; right: 20px; bottom: 30px; display: flex; flex-direction: column; width: 170px; padding: 18px 20px; color: #fff; background: rgba(7,27,46,.88); box-shadow: 0 18px 50px rgba(7,27,46,.2); backdrop-filter: blur(12px); }
.hero-stamp span { color: var(--orange-pale); font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.hero-stamp strong { margin-top: 3px; font: 600 19px Georgia, serif; }
.hero-stamp small { margin-top: 8px; color: rgba(255,255,255,.63); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.category-rail { color: #fff; background: var(--ink); }
.rail-inner { min-height: 70px; display: flex; align-items: center; justify-content: center; gap: 25px; font: 500 17px Georgia, serif; }
.rail-inner i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.rail-label { margin-right: 12px; color: var(--orange-pale); font: 900 8px Arial, sans-serif; letter-spacing: .17em; text-transform: uppercase; }

.section { padding: 108px 0; }
.kicker { display: block; margin-bottom: 15px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.kicker-light { color: var(--orange-pale); }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 42px; }
.section-intro h2, .process-heading h2, .story-copy h2, .enquiry-copy h2 { font-size: clamp(40px, 4.7vw, 64px); line-height: 1.04; letter-spacing: -.035em; }
.section-intro-copy { max-width: 510px; justify-self: end; }
.section-intro-copy p { margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.section-intro-copy a, .text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }

.collections-section { background: var(--paper); }
.collection-grid { display: grid; grid-template-columns: 1.22fr .89fr .89fr; gap: 16px; }
.collection-card { position: relative; min-width: 0; min-height: 555px; display: flex; flex-direction: column; overflow: hidden; padding: 22px 24px 25px; border: 1px solid var(--line); background: #f2ebe1; transition: transform .22s ease, box-shadow .22s ease; }
.collection-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.collection-featured { background: #ebe0d0; }
.collection-dark { color: #fff; border-color: transparent; background: var(--ink); }
.collection-number { position: relative; z-index: 2; color: rgba(16,42,67,.45); font: 500 13px Georgia, serif; }
.collection-dark .collection-number { color: rgba(255,255,255,.45); }
.collection-image { flex: 1 1 auto; min-height: 280px; display: grid; place-items: center; padding: 0 8px; }
.collection-image img { width: 100%; height: 320px; object-fit: contain; filter: drop-shadow(0 21px 16px rgba(7,27,46,.18)); transition: transform .28s ease; }
.collection-card:hover .collection-image img { transform: scale(1.025); }
.collection-featured .collection-image img { height: 340px; }
.collection-content { position: relative; z-index: 2; padding-top: 12px; border-top: 1px solid rgba(16,42,67,.14); }
.collection-dark .collection-content { border-color: rgba(255,255,255,.17); }
.collection-content > span { display: block; margin-top: 17px; color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.collection-content h3 { margin-top: 8px; font-size: 27px; line-height: 1.08; }
.collection-dark h3 { color: #fff; }
.collection-content p { min-height: 58px; margin: 12px 0 14px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.collection-dark p { color: rgba(255,255,255,.58); }
.collection-explore { display: inline-flex; align-items: center; gap: 8px; padding: 0; color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.collection-dark .collection-explore { color: #fff; }

.story-section { padding: 0; color: #fff; background: var(--ink-deep); }
.story-grid { display: grid; grid-template-columns: .92fr 1.08fr; width: 100%; max-width: none; }
.story-image-wrap { position: relative; min-height: 690px; overflow: hidden; }
.story-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,27,46,.5)); }
.story-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.story-year { position: absolute; z-index: 2; right: 0; bottom: 0; width: 142px; padding: 21px; color: #fff; background: var(--orange); }
.story-year span, .story-year strong { display: block; }
.story-year span { font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.story-year strong { margin-top: 5px; font: 500 34px Georgia, serif; }
.story-copy { display: flex; flex-direction: column; justify-content: center; max-width: 710px; padding: 80px clamp(40px, 7vw, 105px); }
.story-copy h2, .enquiry-copy h2 { color: #fff; }
.story-copy > p { max-width: 590px; margin: 25px 0 32px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.78; }
.story-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 34px; }
.story-values div { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.18); }
.story-values span { color: var(--orange-pale); font: 500 12px Georgia, serif; }
.story-values strong { display: block; margin-top: 13px; font: 500 19px Georgia, serif; }
.story-values p { margin: 7px 0 0; color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.55; }
.light-link { color: #fff; }

.process-section { background: #f4ede3; }
.process-heading { display: grid; grid-template-columns: .45fr 1fr; align-items: end; gap: 60px; margin-bottom: 50px; }
.process-heading .kicker { margin: 0 0 8px; }
.process-heading h2 { max-width: 720px; }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.process-list article { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid var(--line); }
.process-list article:last-child { border-bottom: 1px solid var(--line); }
.process-list article > span { color: var(--orange); font: 500 13px Georgia, serif; }
.process-list h3 { font-size: 24px; }
.process-list p { max-width: 390px; margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.showroom-collage { position: relative; min-height: 610px; }
.showroom-collage figure { margin: 0; overflow: hidden; background: #fff; box-shadow: 0 22px 55px rgba(7,27,46,.12); }
.showroom-main { position: absolute; inset: 0 24% 0 0; }
.showroom-main img { width: 100%; height: 100%; object-fit: cover; }
.showroom-main figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 23px; color: #fff; background: linear-gradient(180deg, transparent, rgba(7,27,46,.9)); }
.showroom-main figcaption span, .showroom-main figcaption strong { display: block; }
.showroom-main figcaption span { font-size: 8px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.showroom-main figcaption strong { margin-top: 5px; font: 500 20px Georgia, serif; }
.showroom-secondary { position: absolute; right: 0; top: 15%; width: 44%; border: 8px solid #f4ede3; }
.showroom-secondary img { width: 100%; aspect-ratio: 1.2; object-fit: cover; }
.showroom-secondary figcaption { padding: 14px; color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }

.enquiry-section { padding-block: 95px; background: var(--paper); }
.enquiry-shell { display: grid; grid-template-columns: .95fr 1.05fr; gap: 75px; padding: 62px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.enquiry-copy > p { max-width: 500px; margin: 20px 0 24px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.72; }
.interest-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.interest-chips button { min-height: 33px; padding: 0 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: rgba(255,255,255,.7); background: transparent; cursor: pointer; font-size: 9px; }
.interest-chips button.selected { color: var(--ink-deep); border-color: var(--orange-pale); background: var(--orange-pale); }
.enquiry-form { align-self: center; padding: 28px; color: #202830; background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.enquiry-form label { display: block; margin-bottom: 14px; }
.enquiry-form label > span { display: block; margin-bottom: 7px; color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 2px; outline: none; color: var(--ink); background: #fff; font-size: 12px; }
.enquiry-form input { height: 45px; padding: 0 13px; }
.enquiry-form textarea { min-height: 85px; padding: 12px 13px; resize: vertical; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(233,99,37,.09); }
.form-submit { width: 100%; color: #fff; background: var(--orange); }
.form-status { margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }

.site-footer { padding: 62px 0 22px; color: rgba(255,255,255,.61); background: var(--ink-deep); }
.footer-main { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 55px; }
.wordmark-footer strong { color: #fff; }
.footer-identity p { max-width: 280px; margin: 21px 0 0; font-size: 11px; line-height: 1.6; }
.footer-links { display: flex; flex-direction: column; gap: 11px; font-size: 11px; }
.footer-links strong { margin-bottom: 6px; color: #fff; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a:hover { color: var(--orange-pale); }
.footer-note span { color: var(--orange-pale); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.footer-note strong { display: block; margin-top: 11px; color: #fff; font: 500 29px/1.05 Georgia, serif; }
.footer-note em { color: var(--orange-pale); font-weight: 500; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; letter-spacing: .06em; }

.contact-dock { position: fixed; right: 18px; bottom: 18px; z-index: 60; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.contact-dock-item { display: flex; align-items: center; justify-content: flex-start; gap: 10px; width: 148px; min-height: 50px; padding: 0 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: #fff; box-shadow: 0 14px 32px rgba(7,27,46,.18); font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; transition: transform .18s ease, box-shadow .18s ease; }
.contact-dock-item:hover, .contact-dock-item:focus-visible { transform: translateX(-4px); box-shadow: 0 18px 40px rgba(7,27,46,.24); }
.contact-dock-item svg { flex: 0 0 auto; width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.contact-dock-whatsapp { background: var(--green); }
.contact-dock-whatsapp svg { width: 26px; height: 26px; fill: currentColor; stroke: none; }
.contact-dock-call { background: var(--ink); }
.contact-dock-location { background: var(--orange); }

@media (max-width: 1050px) {
  .main-nav, .header-enquiry { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
  .main-nav.is-open { position: absolute; top: 78px; left: 24px; right: 24px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 13px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
  .main-nav.is-open a { padding: 13px 11px; }
  .main-nav.is-open a::after { display: none; }
  .hero { background-position: center, 67% center; }
  .hero-copy { width: 58%; }
  .collection-grid { grid-template-columns: 1.12fr .94fr; }
  .collection-card:last-child { grid-column: 1 / -1; min-height: 460px; display: grid; grid-template-columns: 1fr 1fr; }
  .collection-card:last-child .collection-image { min-height: 360px; }
  .story-grid { grid-template-columns: .85fr 1.15fr; }
  .story-copy { padding-inline: 45px; }
  .story-values { grid-template-columns: 1fr; }
  .story-values div { display: grid; grid-template-columns: 28px 80px 1fr; align-items: start; gap: 10px; }
  .story-values strong, .story-values p { margin-top: 0; }
  .process-layout { gap: 40px; }
  .enquiry-shell { gap: 42px; padding: 48px; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-note { display: none; }
}

@media (max-width: 760px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .topbar-inner { min-height: 29px; font-size: 7px; letter-spacing: .11em; }
  .topbar-message { display: none; }
  .header-inner { min-height: 70px; }
  .wordmark strong { font-size: 25px; }
  .wordmark span { margin-top: 7px; font-size: 7px; }
  .main-nav.is-open { top: 70px; left: 14px; right: 14px; }
  .hero { min-height: auto; background-image: linear-gradient(180deg, rgba(233,99,37,.075), transparent 32%); background-position: center; background-size: 100% 100%; }
  .hero::after { display: none; }
  .hero-inner { min-height: auto; display: flex; flex-direction: column; align-items: stretch; padding-top: 38px; padding-bottom: 0; }
  .hero-copy { width: 100%; }
  .hero-mobile-visual { display: block; position: relative; width: calc(100% + 28px); height: clamp(350px, 103vw, 440px); margin: 31px -14px 0; overflow: hidden; background-color: #eee2d2; background-image: linear-gradient(180deg, rgba(247,240,230,.5) 0%, transparent 10%), linear-gradient(0deg, rgba(7,27,46,.12), transparent 32%), var(--hero-image); background-repeat: no-repeat; background-position: center, center, 72% center; background-size: 100% 100%, 100% 100%, auto 100%; }
  .hero-mobile-visual::after { content: ""; position: absolute; inset: 0; border-top: 1px solid rgba(16,42,67,.08); box-shadow: inset 0 -44px 62px rgba(7,27,46,.08); pointer-events: none; }
  .eyebrow { margin-bottom: 16px; }
  h1 { max-width: 390px; font-size: clamp(43px, 13.5vw, 59px); }
  .hero-copy > p { margin: 18px 0 21px; font-size: 13px; line-height: 1.62; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-proof { margin-top: 25px; padding-top: 16px; }
  .hero-proof div { display: block; }
  .hero-proof div + div { padding-left: 12px; }
  .hero-proof strong, .hero-proof span { display: block; }
  .hero-proof strong { font-size: 21px; }
  .hero-proof span { margin-top: 5px; font-size: 7px; }
  .hero-stamp { right: 0; bottom: 18px; width: 148px; padding: 14px 16px; }
  .category-rail { overflow: hidden; }
  .rail-inner { min-width: max-content; justify-content: flex-start; gap: 14px; min-height: 55px; font-size: 14px; }
  .rail-label { margin-right: 2px; }
  .section { padding: 72px 0; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 29px; }
  .section-intro-copy { justify-self: start; }
  .section-intro h2, .process-heading h2, .story-copy h2, .enquiry-copy h2 { font-size: clamp(37px, 11vw, 49px); }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card, .collection-card:last-child { grid-column: auto; min-height: 520px; display: flex; }
  .collection-card:last-child .collection-image { min-height: 280px; }
  .collection-image { min-height: 275px; }
  .collection-image img, .collection-featured .collection-image img { height: 290px; }
  .collection-content p { min-height: 0; }
  .story-grid { grid-template-columns: 1fr; }
  .story-image-wrap { min-height: 500px; }
  .story-copy { padding: 65px 14px; }
  .story-values div { grid-template-columns: 24px 70px 1fr; }
  .process-heading { grid-template-columns: 1fr; gap: 15px; margin-bottom: 32px; }
  .process-layout { grid-template-columns: 1fr; gap: 42px; }
  .showroom-collage { min-height: 500px; }
  .showroom-main { right: 14%; }
  .showroom-secondary { width: 52%; top: 19%; }
  .enquiry-section { padding-block: 65px; }
  .enquiry-shell { grid-template-columns: 1fr; gap: 32px; width: 100%; padding: 44px 14px; }
  .enquiry-form { padding: 22px 16px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-identity { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 5px; }
  .contact-dock { right: 12px; bottom: 12px; gap: 8px; }
  .contact-dock-item { width: 50px; min-height: 50px; padding: 0; justify-content: center; }
  .contact-dock-item span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Infrastructure page */
.infra-page { overflow: clip; background: var(--paper); }
.infra-hero { position: relative; min-height: 690px; overflow: hidden; background: var(--cream); }
.infra-hero::before { content: ""; position: absolute; width: 430px; height: 430px; left: -190px; top: -170px; border: 1px solid rgba(233,99,37,.16); border-radius: 50%; box-shadow: 0 0 0 48px rgba(233,99,37,.035), 0 0 0 96px rgba(233,99,37,.025); }
.infra-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 122px; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(7,27,46,.055)); }
.infra-hero-grid { position: relative; z-index: 1; min-height: 690px; display: grid; grid-template-columns: .84fr 1.16fr; gap: 72px; align-items: center; padding-block: 62px; }
.infra-hero-copy { position: relative; z-index: 3; animation: infra-rise .72s cubic-bezier(.2,.75,.25,1) both; }
.infra-hero-copy h1 { font-size: clamp(55px, 5.7vw, 82px); }
.infra-hero-copy > p { max-width: 510px; margin: 25px 0 30px; color: #53616c; font-size: 15px; line-height: 1.75; }
.infra-hero-stat { display: flex; align-items: center; gap: 14px; width: max-content; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(16,42,67,.16); }
.infra-hero-stat strong { color: var(--orange); font: 500 43px/.85 Georgia, serif; }
.infra-hero-stat span { color: var(--ink); font-size: 9px; font-weight: 900; line-height: 1.45; letter-spacing: .12em; text-transform: uppercase; }
.infra-hero-visual { position: relative; min-height: 550px; animation: infra-reveal-photo .85s .12s cubic-bezier(.2,.75,.25,1) both; }
.infra-hero-photo { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 32px 72px rgba(7,27,46,.2); }
.infra-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.infra-hero-photo-main { inset: 0 0 20px 12%; background: var(--ink); }
.infra-hero-photo-main::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 58%, rgba(7,27,46,.78)); }
.infra-hero-photo-main figcaption { position: absolute; z-index: 2; left: 25px; bottom: 22px; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.infra-hero-photo-small { left: 0; bottom: 56px; width: 38%; aspect-ratio: 1; border: 8px solid var(--cream); background: var(--ink); box-shadow: 0 18px 44px rgba(7,27,46,.18); }
.infra-orbit { position: absolute; z-index: 4; right: -27px; top: 34px; width: 118px; height: 118px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; background: rgba(233,99,37,.9); box-shadow: 0 15px 38px rgba(233,99,37,.24); animation: infra-float 5s ease-in-out infinite; }
.infra-orbit::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.35); border-radius: inherit; }
.infra-orbit span { position: relative; width: 66px; text-align: center; font-size: 8px; font-weight: 900; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; }

.infra-step-rail { position: relative; z-index: 4; color: rgba(255,255,255,.65); background: var(--ink); }
.infra-step-rail-inner { min-height: 78px; display: flex; align-items: center; gap: 0; overflow-x: auto; scrollbar-width: none; }
.infra-step-rail-inner::-webkit-scrollbar { display: none; }
.infra-step-rail a { flex: 0 0 auto; display: flex; align-items: center; gap: 8px; min-height: 78px; padding: 0 17px; border-left: 1px solid rgba(255,255,255,.08); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.infra-step-rail a:last-child { border-right: 1px solid rgba(255,255,255,.08); }
.infra-step-rail a span { color: var(--orange-pale); font: 500 12px Georgia, serif; }
.infra-step-rail a:hover { color: #fff; background: rgba(255,255,255,.055); }

.infra-process { --process-progress: 0; position: relative; padding: 122px 0 135px; background-color: #fffdf9; background-image: radial-gradient(circle at 8% 6%, rgba(233,99,37,.07), transparent 23%), radial-gradient(circle at 94% 52%, rgba(16,42,67,.06), transparent 27%); }
.infra-process-intro { display: grid; grid-template-columns: .55fr 1fr .7fr; align-items: end; gap: 45px; margin-bottom: 96px; }
.infra-process-intro .kicker { align-self: start; margin-top: 12px; }
.infra-process-intro h2 { color: var(--ink); font-size: clamp(45px, 5.3vw, 72px); line-height: 1.01; letter-spacing: -.04em; }
.infra-process-intro h2 em, .infra-finish h2 em { color: var(--orange); font-weight: 500; }
.infra-process-intro > p { margin: 0 0 7px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.infra-timeline { position: relative; }
.infra-line { position: absolute; z-index: 0; top: 20px; bottom: 40px; left: 50%; width: 1px; background: rgba(16,42,67,.12); }
.infra-line::before, .infra-line::after { content: ""; position: absolute; left: 50%; width: 7px; height: 7px; border: 2px solid var(--orange); border-radius: 50%; background: var(--paper); transform: translateX(-50%); }
.infra-line::before { top: -2px; }
.infra-line::after { bottom: -2px; }
.infra-line i { position: absolute; inset: 0; background: linear-gradient(180deg, var(--orange), var(--orange-pale)); transform: scaleY(var(--process-progress)); transform-origin: top; will-change: transform; }
.infra-process-step { position: relative; z-index: 1; min-height: 485px; display: grid; grid-template-columns: 1fr 1fr; gap: 140px; align-items: center; margin-bottom: 80px; scroll-margin-top: 105px; opacity: 0; transform: translateY(46px); transition: opacity .72s var(--step-delay, 0ms) cubic-bezier(.2,.75,.25,1), transform .72s var(--step-delay, 0ms) cubic-bezier(.2,.75,.25,1); }
.infra-process-step:last-child { margin-bottom: 0; }
.infra-process-step.is-visible { opacity: 1; transform: translateY(0); }
.infra-process-step::before { content: ""; position: absolute; left: 50%; top: 50%; width: 13px; height: 13px; border: 4px solid var(--paper); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px rgba(233,99,37,.35); transform: translate(-50%, -50%); }
.infra-process-step:nth-of-type(even) .infra-step-image { grid-column: 2; }
.infra-process-step:nth-of-type(even) .infra-step-content { grid-column: 1; grid-row: 1; justify-self: end; }
.infra-step-image { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: #e9dfd2; box-shadow: 0 28px 65px rgba(7,27,46,.15); }
.infra-step-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.22); box-shadow: inset 0 -80px 90px rgba(7,27,46,.08); }
.infra-step-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.75,.25,1), filter .4s ease; }
.infra-process-step:hover .infra-step-image img { transform: scale(1.035); }
.infra-step-image > span { position: absolute; z-index: 2; left: 18px; bottom: 17px; padding: 9px 11px; color: #fff; background: rgba(7,27,46,.88); backdrop-filter: blur(10px); font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.infra-step-content { width: min(100%, 420px); }
.infra-step-number { display: flex; align-items: flex-end; gap: 10px; margin-bottom: 22px; }
.infra-step-number span { padding-bottom: 6px; color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.infra-step-number strong { color: rgba(16,42,67,.16); font: 500 62px/.75 Georgia, serif; }
.infra-step-content h3 { font-size: clamp(34px, 3.4vw, 47px); line-height: 1.04; letter-spacing: -.028em; }
.infra-step-content p { max-width: 385px; margin: 18px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.74; }
.infra-step-rule { position: relative; width: 100%; height: 1px; overflow: hidden; background: var(--line); }
.infra-step-rule i { position: absolute; inset: 0 100% 0 0; background: var(--orange); transition: right .7s .25s cubic-bezier(.2,.75,.25,1); }
.infra-process-step.is-visible .infra-step-rule i { right: 68%; }
.infra-process-step.is-final { padding: 34px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.infra-process-step.is-final::before { border-color: var(--ink); }
.infra-process-step.is-final .infra-step-image { background: #ece1d1; box-shadow: none; }
.infra-process-step.is-final .infra-step-image img { padding: 34px; object-fit: contain; filter: drop-shadow(0 20px 18px rgba(7,27,46,.2)); }
.infra-process-step.is-final .infra-step-content h3 { color: #fff; }
.infra-process-step.is-final .infra-step-content p { color: rgba(255,255,255,.62); }
.infra-process-step.is-final .infra-step-number strong { color: rgba(255,255,255,.15); }
.infra-process-step.is-final .infra-step-rule { background: rgba(255,255,255,.16); }

[data-reveal]:not(.infra-process-step) { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
[data-reveal].is-visible:not(.infra-process-step) { opacity: 1; transform: translateY(0); }

.infra-finish { padding: 90px 0; color: #fff; background-color: var(--ink-deep); background-image: radial-gradient(circle at 18% 110%, rgba(233,99,37,.26), transparent 34%), linear-gradient(115deg, transparent 60%, rgba(255,255,255,.035)); }
.infra-finish-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.infra-finish h2 { color: #fff; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.04em; }
.infra-finish-button { flex: 0 0 auto; color: var(--ink-deep); background: var(--orange-pale); }

@keyframes infra-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes infra-reveal-photo {
  from { opacity: 0; transform: translateX(24px) scale(.98); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes infra-float {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-9px) rotate(3deg); }
}

@media (max-width: 1050px) {
  .infra-hero-grid { grid-template-columns: .9fr 1.1fr; gap: 38px; }
  .infra-hero-visual { min-height: 500px; }
  .infra-process-intro { grid-template-columns: .45fr 1fr; }
  .infra-process-intro > p { grid-column: 2; max-width: 570px; }
  .infra-process-step { gap: 90px; }
  .infra-process-step.is-final { padding: 26px; }
}

@media (max-width: 760px) {
  .infra-hero { min-height: auto; }
  .infra-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 38px; padding-block: 48px 66px; }
  .infra-hero-copy h1 { font-size: clamp(46px, 13.4vw, 61px); }
  .infra-hero-copy > p { margin-block: 19px 23px; font-size: 13px; line-height: 1.65; }
  .infra-hero-copy .button { width: auto; }
  .infra-hero-stat { margin-top: 29px; }
  .infra-hero-visual { min-height: 445px; }
  .infra-hero-photo-main { inset: 0 0 0 8%; }
  .infra-hero-photo-small { width: 42%; bottom: 38px; border-width: 6px; }
  .infra-orbit { right: -20px; top: 24px; width: 94px; height: 94px; }
  .infra-step-rail-inner { width: 100%; padding-inline: 2px; }
  .infra-step-rail a { min-height: 65px; padding-inline: 13px; }
  .infra-process { padding: 80px 0 90px; }
  .infra-process-intro { grid-template-columns: 1fr; gap: 14px; margin-bottom: 63px; }
  .infra-process-intro .kicker { margin-top: 0; }
  .infra-process-intro > p { grid-column: auto; max-width: 480px; margin-top: 5px; }
  .infra-process-intro h2 { font-size: clamp(42px, 12vw, 55px); }
  .infra-timeline { padding-left: 31px; }
  .infra-line { left: 7px; top: 8px; bottom: 20px; }
  .infra-process-step, .infra-process-step.is-final { min-height: 0; grid-template-columns: 1fr; gap: 28px; margin-bottom: 70px; padding: 0; background: transparent; box-shadow: none; }
  .infra-process-step::before, .infra-process-step.is-final::before { left: -24px; top: 9px; border-color: var(--paper); transform: translate(-50%, 0); }
  .infra-process-step:nth-of-type(even) .infra-step-image, .infra-process-step:nth-of-type(even) .infra-step-content { grid-column: auto; grid-row: auto; justify-self: start; }
  .infra-step-image { aspect-ratio: 4 / 3; }
  .infra-step-content { width: 100%; padding: 0 4px; }
  .infra-step-number { margin-bottom: 17px; }
  .infra-step-number strong { font-size: 50px; }
  .infra-step-content h3, .infra-process-step.is-final .infra-step-content h3 { color: var(--ink); font-size: clamp(33px, 10vw, 43px); }
  .infra-step-content p, .infra-process-step.is-final .infra-step-content p { color: var(--muted); font-size: 12px; }
  .infra-process-step.is-final .infra-step-number strong { color: rgba(16,42,67,.16); }
  .infra-process-step.is-final .infra-step-image { box-shadow: 0 28px 65px rgba(7,27,46,.15); }
  .infra-finish { padding: 72px 0; }
  .infra-finish-inner { display: block; }
  .infra-finish-button { width: 100%; margin-top: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .infra-hero-copy, .infra-hero-visual, .infra-orbit { animation: none !important; }
  [data-reveal], .infra-process-step { opacity: 1 !important; transform: none !important; }
  .infra-line i { transform: scaleY(1); }
}


/* About page */
.about-page { overflow-x: clip; background: var(--paper); }
.about-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(247,240,230,.95), rgba(247,240,230,.72)); }
.about-hero::before { content: ""; position: absolute; width: 430px; height: 430px; right: -120px; top: -150px; border: 1px solid rgba(233,99,37,.16); border-radius: 50%; box-shadow: 0 0 0 48px rgba(233,99,37,.035), 0 0 0 96px rgba(233,99,37,.02); }
.about-hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 130px; background: linear-gradient(180deg, transparent, rgba(7,27,46,.05)); pointer-events: none; }
.about-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: center; min-height: 720px; padding-block: 62px; }
.about-hero-copy h1 { font-size: clamp(56px, 5.8vw, 82px); }
.about-hero-copy > p { max-width: 520px; margin: 24px 0 28px; color: #53616c; font-size: 15px; line-height: 1.75; }
.about-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.about-mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 560px; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(16,42,67,.16); }
.about-mini-stats div { display: flex; align-items: center; gap: 12px; min-width: 0; }
.about-mini-stats div + div { padding-left: 18px; border-left: 1px solid rgba(16,42,67,.14); }
.about-mini-stats strong { color: var(--orange); font: 500 25px/1 Georgia, serif; }
.about-mini-stats span { color: var(--ink); font-size: 9px; font-weight: 800; line-height: 1.5; letter-spacing: .07em; text-transform: uppercase; }
.about-hero-visual { position: relative; min-height: 560px; }
.about-hero-photo { position: absolute; overflow: hidden; margin: 0; background: #d9c7b4; box-shadow: 0 30px 72px rgba(7,27,46,.18); }
.about-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-hero-photo-main { inset: 0 0 18px 13%; }
.about-hero-photo-secondary { left: 0; bottom: 52px; width: 38%; aspect-ratio: 3 / 4; border: 8px solid var(--cream); }
.about-orbit-tag { position: absolute; z-index: 2; right: -10px; top: 36px; width: 120px; height: 120px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; color: #fff; background: rgba(233,99,37,.92); box-shadow: 0 15px 38px rgba(233,99,37,.24); }
.about-orbit-tag::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.34); border-radius: inherit; }
.about-orbit-tag span { position: relative; text-align: center; font-size: 8px; font-weight: 900; line-height: 1.55; letter-spacing: .14em; text-transform: uppercase; }
.about-intro-strip { color: #fff; background: var(--ink); }
.about-intro-strip-inner { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 25px; font: 500 17px Georgia, serif; }
.about-intro-strip-inner i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.founder-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 60px; align-items: start; }
.founder-profile-card { padding: 36px; background: #fff; box-shadow: 0 18px 48px rgba(7,27,46,.09); }
.founder-profile-card h2 { font-size: clamp(40px, 4.2vw, 56px); line-height: 1.03; letter-spacing: -.03em; }
.founder-title { margin: 9px 0 20px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.founder-profile-card > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.founder-stat-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.founder-stat-list div { padding: 18px 16px; border: 1px solid var(--line); background: #fbf8f3; }
.founder-stat-list strong { display: block; color: var(--ink); font: 600 22px/1 Georgia, serif; }
.founder-stat-list span { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.founder-working-shot { margin: 18px 0 0; overflow: hidden; box-shadow: 0 24px 56px rgba(7,27,46,.14); }
.founder-working-shot img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.founder-copy h2 { font-size: clamp(42px, 4.8vw, 64px); line-height: 1.04; letter-spacing: -.035em; }
.founder-copy > p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.78; }
.founder-highlights { margin-top: 32px; }
.founder-highlights article { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.founder-highlights article:last-child { border-bottom: 1px solid var(--line); }
.founder-highlights span { color: var(--orange); font: 500 13px Georgia, serif; }
.founder-highlights h3 { font-size: 24px; }
.founder-highlights p { margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.company-section { background: #fff; }
.company-grid { display: grid; grid-template-columns: 1fr .96fr; gap: 60px; align-items: center; }
.company-copy h2 { font-size: clamp(42px, 4.7vw, 62px); line-height: 1.04; letter-spacing: -.035em; }
.company-copy > p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.78; }
.company-visuals { position: relative; min-height: 640px; }
.company-visual { position: absolute; margin: 0; overflow: hidden; background: #f0e6d8; box-shadow: 0 24px 58px rgba(7,27,46,.14); }
.company-visual img { width: 100%; height: 100%; object-fit: cover; }
.company-visual-main { inset: 0 12% 0 0; }
.company-visual-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(7,27,46,.88)); }
.company-visual-main figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; color: #fff; }
.company-visual-main figcaption span { display: block; font-size: 8px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.company-visual-main figcaption strong { display: block; margin-top: 5px; font: 500 20px Georgia, serif; }
.company-visual-small { right: 0; bottom: 36px; width: 45%; border: 8px solid var(--cream); }
.company-visual-small img { aspect-ratio: 1 / 1; }
.company-visual-small figcaption { padding: 13px 14px; color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; background: #fff; }
.about-section-intro { margin-bottom: 32px; }
.expertise-section { background: var(--paper); }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.expertise-card { min-height: 220px; padding: 24px; border: 1px solid var(--line); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.expertise-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.expertise-card span { color: var(--orange); font: 500 13px Georgia, serif; }
.expertise-card h3 { margin-top: 14px; font-size: 26px; line-height: 1.1; }
.expertise-card p { margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.68; }
.expertise-card-dark { color: #fff; border-color: transparent; background: var(--ink); }
.expertise-card-dark h3 { color: #fff; }
.expertise-card-dark p { color: rgba(255,255,255,.62); }
.about-cta { padding: 0 0 95px; background: var(--paper); }
.about-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: 58px; color: #fff; background: var(--ink-deep); box-shadow: var(--shadow); }
.about-cta-inner h2 { color: #fff; font-size: clamp(40px, 4.7vw, 62px); line-height: 1.04; letter-spacing: -.035em; }
.about-cta-inner p { max-width: 520px; margin: 18px 0 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.72; }
.about-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.about-cta-secondary { color: #fff; border-color: rgba(255,255,255,.2); background: transparent; }

@media (max-width: 1050px) {
  .about-hero-grid, .founder-grid, .company-grid { grid-template-columns: 1fr; }
  .about-hero-grid { gap: 42px; min-height: auto; padding-block: 58px; }
  .about-hero-visual { min-height: 500px; }
  .about-hero-photo-main { inset: 0 8% 0 12%; }
  .about-hero-photo-secondary { width: 34%; }
  .about-mini-stats { max-width: 100%; }
  .company-visuals { min-height: 560px; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .about-cta-inner { display: block; padding: 48px; }
  .about-cta-actions { margin-top: 28px; }
}

@media (max-width: 760px) {
  .about-hero-grid { padding-block: 44px 58px; }
  .about-hero-copy h1 { font-size: clamp(45px, 13vw, 61px); }
  .about-hero-copy > p { margin: 18px 0 22px; font-size: 13px; line-height: 1.65; }
  .about-hero-actions { display: grid; grid-template-columns: 1fr; }
  .about-hero-actions .button { width: 100%; }
  .about-mini-stats { margin-top: 26px; padding-top: 16px; }
  .about-mini-stats div { display: block; }
  .about-mini-stats div + div { padding-left: 12px; }
  .about-mini-stats strong, .about-mini-stats span { display: block; }
  .about-mini-stats strong { font-size: 21px; }
  .about-mini-stats span { margin-top: 5px; font-size: 7px; }
  .about-hero-visual { min-height: 430px; }
  .about-hero-photo-main { inset: 0 0 0 8%; }
  .about-hero-photo-secondary { width: 42%; left: 0; bottom: 28px; border-width: 6px; }
  .about-orbit-tag { right: -18px; top: 18px; width: 94px; height: 94px; }
  .about-intro-strip { overflow: hidden; }
  .about-intro-strip-inner { min-width: max-content; justify-content: flex-start; gap: 14px; min-height: 60px; font-size: 14px; }
  .founder-profile-card { padding: 26px 18px; }
  .founder-profile-card h2, .founder-copy h2, .company-copy h2, .about-cta-inner h2 { font-size: clamp(36px, 11vw, 49px); }
  .founder-stat-list { grid-template-columns: 1fr; }
  .founder-working-shot img { aspect-ratio: 4 / 4.5; }
  .company-visuals { min-height: 470px; }
  .company-visual-main { right: 16%; }
  .company-visual-small { width: 54%; bottom: 18px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .about-cta { padding-bottom: 65px; }
  .about-cta-inner { padding: 42px 16px; }
  .about-cta-actions { display: grid; grid-template-columns: 1fr; }
}

.founder-profile-card-with-photo { overflow: hidden; }
.founder-profile-photo-wrap { margin: -36px -36px 22px; aspect-ratio: 4 / 3.95; overflow: hidden; background: #e7dbcf; }
.founder-profile-photo-wrap img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 760px) {
  .founder-profile-photo-wrap { margin: -26px -18px 18px; }
}


/* Contact page */
.contact-page { overflow-x: clip; background: var(--paper); }
.contact-hero { position: relative; overflow: hidden; color: #fff; background-color: var(--ink-deep); background-image: radial-gradient(circle at 8% 12%, rgba(233,99,37,.22), transparent 28%), linear-gradient(120deg, transparent 54%, rgba(255,255,255,.035)); }
.contact-hero::before { content: ""; position: absolute; width: 450px; height: 450px; right: -190px; top: -180px; border: 1px solid rgba(245,177,143,.17); border-radius: 50%; box-shadow: 0 0 0 52px rgba(245,177,143,.025), 0 0 0 105px rgba(245,177,143,.018); }
.contact-hero-grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 78px; align-items: center; padding-block: 74px; }
.contact-hero-copy h1 { max-width: 660px; color: #fff; font-size: clamp(54px, 5.5vw, 78px); }
.contact-hero-copy > p { max-width: 570px; margin: 25px 0 31px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.76; }
.contact-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-info-card { min-height: 112px; display: flex; align-items: flex-start; gap: 15px; padding: 19px; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.contact-info-icon { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--orange-pale); background: rgba(245,177,143,.11); }
.contact-info-icon svg { width: 19px; height: 19px; }
.contact-info-card small { display: block; margin-bottom: 7px; color: var(--orange-pale); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-info-card strong { display: block; color: #fff; font-size: 11px; line-height: 1.58; }
.contact-quick-actions { display: flex; gap: 25px; margin-top: 23px; }
.contact-quick-actions a { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.82); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-quick-actions a:hover { color: var(--orange-pale); }
.contact-quick-actions svg { width: 15px; height: 15px; transition: transform .18s ease; }
.contact-quick-actions a:hover svg { transform: translateX(4px); }

.contact-form-shell { position: relative; padding: 36px; color: #27313a; background: var(--cream); box-shadow: 0 36px 90px rgba(0,0,0,.28); }
.contact-form-shell::before { content: ""; position: absolute; left: -16px; top: 32px; bottom: 32px; width: 4px; background: var(--orange); }
.contact-form-heading { margin-bottom: 25px; }
.contact-form-step { display: block; margin-bottom: 12px; color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.contact-form-heading h2 { font-size: clamp(36px, 3.7vw, 49px); line-height: 1.04; letter-spacing: -.035em; }
.contact-form-heading p { max-width: 510px; margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.contact-enquiry-form { position: relative; }
.premium-field { position: relative; display: block; margin-bottom: 16px; }
.premium-field > span, .premium-field > label { display: block; margin-bottom: 8px; color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.premium-field input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid rgba(16,42,67,.15); border-radius: 2px; outline: none; color: var(--ink); background: #fff; font-size: 12px; transition: border-color .18s ease, box-shadow .18s ease; }
.premium-field input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(233,99,37,.09); }
.premium-field.has-error input, .premium-field.has-error .phone-field-wrap { border-color: #b9382f; }
.phone-field-wrap { display: flex; align-items: center; border: 1px solid rgba(16,42,67,.15); background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
.phone-field-wrap:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(233,99,37,.09); }
.phone-field-wrap b { height: 50px; display: grid; place-items: center; padding: 0 14px; border-right: 1px solid rgba(16,42,67,.12); color: var(--ink); font-size: 11px; }
.phone-field-wrap input { border: 0; box-shadow: none !important; }
.field-error { display: block; min-height: 14px; margin-top: 5px; color: #a4342c; font-size: 9px; }
.product-combobox { z-index: 8; }
.product-search-wrap { position: relative; }
.product-search-wrap > svg { position: absolute; z-index: 2; left: 15px; top: 50%; width: 17px; height: 17px; color: #73808a; transform: translateY(-50%); }
.product-search-wrap input { padding-left: 43px; padding-right: 43px; }
.product-toggle { position: absolute; right: 0; top: 0; width: 43px; height: 52px; display: grid; place-items: center; padding: 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.product-toggle svg { width: 16px; height: 16px; transition: transform .18s ease; }
.product-combobox.is-open .product-toggle svg { transform: rotate(180deg); }
.product-options { position: absolute; z-index: 20; left: 0; right: 0; top: calc(100% - 16px); max-height: 248px; overflow-y: auto; padding: 7px; border: 1px solid rgba(16,42,67,.14); background: #fff; box-shadow: 0 22px 48px rgba(7,27,46,.18); }
.product-options button { width: 100%; min-height: 39px; display: flex; align-items: center; padding: 8px 11px; border: 0; border-radius: 2px; color: var(--ink); background: transparent; cursor: pointer; text-align: left; font-size: 11px; }
.product-options button:hover, .product-options button.is-highlighted { color: #fff; background: var(--ink); }
.product-options button[hidden] { display: none; }
.product-no-results { margin: 0; padding: 12px; color: var(--muted); font-size: 10px; }
.contact-submit { width: 100%; min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 4px; padding: 0 20px; border: 0; border-radius: 2px; color: #fff; background: var(--orange); cursor: pointer; text-align: left; transition: transform .18s ease, box-shadow .18s ease; }
.contact-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(233,99,37,.22); }
.contact-submit span { font-size: 11px; font-weight: 900; letter-spacing: .035em; }
.contact-submit small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.68); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.contact-submit svg { width: 20px; height: 20px; }
.contact-form-note { margin: 12px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.contact-form-status { margin: 8px 0 0; min-height: 15px; color: var(--ink); font-size: 9px; font-weight: 700; }

.contact-product-rail { color: #fff; background: var(--ink); }
.contact-product-rail-inner { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 25px; font: 500 17px Georgia, serif; }
.contact-product-rail-inner i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.contact-section-intro { margin-bottom: 34px; }
.contact-assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-assurance-grid article { min-height: 260px; padding: 27px; border: 1px solid var(--line); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.contact-assurance-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.contact-assurance-grid span { color: var(--orange); font: 500 13px Georgia, serif; }
.contact-assurance-grid h3 { margin-top: 48px; font-size: 29px; line-height: 1.08; }
.contact-assurance-grid p { margin: 14px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.contact-map-section { padding: 20px 0 105px; background: #fff; }
.contact-map-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; margin-bottom: 38px; }
.contact-map-heading h2 { font-size: clamp(43px, 4.8vw, 64px); line-height: 1.04; letter-spacing: -.035em; }
.contact-map-address { max-width: 450px; justify-self: end; }
.contact-map-address > span { display: block; margin-bottom: 10px; color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.contact-map-address strong { display: block; color: var(--ink); font-size: 13px; line-height: 1.65; }
.contact-map-address a { display: inline-flex; align-items: center; gap: 9px; margin-top: 15px; color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-map-address a svg { width: 15px; height: 15px; }
.contact-map-frame { position: relative; overflow: hidden; padding: 9px; background: var(--cream); box-shadow: 0 28px 70px rgba(7,27,46,.13); }
.contact-map-frame iframe { display: block; min-height: 520px; filter: saturate(.78) contrast(.98); }
.contact-map-overlay { position: absolute; left: 34px; bottom: 33px; width: min(340px, calc(100% - 68px)); padding: 20px 22px; color: #fff; background: rgba(7,27,46,.91); box-shadow: 0 18px 44px rgba(7,27,46,.24); backdrop-filter: blur(10px); }
.contact-map-overlay span { display: block; color: var(--orange-pale); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.contact-map-overlay strong { display: block; margin-top: 7px; font: 500 22px/1.15 Georgia, serif; }
.contact-map-overlay a { display: inline-block; margin-top: 14px; color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1050px) {
  .contact-hero-grid { grid-template-columns: 1fr; gap: 48px; min-height: auto; }
  .contact-hero-copy { max-width: 760px; }
  .contact-form-shell { max-width: 760px; }
  .contact-map-heading { grid-template-columns: 1fr; gap: 24px; }
  .contact-map-address { justify-self: start; }
}

@media (max-width: 760px) {
  .contact-hero-grid { padding-block: 48px 60px; }
  .contact-hero-copy h1 { font-size: clamp(44px, 13vw, 59px); }
  .contact-hero-copy > p { margin: 19px 0 24px; font-size: 13px; line-height: 1.65; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .contact-quick-actions { flex-wrap: wrap; gap: 18px; }
  .contact-form-shell { padding: 28px 17px; }
  .contact-form-shell::before { left: 0; top: 0; right: 0; bottom: auto; width: auto; height: 4px; }
  .contact-form-heading h2 { font-size: clamp(34px, 10vw, 45px); }
  .contact-product-rail { overflow: hidden; }
  .contact-product-rail-inner { min-width: max-content; justify-content: flex-start; gap: 14px; min-height: 58px; font-size: 14px; }
  .contact-assurance-grid { grid-template-columns: 1fr; }
  .contact-assurance-grid article { min-height: 220px; }
  .contact-assurance-grid h3 { margin-top: 34px; }
  .contact-map-section { padding: 0 0 72px; }
  .contact-map-heading h2 { font-size: clamp(38px, 11vw, 50px); }
  .contact-map-frame { width: 100%; padding: 0; }
  .contact-map-frame iframe { min-height: 480px; }
  .contact-map-overlay { left: 15px; right: 15px; bottom: 15px; width: auto; }
}

/* Simplified light Contact page — approved direction */
.contact-page-simple { background: #fffdf9; }
.contact-page-simple .simple-contact-section {
  position: relative;
  overflow: hidden;
  padding: 86px 0 94px;
  background:
    radial-gradient(circle at 92% 6%, rgba(233,99,37,.09), transparent 28%),
    linear-gradient(180deg, #f7f0e6 0%, #fffdf9 72%);
}
.contact-page-simple .simple-contact-section::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -220px;
  top: 90px;
  border: 1px solid rgba(16,42,67,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(16,42,67,.018), 0 0 0 88px rgba(16,42,67,.012);
}
.simple-contact-heading { position: relative; z-index: 1; max-width: 840px; margin-bottom: 46px; }
.simple-contact-heading h1 { max-width: 820px; font-size: clamp(48px, 5.4vw, 73px); }
.simple-contact-heading > p { max-width: 600px; margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.simple-contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .72fr; gap: 24px; align-items: stretch; }
.simple-form-card,
.simple-details-card { border: 1px solid rgba(16,42,67,.11); background: rgba(255,255,255,.9); box-shadow: 0 24px 65px rgba(7,27,46,.09); backdrop-filter: blur(8px); }
.simple-form-card { padding: 38px; }
.simple-card-heading { margin-bottom: 28px; }
.simple-card-heading > span,
.simple-details-label { display: block; margin-bottom: 10px; color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.simple-card-heading h2,
.simple-details-card h2 { font-size: clamp(34px, 3.3vw, 46px); line-height: 1.05; letter-spacing: -.03em; }
.contact-page-simple .premium-field { margin-bottom: 14px; }
.contact-page-simple .premium-field input { height: 54px; border-radius: 4px; background: #fffdf9; }
.contact-page-simple .phone-field-wrap { border-radius: 4px; background: #fffdf9; }
.contact-page-simple .product-toggle { height: 54px; }
.contact-page-simple .product-options { top: calc(100% - 14px); border-radius: 4px; }
.contact-page-simple .product-options button:hover,
.contact-page-simple .product-options button.is-highlighted { color: #fff; background: var(--orange); }
.simple-contact-submit { min-height: 56px; justify-content: center; margin-top: 6px; border-radius: 4px; color: #fff; background: var(--ink); text-align: center; }
.simple-contact-submit:hover { box-shadow: 0 14px 30px rgba(16,42,67,.18); }
.simple-contact-submit span { font-size: 11px; }
.simple-details-card { align-self: stretch; padding: 38px; background: #fbf7f0; }
.simple-details-card > h2 { max-width: 330px; margin-bottom: 32px; }
.simple-detail-row { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 23px 0; border-top: 1px solid var(--line); }
.simple-detail-row:last-of-type { border-bottom: 1px solid var(--line); }
.simple-detail-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: rgba(233,99,37,.09); }
.simple-detail-icon svg { width: 19px; height: 19px; }
.simple-detail-row small { display: block; margin-bottom: 7px; color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.simple-detail-row strong { display: block; color: var(--ink); font-size: 12px; line-height: 1.62; }
.simple-detail-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.simple-detail-actions a { min-height: 39px; display: inline-flex; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid rgba(16,42,67,.14); border-radius: 99px; color: var(--ink); background: #fff; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.simple-detail-actions a:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
.simple-map-section { padding: 90px 0 105px; background: #fff; }
.simple-map-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 30px; }
.simple-map-heading h2 { font-size: clamp(39px, 4.4vw, 60px); line-height: 1.05; letter-spacing: -.035em; }
.simple-map-heading > a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 17px; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.simple-map-heading > a:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
.simple-map-frame { overflow: hidden; padding: 8px; border: 1px solid rgba(16,42,67,.1); background: var(--cream); box-shadow: 0 24px 60px rgba(7,27,46,.1); }
.simple-map-frame iframe { display: block; min-height: 500px; filter: saturate(.88) contrast(.98); }

@media (max-width: 920px) {
  .simple-contact-grid { grid-template-columns: 1fr; }
  .simple-details-card { max-width: none; }
}

@media (max-width: 760px) {
  .contact-page-simple .simple-contact-section { padding: 58px 0 70px; }
  .simple-contact-heading { margin-bottom: 30px; }
  .simple-contact-heading h1 { font-size: clamp(42px, 12.6vw, 57px); }
  .simple-contact-heading > p { font-size: 13px; line-height: 1.65; }
  .simple-form-card,
  .simple-details-card { padding: 25px 17px; }
  .simple-card-heading h2,
  .simple-details-card h2 { font-size: clamp(32px, 9vw, 42px); }
  .simple-detail-actions { display: grid; grid-template-columns: 1fr; }
  .simple-map-section { padding: 66px 0 74px; }
  .simple-map-heading { display: block; }
  .simple-map-heading h2 { font-size: clamp(36px, 10.5vw, 48px); }
  .simple-map-heading > a { width: 100%; justify-content: center; margin-top: 22px; }
  .simple-map-frame { width: 100%; padding: 0; border-inline: 0; }
  .simple-map-frame iframe { min-height: 440px; }
}


/* Signature light Contact page */
.contact-page-signature { overflow-x: clip; background: #fffdf9; }
.signature-contact {
  position: relative;
  overflow: hidden;
  padding: 88px 0 108px;
  background:
    radial-gradient(circle at 92% 2%, rgba(233,99,37,.10), transparent 26%),
    radial-gradient(circle at 8% 92%, rgba(16,42,67,.055), transparent 28%),
    linear-gradient(180deg, #f8f2e8 0%, #fffdf9 72%);
}
.signature-contact::before {
  content: "";
  position: absolute;
  right: -155px;
  top: 65px;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(233,99,37,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(233,99,37,.025), 0 0 0 88px rgba(233,99,37,.018);
  pointer-events: none;
}
.signature-contact-intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr .62fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 50px;
}
.signature-contact-intro h1 {
  max-width: 780px;
  font-size: clamp(50px, 5.5vw, 76px);
}
.signature-contact-intro > p {
  max-width: 440px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.signature-contact-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 22px;
  align-items: stretch;
}
.signature-details-card,
.signature-form-card {
  border: 1px solid rgba(16,42,67,.10);
  background: rgba(255,255,255,.93);
  box-shadow: 0 30px 74px rgba(7,27,46,.10);
}
.signature-details-card { overflow: hidden; }
.signature-showroom-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #e7ddd0;
}
.signature-showroom-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7,27,46,.72));
}
.signature-showroom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.75,.25,1);
}
.signature-details-card:hover .signature-showroom-image img { transform: scale(1.025); }
.signature-showroom-image > span {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 18px;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.signature-details-body { padding: 31px; }
.signature-card-label {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.signature-details-body > h2 {
  max-width: 360px;
  font-size: clamp(33px, 3.1vw, 44px);
  line-height: 1.06;
  letter-spacing: -.03em;
}
.signature-contact-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.signature-contact-item:first-of-type { margin-top: 26px; }
.signature-contact-item:last-of-type { border-bottom: 1px solid var(--line); }
.signature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(233,99,37,.18);
  border-radius: 50%;
  color: var(--orange);
  background: #fff8f2;
}
.signature-icon svg { width: 18px; height: 18px; }
.signature-contact-item small {
  display: block;
  margin-bottom: 7px;
  color: var(--orange);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.signature-contact-item strong {
  display: block;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.62;
}
.signature-actions {
  display: grid;
  grid-template-columns: 1.2fr .8fr .9fr;
  gap: 8px;
  margin-top: 26px;
}
.signature-action {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid rgba(16,42,67,.14);
  border-radius: 3px;
  color: var(--ink);
  background: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
.signature-action:hover { transform: translateY(-2px); border-color: var(--orange); color: var(--orange); }
.signature-action-primary { color: #fff; border-color: var(--orange); background: var(--orange); }
.signature-action-primary:hover { color: #fff; background: #d95419; }
.signature-action svg { width: 14px; height: 14px; }
.signature-form-card {
  position: relative;
  overflow: visible;
  padding: 42px 44px 36px;
  background:
    linear-gradient(135deg, rgba(233,99,37,.045), transparent 35%),
    rgba(255,255,255,.95);
}
.signature-form-card::after {
  content: "JSW";
  position: absolute;
  right: 22px;
  top: 13px;
  color: rgba(16,42,67,.035);
  font: 700 96px/1 Georgia, serif;
  letter-spacing: -.06em;
  pointer-events: none;
}
.signature-form-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
}
.signature-form-topline span { color: var(--orange); font: 500 14px Georgia, serif; }
.signature-form-topline i { width: 56px; height: 1px; background: rgba(16,42,67,.18); }
.signature-form-topline small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.signature-form-heading { position: relative; z-index: 1; max-width: 670px; }
.signature-form-heading h2 {
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: -.035em;
}
.signature-form-heading > p {
  max-width: 590px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.signature-enquiry-form { position: relative; z-index: 4; margin-top: 30px; }
.signature-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.signature-field { margin-bottom: 15px; }
.signature-field > span,
.signature-field > label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.signature-field input {
  height: 56px;
  border: 1px solid rgba(16,42,67,.14);
  border-radius: 3px;
  color: var(--ink);
  background: #fffdf9;
  font-size: 12px;
}
.signature-field input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(233,99,37,.08);
}
.signature-phone-wrap {
  height: 56px;
  border: 1px solid rgba(16,42,67,.14);
  border-radius: 3px;
  background: #fffdf9;
}
.signature-phone-wrap:focus-within {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(233,99,37,.08);
}
.signature-phone-wrap input { height: 54px; border: 0; box-shadow: none !important; }
.signature-product-search input { padding-left: 43px; }
.signature-product-options {
  z-index: 80;
  top: calc(100% - 14px);
  max-height: 248px;
  border-radius: 3px;
  box-shadow: 0 20px 44px rgba(7,27,46,.16);
}
.signature-product-options button:hover,
.signature-product-options button.is-highlighted { color: #fff; background: var(--orange); }
.signature-submit {
  min-height: 58px;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
  padding: 0 20px;
  border-radius: 3px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 16px 34px rgba(16,42,67,.14);
}
.signature-submit:hover { background: var(--ink-deep); box-shadow: 0 20px 40px rgba(16,42,67,.20); }
.signature-submit span { font-size: 10px; letter-spacing: .06em; }
.signature-form-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 19px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .04em;
}
.signature-form-footer span { display: inline-flex; align-items: center; gap: 7px; }
.signature-form-footer i { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.signature-map-section { padding: 98px 0 112px; background: #fff; }
.signature-map-card {
  overflow: hidden;
  border: 1px solid rgba(16,42,67,.10);
  background: #fffdf9;
  box-shadow: 0 28px 72px rgba(7,27,46,.10);
}
.signature-map-bar {
  display: grid;
  grid-template-columns: 1fr .78fr;
  gap: 60px;
  align-items: end;
  padding: 34px 38px 30px;
  background: linear-gradient(120deg, #fbf6ef, #fffdf9);
}
.signature-map-bar h2 {
  font-size: clamp(38px, 4.1vw, 56px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.signature-map-address { justify-self: end; max-width: 430px; }
.signature-map-address p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.signature-map-address a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  color: var(--ink);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.signature-map-address a:hover { color: var(--orange); }
.signature-map-frame { position: relative; border-top: 1px solid rgba(16,42,67,.08); }
.signature-map-frame iframe {
  display: block;
  min-height: 520px;
  filter: saturate(.88) contrast(.98);
}

@media (max-width: 1050px) {
  .signature-contact-intro { grid-template-columns: 1fr; gap: 18px; }
  .signature-contact-intro > p { max-width: 640px; }
  .signature-contact-layout { grid-template-columns: 1fr; }
  .signature-details-card { display: grid; grid-template-columns: .82fr 1.18fr; }
  .signature-showroom-image { height: 100%; min-height: 500px; }
  .signature-map-bar { grid-template-columns: 1fr; gap: 18px; }
  .signature-map-address { justify-self: start; }
}

@media (max-width: 760px) {
  .signature-contact { padding: 58px 0 74px; }
  .signature-contact-intro { margin-bottom: 30px; }
  .signature-contact-intro h1 { font-size: clamp(42px, 12.8vw, 58px); }
  .signature-contact-intro > p { font-size: 13px; line-height: 1.65; }
  .signature-details-card { display: block; }
  .signature-showroom-image { min-height: 0; height: 220px; }
  .signature-details-body { padding: 25px 17px; }
  .signature-details-body > h2,
  .signature-form-heading h2,
  .signature-map-bar h2 { font-size: clamp(33px, 10vw, 44px); }
  .signature-actions { grid-template-columns: 1fr; }
  .signature-form-card { padding: 30px 17px 26px; }
  .signature-form-card::after { font-size: 66px; }
  .signature-form-topline { margin-bottom: 24px; }
  .signature-field-row { grid-template-columns: 1fr; gap: 0; }
  .signature-form-footer { gap: 11px 15px; }
  .signature-map-section { padding: 68px 0 76px; }
  .signature-map-card { width: 100%; border-inline: 0; }
  .signature-map-bar { padding: 27px 17px 24px; }
  .signature-map-frame iframe { min-height: 440px; }
}

/* Functional contact links */
.inline-phone-link, .topbar-phone-link { color: inherit; text-decoration: none; }
.inline-phone-link:hover, .topbar-phone-link:hover { color: var(--orange-pale); }


/* Premium Send Enquiry button */
.whatsapp-send-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 66px;
  padding: 8px 10px 8px 23px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(125deg, #168f49 0%, #22bd61 55%, #16a052 100%);
  box-shadow: 0 17px 38px rgba(22, 160, 82, .23), inset 0 1px 0 rgba(255,255,255,.22);
  cursor: pointer;
  text-align: left;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.whatsapp-send-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -35%;
  bottom: -35%;
  left: -35%;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  transform: skewX(-22deg) translateX(-230%);
  transition: transform .7s cubic-bezier(.2,.8,.25,1);
}
.whatsapp-send-button::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: -34px;
  top: 50%;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 18px rgba(255,255,255,.045);
}
.whatsapp-send-button:hover {
  transform: translateY(-3px);
  filter: saturate(1.06);
  box-shadow: 0 23px 46px rgba(22, 160, 82, .30), inset 0 1px 0 rgba(255,255,255,.24);
}
.whatsapp-send-button:hover::before { transform: skewX(-22deg) translateX(760%); }
.whatsapp-send-button:active { transform: translateY(-1px) scale(.992); }
.whatsapp-send-copy { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 4px; }
.whatsapp-send-copy small { color: rgba(255,255,255,.72); font-size: 7px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.whatsapp-send-copy strong { color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.whatsapp-send-icon {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 94px;
  height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 5px;
  background: rgba(4, 70, 34, .25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
  transition: transform .22s ease, background .22s ease;
}
.whatsapp-send-button:hover .whatsapp-send-icon { transform: translateX(3px); background: rgba(4, 70, 34, .34); }
.whatsapp-button-logo { width: 26px; height: 26px; fill: currentColor; stroke: none; }
.whatsapp-button-arrow { width: 18px; height: 18px; fill: none; stroke: currentColor; transition: transform .22s ease; }
.whatsapp-send-button:hover .whatsapp-button-arrow { transform: translateX(3px); }
.whatsapp-send-button.is-sending { pointer-events: none; filter: brightness(.96); }
.whatsapp-send-button.is-sending .whatsapp-send-icon { animation: whatsapp-send-pulse .7s ease-in-out infinite alternate; }
.whatsapp-send-button-compact { min-height: 60px; padding-left: 18px; }
.whatsapp-send-button-compact .whatsapp-send-icon { min-width: 82px; height: 44px; }
@keyframes whatsapp-send-pulse {
  from { transform: scale(1); }
  to { transform: scale(1.045); }
}
@media (max-width: 520px) {
  .whatsapp-send-button { min-height: 62px; padding-left: 17px; }
  .whatsapp-send-icon { min-width: 82px; height: 45px; padding-inline: 10px; }
  .whatsapp-send-copy strong { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-send-button::before { display: none; }
  .whatsapp-send-button.is-sending .whatsapp-send-icon { animation: none; }
}


/* ============================================================
   August 07 review refinements
   ============================================================ */

/* Compact, functional footer contact controls */
.footer-contact-quick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 3px;
}
.footer-call-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 6px 11px 6px 8px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.055);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.footer-call-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(255,190,148,.55);
  background: rgba(255,255,255,.09);
  color: #fff;
}
.footer-call-icon {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: var(--ink-deep);
  background: var(--orange-pale);
  font-size: 11px;
}
.footer-call-copy { display: flex; flex-direction: column; gap: 1px; }
.footer-call-copy small {
  color: rgba(255,255,255,.52);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-call-copy strong {
  margin: 0 !important;
  color: #fff !important;
  font: 700 9px/1.2 Arial, Helvetica, sans-serif !important;
  letter-spacing: .035em !important;
  text-transform: none !important;
}
.footer-contact-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 4px;
  color: var(--orange-pale) !important;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-contact-link:hover { color: #fff !important; }

/* Home page typography: stronger hierarchy without changing the brand palette */
.home-page,
.home-page button,
.home-page input,
.home-page textarea {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}
.home-page h1,
.home-page h2,
.home-page h3,
.home-page .hero-stamp strong,
.home-page .footer-note strong,
.home-page .rail-inner,
.home-page .hero-proof strong,
.home-page .collection-number {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}
.home-page .main-nav a {
  font-weight: 700;
  letter-spacing: .015em;
}
.home-page .hero-copy h1 {
  max-width: 650px;
  font-weight: 700;
  font-size: clamp(56px, 5.85vw, 82px);
  line-height: .965;
  letter-spacing: -.043em;
  text-wrap: balance;
  text-shadow: 0 1px 0 rgba(255,255,255,.42);
}
.home-page .hero-copy h1 em {
  font-weight: 600;
  letter-spacing: -.037em;
}
.home-page .hero-copy > p {
  color: #3f4f5d;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.78;
}
.home-page .eyebrow,
.home-page .kicker,
.home-page .rail-label {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
}
.home-page .section-intro h2,
.home-page .process-heading h2,
.home-page .story-copy h2,
.home-page .enquiry-copy h2 {
  font-weight: 700;
  letter-spacing: -.04em;
}
.home-page .collection-content h3 { font-weight: 700; }

/* Infrastructure — more dimensional, visual and process-led */
.infra-hero {
  background-image:
    linear-gradient(115deg, rgba(255,255,255,.20), transparent 42%),
    radial-gradient(circle at 82% 10%, rgba(233,99,37,.09), transparent 28%);
}
.infra-hero-copy h1 {
  text-wrap: balance;
  text-shadow: 0 1px 0 rgba(255,255,255,.55);
}
.infra-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -10px 0 28px;
}
.infra-hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(16,42,67,.12);
  border-radius: 999px;
  color: #52606c;
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(8px);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.infra-hero-visual::before {
  content: "WORKSHOP / PROCESS";
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 0;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--orange-pale);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  transform: translateY(45%);
  box-shadow: 0 12px 30px rgba(7,27,46,.12);
}
.infra-hero-photo-main {
  border-radius: 28px 7px 28px 7px;
  transform: rotate(-.7deg);
  border: 1px solid rgba(255,255,255,.55);
}
.infra-hero-photo-small {
  border-radius: 9px 24px 9px 24px;
  transform: rotate(2.1deg);
}
.infra-hero-photo img { transition: transform 1s cubic-bezier(.2,.75,.25,1), filter .5s ease; }
.infra-hero-visual:hover .infra-hero-photo-main img { transform: scale(1.035); }
.infra-hero-visual:hover .infra-hero-photo-small img { transform: scale(1.055); }

.infra-step-rail { box-shadow: 0 14px 34px rgba(7,27,46,.12); }
.infra-step-rail a { position: relative; }
.infra-step-rail a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 2px;
  background: var(--orange-pale);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}
.infra-step-rail a:hover::after,
.infra-step-rail a.is-current::after { transform: scaleX(1); }
.infra-step-rail a.is-current { color: #fff; background: rgba(255,255,255,.055); }

.infra-process {
  background-color: #fffdf9;
  background-image:
    linear-gradient(rgba(16,42,67,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,42,67,.026) 1px, transparent 1px),
    radial-gradient(circle at 8% 6%, rgba(233,99,37,.075), transparent 23%),
    radial-gradient(circle at 94% 52%, rgba(16,42,67,.055), transparent 27%);
  background-size: 52px 52px, 52px 52px, auto, auto;
}
.infra-process-step {
  perspective: 1000px;
}
.infra-process-step::before {
  width: 14px;
  height: 14px;
  box-shadow: 0 0 0 1px rgba(233,99,37,.35), 0 0 0 8px rgba(233,99,37,.075);
  transition: box-shadow .35s ease, transform .35s ease;
}
.infra-process-step.is-visible::before {
  animation: infra-node-pulse 2.8s ease-in-out infinite;
}
.infra-step-image {
  overflow: visible;
  aspect-ratio: 4/3;
  background: transparent;
  box-shadow: none;
  transform: translateY(24px) rotate(-1deg);
  opacity: .55;
  transition: transform .78s cubic-bezier(.2,.75,.25,1), opacity .6s ease;
}
.infra-process-step:nth-of-type(even) .infra-step-image { transform: translateY(24px) rotate(1deg); }
.infra-process-step.is-visible .infra-step-image { transform: translateY(0) rotate(-.7deg); opacity: 1; }
.infra-process-step:nth-of-type(even).is-visible .infra-step-image { transform: translateY(0) rotate(.7deg); }
.infra-step-image::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 14px -13px -14px 13px;
  border: 1px solid rgba(233,99,37,.28);
  border-radius: 23px 7px 23px 7px;
  background: rgba(233,99,37,.035);
  transition: transform .45s cubic-bezier(.2,.75,.25,1), border-color .35s ease;
}
.infra-process-step:nth-of-type(even) .infra-step-image::before { inset: 14px 13px -14px -13px; }
.infra-step-image::after {
  z-index: 2;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 20px 6px 20px 6px;
  box-shadow: inset 0 -100px 110px rgba(7,27,46,.13);
}
.infra-step-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px 6px 20px 6px;
  object-fit: cover;
  box-shadow: 0 30px 70px rgba(7,27,46,.17);
  clip-path: inset(0 round 20px 6px 20px 6px);
  filter: saturate(.91) contrast(1.03);
  transition: transform .75s cubic-bezier(.2,.75,.25,1), filter .45s ease, box-shadow .45s ease;
}
.infra-process-step:hover .infra-step-image { transform: translateY(-7px) rotate(0deg); }
.infra-process-step:hover .infra-step-image::before { transform: translate(5px,5px); border-color: rgba(233,99,37,.52); }
.infra-process-step:hover .infra-step-image img {
  transform: scale(1.045);
  filter: saturate(1.02) contrast(1.04);
  box-shadow: 0 38px 82px rgba(7,27,46,.22);
}
.infra-step-image > span {
  left: 17px;
  bottom: 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(7,27,46,.78);
  box-shadow: 0 9px 24px rgba(7,27,46,.16);
}
.infra-step-content {
  position: relative;
  padding: 22px 0;
}
.infra-step-content::before {
  content: attr(data-stage);
  position: absolute;
  top: -18px;
  right: 0;
  color: rgba(16,42,67,.035);
  font: 700 92px/1 Georgia, serif;
  pointer-events: none;
}
.infra-step-number strong {
  color: rgba(16,42,67,.13);
  font-size: 68px;
}
.infra-step-content h3 {
  position: relative;
  font-weight: 600;
}
.infra-step-content h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 13px;
  border-radius: 99px;
  background: var(--orange);
}
.infra-step-content > p {
  margin-bottom: 17px;
  font-size: 13.5px;
}
.infra-step-extra {
  max-width: 390px;
  margin: 0 0 23px;
  padding: 14px 16px;
  border-left: 3px solid var(--orange);
  border-radius: 0 8px 8px 0;
  background: rgba(16,42,67,.035);
}
.infra-step-extra span {
  display: block;
  margin-bottom: 5px;
  color: var(--orange);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.infra-step-extra p {
  margin: 0;
  color: #596773;
  font-size: 11.5px;
  line-height: 1.65;
}
.infra-process-step.is-final .infra-step-image::before { border-color: rgba(255,190,148,.3); background: rgba(255,255,255,.03); }
.infra-process-step.is-final .infra-step-image img {
  border-radius: 20px 6px 20px 6px;
  box-shadow: none;
}
.infra-process-step.is-final .infra-step-extra { background: rgba(255,255,255,.065); }
.infra-process-step.is-final .infra-step-extra p { color: rgba(255,255,255,.66); }

@keyframes infra-node-pulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(233,99,37,.35), 0 0 0 7px rgba(233,99,37,.055); }
  50% { box-shadow: 0 0 0 1px rgba(233,99,37,.52), 0 0 0 13px rgba(233,99,37,.02); }
}

@media (max-width: 760px) {
  .home-page .hero-copy h1 { font-size: clamp(45px, 13.6vw, 61px); line-height: .98; }
  .home-page .hero-copy > p { font-size: 13.5px; }
  .footer-contact-quick { align-items: flex-start; flex-direction: column; }
  .infra-hero-badges { margin-bottom: 22px; }
  .infra-hero-badges span { min-height: 28px; font-size: 6.5px; }
  .infra-hero-photo-main { transform: rotate(-.3deg); border-radius: 20px 6px 20px 6px; }
  .infra-step-image,
  .infra-process-step:nth-of-type(even) .infra-step-image,
  .infra-process-step.is-visible .infra-step-image,
  .infra-process-step:nth-of-type(even).is-visible .infra-step-image { transform: none; }
  .infra-process-step:hover .infra-step-image { transform: translateY(-4px); }
  .infra-step-image::before { inset: 10px -8px -10px 8px; }
  .infra-process-step:nth-of-type(even) .infra-step-image::before { inset: 10px -8px -10px 8px; }
  .infra-step-extra { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  .infra-process-step.is-visible::before { animation: none; }
}


/* === 2026-08-07: Smooth Home ticker + stable Infrastructure motion === */
.home-page .topbar-marquee {
  position: relative;
  overflow: hidden;
  color: rgba(255,255,255,.86);
  background: #071b2e;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.home-page .topbar-marquee-viewport { width: 100%; overflow: hidden; }
.home-page .topbar-marquee-track {
  display: flex;
  width: max-content;
  transform: translate3d(0,0,0);
  will-change: transform;
  animation: sankalp-ticker-scroll 34s linear infinite;
}
.home-page .topbar-marquee-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  white-space: nowrap;
}
.home-page .topbar-ticker-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 30px 0 43px;
  border-right: 1px solid rgba(255,255,255,.10);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-page .topbar-ticker-item::before {
  content: "";
  position: absolute;
  left: 26px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(233,99,37,.12);
}
.home-page .topbar-ticker-item strong {
  margin-right: 5px;
  color: #ffc7a8;
  font-weight: 800;
}
.home-page .topbar-ticker-link { transition: color .2s ease, background .2s ease; }
.home-page .topbar-ticker-link:hover { color: #fff; background: rgba(255,255,255,.055); }
.home-page .topbar-marquee:hover .topbar-marquee-track { animation-play-state: paused; }
@keyframes sankalp-ticker-scroll {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}

/* Keep Infrastructure content paint-safe: JS enhances it, but never controls visibility. */
.infra-process-step {
  opacity: 1 !important;
  transform: none !important;
  transition: none;
  contain: layout paint;
}
.infra-step-image {
  opacity: .90;
  transform: translate3d(0,16px,0) rotate(-.45deg);
  transition: transform .62s cubic-bezier(.2,.75,.25,1), opacity .5s ease;
  will-change: auto;
}
.infra-process-step:nth-of-type(even) .infra-step-image {
  transform: translate3d(0,16px,0) rotate(.45deg);
}
.infra-process-step.is-visible .infra-step-image,
.infra-process-step:nth-of-type(even).is-visible .infra-step-image {
  opacity: 1;
  transform: translate3d(0,0,0) rotate(0deg);
}
.infra-step-content {
  opacity: .92;
  transform: translate3d(0,12px,0);
  transition: transform .56s .05s cubic-bezier(.2,.75,.25,1), opacity .45s .05s ease;
}
.infra-process-step.is-visible .infra-step-content {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.infra-process-step.is-visible::before { animation: none !important; }
.infra-line i {
  will-change: auto;
  transition: transform .48s cubic-bezier(.2,.75,.25,1);
}
/* Reveal blocks remain visible by default; observer only adds a subtle entrance when it fires. */
[data-reveal]:not(.infra-process-step) {
  opacity: 1;
  transform: none;
}
[data-reveal].is-visible:not(.infra-process-step) {
  animation: infra-safe-rise .52s cubic-bezier(.2,.75,.25,1) both;
}
@keyframes infra-safe-rise {
  from { opacity: .72; transform: translate3d(0,18px,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}

@media (hover: hover) and (pointer: fine) {
  .infra-process-step:hover .infra-step-image {
    transform: translate3d(0,-5px,0) rotate(0deg);
  }
}

@media (max-width: 760px) {
  .home-page .topbar-marquee-track { animation-duration: 28s; }
  .home-page .topbar-ticker-item {
    min-height: 31px;
    padding: 0 22px 0 34px;
    font-size: 7.5px;
    letter-spacing: .065em;
  }
  .home-page .topbar-ticker-item::before { left: 19px; width: 5px; height: 5px; box-shadow: 0 0 0 3px rgba(233,99,37,.12); }
  .infra-process-step { contain: layout; }
  .infra-step-image,
  .infra-process-step:nth-of-type(even) .infra-step-image,
  .infra-process-step.is-visible .infra-step-image,
  .infra-process-step:nth-of-type(even).is-visible .infra-step-image {
    transform: none !important;
    opacity: 1;
  }
  .infra-step-content,
  .infra-process-step.is-visible .infra-step-content {
    transform: none;
    opacity: 1;
  }
  .infra-step-image img { transition-duration: .35s; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .topbar-marquee-viewport { overflow-x: auto; scrollbar-width: none; }
  .home-page .topbar-marquee-track { animation: none !important; }
  .home-page .topbar-marquee-group[aria-hidden="true"] { display: none; }
  .infra-step-image, .infra-step-content, .infra-line i { transition: none !important; }
  [data-reveal].is-visible:not(.infra-process-step) { animation: none !important; }
}

/* === 2026-08-07: Simplified Home information ticker === */
.home-page .topbar-marquee {
  color: #53606b;
  background: #f6f2ec;
  border-bottom: 1px solid #e4ddd4;
}
.home-page .topbar-marquee-track {
  animation-duration: 42s;
}
.home-page .topbar-ticker-item {
  min-height: 29px;
  padding: 0 24px;
  border-right: 1px solid #ded7cf;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .045em;
  text-transform: none;
}
.home-page .topbar-ticker-item::before {
  display: none;
}
.home-page .topbar-ticker-item strong {
  margin-right: 4px;
  color: #102a43;
  font-weight: 700;
}
.home-page .topbar-ticker-link {
  color: #334b5f;
  background: transparent;
}
.home-page .topbar-ticker-link:hover {
  color: #d85d25;
  background: transparent;
}
@media (max-width: 760px) {
  .home-page .topbar-ticker-item {
    min-height: 28px;
    padding-inline: 18px;
    font-size: 8px;
    letter-spacing: .025em;
  }
}


/* === 2026-08-08: Site-wide blue ticker, contact dock refresh, simpler About/Contact headers === */
body .site-wide-ticker {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #102a43;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
body .site-wide-ticker .topbar-marquee-viewport { width: 100%; overflow: hidden; }
body .site-wide-ticker .topbar-marquee-track {
  display: flex;
  width: max-content;
  transform: translate3d(0,0,0);
  will-change: transform;
  animation: sankalp-ticker-scroll 42s linear infinite;
}
body .site-wide-ticker .topbar-marquee-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  white-space: nowrap;
}
body .site-wide-ticker .topbar-ticker-item {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 24px;
  border-right: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .035em;
  text-transform: none;
}
body .site-wide-ticker .topbar-ticker-item::before { display: none; }
body .site-wide-ticker .topbar-ticker-item strong { margin-right: 4px; color: #fff; font-weight: 800; }
body .site-wide-ticker .topbar-ticker-link { color: #fff; background: transparent; }
body .site-wide-ticker .topbar-ticker-link:hover { color: #fff; background: rgba(255,255,255,.08); }
body .site-wide-ticker:hover .topbar-marquee-track { animation-play-state: paused; }

/* Floating quick actions: cleaner card-style buttons. */
body .contact-dock { right: 18px; bottom: 18px; gap: 8px; }
body .contact-dock-item,
.products-page .contact-dock-item {
  width: 138px;
  min-width: 138px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 13px;
  border: 1px solid rgba(16,42,67,.12);
  box-shadow: 0 12px 30px rgba(7,27,46,.14);
  font-size: 8.5px;
  letter-spacing: .055em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
body .contact-dock-item:hover,
body .contact-dock-item:focus-visible { transform: translateX(-3px); box-shadow: 0 16px 34px rgba(7,27,46,.20); }
body .contact-dock-location { color: #fff; background: #102a43; border-color: #102a43; }
body .contact-dock-call { color: #102a43; background: #f7f0e6; border-color: #d8cbb9; }
body .contact-dock-whatsapp { color: #fff; background: #25d366; border-color: #25d366; }
body .contact-dock-item svg { width: 21px; height: 21px; }
body .contact-dock-whatsapp svg { width: 23px; height: 23px; }

/* About: simple heading + one sleek owner photograph in the first section. */
.about-page .about-hero { background: linear-gradient(180deg,#f7f0e6 0%,#fffdf9 100%); }
.about-page .about-hero::before,
.about-page .about-hero::after { display: none; }
.about-page .about-hero-grid {
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  min-height: auto;
  padding-block: 64px 72px;
}
.about-page .about-hero-copy h1 {
  margin: 0;
  color: #102a43;
  font-size: clamp(42px,4.5vw,60px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.about-page .about-hero-copy > p { margin-top: 18px; }
.about-page .about-hero-visual {
  min-height: 520px;
  padding: 0;
}
.about-page .about-hero-photo-main {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  box-shadow: 0 22px 54px rgba(7,27,46,.14);
}
.about-page .about-hero-photo-main img { object-position: center; }
.about-page .about-hero-photo-secondary,
.about-page .about-orbit-tag { display: none !important; }

/* Contact: remove the oversized slogan treatment and use a direct page heading. */
.contact-page .signature-contact { padding-top: 64px; }
.contact-page .signature-contact-intro {
  display: block;
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}
.contact-page .signature-contact-intro h1 {
  max-width: none;
  margin: 0;
  color: #102a43;
  font-size: clamp(42px,4.5vw,58px);
  line-height: 1.04;
  letter-spacing: -.035em;
}
.contact-page .signature-contact-intro > p {
  max-width: 620px;
  margin: 14px auto 0;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 760px) {
  body .site-wide-ticker .topbar-marquee-track { animation-duration: 34s; }
  body .site-wide-ticker .topbar-ticker-item { min-height: 29px; padding-inline: 18px; font-size: 8px; letter-spacing: .02em; }
  body .contact-dock { right: 12px; bottom: 12px; gap: 7px; }
  body .contact-dock-item,
  .products-page .contact-dock-item {
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    padding: 0;
    justify-content: center;
    border-radius: 14px;
  }
  body .contact-dock-item span { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
  .about-page .about-hero-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 42px 54px; }
  .about-page .about-hero-copy h1 { font-size: clamp(38px,11vw,48px); }
  .about-page .about-hero-visual { min-height: 410px; }
  .about-page .about-hero-photo-main { inset: 0; border-radius: 9px; }
  .contact-page .signature-contact { padding-top: 44px; }
  .contact-page .signature-contact-intro { margin-bottom: 30px; text-align: left; }
  .contact-page .signature-contact-intro h1 { font-size: clamp(38px,11vw,48px); }
  .contact-page .signature-contact-intro > p { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  body .site-wide-ticker .topbar-marquee-viewport { overflow-x: auto; scrollbar-width: none; }
  body .site-wide-ticker .topbar-marquee-track { animation: none !important; }
  body .site-wide-ticker .topbar-marquee-group[aria-hidden="true"] { display: none; }
}


/* === 2026-08-08: Exact uploaded branding + final ticker consistency === */
/* Force the Home ticker to match every other page, overriding older Home-only rules. */
html body .site-wide-ticker,
html body.home-page .site-wide-ticker,
html body.home-page .topbar-marquee.site-wide-ticker {
  background: #102a43 !important;
  color: #ffffff !important;
  border-bottom-color: rgba(255,255,255,.16) !important;
}
html body .site-wide-ticker .topbar-ticker-item,
html body.home-page .site-wide-ticker .topbar-ticker-item {
  min-height: 34px;
  padding-inline: 27px;
  color: #ffffff !important;
  border-right-color: rgba(255,255,255,.18) !important;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .025em;
}
html body .site-wide-ticker .topbar-ticker-item strong,
html body .site-wide-ticker .topbar-ticker-link,
html body.home-page .site-wide-ticker .topbar-ticker-item strong,
html body.home-page .site-wide-ticker .topbar-ticker-link {
  color: #ffffff !important;
}
html body .site-wide-ticker .topbar-ticker-link:hover {
  color: #ffffff !important;
  background: rgba(255,255,255,.09) !important;
}

/* Exact uploaded JSW + SANKALP artwork. Only the empty white canvas was trimmed
   for clean placement; the artwork itself is not redrawn or recolored. */
.site-header .header-inner { min-height: 86px; }
html body .brand-image-lockup {
  flex-direction: row;
  align-items: center;
  gap: 11px;
}
html body .brand-image-lockup .brand-logo-mark {
  width: 54px !important;
  height: 54px !important;
  flex: 0 0 54px !important;
  object-fit: contain;
}
html body .brand-image-lockup .brand-sankalp-wordmark {
  width: 194px !important;
  height: auto !important;
  object-fit: contain;
}
html body .wordmark-footer.brand-image-lockup .brand-logo-mark {
  width: 60px !important;
  height: 60px !important;
  flex-basis: 60px !important;
}
html body .wordmark-footer.brand-image-lockup .brand-sankalp-wordmark {
  width: 220px !important;
}

@media (max-width: 760px) {
  html body .site-wide-ticker .topbar-ticker-item,
  html body.home-page .site-wide-ticker .topbar-ticker-item {
    min-height: 31px;
    padding-inline: 21px;
    font-size: 9.5px;
    letter-spacing: .018em;
  }
  .site-header .header-inner { min-height: 76px; }
  html body .brand-image-lockup { gap: 8px; min-width: 0; }
  html body .brand-image-lockup .brand-logo-mark {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
  }
  html body .brand-image-lockup .brand-sankalp-wordmark {
    width: 160px !important;
  }
  html body .wordmark-footer.brand-image-lockup .brand-logo-mark {
    width: 50px !important;
    height: 50px !important;
    flex-basis: 50px !important;
  }
  html body .wordmark-footer.brand-image-lockup .brand-sankalp-wordmark {
    width: 178px !important;
  }
}


/* === 2026-08-08: User exact logo/wordmark + cache-proof Home ticker === */
/* The PNG files are the user's exact uploads. We do not redraw, recolor or alter
   the artwork. object-fit:cover only hides the large blank white canvas around it. */
html body .site-wide-ticker,
html body.home-page .site-wide-ticker,
html body.home-page .topbar-marquee.site-wide-ticker {
  background-color: #102a43 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255,255,255,.16) !important;
}
html body .site-wide-ticker .topbar-ticker-item,
html body.home-page .site-wide-ticker .topbar-ticker-item {
  min-height: 38px !important;
  padding-inline: 30px !important;
  color: #ffffff !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: .015em !important;
  border-right-color: rgba(255,255,255,.18) !important;
}
html body .site-wide-ticker .topbar-ticker-item strong,
html body .site-wide-ticker .topbar-ticker-link,
html body.home-page .site-wide-ticker .topbar-ticker-item strong,
html body.home-page .site-wide-ticker .topbar-ticker-link {
  color: #ffffff !important;
}

.site-header .header-inner { min-height: 96px !important; }
html body .brand-image-lockup {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 13px !important;
  min-width: 0 !important;
  overflow: visible !important;
}
html body .brand-image-lockup .brand-logo-mark {
  width: 66px !important;
  height: 66px !important;
  flex: 0 0 66px !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #fff !important;
}
html body .brand-image-lockup .brand-sankalp-wordmark {
  width: 260px !important;
  height: 88px !important;
  flex: 0 0 260px !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #fff !important;
}
html body .wordmark-footer.brand-image-lockup .brand-logo-mark {
  width: 72px !important;
  height: 72px !important;
  flex-basis: 72px !important;
}
html body .wordmark-footer.brand-image-lockup .brand-sankalp-wordmark {
  width: 280px !important;
  height: 95px !important;
  flex-basis: 280px !important;
}

@media (max-width: 980px) {
  html body .brand-image-lockup .brand-sankalp-wordmark {
    width: 225px !important;
    height: 76px !important;
    flex-basis: 225px !important;
  }
  html body .brand-image-lockup .brand-logo-mark {
    width: 58px !important;
    height: 58px !important;
    flex-basis: 58px !important;
  }
}
@media (max-width: 760px) {
  html body .site-wide-ticker .topbar-ticker-item,
  html body.home-page .site-wide-ticker .topbar-ticker-item {
    min-height: 34px !important;
    padding-inline: 22px !important;
    font-size: 10.5px !important;
  }
  .site-header .header-inner { min-height: 82px !important; }
  html body .brand-image-lockup { gap: 8px !important; }
  html body .brand-image-lockup .brand-logo-mark {
    width: 50px !important;
    height: 50px !important;
    flex-basis: 50px !important;
  }
  html body .brand-image-lockup .brand-sankalp-wordmark {
    width: 190px !important;
    height: 64px !important;
    flex-basis: 190px !important;
  }
  html body .wordmark-footer.brand-image-lockup .brand-logo-mark {
    width: 56px !important;
    height: 56px !important;
    flex-basis: 56px !important;
  }
  html body .wordmark-footer.brand-image-lockup .brand-sankalp-wordmark {
    width: 205px !important;
    height: 69px !important;
    flex-basis: 205px !important;
  }
}
@media (max-width: 430px) {
  html body .brand-image-lockup .brand-logo-mark {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
  }
  html body .brand-image-lockup .brand-sankalp-wordmark {
    width: 166px !important;
    height: 56px !important;
    flex-basis: 166px !important;
  }
}


/* === 2026-08-08: Transparent exact branding + premium shared footer === */
/* Transparent PNGs are derived from the exact uploaded artwork by removing only neutral white canvas. */
.site-header { background: rgba(255,255,255,.97); }
.site-header .header-inner { min-height: 108px !important; }
html body .brand-image-lockup {
  display:inline-flex !important; align-items:center !important; flex-direction:row !important;
  gap:14px !important; min-width:0 !important; overflow:visible !important;
}
html body .brand-image-lockup .brand-logo-mark,
html body .brand-image-lockup .brand-sankalp-wordmark {
  display:block !important; object-fit:contain !important; background:transparent !important;
  border:0 !important; box-shadow:none !important; padding:0 !important;
}
html body .site-header .brand-image-lockup .brand-logo-mark {
  width:80px !important; height:80px !important; flex:0 0 80px !important;
}
html body .site-header .brand-image-lockup .brand-sankalp-wordmark {
  width:286px !important; height:auto !important; flex:0 0 286px !important;
}

/* Premium footer */
.site-footer.premium-footer {
  position:relative; overflow:hidden; padding:0 0 24px; color:rgba(255,255,255,.72);
  background:linear-gradient(135deg,#061727 0%,#0a2439 54%,#071b2e 100%);
  border-top:1px solid rgba(255,255,255,.08);
}
.premium-footer::before { content:""; position:absolute; inset:0 0 auto; height:3px; background:linear-gradient(90deg,#e96325,#ffab73 48%,#e96325); }
.footer-glow { position:absolute; width:520px; height:520px; right:-240px; top:80px; border-radius:50%; background:radial-gradient(circle,rgba(233,99,37,.12),transparent 68%); pointer-events:none; }
.footer-cta-band {
  position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:30px;
  margin-top:44px; margin-bottom:38px; padding:25px 28px; border:1px solid rgba(255,255,255,.12);
  border-radius:20px; background:linear-gradient(120deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow:0 20px 55px rgba(0,0,0,.18); backdrop-filter:blur(8px);
}
.footer-cta-copy { display:flex; flex-direction:column; gap:7px; }
.footer-cta-copy span { color:#ffb287; font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.footer-cta-copy strong { max-width:650px; color:#fff; font:600 23px/1.3 Manrope,Arial,sans-serif; letter-spacing:-.025em; }
.footer-cta-actions { display:flex; gap:10px; flex:0 0 auto; }
.footer-cta-whatsapp,.footer-cta-contact { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:48px; padding:0 18px; border-radius:12px; font-size:11px; font-weight:800; transition:transform .2s ease,background .2s ease,border-color .2s ease; }
.footer-cta-whatsapp { color:#fff; background:#22b95b; box-shadow:0 12px 28px rgba(34,185,91,.18); }
.footer-cta-whatsapp svg { width:18px; height:18px; fill:currentColor; }
.footer-cta-contact { color:#fff; border:1px solid rgba(255,255,255,.22); background:rgba(255,255,255,.055); }
.footer-cta-whatsapp:hover,.footer-cta-contact:hover { transform:translateY(-2px); }
.premium-footer-main { position:relative; z-index:1; display:grid; grid-template-columns:1.45fr .7fr 1.05fr .8fr; gap:38px; align-items:start; }
.premium-footer-identity { padding-right:14px; }
html body .wordmark-footer.brand-image-lockup { gap:15px !important; }
html body .wordmark-footer.brand-image-lockup .brand-logo-mark { width:88px !important; height:88px !important; flex:0 0 88px !important; }
html body .wordmark-footer.brand-image-lockup .brand-sankalp-wordmark { width:300px !important; height:auto !important; flex:0 0 300px !important; }
.premium-footer-identity p { max-width:390px; margin:18px 0 14px; color:rgba(255,255,255,.68); font-size:12px; line-height:1.75; }
.footer-maker-line { display:flex; align-items:center; gap:10px; color:rgba(255,255,255,.48); font-size:9px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.footer-maker-line i { width:24px; height:1px; background:#e96325; }
.premium-footer-links { gap:0; padding-top:7px; }
.premium-footer-links strong,.premium-footer-visit>strong { margin-bottom:16px; color:#ffb287; font-size:9px; letter-spacing:.16em; }
.premium-footer-links a { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:9px 0; color:rgba(255,255,255,.74); border-bottom:1px solid rgba(255,255,255,.075); font-size:11px; }
.premium-footer-links a span { color:#e96325; opacity:.8; transition:transform .2s ease; }
.premium-footer-links a:hover { color:#fff; }
.premium-footer-links a:hover span { transform:translate(2px,-2px); }
.premium-footer-visit { display:flex; flex-direction:column; }
.footer-address { color:rgba(255,255,255,.72); font-size:11px; line-height:1.7; }
.footer-action-stack { display:grid; grid-template-columns:1fr; gap:9px; margin-top:17px; }
.premium-footer-action { display:flex; align-items:center; gap:11px; padding:11px 12px; border:1px solid rgba(255,255,255,.105); border-radius:12px; background:rgba(255,255,255,.04); color:#fff; transition:background .2s ease,border-color .2s ease,transform .2s ease; }
.premium-footer-action:hover { transform:translateY(-1px); background:rgba(255,255,255,.075); border-color:rgba(233,99,37,.42); }
.premium-footer-action b { display:grid; place-items:center; width:31px; height:31px; flex:0 0 31px; border-radius:9px; background:rgba(233,99,37,.15); color:#ffb287; font-size:14px; }
.premium-footer-action>span { display:flex; flex-direction:column; gap:1px; color:#fff; font-size:10px; font-weight:800; }
.premium-footer-action small { color:rgba(255,255,255,.48); font-size:7px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.premium-footer-note { min-height:190px; padding:20px; border-radius:16px; border:1px solid rgba(255,255,255,.09); background:linear-gradient(160deg,rgba(233,99,37,.09),rgba(255,255,255,.025)); }
.premium-footer-note>span { color:#ffb287; }
.premium-footer-note strong { margin-top:12px; color:#fff; font:600 30px/1.02 "Playfair Display",Georgia,serif; }
.premium-footer-note em { color:#ff9b67; }
.premium-footer-note p { margin:14px 0 0; color:rgba(255,255,255,.52); font-size:10px; line-height:1.6; }
.premium-footer-bottom { position:relative; z-index:1; display:flex; justify-content:space-between; gap:20px; margin-top:35px; padding-top:18px; border-top:1px solid rgba(255,255,255,.095); color:rgba(255,255,255,.43); font-size:8.5px; letter-spacing:.07em; }

@media (max-width:1100px) {
  html body .site-header .brand-image-lockup .brand-logo-mark { width:70px !important; height:70px !important; flex-basis:70px !important; }
  html body .site-header .brand-image-lockup .brand-sankalp-wordmark { width:245px !important; flex-basis:245px !important; }
  .premium-footer-main { grid-template-columns:1.35fr .7fr 1fr; }
  .premium-footer-note { display:none; }
}
@media (max-width:900px) {
  .footer-cta-band { align-items:flex-start; flex-direction:column; }
  .premium-footer-main { grid-template-columns:1fr 1fr; }
  .premium-footer-identity { grid-column:1/-1; }
  html body .wordmark-footer.brand-image-lockup .brand-logo-mark { width:78px !important; height:78px !important; flex-basis:78px !important; }
  html body .wordmark-footer.brand-image-lockup .brand-sankalp-wordmark { width:270px !important; flex-basis:270px !important; }
}
@media (max-width:760px) {
  .site-header .header-inner { min-height:82px !important; }
  html body .site-header .brand-image-lockup { gap:8px !important; }
  html body .site-header .brand-image-lockup .brand-logo-mark { width:50px !important; height:50px !important; flex-basis:50px !important; }
  html body .site-header .brand-image-lockup .brand-sankalp-wordmark { width:172px !important; flex-basis:172px !important; }
  .site-footer.premium-footer { padding-bottom:20px; }
  .footer-cta-band { margin-top:32px; padding:20px; border-radius:16px; }
  .footer-cta-copy strong { font-size:19px; }
  .footer-cta-actions { width:100%; }
  .footer-cta-whatsapp,.footer-cta-contact { flex:1; padding-inline:12px; }
  .premium-footer-main { grid-template-columns:1fr; gap:28px; }
  .premium-footer-identity { grid-column:auto; }
  html body .wordmark-footer.brand-image-lockup .brand-logo-mark { width:66px !important; height:66px !important; flex-basis:66px !important; }
  html body .wordmark-footer.brand-image-lockup .brand-sankalp-wordmark { width:225px !important; flex-basis:225px !important; }
  .premium-footer-bottom { display:block; }
  .premium-footer-bottom span { display:block; margin-top:5px; }
}
@media (max-width:430px) {
  html body .site-header .brand-image-lockup .brand-logo-mark { width:46px !important; height:46px !important; flex-basis:46px !important; }
  html body .site-header .brand-image-lockup .brand-sankalp-wordmark { width:150px !important; flex-basis:150px !important; }
  .footer-cta-actions { flex-direction:column; }
  html body .wordmark-footer.brand-image-lockup .brand-logo-mark { width:58px !important; height:58px !important; flex-basis:58px !important; }
  html body .wordmark-footer.brand-image-lockup .brand-sankalp-wordmark { width:195px !important; flex-basis:195px !important; }
}


/* === 2026-08-08: Compact header + sleek footer === */
/* Keep exact transparent brand artwork; only presentation size/spacing changes. */
.site-header .header-inner { min-height: 86px !important; }
html body .site-header .brand-image-lockup { gap: 10px !important; }
html body .site-header .brand-image-lockup .brand-logo-mark {
  width: 62px !important; height: 62px !important; flex: 0 0 62px !important;
}
html body .site-header .brand-image-lockup .brand-sankalp-wordmark {
  width: 218px !important; height: auto !important; flex: 0 0 218px !important;
}
.site-header .main-nav { gap: 26px; }
.site-header .header-enquiry { min-height: 44px; padding: 0 17px; }

.site-footer.sleek-footer {
  position: relative; overflow: hidden; padding: 34px 0 14px;
  background: #071b2e; color: rgba(255,255,255,.70);
  border-top: 2px solid rgba(233,99,37,.78);
}
.sleek-footer-main {
  display: grid; grid-template-columns: 1.45fr .85fr 1fr;
  align-items: center; gap: 34px;
}
.sleek-footer-brand { min-width: 0; }
html body .sleek-footer .wordmark-footer.brand-image-lockup { gap: 9px !important; }
html body .sleek-footer .wordmark-footer.brand-image-lockup .brand-logo-mark {
  width: 48px !important; height: 48px !important; flex: 0 0 48px !important;
}
html body .sleek-footer .wordmark-footer.brand-image-lockup .brand-sankalp-wordmark {
  width: 166px !important; height: auto !important; flex: 0 0 166px !important;
}
.sleek-footer-brand p {
  max-width: 360px; margin: 11px 0 0; font-size: 10.5px; line-height: 1.65;
  color: rgba(255,255,255,.52);
}
.sleek-footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.sleek-footer-nav a {
  color: rgba(255,255,255,.72); font-size: 10.5px; font-weight: 600;
  transition: color .2s ease;
}
.sleek-footer-nav a:hover { color: #fff; }
.sleek-footer-contact { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.sleek-footer-link {
  display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 0 11px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 10px;
  background: rgba(255,255,255,.035); color: rgba(255,255,255,.82);
  font-size: 9px; font-weight: 700; white-space: nowrap;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.sleek-footer-link:hover { border-color: rgba(233,99,37,.52); background: rgba(255,255,255,.065); color: #fff; }
.sleek-footer-wa { color: #baf1ce; }
.sleek-footer-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  margin-top: 22px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.085);
  color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: .04em;
}

@media (max-width: 1100px) {
  .site-header .header-inner { min-height: 82px !important; }
  html body .site-header .brand-image-lockup .brand-logo-mark { width: 56px !important; height: 56px !important; flex-basis: 56px !important; }
  html body .site-header .brand-image-lockup .brand-sankalp-wordmark { width: 196px !important; flex-basis: 196px !important; }
  .sleek-footer-main { grid-template-columns: 1.35fr .8fr 1fr; gap: 24px; }
}
@media (max-width: 900px) {
  .site-header .header-inner { min-height: 78px !important; }
  html body .site-header .brand-image-lockup .brand-logo-mark { width: 50px !important; height: 50px !important; flex-basis: 50px !important; }
  html body .site-header .brand-image-lockup .brand-sankalp-wordmark { width: 176px !important; flex-basis: 176px !important; }
  .sleek-footer-main { grid-template-columns: 1fr 1fr; align-items: start; }
  .sleek-footer-brand { grid-column: 1 / -1; }
  .sleek-footer-contact { justify-content: flex-start; }
}
@media (max-width: 760px) {
  .site-header .header-inner { min-height: 70px !important; }
  html body .site-header .brand-image-lockup { gap: 7px !important; }
  html body .site-header .brand-image-lockup .brand-logo-mark { width: 42px !important; height: 42px !important; flex-basis: 42px !important; }
  html body .site-header .brand-image-lockup .brand-sankalp-wordmark { width: 145px !important; flex-basis: 145px !important; }
  .site-footer.sleek-footer { padding: 28px 0 13px; }
  .sleek-footer-main { grid-template-columns: 1fr; gap: 20px; }
  .sleek-footer-brand { grid-column: auto; }
  .sleek-footer-nav { display: flex; flex-wrap: wrap; gap: 10px 18px; }
  .sleek-footer-contact { justify-content: flex-start; }
  .sleek-footer-bottom { display: block; margin-top: 18px; }
  .sleek-footer-bottom span { display: block; }
  .sleek-footer-bottom span + span { margin-top: 4px; }
}
@media (max-width: 430px) {
  .site-header .header-inner { min-height: 66px !important; }
  html body .site-header .brand-image-lockup .brand-logo-mark { width: 38px !important; height: 38px !important; flex-basis: 38px !important; }
  html body .site-header .brand-image-lockup .brand-sankalp-wordmark { width: 132px !important; flex-basis: 132px !important; }
  html body .sleek-footer .wordmark-footer.brand-image-lockup .brand-logo-mark { width: 42px !important; height: 42px !important; flex-basis: 42px !important; }
  html body .sleek-footer .wordmark-footer.brand-image-lockup .brand-sankalp-wordmark { width: 145px !important; flex-basis: 145px !important; }
  .sleek-footer-link { min-height: 34px; padding-inline: 9px; }
}


/* === 2026-08-09: Client revision — static ribbon, larger header, hero proof, full footer === */
.client-ribbon {
  position: sticky;
  top: 0;
  z-index: 70;
  background: #071b2e;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.client-ribbon-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.client-ribbon-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
  color: rgba(255,255,255,.78);
}
.client-ribbon-phone strong { color: #fff; font-weight: 800; }
.client-ribbon-phone svg { width: 15px; height: 15px; }
.client-ribbon-address {
  min-width: 0;
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: rgba(255,255,255,.76);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .015em;
  text-align: center;
}
.client-ribbon-address svg { width: 14px; height: 14px; flex: 0 0 auto; }
.client-ribbon-address span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.client-ribbon-address:hover { color: #fff; }
.client-ribbon-socials { display: flex; align-items: center; gap: 8px; }
.client-ribbon-social {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.06);
  color: #fff;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.client-ribbon-social svg { width: 15px; height: 15px; }
.client-ribbon-social:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.12); }
.client-ribbon-instagram {
  color: #fff;
  border-color: transparent;
  background: radial-gradient(circle at 30% 105%, #feda75 0 20%, #fa7e1e 38%, #d62976 62%, #962fbf 82%, #4f5bd5 100%);
}
.client-ribbon-whatsapp { color: #fff; border-color: #25d366; background: #25d366; }
.client-ribbon-instagram:hover,
.client-ribbon-whatsapp:hover { border-color: rgba(255,255,255,.72); filter: brightness(1.06); }
.client-ribbon-social.is-disabled { opacity: .68; cursor: default; }

/* Larger premium header + fixed blue partition line. */
.site-header {
  top: 38px !important;
  border-bottom: 2px solid #102a43 !important;
  box-shadow: 0 8px 24px rgba(7,27,46,.055);
}
.site-header .header-inner { min-height: 98px !important; }
html body .site-header .brand-image-lockup .brand-logo-mark {
  width: 68px !important; height: 68px !important; flex-basis: 68px !important;
}
html body .site-header .brand-image-lockup .brand-sankalp-wordmark {
  width: 238px !important; flex-basis: 238px !important;
}

/* Home hero: company name first, no owner stamp, premium proof panel. */
.hero-company-name {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 3px solid #e96325;
  color: #102a43;
}
.hero-company-name strong {
  font-size: 12px;
  letter-spacing: .17em;
  font-weight: 800;
}
.hero-company-name span {
  font-size: 9px;
  letter-spacing: .08em;
  color: #6b747b;
  text-transform: uppercase;
}
.hero-achievements {
  width: min(650px, 100%);
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(16,42,67,.14);
  border-radius: 16px;
  background: rgba(255,253,249,.88);
  box-shadow: 0 18px 42px rgba(7,27,46,.09);
  backdrop-filter: blur(10px);
}
.hero-achievements > div {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13px 14px;
  border-right: 1px solid rgba(16,42,67,.1);
}
.hero-achievements > div:last-child { border-right: 0; }
.hero-achievements strong {
  color: #102a43;
  font: 700 22px/1 Georgia, "Times New Roman", serif;
}
.hero-achievements span {
  margin-top: 6px;
  color: #68737c;
  font-size: 8.5px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.hero-stamp { display: none !important; }

/* Full text-only footer inspired by a structured corporate directory. */
.site-footer.client-footer {
  position: relative;
  padding: 58px 0 18px;
  background: #071b2e;
  color: rgba(255,255,255,.7);
  border-top: 3px solid #102a43;
  overflow: hidden;
}
.client-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .72fr .9fr 1.1fr;
  gap: 46px;
  align-items: start;
}
.client-footer-brand { max-width: 390px; }
.client-footer-kicker {
  display: inline-block;
  color: #e96325;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.client-footer-brand h2 {
  margin: 8px 0 8px;
  color: #fff;
  font: 700 27px/1.05 Georgia, "Times New Roman", serif;
}
.client-footer-tagline {
  margin: 0 0 12px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}
.client-footer-copy {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: 10.5px;
  line-height: 1.75;
}
.client-footer-column { display: flex; flex-direction: column; gap: 10px; }
.client-footer-column h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
}
.client-footer-column > a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.62);
  font-size: 10.5px;
  line-height: 1.5;
  transition: color .2s ease, transform .2s ease;
}
.client-footer-column > a:hover { color: #fff; transform: translateX(2px); }
.client-footer-icon { width: 16px; color: #e96325; }
.client-footer-socials { display: flex; gap: 9px; margin-top: 5px; }
.client-footer-socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.055);
  color: #fff;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.client-footer-socials a svg { width: 17px; height: 17px; }
.client-footer-socials a:hover { transform: translateY(-2px); border-color: rgba(233,99,37,.55); background: rgba(255,255,255,.1); }
.client-footer-socials a.is-disabled { opacity: .55; cursor: default; }
.client-footer-socials a[data-instagram-link] {
  color: #fff;
  border-color: transparent;
  background: radial-gradient(circle at 30% 105%, #feda75 0 20%, #fa7e1e 38%, #d62976 62%, #962fbf 82%, #4f5bd5 100%);
}
.client-footer-socials a[data-facebook-link] {
  color: #fff;
  border-color: #1877f2;
  background: #1877f2;
}
.client-footer-socials a[data-instagram-link]:hover,
.client-footer-socials a[data-facebook-link]:hover { border-color: rgba(255,255,255,.7); filter: brightness(1.08); }
.client-footer-contact > a[data-whatsapp-link] .client-footer-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #25d366;
}
.client-footer-contact > a[data-whatsapp-link] .client-footer-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}
.client-footer-bottom {
  margin-top: 42px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: rgba(255,255,255,.38);
  font-size: 8.5px;
  letter-spacing: .035em;
}

/* Floating quick-contact controls fade away when the footer is visible. */
.contact-dock {
  transition: opacity .26s ease, transform .26s ease, visibility .26s ease;
}
.contact-dock.is-footer-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
}

/* Contact email integrates with the existing contact card. */
.signature-contact-email strong { word-break: break-word; }

@media (max-width: 1100px) {
  .site-header .header-inner { min-height: 92px !important; }
  html body .site-header .brand-image-lockup .brand-logo-mark { width: 62px !important; height: 62px !important; flex-basis: 62px !important; }
  html body .site-header .brand-image-lockup .brand-sankalp-wordmark { width: 214px !important; flex-basis: 214px !important; }
  .client-footer-grid { grid-template-columns: 1.25fr .8fr .9fr; gap: 34px; }
  .client-footer-contact { grid-column: 2 / -1; }
}
@media (max-width: 900px) {
  .site-header .header-inner { min-height: 84px !important; }
  html body .site-header .brand-image-lockup .brand-logo-mark { width: 54px !important; height: 54px !important; flex-basis: 54px !important; }
  html body .site-header .brand-image-lockup .brand-sankalp-wordmark { width: 188px !important; flex-basis: 188px !important; }
  .hero-achievements { grid-template-columns: repeat(2, 1fr); }
  .hero-achievements > div:nth-child(2) { border-right: 0; }
  .hero-achievements > div:nth-child(-n+2) { border-bottom: 1px solid rgba(16,42,67,.1); }
  .client-footer-grid { grid-template-columns: 1.25fr 1fr; }
  .client-footer-contact { grid-column: auto; }
}
@media (max-width: 760px) {
  .client-ribbon-inner { min-height: 34px; }
  .client-ribbon-phone { font-size: 9.5px; }
  .client-ribbon-phone span { display: inline-flex; gap: 4px; }
  .client-ribbon-address { justify-content: flex-start; font-size: 9px; }
  .client-ribbon-address svg { width: 12px; height: 12px; }
  .client-ribbon-social { width: 26px; height: 26px; }
  .site-header { top: 34px !important; }
  .site-header .header-inner { min-height: 76px !important; }
  html body .site-header .brand-image-lockup .brand-logo-mark { width: 45px !important; height: 45px !important; flex-basis: 45px !important; }
  html body .site-header .brand-image-lockup .brand-sankalp-wordmark { width: 154px !important; flex-basis: 154px !important; }
  .hero-company-name { gap: 8px; margin-bottom: 12px; }
  .hero-company-name strong { font-size: 10px; }
  .hero-company-name span { font-size: 7.5px; }
  .hero-achievements { margin-top: 20px; border-radius: 13px; }
  .hero-achievements > div { min-height: 66px; padding: 11px 12px; }
  .hero-achievements strong { font-size: 19px; }
  .hero-achievements span { font-size: 7.5px; }
  .site-footer.client-footer { padding: 44px 0 15px; }
  .client-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
  .client-footer-brand { grid-column: 1 / -1; }
  .client-footer-kicker { font-size: 14px; letter-spacing: .17em; }
  .client-footer-brand h2 { font-size: 24px; }
  .client-footer-bottom { display: block; margin-top: 30px; }
  .client-footer-bottom span { display: block; }
  .client-footer-bottom span + span { margin-top: 5px; }
}
@media (max-width: 520px) {
  .client-ribbon-phone span { font-size: 9px; }
  .client-ribbon-phone strong { font-size: 9px; }
  .client-ribbon-inner { gap: 9px; }
  .client-ribbon-address { font-size: 8px; gap: 4px; }
  .client-footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .client-footer-brand { grid-column: auto; }
  .client-footer-column > a { font-size: 11px; }
}
@media (max-width: 390px) {
  .client-ribbon-phone svg { display: none; }
  .client-ribbon-phone span { font-size: 8.5px; }
  .client-ribbon-address svg { display: none; }
  .site-header .header-inner { min-height: 72px !important; }
  html body .site-header .brand-image-lockup .brand-logo-mark { width: 40px !important; height: 40px !important; flex-basis: 40px !important; }
  html body .site-header .brand-image-lockup .brand-sankalp-wordmark { width: 137px !important; flex-basis: 137px !important; }
}


.hero-furniture-cue { display: none; }

/* =========================================================
   SANKALP Mobile UX refinement — 2026-08-12
   Mobile-only ticker, hero, ribbons and floating actions.
   Desktop layouts remain unchanged except the intentionally
   relocated Home achievement panel.
   ========================================================= */

/* Desktop-safe wrappers created by script.js. */
.client-ribbon-marquee { display: flex; flex: 1 1 auto; min-width: 0; }
.client-ribbon-marquee-track,
.client-ribbon-marquee-group { display: contents; }
.client-ribbon-marquee-group[aria-hidden="true"] { display: none; }
.mobile-ribbon-track,
.mobile-ribbon-group { display: contents; }
.mobile-ribbon-group[aria-hidden="true"] { display: none; }

/* Original Home achievement panel is relocated below the three collection cards. */
.home-achievements-relocated { margin-top: 26px; }

@keyframes sankalpMobileMarquee {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}

@media (max-width: 760px) {
  /* 1) Top contact bar — moving contact information, fixed social icons. */
  .client-ribbon { overflow: hidden; }
  .client-ribbon-inner {
    width: 100%;
    max-width: none;
    min-height: 36px;
    padding: 0 8px 0 0;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: 6px;
  }
  .client-ribbon-marquee {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg,transparent 0,#000 8%,#000 94%,transparent 100%);
    mask-image: linear-gradient(90deg,transparent 0,#000 8%,#000 94%,transparent 100%);
  }
  .client-ribbon-marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: sankalpMobileMarquee 18s linear infinite;
  }
  .client-ribbon-marquee-group,
  .client-ribbon-marquee-group[aria-hidden="true"] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 22px;
    padding-right: 26px;
  }
  .client-ribbon-phone,
  .client-ribbon-address {
    flex: 0 0 auto;
    min-width: max-content;
    max-width: none;
    overflow: visible;
    white-space: nowrap;
    text-overflow: clip;
    font-size: 9px;
  }
  .client-ribbon-address span { overflow: visible; text-overflow: clip; }
  .client-ribbon-socials {
    position: relative;
    z-index: 4;
    display: flex;
    flex: 0 0 auto;
    gap: 6px;
    padding-left: 7px;
    background: var(--ink-deep);
    box-shadow: -12px 0 18px rgba(7,27,46,.88);
  }
  .client-ribbon-social { width: 27px; height: 27px; }
  .site-header { top: 36px !important; }

  /* 2) Shared specification/category ribbons — seamless automatic ticker. */
  .category-rail,
  .about-intro-strip,
  .infra-step-rail { overflow: hidden; }
  .rail-inner,
  .about-intro-strip-inner,
  .infra-step-rail-inner {
    width: 100%;
    max-width: none;
    padding-inline: 0;
    overflow: hidden;
  }
  .mobile-ribbon-track {
    display: flex;
    width: max-content;
    min-width: max-content;
    will-change: transform;
    animation: sankalpMobileMarquee 24s linear infinite;
  }
  .infra-step-rail-inner > .mobile-ribbon-track { animation-duration: 38s; }
  .mobile-ribbon-group,
  .mobile-ribbon-group[aria-hidden="true"] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 14px;
    padding-right: 28px;
    white-space: nowrap;
  }
  .rail-inner .mobile-ribbon-group,
  .about-intro-strip-inner .mobile-ribbon-group { min-height: 58px; }
  .rail-inner .rail-label,
  .about-intro-strip-inner .rail-label { margin-left: 18px; margin-right: 2px; }
  .infra-step-rail-inner .mobile-ribbon-group { gap: 0; padding-right: 0; }
  .infra-step-rail-inner .mobile-ribbon-group a { flex: 0 0 auto; }

  /* Infrastructure hero specification badges also scroll instead of clipping. */
  .infra-hero-badges {
    position: relative;
    display: block !important;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
    mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
  }
  .infra-hero-badges .mobile-ribbon-track { animation-duration: 18s; }
  .infra-hero-badges .mobile-ribbon-group,
  .infra-hero-badges .mobile-ribbon-group[aria-hidden="true"] { gap: 8px; padding-right: 8px; }
  .infra-hero-badges .mobile-ribbon-group > span { flex: 0 0 auto; }

  /* 3) Home hero — mobile-only furniture identity behind the slogan; main owner visual stays below. */
  .home-page .hero { background-image: none !important; background-color: var(--cream); }
  .home-page .hero-copy {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin: -10px -4px 0;
    padding: 23px 18px 25px;
    border: 1px solid rgba(255,255,255,.58);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(7,27,46,.07);
  }
  .home-page .hero-copy::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: -28px;
    background-image: var(--hero-image);
    background-repeat: no-repeat;
    background-position: 73% center;
    background-size: auto 118%;
    filter: blur(14px) saturate(.76);
    transform: scale(1.08);
    opacity: .22;
  }
  .home-page .hero-copy::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(108deg,rgba(247,240,230,.97) 0%,rgba(247,240,230,.88) 56%,rgba(255,253,249,.66) 100%);
  }
  .home-page .hero-copy > :not(.hero-furniture-cue) { position: relative; z-index: 2; }
  .home-page .hero-furniture-cue {
    display: block;
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
  }
  .home-page .hero-furniture-cue img {
    position: absolute;
    display: block;
    object-fit: contain;
    object-position: center bottom;
    user-select: none;
  }
  .home-page .hero-furniture-cue-main {
    right: -18px;
    bottom: -18px;
    width: 142px;
    height: 218px;
    opacity: .18;
    filter: saturate(.74) contrast(.96) drop-shadow(0 12px 18px rgba(7,27,46,.12));
    transform: rotate(1.5deg);
  }
  .home-page .hero-furniture-cue-secondary {
    right: 82px;
    bottom: -19px;
    width: 84px;
    height: 142px;
    opacity: .075;
    filter: saturate(.7);
    transform: rotate(-2deg);
  }
  .home-page .hero-mobile-visual { margin-top: 24px; }

  /* 4) Original achievement/promotion box — style preserved, position moved only. */
  .home-achievements-relocated { margin-top: 18px; }

  /* 6) More effective mobile floating quick actions. */
  body .contact-dock,
  body.products-page .contact-dock {
    display: flex;
    right: 10px;
    bottom: max(12px, env(safe-area-inset-bottom));
    gap: 7px;
    z-index: 80;
  }
  body .contact-dock-item,
  body.products-page .contact-dock-item {
    width: auto;
    min-width: 116px;
    min-height: 48px;
    padding: 5px 11px 5px 6px;
    gap: 8px;
    border-width: 1px;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(7,27,46,.2), 0 2px 5px rgba(7,27,46,.1);
    font-size: 8px;
    letter-spacing: .065em;
    backdrop-filter: blur(10px);
  }
  body .contact-dock-item svg,
  body.products-page .contact-dock-item svg {
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    padding: 8px;
    border-radius: 11px;
    background: rgba(255,255,255,.15);
  }
  body .contact-dock-whatsapp svg,
  body.products-page .contact-dock-whatsapp svg { padding: 6px; background: rgba(255,255,255,.17); }
  body .contact-dock-location { background: linear-gradient(135deg,#102a43,#1c4b70); border-color: rgba(255,255,255,.18); }
  body .contact-dock-call { color: #102a43; background: rgba(255,253,249,.96); border-color: #d7c8b5; }
  body .contact-dock-call svg { background: #102a43; color: #fff; }
  body .contact-dock-whatsapp { color: #fff; background: linear-gradient(135deg,#20b858,#25d366); border-color: rgba(255,255,255,.25); }
  body .contact-dock-item:active { transform: scale(.96); }
  body.dialog-open .contact-dock,
  body.image-lightbox-open .contact-dock { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px) scale(.96); }
}

@media (max-width: 390px) {
  .client-ribbon-inner { min-height: 34px; }
  .site-header { top: 34px !important; }
  .client-ribbon-phone svg,
  .client-ribbon-address svg { display: inline-block; }
  .home-page .hero-copy { padding-inline: 15px; }
  body .contact-dock-item,
  body.products-page .contact-dock-item { min-width: 108px; min-height: 45px; }
  body .contact-dock-item svg,
  body.products-page .contact-dock-item svg { width: 32px; height: 32px; }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  .client-ribbon-marquee-track,
  .mobile-ribbon-track { animation: none !important; }
  .client-ribbon-marquee,
  .rail-inner,
  .about-intro-strip-inner,
  .infra-step-rail-inner,
  .infra-hero-badges { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
}

/* Final mobile polish: make the blurred almirah art visible and show quick-action labels. */
@media (max-width: 760px) {
  .home-page .hero-copy::before {
    background-position: 48% center;
    background-size: auto 132%;
    filter: blur(10px) saturate(.95);
    opacity: .40;
  }
  .home-page .hero-copy::after {
    background: linear-gradient(115deg,rgba(247,240,230,.90) 0%,rgba(247,240,230,.75) 58%,rgba(255,253,249,.66) 100%);
  }
  body .contact-dock-item span,
  body.products-page .contact-dock-item span {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
    border: 0;
  }
}
@media (max-width: 760px) {
  .home-page .hero-copy::before { opacity: .64; filter: blur(12px) saturate(1.05); }
  .home-page .hero-copy::after { background: linear-gradient(115deg,rgba(247,240,230,.77) 0%,rgba(247,240,230,.60) 58%,rgba(255,253,249,.57) 100%); }
}

/* =========================================================
   FINAL FLOATING ACTION DESIGN — ROUND ICON BUTTONS
   Shared across Home, Products, Infrastructure, About, Contact
   ========================================================= */
body .contact-dock,
body.products-page .contact-dock {
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  gap: 12px;
  align-items: center;
}

body .contact-dock-item,
body.products-page .contact-dock-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 0;
  gap: 0;
  overflow: visible;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.72);
  box-shadow:
    0 0 0 5px rgba(255,255,255,.38),
    0 9px 24px rgba(7,27,46,.18),
    0 2px 7px rgba(7,27,46,.11);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

body .contact-dock-item::before,
body.products-page .contact-dock-item::before {
  content: "";
  position: absolute;
  inset: -5px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  filter: blur(5px);
  pointer-events: none;
}

body .contact-dock-item:hover,
body .contact-dock-item:focus-visible,
body.products-page .contact-dock-item:hover,
body.products-page .contact-dock-item:focus-visible {
  transform: translateY(-3px) scale(1.045);
  box-shadow:
    0 0 0 5px rgba(255,255,255,.52),
    0 13px 30px rgba(7,27,46,.22),
    0 3px 9px rgba(7,27,46,.12);
}

body .contact-dock-item:active,
body.products-page .contact-dock-item:active {
  transform: translateY(0) scale(.94);
}

body .contact-dock-item svg,
body.products-page .contact-dock-item svg {
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  filter: none;
}

body .contact-dock-whatsapp svg,
body.products-page .contact-dock-whatsapp svg {
  width: 29px;
  height: 29px;
  padding: 0;
  background: transparent;
}

/* Keep text for semantics but visually make the controls icon-only circles. */
body .contact-dock-item > span,
body.products-page .contact-dock-item > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body .contact-dock-location,
body.products-page .contact-dock-location {
  color: #fff;
  background: linear-gradient(145deg,#173b5d,#0e2943);
  border-color: rgba(255,255,255,.62);
  box-shadow:
    0 0 0 5px rgba(255,255,255,.38),
    0 10px 25px rgba(16,42,67,.26),
    0 2px 7px rgba(7,27,46,.12);
}

body .contact-dock-call,
body.products-page .contact-dock-call {
  color: #102a43;
  background: linear-gradient(145deg,#fffdf9,#f3e8da);
  border-color: rgba(16,42,67,.16);
  box-shadow:
    0 0 0 5px rgba(255,255,255,.42),
    0 10px 25px rgba(16,42,67,.18),
    0 2px 7px rgba(7,27,46,.10);
}

body .contact-dock-whatsapp,
body.products-page .contact-dock-whatsapp {
  color: #fff;
  background: linear-gradient(145deg,#2bdc6a,#1fba55);
  border-color: rgba(255,255,255,.72);
  box-shadow:
    0 0 0 5px rgba(255,255,255,.40),
    0 10px 25px rgba(37,211,102,.28),
    0 2px 7px rgba(7,27,46,.10);
}

@media (max-width: 760px) {
  body .contact-dock,
  body.products-page .contact-dock {
    right: 13px;
    bottom: max(14px, env(safe-area-inset-bottom));
    gap: 11px;
  }

  body .contact-dock-item,
  body.products-page .contact-dock-item {
    flex-basis: 54px;
    width: 54px;
    min-width: 54px;
    max-width: 54px;
    height: 54px;
    min-height: 54px;
    border-radius: 50%;
    padding: 0;
  }

  body .contact-dock-item svg,
  body.products-page .contact-dock-item svg {
    width: 24px;
    height: 24px;
  }

  body .contact-dock-whatsapp svg,
  body.products-page .contact-dock-whatsapp svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 390px) {
  body .contact-dock-item,
  body.products-page .contact-dock-item {
    flex-basis: 50px;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  body .contact-dock-item svg,
  body.products-page .contact-dock-item svg {
    width: 22px;
    height: 22px;
  }

  body .contact-dock-whatsapp svg,
  body.products-page .contact-dock-whatsapp svg {
    width: 26px;
    height: 26px;
  }
}

/* =========================================================
   PREMIUM MOBILE NAVIGATION — 2026-08-12
   Mobile/tablet only. Desktop navigation remains unchanged.
   ========================================================= */
@media (max-width: 1050px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  body.mobile-menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 48;
    background: rgba(7, 27, 46, .38);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    animation: sankalpMenuBackdropIn .24s ease both;
  }

  .site-header {
    z-index: 60;
  }

  .menu-toggle {
    position: relative;
    z-index: 64;
    flex: 0 0 auto;
    transition:
      transform .28s cubic-bezier(.2,.75,.25,1),
      background .22s ease,
      border-color .22s ease,
      box-shadow .22s ease;
  }

  .menu-toggle.is-open {
    color: #fff;
    border-color: rgba(255,255,255,.28);
    background: linear-gradient(145deg, #173b5d, #0b243b);
    box-shadow:
      0 0 0 5px rgba(16,42,67,.08),
      0 10px 26px rgba(7,27,46,.20);
    transform: rotate(90deg);
  }

  .menu-toggle.is-open span {
    background: #fff;
  }

  .main-nav.is-open {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: auto !important;
    right: 14px !important;
    z-index: 63;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 8px !important;
    width: min(390px, calc(100vw - 28px));
    max-height: calc(100dvh - 128px);
    margin: 0 !important;
    padding: 15px !important;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(16,42,67,.10) !important;
    border-radius: 24px;
    background:
      radial-gradient(circle at 100% 0%, rgba(233,99,37,.13), transparent 35%),
      linear-gradient(155deg, rgba(255,255,255,.985), rgba(250,245,237,.975));
    box-shadow:
      0 30px 70px rgba(7,27,46,.24),
      0 8px 22px rgba(7,27,46,.10),
      inset 0 1px 0 rgba(255,255,255,.92);
    backdrop-filter: blur(22px) saturate(1.08);
    -webkit-backdrop-filter: blur(22px) saturate(1.08);
    transform-origin: top right;
    animation: sankalpMenuPanelIn .32s cubic-bezier(.18,.82,.24,1) both;
  }

  .main-nav.is-open::before {
    content: "Explore SANKALP";
    display: block;
    padding: 6px 8px 8px;
    color: #8a593b;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .18em;
    text-transform: uppercase;
  }

  .main-nav.is-open::after {
    content: "Style meets strength";
    display: block;
    margin-top: 3px;
    padding: 10px 9px 4px;
    border-top: 1px solid rgba(16,42,67,.08);
    color: rgba(16,42,67,.52);
    font: 600 10px/1.35 "Manrope", "Segoe UI", Arial, sans-serif;
    letter-spacing: .055em;
    text-transform: uppercase;
  }

  .main-nav.is-open a,
  .home-page .main-nav.is-open a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 0 15px !important;
    overflow: hidden;
    border: 1px solid rgba(16,42,67,.075);
    border-radius: 15px;
    color: #22384b;
    background: rgba(255,255,255,.62);
    box-shadow: 0 3px 10px rgba(7,27,46,.025);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .005em;
    transform: translateY(7px);
    opacity: 0;
    animation: sankalpMenuItemIn .34s cubic-bezier(.2,.75,.25,1) forwards;
    transition:
      transform .18s ease,
      color .18s ease,
      background .18s ease,
      border-color .18s ease,
      box-shadow .18s ease;
  }

  .main-nav.is-open a:nth-of-type(1) { animation-delay: .055s; }
  .main-nav.is-open a:nth-of-type(2) { animation-delay: .085s; }
  .main-nav.is-open a:nth-of-type(3) { animation-delay: .115s; }
  .main-nav.is-open a:nth-of-type(4) { animation-delay: .145s; }
  .main-nav.is-open a:nth-of-type(5) { animation-delay: .175s; }

  .main-nav.is-open a::before {
    content: "";
    position: static;
    flex: 0 0 9px;
    width: 9px;
    height: 9px;
    border: 2px solid rgba(16,42,67,.32);
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
  }

  .main-nav.is-open a::after {
    content: "→";
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin-left: auto;
    color: rgba(16,42,67,.42);
    background: none !important;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    transform: translateX(0);
    transition: transform .18s ease, color .18s ease;
  }

  .main-nav.is-open a:hover,
  .main-nav.is-open a:focus-visible {
    color: #102a43;
    border-color: rgba(233,99,37,.22);
    background: rgba(255,255,255,.93);
    box-shadow: 0 8px 22px rgba(7,27,46,.08);
    transform: translateY(-1px);
  }

  .main-nav.is-open a:hover::before,
  .main-nav.is-open a:focus-visible::before {
    border-color: #e96325;
    background: #e96325;
    box-shadow: 0 0 0 4px rgba(233,99,37,.10);
  }

  .main-nav.is-open a:hover::after,
  .main-nav.is-open a:focus-visible::after {
    color: #e96325;
    transform: translateX(3px);
  }

  .main-nav.is-open a.active {
    color: #fff;
    border-color: rgba(255,255,255,.15);
    background:
      radial-gradient(circle at 100% 0%, rgba(233,99,37,.26), transparent 42%),
      linear-gradient(145deg, #173b5d, #0d2943);
    box-shadow: 0 10px 25px rgba(16,42,67,.18);
  }

  .main-nav.is-open a.active::before {
    border-color: #ffae7d;
    background: #e96325;
    box-shadow: 0 0 0 4px rgba(255,255,255,.10);
  }

  .main-nav.is-open a.active::after {
    color: #ffd0b5;
  }

  @keyframes sankalpMenuBackdropIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  @keyframes sankalpMenuPanelIn {
    from {
      opacity: 0;
      transform: translateY(-10px) scale(.965);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  @keyframes sankalpMenuItemIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 760px) {
  .main-nav.is-open {
    right: 12px !important;
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 112px);
    padding: 13px !important;
    border-radius: 21px;
  }

  .main-nav.is-open a,
  .home-page .main-nav.is-open a {
    min-height: 55px;
    padding-inline: 14px !important;
    border-radius: 14px;
    font-size: 13.5px;
  }
}

@media (max-width: 390px) {
  .main-nav.is-open {
    right: 10px !important;
    width: calc(100vw - 20px);
    padding: 11px !important;
    border-radius: 19px;
  }

  .main-nav.is-open a,
  .home-page .main-nav.is-open a {
    min-height: 51px;
    font-size: 13px;
  }
}

@media (max-width: 1050px) and (prefers-reduced-motion: reduce) {
  body.mobile-menu-open::before,
  .main-nav.is-open,
  .main-nav.is-open a {
    animation: none !important;
  }
}

/* =========================================================
   CLASSIC MOBILE NAV + FURNITURE-FIRST HERO — 2026-08-12
   Refines only mobile/tablet presentation. Desktop unchanged.
   ========================================================= */
@media (max-width: 1050px) {
  /* A quieter, classic navigation drawer. */
  body.mobile-menu-open::before {
    background: rgba(7,27,46,.20);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

  .menu-toggle.is-open {
    color: #102a43;
    border-color: rgba(16,42,67,.16);
    background: #fffdf9;
    box-shadow: 0 8px 22px rgba(7,27,46,.10);
    transform: none;
  }
  .menu-toggle.is-open span { background: #102a43; }

  .main-nav.is-open {
    top: calc(100% + 8px) !important;
    right: 14px !important;
    left: auto !important;
    width: min(340px, calc(100vw - 28px));
    max-height: calc(100dvh - 118px);
    gap: 0 !important;
    padding: 8px 12px 10px !important;
    border: 1px solid rgba(16,42,67,.12) !important;
    border-radius: 16px;
    background: rgba(255,253,249,.985);
    box-shadow: 0 22px 50px rgba(7,27,46,.16), 0 4px 14px rgba(7,27,46,.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    animation: sankalpClassicMenuIn .22s ease-out both;
  }

  .main-nav.is-open::before {
    content: "SANKALP  /  MENU";
    padding: 8px 9px 10px;
    color: #8a6a55;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .17em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(16,42,67,.08);
  }

  .main-nav.is-open::after { display: none; content: none; }

  .main-nav.is-open a,
  .home-page .main-nav.is-open a {
    position: relative;
    min-height: 50px;
    gap: 0;
    padding: 0 30px 0 10px !important;
    border: 0;
    border-bottom: 1px solid rgba(16,42,67,.075);
    border-radius: 0;
    color: #24394c;
    background: transparent;
    box-shadow: none;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .005em;
    opacity: 1;
    transform: none;
    animation: none;
    transition: color .16s ease, padding-left .16s ease, background .16s ease;
  }

  .main-nav.is-open a:last-of-type { border-bottom: 0; }
  .main-nav.is-open a::before { display: none; content: none; }
  .main-nav.is-open a::after {
    content: "›";
    position: absolute !important;
    right: 10px;
    top: 50%;
    width: auto !important;
    height: auto !important;
    margin: 0;
    color: rgba(16,42,67,.40);
    background: none !important;
    font-family: Georgia, serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-52%);
  }

  .main-nav.is-open a:hover,
  .main-nav.is-open a:focus-visible {
    color: #102a43;
    padding-left: 14px !important;
    background: rgba(247,240,230,.58);
    box-shadow: none;
    transform: none;
  }

  .main-nav.is-open a:hover::after,
  .main-nav.is-open a:focus-visible::after {
    color: #e96325;
    transform: translateY(-52%);
  }

  .main-nav.is-open a.active {
    color: #102a43;
    border-color: rgba(16,42,67,.075);
    background: linear-gradient(90deg, rgba(233,99,37,.09), rgba(247,240,230,.42));
    box-shadow: inset 3px 0 0 #e96325;
  }
  .main-nav.is-open a.active::after { color: #e96325; }

  @keyframes sankalpClassicMenuIn {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

@media (max-width: 760px) {
  .main-nav.is-open {
    right: 12px !important;
    width: min(330px, calc(100vw - 24px));
    padding: 7px 11px 9px !important;
    border-radius: 15px;
  }
  .main-nav.is-open a,
  .home-page .main-nav.is-open a {
    min-height: 48px;
    padding-inline: 10px 28px !important;
    font-size: 12.5px;
  }

  /* Remove the blurred photo card and introduce an actual furniture cue. */
  .home-page .hero-copy {
    margin: -10px -4px 0;
    padding: 23px 18px 25px;
    overflow: hidden;
    border: 1px solid rgba(16,42,67,.07);
    border-radius: 20px;
    background: linear-gradient(145deg, #fffaf4 0%, #f7ede1 100%);
    box-shadow: 0 16px 38px rgba(7,27,46,.065);
  }
  .home-page .hero-copy::before { display: none !important; content: none !important; }
  .home-page .hero-copy::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
      radial-gradient(circle at 92% 12%, rgba(233,99,37,.12), transparent 24%),
      linear-gradient(180deg, rgba(255,255,255,.36), transparent 56%);
  }

  .home-page .hero-furniture-cue {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 118px 1fr;
    align-items: center;
    min-height: 118px;
    margin: 19px 0 20px;
    overflow: hidden;
    border: 1px solid rgba(16,42,67,.085);
    border-radius: 15px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.70), rgba(238,225,209,.72));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.82);
    pointer-events: none;
  }

  .home-page .hero-furniture-cue::before {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -58px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(16,42,67,.07);
    border-radius: 50%;
  }

  .home-page .hero-furniture-cue-copy {
    position: relative;
    z-index: 3;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 8px 16px 15px;
    border-right: 1px solid rgba(16,42,67,.07);
  }
  .home-page .hero-furniture-cue-copy strong {
    color: #102a43;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .home-page .hero-furniture-cue-copy span {
    margin-top: 7px;
    color: #75685e;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .035em;
  }

  .home-page .hero-furniture-cue-stage {
    position: relative;
    z-index: 2;
    height: 118px;
    overflow: hidden;
  }
  .home-page .hero-furniture-cue-stage img {
    position: absolute;
    bottom: -5px;
    display: block;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 9px 9px rgba(7,27,46,.14));
    opacity: .96;
  }
  .home-page .hero-furniture-cue-main {
    left: 35%;
    width: 74px;
    height: 112px;
    transform: none;
  }
  .home-page .hero-furniture-cue-secondary {
    left: 4%;
    width: 61px;
    height: 96px;
    transform: none;
  }
  .home-page .hero-furniture-cue-third {
    right: 3%;
    width: 66px;
    height: 103px;
  }

  .home-page .hero-actions { margin-top: 0; }
}

@media (max-width: 390px) {
  .main-nav.is-open {
    right: 10px !important;
    width: min(318px, calc(100vw - 20px));
    padding: 6px 10px 8px !important;
    border-radius: 14px;
  }
  .main-nav.is-open a,
  .home-page .main-nav.is-open a { min-height: 46px; font-size: 12px; }
  .home-page .hero-furniture-cue { grid-template-columns: 105px 1fr; min-height: 110px; }
  .home-page .hero-furniture-cue-stage { height: 110px; }
  .home-page .hero-furniture-cue-main { width: 68px; height: 104px; }
  .home-page .hero-furniture-cue-secondary { width: 56px; height: 90px; }
  .home-page .hero-furniture-cue-third { width: 61px; height: 96px; }
}

/* =========================================================
   MOBILE FULL-HERO FURNITURE BACKDROP — 2026-08-12
   Mobile only: previous typography + blurred furniture collage
   across the entire hero card. Desktop/laptop unchanged.
   ========================================================= */
@media (max-width: 760px) {
  .home-page .hero-copy {
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }

  /* Furniture collage fills the COMPLETE mobile hero card. */
  .home-page .hero-copy::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    z-index: 0;
    inset: -14px;
    pointer-events: none;
    opacity: .24;
    filter: blur(7px) saturate(.84);
    transform: scale(1.045);
    transform-origin: center;
    background-image:
      url('assets/images/product-cutout-almirah.webp'),
      url('assets/images/product-cutout-locker.webp'),
      url('assets/images/product-cutout-cabinet.webp'),
      url('assets/images/product-cutout-almirah.webp');
    background-repeat: no-repeat;
    background-position:
      92% 5%,
      10% 43%,
      88% 67%,
      22% 98%;
    background-size:
      42% auto,
      34% auto,
      38% auto,
      31% auto;
  }

  /* Cream wash keeps the typography clear while retaining furniture cues. */
  .home-page .hero-copy::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg,
        rgba(255,250,244,.90) 0%,
        rgba(255,250,244,.78) 42%,
        rgba(255,250,244,.66) 100%),
      linear-gradient(180deg,
        rgba(255,255,255,.24) 0%,
        rgba(247,237,225,.28) 100%);
  }

  .home-page .hero-company-name,
  .home-page .hero-copy h1,
  .home-page .hero-copy > p,
  .home-page .hero-actions {
    position: relative;
    z-index: 2;
  }

  /* Keep the previous approved hero typography. */
  .home-page .hero-copy h1 {
    max-width: 650px;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(45px, 13.6vw, 61px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.043em;
    text-wrap: balance;
  }

  .home-page .hero-copy h1 em {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -.037em;
  }

  /* No separate furniture strip below the copy. */
  .home-page .hero-furniture-cue {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .home-page .hero-copy::before {
    inset: -12px;
    opacity: .22;
    filter: blur(7.5px) saturate(.82);
    background-position:
      94% 5%,
      5% 42%,
      92% 69%,
      18% 98%;
    background-size:
      44% auto,
      36% auto,
      40% auto,
      33% auto;
  }

  .home-page .hero-copy::after {
    background:
      linear-gradient(90deg,
        rgba(255,250,244,.91) 0%,
        rgba(255,250,244,.79) 45%,
        rgba(255,250,244,.68) 100%),
      linear-gradient(180deg,
        rgba(255,255,255,.22),
        rgba(247,237,225,.30));
  }
}


/* =========================================================
   FINAL MOBILE OWNER + FURNITURE HERO — 2026-08-12
   Mobile only. Desktop/laptop layout remains unchanged.
   ========================================================= */
.hero-mobile-proof { display: none; }

@media (max-width: 760px) {
  .home-page .hero {
    padding: 22px 0 0;
    background: linear-gradient(180deg, #f8f1e8 0%, #fffdf9 100%);
  }

  .home-page .hero-inner {
    width: min(100% - 24px, 680px);
    margin-inline: auto;
    padding: 25px 18px 0;
    overflow: hidden;
    border: 1px solid rgba(16,42,67,.09);
    border-radius: 25px;
    background:
      radial-gradient(circle at 92% 6%, rgba(233,99,37,.10), transparent 25%),
      linear-gradient(145deg, #fffaf4 0%, #f7ede1 100%);
    box-shadow: 0 18px 44px rgba(7,27,46,.075);
  }

  .home-page .hero-copy {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-page .hero-copy::before,
  .home-page .hero-copy::after,
  .home-page .hero-furniture-cue {
    display: none !important;
    content: none !important;
  }

  .home-page .hero-company-name {
    margin-bottom: 16px;
  }

  /* Restore the established SANKALP hero typeface. */
  .home-page .hero-copy h1 {
    max-width: 530px;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(43px, 12.6vw, 57px);
    font-weight: 700;
    line-height: .96;
    letter-spacing: -.043em;
    text-wrap: balance;
  }

  .home-page .hero-copy h1 em {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -.037em;
  }

  .home-page .hero-copy > p {
    max-width: 520px;
    margin: 18px 0 20px;
    color: #485867;
    font-size: 13px;
    line-height: 1.62;
  }

  .home-page .hero-actions {
    display: block;
    margin: 0;
  }

  .home-page .hero-actions .button-primary {
    width: 100%;
    min-height: 52px;
    border-radius: 4px;
    box-shadow: 0 10px 22px rgba(16,42,67,.12);
  }

  .home-page .hero-actions .button-secondary {
    display: none;
  }

  .home-page .hero-mobile-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 16px 0 0;
    padding: 13px 0 11px;
    border-top: 1px solid rgba(16,42,67,.09);
    border-bottom: 1px solid rgba(16,42,67,.09);
  }

  .home-page .hero-mobile-proof div {
    min-width: 0;
    padding: 0 9px;
  }

  .home-page .hero-mobile-proof div:first-child { padding-left: 0; }
  .home-page .hero-mobile-proof div + div { border-left: 1px solid rgba(16,42,67,.10); }

  .home-page .hero-mobile-proof strong,
  .home-page .hero-mobile-proof span { display: block; }

  .home-page .hero-mobile-proof strong {
    color: #e96325;
    font: 700 18px/1 "Playfair Display", Georgia, serif;
    letter-spacing: -.02em;
  }

  .home-page .hero-mobile-proof span {
    margin-top: 5px;
    color: #53616c;
    font-size: 6.8px;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: .055em;
    text-transform: uppercase;
  }

  /* One integrated visual: product behind, owner in front. */
  .home-page .hero-mobile-visual {
    position: relative;
    z-index: 2;
    display: block;
    width: calc(100% + 36px);
    height: clamp(285px, 78vw, 360px);
    margin: 19px -18px 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 78% 30%, rgba(233,99,37,.13), transparent 28%),
      linear-gradient(180deg, rgba(255,253,249,.1) 0%, rgba(16,42,67,.05) 100%);
    box-shadow: none;
  }

  /* Premium almirah scene sits behind the owner portrait. */
  .home-page .hero-mobile-visual::before {
    content: "";
    position: absolute;
    left: -4%;
    bottom: 7%;
    z-index: 1;
    width: 58%;
    height: 83%;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 0 20px 20px 0;
    background-image: url('assets/images/products/ai/01-studio.webp');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 0 16px 32px rgba(7,27,46,.12);
    transform: rotate(-1.5deg);
  }

  /* Owner portrait becomes the leading brand image. */
  .home-page .hero-mobile-visual::after {
    content: "";
    position: absolute;
    right: -4%;
    bottom: 0;
    z-index: 2;
    width: 66%;
    height: 94%;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 24px 0 0 0;
    background-image:
      linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(7,27,46,.10) 100%),
      url('assets/images/owner-portrait-close.webp');
    background-repeat: no-repeat;
    background-position: center, 43% 48%;
    background-size: 100% 100%, cover;
    box-shadow: -14px 14px 34px rgba(7,27,46,.16);
  }

  .home-page .hero-mobile-visual {
    background-color: transparent;
    background-image:
      linear-gradient(90deg, rgba(255,250,244,.62), transparent 30%),
      linear-gradient(180deg, transparent 72%, rgba(7,27,46,.08));
    background-position: center;
    background-size: 100% 100%;
  }
}

@media (max-width: 390px) {
  .home-page .hero { padding-top: 16px; }
  .home-page .hero-inner { width: calc(100% - 18px); padding: 22px 15px 0; border-radius: 22px; }
  .home-page .hero-copy h1 { font-size: clamp(40px, 12.4vw, 50px); }
  .home-page .hero-copy > p { font-size: 12.5px; }
  .home-page .hero-mobile-proof div { padding-inline: 7px; }
  .home-page .hero-mobile-proof strong { font-size: 17px; }
  .home-page .hero-mobile-proof span { font-size: 6.3px; }
  .home-page .hero-mobile-visual {
    width: calc(100% + 30px);
    height: clamp(270px, 80vw, 325px);
    margin: 17px -15px 0;
  }
  .home-page .hero-mobile-visual::before { width: 60%; height: 80%; }
  .home-page .hero-mobile-visual::after { width: 68%; height: 93%; }
}

/* === 2026-08-13: Home hero Option 2 — mobile only === */
.hero-mobile-option2 { display: none; }

@media (max-width: 760px) {
  .home-page .hero {
    padding: 14px 0 18px;
    background: #f7f0e6;
  }

  .home-page .hero::before,
  .home-page .hero::after { display: none; }

  .home-page .hero-inner {
    width: min(100% - 28px, 520px);
    padding: 0;
  }

  .home-page .hero-copy,
  .home-page .hero-mobile-visual { display: none; }

  .home-page .hero-mobile-option2 {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(16,42,67,.09);
    border-radius: 22px;
    background: #fffaf4;
    box-shadow: 0 16px 38px rgba(7,27,46,.09);
  }

  .home-page .hero-mobile-option2-photo {
    position: relative;
    width: 100%;
    height: clamp(255px, 75vw, 365px);
    margin: 0;
    overflow: hidden;
    background: #eadcca;
  }

  .home-page .hero-mobile-option2-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 68%, rgba(7,27,46,.04));
  }

  .home-page .hero-mobile-option2-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
  }

  .home-page .hero-mobile-option2-copy { padding: 24px 18px 20px; }

  .home-page .hero-mobile-option2-kicker {
    display: block;
    margin-bottom: 12px;
    color: #e35b1d;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .145em;
    text-transform: uppercase;
  }

  .home-page .hero-mobile-option2 h2 {
    margin: 0;
    color: #102a43;
    font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 12.4vw, 60px);
    font-weight: 700;
    line-height: .91;
    letter-spacing: -.045em;
    text-transform: uppercase;
  }

  .home-page .hero-mobile-option2 h2 .slogan-main {
    color: #102a43;
    font-family: "DM Serif Display", Georgia, "Times New Roman", serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.035em;
  }

  .home-page .hero-mobile-option2 h2 .slogan-meets {
    display: inline-block;
    margin-left: .10em;
    color: #e96325;
    font-family: "Dancing Script", "Segoe Script", cursive;
    font-size: .64em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: lowercase;
    vertical-align: .08em;
  }

  .home-page .hero-mobile-option2-copy > p {
    margin: 17px 0 19px;
    color: #586978;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
  }

  .home-page .hero-mobile-option2-button {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    border-radius: 5px;
    color: #fff;
    background: #102a43;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    box-shadow: 0 9px 22px rgba(16,42,67,.15);
  }

  .home-page .hero-mobile-option2-button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .home-page .hero-mobile-option2-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(16,42,67,.1);
  }

  .home-page .hero-mobile-option2-proof > div {
    min-width: 0;
    padding: 0 8px;
    text-align: center;
    border-right: 1px solid rgba(16,42,67,.09);
  }

  .home-page .hero-mobile-option2-proof > div:first-child { padding-left: 0; }
  .home-page .hero-mobile-option2-proof > div:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .home-page .hero-mobile-option2-proof strong,
  .home-page .hero-mobile-option2-proof span { display: block; }

  .home-page .hero-mobile-option2-proof strong {
    color: #e96325;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
  }

  .home-page .hero-mobile-option2-proof span {
    margin-top: 5px;
    color: #102a43;
    font-size: 6.6px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .025em;
    text-transform: uppercase;
  }
}

@media (max-width: 390px) {
  .home-page .hero-mobile-option2-copy { padding-inline: 16px; }
  .home-page .hero-mobile-option2 h2 { font-size: clamp(39px, 12vw, 47px); }
  .home-page .hero-mobile-option2-proof > div { padding-inline: 5px; }
  .home-page .hero-mobile-option2-proof span { font-size: 6.2px; }
}

/* 2026-08-14: Mobile stability — prevent horizontal layout shifts / focus zoom while preserving user pinch zoom */
@media (max-width: 760px) {
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  body { touch-action: pan-y pinch-zoom; }

  input,
  select,
  textarea { font-size: 16px; }
}

/* 2026-08-14: Infrastructure first view — one complete, uncropped workshop image on mobile */
@media (max-width: 760px) {
  .infra-hero-visual {
    display: block;
    min-height: 0;
    height: auto;
  }

  .infra-hero-visual::before,
  .infra-hero-photo-small,
  .infra-orbit {
    display: none !important;
  }

  .infra-hero-photo-main {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    transform: none !important;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(7,27,46,.16);
  }

  .infra-hero-photo-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #171d22;
  }
}

/* === 2026-08-14: Independence Day floating greeting — mobile + laptop/desktop === */
.home-page .independence-day-popup {
  overflow: hidden;
  border: 1px solid rgba(227, 91, 29, .48);
  border-radius: 13px;
  background: #fffdf8;
  box-shadow: 0 12px 30px rgba(7, 27, 46, .24);
  transform-origin: top left;
  animation: independence-day-pop-in .42s cubic-bezier(.2,.8,.25,1) both;
}

.home-page .independence-day-popup[hidden] { display: none !important; }

.home-page .independence-day-popup > img {
  display: block;
  width: 100%;
  height: auto;
}

.home-page .independence-day-popup-close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.home-page .independence-day-popup-close:focus-visible {
  outline: 2px solid #102a43;
  outline-offset: -3px;
}

/* Laptop / desktop placement: compact card over the furniture side of the hero. */
.home-page .independence-day-popup-desktop {
  position: absolute;
  z-index: 7;
  top: 34px;
  left: 51.5%;
  width: clamp(138px, 12vw, 172px);
}

@media (max-width: 760px) {
  .home-page .independence-day-popup-desktop { display: none; }

  .home-page .independence-day-popup-mobile {
    position: absolute;
    z-index: 5;
    top: 12px;
    left: 10px;
    width: clamp(116px, 35%, 168px);
    margin: 0;
  }
}

@keyframes independence-day-pop-in {
  from { opacity: 0; transform: translateY(-8px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 350px) {
  .home-page .independence-day-popup-mobile {
    top: 10px;
    left: 8px;
    width: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .independence-day-popup { animation: none !important; }
}

/* === 2026-08-14: Final responsive visual refinements === */
/* Mobile Home slogan: match the desktop Playfair treatment; all wording in brand blue. */
@media (max-width: 760px) {
  .home-page .hero-mobile-option2 h2 {
    color: #102a43;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-weight: 700;
    line-height: .94;
    letter-spacing: -.043em;
    text-transform: none;
  }

  .home-page .hero-mobile-option2 h2 .slogan-main,
  .home-page .hero-mobile-option2 h2 .slogan-meets {
    display: inline;
    margin: 0;
    color: #102a43;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.043em;
    text-transform: none;
    vertical-align: baseline;
  }
}

/* Mobile Infrastructure hero: compact 4:3 photo card with the complete cutting photograph visible. */
@media (max-width: 760px) {
  .infra-page .infra-hero-visual {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin-top: 14px;
  }

  .infra-page .infra-hero-visual::before,
  .infra-page .infra-hero-photo-small,
  .infra-page .infra-orbit {
    display: none !important;
  }

  .infra-page .infra-hero-photo-main {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 92% !important;
    max-width: 520px !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    transform: none !important;
    box-shadow: 0 14px 34px rgba(7,27,46,.14) !important;
  }

  .infra-page .infra-hero-photo-main img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
    background: #171d22;
  }

  .infra-page .infra-hero-photo-main figcaption {
    left: 16px;
    bottom: 13px;
    font-size: 7px;
  }
}

/* Laptop / desktop Independence Day greeting: small card anchored to the hero bottom-left. */
@media (min-width: 761px) {
  .home-page .independence-day-popup-desktop {
    position: absolute;
    z-index: 7;
    top: auto !important;
    right: auto !important;
    bottom: 22px !important;
    left: 18px !important;
    width: clamp(104px, 8vw, 128px) !important;
    transform-origin: bottom left;
  }

  .home-page .independence-day-popup-desktop .independence-day-popup-close {
    width: 24px;
    height: 24px;
  }
}

/* === 2026-08-14: Requested final visual corrections === */
/* Mobile slogan: keep the desktop font treatment; MEETS returns to brand orange. */
@media (max-width: 760px) {
  .home-page .hero-mobile-option2 h2 .slogan-main {
    color: #102a43 !important;
  }

  .home-page .hero-mobile-option2 h2 .slogan-meets {
    color: #e96325 !important;
  }
}

/* Laptop / desktop Independence Day greeting: compact square at the hero bottom-left. */
@media (min-width: 761px) {
  .home-page .independence-day-popup-desktop {
    position: absolute !important;
    z-index: 7;
    top: auto !important;
    right: auto !important;
    bottom: 18px !important;
    left: 18px !important;
    width: clamp(112px, 9vw, 142px) !important;
    height: clamp(112px, 9vw, 142px) !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 12px !important;
    transform-origin: bottom left;
  }

  .home-page .independence-day-popup-desktop > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 43% !important;
  }

  .home-page .independence-day-popup-desktop .independence-day-popup-close {
    top: 2px;
    right: 2px;
    width: 22px;
    height: 22px;
  }
}

/* Infrastructure mobile hero: restore the earlier layered two-photo composition. */
@media (max-width: 760px) {
  .infra-page .infra-hero-visual {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 350px !important;
    height: 350px !important;
    margin-top: 0 !important;
  }

  .infra-page .infra-hero-visual::before {
    display: block !important;
  }

  .infra-page .infra-hero-photo-main {
    position: absolute !important;
    inset: 0 0 auto 8% !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    margin: 0 !important;
    overflow: hidden !important;
    transform: none !important;
  }

  .infra-page .infra-hero-photo-main img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
    background: var(--ink) !important;
  }

  .infra-page .infra-hero-photo-small {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    bottom: 38px !important;
    width: 42% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    border: 6px solid var(--cream) !important;
    transform: none !important;
  }

  .infra-page .infra-hero-photo-small img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .infra-page .infra-orbit {
    display: grid !important;
    right: -20px !important;
    top: 24px !important;
    width: 94px !important;
    height: 94px !important;
  }
}

/* === 2026-08-14: Desktop Independence Day compact fixed celebration button === */
@media (min-width: 761px) {
  .home-page .independence-day-popup-desktop {
    position: fixed !important;
    z-index: 1200 !important;
    top: auto !important;
    right: auto !important;
    bottom: 18px !important;
    left: 18px !important;
    display: flex !important;
    align-items: stretch !important;
    width: 198px !important;
    height: 72px !important;
    min-width: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    border: 1px solid rgba(227, 91, 29, .34) !important;
    border-radius: 15px !important;
    background:
      linear-gradient(90deg, #ff9933 0 33.333%, #ffffff 33.333% 66.666%, #138808 66.666% 100%) bottom / 100% 3px no-repeat,
      #fffdf9 !important;
    box-shadow: 0 9px 26px rgba(7, 27, 46, .20) !important;
    transform-origin: bottom left !important;
    transition: transform .22s ease, box-shadow .22s ease !important;
  }

  .home-page .independence-day-popup-desktop:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 13px 32px rgba(7, 27, 46, .24) !important;
  }

  .home-page .independence-day-popup-desktop > img {
    flex: 0 0 62px !important;
    width: 62px !important;
    height: 69px !important;
    object-fit: cover !important;
    object-position: center 34% !important;
    border-right: 1px solid rgba(16, 42, 67, .10) !important;
  }

  .home-page .independence-day-popup-desktop::after {
    content: "Happy Independence Day\A Jesan Steel Works";
    white-space: pre-line;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding: 7px 27px 8px 10px;
    color: #102a43;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.38;
    letter-spacing: .01em;
  }

  .home-page .independence-day-popup-desktop .independence-day-popup-close {
    top: 5px !important;
    right: 5px !important;
    width: 19px !important;
    height: 19px !important;
    border: 1px solid rgba(16, 42, 67, .13) !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 2px 7px rgba(7, 27, 46, .10) !important;
  }
}
