@font-face {
    font-family: "Manrope Local";
    src: url("../fonts/manrope-cyrillic-ext-wght-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Manrope Local";
    src: url("../fonts/manrope-cyrillic-wght-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Manrope Local";
    src: url("../fonts/manrope-latin-wght-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Cormorant Local";
    src: url("../fonts/cormorant-cyrillic-ext-wght-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Cormorant Local";
    src: url("../fonts/cormorant-cyrillic-wght-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Cormorant Local";
    src: url("../fonts/cormorant-latin-wght-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Cormorant Local";
    src: url("../fonts/cormorant-cyrillic-wght-italic.woff2") format("woff2");
    font-style: italic;
    font-weight: 300 700;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Cormorant Local";
    src: url("../fonts/cormorant-latin-wght-italic.woff2") format("woff2");
    font-style: italic;
    font-weight: 300 700;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --ink: #24131d;
    --ink-soft: #38212d;
    --berry: #963b59;
    --berry-dark: #7f2c49;
    --berry-light: #d7a8b7;
    --cream: #f3eadf;
    --paper: #fbf8f3;
    --paper-deep: #eee2d4;
    --gold: #c6a06c;
    --sage: #8f9b89;
    --line: rgba(36, 19, 29, 0.16);
    --line-light: rgba(255, 255, 255, 0.2);
    --white: #fff;
    --text: #2c2026;
    --muted: #73686d;
    --sans: "Manrope Local", Arial, sans-serif;
    --serif: "Cormorant Local", Georgia, serif;
    --shell: 1360px;
    --gutter: clamp(20px, 4vw, 64px);
    --section: clamp(88px, 10vw, 148px);
    --shadow: 0 30px 80px rgba(36, 19, 29, 0.16);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--text);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: clip;
}

body.is-locked {
    overflow: hidden;
}

img,
svg,
video,
iframe {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
}

button {
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
figure,
blockquote {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: var(--ink);
    font-family: var(--serif);
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -0.035em;
}

h2 {
    margin-bottom: 28px;
    font-size: clamp(50px, 5.6vw, 88px);
}

h2 em,
h1 em {
    color: var(--berry);
    font-weight: 400;
}

::selection {
    color: var(--white);
    background: var(--berry);
}

:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 4px;
}

.shell {
    width: min(calc(100% - (var(--gutter) * 2)), var(--shell));
    margin-inline: auto;
}

.section {
    padding-block: var(--section);
}

.skip-link {
    position: fixed;
    z-index: 999;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    color: var(--white);
    background: var(--ink);
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    color: var(--berry);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.17em;
    line-height: 1.3;
    text-transform: uppercase;
}

.kicker::before {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.kicker span {
    padding-right: 13px;
    border-right: 1px solid currentColor;
}

.kicker--light {
    color: var(--berry-light);
}

.button {
    position: relative;
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 15px 27px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.015em;
    line-height: 1.2;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button--berry {
    color: var(--white);
    background: var(--berry);
}

.button--berry:hover {
    background: var(--berry-dark);
}

.button--ink {
    color: var(--white);
    background: var(--ink);
}

.button--ink:hover {
    background: #3a202e;
}

.button--cream {
    color: var(--ink);
    background: var(--cream);
}

.button--cream:hover {
    background: var(--white);
}

.button--wide {
    width: 100%;
}

.button--small {
    min-height: 44px;
    padding: 10px 18px;
    font-size: 12px;
}

.text-action {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding-block: 8px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    transition: border-color 180ms ease, color 180ms ease;
}

.text-action span {
    color: var(--berry);
    font-size: 18px;
    transition: transform 180ms ease;
}

.text-action:hover {
    color: var(--berry);
    border-color: var(--berry);
}

.text-action:hover span {
    transform: translateX(3px);
}

.text-action--light {
    color: var(--white);
    border-color: var(--line-light);
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Header */
.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    transition: color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
    color: var(--ink);
    background: rgba(251, 248, 243, 0.94);
    box-shadow: 0 10px 30px rgba(36, 19, 29, 0.08);
    backdrop-filter: blur(14px);
}

.site-header__inner {
    display: grid;
    min-height: 86px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 42px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    line-height: 1;
}

.brand__mark {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
}

.brand__mark svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
}

.brand__text {
    display: grid;
    gap: 3px;
}

.brand__text b {
    font-family: var(--serif);
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.brand__text small {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.4vw, 38px);
}

.site-nav a {
    position: relative;
    padding-block: 32px;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.015em;
}

.site-nav a::after {
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover::after {
    opacity: 0.6;
    transform: scaleX(1);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-phone {
    display: grid;
    gap: 2px;
    line-height: 1.2;
}

.header-phone small {
    opacity: 0.68;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.header-phone b {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.button--header {
    min-height: 44px;
    padding: 10px 19px;
    font-size: 11px;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid currentColor;
    place-items: center;
}

.menu-toggle span {
    position: absolute;
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
}

.menu-toggle span:first-child {
    transform: translateY(-4px);
}

.menu-toggle span:last-child {
    transform: translateY(4px);
}

.menu-toggle[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg);
}

/* Hero */
.hero {
    position: relative;
    min-height: 860px;
    padding: 148px 0 0;
    color: var(--white);
    background: var(--ink);
    isolation: isolate;
    overflow: hidden;
}

.hero::before {
    position: absolute;
    z-index: -2;
    top: -30%;
    left: -12%;
    width: 44vw;
    height: 44vw;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(150, 59, 89, 0.24), transparent 68%);
    content: "";
}

.hero__grain {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.12;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hero__grid {
    position: relative;
    display: grid;
    min-height: 610px;
    grid-template-columns: minmax(390px, 0.95fr) minmax(500px, 1.35fr) minmax(250px, 0.64fr);
    align-items: center;
    gap: clamp(30px, 3.4vw, 56px);
}

.hero__copy {
    position: relative;
    z-index: 3;
    padding: 28px 0 42px;
}

.hero .kicker {
    color: var(--berry-light);
}

.hero h1 {
    max-width: 700px;
    margin-bottom: 28px;
    color: var(--white);
    font-size: clamp(63px, 6.2vw, 104px);
    line-height: 0.86;
}

.hero h1 em {
    display: block;
    width: max-content;
    max-width: 100%;
    color: var(--berry-light);
    font-size: clamp(62px, 4.45vw, 82px);
    letter-spacing: -0.045em;
    line-height: 0.92;
    transform: translateX(0.12em);
}

.hero__lead {
    max-width: 590px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.75;
}

.hero__actions {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 38px;
}

.hero .text-action {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.22);
}

.hero .text-action span {
    color: var(--berry-light);
}

.hero__truth {
    display: grid;
    max-width: 520px;
    grid-template-columns: 28px 1fr;
    align-items: start;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero__truth > span {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    color: var(--berry-light);
    font-size: 11px;
    font-weight: 800;
}

.hero__truth p {
    margin: 1px 0 0;
    color: rgba(255, 255, 255, 0.63);
    font-size: 12px;
    line-height: 1.65;
}

.hero__truth b {
    color: var(--white);
}

.hero__visual {
    position: relative;
    align-self: stretch;
}

.hero__photo {
    position: absolute;
    inset: 0;
    margin: 0;
    overflow: hidden;
}

.hero__photo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(36, 19, 29, 0.36), transparent 33%, transparent 70%, rgba(36, 19, 29, 0.17));
    content: "";
}

.hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 54% center;
    transform: scale(1.01);
}

.hero__caption {
    position: absolute;
    z-index: 2;
    bottom: 26px;
    left: 26px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 16px;
    background: rgba(36, 19, 29, 0.82);
    backdrop-filter: blur(10px);
}

.hero__caption > span {
    color: var(--berry-light);
    font-family: var(--serif);
    font-size: 25px;
}

.hero__caption p {
    display: grid;
    margin: 0;
    font-family: var(--serif);
    font-size: 22px;
    line-height: 1.1;
}

.hero__caption small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.65);
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero__seal {
    position: absolute;
    z-index: 3;
    top: 48px;
    right: 20px;
    display: grid;
    width: 112px;
    height: 112px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    color: var(--ink);
    background: var(--cream);
    text-align: center;
    box-shadow: 0 14px 40px rgba(36, 19, 29, 0.2);
    transform: rotate(7deg);
}

.hero__seal b,
.hero__seal small {
    font-size: 8px;
    font-weight: 750;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.hero__seal strong {
    margin-block: -2px;
    font-family: var(--serif);
    font-size: 55px;
    font-weight: 500;
    line-height: 0.9;
}

.hero-offer {
    position: relative;
    z-index: 4;
    margin-left: -76px;
    padding: 30px 28px 26px;
    color: var(--text);
    background: var(--cream);
    box-shadow: var(--shadow);
}

.hero-offer__status {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 27px;
    color: #557052;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-offer__status i,
.status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #738f6e;
    box-shadow: 0 0 0 4px rgba(115, 143, 110, 0.14);
}

.hero-offer__heading {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.hero-offer__heading p {
    margin-bottom: 5px;
    color: var(--ink);
    font-family: var(--serif);
    font-size: 31px;
    line-height: 1;
}

.hero-offer__heading span {
    color: var(--muted);
    font-size: 10px;
}

.hero-offer dl {
    margin: 0 0 25px;
}

.hero-offer dl > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-block: 15px;
    border-bottom: 1px solid var(--line);
}

.hero-offer dt {
    color: var(--muted);
    font-size: 9px;
    line-height: 1.45;
}

.hero-offer dd {
    margin: 0;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.hero-offer__time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 8px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-offer__time span {
    color: var(--ink);
    font-weight: 800;
}

.hero-offer__time i {
    width: 12px;
    height: 1px;
    background: var(--line);
}

.hero__facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero__facts > div {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 118px;
    padding: 20px clamp(16px, 3vw, 42px);
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero__facts > div:first-child {
    padding-left: 0;
}

.hero__facts > div:last-child {
    border-right: 0;
}

.hero__facts > div > span {
    color: var(--berry-light);
    font-family: var(--serif);
    font-size: 31px;
    font-weight: 400;
}

.hero__facts p {
    display: grid;
    gap: 2px;
    margin: 0;
    line-height: 1.3;
}

.hero__facts b {
    font-family: var(--serif);
    font-size: 21px;
    font-weight: 500;
}

.hero__facts small {
    color: rgba(255, 255, 255, 0.56);
    font-size: 9px;
}

/* Intro and occasions */
.section-intro {
    max-width: 860px;
    margin-bottom: clamp(54px, 7vw, 88px);
}

.section-intro > p:last-child {
    max-width: 690px;
    margin: 0;
    color: var(--muted);
}

.section-intro--split {
    display: grid;
    max-width: none;
    grid-template-columns: 1.5fr 0.7fr;
    align-items: end;
    gap: 9vw;
}

.section-intro--split h2 {
    margin-bottom: 0;
}

.section-intro--split > p {
    padding-bottom: 10px;
    font-size: 14px;
}

.occasions {
    background: var(--paper);
}

.occasion-grid {
    display: grid;
    grid-template-columns: 1.18fr repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.occasion-card {
    position: relative;
    min-height: 390px;
    padding: 34px clamp(24px, 2.7vw, 42px) 32px;
    border-right: 1px solid var(--line);
    transition: background-color 220ms ease, transform 220ms ease;
}

.occasion-card:last-child {
    border-right: 0;
}

.occasion-card:hover {
    z-index: 2;
    background: var(--white);
    box-shadow: 0 24px 50px rgba(36, 19, 29, 0.08);
    transform: translateY(-8px);
}

.occasion-card--feature {
    color: var(--white);
    background: var(--berry);
}

.occasion-card--feature:hover {
    background: var(--berry-dark);
}

.occasion-card__index {
    margin-bottom: 52px;
    color: var(--muted);
    font-family: var(--serif);
    font-size: 22px;
}

.occasion-card--feature .occasion-card__index {
    color: rgba(255, 255, 255, 0.68);
}

.occasion-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 29px;
    color: var(--berry);
}

.occasion-card__icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.occasion-card--feature .occasion-card__icon {
    color: var(--white);
}

.occasion-card h3 {
    margin-bottom: 18px;
    font-size: clamp(30px, 2.5vw, 40px);
}

.occasion-card--feature h3 {
    color: var(--white);
}

.occasion-card p {
    margin-bottom: 25px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.72;
}

.occasion-card--feature p {
    color: rgba(255, 255, 255, 0.78);
}

.occasion-card small {
    position: absolute;
    right: 32px;
    bottom: 28px;
    left: 32px;
    padding-top: 15px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.occasion-card--feature small {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.22);
}

/* Story */
.story {
    position: relative;
    padding-block: var(--section);
    color: var(--white);
    background: var(--ink);
    overflow: hidden;
}

.story__backdrop {
    position: absolute;
    top: 80px;
    right: -120px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.story__backdrop::before,
.story__backdrop::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    content: "";
}

.story__backdrop::before {
    inset: 80px;
}

.story__backdrop::after {
    inset: 160px;
}

.story__header {
    display: grid;
    grid-template-columns: 1.2fr 0.7fr;
    align-items: end;
    gap: 8vw;
    margin-bottom: 90px;
}

.story__header .kicker {
    grid-column: 1 / -1;
    margin-bottom: -20px;
}

.story__header h2 {
    margin: 0;
    color: var(--white);
}

.story__header h2 em {
    color: var(--berry-light);
}

.story__header > p:last-child {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
}

.story-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.story-line::before {
    position: absolute;
    top: 43px;
    right: 0;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
    content: "";
}

.story-step {
    position: relative;
    min-height: 300px;
    padding: 0 27px;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.story-step:first-child {
    padding-left: 0;
}

.story-step:last-child {
    padding-right: 0;
    border-right: 0;
}

.story-step time {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 63px;
    padding-right: 12px;
    color: var(--berry-light);
    background: var(--ink);
    font-family: var(--serif);
    font-size: 30px;
    line-height: 1;
}

.story-step time::after {
    position: absolute;
    top: 35px;
    left: 0;
    width: 7px;
    height: 7px;
    border: 1px solid var(--berry-light);
    border-radius: 50%;
    background: var(--ink);
    content: "";
}

.story-step div > span {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.story-step h3 {
    margin-bottom: 14px;
    color: var(--white);
    font-size: 28px;
    line-height: 1.05;
}

.story-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: 10px;
    line-height: 1.65;
}

.story-step--image {
    min-height: 360px;
    padding: 0 20px;
}

.story-step--image figure {
    position: absolute;
    top: -18px;
    right: 20px;
    bottom: 0;
    left: 20px;
    margin: 0;
    overflow: hidden;
}

.story-step--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* House */
.harmony {
    background: var(--cream);
}

.harmony .section-intro {
    max-width: 930px;
}

.house-mosaic {
    position: relative;
    display: grid;
    min-height: 770px;
    grid-template-columns: 1.35fr 0.7fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    margin-bottom: 85px;
}

.house-mosaic figure {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.house-mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 650ms ease;
}

.house-mosaic figure:hover img {
    transform: scale(1.025);
}

.house-mosaic__main {
    grid-row: 1 / 3;
}

.house-mosaic figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 16px;
    color: var(--white);
    background: rgba(36, 19, 29, 0.74);
    font-size: 10px;
    backdrop-filter: blur(8px);
}

.house-mosaic figcaption span {
    color: var(--berry-light);
    font-family: var(--serif);
    font-size: 19px;
}

.house-mosaic__note {
    position: absolute;
    z-index: 4;
    right: 32%;
    bottom: -28px;
    display: grid;
    width: 220px;
    min-height: 220px;
    align-content: center;
    padding: 28px;
    color: var(--white);
    background: var(--berry);
    box-shadow: var(--shadow);
}

.house-mosaic__note strong {
    font-family: var(--serif);
    font-size: 72px;
    font-weight: 400;
    line-height: 0.8;
}

.house-mosaic__note span {
    margin: 8px 0 15px;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.house-mosaic__note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    line-height: 1.65;
}

.included-grid {
    display: grid;
    grid-template-columns: 0.68fr 1.4fr;
    gap: 8vw;
    padding-top: 64px;
    border-top: 1px solid var(--line);
}

.included-grid__title h3 {
    max-width: 420px;
    margin: 0;
    font-size: clamp(38px, 4vw, 58px);
}

.included-grid ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 0;
    list-style: none;
}

.included-grid li {
    display: grid;
    min-height: 115px;
    grid-template-columns: 34px 1fr;
    gap: 18px;
    padding: 22px 25px;
    border-bottom: 1px solid var(--line);
}

.included-grid li:nth-child(odd) {
    border-right: 1px solid var(--line);
}

.included-grid li > span {
    color: var(--berry);
    font-family: var(--serif);
    font-size: 20px;
}

.included-grid li p {
    display: grid;
    gap: 3px;
    margin: 0;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.5;
}

.included-grid li b {
    color: var(--ink);
    font-family: var(--serif);
    font-size: 21px;
    font-weight: 600;
}

/* Steam */
.steam-feature {
    display: grid;
    min-height: 760px;
    grid-template-columns: 1.17fr 0.83fr;
    color: var(--white);
    background: var(--ink);
}

.steam-feature__image {
    position: relative;
    overflow: hidden;
}

.steam-feature__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steam-feature__image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(36, 19, 29, 0.68));
    content: "";
}

.steam-feature__image > p {
    position: absolute;
    z-index: 2;
    right: 48px;
    bottom: 38px;
    left: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 10px;
}

.steam-feature__image > p span {
    font-family: var(--serif);
    font-size: 27px;
}

.steam-feature__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px clamp(45px, 6.5vw, 110px);
}

.steam-feature__content h2 {
    margin-bottom: 30px;
    color: var(--white);
    font-size: clamp(49px, 5vw, 76px);
}

.steam-feature__content h2 em {
    color: var(--berry-light);
}

.steam-feature__content > p:not(.kicker) {
    max-width: 570px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
}

.steam-feature__facts {
    margin-bottom: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.steam-feature__facts > div {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.steam-feature__facts b {
    color: var(--berry-light);
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 400;
}

.steam-feature__facts span {
    font-size: 10px;
    font-weight: 600;
}

.steam-feature .text-action {
    align-self: flex-start;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.2);
}

.steam-feature .text-action span {
    color: var(--berry-light);
}

/* Extras */
.extras {
    background: var(--paper);
}

.extras__grid {
    display: grid;
    grid-template-columns: minmax(440px, 0.95fr) minmax(520px, 1.05fr);
    align-items: start;
    gap: clamp(50px, 8vw, 130px);
}

.extras__visual {
    position: sticky;
    top: 115px;
}

.extras__visual figure {
    position: relative;
    height: 670px;
    margin: 0 0 28px;
    overflow: hidden;
}

.extras__visual figure::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(36, 19, 29, 0.45));
    content: "";
}

.extras__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.extras__visual > p {
    max-width: 500px;
    margin: 0 0 0 90px;
    color: var(--muted);
    font-size: 11px;
}

.extras__diameter {
    position: absolute;
    z-index: 3;
    right: -28px;
    bottom: 82px;
    display: grid;
    width: 145px;
    height: 145px;
    place-content: center;
    color: var(--white);
    background: var(--berry);
    text-align: center;
    box-shadow: var(--shadow);
}

.extras__diameter strong {
    font-family: var(--serif);
    font-size: 55px;
    font-weight: 400;
    line-height: 0.9;
}

.extras__diameter span {
    margin-top: 10px;
    font-size: 7px;
    font-weight: 750;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.extras__content h2 {
    margin-bottom: 25px;
    font-size: clamp(50px, 5.5vw, 78px);
}

.extras__lead {
    max-width: 620px;
    margin-bottom: 42px;
    color: var(--muted);
    font-size: 13px;
}

.extras-builder fieldset {
    margin: 0 0 26px;
    padding: 0;
    border: 0;
}

.extras-builder legend,
.booking-form legend {
    width: 100%;
    margin-bottom: 13px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.extra-choice {
    display: grid;
    min-height: 80px;
    grid-template-columns: 24px 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 15px 18px;
    border-top: 1px solid var(--line);
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease;
}

.extra-choice:last-child {
    border-bottom: 1px solid var(--line);
}

.extra-choice.is-active {
    color: var(--white);
    background: var(--ink);
    border-color: transparent;
}

.extra-choice input {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: var(--berry);
}

.extra-choice > span {
    display: grid;
    gap: 2px;
}

.extra-choice b {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
}

.extra-choice small {
    color: var(--muted);
    font-size: 8px;
}

.extra-choice.is-active small {
    color: rgba(255, 255, 255, 0.56);
}

.extra-choice > strong {
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.broom-row {
    display: flex;
    min-height: 100px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 20px;
    border: 1px solid var(--line);
}

.broom-row > div:first-child {
    display: grid;
    gap: 3px;
}

.broom-row b {
    font-family: var(--serif);
    font-size: 22px;
    line-height: 1.1;
}

.broom-row small {
    color: var(--muted);
    font-size: 8px;
}

.counter {
    display: grid;
    grid-template-columns: 38px 42px 38px;
    border: 1px solid var(--line);
}

.counter button,
.counter output {
    display: grid;
    min-height: 38px;
    place-items: center;
    font-size: 14px;
}

.counter button:hover {
    color: var(--white);
    background: var(--berry);
}

.counter output {
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
    font-size: 11px;
    font-weight: 800;
}

.extras-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
    padding: 24px 0;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
}

.extras-total span {
    color: var(--muted);
    font-size: 10px;
}

.extras-total strong {
    color: var(--berry);
    font-family: var(--serif);
    font-size: 36px;
    font-weight: 600;
}

/* Pricing */
.pricing {
    padding-block: var(--section);
    color: var(--white);
    background: var(--ink);
}

.pricing__header {
    display: grid;
    grid-template-columns: 1.25fr 0.7fr;
    align-items: end;
    gap: 10vw;
    margin-bottom: 68px;
}

.pricing__header h2 {
    margin: 0;
    color: var(--white);
}

.pricing__header h2 em {
    color: var(--berry-light);
}

.pricing__header > p {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.price-board {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 0.72fr;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.price-board__main {
    padding: 36px clamp(28px, 3.5vw, 54px);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.price-board__main > p {
    margin-bottom: 30px;
    color: var(--berry-light);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.price-board__main > div {
    display: grid;
    grid-template-columns: 0.6fr 1fr auto;
    align-items: baseline;
    gap: 20px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.price-board__main span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
}

.price-board__main strong {
    color: var(--white);
    font-family: var(--serif);
    font-size: clamp(35px, 3.2vw, 50px);
    font-weight: 500;
    line-height: 1;
}

.price-board__main small {
    color: rgba(255, 255, 255, 0.42);
    font-size: 8px;
}

.price-board__side {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.price-board__side > div {
    display: grid;
    min-height: 33.333%;
    align-content: center;
    gap: 8px;
    padding: 23px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.price-board__side > div:last-child {
    border-bottom: 0;
}

.price-board__side span {
    color: rgba(255, 255, 255, 0.53);
    font-size: 9px;
}

.price-board__side strong {
    color: var(--white);
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 500;
}

.price-board__cta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 35px;
    padding: 36px 30px;
    background: rgba(255, 255, 255, 0.035);
}

.price-board__cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
}

.discounts {
    display: grid;
    grid-template-columns: 0.8fr repeat(3, 1fr);
    margin-top: 44px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.discounts > p,
.discounts > div {
    min-height: 115px;
    padding: 25px 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.discounts > div:last-child {
    border-right: 0;
}

.discounts__title {
    display: flex;
    align-items: center;
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.discounts > div {
    display: flex;
    align-items: center;
    gap: 18px;
}

.discounts strong {
    color: var(--berry-light);
    font-family: var(--serif);
    font-size: 38px;
    font-weight: 500;
}

.discounts span {
    display: grid;
    color: rgba(255, 255, 255, 0.45);
    font-size: 8px;
}

.discounts b {
    color: var(--white);
    font-size: 10px;
}

/* Video */
.video-section {
    background: var(--paper-deep);
}

.video-section__grid {
    display: grid;
    grid-template-columns: 0.68fr 1.32fr;
    align-items: center;
    gap: clamp(55px, 8vw, 120px);
}

.video-section__copy h2 {
    margin-bottom: 28px;
    font-size: clamp(52px, 5.2vw, 78px);
}

.video-section__copy > p:not(.kicker) {
    color: var(--muted);
    font-size: 12px;
}

.video-section__copy ul {
    margin: 28px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.video-section__copy li {
    position: relative;
    padding: 7px 0 7px 20px;
    color: var(--muted);
    font-size: 9px;
}

.video-section__copy li::before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 6px;
    height: 1px;
    background: var(--berry);
    content: "";
}

.video-cover {
    position: relative;
    width: 100%;
    height: 610px;
    color: var(--white);
    overflow: hidden;
}

.video-cover::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(36, 19, 29, 0.06), rgba(36, 19, 29, 0.52));
    content: "";
}

.video-cover img,
.video-cover iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-cover iframe {
    position: absolute;
    z-index: 4;
    inset: 0;
    border: 0;
}

.video-cover__play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: grid;
    width: 150px;
    height: 150px;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    background: rgba(36, 19, 29, 0.38);
    text-align: center;
    transform: translate(-50%, -50%);
    transition: background-color 180ms ease, transform 180ms ease;
    backdrop-filter: blur(8px);
}

.video-cover:hover .video-cover__play {
    background: var(--berry);
    transform: translate(-50%, -50%) scale(1.05);
}

.video-cover__play i {
    width: 0;
    height: 0;
    margin: 0 auto 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid var(--white);
}

.video-cover__play b {
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.video-cover__play small {
    margin-top: 4px;
    font-size: 7px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.video-cover__note {
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 22px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Reviews */
.reviews-preview {
    padding-block: var(--section);
    color: var(--white);
    background: var(--berry);
}

.reviews-preview__grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;
    gap: 10vw;
}

.reviews-preview__heading h2 {
    margin-bottom: 30px;
    color: var(--white);
    font-size: clamp(48px, 5vw, 76px);
}

.reviews-preview__heading h2 em {
    color: var(--cream);
}

.reviews-preview__heading > p:not(.kicker) {
    max-width: 500px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.reviews-preview__visual {
    padding: clamp(30px, 5vw, 70px);
    color: var(--ink);
    background: var(--cream);
    box-shadow: 35px 35px 0 rgba(36, 19, 29, 0.15);
}

.review-source {
    display: flex;
    align-items: center;
    gap: 17px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.review-source i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--berry);
}

.review-promise {
    padding-top: 28px;
}

.review-promise__quote {
    display: block;
    height: 46px;
    color: var(--berry);
    font-family: var(--serif);
    font-size: 78px;
    line-height: 1;
}

.review-promise p {
    margin-bottom: 30px;
    font-family: var(--serif);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;
}

.review-promise small {
    color: var(--muted);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Izba */
.izba-preview {
    background: var(--paper);
}

.izba-preview__grid {
    display: grid;
    grid-template-columns: 1fr 0.83fr;
    align-items: stretch;
    gap: 8vw;
}

.izba-preview__copy {
    padding-block: 40px;
}

.izba-preview__copy h2 {
    font-size: clamp(50px, 5.6vw, 82px);
}

.izba-preview__copy > p:not(.kicker) {
    max-width: 650px;
    color: var(--muted);
    font-size: 13px;
}

.izba-preview__copy ul {
    max-width: 650px;
    margin: 35px 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.izba-preview__copy li {
    position: relative;
    padding: 14px 0 14px 25px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 10px;
}

.izba-preview__copy li::before {
    position: absolute;
    top: 24px;
    left: 2px;
    width: 7px;
    height: 1px;
    background: var(--berry);
    content: "";
}

.izba-preview__placeholder {
    position: relative;
    display: grid;
    min-height: 600px;
    align-content: end;
    padding: 55px;
    color: var(--white);
    background: var(--ink);
    overflow: hidden;
}

.izba-preview__placeholder > span {
    position: absolute;
    top: 35px;
    left: 42px;
    color: var(--berry-light);
    font-family: var(--serif);
    font-size: 29px;
}

.izba-preview__placeholder p {
    position: relative;
    z-index: 2;
    display: grid;
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(62px, 7vw, 105px);
    line-height: 0.8;
}

.izba-preview__placeholder small {
    margin-top: 22px;
    font-family: var(--sans);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.izba-preview__ornament {
    position: absolute;
    top: -20%;
    right: -30%;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transform: rotate(45deg);
}

.izba-preview__ornament::before,
.izba-preview__ornament::after {
    position: absolute;
    inset: 70px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    content: "";
}

.izba-preview__ornament::after {
    inset: 150px;
}

/* FAQ */
.faq {
    background: var(--cream);
}

.faq__grid {
    display: grid;
    grid-template-columns: 0.65fr 1.35fr;
    align-items: start;
    gap: 9vw;
}

.faq__heading {
    position: sticky;
    top: 120px;
}

.faq__heading h2 {
    font-size: clamp(50px, 5vw, 72px);
}

.faq__heading > p:not(.kicker) {
    color: var(--muted);
    font-size: 11px;
}

.accordion {
    border-top: 1px solid var(--ink);
}

.accordion details {
    border-bottom: 1px solid var(--line);
}

.accordion summary {
    display: grid;
    min-height: 93px;
    grid-template-columns: 1fr 34px;
    align-items: center;
    gap: 24px;
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(22px, 2.1vw, 30px);
    line-height: 1.15;
    list-style: none;
    cursor: pointer;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary span {
    position: relative;
    width: 32px;
    height: 32px;
}

.accordion summary span::before,
.accordion summary span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background: var(--berry);
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 180ms ease;
}

.accordion summary span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion details[open] summary span::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.accordion details p {
    max-width: 760px;
    margin: -5px 70px 28px 0;
    color: var(--muted);
    font-size: 12px;
}

/* Final CTA */
.final-cta {
    position: relative;
    min-height: 730px;
    display: grid;
    align-items: center;
    color: var(--white);
    background: var(--ink);
    overflow: hidden;
}

.final-cta__image,
.final-cta__shade {
    position: absolute;
    inset: 0;
}

.final-cta__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.final-cta__shade {
    background: linear-gradient(90deg, rgba(36, 19, 29, 0.94) 0%, rgba(36, 19, 29, 0.76) 48%, rgba(36, 19, 29, 0.3) 100%);
}

.final-cta__content {
    position: relative;
    z-index: 2;
    padding-block: 100px;
}

.final-cta__content h2 {
    max-width: 800px;
    margin-bottom: 30px;
    color: var(--white);
    font-size: clamp(62px, 7vw, 105px);
}

.final-cta__content h2 em {
    color: var(--berry-light);
}

.final-cta__content > p:not(.kicker) {
    max-width: 610px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.final-cta__actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 58px;
}

.final-cta__contacts {
    display: flex;
    gap: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.final-cta__contacts a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    transition: color 180ms ease;
}

.final-cta__contacts a:hover {
    color: var(--white);
}

/* Footer */
.site-footer {
    padding: 72px 0 28px;
    color: rgba(255, 255, 255, 0.7);
    background: #180c12;
}

.site-footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr 0.6fr;
    align-items: start;
    gap: 50px;
    padding-bottom: 48px;
}

.brand--footer {
    color: var(--white);
}

.site-footer__top > p {
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
}

.site-footer__top > div {
    display: grid;
    justify-items: end;
    gap: 8px;
    color: var(--white);
    font-size: 11px;
}

.site-footer__middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__middle nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
}

.site-footer__middle a {
    color: rgba(255, 255, 255, 0.58);
    font-size: 9px;
}

.site-footer__middle a:hover {
    color: var(--white);
}

.site-footer__bottom {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 30px;
    padding-top: 27px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 8px;
}

.site-footer__bottom p {
    margin: 0;
}

.site-footer__bottom p:nth-child(2) {
    text-align: center;
}

/* Dialog */
.booking-dialog {
    position: fixed;
    z-index: 300;
    inset: 0;
}

.booking-dialog[hidden] {
    display: none;
}

.booking-dialog__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 8, 14, 0.78);
    backdrop-filter: blur(7px);
}

.booking-dialog__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(100%, 640px);
    height: 100%;
    padding: 54px clamp(24px, 4vw, 58px);
    background: var(--paper);
    box-shadow: -25px 0 70px rgba(20, 8, 14, 0.3);
    overflow-y: auto;
    animation: panel-in 280ms ease both;
}

@keyframes panel-in {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

.booking-dialog__close {
    position: absolute;
    z-index: 2;
    top: 22px;
    right: 22px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 28px;
    line-height: 1;
}

.booking-dialog__panel header {
    margin-bottom: 35px;
    padding-right: 45px;
}

.booking-dialog__panel h2 {
    margin-bottom: 12px;
    font-size: clamp(48px, 7vw, 68px);
}

.booking-dialog__panel header > p:not(.kicker) {
    max-width: 500px;
    margin: 0;
    color: var(--muted);
    font-size: 10px;
}

.booking-form {
    display: grid;
    gap: 18px;
}

.booking-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.booking-form label:not(.extra-choice) {
    display: grid;
    gap: 7px;
}

.booking-form label > span:first-child,
.booking-form__row label > span:first-child {
    color: var(--muted);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.booking-form input[type="text"],
.booking-form input[type="tel"],
.booking-form input[type="date"],
.booking-form select {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 0;
    outline: 0;
    color: var(--ink);
    background: var(--white);
    font-size: 11px;
}

.booking-form input:focus,
.booking-form select:focus {
    border-color: var(--berry);
    box-shadow: 0 0 0 2px rgba(150, 59, 89, 0.12);
}

.booking-form__extras {
    margin: 0;
    padding: 0;
    border: 0;
}

.booking-form__extras label {
    display: grid;
    min-height: 52px;
    grid-template-columns: 20px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 10px 13px;
    border-top: 1px solid var(--line);
}

.booking-form__extras label:last-child {
    border-bottom: 1px solid var(--line);
}

.booking-form__extras input,
.booking-form__consent input,
.contact-method input {
    accent-color: var(--berry);
}

.booking-form__extras span {
    font-size: 10px !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.booking-form__extras b {
    font-size: 9px;
}

.contact-method {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    border: 0;
}

.contact-method legend {
    grid-column: 1 / -1;
}

.contact-method label {
    position: relative;
    display: block !important;
}

.contact-method input {
    position: absolute;
    opacity: 0;
}

.contact-method span {
    display: grid;
    min-height: 45px;
    place-items: center;
    border: 1px solid var(--line);
    border-right: 0;
    color: var(--muted) !important;
    font-size: 8px !important;
    font-weight: 750 !important;
}

.contact-method label:last-child span {
    border-right: 1px solid var(--line);
}

.contact-method input:checked + span {
    color: var(--white) !important;
    background: var(--ink);
    border-color: var(--ink);
}

.booking-form__consent {
    display: grid !important;
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 10px !important;
}

.booking-form__consent input {
    margin-top: 3px;
}

.booking-form__consent span {
    color: var(--muted) !important;
    font-size: 8px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.5;
    text-transform: none !important;
}

.booking-form__total {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 4px 18px;
    padding: 19px 0;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
}

.booking-form__total span {
    color: var(--muted);
    font-size: 9px;
}

.booking-form__total strong {
    grid-row: 1 / 3;
    grid-column: 2;
    color: var(--berry);
    font-family: var(--serif);
    font-size: 35px;
    font-weight: 600;
}

.booking-form__total small {
    color: var(--muted);
    font-size: 8px;
}

.booking-form__message {
    margin: 0;
    padding: 12px;
    color: #456342;
    background: rgba(115, 143, 110, 0.12);
    font-size: 9px;
    text-align: center;
}

.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
}

.cookie-notice {
    position: fixed;
    z-index: 250;
    right: 22px;
    bottom: 22px;
    display: grid;
    width: min(430px, calc(100% - 44px));
    gap: 16px;
    padding: 22px;
    color: var(--white);
    background: var(--ink);
    box-shadow: var(--shadow);
}

.cookie-notice[hidden] {
    display: none;
}

.cookie-notice p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
}

.cookie-notice > div {
    display: flex;
    align-items: center;
    gap: 18px;
}

.text-button {
    color: rgba(255, 255, 255, 0.65);
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 9px;
}

.mobile-booking {
    display: none;
}

/* Responsive */
@media (max-width: 1220px) {
    .site-header__inner {
        gap: 24px;
    }

    .site-nav {
        gap: 18px;
    }

    .header-phone {
        display: none;
    }

    .hero__grid {
        grid-template-columns: 0.95fr 1.2fr 0.7fr;
    }

    .hero h1 {
        font-size: clamp(62px, 7vw, 88px);
    }

    .hero-offer {
        margin-left: -55px;
    }

    .occasion-card {
        padding-inline: 24px;
    }

    .story-step {
        padding-inline: 18px;
    }

    .price-board {
        grid-template-columns: 1.15fr 0.85fr;
    }

    .price-board__side {
        border-right: 0;
    }

    .price-board__cta {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .price-board__cta p {
        max-width: 480px;
    }
}

@media (max-width: 1020px) {
    :root {
        --gutter: 28px;
    }

    .site-nav {
        position: fixed;
        z-index: 4;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        width: min(420px, 88vw);
        height: 100dvh;
        min-height: 100vh;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0;
        padding: 100px 45px 50px;
        color: var(--ink);
        background: var(--cream);
        box-shadow: -20px 0 60px rgba(36, 19, 29, 0.23);
        transform: translateX(110%);
        transition: transform 240ms ease;
    }

    .site-nav.is-open {
        transform: translateX(0);
    }

    .site-nav a {
        width: 100%;
        padding: 18px 0;
        border-bottom: 1px solid var(--line);
        font-family: var(--serif);
        font-size: 28px;
        font-weight: 500;
    }

    .site-nav a::after {
        display: none;
    }

    .menu-toggle {
        position: relative;
        z-index: 5;
        display: grid;
    }

    .site-header__inner {
        grid-template-columns: 1fr auto;
    }

    .site-header__actions {
        grid-column: 2;
    }

    .hero {
        padding-top: 125px;
    }

    .hero__grid {
        grid-template-columns: 1fr 0.95fr;
        align-items: stretch;
    }

    .hero__copy {
        align-self: center;
    }

    .hero__visual {
        min-height: 590px;
    }

    .hero-offer {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 0.6fr 1fr auto;
        align-items: center;
        gap: 25px;
        margin: -25px 35px 0;
        padding: 22px 26px;
    }

    .hero-offer__status {
        margin: 0;
    }

    .hero-offer__heading {
        padding: 0;
        border: 0;
    }

    .hero-offer dl {
        display: none;
    }

    .hero-offer .button {
        width: auto;
        min-width: 180px;
    }

    .hero-offer__time {
        display: none;
    }

    .hero__facts {
        margin-top: 38px;
    }

    .occasion-grid {
        grid-template-columns: 1fr 1fr;
    }

    .occasion-card:nth-child(2) {
        border-right: 0;
    }

    .occasion-card:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .story-line {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 40px;
    }

    .story-line::before {
        display: none;
    }

    .story-step {
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .story-step:nth-child(3) {
        border-right: 0;
    }

    .story-step time {
        margin-bottom: 35px;
    }

    .story-step time::after {
        display: none;
    }

    .house-mosaic {
        min-height: 620px;
    }

    .included-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .included-grid__title h3 {
        max-width: 650px;
    }

    .steam-feature {
        min-height: 650px;
        grid-template-columns: 1fr 1fr;
    }

    .steam-feature__content {
        padding-inline: 40px;
    }

    .extras__grid {
        grid-template-columns: 0.86fr 1.14fr;
        gap: 55px;
    }

    .extras__visual figure {
        height: 550px;
    }

    .discounts {
        grid-template-columns: repeat(3, 1fr);
    }

    .discounts__title {
        grid-column: 1 / -1;
        min-height: 60px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .video-section__grid,
    .reviews-preview__grid {
        gap: 55px;
    }

    .video-cover {
        height: 500px;
    }
}

@media (max-width: 760px) {
    :root {
        --gutter: 20px;
        --section: 84px;
    }

    html {
        scroll-padding-top: 78px;
    }

    body {
        padding-bottom: 66px;
        font-size: 15px;
    }

    h2 {
        font-size: clamp(44px, 13vw, 61px);
        line-height: 0.94;
    }

    .kicker {
        gap: 10px;
        font-size: 9px;
        letter-spacing: 0.13em;
    }

    .kicker::before {
        width: 23px;
    }

    .site-header {
        background: rgba(36, 19, 29, 0.88);
        backdrop-filter: blur(10px);
    }

    .site-header.is-scrolled {
        background: rgba(251, 248, 243, 0.95);
    }

    .site-header__inner {
        min-height: 72px;
    }

    .brand__mark {
        width: 32px;
        height: 32px;
    }

    .brand__text b {
        font-size: 17px;
    }

    .brand__text small {
        font-size: 7px;
    }

    .button--header {
        display: none;
    }

    .menu-toggle {
        width: 40px;
        height: 40px;
    }

    .hero {
        min-height: 0;
        padding-top: 112px;
    }

    .hero__grid {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .hero__copy {
        padding: 0 0 34px;
    }

    .hero h1 {
        margin-bottom: 22px;
        font-size: clamp(55px, 16.7vw, 76px);
        line-height: 0.87;
    }

    .hero h1 em {
        font-size: 0.92em;
        transform: none;
    }

    .hero__lead {
        margin-bottom: 25px;
        font-size: 12px;
        line-height: 1.65;
    }

    .hero__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 25px;
    }

    .hero__actions .text-action {
        align-self: flex-start;
    }

    .hero__truth {
        font-size: 10px;
    }

    .hero__visual {
        min-height: 430px;
        margin-inline: calc(var(--gutter) * -1);
    }

    .hero__photo::after {
        background: linear-gradient(180deg, rgba(36, 19, 29, 0.08), rgba(36, 19, 29, 0.22));
    }

    .hero__seal {
        top: 22px;
        right: 18px;
        width: 92px;
        height: 92px;
    }

    .hero__seal strong {
        font-size: 45px;
    }

    .hero__caption {
        right: 18px;
        bottom: 18px;
        left: 18px;
        justify-content: flex-start;
    }

    .hero-offer {
        display: grid;
        width: calc(100% + (var(--gutter) * 2));
        grid-template-columns: 1fr auto;
        gap: 16px;
        margin: 0 calc(var(--gutter) * -1);
        padding: 23px var(--gutter);
        box-shadow: none;
    }

    .hero-offer__status {
        grid-column: 1 / -1;
    }

    .hero-offer__heading p {
        font-size: 26px;
    }

    .hero-offer .button {
        min-width: 0;
        padding-inline: 18px;
    }

    .hero__facts {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .hero__facts > div,
    .hero__facts > div:first-child {
        min-height: 78px;
        padding: 13px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .hero__facts > div:last-child {
        border-bottom: 0;
    }

    .section-intro,
    .section-intro--split {
        display: block;
        margin-bottom: 47px;
    }

    .section-intro--split h2 {
        margin-bottom: 24px;
    }

    .section-intro--split > p {
        font-size: 11px;
    }

    .occasion-grid {
        display: block;
        border-bottom: 0;
    }

    .occasion-card {
        min-height: 330px;
        padding: 27px 25px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .occasion-card__index {
        margin-bottom: 33px;
    }

    .occasion-card__icon {
        margin-bottom: 22px;
    }

    .occasion-card small {
        right: 25px;
        bottom: 22px;
        left: 25px;
    }

    .story__header {
        display: block;
        margin-bottom: 60px;
    }

    .story__header .kicker {
        margin-bottom: 22px;
    }

    .story__header h2 {
        margin-bottom: 24px;
    }

    .story__header > p:last-child {
        font-size: 11px;
    }

    .story-line {
        display: block;
    }

    .story-step,
    .story-step:first-child,
    .story-step:last-child {
        display: grid;
        min-height: 0;
        grid-template-columns: 80px 1fr;
        gap: 18px;
        padding: 25px 0;
        border-right: 0;
    }

    .story-step time {
        margin: 0;
        font-size: 27px;
    }

    .story-step h3 {
        font-size: 27px;
    }

    .story-step--image {
        display: block;
        min-height: 340px;
    }

    .story-step--image figure {
        inset: 20px 0;
    }

    .house-mosaic {
        display: grid;
        min-height: 0;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 390px 210px;
        gap: 8px;
        margin-bottom: 95px;
    }

    .house-mosaic__main {
        grid-row: 1;
        grid-column: 1 / -1;
    }

    .house-mosaic figcaption {
        right: 10px;
        bottom: 10px;
        left: 10px;
        padding: 10px 12px;
        font-size: 8px;
    }

    .house-mosaic__note {
        right: 18px;
        bottom: -72px;
        width: 175px;
        min-height: 175px;
        padding: 22px;
    }

    .house-mosaic__note strong {
        font-size: 57px;
    }

    .included-grid {
        padding-top: 45px;
    }

    .included-grid ul {
        display: block;
    }

    .included-grid li,
    .included-grid li:nth-child(odd) {
        min-height: 95px;
        padding-inline: 0;
        border-right: 0;
    }

    .steam-feature {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .steam-feature__image {
        min-height: 440px;
    }

    .steam-feature__image > p {
        right: 20px;
        bottom: 20px;
        left: 20px;
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .steam-feature__content {
        padding: 75px var(--gutter);
    }

    .steam-feature__content h2 {
        font-size: 51px;
    }

    .extras__grid {
        display: flex;
        flex-direction: column;
        gap: 55px;
    }

    .extras__visual {
        position: relative;
        top: auto;
        width: 100%;
    }

    .extras__visual figure {
        height: 480px;
        margin-inline: calc(var(--gutter) * -1);
    }

    .extras__diameter {
        right: 0;
        bottom: 77px;
        width: 125px;
        height: 125px;
    }

    .extras__visual > p {
        margin-left: 0;
        font-size: 9px;
    }

    .extra-choice {
        min-height: 76px;
        grid-template-columns: 20px 1fr auto;
        gap: 10px;
        padding-inline: 10px;
    }

    .extra-choice b {
        font-size: 19px;
    }

    .broom-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .extras-total strong {
        font-size: 31px;
    }

    .pricing__header {
        display: block;
        margin-bottom: 45px;
    }

    .pricing__header h2 {
        margin-bottom: 25px;
    }

    .price-board {
        display: block;
    }

    .price-board__main,
    .price-board__side {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .price-board__main {
        padding: 28px 20px;
    }

    .price-board__main > div {
        grid-template-columns: 1fr auto;
        gap: 10px;
    }

    .price-board__main small {
        display: none;
    }

    .price-board__side > div {
        padding-inline: 20px;
    }

    .price-board__cta {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        padding: 28px 20px;
    }

    .discounts {
        display: block;
    }

    .discounts > p,
    .discounts > div {
        min-height: 85px;
        padding-inline: 10px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .video-section__grid,
    .reviews-preview__grid,
    .izba-preview__grid,
    .faq__grid {
        display: block;
    }

    .video-section__copy,
    .reviews-preview__heading,
    .faq__heading {
        margin-bottom: 45px;
    }

    .video-cover {
        height: 430px;
    }

    .video-cover__play {
        width: 125px;
        height: 125px;
    }

    .reviews-preview__visual {
        padding: 30px 24px;
        box-shadow: 16px 16px 0 rgba(36, 19, 29, 0.15);
    }

    .review-promise p {
        font-size: 28px;
    }

    .izba-preview__copy {
        padding: 0;
        margin-bottom: 55px;
    }

    .izba-preview__placeholder {
        min-height: 470px;
        margin-inline: calc(var(--gutter) * -1);
        padding: 35px var(--gutter);
    }

    .faq__heading {
        position: static;
    }

    .accordion summary {
        min-height: 84px;
        font-size: 23px;
    }

    .accordion details p {
        margin-right: 0;
        font-size: 10px;
    }

    .final-cta {
        min-height: 690px;
    }

    .final-cta__shade {
        background: linear-gradient(180deg, rgba(36, 19, 29, 0.65), rgba(36, 19, 29, 0.95));
    }

    .final-cta__content {
        align-self: end;
        padding-block: 90px 65px;
    }

    .final-cta__content h2 {
        font-size: 61px;
    }

    .final-cta__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 40px;
    }

    .final-cta__actions .text-action {
        align-self: flex-start;
    }

    .final-cta__contacts {
        flex-wrap: wrap;
        gap: 15px 24px;
    }

    .site-footer {
        padding-top: 55px;
    }

    .site-footer__top,
    .site-footer__middle,
    .site-footer__bottom {
        display: block;
    }

    .site-footer__top > p {
        margin: 28px 0;
    }

    .site-footer__top > div {
        justify-items: start;
    }

    .site-footer__middle nav + nav {
        margin-top: 24px;
    }

    .site-footer__bottom p,
    .site-footer__bottom p:nth-child(2),
    .site-footer__bottom a {
        display: block;
        margin-bottom: 11px;
        text-align: left;
    }

    .mobile-booking {
        position: fixed;
        z-index: 90;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        min-height: 66px;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 12px 20px;
        color: var(--white);
        background: var(--berry);
        box-shadow: 0 -10px 30px rgba(36, 19, 29, 0.18);
    }

    .mobile-booking span {
        font-size: 12px;
        font-weight: 750;
    }

    .mobile-booking b {
        font-size: 11px;
    }

    .booking-dialog__panel {
        width: 100%;
        padding: 48px 20px 90px;
    }

    .booking-dialog__close {
        top: 15px;
        right: 15px;
    }

    .booking-dialog__panel header {
        padding-right: 32px;
    }

    .booking-form__row {
        grid-template-columns: 1fr;
    }

    .contact-method {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }

    .contact-method span,
    .contact-method label:last-child span {
        border: 1px solid var(--line);
    }

    .cookie-notice {
        right: 12px;
        bottom: 78px;
        width: calc(100% - 24px);
    }
}

@media (max-width: 390px) {
    .hero h1 {
        font-size: 53px;
    }

    .hero-offer {
        grid-template-columns: 1fr;
    }

    .hero-offer .button {
        width: 100%;
    }

    .house-mosaic {
        grid-template-rows: 330px 170px;
    }

    .extra-choice > strong {
        font-size: 10px;
    }

    .final-cta__content h2 {
        font-size: 52px;
    }
}

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

    .reveal {
        opacity: 1;
        transform: none;
    }
}
