:root {
    --ivory: #fffaf1;
    --warm-cream: #f5ead9;
    --champagne: #dec9aa;
    --taupe: #a8947f;
    --stone: #75695e;
    --espresso: #3f352e;
    --gold: #b89b6a;
    --satin-shadow: #cbb7a0;
    --white-veil: rgba(255, 252, 246, 0.86);
    --line: rgba(168, 148, 127, 0.34);
    --container: 1120px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    color: var(--espresso);
    background:
        radial-gradient(circle at 10% 8%, rgba(255, 252, 246, 0.82), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(216, 195, 165, 0.28), transparent 30%),
        linear-gradient(140deg, var(--ivory), var(--warm-cream) 56%, #eadfce);
    overflow-x: hidden;
}

body.invitation-locked {
    overflow: hidden;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    content: "";
    opacity: 0.32;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(63, 53, 46, 0.12) 0 0.6px, transparent 0.8px),
        radial-gradient(circle at 78% 62%, rgba(255, 255, 255, 0.42) 0 0.7px, transparent 0.9px);
    background-size: 18px 18px, 23px 23px;
    mix-blend-mode: multiply;
}

img,
svg {
    display: block;
}

img {
    width: 100%;
}

a {
    color: inherit;
}

h1,
h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: 0.95;
}

h1 {
    display: grid;
    gap: 0;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: var(--white-veil);
    font-size: clamp(4.4rem, 15vw, 10.6rem);
    letter-spacing: 0.025em;
    text-shadow: 0 18px 44px rgba(20, 15, 12, 0.26);
}

h2 {
    color: var(--espresso);
    font-size: clamp(2.7rem, 8vw, 4.9rem);
    letter-spacing: 0.035em;
}

p {
    margin: 0;
}

.entry-screen {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    min-height: 100svh;
    overflow: hidden;
    color: rgba(255, 252, 246, 0.9);
    background:
        linear-gradient(to top, rgba(29, 23, 19, 0.68), rgba(29, 23, 19, 0.14)),
        url("photo/44D12859-1AB1-4D20-BA4D-09C855AC4B78.PNG") center center / cover no-repeat;
    transition: opacity 520ms ease, visibility 520ms ease;
}

.entry-screen.is-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.entry-screen__shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 48%, rgba(255, 252, 246, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(63, 53, 46, 0.24), rgba(63, 53, 46, 0.58));
}

.entry-screen__content {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    width: min(100% - 40px, 720px);
    text-align: center;
}

.entry-screen__content p {
    margin-bottom: 18px;
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.entry-screen__content h2 {
    color: rgba(255, 252, 246, 0.94);
    font-family: "Playfair Display", serif;
    font-size: clamp(3.6rem, 13vw, 8rem);
    font-weight: 400;
    line-height: 0.92;
    text-shadow: 0 18px 44px rgba(20, 15, 12, 0.32);
}

.entry-screen__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 300px);
    min-height: 52px;
    margin-top: 34px;
    padding: 0 34px;
    border: 1px solid rgba(255, 252, 246, 0.58);
    border-radius: 999px;
    color: rgba(255, 252, 246, 0.94);
    background: rgba(255, 252, 246, 0.08);
    font: inherit;
    font-size: 0.74rem;
    font-weight: 300;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 260ms ease, border-color 260ms ease, background 260ms ease;
}

.entry-screen__button:hover,
.entry-screen__button:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(255, 252, 246, 0.86);
    background: rgba(255, 252, 246, 0.16);
    outline: none;
}

.hero {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 100svh;
    overflow: hidden;
    background: #2d2722;
}

.hero-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    min-height: 76px;
    padding: 0 clamp(18px, 4vw, 54px);
    color: rgba(255, 252, 246, 0.86);
    border-bottom: 1px solid rgba(255, 252, 246, 0.22);
    background: linear-gradient(to bottom, rgba(30, 24, 20, 0.28), rgba(30, 24, 20, 0));
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.hero-nav__brand,
.hero-nav__date {
    font-size: 0.7rem;
    font-weight: 300;
    text-decoration: none;
    white-space: nowrap;
}

