@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/barlow-400.woff2') format('woff2');
}

/* Version 1.3: local service copy, responsive images and restrained motion. */
.hero-visual picture,
.proof-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.project-visuals picture {
  display: block;
  width: 100%;
  overflow: hidden;
}

.service-content {
  display: grid;
  gap: 10px;
  max-width: 88%;
}

.service-content strong {
  display: block;
  font-size: clamp(1.12rem, 1.5vw, 1.42rem);
  line-height: 1.18;
}

.service-content small {
  display: block;
  color: #b9b9b4;
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.5;
}

.local-expertise {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.55fr);
  gap: clamp(48px, 8vw, 132px);
  padding: clamp(78px, 8vw, 126px) 4vw;
  background: #d9d8d1;
  color: var(--ink);
}

.local-expertise h2,
.faq h2 {
  margin: 0;
  font-family: var(--font-display), var(--font-display-fallback);
  font-size: clamp(4.8rem, 7vw, 7.8rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-variation-settings: 'wdth' 90;
}

.local-expertise-copy p {
  max-width: 820px;
  margin: 28px 0 0;
  color: #424441;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.65;
}

.service-area {
  align-self: start;
  padding: clamp(30px, 4vw, 48px);
  background: var(--ink);
  color: var(--paper);
}

.service-area-title {
  display: block;
  padding-bottom: 18px;
  border-bottom: 7px solid var(--accent);
  font-family: var(--font-display), var(--font-display-fallback);
  font-size: 2rem;
  text-transform: uppercase;
}

.service-area ul {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-area li {
  padding: 14px 0;
  border-bottom: 1px solid rgb(239 237 231 / 22%);
  color: #d3d2cd;
  font-size: 1.02rem;
  line-height: 1.35;
}

.service-area-note {
  margin-top: 26px;
  padding: 24px 0 2px;
  border-top: 1px solid rgb(239 237 231 / 22%);
}

.service-area-note strong,
.service-area-note > span {
  display: block;
}

.service-area-note strong {
  color: var(--accent);
  font-family: var(--font-display), var(--font-display-fallback);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.service-area-note > span {
  margin-top: 12px;
  color: #d3d2cd;
  font-size: 1rem;
  line-height: 1.55;
}

.faq {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.45fr);
  gap: clamp(48px, 8vw, 132px);
  padding: clamp(78px, 8vw, 124px) 4vw;
  background: var(--ink-soft);
  color: var(--paper);
}

.faq h2::after {
  display: block;
  width: 88px;
  height: 8px;
  margin-top: 28px;
  content: '';
  background: var(--accent);
}

.faq-list {
  border-top: 1px solid rgb(180 68 55 / 78%);
}

.faq details {
  border-bottom: 1px solid rgb(180 68 55 / 78%);
}

.faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq-mark {
  color: var(--accent);
  font-family: var(--font-display), var(--font-display-fallback);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease;
}

.faq details[open] .faq-mark {
  transform: rotate(45deg);
}

.faq details p {
  max-width: 760px;
  margin: -4px 54px 26px 0;
  color: #c9c8c3;
  font-size: 1.02rem;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .local-expertise,
  .faq {
    grid-template-columns: 1fr;
  }

  .service-area {
    width: min(100%, 560px);
  }
}

@media (max-width: 760px) {
  .service-content {
    max-width: calc(100% - 42px);
  }

  .service-content strong {
    font-size: 1.12rem;
  }

  .service-content small {
    font-size: 0.94rem;
  }

  .local-expertise,
  .faq {
    gap: 42px;
    padding: 68px 20px 76px;
  }

  .local-expertise h2,
  .faq h2 {
    font-size: clamp(4.1rem, 17vw, 5.4rem);
  }

  .local-expertise-copy p {
    font-size: 1rem;
  }

  .service-area {
    width: 100%;
    padding: 28px 24px;
  }

  .faq summary {
    padding: 22px 0;
    font-size: 1.02rem;
  }

  .faq details p {
    margin-right: 30px;
    font-size: 0.97rem;
  }
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/barlow-400-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/barlow-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/barlow-500-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/barlow-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/barlow-600-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/barlow-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/barlow-700-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

@font-face {
  font-family: 'League Gothic';
  font-style: normal;
  font-weight: 400;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url('../fonts/league-gothic.woff2') format('woff2');
}

@font-face {
  font-family: 'League Gothic';
  font-style: normal;
  font-weight: 400;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url('../fonts/league-gothic-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/anton.woff2') format('woff2');
}

@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/anton-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

:root {
  --ink: #111312;
  --ink-soft: #191b1a;
  --paper: #f2f0ec;
  --accent: #b44437;
  --accent-dark: #90342b;
  --muted: #aaa9a5;
  --line: #343634;
  --font-body: 'Barlow';
  --font-display: 'League Gothic';
  --font-metric: 'Anton';
  --font-body-fallback: Arial, Helvetica, sans-serif;
  --font-display-fallback: "Arial Narrow", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-body), var(--font-body-fallback);
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

body.admin-bar {
  min-height: calc(100vh - 32px);
}

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

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

button {
  color: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--paper);
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto minmax(300px, 1fr);
  align-items: center;
  min-height: 84px;
  padding: 0 4vw;
  background: var(--ink);
  border-bottom: 1px solid rgb(242 240 236 / 10%);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.brand picture {
  display: block;
  line-height: 0;
}

.brand img {
  width: 154px;
  height: auto;
}

.desktop-nav,
.header-actions,
.language-links {
  display: flex;
  align-items: center;
}

.desktop-nav {
  gap: clamp(24px, 2.6vw, 44px);
}

.desktop-nav a {
  position: relative;
  padding: 30px 0;
  font-size: 0.93rem;
  font-weight: 600;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 2px;
  content: '';
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  justify-content: flex-end;
  gap: clamp(20px, 2.8vw, 46px);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.language-links {
  gap: 8px;
  color: var(--muted);
  font-weight: 600;
}

.language-links button {
  padding: 8px 2px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.language-links button.is-active {
  color: var(--paper);
}

.header-cta,
.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 50px;
  padding: 0 20px;
  background: var(--accent);
  color: var(--paper);
  font-family: var(--font-display), var(--font-display-fallback);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: background 180ms ease, transform 180ms ease;
}

.header-cta:hover,
.primary-cta:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}

.is-disabled {
  cursor: default;
}

.header-cta.is-disabled,
.whatsapp-cta.is-disabled {
  opacity: 0.72;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: calc(100dvh - 84px);
  overflow: hidden;
  background: var(--ink);
}

.hero-copy {
  position: relative;
  z-index: 5;
  align-self: start;
  width: min(53vw, 820px);
  padding: clamp(56px, 7vh, 72px) 0 70px 4vw;
  animation: hero-enter 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero h1,
.services h2 {
  margin: 0;
  font-family: var(--font-display), var(--font-display-fallback);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.012em;
  text-transform: uppercase;
  font-variation-settings: 'wdth' 90;
}

.hero h1 {
  font-size: clamp(7rem, 10.2vw, 10rem);
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-slogan {
	margin: 24px 0 0;
	color: var(--accent);
	font-family: var(--font-display), var(--font-display-fallback);
	font-size: clamp(1.65rem, 2.3vw, 2.35rem);
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.hero-intro {
  max-width: 455px;
	margin: 20px 0 25px;
  color: #c8c7c3;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.5;
}

.primary-cta {
  min-width: 240px;
  min-height: 58px;
  padding: 0 24px;
  font-size: 1.13rem;
}

.hero-geometry {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  background: #a3a49f;
  clip-path: polygon(85% 4%, 100% 24.5%, 100% 100%, 17% 100%);
}

.hero-geometry::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: '';
  background: var(--paper);
  clip-path: polygon(85% 6.5%, 100% 27%, 100% 100%, 18.5% 100%);
}

.experience {
  position: absolute;
  z-index: 4;
  right: clamp(13vw, 18vw, 280px);
  bottom: clamp(7vh, 9vh, 100px);
  display: flex;
  flex-direction: column;
  color: var(--ink);
  font-family: var(--font-display), var(--font-display-fallback);
  text-align: center;
  text-transform: uppercase;
}

.experience strong {
  font-family: var(--font-metric), var(--font-display-fallback);
  font-size: clamp(9rem, 18vw, 18rem);
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: -0.035em;
}

.experience span {
  margin-top: clamp(18px, 2.5vh, 28px);
  color: #747570;
  font-size: clamp(1.8rem, 2.5vw, 3rem);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.services {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) 1.8fr;
  gap: clamp(48px, 8vw, 140px);
  padding: clamp(64px, 5.2vw, 76px) 4vw;
  background: var(--ink-soft);
  border-top: 1px solid var(--line);
}

.services h2 {
  max-width: 430px;
  font-size: clamp(5.3rem, 7.5vw, 8.2rem);
}

.services h2::after {
  display: block;
  width: 88px;
  height: 8px;
  margin-top: 24px;
  content: '';
  background: var(--accent);
}

.service-list {
  align-self: center;
}

.service-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  border-bottom: 1px solid rgb(180 68 55 / 75%);
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  font-weight: 600;
}

.service-list a:first-child {
  border-top: 1px solid rgb(180 68 55 / 75%);
}

.service-arrow {
  margin-left: 24px;
  color: var(--accent);
  font-size: 2.1rem;
  transition: transform 180ms ease;
}

.service-list a:hover .service-arrow,
.service-list a:focus-visible .service-arrow {
  transform: translateX(8px);
}

.process {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) 2.1fr;
  gap: clamp(42px, 6vw, 90px);
  padding: clamp(62px, 6vw, 86px) 4vw;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

.process h2,
.proof h2,
.contact h2 {
  margin: 0;
  font-family: var(--font-display), var(--font-display-fallback);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-variation-settings: 'wdth' 90;
}

.process h2 {
  max-width: 390px;
  font-size: clamp(4.8rem, 6.4vw, 7rem);
  white-space: pre-line;
}

.process h2::after {
  display: block;
  width: 82px;
  height: 8px;
  margin-top: 24px;
  content: '';
  background: var(--accent);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.process-steps article {
  position: relative;
  min-height: 225px;
  padding: 20px clamp(16px, 2vw, 32px) 10px;
}

.process-steps article::before {
  position: absolute;
  top: 0;
  bottom: -12px;
  left: 0;
  width: 1px;
  content: '';
  background: #a9aaa6;
  transform: skewX(-12deg);
  transform-origin: top;
}

.process-mark {
  display: block;
  margin-bottom: 20px;
  color: var(--accent);
  font-family: var(--font-display), var(--font-display-fallback);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

.process h3 {
  min-height: 64px;
  margin: 0;
  font-family: var(--font-display), var(--font-display-fallback);
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 400;
  line-height: 0.92;
  text-transform: uppercase;
  font-variation-settings: 'wdth' 90;
}

.process article p {
  margin: 22px 0 0;
  color: #4d504e;
  font-size: 1rem;
  line-height: 1.5;
}

.proof {
  position: relative;
  isolation: isolate;
  min-height: 360px;
  overflow: hidden;
  background: var(--ink);
}

.proof-copy {
  position: relative;
  z-index: 2;
  width: min(48%, 680px);
  padding: 48px 4vw;
}

.proof h2 {
  max-width: 640px;
  font-family: var(--font-body), var(--font-body-fallback);
  font-size: clamp(2.2rem, 3.45vw, 3.75rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.025em;
  text-transform: none;
}

.accent-rule {
  display: block;
  width: 86px;
  height: 8px;
  margin: 28px 0;
  background: var(--accent);
}

.proof p {
  max-width: 460px;
  margin: 0;
  color: #c3c2bd;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.5;
}

.proof-roof {
  position: absolute;
  z-index: 1;
  right: -7%;
  bottom: 0;
  width: 61%;
  height: 96%;
  background: var(--paper);
  clip-path: polygon(62% 16%, 100% 54%, 100% 100%, 0 100%);
}

.proof-roof::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #9b9c98;
  clip-path: polygon(62% 10%, 100% 48%, 100% 54%, 62% 20%, 6% 100%, 0 100%);
}

.contact {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) 1.6fr;
  background: var(--paper);
  color: var(--ink);
}

.contact-intro {
  padding: clamp(52px, 4.4vw, 64px) 4vw;
  background: var(--accent);
}

.contact h2 {
  max-width: 420px;
  font-size: clamp(4.6rem, 5.5vw, 6.2rem);
  white-space: pre-line;
}

.accent-rule-dark {
  background: var(--ink);
}

.whatsapp-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-display), var(--font-display-fallback);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-variation-settings: 'wdth' 90;
}

.whatsapp-cta {
  max-width: 420px;
  padding: 0 22px;
}

.whatsapp-cta:hover,
.whatsapp-cta:focus-visible {
  background: #272a28;
}

.contact-intro > p {
  max-width: 360px;
  margin: 18px 0 0;
  color: var(--paper);
  font-weight: 600;
  line-height: 1.45;
}

.contact-details {
  display: grid;
  align-content: center;
  gap: 42px;
  padding: 52px clamp(34px, 6vw, 92px);
}

.contact-email {
  width: fit-content;
  color: var(--ink);
  font-family: var(--font-display), var(--font-display-fallback);
  font-size: clamp(2.6rem, 4.2vw, 5.2rem);
  font-weight: 400;
  line-height: 0.92;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 5px;
  text-underline-offset: 12px;
}

.contact-location {
  display: grid;
  gap: 8px;
  color: #4d504e;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  font-weight: 600;
  line-height: 1.4;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  z-index: 1000;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  background: #25d366;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 26px rgb(0 0 0 / 28%);
  transition: transform 180ms ease, background 180ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  background: #1fb85a;
  transform: translateY(-3px);
}

.floating-whatsapp.is-disabled {
  opacity: 0.88;
}

.floating-whatsapp.is-disabled:hover {
  background: #25d366;
  transform: none;
}

.floating-whatsapp svg {
  width: 38px;
  height: 38px;
}

.content-page {
  width: min(100% - 40px, 960px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 80px 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(160px, 0.7fr) 1fr 1fr auto;
  align-items: center;
  gap: 38px;
  padding: 32px 4vw;
  background: var(--ink);
  border-top: 1px solid var(--line);
}

.site-footer > img {
  width: 138px;
  height: auto;
}

.footer-block {
  display: grid;
  gap: 7px;
  min-height: 56px;
  padding-left: 34px;
  border-left: 2px solid var(--accent);
  color: #c9c8c3;
}

.footer-languages {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 56px;
  padding-left: 34px;
  border-left: 2px solid var(--accent);
}

.footer-languages button {
  padding: 10px 2px;
  background: transparent;
  color: var(--muted);
  border: 0;
  cursor: pointer;
}

.footer-languages button.is-active {
  color: var(--paper);
}

.language-item {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

@keyframes hero-enter {
  from {
    transform: translateY(24px);
  }
  to {
    transform: translateY(0);
  }
}

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

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    min-height: 46px;
    padding: 0 16px;
    background: transparent;
    color: var(--paper);
    border: 2px solid var(--paper);
    cursor: pointer;
    font-family: var(--font-display), var(--font-display-fallback);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .mobile-menu {
    position: absolute;
    top: 84px;
    right: 0;
    left: 0;
    z-index: 30;
    padding: 20px 4vw 28px;
    background: var(--ink-soft);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .mobile-menu.is-open {
    display: grid;
  }

  .mobile-menu a {
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--font-display), var(--font-display-fallback);
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .hero-copy {
    width: 57vw;
  }

  .hero h1 {
    font-size: clamp(5.2rem, 12vw, 7.4rem);
  }

  .experience {
    right: 5vw;
  }

  .process {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-steps article {
    min-height: 230px;
  }

  .proof-copy {
    width: 58%;
  }

  .contact {
    grid-template-columns: minmax(300px, 0.75fr) 1.25fr;
  }

  .site-footer {
    grid-template-columns: 0.75fr 1.25fr 1.25fr;
  }

  .footer-languages {
    grid-column: 2 / -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 74px;
    padding: 0 20px;
  }

  .mobile-menu {
    top: 74px;
    padding: 18px 20px 24px;
  }

  .brand img {
    width: 104px;
  }

  .header-actions {
    gap: 14px;
  }

  .header-cta {
    display: none;
  }

  .language-links {
    gap: 5px;
    font-size: 0.88rem;
  }

  .language-item {
    gap: 5px;
  }

  .menu-toggle {
    min-width: 62px;
    min-height: 44px;
    padding: 0 10px;
    font-size: 0.95rem;
  }

  .hero {
    min-height: calc(100dvh - 74px);
    padding-bottom: 190px;
  }

  .hero-copy {
    align-self: start;
    width: 100%;
    padding: 48px 20px 28px;
  }

  .hero h1 {
    font-size: clamp(4rem, 19vw, 5.6rem);
    line-height: 0.84;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero-intro {
    max-width: 350px;
	margin: 18px 0 22px;
    font-size: 1rem;
  }

  .hero-slogan {
	margin-top: 20px;
	font-size: 1.5rem;
	line-height: 1.05;
  }

  .primary-cta {
    min-width: min(100%, 252px);
  }

  .hero-geometry {
    inset: auto 0 0 0;
    height: 220px;
    clip-path: polygon(72% 0, 100% 31%, 100% 100%, 0 100%);
  }

  .hero-geometry::before {
    clip-path: polygon(72% 5%, 100% 37%, 100% 100%, 4% 100%);
  }

  .experience {
    right: 82px;
    bottom: 34px;
  }

  .experience strong {
    font-size: 6rem;
  }

  .experience span {
    margin-top: 18px;
    font-size: 1.35rem;
  }

  .services {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 64px 20px 74px;
  }

  .services h2 {
    max-width: 310px;
    font-size: clamp(4.3rem, 19vw, 6rem);
  }

  .service-list a {
    min-height: 64px;
    font-size: 1rem;
  }

  .process {
    gap: 46px;
    padding: 68px 20px 76px;
  }

  .process h2 {
    font-size: clamp(4.2rem, 18vw, 5.8rem);
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-steps article {
    min-height: 0;
    padding: 22px 18px 26px 46px;
    border-bottom: 1px solid #c8c8c3;
  }

  .process-steps article::before {
    left: 18px;
  }

  .process-mark {
    position: absolute;
    top: 26px;
    left: 0;
    margin: 0;
  }

  .process h3 {
    min-height: 0;
    font-size: 2rem;
  }

  .process article p {
    margin-top: 12px;
  }

  .proof {
    min-height: 440px;
  }

  .proof-copy {
    width: 100%;
    padding: 64px 20px 210px;
  }

  .proof h2 {
    max-width: 350px;
    font-size: 2.35rem;
  }

  .proof-roof {
    right: -22%;
    width: 118%;
    height: 52%;
  }

  .contact {
    grid-template-columns: 1fr;
  }

  .contact-intro,
  .contact-details {
    padding: 48px 20px;
  }

  .contact h2 {
    max-width: 340px;
    font-size: clamp(4.2rem, 18vw, 5.8rem);
  }

  .contact-email {
    max-width: 100%;
    font-size: clamp(2.3rem, 11vw, 4rem);
    overflow-wrap: anywhere;
  }

  .floating-whatsapp {
    width: 58px;
    height: 58px;
  }

  .floating-whatsapp svg {
    width: 34px;
    height: 34px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 20px;
  }

  .footer-block,
  .footer-languages {
    grid-column: auto;
    min-height: 0;
    padding: 18px 0 0;
    border-top: 2px solid var(--accent);
    border-left: 0;
  }
}

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

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

}

/* Version 1.1: real project photography and conversion-focused contact paths. */
img {
  max-width: 100%;
}

.site-header {
  min-height: 76px;
}

.desktop-nav a {
  padding-top: 26px;
  padding-bottom: 26px;
}

.desktop-nav a::after {
  bottom: 18px;
}

.hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  min-height: min(790px, calc(100dvh - 76px));
}

.hero-copy {
  align-self: center;
  width: auto;
  padding: clamp(60px, 8vh, 88px) clamp(36px, 4vw, 72px);
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(5.6rem, 7.6vw, 8.4rem);
  line-height: 0.84;
}

.hero-intro {
  max-width: 560px;
}

.hero-visual {
  position: relative;
  min-height: min(790px, calc(100dvh - 76px));
  overflow: hidden;
  background: #747570;
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0 11%);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, transparent 58%, rgb(17 19 18 / 58%) 100%);
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: min(790px, calc(100dvh - 76px));
  object-fit: cover;
  object-position: 52% center;
}

.experience {
  right: clamp(112px, 9vw, 150px);
  bottom: clamp(22px, 3vw, 54px);
  align-items: flex-end;
  padding: 18px 22px 16px;
  background: rgb(17 19 18 / 90%);
  color: var(--paper);
  text-align: right;
}

.experience strong {
  font-size: clamp(4.6rem, 6.5vw, 7rem);
  line-height: 0.76;
}

.experience span {
  margin-top: 13px;
  color: #d3d2cd;
  font-size: clamp(1.15rem, 1.4vw, 1.55rem);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(28px, 4vw, 68px);
}

.service-list a,
.service-list a:first-child,
.service-list a:nth-child(2) {
  border-top: 1px solid rgb(180 68 55 / 75%);
}

.service-list a:nth-child(n + 3) {
  border-top: 0;
}

.projects {
  padding: clamp(70px, 7vw, 110px) 4vw clamp(80px, 8vw, 124px);
  background: var(--paper);
  color: var(--ink);
}

.projects-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: clamp(48px, 5vw, 76px);
}

.projects h2 {
  margin: 0;
  font-family: var(--font-display), var(--font-display-fallback);
  font-size: clamp(5rem, 7vw, 8rem);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-variation-settings: 'wdth' 90;
}

.projects-header p {
  max-width: 560px;
  margin: 22px 0 0;
  color: #50524f;
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.5;
}

.instagram-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 54px;
  padding: 0 20px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-display), var(--font-display-fallback);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.instagram-link:hover,
.instagram-link:focus-visible {
  background: var(--accent);
  transform: translateY(-2px);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(38px, 5vw, 78px) clamp(24px, 3vw, 46px);
}

.project-card {
  display: flex;
  flex-direction: column;
  grid-column: span 6;
}

.project-card .project-copy {
  margin-bottom: 24px;
}

.project-card-1 {
  grid-column: 1 / -1;
}

.project-visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.3vw, 18px);
  margin-top: auto;
}

