/*
Theme Name: THALARIS
Theme URI: https://thalaris.gr
Author: THALARIS
Description: Bespoke artist website for THALARIS — Music inspired by the Ionian.
Version: 1.0.0
Text Domain: thalaris
*/

@theme inline {
  --color-background: var(--background); --color-foreground: var(--foreground);
  --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground);
  --color-border: var(--border); --color-ring: var(--ring);
  --font-sans: var(--font-body); --font-heading: var(--font-display); --radius-lg: var(--radius);
}

:root {
  --background: #f3f0e7; --foreground: #072c43; --primary: #efad35; --primary-foreground: #06273c;
  --secondary: #d9f6f3; --secondary-foreground: #05344b; --muted: #e7e4da; --muted-foreground: #5b6e75;
  --accent: #5cd8d8; --accent-foreground: #052e43; --border: rgb(7 44 67 / 16%); --ring: #56cfd1;
  --radius: 999px; --deep: #031f32; --navy: #063754; --aqua: #57d7d4; --sun: #f4b43c; --sand: #f3f0e7;
  --font-display: Georgia, 'Times New Roman', serif; --font-body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.wordmark, .footer-brand { font-family: Arial, Helvetica, sans-serif !important; }
.hero-cover { opacity: .45; object-position: center bottom; }
.hero-content { min-height: 780px; }
.eyebrow { color: #147e85; }
.story-copy .eyebrow, .newsletter-inner .eyebrow { color: var(--aqua); }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sand); color: var(--foreground); font-family: var(--font-body), Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: absolute; top: 0; left: 0; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; padding: 28px clamp(22px, 5vw, 80px); color: white; }
.wordmark, .footer-brand { font-family: var(--font-display), sans-serif; font-size: 1.05rem; font-weight: 650; letter-spacing: .55em; }
.desktop-nav { display: flex; gap: 40px; font-size: .76rem; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--aqua); transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.social-pill { justify-self: end; display: flex; align-items: center; gap: 9px; padding: 10px 17px; border: 1px solid rgb(255 255 255 / 35%); border-radius: 99px; background: rgb(3 31 50 / 25%); backdrop-filter: blur(10px); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.menu-toggle { display: none; justify-self: end; padding: 0; border: 0; background: transparent; color: white; }
.mobile-nav { position: absolute; top: 76px; right: 20px; left: 20px; display: grid; padding: 20px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 18px; background: rgb(3 31 50 / 94%); backdrop-filter: blur(16px); box-shadow: 0 20px 50px rgb(0 0 0 / 25%); }
.mobile-nav a { padding: 13px 5px; border-bottom: 1px solid rgb(255 255 255 / 12%); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.mobile-nav a:last-child { border: 0; }

.hero { position: relative; min-height: 780px; height: 100svh; overflow: hidden; background: var(--deep); color: white; }
.hero-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 57%; transform: scale(1.018); animation: hero-settle 1.4s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(3 27 44 / 90%) 0%, rgb(3 29 46 / 63%) 42%, rgb(3 29 46 / 12%) 72%), linear-gradient(0deg, rgb(3 27 44 / 72%) 0%, transparent 42%, rgb(3 27 44 / 24%) 100%); }
.hero-orbit { position: absolute; border: 1px solid rgb(94 219 218 / 22%); border-radius: 50%; pointer-events: none; }
.orbit-one { right: -19vw; bottom: -33vw; width: 66vw; height: 66vw; }
.orbit-two { right: -10vw; bottom: -24vw; width: 48vw; height: 48vw; }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: min(660px, calc(100% - 44px)); height: 100%; margin-left: clamp(22px, 9vw, 150px); padding-top: 80px; }
.release-status { display: flex; align-items: center; gap: 10px; width: fit-content; margin-bottom: 34px; padding: 9px 14px; border: 1px solid rgb(255 255 255 / 22%); border-radius: 99px; background: rgb(3 31 50 / 30%); backdrop-filter: blur(10px); font-size: .69rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 5px rgb(244 180 60 / 18%); animation: pulse 2.2s ease-in-out infinite; }
.hero-kicker, .eyebrow { margin: 0 0 16px; color: var(--aqua); font-size: .74rem; font-weight: 750; letter-spacing: .28em; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-family: var(--font-display), sans-serif; font-weight: 520; letter-spacing: -.055em; }
.hero h1 { max-width: 9ch; font-size: clamp(4.2rem, 9.2vw, 9.3rem); line-height: .8; text-wrap: balance; }
.hero-copy { max-width: 520px; margin: 36px 0 30px; color: rgb(255 255 255 / 78%); font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.primary-cta, .ghost-cta { height: 52px !important; padding-inline: 24px !important; border-radius: 99px !important; font-weight: 750 !important; }
.static-cta { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; cursor: pointer; font-size: .86rem; }
.primary-cta { background: var(--sun) !important; color: var(--deep) !important; }
.primary-cta:hover { background: #ffc45d !important; transform: translateY(-2px); }
.ghost-cta { border-color: rgb(255 255 255 / 32%) !important; background: rgb(255 255 255 / 8%) !important; color: white !important; backdrop-filter: blur(10px); }
.ghost-cta:hover { background: rgb(255 255 255 / 16%) !important; transform: translateY(-2px); }
.scroll-cue { position: absolute; z-index: 2; right: clamp(24px, 5vw, 80px); bottom: 34px; display: flex; align-items: center; gap: 11px; color: rgb(255 255 255 / 70%); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }

.section-shell { max-width: 1380px; margin: 0 auto; padding: 120px clamp(22px, 5vw, 72px); }
.section-heading, .social-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 58px; }
.section-heading h2, .social-heading h2, .story-copy h2, .newsletter-inner h2 { font-size: clamp(3rem, 6vw, 6.4rem); line-height: .94; }
.section-intro { max-width: 520px; margin: 0 0 7px; color: #54707a; font-size: 1.05rem; line-height: 1.75; }
.release-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 34px); }
.cover-wrap { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--navy); }
.cover-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.cover-overlay { position: absolute; inset: 0; display: grid; place-items: center; background: rgb(3 31 50 / 26%); opacity: 0; transition: opacity .35s ease; }
.play-button { display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid rgb(255 255 255 / 40%); border-radius: 50%; background: rgb(255 255 255 / 90%); color: var(--deep); transform: translateY(10px); transition: transform .35s ease; }
.release-card:hover .cover-wrap img, .insta-tile:hover img { transform: scale(1.035); }
.release-card:hover .cover-overlay { opacity: 1; }
.release-card:hover .play-button { transform: translateY(0); }
.coming-badge { position: absolute; top: 15px; left: 15px; padding: 8px 12px; border-radius: 99px; background: var(--sun); color: var(--deep); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.release-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 2px 0; }
.release-meta p { margin: 0 0 7px; color: #74858a; font-size: .63rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.release-meta h3 { margin: 0; font-family: var(--font-display), sans-serif; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 560; letter-spacing: -.035em; }
.round-link { display: grid; flex: 0 0 auto; place-items: center; width: 43px; height: 43px; border: 1px solid var(--border); border-radius: 50%; background: transparent; color: var(--navy); cursor: pointer; transition: .2s ease; }
.round-link:hover { border-color: var(--navy); background: var(--navy); color: white; transform: rotate(8deg); }

.story-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 740px; background: var(--deep); color: white; }
.story-image-wrap { position: relative; overflow: hidden; min-height: 620px; }
.story-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, var(--deep) 100%); }
.story-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.story-stamp { position: absolute; z-index: 2; right: 3vw; bottom: 5vw; display: flex; align-items: center; gap: 11px; width: 125px; height: 125px; padding: 22px; border: 1px solid rgb(255 255 255 / 38%); border-radius: 50%; background: rgb(3 31 50 / 45%); backdrop-filter: blur(10px); font-size: .58rem; font-weight: 700; letter-spacing: .16em; line-height: 1.55; text-transform: uppercase; }
.story-stamp svg { color: var(--aqua); }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(35px, 8vw, 130px) 90px clamp(35px, 6vw, 100px); }
.story-copy h2 { max-width: 620px; }
.story-copy > p:not(.eyebrow) { max-width: 610px; margin: 28px 0 0; color: rgb(255 255 255 / 62%); font-size: 1rem; line-height: 1.8; }
.story-copy .story-lead { color: rgb(255 255 255 / 88%) !important; font-size: 1.16rem !important; }
.sound-notes { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 38px; padding-top: 28px; border-top: 1px solid rgb(255 255 255 / 14%); }
.sound-notes span { display: flex; align-items: center; gap: 8px; color: var(--aqua); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sound-notes svg { width: 15px; }

.social-section { padding-bottom: 135px; }
.social-heading { grid-template-columns: 1fr auto; }
.instagram-link { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; padding-bottom: 7px; border-bottom: 1px solid var(--foreground); font-size: .75rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.instagram-link svg:last-child { width: 15px; }
.insta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.insta-tile { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--navy); }
.insta-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.insta-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgb(3 31 50 / 72%), transparent 45%); }
.insta-tile span { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; display: flex; align-items: center; gap: 8px; color: white; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; opacity: .9; }
.insta-tile span svg { width: 17px; }

