:root {
  --ink: #14213d;
  --muted: #5e687a;
  --paper: #fffdf8;
  --orange: #f26a1b;
  --orange-dark: #c9460b;
  --gold: #f3aa25;
  --blue: #164b86;
  --navy: #0f2340;
  --line: #e9dfd2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Nirmala UI", "Kohinoor Devanagari", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.top-strip {
  color: #fff;
  background: var(--navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}

.top-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
}

.top-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-contact i {
  width: 3px;
  height: 3px;
  background: rgba(255,255,255,.55);
  border-radius: 50%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,253,248,.95);
  border-bottom: 1px solid rgba(20,33,61,.08);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  min-height: 78px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  background: linear-gradient(145deg, var(--orange), var(--gold));
  border-radius: 12px 12px 12px 4px;
  box-shadow: 0 9px 20px rgba(242,106,27,.22);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  line-height: 1.3;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex: 1;
  font-size: 13px;
  font-weight: 800;
}

.main-nav a {
  position: relative;
  padding-block: 28px;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--orange);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.login-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: var(--blue);
  border-radius: 9px;
  box-shadow: 0 8px 18px rgba(22,75,134,.2);
  transition: transform .2s ease, box-shadow .2s ease;
}

.login-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(22,75,134,.27);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 45%, rgba(255,255,255,.72), transparent 29%),
    linear-gradient(112deg, #fffaf1 0%, #fff4de 49%, #f7e3c5 100%);
  border-bottom: 1px solid #eedcc1;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .23;
  background-image: linear-gradient(90deg, rgba(201,70,11,.12) 1px, transparent 1px),
    linear-gradient(rgba(201,70,11,.12) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, black, transparent 72%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  min-height: 650px;
}

.hero-copy {
  padding: 80px 0 100px;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 27px;
  height: 3px;
  background: var(--orange);
  border-radius: 9px;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(42px, 5.6vw, 76px);
  font-weight: 900;
  line-height: 1.13;
  letter-spacing: -.04em;
}

.hero h1 em {
  display: block;
  color: var(--orange-dark);
  font-style: normal;
}

.hero-intro {
  max-width: 610px;
  margin: 25px 0 0;
  color: #4f596a;
  font-size: 17px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.primary-action,
.outline-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 50px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 900;
  border-radius: 8px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.primary-action {
  color: #fff;
  background: linear-gradient(100deg, var(--orange-dark), var(--orange));
  box-shadow: 0 15px 30px rgba(201,70,11,.2);
}

.primary-action:hover,
.outline-action:hover {
  transform: translateY(-2px);
}

.text-action {
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: 900;
  border-bottom: 1px solid var(--ink);
}

.hero-help {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 35px;
}

.help-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--orange-dark);
  background: #fff;
  border: 1px solid #f2d7bd;
  border-radius: 50%;
}

.hero-help small,
.hero-help a {
  display: block;
}

.hero-help small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.hero-help a {
  margin-top: 2px;
  font-size: 15px;
  font-weight: 900;
}

.hero-photo-wrap {
  position: relative;
  align-self: end;
  height: 605px;
}

.hero-photo-ring {
  position: absolute;
  top: 88px;
  right: 30px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(201,70,11,.24);
  border-radius: 50%;
}

.hero-photo-ring::before,
.hero-photo-ring::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.hero-photo-ring::before {
  inset: 24px;
  border: 1px dashed rgba(201,70,11,.24);
}

.hero-photo-ring::after {
  inset: 78px;
  background: rgba(255,255,255,.38);
}

.hero-photo-card {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: min(480px, 100%);
  height: 555px;
  overflow: hidden;
  border-radius: 240px 240px 18px 18px;
  box-shadow: 0 25px 65px rgba(72,42,15,.23);
}

.hero-photo-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(20,33,61,.28), transparent 35%);
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 31%;
  transform: scale(1.02);
}

.hero-name-card {
  position: absolute;
  right: -5px;
  bottom: 36px;
  z-index: 3;
  width: 290px;
  padding: 16px 20px;
  color: #fff;
  background: rgba(15,35,64,.93);
  border-left: 4px solid var(--orange);
  box-shadow: 0 18px 35px rgba(15,35,64,.26);
  backdrop-filter: blur(10px);
}

.hero-name-card span,
.hero-name-card small,
.hero-name-card strong {
  display: block;
}

.hero-name-card span {
  color: #ffc67f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.hero-name-card strong {
  margin-top: 3px;
  font-size: 21px;
}

