:root {
  color-scheme: light;
  --lavender: #b9a7f6;
  --blush: #efc4d4;
  --sky: #c7dcf8;
  --mint: #cdebdc;
  --cream: #fffaf3;
  --ink: #2a164b;
  --rust: #b33a2b;
  --charcoal: #2e2a39;
  --plum: #38205d;
  --violet: #6e56a4;
  --line: rgba(92, 75, 135, 0.16);
  --panel: rgba(255, 255, 255, 0.78);
  --panel-strong: rgba(255, 255, 255, 0.94);
  --shadow: 0 24px 70px rgba(92, 75, 135, 0.16);
  --soft-shadow: 0 14px 36px rgba(92, 75, 135, 0.1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--charcoal);
  background: #fbf8fd;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 4%, rgba(239, 196, 212, 0.5), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(199, 220, 248, 0.66), transparent 31%),
    linear-gradient(135deg, #fffaf3 0%, #f8f2fb 34%, #fff8fb 66%, #eff7fb 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  position: relative;
  overflow-x: clip;
  min-height: 100vh;
  padding: 22px;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  pointer-events: none;
}

.site-shell::before {
  width: 440px;
  height: 440px;
  top: -230px;
  left: -180px;
  box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.16), 0 0 44px rgba(185, 167, 246, 0.22);
}

.site-shell::after {
  width: 560px;
  height: 560px;
  right: -260px;
  bottom: 6%;
  box-shadow: 0 0 0 36px rgba(255, 255, 255, 0.14), 0 0 56px rgba(199, 220, 248, 0.28);
}

.site-header,
.hero,
.page-hero,
.case-hero,
.section,
.site-footer {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.site-footer nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid rgba(42, 22, 75, 0.18);
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--ink), var(--plum));
  color: #fffaf3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(42, 22, 75, 0.18);
}

.brand-mark-img {
  width: 92px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: contain;
  background: transparent;
  padding: 0;
  filter:
    drop-shadow(0 2px 0 rgba(255, 250, 243, 0.82))
    drop-shadow(0 10px 22px rgba(56, 32, 93, 0.18));
}

.brand span {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand strong {
  color: var(--plum);
  font-size: 0.95rem;
  white-space: nowrap;
}

.brand small {
  color: rgba(56, 32, 93, 0.66);
  font-size: 0.75rem;
  white-space: nowrap;
}

.nav-links {
  justify-content: center;
  gap: 4px;
}

.nav-links a,
.site-footer a {
  border-radius: 999px;
  color: rgba(46, 42, 57, 0.72);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.nav-links a {
  padding: 10px 12px;
}

.nav-links a:hover,
.site-footer a:hover {
  background: rgba(185, 167, 246, 0.18);
  color: var(--violet);
}

.nav-cta,
.button,
.inquiry-form button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(92, 75, 135, 0.18);
  border-radius: 999px;
  background: var(--violet);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(92, 75, 135, 0.18);
}

.text-link {
  width: fit-content;
  min-height: 38px;
  margin-top: 18px;
  padding: 0 16px;
  background: rgba(185, 167, 246, 0.18);
  color: var(--violet);
  box-shadow: none;
  font-size: 0.84rem;
}

.nav-cta {
  padding: 0 18px;
  font-size: 0.88rem;
  white-space: nowrap;
}

.tagline-pill {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(92, 75, 135, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--plum);
  padding: 8px 14px;
  font-size: 0.86rem;
  font-weight: 900;
}

.hero-copy > .eyebrow {
  display: block;
  max-width: 680px;
  text-align: center;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(330px, 0.72fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100svh - 116px);
  padding: 76px 0 58px;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
  gap: 42px;
  align-items: center;
  padding: 82px 0 58px;
}

.case-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.75fr);
  gap: 42px;
  align-items: center;
  padding: 82px 0 58px;
}

.page-hero h1 {
  font-size: clamp(3.4rem, 6.2vw, 6.2rem);
}

.intake-hero {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.44fr);
  padding-bottom: 34px;
}