.project-visuals figure {
  margin: 0;
}

.project-visuals img {
  display: block;
  width: 100%;
  height: clamp(430px, 42vw, 610px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 68%;
}

.project-card-1 .project-visuals img {
  height: auto;
  aspect-ratio: 3 / 4;
  object-position: center 72%;
}

.project-card-1 .project-visuals figure:nth-child(2) picture {
  display: block;
  overflow: hidden;
}

.project-card-1 .project-visuals figure:nth-child(2) img {
  transform: scale(1.2);
  transform-origin: center bottom;
}

.project-card.project-card-4 {
  grid-column: 1 / -1;
  margin-top: clamp(10px, 2vw, 28px);
}

.project-card-4 .project-visuals img {
  height: clamp(460px, 38vw, 570px);
  aspect-ratio: 4 / 3;
  object-position: center 58%;
}

.project-visuals figcaption {
  margin-top: 10px;
  color: #5a5c59;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.project-copy {
  padding-top: 22px;
  border-top: 8px solid var(--accent);
}

.project-copy h3 {
  margin: 0;
  font-family: var(--font-display), var(--font-display-fallback);
  font-size: clamp(2.45rem, 3.4vw, 4rem);
  font-weight: 400;
  line-height: 0.94;
  text-transform: uppercase;
  font-variation-settings: 'wdth' 90;
}

.project-copy p {
  max-width: 520px;
  margin: 17px 0 0;
  color: #50524f;
  font-size: 1.05rem;
  line-height: 1.55;
}

.proof {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  min-height: 520px;
}

.proof-media {
  min-height: 520px;
  overflow: hidden;
}

.proof-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 52%;
}

