/* Hide all video controls and overlays for hero video on all browsers */
video.hero__video::-webkit-media-controls,
video.hero__video::-webkit-media-controls-panel,
video.hero__video::-webkit-media-controls-play-button,
video.hero__video::-webkit-media-controls-start-playback-button,
video.hero__video::-webkit-media-controls-overlay-play-button,
video.hero__video::-webkit-media-controls-enclosure,
video.hero__video::-webkit-media-controls-timeline,
video.hero__video::-webkit-media-controls-current-time-display,
video.hero__video::-webkit-media-controls-time-remaining-display,
video.hero__video::-webkit-media-controls-seek-back-button,
video.hero__video::-webkit-media-controls-seek-forward-button,
video.hero__video::-webkit-media-controls-fullscreen-button,
video.hero__video::-webkit-media-controls-volume-slider,
video.hero__video::-webkit-media-controls-mute-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}
video.hero__video {
  object-fit: cover;
  background: #000;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
video.hero__video::-webkit-media-controls-start-playback-button { display: none !important; }
video.hero__video::-webkit-media-controls-play-button { display: none !important; }
video.hero__video::-webkit-media-controls-panel { display: none !important; }
video.hero__video::-webkit-media-controls-overlay-play-button { display: none !important; }
video.hero__video::-webkit-media-controls-enclosure { display: none !important; }
video.hero__video::-webkit-media-controls-timeline { display: none !important; }
video.hero__video::-webkit-media-controls-current-time-display { display: none !important; }
video.hero__video::-webkit-media-controls-time-remaining-display { display: none !important; }
video.hero__video::-webkit-media-controls-seek-back-button { display: none !important; }
video.hero__video::-webkit-media-controls-seek-forward-button { display: none !important; }
video.hero__video::-webkit-media-controls-fullscreen-button { display: none !important; }
video.hero__video::-webkit-media-controls-volume-slider { display: none !important; }
video.hero__video::-webkit-media-controls-mute-button { display: none !important; }

/* Testimonial carousel mobile button fit */
@media (max-width: 600px) {
  .testimonial__carouselNav {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    align-items: stretch;
  }
  .carousel__btn--text {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin: 0;
  }
}

/* Make testimonial modal scrollable for long reviews */
.testimonialModal__content {
  max-height: 80vh;
  overflow-y: auto;
}
:root{
  --paper:#f6f2ec;
  --paper2:#fbf8f4;
  --ink:#141218;
  --muted:#5b5567;

  --card:rgba(255,255,255,.68);
  --stroke:rgba(20,18,24,.10);
  --shadow: 0 24px 70px rgba(25,16,30,.14);

  --pink:#b10f7a;
  --gold:#b58a3a;
  --blue:#1c6f8a;

  /* Match iShineEvents typography: Hind (body) + Raleway (headings) */
  --font-sans: "Hind", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-serif: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  /* iShine uses a custom script in places; use a close free fallback */
  --font-script: "Arolse Belmonteria Script", "Allura", "Great Vibes", cursive;

  --radius:20px;
  --radius2:26px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: var(--font-sans);
  color:var(--ink);
  background:
    radial-gradient(1200px 700px at 20% 0%, rgba(177,15,122,.10), transparent 60%),
    radial-gradient(900px 600px at 90% 20%, rgba(28,111,138,.09), transparent 60%),
    radial-gradient(900px 700px at 70% 95%, rgba(181,138,58,.09), transparent 60%),
    linear-gradient(180deg, var(--paper2), var(--paper));
  overflow-x:hidden;
  line-height: 1.6;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;

  opacity: 1;
  transition: opacity .22s ease;
}

body.is-loading{opacity:0}
body.is-leaving{opacity:0}

@media (prefers-reduced-motion: reduce){
  body{transition:none}
  body.is-loading, body.is-leaving{opacity:1}
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
button{font:inherit; color:inherit}

.is-hidden{display:none !important}

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

.skip{
  position:absolute; left:-999px; top:10px;
  padding:10px 12px;
  background:#111; border:1px solid var(--stroke);
  border-radius:12px;
}
.skip:focus{left:10px; z-index:9999}

.container{width:min(1140px, calc(100% - 40px)); margin:0 auto}
.container--wide{width:min(1480px, calc(100% - 24px))}

/* Full-bleed (edge-to-edge) wrapper for media grids */
.bleed{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.ambient{position:fixed; inset:0; pointer-events:none; z-index:-1}
.orb{
  position:absolute;
  width:540px;
  height:540px;
  filter:blur(50px);
  opacity:.55;
  border-radius:50%;
}
.orb--pink{left:-180px; top:-220px; background:radial-gradient(circle at 30% 30%, rgba(177,15,122,.38), transparent 62%)}
.orb--gold{right:-220px; top:60px; background:radial-gradient(circle at 30% 30%, rgba(181,138,58,.34), transparent 62%)}
.orb--blue{left:20%; bottom:-260px; background:radial-gradient(circle at 30% 30%, rgba(28,111,138,.30), transparent 62%)}
.grid{
  position:absolute; inset:-200px;
  background-image:
    linear-gradient(rgba(20,18,24,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,18,24,.06) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at 50% 40%, rgba(0,0,0,.9) 0%, transparent 70%);
  opacity:.18;
}

/* Three.js cinematic ambient layer */
.threeAmbient{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity: .62;
  mix-blend-mode: screen;
  filter: blur(.2px);
}

@media (max-width: 520px){
  .threeAmbient{opacity: .38}
}

@media (prefers-reduced-motion: reduce){
  .threeAmbient{display:none}
}

.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(251,248,244,.88), rgba(246,242,236,.62));
  border-bottom: 1px solid rgba(20,18,24,.10);
}
.header__inner{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  gap:14px;
  width:min(1140px, calc(100% - 30px));
  margin:0 auto;
  padding:10px 0;
}
.header__logo img{height:64px; width:auto; object-fit:contain; filter:drop-shadow(0 12px 26px rgba(20,18,24,.18))}

.header__left{
  display:flex; align-items:center; gap:10px;
}
.header__left{justify-self:start}
.header__right{justify-self:end; background:transparent; border:0; padding:0; cursor:pointer}
.header__right{touch-action: manipulation}
.header__actions{justify-self:end; display:flex; align-items:center; gap:10px}
.header__iconLink{display:block}
.header__iconLink{background:transparent; border:0; padding:0; text-decoration:none}
.header__leftText{font-weight:700; letter-spacing:.2px}
.muted{color:var(--muted)}

.icon-pill{
  width:44px; height:44px;
  display:grid; place-items:center;
  border-radius:14px;
  background: rgba(255,255,255,.70);
  border:1px solid rgba(20,18,24,.10);
  box-shadow: 0 16px 44px rgba(20,18,24,.12);
}
.icon-pill i{font-size:20px}

.drawer{position:fixed; inset:0; pointer-events:none; z-index:9999; isolation:isolate}
.drawer.is-open{pointer-events:auto}

.drawer__backdrop{
  position:absolute; inset:0;
  border:0;
  background: rgba(10, 10, 14, .58);
  backdrop-filter: blur(10px);
  z-index:0;
  opacity:0;
  transition: opacity .22s ease;
  touch-action: manipulation;
}

.drawer__panel{
  position:absolute;
  right:0;
  top:0;
  height: 100vh;
  height: 100dvh;
  width: min(460px, 94vw);
  z-index: 1;
  background:
    radial-gradient(900px 520px at 20% 0%, rgba(181,138,58,.16), transparent 60%),
    radial-gradient(820px 520px at 100% 10%, rgba(177,15,122,.10), transparent 62%),
    linear-gradient(180deg, rgba(16,15,22,1), rgba(10,10,14,.98));
  color: rgba(255,255,255,.92);
  border-left: 1px solid rgba(255,255,255,.10);
  border-radius: 26px 0 0 26px;
  box-shadow: 0 26px 120px rgba(0,0,0,.28);
  transform: translate3d(102%, 0, 0);
  will-change: transform;
  transition: transform .46s cubic-bezier(.2,.95,.2,1);
  display:flex;
  flex-direction:column;
  overflow:auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding-bottom: env(safe-area-inset-bottom);
}

@media (max-width: 520px){
  .drawer__panel{
    width: 100vw;
    border-radius: 0;
  }
}

.drawer.is-open .drawer__backdrop{opacity:1}
.drawer.is-open .drawer__panel{transform: translate3d(0, 0, 0)}

.drawer__top{
  position: sticky;
  top: 0;
  z-index: 2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: calc(18px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) 14px calc(18px + env(safe-area-inset-left));
  border-bottom: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(900px 520px at 20% 0%, rgba(181,138,58,.10), transparent 60%),
    linear-gradient(180deg, rgba(16,15,22,1), rgba(10,10,14,.98));
}

.drawer__title{font-weight:1000; letter-spacing:.16em; text-transform:uppercase; font-size:12px; color: rgba(255,255,255,.70)}

.drawer__close{
  width:40px;
  height:40px;
  border-radius:14px;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 40px rgba(0,0,0,.25);
  cursor:pointer;
  color: rgba(255,255,255,.92);
  display:grid;
  place-items:center;
}
.drawer__close:hover{background: rgba(255,255,255,.12)}

.drawer__nav{display:grid; gap:10px; padding: 14px 18px 16px}

.drawer__link{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 14px;
  border-radius:14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  font-weight:950;
  letter-spacing:.3px;
  position:relative;
  overflow:hidden;
}

.drawer__link::before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  bottom:10px;
  width:3px;
  border-radius:999px;
  background: linear-gradient(180deg, rgba(181,138,58,.95), rgba(177,15,122,.55));
  opacity:.0;
  transform: translateX(-6px);
  transition: opacity .18s ease, transform .18s ease;
}

