:root {
  --ink: #17111d;
  --ink-soft: #2d2333;
  --paper: #f4f0eb;
  --paper-light: #fbf9f6;
  --accent: #df3e93;
  --accent-dark: #a9286b;
  --violet: #765bd4;
  --muted: #736d75;
  --line: rgba(23, 17, 29, 0.15);
  --white-line: rgba(255, 255, 255, 0.18);
  --radius: 4px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 10px 16px;
  background: var(--paper-light);
  color: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: white;
  border-bottom: 1px solid transparent;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled,
.site-header.menu-visible {
  background: rgba(23, 17, 29, 0.96);
  border-color: var(--white-line);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.brand strong {
  color: var(--accent);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.9rem;
  font-weight: 500;
}

.main-nav > a:not(.nav-cta) {
  position: relative;
}

.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 1px;
  background: var(--accent);
  transition: right 160ms ease;
}

.main-nav > a:hover::after,
.main-nav > a:focus-visible::after {
  right: 0;
}

.nav-cta {
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius);
  transition: color 160ms ease, background 160ms ease;
}

.nav-cta:hover {
  color: var(--ink);
  background: white;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 12px 9px;
  color: white;
  background: transparent;
  border: 0;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 25px;
  height: 1px;
  margin: 6px 0;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding-top: 150px;
  color: white;
  background: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(23, 17, 29, 0.96) 0%, rgba(23, 17, 29, 0.75) 52%, rgba(23, 17, 29, 0.45) 100%),
    linear-gradient(0deg, rgba(23, 17, 29, 0.82), transparent 45%);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1587620962725-abab7fe55159?auto=format&fit=crop&w=1920&q=84");
  background-size: cover;
  background-position: center;
  filter: saturate(0.55) contrast(1.08);
  transform: scale(1.01);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 110px;
  align-items: end;
  padding-bottom: 72px;
}

.hero-copy {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--accent);
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: white;
}

.hero .eyebrow span {
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
  background: var(--accent);
}

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

h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 820px;
  margin-bottom: 30px;
  font-size: clamp(3.4rem, 6.7vw, 6.25rem);
  font-weight: 600;
  line-height: 0.98;
}

h1 em {
  color: var(--accent);
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.06em;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 13px 20px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 600;
  transition: background 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--accent);
  color: white;
}

.button-primary:hover {
  background: var(--accent-dark);
}

.button-light {
  color: var(--ink);
  background: var(--paper-light);
}

.button-light:hover {
  background: white;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-block: 6px;
  border-bottom: 1px solid currentColor;
  font-weight: 600;
}

.project-note {
  padding: 26px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.project-note > p:not(.note-label) {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.note-label {
  margin-bottom: 12px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

.note-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--white-line);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-foot {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 20px;
  border-top: 1px solid var(--white-line);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-foot span:nth-child(2) {
  text-align: center;
}

.hero-foot span:last-child {
  text-align: right;
}

.section {
  padding-block: 125px;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr 0.85fr;
  gap: 55px;
  align-items: start;
  margin-bottom: 75px;
}

.section-heading h2,
.process h2,
.studio h2,
.contact h2 {
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 4.2vw, 4rem);
  font-weight: 600;
  line-height: 1.08;
}

.section-heading > p:last-child,
.process-intro > p,
.studio-copy > p,
.contact-copy > p {
  color: var(--muted);
  font-size: 1.05rem;
}

.landing-product {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  margin-bottom: 70px;
  padding: 54px;
  overflow: hidden;
  color: white;
  background: var(--violet);
}

.landing-product::after {
  content: "LP";
  position: absolute;
  right: -18px;
  bottom: -60px;
  color: rgba(255, 255, 255, 0.07);
  font-family: "Manrope", sans-serif;
  font-size: 13rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1;
  pointer-events: none;
}

.landing-product-copy,
.landing-product-details {
  position: relative;
  z-index: 1;
}

.product-tag {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 6px 10px;
  color: var(--violet);
  background: white;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-product h3 {
  max-width: 650px;
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  font-weight: 600;
  line-height: 1.08;
}

.landing-product-copy > p:not(.product-tag) {
  max-width: 640px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
}

.landing-product-details {
  align-self: end;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.landing-product-details > p {
  margin-bottom: 12px;
  font-family: "Manrope", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
}

.landing-product-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.86rem;
}

.landing-product-details li {
  position: relative;
  padding: 7px 0 7px 19px;
}

.landing-product-details li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--accent);
}

.service-list {
  border-top: 1px solid var(--line);
}

.service-item {
  display: grid;
  grid-template-columns: 70px 1.25fr 0.75fr;
  gap: 45px;
  padding-block: 44px;
  border-bottom: 1px solid var(--line);
  transition: padding 180ms ease, background-color 180ms ease;
}

.service-item:hover {
  padding-inline: 18px;
  background: rgba(255, 255, 255, 0.38);
}

.service-number,
.steps > li > span {
  color: var(--accent);
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.service-item h3,
.steps h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
  font-weight: 600;
}

.service-item p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
}

.service-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.88rem;
}

.service-item li {
  padding: 5px 0;
}

.service-item li::before {
  content: "—";
  margin-right: 9px;
  color: var(--accent);
}

.process {
  color: white;
  background: var(--ink);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 120px;
}

.process-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.process-intro > p {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.62);
}

.process-intro .text-link {
  margin-top: 18px;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  padding: 35px 0;
  border-top: 1px solid var(--white-line);
}

.steps li:last-child {
  border-bottom: 1px solid var(--white-line);
}

.steps p {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.studio {
  background: var(--paper-light);
}

.studio-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 95px;
  align-items: center;
}

