* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

:root {
    --gjs-t-color-primary: #111827;
    --gjs-t-color-secondary: #6b7280;
    --gjs-t-color-accent: #77a37e;
    --gjs-t-color-success: #166534;
    --gjs-t-color-warning: #b45309;
    --gjs-t-color-error: #b91c1c;
}

html {
    scroll-behavior: smooth;
}

p {
    color: rgb(200 200 200 / 1);
}

.gjs-t-body {
    background-color: #0a0a0b;
    color: rgb(200 200 200 / 1);;
    font-size: 16px;
    line-height: 1.6;
}

.gjs-t-h1 {
    color: rgb(200 200 200 / 1);;
    font-size: 72px;
    line-height: 1;
}

.gjs-t-h2 {
    color: rgb(200 200 200 / 1);
    font-size: 40px;
    line-height: 1.1;
    font-family: "Inter",sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.28em;
}

.gjs-t-button {
    background-color: #d4a373;
    color: #111827;
    border-radius: 9999px;
}

a:hover {
   /* color: rgb(253 230 138 / 1); */
}

.gjs-t-link {
    color: #f3f4f6;
    text-decoration: none;
}

.gjs-t-border {
    border-radius: 24px;
    border-color: rgba(255,255,255,0.14);
}


.glass {
    background: rgba(255,255,255,0.04);
}

.hero-shadow {
    box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}

.album-shadow {
    box-shadow: 0 22px 50px rgba(0,0,0,0.35);
}

.field-dark {
    background: rgba(255,255,255,0.03);
}

.icon-tile {
    background: rgba(255,255,255,0.04);
}

*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    line-height: inherit;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button, select {
    text-transform: none;
}

button, input:where([type='button']), input:where([type='reset']), input:where([type='submit']) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol, ul, menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

button, [role="button"] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}

img, video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

.cls-w7lx7o {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-content {
    min-height: 100vh;
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0px;
    background-image: none;
    background-color: transparent;
}

.hero-image-overlay {
    position: absolute;
    inset: 0px;
    opacity: 1;
}

.hero-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-fade {
    position: absolute;
    inset: 0px;
    background-image: none;
    background-color: transparent;
}

.hero-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 80rem;
    align-items: flex-end;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hero-content {
    display: flex;
    max-width: 48rem;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 28px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    padding: 2.5rem;
    backdrop-filter: blur(12px);
    margin-left: auto;
    margin-right: auto;
}

.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgb(200 200 200 / 1);
}

.hero-divider {
    height: 1px;
    width: 3rem;
    background-color: rgb(200 200 200 / 1);
}

.hero-description {
    max-width: 42rem;
    font-size: 1rem;
    line-height: 1.75rem;
    color: rgb(200 200 200 / 1);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.hero-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: rgba(119,163,126,0.45);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: #77a37e;
    color: #0f1711;
}

.hero-primary-button:hover {
    background-color: #89b18f;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: rgba(119,163,126,0.35);
}

.hero-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgb(255 255 255 / 0.9);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.hero-secondary-link:hover {
    border-color: rgb(255 255 255 / 0.4);
    background-color: rgb(255 255 255 / 0.05);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: rgba(119,163,126,0.22);
}

.album-showcase-section {
    position: relative;
    border-top-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(10 10 10 / 1);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.album-container {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 80rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
}

.album-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
}

