/* ===== Made in Mind AI Videos ===== */

@font-face {
  font-family: 'FB Einstein Con';
  src: url('assets/fonts/FbEinstein-ConRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FB Einstein Con';
  src: url('assets/fonts/FbEinstein-ConBlack.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FB Einstein ConBlack';
  src: url('assets/fonts/FbEinstein-ConBlack.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FB Einstein ConLight';
  src: url('assets/fonts/FbEinstein-ConLight.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: url('assets/fonts/BebasNeuePro-SemiExpanded-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fb Liddar';
  src: url('assets/fonts/FbLiddar-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fb Liddar';
  src: url('assets/fonts/FbLiddar-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #faf6ea;
  --pink: #fbe1e4;
  --pink-soft: #fdedef;
  --blue: #bfd8f8;
  --beige: #eae0cd;
  --ink: #262320;
  --magenta: #ce3d87;
  --radius-lg: 28px;
  --radius-md: 18px;
  --font-body: 'Assistant', sans-serif;
  --font-display: 'FB Einstein Con', 'Secular One', sans-serif;
  --font-script: 'Fb Liddar', 'Playpen Sans Hebrew', cursive;
  --font-einstein-black: 'FB Einstein ConBlack', 'Secular One', sans-serif;
  --font-einstein-light: 'FB Einstein ConLight', 'Secular One', sans-serif;
  --font-ai: 'Bebas Neue Pro', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
}

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

a { color: inherit; }

section { scroll-margin-top: 24px; }

/* ===== Navbar ===== */
.navbar {
  position: relative;
  width: min(900px, calc(100vw - 32px));
  margin: 14px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 20px;
}

.navbar__logo { pointer-events: auto; flex-shrink: 0; }

.navbar__logo img { height: 58px; width: auto; }

.navbar__nav {
  position: static;
  flex: 1;
  display: flex;
  justify-content: space-evenly;
  gap: 15px;
  pointer-events: auto;
  background: var(--magenta);
  border: 1.5px solid var(--ink);
  border-radius: 20px;
  padding: 12px 24px;
}

.navbar__nav a {
  font-family: var(--font-display);
  text-decoration: none;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ffffff;
  transition: color .15s;
}

.navbar__nav a:hover { color: var(--pink); }

.navbar__burger {
  display: none;
  background: var(--pink);
  border: 1.5px solid var(--ink);
  border-radius: 16px;
  cursor: pointer;
  padding: 10px 12px;
  pointer-events: auto;
  margin-inline-start: auto;
}

.navbar__burger span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--ink);
  border-radius: 2px;
  margin: 5px 0;
  transition: transform .2s, opacity .2s;
}

/* ===== Hero ===== */
.hero {
  padding: 24px 16px 0;
  text-align: center;
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  line-height: 1.2;
  padding: 30px 8px 30px;
}

.lat-ai {
  font-weight: 400;
}

.lat-ai__i {
  font-size: 0.7em;
}

.hero__title .lat-ai {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  font-size: 0.84em;
}

.hero__title .lat-ai__i {
  font-size: 1em;
}

.hero__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  max-height: 62vh;
}

.hero__media video {
  width: 100%;
  height: 100%;
  max-height: 62vh;
  object-fit: cover;
}

.hero__card {
  background: #ffffff;
  color: var(--ink);
  border: 1.5px solid var(--magenta);
  border-radius: var(--radius-lg);
  max-width: 680px;
  margin: -80px auto 0;
  position: relative;
  padding: 28px 32px 32px;
  box-shadow: 0 10px 30px rgba(38, 35, 32, .08);
}

.hero__card p {
  font-family: var(--font-einstein-light);
  font-weight: 400;
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  line-height: 1.25;
}

.hero__card .hero__lead {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 8px;
}

.hero__card .hero__sub {
  font-family: var(--font-display);
  font-weight: 400;
}

.hero__lead .lat-ai,
.hero__card p .lat-ai {
  font-family: var(--font-ai);
  font-size: 1em;
}

.details__body .lat-ai {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.details__body .lat-ai__i {
  font-size: 1em;
}

.hero__card .hero__sub .lat-ai {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
}

.hero__card .hero__sub .lat-ai__i {
  font-size: 1em;
}

.hero__card p:not(.hero__lead) { margin-bottom: 8px; }

.hero__occasions { margin-top: 10px; margin-bottom: 0; }

.hero__occasion-line {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.hero__star {
  height: 2em;
  width: auto;
  color: var(--magenta);
  flex-shrink: 0;
}

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 20px;
  padding: 12px 38px;
  cursor: pointer;
  transition: transform .15s, background .15s, color .15s;
}

.btn:hover { transform: translateY(-2px); }

.btn--dark {
  background: var(--ink);
  color: var(--cream);
  border: 1.5px solid var(--ink);
}

.btn--outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}

.btn--outline:hover { background: var(--ink); color: var(--cream); }

.btn--magenta {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.4rem;
  background: var(--magenta);
  color: #ffffff;
  border: 1.5px solid var(--ink);
  border-radius: 20px;
}

.btn--magenta:hover { background: #ffffff; color: var(--magenta); }

.btn--wide { width: 100%; border: none; border-radius: 14px; }

/* ===== Section script titles ===== */
.script-title {
  font-family: var(--font-script);
  font-weight: 600;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  text-align: center;
  padding: 64px 16px 40px;
}

/* ===== Examples ===== */
.examples__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}

.examples__cta { text-align: center; padding: 40px 16px 0; }

.example-card { text-align: center; }

.example-card__frame img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
}

.example-card__frame img.img--cover {
  object-fit: cover;
}

.example-card figcaption {
  font-family: var(--font-display);
  padding-top: 16px;
  font-size: 1.15rem;
}

.example-card figcaption.figcaption--soon {
  font-family: var(--font-ai);
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

.example-card__frame--playable {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.example-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: transform .15s;
}

.example-card__play svg {
  width: 64px;
  height: 64px;
  background: rgba(38, 35, 32, .55);
  border-radius: 50%;
  padding: 14px;
}

.example-card__frame--playable:hover .example-card__play {
  transform: scale(1.08);
}

/* ===== Video lightbox ===== */
.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-lightbox[hidden] { display: none; }

/* ===== Floating WhatsApp ===== */
.whatsapp-fab {
  position: fixed;
  bottom: 22px;
  left: 22px;
  z-index: 90;
  display: block;
  transition: opacity .25s, transform .2s;
}

.whatsapp-fab img {
  width: 62px;
  height: 62px;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(38, 35, 32, .3));
}

.whatsapp-fab:hover { transform: scale(1.08); }

.whatsapp-fab--hidden {
  opacity: 0;
  pointer-events: none;
}

.video-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(38, 35, 32, .85);
}

.video-lightbox__dialog {
  position: relative;
  width: min(960px, 94vw);
}

.video-lightbox__frame {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #000;
}

.video-lightbox__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-lightbox__close {
  position: absolute;
  top: -46px;
  inset-inline-end: 0;
  background: none;
  border: 0;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
}

/* ===== Process (blue) ===== */
.process {
  background: #fbe1e4;
  margin-top: 80px;
  padding-bottom: 40px;
}

.process .script-title { padding-top: 72px; font-size: clamp(2.3rem, 5vw, 3.4rem); }

.process__board {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  padding: 0 16px 40px;
  text-align: center;
}

.process__step { width: 240px; flex-shrink: 0; }

.process__star {
  width: 76px;
  height: 76px;
  color: var(--ink);
  margin-bottom: 14px;
}

.process__step h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.process__step p {
  font-family: var(--font-einstein-light);
  font-weight: 400;
}

.price__note strong {
  font-family: var(--font-display);
  font-weight: 400;
}

/* ===== Details ===== */
.details__body {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px 40px;
  text-align: center;
}

.details__body p { margin-bottom: 18px; font-size: 1.45rem; }

.details .details__body p,
.price .details__body p {
  font-family: var(--font-einstein-light);
  font-weight: 400;
}

.details .details__body p:first-child,
.price .details__body p:first-child {
  margin-bottom: 6px;
}

/* ===== Price ===== */
.price { text-align: center; margin-top: -24px; }

.price .script-title { padding-top: 8px; padding-bottom: 24px; }

.price__note { opacity: .8; }

/* ===== Contact ===== */
.contact { padding-top: 64px; padding-bottom: 90px; }

.contact__cta {
  font-family: var(--font-script);
  font-weight: 600;
  font-size: clamp(2.6rem, 5.2vw, 3.64rem);
  line-height: 1;
  color: var(--magenta);
  margin-bottom: 4px;
}

.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  align-items: start;
}

