:root {
  --bg: #07080c;
  --panel: #101118;
  --panel-2: #151721;
  --text: #f7f7fa;
  --muted: #9a9eac;
  --line: rgba(255,255,255,.11);
  --violet: #9d6cff;
  --cyan: #38e7e0;
  --orange: #ff9e59;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Montserrat", "Poppins", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
section[id] { scroll-margin-top: 100px; }
::selection { background: var(--violet); color: white; }

.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed; top: 18px; left: 50%; transform: translateX(-50%); z-index: 30;
  width: min(1180px, calc(100% - 32px)); height: 66px; padding: 0 12px 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  border: 1px solid var(--line); border-radius: 20px;
  background: rgba(9,10,15,.76); backdrop-filter: blur(22px); box-shadow: 0 18px 50px rgba(0,0,0,.25);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.brand-mark {
  width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px;
  color: #08090d; font-size: 12px; letter-spacing: -.04em;
  background: linear-gradient(135deg, var(--cyan), #b7ffb3);
  box-shadow: 0 0 26px rgba(56,231,224,.22);
}
.nav-links { display: flex; gap: 32px; color: #b5b7c1; font-size: 13px; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: white; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 24px;
  border: 1px solid var(--line); border-radius: 15px; font-size: 13px; font-weight: 750; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.3); }
.button-small { min-height: 42px; padding: 0 17px; background: rgba(255,255,255,.07); border-radius: 12px; }
.button-primary { color: #08090d; border: 0; background: linear-gradient(135deg, #fff, #d8fffa); box-shadow: 0 12px 40px rgba(56,231,224,.13); }
.button-primary:hover { box-shadow: 0 15px 46px rgba(56,231,224,.22); }
.arrow { font-size: 17px; line-height: 1; }

.hero {
  position: relative; min-height: 850px; height: 100svh; padding: 132px max(7vw, 32px) 70px;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .85fr); align-items: center; gap: 7vw;
  overflow: hidden; border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 60% 25%, rgba(116,62,191,.08), transparent 35%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .25; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 82%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: 1%; top: 12%; background: rgba(115,75,255,.2); animation: drift 9s ease-in-out infinite; }
.hero-glow-two { width: 260px; height: 260px; right: 31%; bottom: 10%; background: rgba(56,231,224,.14); animation: drift 11s ease-in-out infinite reverse; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow, .section-kicker { color: #c3c6d0; font-size: 11px; font-weight: 750; letter-spacing: .2em; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 0 rgba(56,231,224,.45); animation: pulse 2s infinite; }
h1 { margin: 0; font-size: clamp(62px, 7.4vw, 122px); line-height: .91; letter-spacing: -.072em; font-weight: 760; }
.gradient-text { color: transparent; background: linear-gradient(110deg, #fafafa 4%, var(--violet) 42%, var(--cyan) 88%); -webkit-background-clip: text; background-clip: text; }
.hero-description { max-width: 620px; margin: 34px 0 0; color: #a9acb8; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.75; }
.hero-description strong { color: white; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.text-link { color: #c8cad2; font-size: 13px; font-weight: 650; padding: 12px 0; border-bottom: 1px solid var(--line); transition: color .2s ease; }
.text-link span { margin-left: 8px; color: var(--cyan); }
.text-link:hover { color: white; }
.availability { display: flex; align-items: center; gap: 14px; margin-top: 58px; color: #747887; font-size: 11px; line-height: 1.45; }
.availability p { margin: 0; }.availability strong { color: #d7d8de; font-weight: 650; }
.avatar-stack { display: flex; padding-left: 9px; }
.avatar-stack span { width: 31px; height: 31px; margin-left: -9px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--bg); color: white; font-size: 8px; font-weight: 800; background: #252735; }
.avatar-stack span:nth-child(2) { background: #533a8e; }.avatar-stack span:nth-child(3) { color: #071012; background: var(--cyan); }

.hero-visual { position: relative; z-index: 2; display: grid; place-items: center; min-height: 610px; perspective: 1200px; }
.hero-visual::before {
  content: ""; position: absolute; width: min(38vw, 510px); aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle, rgba(157,108,255,.12), rgba(9,10,15,.1) 60%, transparent 61%);
  box-shadow: inset 0 0 80px rgba(157,108,255,.08), 0 0 100px rgba(56,231,224,.05);
}
.orbit { position: absolute; width: min(44vw, 580px); aspect-ratio: 1; border-radius: 50%; border: 1px dashed rgba(255,255,255,.08); animation: rotate 28s linear infinite; }
.orbit-two { width: min(32vw, 420px); animation-direction: reverse; animation-duration: 20s; }
.phone-shell {
  position: relative; z-index: 2; width: min(280px, 56vw); aspect-ratio: 9/18.2; padding: 10px;
  border: 1px solid rgba(255,255,255,.25); border-radius: 42px; transform: rotateY(-8deg) rotateZ(3deg);
  background: linear-gradient(145deg, #30313c, #090a0f 28%, #262833 78%, #08090e); box-shadow: -32px 42px 90px rgba(0,0,0,.6), 0 0 0 7px rgba(255,255,255,.035);
  animation: phone-float 6s ease-in-out infinite;
}
.phone-top { position: absolute; z-index: 3; top: 17px; left: 50%; transform: translateX(-50%); width: 86px; height: 22px; border-radius: 20px; background: #08090c; display: flex; justify-content: flex-end; align-items: center; gap: 4px; padding-right: 8px; }
.phone-top span { width: 4px; height: 4px; border-radius: 50%; background: #242737; }.phone-top span:last-child { width: 8px; height: 8px; }
.invite-screen { height: 100%; border-radius: 34px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #32261c; background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.8), transparent 25%), linear-gradient(160deg, #faf3e7, #e9d8c2); }
.invite-screen::before, .invite-screen::after { content: ""; position: absolute; width: 150px; height: 220px; opacity: .22; background: radial-gradient(ellipse at center, #7a8556 0 12%, transparent 13%), radial-gradient(ellipse at center, #7a8556 0 8%, transparent 9%); filter: blur(.2px); }
.invite-screen::before { left: -62px; top: 30px; transform: rotate(25deg); }.invite-screen::after { right: -72px; bottom: 20px; transform: rotate(-30deg); }
.invite-kicker { margin: 0 0 21px; font-size: 7px; letter-spacing: .36em; }
.invite-monogram { font-family: Georgia, serif; font-size: 58px; line-height: 1; font-weight: 400; letter-spacing: -.1em; }
.invite-monogram span { display: inline-block; margin: 0 8px; color: #a9804f; font-size: 25px; font-style: italic; }
.invite-date { font-family: Georgia, serif; font-size: 11px; letter-spacing: .17em; }.invite-line { width: 35px; height: 1px; margin: 12px 0 16px; background: #b79a72; }
.invite-guest { font-family: Georgia, serif; font-style: italic; font-size: 10px; }.invite-button { margin-top: 14px; padding: 8px 15px; color: white; background: #45392f; font-size: 6px; letter-spacing: .18em; border-radius: 20px; }
.visual-label { position: absolute; z-index: 5; padding: 11px 14px; border: 1px solid var(--line); border-radius: 12px; color: #d7d9e2; background: rgba(15,16,23,.76); backdrop-filter: blur(14px); box-shadow: 0 12px 34px rgba(0,0,0,.3); font-size: 10px; font-weight: 650; }
.visual-label span { margin-right: 7px; color: var(--cyan); }.label-one { left: 3%; top: 25%; }.label-two { right: -2%; bottom: 24%; }
.scroll-cue { position: absolute; left: max(7vw, 32px); bottom: 28px; display: flex; align-items: center; gap: 12px; color: #555967; font-size: 8px; letter-spacing: .2em; }
.scroll-cue span { width: 34px; height: 1px; background: #555967; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.statement { padding: 145px 0; }
.section-kicker { margin: 0 0 38px; color: #777b89; }
.statement-grid { display: grid; grid-template-columns: 1.3fr .75fr; gap: 10vw; align-items: start; }
.statement h2, .section-heading h2, .invitation-copy h2, .contact-inner h2 { margin: 0; font-size: clamp(42px, 5.2vw, 77px); line-height: 1.07; letter-spacing: -.05em; }
.statement h2 span, .invitation-copy h2 span { color: var(--cyan); }
.statement-copy { padding-top: 8px; }
.statement-copy > p { margin: 0 0 22px; color: var(--muted); line-height: 1.85; font-size: 14px; }
.signature { margin-top: 38px; color: white; font-family: Georgia, serif; font-size: 23px; font-style: italic; }.signature span { margin-left: 6px; color: #686c79; font-family: inherit; font-size: 12px; }

.services-section { padding: 60px 0 145px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 62px; }
.section-heading > p { max-width: 360px; margin: 0 0 6px; color: var(--muted); line-height: 1.8; font-size: 13px; }
.services-grid { display: grid; grid-template-columns: 1.08fr .96fr .96fr; gap: 16px; }
.service-card { position: relative; min-height: 470px; padding: 27px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.018)); transition: transform .3s ease, border-color .3s ease; }
.service-card::before { content: ""; position: absolute; width: 210px; height: 210px; right: -90px; top: -90px; border-radius: 50%; filter: blur(25px); opacity: .22; transition: opacity .3s ease; }
.service-card.violet::before { background: var(--violet); }.service-card.cyan::before { background: var(--cyan); }.service-card.orange::before { background: var(--orange); }
.service-card:hover { transform: translateY(-8px); border-color: rgba(255,255,255,.22); }.service-card:hover::before { opacity: .38; }
.service-top { display: flex; justify-content: space-between; align-items: center; }
.service-number { color: #707481; font-size: 11px; font-weight: 750; }.service-label { padding: 7px 10px; border: 1px solid var(--line); border-radius: 20px; color: #a6a9b4; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.service-icon { width: 56px; height: 56px; margin-top: 58px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.04); font-size: 20px; }
.violet .service-icon { color: var(--violet); }.cyan .service-icon { color: var(--cyan); }.orange .service-icon { color: var(--orange); }
.service-card h3 { margin: 27px 0 13px; font-size: 25px; letter-spacing: -.03em; }.service-card > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.service-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }.service-tags span { padding: 6px 8px; color: #797d8b; background: rgba(255,255,255,.04); border-radius: 6px; font-size: 8px; }
.card-link { margin-top: auto; padding-top: 28px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); font-size: 11px; font-weight: 650; }.card-link .arrow { color: var(--cyan); transition: transform .2s ease; }.card-link:hover .arrow { transform: translate(3px,-3px); }

.invitation-section { padding: 145px 0; overflow: hidden; border-block: 1px solid var(--line); background: linear-gradient(145deg, #10111a, #0a0b10 70%); }
.invitation-inner { display: grid; grid-template-columns: .88fr 1.12fr; gap: 8vw; align-items: center; }
.invitation-copy .section-kicker { color: var(--violet); }.invitation-copy h2 { font-size: clamp(44px, 5.2vw, 74px); }.invitation-copy .lead { margin: 28px 0 36px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.invitation-actions { display: flex; align-items: center; gap: 25px; }
.feature-list { margin-bottom: 34px; }.feature-list > div { padding: 17px 0; display: grid; grid-template-columns: 35px 1fr; border-top: 1px solid var(--line); }.feature-list > div:last-child { border-bottom: 1px solid var(--line); }
.feature-list span { padding-top: 2px; color: #5f6370; font-size: 9px; }.feature-list p { margin: 0; color: #737784; font-size: 10px; line-height: 1.6; }.feature-list strong { display: block; margin-bottom: 3px; color: white; font-size: 12px; }
.showcase-board { position: relative; min-height: 610px; perspective: 1000px; }
.showcase-board::before { content: ""; position: absolute; inset: 15% 5%; border-radius: 50%; background: rgba(157,108,255,.2); filter: blur(80px); }
.showcase-card { position: absolute; width: 250px; aspect-ratio: 9/15; padding: 31px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 22px; box-shadow: 0 30px 80px rgba(0,0,0,.45); transition: transform .35s ease; }
.showcase-card p { position: absolute; top: 20px; margin: 0; font-size: 7px; letter-spacing: .25em; }.showcase-card strong { font-family: Georgia, serif; font-size: 45px; font-weight: 400; }.showcase-card strong i { color: #b89061; font-size: 21px; }.showcase-card > span { margin-top: 16px; font-size: 8px; letter-spacing: .12em; }
.showcase-card.classic { z-index: 2; left: 3%; top: 19%; color: #3e3127; background: linear-gradient(145deg, #faf3e7, #d9c4aa); transform: rotate(-9deg); }
.showcase-card.modern { z-index: 3; left: 31%; top: 5%; color: white; background: linear-gradient(155deg, #22223b, #101016); transform: translateZ(25px); }.modern strong span { color: var(--cyan); }
.showcase-card.vibrant { z-index: 2; right: 0; top: 22%; color: #251b38; background: linear-gradient(145deg, #ffd576, #ec8ed2 48%, #8aa9ff); transform: rotate(10deg); }
.showcase-card:hover { transform: translateY(-12px) rotate(0); z-index: 5; }
.showcase-badge { position: absolute; z-index: 6; right: 2%; bottom: 3%; width: 105px; height: 105px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: white; background: rgba(9,10,15,.7); backdrop-filter: blur(10px); font-size: 14px; font-weight: 800; transform: rotate(-9deg); }.showcase-badge span { color: var(--cyan); font-size: 6px; letter-spacing: .12em; }

.process-section { padding: 145px 0; }.section-heading.compact { margin-bottom: 80px; }.process-line { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }.process-line::before { content: ""; position: absolute; left: 0; right: 0; top: 38px; height: 1px; background: linear-gradient(90deg, var(--violet), var(--cyan), var(--orange)); opacity: .4; }
.process-line article { position: relative; }.process-line article > span { color: #5d606c; font-size: 9px; }.process-dot { position: relative; z-index: 1; width: 11px; height: 11px; margin: 25px 0 32px; border: 3px solid var(--bg); border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 1px var(--cyan), 0 0 20px rgba(56,231,224,.35); }
.process-line h3 { margin: 0 0 10px; font-size: 17px; }.process-line p { max-width: 210px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }

.contact-section { position: relative; padding: 145px 0; overflow: hidden; border-top: 1px solid var(--line); background: #0d0e14; text-align: center; }
.contact-orb { position: absolute; left: 50%; top: 40%; width: 680px; height: 420px; transform: translate(-50%,-50%); border-radius: 50%; background: linear-gradient(90deg, rgba(157,108,255,.18), rgba(56,231,224,.13)); filter: blur(90px); }
.contact-inner { position: relative; z-index: 1; }.contact-inner h2 { font-size: clamp(60px, 8vw, 116px); line-height: .95; }.contact-inner h2 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.5); }.contact-inner > p:not(.section-kicker) { max-width: 550px; margin: 28px auto 42px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.contact-options { max-width: 760px; margin: 0 auto; display: grid; gap: 9px; }.contact-card { min-height: 73px; padding: 12px 15px; display: grid; grid-template-columns: 43px 1fr auto; align-items: center; gap: 13px; text-align: left; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.035); }.primary-contact { border-color: rgba(56,231,224,.22); background: rgba(56,231,224,.045); }
.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--cyan); background: rgba(56,231,224,.08); }.contact-card small { display: block; margin-bottom: 5px; color: #6d7180; font-size: 7px; letter-spacing: .18em; }.contact-card strong { font-size: 13px; font-weight: 600; }.pending-badge, .active-badge { padding: 7px 10px; border-radius: 20px; font-size: 8px; }.pending-badge { color: #8a8d98; background: rgba(255,255,255,.05); }.active-badge { color: #071012; background: var(--cyan); font-weight: 800; }.primary-contact { transition: transform .25s ease, border-color .25s ease, background .25s ease; }.primary-contact:hover { transform: translateY(-3px); border-color: rgba(56,231,224,.5); background: rgba(56,231,224,.08); }
.site-footer { width: min(1180px, calc(100% - 48px)); min-height: 112px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #616571; font-size: 9px; }.site-footer .brand { color: white; }.site-footer .brand-mark { width: 28px; height: 28px; font-size: 9px; }

.portfolio-page { min-height: 100vh; background: #07080c; }
.portfolio-header { position: absolute; }
.portfolio-hero { position: relative; min-height: 820px; padding: 170px max(7vw, 32px) 85px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 32%, rgba(157,108,255,.18), transparent 28%), radial-gradient(circle at 60% 72%, rgba(56,231,224,.09), transparent 30%); }
.portfolio-hero::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.portfolio-glow { position: absolute; right: 8%; top: 20%; width: 420px; height: 420px; border-radius: 50%; background: rgba(157,108,255,.14); filter: blur(90px); animation: drift 9s ease-in-out infinite; }
.portfolio-hero > *:not(.portfolio-glow) { position: relative; z-index: 1; }.portfolio-hero h1 { max-width: 1180px; font-size: clamp(58px, 7.2vw, 112px); }
.portfolio-intro { max-width: 1050px; margin-top: 42px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }.portfolio-intro p { max-width: 550px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.portfolio-count { position: absolute !important; right: max(7vw, 32px); bottom: 42px; display: flex; align-items: center; gap: 14px; }.portfolio-count strong { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.36); font-size: 52px; line-height: 1; }.portfolio-count span { color: #727684; font-size: 8px; line-height: 1.45; letter-spacing: .15em; }
.portfolio-grid-section { padding: 135px 0; }.portfolio-section-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 70px; }.portfolio-section-head h2 { margin: 0; font-size: clamp(48px, 5.4vw, 78px); line-height: 1.02; letter-spacing: -.055em; }.portfolio-section-head > p { max-width: 370px; margin: 0 0 5px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }.portfolio-item { min-height: 540px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); transition: transform .3s ease, border-color .3s ease; }.portfolio-item:hover { transform: translateY(-7px); border-color: rgba(255,255,255,.22); }
.portfolio-preview { position: relative; min-height: 540px; padding: 32px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; }.portfolio-preview::before, .portfolio-preview::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); opacity: .34; }.portfolio-preview-label { position: absolute; top: 31px; font-size: 7px; letter-spacing: .28em; }.portfolio-preview strong { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 54px; font-weight: 400; letter-spacing: -.08em; }.portfolio-preview-date { margin-top: 14px; font-family: Georgia, serif; font-size: 9px; letter-spacing: .18em; }.portfolio-preview-button { position: absolute; bottom: 31px; padding: 9px 14px; border: 1px solid currentColor; border-radius: 30px; font-size: 6px; letter-spacing: .16em; }
.portfolio-preview.classic { color: #3e3025; background: linear-gradient(145deg, #fff8ec, #dfc5a7); }.portfolio-preview.classic::before { width: 170px; height: 260px; left: -100px; top: -70px; background: #83906b; }.portfolio-preview.classic::after { width: 140px; height: 220px; right: -90px; bottom: -70px; background: #be9671; }.portfolio-preview.midnight { color: #f6f3ff; background: radial-gradient(circle at 20% 15%, #3e326d, transparent 38%), linear-gradient(145deg, #161528, #09090f); }.portfolio-preview.midnight strong { font-family: Arial, sans-serif; font-weight: 800; }.portfolio-preview.midnight::after { width: 190px; height: 190px; right: -80px; bottom: 20px; background: #38e7e0; opacity: .18; filter: blur(45px); }
.portfolio-preview.jawa { color: #fff8eb; background: linear-gradient(rgba(47,25,18,.2), rgba(47,25,18,.68)), url('/demo-undangan-jawa/assets/img/hero-jawa.png') center / cover; }.portfolio-preview.jawa::before { inset: 18px; border: 1px solid rgba(255,248,235,.4); border-radius: 120px 120px 16px 16px; filter: none; background: transparent; opacity: 1; }.portfolio-preview.jawa::after { width: 180px; height: 180px; right: -80px; bottom: -90px; background: #d79c4c; opacity: .22; }.portfolio-preview.jawa strong { text-shadow: 0 3px 24px rgba(0,0,0,.42); }
.portfolio-preview.sunda { color: #fffdf2; background: linear-gradient(rgba(10,55,44,.2), rgba(8,48,38,.76)), url('/demo-undangan-sunda/assets/img/hero-sunda.png') 34% center / cover; }.portfolio-preview.sunda::before { inset: 18px; border: 1px solid rgba(255,246,215,.45); border-radius: 50% 50% 16px 16px; filter: none; background: transparent; opacity: 1; }.portfolio-preview.sunda::after { width: 190px; height: 190px; right: -85px; bottom: -90px; background: #d5ad5f; opacity: .28; }.portfolio-preview.sunda strong { text-shadow: 0 3px 24px rgba(0,0,0,.44); }
.portfolio-preview.blue { color: #f4f9ff; background: linear-gradient(rgba(11,38,65,.12), rgba(11,38,65,.74)), url('/demo-undangan-blue-serenity/assets/images/hero-blue-serenity.png') center 28% / cover; }.portfolio-preview.blue::before { inset: 18px; border: 1px solid rgba(230,244,255,.5); border-radius: 120px 120px 18px 18px; filter: none; background: transparent; opacity: 1; }.portfolio-preview.blue::after { width: 210px; height: 210px; right: -85px; bottom: -95px; background: #b9dcf5; opacity: .25; }.portfolio-preview.blue strong { text-shadow: 0 4px 26px rgba(5,27,48,.48); }
.portfolio-preview.vibrant { color: #2a183d; background: linear-gradient(155deg, #ffd778, #ee8ecb 48%, #819fff); }.portfolio-preview.vibrant::before { width: 180px; height: 180px; left: -75px; bottom: -35px; background: #ff6046; }.portfolio-preview.vibrant::after { width: 150px; height: 150px; right: -60px; top: -35px; background: #5fe2d6; }.portfolio-preview.sage { color: #2e3a31; background: linear-gradient(150deg, #f5f3e8, #bcc9b8); }.portfolio-preview.sage strong { font-size: 48px; }.portfolio-preview.sage::before { width: 220px; height: 320px; left: -160px; top: 10px; background: #5f7a63; opacity: .25; }.portfolio-preview.sage::after { width: 180px; height: 280px; right: -130px; bottom: 0; background: #6b8068; opacity: .2; }
.portfolio-preview.royal { color: #f4d89a; background: radial-gradient(circle at 50% 40%, #5a301d, #1d1010 65%); }.portfolio-preview.royal::before { inset: 20px; border: 1px solid rgba(244,216,154,.35); border-radius: 120px 120px 16px 16px; filter: none; background: transparent; opacity: 1; }.portfolio-preview.royal strong { z-index: 1; }.portfolio-preview.royal::after { width: 180px; height: 180px; right: -100px; bottom: -80px; background: #c8873f; opacity: .22; }.portfolio-preview.mono { color: #111; background: linear-gradient(140deg, #fff, #c7c7c7); }.portfolio-preview.mono strong { font-family: Arial, sans-serif; font-weight: 900; font-size: 58px; }.portfolio-preview.mono::before { width: 220px; height: 220px; right: -100px; top: -95px; background: #111; opacity: .12; }.portfolio-preview.mono::after { width: 140px; height: 140px; left: -70px; bottom: -60px; background: #111; opacity: .1; }
.portfolio-meta { padding: 35px 31px; display: flex; flex-direction: column; }.portfolio-meta-top { display: flex; align-items: center; justify-content: space-between; }.portfolio-meta-top > span { color: #626674; font-size: 9px; }.portfolio-meta-top small { padding: 7px 9px; border: 1px solid var(--line); border-radius: 20px; color: #9498a5; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }.portfolio-meta h3 { margin: auto 0 14px; font-size: 29px; letter-spacing: -.035em; }.portfolio-meta > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }.portfolio-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }.portfolio-tags span { padding: 6px 8px; border-radius: 6px; color: #777b88; background: rgba(255,255,255,.04); font-size: 7px; }.portfolio-meta > a { margin-top: 27px; padding-top: 19px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 10px; font-weight: 700; }.portfolio-meta > a span { color: var(--cyan); }
.portfolio-actions { margin-top: 27px; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); font-size: 9px; font-weight: 700; }.portfolio-actions a { flex: 1; padding: 11px 12px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 10px; }.portfolio-actions a:last-child { color: #08090d; border-color: transparent; background: var(--cyan); }.portfolio-actions .demo-link { color: white; background: rgba(255,255,255,.06); }.demo-pending { color: #5f6370; }
.portfolio-cta { position: relative; padding: 150px 0; overflow: hidden; text-align: center; border-top: 1px solid var(--line); background: #0d0e14; }.portfolio-cta-glow { position: absolute; inset: 25% 20%; background: linear-gradient(90deg, rgba(157,108,255,.2), rgba(56,231,224,.12)); filter: blur(100px); }.portfolio-cta .section-shell { position: relative; z-index: 1; }.portfolio-cta h2 { margin: 0; font-size: clamp(56px, 7vw, 100px); line-height: .98; letter-spacing: -.055em; }.portfolio-cta h2 span { color: var(--cyan); }.portfolio-cta p:not(.section-kicker) { max-width: 580px; margin: 28px auto 38px; color: var(--muted); font-size: 13px; line-height: 1.8; }.portfolio-footer { border-top: 0; }

.reveal { opacity: 0; animation: reveal .8s cubic-bezier(.2,.75,.25,1) forwards; }.reveal-one { animation-delay: .08s; }.reveal-two { animation-delay: .18s; }.reveal-three { animation-delay: .32s; }.reveal-four { animation-delay: .46s; }
@keyframes reveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes phone-float { 0%,100% { transform: rotateY(-8deg) rotateZ(3deg) translateY(0); } 50% { transform: rotateY(-5deg) rotateZ(1deg) translateY(-14px); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes drift { 50% { transform: translate(25px,-20px) scale(1.08); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(56,231,224,0); } 100% { box-shadow: 0 0 0 0 rgba(56,231,224,0); } }

@media (max-width: 980px) {
  .hero { min-height: auto; height: auto; padding-top: 150px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }.hero-visual { min-height: 600px; }.hero-visual::before { width: 490px; }.orbit { width: 540px; }.orbit-two { width: 410px; }
  .statement-grid, .invitation-inner { grid-template-columns: 1fr; gap: 70px; }.statement-copy { max-width: 650px; }
  .services-grid { grid-template-columns: 1fr 1fr; }.service-card:first-child { grid-column: span 2; min-height: 400px; }
  .showcase-board { width: min(650px, 100%); margin: 0 auto; }.site-footer { flex-wrap: wrap; padding: 30px 0; }
  .portfolio-item { grid-template-columns: .8fr 1.2fr; }.portfolio-section-head { align-items: start; flex-direction: column; gap: 25px; }
}

@media (max-width: 680px) {
  .site-header { top: 10px; height: 60px; width: calc(100% - 20px); padding-left: 14px; }.nav-links { display: none; }.brand { font-size: 10px; }.button-small { min-height: 38px; padding: 0 13px; font-size: 10px; }
  .hero { padding: 125px 22px 60px; gap: 35px; }.hero-description { margin-top: 25px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 13px; max-width: 320px; }.text-link { text-align: center; }.availability { margin-top: 38px; }
  .hero-visual { min-height: 520px; }.hero-visual::before { width: 390px; }.orbit { width: 430px; }.orbit-two { width: 330px; }.phone-shell { width: 230px; }.label-one { left: -1%; top: 19%; }.label-two { right: -2%; bottom: 17%; }.scroll-cue { display: none; }
  .section-shell { width: min(100% - 36px, 1180px); }.statement, .invitation-section, .process-section, .contact-section { padding: 95px 0; }.services-section { padding: 20px 0 95px; }
  .statement-grid { gap: 42px; }.statement h2, .section-heading h2, .invitation-copy h2 { font-size: 42px; }.section-heading { align-items: start; flex-direction: column; gap: 25px; margin-bottom: 42px; }
  .services-grid { grid-template-columns: 1fr; }.service-card:first-child { grid-column: auto; }.service-card { min-height: 430px; }
  .invitation-actions { align-items: stretch; flex-direction: column; gap: 12px; max-width: 310px; }.invitation-actions .text-link { text-align: center; }
  .showcase-board { min-height: 455px; transform: scale(.82); transform-origin: top left; width: 122%; margin-bottom: -80px; }.showcase-card { width: 205px; }.showcase-card.classic { left: 0; }.showcase-card.modern { left: 23%; }.showcase-card.vibrant { right: -1%; }
  .process-line { grid-template-columns: 1fr 1fr; row-gap: 55px; }.process-line::before { display: none; }.process-dot { margin-bottom: 18px; }.contact-inner h2 { font-size: 58px; }.contact-card { grid-template-columns: 40px 1fr; }.pending-badge, .active-badge { grid-column: 2; width: fit-content; }.site-footer { align-items: flex-start; flex-direction: column; }
  .portfolio-hero { min-height: 760px; padding: 145px 22px 90px; }.portfolio-hero h1 { font-size: 54px; }.portfolio-intro { align-items: stretch; flex-direction: column; }.portfolio-count { right: 22px; bottom: 28px; }.portfolio-count strong { font-size: 42px; }.portfolio-grid-section { padding: 95px 0; }.portfolio-section-head h2 { font-size: 46px; }.portfolio-grid { grid-template-columns: 1fr; }.portfolio-item { grid-template-columns: 1fr; }.portfolio-preview { min-height: 430px; }.portfolio-meta { min-height: 350px; }.portfolio-cta { padding: 105px 0; }.portfolio-cta h2 { font-size: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
