/*
  Artful Mind static rebuild — v14 bottom ornament viewport animation pass.
  Focus: keep v13 layout; trigger every AM ornament animation when it enters view.
*/
:root {
  --navy: #091a3c;
  --orange: #f27405;
  --white: #ffffff;
  --soft-white: rgba(255,255,255,.95);
  --muted-white: rgba(255,255,255,.86);
  --line-white: rgba(255,255,255,.62);
  --content: 1188px;
  --font: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body {
  margin: 0;
  color: var(--white);
  background: var(--navy);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange); }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 8px 12px;
  background: var(--orange);
  color: var(--navy);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--navy);
  border-bottom: 1px solid var(--orange);
}
.header-inner {
  min-height: 128px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.brand {
  width: 292px;
  flex: 0 0 auto;
  margin-top: 25px;
  opacity: 0;
  transform: translateX(-62px);
  animation: headerLogoSlide 1.55s cubic-bezier(.12,.78,.18,1) .18s forwards;
  will-change: transform, opacity;
}
.brand img { width: 100%; height: auto; }
@keyframes headerLogoSlide {
  0% { opacity: 0; transform: translateX(-74px); }
  62% { opacity: 1; transform: translateX(7px); }
  100% { opacity: 1; transform: translateX(0); }
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-top: 57px;
  color: rgba(255,255,255,.95);
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.site-nav a { display: inline-flex; align-items: center; }
.language-switch {
  margin-left: 12px;
  font-weight: 800;
  letter-spacing: .01em;
}
.menu-toggle { display: none; }

.hero {
  position: relative;
  height: 410px;
  overflow: hidden;
  border-bottom: 1px solid var(--orange);
  background: var(--navy);
}
.hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
}
.hero h1 {
  max-width: 960px;
  margin: 2px auto 0;
  color: var(--soft-white);
  font-size: 31.5px;
  line-height: 1.75;
  font-weight: 800;
  letter-spacing: -.018em;
}

/* Original Artful Mind ornament slices.
   These PNGs are cropped from the real AM logo ornament visible on the original page.
   Each slice animates separately so the motion stays staggered, but the shape/crop stays original. */
.logo-ornament {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  overflow: visible;
}
.logo-ornament .o-bar {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  will-change: transform, opacity;
}
.logo-ornament--hero-top {
  left: 0;
  top: 0;
  --orn-scale: .555;
  width: calc(450px * var(--orn-scale));
  height: calc(231px * var(--orn-scale));
  overflow: hidden;
}
.logo-ornament--hero-bottom {
  left: 0;
  bottom: 0;
  --orn-scale: .555;
  width: calc(450px * var(--orn-scale));
  height: calc(276px * var(--orn-scale));
  overflow: hidden;
}
.logo-ornament--contact {
  right: 0;
  bottom: 0;
  --orn-scale: .555;
  width: calc(550px * var(--orn-scale));
  height: calc(360px * var(--orn-scale));
  overflow: hidden;
  z-index: 1;
}
.logo-ornament--hero-top.is-animated .o-bar { animation: ornamentDrop 2.9s cubic-bezier(.12,.76,.16,1) forwards; }
.logo-ornament--hero-bottom.is-animated .o-bar,
.logo-ornament--contact.is-animated .o-bar { animation: ornamentRise 2.9s cubic-bezier(.12,.76,.16,1) forwards; }

.logo-ornament--hero-top .b1 { left: calc(0px * var(--orn-scale)); top: calc(3px * var(--orn-scale)); width: calc(124px * var(--orn-scale)); height: calc(228px * var(--orn-scale)); background-image: url('../img/ornament-exact-hero-top-1.png'); animation-delay: .12s; }
.logo-ornament--hero-top .b2 { left: calc(167px * var(--orn-scale)); top: calc(3px * var(--orn-scale)); width: calc(41px * var(--orn-scale)); height: calc(165px * var(--orn-scale)); background-image: url('../img/ornament-exact-hero-top-2.png'); animation-delay: .34s; }
.logo-ornament--hero-top .b3 { left: calc(251px * var(--orn-scale)); top: calc(3px * var(--orn-scale)); width: calc(41px * var(--orn-scale)); height: calc(122px * var(--orn-scale)); background-image: url('../img/ornament-exact-hero-top-3.png'); animation-delay: .56s; }
.logo-ornament--hero-top .b4 { left: calc(335px * var(--orn-scale)); top: calc(3px * var(--orn-scale)); width: calc(41px * var(--orn-scale)); height: calc(54px * var(--orn-scale)); background-image: url('../img/ornament-exact-hero-top-4.png'); animation-delay: .78s; }
.logo-ornament--hero-top .b5 { left: calc(420px * var(--orn-scale)); top: calc(3px * var(--orn-scale)); width: calc(30px * var(--orn-scale)); height: calc(19px * var(--orn-scale)); background-image: url('../img/ornament-exact-hero-top-5.png'); animation-delay: 1.00s; }
.logo-ornament--hero-top .b6 { display: none; }

.logo-ornament--hero-bottom .b1 { left: calc(0px * var(--orn-scale)); top: calc(0px * var(--orn-scale)); width: calc(40px * var(--orn-scale)); height: calc(273px * var(--orn-scale)); background-image: url('../img/ornament-exact-hero-bottom-1.png'); animation-delay: .12s; }
.logo-ornament--hero-bottom .b2 { left: calc(83px * var(--orn-scale)); top: calc(44px * var(--orn-scale)); width: calc(125px * var(--orn-scale)); height: calc(229px * var(--orn-scale)); background-image: url('../img/ornament-exact-hero-bottom-2.png'); animation-delay: .34s; }
.logo-ornament--hero-bottom .b3 { left: calc(251px * var(--orn-scale)); top: calc(160px * var(--orn-scale)); width: calc(41px * var(--orn-scale)); height: calc(113px * var(--orn-scale)); background-image: url('../img/ornament-exact-hero-bottom-3.png'); animation-delay: .56s; }
.logo-ornament--hero-bottom .b4 { left: calc(335px * var(--orn-scale)); top: calc(218px * var(--orn-scale)); width: calc(41px * var(--orn-scale)); height: calc(55px * var(--orn-scale)); background-image: url('../img/ornament-exact-hero-bottom-4.png'); animation-delay: .78s; }
.logo-ornament--hero-bottom .b5 { left: calc(420px * var(--orn-scale)); top: calc(253px * var(--orn-scale)); width: calc(30px * var(--orn-scale)); height: calc(20px * var(--orn-scale)); background-image: url('../img/ornament-exact-hero-bottom-5.png'); animation-delay: 1.00s; }
.logo-ornament--hero-bottom .b6 { display: none; }

.logo-ornament--contact .b1 { left: calc(31px * var(--orn-scale)); top: calc(302px * var(--orn-scale)); width: calc(42px * var(--orn-scale)); height: calc(20px * var(--orn-scale)); background-image: url('../img/ornament-exact-contact-right-1.png'); animation-delay: .12s; }
.logo-ornament--contact .b2 { left: calc(118px * var(--orn-scale)); top: calc(266px * var(--orn-scale)); width: calc(42px * var(--orn-scale)); height: calc(56px * var(--orn-scale)); background-image: url('../img/ornament-exact-contact-right-2.png'); animation-delay: .34s; }
.logo-ornament--contact .b3 { left: calc(205px * var(--orn-scale)); top: calc(150px * var(--orn-scale)); width: calc(42px * var(--orn-scale)); height: calc(172px * var(--orn-scale)); background-image: url('../img/ornament-exact-contact-right-3.png'); animation-delay: .56s; }
.logo-ornament--contact .b4 { left: calc(293px * var(--orn-scale)); top: calc(206px * var(--orn-scale)); width: calc(42px * var(--orn-scale)); height: calc(116px * var(--orn-scale)); background-image: url('../img/ornament-exact-contact-right-4.png'); animation-delay: .78s; }
.logo-ornament--contact .b5 { left: calc(380px * var(--orn-scale)); top: calc(84px * var(--orn-scale)); width: calc(108px * var(--orn-scale)); height: calc(238px * var(--orn-scale)); background-image: url('../img/ornament-exact-contact-right-5.png'); animation-delay: 1.00s; }
.logo-ornament--contact .b6 { left: calc(516px * var(--orn-scale)); top: calc(285px * var(--orn-scale)); width: calc(34px * var(--orn-scale)); height: calc(37px * var(--orn-scale)); background-image: url('../img/ornament-exact-contact-right-6.png'); animation-delay: 1.22s; }

@keyframes ornamentDrop {
  0% { opacity: 0; transform: translateY(-115%); }
  44% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes ornamentRise {
  0% { opacity: 0; transform: translateY(115%); }
  44% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0); }
}

