:root {
    --otk-pink: #f8bfd8;
    --otk-pink-dark: #d76596;
    --otk-pink-soft: #fff0f6;
    --otk-bg: #fff6fa;
    --otk-white: #ffffff;
    --otk-text: #3c3a3a;
    --otk-muted: #6f6b70;
    --otk-line: rgba(60, 58, 58, .12);
    --otk-shadow: 0 10px 28px rgba(97, 65, 80, .11);
    --otk-shadow-soft: 0 6px 18px rgba(97, 65, 80, .09);
    --otk-container: 1200px;
}

.otk-home {
    color: var(--otk-text);
    background: #fff;
    font-family: Inter, Arial, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.otk-home * {
    box-sizing: border-box;
}

.otk-home a {
    color: inherit;
    text-decoration: none;
}

.otk-home input,
.otk-home button {
    font: inherit;
}

.otk-container {
    width: min(var(--otk-container), calc(100% - 48px));
    margin: 0 auto;
}

body.home .content-bg,
body.home.content-style-unboxed .site,
body.home .site,
body.home #wrapper {
    background: #fff;
}

body.home #inner-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Desktop baseline: 1440px SVG is the reference, the values below scale around it. */
.otk-hero {
    min-height: clamp(650px, 48.9vw, 704px);
    margin-top: 0;
    padding: clamp(92px, 7.22vw, 104px) 0 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 68% 24%, rgba(255,255,255,.56), transparent 26%),
        radial-gradient(circle at 100% 0%, rgba(255, 211, 228, .92), transparent 44%),
        linear-gradient(115deg, #fffafc 0%, #fff3f8 44%, #ffe8f2 100%);
    border-bottom: 1px solid #eee;
}

.otk-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(500px, 560px);
    gap: clamp(28px, 3.75vw, 54px);
    align-items: center;
    padding: clamp(98px, 7.78vw, 112px) 0 clamp(66px, 5.7vw, 82px);
}

.otk-hero-copy {
    position: relative;
    z-index: 2;
}

.otk-hero h1 {
    max-width: 640px;
    margin: 0;
    color: #3d3b3b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 3.333vw, 48px);
    line-height: 1.04;
    letter-spacing: -0.025em;
    font-weight: 700;
}

.otk-hero p {
    max-width: 610px;
    margin: clamp(28px, 2.35vw, 34px) 0 0;
    color: #706d70;
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.55;
}

.otk-main-search {
    width: min(550px, 100%);
    min-height: 47px;
    display: grid;
    grid-template-columns: 25px 1fr auto;
    align-items: center;
    gap: 8px;
    margin-top: 27px;
    padding: 0 5px 0 18px;
    border: 1px solid rgba(244, 182, 210, .82);
    border-radius: 999px;
    background: #fff;
    color: var(--otk-pink-dark);
    box-shadow: 0 5px 16px rgba(97, 65, 80, .07);
}

.otk-main-search__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.otk-main-search input {
    width: 100%;
    min-height: 39px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--otk-text);
    font-size: 16px;
}

.otk-main-search input::placeholder {
    color: #c7bcc3;
    opacity: 1;
}

.otk-main-search button {
    min-height: 37px;
    min-width: 74px;
    border: 0;
    border-radius: 999px;
    background: var(--otk-pink);
    color: #724052;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.otk-main-search button:hover {
    background: #f3aaca;
}

.otk-quick-links {
    width: min(500px, 100%);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.otk-quick-links a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 999px;
    background: #fff;
    color: #535053;
    font-size: 14px;
    font-weight: 700;
    box-shadow: var(--otk-shadow-soft);
}

.otk-quick-links a:hover,
.otk-quick-links a:focus-visible {
    color: var(--otk-pink-dark);
}

.otk-hero-image {
    position: relative;
    z-index: 1;
    min-height: 470px;
}