.hero-nav__brand {
    justify-self: center;
    letter-spacing: 0.24em;
}

.hero-nav__right {
    display: flex;
    justify-self: end;
    align-items: center;
    gap: 18px;
}

.hero-nav__icon,
.music-player__button {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(255, 252, 246, 0.22);
    border-radius: 50%;
    color: rgba(255, 252, 246, 0.88);
    background: rgba(255, 252, 246, 0.05);
    cursor: pointer;
    transition: transform 320ms ease, border-color 320ms ease, background 320ms ease;
}

.hero-nav__icon {
    justify-self: start;
    gap: 5px;
}

.hero-nav__icon span {
    display: block;
    width: 15px;
    height: 1px;
    background: currentColor;
}

.hero-nav__icon:hover,
.music-player__button:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 252, 246, 0.46);
    background: rgba(255, 252, 246, 0.11);
}

.music-player {
    position: relative;
    display: flex;
    align-items: center;
}

.music-player svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.music-player__pause {
    display: none;
}

.music-player.is-playing .music-player__play {
    display: none;
}

.music-player.is-playing .music-player__pause {
    display: block;
}

.music-player__track {
    position: absolute;
    right: 0;
    bottom: -7px;
    display: block;
    width: 38px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 252, 246, 0.18);
}

.music-player__progress {
    display: block;
    width: 0%;
    height: 100%;
    background: rgba(255, 252, 246, 0.74);
    transition: width 180ms linear;
}

.hero-photo {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-photo img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(0.9) contrast(0.95) brightness(0.92);
}

.hero__shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(to top, rgba(29, 23, 19, 0.7), rgba(29, 23, 19, 0.22) 46%, rgba(29, 23, 19, 0.18)),
        radial-gradient(circle at 50% 70%, rgba(255, 252, 246, 0.12), transparent 38%);
}

.hero__satin {
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -4%;
    z-index: 3;
    height: clamp(230px, 34vw, 430px);
    pointer-events: none;
    opacity: 1;
    background: url("photo/fabric.png") center bottom / cover no-repeat;
    filter: saturate(1.02) brightness(1.02) contrast(1);
    transform: rotate(-1deg);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 8%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 8%, #000 100%);
}

.hero__satin::before,
.hero__satin::after {
    display: none;
}

.hero__content {
    position: relative;
    z-index: 5;
    align-self: end;
    width: min(100% - 40px, var(--container));
    margin: 0 auto clamp(86px, 13vh, 142px);
    animation: float-in 1100ms ease both;
}

.hero__amp {
    display: inline-block;
    margin-left: 0.08em;
    color: var(--gold);
    font-size: 0.86em;
    font-style: italic;
    vertical-align: 0.08em;
    letter-spacing: 0;
    text-shadow: 0 10px 34px rgba(184, 155, 106, 0.28);
}