.section { padding: 104px 0 0; background: var(--navy); }
.section-title {
  margin: 0 0 80px;
  color: var(--orange);
  font-size: 50px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.02em;
}
.centered { text-align: center; }

.about-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 108px;
  align-items: start;
}
.portrait { margin: 0; overflow: hidden; }
.portrait img {
  width: 380px;
  height: 380px;
  object-fit: cover;
  object-position: 48% 0%;
}
.about-copy { padding-top: 2px; }
.about-copy h3 {
  margin: 0 0 31px;
  color: var(--orange);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
}
.about-copy p,
.about-copy li {
  color: rgba(255,255,255,.9);
  font-size: 16px;
  line-height: 1.58;
}
.about-copy p { margin: 0 0 23px; }
.about-copy hr {
  margin: 62px 0 40px;
  border: 0;
  border-top: 1px solid var(--orange);
}
.about-copy ul { margin: 0; padding-left: 20px; }

.section-divider {
  margin: 0 0 96px;
  border: 0;
  border-top: 1px solid var(--line-white);
}
.projects { padding-top: 128px; }
.projects .section-title { margin-bottom: 64px; }
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}
.project-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: grayscale(1) contrast(.96) brightness(.82);
  transition: filter .45s ease, transform .45s ease;
}
.project-card:hover img,
.project-card:focus-within img {
  filter: grayscale(0) contrast(1.03) brightness(1.02);
  transform: scale(1.012);
}
.project-image-link { display: block; overflow: hidden; background: #000; }
.project-card:nth-child(1) img { object-position: 50% 43%; }
.project-card:nth-child(2) img { object-position: 50% 29%; }
.project-card h3 {
  margin: 39px 0 15px;
  color: var(--white);
  font-size: 33px;
  line-height: 1.1;
  font-weight: 800;
}
.project-card p { margin: 0; color: rgba(255,255,255,.88); font-size: 13px; }
.icon-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
.icon-row a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--orange);
  color: var(--navy);
  line-height: 1;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.platform-icon {
  display: block;
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: var(--icon-url) center / contain no-repeat;
  mask: var(--icon-url) center / contain no-repeat;
}
.platform-icon--instagram { --icon-url: url('../icons/instagram.svg'); }
.platform-icon--tiktok { --icon-url: url('../icons/tiktok.svg'); }
.platform-icon--spotify { --icon-url: url('../icons/spotify.svg'); }
.platform-icon--youtube { --icon-url: url('../icons/youtube.svg'); }
.platform-icon--apple-music { --icon-url: url('../icons/apple-music.svg'); }
.platform-icon--linktree { --icon-url: url('../icons/linktree.svg'); }
.platform-icon--linkedin { --icon-url: url('../icons/linkedin.svg'); }
.icon-row a:hover { background: var(--white); color: var(--navy); transform: translateY(-1px); }

