@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap");

:root{
  --bg1:#ffd7eb;
  --bg2:#ffeaf5;
  --ink:#231824;
  --muted:#6a4a63;

  --pink:#ff4fb8;
  --pink2:#ff86d6;
  --pink3:#ffc1e9;

  --panel: rgba(255,255,255,.72);
  --panel2: rgba(255,255,255,.86);
  --stroke: rgba(255,255,255,.75);
  --shadow: 0 24px 80px rgba(120,40,85,.20);
  --shadow2: 0 14px 34px rgba(120,40,85,.12);

  --rXL: 32px;
  --rLG: 24px;
  --rMD: 16px;

  --max: 1160px;
  --ease: cubic-bezier(.2,.9,.2,1);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--ink);
  background: linear-gradient(180deg, var(--bg1), var(--bg2));
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
::selection{ background: rgba(255,79,184,.25); }

@media (prefers-reduced-motion: reduce){
  *{ transition:none !important; animation:none !important; }
}

.bg{
  position:fixed; inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 550px at 12% 10%, rgba(255,255,255,.55), transparent 60%),
    radial-gradient(900px 550px at 88% 18%, rgba(255,255,255,.35), transparent 62%),
    radial-gradient(700px 420px at 60% 85%, rgba(255,79,184,.10), transparent 60%);
  filter: saturate(1.05);
}

.wrap{
  width:min(var(--max), calc(100% - 40px));
  margin:0 auto;
  padding: 90px 0 30px;
  position:relative;
}

/* Topbar */
.topbar{
  position:fixed;
  left:0; right:0; top:18px;
  z-index:50;
  width:min(var(--max), calc(100% - 40px));
  margin:0 auto;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  border: 2px solid var(--stroke);
  box-shadow: var(--shadow2);
  backdrop-filter: blur(12px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  padding: 6px 8px;
  border-radius: 999px;
}
.brandDot{
  width:44px; height:44px;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 30%, var(--pink), var(--pink2) 55%, #d9c2ff 120%);
  border: 2px solid rgba(255,255,255,.85);
  box-shadow: 0 18px 30px rgba(255,79,184,.18);
}
.brandText strong{
  display:block;
  font-family: "Fraunces", serif;
  font-size: 16px;
  letter-spacing:-.01em;
}
.brandText em{
  display:block;
  font-style:normal;
  color: var(--muted);
  font-weight: 800;
  font-size: 12px;
  margin-top:2px;
}

.toplinks{
  display:flex;
  align-items:center;
  gap:8px;
}
.toplink{
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  color: rgba(35,24,36,.85);
  border: 2px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.42);
}
.toplink[aria-current="page"]{
  background: linear-gradient(135deg, rgba(255,79,184,.22), rgba(255,193,233,.58));
  border-color: rgba(255,255,255,.85);
}

.menuBtn{
  border:0;
  background: rgba(255,255,255,.42);
  border: 2px solid rgba(255,255,255,.55);
  padding: 10px 12px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
}
.menuIcon{
  width:18px; height:18px;
  display:inline-block;
  background:
    linear-gradient(var(--ink), var(--ink)) 0 3px/100% 2px no-repeat,
    linear-gradient(var(--ink), var(--ink)) 0 8px/100% 2px no-repeat,
    linear-gradient(var(--ink), var(--ink)) 0 13px/100% 2px no-repeat;
  opacity:.75;
}
.menuText{
  font-weight: 900;
  font-size: 13px;
}

@media (max-width: 780px){
  .toplinks{ display:none; }
}

/* Menu overlay */
.menu{
  position:fixed; inset:0;
  z-index:80;
  background: rgba(255, 238, 248, .72);
  backdrop-filter: blur(14px);
  display:none;
}
.menu.open{ display:block; }

.menuInner{
  width:min(var(--max), calc(100% - 40px));
  margin: 90px auto 0;
  border-radius: var(--rXL);
  background: rgba(255,255,255,.72);
  border: 2px solid rgba(255,255,255,.82);
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
}
.menuClose{
  position:absolute;
  top:14px; right:14px;
  border:0;
  background: rgba(255,255,255,.70);
  border: 2px solid rgba(255,255,255,.75);
  padding: 10px 14px;
  border-radius: 999px;
  cursor:pointer;
  font-weight: 900;
}

.menuCols{
  display:grid;
  grid-template-columns: 140px 1fr;
  min-height: 380px;
}
.menuLeft{
  border-right: 2px solid rgba(255,255,255,.70);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 20px 0;
  background: linear-gradient(180deg, rgba(255,79,184,.08), rgba(217,194,255,.08));
}
.verticalWord{
  display:flex;
  flex-direction:column;
  gap:2px;
  font-family:"Fraunces", serif;
  font-size: 22px;
  color: rgba(35,24,36,.75);
}
.menuRight{
  padding: 46px 24px 26px;
  display:flex;
  flex-direction:column;
  gap: 14px;
}
.menuLink{
  font-family:"Fraunces", serif;
  font-size: 44px;
  letter-spacing:-.02em;
  line-height:1.02;
  padding: 6px 0;
}
.menuMeta{ margin-top: 12px; display:grid; gap:10px; }
.pill{
  display:inline-block;
  width: fit-content;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 2px solid rgba(255,255,255,.80);
  font-weight: 900;
}
.fineprint{
  color: rgba(35,24,36,.70);
  font-weight: 700;
  max-width: 58ch;
}

