:root {
  --bg: #eff6f6;
  --surface: #ffffff;
  --surface-soft: #f7fbfb;
  --text: #13243f;
  --muted: #526271;
  --line: #d7e5e5;
  --primary: #0f766e;
  --primary-dark: #0b5a54;
  --navy: #102543;
  --shadow: 0 20px 50px rgba(16, 37, 67, 0.08);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0 0 1rem; line-height: 1.05; letter-spacing: -0.03em; }
h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.2rem; }
section { position: relative; }

.container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}
.section { padding: 5.2rem 0; }
.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--primary);
}
.small-note, .form-note { color: var(--muted); font-size: 0.95rem; }
.skip-link {
  position: absolute; left: -9999px; top: auto;
}
.skip-link:focus { left: 1rem; top: 1rem; background: #fff; padding: .75rem 1rem; z-index: 9999; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(239, 246, 246, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16, 37, 67, 0.06);
}
.simple-header { position: static; }
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
}
.brand { display: inline-flex; align-items: center; }
.brand img { height: auto; }
.brand-stacked {
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}
.brand-stacked img { width: clamp(84px, 9vw, 118px); }
.brand-stacked span {
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  letter-spacing: -0.03em;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-weight: 600;
}
.nav-links a { color: var(--text); opacity: 0.88; }
.nav-links a:hover { opacity: 1; }
.nav-cta {
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  background: var(--navy);
  color: #fff !important;
}
.nav-toggle {
  display: none;
  border: 0;
  background: var(--navy);
  color: #fff;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font-weight: 700;
}