.newsletter-section { position: relative; overflow: hidden; display: grid; place-items: center; min-height: 620px; padding: 100px 22px; background: #084568; color: white; text-align: center; }
.newsletter-section::before, .newsletter-section::after { content: ''; position: absolute; left: -5%; width: 110%; height: 90px; border: 1px solid rgb(91 220 217 / 22%); border-radius: 50%; }
.newsletter-section::before { bottom: 72px; } .newsletter-section::after { bottom: 33px; }
.newsletter-sun { position: absolute; top: 70px; width: 230px; height: 115px; border: 2px solid rgb(244 180 60 / 42%); border-bottom: 0; border-radius: 230px 230px 0 0; }
.newsletter-inner { position: relative; z-index: 2; width: min(750px, 100%); }
.newsletter-inner h2 { color: white; }
.newsletter-inner > p:not(.eyebrow) { max-width: 600px; margin: 24px auto 34px; color: rgb(255 255 255 / 68%); line-height: 1.7; }
.newsletter-inner form { display: grid; grid-template-columns: 1fr auto; gap: 8px; max-width: 600px; margin: 0 auto; padding: 7px; border: 1px solid rgb(255 255 255 / 22%); border-radius: 99px; background: rgb(3 31 50 / 32%); }
.newsletter-inner input { min-width: 0; padding: 0 18px; border: 0; outline: 0; background: transparent; color: white; }
.newsletter-inner input::placeholder { color: rgb(255 255 255 / 46%); }
.subscribe-button { height: 48px !important; padding: 0 20px !important; border-radius: 99px !important; background: var(--sun) !important; color: var(--deep) !important; font-weight: 750 !important; }
.newsletter-inner small { display: block; margin-top: 18px; color: rgb(255 255 255 / 40%); font-size: .67rem; letter-spacing: .08em; }
.success-message { display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 600px; min-height: 64px; margin: 0 auto; border: 1px solid rgb(91 220 217 / 34%); border-radius: 99px; background: rgb(91 220 217 / 12%); color: #a8fff6; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; padding: 70px clamp(22px, 5vw, 72px) 34px; background: var(--deep); color: white; }
.footer-brand { align-self: start; }
footer > p:not(.copyright) { grid-column: 1; margin: 8px 0 50px; color: rgb(255 255 255 / 43%); font-size: .85rem; }
.footer-links { grid-column: 2; grid-row: 1 / span 2; display: flex; gap: 28px; color: rgb(255 255 255 / 76%); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.copyright { grid-column: 3; grid-row: 1 / span 2; justify-self: end; margin: 0; color: rgb(255 255 255 / 32%); font-size: .65rem; letter-spacing: .11em; text-transform: uppercase; }

@keyframes hero-settle { from { transform: scale(1.08); filter: saturate(.85); } to { transform: scale(1.018); filter: saturate(1); } }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 5px rgb(244 180 60 / 16%); } 50% { box-shadow: 0 0 0 10px rgb(244 180 60 / 4%); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; } .desktop-nav, .desktop-social { display: none; } .menu-toggle { display: grid; }
  .hero-shade { background: linear-gradient(0deg, rgb(3 27 44 / 87%) 0%, rgb(3 29 46 / 24%) 70%, rgb(3 27 44 / 36%) 100%); }
  .hero-content { justify-content: flex-end; margin: 0; padding: 120px 22px 84px; } .hero h1 { font-size: clamp(4.3rem, 16vw, 7rem); }
  .release-status { margin-bottom: 24px; } .hero-copy { margin: 25px 0; } .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; } .release-grid { grid-template-columns: 1fr 1fr; row-gap: 45px; }
  .release-card.featured { grid-column: 1 / -1; } .release-card.featured .cover-wrap { aspect-ratio: 16 / 10; }
  .story-section { grid-template-columns: 1fr; } .story-image-wrap { min-height: 70vw; max-height: 740px; }
  .story-image-wrap::after { background: linear-gradient(0deg, var(--deep), transparent 30%); } .story-copy { padding-top: 60px; }
}

