:root {
  --ink: #0d1a2b;
  --navy: #14243b;
  --navy-soft: #223650;
  --stone: #eeeae3;
  --paper: #f8f6f1;
  --white: #ffffff;
  --accent: #b56d4c;
  --line: rgba(13, 26, 43, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.shell { width: min(100% - 80px, 1400px); margin-inline: auto; }
.section { padding-block: 140px; }

.hero { min-height: 100vh; overflow: hidden; background: var(--stone); }
.site-header { height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 14px; }
.brand-mark { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid currentColor; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; letter-spacing: -.08em; }
.brand-name { font-size: 11px; line-height: 1.12; letter-spacing: .2em; text-transform: uppercase; }
nav { display: flex; gap: 42px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
nav a, .header-cta { transition: opacity .2s ease; }
nav a:hover, .header-cta:hover { opacity: .58; }
.header-cta { justify-self: end; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.header-cta span { margin-left: 9px; color: var(--accent); font-size: 16px; }

.hero-grid { min-height: calc(100vh - 192px); display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(50px, 8vw, 130px); padding-block: 52px; }
.eyebrow, .section-label { margin: 0 0 30px; font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 15px; }
.eyebrow span { width: 42px; height: 1px; background: var(--accent); }
h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 820px; font-size: clamp(70px, 7.1vw, 124px); line-height: .89; }
h1 em, h2 em { color: var(--accent); font-weight: 400; }
.hero-intro { max-width: 620px; margin: 42px 0 0; font-size: 17px; line-height: 1.72; color: rgba(13, 26, 43, .72); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { min-height: 60px; display: inline-flex; align-items: center; justify-content: space-between; gap: 44px; padding: 0 25px; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--navy-soft); }
.button span { font-size: 17px; font-weight: 400; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.portrait-wrap { width: min(100%, 530px); margin: 0; justify-self: end; }
.portrait-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #d8d3cc; }
.portrait-frame::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.45); pointer-events: none; }
.portrait-frame img { height: 100%; object-fit: cover; object-position: center 26%; }
.portrait-wrap figcaption { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); color: rgba(13,26,43,.58); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.portrait-wrap .portrait-name { color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 19px; letter-spacing: 0; text-transform: none; }
.hero-footer { height: 80px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: rgba(13,26,43,.6); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.hero-footer i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

.statement { display: grid; grid-template-columns: .52fr 1.48fr; gap: 60px; }
.section-label { color: var(--accent); }
.statement h2, .approach h2, .contact h2 { font-size: clamp(54px, 5.6vw, 92px); line-height: .98; }
.statement > div > p { max-width: 640px; margin: 38px 0 0; font-size: 18px; line-height: 1.75; color: rgba(13,26,43,.68); }

.expertise { background: var(--ink); color: var(--white); }
.section-label.light { color: #cf9070; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 80px; padding-bottom: 75px; }
.section-heading h2 { font-size: clamp(54px, 5vw, 82px); line-height: .98; }
.section-heading > p { max-width: 430px; margin: 0; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.service-card { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; border-right: 1px solid rgba(255,255,255,.2); transition: background .25s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: var(--navy-soft); }
.service-number { color: #cf9070; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; }
.service-card h3 { margin: 0 0 22px; font-family: Georgia, 'Times New Roman', serif; font-size: 34px; font-weight: 400; }
.service-card p { max-width: 320px; margin: 0; color: rgba(255,255,255,.57); font-size: 14px; line-height: 1.75; }
.card-arrow { position: absolute; right: 32px; top: 30px; color: rgba(255,255,255,.35); font-size: 20px; }

.approach { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 170px); }
.approach-intro > p:last-child { max-width: 550px; margin: 38px 0 0; color: rgba(13,26,43,.66); font-size: 16px; line-height: 1.75; }
.process-list { border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 70px 160px 1fr; gap: 24px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.process-list article > span { color: var(--accent); font-family: Georgia, 'Times New Roman', serif; }
.process-list h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 27px; font-weight: 400; }
.process-list p { margin: 0; color: rgba(13,26,43,.62); font-size: 14px; line-height: 1.7; }

.about { min-height: 850px; display: grid; grid-template-columns: 1.04fr .96fr; background: var(--navy); color: var(--white); }
.about-photo { min-height: 700px; background: linear-gradient(rgba(13,26,43,.08), rgba(13,26,43,.18)), url('/assets/semih-calmuk.jpg') center 24% / cover no-repeat; }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 150px); }
.about-copy h2 { font-size: clamp(75px, 7vw, 116px); line-height: .83; }
.about-copy blockquote { max-width: 590px; margin: 55px 0 28px; padding-left: 25px; border-left: 1px solid #cf9070; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; line-height: 1.45; }
.about-copy > p { max-width: 570px; margin: 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.8; }
.light-link { width: fit-content; margin-top: 38px; color: var(--white); }

.contact { background: var(--stone); }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 100px; }
.contact-copy { padding-bottom: 5px; }
.contact-copy > p { max-width: 520px; margin: 0 0 38px; color: rgba(13,26,43,.67); font-size: 17px; line-height: 1.75; }
.button-accent { background: var(--accent); color: var(--white); }
.button-accent:hover { background: #9d5c3f; }
.contact-copy small { display: block; max-width: 500px; margin-top: 18px; color: rgba(13,26,43,.42); font-size: 10px; line-height: 1.5; }

footer { padding: 85px 0 28px; background: #091321; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: .8fr 1fr .6fr; gap: 80px; align-items: start; padding-bottom: 70px; }
.footer-brand { color: var(--white); }
.footer-grid > p { max-width: 400px; margin: 0; color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.75; }
.footer-links { display: flex; flex-direction: column; align-items: end; gap: 17px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

@media (max-width: 980px) {
  .shell { width: min(100% - 44px, 1400px); }
  .section { padding-block: 100px; }
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 45px; }
  h1 { font-size: clamp(58px, 8vw, 82px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section-heading { align-items: start; flex-direction: column; }
  .service-card { min-height: 390px; padding: 25px; }
  .approach { grid-template-columns: 1fr; }
  .process-list { margin-left: 17%; }
  .about { grid-template-columns: .9fr 1.1fr; }
  .about-copy { padding: 70px 55px; }
  .contact-grid { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 34px, 1400px); }
  .section { padding-block: 82px; }
  .site-header { height: 84px; }
  .brand { gap: 10px; }
  .brand-mark { width: 40px; height: 40px; font-size: 16px; }
  .brand-name { font-size: 8px; }
  .header-cta { font-size: 8px; letter-spacing: .08em; }
  .header-cta span { margin-left: 3px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; padding: 68px 0 45px; }
  .hero-copy { display: contents; }
  .eyebrow { order: 1; margin-bottom: 0; }
  h1 { order: 2; margin-top: -20px; font-size: clamp(54px, 16vw, 78px); }
  .hero-intro { order: 3; margin-top: -18px; font-size: 15px; }
  .hero-actions { order: 5; margin-top: 0; }
  .portrait-wrap { order: 4; width: 85%; margin-top: 6px; justify-self: end; }
  .portrait-wrap figcaption { align-items: start; flex-direction: column; gap: 5px; }
  .hero-footer { display: grid; grid-template-columns: 1fr 1fr; height: auto; gap: 16px; padding-block: 24px; }
  .hero-footer i { display: none; }
  .statement { grid-template-columns: 1fr; gap: 22px; }
  .statement h2, .approach h2, .contact h2 { font-size: clamp(46px, 13vw, 65px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .service-card:last-child { border-bottom: 0; }
  .process-list { margin-left: 0; }
  .process-list article { grid-template-columns: 45px 1fr; }
  .process-list p { grid-column: 2; }
  .about { grid-template-columns: 1fr; }
  .about-photo { min-height: 570px; background-position: center 22%; }
  .about-copy { padding: 80px 24px; }
  .about-copy h2 { font-size: 80px; }
  .about-copy blockquote { font-size: 20px; }
  .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-links { align-items: start; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
