:root {
  --ink: #052f38;
  --ink-soft: #0d4650;
  --flame: #ff8a18;
  --paper: #fff4df;
  --mist: #d7e6df;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans Georgian", system-ui, sans-serif;
  background: var(--ink);
  color: var(--white);
  line-height: 1.75;
  overflow-x: hidden;
}

.site-header,
.hero {
  font-family: Impact, "Arial Black", "Noto Sans Georgian", system-ui, sans-serif;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(1110px, calc(100% - 56px));
  margin: 0 auto;
  padding: 28px 0 24px;
  background: transparent;
}

.brand {
  justify-self: start;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.header-menu {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

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

.menu-toggle {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 42px);
  font-size: 0.9rem;
  font-family: "Noto Sans Georgian", system-ui, sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.68);
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--flame);
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 0;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.header-action {
  justify-self: end;
  min-width: 120px;
}

.header-action,
.button-primary {
  background: var(--flame);
  color: #071e24;
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: var(--white);
}

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

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

.hero {
  padding: 58px 0 82px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--flame);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1,
h2 {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.22;
}

h1 {
  max-width: 100%;
  margin-bottom: 22px;
  font-size: clamp(2.3rem, 7vw, 5.8rem);
}

.hero-title {
  display: block;
  margin: 0 0 44px;
  font-size: clamp(4.6rem, 7.7vw, 7.1rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-title span {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 34px);
  min-width: 0;
  white-space: normal;
}

.hero-title img {
  display: inline-block;
  width: clamp(156px, 14.6vw, 228px);
  height: 0.38em;
  min-height: 54px;
  object-fit: cover;
  border-radius: 2px;
  transform: translateY(0.04em);
}

.title-image-mobile {
  display: none;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 4vw, 3.4rem);
}

h3 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
}

.about-copy p,
.section-heading p:not(.eyebrow),
.cta-inner p,
.site-footer p {
  color: rgba(255, 255, 255, 0.72);
}

.hero-composition {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 0.96fr;
  gap: 48px;
  align-items: end;
}

.hero-composition img,
.portrait-card img,
.story-row img,
.work-item img,
.mosaic-grid img {
  border-radius: 0;
}

.hero-large {
  aspect-ratio: 1.13 / 1;
}

.hero-side {
  display: grid;
  gap: 48px;
}

.hero-side p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-family: "Noto Sans Georgian", system-ui, sans-serif;
  font-size: 1.01rem;
  line-height: 1.65;
}

.hero-side img {
  aspect-ratio: 1 / 0.96;
}

.hire-badge {
  position: absolute;
  left: calc(56.3% - 65px);
  bottom: 108px;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  width: 110px;
  height: 110px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--flame);
  color: var(--ink);
  outline: 2px solid rgba(255, 138, 24, 0.38);
  outline-offset: 7px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  font-weight: 900;
  text-align: center;
}

.hire-badge svg {
  display: block;
  width: 54px;
  height: 54px;
  fill: currentColor;
}

.about {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
  padding: 44px 0 92px;
}

.portrait-card {
  aspect-ratio: 4 / 5;
  max-height: 620px;
}

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

.service-ribbon {
  background: var(--flame);
  color: var(--ink);
  padding: clamp(34px, 7vw, 76px) 20px;
}

.service-ribbon-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  text-align: center;
  font-size: clamp(1.9rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 1.2;
}

.featured,
.work,
.mosaic,
.reviews {
  padding: clamp(74px, 10vw, 130px) 0;
}

.centered {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.story-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.story-row article {
  min-width: 0;
}

.story-row img {
  aspect-ratio: 4 / 5;
  margin-bottom: 16px;
}

.story-row p,
.work-item p,
.review-grid p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.work-item {
  display: grid;
  gap: 14px;
}

.work-item img {
  aspect-ratio: 1.32 / 1;
}

.work-item.tall img {
  aspect-ratio: 0.92 / 1;
}

.mosaic-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.35fr 0.78fr;
  grid-auto-rows: 190px;
  gap: 18px;
}

.mosaic-grid img:nth-child(1),
.mosaic-grid img:nth-child(5) {
  grid-row: span 2;
}

.mosaic-grid img:nth-child(2) {
  grid-column: span 1;
  grid-row: span 1;
}