.drawer__link i{
  width:22px;
  text-align:center;
  color: rgba(181,138,58,.98);
}

.drawer__link:hover{background: rgba(255,255,255,.10); transform: translateY(-1px)}
.drawer__link:hover::before{opacity:1; transform: translateX(0)}
.drawer__link:active{transform: translateY(0)}

.drawer__link:focus-visible{
  outline: 2px solid rgba(181,138,58,.55);
  outline-offset: 2px;
}

.drawer__bottom{margin-top:auto; padding: 12px 18px 18px}
.drawer__copyright{margin:0; font-size: 12px; color: rgba(255,255,255,.55)}

/* Calmer centered hero (home page only) */
.hero--home .hero__content{
  text-align:center;
}

.hero--home .kicker,
.hero--home .subtitle{
  margin-left:auto;
  margin-right:auto;
}

.hero--home .subtitle{max-width: 58ch}

.hero--home .hero__actions{
  justify-content:center;
}

/* Tone down busy overlay for home hero (cleaner, more premium) */
.hero--home .hero__overlay{
  background:
    radial-gradient(900px 520px at 50% 20%, rgba(0,0,0,.22), transparent 62%),
    linear-gradient(180deg, rgba(8,7,10,.78), rgba(8,7,10,.52));
}

/* Home hero: slow fade-up (staggered) */
.hero--home .hero__content[data-reveal]{
  /* Let the reveal observer control timing via .is-revealed,
     but we animate children instead of moving the whole block. */
  opacity: 1;
  transform: none;
  transition: none;
}

.hero--home .hero__content > .kicker,
.hero--home .hero__content > .title,
.hero--home .hero__content > .subtitle,
.hero--home .hero__content > .hero__actions{
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 1.15s cubic-bezier(.2,.9,.2,1),
    transform 1.15s cubic-bezier(.2,.9,.2,1);
  will-change: opacity, transform;
}

.hero--home .hero__content.is-revealed > .kicker,
.hero--home .hero__content.is-revealed > .title,
.hero--home .hero__content.is-revealed > .subtitle,
.hero--home .hero__content.is-revealed > .hero__actions{
  opacity: 1;
  transform: translateY(0);
}

.hero--home .hero__content > .kicker{transition-delay: .05s}
.hero--home .hero__content > .title{transition-delay: .16s}
.hero--home .hero__content > .subtitle{transition-delay: .34s}
.hero--home .hero__content > .hero__actions{transition-delay: .52s}

@media (prefers-reduced-motion: reduce){
  .drawer__backdrop, .drawer__panel{transition:none !important}
}