.otk-hero-image img {
    position: absolute;
    right: calc(-1 * clamp(70px, 6.53vw, 94px));
    top: calc(-1 * clamp(118px, 10.9vw, 157px));
    width: clamp(590px, 46.46vw, 669px);
    max-width: none;
    height: auto;
    display: block;
}

.otk-section {
    padding: clamp(78px, 6.53vw, 94px) 0 0;
}

.otk-occasions h2,
.otk-holidays h2 {
    margin: 0;
    color: #454142;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 2.92vw, 42px);
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.otk-occasions h2 {
    margin-bottom: clamp(34px, 3.05vw, 44px);
    text-align: center;
}

.otk-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.otk-card {
    min-height: 130px;
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "icon title"
        "icon tags";
    column-gap: 20px;
    row-gap: 11px;
    align-items: start;
    padding: 21px 18px;
    border: 1px solid rgba(60, 58, 58, .12);
    border-radius: 25px;
    background: #fbfbfb;
    box-shadow: var(--otk-shadow-soft);
    transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.otk-card:hover {
    border-color: rgba(215, 101, 150, .28);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(97, 65, 80, .10);
}

.otk-card-main {
    display: contents;
}

.otk-card-icon {
    grid-area: icon;
    width: 61px;
    height: 61px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: var(--otk-pink-soft);
    font-size: 33px;
}

.otk-card-main > strong {
    grid-area: title;
    display: block;
    align-self: start;
    margin-top: 3px;
    color: #3f3c3f;
    font-size: 18px;
    line-height: 1.2;
}

.otk-card-tags {
    grid-area: tags;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0;
}

.otk-card-tags a {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border: 1px solid rgba(215, 101, 150, .16);
    border-radius: 999px;
    background: #fff;
    color: #655d62;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 7px rgba(97, 65, 80, .05);
}

.otk-card-tags a:hover,
.otk-card-tags a:focus-visible {
    border-color: rgba(215, 101, 150, .44);
    background: #fff0f6;
    color: var(--otk-pink-dark);
    box-shadow: 0 3px 10px rgba(215, 101, 150, .12);
}

.otk-holidays {
    margin-top: clamp(76px, 6.67vw, 96px);
    margin-bottom: clamp(82px, 7.64vw, 110px);
    padding: clamp(30px, 3.05vw, 44px) clamp(24px, 2.78vw, 40px) clamp(30px, 2.99vw, 43px);
    border: 1px solid rgba(60, 58, 58, .11);
    border-radius: 30px;
    background:
        radial-gradient(circle at 82% 8%, rgba(255, 212, 229, .72), transparent 28%),
        linear-gradient(135deg, #fffafc 0%, #fff0f6 100%);
    box-shadow: var(--otk-shadow);
}

.otk-holidays-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
}

.otk-holidays p {
    margin: 8px 0 0;
    color: #706d70;
    font-size: 16px;
}

.otk-holidays-head > a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--otk-pink);
    color: #724052;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 12px 22px rgba(244, 182, 210, .34);
    white-space: nowrap;
}

.otk-holiday-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
}

.otk-holiday-card {
    min-height: 99px;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 16px;
    align-items: center;
    padding: 15px;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 4px 13px rgba(97, 65, 80, .05);
    transition: transform .16s ease, box-shadow .16s ease;
}

.otk-holiday-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(97, 65, 80, .09);
}

.otk-date {
    width: 65px;
    height: 65px;
    display: grid;
    place-items: center;
    align-content: center;
    border-radius: 13px;
    background: #eaa0b8;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.otk-date strong {
    display: block;
    font-size: 26px;
    line-height: .9;
}

.otk-date span {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 800;
}

.otk-holiday-content {
    min-width: 0;
    display: block;
}

.otk-holiday-content > strong {
    display: block;
    color: #3f3c3f;
    font-size: 18px;
    line-height: 1.05;
}

.otk-holiday-content > span {
    display: block;
    margin-top: 11px;
    color: #c95b85;
    font-size: 14px;
    font-weight: 700;
}