.contact__side { display: flex; flex-direction: column; align-items: center; gap: 10px; }

.contact__photo {
  width: 100%;
  max-width: 444px;
  border-radius: 20px;
  overflow: hidden;
}

.contact__photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.contact__info { text-align: center; }

.contact__name {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 16px;
}

.contact__phone-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.contact__phone-link:hover { color: var(--magenta); }

.contact__star { height: 1.4em; width: auto; flex-shrink: 0; color: var(--magenta); }

.contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}

.icon-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.icon-btn__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 16px;
  background: var(--cream);
  border: 1.5px solid var(--ink);
  transition: transform .15s, background .15s;
}

.icon-btn:hover .icon-btn__circle { background: var(--pink); transform: translateY(-2px); }

.icon-btn__circle img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.icon-btn__circle img[src*="icon-instagram"],
.icon-btn__circle img[src*="icon-whatsapp"] {
  width: 57px;
  height: 57px;
}

.icon-btn__label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
}

.contact__card {
  background: var(--pink);
  border-radius: var(--radius-lg);
  padding: 40px 38px;
}

.form-field { margin-bottom: 18px; }

.form-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.label-note {
  font-size: 0.85em;
  font-weight: 400;
  opacity: .7;
}

.form-field input,
.form-field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--ink);
  background: var(--cream);
  border: 1.5px solid var(--ink);
  border-radius: 14px;
  padding: 11px 16px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 2px solid var(--magenta);
  outline-offset: 1px;
}

