:root {
  --ink: #07111f;
  --ink-soft: #0c1a2e;
  --blue: #59a8ff;
  --blue-bright: #8bc5ff;
  --paper: #f4f7fb;
  --white: #ffffff;
  --muted: #aebcce;
  --line: rgba(255, 255, 255, 0.16);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  color: var(--white);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; padding: 7px 11px; border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.brand-logo { display: block; width: 210px; height: auto; }
nav { display: flex; gap: 30px; color: #dce7f4; font-size: .93rem; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--white); }
.nav-cta { padding: 10px 19px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; font-weight: 600; }

.hero { position: relative; min-height: 790px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media { position: absolute; inset: 0; background: url("./hero-hospitality.png") center / cover no-repeat; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,12,24,.98) 0%, rgba(4,12,24,.88) 39%, rgba(4,12,24,.3) 68%, rgba(4,12,24,.14) 100%), linear-gradient(0deg, rgba(4,12,24,.72) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); margin: 60px auto 0; padding: 90px 0 38px; }
.eyebrow, .section-label { margin: 0 0 24px; color: var(--blue-bright); font-weight: 700; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 24px; height: 2px; background: var(--blue); }
h1, h2, h3 { margin-top: 0; font-family: Manrope, sans-serif; line-height: 1.1; letter-spacing: -.045em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.1rem, 7vw, 6.4rem); font-weight: 700; }
h1 em { color: var(--blue-bright); font-style: normal; }
.hero-copy { max-width: 640px; margin: 0 0 34px; color: #d4deeb; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 13px; padding: 0 24px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--ink); background: var(--blue); }
.button.primary:hover { background: var(--blue-bright); }
.button.secondary { color: var(--white); border: 1px solid rgba(255,255,255,.35); background: rgba(7,17,31,.28); backdrop-filter: blur(8px); }
.hero-proof { display: flex; max-width: 710px; gap: 42px; margin-top: 70px; padding-top: 23px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; gap: 12px; align-items: center; }
.hero-proof strong { color: var(--blue-bright); font: 700 .75rem Manrope, sans-serif; }
.hero-proof span { color: #d9e3ef; font-size: .86rem; }

.intro { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0 50px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.intro h2, .process h2, .studio h2 { margin-bottom: 0; font-size: clamp(2.35rem, 5vw, 4.7rem); }
.intro > p { margin: 0 0 8px; color: #536174; font-size: 1.07rem; }
.section-label { color: #276cac; }

.services { width: min(1180px, calc(100% - 40px)); margin: 0 auto 110px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 500px; padding: 34px; overflow: hidden; border: 1px solid #dce4ee; border-radius: var(--radius); background: var(--white); }
.service-card.featured { color: var(--white); border-color: var(--ink); background: var(--ink-soft); }
.service-number { position: absolute; top: 29px; right: 30px; color: #8390a2; font: 700 .78rem Manrope, sans-serif; }
.service-card.featured .service-number { color: var(--blue-bright); }
.service-icon { display: grid; width: 54px; height: 54px; place-items: center; margin: 46px 0 76px; border-radius: 17px; color: var(--ink); background: #e7f2ff; font-size: 1.4rem; }
.featured .service-icon { color: var(--ink); background: var(--blue); }
.service-card h3 { margin-bottom: 16px; font-size: 1.7rem; }
.service-card p { color: #5a6778; }
.featured p { color: #bdc9d8; }
.service-card ul { padding: 20px 0 0; margin: 24px 0 0; list-style: none; border-top: 1px solid #e3e8ef; }
.featured ul { border-color: var(--line); }
.service-card li { position: relative; padding: 6px 0 6px 18px; font-size: .93rem; }
.service-card li::before { position: absolute; left: 0; color: #3c83c8; content: "•"; }
.featured li::before { color: var(--blue-bright); }

.pricing { width: min(1180px, calc(100% - 40px)); margin: 0 auto 110px; scroll-margin-top: 30px; }
.pricing h2 { font-size: clamp(2.35rem, 5vw, 4.7rem); margin-bottom: 40px; }
.pricing-category { font-size: 1.5rem; margin: 36px 0 20px; }
.pricing-note { padding: 20px 24px; border-left: 4px solid #276cac; border-radius: 0 12px 12px 0; background: #e7f2ff; color: #34465b; font-size: 1rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.price-card { display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid #dce4ee; border-radius: var(--radius); background: var(--white); }
.price-card h4 { font: 700 1.2rem Manrope, sans-serif; margin: 0; }
.plan-details { margin: 0 0 28px; color: #536174; font-size: 1rem; }
ul.plan-details { padding-left: 20px; }
.plan-details li + li { margin-top: 8px; }
.price-special .plan-details { color: #bdc9d8; }
.price { font: 700 clamp(2rem, 4vw, 3rem) Manrope, sans-serif; margin: 26px 0; }
.price span { font: 500 .875rem "DM Sans", sans-serif; color: #536174; }
.price-card .button { margin-top: auto; padding: 12px 20px; text-align: center; }
.price-special { background: var(--ink-soft); color: var(--white); }
.quote-label { font-size: 1.25rem; margin: 26px 0; color: #bdc9d8; }
@media (max-width: 900px) { .pricing-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .pricing { width: calc(100% - 28px); margin-bottom: 75px; } }

.portfolio { padding: 110px max(20px, calc((100vw - 1180px) / 2)); color: var(--white); background: var(--ink); }
.portfolio-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.portfolio-heading h2 { max-width: 780px; margin-bottom: 0; font-size: clamp(2.4rem, 5vw, 4.7rem); }
.portfolio-heading > p { margin: 0 0 9px; color: #b7c6d8; }
.portfolio .section-label { color: var(--blue-bright); }
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 16px; }
.video-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #0c1a2e; }
.video-card video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #020712; }
.promo-video { width: min(100%, 380px); margin: 0 auto 40px; }
.promo-video figcaption { padding: 18px; font-size: 1rem; font-weight: 700; }
.video-card > div { padding: 17px 18px 19px; }
.video-card span { color: var(--blue-bright); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.video-card h3 { margin: 5px 0 0; font-size: 1.05rem; letter-spacing: -.02em; }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 14px; }
.photo-item { position: relative; overflow: hidden; border-radius: 20px; background: #0c1a2e; }
.photo-item.photo-wide { grid-column: span 2; }
.photo-item.photo-tall { grid-row: span 2; }
.photo-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.photo-item::after { position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(3,9,18,.78)); content: ""; }
.photo-item span { position: absolute; z-index: 2; left: 20px; bottom: 16px; color: var(--white); font-weight: 700; }
.photo-item:hover img { transform: scale(1.035); }

.focus-band { display: flex; gap: 22px; align-items: center; justify-content: center; padding: 30px 20px; overflow: hidden; white-space: nowrap; color: var(--white); background: #135ea4; font: 700 clamp(1rem, 2.4vw, 1.5rem) Manrope, sans-serif; }
.focus-band p { margin: 0; }
.focus-band span { color: var(--blue-bright); }

.process { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.process-heading { position: sticky; top: 30px; align-self: start; }
.process-heading h2 { font-size: clamp(2.4rem, 4.7vw, 4.2rem); }
.process-heading > a { display: inline-block; margin-top: 34px; padding-bottom: 5px; color: #155d9d; border-bottom: 1px solid #7ba7cf; font-weight: 700; }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 38px 0; border-bottom: 1px solid #cfd8e4; }
.steps li:first-child { padding-top: 10px; }
.steps > li > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #155d9d; background: #dfeeff; font: 700 .8rem Manrope, sans-serif; }
.steps h3 { margin-bottom: 10px; font-size: 1.5rem; }
.steps p { margin: 0; color: #5b6879; }
.faq { width: min(1180px, calc(100% - 40px)); margin: 0 auto 100px; scroll-margin-top: 30px; }
.faq h2 { font-size: clamp(2.35rem, 5vw, 4.7rem); margin-bottom: 36px; }
.faq details { padding: 24px 0; border-bottom: 1px solid #cfd8e4; }
.faq summary { cursor: pointer; font: 700 1.125rem/1.5 Manrope, sans-serif; }
.faq summary:focus-visible { outline: 3px solid #276cac; outline-offset: 6px; }
.faq details p, .faq details ul { max-width: 900px; margin-bottom: 0; color: #536174; }
.faq li + li { margin-top: 12px; }
@media (max-width: 560px) { .faq { width: calc(100% - 28px); margin-bottom: 75px; } }

.studio { width: min(1180px, calc(100% - 40px)); margin: 0 auto 70px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 30px; background: var(--ink); color: var(--white); }
.studio-card, .contact-card { padding: clamp(40px, 6vw, 76px); }
.studio-card { background: linear-gradient(145deg, #0b1d34, #07111f); }
.founder-profile { margin: 0 0 32px; }
.founder-profile img { display: block; width: min(100%, 260px); height: auto; border-radius: 20px; }
.founder-profile figcaption { display: flex; flex-direction: column; gap: 4px; margin-top: 18px; }
.founder-profile strong { font: 700 1.4rem Manrope, sans-serif; }
.founder-profile span { color: var(--blue-bright); font-size: 1rem; }
.studio-card h2 { margin-bottom: 30px; font-size: clamp(2.4rem, 4vw, 3.7rem); }
.studio-card > p:not(.section-label) { color: #bfccda; }
.language-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.language-list span { padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; color: #d8e4f1; font-size: .84rem; }
.contact-card { display: flex; flex-direction: column; justify-content: center; color: var(--ink); background: var(--blue); }
.contact-card > p { font-weight: 700; }
.contact-card h2 { margin-bottom: 32px; font-size: clamp(2.1rem, 3.7vw, 3.3rem); }
.button.light { align-self: flex-start; background: var(--white); }
.contact-details { display: flex; flex-direction: column; gap: 5px; margin-top: 38px; font-size: .9rem; }
.contact-details a { width: max-content; border-bottom: 1px solid rgba(7,17,31,.35); }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 20px; align-items: center; padding: 26px 0 34px; color: #657184; font-size: .8rem; }
.footer-brand { width: max-content; padding: 0; background: transparent; box-shadow: none; }
.footer-brand .brand-logo { width: 190px; }
.whatsapp-float { position: fixed; z-index: 20; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 10px 28px rgba(0,0,0,.24); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 31px; fill: var(--white); }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { min-height: 760px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,12,24,.97), rgba(4,12,24,.76)), linear-gradient(0deg, rgba(4,12,24,.8), transparent); }
  .intro { grid-template-columns: 1fr; gap: 24px; padding-top: 85px; }
  .services { grid-template-columns: 1fr; }
  .portfolio-heading { grid-template-columns: 1fr; gap: 24px; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: auto; }
  .service-icon { margin-bottom: 45px; }
  .process { grid-template-columns: 1fr; gap: 70px; padding: 90px 0; }
  .process-heading { position: static; }
  .studio { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { width: min(100% - 28px, 1180px); padding-top: 18px; }
  .brand { padding: 6px 8px; }
  .brand-logo { width: 148px; }
  .nav-cta { padding: 8px 13px; font-size: .84rem; }
  .hero { min-height: 780px; }
  .hero-media { background-position: 61% center; opacity: .58; }
  .hero-content { width: min(100% - 28px, 1180px); margin-top: 40px; padding-top: 100px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.1rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { gap: 18px; margin-top: 48px; }
  .hero-proof div { display: block; }
  .hero-proof strong, .hero-proof span { display: block; }
  .hero-proof span { margin-top: 3px; font-size: .75rem; }
  .intro, .services, .process, .studio, footer { width: min(100% - 28px, 1180px); }
  .intro { padding-top: 75px; }
  .services { margin-bottom: 75px; }
  .portfolio { padding: 75px 14px; }
  .video-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .video-card > div { padding: 13px; }
  .video-card h3 { font-size: .9rem; }
  .photo-grid { grid-auto-rows: 210px; gap: 10px; }
  .photo-item.photo-wide { grid-column: span 2; }
  .photo-item.photo-tall { grid-row: span 1; }
  .service-card { padding: 28px; }
  .focus-band { justify-content: flex-start; overflow-x: auto; }
  .studio-card, .contact-card { padding: 38px 26px; }
  .contact-card h2 { font-size: 2.25rem; }
}

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