.intake-hero h1 {
  max-width: 920px;
  font-size: clamp(2.8rem, 5.2vw, 5.4rem);
}

.page-hero p {
  color: rgba(46, 42, 57, 0.72);
  font-size: 1.1rem;
  line-height: 1.72;
}

.page-card {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 32px;
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 28px;
  backdrop-filter: blur(18px);
}

.page-card img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 58px rgba(92, 75, 135, 0.14);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--violet);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--plum);
  line-height: 0.98;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 7vw, 6.8rem);
  font-weight: 500;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4.5vw, 4.4rem);
  font-weight: 500;
}

h3 {
  color: var(--plum);
  font-size: 1.08rem;
}

.hero-text,
.intro p,
.clarity p,
.contact-copy p,
.intake-intro p {
  color: rgba(46, 42, 57, 0.72);
  font-size: 1.1rem;
  line-height: 1.72;
}

.hero-text {
  max-width: 680px;
  margin-bottom: 30px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-width: 150px;
  padding: 0 22px;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.68);
  color: var(--violet);
  box-shadow: none;
}

.hero-panel {
  display: grid;
  gap: 16px;
}

.portrait-card,
.clarity-card,
.inquiry-form,
.service-grid article,
.work-card {
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.portrait-card {
  min-height: 420px;
  padding: 24px;
  border-radius: 34px;
  display: grid;
  place-items: center;
}

.portrait-card img:not(.creator-stamp) {
  width: min(100%, 360px);
  border-radius: 28px;
  box-shadow: 0 22px 70px rgba(56, 40, 94, 0.18);
}

.creator-card {
  position: relative;
  align-content: stretch;
  place-items: stretch;
  gap: 18px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 250, 243, 0.86), rgba(239, 196, 212, 0.28)),
    var(--panel);
}

.creator-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(42, 22, 75, 0.12);
  border-radius: 26px;
  pointer-events: none;
}

.creator-photo-wrap {
  position: relative;
  z-index: 1;
  min-height: 0;
}

.creator-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background: transparent;
  clip-path: circle(49.5% at 50% 50%);
}

.creator-stamp {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: min(76%, 300px);
  margin: -4px auto 0;
  filter:
    drop-shadow(0 3px 0 rgba(255, 250, 243, 0.78))
    drop-shadow(0 18px 34px rgba(42, 22, 75, 0.28));
}

.creator-note {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 10px 4px 0;
}

.creator-note span {
  color: var(--violet);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.creator-note strong {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1.04;
}

.signature-card {
  position: relative;
  width: 100%;
  min-height: 390px;
  border-radius: 28px;
  display: grid;
  align-content: center;
  gap: 24px;
  overflow: hidden;
  padding: 34px;
  background: linear-gradient(135deg, rgba(42, 22, 75, 0.96), rgba(74, 42, 112, 0.9));
  color: #fffaf3;
}

.signature-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255, 250, 243, 0.24);
  border-radius: 50%;
}

.signature-card b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 500;
  line-height: 0.85;
}

.signature-card .hero-logo {
  width: min(100%, 420px);
  border-radius: 0;
  background: transparent;
  padding: 0;
  filter:
    drop-shadow(0 3px 0 rgba(255, 250, 243, 0.76))
    drop-shadow(0 24px 42px rgba(12, 5, 30, 0.28));
}

.signature-card strong {
  max-width: 340px;
  font-size: 1.28rem;
  line-height: 1.35;
}

.signature-card p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 250, 243, 0.72);
  line-height: 1.6;
}

.brand-panel {
  min-height: 360px;
  display: grid;
  align-content: center;
  gap: 20px;
}

.brand-panel .brand-logo {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  font-size: 1.7rem;
}

.brand-panel .brand-mark-img {
  width: min(100%, 340px);
  height: auto;
}

.clarity-logo {
  width: min(100%, 210px);
  border-radius: 50%;
  box-shadow: 0 20px 58px rgba(92, 75, 135, 0.18);
}