.experience { padding-top: 116px; }
.artists-title { max-width: 1000px; margin-bottom: 42px; font-size: 34px; text-align: left; }
.artist-cloud {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 18px;
  list-style: none;
}
.artist-cloud li { display: inline-flex; }
.artist-cloud a,
.artist-cloud span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 22px 8px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 999px;
  color: rgba(255,255,255,.94);
  font-size: 13px;
  line-height: 1;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.artist-cloud a:hover { border-color: var(--orange); background: rgba(242,116,5,.14); color: var(--orange); }

.contact { position: relative; padding: 116px 0 156px; overflow: hidden; }
.contact > .content-shell { position: relative; z-index: 2; }
.contact-grid {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 92px;
  align-items: start;
}
.contact-copy h2 { margin: 0 0 32px; color: var(--orange); font-size: 48px; line-height: .93; font-weight: 800; }
.contact-name { margin: 0 0 12px; color: var(--white); font-size: 15px; font-weight: 800; }
.contact-icons { margin-top: 18px; gap: 13px; }
.contact-icons a { width: 31px; height: 31px; }
.contact-icons .platform-icon { width: 15px; height: 15px; }
.contact-form { display: grid; gap: 18px; padding-top: 0; position: relative; z-index: 3; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-form label { display: grid; gap: 4px; position: relative; }
.contact-form label > span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 0;
  background: transparent;
  color: var(--white);
  padding: 12px 14px;
  font: inherit;
  font-size: 14px;
  outline: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255,255,255,.58); }
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--orange); }
.contact-form textarea { resize: vertical; min-height: 206px; }
.privacy-check { display: flex !important; align-items: flex-start; gap: 8px !important; color: rgba(255,255,255,.9); font-size: 11px; line-height: 1.25; }
.privacy-check input { width: 12px; height: 12px; margin: 1px 0 0; padding: 0; flex: 0 0 auto; accent-color: var(--orange); }
.privacy-check span { position: static !important; width: auto !important; height: auto !important; overflow: visible !important; clip: auto !important; white-space: normal !important; }
.contact-form button { justify-self: end; position: relative; z-index: 4; padding: 9px 18px; border: 1px solid rgba(255,255,255,.7); background: transparent; color: var(--white); font: inherit; font-size: 12px; cursor: pointer; }
.contact-form button:hover { border-color: var(--orange); color: var(--orange); }
.form-status { min-height: 18px; margin: 0; color: var(--orange); font-size: 12px; }