.hero { padding-top: 3.5rem; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}
.hero-copy { padding-right: 1rem; }
.hero-subtitle { font-size: 1.16rem; color: var(--muted); max-width: 46rem; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1rem;
}
.hero-secondary-actions { margin-top: 0; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 56px;
  padding: 0 1.4rem;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: none;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-ghost { background: transparent; color: var(--navy); border-color: rgba(16, 37, 67, 0.16); }
.btn-whatsapp-inline { background: #25D366; color: #fff; }
.full-width { width: 100%; }
.center-actions { justify-content: center; }

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.3rem;
}
.trust-row span {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid #93e5dc;
  background: rgba(255,255,255,.55);
  font-weight: 600;
}

.hero-card, .action-panel, .pricing-card, .contact-card, .final-cta-box, .legal-card, .format-card, .step, .compare-card {
  background: var(--surface);
  border: 1px solid rgba(16, 37, 67, 0.07);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card { overflow: hidden; }
.hero-card-top { padding: 1.1rem 1.1rem 0; }
.mini-logo-tape {
  min-height: 250px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0a1937 0%, #243552 100%);
  position: relative;
  padding: 1rem;
}
.mini-logo-tape::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 20px;
  border: 2px solid rgba(255,255,255,.08);
}
.mini-reel {
  width: 92px; height: 92px; border-radius: 50%;
  position: absolute; top: 52px;
  background: radial-gradient(circle, #f5f7fa 0 22%, #bdc9d4 23% 24%, transparent 25%),
    repeating-conic-gradient(from 0deg, #f4f7fb 0 12deg, #a3b4c8 12deg 24deg);
}
.mini-reel:first-child { left: 70px; }
.mini-reel:last-child { right: 70px; }
.mini-label {
  position: absolute;
  left: 50%; bottom: 48px; transform: translateX(-50%);
  background: #fff; color: var(--navy);
  padding: 0.9rem 1.35rem; border-radius: 18px; font-weight: 800; font-size: 1.4rem;
}
.hero-card-content { padding: 1.4rem 1.6rem 1.8rem; }
.hero-card-content p { color: var(--muted); }
.tick-list { padding-left: 1.2rem; margin: 0; color: var(--muted); }
.tick-list li { margin-bottom: .35rem; }

.strip-section { padding: 1.2rem 0 0; }
.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.strip-grid > div {
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(16, 37, 67, 0.06);
  border-radius: 18px;
  padding: 1rem 1.2rem;
}
.strip-grid strong { display: block; margin-bottom: 0.2rem; }
.strip-grid span { color: var(--muted); }

.section-heading { text-align: center; max-width: 800px; margin: 0 auto 2.2rem; }
.align-left { text-align: left; margin-left: 0; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }

.formats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.format-card {
  padding: 1.25rem;
  text-align: left;
}
.format-card p { color: var(--muted); font-size: 0.98rem; }
.format-visual {
  min-height: 135px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(180deg, #f5fbfb 0%, #eef4f5 100%);
  margin-bottom: 1rem;
}
.format-visual svg { width: 100%; max-width: 180px; height: auto; }

.compare-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: center;
}
.compare-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  min-height: 360px;
}
.compare-half {
  position: relative;
  padding: 1rem;
  display: flex;
  align-items: end;
  justify-content: start;
}
.compare-half span {
  position: absolute;
  left: 1rem; top: 1rem;
  background: rgba(255,255,255,.88);
  color: var(--navy);
  border-radius: 999px;
  padding: .5rem .9rem;
  font-size: .9rem;
  font-weight: 800;
}
.compare-half.before {
  background: linear-gradient(180deg, #d7dce3, #c2ccd3);
}
.compare-half.after {
  background: linear-gradient(180deg, #e7f6f2, #d9f1ec);
}
.compare-half.before .memory-scene {
  filter: blur(1.6px) grayscale(.2) saturate(.85);
}
.compare-half.before::after {
  content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(180deg, rgba(255,255,255,.1) 0 2px, transparent 2px 6px); mix-blend-mode: soft-light;
}
.memory-scene {
  position: relative;
  width: 100%; height: 100%; min-height: 320px;
  border-radius: 22px;
  background: linear-gradient(180deg, #8bc5ff 0%, #eff7ff 45%, #7dd3c7 46%, #5cc1ae 100%);
  overflow: hidden;
}
.sun { position: absolute; width: 72px; height: 72px; border-radius: 50%; background: #ffd166; top: 36px; right: 44px; }
.mountain { position: absolute; bottom: 82px; background: #237165; clip-path: polygon(50% 0, 0 100%, 100% 100%); }
.mountain.one { width: 220px; height: 130px; left: 12px; }
.mountain.two { width: 190px; height: 120px; right: 8px; background: #2b8a7f; }
.person { position: absolute; bottom: 34px; width: 42px; height: 92px; background: #17324e; border-radius: 18px 18px 8px 8px; }
.person::before { content: ""; position: absolute; width: 34px; height: 34px; border-radius: 50%; background: #17324e; top: -22px; left: 4px; }
.person.one { left: 62px; }
.person.two { left: 122px; height: 82px; width: 38px; }
.compare-half.after .person { background: var(--navy); }
.compare-half.after .person::before { background: var(--navy); }

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 2rem;
  align-items: start;
}
.pricing-card { padding: 1.4rem; }
.price-line {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.55rem 0; border-bottom: 1px solid var(--line);
}
.price-line:last-of-type { border-bottom: 0; }
.price-line span { color: var(--muted); font-weight: 600; }
.price-line strong { max-width: 56%; text-align: right; }
.pricing-notes { color: var(--muted); padding-left: 1.1rem; margin: 1.2rem 0 0; }
.pricing-notes li { margin-bottom: 0.5rem; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.step { padding: 1.3rem; }
.step span {
  display: inline-grid; place-items: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(15, 118, 110, .1); color: var(--primary);
  font-weight: 800; margin-bottom: 1rem;
}
.step p { color: var(--muted); }

.split-panel, .enquiry-grid, .footer-grid {
  display: grid;
  gap: 2rem;
}
.split-panel { grid-template-columns: 1.1fr 0.9fr; align-items: center; }
.action-panel { padding: 1.5rem; }
.action-panel p { color: var(--muted); }
.action-panel .btn + .btn { margin-top: .9rem; }

.enquiry-grid { grid-template-columns: 0.95fr 1.05fr; align-items: start; }
.contact-card { padding: 1.2rem 1.3rem; margin-top: 1.5rem; }
.contact-card p { margin-bottom: .55rem; }
.enquiry-form {
  background: var(--surface);
  border: 1px solid rgba(16, 37, 67, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.45rem;
}
.enquiry-form label {
  display: block;
  font-weight: 700;
  margin-bottom: .9rem;
}
.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  margin-top: .4rem;
  border: 1px solid #cddadd;
  border-radius: 16px;
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--text);
  background: #fff;
}
.enquiry-form input:focus,
.enquiry-form textarea:focus {
  outline: 2px solid rgba(15,118,110,.18);
  border-color: var(--primary);
}

.faq-list { display: grid; gap: 1rem; }
.faq-list details {
  background: var(--surface);
  border: 1px solid rgba(16, 37, 67, 0.07);
  border-radius: 22px;
  padding: 1.1rem 1.2rem;
  box-shadow: var(--shadow);
}
.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  padding-right: 2rem;
  position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute; right: 0; top: 0; font-size: 1.4rem; color: var(--primary);
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { margin: .8rem 0 0; color: var(--muted); }

.final-cta-box { padding: 2.4rem; text-align: center; }
.final-cta-box p { color: var(--muted); max-width: 50rem; margin-inline: auto; }

.site-footer {
  padding: 2.6rem 0 3rem;
  border-top: 1px solid rgba(16, 37, 67, 0.08);
  background: #e7f0f0;
}
.footer-grid {
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  align-items: start;
}
.footer-grid p, .footer-grid a { color: var(--muted); display: block; margin-bottom: .45rem; }
.footer-links a { color: var(--text); font-weight: 600; }

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .9rem 1rem;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
}
.whatsapp-float svg { width: 24px; height: 24px; }

.legal-main { padding-top: 3rem; }
.legal-wrap { max-width: 900px; }
.legal-heading { margin-bottom: 1.3rem; }
.legal-card { padding: 1.8rem; }
.legal-card h2 {
  font-size: 1.28rem;
  margin-top: 1.45rem;
  margin-bottom: .65rem;
}
.legal-card ul { padding-left: 1.2rem; color: var(--muted); }
.legal-card li { margin-bottom: .45rem; }
.legal-card p { color: var(--muted); }
.legal-contact {
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

@media (max-width: 980px) {
  .hero-grid,
  .compare-grid,
  .pricing-grid,
  .split-panel,
  .enquiry-grid,
  .footer-grid,
  .strip-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .formats-grid, .real-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-copy { padding-right: 0; }
  .mini-logo-tape { min-height: 220px; }
  .mini-reel:first-child { left: 46px; }
  .mini-reel:last-child { right: 46px; }
}

@media (max-width: 760px) {
  .section { padding: 4.2rem 0; }
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 8px);
    flex-direction: column;
    align-items: stretch;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(16,37,67,.08);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links.static-nav { display: flex; position: static; flex-direction: row; background: transparent; border: 0; box-shadow: none; padding: 0; }
  .formats-grid, .real-photo-grid,
  .steps-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .mini-logo-tape { min-height: 200px; }
  .mini-reel { width: 72px; height: 72px; top: 42px; }
  .mini-reel:first-child { left: 34px; }
  .mini-reel:last-child { right: 34px; }
  .mini-label { font-size: 1.05rem; bottom: 32px; padding: .8rem 1rem; }
  .compare-card { grid-template-columns: 1fr; }
  .compare-half { min-height: 250px; }
  .footer-grid { gap: 1rem; }
  .whatsapp-float span { display: none; }
}

@media (max-width: 760px) {
  .brand-stacked img { width: 92px; }
  .brand-stacked span { font-size: 0.95rem; }
}

.hero-photo-card .hero-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}
.real-photo-grid { grid-template-columns: repeat(3, 1fr); }
.photo-card { padding: 1rem; }
.format-photo {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 1rem;
  background: #f1f5f7;
}
.compare-card-photo { padding: 1rem; }
.compare-photo { width: 100%; border-radius: 22px; display: block; }
.footer-brand-mark { align-items: flex-start; margin-bottom: .7rem; }
.footer-brand-mark img { width: 90px; }
.footer-brand-mark span { font-size: 1.05rem; }

.hero-card-image-wrap { padding-bottom: 0; }
.hero-real-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}
.footer-brand { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-logo { align-items: flex-start; }
.footer-logo img { width: 82px; }

.real-formats-grid { grid-template-columns: repeat(3, 1fr); }
.format-photo-wrap {
  min-height: 190px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(180deg, #f5fbfb 0%, #eef4f5 100%);
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 0.9rem;
}
.format-photo {
  width: 100%;
  height: 170px;
  object-fit: contain;
  display: block;
}
.photo-compare-card { min-height: 360px; }
.photo-half { padding: 0; overflow: hidden; align-items: stretch; }
.compare-photo { width: 100%; height: 100%; min-height: 360px; object-fit: cover; display: block; }
.photo-half.before .compare-photo { filter: blur(2.5px) saturate(0.9); transform: scale(1.04); }
.photo-half.before::after {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(180deg, rgba(255,255,255,.13) 0 2px, transparent 2px 6px);
  pointer-events: none;
}

@media (max-width: 980px) {
  .real-formats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .brand-stacked img { width: 72px; }
  .brand-stacked span { font-size: 0.82rem; }
  .hero-real-image { height: 230px; }
  .real-formats-grid { grid-template-columns: 1fr; }
  .format-photo { height: 150px; }
}


/* Real photo updates */
.hero-photo-wrap { padding: 1.1rem 1.1rem 0; }
.hero-photo {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 24px;
  background: var(--surface-soft);
}
.photo-visual {
  overflow: hidden;
  padding: 0;
  background: #f4f8f8;
}
.photo-visual img {
  width: 100%;
  height: 135px;
  object-fit: contain;
  padding: 0.7rem;
}
.photo-compare { min-height: 360px; }
.photo-compare .compare-half {
  overflow: hidden;
  min-height: 360px;
  padding: 0;
  align-items: stretch;
}
.photo-compare .compare-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-compare .before img {
  filter: blur(3px) grayscale(.15) contrast(.9);
  transform: scale(1.04);
}
.photo-compare .after img {
  filter: contrast(1.05) saturate(1.04);
}
.footer-brand-block p { margin-top: .7rem; }
.footer-brand { align-items: flex-start; width: fit-content; }
.footer-brand img { width: 92px; }
.footer-brand span { font-size: 0.95rem; }

@media (max-width: 760px) {
  .nav-wrap { padding: 0.45rem 0; }
  .hero-photo { height: 220px; }
  .photo-compare .compare-half { min-height: 240px; }
}


/* v5 user tweaks */
.hero-photo-card { overflow: hidden; }
.hero-photo-card .hero-photo, .hero-photo { object-fit: contain !important; background: #f7fbfb; padding: 0.8rem; height: 255px; }
.compare-card-photo { display: flex; align-items: center; justify-content: center; background: #fff; }
.compare-card-photo .compare-photo { width: 100%; max-height: 360px; height: auto !important; object-fit: contain !important; border-radius: 18px; background: #fff; }
@media (max-width: 760px) { .hero-photo-card .hero-photo, .hero-photo { height: 210px; } .compare-card-photo .compare-photo { max-height: 270px; } }


/* v6 uploaded-image refresh */
.hero-photo-card .hero-photo, .hero-photo {
  object-fit: cover !important;
  object-position: center;
  background: #f7fbfb;
  padding: 0 !important;
  height: 285px;
}
.format-photo {
  object-fit: cover;
  object-position: center;
}
.gallery-section {
  padding-top: 0;
}
.media-gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.2rem;
  align-items: stretch;
}
.gallery-card {
  background: #ffffff;
  border: 1px solid rgba(11, 31, 59, 0.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(10, 28, 53, 0.06);
}
.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}
.tall-card {
  grid-row: span 2;
}
.tall-card img {
  min-height: 540px;
  object-position: center 58%;
}
.wide-card img {
  min-height: 260px;
  object-position: center;
}
@media (max-width: 980px) {
  .media-gallery-grid {
    grid-template-columns: 1fr;
  }
  .tall-card {
    grid-row: auto;
  }
  .tall-card img,
  .gallery-card img,
  .wide-card img {
    min-height: 260px;
  }
}
@media (max-width: 760px) {
  .hero-photo-card .hero-photo, .hero-photo { height: 230px; }
  .gallery-card img,
  .tall-card img,
  .wide-card img { min-height: 220px; }
}


/* v7 fixes: restore MiniDV and stop format-card image cropping */
.format-card .format-photo {
  width: 100% !important;
  height: 170px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f3f6f6;
  padding: 0.4rem;
  display: block;
}
.format-card .format-photo-wrap {
  background: #f3f6f6;
}
@media (max-width: 760px) {
  .format-card .format-photo {
    height: 150px !important;
  }
}


/* v9 quick mobile fix: format cards stack properly on phones */
@media (max-width: 760px) {
  .formats-grid,
  .formats-grid.real-photo-grid,
  .real-photo-grid {
    grid-template-columns: 1fr !important;
    gap: 1.1rem !important;
  }

  .format-card,
  .format-card.photo-card {
    padding: 1rem !important;
    border-radius: 22px !important;
  }

  .format-card .format-photo,
  .photo-card .format-photo {
    width: 100% !important;
    height: 190px !important;
    object-fit: contain !important;
    object-position: center center !important;
    padding: 0.55rem !important;
    background: #f3f6f6 !important;
    border-radius: 18px !important;
  }

  .format-card h3,
  .photo-card h3 {
    font-size: 1.55rem !important;
    margin-top: 0.8rem !important;
  }

  .format-card p,
  .photo-card p {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }
}
