@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --ink: #17142b;
  --muted: #6b6680;
  --gold: #f4a62a;
  --gold-light: #ffe2a8;
  --cream: #fff9f2;
  --white: #ffffff;
  --line: #f0d9d1;
  --blue: #38256f;
  --pink: #e94f8a;
  --teal: #17a6a1;
  --purple: #6e4bd9;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--ink); background: var(--cream); line-height: 1.6; background-image: radial-gradient(circle at 10% 10%, rgba(244,166,42,.10), transparent 22%), radial-gradient(circle at 90% 20%, rgba(233,79,138,.08), transparent 25%); }
a { text-decoration: none; color: inherit; }

.navbar {
  position: sticky; top: 0; z-index: 10; display: flex; justify-content: space-between; align-items: center;
  padding: 16px 7%; background: rgba(255,250,241,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; }
.brand img { width: 48px; height: 48px; object-fit: contain; border-radius: 50%; }
nav { display: flex; gap: 28px; font-size: .95rem; color: var(--muted); }
nav a:hover { color: var(--gold); }

.hero { min-height: 78vh; padding: 80px 7%; display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; background: linear-gradient(135deg, #fff9f2 0%, #ffe9d4 42%, #f3e8ff 100%); position: relative; overflow: hidden; }
.eyebrow { color: var(--gold); letter-spacing: 2px; font-size: .75rem; font-weight: 700; margin-bottom: 12px; }
h1, h2 { font-family: 'Playfair Display', serif; line-height: 1.1; }
h1 { font-size: clamp(3rem, 7vw, 6rem); max-width: 800px; }
h1 span { color: var(--gold); font-size: .42em; letter-spacing: 1px; }
.hero-text { max-width: 580px; color: var(--muted); font-size: 1.08rem; margin: 24px 0; }
.buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 13px 24px; border-radius: 999px; font-weight: 700; transition: .25s; }
.btn:hover { transform: translateY(-2px); }
.primary { background: var(--gold); color: white; }
.secondary { border: 1px solid var(--gold); color: var(--gold); }

.hero-card { min-height: 420px; display: grid; place-items: center; border-radius: 28px; background: linear-gradient(145deg, #38256f, #e94f8a 55%, #f4a62a); overflow: hidden; box-shadow: 0 24px 60px rgba(56,37,111,.25); }
.frame-art { position: relative; width: 330px; height: 300px; }
.frame { position: absolute; width: 190px; height: 230px; border: 9px solid; box-shadow: 0 15px 25px rgba(0,0,0,.25); }
.frame-one { left: 105px; top: 8px; border-color: #d9e7f2; transform: rotate(11deg); }
.frame-two { left: 70px; top: 30px; border-color: #2d8fd5; transform: rotate(-4deg); }
.frame-three { left: 30px; top: 55px; border-color: var(--gold); transform: rotate(-15deg); }
.camera { position: absolute; left: 35px; bottom: 10px; font-size: 6rem; filter: drop-shadow(0 12px 8px rgba(0,0,0,.35)); }

.section { padding: 100px 7%; }
.section-heading { text-align: center; max-width: 700px; margin: 0 auto 45px; }
.section-heading h2 { font-size: clamp(2.3rem, 5vw, 4rem); margin-bottom: 12px; }
.section-heading p:last-child { color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { padding: 28px 22px; background: linear-gradient(145deg, #ffffff, #fff8f3); border: 1px solid var(--line); border-radius: 18px; transition: .25s; position: relative; overflow: hidden; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 15px 30px rgba(0,0,0,.08); border-color: var(--pink); }
.service-card span { font-size: 2rem; display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: linear-gradient(135deg, #ffe2a8, #ffd0e4); }
.service-card h3 { margin: 14px 0 7px; }
.service-card p { color: var(--muted); font-size: .92rem; }

.gallery-section { background: linear-gradient(180deg, #ffffff, #fff5fb); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-placeholder { min-height: 250px; display: grid; place-items: center; align-content: center; text-align: center; border: 2px dashed #d8c8a8; border-radius: 20px; background: #fffaf1; padding: 20px; }
.gallery-placeholder span { font-size: 3rem; }
.gallery-placeholder h3 { margin: 10px 0 3px; }
.gallery-placeholder p { color: var(--muted); font-size: .9rem; }
.upload-btn { display: block; width: fit-content; margin: 28px auto 10px; padding: 12px 22px; border-radius: 999px; background: var(--blue); color: white; cursor: pointer; font-weight: 700; }
.upload-btn input { display: none; }
.upload-note { text-align: center; color: var(--muted); font-size: .85rem; }

.about-section { padding: 90px 7%; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; background: linear-gradient(120deg, #38256f, #6e4bd9 50%, #e94f8a); color: white; }
.about-section h2 { font-size: clamp(2.3rem, 5vw, 4rem); }
.about-section p:last-child { color: #d8e2ed; font-size: 1.1rem; }

.cta { text-align: center; padding: 90px 7%; background: linear-gradient(135deg, #ffe2a8, #ffd0e4 55%, #dcd4ff); }
.cta h2 { font-size: clamp(2.2rem, 5vw, 4rem); margin-bottom: 12px; }
.cta p { color: var(--muted); margin-bottom: 25px; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 900px; margin: auto; }
.contact-card { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 28px; text-align: center; display: grid; gap: 5px; }
.contact-card:hover { border-color: var(--gold); }
.contact-card span { font-size: 2rem; }
.contact-card small { color: var(--muted); }

footer { padding: 25px 7%; text-align: center; color: var(--muted); font-size: .85rem; border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-section { grid-template-columns: 1fr; gap: 25px; }
}
@media (max-width: 600px) {
  nav { display: none; }
  .navbar { padding: 12px 5%; }
  .hero, .section, .about-section { padding-left: 5%; padding-right: 5%; }
  .service-grid { grid-template-columns: 1fr; }
  h1 { font-size: 3rem; }
}

.primary { box-shadow: 0 10px 22px rgba(244,166,42,.25); }
.contact-card { transition: .25s; }
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 14px 28px rgba(56,37,111,.10); }

.gallery-item { min-height: 250px; border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 10px 25px rgba(56,37,111,.10); border: 1px solid var(--line); }
.gallery-item img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; display: block; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.04); }

/* Premium visual redesign */
body {
  background: #fffaf5;
  color: #241b26;
}
.navbar {
  background: rgba(255,250,245,.92);
  border-bottom: 1px solid rgba(120,48,36,.12);
}
.brand span {
  font-family: 'Playfair Display', serif;
  color: #7d1f26;
  font-size: 1.2rem;
}
.hero {
  min-height: 86vh;
  padding: 72px 7%;
  background:
    radial-gradient(circle at 80% 20%, rgba(242,179,69,.25), transparent 28%),
    linear-gradient(120deg, #fffaf5 0%, #f9e7d3 48%, #f3d5cf 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  color: #5c1720;
  letter-spacing: -2px;
}
.hero h1 span {
  color: #b87320;
  font-size: .55em;
}
.hero-text {
  font-size: 1.12rem;
  max-width: 590px;
}
.hero-trust {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  color: #6d5960;
  font-size: .92rem;
  font-weight: 600;
}
.btn {
  border-radius: 10px;
  padding: 14px 22px;
}
.primary {
  background: linear-gradient(135deg, #7d1f26, #b73339);
}
.whatsapp {
  background: #20a85a;
  color: white;
}
.outline {
  border: 1px solid #7d1f26;
  color: #7d1f26;
  background: rgba(255,255,255,.55);
}
.hero-gallery {
  min-height: 500px;
  position: relative;
  display: grid;
  place-items: center;
}
.featured-frame {
  width: min(370px, 75%);
  padding: 15px;
  background: #f8f1e6;
  border: 12px solid #6e1b21;
  box-shadow: 0 28px 50px rgba(80,31,25,.25);
  transform: rotate(3deg);
  position: relative;
  z-index: 2;
}
.featured-frame img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.frame-caption {
  background: #f8f1e6;
  color: #6e1b21;
  padding: 12px 8px 4px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: .95rem;
}
.mini-frame {
  position: absolute;
  width: 150px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0,0,0,.2);
  z-index: 3;
}
.mini-frame img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.mini-one { left: 4%; top: 12%; transform: rotate(-10deg); }
.mini-two { right: 2%; bottom: 12%; transform: rotate(10deg); }
.sparkle {
  position: absolute;
  font-size: 5rem;
  color: #c69235;
  right: 10%;
  top: 4%;
}
.featured-work {
  padding: 100px 7%;
  background: #fff;
}
.featured-work-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.featured-copy h2 {
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  color: #5c1720;
}
.featured-copy h2 span {
  color: #b87320;
}
.featured-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 520px;
  margin: 20px 0;
}
.text-link {
  color: #7d1f26;
  font-weight: 700;
}
.featured-collage {
  min-height: 450px;
  position: relative;
}
.collage-main {
  width: 78%;
  height: 400px;
  object-fit: cover;
  border: 12px solid #fff;
  box-shadow: 0 20px 40px rgba(50,25,25,.18);
  transform: rotate(-3deg);
}
.collage-small {
  position: absolute;
  width: 42%;
  height: 190px;
  object-fit: cover;
  right: 0;
  bottom: 15px;
  border: 10px solid #fff;
  box-shadow: 0 15px 30px rgba(50,25,25,.22);
  transform: rotate(7deg);
}
.section-heading h2 {
  color: #5c1720;
}
.service-card {
  border-radius: 14px;
}
.gallery-item {
  border-radius: 12px;
}
.gallery-item img {
  min-height: 280px;
}
.cta {
  background: linear-gradient(120deg, #7d1f26, #b73339 50%, #d08b29);
  color: white;
}
.cta h2, .cta p {
  color: white;
}
.contact-section {
  background: #fffaf5;
}
.contact-card {
  border-radius: 14px;
}
@media (max-width: 900px) {
  .featured-work-inner { grid-template-columns: 1fr; }
  .hero-gallery { min-height: 430px; }
}
@media (max-width: 600px) {
  .hero { padding-top: 48px; }
  .hero-trust { flex-wrap: wrap; }
  .featured-frame { width: 82%; }
  .mini-frame { width: 110px; }
  .mini-frame img { height: 100px; }
  .featured-collage { min-height: 360px; }
  .collage-main { height: 320px; }
}

/* Colourful modern landing page theme */
:root { --orange:#ff9f1c; --pink:#ed4b8a; --teal:#aef5ee; --dark:#171522; }
body { background:#fffaf7; overflow-x:hidden; }
.navbar {
  position:fixed; top:22px; left:3%; right:3%; z-index:100;
  border-radius:50px; padding:12px 18px 12px 24px;
  background:rgba(255,255,255,.92); box-shadow:0 12px 40px rgba(0,0,0,.15);
  backdrop-filter:blur(16px); display:flex; align-items:center; justify-content:space-between;
}
.brand { display:flex; align-items:center; gap:10px; color:#1c1824; font-family:'Playfair Display',serif; font-weight:800; font-size:1.15rem; }
.brand small { display:block; font:700 .55rem 'DM Sans',sans-serif; letter-spacing:1.5px; color:#7d1f26; }
.brand-mark { width:42px; height:42px; border-radius:50%; display:grid; place-items:center; background:linear-gradient(135deg,#ff9f1c,#ed4b8a); font-size:1.2rem; }
.navbar nav { display:flex; gap:8px; align-items:center; }
.navbar nav a { padding:12px 18px; border-radius:28px; color:#27232c; font-weight:700; }
.navbar nav a:hover,.navbar nav a.active { background:linear-gradient(135deg,#ff9f1c,#ffb84d); color:#fff; }
.nav-book { padding:14px 22px; border-radius:30px; color:#fff; font-weight:800; background:linear-gradient(135deg,#19b866,#23d66f); box-shadow:0 8px 20px rgba(25,184,102,.25); }
.hero { min-height:100vh; padding:150px 7% 80px; position:relative; display:grid; grid-template-columns:1.15fr .85fr; align-items:center; gap:30px; color:#fff; overflow:hidden; background:#1b1725; }
.hero-bg { position:absolute; inset:0; background:linear-gradient(90deg,rgba(18,13,27,.94),rgba(18,13,27,.76) 45%,rgba(18,13,27,.28)),url('images/work-6.png') center/cover; filter:saturate(1.15); transform:scale(1.03); }
.hero-bg:after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 80% 25%,rgba(255,159,28,.35),transparent 25%),radial-gradient(circle at 65% 80%,rgba(237,75,138,.28),transparent 28%); }
.hero-content,.hero-showcase { position:relative; z-index:2; }
.hero h1 { font-size:clamp(3rem,6vw,6.2rem); line-height:.98; color:#fff; letter-spacing:-2px; margin:14px 0 22px; }
.hero h1 span { color:var(--teal); font-family:'Playfair Display',serif; font-style:italic; }
.hero-text { max-width:650px; color:rgba(255,255,255,.86); font-size:1.15rem; }
.hero-script { color:#ffb52f; font-family:'Playfair Display',serif; font-style:italic; font-size:1.7rem; margin:12px 0 25px; }
.buttons { display:flex; flex-wrap:wrap; gap:14px; }
.btn { border-radius:40px; padding:16px 26px; font-weight:800; }
.primary { background:#fff; color:#ff9418; box-shadow:0 12px 28px rgba(0,0,0,.18); }
.whatsapp { background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.65); color:#fff; }
.hero-stats { margin-top:42px; width:min(580px,100%); padding:20px 28px; display:flex; justify-content:space-between; gap:20px; border-radius:22px; background:rgba(20,18,25,.65); border:1px solid rgba(255,255,255,.25); backdrop-filter:blur(14px); }
.hero-stats div { flex:1; text-align:center; border-right:1px solid rgba(255,255,255,.25); }
.hero-stats div:last-child { border-right:0; }
.hero-stats strong { display:block; font-size:1.8rem; }
.hero-stats span { color:rgba(255,255,255,.7); font-size:.82rem; }
.hero-showcase { min-height:560px; position:relative; }
.showcase-card { position:absolute; padding:10px; background:#fff; border-radius:14px; box-shadow:0 25px 60px rgba(0,0,0,.35); }
.showcase-card img { display:block; width:100%; height:100%; object-fit:cover; border-radius:8px; }
.showcase-main { width:68%; height:430px; right:12%; top:55px; transform:rotate(4deg); z-index:3; }
.showcase-main img { height:calc(100% - 34px); }
.showcase-main span { display:block; color:#7d1f26; text-align:center; padding:8px 2px 0; font-family:'Playfair Display',serif; font-size:.9rem; }
.showcase-top { width:30%; height:180px; left:4%; top:35px; transform:rotate(-10deg); z-index:4; }
.showcase-bottom { width:36%; height:205px; right:0; bottom:30px; transform:rotate(9deg); z-index:4; }
.floating-star { position:absolute; color:#ffb52f; font-size:4rem; }
.star-one { right:0; top:5px; }
.star-two { left:0; bottom:110px; color:var(--teal); }
.floating-actions { position:fixed; right:22px; bottom:26px; z-index:120; display:flex; flex-direction:column; gap:12px; }
.floating-actions a { width:58px; height:58px; border-radius:50%; display:grid; place-items:center; color:#fff; font-size:1.5rem; box-shadow:0 10px 25px rgba(0,0,0,.25); }
.floating-actions a:nth-child(1){background:#ff9f1c}.floating-actions a:nth-child(2){background:#20c96b}.floating-actions a:nth-child(3){background:#ef4c69}
@media(max-width:900px){.navbar nav,.nav-book{display:none}.hero{grid-template-columns:1fr;padding-top:130px}.hero-showcase{min-height:460px}}
@media(max-width:600px){.navbar{top:10px;left:3%;right:3%}.hero{padding:125px 6% 60px}.hero h1{font-size:3.1rem}.hero-stats{padding:16px 10px}.hero-stats strong{font-size:1.25rem}.hero-stats span{font-size:.7rem}.showcase-main{width:72%;right:10%;height:360px}.showcase-top{width:31%;height:140px}.showcase-bottom{width:38%;height:155px}}

/* ===============================
   REFERENCE-STYLE FULLSCREEN HERO
   =============================== */

.hero {
  min-height: 100vh;
  padding: 150px 5% 70px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: #16131b;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  transform: scale(1.04);
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(18,12,22,.94) 0%, rgba(18,12,22,.72) 42%, rgba(18,12,22,.26) 100%),
    linear-gradient(0deg, rgba(15,10,18,.94) 0%, transparent 52%, rgba(15,10,18,.42) 100%);
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 6.5rem);
  line-height: .98;
  color: white;
  margin: 14px 0 22px;
  text-shadow: 0 5px 25px rgba(0,0,0,.35);
}

.hero h1 span {
  color: #b7fff4;
  font-style: italic;
}

.hero-text {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(255,255,255,.9);
  font-size: 1.15rem;
}

.hero-script {
  color: #ffbf3f;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.65rem;
  margin: 12px 0 24px;
}

.hero .buttons {
  justify-content: center;
}

.hero .btn {
  border-radius: 50px;
  padding: 17px 30px;
  font-size: 1rem;
}

.hero .btn.primary {
  background: white;
  color: #f39716;
}

.hero .btn.secondary {
  background: rgba(255,255,255,.17);
  border: 1px solid rgba(255,255,255,.65);
  color: white;
}

.hero-stats {
  width: min(610px, 100%);
  margin: 40px auto 0;
  padding: 20px 26px;
  display: flex;
  justify-content: space-around;
  border-radius: 22px;
  background: rgba(25,22,29,.67);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(14px);
}

.hero-stats div {
  flex: 1;
  border-right: 1px solid rgba(255,255,255,.25);
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats strong {
  display: block;
  font-size: 1.8rem;
  color: white;
}

.hero-stats span {
  color: rgba(255,255,255,.72);
  font-size: .82rem;
}

/* Service options at the bottom of the hero, like the reference website */
.hero-services {
  position: relative;
  z-index: 4;
  width: min(1220px, 100%);
  margin: 55px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.hero-service {
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.93);
  color: #211b25;
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
  transition: transform .25s ease, box-shadow .25s ease;
}

.hero-service:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,.35);
}

.service-image {
  height: 130px;
  overflow: hidden;
  border-radius: 12px;
  background: #eee;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.hero-service:hover .service-image img {
  transform: scale(1.08);
}

.hero-service h3 {
  margin: 12px 4px 3px;
  font-size: 1rem;
  color: #651d27;
}

.hero-service p {
  margin: 0 4px 10px;
  font-size: .78rem;
  color: #777;
}

.hero-service a {
  display: block;
  margin: 0 4px 3px;
  font-size: .78rem;
  font-weight: 800;
  color: #e68a12;
}

.floating-actions {
  z-index: 120;
}

@media (max-width: 1050px) {
  .hero-services {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .hero {
    padding: 125px 5% 45px;
  }

  .hero h1 {
    font-size: 3.1rem;
  }

  .hero-services {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 35px;
  }

  .service-image {
    height: 110px;
  }

  .hero-stats {
    padding: 15px 8px;
  }

  .hero-stats strong {
    font-size: 1.25rem;
  }

  .hero-stats span {
    font-size: .68rem;
  }
}

@media (max-width: 420px) {
  .hero-services {
    grid-template-columns: 1fr;
  }

  .service-image {
    height: 160px;
  }
}

/* Background imagery is intentionally separate from the business gallery:
   it uses tasteful art/gallery/interior photography to create a premium visual atmosphere. */
.hero-bg {
  background-color: #1a1520;
  background-position: center;
  background-size: cover;
}