main {
    position: relative;
    z-index: 1;
    padding: clamp(72px, 9vw, 118px) 20px 46px;
    background:
        radial-gradient(circle at 8% 2%, rgba(255, 255, 250, 0.96), transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(244, 226, 196, 0.7), transparent 34%),
        radial-gradient(circle at 18% 72%, rgba(255, 250, 239, 0.86), transparent 34%),
        linear-gradient(135deg, #fffdf7 0%, var(--ivory) 22%, var(--warm-cream) 58%, #ead8bf 100%);
}

.section {
    width: min(100%, var(--container));
    margin: 0 auto clamp(78px, 10vw, 128px);
    animation: float-in 900ms ease both;
}

.section-label {
    margin-bottom: 16px;
    color: var(--taupe);
    font-size: 0.68rem;
    font-weight: 300;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.intro {
    max-width: 820px;
    text-align: center;
}

.intro p {
    font-family: "Cormorant Garamond", serif;
    color: #5d5148;
    font-size: clamp(1.85rem, 6vw, 3.35rem);
    font-weight: 300;
    line-height: 1.18;
    letter-spacing: 0.018em;
}

.glass {
    background: transparent;
}

.split {
    display: grid;
    gap: clamp(78px, 9vw, 112px);
    justify-items: center;
}

.calendar-card,
.location-card,
.program,
.dress-code,
.guest-form,
.final__inner {
    padding: 0;
}

.calendar-card {
    width: min(100%, 540px);
    text-align: center;
}

.calendar-card h2,
.location-card h2,
.program h2,
.dress-code h2,
.guest-form h2 {
    margin-bottom: 28px;
}

.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 32px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.calendar span {
    display: grid;
    min-height: 46px;
    place-items: center;
    color: var(--stone);
    font-size: 0.88rem;
    font-weight: 300;
}

.calendar span:nth-child(-n+7) {
    min-height: 34px;
    color: var(--taupe);
    border-bottom: 1px solid rgba(168, 148, 127, 0.22);
    font-size: 0.64rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.calendar .muted {
    color: rgba(117, 105, 94, 0.32);
}

.calendar .selected {
    position: relative;
    z-index: 1;
    color: var(--espresso);
}

.calendar .selected::before {
    position: absolute;
    z-index: -1;
    width: 42px;
    height: 42px;
    content: "";
    background: url("photo/icons/free-icon-heart-10477872.png") center / contain no-repeat;
    filter: sepia(0.46) saturate(0.58) brightness(0.88);
    opacity: 0.72;
}

.location-card,
.dress-code,
.program,
.guest-form,
.final__inner {
    text-align: center;
}

.location-card {
    width: min(100%, 800px);
}

.location-card::before,
.program::before,
.dress-code::before,
.guest-form::before,
.final__inner::before {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 36px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(168, 148, 127, 0.42), transparent);
}

.location-card p,
.dress-code p,
.guest-form > p {
    max-width: 590px;
    margin: 0 auto;
    color: var(--stone);
    font-size: 0.96rem;
    line-height: 1.85;
}

.location-photo {
    position: relative;
    width: min(100%, 720px);
    margin: 34px auto 0;
    overflow: hidden;
    border: 1px solid rgba(255, 252, 246, 0.68);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(63, 53, 46, 0.11);
}

.location-photo::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(to top, rgba(63, 53, 46, 0.18), transparent 48%),
        linear-gradient(135deg, rgba(255, 252, 246, 0.18), rgba(216, 195, 165, 0.1));
    pointer-events: none;
}

.location-photo img {
    aspect-ratio: 16 / 8.8;
    height: auto;
    object-fit: cover;
    filter: saturate(0.82) contrast(0.94) brightness(1.02);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 360px);
    min-height: 50px;
    margin-top: 30px;
    padding: 0 34px;
    border: 1px solid rgba(168, 148, 127, 0.74);
    border-radius: 999px;
    color: var(--espresso);
    background: rgba(255, 252, 246, 0.12);
    font-size: 0.74rem;
    font-weight: 300;
    letter-spacing: 0.18em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 260ms ease, border-color 260ms ease, background 260ms ease;
}

.button:hover {
    transform: translateY(-2px);
    border-color: var(--gold);
    background: rgba(255, 252, 246, 0.34);
}

.program {
    max-width: 1120px;
}

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 34px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.timeline__item {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 8px;
    min-height: 142px;
    padding: 24px 14px 22px;
}

.timeline__item + .timeline__item {
    border-left: 1px solid rgba(168, 148, 127, 0.24);
}

.timeline__item:nth-child(n + 5) {
    border-top: 1px solid rgba(168, 148, 127, 0.24);
}

.timeline__item:nth-child(5) {
    border-left: 0;
}

.timeline__icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--gold);
}

.timeline__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.78;
    filter: sepia(0.28) saturate(0.62) brightness(0.86);
}