.proof-copy {
  align-self: center;
  width: auto;
  padding: clamp(54px, 7vw, 106px);
}

.proof h2 {
  max-width: 780px;
}

.whatsapp-cta,
.call-cta {
  max-width: 420px;
}

.call-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  margin-top: 12px;
  padding: 0 22px;
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--ink);
  font-family: var(--font-display), var(--font-display-fallback);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-variation-settings: 'wdth' 90;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.call-cta:hover,
.call-cta:focus-visible {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-2px);
}

.contact-details {
  align-content: center;
  gap: 34px;
}

.contact-email,
.contact-phone {
  width: fit-content;
  color: var(--ink);
  font-family: var(--font-display), var(--font-display-fallback);
  font-weight: 400;
  line-height: 0.95;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 5px;
  text-underline-offset: 11px;
}

.contact-email {
  font-size: clamp(2.6rem, 3.9vw, 4.7rem);
}

.contact-phone {
  font-size: clamp(2.2rem, 3.2vw, 3.8rem);
}

.site-footer {
  grid-template-columns: minmax(140px, 0.6fr) 1.1fr 1fr auto;
}

html[lang='tr'] .hero h1 {
  font-size: clamp(4.8rem, 6.6vw, 7.4rem);
}

@media (max-width: 1080px) {
  .mobile-menu {
    top: 76px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  }

  .hero-copy {
    width: auto;
  }

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

  html[lang='tr'] .hero h1 {
    font-size: clamp(4rem, 7vw, 5.4rem);
  }

  .services {
    grid-template-columns: 1fr;
  }

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

  .proof-copy {
    width: auto;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 74px;
  }

  .mobile-menu {
    top: 74px;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-copy {
    width: 100%;
    padding: 46px 20px 44px;
  }

  .hero h1,
  html[lang='tr'] .hero h1 {
    max-width: 100%;
    font-size: clamp(3.8rem, 17vw, 5.1rem);
  }

  .hero-visual {
    min-height: 410px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
  }

  .hero-visual img {
    min-height: 410px;
  }

  .experience {
    right: 92px;
    bottom: 20px;
    padding: 15px 18px 13px;
  }

  .experience strong {
    font-size: 4.4rem;
  }

  .experience span {
    margin-top: 10px;
    font-size: 1.1rem;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-list a:nth-child(2) {
    border-top: 0;
  }

  .projects {
    padding: 68px 20px 78px;
  }

  .projects-header {
    display: grid;
    align-items: start;
    margin-bottom: 44px;
  }

  .projects h2 {
    font-size: clamp(4.3rem, 18vw, 5.8rem);
  }

  .instagram-link {
    width: 100%;
  }

  .project-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .project-card {
    grid-column: 1 / -1;
    min-width: 0;
  }

	.project-card.project-card-4 {
		margin-top: 0;
	}

	.project-card-1 .project-visuals img,
	.project-card-4 .project-visuals img,
	.project-visuals img {
    height: 430px;
    aspect-ratio: 3 / 4;
  }

	.project-card-1 .project-visuals img {
		object-position: center 72%;
	}

	.project-card-1 .project-visuals figure:nth-child(2) img {
		transform: scale(1.2);
	}

  .project-copy {
    margin-top: 0;
  }

  .proof {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .proof-media {
    min-height: 360px;
  }

  .proof-media img {
    min-height: 360px;
  }

  .proof-copy {
    width: auto;
    padding: 56px 20px 62px;
  }

  .contact-email,
  .contact-phone {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .contact-phone {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

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

  .footer-languages {
    grid-column: auto;
  }
}

/* Keep the expanded service cards after the legacy responsive rules. */
.service-list a {
  align-items: flex-start;
  min-height: 142px;
  padding: 22px 0;
}

@media (max-width: 760px) {
  .service-list a {
    min-height: 0;
    padding: 22px 64px 22px 0;
  }

	.service-list a:nth-child(n + 6) {
		align-items: center;
		min-height: 64px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.service-list a:nth-child(n + 6) .service-content {
		gap: 0;
	}

	.service-list a:nth-child(n + 6) .service-content small {
		display: none;
	}

	.faq summary {
		padding-right: 64px;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.hero-visual img {
		animation: hero-image-enter 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
	}

	.content-reveal {
		opacity: 0;
		transform: translateY(8px);
		transition: opacity 240ms cubic-bezier(0.16, 1, 0.3, 1), transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
	}

	.project-visuals figcaption.content-reveal {
		transition-delay: 40ms;
	}

	.content-reveal.is-visible {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 761px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
	.project-visuals img,
	.proof-media img {
		transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
	}

	.project-visuals figure:hover img,
	.proof-media:hover img {
		transform: scale(1.01);
	}

	.project-card-1 .project-visuals figure:nth-child(2):hover img {
		transform: scale(1.212);
	}
}

@keyframes hero-image-enter {
	from {
		opacity: 0.72;
		transform: scale(1.035) translateY(10px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}