.hero{
  position:relative;
  min-height: calc(100vh - 86px);
  display:grid;
  align-items:center;
  overflow:hidden;
}
.hero__video{
  position:absolute; inset:-10px;
  width:calc(100% + 20px);
  height:calc(100% + 20px);
  object-fit:cover;
  filter:saturate(1.02) contrast(1.03) brightness(.76);
  transform: scale(1.03);
}
.hero__overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(1200px 900px at 30% 20%, rgba(0,0,0,.22), transparent 62%),
    linear-gradient(180deg, rgba(10,8,12,.72), rgba(10,8,12,.46));
}
.hero__content{
  position:relative;
  width:min(1140px, calc(100% - 40px));
  margin:0 auto;
  padding:70px 0 46px;
}
.heroCard{display:none}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:0;
  border-radius:0;
  border:0;
  background: transparent;
  backdrop-filter: none;
  font-weight:800;
  letter-spacing:.22em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255,255,255,.88);
  text-shadow: 0 18px 60px rgba(0,0,0,.65);
}
.title{
  margin:16px 0 10px;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(44px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: -0.6px;
}
.subtitle{
  margin: 0 0 18px;
  max-width: 62ch;
  font-size: 16px;
  color: rgba(255,255,255,.84);
  font-style: italic;
  text-shadow: 0 16px 48px rgba(0,0,0,.55);
}
.hero .title{color: rgba(255,255,255,.96); text-shadow: 0 20px 60px rgba(0,0,0,.55)}

/* Accent word: premium emphasis without color */
.gradientText{
  color: inherit;
  font-style: normal;
  font-family: var(--font-script);
  font-weight: 400;
  letter-spacing: .02em;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  letter-spacing: .2px;
  border: 1px solid rgba(20,18,24,.12);
  transition: transform .15s ease, background .2s ease, border-color .2s ease;
}
.btn:active{transform: translateY(1px)}
.btn--primary{
  background: linear-gradient(135deg, rgba(181,138,58,.22), rgba(177,15,122,.16));
  box-shadow: 0 18px 55px rgba(177,15,122,.10);
}
.btn--primary:hover{border-color: rgba(255,255,255,.28); background: linear-gradient(135deg, rgba(255,204,102,.34), rgba(255,79,216,.30))}
.btn--ghost{background: rgba(20,18,24,.04)}
.btn--ghost:hover{border-color: rgba(20,18,24,.16); background: rgba(20,18,24,.06)}

/* Keep hero buttons light-on-dark */
.hero .btn{border-color: rgba(255,255,255,.22)}
.hero .btn{border-width:2px}
.hero .btn{
  position:relative;
  overflow:hidden;
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 70px rgba(0,0,0,.38);
}
.hero .btn::before{
  content:"";
  position:absolute;
  inset:-40% -60%;
  background: radial-gradient(circle at 20% 30%, rgba(255,255,255,.28), transparent 55%);
  transform: rotate(10deg);
  opacity:.55;
  pointer-events:none;
}

.hero .btn--ghost{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.36);
  color: rgba(255,255,255,.95);
}
.hero .btn--ghost:hover{
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.55);
}

.hero .btn--primary{
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.10));
  border-color: rgba(255,255,255,.55);
  color: rgba(255,255,255,.96);
}
.hero .btn--primary:hover{
  background: linear-gradient(135deg, rgba(255,255,255,.28), rgba(255,255,255,.12));
  border-color: rgba(255,255,255,.75);
}

.hero__actions{display:flex; gap:12px; flex-wrap:wrap}

.hero__chips{
  margin-top: 16px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.chip{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding:10px 12px;
  border-radius:999px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.20);
  color: rgba(255,255,255,.84);
  font-weight: 800;
  font-size: 13px;
}
.chip i{color: rgba(255,204,102,.95)}

.scrollHint{
  position:absolute;
  left:50%; bottom:18px;
  transform: translateX(-50%);
  display:flex; flex-direction:column; align-items:center; gap:8px;
  color: rgba(255,255,255,.70);
  font-size: 12px;
}
.scrollHint__mouse{
  width:22px; height:34px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.35);
  position:relative;
}
.scrollHint__mouse::after{
  content:"";
  width:4px; height:4px;
  background: rgba(255,255,255,.85);
  border-radius:999px;
  position:absolute; left:50%; top:8px;
  transform: translateX(-50%);
  animation: scrollDot 1.5s ease infinite;
}
@keyframes scrollDot{0%{opacity:0; transform: translateX(-50%) translateY(0)} 30%{opacity:1} 70%{opacity:1} 100%{opacity:0; transform: translateX(-50%) translateY(12px)}}

.section{padding: 78px 0; position:relative}
.section--intro{padding-top: 54px}

.sectionMark{
  position:absolute;
  left:0;
  right:0;
  top: 18px;
  z-index: 0;
  text-align:center;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(52px, 8vw, 128px);
  letter-spacing: .28em;
  text-transform: uppercase;
  opacity: .075;
  color: rgba(20,18,24,.32);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(20,18,24,.22);
  transform: none;
  pointer-events:none;
  user-select:none;
}

/* Keep section watermarks behind content */
.section > .container{position:relative; z-index: 1}
.sectionHead{
  display:flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:6px;
  margin-bottom: 18px;
}
.sectionHead .muted{max-width: 70ch; font-style: italic}
.h2{margin:0; font-family: var(--font-serif); font-size: clamp(28px, 3.2vw, 40px); letter-spacing:-.4px}
.lead{font-size:16px; font-style: italic; color: rgba(20,18,24,.78); max-width: 62ch}

/* Portfolio page */
.hero--page .subtitle{max-width: 70ch}

.section--portfolioPage{padding-top: 54px}

.categoryNav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.categoryPill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(20,18,24,.12);
  background: rgba(255,255,255,.70);
  box-shadow: 0 18px 55px rgba(20,18,24,.08);
  font-weight: 900;
  color: rgba(20,18,24,.82);
  transition: transform .14s ease, background .2s ease, border-color .2s ease;
}
.categoryPill:hover{transform: translateY(-1px); border-color: rgba(20,18,24,.18); background: rgba(255,255,255,.86)}
.categoryPill i{color: rgba(177,15,122,.78)}

.section--gallery{padding-top: 56px}

.galleryGrid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.mediaCard{
  position: relative;
  grid-column: span 4;
  border-radius: 18px;
  overflow:hidden;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(20,18,24,.10);
  box-shadow: 0 22px 70px rgba(20,18,24,.10);
}

.mediaCard__media{
  aspect-ratio: 1 / 1;
  height: auto;
  background: var(--bg) center/cover no-repeat;
}

.mediaCard__video{
  display:block;
  width:100%;
  aspect-ratio: 9 / 16;
  height:auto;
  object-fit: cover;
  filter: saturate(1.03) contrast(1.02);
}

.mediaCard__badge{
  position:absolute;
  top:10px;
  right:10px;
  padding:6px 10px;
  border-radius:999px;
  font-weight: 1000;
  font-size: 12px;
  letter-spacing: .2px;
  color: rgba(255,255,255,.92);
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
  pointer-events:none;
}

