/* ====== Base ====== */
:root {
  --bg: #0b0f19;
  --panel: rgba(255, 255, 255, .06);
  --panel-2: rgba(255, 255, 255, .10);
  --text: rgba(255, 255, 255, .92);
  --muted: rgba(255, 255, 255, .68);
  --hair: rgba(255, 255, 255, .14);
  --shadow: 0 18px 50px rgba(0, 0, 0, .45);

  --radius: 18px;
  --radius-lg: 28px;

  --accent1: #7c3aed;
  --accent2: #06b6d4;

  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  background: radial-gradient(1200px 700px at 15% 10%, rgba(124, 58, 237, .25), transparent 60%),
  radial-gradient(900px 600px at 85% 15%, rgba(6, 182, 212, .20), transparent 60%),
  var(--bg);
  color: var(--text);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.container {
  width: min(var(--max), 92vw);
  margin: 0 auto;
}

.muted {
  color: var(--muted);
}

.tiny {
  font-size: .9rem;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.skip {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .6);
  border: 1px solid var(--hair);
  z-index: 9999;
}

/* ====== Header ====== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(11, 15, 25, .55);
  border-bottom: 1px solid var(--hair);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 170px;
}

.logo {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .35), transparent 40%),
  linear-gradient(135deg, var(--accent1), var(--accent2));
  box-shadow: 0 10px 28px rgba(124, 58, 237, .25);
}

.brand-name {
  font-weight: 700;
  letter-spacing: .2px;
}

.nav {
  display: none;
  gap: 18px;
  color: var(--muted);
  font-weight: 600;
}

.nav a:hover {
  color: var(--text);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ====== Buttons ====== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--hair);
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
  font-weight: 700;
}

.btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .20);
}

.btn:active {
  transform: translateY(0px);
}

.btn-primary {
  border-color: rgba(255, 255, 255, .20);
  background: linear-gradient(135deg, rgba(124, 58, 237, .85), rgba(6, 182, 212, .65));
}

.btn-primary:hover {
  background: linear-gradient(135deg, rgba(124, 58, 237, .95), rgba(6, 182, 212, .75));
}

.btn-ghost {
  background: rgba(255, 255, 255, .04);
}

.full {
  width: 100%;
}

/* ====== Hero ====== */
.hero {
  position: relative;
  padding: 28px 0 26px;
  overflow: clip;
}

.hero-bg {
  position: absolute;
  inset: -1px;
  background: radial-gradient(900px 500px at 50% 110%, rgba(255, 255, 255, .10), transparent 60%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  gap: 22px;
  align-items: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--hair);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  color: var(--muted);
  width: fit-content;
  font-weight: 600;
}

h1 {
  margin: 12px 0 10px;
  font-size: clamp(2.0rem, 4.3vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -.02em;
}

.grad {
  background: linear-gradient(135deg, rgba(124, 58, 237, 1), rgba(6, 182, 212, 1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sub {
  margin: 0 0 16px;
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 54ch;
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.trust {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.trust-item {
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--hair);
  border-radius: 16px;
  padding: 10px 12px;
  min-width: 140px;
}

.kpi {
  display: block;
  font-weight: 900;
  font-size: 1.1rem;
}

.kpi-label {
  display: block;
  color: var(--muted);
  font-size: .95rem;
}

/* ====== Hero Visual Stack ====== */
.hero-visual {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 14px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--hair);
  box-shadow: var(--shadow);
}

.stack {
  position: relative;
  height: min(62vh, 600px);
  display: grid;
  place-items: center;
  border-radius: 22px;
}

.shot {
  position: absolute;
  width: min(82%, 320px);
  aspect-ratio: 2 / 3; /* ideal for Tinder */
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .55);
  transform: translateY(0);
}

.shot-a {
  transform: translate(-18%, 6%) rotate(-6deg);
  opacity: .95;
}

.shot-b {
  transform: translate(12%, -6%) rotate(6deg);
  opacity: .92;
}

.shot-c {
  transform: translate(0%, 10%) rotate(0deg);
  opacity: 1;
  width: min(90%, 350px);
}

.glass-note {
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid var(--hair);
  background: rgba(0, 0, 0, .18);
  color: var(--muted);
}

/* ====== Sections ====== */
.section {
  padding: 44px 0;
}

.section-alt {
  background: rgba(255, 255, 255, .02);
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.0rem);
  letter-spacing: -.01em;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 70ch;
}

/* ====== Cards (Packages) ====== */
.cards {
  display: grid;
  gap: 14px;
}

.card {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 16px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--hair);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .35);
}

.card-top {
  margin-bottom: 10px;
}

.card h3 {
  margin: 0 0 6px;
  font-size: 1.25rem;
}

.price {
  margin: 2px 0 6px;
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: -.02em;
}

.price span {
  font-size: 1.1rem;
  opacity: .85;
  margin-left: 2px;
}

.list {
  margin: 10px 0 16px;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.list li {
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.list li:first-child {
  border-top: 0;
}

.card-featured {
  border-color: rgba(124, 58, 237, .55);
  background: radial-gradient(700px 350px at 20% 0%, rgba(124, 58, 237, .22), transparent 65%),
  rgba(255, 255, 255, .04);
}

.badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .85rem;
  background: rgba(124, 58, 237, .22);
  border: 1px solid rgba(124, 58, 237, .5);
}

.note {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, .18);
  background: rgba(0, 0, 0, .12);
}

/* ====== Steps ====== */
.steps {
  display: grid;
  gap: 12px;
}

.step {
  border-radius: 20px;
  padding: 14px 14px 16px;
  border: 1px solid var(--hair);
  background: rgba(255, 255, 255, .03);
}

.step-num {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .16);
  margin-bottom: 10px;
}