.clarity-product {
  width: min(100%, 320px);
  border-radius: 24px;
  box-shadow: 0 20px 58px rgba(92, 75, 135, 0.16);
}

.brand-panel strong {
  display: block;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.02;
}

.brand-panel p {
  margin: 0;
  color: rgba(46, 42, 57, 0.72);
  line-height: 1.65;
}

.portrait-feature {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 250, 243, 0.9), rgba(185, 167, 246, 0.18)),
    var(--panel);
}

.portrait-feature .about-portrait {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background: transparent;
  clip-path: circle(49.5% at 50% 50%);
}

.portrait-feature .about-stamp {
  position: absolute;
  right: 18px;
  bottom: 86px;
  width: min(62%, 260px);
  border-radius: 0;
  box-shadow: none;
  filter:
    drop-shadow(0 3px 0 rgba(255, 250, 243, 0.78))
    drop-shadow(0 18px 34px rgba(42, 22, 75, 0.28));
}

.portrait-feature strong {
  position: relative;
  z-index: 1;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 500;
  line-height: 1.05;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.signal-grid span {
  min-height: 64px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  color: rgba(46, 42, 57, 0.72);
  display: grid;
  place-items: center;
  padding: 12px;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 800;
}

.section {
  padding: 78px 0;
}

.intro {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 46px;
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.studio-board {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.studio-board-copy {
  position: sticky;
  top: 120px;
}

.studio-board-copy p {
  color: rgba(46, 42, 57, 0.72);
  font-size: 1.06rem;
  line-height: 1.72;
}

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

.studio-board-grid article {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(239, 196, 212, 0.18)),
    var(--panel);
  box-shadow: var(--soft-shadow);
  padding: 24px;
}

.studio-board-grid span {
  display: inline-flex;
  margin-bottom: 36px;
  color: var(--violet);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.studio-board-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.05;
}

.studio-board-grid p {
  margin: 0;
  color: rgba(46, 42, 57, 0.7);
  line-height: 1.58;
}

.problem-grid,
.proof-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.problem-grid article,
.proof-list article,
.fit-card {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--soft-shadow);
  padding: 24px;
  backdrop-filter: blur(18px);
}

.problem-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--violet);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.problem-grid strong,
.proof-list strong {
  display: block;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.06;
}

.problem-grid p,
.proof-list p {
  margin: 12px 0 0;
  color: rgba(46, 42, 57, 0.7);
  line-height: 1.58;
}

.proof-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-list {
  grid-template-columns: repeat(3, 1fr);
}

.proof-list article {
  min-height: 210px;
  background:
    linear-gradient(145deg, rgba(255, 250, 243, 0.82), rgba(185, 167, 246, 0.16)),
    var(--panel);
}

.results-framework {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.results-framework .proof-list article {
  background:
    linear-gradient(145deg, rgba(255, 250, 243, 0.86), rgba(205, 235, 220, 0.22)),
    var(--panel);
}

.experience-section,
.insight-section,
.pipeline-section {
  border-top: 1px solid var(--line);
}

.experience-grid,
.insight-grid,
.pipeline-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.experience-grid article,
.insight-grid article,
.pipeline-grid article {
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(239, 196, 212, 0.18)),
    var(--panel);
  box-shadow: var(--soft-shadow);
  padding: 26px;
}

.experience-grid article {
  min-height: 280px;
}

.experience-grid span,
.insight-grid span,
.pipeline-grid span {
  display: inline-flex;
  margin-bottom: 46px;
  color: var(--violet);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.experience-grid h3,
.insight-grid h3,
.pipeline-grid h3 {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.8vw, 2.45rem);
  font-weight: 500;
  line-height: 1.04;
}

.experience-grid p,
.insight-grid p,
.pipeline-grid p {
  color: rgba(46, 42, 57, 0.7);
  line-height: 1.64;
}

.experience-grid {
  grid-template-columns: repeat(4, 1fr);
}

.experience-grid article {
  background:
    linear-gradient(145deg, rgba(255, 250, 243, 0.84), rgba(185, 167, 246, 0.16)),
    var(--panel);
}

