/* ==========================================================================
   KADDA PHOTOGRAPHY — Bespoke Luxury Digital Business Card
   Unique, Modern, High-End Editorial Style
   ========================================================================== */

:root {
  --bg: #F4F0E8;                  /* Warm ivory / cream */
  --panel: #FFFFFF;               /* Pure white card surface */
  --panel-tint: #FAF7F2;          /* Subtle warm tint surface */
  --text: #25221F;                /* Rich warm charcoal */
  --muted: #68625B;              /* Muted text */
  --subtle: #968F86;             /* Subtle captions / labels */
  --gold: #A66D2D;               /* Burnished luxury gold */
  --gold-light: #F4D58A;         /* Champagne gold */
  --gold-soft: rgba(166, 109, 45, 0.08);
  --gold-hover: rgba(166, 109, 45, 0.14);
  --line: rgba(37, 34, 31, 0.08); /* Clean hairline border */
  --line-gold: rgba(166, 109, 45, 0.22);
  --dark-bg: #110F0E;            /* Midnight charcoal footer */

  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-script: "Alex Brush", cursive;

  --shadow-card: 0 10px 30px rgba(37, 34, 31, 0.05);
  --shadow-hover: 0 14px 36px rgba(37, 34, 31, 0.1);
}

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

html {
  scroll-behavior: smooth;
  background-color: var(--bg);
  color: var(--text);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--font-sans);
  line-height: 1.5;
  background-color: var(--bg);
  color: var(--text);
  margin: 0;
  padding: 0;
  min-height: 100vh;
  position: relative;
}

@media (min-width: 600px) {
  body {
    padding: 36px 0 48px;
    background: radial-gradient(circle at 50% 0%, rgba(166, 109, 45, 0.12), transparent 50%), var(--bg);
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

button {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.skip {
  position: fixed;
  top: -80px;
  left: 14px;
  z-index: 100;
  background: var(--text);
  color: #FFFFFF;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: top 0.2s ease;
}

.skip:focus {
  top: 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* --------------------------------------------------------------------------
   Phone Card Shell (The Central Business Card Frame)
   -------------------------------------------------------------------------- */
.phone-card {
  position: relative;
  width: min(100%, 500px);
  margin: 0 auto;
  padding: 24px 16px 110px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .phone-card {
    border: 1px solid var(--line-gold);
    border-radius: 36px;
    background: var(--panel-tint);
    box-shadow: 0 24px 80px rgba(37, 34, 31, 0.09), 0 4px 20px rgba(166, 109, 45, 0.05);
    padding: 36px 24px 110px;
  }
}

/* --------------------------------------------------------------------------
   Profile / Header Section
   -------------------------------------------------------------------------- */
.profile {
  text-align: center;
  padding: 8px 10px 16px;
  position: relative;
}

/* Full brand logo (transparent PNG, zero white box) */
.profile-logo {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto 14px;
  filter: drop-shadow(0 4px 12px rgba(37, 34, 31, 0.06));
}

@media (max-width: 380px) {
  .profile-logo {
    max-width: 240px;
    margin-bottom: 10px;
  }
}

.local-pill {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 14px;
  border-radius: 999px;
  background: var(--gold-soft);
  border: 1px solid var(--line-gold);
  color: var(--gold);
  letter-spacing: 0.22em;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.photographer-sub {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.tagline-block {
  max-width: 360px;
  margin: 4px auto 0;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.35;
}

.tagline-block .script {
  display: block;
  font-family: var(--font-script);
  font-size: 2.1rem;
  color: var(--gold);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 1px;
}

.secondary-phrase {
  margin-top: 6px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--subtle);
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   Direct Action Booking Banner
   -------------------------------------------------------------------------- */
.quote-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  margin: 16px 0 14px;
  padding: 12px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25221F 0%, #151312 100%);
  color: #FFFFFF;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  box-shadow: 0 8px 24px rgba(37, 34, 31, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.quote-btn svg {
  width: 17px;
  height: 17px;
  stroke: var(--gold-light);
  transition: transform 0.2s ease;
}

.quote-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 34, 31, 0.25);
  background: #000000;
}

.quote-btn:hover svg {
  transform: translateX(3px);
}

/* --------------------------------------------------------------------------
   6 Quick Action Grid
   -------------------------------------------------------------------------- */
.action-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  margin: 0 0 14px;
  padding: 10px 6px;
  border-radius: 20px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

@media (max-width: 380px) {
  .action-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 4px;
  }
}

.action-item {
  min-width: 0;
  padding: 6px 2px;
  border: 0;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: transform 0.18s ease;
}

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

.action-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--gold-soft);
  color: var(--gold);
  border: 1px solid var(--line-gold);
  transition: all 0.2s ease;
}