@media (max-width: 600px) {
  .site-header { padding: 22px; } .wordmark { font-size: .9rem; letter-spacing: .42em; } .hero { min-height: 720px; }
  .hero-cover { object-position: 61% center; } .hero-kicker { font-size: .63rem; } .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions button { width: 100%; } .section-shell { padding-block: 88px; }
  .section-heading h2, .social-heading h2, .story-copy h2, .newsletter-inner h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .release-grid { grid-template-columns: 1fr; gap: 48px; } .release-card.featured { grid-column: auto; } .release-card.featured .cover-wrap { aspect-ratio: 1; }
  .story-image-wrap { min-height: 100vw; } .story-stamp { right: 20px; bottom: 20px; width: 105px; height: 105px; padding: 18px; }
  .story-copy { padding: 70px 22px 85px; } .social-heading { grid-template-columns: 1fr; gap: 28px; } .instagram-link { width: fit-content; }
  .insta-grid { grid-template-columns: 1fr 1fr; } .insta-tile:first-child { grid-column: 1 / -1; }
  .newsletter-section { min-height: 590px; } .newsletter-inner form { grid-template-columns: 1fr; border-radius: 24px; }
  .newsletter-inner input { height: 52px; text-align: center; }
  footer { grid-template-columns: 1fr; align-items: start; } footer > p:not(.copyright) { margin-bottom: 15px; }
  .footer-links, .copyright { grid-column: 1; grid-row: auto; justify-self: start; } .footer-links { flex-wrap: wrap; }
}

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