.pipeline-grid article {
  min-height: 280px;
}

.section-cta {
  margin-top: 22px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.text-panel {
  max-width: 900px;
}

.text-panel p {
  color: rgba(46, 42, 57, 0.74);
  font-size: 1.05rem;
  line-height: 1.78;
}

.text-panel p + p {
  margin-top: 22px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.content-card,
.faq-card,
.project-card {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  background: var(--panel);
  box-shadow: var(--soft-shadow);
  padding: 24px;
  backdrop-filter: blur(18px);
}

.content-card p,
.faq-card p,
.project-card p,
.project-card li {
  color: rgba(46, 42, 57, 0.7);
  line-height: 1.64;
}

.content-card ul,
.project-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.content-card li,
.project-card li {
  position: relative;
  padding-left: 18px;
}

.content-card li::before,
.project-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lavender);
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote-panel {
  position: sticky;
  top: 132px;
}

.quote-panel strong {
  display: block;
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-section,
.fit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.process-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}

.process-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(185, 167, 246, 0.2);
  color: var(--violet);
  font-weight: 900;
}

.process-list p {
  color: rgba(46, 42, 57, 0.72);
  line-height: 1.62;
}

.fit-section {
  grid-template-columns: repeat(2, 1fr);
}

.fit-card {
  min-height: 420px;
  background:
    linear-gradient(145deg, rgba(255, 250, 243, 0.84), rgba(239, 196, 212, 0.18)),
    var(--panel);
}

.fit-card.good {
  background:
    linear-gradient(145deg, rgba(255, 250, 243, 0.84), rgba(205, 235, 220, 0.28)),
    var(--panel);
}

.fit-card ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.fit-card li {
  border-top: 1px solid var(--line);
  padding-top: 12px;
  color: rgba(46, 42, 57, 0.72);
  line-height: 1.55;
}

.portfolio-list {
  display: grid;
  gap: 22px;
}

.featured-case {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.featured-case.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
}

.featured-case.reverse .case-copy {
  order: 2;
}

.featured-case.reverse .case-gallery {
  order: 1;
}

.case-copy p {
  color: rgba(46, 42, 57, 0.72);
  font-size: 1.06rem;
  line-height: 1.72;
}

.case-meta {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.case-meta span {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
  color: rgba(46, 42, 57, 0.72);
  line-height: 1.45;
}

.case-meta strong {
  color: var(--plum);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-gallery {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 14px;
}

.case-gallery img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: var(--soft-shadow);
  padding: 10px;
}

.case-gallery img:first-child {
  grid-row: span 2;
}

.clarity-gallery img:first-child {
  border-radius: 50%;
}

.case-hero-art {
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 250, 243, 0.86), rgba(185, 167, 246, 0.18)),
    var(--panel);
  box-shadow: var(--shadow);
  padding: 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.case-hero-art > img {
  width: 100%;
  max-height: 680px;
  object-fit: contain;
  border-radius: 24px;
}

.clarity-case-art {
  grid-template-columns: 0.72fr 1fr;
  gap: 14px;
}

.clarity-case-art img:first-child {
  border-radius: 50%;
}

.case-overview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.case-overview article {
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  background: var(--panel);
  box-shadow: var(--soft-shadow);
  padding: 22px;
}

.case-overview span {
  display: block;
  margin-bottom: 24px;
  color: var(--violet);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-overview strong {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.12;
}

.case-image-wall {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.case-image-wall img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 760px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: var(--soft-shadow);
  padding: 12px;
}

.case-image-wall img:first-child {
  grid-row: span 2;
}

.clarity-wall img:first-child {
  border-radius: 50%;
}

.project-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.project-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.72);
}

.asset-pair {
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  gap: 12px;
  align-items: center;
  border-radius: 22px;
  background: rgba(255, 250, 243, 0.72);
  padding: 14px;
}

.asset-pair img {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
}