.studio-image {
  min-height: 620px;
  background:
    linear-gradient(0deg, rgba(23, 17, 29, 0.22), rgba(23, 17, 29, 0.02)),
    url("https://images.unsplash.com/photo-1587620962725-abab7fe55159?auto=format&fit=crop&w=1000&q=82") center / cover;
  filter: saturate(0.65);
}

.studio-copy > p {
  max-width: 570px;
}

.principles {
  margin: 48px 0 0;
}

.principles > div {
  display: grid;
  grid-template-columns: 55px 1fr;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.principles > div:last-child {
  border-bottom: 1px solid var(--line);
}

.principles dt {
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 700;
}

.principles dd {
  margin: 0;
  font-weight: 600;
}

.contact {
  background: var(--violet);
  color: white;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 130px;
}

.contact .eyebrow {
  color: white;
}

.contact-copy > p {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 42px;
  font-size: 0.92rem;
}

.contact-details a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.contact-details span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
}

.contact-form {
  padding: 42px;
  color: var(--ink);
  background: var(--paper-light);
}

.field {
  margin-bottom: 24px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.field input,
.field textarea {
  width: 100%;
  padding: 11px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(23, 17, 29, 0.32);
  border-radius: 0;
  outline: none;
  resize: vertical;
  transition: border-color 150ms ease;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--accent);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #99929b;
}

.submit-button {
  width: 100%;
  margin-top: 5px;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  text-align: center;
}

.site-footer {
  padding-block: 48px;
  color: white;
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 45px;
  align-items: center;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.84rem;
}

.footer-links {
  display: flex;
  gap: 22px;
  font-size: 0.84rem;
}

.footer-links a:hover {
  color: var(--accent);
}

.whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: white;
  background: #228b4e;
  border: 3px solid var(--paper-light);
  border-radius: 50%;
  box-shadow: 0 8px 28px rgba(23, 17, 29, 0.24);
  transition: transform 160ms ease, background 160ms ease;
}

.whatsapp:hover {
  background: #1e7945;
  transform: translateY(-3px);
}

.whatsapp svg {
  width: 25px;
  fill: currentColor;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 82px 0 auto;
    display: grid;
    gap: 0;
    padding: 18px 24px 28px;
    background: var(--ink);
    border-bottom: 1px solid var(--white-line);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 16px 0;
    border-bottom: 1px solid var(--white-line);
  }

  .main-nav .nav-cta {
    margin-top: 16px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    text-align: center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .project-note {
    max-width: 500px;
  }

  .section-heading {
    grid-template-columns: 1fr 2fr;
  }

  .section-heading > p:last-child {
    grid-column: 2;
  }

  .service-item {
    grid-template-columns: 50px 1fr;
  }

  .service-item ul {
    grid-column: 2;
  }

  .landing-product {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .process-grid,
  .studio-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .process-intro {
    position: static;
  }

  .studio-image {
    min-height: 460px;
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
  }

  .site-footer > .container > p:first-of-type {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 620px) {
  :root {
    --radius: 5px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  html {
    scroll-padding-top: 72px;
  }

  .header-inner {
    min-height: 72px;
  }

  .site-header {
    padding-top: env(safe-area-inset-top);
  }

  .main-nav {
    inset-block-start: calc(72px + env(safe-area-inset-top));
    max-height: calc(100dvh - 72px - env(safe-area-inset-top));
    overflow-y: auto;
    padding-right: max(24px, env(safe-area-inset-right));
    padding-bottom: max(28px, env(safe-area-inset-bottom));
    padding-left: max(24px, env(safe-area-inset-left));
  }

  .hero {
    min-height: max(680px, 100svh);
    padding-top: calc(108px + env(safe-area-inset-top));
  }

  .hero::before {
    background: linear-gradient(90deg, rgba(23, 17, 29, 0.94), rgba(23, 17, 29, 0.62));
  }

  h1 {
    margin-bottom: 24px;
    font-size: clamp(2.75rem, 13vw, 4rem);
    line-height: 1.01;
  }

  .hero-lead {
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-grid {
    padding-bottom: 50px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-foot {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .hero-foot span,
  .hero-foot span:nth-child(2),
  .hero-foot span:last-child {
    text-align: left;
  }

  .project-note {
    display: none;
  }

  .section {
    padding-block: 88px;
  }

  .section-heading h2,
  .process h2,
  .studio h2,
  .contact h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 50px;
  }

  .section-heading > p:last-child {
    grid-column: auto;
  }

  .service-item {
    grid-template-columns: 35px 1fr;
    gap: 18px;
    padding-block: 34px;
  }

  .landing-product {
    gap: 34px;
    margin: 0 -4px 54px;
    padding: 36px 24px;
  }

  .landing-product::after {
    right: -12px;
    bottom: -28px;
    font-size: 8rem;
  }

  .landing-product h3 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .landing-product .button {
    width: 100%;
  }

  .service-item:hover {
    padding-inline: 0;
  }

  .service-item ul {
    grid-column: 2;
  }

  .studio-image {
    min-height: 360px;
  }

  .contact-form {
    padding: 28px 22px;
  }

  .field input,
  .field textarea {
    min-height: 48px;
    font-size: 16px;
  }

  .field textarea {
    min-height: 128px;
  }

  .submit-button {
    min-height: 54px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .site-footer > .container > p:first-of-type {
    grid-column: auto;
    grid-row: auto;
  }

  .copyright {
    margin-top: 15px !important;
  }

  .whatsapp {
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 380px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  h1 {
    font-size: 2.62rem;
  }

  .hero-foot span:nth-child(2) {
    display: none;
  }

  .service-item {
    grid-template-columns: 28px 1fr;
    gap: 12px;
  }

  .contact-form {
    margin-inline: -2px;
    padding-inline: 18px;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .hero {
    min-height: 620px;
  }

  .main-nav {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