.form-field input::placeholder,
.form-field textarea::placeholder { color: #8a8578; }

.hidden-field { display: none; }

.form-status {
  min-height: 1.5em;
  margin-top: 14px;
  text-align: center;
  font-weight: 600;
}

.form-status.ok { color: #1d7a34; }
.form-status.err { color: #b3261e; }

/* ===== Footer ===== */
.footer {
  background: var(--pink);
  border-top: 1.5px solid var(--ink);
  text-align: center;
  padding: 36px 16px 28px;
}

.footer__logo {
  height: 52px;
  width: auto;
  margin: 0 auto 10px;
}

.footer a { text-decoration: none; }

.footer__copy { font-size: .95rem; opacity: .75; padding-top: 4px; }

/* ===== Mobile ===== */
@media (max-width: 900px) {
  section { scroll-margin-top: 20px; }

  .examples .script-title { font-size: 2.4rem; }
  .process .script-title { font-size: 2.75rem; }
  .details .script-title { font-size: 2.4rem; }

  .navbar { flex-direction: row; }
  .navbar__logo img { height: 46px; }

  .navbar__burger { display: block; order: -1; margin-inline-start: 0; margin-inline-end: auto; }

  .navbar__nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 50%;
    left: auto;
    transform: translateX(50%);
    width: min(320px, 82vw);
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border-radius: var(--radius-md);
    padding: 14px 0;
    display: none;
  }

  .navbar__nav.open { display: flex; }
  .navbar__nav a { padding: 8px 24px; }

  .navbar.menu-open .navbar__burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .navbar.menu-open .navbar__burger span:nth-child(2) { opacity: 0; }
  .navbar.menu-open .navbar__burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  .hero { padding-top: 20px; }

  .hero__card {
    margin: -40px 12px 0;
    padding: 32px 24px 36px;
  }

  .examples__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .examples__grid .example-card:nth-child(1) { order: 2; }
  .examples__grid .example-card:nth-child(2) { order: 1; }
  .examples__grid .example-card:nth-child(3) { order: 3; }

  /* Process: stacked flow on mobile */
  .process__board { flex-direction: column; align-items: center; gap: 34px; }
  .process__step { max-width: none; }

  .contact__grid { grid-template-columns: 1fr; }
  .contact__card { padding: 32px 22px; }
}