.album-intro {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.section-tag {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: #77a37e;
}

.album-description {
    /* max-width: 36rem; */
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(200 200 200 / 1);
}

.album-meta-grid {
    display: grid;
    max-width: 36rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.album-meta-item {
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(255 255 255 / 0.03);
    padding: 1.25rem;
}

.meta-label {
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: rgb(200 200 200 / 1);
}

.meta-value {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: rgb(255 255 255 / 1);
}

.album-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.album-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.15);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgb(255 255 255 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.album-text-link:hover {
    border-color: rgba(119,163,126,0.5);
    background-color: rgb(255 255 255 / 0.05);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: rgba(119,163,126,0.22);
}

.album-text-link-icon {
    height: 1rem;
    width: 1rem;
}

.album-cover-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 28rem;
    border-radius: 32px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-image: linear-gradient(to bottom, #1c1917, #000);
    padding: 1.25rem;
}

.album-cover-link {
    display: block;
    width: 100%;
    max-width: 36rem;
    border-radius: 32px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-image: linear-gradient(to bottom, #1d271f, #141b15);
    padding: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.album-cover-link:hover {
    border-color: rgba(119,163,126,0.5);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 4px;
    outline-color: rgba(119,163,126,0.22);
}

.album-cover-frame {
    overflow: hidden;
    border-radius: 26px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
}

.album-cover-image {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.group:hover .album-cover-image {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.03) scaleY(1.03);
}

.album-cover-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-top: 1.5rem;
}

.album-cover-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.album-cover-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: rgb(255 255 255 / 1);
}

.album-cover-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgb(200 200 200 / 1);
}

.album-cover-action {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.15);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(255 255 255 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.group:hover .album-cover-action {
    border-color: rgba(119,163,126,0.5);
    color: #b8d0bc;
}

.album-cover-action-icon {
    height: 1rem;
    width: 1rem;
    margin-left: 1rem;
}

.contact-section {
    border-top-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(0 0 0 / 1);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.contact-container {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 80rem;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
}

.contact-intro-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-intro-block {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-tag {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: #77a37e;
}

.contact-text {
    max-width: 36rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(200 200 200 / 1);
}

.contact-details-list {
    display: grid;
    max-width: 42rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-detail-card {
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(255 255 255 / 0.03);
    padding: 1.25rem;
}

.detail-label {
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: rgb(200 200 200 / 1);
}

.detail-value {
    margin-top: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(255 255 255 / 1);
}

.contact-form {
    border-radius: 32px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(255 255 255 / 0.03);
    padding: 2rem;
    backdrop-filter: blur(4px);
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.field-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgb(200 200 200 / 1);
}

.name-input {
    border-radius: 1rem;
    border-width: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: rgb(255 255 255 / 1);
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.name-input::placeholder {
    color: rgb(120 113 108 / 1);
}

.name-input:hover {
    border-color: rgb(168 162 158 / 0.4);
}

.name-input:focus {
    border-color: rgba(119,163,126,0.55);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: rgba(119,163,126,0.22);
}

.email-input {
    border-radius: 1rem;
    border-width: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: rgb(255 255 255 / 1);
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.email-input::placeholder {
    color: rgb(120 113 108 / 1);
}

.email-input:hover {
    border-color: rgb(168 162 158 / 0.4);
}

.email-input:focus {
    border-color: rgba(119,163,126,0.55);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: rgba(119,163,126,0.22);
}

.subject-input {
    border-radius: 1rem;
    border-width: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: rgb(255 255 255 / 1);
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.subject-input::placeholder {
    color: rgb(120 113 108 / 1);
}

.subject-input:hover {
    border-color: rgb(168 162 158 / 0.4);
}

.subject-input:focus {
    border-color: rgba(119,163,126,0.55);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: rgba(119,163,126,0.22);
}

.message-input {
    border-radius: 1rem;
    border-width: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: rgb(255 255 255 / 1);
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.message-input::placeholder {
    color: rgb(120 113 108 / 1);
}

.message-input:hover {
    border-color: rgb(168 162 158 / 0.4);
}

.message-input:focus {
    border-color: rgba(119,163,126,0.55);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: rgba(119,163,126,0.22);
}

.consent-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(255 255 255 / 0.02);
    padding: 1rem;
}

.consent-checkbox {
    margin-top: 0.25rem;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
    background-color: transparent;
    color: #77a37e;
    accent-color: #77a37e;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.consent-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(214 211 209 / 1);
}

.form-action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: rgba(119,163,126,0.45);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: #77a37e;
    color: #0f1711;
}

.submit-button:hover {
    background-color: #89b18f;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: rgba(119,163,126,0.35);
}

.form-note {
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgb(120 113 108 / 1);
}

.social-section {
    border-top-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(10 10 10 / 1);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.social-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 80rem;
    flex-direction: column;
    gap: 2rem;
}

.social-header {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.social-tag {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: #77a37e;
}

.social-description {
    max-width: 42rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(214 211 209 / 1);
}

.social-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.social-card {
    border-radius: 28px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    /* padding: 1.5rem; */
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    width: 20rem;
    height: 6rem;
}

.social-card:hover {
    border-color: rgba(119,163,126,0.5);
    background-color: rgb(255 255 255 / 0.06);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: rgba(119,163,126,0.22);
}

.social-card-top {
    display: flex;
    align-items: center;
    gap: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.social-icon {
    height: auto;
    width: auto;
}

.social-arrow {
    height: 1rem;
    width: 1rem;
}

.social-card-body {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.social-name {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(255 255 255 / 1);
}

.social-handle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(200 200 200 / 1);
}

* {
    box-sizing: border-box;
}

.soft-panel {
    background: rgba(255,255,255,0.03);
}

.embed-frame {
    aspect-ratio: 16/9;
}

.backdrop-glow {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.06), 0 20px 60px rgba(0,0,0,0.35);
}

.song-card:hover {
    transform: translateY(-3px);
    border-color: rgb(252 211 77 / 0.4);
    background-color: rgb(255 255 255 / 0.05);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: rgb(253 230 138 / 0.15);
}

.song-card {
    transition: transform .18s ease,border-color .18s ease,background-color .18s ease,outline-color .18s ease;
    grid-column: span 2 / span 2;
    border-radius: 28px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    padding: 1.25rem;
}

.body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.album-hero-section {
    position: relative;
    overflow: hidden;
    border-bottom-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    height: 1500px;
    width: 100%;
}

.hero-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 80rem;
    flex-direction: column;
    gap: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(255 255 255 / 0.05);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    backdrop-filter: blur(12px);
}

.back-home-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: rgb(200 200 200 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    width: fit-content;
}

.back-home-link:hover {
    color: rgb(253 230 138 / 1);
}

.back-icon {
    height: 1rem;
    width: 1rem;
}

.top-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgb(200 200 200 / 1);
}

.top-divider {
    height: 1px;
    width: 2.5rem;
    background-color: rgb(120 113 108 / 0.6);
}

.hero-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: flex-end;
    gap: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.album-cover-column {
    display: flex;
    justify-content: center;
}

.album-name {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: rgb(255 255 255 / 1);
}

.album-subtitle {
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.26em;
    color: rgb(200 200 200 / 1);
}

.jump-songs-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.15);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(255 255 255 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.jump-songs-link:hover {
    border-color: rgb(252 211 77 / 0.5);
    background-color: rgb(255 255 255 / 0.05);
    color: rgb(254 243 199 / 1);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: rgb(253 230 138 / 0.2);
}

.jump-songs-icon {
    height: 1rem;
    width: 1rem;
}

.hero-copy-panel {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 28px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    padding: 2.5rem;
    backdrop-filter: blur(12px);
}

.hero-title {
    max-width: 56rem;        
}
.hero-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.stat-card {
    border-radius: 1.5rem;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    padding: 1.25rem;
}

.stat-label {
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgb(200 200 200 / 1);
}

.stat-value {
    margin-top: 0.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
    color: rgb(255 255 255 / 1);
}

.primary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: rgb(253 230 138 / 0.3);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.primary-action:hover {
    background-color: rgb(252 211 77 / 1);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #fde68a;
}

.secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgb(255 255 255 / 0.9);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.secondary-action:hover {
    border-color: rgb(255 255 255 / 0.4);
    background-color: rgb(255 255 255 / 0.05);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: rgb(255 255 255 / 0.2);
}

.songs-section {
    border-bottom-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(10 10 10 / 1);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.songs-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 80rem;
    flex-direction: column;
    gap: 2.5rem;
}

.songs-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.songs-header-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
}

.songs-intro {
    display: flex;
    max-width: 48rem;
    flex-direction: column;
    gap: 0.75rem;
}

.songs-description {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(214 211 209 / 1);
}

.songs-count-badge {
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(255 255 255 / 0.05);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: rgb(200 200 200 / 1);
}

.songs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.song-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
}

.song-header-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.track-number {
    display: flex;
    height: 3rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(255 255 255 / 0.05);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: rgb(245, 122, 40)
}

.song-text {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.song-title {
    font-size: 1.25rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgb(200 200 200 / 1);
}

.song-meta {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgb(200 200 200 / 1);
}

.open-youtube-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.15);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgb(231 229 228 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.open-youtube-link:hover {
    border-color: rgb(252 211 77 / 0.5);
    color: rgb(254 243 199 / 1);
}

.open-youtube-icon {
    height: 1rem;
    width: 1rem;
}

.video-frame {
    overflow: hidden;
    border-radius: 22px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(0 0 0 / 1);
}

.youtube-embed {
    height: 100%;
    width: 100%;
}

.album-footer-section {
    display: flex;
    align-items: left;
    background-color: rgb(0 0 0 / 1);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 6rem;
    column-gap: 4rem;
}

.footer-panel {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 80rem;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    border-radius: 32px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    background-color: rgb(255 255 255 / 0.03);
    padding: 2rem;
    backdrop-filter: blur(4px);
}

.footer-copy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-tag {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    color: rgb(252 211 77 / 0.8);
}

.footer-title {
    max-width: 42rem;
}

.footer-description {
    max-width: 42rem;
    color: rgb(214 211 209 / 1);
}

.footer-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.footer-primary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: rgb(253 230 138 / 0.3);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-primary-link:hover {
    background-color: rgb(252 211 77 / 1);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #fde68a;
}

.footer-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgb(255 255 255 / 0.9);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-secondary-link:hover {
    border-color: rgb(255 255 255 / 0.4);
    background-color: rgb(255 255 255 / 0.05);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: rgb(255 255 255 / 0.2);
}

.outline-accent {
    position: relative;
}

.outline-accent::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    pointer-events: none;
}

.text-accent {
    color: rgb(253 230 138 / 1);
}

.song-note {
    font-size: .95rem;
    line-height: 1.6;
    color: rgb(214 211 209 / .92);
}

.footer-stack {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.album-anchor {
    display: block;
    transition: transform .18s ease,box-shadow .18s ease;
}

.album-anchor:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(0,0,0,.42);
    outline: 2px solid rgba(253,230,138,.18);
    outline-offset: 4px;
}

#i4urj {
    background-image: url("https://placehold.co/150/777/white.png?text=IMAGE");
    background-position: 0px 0px;
    background-size: 50px 50px;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    height: auto;
}

#iy7e3 {
    /* margin-top: 41rem; */
    margin-bottom: 12px;
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    align-items: stretch;
    justify-content: flex-start;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 1rem;
    max-width: 70rem;

    position: static;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    margin-top: 60%;
    align-self: flex-start;
}

.album-cover-action img, .album-text-link img {
    filter: hue-rotate(35deg) saturate(0.7);
}

#i722v {
    background-color: #77a37e;
}

#iw48j {
    grid-area: 1 / 2 / 2 / 3;
    max-width: 42rem;
    width: 59%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-size-options: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#i8hqz {
    padding-top: 1rem;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#iqccp {
    grid-area: 1 / 1 / 2 / 2;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 37%;
}

