:root {
  --navy: #08162f;
  --navy-soft: #10284d;
  --ink: #101b31;
  --blue: #3bc3f3;
  --blue-dark: #139bcf;
  --orange: #ff6247;
  --orange-dark: #ec4f36;
  --cream: #f5f3ee;
  --paper: #ffffff;
  --muted: #667086;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.topbar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 24px;
  color: #fff;
  background: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}
.topbar-separator { color: var(--orange); }

.site-header {
  height: 86px;
  padding: 0 clamp(24px, 5vw, 78px);
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(16,27,49,.08);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}
.brand { display: block; margin-right: auto; flex: 0 0 auto; }
.brand img { width: clamp(190px, 18vw, 270px); height: auto; }
nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); }
nav a { color: #39445b; font-size: 13px; font-weight: 800; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--orange); }
.header-contact { color: var(--navy); font-size: 13px; font-weight: 900; white-space: nowrap; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 54px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 14px 35px rgba(236,79,54,.23);
  font-size: 14px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--orange-dark); box-shadow: 0 18px 42px rgba(236,79,54,.3); }
.button-small { min-height: 42px; padding: 11px 17px; font-size: 12px; box-shadow: none; white-space: nowrap; }
.button-ghost { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.42); box-shadow: none; }
.button-ghost:hover, .button-ghost:focus-visible { background: rgba(255,255,255,.16); box-shadow: none; }