.site-footer { position: relative; background: var(--orange); color: var(--white); padding: 47px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 62px; }
.site-footer img { width: 128px; }
.footer-links { display: grid; gap: 11px; font-size: 12px; }
.site-footer p { margin: 0; padding-left: 54px; border-left: 1px solid rgba(255,255,255,.85); font-size: 12px; }

.legal-section { padding: 96px 0 128px; }
.legal-card { max-width: 880px; }
.legal-card h1 { margin: 0 0 44px; color: var(--orange); font-size: 48px; line-height: 1.1; }
.legal-card h2 { margin: 34px 0 12px; color: var(--orange); font-size: 22px; }
.legal-card p,
.legal-card li { color: rgba(255,255,255,.9); font-size: 15px; }
.legal-card a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

@media (max-width: 1220px) {
  :root { --content: 1030px; }
  .content-shell { width: min(calc(100% - 54px), var(--content)); }
  .brand { width: 258px; }
  .hero h1 { max-width: 850px; font-size: 28px; }
  .about-grid { grid-template-columns: 330px 1fr; gap: 86px; }
  .portrait img { width: 330px; height: 330px; }
}

/* Tablet / narrow desktop: original switches to hamburger instead of squeezing nav. */
@media (max-width: 1000px) {
  .content-shell { width: calc(100% - 32px); }
  .header-inner { min-height: 104px; align-items: center; }
  .brand { width: 214px; margin-top: 0; }
  .menu-toggle { display: inline-grid; place-items: center; gap: 5px; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 25px; height: 3px; background: var(--white); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .site-nav { position: fixed; top: 104px; left: 0; right: 0; display: grid; gap: 0; padding: 0 18px 14px; background: rgba(9,26,60,.985); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .18s ease, transform .18s ease; z-index: 999; }
  .site-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .site-nav a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 14px; }
  .language-switch { margin-left: 0; }
  .hero { height: 322px; }
  .hero h1 { max-width: 760px; font-size: 24px; line-height: 1.55; }
  .logo-ornament--hero-top, .logo-ornament--hero-bottom { --orn-scale: .50; }
  .about-grid { grid-template-columns: 310px 1fr; gap: 54px; }
  .portrait img { width: 310px; height: 310px; }
}