#album {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#i4lbf {
    max-width: 70rem;
}

#i80yh {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#ivqmy {
    max-width: 43rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.float-pair {
    display: block;
    max-width: 80rem;
    overflow: hidden;
}

.float-col-left {
    float: left;
    width: 52%;
    padding-right: 1.5rem;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.float-col-right {
    float: right;
    width: 40%;
    position: relative;
}

.float-clear {
    clear: both;
    height: 0;
}

.float-col-left::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 28px;
    pointer-events: none;
    opacity: .35;
}

.float-col-right::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 28px;
    pointer-events: none;
    opacity: .35;
}

.float-col-right .album-cover-link:hover {
    transform: translateY(-2px);
}

.float-col-right .album-cover-panel {
    width: 100%;
}

#i7xvz {
    background-color: #77a37e;
    width: 14rem;
    color: #0f1711;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#contact {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
}

#ivtmun {
    padding-top: 2rem;
}


#i9sre {
    color: rgb(239, 244, 240);
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.2rem;
}

#ik2429 {
    color: rgb(239, 244, 240);
}

#if51z {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#i3x1c {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#is4z8 {
    font-size: 1rem;
}

#ifsvx {
    font-size: 1rem;
}

#ic7jh {
    font-size: 1rem;
}

#i7tpd {
    max-width: 80rem;
    display: block;
}