.hero {
  min-height: min(820px, calc(100vh - 80px));
  padding: clamp(100px, 13vh, 150px) clamp(24px, 7vw, 110px) 42px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(3,12,29,.94) 0%, rgba(5,18,39,.78) 43%, rgba(7,20,45,.2) 77%),
    linear-gradient(0deg, rgba(4,14,31,.76) 0%, transparent 45%),
    url("hero-sunset.webp");
  background-size: cover;
  background-position: center 48%;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 80% 20%, rgba(255,98,71,.16), transparent 31%);
}
.hero-content { position: relative; z-index: 1; max-width: 820px; }
.eyebrow { margin: 0; display: flex; align-items: center; gap: 12px; color: #dce8f4; font-size: 11px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 30px; height: 3px; background: var(--orange); }
.eyebrow.dark { color: #788298; }
.hero h1, .section h2, .showcase h2, .process h2, .contact h2 {
  margin: 24px 0 26px;
  font-size: clamp(52px, 6.4vw, 100px);
  font-weight: 950;
  line-height: .92;
  letter-spacing: -5px;
}
.hero h1 em, .section h2 em, .showcase h2 em, .process h2 em, .contact h2 em { color: var(--orange); font-style: normal; }
.hero-copy { max-width: 690px; margin: 0; color: #e3e8f0; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.66; }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-badges { position: relative; z-index: 1; display: flex; align-items: stretch; gap: 12px; max-width: 920px; margin-top: 80px; }
.hero-badges div { min-width: 210px; display: flex; flex-direction: column; gap: 5px; padding: 17px 22px; border: 1px solid rgba(255,255,255,.19); border-radius: 8px; background: rgba(6,19,42,.56); backdrop-filter: blur(10px); }
.hero-badges strong { font-size: 19px; }
.hero-badges span { color: #bdc9d9; font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.hero-credit { position: absolute; right: 30px; bottom: 23px; margin: 0; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .4px; }

.trust-strip { min-height: 112px; padding: 24px clamp(24px, 7vw, 110px); display: flex; align-items: center; gap: 6vw; color: #fff; background: var(--orange); }
.trust-strip p { margin: 0; font-size: 12px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; white-space: nowrap; }
.trust-strip div { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.trust-strip span { font-size: clamp(17px, 1.7vw, 24px); font-weight: 900; }
.trust-strip i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: rgba(255,255,255,.55); }

.section { padding: 120px clamp(24px, 7vw, 110px); }
.section-heading, .showcase-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 58px; }
.section-heading h2, .showcase h2, .process h2, .contact h2 { margin-bottom: 0; font-size: clamp(44px, 5vw, 76px); }
.section-heading > p, .showcase-heading > p { max-width: 480px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.service-grid article { min-height: 310px; padding: 34px 28px; position: relative; overflow: hidden; background: #fff; border: 1px solid #e6e8ed; border-radius: 12px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-grid article::after { content: ""; width: 72px; height: 72px; position: absolute; right: -32px; bottom: -32px; border-radius: 50%; background: var(--orange); opacity: 0; transition: opacity .25s ease, transform .25s ease; }
.service-grid article:hover { transform: translateY(-6px); border-color: rgba(255,98,71,.35); box-shadow: 0 25px 55px rgba(15,26,47,.1); }
.service-grid article:hover::after { opacity: .95; transform: scale(1.15); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-dark); background: #eaf8fe; font-size: 22px; font-weight: 900; }
.service-grid h3 { margin: 28px 0 13px; font-size: 21px; letter-spacing: -.5px; }
.service-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }

.showcase { padding: 120px clamp(24px, 5vw, 78px); color: #fff; background: var(--navy); }
.showcase-heading { max-width: 1500px; margin-left: auto; margin-right: auto; }
.showcase-heading > p { color: #aebbd0; }
.gallery { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 285px; gap: 14px; }
.gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: 9px; background: #102748; }
.gallery figure:nth-child(1) { grid-column: 1 / 9; grid-row: 1; }
.gallery figure:nth-child(2) { grid-column: 9 / 13; grid-row: 1 / 3; }
.gallery figure:nth-child(3) { grid-column: 1 / 5; grid-row: 2; }
.gallery figure:nth-child(4) { grid-column: 5 / 9; grid-row: 2 / 4; }
.gallery figure:nth-child(5) { grid-column: 1 / 5; grid-row: 3; }
.gallery figure:nth-child(6) { grid-column: 9 / 13; grid-row: 3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(3,11,26,.88)); pointer-events: none; }
.gallery figure:hover img { transform: scale(1.035); filter: saturate(1.08); }
.gallery figcaption { position: absolute; left: 22px; right: 22px; bottom: 18px; z-index: 1; color: #fff; font-size: 13px; font-weight: 850; letter-spacing: .2px; }

.formats { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(55px, 7vw, 110px); align-items: center; background: #fff; }
.format-photo { min-height: 680px; position: relative; overflow: hidden; border-radius: 12px; box-shadow: 0 30px 70px rgba(13,29,55,.15); }
.format-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.format-photo::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(4,14,32,.75)); }
.format-photo-note { position: absolute; left: 24px; bottom: 24px; z-index: 1; padding: 18px 22px; display: flex; flex-direction: column; color: #fff; background: var(--orange); border-radius: 7px; }
.format-photo-note strong { font-size: 22px; }
.format-photo-note span { margin-top: 3px; font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.format-copy h2 { font-size: clamp(44px, 5vw, 74px); }
.format-lead { max-width: 520px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.format-copy ul { margin: 36px 0 0; padding: 0; list-style: none; }
.format-copy li { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid #dfe3ea; }
.format-copy li > span { color: var(--orange); font-size: 11px; font-weight: 950; }
.format-copy li strong { font-size: 19px; }
.format-copy li p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.process { padding: 120px clamp(24px, 7vw, 110px); color: #fff; background: linear-gradient(125deg, var(--navy-soft), var(--navy)); }
.process-heading { max-width: 920px; }
.process ol { margin: 70px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; list-style: none; counter-reset: process; }
.process li { min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; background: rgba(255,255,255,.04); }
.process li > span { color: var(--orange); font-size: 12px; font-weight: 950; letter-spacing: 1px; }
.process li h3 { margin: 55px 0 12px; font-size: 22px; }
.process li p { margin: 0; color: #aebbd0; font-size: 14px; line-height: 1.65; }

.availability { background: #f5f3ee; }
.availability-heading { align-items: center; }
.availability-intro { max-width: 500px; padding: 24px 26px; border: 1px solid #dce5de; border-radius: 12px; background: #fff; box-shadow: 0 18px 45px rgba(13,29,55,.07); }
.availability-intro strong { display: inline; font-size: 16px; }
.availability-intro p { margin: 10px 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.availability-dot { width: 12px; height: 12px; display: inline-block; margin-right: 8px; border-radius: 50%; background: #2db477; box-shadow: 0 0 0 5px rgba(45,180,119,.12); }
.calendar-card { max-width: 920px; margin: 0 auto; padding: clamp(22px,4vw,42px); border: 1px solid #e1e5ea; border-radius: 16px; background: #fff; box-shadow: 0 28px 70px rgba(13,29,55,.1); }
.calendar-toolbar { display: grid; grid-template-columns: 46px 1fr 46px; align-items: center; gap: 18px; margin-bottom: 28px; }
.calendar-toolbar h3 { margin: 0; text-align: center; font-size: clamp(24px,3vw,34px); text-transform: capitalize; }
.calendar-toolbar button { width: 46px; height: 46px; border: 1px solid #dce1e8; border-radius: 50%; color: var(--navy); background: #fff; font-size: 20px; font-weight: 900; cursor: pointer; }
.calendar-toolbar button:hover:not(:disabled), .calendar-toolbar button:focus-visible { color: #fff; border-color: var(--orange); background: var(--orange); }
.calendar-toolbar button:disabled { opacity: .3; cursor: not-allowed; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 8px; }
.calendar-weekdays { margin-bottom: 8px; }
.calendar-weekdays span { padding: 8px 2px; color: #7b8495; font-size: 11px; font-weight: 900; text-align: center; text-transform: uppercase; }
.calendar-day { aspect-ratio: 1; min-height: 55px; display: grid; place-items: center; border: 1px solid #dfe6e1; border-radius: 10px; color: #156c4a; background: #eef9f3; font: inherit; font-weight: 900; cursor: pointer; transition: transform .15s ease, background .15s ease; }
.calendar-day:hover, .calendar-day:focus-visible { transform: translateY(-2px); color: #fff; border-color: #2db477; background: #2db477; }
.calendar-day.empty { visibility: hidden; }
.calendar-day.booked { color: #9a4250; border-color: #f0d5da; background: #fbecef; cursor: not-allowed; text-decoration: line-through; }
.calendar-legend { margin-top: 22px; display: flex; justify-content: center; gap: 28px; color: var(--muted); font-size: 12px; font-weight: 800; }
.calendar-legend span { display: flex; align-items: center; gap: 8px; }
.calendar-legend i { width: 12px; height: 12px; border-radius: 3px; }
.legend-available { background: #2db477; }.legend-booked { background: #db7a89; }

.contact { padding: 110px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(400px, .85fr); gap: clamp(50px, 8vw, 120px); align-items: center; color: #fff; background: var(--orange); }
.contact .eyebrow span { background: var(--navy); }
.contact .eyebrow { color: #fff; }
.contact h2 em { color: var(--navy); }
.contact-copy > p:last-child { max-width: 640px; margin-bottom: 0; font-size: 17px; line-height: 1.7; }
.contact-card { padding: clamp(28px, 4vw, 46px); color: var(--ink); background: #fff; border-radius: 12px; box-shadow: 0 30px 70px rgba(104,30,20,.2); }
.contact-card > p { margin: 0 0 12px; color: var(--orange); font-size: 11px; font-weight: 950; letter-spacing: 1.4px; text-transform: uppercase; }
.contact-line { display: flex; flex-direction: column; gap: 5px; padding: 18px 0; border-bottom: 1px solid #e4e7ec; }
.contact-line small { color: #7b8495; font-size: 11px; font-weight: 850; letter-spacing: .7px; text-transform: uppercase; }
.contact-line strong { font-size: clamp(18px, 2vw, 24px); letter-spacing: -.5px; overflow-wrap: anywhere; }
.contact-line:hover strong { color: var(--blue-dark); }
.contact-actions { margin-top: 28px; display: flex; flex-direction: column; align-items: stretch; gap: 15px; }
.contact-actions .button { width: 100%; }
.whatsapp-link { color: #4f5b70; font-size: 13px; font-weight: 850; text-align: center; text-decoration: underline; text-underline-offset: 4px; }
.quote-form label { display: flex; flex-direction: column; gap: 7px; color: #4c576b; font-size: 12px; font-weight: 850; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 15px; }
.quote-form > label { margin-bottom: 15px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #d9dee7; border-radius: 7px; color: var(--ink); background: #fff; font: inherit; font-size: 14px; outline: none; }
.quote-form textarea { min-height: 120px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue-dark); box-shadow: 0 0 0 3px rgba(19,155,207,.12); }
.privacy-check { flex-direction: row !important; align-items: flex-start; gap: 10px !important; font-weight: 600 !important; line-height: 1.45; }
.privacy-check input { width: 18px; min-height: 18px; flex: 0 0 18px; margin-top: 1px; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-note { display: block; margin-top: 12px; color: #7b8495; font-size: 11px; text-align: center; }
.form-trap { position: absolute; left: -9999px; }
.form-status { margin-bottom: 18px; padding: 13px 15px; border-radius: 7px; font-size: 13px; font-weight: 800; }
.form-status.success { color: #166b49; background: #e7f8ef; }.form-status.error { color: #903b49; background: #fdecef; }

footer { padding: 50px clamp(24px, 7vw, 110px) 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px 60px; align-items: center; color: #fff; background: #050e20; }
.footer-brand { margin: 0; width: fit-content; padding: 10px 13px; background: #fff; border-radius: 6px; }
.footer-brand img { width: 255px; }
footer > p { margin: 0; color: #99a7bd; font-size: 14px; line-height: 1.6; text-align: right; }
footer > div { display: flex; gap: 30px; font-size: 13px; font-weight: 800; }
footer > div a:hover { color: var(--orange); }
footer > small { color: #65748c; text-align: right; }

@media (max-width: 1120px) {
  nav { display: none; }
  .header-contact { margin-left: auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .formats { grid-template-columns: 1fr 1fr; gap: 50px; }
  .process ol { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .topbar { font-size: 9px; }
  .site-header { height: 74px; padding: 0 20px; }
  .brand img { width: 190px; }
  .header-contact { display: none; }
  .hero { min-height: 760px; padding: 95px 24px 35px; background-position: 62% center; }
  .hero h1, .section h2, .showcase h2, .process h2, .contact h2 { letter-spacing: -3px; }
  .hero-badges { width: 100%; margin-top: 65px; flex-wrap: wrap; }
  .hero-badges div { min-width: calc(50% - 8px); flex: 1; }
  .hero-credit { display: none; }
  .trust-strip { flex-direction: column; align-items: flex-start; gap: 20px; }
  .trust-strip div { flex-wrap: wrap; justify-content: flex-start; }
  .section, .showcase, .process, .contact { padding: 85px 24px; }
  .section-heading, .showcase-heading { display: block; }
  .section-heading > p, .showcase-heading > p { margin-top: 30px; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 280px; }
  .gallery figure:nth-child(n) { grid-column: auto; grid-row: auto; }
  .gallery figure:nth-child(2), .gallery figure:nth-child(4) { grid-row: span 2; }
  .formats { grid-template-columns: 1fr; }
  .format-photo { min-height: 600px; }
  .contact { grid-template-columns: 1fr; }
  .availability-heading { display: block; }
  .availability-intro { margin-top: 28px; }
  footer { grid-template-columns: 1fr; }
  footer > p, footer > small { text-align: left; }
}

@media (max-width: 560px) {
  .topbar { gap: 7px; padding: 8px 12px; letter-spacing: .6px; text-align: center; }
  .site-header .button { display: none; }
  .brand img { width: 205px; }
  .header-contact { display: inline-flex; margin-left: auto; padding: 9px 12px; border: 1px solid #dce1e9; border-radius: 7px; font-size: 0; }
  .header-contact::before { content: "Appeler"; font-size: 11px; font-weight: 900; }
  .hero { min-height: 760px; padding-top: 78px; background-position: 69% center; }
  .hero h1 { font-size: clamp(49px, 15vw, 72px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-badges { display: grid; grid-template-columns: 1fr 1fr; margin-top: 50px; }
  .hero-badges div { min-width: 0; padding: 14px; }
  .hero-badges div:last-child { grid-column: 1 / 3; }
  .trust-strip div { gap: 14px; }
  .trust-strip span { font-size: 16px; }
  .service-grid, .process ol { grid-template-columns: 1fr; }
  .service-grid article { min-height: auto; }
  .gallery { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .gallery figure:nth-child(n) { min-width: 85vw; height: 430px; scroll-snap-align: center; }
  .format-photo { min-height: 520px; }
  .process li { min-height: 220px; }
  .contact-card { padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 15px; }
  .calendar-card { padding: 18px 12px; }
  .calendar-weekdays, .calendar-grid { gap: 4px; }
  .calendar-day { min-height: 42px; border-radius: 7px; font-size: 13px; }
  .contact-line strong { font-size: 17px; }
  footer > div { flex-direction: column; gap: 10px; }
}

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