.asset-pair img:last-child {
  aspect-ratio: 1;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.case-nav {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
}

.success-screen {
  width: min(1180px, 100%);
  min-height: calc(100svh - 120px);
  margin: 0 auto;
  display: grid;
  place-items: center;
  padding: 68px 0;
}

.success-panel {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(42, 22, 75, 0.96), rgba(56, 32, 93, 0.92));
  color: #fffaf3;
  box-shadow: var(--shadow);
  padding: clamp(28px, 6vw, 74px);
  text-align: center;
}

.success-panel h1 {
  color: #fffaf3;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
}

.success-panel p {
  max-width: 940px;
  margin: 0 auto 16px;
  color: rgba(255, 250, 243, 0.8);
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  line-height: 1.65;
}

.success-panel .hero-actions {
  justify-content: center;
  margin-top: 34px;
}

.success-panel .button.secondary {
  border-color: rgba(255, 250, 243, 0.26);
  background: rgba(255, 250, 243, 0.1);
  color: #fffaf3;
}

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

.service-grid article {
  min-height: 260px;
  border-radius: 24px;
  padding: 24px;
}

.service-grid span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: rgba(185, 167, 246, 0.2);
  color: var(--violet);
  font-size: 0.8rem;
  font-weight: 900;
}

.service-grid p,
.work-card span {
  color: rgba(46, 42, 57, 0.68);
  line-height: 1.62;
}

.work-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-auto-rows: 245px;
  gap: 16px;
}

.work-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255, 250, 243, 0.72);
}

.work-card.tall {
  grid-row: span 2;
}

.work-card.wide {
  grid-column: span 2;
}

.work-card.featured {
  grid-column: span 2;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(42, 22, 75, 0.76));
}

.work-card div {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 4px;
  color: #fff;
}

.work-card strong {
  font-size: 1rem;
}

.work-card span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
}

.clarity,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 34px;
  align-items: center;
}

.clarity {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.clarity-card {
  min-height: 390px;
  border-radius: 34px;
  padding: 28px;
  display: grid;
  place-items: center;
  text-align: center;
}

.clarity-card img:not(.clarity-logo):not(.clarity-product) {
  width: min(100%, 290px);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 58px rgba(92, 75, 135, 0.15);
}

.clarity-card p {
  max-width: 300px;
  margin: 18px auto 0;
  font-weight: 800;
}

.clarity-card strong {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
}

.contact {
  align-items: start;
}

.intake-section {
  display: grid;
  width: min(980px, 100%);
  gap: 22px;
  align-items: stretch;
}

.intake-intro {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--soft-shadow);
  padding: clamp(22px, 4vw, 36px);
  backdrop-filter: blur(18px);
}

.intake-intro h2 {
  max-width: 780px;
  margin-bottom: 4px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
}

.intake-intro p {
  max-width: 820px;
  margin-bottom: 0;
}

.inquiry-form {
  display: grid;
  gap: 16px;
  border-radius: 28px;
  padding: clamp(16px, 3vw, 30px);
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  min-width: 0;
}

.full-field {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
  border: 1px solid rgba(92, 75, 135, 0.16);
  border-radius: 16px;
  background: rgba(255, 250, 243, 0.72);
  color: var(--plum);
  padding: 14px 16px;
  font-weight: 850;
  line-height: 1.55;
}

.form-note.quiet {
  color: rgba(46, 42, 57, 0.72);
  font-weight: 750;
}

.hidden-field {
  display: none;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: rgba(46, 42, 57, 0.72);
  font-size: 0.84rem;
  font-weight: 850;
  min-width: 0;
}

.question-label {
  display: block;
  color: var(--plum);
  font-size: 0.9rem;
  font-weight: 900;
}

.field-help {
  color: rgba(46, 42, 57, 0.62);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.45;
}

.inquiry-form fieldset {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(92, 75, 135, 0.16);
  border-radius: 22px;
  margin: 0;
  padding: clamp(14px, 2.5vw, 22px);
  min-width: 0;
  max-width: 100%;
}

.inquiry-form legend {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--plum);
  font-weight: 900;
  padding: 0 6px;
  max-width: 100%;
  white-space: normal;
}