/* Reel loading spinner */
.mediaCard--reel.is-loading::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(2px);
  z-index: 2;
}

.mediaCard--reel.is-loading::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:38px;
  height:38px;
  margin:-19px 0 0 -19px;
  border-radius:50%;
  border: 3px solid rgba(255,255,255,.35);
  border-top-color: rgba(255,255,255,.95);
  animation: spin 1s linear infinite;
  z-index: 3;
}

@keyframes spin{to{transform: rotate(360deg)}}

.mediaCard--reel.is-loading .mediaCard__badge{z-index: 4}
.mediaCard--reel.is-loading .mediaCard__video{position:relative; z-index:1}

.mediaCard__cap{
  padding: 14px 14px 16px;
}

.mediaCard__title{
  display:block;
  font-weight: 1000;
  letter-spacing: .2px;
  color: rgba(20,18,24,.88);
}

.mediaCard__text{
  display:block;
  margin-top: 6px;
  color: rgba(20,18,24,.62);
  font-weight: 800;
  font-size: 13px;
}

@media (max-width: 980px){
  .mediaCard{grid-column: span 6}
}
  body.theme-ishine .ishineCta__founder{max-height: 360px;}

@media (max-width: 620px){
  .galleryGrid{gap:10px}
  .mediaCard{grid-column: span 12}
  .mediaCard--photo{grid-column: span 12}
  .mediaCard--reel{grid-column: span 12}
  .mediaCard__media{aspect-ratio: 1 / 1}
  .mediaCard__video{aspect-ratio: 9 / 16}
}

.form{
  border-radius: var(--radius2);
  padding: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(20,18,24,.10);
  box-shadow: var(--shadow);
}

.form__grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field{display:grid; gap:8px}
.field--wide{grid-column: 1 / -1}

.field label{
  font-weight: 800;
  font-size: 13px;
  color: rgba(20,18,24,.78);
}

.field input,
.field select,
.field textarea{
  width: 100%;
  border-radius: 14px;
  padding: 12px 12px;
  border: 1px solid rgba(20,18,24,.12);
  background: rgba(255,255,255,.96);
  outline: none;
}

.field textarea{resize: vertical; min-height: 120px}

.field input:focus,
.field select:focus,
.field textarea:focus{
  border-color: rgba(177,15,122,.40);
  box-shadow: 0 0 0 4px rgba(177,15,122,.10);
}

.form__actions{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.form__finePrint{margin:0; font-size: 12px; color: rgba(20,18,24,.60)}

.formMessage{
  margin-top: 14px;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(20,18,24,.10);
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 55px rgba(20,18,24,.10);
  font-weight: 800;
  color: rgba(20,18,24,.82);
}

/* Admin */
.adminShell{display:grid; gap:16px}
.adminCard{
  border-radius: var(--radius2);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(20,18,24,.10);
  box-shadow: var(--shadow);
  padding: 16px;
}
.adminTitle{margin:0 0 12px; font-weight: 1000; letter-spacing: -.2px}

.adminList{margin-top: 14px}
.adminList__head{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom: 10px}
.adminItems{display:grid; gap:10px}

.adminRow{
  display:grid;
  grid-template-columns: 68px 1fr auto;
  gap: 12px;
  align-items:center;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.80);
  border: 1px solid rgba(20,18,24,.10);
}

.adminThumb{
  width: 68px;
  height: 68px;
  border-radius: 14px;
  background: rgba(20,18,24,.06) center/cover no-repeat;
  border: 1px solid rgba(20,18,24,.10);
  overflow:hidden;
  display:block;
}

.adminRow__meta{min-width:0}
.adminRow__actions{display:flex; align-items:center; justify-content:flex-end}
.btn--danger{
  border-color: rgba(177,15,122,.22);
  color: rgba(177,15,122,.92);
}
.btn--danger:hover{
  border-color: rgba(177,15,122,.32);
  background: rgba(177,15,122,.06);
}

/* Portfolio empty state */
.mediaCard--empty{
  display:grid;
  place-items:center;
  text-align:center;
  padding: 26px 18px;
  background: rgba(255,255,255,.65);
  border: 1px dashed rgba(20,18,24,.14);
}

.mediaCard--empty .mediaCard__cap{
  position: static;
  opacity: 1;
  transform: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.mediaCard__emptyIcon{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  margin-bottom: 10px;
  background: rgba(20,18,24,.06);
  border: 1px solid rgba(20,18,24,.10);
  font-weight: 1000;
  color: rgba(20,18,24,.70);
}
.adminRow__top{display:flex; gap:8px; flex-wrap:wrap; margin-bottom: 6px}
.adminPill{
  display:inline-flex;
  align-items:center;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 1000;
  font-size: 12px;
  color: rgba(20,18,24,.80);
  background: rgba(20,18,24,.06);
  border: 1px solid rgba(20,18,24,.10);
}
.adminRow__cap{font-weight: 900; color: rgba(20,18,24,.86); overflow:hidden; text-overflow:ellipsis; white-space:nowrap}

.formMessage--success{
  border-color: rgba(28,111,138,.24);
  box-shadow: 0 18px 55px rgba(28,111,138,.10);
}

.formMessage--error{
  border-color: rgba(177,15,122,.22);
  box-shadow: 0 18px 55px rgba(177,15,122,.10);
}

@media (max-width: 720px){
  .form__grid{grid-template-columns: 1fr}
}

.split{display:grid; grid-template-columns: 1.1fr .9fr; gap:22px; align-items:start}

.bullets{display:grid; gap:12px; margin-top:16px}
.bullet{
  display:flex; gap:12px; align-items:flex-start;
  padding:14px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.70);
  border:1px solid rgba(20,18,24,.10);
}
.bullet i{font-size:18px; margin-top:3px; color: rgba(181,138,58,.95)}
.bullet h3{margin:0 0 4px; font-size:15px; letter-spacing:.2px}
.bullet p{margin:0; color: rgba(20,18,24,.72); font-size:14px}

.glassCard{
  border-radius: var(--radius2);
  padding:18px;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.62));
  border: 1px solid rgba(20,18,24,.10);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.glassCard__top{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:12px}
.badge{
  display:inline-flex; gap:8px; align-items:center;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(20,18,24,.10);
  background: rgba(255,255,255,.70);
  font-weight:900;
  font-size:12px;
}
.badge--soft{opacity:.9}
.glassCard__copy{margin:0; color: rgba(20,18,24,.78)}
.glassCard__line{height:1px; background: rgba(20,18,24,.10); margin:14px 0}

