/* ============================================================
   ADROITELLA ART AND DESIGN — style.css
   adroitelladesign.art
   ============================================================ */

:root {
  --teal: #2ecfc4;
  --pink: #e91e8c;
  --gold: #c9a84c;
  --black: #0a0a0a;
  --black-mid: #111111;
  --black-soft: #1a1a1a;
  --white: #f5f0eb;
  --gray: #cccccc;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--white);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px; /* base bumped up */
  overflow-x: hidden;
}

.cursor-glow {
  position: fixed;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(46,207,196,0.18), transparent 70%);
  z-index: 50;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  opacity: 0.9;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- NAV ------------------------------------------------------------ */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,10,10,0.97);
  border-bottom: 1px solid rgba(201,168,76,0.3);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 68px;
  backdrop-filter: blur(10px);
}
.nav-logo {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 1.35rem; color: var(--teal); text-decoration: none;
}
.nav-logo-text { color: var(--teal);} /*Adroitella */
.nav-logo-pink {color: var(--pink);} /*Art & Design */
.nav-links { display: flex; gap: 24px; list-style: none; align-items: center; }
.nav-links a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.0rem; /* up from 0.70 */
  font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gray); text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: var(--pink) !important; color: white !important;
  padding: 8px 18px; border-radius: 2px;
}
/* === ACTIVE NAV LINK (DESKTOP) === */
.nav-links a.active {
  color: var(--gold);
  position: relative;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 60%;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
}
.nav-cta:hover { background: var(--teal) !important; color: var(--black) !important; }
.nav-social-icons { display: flex; gap: 14px; align-items: center; }
.nav-social-icons a {
  color: rgba(245,240,235,0.45);
  font-size: 1rem; /* up from 0.85 */
  transition: color 0.2s;
}
.nav-social-icons a:hover { color: var(--gold); }

/* ----------- HEADER --------------------------------------------- */
.page-header h3 {
  font-family: 'Josefin Sans', sans-serif; /* or change this */
  font-size: 1.2rem;
  color: var(--pink); /* or var(--teal), var(--gold), etc */
  margin-top: 10px;
  letter-spacing: 0.08em;
  font-family: 'Cinzel Decorative', cursive;
  color: var(--teal);
}

/* ----------- HERO PREMIUM --------------------------------------------- */
.hero {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 60%, #1a1a2e 0%, var(--black) 70%);
}

.hero-bg-art {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  opacity: 0.32;
  pointer-events: none;
  animation: heroFloat 14s ease-in-out infinite;
}

.hero-bg-art img {
  width: min(1500px, 96vw);
  max-width: 96vw;
  height: auto;
  object-fit: contain;

  filter: grayscale(90%) contrast(112%) brightness(1.02);
}
.hero-bg-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(10,10,10,0.45) 0%,
    rgba(10,10,10,0.26) 28%,
    rgba(10,10,10,0.10) 58%,
    rgba(10,10,10,0.02) 82%,
    rgba(10,10,10,0) 100%
  );
  pointer-events: none;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgba(0,0,0,0.25) 0%,
    rgba(0,0,0,0.5) 25%,
    rgba(0,0,0,0.8) 55%,
    rgba(0,0,0,1) 80%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgba(0,0,0,0.25) 0%,
    rgba(0,0,0,0.5) 25%,
    rgba(0,0,0,0.8) 55%,
    rgba(0,0,0,1) 80%
  );
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(46,207,196,0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(233,30,140,0.08) 0%, transparent 50%),
    linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.3));
  z-index: 1;
}

.hero-content,
.hero-eyebrow,
.hero-title,
.hero-subtitle,
.hero-tagline,
.hero-buttons,
.hero-scroll {
  position: relative;
  z-index: 2;
}

.hero-title,
.hero-subtitle,
.hero-tagline,
.hero-buttons {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.015);
  }
}

.hero-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hero-tagline {
  max-width: 600px;
  margin: 0 auto 48px;
  text-align: center;
}

.hero-eyebrow {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.82rem; /* up from 0.70 */
  font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 24px;
  animation: fadeUp 0.8s ease both;
}
.hero-title {
  font-family: 'Cinzel Decorative', cursive;
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 900; line-height: 1.1; color: var(--teal);
  margin-bottom: 12px; animation: fadeUp 0.9s ease 0.1s both;
}
.hero-subtitle {
  font-family: 'Cinzel Decorative', cursive;
  font-size: clamp(1rem, 2.5vw, 1.8rem);
  color: var(--pink); margin-bottom: 28px;
  animation: fadeUp 1s ease 0.2s both;
}
.hero-tagline {
  font-size: clamp(1.2rem, 2vw, 1.55rem); /* up from 1.1/1.4 */
  font-style: italic; color: rgba(245,240,235,0.75);
  max-width: 600px; line-height: 1.7; margin-bottom: 48px;
  animation: fadeUp 1.1s ease 0.3s both;
}
.hero-story-link {
  margin-bottom: 65px;
  animation: fadeUp 1.15s ease 0.35s both;
}
.hero-story-link a {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.5rem, 1.2vw, 1rem);
  color: rgba(245,240,235,0.5);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.3s;
}
.hero-story-link a:hover { color: rgba(245,240,235,0.9); }
.hero-story-link a span {
  color: #d4a0a0;
  font-style: italic;
}
.hero-buttons {
  display: flex; gap: 20px; flex-wrap: wrap; justify-content: center;
  animation: fadeUp 1.2s ease 0.4s both;
}
.hero-social {
  display: flex; gap: 20px; margin-top: 40px;
  animation: fadeUp 1.3s ease 0.5s both;
}
.hero-social a {
  color: rgba(245,240,235,0.45); font-size: 1.3rem;
  transition: all 0.2s;
}
.hero-social a:hover { color: var(--gold); transform: translateY(-3px); }
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero-scroll span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem; /* up from 0.60 */
  letter-spacing: 0.3em; color: rgba(201,168,76,0.5); text-transform: uppercase;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scroll-pulse 2s ease infinite;
}
@keyframes scroll-pulse { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ============================================================
   THE VAULT
   ============================================================ */

#vault {
  background: var(--black);
}

#vault .section-intro {
  max-width: 900px;
}


/* VAULT PROJECT GRID */

.vault-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}


/* VAULT PROJECT CARD */

.vault-card {
  background: var(--black-soft);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.vault-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;

  background: linear-gradient(
    90deg,
    var(--teal),
    var(--pink)
  );

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 5;
}

.vault-card:hover {
  transform: translateY(-4px);
}

.vault-card:hover::before {
  transform: scaleX(1);
}


/* VAULT PREVIEW AREA */

.vault-preview {
  height: 230px;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    radial-gradient(
      circle at center,
      rgba(46, 207, 196, 0.18),
      transparent 65%
    ),
    var(--black-mid);
}

.vault-preview-pink {
  background:
    radial-gradient(
      circle at center,
      rgba(233, 30, 140, 0.18),
      transparent 65%
    ),
    var(--black-mid);
}

.vault-preview-gold {
  background:
    radial-gradient(
      circle at center,
      rgba(201, 168, 76, 0.18),
      transparent 65%
    ),
    var(--black-mid);
}

/* VAULT PHOTO PREVIEW */

.vault-preview-photo {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
  padding: 0;
}

.vault-preview-photo img {
    position: static;
    width: 100%;
    height: 230px !important;
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center;
    margin: 0;
    padding: 0;
}

.vault-preview-photo .vault-project-label {
  position: absolute;
  top: 16px;
  left: 18px;
  z-index: 3;
}

.vault-project-label {
  position: absolute;
  top: 16px;
  left: 18px;

  font-family: "Josefin Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  color: var(--gold);
}

.vault-icon {
  font-size: 2.6rem;
  color: var(--gold);
}

/* ============================================================
   VAULT — PROJECT PHOTO FIX
   ============================================================ */

.vault-preview-photo {
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.vault-preview-photo img {
  width: 100% !important;
  height: 230px !important;
  max-width: none !important;

  object-fit: cover;
  object-position: center;

  display: block;
  position: static;

  margin: 0;
  padding: 0;
}

.vault-preview-photo .vault-project-label {
  position: absolute;
  top: 16px;
  left: 18px;
  z-index: 3;
}

/* VAULT CARD CONTENT */

.vault-card-content {
  padding: 36px 32px;
}

.vault-status {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;

  color: var(--pink);
  margin-bottom: 14px;
}

.vault-card h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;

  color: var(--teal);
  margin-bottom: 14px;
}

.vault-card p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.75;

  color: rgba(245, 240, 235, 0.65);
  margin-bottom: 26px;
}


/* VAULT PROGRESS */

.vault-progress-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;

  font-family: "Josefin Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: var(--gold);
  margin-bottom: 10px;
}

.vault-progress-bar {
  width: 100%;
  height: 2px;

  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.vault-progress-bar span {
  display: block;
  height: 100%;

  background: linear-gradient(
    90deg,
    var(--teal),
    var(--pink)
  );
}


/* VAULT EMAIL SIGNUP */

.vault-signup {
  margin-top: 56px;
  padding: 48px 42px;

  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;

  background: var(--black-soft);
  border-top: 2px solid var(--gold);
}

.vault-signup-copy h3 {
  font-family: "Cinzel Decorative", cursive;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.2;

  color: var(--teal);
  margin-bottom: 16px;
}

.vault-signup-copy p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.8;

  color: rgba(245, 240, 235, 0.7);
  max-width: 650px;
}

.vault-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 22px;
}

.vault-perks span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: var(--gold);
}


/* VAULT FORM */

.vault-form label {
  display: block;

  font-family: "Josefin Sans", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;

  color: var(--gold);
  margin-bottom: 10px;
}

.vault-form input[type="email"] {
  width: 100%;
  padding: 15px 16px;
  margin-bottom: 18px;

  background: var(--black);
  border: 1px solid rgba(201, 168, 76, 0.3);

  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.08rem;

  outline: none;
  transition: border-color 0.25s ease;
}

.vault-form input[type="email"]:focus {
  border-color: var(--teal);
}

.vault-form input[type="email"]::placeholder {
  color: rgba(245, 240, 235, 0.4);
}

.vault-form .btn-primary {
  width: auto;
}