@media (max-width: 780px){
  .menuCols{ grid-template-columns: 1fr; }
  .menuLeft{ display:none; }
  .menuLink{ font-size: 38px; }
}

/* Sections */
.section{ padding: 28px 0; }
.sectionHead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom: 14px;
}
.sectionHead h1, .sectionHead h2{
  margin:0;
  font-family:"Fraunces", serif;
  letter-spacing:-.02em;
}
.pageTitle{ font-size: 44px; }
.sectionHead h2{ font-size: 30px; }
.sectionHead p{
  margin:0;
  color: rgba(35,24,36,.70);
  font-weight: 800;
  font-size: 13px;
  text-align:right;
  max-width: 60ch;
}
@media (max-width: 740px){
  .sectionHead{ flex-direction:column; align-items:flex-start; }
  .sectionHead p{ text-align:left; }
}

.panel{
  border-radius: var(--rXL);
  background: var(--panel);
  border: 2px solid rgba(255,255,255,.82);
  box-shadow: var(--shadow2);
  overflow:hidden;
}

/* Hero */
.hero{ padding: 16px 0 10px; }
.heroGrid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items:start;
}
.heroTitle{
  margin: 0 0 12px;
  font-family:"Fraunces", serif;
  font-size: clamp(44px, 5vw, 72px);
  letter-spacing:-.03em;
  line-height: .98;
}
.accent{
  color: var(--pink);
  text-shadow: 0 12px 30px rgba(255,79,184,.18);
}
.heroSub{
  margin: 0 0 14px;
  color: rgba(35,24,36,.78);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.6;
  max-width: 62ch;
}
.badges{ display:flex; flex-wrap:wrap; gap:8px; }
.badge{
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  border: 2px solid rgba(255,255,255,.70);
  font-weight: 900;
  font-size: 13px;
  color: rgba(35,24,36,.80);
}

.heroCard{
  border-radius: var(--rXL);
  background: rgba(255,255,255,.58);
  border: 2px solid rgba(255,255,255,.78);
  box-shadow: var(--shadow2);
  overflow:hidden;
}
.heroCardInner{ padding: 14px; }
.heroPhoto{
  border-radius: 22px;
  overflow:hidden;
  border: 2px solid rgba(255,255,255,.86);
  background: rgba(255,255,255,.75);
}
.heroPhoto img{ width:100%; height: 360px; object-fit: cover; }
.heroCardFooter{
  padding: 12px 6px 2px;
  display:grid;
  gap:6px;
}
.heroCardLabel{
  font-weight: 900;
  font-size: 12px;
  color: rgba(35,24,36,.62);
}
.heroCardText{
  font-weight: 800;
  color: rgba(35,24,36,.82);
}

.scrollCue{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top: 18px;
  color: rgba(35,24,36,.72);
  font-weight: 900;
  width: fit-content;
}
.scrollCue i{
  width: 36px; height: 1px;
  background: rgba(35,24,36,.45);
  position:relative;
}
.scrollCue i:after{
  content:"";
  position:absolute;
  right:0;
  width: 10px; height: 10px;
  border-right: 2px solid rgba(35,24,36,.55);
  border-bottom: 2px solid rgba(35,24,36,.55);
  transform: rotate(-45deg);
  top: -5px;
}

@media (max-width: 980px){
  .heroGrid{ grid-template-columns: 1fr; }
  .heroPhoto img{ height: 320px; }
}

/* Cards */
.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.card{
  border-radius: var(--rLG);
  background: rgba(255,255,255,.62);
  border: 2px solid rgba(255,255,255,.78);
  box-shadow: 0 16px 34px rgba(120,40,85,.10);
  padding: 16px;
  position:relative;
  overflow:hidden;
  transition: transform .18s var(--ease);
}
.card:hover{ transform: translateY(-4px); }
.cardTop{ display:flex; justify-content:space-between; align-items:center; margin-bottom: 10px; }
.cardTag{
  font-weight: 900;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 2px solid rgba(255,255,255,.82);
}
.cardYear{ color: rgba(35,24,36,.55); font-weight: 900; font-size: 12px; }
.card h3{
  margin: 0 0 6px;
  font-family:"Fraunces", serif;
  letter-spacing:-.02em;
  font-size: 22px;
}
.card p{
  margin:0;
  color: rgba(35,24,36,.72);
  font-weight: 650;
  line-height: 1.5;
}
.cardArrow{
  position:absolute;
  right: 14px;
  bottom: 12px;
  font-weight: 900;
  color: rgba(35,24,36,.55);
}
@media (max-width: 980px){
  .cards{ grid-template-columns: 1fr; }
}