.hero-name-card small {
  margin-top: 3px;
  color: #d6e1ef;
  font-size: 10px;
  font-weight: 700;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.hero-orb-one {
  top: 60px;
  right: -110px;
  width: 300px;
  height: 300px;
  background: rgba(242,106,27,.12);
}

.hero-orb-two {
  right: 43%;
  bottom: -90px;
  width: 180px;
  height: 180px;
  background: rgba(22,75,134,.08);
}

.quick-links {
  position: relative;
  z-index: 5;
  margin-top: -1px;
  background: var(--navy);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.quick-grid > a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  min-height: 96px;
  padding: 0 28px;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.13);
  transition: background .2s ease;
}

.quick-grid > a:first-child {
  border-left: 1px solid rgba(255,255,255,.13);
}

.quick-grid > a:hover {
  background: rgba(255,255,255,.06);
}

.quick-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #ffc479;
  border: 1px solid rgba(255,196,121,.35);
  border-radius: 50%;
}

.quick-grid small,
.quick-grid strong {
  display: block;
}

.quick-grid small {
  color: #aebcd0;
  font-size: 10px;
  font-weight: 800;
}

.quick-grid strong {
  margin-top: 3px;
  font-size: 14px;
}

.quick-grid b {
  color: #ffc479;
}

.section {
  padding: 105px 0;
}

.about-section {
  background: #fffdf8;
}

.about-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 100px;
}

.about-image {
  position: relative;
  padding: 0 35px 35px 0;
}

.about-image::before {
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 0;
  left: 35px;
  content: "";
  border: 1px solid #e9b377;
  border-radius: 8px;
}

.about-image-frame {
  position: relative;
  z-index: 2;
  height: 510px;
  overflow: hidden;
  background: #f1e6d8;
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(61,42,22,.17);
}

.about-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.assembly-tag {
  position: absolute;
  right: -24px;
  bottom: 70px;
  z-index: 3;
  padding: 16px 22px;
  color: #fff;
  background: var(--orange-dark);
  box-shadow: 0 15px 30px rgba(201,70,11,.22);
}

.assembly-tag span,
.assembly-tag strong {
  display: block;
}

.assembly-tag span {
  color: #ffd8ad;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.assembly-tag strong {
  margin-top: 3px;
  font-size: 15px;
}

.section-kicker {
  margin-bottom: 13px;
}

.section-kicker::before {
  width: 22px;
  height: 2px;
  content: "";
  background: var(--orange);
}

.about-copy h2,
.section-heading h2,
.social-title h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(31px, 3.8vw, 48px);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: -.025em;
}

.about-copy .lead {
  margin: 26px 0 10px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 800;
}

.about-copy > p:not(.section-kicker):not(.lead) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}

.about-copy blockquote {
  margin: 26px 0;
  padding: 12px 18px;
  color: #7c3512;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.75;
  background: #fff5e8;
  border-left: 3px solid var(--orange);
}

.outline-action {
  color: var(--orange-dark);
  border: 1px solid #e7a86f;
}

.service-section {
  background: #f5f7fb;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr .7fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 48px;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  position: relative;
  min-height: 275px;
  padding: 32px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(26,45,73,.06);
  transition: transform .22s ease, box-shadow .22s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(26,45,73,.12);
}

.service-card::after {
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 115px;
  height: 115px;
  content: "";
  background: #fff3e4;
  border-radius: 50%;
}

.service-number {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: var(--orange);
  border-radius: 50% 50% 50% 12px;
}

.service-card h3 {
  margin: 25px 0 11px;
  font-size: 20px;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.service-card a {
  position: absolute;
  bottom: 28px;
  left: 32px;
  z-index: 2;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
}

.gallery-section {
  background: #fffdf8;
}

.gallery-heading {
  margin-bottom: 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  grid-template-rows: 230px 230px;
  gap: 16px;
}

.gallery-featured {
  position: relative;
  grid-row: 1 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-featured::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(15,35,64,.78), transparent 54%);
}

.gallery-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.gallery-featured figcaption {
  position: absolute;
  right: 30px;
  bottom: 25px;
  left: 30px;
  z-index: 2;
  color: #fff;
}

.gallery-featured span,
.gallery-featured strong {
  display: block;
}

.gallery-featured span {
  color: #ffc479;
  font-size: 10px;
  font-weight: 900;
}

.gallery-featured strong {
  margin-top: 4px;
  font-size: 21px;
}

.gallery-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-placeholder.warm {
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.24), transparent 22%),
    linear-gradient(135deg, #c9460b, #f28929);
}

.gallery-placeholder.cool {
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.16), transparent 22%),
    linear-gradient(135deg, #102847, #1f5b9a);
}

.gallery-placeholder span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.gallery-placeholder strong {
  margin-top: 6px;
  font-size: 24px;
}

.gallery-placeholder p {
  margin: 5px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 12px;
}

.social-section {
  color: #fff;
  background: var(--navy);
}

.social-title {
  text-align: center;
}

.social-title .section-kicker {
  justify-content: center;
  color: #ffc479;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 40px;
}