.timeline time {
    display: block;
    font-family: "Cormorant Garamond", serif;
    color: var(--espresso);
    font-size: clamp(1.48rem, 2.1vw, 2rem);
    font-weight: 300;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.timeline p {
    color: var(--stone);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dress-code {
    max-width: 980px;
}

.guest-form {
    width: min(100%, 920px);
}

.drink-form {
    display: grid;
    gap: 34px;
    width: min(100%, 820px);
    margin: 42px auto 0;
}

.drink-form__attendance {
    margin-bottom: clamp(24px, 4vw, 40px);
}

.drink-form__name {
    display: grid;
    gap: 10px;
    text-align: left;
}

.drink-form__name span,
.drink-form__fieldset legend {
    color: var(--taupe);
    font-size: 0.68rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.form-question-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    justify-self: center;
}

.form-question-title img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    opacity: 0.72;
    filter: sepia(0.34) saturate(0.64) brightness(0.86);
}

.drink-form__name small {
    color: var(--stone);
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.6;
}

.drink-form__name input {
    width: 100%;
    min-height: 54px;
    padding: 0 20px;
    border: 1px solid rgba(168, 148, 127, 0.42);
    border-radius: 999px;
    color: var(--espresso);
    background: rgba(255, 252, 246, 0.18);
    font: inherit;
    outline: none;
    transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.drink-form__name input::placeholder {
    color: rgba(117, 105, 94, 0.54);
}

.drink-form__name input:focus {
    border-color: rgba(184, 155, 106, 0.86);
    background: rgba(255, 252, 246, 0.34);
    box-shadow: 0 0 0 4px rgba(184, 155, 106, 0.12);
}

.drink-form__fieldset {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0 0 4px;
    border: 0;
}

.answer-options,
.drink-options {
    display: grid;
    gap: 0 clamp(24px, 4vw, 42px);
}

.answer-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drink-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.answer-option,
.drink-option {
    position: relative;
    display: grid;
    min-height: 52px;
    cursor: pointer;
}

.answer-option input,
.drink-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.answer-option span,
.drink-option span {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 12px 0 12px 34px;
    border-bottom: 1px solid rgba(168, 148, 127, 0.28);
    color: var(--stone);
    font-size: 0.76rem;
    line-height: 1.35;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    transition: color 220ms ease, border-color 220ms ease;
}

.answer-option span::before,
.drink-option span::before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(168, 148, 127, 0.62);
    border-radius: 50%;
    content: "";
    transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.answer-option span::after,
.drink-option span::after {
    position: absolute;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    background: var(--gold);
    opacity: 0;
    transform: scale(0.4);
    transition: opacity 220ms ease, transform 220ms ease;
}

.answer-option:hover span,
.answer-option input:focus-visible + span,
.drink-option:hover span,
.drink-option input:focus-visible + span {
    border-color: rgba(184, 155, 106, 0.62);
    color: var(--espresso);
}

.answer-option input:checked + span,
.drink-option input:checked + span {
    border-color: rgba(184, 155, 106, 0.72);
    color: var(--espresso);
}

.answer-option input:checked + span::before,
.drink-option input:checked + span::before {
    border-color: rgba(184, 155, 106, 0.92);
    background: rgba(216, 195, 165, 0.18);
    box-shadow: 0 0 0 4px rgba(184, 155, 106, 0.1);
}

.answer-option input:checked + span::after,
.drink-option input:checked + span::after {
    opacity: 1;
    transform: scale(1);
}

.drink-form__invite-notice {
    margin: 0 0 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.55);
    color: var(--stone);
    font-size: 0.95rem;
    line-height: 1.5;
}

.drink-form__invite-notice--error {
    background: rgba(154, 74, 66, 0.12);
    color: #7a3f38;
}

.drink-form__status {
    min-height: 24px;
    color: var(--stone);
    font-size: 0.9rem;
    line-height: 1.5;
}

.drink-form__submit {
    justify-self: center;
}

.drink-form__music {
    width: min(100%, 520px);
    justify-self: center;
    text-align: center;
}

.drink-form__music input {
    text-align: center;
}

.dress-palettes {
    display: grid;
    gap: 34px;
    margin-top: 34px;
}

.dress-palette {
    display: grid;
    justify-items: center;
}

.palette-title {
    color: var(--stone);
    font-size: 0.72rem;
    font-weight: 300;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.palette {
    display: grid;
    grid-template-columns: repeat(4, minmax(64px, 94px));
    justify-content: center;
    gap: clamp(14px, 2vw, 22px) clamp(12px, 2vw, 20px);
    margin-top: 18px;
}

.palette--men {
    grid-template-columns: repeat(5, minmax(64px, 94px));
}

.palette__item {
    display: grid;
    justify-items: center;
}

.swatch {
    display: block;
    width: clamp(64px, 9vw, 94px);
    height: clamp(64px, 9vw, 94px);
    overflow: hidden;
    border: 1px solid rgba(255, 252, 246, 0.78);
    border-radius: 50%;
    box-shadow:
        0 14px 34px rgba(63, 53, 46, 0.1),
        0 0 0 1px rgba(168, 148, 127, 0.18);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.swatch:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 18px 42px rgba(63, 53, 46, 0.13),
        0 0 0 1px rgba(184, 155, 106, 0.32);
}

.swatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
}

.final {
    margin-bottom: 0;
}

.final__inner .final__note {
    max-width: 620px;
    margin: 0 auto 14px;
    color: var(--stone);
    font-family: "Manrope", sans-serif;
    font-size: 0.98rem;
    line-height: 1.85;
    letter-spacing: 0.02em;
    text-align: center;
}

.final__inner .final__note::after {
    display: block;
    width: 100%;
    height: 1px;
    margin: 24px auto 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(168, 148, 127, 0.42), transparent);
}