.action-item:hover .action-icon {
  background: var(--gold);
  color: #FFFFFF;
  border-color: var(--gold);
}

.action-icon svg {
  width: 17px;
  height: 17px;
}

.action-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text);
}

/* --------------------------------------------------------------------------
   Cards
   -------------------------------------------------------------------------- */
.card {
  margin: 10px 0;
  padding: 22px;
  border-radius: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  border-color: var(--line-gold);
}

.card h2 {
  font-family: var(--font-serif);
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-subtitle {
  font-size: 0.8rem;
  color: var(--muted);
  margin: -10px 0 16px;
  line-height: 1.4;
}

/* --------------------------------------------------------------------------
   Contact Details List (Fixed: Proportional 42px Icon, No Stretching!)
   -------------------------------------------------------------------------- */
.contact-list {
  display: flex;
  flex-direction: column;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  color: inherit;
  width: 100%;
}

.contact-row:first-of-type {
  border-top: none;
  padding-top: 0;
}

.contact-row:last-of-type {
  padding-bottom: 0;
}

/* Strictly fixed 42x42px icon box */
.contact-row .row-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  max-width: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--gold-soft);
  color: var(--gold);
  border: 1px solid var(--line-gold);
  transition: all 0.2s ease;
}

.contact-row:hover .row-icon {
  background: var(--gold);
  color: #FFFFFF;
  border-color: var(--gold);
}

.contact-row .row-icon svg {
  width: 18px;
  height: 18px;
}

/* Text gets full flexible remaining width */
.contact-row .row-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.contact-row .row-label {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--subtle);
  margin-bottom: 2px;
}

.contact-row .row-val {
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-row .row-chevron {
  font-style: normal;
  font-size: 1.25rem;
  color: var(--subtle);
  margin-left: 6px;
  flex-shrink: 0;
  transition: transform 0.2s ease, color 0.2s ease;
}

.contact-row:hover .row-chevron {
  transform: translateX(3px);
  color: var(--gold);
}

/* --------------------------------------------------------------------------
   Photography Services Chips (11 Services)
   -------------------------------------------------------------------------- */
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

@media (min-width: 420px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--panel-tint);
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: all 0.2s ease;
}

.service-pill:hover {
  background: #FFFFFF;
  border-color: var(--line-gold);
  transform: translateY(-1px);
}

.service-pill-icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  flex: 0 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--gold-soft);
  color: var(--gold);
}

.service-pill-icon svg {
  width: 14px;
  height: 14px;
}

.service-pill-name {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.2;
}

.service-pill-wide,
.services-grid > .service-pill:last-child {
  grid-column: 1 / -1;
  justify-content: center;
}

/* --------------------------------------------------------------------------
   Connect With Us / Social Links
   -------------------------------------------------------------------------- */
.social-list {
  display: flex;
  flex-direction: column;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  color: inherit;
  width: 100%;
}

.social-row:first-of-type {
  border-top: none;
  padding-top: 0;
}

.social-row:last-of-type {
  padding-bottom: 0;
}

.social-row .row-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  max-width: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--gold-soft);
  color: var(--gold);
  border: 1px solid var(--line-gold);
  transition: all 0.2s ease;
}

.social-row:hover .row-icon {
  background: var(--gold);
  color: #FFFFFF;
  border-color: var(--gold);
}

.social-row .row-icon svg {
  width: 18px;
  height: 18px;
}

.social-row .row-info {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.social-row .row-title {
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--text);
}

.social-row .row-handle {
  font-size: 0.74rem;
  color: var(--subtle);
}

.social-row .row-chevron {
  font-style: normal;
  font-size: 1.25rem;
  color: var(--subtle);
  margin-left: 6px;
  flex-shrink: 0;
  transition: transform 0.2s ease, color 0.2s ease;
}

.social-row:hover .row-chevron {
  transform: translateX(3px);
  color: var(--gold);
}

/* --------------------------------------------------------------------------
   QR Code Card
   -------------------------------------------------------------------------- */