.vault-privacy {
  margin-top: 13px;

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.9rem;
  font-style: italic;

  color: rgba(245, 240, 235, 0.45);
}


/* VAULT TABLET */

@media (max-width: 1000px) {

  .vault-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vault-card:last-child {
    grid-column: 1 / -1;
  }

  .vault-signup {
    grid-template-columns: 1fr;
    gap: 36px;
  }

}


/* VAULT MOBILE */

@media (max-width: 700px) {

  .vault-grid {
    grid-template-columns: 1fr;
  }

  .vault-card:last-child {
    grid-column: auto;
  }

  .vault-preview {
    height: 210px;
  }

  .vault-card-content {
    padding: 32px 24px;
  }

  .vault-signup {
    padding: 38px 24px;
  }

  .vault-form .btn-primary {
    width: 100%;
    text-align: center;
  }

}


/* -------------- BUTTONS ----------------------------------------------------- */
.btn-primary {
  background: var(--pink);
  color: white;
  padding: 16px 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: translateX(-100%);
  transition: transform 0.45s ease;
}

.btn-primary:hover {
  background: var(--teal);
  color: var(--black);
  transform: translateY(-2px);
}

.btn-primary:hover::after {
  transform: translateX(100%);
}

.btn-secondary1 {
  background: var(--gold);
  color: var(--black);
  padding: 16px 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  display: inline-block;
  box-shadow: 0 4px 18px rgba(201,168,76,0.25);
}

.btn-secondary1:hover {
  background: var(--teal);
  color: var(--black);
  transform: translateY(-2px);
}

.btn-secondary2 {
  background: var(--teal);
  color: var(--black);
  padding: 16px 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  display: inline-block;
  box-shadow: 0 4px 18px rgba(201,168,76,0.25);
}

.btn-secondary2:hover {
  background: var(--pink);
  color: var(--black);
  transform: translateY(-2px);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-review {
  background: var(--gold);
  color: var(--black);
  padding: 14px 32px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

.btn-review i {
  font-size: 1rem;
}

.btn-review:hover {
  background: var(--teal);
  color: var(--black);
  transform: translateY(-2px);
}

/* ------------------------- SHARED SECTION -------------------------------------- */
section { padding: 100px 40px; }

.section-label {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.76rem; /* up from 0.65 */
  font-weight: 700; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.section-title {
  font-family: 'Cinzel Decorative', cursive;
  font-size: clamp(1.7rem, 3.5vw, 2.7rem);
  color: var(--teal); margin-bottom: 16px; line-height: 1.2;
}
.section-title span { color: var(--pink); }
.section-intro {
  font-size: 1.2rem; /* up from 1.1 */
  font-style: italic; color: rgba(245,240,235,0.7); /* slightly brighter */
  max-width: 600px; line-height: 1.85; margin-bottom: 52px;
}
.gold-rule {
  width: 60px; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin-bottom: 24px;
}

/* -------------------------- SERVICES ------------------------------------------- */
#services { background: var(--black-mid); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2px;
}
.service-card {
  background: var(--black-soft); padding: 44px 32px;
  position: relative; overflow: hidden; transition: transform 0.3s;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--pink));
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.service-card:hover { transform: translateY(-4px); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { font-size: 1.9rem; margin-bottom: 18px; }
.service-card h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.86rem; /* up from 0.80 */
  font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 12px;
}
.service-card p {
  font-size: 1.08rem; /* up from 1.00 */
  color: rgba(245,240,235,0.65); line-height: 1.75; margin-bottom: 16px;
}
.service-price {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.84rem; /* up from 0.75 */
  color: var(--gold); letter-spacing: 0.1em;
}
.service-link {
  display: inline-block; margin-top: 18px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.76rem; /* up from 0.68 */
  font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--pink); text-decoration: none;
  border-bottom: 1px solid var(--pink); padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.service-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.service-link.secondary {
  color: var(--teal);
}

/* Portrait commission links */
.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 18px;
}

.service-actions .service-link {
  margin-top: 0;
}

/* Mobile only */
@media (max-width: 900px) {
  #portraits .service-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.gallery-card {
  background: var(--black-soft);
  border: 1px solid rgba(201,168,76,0.15);
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-cta-bar {
  text-align: center;
  padding: 60px 24px;
}

.gallery-cta-bar p {
  margin-bottom: 24px;
}

.gallery-cta-bar .btn-primary {
  display: inline-block;
  margin-top: 8px;
}

/* --- Home page service cards alignment --- */
#services .services-grid {
  align-items: stretch;
}

#services .service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#services .service-card p {
  flex-grow: 1;
}

#services .service-price {
  margin-top: 16px;
  min-height: 44px;
  display: flex;
  align-items: flex-start;
}

#services .service-link {
  margin-top: 12px;
}

#services .service-link.alt {
  margin-top: 10px;
}

#services .service-card a.service-link + a.service-link {
  margin-top: 16px;
}

.service-link:hover { color: var(--gold); border-color: var(--gold); }



/* ------------- PORTRAITS ------------------------------------------- */
#portraits { background: var(--black); }
.portrait-tabs {
  display: flex; margin-bottom: 32px;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.tab-btn {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.82rem; /* up from 0.75 */
  font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gray); background: none; border: none;
  padding: 14px 32px; cursor: pointer;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  transition: all 0.2s;
}
.tab-btn.active { color: var(--teal); border-bottom-color: var(--teal); }
.tab-btn:hover:not(.active) { color: var(--gold); }
.portrait-table { width: 100%; border-collapse: collapse; display: none; }
.portrait-table.active { display: table; }
.portrait-table th {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.76rem; /* up from 0.68 */
  font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); padding: 16px 24px; text-align: left;
  border-bottom: 1px solid rgba(201,168,76,0.3);
}
.portrait-table td {
  padding: 16px 24px;
  font-size: 1.50rem; /* up from 1.05 */
  color: rgba(245,240,235,0.85); /* slightly brighter */
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.portrait-table tr:hover td { background: rgba(46,207,196,0.04); }
.portrait-table td:last-child { color: var(--pink); font-weight: 800; }

/* ----------- LATEST WORK ----------- */
#latest-work {
  background: var(--black-mid);
}

.latest-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.latest-work-card {
  background: var(--black-soft);
  border: 1px solid rgba(201,168,76,0.12);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.latest-work-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,168,76,0.28);
  box-shadow: 0 14px 30px rgba(0,0,0,0.35);
}

.latest-work-img {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: block;
  background: var(--black-mid);
}

.latest-work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.latest-work-card:hover .latest-work-img img {
  transform: scale(1.04);
}

.latest-work-info {
  padding: 22px 20px 24px;
}

.latest-work-info h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
  line-height: 1.35;
}

.latest-work-info p {
  font-size: 1.02rem;
  color: rgba(245,240,235,0.68);
  line-height: 1.7;
  margin-bottom: 18px;
}

/* mobile */
@media (max-width: 900px) {
  .latest-work-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .latest-work-info {
    padding: 20px 18px 22px;
  }
}

/* portfolio latest work only */
#recent-portfolio .latest-work-img {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: block;
  background: var(--black-mid);
  cursor: pointer;
}

#recent-portfolio .latest-work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

#recent-portfolio .latest-work-card:hover .latest-work-img img {
  transform: scale(1.04);
  filter: brightness(1.03);
}

#recent-portfolio .latest-work-img::after {
  content: "View Larger";
  position: absolute;
  inset: auto 14px 14px auto;
  background: rgba(10,10,10,0.75);
  color: var(--white);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 10px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

#recent-portfolio .latest-work-card:hover .latest-work-img::after {
  opacity: 1;
  transform: translateY(0);
}

.collection-intro {
  font-size: 0.95rem;
  color: rgba(245,240,235,0.6);
  margin: 10px 0 20px;
  max-width: 500px;
}

.collection-cta {
  margin-top: 30px;
  text-align: center;
}

.collection-cta p {
  margin-bottom: 12px;
  color: rgba(245,240,235,0.7);
}

.shop-accordion-toggle {
  flex-direction: row;
  align-items: center;
}

.collection-intro {
  margin: -10px 0 20px 28px;
}

/* ----------- SHOP ---------------------------------------------- */
#shop { background: var(--black-mid); }
.shop-categories { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 44px; }
.cat-btn {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.76rem; /* up from 0.68 */
  font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  background: transparent; border: 1px solid rgba(201,168,76,0.3);
  color: var(--gray); padding: 11px 24px; cursor: pointer; transition: all 0.2s;
}
.cat-btn.active, .cat-btn:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 40px;
}
.shop-item { background: var(--black-soft); overflow: hidden; transition: transform 0.3s; }
.shop-item:hover { transform: translateY(-6px); }
.shop-item-img {
  width: 100%; aspect-ratio: 1;
  background: linear-gradient(135deg, #1a2a2a, #2a1a2a);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; position: relative;
}
.shop-item-img {
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #1a2a2a, #2a1a2a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  position: relative;
  overflow: hidden;
}

.shop-item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop-item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  /* ------------- BALANCED LOOK ------------------------------------- */
  filter: brightness(0.85) contrast(1.05) saturate(0.92);
  opacity: 0.95;

  transition: transform 0.35s ease, filter 0.35s ease;
}

.shop-item-img::after {
  content: "";
  position: absolute;
  inset: 0;

  /* ------ softer, less muddy overlay ------------------- */
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.12), rgba(0,0,0,0.28));

  pointer-events: none;
  z-index: 1;
}

.shop-item:hover .shop-item-img img {
  transform: scale(1.03);

  /* ------------ bring it to life on hover ------------------------- */
  filter: brightness(1) contrast(1.1) saturate(1);
}

.shop-badge {
  z-index: 2;
}