.final__note-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 26px;
    object-fit: contain;
    opacity: 0.72;
    filter: sepia(0.34) saturate(0.64) brightness(0.86);
}

.final__inner p {
    font-family: "Cormorant Garamond", serif;
    color: var(--espresso);
    font-size: clamp(2rem, 7vw, 3.8rem);
    font-weight: 300;
    letter-spacing: 0.03em;
}

.button--large {
    width: min(100%, 340px);
}

@keyframes float-in {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
    }
}

@media (max-width: 767px) {
    .hero-nav {
        grid-template-columns: 34px minmax(0, 1fr) auto;
        min-height: 68px;
        gap: 8px;
        padding: 0 14px;
    }

    .hero-nav__brand {
        justify-self: center;
        overflow: hidden;
        font-size: 0.58rem;
        letter-spacing: 0.14em;
        text-overflow: ellipsis;
    }

    .hero-nav__date {
        font-size: 0.54rem;
        letter-spacing: 0.1em;
    }

    .hero-nav__right {
        gap: 8px;
    }

    .hero-nav__icon,
    .music-player__button {
        width: 34px;
        height: 34px;
    }

    .music-player__track {
        width: 34px;
    }

    .hero__content {
        width: calc(100% - 36px);
        margin-bottom: 96px;
    }

    h1 {
        font-size: clamp(4.1rem, 19vw, 6.15rem);
        letter-spacing: 0.018em;
    }

    .hero__amp {
        margin-left: 0.06em;
    }

    .hero__satin {
        bottom: -3%;
        height: 260px;
    }

    main {
        padding-right: 18px;
        padding-left: 18px;
    }

    .calendar span {
        min-height: 39px;
        font-size: 0.8rem;
    }

    .calendar span:nth-child(-n+7) {
        min-height: 31px;
        font-size: 0.58rem;
        letter-spacing: 0.1em;
    }

    .location-photo {
        border-radius: 16px;
    }

    .location-photo img {
        aspect-ratio: 4 / 3.25;
    }

    .button {
        width: 100%;
        min-width: 0;
    }

    .drink-form__submit {
        width: min(100%, 260px);
    }

    .timeline {
        grid-template-columns: 1fr 1fr;
    }

    .timeline__item {
        min-height: 132px;
        padding: 22px 10px 20px;
    }

    .timeline__item:nth-child(n + 3) {
        border-left: 0;
        border-top: 1px solid rgba(168, 148, 127, 0.24);
    }

    .timeline__item:nth-child(even) {
        border-left: 1px solid rgba(168, 148, 127, 0.24);
    }

    .timeline__item:nth-child(7) {
        grid-column: 1 / 3;
    }

    .timeline time {
        font-size: 1.72rem;
    }

    .timeline p {
        font-size: 0.72rem;
        letter-spacing: 0.06em;
    }

    .palette {
        grid-template-columns: repeat(4, minmax(0, 66px));
        gap: 12px;
    }

    .palette--men {
        grid-template-columns: repeat(5, minmax(0, 58px));
    }

    .swatch {
        width: 66px;
        height: 66px;
    }

    .palette--men .swatch {
        width: 58px;
        height: 58px;
    }

    .drink-form {
        gap: 24px;
    }

    .answer-options,
    .drink-options {
        grid-template-columns: 1fr 1fr;
    }

    .answer-option span,
    .drink-option span {
        min-height: 50px;
        padding: 12px 0 12px 30px;
        font-size: 0.68rem;
        letter-spacing: 0.06em;
    }

    .final__inner {
        text-align: left;
    }
}

