/* Small additions to the original Ghostoli portfolio and its contact journey. */
:root {
  --gutter: clamp(22px, 4.5vw, 64px);
  --section-y: clamp(64px, 8vw, 112px);
}
.section__title { line-height: 1.12; }
.app-card__icon { overflow: hidden; border: 0; border-radius: 14px; background: transparent; }
.app-card__icon img { display: block; width: 100%; height: 100%; object-fit: cover; }
.page-hero .marketing-actions { margin-top: 36px; }
.marketing-button:focus-visible,
.marketing-text-link:focus-visible,
.featured-work__card:focus-visible { outline: 2px solid var(--spark); outline-offset: 7px; }
.home-hero__pitch { margin-top: 28px; }
.home-hero__offer { font-family: var(--font-display); font-size: clamp(1.8rem,2.8vw,2.8rem); font-weight: 500; line-height: 1.16; letter-spacing: -.025em; }
.home-hero__offer em { font-family: var(--font-serif); font-weight: 400; color: #6ee3cf; }
.home-hero__pitch .home-hero__lede { width: 100%; margin: 24px 0 0; font-size: 1rem; line-height: 1.75; color: var(--paper-80); }
.home-hero__pitch .marketing-actions { margin-top: 30px; column-gap: 24px; row-gap: 18px; }
.home-hero__pitch .marketing-text-link { margin-top: 0; font-size: .87rem; }
@media (min-width:1280px) {
  .home-hero__pitch { grid-row: 2; grid-column: 1; width: min(36rem,42vw); justify-self: end; align-self: end; margin: 0; }
}
@media (min-width:761px) and (max-width:1279px) {
  .home-hero__head { display:grid; grid-template-columns: 1fr 1fr; gap: 20px 30px; align-items:end; margin-top:40px; }
  .home-hero__kicker { grid-column:1/-1; margin-bottom:0; }
  .home-hero__title { font-size:clamp(4.4rem,8.4vw,6.7rem); }
  .home-hero__pitch { margin:0; }
  .home-hero__media .wr { width:72%; }
  .home-hero__offer { font-size:1.85rem; }
  .site-nav { position:static; transform:none; justify-self:center; }
  .site-nav ul { gap:clamp(14px,2vw,25px); }
  .site-nav a { font-size:.85rem; white-space:nowrap; }
  .site-header { gap:18px; padding-inline:18px; }
}
@media (max-width:760px) {
  .home-hero__head { margin-top: 32px; }
  .home-hero__title { font-size: clamp(3.2rem,18vw,5rem); }
  .home-hero__pitch { margin-top: 25px; }
  .home-hero__offer { font-size: 1.85rem; }
  .home-hero__pitch .home-hero__lede { font-size: .96rem; }
  .home-hero__pitch .marketing-actions { gap: 16px; }
}
.marketing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 32px; }
/* The primary action already offers both channels; avoid covering it. */
@media (max-width: 760px) {
  .contact-dock--hero-visible { opacity: 0; visibility: hidden; pointer-events: none; }
}
.marketing-button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 14px 22px; border: 1px solid #6ee3cf; border-radius: 2px 2px 18px 2px; background: #6ee3cf; color: var(--ink); font-family: var(--font-body); font-weight: 600; font-size: .95rem; line-height: 1.35; text-align: center; transition: background .2s, border-color .2s; }
.marketing-button:hover { background: #a0f5e7; border-color: #a0f5e7; }
.marketing-button--secondary { background: transparent; border-color: rgba(255,255,255,.28); color: white; }
.marketing-button--secondary:hover { background: rgba(255,255,255,.07); border-color: #6ee3cf; }

.marketing-note { margin-top: 15px; color: var(--paper-60); font-size: .82rem; line-height: 1.6; }
.marketing-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 48px; }
.marketing-section-heading .section__title { max-width: 25ch; margin-bottom: 0; font-size: clamp(1.9rem, 3.1vw, 3rem); font-weight: 400; line-height: 1.18; }
.marketing-section-heading .eyebrow { margin-bottom: 18px; }
.marketing-text-link { display: inline-flex; margin-top: 21px; color: #6ee3cf; font-size: .94rem; font-weight: 600; text-decoration: underline; text-underline-offset: .3em; text-decoration-color: transparent; }
.marketing-text-link:hover { text-decoration-color: currentColor; }
.marketing-section-heading > .marketing-text-link { flex-shrink: 0; }
.featured-work { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 64px); }
.featured-work__card { min-width: 0; display: grid; grid-template-columns: minmax(100px, 34%) minmax(0, 1fr); align-items: center; gap: clamp(20px, 2.4vw, 32px); padding-block: 28px; border-block: 1px solid var(--paper-12); color: var(--paper); transition: border-color .25s; }
.featured-work__media { overflow: hidden; border-radius: 2px 2px 18px 2px; }
.featured-work__media img { display: block; width: 100%; height: auto; aspect-ratio: 1430/894; object-fit: cover; transition: transform .4s; }
.featured-work__card:hover { border-color: var(--spark-45); }
.featured-work__card:hover .featured-work__media img { transform: scale(1.025); }
.featured-work__body { min-width: 0; }
.featured-work__body .eyebrow { font-size: .86rem; line-height: 1.5; margin-bottom: 10px; }
.featured-work__body h3 { font-family: var(--font-display); font-size: clamp(1.15rem, 1.7vw, 1.5rem); font-weight: 500; line-height: 1.25; margin: 0; }
.featured-work__body .marketing-text-link { margin-top: 18px; font-size: .86rem; line-height: 1.5; }
.featured-work__card:hover .marketing-text-link { text-decoration-color: currentColor; }
.studio-services { background: transparent; }
.studio-services .service__title { margin-top: 24px; }
.studio-services .service__desc { color: var(--paper-80); line-height: 1.8; }
.studio-services .service { display: flex; flex-direction: column; align-items: flex-start; }
.studio-services .service__title { margin-bottom: 18px; }
.studio-services .service .marketing-text-link { margin-top: auto; padding-top: 28px; }
.marketing-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 110px); }
.marketing-split .section__title { max-width: 22ch; }
.marketing-lede { max-width: 60ch; color: var(--paper-80); font-size: 1.04rem; line-height: 1.75; }
.studio-steps { list-style: none; }
.studio-steps li { display: flex; align-items: baseline; gap: 24px; padding: 22px 0; border-top: 1px solid var(--paper-12); }
.studio-steps li > span { color: #6ee3cf; font-family: var(--font-serif); font-style: italic; }
.studio-steps h3 { margin-bottom: 7px; font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; }
.studio-steps p { color: var(--paper-60); font-size: .96rem; }
.studio-products { border-top: 1px solid var(--paper-12); border-bottom: 1px solid var(--paper-12); background: linear-gradient(100deg, rgba(36,230,206,.05), transparent); }
.studio-products .section__title { margin-bottom: 0; }
.statement .marketing-lede { max-width: 48ch; margin: 24px auto 0; text-wrap: pretty; }
.statement .marketing-actions { justify-content: center; margin-top: 36px; }
.statement .statement__text { margin-bottom: 0; line-height: 1.25; }
.statement .statement__actions { margin-top: 36px; }
.statement__cta { justify-content: center; max-width: 100%; text-align: center; }
.statement__cta svg { flex-shrink: 0; }
.marketing-founder { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 36px; align-items: center; }
.marketing-founder img { width: 100%; height: auto; border-radius: 2px 2px 24px 2px; }
.studio-process .journey__sticky { position: static; gap: 20px; }
.studio-process .journey__sticky .eyebrow,
.studio-process .journey__sticky .marketing-section-title { margin: 0; }
.studio-process .journey__sticky .marketing-note { max-width:42ch; margin: 0; font-size: .9rem; }
.studio-process .journey__portrait { margin-bottom: 10px; }
.studio-process .journey__rail { margin-top: 14px; }
.marketing-section-title { font-family: var(--font-display); font-size: clamp(1.6rem,3vw,2.6rem); line-height: 1.2; font-weight: 500; margin-bottom: 20px; }
.marketing-cards { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,260px),1fr)); gap: 26px; }
.proj-card__description { display: block; color: var(--paper-80); font-size: .95rem; line-height: 1.55; margin-top: 10px; }
.proj-grid + .proj-software { margin-top: 36px; }
.project-conversion { padding-block: clamp(64px, 7vw, 96px); border-top: 1px solid var(--paper-12); }
.project-conversion h2 { font-family: var(--font-display); font-size: clamp(1.7rem,3vw,2.6rem); font-weight: 500; line-height: 1.2; }
.page-hero__lede, .project-body p { color: var(--paper-80); }
@media (max-width: 1024px) {
  .studio-services .service { padding-inline: 0; }
}
@media (max-width: 1000px) {
  .marketing-section-heading { align-items: start; flex-direction: column; }
  .marketing-section-heading > .marketing-text-link { margin-top: 0; }
}
@media (max-width: 900px) {
  .featured-work { grid-template-columns: 1fr; gap: 0; }
  .featured-work__card { grid-template-columns: minmax(100px, 26%) minmax(0, 1fr); gap: 28px; }
  .featured-work__card + .featured-work__card { border-top: 0; }
}
@media (max-width: 760px) {
  .marketing-split { grid-template-columns: 1fr; }
  .marketing-split { gap: 32px; }
  .studio-services .service__title { margin-top: 15px; }
  .studio-services .service { padding: 36px 0; }
  .featured-work__card { grid-template-columns: minmax(80px, 29%) minmax(0, 1fr); gap: 20px; padding-block: 24px; }
  .featured-work__body .marketing-text-link { margin-top: 14px; }
  .marketing-section-heading { gap: 24px; margin-bottom: 32px; }
  .marketing-founder { grid-template-columns: 105px minmax(0,1fr); gap: 22px; align-items: start; }
  .marketing-founder > :last-child { min-width: 0; }
}
@media (max-width: 480px) {
  .marketing-actions .marketing-button { min-width: 0; }
  .marketing-founder { grid-template-columns: 1fr; }
  .marketing-founder img { max-width: 145px; }
}
@media (prefers-reduced-motion: reduce) {
  .featured-work__card, .featured-work__media img, .marketing-button { transition: none; }
  .featured-work__card:hover .featured-work__media img { transform: none; }
}