.cta-band {
  background: var(--flame);
  color: var(--ink);
  padding: clamp(62px, 9vw, 112px) 20px;
}

.cta-inner {
  width: min(820px, 100%);
  margin: 0 auto;
  text-align: center;
}

.cta-inner p {
  color: rgba(5, 47, 56, 0.82);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.review-grid article {
  padding: 28px;
  background: var(--ink-soft);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.review-grid strong {
  color: var(--flame);
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 38px 0 46px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer .footer-links {
  justify-content: center;
  margin-top: 20px;
}

@media (min-width: 1280px) {
  .site-header,
  .section-shell {
    width: min(1180px, calc(100% - 80px));
  }

  .hero-title {
    font-size: 7.25rem;
  }
}

@media (min-width: 881px) {
  .hero-title span {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .hero-title .title-image-mobile {
    display: none;
  }

  .hero-title .title-image-desktop {
    display: inline-block;
  }
}

@media (max-width: 1180px) {
  .site-header,
  .section-shell {
    width: calc(100% - 48px);
  }

  .hero-title {
    font-size: 5.8rem;
    line-height: 1.1;
  }

  .hero-title img {
    width: 180px;
  }

  .hero-composition {
    grid-template-columns: 1.25fr 0.95fr;
    gap: 34px;
  }

  .hire-badge {
    left: calc(55% - 54px);
  }
}

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

  .nav-links {
    gap: 24px;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-title {
    font-size: 5rem;
  }

  .hero-composition {
    align-items: start;
  }

  .hero-side {
    gap: 32px;
  }
}

@media (max-width: 880px) {
  .site-header {
    width: min(100% - 32px, 1070px);
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 16px;
  }

  .menu-button {
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  }

  .menu-button:hover {
    background: rgba(255, 138, 24, 0.18);
    border-color: rgba(255, 138, 24, 0.58);
  }

  .menu-button:active {
    transform: scale(0.96);
  }

  .menu-button span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 2.7px 0;
    border-radius: 999px;
    background: var(--white);
    transform-origin: center;
    transition: transform 220ms ease, opacity 180ms ease, background 180ms ease;
  }

  .header-menu {
    grid-column: 1 / -1;
    position: absolute;
    top: calc(100% - 8px);
    right: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: min(292px, calc(100vw - 32px));
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top right;
    transition: max-height 260ms ease, opacity 200ms ease, padding 220ms ease, transform 220ms ease;
  }

  .menu-toggle:checked ~ .menu-button span:nth-child(1) {
    transform: translateY(7.4px) rotate(45deg);
    background: var(--flame);
  }

  .menu-toggle:checked ~ .menu-button span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle:checked ~ .menu-button span:nth-child(3) {
    transform: translateY(-7.4px) rotate(-45deg);
    background: var(--flame);
  }

  .menu-toggle:checked ~ .header-menu {
    max-height: 360px;
    padding: 10px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    background: rgba(6, 54, 64, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.32);
  }

  .nav-links {
    display: grid;
    justify-content: stretch;
    gap: 6px;
    width: 100%;
    overflow: visible;
    padding-bottom: 0;
    text-align: left;
  }

  .nav-links a {
    display: block;
    padding: 11px 12px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.075);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: left;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
  }

  .nav-links a:hover {
    background: rgba(255, 138, 24, 0.14);
    border-color: rgba(255, 138, 24, 0.42);
    color: var(--white);
  }

  .header-menu .header-action {
    min-height: 44px;
    width: 100%;
    justify-self: stretch;
    box-shadow: inset 0 0 0 1px rgba(5, 47, 56, 0.16);
  }

  .hero {
    padding: 34px 0 66px;
  }

  .hero-title {
    font-size: 4.2rem;
    line-height: 1.14;
  }

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

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

  .hero-title .title-image-mobile {
    display: inline-block;
  }

  .hero-title .title-image-desktop {
    display: none;
  }

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

  .hero-large {
    aspect-ratio: 16 / 11;
  }

  .hero-side {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: end;
    gap: 24px;
  }

  .hero-side p {
    max-width: none;
  }

  .hire-badge {
    left: auto;
    right: 22px;
    bottom: calc(34% + 12px);
  }

  .story-row,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .mosaic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .hero-title {
    font-size: 3.65rem;
  }

  .hero-title span {
    gap: 14px;
  }

  .hero-title img {
    width: 138px;
    min-height: 42px;
  }

  .hero-side {
    grid-template-columns: 1fr;
  }

  .hero-side img {
    aspect-ratio: 4 / 3;
  }

  .hire-badge {
    bottom: auto;
    top: min(48vw, 270px);
  }

  .about {
    padding-bottom: 68px;
  }

  .featured,
  .work,
  .mosaic,
  .reviews {
    padding: 68px 0;
  }
}

@media (max-width: 620px) {
  .section-shell,
  .site-footer {
    width: min(100% - 28px, 1070px);
  }

  .site-header {
    width: min(100% - 28px, 1070px);
    grid-template-columns: auto auto;
    padding: 16px 14px;
    justify-items: stretch;
    justify-content: space-between;
    gap: 14px;
  }

  .brand {
    justify-self: start;
    text-align: left;
  }

  .menu-button {
    justify-self: end;
  }

  .header-menu {
    grid-column: auto;
  }

  .button {
    width: 100%;
  }

  .header-action {
    width: 100%;
    justify-self: stretch;
  }

  .split {
    align-items: stretch;
    flex-direction: column;
  }

  .work-grid,
  .mosaic-grid {
    grid-template-columns: 1fr;
  }

  .mosaic-grid img,
  .mosaic-grid img:nth-child(1),
  .mosaic-grid img:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .service-ribbon-inner {
    justify-content: flex-start;
    text-align: left;
  }

  h1 {
    font-size: clamp(2rem, 14vw, 3.5rem);
  }

  .hero-title {
    display: grid;
    gap: 4px;
    margin-bottom: 22px;
    font-size: clamp(2.75rem, 15vw, 4.35rem);
    line-height: 1.06;
    letter-spacing: 0;
  }

  .hero-title span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  .hero-title img {
    width: clamp(96px, 34vw, 142px);
    height: 0.48em;
    min-height: 38px;
  }

  .hero-composition {
    display: block;
    padding-bottom: 8px;
  }

  .hero-large {
    width: 86%;
    aspect-ratio: 0.92 / 1;
  }

  .hero-side {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 16px;
    margin-top: -54px;
  }

  .hero-side p {
    width: min(78%, 330px);
    margin-left: auto;
    padding: 16px 16px 16px 18px;
    background: rgba(13, 70, 80, 0.96);
    border-left: 5px solid var(--flame);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  }

  .hero-side img {
    width: min(76%, 330px);
    margin-left: auto;
    aspect-ratio: 4 / 5;
  }

  .hire-badge {
    top: auto;
    right: 8%;
    bottom: calc(100% - 82px);
    width: 88px;
    height: 88px;
    outline-offset: 5px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  }

  .hire-badge svg {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 430px) {
  .section-shell,
  .site-footer,
  .site-header {
    width: calc(100% - 22px);
  }

  .site-header {
    padding-inline: 0;
  }

  .nav-links {
    font-size: 0.82rem;
  }

  .hero {
    padding-top: 22px;
    padding-bottom: 58px;
  }

  .hero-title {
    font-size: clamp(2.25rem, 13.6vw, 3.15rem);
    line-height: 1.08;
    margin-bottom: 18px;
  }

  .hero-title img {
    width: clamp(86px, 32vw, 122px);
    min-height: 32px;
  }

  .hero-large {
    width: 88%;
    aspect-ratio: 0.82 / 1;
  }

  .hero-side {
    margin-top: -46px;
  }

  .hero-side p {
    width: 82%;
    padding: 14px;
  }

  .hero-side img {
    width: 78%;
  }

  .hero-side p,
  .story-row p,
  .work-item p,
  .review-grid p {
    font-size: 0.88rem;
  }

  .service-ribbon {
    padding-inline: 12px;
  }

  .service-ribbon-inner {
    font-size: 1.65rem;
  }

  .review-grid article {
    padding: 20px;
  }

  .site-footer .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 360px) {
  .hero-title {
    font-size: 2.05rem;
  }

  .hero-title img {
    width: 84px;
    min-height: 28px;
  }

  .hire-badge {
    right: 4%;
    width: 76px;
    height: 76px;
    bottom: calc(100% - 68px);
    outline-offset: 4px;
  }

  .hire-badge svg {
    width: 34px;
    height: 34px;
  }

  .hero-side p,
  .hero-side img {
    width: 86%;
  }
}