.section--tiles{padding:0}
.tiles{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:0}
.tiles--bleed{width:100%}
.tile{
  position:relative;
  border:0;
  padding:0;
  border-radius: 0;
  overflow:hidden;
  cursor:pointer;
  background: #111;
  box-shadow: none;
  transform-style: preserve-3d;
  min-height: 520px;
}
.tile::before{
  content:"";
  position:absolute; inset:0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.12) contrast(1.06);
  transform: scale(1.03);
}
.tile__overlay{
  position:absolute; inset:0;
  background: linear-gradient(135deg, rgba(255,79,216,.0), rgba(101,214,255,.0));
  opacity:0;
  transform: scale(1.02);
  transition: opacity .45s cubic-bezier(.22,.9,.21,1), transform .55s cubic-bezier(.22,.9,.21,1);
  will-change: opacity, transform;
}
.tile__content{
  position:absolute; left:16px; right:16px; bottom:16px;
  padding:14px;
  border-radius: 18px;
  background: rgba(0,0,0,.26);
  border: 1px solid rgba(255,255,255,.20);
  backdrop-filter: blur(14px);
  transform: translateY(18px);
  opacity:0;
  transition: transform .50s cubic-bezier(.22,.9,.21,1), opacity .40s cubic-bezier(.22,.9,.21,1);
  will-change: opacity, transform;
}
.tile__title{display:block; font-weight:950; letter-spacing:.2px}
.tile__text{display:block; margin-top:4px; color: rgba(255,255,255,.76); font-size:13px}
.tile.is-open .tile__overlay{
  opacity:1;
  transform: scale(1);
  background: linear-gradient(135deg, rgba(255,79,216,.58), rgba(101,214,255,.46));
}
.tile.is-open .tile__content{opacity:1; transform: translateY(0)}

.poem{
  border-radius: var(--radius2);
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.62));
  border: 1px solid rgba(20,18,24,.10);
  backdrop-filter: blur(18px);
  padding: 22px;
  box-shadow: var(--shadow);
}
.poem blockquote{margin:14px 0 0; padding-left:16px; border-left: 2px solid rgba(181,138,58,.75)}
.poem p{margin:0; font-family: var(--font-serif); font-size: 18px; line-height:1.55; color: rgba(20,18,24,.88)}
.poem footer{margin-top:12px; color: rgba(20,18,24,.56); font-size: 13px}

.section--videos{padding:0}
.videoWall{display:grid; grid-template-columns: 1fr 1fr; gap:0}
.clip{
  width:100%; height: 260px;
  border-radius: 0;
  border:0;
  box-shadow: none;
  object-fit: cover;
  background:#000;
}

.clip--bleed{height: 340px}

.feature{
  display:grid; grid-template-columns: 1fr 1fr; gap:18px;
  align-items:stretch;
  padding: 16px;
  border-radius: var(--radius2);
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.62));
  border: 1px solid rgba(20,18,24,.10);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.feature__media{
  min-height: 320px;
  border-radius: 22px;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  border:1px solid rgba(20,18,24,.10);
  position:relative;
  overflow:hidden;
}
.feature__media::after{
  content:"";
  position:absolute; inset:-30%;
  background: radial-gradient(circle at 20% 30%, rgba(255,204,102,.25), transparent 55%),
              radial-gradient(circle at 80% 30%, rgba(255,79,216,.20), transparent 55%);
}
.feature__copy{padding: 10px 10px 10px 6px}

.cards{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px}
.card{
  border-radius: var(--radius2);
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(20,18,24,.10);
  padding: 18px;
  box-shadow: 0 18px 50px rgba(20,18,24,.12);
}
.card__icon{
  width:46px; height:46px;
  display:grid; place-items:center;
  border-radius:16px;
  border: 1px solid rgba(20,18,24,.10);
  background: linear-gradient(135deg, rgba(181,138,58,.16), rgba(177,15,122,.10));
  margin-bottom:10px;
}
.card h3{margin:0 0 6px; font-weight:950}
.card p{margin:0; color: rgba(20,18,24,.72)}

.poemMini{margin-top:18px; text-align:center; color: rgba(20,18,24,.62)}
.poemMini p{margin:0; font-family: var(--font-serif); font-style:italic; font-size: 16px}

.founder{
  display:grid; grid-template-columns: .9fr 1.1fr; gap:18px;
  align-items:center;
  padding: 16px;
  border-radius: var(--radius2);
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.62));
  border: 1px solid rgba(20,18,24,.10);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.founder__img{
  width:100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 22px;
  border:1px solid rgba(255,255,255,.14);
  filter: contrast(1.05) saturate(1.05);
}
.founder__actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

/* Photo strip (home) */
.photoStrip{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.photoStrip__tile{
  position:relative;
  min-height: 48vh;
  border-radius: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  filter: contrast(1.05) saturate(1.05);
  border: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
}

.photoStrip__tile::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 520px at 50% 0%, rgba(0,0,0,.18), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.22));
  pointer-events:none;
}

.photoStrip__tile:focus-visible{
  outline: 2px solid rgba(181,138,58,.55);
  outline-offset: -2px;
}

/* Click-to-toggle overlay */
.photoStrip__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 520px at 10% 10%, rgba(181,138,58,.35), transparent 60%),
    radial-gradient(820px 520px at 100% 25%, rgba(177,15,122,.22), transparent 62%),
    linear-gradient(180deg, rgba(12,12,18,.30), rgba(10,10,14,.78));
  opacity: 0;
  transform: translateY(18%);
  transition: opacity .45s cubic-bezier(.2,.9,.2,1), transform .55s cubic-bezier(.2,.9,.2,1);
  pointer-events:none;
}

.photoStrip__label{
  position:absolute;
  left: 50%;
  top: 50%;
  width: min(92%, 22ch);
  z-index: 1;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(34px, 5vw, 68px);
  letter-spacing: .22em;
  text-transform: uppercase;
  text-align:center;
  color: rgba(255,255,255,.96);
  text-shadow: 0 22px 60px rgba(0,0,0,.60);
  opacity: 0;
  transform: translate(-50%, calc(-50% + 16px));
  transition: opacity .45s cubic-bezier(.2,.9,.2,1), transform .55s cubic-bezier(.2,.9,.2,1);
}

.photoStrip__tile.is-open .photoStrip__overlay{
  opacity: 1;
  transform: translateY(0);
}