.shop-badge {
  position: absolute; top: 12px; right: 12px;
  background: var(--pink); color: white;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.68rem; /* up from 0.60 */
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 12px;
}
.shop-item-info { padding: 20px 20px 24px; }
.shop-item-info h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.84rem; /* up from 0.78 */
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--white); margin-bottom: 8px;
}
.shop-item-info p {
  font-size: 1.02rem; /* up from 0.95 */
  color: rgba(245,240,235,0.6); margin-bottom: 16px; line-height: 1.6;
}
.shop-item-footer { display: flex; align-items: center; justify-content: space-between; }
.shop-price {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.08rem; /* up from 1.00 */
  font-weight: 700; color: var(--gold);
}
.shop-buy-btn {
  background: var(--pink);
  color: white;
  border: none;

  width: 170px;            /* makes all buttons same width */
  padding: 10px 0;         /* keeps text centered nicely */

  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;

  margin-left: 20px;       /* creates space from the price */
}
.shop-buy-btn:hover { background: var(--teal); color: var(--black); }
/* Fix for category buttons now being links */

.shop-buy-btn,
.shop-buy-btn:visited,
.shop-buy-btn:active {
  color: white;
  text-decoration: none;
}

.shop-buy-btn:hover {
  color: var(--black);
  transform: translateY(-2px);
}

.nav-links a,
.nav-links a:visited {
  color: var(--gray);
}

.nav-links a:hover {
  color: var(--gold);
}

.shop-categories .cat-btn {
  display: inline-block;
  text-decoration: none;
}


/* --------------  PAYPAL MODAL -------------------------------- */
#paypal-modal {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.85); z-index: 999;
  align-items: center; justify-content: center;
}
#paypal-modal.open { display: flex; }
.paypal-modal-inner {
  background: var(--black-soft);
  border: 1px solid rgba(201,168,76,0.3);
  padding: 40px; max-width: 480px; width: 90%; position: relative;
}
.paypal-modal-inner h3 {
  font-family: 'Cinzel Decorative', cursive;
  color: var(--teal); margin-bottom: 8px; font-size: 1.3rem;
}
.paypal-modal-inner p {
  font-size: 1.02rem; /* up from 0.95 */
  color: rgba(245,240,235,0.6); margin-bottom: 24px; line-height: 1.7;
}
.paypal-close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none; color: var(--gray);
  font-size: 1.5rem; cursor: pointer;
}

.paypal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 1.4rem;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  z-index: 1001;
}

.paypal-modal-inner {
  border: 1px solid rgba(201,168,76,0.25);
  box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}

.paypal-order-summary {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.14);
  padding: 16px 18px;
  margin-bottom: 22px;
}

.paypal-order-name {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}

.paypal-order-price {
  font-size: 1.2rem;
  color: var(--gold);
}

.paypal-helper-text {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(245,240,235,0.68);
  margin-bottom: 20px;
}

/* ===== PAYPAL MODAL BRANDING ===== */

.paypal-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.paypal-helper-text {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(245,240,235,0.7);
  margin-bottom: 20px;
}

.paypal-order-summary {
  display: flex;
  gap: 16px;
  align-items: center;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.18);
  padding: 14px;
  margin-bottom: 20px;
}

.paypal-order-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: var(--black);
}

.paypal-order-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paypal-order-details {
  flex: 1;
}

.paypal-order-name {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 6px;
}

.paypal-order-price {
  font-size: 1.2rem;
  color: var(--gold);
}

.paypal-note {
  margin-top: 16px;
  font-size: 0.95rem;
  color: rgba(245,240,235,0.55);
  font-style: italic;
}

/* === PAYPAL CLOSE BUTTON FIX === */

.paypal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 1.4rem;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  z-index: 1001;
}

.paypal-modal-inner {
  position: relative;
  z-index: 1002;
}

#paypal-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

#paypal-modal.open {
  display: flex;
}

#paypal-modal {
  background: rgba(0,0,0,0.85);
}

.paypal-modal-inner {
  background: var(--black-mid);
  border: 1px solid rgba(201,168,76,0.25);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.paypal-order-summary {
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.35);
}

.paypal-order-name {
  color: var(--teal);
}

.paypal-order-price {
  color: var(--gold);
}

.paypal-helper-text {
  color: rgba(245,240,235,0.75);
}

.paypal-note {
  color: rgba(245,240,235,0.55);
}

#paypal-modal {
  opacity: 0;
  transition: opacity 0.25s ease;
}

#paypal-modal.open {
  opacity: 1;
}

.paypal-modal-inner {
  transform: scale(0.96);
  transition: transform 0.25s ease;
}

#paypal-modal.open .paypal-modal-inner {
  transform: scale(1);
}

.paypal-order-img img {
  transition: transform 0.35s ease;
}

.paypal-order-img:hover img {
  transform: scale(1.05);
}

.paypal-close {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.paypal-close:hover {
  transform: rotate(90deg);
  opacity: 0.7;
}

@media (max-width: 900px) {
  .paypal-order-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .paypal-order-img {
    width: 100%;
    height: 160px;
  }
}

#result-message {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.9rem; /* up from 0.80 */
  color: var(--teal); margin-top: 16px; text-align: center;
}

/* ----------- BOOKING -------------------------------------------- */
#booking { background: var(--black); text-align: center; }
.booking-inner { max-width: 700px; margin: 0 auto; }
.booking-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 40px; margin: 56px 0;
}
.booking-step { text-align: center; }
.step-num {
  width: 60px; height: 60px;
  border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cinzel Decorative', cursive;
  font-size: 1.3rem; color: var(--gold); margin: 0 auto 16px;
}
.booking-step h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.82rem; /* up from 0.75 */
  font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 10px;
}
.booking-step p {
  font-size: 1.04rem; /* up from 0.95 */
  color: rgba(245,240,235,0.6); line-height: 1.7;
}

/* ------------ REVIEWS ---------------------------------------*/
#reviews { background: var(--black-mid); }
.reviews-header {
  display: flex; align-items: flex-start; justify-content: space-between;
  flex-wrap: wrap; gap: 24px; margin-bottom: 56px;
}
.reviews-header-left .section-intro { margin-bottom: 0; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px; margin-bottom: 48px;
}
.review-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.02), rgba(0,0,0,0.25));
  border: 1px solid rgba(201,168,76,0.12);
  padding: 28px 24px;
  transition: all 0.35s ease;
  backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
}
.review-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.02), rgba(0,0,0,0.25));
  border: 1px solid rgba(201,168,76,0.12);
  padding: 28px 24px;
  transition: all 0.35s ease;
  backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
}
.review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,168,76,0.3);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.review-stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.review-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(245,240,235,0.75);
  margin-bottom: 16px;
}
.review-author {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}
.review-source {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.70rem; /* up from 0.62 */
  color: rgba(245,240,235,0.4); margin-top: 4px;
  display: flex; align-items: center; gap: 6px;
}
.reviews-cta {
  text-align: center; padding-top: 40px;
  border-top: 1px solid rgba(201,168,76,0.15);
}
.reviews-cta p {
  font-size: 1.15rem; /* up from 1.1 */
  font-style: italic; color: rgba(245,240,235,0.6); margin-bottom: 20px;
}
.reviews-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

.reviews-viewport {
  overflow: hidden;
  width: 100%;
}

.reviews-track {
  display: flex;
  transition: transform 0.6s ease;
}

.reviews-track .review-card {
  min-width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}

.reviews-arrow {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,168,76,0.2);
  color: var(--gold);
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 10px 14px;
}

.reviews-arrow:hover {
  background: var(--gold);
  color: var(--black);
}
/* ------------------ ABOUT ------------------------------- */
#about {
  background: var(--black);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.about-visual {
  display: flex;
  justify-content: center;
}
.about-photo {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 0 auto;
}
.about-content p {
  font-size: 1.15rem; /* up from 1.1 */
  color: rgba(245,240,235,0.75); line-height: 1.95; margin-bottom: 18px;
}
.about-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 40px; padding-top: 40px;
  border-top: 1px solid rgba(201,168,76,0.2);
}
.stat-num {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 1.9rem; color: var(--teal); display: block;
}
.stat-label {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.70rem; /* up from 0.62 */
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(245,240,235,0.45);
}

/* ----------- CONTACT ---------------------------------------- */
#contact {
  background: var(--black-mid);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}
.contact-info p {
  font-size: 1.12rem; /* up from 1.05 */
  color: rgba(245,240,235,0.7); line-height: 1.85; margin-bottom: 36px;
}
.contact-details { list-style: none; }
.contact-details li {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 0; /* slightly more padding */
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 1.08rem; /* up from 1.00 — this was the main fix */
  color: rgba(245,240,235,0.82); /* brighter */
}
.contact-details li span:first-child {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem; /* up from 0.62 */
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); width: 80px; flex-shrink: 0;
}
.contact-details a { color: var(--teal); text-decoration: none; }
.contact-details a:hover { color: var(--pink); }
.contact-social { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.social-btn {
  display: flex; align-items: center; gap: 10px;
  background: var(--black-soft);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(245,240,235,0.7); /* brighter */
  text-decoration: none; padding: 13px 18px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem; /* up from 0.65 */
  font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  transition: all 0.2s;
}
.social-btn:hover { border-color: var(--gold); color: var(--gold); }
.social-btn i { font-size: 1.1rem; }
.social-btn.instagram:hover { color: #e91e8c; border-color: #e91e8c; }
.social-btn.facebook:hover { color: #1877f2; border-color: #1877f2; }
.social-btn.tiktok:hover { color: #69c9d0; border-color: #69c9d0; }
.social-btn.linkedin:hover { color: #0a66c2; border-color: #0a66c2; }

/* ------------ CONTACT FORM ------------------------------------------------- */
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem; /* up from 0.62 */
  font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold);
}
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--black-soft);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--white); padding: 14px 16px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.08rem; /* up from 1.00 */
  outline: none; transition: border-color 0.2s; width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--teal); }