.qr-card {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 16px;
  align-items: center;
}

@media (max-width: 380px) {
  .qr-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}

.qr-box {
  width: 108px;
  height: 108px;
  padding: 6px;
  border-radius: 14px;
  background: #FFFFFF;
  border: 1px solid var(--line-gold);
  box-shadow: 0 4px 12px rgba(37, 34, 31, 0.06);
}

.qr-box svg, .qr-box img {
  width: 100%;
  height: 100%;
}

.qr-info h2 {
  margin: 0 0 4px;
  font-size: 1.15rem;
}

.qr-info p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
  margin: 0 0 10px;
}

.share-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--gold-soft);
  color: var(--gold);
  border: 1px solid var(--line-gold);
  border-radius: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.share-link-btn:hover {
  background: var(--gold);
  color: #FFFFFF;
}

/* --------------------------------------------------------------------------
   Save to Contacts Primary Banner
   -------------------------------------------------------------------------- */
.save-contact-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  margin: 12px 0 14px;
  padding: 12px 20px;
  border-radius: 16px;
  background: #25221F;
  color: #FFFFFF;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  box-shadow: 0 8px 24px rgba(37, 34, 31, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.save-contact-banner svg {
  width: 18px;
  height: 18px;
  stroke: var(--gold-light);
}

.save-contact-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(37, 34, 31, 0.25);
  background: #000000;
}

/* --------------------------------------------------------------------------
   Luxury Dark Footer (With Full White Logo, Crisp & High-Resolution)
   -------------------------------------------------------------------------- */
.footer {
  text-align: center;
  padding: 36px 16px 24px;
  margin-top: 14px;
  border-radius: 26px;
  background: var(--dark-bg);
  color: #FAF7F2;
  border: 1px solid rgba(166, 109, 45, 0.22);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.footer-logo {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 auto 14px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.footer p {
  margin: 0 0 12px;
  font-size: 0.82rem;
  color: #A39E98;
  line-height: 1.5;
}

.footer .footer-script {
  font-family: var(--font-script);
  font-size: 1.7rem;
  color: var(--gold-light);
  display: block;
  margin: 2px 0;
}

.footer nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 14px 0 10px;
  font-size: 0.76rem;
}

.footer nav a {
  color: #BDB7AF;
}

.footer nav a:hover {
  color: var(--gold-light);
}

.footer small {
  display: block;
  font-size: 0.72rem;
  color: #6E6862;
  margin-top: 8px;
}

/* --------------------------------------------------------------------------
   Bottom Sticky Action Bar (Mobile only)
   -------------------------------------------------------------------------- */
.bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  gap: 8px;
  padding: 10px 14px;
  padding-bottom: max(10px, env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--line-gold);
  box-shadow: 0 -4px 20px rgba(37, 34, 31, 0.08);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

@media (min-width: 600px) {
  .bottom-bar {
    display: none;
  }
}

.bottom-bar.hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.bottom-bar a {
  flex: 1;
  min-width: 0;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 12px;
  background: var(--panel-tint);
  border: 1px solid var(--line);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  transition: all 0.2s ease;
}

.bottom-bar a span svg {
  width: 15px;
  height: 15px;
  stroke: var(--gold);
}

.bottom-bar a.book {
  flex: 1.3;
  background: var(--text);
  color: #FFFFFF;
  border-color: var(--gold);
}

.bottom-bar a.book span svg {
  stroke: var(--gold-light);
}

/* --------------------------------------------------------------------------
   Toast & Modal
   -------------------------------------------------------------------------- */
.toast {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(-30px);
  background: var(--text);
  color: #FFFFFF;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 1px solid var(--gold);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2000;
  pointer-events: none;
  white-space: nowrap;
}

.toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.modal-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.65);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.modal-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  background: #FFFFFF;
  border: 1px solid var(--line-gold);
  border-radius: 24px;
  max-width: 480px;
  width: 100%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.modal-header {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.modal-header h2 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  margin: 0;
  text-transform: uppercase;
}

.modal-close-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(37, 34, 31, 0.06);
  font-size: 1.2rem;
  display: grid;
  place-items: center;
}

.modal-body {
  padding: 22px;
  overflow-y: auto;
  font-size: 0.88rem;
  line-height: 1.6;
}

.modal-body p {
  margin-bottom: 10px;
}\n