:root {
  --ink: #0d0d0b;
  --paper: #f0ece4;
  --paper-light: #faf8f3;
  --bronze: #a77b55;
  --bronze-light: #d5b38f;
  --line: rgba(13,13,11,.16);
  --display: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  --sans: "Didact Gothic", Arial, sans-serif;
  --shell: min(1320px, calc(100vw - 80px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper-light); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.gmenu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100001; top: -70px; left: 20px; padding: 11px 17px; background: white; color: black; }
.skip-link:focus { top: 20px; }
.eyebrow { margin: 0 0 21px; color: var(--bronze); font-size: 10px; letter-spacing: .23em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 200; letter-spacing: -.035em; }

.contact-hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--ink); color: white; }
.contact-hero-media { position: absolute; inset: 0 0 0 48%; background: url("../imgs/projects-seo/anakainisi-grafeion-indeavor/01.webp") center/cover no-repeat; transform: scale(1.025); }
.contact-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #0d0d0b 0%, #0d0d0b 44%, rgba(13,13,11,.77) 61%, rgba(13,13,11,.18)), linear-gradient(0deg, rgba(13,13,11,.72), transparent 46%); }
.contact-hero::after { content: ""; position: absolute; top: 88px; bottom: 0; left: 48%; width: 1px; background: rgba(255,255,255,.15); }
.contact-hero-content { position: relative; z-index: 1; min-height: 100svh; padding: 175px 0 50px; display: grid; grid-template-rows: 1fr auto; }
.contact-hero-copy { align-self: center; max-width: 810px; padding-bottom: 70px; }
.contact-hero h1 { max-width: 820px; margin-bottom: 30px; font-size: clamp(55px, 7vw, 98px); line-height: .9; }
.contact-hero h1 em { color: var(--bronze-light); font-weight: 200; }
.contact-hero-lead { max-width: 570px; margin: 0 0 0 10vw; padding-left: 23px; border-left: 1px solid rgba(255,255,255,.34); color: rgba(255,255,255,.72); font-family: var(--display); font-size: 22px; font-weight: 200; line-height: 1.4; }
.hero-call-button { display: inline-flex; align-items: center; gap: 18px; margin: 32px 0 0 10vw; padding: 11px 25px 11px 11px; border: 1px solid rgba(255,255,255,.44); border-radius: 999px; background: var(--bronze-light); color: #11110f; box-shadow: 0 16px 42px rgba(0,0,0,.24); transition: transform .25s, background .25s, box-shadow .25s; }
.hero-call-button:hover { background: #fff; color: #11110f; transform: translateY(-3px); box-shadow: 0 20px 50px rgba(0,0,0,.32); }
.hero-call-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: #11110f; color: #fff; font-size: 20px; }
.hero-call-button > span:last-child { display: grid; gap: 1px; }
.hero-call-button small { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hero-call-button strong { font-family: var(--display); font-size: 23px; font-weight: 300; letter-spacing: .025em; }
.hero-contact-bar { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.hero-contact-bar a, .hero-contact-bar div { min-height: 88px; padding: 20px 24px 4px 0; border-right: 1px solid rgba(255,255,255,.18); }
.hero-contact-bar > :not(:first-child) { padding-left: 24px; }
.hero-contact-bar > :last-child { border-right: 0; }
.hero-contact-bar span { display: block; margin-bottom: 6px; color: var(--bronze-light); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.hero-contact-bar strong { font-size: 14px; font-weight: 400; }
.hero-contact-bar a { transition: background .25s; }
.hero-contact-bar a:hover { background: rgba(255,255,255,.055); }

.contact-intro { padding: 155px 0 120px; display: grid; grid-template-columns: 1fr .75fr; gap: 13vw; align-items: start; }
.contact-intro h2 { max-width: 720px; margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: .98; }
.contact-intro-copy { padding-top: 70px; }
.contact-intro-copy .lead { color: var(--ink); font-family: var(--display); font-size: 26px; font-weight: 200; line-height: 1.38; }
.contact-intro-copy p:not(.lead) { color: #68625a; font-size: 14px; }

.project-contact { padding: 120px 0 140px; background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10vw; align-items: start; }
.form-side { position: sticky; top: 115px; }
.form-side h2 { margin-bottom: 25px; font-size: clamp(39px, 4vw, 58px); line-height: 1; }
.form-side > p:not(.eyebrow) { max-width: 420px; color: #676159; font-size: 14px; }
.response-note { margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; gap: 18px; align-items: baseline; }
.response-note strong { font-family: var(--display); font-size: 31px; font-weight: 200; }
.response-note span { color: #746e65; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.contact-form { padding: 54px; background: var(--paper-light); border: 1px solid rgba(13,13,11,.1); box-shadow: 0 30px 80px rgba(31,25,18,.08); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 24px; }
.field { position: relative; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 9px; color: #6d665d; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 0 14px; border: 0; border-bottom: 1px solid rgba(13,13,11,.25); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; transition: border-color .25s; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--bronze); }
.field input::placeholder, .field textarea::placeholder { color: #aaa39a; }
.form-submit { grid-column: 1 / -1; margin-top: 12px; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.form-submit p { max-width: 330px; margin: 0; color: #7a746c; font-size: 10px; }
.submit-button { min-height: 56px; padding: 0 28px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; cursor: pointer; font-size: 12px; letter-spacing: .06em; transition: background .25s, color .25s, transform .25s; }
.submit-button:hover { background: var(--bronze); border-color: var(--bronze); color: var(--ink); transform: translateY(-2px); }

.map-section { padding: 145px 0 0; background: var(--ink); color: white; }
.map-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12vw; align-items: end; margin-bottom: 70px; }
.map-heading h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: .95; }
.map-heading > div:last-child { padding-bottom: 5px; color: rgba(255,255,255,.57); font-size: 14px; }
.map-heading a { display: inline-block; margin-top: 16px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.45); color: var(--bronze-light); font-size: 12px; }
.map-frame { position: relative; width: min(1580px, calc(100vw - 48px)); height: min(68vw, 720px); min-height: 520px; margin-inline: auto; overflow: hidden; filter: grayscale(1) contrast(.94); }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

.contact-footer { position: relative; overflow: hidden; padding: 105px 0 27px; background: #090908; color: white; border-top: 1px solid rgba(213,179,143,.3); }
.contact-footer::before { content: "GEMISTOS"; position: absolute; left: 50%; bottom: -5.5vw; transform: translateX(-50%); color: rgba(255,255,255,.024); font-family: var(--display); font-size: clamp(145px, 21vw, 340px); letter-spacing: -.065em; line-height: .7; white-space: nowrap; }
.contact-footer-grid { position: relative; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 7vw; padding-bottom: 80px; }
.contact-footer img { width: 175px; margin-bottom: 25px; }
.contact-footer p { max-width: 300px; color: rgba(255,255,255,.48); font-family: var(--display); font-size: 20px; font-weight: 200; }
.contact-footer h2 { margin-bottom: 24px; color: var(--bronze-light); font-family: var(--sans); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.contact-footer a { display: table; margin: 11px 0; color: rgba(255,255,255,.66); font-size: 14px; transition: color .25s, transform .25s; }
.contact-footer a:hover { color: white; transform: translateX(3px); }
.footer-phone { display: inline-flex !important; flex-direction: column; padding: 11px 19px 12px; border: 1px solid rgba(213,179,143,.6); border-radius: 999px; color: white !important; }
.footer-phone span { color: var(--bronze-light); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.contact-footer-bottom { position: relative; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: 10px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 48px, 760px); }
  .contact-hero-media { left: 55%; }
  .contact-intro, .contact-layout, .map-heading { grid-template-columns: 1fr; gap: 50px; }
  .contact-intro-copy { max-width: 620px; padding-top: 0; }
  .form-side { position: static; }
  .contact-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 650px) {
  :root { --shell: calc(100% - 36px); }
  .contact-hero { min-height: 850px; }
  .contact-hero-media { inset: 0; opacity: .48; }
  .contact-hero-shade { background: linear-gradient(90deg, rgba(13,13,11,.92), rgba(13,13,11,.48)), linear-gradient(0deg, rgba(13,13,11,.9), transparent 55%); }
  .contact-hero::after { display: none; }
  .contact-hero-content { min-height: 850px; padding: 135px 0 30px; }
  .contact-hero h1 { font-size: clamp(46px, 14vw, 62px); }
  .contact-hero-lead { margin-left: 0; font-size: 18px; }
  .hero-call-button { margin-left: 0; margin-top: 25px; }
  .hero-contact-bar { grid-template-columns: 1fr; }
  .hero-contact-bar a, .hero-contact-bar div, .hero-contact-bar > :not(:first-child) { min-height: 0; padding: 12px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .contact-intro { padding: 95px 0; }
  .contact-intro h2 { font-size: 39px; }
  .contact-intro-copy .lead { font-size: 22px; }
  .project-contact { padding: 90px 0; }
  .contact-form { padding: 34px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full, .form-submit { grid-column: auto; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .submit-button { width: 100%; }
  .map-section { padding-top: 95px; }
  .map-heading h2 { font-size: 40px; }
  .map-frame { width: calc(100% - 18px); height: 620px; min-height: 0; }
  .contact-footer { padding-top: 85px; }
  .contact-footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-footer-bottom { display: block; }
  .contact-footer-bottom a { margin-top: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
