@font-face { font-family: "Bright"; src: url("../assets/fonts/font-regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Bright"; src: url("../assets/fonts/font-medium.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Bright"; src: url("../assets/fonts/font-semibold.woff2") format("woff2"); font-weight: 800; font-display: swap; }

:root { font-family: "Bright", Arial, sans-serif; color: #303030; background: #fff; font-synthesis: none; --orange: #303030; --page-gutter: clamp(24px, 7.5vw, 144px); --card-sticky-top: 100px; --project-card-height: 80svh; --projects-overlap: clamp(440px, 84svh, 720px); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #fff; }
body { margin: 0; min-width: 320px; overflow-x: clip; background: #fff; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; padding: 12px 18px; color: #fff; background: #303030; transform: translateY(-180%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.hero-scene { position: relative; height: 250svh; background: #fff; }
.hero-sticky { position: sticky; top: 0; display: grid; grid-template-columns: 55% 45%; height: 100svh; min-height: 596px; overflow: hidden; background: #dfe1e6; }
.hero-background { position: absolute; z-index: 0; inset: 0; overflow: hidden; }
.hero-background__media { display: block; width: 100%; height: 100%; }
.hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy, .hero-clear-panel { position: relative; min-width: 0; will-change: transform; }
.hero-copy { z-index: 2; display: flex; align-items: center; background: #fff; }
.hero-copy-inner { position: relative; z-index: 2; width: calc(100% + 420px); margin-left: var(--page-gutter); }
.eyebrow { margin: 0 0 12px; font-size: clamp(18px, 1.4vw, 24px); font-weight: 400; white-space: nowrap; }
.eyebrow-favicon { display: inline-block; width: 1em; height: 1em; margin-right: .24em; object-fit: contain; vertical-align: -.1em; }
h1 { position: relative; z-index: 4; margin: 0; font-size: clamp(72px, 7.35vw, 144px); font-weight: 800; letter-spacing: -.04em; line-height: .86; white-space: nowrap; }
.hero-description { width: min(590px, 76%); margin: 34px 0 0; color: #626262; font-size: 18px; line-height: 1.48; }
.hero-actions { display: flex; align-items: center; gap: clamp(12px, 1.7vw, 24px); margin-top: 68px; }
.hero-actions .orbit-button { position: relative; left: auto; bottom: auto; flex: 0 0 auto; }
.hero-clear-panel { z-index: 1; overflow: hidden; background: transparent; }
.orbit-button { display: grid; place-items: center; width: 180px; height: 180px; overflow: hidden; border-radius: 50%; background: rgba(255,255,255,.82); }
.orbit-button::before { position: absolute; z-index: 0; inset: 0; border-radius: inherit; background: var(--orange); content: ""; transform: scale(0); transform-origin: center; transition: transform 1200ms cubic-bezier(.65,0,.35,1); will-change: transform; }
.orbit-copy { position: absolute; inset: 6px; width: calc(100% - 12px); height: calc(100% - 12px); overflow: visible; animation: orbit-scroll 13s linear infinite; stroke: none; }
.orbit-copy text { fill: #303030; font-family: "Bright", Arial, sans-serif; font-size: 9.5px; font-weight: 600; letter-spacing: 1.25px; transition: fill 520ms ease; }
.orbit-button i { position: relative; z-index: 2; display: grid; place-items: center; width: 94px; height: 94px; border-radius: 50%; color: #fff; background: var(--orange); font-style: normal; transition: color 520ms ease, background-color 520ms ease; }
.orbit-button i svg { width: 28px; height: 28px; }
.orbit-button:hover::before { transform: scale(1); transition-duration: 900ms; }
.orbit-button:hover .orbit-copy text { fill: #fff; }
.orbit-button:hover i { color: var(--orange); background: #fff; }
.orbit-button:focus-visible { outline: 3px solid #303030; outline-offset: 5px; }
.orbit-button:focus-visible::before { transform: scale(1); }
.orbit-button:focus-visible .orbit-copy text { fill: #fff; }
.orbit-button:focus-visible i { color: var(--orange); background: #fff; }
.media-caption { position: absolute; right: 0; bottom: 0; min-width: 440px; padding: 18px 22px; border-radius: 35px 0 0; background: #fff; font-size: 32px; font-weight: 800; line-height: 1.04; text-align: center; }
@keyframes orbit-scroll { to { transform: rotate(360deg); } }

.projects-section { position: relative; z-index: 10; margin-top: calc(var(--projects-overlap) * -1); padding: 96px var(--page-gutter) max(96px, calc(100svh - var(--project-card-height) - var(--card-sticky-top))); background: #fff; box-shadow: 0 -24px 60px rgba(48,48,48,.08); }
.projects-heading { margin-bottom: 60px; }
.projects-heading h2 { max-width: 1080px; margin: 0; font-size: clamp(38px, 3.05vw, 56px); line-height: .98; letter-spacing: -.035em; white-space: nowrap; }
.project-stack { position: relative; display: flex; flex-direction: column; gap: 60px; }
.project-card-sticky { position: sticky; top: var(--card-sticky-top); z-index: 1; width: 100%; height: var(--project-card-height); transform-origin: center; will-change: transform; }
.project-card { position: relative; display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 40px; color: inherit; background: none; text-align: left; cursor: pointer; }
.project-card__media { position: absolute; inset: 0; display: block; }
.project-card__media::after { position: absolute; inset: 0; content: ""; background: rgba(0,0,0,.22); opacity: 0; transition: opacity 320ms ease; }
.project-card__media img { width: 100%; height: 100%; object-fit: cover; }
.project-card__view { position: absolute; z-index: 1; top: 50%; left: 50%; display: grid; place-items: center; width: 78px; height: 78px; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; color: #fff; background: rgba(48,48,48,.62); opacity: 0; transform: translate(-50%, -50%) scale(.82); transition: opacity 320ms ease, transform 420ms cubic-bezier(.16,1,.3,1); pointer-events: none; }
.project-card__view svg { width: 30px; height: 30px; stroke-width: 1.7; }
.project-card:hover .project-card__media::after, .project-card:focus-visible .project-card__media::after { opacity: 1; }
.project-card:hover .project-card__view, .project-card:focus-visible .project-card__view { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.project-copy { position: absolute; z-index: 2; top: 38px; left: 40px; color: #fff; }
.project-copy > span { display: inline-flex; padding: 9px 22px; border-radius: 999px; background: var(--orange); font-size: 18px; }
.project-card:focus-visible { outline: 3px solid #303030; outline-offset: 6px; }

.project-modal { position: fixed; z-index: 1000; inset: 0; visibility: hidden; overflow: hidden; background: #171717; cursor: zoom-out; opacity: 0; transition: opacity 340ms cubic-bezier(.16,1,.3,1), visibility 0s linear 340ms; }
.project-modal.is-visible { visibility: visible; opacity: 1; transition-delay: 0s; }
.project-modal__image { position: absolute; inset: 0; display: block; overflow: hidden; pointer-events: none; }
.project-modal__image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.045); transition: transform 620ms cubic-bezier(.16,1,.3,1); }
.project-modal.is-visible .project-modal__image img { transform: scale(1); }
.project-modal__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.1) 48%, rgba(0,0,0,.18) 100%); pointer-events: none; }
.project-modal__copy { position: absolute; z-index: 2; top: clamp(34px, 6vh, 72px); left: var(--page-gutter); color: #fff; opacity: 0; transform: translateY(24px); transition: opacity 460ms 80ms cubic-bezier(.16,1,.3,1), transform 460ms 80ms cubic-bezier(.16,1,.3,1); pointer-events: none; }
.project-modal.is-visible .project-modal__copy { opacity: 1; transform: translateY(0); }
.project-modal__copy > span { display: inline-flex; padding: 10px 24px; border-radius: 999px; background: var(--orange); font-size: 18px; }
.project-modal__prompt-drawer { position: absolute; z-index: 4; top: 50%; right: 0; display: grid; grid-template-columns: 58px minmax(0, 480px); align-items: center; width: min(538px, calc(100vw - 24px)); transform: translate3d(calc(100% - 58px), -50%, 0); transition: transform 520ms cubic-bezier(.16,1,.3,1); will-change: transform; }
.project-modal__prompt-drawer.is-open { transform: translate3d(0, -50%, 0); }
.project-modal__prompt-toggle { position: relative; z-index: 2; display: grid; place-items: center; width: 58px; height: 112px; padding: 0; border: 1px solid rgba(255,255,255,.32); border-right: 0; border-radius: 24px 0 0 24px; color: #303030; background: rgba(250,250,247,.96); box-shadow: -14px 16px 38px rgba(0,0,0,.2); cursor: pointer; transition: color 260ms ease, background-color 260ms ease; }
.project-modal__prompt-toggle:hover, .project-modal__prompt-toggle.is-open { color: #fff; background: var(--orange); }
.project-modal__prompt-toggle:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
.project-modal__prompt-toggle svg { width: 34px; height: 34px; stroke-width: 1.6; transition: transform 260ms ease; }
.project-modal__prompt-toggle:not(.is-open) svg { transform: rotate(180deg); }
.project-modal__prompt-panel { align-self: stretch; min-height: 260px; max-height: min(62svh, 560px); padding: 34px 38px 38px; overflow: auto; border-radius: 28px 0 0 28px; color: #303030; background: rgba(250,250,247,.97); box-shadow: -20px 24px 70px rgba(0,0,0,.28); cursor: default; }
.project-modal__prompt-panel > span { font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.project-modal__prompt-panel p { max-width: 65ch; margin: 20px 0 0; font-size: 17px; line-height: 1.55; }
.project-modal__actions { margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(48,48,48,.16); }
.project-modal__actions > span { display: block; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.project-modal__actions-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.project-modal__actions-links a { position: relative; display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 60px; padding: 14px 18px; overflow: hidden; border: 1px solid #303030; border-radius: 16px; color: #303030; background: transparent; font-size: 15px; font-weight: 600; line-height: 1.1; text-align: center; transition: color 520ms ease; }
.project-modal__actions-links a::before { position: absolute; z-index: 0; inset: 0; border-radius: inherit; background: var(--orange); content: ""; transform: scale(0); transform-origin: center; transition: transform 900ms cubic-bezier(.65,0,.35,1); will-change: transform; }
.project-modal__actions-links a > * { position: relative; z-index: 1; }
.project-modal__actions-links a svg { width: 19px; height: 19px; }
.project-modal__actions-links a:hover, .project-modal__actions-links a:focus-visible { color: #fff; }
.project-modal__actions-links a:hover::before, .project-modal__actions-links a:focus-visible::before { transform: scale(1); }
.project-modal__actions-links a:focus-visible { outline: 3px solid #303030; outline-offset: 4px; }
.project-modal__close { position: absolute; z-index: 3; top: max(24px, env(safe-area-inset-top)); right: max(24px, env(safe-area-inset-right)); display: grid; place-items: center; width: 72px; height: 72px; padding: 0; border: 0; border-radius: 50%; color: #303030; background: rgba(255,255,255,.94); cursor: pointer; transition: color 260ms ease, background-color 260ms ease, transform 260ms ease; }
.project-modal__close svg { width: 32px; height: 32px; }
.project-modal__close:hover { color: #fff; background: var(--orange); transform: rotate(90deg); }
.project-modal__close:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }

.destinations-section { padding: 120px var(--page-gutter) 140px; background: #fff; }
.destinations-heading { margin-bottom: 52px; }
.destinations-heading h2 { max-width: 1120px; margin: 0; font-size: clamp(38px, 3.05vw, 56px); line-height: .98; letter-spacing: -.035em; }
.destination-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 24px; }
.destination-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 470px; padding: 32px 36px 34px; overflow: hidden; border-radius: 40px; color: #fff; transition: background-color 500ms ease, color 500ms ease; }
.destination-card--site, .destination-card--telegram { background: #303030; }
.destination-card:hover { color: #fff; }
.destination-card:focus-visible { outline: 3px solid #303030; outline-offset: 6px; }
.destination-card__topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.destination-card__icon { position: relative; display: grid; flex: 0 0 auto; place-items: center; width: 68px; height: 68px; overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; }
.destination-card__icon::before { position: absolute; z-index: 0; inset: 0; border-radius: inherit; background: #fff; content: ""; transform: scale(0); transform-origin: center; transition: transform 1200ms cubic-bezier(.65,0,.35,1); will-change: transform; }
.destination-card__icon svg { position: relative; z-index: 1; width: 28px; height: 28px; transition: color 520ms ease; }
.destination-card:hover .destination-card__icon::before { transform: scale(1); transition-duration: 900ms; }
.destination-card:hover .destination-card__icon { border-color: #fff; color: #303030; }
.destination-card__copy { align-self: flex-start; }
.destination-card h3 { max-width: 560px; margin: 0; font-size: clamp(46px, 5.5vw, 92px); line-height: .94; letter-spacing: -.04em; }
.destination-card h3 span { display: block; white-space: nowrap; }

@media (max-width: 760px) {
  :root { --page-gutter: 20px; --card-sticky-top: 150px; --project-card-height: 60svh; --projects-overlap: 52svh; }
  .hero-scene { height: 220svh; }
  .hero-sticky { grid-template-columns: 1fr; grid-template-rows: 58% 42%; min-height: 710px; }
  .hero-copy { align-items: flex-start; padding: clamp(72px, 12svh, 104px) 20px 24px; }
  .hero-copy-inner { width: 100%; margin: 0; }
  .eyebrow { margin-bottom: 9px; font-size: 16px; font-weight: 400; white-space: normal; }
  h1 { font-size: clamp(44px, 13vw, 54px); }
  .hero-description { width: 100%; margin-top: 24px; font-size: 16px; }
  .hero-actions { gap: 12px; margin-top: 48px; }
  .orbit-button { width: 120px; height: 120px; }
  .orbit-copy text { font-size: 9px; letter-spacing: 1px; }
  .orbit-button i { width: 64px; height: 64px; }
  .orbit-button i svg { width: 25px; height: 25px; }
  .media-caption { min-width: 230px; padding: 11px 14px; border-radius: 26px 0 0; font-size: 17px; }
  .projects-section { padding: 60px var(--page-gutter) max(60px, calc(100svh - var(--project-card-height) - var(--card-sticky-top))); }
  .projects-heading { margin-bottom: 30px; }
  .projects-heading h2 { font-size: 28px; line-height: 1; white-space: normal; }
  .project-stack { gap: 60px; }
  .project-card { border-radius: 30px; }
  .project-copy { top: 30px; left: 28px; }
  .project-copy > span { padding: 8px 18px; font-size: 16px; }
  .project-modal__shade { background: linear-gradient(180deg, rgba(0,0,0,.56) 0%, rgba(0,0,0,.06) 52%, rgba(0,0,0,.24) 100%); }
  .project-modal__copy { top: max(24px, env(safe-area-inset-top)); left: 20px; }
  .project-modal__copy > span { padding: 8px 18px; font-size: 16px; }
  .project-modal__prompt-drawer { top: 58%; grid-template-columns: 48px minmax(0, 1fr); width: min(92vw, 420px); transform: translate3d(calc(100% - 48px), -50%, 0); }
  .project-modal__prompt-toggle { width: 48px; height: 92px; border-radius: 20px 0 0 20px; }
  .project-modal__prompt-toggle svg { width: 28px; height: 28px; }
  .project-modal__prompt-panel { min-height: 220px; max-height: 56svh; padding: 25px 24px 28px; border-radius: 24px 0 0 24px; }
  .project-modal__prompt-panel p { margin-top: 12px; font-size: 15px; line-height: 1.48; }
  .project-modal__actions { margin-top: 24px; padding-top: 20px; }
  .project-modal__actions-links { grid-template-columns: 1fr; gap: 9px; margin-top: 12px; }
  .project-modal__actions-links a { min-height: 54px; padding: 13px 16px; }
  .project-modal__close { top: max(18px, env(safe-area-inset-top)); right: max(18px, env(safe-area-inset-right)); width: 58px; height: 58px; }
  .project-modal__close svg { width: 27px; height: 27px; }
  .destinations-section { padding: 76px var(--page-gutter) 88px; }
  .destinations-heading { margin-bottom: 30px; }
  .destinations-heading h2 { font-size: 28px; line-height: 1; }
  .destination-grid { grid-template-columns: 1fr; gap: 16px; }
  .destination-card { min-height: 390px; padding: 24px 24px 26px; border-radius: 30px; }
  .destination-card__icon { width: 54px; height: 54px; }
  .destination-card h3 { font-size: clamp(42px, 12vw, 60px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-copy, .hero-clear-panel, .project-card-sticky { transform: none !important; }
}