.form-group select { appearance: none; cursor: pointer; }
.form-group select option { background: var(--black-soft); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit {
  background: var(--pink); color: white; border: none;
  padding: 17px 36px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.84rem; /* up from 0.78 */
  font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  cursor: pointer; transition: all 0.2s; align-self: flex-start;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  margin-top: 4px;
}
.form-submit:hover { background: var(--teal); color: var(--black); }
.form-submit:active {
  transform: scale(0.98);
}

.form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* ----------------------- FOOTER ---------------------------------------- */
footer {
  background: var(--black-soft);
  border-top: 1px solid rgba(201,168,76,0.2);
  padding: 48px 40px;
}
.footer-top {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 24px; margin-bottom: 32px;
  padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-brand {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 1.05rem; color: var(--teal);
}
.footer-brand span { color: var(--pink); }
.footer-social { display: flex; gap: 20px; }
.footer-social a {
  color: rgba(245,240,235,0.4); font-size: 1.15rem; transition: all 0.2s;
}
.footer-social a:hover { color: var(--gold); transform: translateY(-2px); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.footer-copy {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.70rem; /* up from 0.62 */
  letter-spacing: 0.12em; color: rgba(245,240,235,0.3);
}
.footer-links { display: flex; gap: 24px; list-style: none; }
.footer-links a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.70rem; /* up from 0.62 */
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(245,240,235,0.4); text-decoration: none; transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }

/* ------- ARTISTIC DIVIDERS --------------------------------- */

/* 1) Brush divider - replaces glitter bar */
.divider-brush,
.divider-brush-footer {
  width: 100%;
  height: 34px;
  position: relative;
  overflow: hidden;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 120' preserveAspectRatio='none'%3E%3Cpath d='M0 62 C80 40 120 88 200 66 C280 44 340 92 430 62 C520 32 590 86 690 60 C790 34 860 92 960 60 C1060 28 1130 86 1230 58 C1330 30 1410 86 1500 54 C1540 40 1570 46 1600 52 L1600 82 C1560 88 1520 98 1450 92 C1380 86 1310 72 1230 82 C1150 92 1080 106 1000 96 C920 86 850 74 770 86 C690 98 630 104 550 94 C470 84 400 70 320 80 C240 90 170 102 90 94 C45 90 20 84 0 80 Z' fill='%23c9a84c'/%3E%3C/svg%3E")
    center / cover no-repeat;
  opacity: 0.95;
}

.divider-brush::after,
.divider-brush-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(233,30,140,0.10),
    rgba(46,207,196,0.10),
    rgba(201,168,76,0.18),
    rgba(46,207,196,0.10),
    rgba(233,30,140,0.10)
  );
  mix-blend-mode: screen;
  pointer-events: none;
}

.divider-brush-footer {
  opacity: 0.82;
}

/* 2) Sketch divider - best between shop and booking */
.divider-sketch-wrap {
  background: var(--black);
  padding: 8px 24px 0;
}

.divider-sketch {
  width: min(720px, 88%);
  height: 20px;
  margin: 0 auto;
  position: relative;
}

.divider-sketch::before,
.divider-sketch::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid rgba(245,240,235,0.35);
  border-radius: 50%;
}

.divider-sketch::before {
  top: 6px;
  transform: rotate(-0.6deg);
}

.divider-sketch::after {
  top: 10px;
  width: 97%;
  left: 1.5%;
  border-top-color: rgba(201,168,76,0.45);
  transform: rotate(0.5deg);
}

/* 3) Fine line divider - elegant transition into About */
.divider-lineart-wrap {
  background: var(--black);
  padding: 10px 24px 0;
}

.divider-lineart {
  width: min(760px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.divider-lineart::before,
.divider-lineart::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(201,168,76,0.55),
    transparent
  );
}

.divider-lineart span {
  color: var(--pink);
  font-size: 0.95rem;
  opacity: 0.9;
}

/* Optional spacing tune so dividers feel intentional */
.divider-sketch-wrap + #booking {
  padding-top: 72px;
}

.divider-lineart-wrap + #about {
  padding-top: 72px;
}

@media (max-width: 900px) {
  .divider-brush,
  .divider-brush-footer {
    height: 24px;
  }

  .divider-sketch-wrap,
  .divider-lineart-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ------------SHOP ACCORDION PAGE ----------------------------------------------------- */
.shop-accordion-page {
  background: var(--black-mid);
  padding-top: 20px;
}

.shop-accordion-item {
  border: 1px solid rgba(201,168,76,0.15);
  background: var(--black-soft);
  margin-bottom: 18px;
  overflow: hidden;
}

.shop-accordion-toggle {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--white);
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shop-accordion-toggle:hover {
  color: var(--gold);
}

.shop-accordion-icon {
  font-size: 1.4rem;
  color: var(--pink);
  transition: transform 0.25s ease;
}

.shop-accordion-item.active .shop-accordion-icon {
  transform: rotate(45deg);
}

.shop-accordion-content {
  display: none;
  padding: 0 28px 28px;
}

.shop-accordion-item.active .shop-accordion-content {
  display: block;
}

.shop-accordion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 10px;
}


/* TABLET — 2 ARTWORKS PER ROW */
@media (max-width: 1000px) {

  .shop-accordion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* MOBILE — 1 ARTWORK PER ROW */
@media (max-width: 650px) {

  .shop-accordion-grid {
    grid-template-columns: 1fr;
  }

}

.service-detail-block {
  margin-bottom: 32px;
}

.service-detail-block h4 {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 1.3rem;
  color: var(--teal);
  margin-bottom: 14px;
}

.service-detail-block > p {
  font-size: 1.08rem;
  color: rgba(245,240,235,0.72);
  line-height: 1.8;
  margin-bottom: 24px;
  max-width: 760px;
}

.service-detail-box ul {
  margin: 0;
}

.shop-gallery-footer {
  flex-wrap: wrap;
}

.service-detail-block .shop-buy-btn {
  width: auto;
  min-width: 210px;
  margin-left: 0;
  padding: 12px 18px;
}

@media (max-width: 900px) {
  .service-detail-block .shop-buy-btn {
    width: 100%;
    min-width: 0;
  }
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.service-detail-box {
  background: var(--black);
  border: 1px solid rgba(201,168,76,0.14);
  padding: 20px;
}

.service-detail-box h5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.service-detail-box ul {
  padding-left: 18px;
}

.service-detail-box li,
.service-detail-box p {
  font-size: 1rem;
  color: rgba(245,240,235,0.72);
  line-height: 1.7;
}

.service-detail-box p {
  margin: 0;
}

.shop-gallery-card {
  background: var(--black);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  
}

.shop-gallery-img {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--black-mid);
}

.shop-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop-gallery-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.shop-gallery-info h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 8px;
}

.shop-gallery-info p {
  font-size: 1rem;
  color: rgba(245,240,235,0.65);
  line-height: 1.7;
  margin-bottom: 16px;
}

.shop-gallery-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}
.shop-gallery-card {
  background: var(--black);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.shop-gallery-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,168,76,0.28);
  box-shadow: 0 14px 30px rgba(0,0,0,0.35);
}

.shop-gallery-img {
  position: relative;
  cursor: pointer;
}

.shop-gallery-img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: block;
  background: var(--black-mid);
}

.shop-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop-gallery-card:hover .shop-gallery-img img {
  transform: scale(1.04);
  filter: brightness(1.03);
}

.shop-gallery-img::after {
  content: "View Larger";
  position: absolute;
  inset: auto 14px 14px auto;
  background: rgba(10,10,10,0.75);
  color: var(--white);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 10px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.shop-gallery-card:hover .shop-gallery-img::after {
  opacity: 1;
  transform: translateY(0);
}

/* Show "View Larger" on service page gallery images */
.shop-accordion-page .shop-gallery-img {
  position: relative;
  cursor: pointer;
}

.shop-accordion-page .shop-gallery-img::after {
  content: "View Larger";
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(10,10,10,0.78);
  color: var(--white);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 10px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  z-index: 2;
}

.shop-accordion-page .shop-gallery-card:hover .shop-gallery-img::after {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .shop-accordion-page .shop-gallery-img::after {
    opacity: 1;
    transform: translateY(0);
  }
}

.shop-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 24px;
  z-index: 9999;
}

.shop-lightbox.open {
  display: flex;
}

.shop-lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 78vh;
  display: block;
  box-shadow: 0 18px 50px rgba(0,0,0,0.45);
}

.shop-lightbox-caption {
  margin-top: 18px;
  color: var(--white);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}

.shop-lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
}

/* -- RESPONSIVE CLEANUP ----------------------------------- */

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.nav-logo,
.footer-brand-wrap {
  display: flex;
  align-items: center;
  min-width: 0;
}

.nav-logo-img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 180px;
}

.footer-logo-img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 180px;
}

.about-photo {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 0 auto;
}

/* hamburger button */
.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  z-index: 130;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  transition: 0.25s ease;
}

.mobile-menu {
  display: none;
}

/* large tablets / small laptops */
@media (max-width: 1100px) {
  .nav-links {
    gap: 16px;
  }

  .nav-links a {
    font-size: 0.88rem;
    letter-spacing: 0.11em;
  }

  .shop-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
  }

  #about,
  #contact {
    gap: 56px;
  }

  .booking-steps {
    gap: 24px;
  }
}

/* tablets + phones */
@media (max-width: 900px) {
  section {
    padding: 64px 24px;
  }

  nav {
    position: sticky;
    top: 0;
    z-index: 120;
    height: 64px;
    padding: 0 12px;
    gap: 8px;
    overflow: hidden;
  }

  .nav-links,
  .nav-social-icons {
    display: none;
  }

  .menu-toggle {
    display: flex;
    flex: 0 0 42px;
    margin-left: auto;
  }

  .nav-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    max-width: calc(100% - 52px);
    flex: 1 1 auto;
    overflow: hidden;
  }

  .nav-logo-img {
    height: 30px;
    width: auto;
    max-width: 110px;
    flex-shrink: 0;
  }

  .nav-logo-text {
    display: none;
  }

  .mobile-menu {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: rgba(10,10,10,0.98);
    border-top: 1px solid rgba(201,168,76,0.2);
    border-bottom: 1px solid rgba(201,168,76,0.2);
    padding: 28px 24px 24px;
    flex-direction: column;
    gap: 16px;
    z-index: 115;
    backdrop-filter: blur(10px);
  }

  .mobile-menu.open {
    display: flex;
  }

  .mobile-menu a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gray);
    text-decoration: none;
  }

	.mobile-menu a:first-child {
  margin-top: 6px;
}
	
  .mobile-menu a:hover {
  color: var(--gold);
}

