/* Passion Studio – theme matched to logo: white/black + saffron/green accents */

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #f5f5f5;
  --accent-saffron: #ff9933;
  --accent-bright: #ff0c04;
  --accent-green: #138808;
  --accent-red: #d32f2f;
  --font-sans: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --max-width: 960px;
  --header-height: 56px;
  --transition: 0.2s ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-black);
  background: var(--color-white);
}

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

a:hover {
  text-decoration: underline;
}

a:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 2px;
}

/* Header – part of hero block, seamless white */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 1.25rem;
  background: var(--color-white);
  color: var(--color-black);
  width: 100%;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.logo:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.85;
}

.logo-img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 50%;
  background: var(--color-white);
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 2px;
}

.nav-toggle-bar {
  display: block;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  transition: var(--transition);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list a {
  display: block;
  padding: var(--space-sm) 0;
  font-weight: 400;
  font-size: 0.9375rem;
  color: inherit;
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
    margin-left: 0;
  }

  .nav-list {
    display: flex;
    gap: var(--space-xs);
  }

  .nav-list a {
    padding: var(--space-xs) 0;
  }
}

.nav.is-open .nav-list {
  display: block;
  position: absolute;
  top: var(--header-height);
  left: 0;
  right: 0;
  background: var(--color-white);
  padding: var(--space-sm) 1.25rem;
}

/* Main sections */
main {
  padding-bottom: var(--space-xl);
}

.section-title {
  margin: 0 0 var(--space-sm);
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Hero – flush under header, one seamless white block */
.hero {
  min-height: calc(50vh - 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: var(--space-xl) 1.25rem;
  text-align: center;
  background: var(--color-white);
  color: var(--color-black);
}

.hero-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

.hero-tagline {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--color-black);
  opacity: 0.8;
}

.hero a:hover {
  text-decoration: none;
}

/* About */
.about {
  padding: var(--space-xl) 1.25rem;
  background: var(--color-white);
}

.about-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.about-text {
  margin: 0;
  max-width: 52ch;
  font-size: 0.9375rem;
  color: var(--color-black);
}

/* Gallery */
.gallery {
  padding: var(--space-xl) 1.25rem;
  background: var(--color-gray);
}

.gallery-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.gallery-intro {
  margin: 0 0 var(--space-md);
  font-size: 0.9375rem;
  color: var(--color-black);
}

.instagram-embed {
  min-height: 200px;
}

.instagram-feed-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}



/* Hide Elfsight widget’s profile picture so our logo shows instead */

/* Hide Elfsight "Free Instagram Feed Widget" branding link (if in-page) */
.instagram-feed-wrap a[href*="elfsight.com/instagram-feed-instashow"] {
  display: none !important;
}

/* Overlay to cover Elfsight banner (widget is in iframe, so we can't hide it with CSS) */
.instagram-feed-banner-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55px;
  background: var(--color-gray);
  pointer-events: none;
  z-index: 1;
}

.instagram-embed iframe,
.instagram-embed script {
  max-width: 100%;
}

.instagram-feed-wrap iframe {
  border-radius: 12px;
  display: block;
}

.instagram-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: var(--space-lg) var(--space-xl);
  color: var(--color-black);
  border: 1px solid #e0e0e0;
  transition: border-color var(--transition), opacity var(--transition);
}

.instagram-cta:hover {
  border-color: var(--color-black);
  opacity: 0.9;
  text-decoration: none;
  color: var(--color-black);
}

.instagram-cta-handle {
  font-weight: 600;
  font-size: 1.125rem;
}

.instagram-cta-label {
  font-size: 0.8125rem;
  font-weight: 400;
  opacity: 0.8;
}

.gallery-placeholder {
  margin: 0;
  padding: var(--space-md);
  text-align: center;
  font-size: 0.875rem;
  color: #555;
  border: 1px dashed #ccc;
}

/* Contact */
.contact {
  padding: var(--space-xl) 1.25rem;
  background: var(--color-white);
}

.contact-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  text-align: center;
}

.contact-text {
  margin: 0 0 var(--space-md);
  font-size: 0.9375rem;
  color: var(--color-black);
}

.contact-cta {
  display: inline-block;
  padding: 0.5rem 0;
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--color-black);
  border-bottom: 2px solid var(--color-black);
  transition: var(--transition);
}

.contact-cta:hover {
  opacity: 0.7;
  text-decoration: none;
  border-bottom-color: var(--accent-bright);
}

/* Footer */
.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  padding: var(--space-md) 1.25rem;
  font-size: 0.8125rem;
  color: var(--color-black);
}

.footer-copy {
  margin: 0;
}

.footer-instagram:hover {
  text-decoration: underline;
}

/* WhatsApp floating button – logo accent (bottom-right orange/saffron) */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding: 0.625rem 1rem;
  background: var(--accent-bright);
  color: var(--color-white);
  border: none;
  border-radius: 50px;
  transition: opacity var(--transition), transform var(--transition);
}

.whatsapp-float:hover {
  opacity: 0.95;
  text-decoration: none;
  color: var(--color-white);
}

.whatsapp-float:focus-visible {
  outline: 2px solid var(--accent-bright);
  outline-offset: 2px;
}

.whatsapp-float-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.whatsapp-float-icon svg {
  width: 22px;
  height: 22px;
}

.whatsapp-float-tooltip {
  font-weight: 400;
  font-size: 0.8125rem;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .whatsapp-float-tooltip {
    display: none;
  }

  .whatsapp-float {
    padding: 0.625rem;
    border-radius: 50%;
  }
}