/* About panel */
.aboutGrid{
  padding: 18px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.aboutLeft{
  border-radius: var(--rLG);
  background: rgba(255,255,255,.62);
  border: 2px solid rgba(255,255,255,.78);
  padding: 16px;
}
.aboutName{
  margin:0 0 6px;
  font-family:"Fraunces", serif;
  font-size: 22px;
  letter-spacing:-.02em;
}
.aboutRole{
  margin:0 0 10px;
  color: rgba(35,24,36,.62);
  font-weight: 900;
  font-size: 13px;
}
.aboutText{
  margin:0;
  color: rgba(35,24,36,.78);
  font-weight: 650;
  line-height: 1.6;
}
.aboutRight{
  border-radius: var(--rLG);
  background: rgba(255,255,255,.62);
  border: 2px solid rgba(255,255,255,.78);
  padding: 16px;
  display:grid;
  gap: 12px;
}
.miniStats{
  display:grid;
  grid-template-columns: 1fr;
  gap:10px;
}
.miniStat{
  border-radius: 18px;
  padding: 12px;
  background: rgba(255,255,255,.70);
  border: 2px solid rgba(255,255,255,.82);
}
.miniStat small{
  display:block;
  color: rgba(35,24,36,.58);
  font-weight: 900;
  font-size: 12px;
}
.miniStat strong{
  display:block;
  margin-top: 4px;
  font-weight: 900;
}
.toolRow{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.tool{
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 2px solid rgba(255,255,255,.82);
  font-weight: 900;
  font-size: 13px;
  color: rgba(35,24,36,.80);
}
@media (max-width: 980px){
  .aboutGrid{ grid-template-columns: 1fr; }
}

/* Work cases */
.caseList{ padding: 18px; display:grid; gap: 12px; }
.case{
  border-radius: var(--rLG);
  background: rgba(255,255,255,.62);
  border: 2px solid rgba(255,255,255,.78);
  padding: 16px;
}
.caseHead{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.caseHead h2{
  margin:0 0 4px;
  font-family:"Fraunces", serif;
  letter-spacing:-.02em;
}
.caseSub{
  margin:0;
  color: rgba(35,24,36,.70);
  font-weight: 650;
}
.caseMeta{ display:flex; flex-wrap:wrap; gap:8px; justify-content:flex-end; }
.chipLite{
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 2px solid rgba(255,255,255,.82);
  font-weight: 900;
  font-size: 12px;
}
.caseGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.caseCol h3{
  margin: 10px 0 6px;
  font-size: 13px;
  letter-spacing:.02em;
  text-transform: uppercase;
  color: rgba(35,24,36,.62);
}
.caseCol p, .caseCol ul{
  margin:0;
  color: rgba(35,24,36,.78);
  font-weight: 650;
  line-height: 1.55;
}
.caseCol ul{ padding-left: 18px; margin-top: 6px; }
.deliverables{
  display:flex; flex-wrap:wrap; gap:8px; margin-top: 8px;
}
.deliverables span{
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 2px solid rgba(255,255,255,.82);
  font-weight: 900;
  font-size: 12px;
}
.caseNote{
  margin-top: 12px;
  border-radius: 18px;
  padding: 12px;
  background: linear-gradient(135deg, rgba(255,79,184,.12), rgba(255,193,233,.40));
  border: 2px solid rgba(255,255,255,.82);
}
@media (max-width: 980px){
  .caseGrid{ grid-template-columns: 1fr; }
  .caseMeta{ justify-content:flex-start; }
}

/* Contact */
.contactGrid{
  padding: 18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.contactPill{
  border-radius: var(--rLG);
  background: rgba(255,255,255,.62);
  border: 2px solid rgba(255,255,255,.78);
  box-shadow: 0 16px 34px rgba(120,40,85,.10);
  padding: 16px;
  display:grid;
  gap: 8px;
  transition: transform .18s var(--ease);
}
.contactPill:hover{ transform: translateY(-4px); }
.contactPill small{
  color: rgba(35,24,36,.58);
  font-weight: 900;
  font-size: 12px;
}
.contactPill strong{
  font-weight: 900;
  font-size: 14px;
}
.contactPill .hint{
  color: rgba(35,24,36,.62);
  font-weight: 800;
  font-size: 12px;
}
@media (max-width: 980px){
  .contactGrid{ grid-template-columns: 1fr; }
}

/* Footer */
.footer{
  padding: 26px 0 40px;
  color: rgba(35,24,36,.62);
  font-weight: 900;
  font-size: 12px;
}
.footerInner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 10px;
  flex-wrap:wrap;
}
.footerMini{ opacity:.9; }
/* Mouse-follow light */
#mouseLight{
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;            /* keep it above background */
  opacity: .75;
  background: radial-gradient(
    420px circle at var(--mx, 50%) var(--my, 50%),
    rgba(255, 79, 184, 0.22),
    rgba(255, 255, 255, 0.10) 35%,
    rgba(255, 255, 255, 0.0) 70%
  );
}

/* Ensure your content stays above the light */
.topbar, .wrap, .menu { position: relative; z-index: 3; }