.mobile-menu a.active {
  color: var(--gold);
  border-left: 3px solid var(--gold);
  padding-left: 12px;
}

  .mobile-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    background: var(--pink);
    color: white !important;
    padding: 12px 18px;
    text-align: center;
  }

  .mobile-nav-cta:hover {
    background: var(--teal);
    color: var(--black) !important;
  }

  body.menu-open {
    overflow: hidden;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  #about,
  #contact,
  .booking-steps {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .reviews-header {
    flex-direction: column;
  }

  .shop-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .shop-item-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .shop-buy-btn {
    width: 100%;
    margin-left: 0;
  }

  .reviews-track .review-card {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .reviews-carousel {
    gap: 10px;
  }

  .reviews-arrow {
    padding: 8px 12px;
    font-size: 1.2rem;
  }

.hero {
  min-height: 100svh;
  padding: 84px 18px 70px;
}

.hero-content {
  padding-top: 16px;
}	
	
.hero-title {
  font-size: clamp(2.5rem, 13vw, 4rem);
  line-height: 1;
  margin-bottom: 16px;
}

.hero-subtitle {
  font-size: 1.35rem;
  margin-bottom: 28px;
}

.hero-tagline {
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 34px;
  padding: 0 8px;
}

.hero-story-link {
  margin-bottom: 40px;
}

.hero-buttons {
  width: 100%;
  gap: 18px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
}

.hero-scroll {
  bottom: 10px;
}
	
  .btn-primary,
.btn-secondary1,
.btn-secondary2,
.mobile-nav-cta {
  max-width: 100%;
}

  .about-photo {
    max-width: 320px;
  }

  .about-stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-details li {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .contact-details li span:first-child {
    width: auto;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  footer {
    padding: 40px 24px;
  }

  .footer-logo-img {
    height: 34px;
    max-width: 140px;
  }

  .divider-brush,
  .divider-brush-footer {
    height: 24px;
  }

  .divider-sketch-wrap,
  .divider-lineart-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* small phones */
@media (max-width: 600px) {
  section {
    padding: 56px 18px;
  }

  .hero-title {
    font-size: clamp(2.1rem, 12vw, 3.2rem);
  }

  .hero-eyebrow,
  .section-label {
    letter-spacing: 0.22em;
  }

  .section-intro {
    font-size: 1.05rem;
    line-height: 1.7;
  }

  .service-card,
  .shop-item-info,
  .paypal-modal-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shop-categories {
    gap: 8px;
  }

  .cat-btn {
    width: 100%;
    text-align: center;
  }

  .nav-logo-img {
    height: 28px;
    max-width: 95px;
  }

  .footer-brand {
    font-size: 0.92rem;
  }

  .review-card {
    padding: 22px 18px;
  }

  .about-photo {
    max-width: 100%;
  }
}

/* extra small phones */
@media (max-width: 400px) {
  nav {
    padding: 0 10px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .btn-primary,
.btn-secondary1,
.btn-secondary2,
.mobile-nav-cta {
  max-width: 100%;
}

  .shop-item-footer {
    gap: 10px;
  }

  .shop-price {
    font-size: 1rem;
  }
}

/* --- PHONE FINAL OVERRIDES --- */
@media (max-width: 900px) {
  nav {
    padding: 0 10px !important;
    height: 64px !important;
  }

  .nav-logo {
    max-width: calc(100% - 52px) !important;
    overflow: hidden !important;
    gap: 8px !important;
  }

  .nav-logo-img {
    height: 30px !important;
    width: auto !important;
    max-width: 90px !important;
    flex-shrink: 0 !important;
    object-fit: contain !important;
  }

  .nav-logo-text {
    display: none !important;
  }

  .menu-toggle {
    display: flex !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    margin-left: auto !important;
  }

  .contact-form,
  .contact-info,
  .contact-details,
  .contact-social {
    width: 100%;
  }

  .form-submit {
    width: 100%;
    max-width: 320px;
  }

  .footer-top {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    align-items: start !important;
  }

  .footer-brand-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 0 !important;
    flex-wrap: nowrap !important;
  }

  .footer-logo-img {
    height: 34px !important;
    width: auto !important;
    max-width: 90px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
  }

  .footer-brand {
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
    word-break: break-word !important;
  }

  .footer-social {
    gap: 16px !important;
    flex-wrap: wrap !important;
  }

  .footer-bottom {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .footer-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 18px !important;
  }

  .footer-copy {
    line-height: 1.5 !important;
  }
}

@media (max-width: 600px) {
  .footer-brand-wrap {
    align-items: flex-start !important;
  }

  .footer-brand {
    font-size: 0.82rem !important;
  }

  .footer-links {
    gap: 8px 14px !important;
  }

  .contact-details li {
    padding: 14px 0 !important;
  }
}
/* === BACK TO TOP BUTTON === */
#backToTop {
  position: fixed;
  bottom: 26px;
  right: 26px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: radial-gradient(circle, var(--teal), var(--pink));
  color: var(--black);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);

  transition: all 0.3s ease;
  z-index: 200;
}

/* visible state */
#backToTop.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* hover glow */
#backToTop:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 0 18px rgba(46,207,196,0.5),
              0 0 28px rgba(233,30,140,0.3);
}

/* === PORTRAIT COMMISSIONS: MOBILE ONLY CLEAN FIX === */
@media (max-width: 900px) {
  #portraits .services-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }

  #portraits .service-card {
    padding: 26px 16px;
    display: flex;
    flex-direction: column;
  }

  #portraits .service-card h3 {
    min-height: 78px;
    margin-bottom: 18px;
    line-height: 1.1;
    letter-spacing: 0.14em;
    display: block;
  }

  #portraits .service-card p {
    min-height: 170px;
    margin-bottom: 18px;
    line-height: 1.6;
  }

  #portraits .service-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: auto;
  }

  #portraits .service-actions .service-link {
    display: inline-block;
    width: 190px;
    margin-top: 0;
  }
}
/* === HERO MOBILE SPACING FIX === */
@media (max-width: 900px) {
  .hero-eyebrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: 0.18em;
  }

  .hero-eyebrow::before,
  .hero-eyebrow::after {
    display: none;
  }

  .hero-eyebrow span {
    display: block;
    font-size: 0.78rem;
  }

  .hero-tagline {
    margin-bottom: 18px;
    padding: 0 14px;
  }

  .hero-story-link {
    margin-top: 10px;
    margin-bottom: 34px;
  }
}
.hero-eyebrow {
  display: block;
  text-align: center;
}

.hero-eyebrow span {
  display: inline;
}

.hero-eyebrow span + span::before {
  content: " · ";
  margin: 0 6px;
}

/* === MOBILE ONLY: BACK TO TOP FIX === */
@media (max-width: 900px) {
  #backToTop {
    right: 18px;
    left: auto;
    bottom: 18px;
    width: 52px;
    height: 52px;
    font-size: 1.15rem;
    border-radius: 50%;
    z-index: 300;
  }

  #backToTop.show {
    transform: translateY(0);
  }
}

/* === PORTFOLIO: line up all Inquire buttons === */
.shop-accordion-page .shop-accordion-grid {
  align-items: stretch;
}

.shop-accordion-page .shop-gallery-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.shop-accordion-page .shop-gallery-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.shop-accordion-page .shop-gallery-info p {
  flex-grow: 1;
}

.shop-accordion-page .shop-gallery-footer {
  margin-top: auto;
}

/* ---------------- SHOP COMING SOON ---------------- */
.shop-coming-soon-page {
  background: var(--black-mid);
  min-height: calc(100vh - 68px);
  padding: 100px 40px;
}

.shop-coming-soon-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.shop-coming-soon-text {
  max-width: 760px;
  margin: 0 auto 32px;
  font-size: 1.2rem;
  line-height: 1.85;
  color: rgba(245,240,235,0.72);
}

.shop-coming-soon-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.shop-coming-soon-note {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(245,240,235,0.55);
  font-style: italic;
  margin-bottom: 48px;
}

.shop-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 10px;
}

.shop-preview-card {
  background: var(--black-soft);
  border: 1px solid rgba(201,168,76,0.14);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.shop-preview-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201,168,76,0.28);
  box-shadow: 0 14px 28px rgba(0,0,0,0.35);
}

.shop-preview-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: var(--black);
}

.shop-preview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop-preview-card h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 22px 20px 12px;
}

.shop-preview-card p {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(245,240,235,0.66);
  margin: 0 20px 24px;
}

@media (max-width: 900px) {
  .shop-coming-soon-page {
    padding: 80px 18px;
  }

  .shop-coming-soon-text {
    font-size: 1.08rem;
    line-height: 1.8;
  }

  .shop-coming-soon-actions {
    flex-direction: column;
    align-items: center;
  }

  .shop-preview-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .shop-preview-img {
    height: 240px;
  }
}

/* === SHOP COMING SOON - MOBILE SPACING FIX === */
@media (max-width: 900px) {

  .shop-coming-soon-inner {
    padding: 0 6px;
  }

  .shop-coming-soon-text {
    margin-bottom: 28px;
  }

  .shop-coming-soon-actions {
    margin-bottom: 28px;
  }

  .shop-coming-soon-note {
    margin-bottom: 36px;
  }

  .shop-preview-grid {
    gap: 24px;
    margin-top: 20px;
  }

  .shop-preview-card {
    padding-bottom: 10px;
  }

  .shop-preview-card h3 {
    margin: 18px 16px 10px;
  }

  .shop-preview-card p {
    margin: 0 16px 20px;
  }

  .shop-preview-img {
    margin-bottom: 8px;
  }

}

.shop-gallery-footer-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.shop-size-label {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.shop-size-select {
  width: 100%;
  background: var(--black-soft);
  border: 1px solid rgba(201,168,76,0.22);
  color: var(--white);
  padding: 12px 14px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  outline: none;
}

.shop-size-select:focus {
  border-color: var(--teal);
}

.shop-gallery-footer-column .shop-buy-btn {
  width: 100%;
  margin-left: 0;
}


/* ============================================================
   SHOP PRODUCT CARDS
   Matches Portfolio Card Layout
   ============================================================ */

.shop-product-card .shop-gallery-info {
  padding: 20px;
}

/* Keeps description behaving exactly like portfolio */
.shop-product-card .shop-gallery-info > p {
  margin-bottom: 18px;
}


/* =========================
   PURCHASE AREA
   ========================= */

.shop-product-footer {
  margin-top: auto;
  padding-top: 16px;

  border-top: 1px solid rgba(201,168,76,0.18);

  display: flex;
  flex-direction: column;
  gap: 12px;
}


/* =========================
   ORIGINAL ROW
   ========================= */

.shop-original-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.shop-price-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.shop-product-type {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;

  color: var(--gold);
}

.shop-price-info strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;

  color: var(--white);
}