@media (max-width: 380px) {
    .hero-nav {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .hero-nav__icon {
        display: none;
    }

    .hero-nav__brand {
        justify-self: start;
    }

    .answer-options,
    .drink-options {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .entry-screen {
        background:
            linear-gradient(to top, rgba(29, 23, 19, 0.68), rgba(29, 23, 19, 0.14)),
            url("photo/44D12859-1AB1-4D20-BA4D-09C855AC4B78.PNG") center 18% / cover no-repeat;
    }

    .hero {
        align-items: center;
        min-height: 100vh;
        padding: 54px clamp(34px, 5vw, 72px);
        background:
            linear-gradient(135deg, rgba(247, 241, 232, 0.44), rgba(216, 195, 165, 0.34)),
            #2d2722;
    }

    .hero::before {
        position: absolute;
        inset: -40px;
        z-index: 0;
        content: "";
        background:
            linear-gradient(135deg, rgba(247, 241, 232, 0.22), rgba(45, 39, 34, 0.18)),
            url("photo/44D12859-1AB1-4D20-BA4D-09C855AC4B78.PNG") center 42% / cover no-repeat;
        filter: blur(30px);
        opacity: 0.62;
        transform: scale(1.08);
    }

    .hero-photo {
        position: relative;
        z-index: 3;
        display: grid;
        justify-self: end;
        width: min(45vw, 560px);
        max-height: 88vh;
        aspect-ratio: 4 / 5;
        place-items: center;
        padding: 16px;
        background:
            linear-gradient(135deg, rgba(255, 252, 246, 0.92), rgba(239, 228, 214, 0.76));
        box-shadow:
            0 28px 80px rgba(28, 22, 18, 0.22),
            inset 0 0 0 1px rgba(255, 252, 246, 0.54);
        backdrop-filter: blur(12px) saturate(110%);
        -webkit-backdrop-filter: blur(12px) saturate(110%);
        transform: translateY(26px) rotate(-1.4deg);
    }

    .hero-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        filter: saturate(0.94) contrast(0.96) brightness(0.98);
    }

    .hero__satin {
        display: none;
    }

    .hero__content {
        position: absolute;
        left: clamp(34px, calc((100vw - var(--container)) / 2), 9vw);
        bottom: clamp(122px, 18vh, 190px);
        width: min(44vw, 600px);
        margin: 0;
    }

    h1 {
        max-width: 7.2ch;
        font-size: clamp(5.8rem, 8.8vw, 9.6rem);
        line-height: 0.93;
    }

    .split {
        grid-template-columns: 0.78fr 1.22fr;
        align-items: start;
    }

    .calendar-card {
        position: sticky;
        top: 96px;
    }
}

@media (min-width: 1024px) {
    .timeline {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .timeline__item {
        min-height: 154px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .timeline__item:nth-child(n + 5) {
        border-top: 0;
    }

    .timeline__item:nth-child(5) {
        border-left: 1px solid rgba(168, 148, 127, 0.24);
    }

    .timeline time {
        font-size: clamp(1.4rem, 1.8vw, 1.72rem);
    }

    .timeline p {
        font-size: 0.72rem;
        letter-spacing: 0.06em;
    }
}
