:root {
  --ink: #16191e;
  --ink-soft: #333a42;
  --cream: #f3f0e9;
  --paper: #fbfaf7;
  --white: #ffffff;
  --blue: #006fa3;
  --blue-dark: #005b86;
  --mist: #dff6ff;
  --line: rgba(22, 25, 30, 0.16);
  --navigation-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body,
button,
input,
textarea {
  -webkit-font-smoothing: antialiased;
}

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

img,
video {
  max-width: 100%;
}

section[id] {
  scroll-margin-top: 74px;
}

main > section:not(.hero) {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

a:focus-visible,
summary:focus-visible,
video:focus-visible {
  outline: 3px solid #72d7ff;
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: auto 0 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 3.5vw;
  color: white;
  background: rgba(20, 23, 28, 0.74);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #72d7ff;
  font-size: 1.55rem;
}

.desktop-nav {
  display: flex;
  gap: clamp(16px, 1.7vw, 30px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav a {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: #72d7ff;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 17px;
  border-radius: 999px;
  background: var(--blue);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  grid-template-rows: 1fr auto;
  padding: 88px 6vw calc(52px + var(--navigation-height));
  color: white;
  background-image: url("../images/piano-hero.webp");
  background-position: center;
  background-size: cover;
}

.hero-shade,
.section-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 7, 10, 0.9) 0%, rgba(4, 7, 10, 0.57) 52%, rgba(4, 7, 10, 0.2) 100%),
    linear-gradient(0deg, rgba(3, 7, 11, 0.68) 0%, transparent 45%);
}

.hero-content,
.hero-media,
.hero-stats {
  position: relative;
  z-index: 1;
}

.hero-content {
  align-self: center;
  max-width: 760px;
  padding-bottom: 48px;
}

.eyebrow,
.section-index {
  margin: 0 0 28px;
  color: var(--blue-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #72d7ff;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(4.4rem, 8.5vw, 9rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.82;
  text-wrap: balance;
}

.hero h1 em,
.contact-intro h2 em {
  display: block;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-copy {
  max-width: 620px;
  margin: 36px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--blue);
  background: var(--blue);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
}

.button-dark {
  width: max-content;
  margin-top: 34px;
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.hero-media {
  align-self: center;
  justify-self: end;
  width: min(100%, 480px);
  margin: 0 0 62px 36px;
}

.video-poster {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.36);
}

.video-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding-left: 4px;
  border: 2px solid white;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.68);
  color: white;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, background 180ms ease;
}

.video-poster:hover .video-play,
.video-poster:focus-visible .video-play {
  background: var(--blue-dark);
  transform: translate(-50%, -50%) scale(1.08);
}

.hero-media p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-media p span {
  margin-right: 8px;
  color: var(--blue);
}

.hero-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  justify-self: end;
  width: min(100%, 680px);
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.stat-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 18px;
  padding: 21px 24px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.stat-number {
  grid-row: 1 / 3;
  color: #72d7ff;
  font: 400 2.3rem/1 Georgia, serif;
}

.stat-label {
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stat-card strong {
  font-size: 1.16rem;
  font-weight: 400;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1.8fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: start;
}

.section-heading h2 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.8rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-wrap: balance;
}

.bio-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(54px, 9vw, 150px);
  align-items: center;
  padding: 130px 8vw;
  background: var(--paper);
}

.portrait-wrap {
  position: relative;
  max-width: 660px;
}

.portrait-wrap::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  z-index: 0;
  background: var(--blue);
}

.portrait-wrap img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.03);
}