/* =========================
   PRINT ROW
   ========================= */

.shop-print-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.shop-print-row .shop-size-select {
  width: 100%;
  min-width: 0;

  height: 42px;
  padding: 0 12px;

  background: var(--black-soft);
  border: 1px solid rgba(201,168,76,0.22);

  color: var(--white);

  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.shop-print-row .shop-size-select:focus {
  border-color: var(--teal);
  outline: none;
}


/* =========================
   SHOP BUTTONS
   ========================= */

.shop-product-footer .shop-buy-btn {
  width: auto;
  margin: 0;
  white-space: nowrap;

  padding: 11px 14px;
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 600px) {

  .shop-original-row {
    align-items: stretch;
  }

  .shop-original-row .shop-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .shop-print-row {
    grid-template-columns: 1fr;
  }

  .shop-print-row .shop-buy-btn {
    width: 100%;
    text-align: center;
  }

}

/* ============================================================
   SHOP — PRINT EDITION CONTROLS
   ============================================================ */

.shop-product-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(201,168,76,0.18);

  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shop-original-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.shop-price-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.shop-product-type {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
}

.shop-price-info strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--white);
}

.shop-print-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  align-items: center;
}

.shop-print-row .shop-size-select {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 12px;

  background: var(--black-soft);
  border: 1px solid rgba(201,168,76,0.22);
  color: var(--white);

  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem;
}

.shop-print-note {
  margin: 8px 0 0 !important;
  font-size: 0.88rem !important;
  font-style: italic;
  line-height: 1.4 !important;
  color: rgba(245,240,235,0.48) !important;
}

@media (max-width: 800px) {

  .shop-print-row {
    grid-template-columns: 1fr;
  }

  .shop-print-row .shop-buy-btn {
    width: 100%;
    text-align: center;
  }

}


/* ============================================================
   SHOP ORIGINALS — PREMIUM GALLERY LAYOUT
   ============================================================ */


/* One original per row */
#shop-originals .shop-accordion-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  max-width: 1180px;
  margin: 18px auto 0;
}


/* Main product container */
#shop-originals .shop-product-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);

  background:
    linear-gradient(
      135deg,
      rgba(17,17,17,0.98),
      rgba(10,10,10,0.98)
    );

  border: 1px solid rgba(201,168,76,0.22);
  overflow: hidden;

  min-height: 520px;

  box-shadow:
    0 24px 55px rgba(0,0,0,0.38),
    inset 0 1px 0 rgba(255,255,255,0.025);

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}


#shop-originals .shop-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201,168,76,0.42);

  box-shadow:
    0 30px 70px rgba(0,0,0,0.5),
    0 0 32px rgba(46,207,196,0.035);
}


/* ============================================================
   ARTWORK SIDE
   ============================================================ */

#shop-originals .shop-gallery-img {
  width: 100%;
  height: 100%;
  min-height: 520px;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      circle at center,
      rgba(46,207,196,0.045),
      rgba(10,10,10,0) 60%
    ),
    #080808;

  padding: 34px;
}


#shop-originals .shop-gallery-img img {
  width: 100%;
  height: 100%;
  max-height: 610px;

  object-fit: contain;

  display: block;

  filter:
    drop-shadow(0 20px 26px rgba(0,0,0,0.55));

  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}


#shop-originals .shop-product-card:hover .shop-gallery-img img {
  transform: scale(1.018);

  filter:
    brightness(1.025)
    drop-shadow(0 24px 32px rgba(0,0,0,0.62));
}


/* Softer View Larger tag */
#shop-originals .shop-gallery-img::after {
  content: "View Larger";

  position: absolute;
  right: 22px;
  bottom: 22px;

  padding: 8px 12px;

  background: rgba(10,10,10,0.82);
  border: 1px solid rgba(201,168,76,0.32);

  color: var(--white);

  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;

  opacity: 0;
  transform: translateY(5px);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease;

  pointer-events: none;
}


#shop-originals .shop-product-card:hover .shop-gallery-img::after {
  opacity: 1;
  transform: translateY(0);
}


/* ============================================================
   PRODUCT INFORMATION SIDE
   ============================================================ */

#shop-originals .shop-gallery-info {
  padding: 52px 48px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  border-left: 1px solid rgba(201,168,76,0.13);

  background:
    linear-gradient(
      180deg,
      rgba(26,26,26,0.82),
      rgba(12,12,12,0.96)
    );
}


/* Artwork title */
#shop-originals .shop-gallery-info h4 {
  margin: 0 0 18px;

  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 600;

  letter-spacing: 0.015em;
  text-transform: none;

  color: var(--gold);
}


/* Description */
#shop-originals .shop-gallery-info > p {
  margin: 0 0 26px;

  max-width: 600px;

  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.72;

  color: rgba(245,240,235,0.72);
}


/* ============================================================
   PURCHASE AREA
   ============================================================ */

#shop-originals .shop-product-footer {
  margin-top: 8px;
  padding-top: 24px;

  border-top: 1px solid rgba(201,168,76,0.24);

  display: flex;
  flex-direction: column;
  gap: 22px;
}


/* Original purchase row */
#shop-originals .shop-original-row {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 24px;

  padding-bottom: 20px;

  border-bottom: 1px solid rgba(255,255,255,0.06);
}


/* ORIGINAL label */
#shop-originals .shop-product-type {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.67rem;
  font-weight: 700;

  letter-spacing: 0.18em;
  text-transform: uppercase;

  color: var(--teal);
}


/* Original price */
#shop-originals .shop-price-info strong {
  margin-top: 3px;

  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  line-height: 1;

  font-weight: 600;

  color: var(--white);
}


/* ============================================================
   BUTTONS
   ============================================================ */

#shop-originals .shop-buy-btn {
  width: auto;
  min-width: 150px;

  margin: 0;

  padding: 13px 20px;

  background: var(--pink);

  border: 1px solid rgba(233,30,140,0.85);

  color: white;

  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.67rem;
  font-weight: 700;

  letter-spacing: 0.15em;
  text-transform: uppercase;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;

  transition:
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}


#shop-originals .shop-buy-btn:hover {
  background: var(--teal);

  border-color: var(--teal);

  color: var(--black);

  transform: translateY(-2px);

  box-shadow:
    0 8px 24px rgba(46,207,196,0.16);
}


/* ============================================================
   PRINT CONTROLS
   ============================================================ */

#shop-originals .shop-print-row {
  display: flex;
  flex-wrap: wrap;

  align-items: stretch;

  gap: 10px;
}


#shop-originals .shop-print-row .shop-size-select {
  flex: 1 1 145px;

  min-width: 0;
  height: 46px;

  padding: 0 13px;

  background: #101010;

  border: 1px solid rgba(201,168,76,0.27);

  color: rgba(245,240,235,0.9);

  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.68rem;

  cursor: pointer;

  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}


#shop-originals .shop-print-row .shop-size-select:hover {
  border-color: rgba(46,207,196,0.55);
}


#shop-originals .shop-print-row .shop-size-select:focus {
  border-color: var(--teal);

  background: #141414;

  outline: none;
}


/* Small archival note */
#shop-originals .shop-print-note {
  margin: -7px 0 0 !important;

  font-size: 0.84rem !important;
  line-height: 1.5 !important;
  font-style: italic;

  color: rgba(245,240,235,0.47) !important;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 950px) {

  #shop-originals .shop-product-card {
    grid-template-columns: 1fr;
  }


  #shop-originals .shop-gallery-img {
    height: auto;
    min-height: 0;

    padding: 28px;
  }


  #shop-originals .shop-gallery-img img {
    height: auto;
    max-height: 620px;
  }


  #shop-originals .shop-gallery-info {
    padding: 38px 34px;

    border-left: 0;
    border-top: 1px solid rgba(201,168,76,0.13);
  }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 600px) {

  #shop-originals .shop-accordion-grid {
    gap: 28px;
  }


  #shop-originals .shop-gallery-img {
    padding: 18px;
  }


  #shop-originals .shop-gallery-info {
    padding: 30px 22px;
  }


  #shop-originals .shop-gallery-info h4 {
    font-size: 2rem;
  }


  #shop-originals .shop-gallery-info > p {
    font-size: 1rem;
  }


  #shop-originals .shop-original-row {
    flex-direction: column;
    align-items: stretch;

    gap: 16px;
  }


  #shop-originals .shop-buy-btn {
    width: 100%;
  }


  #shop-originals .shop-print-row {
    display: grid;
    grid-template-columns: 1fr;
  }


  #shop-originals .shop-print-row .shop-size-select {
    width: 100%;
  }


  #shop-originals .shop-gallery-img::after {
    opacity: 1;
    transform: none;

    right: 14px;
    bottom: 14px;
  }

}

/* ============================================================
   ORIGINALS — SCREENSHOT STYLE REFINEMENT
   Paste AFTER the existing Premium Gallery Layout
   ============================================================ */


/* ------------------------------------------------------------
   OVERALL WIDTH + PRODUCT CARD
   ------------------------------------------------------------ */

#shop-originals .shop-accordion-grid {
  max-width: 1320px;
  gap: 24px;
  margin: 24px auto 0;
}


#shop-originals .shop-product-card {
  grid-template-columns: minmax(0, 1.62fr) minmax(390px, 0.88fr);

  min-height: 0;

  background: #0d0f0f;

  border: 1px solid rgba(245,240,235,0.18);

  box-shadow:
    0 18px 45px rgba(0,0,0,0.35);

  transform: none;
}


#shop-originals .shop-product-card:hover {
  transform: none;

  border-color: rgba(201,168,76,0.38);

  box-shadow:
    0 20px 50px rgba(0,0,0,0.44);
}


/* ------------------------------------------------------------
   ARTWORK
   ------------------------------------------------------------ */

#shop-originals .shop-gallery-img {
  height: 100%;
  min-height: 0;

  padding: 18px;

  align-items: flex-start;

  background:
    linear-gradient(
      145deg,
      rgba(18,22,21,0.96),
      rgba(9,11,11,0.98)
    );
}


