
.work-grid { display: grid; gap: 2rem; }
.work-card { display: grid; grid-template-columns: 1.05fr .95fr; background: #fff; border: 1px solid rgba(31,31,31,.1); text-decoration: none; border-radius: var(--radius); overflow: hidden; min-height: 440px; transition: transform .25s, box-shadow .25s; }
.work-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.work-art { padding: 3rem; color: white; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.work-art::after { content: "↗"; position: absolute; right: 2rem; top: 1.5rem; font-size: 1.4rem; opacity: .5; }
.work-kicker { font-size: .62rem; text-transform: uppercase; letter-spacing: .17em; font-weight: 800; opacity: .7; }
.work-art h3 { font-size: clamp(2.7rem, 5vw, 5.2rem); letter-spacing: -.06em; line-height: .9; margin: 1rem 0; }
.work-art h3 strong { font-weight: inherit; }
.work-yana .work-art { background: radial-gradient(circle at 85% 50%, rgba(33,151,89,.34), transparent 33%), linear-gradient(140deg,#030705,#0c1811); }
.work-yana .work-art h3 strong { color: #54ef95; }
.work-thoroughbred .work-art { background: radial-gradient(circle at 85% 25%, rgba(122,31,36,.48), transparent 30%), linear-gradient(140deg,#0e0a17,#171021); }
.work-thoroughbred .work-art h3 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; letter-spacing: -.03em; }
.work-thoroughbred .work-art h3 strong { color: #e1b83d; font-weight: 400; }
.work-aquila .work-art { background: radial-gradient(circle at 75% 48%, rgba(122,31,36,.42), transparent 30%), #080706; }
.work-aquila .work-art h3 { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; letter-spacing: -.03em; }
.trip-panel { margin-top: 2rem; width: min(330px,90%); padding: 1rem; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); border-radius: .8rem; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: .8rem; font-size: .78rem; }
.trip-panel i { width: 30px; height: 30px; border-radius: 50%; background: #54ef95; }.trip-panel small{opacity:.55}.trip-panel b{font-size:.6rem;color:#54ef95}
.form-lines { display: grid; gap: .45rem; width: 42%; margin-top: 2rem; }.form-lines i{height:7px;border-radius:99px;background:rgba(255,255,255,.12)}.form-lines i:nth-child(2){width:75%}.form-lines i:nth-child(3){width:55%;background:#e1b83d}
.aquila-mark { position: absolute; right: -30px; bottom: -80px; font-family: Georgia,serif; font-size: 13rem; opacity: .06; }
.work-copy { padding: 3rem; display: flex; flex-direction: column; justify-content: space-between; gap: 3rem; }
.work-copy h3 { margin: 0 0 1rem; font-size: 1.6rem; letter-spacing: -.04em; }
.work-copy p { margin: 0; color: #626262; }
.work-copy > span { color: var(--oxblood); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; line-height: 1.7; font-weight: 800; }

.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 130px 1fr; gap: 2rem; align-items: start; padding: 2.7rem 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { font-family: "Instrument Serif", Georgia, serif; color: var(--oxblood); font-style: italic; font-size: 1.1rem; }
.process-list h3 { margin: 0 0 .55rem; font-size: 1.45rem; letter-spacing: -.035em; }
.process-list p { margin: 0; max-width: 690px; color: #656565; }

.about { padding: 9rem 0; }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7rem; align-items: center; }
.about-mark { min-height: 450px; display: flex; align-items: center; justify-content: center; position: relative; border: 1px solid var(--light-line); border-radius: var(--radius); overflow: hidden; background: radial-gradient(circle, rgba(122,31,36,.22), transparent 58%); }
.about-mark img { width: 61%; filter: drop-shadow(0 30px 50px rgba(0,0,0,.2)); }
.about-mark span { position: absolute; left: 1.5rem; bottom: 1.25rem; font-size: .64rem; text-transform: uppercase; letter-spacing: .15em; color: #9d9892; }
.about-copy h2 { margin: 0 0 2rem; font-size: clamp(3.2rem,5vw,5.3rem); line-height: .94; letter-spacing: -.055em; }
.about-copy h2 em { color: #d5a7aa; }
.about-copy p:not(.eyebrow) { color: #c8c4be; max-width: 690px; }
.about-copy strong { color: white; }
.about-principle { font-family: "Instrument Serif", Georgia, serif; font-size: 1.6rem !important; line-height: 1.25; margin-top: 2rem; }

.contact { padding: 9rem 0; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; align-items: start; }
.contact-copy h2 { font-size: clamp(3.2rem,5vw,5.4rem); line-height: .95; letter-spacing: -.055em; margin: 0 0 2rem; }
.contact-copy h2 em { color: var(--oxblood); }
.contact-copy > p:not(.eyebrow) { color: #616161; max-width: 580px; }
.contact-note { font-weight: 800; color: var(--charcoal) !important; }
.email-link { display: inline-flex; gap: .7rem; margin-top: 1.8rem; color: var(--oxblood); font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.contact-form { display: grid; gap: 1.3rem; padding: 2.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 22px 70px rgba(31,31,31,.07); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
.contact-form label { display: grid; gap: .55rem; font-size: .75rem; font-weight: 800; }
.contact-form label small { color: #888; font-weight: 500; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d8d3cb; border-radius: .55rem; background: #fbfaf7; padding: .9rem 1rem; color: var(--charcoal); outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--oxblood); box-shadow: 0 0 0 3px rgba(122,31,36,.08); }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form .button { justify-self: start; border: 0; }
.form-note { margin: 0; font-size: .7rem; color: #8a8a8a; max-width: 580px; }

.footer { background: #141414; color: #ddd7d0; padding: 4rem 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 3rem; }
.footer img { width: 180px; filter: brightness(0) invert(1); opacity: .9; }
.footer p { color: #8e8a85; font-size: .78rem; }
.footer-links { display: grid; align-content: start; gap: .6rem; }
.footer-links a, .footer-meta a { color: #c6c1bb; text-decoration: none; font-size: .79rem; }
.footer-links a:hover, .footer-meta a:hover { color: white; }
.footer-meta { text-align: right; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.work-card{transition:none} }

@media (max-width: 980px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 6rem 0; }
  .site-nav { position: fixed; inset: 88px 0 auto 0; background: var(--off); padding: 2rem 18px 3rem; border-bottom: 1px solid var(--line); display: grid; gap: 1.2rem; transform: translateY(-140%); transition: transform .25s; z-index: 40; }
  .site-nav.open { transform: translateY(0); }
  .site-nav .button { justify-self: start; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding-top: 4rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(4rem,11vw,6.8rem); }
  .hero-showcase { min-height: 560px; max-width: 720px; width: 100%; margin-inline: auto; }
  .credibility-grid { grid-template-columns: 1fr 1fr; }
  .credibility-grid span { border-bottom: 1px solid var(--line); }
  .philosophy-grid, .case-intro, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(odd), .service-card:nth-child(even) { border-right: 0; padding: 2.5rem 0; }
  .transformation-grid { grid-template-columns: 1fr 1fr; }
  .transformation-grid article:nth-child(2) { border-right: 0; }
  .transformation-grid article:nth-child(3) { padding-left: 0; }
  .work-card { grid-template-columns: 1fr; }
  .work-art { min-height: 390px; }
  .about-mark { max-width: 620px; width: 100%; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 74px; }
  .site-nav { inset: 74px 0 auto 0; }
  .brand img { width: 148px; }
  .hero { padding: 3.5rem 0 5rem; }
  .hero h1 { font-size: clamp(3.2rem,15.5vw,5rem); }
  .hero-lede { font-size: .98rem; }
  .hero-showcase { min-height: 445px; }
  .browser-card { top: 20px; width: 96%; }
  .browser-stage { min-height: 300px; padding: 3rem 1.5rem; }
  .browser-stage h2 { font-size: 2.8rem; }
  .phone-card { width: 160px; min-height: 310px; left: -8px; bottom: 8px; padding: 2.2rem .8rem .8rem; border-width: 5px; border-radius: 1.7rem; }
  .phone-card h3 { font-size: 1.3rem; }.mini-match{font-size:.56rem;padding:.65rem}.mini-row i{height:42px}
  .project-tag { right: 0; bottom: -5px; padding: .7rem .8rem; }
  .project-tag strong { font-size: .58rem; }
  .credibility-grid span { font-size: .57rem; padding: 1rem .5rem; }
  .section { padding: 5rem 0; }
  .philosophy { padding: 6rem 0; }
  .philosophy h2, .section-heading h2, .case-intro h2, .about-copy h2, .contact-copy h2 { font-size: clamp(2.8rem,14vw,4.4rem); }
  .case-visual { padding-right: 0; }
  .case-stamp { position: relative; right: auto; bottom: auto; display: inline-block; margin-top: .8rem; }
  .browser-frame img { aspect-ratio: 1.35 / 1; }
  .case-problem { grid-template-columns: 1fr; gap: 1.4rem; padding-top: 4rem; }
  .case-problem blockquote { grid-column: 1; font-size: 2.7rem; }
  .transformation-grid { grid-template-columns: 1fr; }
  .transformation-grid article, .transformation-grid article:not(:first-child), .transformation-grid article:nth-child(3) { padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .transformation-grid article:last-child { border-bottom: 0; }
  .case-footer { align-items: flex-start; flex-direction: column; }
  .work-art { min-height: 330px; padding: 2rem; }.work-copy{padding:2rem}.work-art h3{font-size:3.6rem}
  .process-list li { grid-template-columns: 55px 1fr; gap: 1rem; }
  .about { padding: 6rem 0; }.about-mark{min-height:340px}.about-mark img{width:70%}
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 1.4rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
}

/* Production pass — proof, enquiry and polish */
.journey-compare { display: grid; grid-template-columns: 1fr 64px 1fr; gap: 1.4rem; align-items: stretch; margin-top: 6rem; }
.journey-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; background: #fff; }
.journey-before { background: #f0ede7; }
.journey-after { background: #fff; box-shadow: 0 20px 60px rgba(31,31,31,.06); border-color: rgba(122,31,36,.28); }
.journey-label { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.journey-label span { text-transform: uppercase; letter-spacing: .17em; font-size: .61rem; font-weight: 800; color: #777; }
.journey-after .journey-label span { color: var(--oxblood); }
.journey-label strong { font-size: .88rem; }
.journey-card ol { margin: 1.5rem 0 0; padding: 0; list-style: none; display: grid; gap: 1.35rem; }
.journey-card li { display: grid; grid-template-columns: 38px 1fr; gap: .8rem; align-items: start; }
.journey-card li b { font-family: "Instrument Serif", Georgia, serif; font-style: italic; color: var(--oxblood); font-size: 1.05rem; font-weight: 400; }
.journey-card li strong { display: block; font-size: .85rem; letter-spacing: -.015em; }
.journey-card li small { display: block; margin-top: .25rem; color: #737373; line-height: 1.55; font-size: .72rem; }
.journey-arrow { align-self: center; justify-self: center; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--oxblood); color: #fff; font-size: 1.2rem; box-shadow: 0 12px 30px rgba(122,31,36,.18); }

.form-heading { padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.form-heading span { display: block; text-transform: uppercase; letter-spacing: .16em; color: var(--oxblood); font-size: .64rem; font-weight: 800; }
.form-heading p { margin: .6rem 0 0; color: #656565; font-size: .88rem; }
.enquiry-frame { display: block; width: 100%; height: 620px; border: 0; background: #fff; }
.discovery-link { margin: .1rem 0 0; font-size: .72rem; color: #787878; }
.discovery-link a { color: var(--oxblood); font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(122,31,36,.35); }
.discovery-link a:hover { border-color: var(--oxblood); }

@media (min-width: 1180px) {
  .section-heading { margin-bottom: 4.5rem; }
  .case-problem { padding-top: 6rem; }
  .work-grid { gap: 2.4rem; }
}

@media (max-width: 980px) {
  .journey-compare { grid-template-columns: 1fr; gap: 1rem; margin-top: 4rem; }
  .journey-arrow { transform: rotate(90deg); margin: -.1rem 0; }
  .enquiry-frame { height: 660px; }
}

@media (max-width: 640px) {
  .journey-card { padding: 1.4rem; }
  .journey-label { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .enquiry-frame { height: 720px; }
  .contact-form { padding: 1.1rem; }
}


/* Real project previews + transparent Studio wordmark */
.brand { gap: .62rem; text-decoration: none; }
.brand-mark {
  display: inline-block;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 3.15rem;
  line-height: .78;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.08em;
  color: #9a1f23;
}
.brand-word {
  display: grid;
  line-height: .82;
  color: var(--charcoal);
}
.brand-word strong {
  font-size: 1.55rem;
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 800;
}
.brand-word small {
  margin-top: .28rem;
  font-size: .55rem;
  line-height: 1;
  letter-spacing: .42em;
  font-weight: 700;
}
.brand-footer .brand-word { color: #f3efe8; }
.brand-footer .brand-mark { color: #b63035; }

.site-shot {
  position: absolute;
  overflow: hidden;
  display: block;
  border-radius: 1.05rem;
  border: 1px solid rgba(31,31,31,.13);
  background: #111;
  box-shadow: var(--shadow);
  text-decoration: none;
}
.site-shot-primary {
  top: 18px;
  right: 0;
  width: min(100%, 600px);
  transform: rotate(1deg);
  z-index: 1;
}
.site-shot-secondary {
  left: -8px;
  bottom: 12px;
  width: min(62%, 370px);
  transform: rotate(-4deg);
  z-index: 3;
}
.site-shot-bar {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background: #171717;
  color: #918d89;
}
.site-shot-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5e5a57;
}
.site-shot-bar span {
  margin-left: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .55rem;
}
.site-shot img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top center;
}
.site-shot-secondary img { height: 300px; }

.work-screenshot {
  padding: 0;
  min-height: 440px;
  background: #0c0d0d;
}
.work-screenshot::after { display: none; }
.work-screenshot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.work-preview-label {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  display: inline-flex;
  padding: .65rem .85rem;
  border-radius: 999px;
  background: rgba(15,15,15,.82);
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.browser-frame img {
  display: block;
  min-height: 360px;
  background: #e8e4dc;
  object-fit: cover;
  object-position: top center;
}

.about-brand {
  display: grid;
  justify-items: center;
  align-items: center;
  color: #f5f0e9;
}
.about-brand-mark {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(8rem, 18vw, 13rem);
  line-height: .65;
  font-style: italic;
  color: #a3262a;
}
.about-brand-word {
  margin-top: 1.6rem;
  display: grid;
  justify-items: center;
  font-size: 2.4rem;
  line-height: .8;
  letter-spacing: -.05em;
  font-weight: 800;
}
.about-brand-word small {
  margin-top: .7rem;
  font-size: .72rem;
  letter-spacing: .5em;
  font-weight: 600;
  color: #b7b0a9;
}

.footer .brand {
  display: inline-flex;
  width: auto;
  margin-bottom: .7rem;
}

@media (max-width: 980px) {
  .site-shot-primary { width: 88%; right: 1%; }
  .site-shot-secondary { width: 54%; left: 1%; }
  .site-shot img { height: 320px; }
  .site-shot-secondary img { height: 265px; }
  .work-screenshot { min-height: 390px; }
}

@media (max-width: 640px) {
  .brand-mark { font-size: 2.6rem; }
  .brand-word strong { font-size: 1.25rem; }
  .brand-word small { font-size: .47rem; }

  .hero-showcase { min-height: 470px; }
  .site-shot-primary {
    top: 12px;
    width: 96%;
    right: 0;
  }
  .site-shot-secondary {
    width: 62%;
    left: -1%;
    bottom: 5px;
  }
  .site-shot img { height: 270px; }
  .site-shot-secondary img { height: 215px; }

  .work-screenshot { min-height: 330px; }
  .browser-frame img { min-height: 260px; aspect-ratio: 1.25 / 1; }
  .about-brand-mark { font-size: 9rem; }
}