.social-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 84px;
  padding: 0 18px;
  color: #fff;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 9px;
  transition: transform .2s ease, background .2s ease;
}

.social-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.1);
}

.social-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  font-size: 15px;
  font-weight: 900;
  background: rgba(255,255,255,.12);
  border-radius: 8px;
}

.social-card small,
.social-card strong {
  display: block;
}

.social-card small {
  color: #aebcd0;
  font-size: 9px;
  font-weight: 800;
}

.social-card strong {
  margin-top: 3px;
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
}

.facebook .social-mark { background: #2765c7; }
.twitter .social-mark { background: #05070a; }
.instagram .social-mark { background: linear-gradient(135deg, #7446d8, #f04d57, #ef9a32); }
.youtube .social-mark { background: #e52b28; }

.contact-section {
  color: #fff;
  background:
    radial-gradient(circle at 15% 20%, rgba(242,106,27,.22), transparent 27%),
    linear-gradient(110deg, #132945, #0c1d35);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 90px;
}

.section-kicker.light {
  color: #ffc479;
}

.contact-copy > p:not(.section-kicker) {
  max-width: 590px;
  color: #bac7d8;
  line-height: 1.8;
}

.contact-copy address {
  margin-top: 28px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.85;
}

.contact-card {
  padding: 10px 30px 28px;
  color: var(--ink);
  background: #fff;
  border-top: 4px solid var(--orange);
  border-radius: 9px;
  box-shadow: 0 25px 65px rgba(0,0,0,.2);
}

.contact-card > a:not(.map-action) {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #e6e9ee;
}

.contact-card span,
.contact-card strong {
  display: block;
}

.contact-card span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.contact-card strong {
  margin-top: 4px;
  font-size: 15px;
  overflow-wrap: anywhere;
}

.contact-card .map-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding: 13px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: var(--orange-dark);
  border-radius: 7px;
}

footer {
  color: #d9e2ee;
  background: #091729;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 105px;
  gap: 25px;
}

.footer-brand {
  color: #fff;
}

.footer-brand small {
  color: #97a9bf;
}

.footer-grid p {
  margin: 0;
  color: #879bb4;
  font-size: 10px;
}

.footer-login {
  justify-self: end;
  color: #ffc479;
  font-size: 11px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .nav-wrap {
    justify-content: space-between;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-copy {
    padding: 65px 0 80px;
  }

  .hero-photo-wrap {
    height: 520px;
  }

  .hero-photo-card {
    right: 0;
    height: 485px;
  }

  .hero-photo-ring {
    right: 0;
    width: 360px;
    height: 360px;
  }

  .about-grid {
    gap: 55px;
  }

  .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .site-container {
    width: min(100% - 26px, 620px);
  }

  .top-strip-inner {
    justify-content: center;
  }

  .top-strip-inner > span:first-child {
    display: none;
  }

  .nav-wrap {
    min-height: 68px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    max-width: 165px;
    font-size: 12px;
  }

  .brand small {
    font-size: 8px;
  }

  .login-button {
    padding: 10px;
    font-size: 0;
  }

  .login-button span {
    font-size: 17px;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .hero-copy {
    width: 100%;
    padding: 55px 0 25px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-intro {
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .hero-photo-wrap {
    width: 100%;
    height: 430px;
  }

  .hero-photo-card {
    right: 50%;
    width: 340px;
    height: 405px;
    transform: translateX(50%);
  }

  .hero-photo-ring {
    top: 35px;
    right: 50%;
    width: 315px;
    height: 315px;
    transform: translateX(50%);
  }

  .hero-name-card {
    right: 0;
    bottom: 28px;
    width: 250px;
  }

  .quick-grid,
  .service-grid,
  .about-grid,
  .section-heading,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .quick-grid > a {
    min-height: 80px;
    padding: 0 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }

  .quick-grid > a:first-child {
    border-left: 0;
  }

  .section {
    padding: 75px 0;
  }

  .about-grid {
    gap: 55px;
  }

  .about-image {
    padding: 0 20px 20px 0;
  }

  .about-image-frame {
    height: 430px;
  }

  .assembly-tag {
    right: 0;
  }

  .section-heading {
    gap: 15px;
    margin-bottom: 30px;
  }

  .service-card {
    min-height: 250px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 400px 200px 200px;
  }

  .gallery-featured {
    grid-row: auto;
  }

  .social-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    gap: 45px;
  }

  .contact-card {
    padding-inline: 20px;
  }

  .footer-grid {
    justify-items: start;
    padding: 35px 0;
  }

  .footer-login {
    justify-self: start;
  }
}

@media (max-width: 400px) {
  .hero h1 {
    font-size: 36px;
  }

  .hero-photo-card {
    width: 300px;
  }

  .hero-name-card {
    width: 225px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}