/* Medium desktop / small laptop */
@media (max-width: 1280px) {
    .otk-container {
        width: min(var(--otk-container), calc(100% - 40px));
    }

    .otk-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(430px, 500px);
    }

    .otk-hero-image img {
        right: -120px;
        width: 620px;
    }
}

/* Tablet landscape */
@media (max-width: 1120px) {
    .otk-hero {
        min-height: 620px;
    }

    .otk-hero-grid {
        grid-template-columns: minmax(0, 1fr) 390px;
        gap: 22px;
        padding-top: 100px;
        padding-bottom: 64px;
    }

    .otk-hero h1 {
        max-width: 560px;
        font-size: clamp(38px, 4.2vw, 44px);
    }

    .otk-hero-image {
        min-height: 400px;
    }

    .otk-hero-image img {
        width: 540px;
        right: -155px;
        top: -95px;
    }

    .otk-card-grid,
    .otk-holiday-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Tablet portrait */
@media (max-width: 900px) {
    .otk-hero {
        min-height: auto;
        padding-top: 92px;
    }

    .otk-hero-grid {
        grid-template-columns: 1fr;
        padding: 78px 0 56px;
    }

    .otk-hero-copy {
        max-width: 640px;
    }

    .otk-hero-image {
        display: none;
    }

    .otk-main-search,
    .otk-quick-links {
        width: 100%;
        max-width: 560px;
    }
}

/* Mobile */
@media (max-width: 700px) {
    .otk-container {
        width: min(100% - 28px, var(--otk-container));
    }

    .otk-hero {
        padding-top: 82px;
    }

    .otk-hero-grid {
        padding: 58px 0 44px;
    }

    .otk-hero h1 {
        max-width: 100%;
        font-size: clamp(33px, 9.4vw, 42px);
        line-height: 1.08;
    }

    .otk-hero p {
        margin-top: 22px;
        font-size: 16px;
    }

    .otk-main-search {
        margin-top: 24px;
    }

    .otk-section {
        padding-top: 58px;
    }

    .otk-occasions h2,
    .otk-holidays h2 {
        font-size: clamp(30px, 8vw, 36px);
    }

    .otk-card-grid,
    .otk-holiday-grid {
        grid-template-columns: 1fr;
    }

    .otk-card {
        min-height: auto;
        grid-template-columns: 58px 1fr;
        column-gap: 14px;
        padding: 18px;
        border-radius: 22px;
    }

    .otk-card-icon {
        width: 55px;
        height: 55px;
        font-size: 29px;
    }

    .otk-card-tags a {
        min-height: 30px;
    }

    .otk-holidays {
        margin-top: 64px;
        margin-bottom: 72px;
        padding: 24px 18px;
        border-radius: 25px;
    }

    .otk-holidays-head {
        display: block;
        margin-bottom: 24px;
    }

    .otk-holidays-head > a {
        margin-top: 18px;
    }
}

/* Small mobile */
@media (max-width: 520px) {
    .otk-main-search {
        grid-template-columns: 22px 1fr;
        row-gap: 7px;
        padding: 7px 10px 7px 15px;
        border-radius: 20px;
    }

    .otk-main-search button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .otk-quick-links {
        gap: 9px;
    }

    .otk-quick-links a {
        min-height: 34px;
        padding: 0 13px;
        font-size: 13px;
    }

    .otk-card {
        display: block;
    }

    .otk-card-main {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .otk-card-main > strong {
        margin-top: 0;
    }

    .otk-card-tags {
        margin-top: 14px;
    }

    .otk-holiday-card {
        grid-template-columns: 64px 1fr;
        gap: 14px;
        padding: 13px;
    }

    .otk-date {
        width: 58px;
        height: 58px;
    }

    .otk-holiday-content > strong {
        font-size: 17px;
    }
}


/* SVG desktop pass: first screen only. No new blocks. */
body.home .otk-home .otk-hero {
    min-height: clamp(650px, 48.9vw, 704px) !important;
    padding-top: clamp(92px, 7.22vw, 104px) !important;
}

body.home .otk-home .otk-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 560px) !important;
    gap: clamp(28px, 3.75vw, 54px) !important;
    padding-top: clamp(98px, 7.78vw, 112px) !important;
    padding-bottom: clamp(66px, 5.7vw, 82px) !important;
}