@media (max-width: 760px) {
  body { font-size: 13px; }
  .content-shell { width: calc(100% - 26px); }
  .header-inner { min-height: 76px; }
  .brand { width: 158px; }
  .site-nav { top: 76px; }
  .hero { height: 304px; }
  .hero h1 { max-width: 86%; font-size: 19px; line-height: 1.38; }
  .logo-ornament { z-index: 1; }
  .hero-inner { z-index: 2; }
  .logo-ornament--hero-top, .logo-ornament--hero-bottom { --orn-scale: .43; }
  .section { padding-top: 54px; }
  .section-title { margin-bottom: 36px; font-size: 32px; text-align: center; }
  .about-grid { grid-template-columns: 1fr; gap: 26px; }
  .portrait img { width: 100%; height: auto; aspect-ratio: 1.05 / 1; object-position: 48% 0%; }
  .about-copy h3 { margin-bottom: 16px; font-size: 20px; }
  .about-copy p, .about-copy li { font-size: 12px; line-height: 1.56; }
  .about-copy hr { margin: 34px 0 24px; }
  .section-divider { margin-bottom: 52px; }
  .projects { padding-top: 58px; }
  .projects .section-title { font-size: 32px; margin-bottom: 32px; }
  .projects-grid { grid-template-columns: 1fr; gap: 50px; }
  .project-card img { aspect-ratio: 1 / .82; }
  .project-card h3 { margin-top: 22px; font-size: 27px; }
  .project-card p { font-size: 10px; }
  .icon-row { gap: 8px; margin-top: 14px; }
  .icon-row a { width: 21px; height: 21px; }
  .platform-icon { width: 12px; height: 12px; }
  .experience { padding-top: 58px; }
  .artists-title { font-size: 24px; line-height: 1.08; margin-bottom: 28px; text-align: left; }
  .artist-cloud { gap: 8px 7px; justify-content: center; }
  .artist-cloud a, .artist-cloud span { padding: 5px 12px 5px; font-size: 9px; }
  .contact { padding: 58px 0 90px; }
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-copy h2 { font-size: 37px; line-height: .93; margin-bottom: 22px; }
  .contact-name { font-size: 14px; }
  .contact-icons a { width: 30px; height: 30px; }
  .contact-icons .platform-icon { width: 15px; height: 15px; }
  .form-row { grid-template-columns: 1fr; gap: 11px; }
  .contact-form { gap: 11px; }
  .contact-form input, .contact-form textarea { padding: 10px 12px; font-size: 12px; }
  .contact-form textarea { min-height: 170px; }
  .privacy-check { font-size: 10px; }
  .contact-form button { font-size: 11px; padding: 8px 15px; }
  .logo-ornament--contact { --orn-scale: .32; right: -12px; bottom: 20px; opacity: .94; }
  .site-footer { padding: 30px 0 24px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; gap: 16px; }
  .site-footer img { width: 84px; }
  .site-footer p { padding-left: 0; border-left: 0; font-size: 9px; }
  .footer-links { font-size: 9px; }
  .legal-section { padding: 56px 0 88px; }
  .legal-card h1 { font-size: 32px; margin-bottom: 30px; }
  .legal-card p, .legal-card li { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