.photoStrip__tile.is-open .photoStrip__label{
  opacity: 1;
  transform: translate(-50%, -50%);
}

@media (max-width: 980px){
  .photoStrip{grid-template-columns: 1fr}
  .photoStrip__tile{min-height: 44vh}
}

.portfolio{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px}
.portfolio__thumb{
  border-radius: var(--radius2);
  min-height: 220px;
  border: 1px solid rgba(20,18,24,.10);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

/* Home (dynamic) portfolio grid */
.homePortfolioGrid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.homeShot{
  position:relative;
  display:block;
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(20,18,24,.10);
  background: rgba(255,255,255,.75);
  box-shadow: var(--shadow);
  min-height: 220px;
  transition: transform .18s ease;
}

.homeShot::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.55) 100%);
  opacity: .92;
  pointer-events:none;
}

.homeShot__img{
  position:absolute;
  inset:0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform .55s cubic-bezier(.2,.9,.2,1);
}

.homeShot__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
}

.homeShot__cap{
  position:absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display:block;
}

.homeShot__title{
  display:block;
  font-weight: 950;
  letter-spacing: -.2px;
  color: rgba(255,255,255,.95);
  text-shadow: 0 18px 45px rgba(0,0,0,.55);
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}

.homeShot__text{
  display:block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255,255,255,.78);
}

.homeShot__badge{
  position:absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(10,10,14,.55);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.92);
  font-weight: 1000;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.homeShot:hover{transform: translateY(-1px)}
.homeShot:hover .homeShot__img{transform: scale(1.06)}

.homeShot--empty{
  min-height: 220px;
  display:grid;
  place-items:center;
  text-align:center;
}

.homeShot--empty::after{display:none}
.homeShot--empty .homeShot__cap{position:static}
.homeShot--empty .homeShot__title{color: rgba(20,18,24,.86); text-shadow:none}
.homeShot--empty .homeShot__text{color: rgba(20,18,24,.62)}

/* How it works */
.how{
  margin-top: 16px;
  border-radius: var(--radius2);
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.62));
  border: 1px solid rgba(20,18,24,.10);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  padding: 16px;
}

.how__head{display:flex; align-items:flex-end; justify-content:space-between; gap:14px; margin-bottom: 12px}
.how__title{margin:0; font-weight: 1000; letter-spacing: -.2px}

.how__steps{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:12px}

.howStep{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(20,18,24,.10);
}

.howStep__num{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  font-weight: 1000;
  letter-spacing: .08em;
  background: rgba(20,18,24,.06);
  border: 1px solid rgba(20,18,24,.10);
  color: rgba(20,18,24,.74);
}

.howStep__title{font-weight: 1000; letter-spacing: -.2px}
.howStep__text{margin-top: 4px; color: rgba(20,18,24,.72); font-size: 14px}

@media (max-width: 980px){
  .how__head{flex-direction:column; align-items:flex-start}
  .how__steps{grid-template-columns: 1fr}
}

/* Signature events quick links */
.sigEvents{display:flex; gap:10px; flex-wrap:wrap; margin: 6px 0 12px}

.sigPill{
  display:inline-flex;
  align-items:center;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 950;
  letter-spacing: .2px;
  background: rgba(20,18,24,.04);
  border: 1px solid rgba(20,18,24,.10);
}

.sigPill:hover{
  background: rgba(181,138,58,.10);
  border-color: rgba(181,138,58,.22);
}

.center{text-align:center; margin-top: 14px}

.book{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px;
  padding: 18px;
  border-radius: var(--radius2);
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.62));
  border: 1px solid rgba(20,18,24,.10);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.book__actions{display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-end}

.carousel{
  display:grid;
  grid-template-columns: 48px 1fr 48px;
  gap:12px;
  align-items:center;
}
.carousel__btn{
  min-width: 80px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #d4af37;
  background: #fff;
  color: #d4af37;
  font-size: 1.1rem;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.carousel__btn--text {
  border-radius: 6px;
  font-size: 1.1rem;
  padding: 0.5rem 1.2rem;
  min-width: 80px;
  height: 40px;
  background: #fff;
  color: #d4af37;
  border: 1px solid #d4af37;
}
.carousel__viewport{overflow:hidden; border-radius: var(--radius2)}
.carousel__track{display:flex; transition: transform .45s cubic-bezier(.22,.9,.21,1)}
.testimonial{
  min-width:100%;
  padding: 18px;
  border-radius: var(--radius2);
  border:1px solid rgba(20,18,24,.10);
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.62));
  backdrop-filter: blur(16px);
}
.stars{display:flex; gap:6px; color: rgba(181,138,58,.95)}
.testimonial p{margin:10px 0 0; color: rgba(20,18,24,.82)}
.testimonial .name{margin-top:12px; font-weight:950}
.testimonial .meta{color: var(--muted); font-size:13px}

.cta{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px;
  padding: 18px;
  border-radius: var(--radius2);
  background:
    radial-gradient(600px 220px at 20% 20%, rgba(177,15,122,.12), transparent 60%),
    radial-gradient(600px 220px at 80% 60%, rgba(28,111,138,.10), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.62));
  border: 1px solid rgba(20,18,24,.10);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.cta__actions{display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-end}

.footer{padding: 56px 0 40px; border-top:1px solid rgba(20,18,24,.10)}
.footer__inner{display:grid; gap:20px}
.footer__brand{display:flex; align-items:center; gap:14px}
.footer__logo{height:46px; width:auto}
.footer__links{display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:20px}
.footer__links h3{margin:0 0 10px; font-weight:950}
.footer__links a{display:flex; gap:10px; align-items:center; padding:8px 0; color: rgba(20,18,24,.78)}
.footer__links a:hover{color: rgba(20,18,24,.92)}
.footer__bottom{padding-top:10px; color: rgba(20,18,24,.56); font-size:13px}

/* Reveal Animations */
[data-reveal]{
  opacity:0;
  transform: translateY(16px);
  transition: opacity .7s ease, transform .7s ease;
}
.is-revealed{opacity:1; transform: translateY(0)}

/* Tilt */
[data-tilt]{transform-style:preserve-3d; will-change: transform}