#ivrqk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#i2vx8 {
    max-width: 67rem;
}

/* #isrvse {
    max-width: 70rem;
    grid-area: 1 / 1 / 2 / 2;
} */

#i3hxid {
    max-width: 67rem;
    color: rgb(245, 122, 40);
}

#ivuiam {
    max-width: 66rem;
}

#iosg5u {
    background-color: #77a37e;
}

#ikz4m {
    font-size: 1rem;
}

#ilkbt {
    margin-top: 1rem;
}

#i6kmwm {
    margin-top: 1rem;
}

#iu9cx {
    display: flex;
    flex: 0 0 auto;
}

#ii6xpg {
    margin-bottom: 0cm;
    line-height: 115%;
}

/* #i4rpqw {
    font-size: 11.0pt;
    mso-bidi-font-size: 12.0pt;
    line-height: 115%;
    font-family: "Arial",sans-serif;
    mso-fareast-font-family: Arial;
    mso-ansi-language: FR;
    mso-fareast-language: FR;
    mso-bidi-language: AR-SA;
} */

#ix8tqx {
    margin-bottom: 0cm;
    line-height: 115%;
}

#iygl9d {
    margin-bottom: 0cm;
    line-height: 115%;
}

#irxbgj {
    margin-bottom: 0cm;
    line-height: 115%;
}