#shop-originals .shop-gallery-img img {
  width: 100%;
  height: auto;

  max-height: none;

  object-fit: contain;

  object-position: top center;

  filter:
    drop-shadow(0 12px 24px rgba(0,0,0,0.45));
}


#shop-originals .shop-product-card:hover .shop-gallery-img img {
  transform: none;

  filter:
    drop-shadow(0 12px 24px rgba(0,0,0,0.48));
}


/* Remove the floating View Larger label for this cleaner style */
#shop-originals .shop-gallery-img::after {
  display: none;
}


/* ------------------------------------------------------------
   RIGHT-SIDE PRODUCT INFORMATION
   ------------------------------------------------------------ */

#shop-originals .shop-gallery-info {
  padding: 28px 26px 30px;

  justify-content: flex-start;

  border-left: none;

  background:
    linear-gradient(
      145deg,
      rgba(15,17,17,0.98),
      rgba(10,12,12,0.99)
    );
}


/* Artwork title */
#shop-originals .shop-gallery-info h4 {
  margin: 0 0 12px;

  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: clamp(1.8rem, 2.2vw, 2.4rem);

  font-weight: 600;

  line-height: 1.05;

  letter-spacing: 0;

  text-transform: none;

  color: var(--gold);
}


/* Description */
#shop-originals .shop-gallery-info > p {
  margin: 0 0 22px;

  font-size: 1.05rem;

  line-height: 1.48;

  color: rgba(245,240,235,0.76);
}


/* ------------------------------------------------------------
   FOOTER / PURCHASE AREA
   ------------------------------------------------------------ */

#shop-originals .shop-product-footer {
  margin-top: 0;

  padding-top: 22px;

  border-top: 1px solid rgba(201,168,76,0.62);

  gap: 0;
}


/* ------------------------------------------------------------
   ORIGINAL SECTION
   ------------------------------------------------------------ */

#shop-originals .shop-original-row {
  display: grid;

  grid-template-columns: 1fr;

  gap: 12px;

  padding: 0 0 22px;

  border-bottom: 1px solid rgba(201,168,76,0.62);
}


#shop-originals .shop-price-info {
  display: flex;

  flex-direction: column;

  gap: 5px;
}


/* ORIGINAL label */
#shop-originals .shop-product-type {
  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: 1.15rem;

  font-weight: 600;

  letter-spacing: 0.04em;

  text-transform: uppercase;

  color: var(--teal);
}


/* Price */
#shop-originals .shop-price-info strong {
  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: 1.8rem;

  line-height: 1;

  font-weight: 500;

  color: var(--white);
}


/* BUY ORIGINAL — full width pink */
#shop-originals .shop-original-row .shop-buy-btn {
  width: 100%;

  min-width: 0;

  min-height: 54px;

  margin: 6px 0 0;

  padding: 13px 18px;

  background: var(--pink);

  border: none;

  color: #ffffff;

  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: 1.15rem;

  font-weight: 600;

  letter-spacing: 0;

  text-transform: none;
}


#shop-originals .shop-original-row .shop-buy-btn:hover {
  background: #f02b99;

  color: #ffffff;

  transform: translateY(-1px);

  box-shadow:
    0 8px 22px rgba(233,30,140,0.22);
}


/* PayPal security line — CSS only, no HTML change needed */
#shop-originals .shop-original-row::after {
  content: "🔒  Secure checkout via PayPal";

  display: block;

  margin-top: 1px;

  font-family: 'Josefin Sans', sans-serif;

  font-size: 0.78rem;

  font-weight: 400;

  letter-spacing: 0;

  color: rgba(245,240,235,0.58);
}


/* ------------------------------------------------------------
   PRINT SECTION
   ------------------------------------------------------------ */

#shop-originals .shop-print-row {
  display: grid;

  grid-template-columns: 1fr;

  gap: 10px;

  width: 100%;

  padding-top: 52px;

  position: relative;
}


/* PRINT OPTIONS heading */
#shop-originals .shop-print-row::before {
  content: "PRINT OPTIONS";

  position: absolute;

  top: 20px;
  left: 0;

  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: 1.15rem;

  font-weight: 600;

  letter-spacing: 0.04em;

  color: var(--teal);
}


/* Dropdowns */
#shop-originals .shop-print-row .shop-size-select {
  width: 100%;

  min-width: 0;

  height: 50px;

  padding: 0 14px;

  background: #101212;

  border: 1px solid rgba(245,240,235,0.20);

  border-radius: 2px;

  color: rgba(245,240,235,0.88);

  font-family: 'Josefin Sans', sans-serif;

  font-size: 0.86rem;

  letter-spacing: 0;

  cursor: pointer;
}


#shop-originals .shop-print-row .shop-size-select:hover {
  border-color: rgba(201,168,76,0.55);
}


#shop-originals .shop-print-row .shop-size-select:focus {
  border-color: var(--teal);

  background: #121515;

  outline: none;
}


/* BUY PRINT — full width teal */
#shop-originals .shop-print-row .shop-buy-btn {
  width: 100%;

  min-width: 0;

  min-height: 54px;

  margin: 4px 0 0;

  padding: 13px 18px;

  background: var(--teal);

  border: none;

  color: var(--black);

  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: 1.15rem;

  font-weight: 600;

  letter-spacing: 0;

  text-transform: none;
}


#shop-originals .shop-print-row .shop-buy-btn:hover {
  background: #42dbd0;

  color: var(--black);

  transform: translateY(-1px);

  box-shadow:
    0 8px 22px rgba(46,207,196,0.20);
}


/* Print description under button */
#shop-originals .shop-print-note {
  margin: 11px 0 0 !important;

  font-family: 'Josefin Sans', sans-serif;

  font-size: 0.76rem !important;

  line-height: 1.45 !important;

  font-style: normal;

  color: rgba(245,240,235,0.58) !important;
}


/* ------------------------------------------------------------
   TABLET
   ------------------------------------------------------------ */

@media (max-width: 1050px) {

  #shop-originals .shop-product-card {
    grid-template-columns:
      minmax(0, 1.3fr)
      minmax(340px, 0.9fr);
  }


  #shop-originals .shop-gallery-info {
    padding: 26px 22px;
  }

}


/* ------------------------------------------------------------
   STACK AT SMALL TABLET / MOBILE
   ------------------------------------------------------------ */

@media (max-width: 850px) {

  #shop-originals .shop-product-card {
    grid-template-columns: 1fr;
  }


  #shop-originals .shop-gallery-img {
    height: auto;

    padding: 16px;
  }


  #shop-originals .shop-gallery-info {
    padding: 28px 24px;

    border-top: 1px solid rgba(201,168,76,0.18);
  }

}


/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width: 600px) {

  #shop-originals .shop-accordion-grid {
    gap: 20px;
  }


  #shop-originals .shop-gallery-img {
    padding: 10px;
  }


  #shop-originals .shop-gallery-info {
    padding: 24px 18px;
  }


  #shop-originals .shop-gallery-info h4 {
    font-size: 1.9rem;
  }


  #shop-originals .shop-gallery-info > p {
    font-size: 1rem;

    line-height: 1.5;
  }


  #shop-originals .shop-price-info strong {
    font-size: 1.7rem;
  }

}

/* ============================================================
   ORIGINALS — TWO PRODUCT CARDS PER ROW
   ============================================================ */


/* Desktop: 2 artworks per row */
#shop-originals .shop-accordion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;

  max-width: 1500px;
  margin: 24px auto 0;
}


/* Each product becomes a vertical gallery card */
#shop-originals .shop-product-card {
  display: flex;
  flex-direction: column;

  min-width: 0;
  min-height: 0;

  background: #0d0f0f;

  border: 1px solid rgba(245,240,235,0.18);
}


/* ============================================================
   ARTWORK
   ============================================================ */

#shop-originals .shop-gallery-img {
  width: 100%;
  height: 430px;
  min-height: 430px;

  padding: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      145deg,
      rgba(18,22,21,0.96),
      rgba(9,11,11,0.98)
    );
}


/* Show the complete artwork — no crop */
#shop-originals .shop-gallery-img img {
  width: 100%;
  height: 100%;

  max-height: 100%;

  object-fit: contain;
  object-position: center;

  display: block;
}


/* ============================================================
   INFORMATION
   ============================================================ */

#shop-originals .shop-gallery-info {
  width: 100%;

  padding: 28px 30px 32px;

  flex: 1;

  display: flex;
  flex-direction: column;

  border-left: 0;
  border-top: 1px solid rgba(201,168,76,0.14);

  background:
    linear-gradient(
      145deg,
      rgba(15,17,17,0.98),
      rgba(10,12,12,0.99)
    );
}


/* Artwork title */
#shop-originals .shop-gallery-info h4 {
  font-size: clamp(1.8rem, 2vw, 2.3rem);
  margin-bottom: 12px;
}


/* Description area */
#shop-originals .shop-gallery-info > p {
  font-size: 1rem;
  line-height: 1.55;

  margin-bottom: 22px;
}


/* Keeps purchasing area aligned toward bottom of cards */
#shop-originals .shop-product-footer {
  margin-top: auto;
}


/* ============================================================
   ORIGINAL PURCHASE
   ============================================================ */

#shop-originals .shop-original-row {
  width: 100%;
}


/* Full-width original button */
#shop-originals .shop-original-row .shop-buy-btn {
  width: 100%;
}


/* ============================================================
   PRINT CONTROLS
   ============================================================ */

#shop-originals .shop-print-row {
  width: 100%;

  display: grid;
  grid-template-columns: 1fr;

  gap: 10px;
}


/* Dropdowns stay full width */
#shop-originals .shop-print-row .shop-size-select {
  width: 100%;
}


/* Full-width teal print button */
#shop-originals .shop-print-row .shop-buy-btn {
  width: 100%;
}


/* ============================================================
   LARGE DESKTOP
   ============================================================ */

@media (min-width: 1450px) {

  #shop-originals .shop-gallery-img {
    height: 470px;
    min-height: 470px;
  }

}


/* ============================================================
   TABLET — RETURN TO ONE PRODUCT PER ROW
   ============================================================ */