/* Responsive */
@media (max-width: 980px){
  .split{grid-template-columns: 1fr}
  .tiles{grid-template-columns: 1fr;}
  .tile{min-height: 58vh}
  .videoWall{grid-template-columns: 1fr}
  .clip--bleed{height: 44vh}
  .videoGrid{grid-template-columns: 1fr}
  .videoGrid .clip{grid-column: auto; height: 240px}
  .feature{grid-template-columns: 1fr}
  .cards{grid-template-columns: 1fr}
  .founder{grid-template-columns: 1fr}
  .portfolio{grid-template-columns: 1fr}
  .homePortfolioGrid{grid-template-columns: repeat(2, minmax(0, 1fr))}
  .book, .cta{flex-direction:column; align-items:flex-start}
  .book__actions, .cta__actions{justify-content:flex-start}
  .header__logo img{height:56px}
  .header__leftText{display:none}
  .header__menuLabel{display:none}
}

@media (max-width: 520px){
  .homePortfolioGrid{grid-template-columns: 1fr}
  .homeShot{min-height: 240px}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  [data-reveal]{opacity:1; transform:none}
  .carousel__track{transition:none}
  .scrollHint__mouse::after{animation:none}

  .hero--home .hero__content > .kicker,
  .hero--home .hero__content > .title,
  .hero--home .hero__content > .subtitle,
  .hero--home .hero__content > .hero__actions{
    opacity: 1;
    transform: none;
    transition: none;
  }

  .photoStrip__overlay,
  .photoStrip__label{
    transition: none;
    transform: none;
  }
}

/* =============================
   iShine-inspired theme layer
   ============================= */

body.theme-ishine{
  --paper:#ffffff;
  --paper2:#ffffff;
  --ink:#111111;
  --muted:#6a6a6a;
  --card:rgba(255,255,255,.92);
  --stroke:rgba(0,0,0,.12);
  --shadow: 0 24px 70px rgba(0,0,0,.10);

  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.92)),
    url('./assets/bg.jpeg') center/cover no-repeat fixed;
}

/* iShine-style pages are clean and minimal */
body.theme-ishine .ambient{display:none}

.topbar{
  width:100%;
  background:#111111;
  color:#ffffff;
  text-align:center;
  padding:10px 14px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.topbar a{color:inherit; text-decoration:none}
.topbar a:hover{text-decoration:underline}

body.theme-ishine .header{
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(0,0,0,.10);
}

body.theme-ishine .hero{position:relative; z-index:1}

body.theme-ishine .header__inner--ishine{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  width:min(1140px, calc(100% - 30px));
  margin:0 auto;
  padding:12px 0;
}

body.theme-ishine .header__actions--ishine{
  display:flex;
  align-items:center;
  gap:12px;
}

body.theme-ishine .header__logo--right img{
  height:52px;
  filter:none;
}

body.theme-ishine .btn{
  border-radius:999px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:12px;
}

body.theme-ishine .btn--headerCta{
  padding:10px 14px;
}

body.theme-ishine .icon-pill--menu{
  width:44px;
  height:44px;
  border-radius:999px;
  background: transparent;
  border:1px solid rgba(0,0,0,.16);
  box-shadow:none;
}

body.theme-ishine .hero__overlay{
  background:
    radial-gradient(900px 520px at 50% 18%, rgba(0,0,0,.16), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.22) 38%, rgba(0,0,0,.44) 100%);
}

body.theme-ishine .sectionMark{display:none}

body.theme-ishine .glassCard,
body.theme-ishine .card,
body.theme-ishine .feature,
body.theme-ishine .founder,
body.theme-ishine .book,
body.theme-ishine .cta{
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: none;
}

body.theme-ishine .badge{box-shadow:none}

body.theme-ishine .hero--home .hero__content{
  align-items:flex-start;
  text-align:left;
}

body.theme-ishine .hero--home .kicker{
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:12px;
}

body.theme-ishine .hero--home .title,
body.theme-ishine .title--ishine{
  font-family: var(--font-serif);
  font-weight:700;
  letter-spacing:.01em;
}

body.theme-ishine .hero__actions--ishine{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

/* Homepage section flow (iShine-inspired) */
body.theme-ishine .section--intro,
body.theme-ishine .section--feature,
body.theme-ishine .section--photoStrip,
body.theme-ishine .section--services,
body.theme-ishine .section--founder,
body.theme-ishine .section--book{
  display:none;
}

body.theme-ishine .ishineSection{
  padding: 72px 0;
}

body.theme-ishine .ishineSection--plan{padding-top: 56px}

body.theme-ishine .ishineSplit{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 36px;
  align-items:center;
}

body.theme-ishine .ishineCopy .h2{
  margin: 0 0 12px;
}

body.theme-ishine .ishineCopy .lead{
  margin: 0 0 18px;
  color: var(--muted);
  font-style: normal;
}

body.theme-ishine .ishineActions{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}

body.theme-ishine .ishineCollage{
  display:grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

body.theme-ishine .ishineCollage__tile{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.12);
  background: var(--bg) center/cover no-repeat;
  min-height: 220px;
}

body.theme-ishine .ishineCollage__tile--a{
  grid-column: 1 / span 2;
  min-height: 320px;
}

/* Founder strip (overlaps hero like iShine) */
body.theme-ishine .ishineFounderStrip{
  /* Pull the image up so it starts inside the hero area (like iShine) */
  margin-top: -150px;
  padding-bottom: 22px;
  position: relative;
  z-index: 4;
}

body.theme-ishine .ishineFounderStrip__inner{
  display:block;
}

body.theme-ishine .ishineFounderStrip__img{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.12);
  background: var(--bg) center/cover no-repeat;
  min-height: 360px;
}

body.theme-ishine .ishineFounderStrip__img--big{
  border-radius: 22px;
  min-height: 560px;
  background-position: 50% 12%;
}

/* Disable fade-in-on-scroll + motion transitions site-wide */
[data-reveal]{
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.hero--home .hero__content > .kicker,
.hero--home .hero__content > .title,
.hero--home .hero__content > .subtitle,
.hero--home .hero__content > .hero__actions{
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

body{transition:none}
body.is-loading, body.is-leaving{opacity:1}

/* iShine-style linked tiles */
body.theme-ishine .ishineTiles{
  display:grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 14px;
}

body.theme-ishine .ishineTile{
  position:relative;
  display:block;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.12);
  background-color: #f7f5f2;
  background-image: var(--bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 240px;
  overflow:hidden;
  z-index: 0;
}

body.theme-ishine .ishineTile__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

body.theme-ishine .ishineTile::before,
body.theme-ishine .ishineTile::after{
  pointer-events:none;
}

body.theme-ishine .ishineTile::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.62);
  opacity: 0;
  z-index: 2;
}