body.home .otk-home .otk-hero h1 {
    max-width: 700px !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(42px, 3.333vw, 48px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.025em !important;
    font-weight: 700 !important;
    color: #454142 !important;
}

body.home .otk-home .otk-hero p {
    max-width: 610px !important;
    margin-top: clamp(28px, 2.35vw, 34px) !important;
    font-family: Inter, Arial, "Helvetica Neue", sans-serif !important;
    font-size: clamp(16px, 1.25vw, 18px) !important;
    line-height: 1.55 !important;
    color: #706d70 !important;
}

body.home .otk-home .otk-main-search {
    width: min(550px, 100%) !important;
    min-height: 47px !important;
    margin-top: 27px !important;
}

body.home .otk-home .otk-main-search input::placeholder {
    color: #c7bcc3 !important;
    opacity: 1 !important;
}

body.home .otk-home .otk-quick-links {
    width: min(500px, 100%) !important;
    gap: 12px !important;
    margin-top: 20px !important;
}

body.home .otk-home .otk-hero-image {
    min-height: 470px !important;
}

body.home .otk-home .otk-hero-image img {
    width: clamp(590px, 46.46vw, 669px) !important;
    right: calc(-1 * clamp(70px, 6.53vw, 94px)) !important;
    top: calc(-1 * clamp(118px, 10.9vw, 157px)) !important;
}

body.home .otk-home .otk-occasions h2,
body.home .otk-home .otk-holidays h2 {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(34px, 2.92vw, 42px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.03em !important;
    font-weight: 700 !important;
    color: #454142 !important;
}

@media (max-width: 1120px) {
    body.home .otk-home .otk-hero-grid {
        grid-template-columns: minmax(0, 1fr) 390px !important;
        gap: 22px !important;
        padding-top: 100px !important;
        padding-bottom: 64px !important;
    }

    body.home .otk-home .otk-hero h1 {
        max-width: 560px !important;
        font-size: clamp(38px, 4.2vw, 44px) !important;
    }

    body.home .otk-home .otk-hero-image img {
        width: 540px !important;
        right: -155px !important;
        top: -95px !important;
    }
}

@media (max-width: 900px) {
    body.home .otk-home .otk-hero-grid {
        grid-template-columns: 1fr !important;
        padding: 78px 0 56px !important;
    }

    body.home .otk-home .otk-hero-image {
        display: none !important;
    }
}

@media (max-width: 700px) {
    body.home .otk-home .otk-hero h1 {
        max-width: 100% !important;
        font-size: clamp(33px, 9.4vw, 42px) !important;
        line-height: 1.08 !important;
    }
}


/* Card tag alignment fix: one tag must not float/center inside the card. */
.otk-card {
    display: block !important;
}

.otk-card-main {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 20px !important;
    align-items: start !important;
}

.otk-card-main > .otk-card-icon {
    grid-column: 1 !important;
}

.otk-card-main > strong {
    grid-column: 2 !important;
    margin-top: 3px !important;
}

.otk-card-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    gap: 8px !important;
    margin-top: 12px !important;
    margin-left: 84px !important;
}

@media (max-width: 700px) {
    .otk-card-main {
        grid-template-columns: 58px minmax(0, 1fr) !important;
        gap: 14px !important;
    }

    .otk-card-tags {
        margin-left: 72px !important;
    }
}

@media (max-width: 520px) {
    .otk-card-tags {
        margin-left: 0 !important;
    }
}


/* Final card/tag layout fix */
.otk-home .otk-card {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    grid-template-areas:
        "icon title"
        ". tags" !important;
    column-gap: 20px !important;
    row-gap: 9px !important;
    align-items: start !important;
    align-content: start !important;
}

.otk-home .otk-card-main {
    display: contents !important;
}

.otk-home .otk-card-icon {
    grid-area: icon !important;
}

.otk-home .otk-card-main > strong {
    grid-area: title !important;
    margin-top: 3px !important;
}

.otk-home .otk-card-tags {
    grid-area: tags !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
}

.otk-home .otk-card-tags a {
    flex: 0 0 auto !important;
}

@media (max-width: 700px) {
    .otk-home .otk-card {
        grid-template-columns: 58px minmax(0, 1fr) !important;
        column-gap: 14px !important;
    }
}

@media (max-width: 520px) {
    .otk-home .otk-card {
        display: block !important;
    }

    .otk-home .otk-card-main {
        display: flex !important;
        align-items: center !important;
        gap: 14px !important;
    }

    .otk-home .otk-card-tags {
        margin-top: 14px !important;
    }
}


/* Final card markup layout: icon column + text column.
   Tags are inside the text column, so a single tag cannot drop or center in the empty card area. */
.otk-home .otk-card {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    grid-template-areas: none !important;
    column-gap: 20px !important;
    row-gap: 0 !important;
    align-items: start !important;
    align-content: start !important;
    padding: 21px 18px !important;
}

.otk-home .otk-card-icon-link {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: block !important;
    width: 61px !important;
    height: 61px !important;
    text-decoration: none !important;
}

.otk-home .otk-card-icon {
    position: static !important;
    grid-area: auto !important;
    width: 61px !important;
    height: 61px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 18px !important;
    background: var(--otk-pink-soft) !important;
    font-size: 33px !important;
}

.otk-home .otk-card-body {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    display: block !important;
    padding-top: 4px !important;
}

.otk-home .otk-card-main {
    display: block !important;
    text-decoration: none !important;
}

.otk-home .otk-card-main > strong {
    grid-area: auto !important;
    display: block !important;
    margin: 0 !important;
    color: #3f3c3f !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}

.otk-home .otk-card-tags {
    grid-area: auto !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    gap: 8px !important;
    margin: 13px 0 0 0 !important;
    padding: 0 !important;
}

.otk-home .otk-card-tags a {
    flex: 0 0 auto !important;
}

@media (max-width: 700px) {
    .otk-home .otk-card {
        grid-template-columns: 58px minmax(0, 1fr) !important;
        column-gap: 14px !important;
        padding: 18px !important;
    }

    .otk-home .otk-card-icon-link,
    .otk-home .otk-card-icon {
        width: 55px !important;
        height: 55px !important;
    }

    .otk-home .otk-card-icon {
        font-size: 29px !important;
    }
}

@media (max-width: 520px) {
    .otk-home .otk-card {
        grid-template-columns: 55px minmax(0, 1fr) !important;
    }

    .otk-home .otk-card-tags {
        margin-top: 12px !important;
    }
}


/* Final section spacing system.
   Every visible homepage block gets 96px after it at 1440px.
   The spacing belongs to blocks, not to the footer. */
body.home .otk-home {
    --otk-section-gap: clamp(64px, 6.667vw, 96px);
}

body.home .otk-home > section {
    margin-top: 0 !important;
    margin-bottom: var(--otk-section-gap) !important;
}

body.home .otk-home > section:last-child {
    margin-bottom: var(--otk-section-gap) !important;
}

body.home .otk-home .otk-section {
    padding-top: 0 !important;
}

body.home .otk-home .otk-holidays {
    margin-top: 0 !important;
    margin-bottom: var(--otk-section-gap) !important;
}

@media (max-width: 767px) {
    body.home .otk-home {
        --otk-section-gap: 56px;
    }
}