.portrait-caption {
  position: absolute;
  z-index: 2;
  right: -28px;
  bottom: -18px;
  padding: 12px 17px;
  background: var(--ink);
  color: white;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bio-copy blockquote {
  margin: 0;
  font: 400 clamp(2.8rem, 5vw, 6.1rem)/0.98 Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
}

.bio-copy > p:not(.section-index) {
  max-width: 640px;
  margin: 36px 0 0;
  color: #58616b;
  font-size: 1.05rem;
  line-height: 1.8;
}

.text-link {
  display: inline-flex;
  gap: 13px;
  margin-top: 34px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.services-section,
.values-section,
.faq-section {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.services-section {
  background-image: url("../images/services-bg.webp");
}

.services-section .section-overlay {
  background: linear-gradient(135deg, rgba(236, 248, 252, 0.95), rgba(255, 255, 255, 0.82));
}

.services-inner,
.values-inner,
.faq-inner {
  position: relative;
  z-index: 1;
  padding: 130px 6vw;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 76px;
  background: rgba(22, 25, 30, 0.16);
  border: 1px solid rgba(22, 25, 30, 0.16);
}

.service-card {
  position: relative;
  min-height: 490px;
  padding: 38px 30px 30px;
  background: rgba(255, 255, 255, 0.88);
  transition: background 200ms ease, transform 200ms ease;
}

.service-card:hover {
  z-index: 1;
  background: white;
  transform: translateY(-7px);
}

.service-number {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  color: var(--blue-dark);
  font: 400 1.1rem/1 Georgia, serif;
}

.service-card h3 {
  margin: 50px 0 14px;
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  letter-spacing: -0.04em;
}

.service-card > p {
  min-height: 78px;
  margin: 0;
  color: #67717b;
  line-height: 1.6;
}

.service-card ul {
  min-height: 100px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  margin: 11px 0;
  padding-left: 17px;
  font-size: 0.89rem;
}

.service-card li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.service-card > a {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.values-section {
  min-height: 820px;
  display: grid;
  align-items: center;
  color: white;
  background-image: url("../images/emotions-bg.webp");
}

.section-overlay-blue {
  background: linear-gradient(110deg, rgba(0, 50, 86, 0.93), rgba(0, 135, 190, 0.76));
}

.values-inner .section-index {
  color: #91e2ff;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 74px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.values-grid article {
  min-height: 360px;
  padding: 32px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.values-grid article:first-child {
  border-left: 0;
}

.values-grid article > span {
  color: #91e2ff;
  font: 400 1.3rem/1 Georgia, serif;
}

.values-grid h2 {
  margin: 116px 0 20px;
  font: 400 clamp(2.2rem, 3.8vw, 4.7rem)/1 Georgia, serif;
  letter-spacing: -0.04em;
}

.values-grid p {
  max-width: 230px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.repertoire-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  min-height: 830px;
  background: var(--cream);
}

.repertoire-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 7vw;
}

.repertoire-panel .section-heading {
  display: block;
}

.repertoire-panel .section-heading h2 {
  font-size: clamp(3.8rem, 6vw, 7rem);
}

.repertoire-lead {
  max-width: 680px;
  margin: 36px 0 0;
  color: #5e6872;
  font-size: 1.05rem;
  line-height: 1.75;
}

.repertoire-meta {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 1px;
  margin-top: 46px;
  background: var(--line);
  border: 1px solid var(--line);
}

.repertoire-meta div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 25px 28px;
  background: var(--paper);
}

.repertoire-meta strong {
  font: 400 clamp(2.1rem, 3vw, 3.4rem)/1 Georgia, serif;
}

.repertoire-meta span {
  color: #56606a;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.genre-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.genre-list span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #4d5660;
  font-size: 0.75rem;
  font-weight: 700;
}

.repertoire-image {
  min-height: 620px;
  background-image:
    linear-gradient(0deg, rgba(8, 15, 20, 0.18), rgba(8, 15, 20, 0.02)),
    url("../images/repertoire-bg.webp");
  background-position: center;
  background-size: cover;
}

.testimonials-section {
  position: relative;
  overflow: hidden;
  padding: 130px 6vw;
  background:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.94)),
    url("../images/testimonials-bg.webp") center / cover;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 76px;
  background: var(--line);
  border: 1px solid var(--line);
}

.testimonials-grid figure {
  position: relative;
  min-height: 330px;
  margin: 0;
  padding: 48px 52px;
  background: rgba(251, 250, 247, 0.95);
}

.quote-mark {
  color: var(--blue);
  font: 400 4.8rem/0.5 Georgia, serif;
}

.testimonials-grid blockquote {
  max-width: 620px;
  margin: 28px 0 42px;
  font: 400 clamp(1.35rem, 2.1vw, 2.2rem)/1.3 Georgia, serif;
}

.testimonials-grid figcaption {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.testimonials-grid figcaption strong {
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.testimonials-grid figcaption span {
  color: #59616a;
  font-size: 0.83rem;
}

.testimonial-index {
  position: absolute;
  right: 26px;
  bottom: 22px;
  color: #59616a;
  font: 400 1.1rem/1 Georgia, serif;
}

.faq-section {
  min-height: 850px;
  color: white;
  background-image: url("../images/faq-bg.webp");
}

.section-overlay-dark {
  background: linear-gradient(90deg, rgba(10, 13, 17, 0.96), rgba(10, 13, 17, 0.77));
}

.faq-section .section-index {
  color: #82dcff;
}

.faq-list {
  width: min(100%, 960px);
  margin: 70px 0 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.faq-list summary,
.info-grid summary {
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker,
.info-grid summary::-webkit-details-marker {
  display: none;
}

.faq-list summary {
  display: grid;
  grid-template-columns: 55px 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 82px;
  padding: 8px 0;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  font-weight: 600;
}

.faq-list summary span {
  color: #82dcff;
  font: 400 1.04rem/1 Georgia, serif;
}

.faq-list summary b {
  color: #82dcff;
  font-size: 1.45rem;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-list details[open] summary b {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 700px;
  margin: 0 0 32px 77px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.info-section {
  padding: 120px 6vw;
  background: var(--mist);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 70px;
}

.info-grid details {
  background: white;
  border: 1px solid rgba(7, 126, 174, 0.19);
}

.info-grid summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  padding: 12px 22px;
  font-weight: 700;
}

.info-grid summary span {
  color: var(--blue-dark);
  font-size: 1.3rem;
}

.info-grid details[open] summary span {
  transform: rotate(45deg);
}

.info-grid p {
  margin: 0;
  padding: 0 22px 25px;
  color: #5d6872;
  line-height: 1.7;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  gap: 8vw;
  padding: 130px 7vw;
  background: var(--ink);
  color: white;
}

.contact-section .section-index {
  color: #72d7ff;
}

.contact-intro h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 8rem);
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.contact-intro > p:last-child {
  max-width: 600px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.04rem;
  line-height: 1.75;
}

.contact-options {
  align-self: center;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.contact-options a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 22px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: padding 180ms ease, color 180ms ease;
}

.contact-options a:hover,
.contact-options a:focus-visible {
  padding-left: 12px;
  color: #72d7ff;
}

.contact-options a > span {
  grid-column: 1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-options a strong {
  grid-column: 1;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 500;
}

.contact-options a > span:last-child {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: #72d7ff;
  font-size: 1.2rem;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  min-height: 122px;
  padding: 26px 4vw calc(26px + var(--navigation-height));
  background: #0c0e11;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.72rem;
}

.footer-brand {
  color: white;
  font-size: 0.83rem;
}

footer p {
  margin: 0;
  text-align: center;
}

footer > div {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

footer a:hover,
footer a:focus-visible {
  color: white;
}

.floating-contact {
  position: fixed;
  right: 26px;
  bottom: calc(26px + var(--navigation-height) + env(safe-area-inset-bottom));
  z-index: 60;
  width: 64px;
  height: 64px;
}

.floating-contact summary {
  list-style: none;
  cursor: pointer;
}

.floating-contact summary::-webkit-details-marker {
  display: none;
}

.floating-contact-trigger {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: var(--blue);
  color: white;
  box-shadow: 0 12px 34px rgba(0, 76, 111, 0.36);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.floating-contact-trigger:hover,
.floating-contact-trigger:focus-visible {
  transform: translateY(-4px) scale(1.04);
  background: var(--blue-dark);
  box-shadow: 0 17px 40px rgba(0, 76, 111, 0.46);
}

.floating-contact-trigger:active {
  transform: translateY(-1px) scale(0.98);
}

.floating-contact-trigger::after {
  content: "×";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 300;
  opacity: 0;
  transform: rotate(-45deg) scale(0.7);
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-contact[open] .floating-contact-trigger {
  background: var(--ink);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
}

.floating-contact[open] .floating-contact-trigger::after {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.floating-contact[open] > .floating-contact-trigger .floating-chat-icon {
  opacity: 0;
  transform: scale(0.65);
}

.floating-chat-label {
  position: absolute;
  right: 76px;
  width: max-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-contact-trigger:hover .floating-chat-label,
.floating-contact-trigger:focus-visible .floating-chat-label {
  opacity: 1;
  transform: translateX(0);
}

.floating-chat-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 30px;
  height: 23px;
  border: 2.5px solid currentColor;
  border-radius: 9px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-chat-icon::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: -7px;
  width: 8px;
  height: 8px;
  border-right: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  background: var(--blue);
  transform: skewY(35deg);
}

.floating-contact-trigger:hover .floating-chat-icon::after,
.floating-contact-trigger:focus-visible .floating-chat-icon::after {
  background: var(--blue-dark);
}

.floating-chat-icon i {
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background: currentColor;
}

.floating-contact-menu {
  position: absolute;
  right: 4px;
  bottom: 78px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  width: 56px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(0.92);
  transform-origin: bottom center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-contact[open] .floating-contact-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.contact-orb {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font: inherit;
  box-shadow: 0 9px 26px rgba(0, 0, 0, 0.24);
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.contact-orb:hover,
.contact-orb:focus-visible {
  transform: translateX(-4px) scale(1.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

.orb-chat {
  background: var(--blue);
}

.orb-telegram {
  background: #229ed9;
}

.orb-whatsapp {
  background: #25b85a;
}

.orb-label {
  position: absolute;
  right: 66px;
  width: max-content;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.orb-glyph {
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  line-height: 1;
}

.telegram-glyph {
  transform: rotate(-24deg);
}

.whatsapp-glyph {
  font-size: 1.25rem;
}

.orb-chat-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 25px;
  height: 19px;
  border: 2px solid currentColor;
  border-radius: 7px;
}

.orb-chat-icon::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -5px;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: var(--blue);
  transform: skewY(35deg);
}

.orb-chat-icon i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}

@media (max-width: 1120px) {
  .services-grid,
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .values-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  .values-grid article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  .service-card {
    min-height: 430px;
  }

  .contact-section {
    gap: 5vw;
  }
}

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

  .desktop-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 72px 24px calc(34px + var(--navigation-height));
  }

  .hero-content {
    padding-bottom: 44px;
  }

  .hero-media {
    justify-self: start;
    margin: 0 0 48px;
  }

  .hero-stats {
    grid-column: 1;
    justify-self: stretch;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bio-section,
  .repertoire-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .bio-section {
    gap: 78px;
    padding: 100px 6vw;
  }

  .portrait-wrap {
    width: min(92%, 680px);
  }

  .repertoire-image {
    min-height: 500px;
    order: -1;
  }

  .repertoire-panel {
    padding: 90px 7vw;
  }

  .contact-section {
    gap: 72px;
    padding: 100px 7vw;
  }

  .contact-options {
    width: 100%;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 42px 4vw calc(42px + var(--navigation-height));
  }

  footer > div {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  :root {
    --navigation-height: 66px;
  }

  .site-header {
    min-height: calc(var(--navigation-height) + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
  }

  .brand {
    font-size: 0.84rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .header-cta {
    padding: 10px 13px;
    font-size: 0.71rem;
  }

  .floating-contact {
    right: 16px;
    bottom: calc(16px + var(--navigation-height) + env(safe-area-inset-bottom));
    width: 56px;
    height: 56px;
  }

  .floating-contact-trigger {
    width: 56px;
    height: 56px;
  }

  .floating-chat-label {
    display: none;
  }

  .floating-chat-icon {
    transform: scale(0.9);
  }

  .floating-contact-menu {
    right: 3px;
    bottom: 68px;
    gap: 10px;
    width: 50px;
  }

  .contact-orb {
    width: 50px;
    height: 50px;
  }

  .orb-label {
    right: 58px;
  }

  .hero {
    min-height: auto;
    padding-top: 76px;
  }

  .hero h1 {
    font-size: clamp(3.75rem, 21vw, 5.6rem);
  }

  .hero-copy {
    font-size: 0.97rem;
  }

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

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

  .stat-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .portrait-caption {
    right: -12px;
  }

  .services-inner,
  .values-inner,
  .faq-inner,
  .testimonials-section,
  .info-section {
    padding: 88px 22px;
  }

  .services-grid,
  .values-grid,
  .testimonials-grid,
  .info-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .service-card {
    min-height: 0;
  }

  .service-card > p,
  .service-card ul {
    min-height: 0;
  }

  .values-grid article,
  .values-grid article:nth-child(2),
  .values-grid article:nth-child(4) {
    min-height: 290px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-left: 0;
  }

  .values-grid article:first-child {
    border-top: 0;
  }

  .values-grid h2 {
    margin-top: 78px;
  }

  .repertoire-meta {
    grid-template-columns: 1fr;
  }

  .testimonials-grid figure {
    min-height: 0;
    padding: 40px 30px;
  }

  .faq-list summary {
    grid-template-columns: 38px 1fr auto;
    gap: 12px;
  }

  .faq-list details p {
    margin-left: 50px;
  }

  .contact-section {
    padding-inline: 22px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

}