#i713g4 {
    margin-bottom: 0cm;
    line-height: 115%;
}

#iz1ggj {
    max-width: 80rem;
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
}

#i45e5d {
    align-items: center;
    grid-area: auto;
    text-align: center;
    width: 66rem;
}

@media (max-width: 992px) {
    .gjs-t-h1 {
        font-size:56px;
        line-height: 1.02;
    }

    .gjs-t-h2 {
        font-size: 34px;
        line-height: 1.12;
    }

    .hero-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .hero-content {
        padding: 2rem;
    }

    .hero-description {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .album-showcase-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .album-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 2.5rem;
    }

    .contact-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .contact-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .contact-form {
        padding: 1.5rem;
    }

    .social-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .hero-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .album-cover-column {
        justify-content: flex-start;
    }

    .hero-copy-panel {
        padding: 2rem;
    }

    .hero-stats-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .songs-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .songs-header-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .songs-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .song-card {
        grid-column: span 1 / span 1;
    }

    .song-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-panel {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #album {
        padding-bottom: 3rem;
    }

    #iy7e3 {
        position: static;
        flex-direction: column;
        padding-top: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        margin-top: 55%;
        align-self: flex-start;
    }

    .float-col-left {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .float-col-right {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-top: 2rem;
    }


    #ivqmy {
        max-width: 41rem;
    }

    #iw48j {
        max-width: 50rem;
        width: 100%;
    }

    #iydxg {
        /* max-width: 44rem; */
    }

    #iqccp {
        gap: 1rem;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        flex-wrap: nowrap;
        width: 100%; 
    }

    #contact {
        padding-top: 3rem;
    }

    #i5z5q {
        gap: 1rem;
    }

    #i7xvz {
        width: 25%;
    }
}

@media (max-width: 480px) {
    .gjs-t-h1 {
        font-size:40px;
        line-height: 1.04;
    }

    .gjs-t-h2 {
        font-size: 28px;
        line-height: 1.15;
    }

    .hero-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-content {
        padding: 1.25rem;
    }

    .hero-description {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .album-showcase-section {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .album-meta-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .album-cover-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-section {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .contact-details-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .contact-form {
        padding: 1rem;
    }

    .form-row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .form-action-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .social-section {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .social-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .hero-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .top-bar {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .album-name {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .hero-copy-panel {
        padding: 1.25rem;
    }

    .hero-stats-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .songs-section {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .footer-panel {
        padding: 1.25rem;
    }

    .song-note {
        font-size: .875rem;
        line-height: 1.5;
    }

    #iy7e3 {
        position: static;
        justify-content: flex-start;
        align-items: stretch;
        align-self: flex-start;
        order: 0;
        margin-top: 46%;
    }

    #i80yh {
        padding-top: 64px;
        padding-right: 16px;
        padding-bottom: 46px;
        padding-left: 16px;
        min-height: 53vh;
    }

    #iw48j {
        max-width: 22rem;
    }

    .float-col-left {
        width: 100%;
    }

    .float-col-right {
        width: 100%;
        margin-top: 1.5rem;
    }

    #iydxg {
        max-width: 22rem;
    }
}