body.theme-ishine .ishineTile::after{
  content: attr(data-hover);
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  text-transform: uppercase;
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: .22em;
  font-size: clamp(22px, 3vw, 44px);
  color: rgba(255,255,255,.92);
  opacity: 0;
  z-index: 4;
}

body.theme-ishine .ishineTile--big{
  grid-row: 1 / span 2;
  min-height: 520px;
}

body.theme-ishine .ishineTile__shade{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.00) 0%, rgba(0,0,0,.55) 100%);
  z-index: 1;
}

body.theme-ishine .ishineTile__content{
  position:absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: #ffffff;
  z-index: 3;
}

body.theme-ishine .ishineTile__eyebrow{
  display:block;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .9;
}

body.theme-ishine .ishineTile__title{
  display:block;
  margin-top: 6px;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .01em;
}

body.theme-ishine .ishineTile:hover{transform: translateY(-2px)}

body.theme-ishine .ishineTile:hover::before,
body.theme-ishine .ishineTile:focus-visible::before{
  opacity: 1;
}

body.theme-ishine .ishineTile:hover::after,
body.theme-ishine .ishineTile:focus-visible::after{
  opacity: 1;
}

body.theme-ishine .ishineTile:hover .ishineTile__content,
body.theme-ishine .ishineTile:focus-visible .ishineTile__content{
  opacity: 0;
}

body.theme-ishine .ishineTile:focus-visible{
  outline: 2px solid rgba(181,138,58,.65);
  outline-offset: 4px;
}

/* Services list section */
body.theme-ishine .ishineServices{
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 22px;
  background: #ffffff;
  padding: 34px;
}

body.theme-ishine .ishineServiceGrid{
  margin: 18px 0 18px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.theme-ishine .ishineServiceCard{
  position: relative;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  background: #ffffff;
  padding: 18px 18px 16px;
  overflow:hidden;
}

body.theme-ishine .ishineServiceCard::before{
  content:"";
  position:absolute;
  width: 180px;
  height: 180px;
  right: -80px;
  top: -80px;
  background: radial-gradient(circle at 30% 30%, rgba(0,0,0,.06), transparent 65%);
  border-radius: 50%;
  pointer-events:none;
}

body.theme-ishine .ishineServiceIcon{
  width: 44px;
  height: 44px;
  display:grid;
  place-items:center;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.03);
  margin-bottom: 10px;
}

body.theme-ishine .ishineServiceIcon i{font-size:20px; color: rgba(0,0,0,.78)}

body.theme-ishine .ishineServiceTitle{
  margin: 0 0 6px;
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: .01em;
  font-size: 16px;
}

body.theme-ishine .ishineServiceText{
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

body.theme-ishine .ishineServices__list{
  margin: 14px 0 18px;
  padding-left: 18px;
  color: var(--ink);
}

body.theme-ishine .ishineServices__list li{margin: 8px 0}

body.theme-ishine .ishineServices__sub{
  margin: 8px 0 8px;
  font-family: var(--font-serif);
  font-weight: 700;
}

body.theme-ishine .ishineServiceDetail{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.10);
}

/* Ready-to-start planning with image */
body.theme-ishine .ishineCta--withImage{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
  text-align:left;
}

body.theme-ishine .ishineCta__copy{
  padding: 6px 0;
}

body.theme-ishine .ishineCta__image{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.12);
  background: #ffffff;
  min-height: 220px;
  overflow: hidden;
  padding: 18px 0;
}

body.theme-ishine .ishineCta__decor{
  width: 120px;
  height: 120px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 4px 24px rgba(20,18,24,.10);
  display: block;
}

/* About Me */
body.theme-ishine .ishineAbout{
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 20px;
  align-items: stretch;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 22px;
  padding: 34px;
  background: #ffffff;
}

body.theme-ishine .ishineAbout__media{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.12);
  overflow:hidden;
  background: #f7f5f2;
  min-height: 320px;
}

body.theme-ishine .ishineAbout__img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: 50% 15%;
  display:block;
}

body.theme-ishine .ishineQuote{
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 3px solid rgba(181,138,58,.75);
  background: rgba(181,138,58,.08);
  border-radius: 16px;
}

body.theme-ishine .ishineQuote blockquote{
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: .01em;
  color: #111111;
}

body.theme-ishine .ishineQuote figcaption{
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

body.theme-ishine .ishineCta{
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 22px;
  padding: 34px;
  background: #ffffff;
  text-align:center;
}

body.theme-ishine .ishineCta .lead{
  color: var(--muted);
  font-style: normal;
}

/* Portfolio area styling (clean grid like iShine) */
body.theme-ishine .sigEvents{display:none}

body.theme-ishine .homePortfolioGrid{
  margin-top: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.theme-ishine .homeShot{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: none;
}

body.theme-ishine .homeShot__cap{
  position: static;
  background: #ffffff;
  border-top: 1px solid rgba(0,0,0,.10);
  color: #111111;
}

body.theme-ishine .homeShot__title{
  color: #111111;
  text-shadow: none;
}

body.theme-ishine .homeShot__img,
body.theme-ishine .homeShot__video{
  filter: none;
}

body.theme-ishine .section--portfolio .center{
  margin-top: 18px;
}

/* Testimonials: cleaner */
body.theme-ishine .carousel{
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: none;
}

@media (max-width: 900px){
  body.theme-ishine .ishineSplit{grid-template-columns: 1fr;}
  body.theme-ishine .ishineCollage__tile--a{min-height: 260px;}
  body.theme-ishine .ishineTiles{grid-template-columns: 1fr;}
  body.theme-ishine .ishineTile--big{grid-row:auto; min-height: 320px;}
  body.theme-ishine .ishineCta--withImage{grid-template-columns: 1fr; text-align:center;}
  body.theme-ishine .ishineAbout{grid-template-columns: 1fr; text-align:left;}
  body.theme-ishine .ishineAbout__media{min-height: 320px;}
  body.theme-ishine .ishineServiceGrid{grid-template-columns: repeat(2, minmax(0, 1fr));}
}

@media (max-width: 520px){
  body.theme-ishine .ishineServiceGrid{grid-template-columns: 1fr;}
  body.theme-ishine .ishineFounderStrip__img--big{min-height: 420px; background-position: 50% 10%;}
  body.theme-ishine .ishineFounderStrip{margin-top: -110px; padding-bottom: 18px;}
}

@media (max-width: 520px){
  body.theme-ishine .homePortfolioGrid{grid-template-columns: 1fr}
}

@media (max-width: 520px){
  body.theme-ishine .header__logo--right img{height:48px}
  .topbar{font-size:11px}
}
