@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/philippos-bricolage-grotesque-600.ttf") format("truetype");
}

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/philippos-bricolage-grotesque-700.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/philippos-manrope-400.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/philippos-manrope-500.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/philippos-manrope-600.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/philippos-manrope-700.ttf") format("truetype");
}

:root {
  --salt: #f7f5ee;
  --limestone: #ded7c8;
  --deep-water: #173f46;
  --sea-glass: #5f9695;
  --olive: #667252;
  --cyprus-sun: #e5b83f;
  --ink-soft: #4a5c5d;
  --font-display: "Bricolage Grotesque", sans-serif;
  --font-body: "Manrope", sans-serif;
  --radius-structure: 12px;
  --page-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--salt);
  color: var(--deep-water);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 6px;
  background: var(--cyprus-sun);
  color: var(--deep-water);
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--cyprus-sun);
  outline-offset: 4px;
}

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

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

h1 {
  max-width: none;
  margin-bottom: 24px;
  color: var(--salt);
  font-size: clamp(3rem, 4vw, 4.2rem);
}

h1 span {
  display: block;
}

h2 {
  max-width: 16ch;
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
}

h3 {
  font-size: 1.5rem;
}

p {
  max-width: 66ch;
  margin-bottom: 16px;
}

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

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 48px), var(--page-width));
  min-height: 76px;
  margin-inline: auto;
  border-bottom: 1px solid var(--limestone);
}

.wordmark {
  color: var(--deep-water);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.9rem;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:not(.nav-action):hover {
  color: var(--sea-glass);
}

.nav-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.nav-action {
  min-height: 38px;
  padding: 0 15px;
  background: var(--deep-water);
  color: var(--salt);
}

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

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  padding-block: 44px 82px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 570px;
  padding: clamp(28px, 3.2vw, 42px);
  border-radius: var(--radius-structure);
  background: var(--deep-water);
  color: var(--salt);
}

.hero-kicker,
.section-kicker {
  margin-bottom: 20px;
  color: var(--sea-glass);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-kicker {
  color: var(--limestone);
}

.hero-support {
  max-width: 34ch;
  margin-bottom: 32px;
  color: #e8e4d9;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.hero-action-group {
  width: 100%;
  margin-top: auto;
}

.hero-action-group p {
  max-width: 31ch;
  margin: 14px 0 0;
  color: var(--limestone);
  font-size: 0.88rem;
}

.button {
  min-height: 50px;
  padding: 0 21px;
  border: 0;
  font-size: 0.9rem;
}

.button-sun {
  background: var(--cyprus-sun);
  color: var(--deep-water);
}

.button-sun:hover {
  background: #f1c955;
}

.field-note {
  width: 100%;
  margin: 42px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(222, 215, 200, 0.35);
  color: var(--limestone);
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.hero-visual {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
}

.hero-figure {
  margin: 0;
}

.hero-figure img {
  display: block;
  width: 100%;
  height: clamp(480px, 42vw, 570px);
  aspect-ratio: 16 / 12;
  border-radius: var(--radius-structure);
  object-fit: cover;
}

.hero-figure figcaption {
  margin-top: 14px;
  color: var(--olive);
  font-size: 0.9rem;
  font-weight: 700;
}

.status-message {
  width: min(calc(100% - 48px), var(--page-width));
  margin: -42px auto 72px;
  padding: 15px 18px;
  border-left: 4px solid var(--cyprus-sun);
  background: #eee9dc;
  color: var(--deep-water);
  font-size: 0.9rem;
}

.services-section {
  display: grid;
  grid-template-columns: minmax(200px, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
  padding-block: 18px 112px;
}

.section-intro h2 {
  margin-bottom: 0;
}

.service-list,
.process-list {
  padding: 0;
  list-style: none;
}

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

.service-item {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1fr);
  gap: 24px;
  padding: 23px 0;
  border-bottom: 1px solid var(--limestone);
}

.service-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.service-detail {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.process-section {
  padding-block: 94px 106px;
  background: var(--limestone);
}

.process-intro {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 56px 0 0;
}

.process-step {
  display: flex;
  flex-direction: column;
  min-height: 208px;
  padding-top: 18px;
  border-top: 3px solid var(--olive);
}

.process-index {
  margin-bottom: 38px;
  color: var(--olive);
  font-size: 0.82rem;
  font-weight: 700;
}

.process-step h3 {
  margin-bottom: 10px;
}

.process-step p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(180px, 0.62fr) minmax(0, 1.38fr);
  gap: 70px;
  padding-block: 120px;
}

.about-marker {
  align-self: start;
  color: var(--sea-glass);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.about-copy {
  max-width: 720px;
}

.about-copy p:not(.section-kicker) {
  max-width: 58ch;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
}

.closing-section {
  padding-block: 88px;
  background: var(--deep-water);
  color: var(--salt);
}

.closing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.68fr);
  gap: 70px;
  align-items: end;
}

.closing-section .section-kicker {
  color: var(--limestone);
}

.closing-section h2 {
  margin-bottom: 0;
}

.closing-action p {
  color: var(--limestone);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 28px;
  color: var(--olive);
  font-size: 0.82rem;
}

.site-footer span:first-child {
  color: var(--deep-water);
  font-family: var(--font-display);
  font-weight: 700;
}

@media (max-width: 840px) {
  .hero,
  .services-section,
  .process-intro,
  .about-section,
  .closing-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-copy {
    min-height: auto;
  }

  .hero-copy {
    padding: 34px;
  }

  .services-section {
    padding-bottom: 84px;
  }

  .process-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 40px;
  }

  .process-step {
    min-height: 0;
  }

  .process-index {
    margin-bottom: 20px;
  }

  .about-section {
    padding-block: 84px;
  }

  .about-marker {
    font-size: 2.6rem;
  }

  .hero-figure img {
    height: clamp(300px, 78vw, 520px);
  }
}

@media (max-width: 560px) {
  .section-shell,
  .site-header,
  .status-message {
    width: min(calc(100% - 32px), var(--page-width));
  }

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

  .site-nav {
    gap: 14px;
    font-size: 0.78rem;
  }

  .site-nav a:not(.nav-action) {
    display: none;
  }

  .nav-action {
    min-height: 34px;
    padding-inline: 11px;
  }

  .hero {
    padding-block: 24px 68px;
  }

  .hero-copy {
    padding: 28px 24px;
  }

  h1 {
    font-size: clamp(2.8rem, 12vw, 3.7rem);
  }

  .service-item {
    grid-template-columns: 1fr;
    gap: 7px;
    padding-block: 19px;
  }

  .service-name {
    font-size: 1.2rem;
  }

  .process-section {
    padding-block: 72px 78px;
  }

  .closing-section {
    padding-block: 70px;
  }

  .site-footer {
    flex-direction: column;
    gap: 7px;
  }
}

@media (max-width: 360px) {
  .wordmark {
    font-size: 0.94rem;
    white-space: nowrap;
  }

  .site-nav {
    gap: 0;
  }

  .nav-action {
    padding-inline: 9px;
    font-size: 0.72rem;
    white-space: nowrap;
  }
}

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

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