:root {
    --ink: #111111;
    --muted: #6f6f6f;
    --paper: #ffffff;
    --panel: #f3f3f3;
    --gold: #e1b26a;
    --gold-ink: #2b2013;
    --hero-image: url("./images/silversea_hero.jpg");
}


@font-face {
    font-family: "SangBleu Kingdom";
    src:
        url("/assets/fonts/SangBleuKingdom-Regular.woff2") format("woff2"),
        url("https://www.silversea.com/static/SangBleuKingdom-Regular-WebS-c05c5cf9d6253f099c8e61a56474360a.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu Kingdom";
    src:
        url("/assets/fonts/SangBleuKingdom-Medium.woff2") format("woff2"),
        url("https://www.silversea.com/static/SangBleuKingdom-Medium-WebS-c3abb4f64cf000818cbf9cc8e489e9e4.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu Kingdom";
    src:
        url("/assets/fonts/SangBleuKingdom-Bold.woff2") format("woff2"),
        url("https://www.silversea.com/static/SangBleuKingdom-Bold-WebS-fa0766667c16c4a615cd65172d471e51.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu Kingdom";
    src:
        url("/assets/fonts/SangBleuKingdom-Bold.woff2") format("woff2"),
        url("https://www.silversea.com/static/SangBleuKingdom-Bold-WebS-fa0766667c16c4a615cd65172d471e51.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SangBleu OG Sans";
    src:
        url("/assets/fonts/SangBleuOGSans-Regular.woff2") format("woff2"),
        url("https://www.silversea.com/static/SangBleuOGSans-Regular-WebS-53d25cb8b5ed6f73d597e9f7ec966ca3.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src:
        url("/assets/fonts/Inter-Regular.woff2") format("woff2"),
        url("https://www.silversea.com/static/inter-v18-latin-regular-9698cc7dbf147ed363b617fc4d467769.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src:
        url("/assets/fonts/Inter-SemiBold.woff2") format("woff2"),
        url("https://www.silversea.com/static/inter-v18-latin-600-9d111139a583baef305371af52fd8ac9.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html, body {
    height: 100%;
    font-weight: 100;
}

body {
    background: var(--paper);
    color: var(--ink);
    font-family: "SangBleu Kingdom", ui-serif, Georgia, "Times New Roman", serif;
    letter-spacing: 0.005em;
}

.hero {
    min-height: 62vh;
    background-image:
        linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(0,0,0,0.18) 100%),
        var(--hero-image);
    background-size: cover;
    background-position: center center;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 55%, rgba(0,0,0,0.25) 100%);
}

.hero > * {
    position: relative;
    z-index: 1;
}

.brand-mark {
    font-size: clamp(20px, 2.3vw, 32px);
    letter-spacing: 0.16em;
    font-weight: 500;
    color: rgba(20, 20, 20, 0.85);
    padding-top: 10px;
    max-width: 240px;
}

.hero-title-wrap {
    padding-top: clamp(18px, 7vh, 64px);
    padding-bottom: clamp(18px, 8vh, 64px);
}

.hero-title-box {
    display: inline-block;
    padding: clamp(14px, 2.3vw, 8px) clamp(18px, 3vw, 8px);
    /* border: 2px solid rgba(255,255,255,0.78);
    border-radius: 16px; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title-summer,
.hero-title-sweepstakes,
.hero-subtitle,
.section-title,
.how-title,
.thank-you-title {
    font-family: "SangBleu OG Sans", ui-serif, Georgia, "Times New Roman", serif;
}

.hero-title-summer {
    font-size: clamp(44px, 8vw, 76px);
    line-height: 0.95;
    color: rgba(255,255,255,0.97);
    font-weight: 800;
}

.hero-title-sweepstakes {
    font-size: clamp(30px, 5vw, 50px);
    line-height: 1.05;
    margin-top: 6px;
    color: rgba(255,255,255,0.9);
    font-weight: 500;
}

.hero-subtitle {
    margin-top: 18px;
    font-size: clamp(16px, 2.1vw, 24px);
    color: rgba(255,255,255,0.92);
    text-shadow: 0 1px 10px rgba(0,0,0,0.35);
}

.hero-bottom-spacer {
    height: 22px;
}

.lead {
    /* max-width: 980px; */
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.8;
    color: var(--muted);
}

.section-title {
    font-size: 30px;
    letter-spacing: 0.12em;
    font-weight: 500;
}

.how-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.how-copy {
    font-size: 20px;
    line-height: 1.7;
    color: var(--muted);
}

.italic {
    font-style: italic;
}

.social {
    margin-left: 0 !important;
}

.social-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-icon:hover {
    background: #111;
    color: #fff;
    text-decoration: none;
}

.form-card {
    background: var(--panel);
    border-radius: 2px;
    padding: 22px;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 1px 0 rgba(0,0,0,0.02);
    max-width: 420px;
    margin-left: auto;
}

.form-response {
    margin-bottom: 16px;
}

.uk-form-label {
    font-size: 16px;
    color: #4d4d4d;
    letter-spacing: 0.02em;
}

.uk-input {
    height: 38px;
    border-radius: 2px;
    border-color: rgba(0,0,0,0.12);
    background: #fff;
}

.label-note {
    font-size: 10px;
    color: #808080;
    margin-left: 8px;
    letter-spacing: 0.02em;
}

.inline-link {
    color: var(--ink);
    text-decoration: underline;
}

.agree {
    font-size: 12px;
    color: #4d4d4d;
}

.submit-btn {
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    background: var(--gold);
    color: var(--gold-ink);
    font-weight: 600;
    letter-spacing: 0.16em;
    border-radius: 4px;
    border: none;
}

.submit-btn:hover, .submit-btn:focus {
    background: #d8a75b;
    color: var(--gold-ink);
}

.submit-btn:disabled {
    background: #d8a75b;
    color: var(--gold-ink);
    opacity: 0.75;
}

.thank-you-modal {
    max-width: 480px;
    border-radius: 8px;
    padding: 40px 32px 32px;
    text-align: center;
}

.thank-you-title {
    font-size: 34px;
    margin-bottom: 12px;
}

.thank-you-copy {
    font-size: 18px;
    line-height: 1.6;
    color: var(--muted);
}

.fineprint {
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.6;
    color: #9a9a9a;
}

.footer {
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 11px;
    color: #6a6a6a;
    gap: 14px 18px;
}

.footer-links {
    gap: 12px;
}

.footer-link {
    color: #6a6a6a;
    text-decoration: none;
}

.footer-link:hover {
    color: #2b2b2b;
    text-decoration: underline;
}

.footer-right {
    margin-left: auto;
    white-space: nowrap;
}

.phone-input-group {
    display: flex;
    position: relative;
}

.phone-prefix-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0 7px;
    height: 38px;
    border: 1px solid rgba(0,0,0,0.12);
    border-right: none;
    border-radius: 2px 0 0 2px;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    flex-shrink: 0;
    min-width: 72px;
}

.phone-prefix-btn:hover,
.phone-prefix-btn:focus {
    background: #f5f5f5;
    outline: none;
}

.phone-prefix-btn[aria-expanded="true"] {
    background: #f5f5f5;
}

.phone-prefix-flag {
    font-size: 17px;
    line-height: 1;
}

.phone-prefix-code {
    font-size: 13px;
    color: #333;
    letter-spacing: 0;
}

.phone-prefix-caret {
    font-size: 9px;
    color: #999;
    margin-left: 1px;
}

.phone-prefix-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    z-index: 200;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.14);
    border-radius: 2px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 4px 0;
    min-width: 196px;
}

.phone-prefix-dropdown li {
    padding: 9px 14px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.phone-prefix-dropdown li:hover,
.phone-prefix-dropdown li[aria-selected="true"] {
    background: var(--panel);
}

.phone-number-input {
    border-radius: 0 2px 2px 0 !important;
    flex: 1;
    min-width: 0;
}

.hp-wrap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 959px) {
    .form-card {
        max-width: none;
        margin-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