@media (max-width: 1000px) {

  #shop-originals .shop-accordion-grid {
    grid-template-columns: 1fr;

    max-width: 760px;
  }


  #shop-originals .shop-gallery-img {
    height: auto;
    min-height: 0;
  }


  #shop-originals .shop-gallery-img img {
    width: 100%;
    height: auto;

    max-height: 600px;
  }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 600px) {

  #shop-originals .shop-accordion-grid {
    gap: 22px;
  }


  #shop-originals .shop-gallery-img {
    padding: 10px;
  }


  #shop-originals .shop-gallery-info {
    padding: 24px 20px 26px;
  }

}

/* ============================================================
   ORIGINALS — CARD ALIGNMENT POLISH
   ============================================================ */


/* Give all titles the same vertical space */
#shop-originals .shop-gallery-info h4 {
  min-height: 2.5em;

  display: flex;
  align-items: flex-end;
}


/* Give descriptions a consistent area */
#shop-originals .shop-gallery-info > p {
  min-height: 6.2em;

  margin-bottom: 22px;
}


/* Purchase section starts consistently */
#shop-originals .shop-product-footer {
  margin-top: 0;

  display: flex;
  flex-direction: column;

  flex: 1;
}


/* Keep original purchase area consistent */
#shop-originals .shop-original-row {
  min-height: 175px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}


/* Push Buy Original below the price consistently */
#shop-originals .shop-original-row .shop-buy-btn {
  margin-top: 12px;
}


/* Security message stays directly below button */
#shop-originals .shop-original-row::after {
  margin-top: 8px;
}


/* Keep Print Options beginning at same point */
#shop-originals .shop-print-row {
  margin-top: 0;
}


/* Archival note gets consistent height */
#shop-originals .shop-print-note {
  min-height: 2.3em;
}


/* ============================================================
   REORDER ORIGINALS SO MATCHING PRODUCT TYPES PAIR TOGETHER

   Row 1: Harvest / Electric Forest
   Row 2: Weight of Thinking / Moonlit Blossoms
   Row 3: Fired Soul / Tropical Fruit Medley
   Row 4: Steampunk / Adaptation
   ============================================================ */

#shop-originals .shop-product-card:nth-child(1) {
  order: 1;
}

#shop-originals .shop-product-card:nth-child(2) {
  order: 2;
}

#shop-originals .shop-product-card:nth-child(3) {
  order: 3;
}

#shop-originals .shop-product-card:nth-child(4) {
  order: 4;
}

#shop-originals .shop-product-card:nth-child(5) {
  order: 7;
}

#shop-originals .shop-product-card:nth-child(6) {
  order: 8;
}

#shop-originals .shop-product-card:nth-child(7) {
  order: 6;
}

#shop-originals .shop-product-card:nth-child(8) {
  order: 5;
}


/* ============================================================
   MOBILE — REMOVE ARTIFICIAL ALIGNMENT HEIGHTS
   ============================================================ */

@media (max-width: 1000px) {

  #shop-originals .shop-gallery-info h4,
  #shop-originals .shop-gallery-info > p,
  #shop-originals .shop-original-row,
  #shop-originals .shop-print-note {
    min-height: 0;
  }

}

/* ============================================================
   FIX LAST FOUR ORIGINAL CARD PAIRINGS
   ============================================================ */

/* Row 3 */
#shop-originals .shop-product-card:nth-child(5) {
  order: 5; /* Fired Soul */
}

#shop-originals .shop-product-card:nth-child(8) {
  order: 6; /* Tropical Fruit Medley */
}


/* Row 4 */
#shop-originals .shop-product-card:nth-child(6) {
  order: 7; /* Adaptation — Steampunk Edition */
}

#shop-originals .shop-product-card:nth-child(7) {
  order: 8; /* Adaptation */
}


/* Give the final four descriptions equal room */
@media (min-width: 1001px) {

  #shop-originals .shop-product-card:nth-child(5) .shop-gallery-info > p,
  #shop-originals .shop-product-card:nth-child(6) .shop-gallery-info > p,
  #shop-originals .shop-product-card:nth-child(7) .shop-gallery-info > p,
  #shop-originals .shop-product-card:nth-child(8) .shop-gallery-info > p {
    min-height: 7.75em;
  }

}

/* ============================================================
   PRINTS — COMPACT PREMIUM 3-COLUMN GRID
   ============================================================ */


/* Desktop: 3 prints per row */
#shop-prints .shop-accordion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;

  max-width: 1500px;
  margin: 24px auto 0;
}


/* Card */
#shop-prints .shop-product-card {
  display: flex;
  flex-direction: column;

  min-width: 0;

  background:
    linear-gradient(
      145deg,
      rgba(15,17,17,0.98),
      rgba(9,11,11,0.99)
    );

  border: 1px solid rgba(245,240,235,0.16);

  overflow: hidden;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}


#shop-prints .shop-product-card:hover {
  transform: translateY(-4px);

  border-color: rgba(201,168,76,0.40);

  box-shadow:
    0 20px 42px rgba(0,0,0,0.42);
}


/* ============================================================
   ARTWORK
   ============================================================ */

#shop-prints .shop-gallery-img {
  width: 100%;
  height: 330px;

  padding: 16px;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  background:
    radial-gradient(
      circle at center,
      rgba(46,207,196,0.04),
      transparent 62%
    ),
    #080909;
}


/* Show full artwork, no crop */
#shop-prints .shop-gallery-img img {
  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center;

  display: block;

  filter:
    drop-shadow(0 14px 22px rgba(0,0,0,0.46));

  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}


#shop-prints .shop-product-card:hover .shop-gallery-img img {
  transform: scale(1.018);

  filter:
    brightness(1.025)
    drop-shadow(0 18px 25px rgba(0,0,0,0.54));
}


/* View Larger tag */
#shop-prints .shop-gallery-img::after {
  content: "View Larger";

  position: absolute;
  right: 14px;
  bottom: 14px;

  padding: 7px 10px;

  background: rgba(10,10,10,0.82);

  border: 1px solid rgba(201,168,76,0.30);

  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.58rem;
  font-weight: 700;

  letter-spacing: 0.13em;
  text-transform: uppercase;

  color: var(--white);

  opacity: 0;

  transform: translateY(4px);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease;

  pointer-events: none;
}


#shop-prints .shop-product-card:hover .shop-gallery-img::after {
  opacity: 1;
  transform: translateY(0);
}


/* ============================================================
   INFORMATION
   ============================================================ */

#shop-prints .shop-gallery-info {
  width: 100%;

  padding: 24px 24px 26px;

  flex: 1;

  display: flex;
  flex-direction: column;

  border-top: 1px solid rgba(201,168,76,0.13);
}


/* Print title */
#shop-prints .shop-gallery-info h4 {
  min-height: 2.4em;

  margin: 0 0 10px;

  display: flex;
  align-items: flex-end;

  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: 1.75rem;
  line-height: 1.08;
  font-weight: 600;

  text-transform: none;

  color: var(--gold);
}


/* Print description */
#shop-prints .shop-gallery-info > p {
  min-height: 4.7em;

  margin: 0 0 18px;

  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: 1rem;
  line-height: 1.55;

  color: rgba(245,240,235,0.68);
}


/* ============================================================
   PURCHASE AREA
   ============================================================ */

#shop-prints .shop-product-footer {
  margin-top: auto;

  padding-top: 18px;

  border-top: 1px solid rgba(201,168,76,0.18);

  display: flex;
  flex-direction: column;

  gap: 10px;
}


/* Stack controls */
#shop-prints .shop-print-row {
  width: 100%;

  display: grid;

  grid-template-columns: 1fr;

  gap: 9px;
}



/* Dropdowns */
#shop-prints .shop-print-row .shop-size-select {
  width: 100%;
  height: 44px;

  padding: 0 12px;

  margin: 0;

  background: #111414;

  border: 1px solid rgba(201,168,76,0.26);

  color: var(--white);

  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.69rem;

  letter-spacing: 0.035em;

  outline: none;
}


#shop-prints .shop-print-row .shop-size-select:hover {
  border-color: rgba(201,168,76,0.52);
}


#shop-prints .shop-print-row .shop-size-select:focus {
  border-color: var(--teal);
}


/* Buy Print */
#shop-prints .shop-print-row .shop-buy-btn {
  width: 100%;
  min-width: 0;
  min-height: 50px;

  margin: 2px 0 0;

  padding: 12px 16px;

  background: var(--teal);

  color: var(--black);

  border: none;

  font-family: 'Cormorant Garamond', Georgia, serif;

  font-size: 1.1rem;
  font-weight: 600;

  letter-spacing: 0;

  text-transform: none;
}


#shop-prints .shop-print-row .shop-buy-btn:hover {
  background: #42dbd0;

  color: var(--black);

  transform: translateY(-1px);

  box-shadow:
    0 8px 20px rgba(46,207,196,0.18);
}


/* Print note */
#shop-prints .shop-print-note {
  min-height: 2.3em;

  margin: 8px 0 0 !important;

  font-family: 'Josefin Sans', sans-serif;

  font-size: 0.68rem !important;
  line-height: 1.45 !important;

  font-style: normal;

  color: rgba(245,240,235,0.52) !important;
}


/* ============================================================
   TABLET — 2 PER ROW
   ============================================================ */

@media (max-width: 1100px) {

  #shop-prints .shop-accordion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    max-width: 900px;
  }


  #shop-prints .shop-gallery-img {
    height: 360px;
  }

}


/* ============================================================
   MOBILE — 1 PER ROW
   ============================================================ */

@media (max-width: 700px) {

  #shop-prints .shop-accordion-grid {
    grid-template-columns: 1fr;

    max-width: 600px;

    gap: 22px;
  }


  #shop-prints .shop-gallery-img {
    height: auto;

    min-height: 0;

    padding: 12px;
  }


  #shop-prints .shop-gallery-img img {
    width: 100%;
    height: auto;

    max-height: 520px;
  }


  #shop-prints .shop-gallery-info {
    padding: 22px 20px 24px;
  }


  #shop-prints .shop-gallery-info h4,
  #shop-prints .shop-gallery-info > p,
  #shop-prints .shop-print-note {
    min-height: 0;
  }

}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}