.step h3 {
  margin: 0 0 6px;
}

.step p {
  margin: 0;
  color: var(--muted);
}

/* ====== Gallery (hard reset) ====== */
.gallery{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media (min-width: 860px){
  .gallery{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}

.g-item{
  grid-column: span 1 !important;   /* force single column */
  grid-row: span 1 !important;
  aspect-ratio: 4 / 5;              /* Tinder correct */
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.03);
  position: relative;
}

.g-item img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* ====== Booking ====== */
.booking {
  display: grid;
  gap: 14px;
}

.booking-copy h2 {
  margin-top: 0;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 6px;
}

.booking-box {
  border-radius: var(--radius-lg);
  border: 1px solid var(--hair);
  background: rgba(255, 255, 255, .03);
  padding: 16px;
}

.booking-skeleton {
  display: grid;
  gap: 10px;
}

.sk-row {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .14), rgba(255, 255, 255, .06));
  background-size: 200% 200%;
  animation: shimmer 1.4s ease-in-out infinite;
}

.sk-row.short {
  width: 60%;
}

@keyframes shimmer {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.booking-hint {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

/* ====== FAQ ====== */
.faq {
  display: grid;
  gap: 10px;
}

details {
  border-radius: 18px;
  border: 1px solid var(--hair);
  background: rgba(255, 255, 255, .03);
  padding: 12px 14px;
}

summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--text);
}

details p {
  margin: 10px 0 0;
  color: var(--muted);
}

/* ====== Footer ====== */
.footer {
  padding: 24px 0 34px;
  border-top: 1px solid var(--hair);
  background: rgba(0, 0, 0, .10);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: space-between;
}

.foot-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--muted);
  font-weight: 700;
}

.foot-links a:hover {
  color: var(--text);
}

/* ====== Responsive ====== */
@media (min-width: 860px) {
  .nav {
    display: flex;
  }

  .hero-grid {
    grid-template-columns: 1.1fr .9fr;
    gap: 26px;
  }

  .cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .steps {
    grid-template-columns: repeat(4, 1fr);
  }

  /*.gallery {*/
  /*  grid-template-columns: repeat(12, 1fr);*/
  /*  grid-auto-rows: 150px;*/
  /*}*/

  /*.g-item {*/
  /*  aspect-ratio: auto;*/
  /*  min-height: auto;*/
  /*  height: 100%;*/
  /*}*/

/*  .g-item:nth-child(1) {
    grid-column: 1 / span 4;
    grid-row: 1 / span 2;
  }

  .g-item:nth-child(2) {
    grid-column: 5 / span 4;
    grid-row: 1 / span 2;
  }

  .g-item:nth-child(3) {
    grid-column: 9 / span 4;
    grid-row: 1 / span 2;
  }

  .g-item:nth-child(4) {
    grid-column: 1 / span 8;
    grid-row: 3 / span 2;
  }

  .g-item:nth-child(5) {
    grid-column: 9 / span 4;
    grid-row: 3 / span 1;
  }

  .g-item:nth-child(6) {
    grid-column: 9 / span 4;
    grid-row: 4 / span 1;
  }*/

  .booking {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .footer-inner {
    flex-direction: row;
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }

  .sk-row {
    animation: none;
  }

  .btn {
    transition: none;
  }
}

/* About / Photographer section */
.about-grid {
  display: grid;
  gap: 12px;
}

.about-card {
  border-radius: 20px;
  padding: 14px 14px 16px;
  border: 1px solid var(--hair);
  background: rgba(255, 255, 255, .03);
}

@media (min-width: 860px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}


/* CALENDLY */

/* Calendly embed sizing */
.calendly-inline-widget {
  width: 100%;
  height: 720px;
  border-radius: 18px;
  overflow: hidden;
}

/* Slightly taller on desktop */
@media (min-width: 860px) {
  .calendly-inline-widget {
    height: 760px;
  }
}