.inquiry-form legend span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(185, 167, 246, 0.22);
  color: var(--violet);
  font-size: 0.78rem;
}

.form-section {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(255, 250, 243, 0.54));
}

.form-section > label + label {
  margin-top: 12px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 8px;
  min-width: 0;
}

.check-grid label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 58px;
  border: 1px solid rgba(92, 75, 135, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.48);
  padding: 12px 14px;
  font-size: 0.82rem;
  line-height: 1.35;
}

.check-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.inquiry-form .check-grid input[type="checkbox"] {
  width: 18px;
  max-width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: var(--violet);
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(92, 75, 135, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--charcoal);
  padding: 14px 15px;
  outline: none;
}

.inquiry-form input[type="file"] {
  max-width: 100%;
  background: rgba(255, 250, 243, 0.7);
  padding: 12px;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: rgba(92, 75, 135, 0.5);
  box-shadow: 0 0 0 4px rgba(185, 167, 246, 0.18);
}

.inquiry-form button {
  width: min(100%, 340px);
  justify-self: end;
  min-height: 52px;
  cursor: pointer;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  padding: 28px 0 18px;
  border-top: 1px solid var(--line);
  color: rgba(46, 42, 57, 0.66);
}

.site-footer strong {
  color: var(--plum);
}

.site-footer nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.site-footer a {
  padding: 8px 10px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .page-hero,
  .case-hero,
  .intro,
  .studio-board,
  .proof-band,
  .featured-case,
  .featured-case.reverse,
  .process-section,
  .fit-section,
  .clarity,
  .contact,
  .split-feature,
  .project-card,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 28px;
    min-height: auto;
    padding-top: 56px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .content-grid,
  .faq-grid,
  .form-grid,
  .studio-board-grid,
  .experience-grid,
  .insight-grid,
  .pipeline-grid,
  .problem-grid,
  .proof-list,
  .case-gallery,
  .clarity-case-art,
  .case-overview,
  .case-image-wall,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .featured-case.reverse .case-copy,
  .featured-case.reverse .case-gallery {
    order: initial;
  }

  .studio-board-copy {
    position: static;
  }

  .quote-panel {
    position: static;
  }

  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-card.wide {
    grid-column: span 1;
  }

  .work-card.featured {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .site-shell {
    padding: 12px;
  }

  .site-header {
    top: 8px;
    gap: 10px;
    border-radius: 20px;
  }

  .brand small {
    display: none;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand-mark-img {
    width: 72px;
    height: 42px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .nav-links a {
    padding: 9px 10px;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .hero {
    padding: 42px 0 44px;
  }

  .page-hero {
    padding: 48px 0 34px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.2rem, 12vw, 3.5rem);
  }

  .hero-text,
  .intro p,
  .clarity p,
  .contact-copy p,
  .intake-intro p {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .portrait-card,
  .clarity-card {
    min-height: auto;
    border-radius: 24px;
    padding: 16px;
  }

  .signal-grid,
  .service-grid,
  .work-grid,
  .content-grid,
  .studio-board-grid,
  .experience-grid,
  .insight-grid,
  .pipeline-grid,
  .problem-grid,
  .proof-list,
  .case-gallery,
  .clarity-case-art,
  .case-overview,
  .case-image-wall,
  .fit-section {
    grid-template-columns: 1fr;
  }

  .case-meta span {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .case-hero-art {
    min-height: auto;
    border-radius: 24px;
  }

  .case-image-wall img,
  .case-image-wall img:first-child {
    grid-row: auto;
    min-height: 300px;
  }

  .case-nav {
    display: grid;
  }

  .creator-stamp {
    width: min(76%, 250px);
  }

  .portrait-feature .about-stamp {
    bottom: 74px;
    width: min(66%, 230px);
  }

  .section {
    padding: 56px 0;
  }

  .service-grid article {
    min-height: auto;
  }

  .work-grid {
    grid-auto-rows: 340px;
  }

  .work-card.tall {
    grid-row: span 1;
  }

  .site-footer {
    display: grid;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}
