@charset "UTF-8";
.ornate-hero-page {
  background: #ffffff; }
  .ornate-hero-page__topbar {
    display: grid;
    grid-template-columns: 140px 1fr 140px;
    align-items: center;
    gap: 20px;
    padding: 28px 48px 26px;
    background: #dff2f9;
    animation: topbarFadeIn 1s ease-out both; }
  .ornate-hero-page__brand-left {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .ornate-hero-page__brand-left img {
      width: 84px;
      height: auto;
      display: block;
      animation: floatSoft 4s ease-in-out infinite; }
  .ornate-hero-page__brand-center {
    text-align: center; }
    .ornate-hero-page__brand-center img {
      display: block;
      width: 270px;
      max-width: 100%;
      margin: 0 auto 8px;
      height: auto;
      animation: logoReveal 1s ease-out 0.2s both; }
    .ornate-hero-page__brand-center p {
      margin: 0;
      color: #111111;
      font-family: 'Gotham Book';
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      animation: fadeUp 0.8s ease-out 0.45s both; }
      .ornate-hero-page__brand-center p span {
        font-family: 'Gotham'; }
  .ornate-hero-page__social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px; }
    .ornate-hero-page__social a {
      color: #555555;
      font-size: 34px;
      line-height: 1;
      text-decoration: none;
      transition: transform 0.25s ease, opacity 0.25s ease;
      animation: fadeInRight 0.8s ease-out both; }
      .ornate-hero-page__social a:nth-child(1) {
        animation-delay: 0.35s; }
      .ornate-hero-page__social a:nth-child(2) {
        animation-delay: 0.5s; }
      .ornate-hero-page__social a:hover {
        opacity: 0.75;
        transform: translateY(-2px) scale(1.06); }
  .ornate-hero-page__hero {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .ornate-hero-page__hero-image {
    display: block;
    width: 100%;
    height: auto;
    animation: heroReveal 1.2s ease-out 0.3s both;
    transform-origin: center center; }

@keyframes topbarFadeIn {
  from {
    opacity: 0;
    transform: translateY(-18px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes logoReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96); }
  to {
    opacity: 1;
    transform: translateY(0) scale(1); } }
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(14px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes heroReveal {
  from {
    opacity: 0;
    transform: scale(1.03); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes floatSoft {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-6px); }
  100% {
    transform: translateY(0); } }
@media (max-width: 991.98px) {
  .ornate-hero-page__topbar {
    grid-template-columns: 90px 1fr 90px;
    padding: 20px 24px; }
  .ornate-hero-page__brand-left img {
    width: 62px; }
  .ornate-hero-page__brand-center img {
    width: 220px;
    margin-bottom: 6px; }
  .ornate-hero-page__brand-center p {
    font-size: 12px;
    letter-spacing: 0.06em; }
  .ornate-hero-page__social {
    gap: 14px; }
    .ornate-hero-page__social a {
      font-size: 28px; } }
@media (max-width: 767.98px) {
  .ornate-hero-page__topbar {
    grid-template-columns: 56px 1fr 56px;
    gap: 12px;
    padding: 16px 14px 18px; }
  .ornate-hero-page__brand-left img {
    width: 42px; }
  .ornate-hero-page__brand-center img {
    width: 165px;
    margin-bottom: 5px; }
  .ornate-hero-page__brand-center p {
    font-size: 9px;
    letter-spacing: 0.05em;
    line-height: 1.4; }
  .ornate-hero-page__social {
    gap: 10px; }
    .ornate-hero-page__social a {
      font-size: 22px; } }
.category-strip {
  background: #dff4fb;
  padding: 26px 0;
  overflow: hidden; }
  .category-strip__slider {
    width: 100%;
    padding: 0 24px; }
  .category-strip .swiper-wrapper {
    align-items: center; }
  .category-strip .swiper-slide {
    width: auto !important; }
  .category-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    text-decoration: none; }
  .category-strip__thumb {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 102px;
    background: #1c9a98; }
    .category-strip__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .category-strip__thumb--plain {
      background: #1c9a98; }
  .category-strip__label {
    color: #198f96;
    font-family: 'Baskerville';
    font-size: 34px;
    line-height: 1.1;
    white-space: nowrap; }

@media (max-width: 991.98px) {
  .category-strip__slider {
    padding: 0 18px; }
  .category-strip__item {
    gap: 14px; }
  .category-strip__thumb {
    width: 82px;
    height: 82px;
    flex-basis: 82px; }
  .category-strip__label {
    font-size: 24px; } }
@media (max-width: 767.98px) {
  .category-strip {
    padding: 18px 0; }
    .category-strip__slider {
      padding: 0 14px; }
    .category-strip__item {
      gap: 10px; }
    .category-strip__thumb {
      width: 62px;
      height: 62px;
      flex-basis: 62px; }
    .category-strip__label {
      font-size: 18px; } }
.coffee-date-section {
  padding: 72px 0 52px;
  background: #fff;
  overflow: hidden; }
  .coffee-date-section .container {
    max-width: 1260px; }
  .coffee-date-section__grid {
    display: grid;
    grid-template-columns: 470px 1fr 320px;
    gap: 42px;
    align-items: start; }
  .coffee-date-section__visual {
    position: relative; }
    .coffee-date-section__visual--left {
      border-top-left-radius: 220px;
      overflow: hidden;
      grid-row: 1 / 3;
      animation: coffeeFadeLeft 0.9s ease both; }
    .coffee-date-section__visual--right {
      border-top-left-radius: 140px;
      overflow: hidden;
      margin-top: 58px;
      animation: coffeeFadeRight 0.9s ease 0.15s both; }
  .coffee-date-section__image {
    display: block;
    width: 100%;
    height: auto; }
  .coffee-date-section__curve-text {
    position: absolute;
    top: 10px;
    left: 18px;
    width: 390px;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    line-height: 1.04;
    transform: rotate(-18deg);
    transform-origin: left top;
    pointer-events: none; }
  .coffee-date-section__line {
    position: absolute;
    background: rgba(255, 255, 255, 0.82); }
    .coffee-date-section__line--left {
      left: 30px;
      top: 250px;
      width: 1px;
      height: 318px; }
    .coffee-date-section__line--bottom {
      right: 30px;
      bottom: 36px;
      width: 70px;
      height: 1px; }
  .coffee-date-section__content {
    max-width: 400px;
    padding-top: 250px;
    animation: coffeeFadeUp 0.9s ease 0.1s both; }
  .coffee-date-section__eyebrow {
    margin: 0 0 12px;
    color: #1f1f1f;
    font-family: 'Cera Pro';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase; }
  .coffee-date-section__title {
    margin: 0;
    color: #159aa3;
    font-family: 'Baskerville';
    font-size: 34px;
    line-height: 1.08;
    font-weight: 500; }
    .coffee-date-section__title span {
      display: block; }
  .coffee-date-section__divider {
    width: 100%;
    max-width: 338px;
    height: 1px;
    background: rgba(0, 0, 0, 0.38);
    margin: 18px 0 14px; }
  .coffee-date-section__text {
    margin: 0;
    color: #333;
    font-family: 'Cera Pro';
    font-size: 15px;
    line-height: 1.5; }
  .coffee-date-section__cards-wrap {
    grid-column: 2 / 4;
    margin-top: 6px;
    animation: coffeeFadeUp 0.9s ease 0.2s both; }
  .coffee-date-section__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-items: start; }
  .coffee-date-section__card {
    overflow: hidden;
    background: #def5fb;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    animation: coffeeCardFloat 4s ease-in-out infinite; }
    .coffee-date-section__card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08); }
    .coffee-date-section__card--featured {
      animation-delay: 0.45s; }
  .coffee-date-section__card-image {
    display: block;
    width: 100%;
    height: auto; }

@keyframes coffeeFadeLeft {
  from {
    opacity: 0;
    transform: translateX(-28px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes coffeeFadeRight {
  from {
    opacity: 0;
    transform: translateX(28px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes coffeeFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes coffeeCardFloat {
  0%,
  100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-5px); } }
@media (max-width: 1199.98px) {
  .coffee-date-section__grid {
    grid-template-columns: 380px 1fr 220px;
    gap: 28px; }
  .coffee-date-section__content {
    max-width: 460px;
    padding-top: 86px; }
  .coffee-date-section__curve-text {
    width: 320px;
    font-size: 24px; }
  .coffee-date-section__title {
    font-size: 30px; }
  .coffee-date-section__cards {
    gap: 14px; } }
@media (max-width: 991.98px) {
  .coffee-date-section {
    padding: 58px 0 42px; }
    .coffee-date-section__grid {
      grid-template-columns: 1fr;
      gap: 30px; }
    .coffee-date-section__visual--left, .coffee-date-section__visual--right {
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
      grid-row: auto; }
    .coffee-date-section__visual--right {
      margin-top: 0;
      order: 3; }
    .coffee-date-section__content {
      max-width: 700px;
      margin: 0 auto;
      padding-top: 0;
      text-align: center;
      order: 2; }
    .coffee-date-section__divider {
      margin-left: auto;
      margin-right: auto; }
    .coffee-date-section__cards-wrap {
      grid-column: auto;
      order: 4;
      max-width: 720px;
      margin: 0 auto; }
    .coffee-date-section__curve-text {
      width: 300px;
      font-size: 24px; }
    .coffee-date-section__line--left {
      top: 180px;
      height: 250px; } }
@media (max-width: 767.98px) {
  .coffee-date-section {
    padding: 42px 0 34px; }
    .coffee-date-section .container {
      padding-left: 18px;
      padding-right: 18px; }
    .coffee-date-section__visual--left {
      border-top-left-radius: 120px; }
    .coffee-date-section__visual--right {
      border-top-left-radius: 90px;
      max-width: 260px; }
    .coffee-date-section__curve-text {
      top: 8px;
      left: 10px;
      width: 220px;
      font-size: 18px; }
    .coffee-date-section__line--left {
      left: 16px;
      top: 126px;
      height: 150px; }
    .coffee-date-section__line--bottom {
      right: 16px;
      bottom: 18px;
      width: 42px; }
    .coffee-date-section__eyebrow {
      font-size: 12px;
      margin-bottom: 10px; }
    .coffee-date-section__title {
      font-size: 28px;
      line-height: 1.1; }
    .coffee-date-section__divider {
      max-width: 220px;
      margin: 14px auto 12px; }
    .coffee-date-section__text {
      font-size: 14px; }
    .coffee-date-section__cards {
      grid-template-columns: 1fr;
      gap: 12px; }
    .coffee-date-section__cards-wrap {
      max-width: 320px; } }
@keyframes coffeeCardFloat {
  0%,
  100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-6px); } }
@media (max-width: 1199.98px) {
  .coffee-date-section__grid {
    grid-template-columns: 380px 1fr 220px;
    gap: 30px; }
  .coffee-date-section__title {
    font-size: 50px; }
  .coffee-date-section__cards {
    gap: 16px; }
  .coffee-date-section__card {
    min-height: 122px; }
    .coffee-date-section__card span {
      font-size: 32px; }
    .coffee-date-section__card small {
      font-size: 22px; }
    .coffee-date-section__card strong,
    .coffee-date-section__card b {
      font-size: 24px; }
    .coffee-date-section__card--featured strong {
      font-size: 58px; } }
@media (max-width: 991.98px) {
  .coffee-date-section {
    padding: 64px 0; }
    .coffee-date-section__grid {
      grid-template-columns: 1fr;
      gap: 30px; }
    .coffee-date-section__visual--left, .coffee-date-section__visual--right {
      max-width: 520px;
      margin: 0 auto; }
    .coffee-date-section__visual--right {
      order: 3;
      margin-top: 0; }
    .coffee-date-section__content {
      order: 2;
      max-width: 700px;
      text-align: center;
      margin: 0 auto; }
    .coffee-date-section__divider {
      margin-left: auto;
      margin-right: auto; }
    .coffee-date-section__cards {
      max-width: 720px;
      margin: 0 auto; }
    .coffee-date-section__curve-text {
      width: 320px;
      font-size: 24px; }
    .coffee-date-section__line--left {
      height: 250px;
      top: 180px; } }
@media (max-width: 767.98px) {
  .coffee-date-section__cards-wrap {
    max-width: 100%;
    width: 100%; }
  .coffee-date-section__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px; }
  .coffee-date-section__card {
    min-width: 0; }
  .coffee-date-section__card-image {
    width: 100%;
    height: auto;
    display: block; } }
.jewellery-story {
  background: #fff; }
  .jewellery-story .container {
    max-width: 1220px; }
  .jewellery-story__benefits {
    padding: 54px 0 50px;
    background: #def5fb; }
  .jewellery-story__benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start; }
  .jewellery-story__benefit {
    position: relative;
    padding: 0 34px;
    text-align: center;
    animation: jewelleryFadeUp 0.8s ease both;
    border-right: solid 1px; }
    .jewellery-story__benefit:nth-child(2) {
      animation-delay: 0.15s; }
    .jewellery-story__benefit:nth-child(3) {
      animation-delay: 0.3s;
      border: none; }
    .jewellery-story__benefit:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 8px;
      right: 0;
      width: 1px;
      height: 150px;
      background: #e2f7f7; }
  .jewellery-story__benefit-icon {
    width: 74px;
    height: 74px;
    object-fit: contain;
    display: block;
    margin: 0 auto 14px;
    animation: floatSoft 4s ease-in-out infinite; }
  .jewellery-story__benefit-title {
    margin: 0 0 8px;
    color: #1aa2aa;
    font-family: 'Baskerville';
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1; }
  .jewellery-story__benefit-text {
    max-width: 250px;
    margin: 0 auto;
    color: #222;
    font-family: 'Cera Pro';
    font-size: 15px;
    line-height: 1.45; }
  .jewellery-story__showcase {
    padding: 54px 0 22px;
    background: #fff; }
  .jewellery-story__heading {
    text-align: center;
    animation: jewelleryFadeUp 0.9s ease both; }
  .jewellery-story__eyebrow {
    margin: 0 0 10px;
    color: #2d2d2d;
    font-family: 'Cera Pro';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase; }
  .jewellery-story__title {
    margin: 0;
    color: #18a5ab;
    font-family: 'Baskerville';
    font-style: italic;
    font-size: 56px;
    font-weight: 500;
    line-height: 1; }
  .jewellery-story__category-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
    margin: 34px 34px 22px; }
  .jewellery-story__category-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    background: #def5fb;
    color: #2f8f94;
    font-family: 'Baskerville';
    font-size: 30px;
    font-weight: 500;
    text-align: center; }
  .jewellery-story__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px; }
  .jewellery-story__card {
    overflow: hidden;
    background: #f8f8f8;
    animation: jewelleryFadeUp 0.9s ease both; }
    .jewellery-story__card:nth-child(2) {
      animation-delay: 0.12s; }
    .jewellery-story__card:nth-child(3) {
      animation-delay: 0.24s; }
    .jewellery-story__card:hover .jewellery-story__image {
      transform: scale(1.04); }
  .jewellery-story__image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease; }
  .jewellery-story__ticker {
    overflow: hidden;
    background: #def5fb;
    padding: 10px 0; }
  .jewellery-story__ticker-track {
    display: flex;
    align-items: center;
    gap: 54px;
    width: max-content;
    animation: jewelleryTicker 22s linear infinite; }
    .jewellery-story__ticker-track span {
      position: relative;
      color: #2b7f86;
      font-family: 'Baskerville';
      font-size: 30px;
      line-height: 1;
      white-space: nowrap;
      padding-left: 18px; }
      .jewellery-story__ticker-track span::before {
        content: url("../images/star.png");
        position: absolute;
        right: 100%;
        top: 60%;
        transform: translateY(-52%);
        color: #18a5ab;
        font-size: 18px;
        font-weight: 600; }

@keyframes jewelleryFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-6px); } }
@keyframes jewelleryTicker {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@media (max-width: 1199.98px) {
  .jewellery-story__title {
    font-size: 48px; }
  .jewellery-story__category-row {
    gap: 24px;
    margin-left: 0;
    margin-right: 0; } }
@media (max-width: 991.98px) {
  .jewellery-story__benefit-grid {
    grid-template-columns: 1fr;
    gap: 28px; }
  .jewellery-story__benefit {
    padding: 0 12px; }
    .jewellery-story__benefit:not(:last-child)::after {
      display: none; }
  .jewellery-story__title {
    font-size: 42px; }
  .jewellery-story__category-row {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 420px;
    margin: 28px auto 20px; }
  .jewellery-story__gallery {
    grid-template-columns: 1fr;
    gap: 16px; }
  .jewellery-story__ticker-track {
    gap: 34px; }
    .jewellery-story__ticker-track span {
      font-size: 22px; } }
@media (max-width: 767.98px) {
  .jewellery-story__benefits {
    padding: 38px 0 34px; }
  .jewellery-story__benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px; }
  .jewellery-story__benefit-title {
    font-size: 24px; }
  .jewellery-story__benefit-text {
    font-size: 13px; }
  .jewellery-story__showcase {
    padding: 38px 0 18px; }
  .jewellery-story__eyebrow {
    font-size: 11px;
    letter-spacing: 0.22em; }
  .jewellery-story__title {
    font-size: 34px;
    line-height: 1.05;
    padding: 0 10px; }
  .jewellery-story__category-pill {
    min-height: 38px;
    font-size: 18px; }
  .jewellery-story__gallery {
    gap: 14px; }
  .jewellery-story__ticker {
    padding: 8px 0; }
  .jewellery-story__ticker-track {
    gap: 28px; }
    .jewellery-story__ticker-track span {
      font-size: 18px;
      padding-left: 14px; }
      .jewellery-story__ticker-track span::before {
        font-size: 15px; } }
.mood-section {
  padding: 40px 0 0 0;
  background: #fcf4ed;
  overflow: hidden;
  margin-top: 40px; }
  .mood-section .container {
    max-width: 1320px; }
  .mood-section__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 64px; }
  .mood-section__left {
    position: relative;
    animation: moodFadeLeft 1s ease-out both; }
  .mood-section__left-frame {
    position: absolute;
    top: 54px;
    left: 56px;
    width: 74%;
    height: 76%;
    border: 1px solid rgba(0, 0, 0, 0.14);
    z-index: 1; }
  .mood-section__left-image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 2; }
  .mood-section__right {
    position: relative;
    padding: 20px 20px 0px 60px;
    text-align: center;
    animation: moodFadeRight 1s ease-out 0.2s both; }
  .mood-section__decor {
    position: absolute;
    pointer-events: none; }
    .mood-section__decor--top {
      top: -40px;
      right: -18px;
      width: 118px; }
    .mood-section__decor--bottom {
      left: -64px;
      bottom: -34px;
      width: 92px; }
    .mood-section__decor--butterfly {
      top: 132px;
      right: 44px;
      width: 34px;
      animation: moodFloat 5s ease-in-out infinite; }
  .mood-section__eyebrow {
    margin: 0 0 18px;
    color: #1b1b1b;
    font-family: 'Cera Pro';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase; }
  .mood-section__title {
    margin: 0 0 34px;
    color: #b56d42;
    font-family: 'Baskerville';
    font-size: 42px;
    font-weight: 500;
    line-height: 1.02; }
    .mood-section__title span {
      font-style: italic; }
  .mood-section__carousel {
    position: relative;
    max-width: 300px;
    margin: 0 auto; }
  .mood-section__carousel-image {
    display: block;
    width: 100%;
    height: auto;
    animation: moodZoomSoft 1.2s ease; }
  .mood-section__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 58px;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform 0.25s ease, opacity 0.25s ease; }
    .mood-section__arrow:hover {
      opacity: 0.7;
      transform: translateY(-50%) scale(1.08); }
    .mood-section__arrow--prev {
      left: -58px; }
    .mood-section__arrow--next {
      right: -58px; }

@keyframes moodFadeLeft {
  from {
    opacity: 0;
    transform: translateX(-36px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes moodFadeRight {
  from {
    opacity: 0;
    transform: translateX(36px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes moodFloat {
  0%,
  100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); } }
@keyframes moodZoomSoft {
  from {
    opacity: 0.85;
    transform: scale(1.03); }
  to {
    opacity: 1;
    transform: scale(1); } }
@media (max-width: 1199.98px) {
  .mood-section__grid {
    gap: 36px; }
  .mood-section__title {
    font-size: 52px; }
  .mood-section__right {
    padding-left: 34px; }
  .mood-section__arrow--prev {
    left: -42px; }
  .mood-section__arrow--next {
    right: -42px; } }
@media (max-width: 991.98px) {
  .mood-section {
    padding: 64px 0; }
    .mood-section__grid {
      grid-template-columns: 1fr;
      gap: 40px; }
    .mood-section__left {
      max-width: 760px;
      margin: 0 auto; }
    .mood-section__right {
      max-width: 760px;
      margin: 0 auto;
      padding: 0 20px; }
    .mood-section__title {
      font-size: 46px; }
    .mood-section__decor--bottom {
      left: 0; } }
@media (max-width: 767.98px) {
  .mood-section {
    padding: 42px 0; }
    .mood-section .container {
      padding-left: 18px;
      padding-right: 18px; }
    .mood-section__left-frame {
      top: 28px;
      left: 28px;
      width: 76%;
      height: 78%; }
    .mood-section__eyebrow {
      font-size: 12px;
      letter-spacing: 0.18em;
      margin-bottom: 12px; }
    .mood-section__title {
      margin-bottom: 24px;
      font-size: 34px;
      line-height: 1.08; }
    .mood-section__right {
      padding: 0; }
    .mood-section__carousel {
      max-width: 100%; }
    .mood-section__arrow {
      width: 34px;
      height: 34px;
      font-size: 40px; }
      .mood-section__arrow--prev {
        left: -6px; }
      .mood-section__arrow--next {
        right: -6px; }
    .mood-section__decor--top {
      width: 78px;
      top: -18px;
      right: -10px; }
    .mood-section__decor--bottom {
      width: 60px;
      bottom: 20px;
      left: -8px; }
    .mood-section__decor--butterfly {
      width: 24px;
      top: 96px;
      right: 18px; } }
.layering-section {
  position: relative;
  padding: 120px 0 0px 0;
  background: #fcf4ed;
  overflow: hidden; }
  .layering-section .container {
    position: relative;
    max-width: 100%; }
  .layering-section__decor {
    position: absolute;
    pointer-events: none;
    z-index: 1; }
    .layering-section__decor--left {
      top: 12px;
      left: 0;
      width: 92px; }
    .layering-section__decor--right {
      right: 20px;
      bottom: 0px;
      width: 108px;
      animation-delay: 0.6s; }
  .layering-section__heading {
    margin-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 2;
    animation: layeringFadeUp 0.9s ease both; }
  .layering-section__eyebrow {
    margin: 0 0 10px;
    color: #222;
    font-family: 'Cera Pro';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase; }
  .layering-section__title {
    margin: 0;
    color: #b46d46;
    font-family: 'Baskerville';
    font-size: 64px;
    font-weight: 500;
    line-height: 1; }
    .layering-section__title span {
      font-style: italic; }
  .layering-section__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 58px;
    align-items: center; }
  .layering-section__left {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    gap: 18px;
    align-items: center; }
  .layering-section__carousel {
    overflow: hidden; }
    .layering-section__carousel .carousel-inner {
      overflow: hidden; }
    .layering-section__carousel .carousel-item {
      transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out; }
  .layering-section__arrow {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 54px;
    line-height: 1;
    transition: transform 0.25s ease, opacity 0.25s ease; }
    .layering-section__arrow:hover {
      opacity: 0.7;
      transform: scale(1.08); }
  .layering-section__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px; }
  .layering-section__product-card {
    overflow: hidden;
    background: #dff4fb;
    animation: layeringFadeUp 0.9s ease both; }
    .layering-section__product-card:hover .layering-section__product-image {
      transform: scale(1.04); }
  .layering-section__product-image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease; }
  .layering-section__visual-card {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 180px;
    padding-right: 40px; }
  .layering-section__main-image {
    display: block;
    width: 100%;
    height: auto; }
  .layering-section__overlay-top {
    position: absolute;
    top: 18px;
    left: 50%;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    line-height: 1.05;
    white-space: nowrap;
    transform: translateX(-50%) rotate(-7deg); }
  .layering-section__overlay-line {
    position: absolute;
    left: 34px;
    bottom: 56px;
    width: 1px;
    height: 220px;
    background: rgba(255, 255, 255, 0.8); }
  .layering-section__overlay-bottom {
    position: absolute;
    right: 34px;
    bottom: 28px;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    font-style: italic;
    line-height: 1.1;
    white-space: nowrap; }

@keyframes layeringFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes layeringFadeRight {
  from {
    opacity: 0;
    transform: translateX(34px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes layeringFloat {
  0%,
  100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); } }
@media (max-width: 1199.98px) {
  .layering-section__title {
    font-size: 54px; }
  .layering-section__grid {
    gap: 34px; }
  .layering-section__overlay-top {
    font-size: 28px; }
  .layering-section__overlay-bottom {
    font-size: 22px; } }
@media (max-width: 991.98px) {
  .layering-section {
    padding: 64px 0 56px; }
    .layering-section__grid {
      grid-template-columns: 1fr;
      gap: 38px; }
    .layering-section__left {
      order: 2; }
    .layering-section__right {
      order: 1;
      max-width: 480px;
      margin: 0 auto; }
    .layering-section__title {
      font-size: 46px; } }
@media (max-width: 767.98px) {
  .layering-section {
    padding: 42px 0 40px; }
    .layering-section .container {
      padding-left: 18px;
      padding-right: 18px; }
    .layering-section__decor--left {
      width: 64px;
      left: -18px; }
    .layering-section__decor--right {
      width: 74px;
      right: -8px; }
    .layering-section__heading {
      margin-bottom: 26px; }
    .layering-section__eyebrow {
      font-size: 12px;
      letter-spacing: 0.2em; }
    .layering-section__title {
      font-size: 36px;
      line-height: 1.05; }
    .layering-section__left {
      grid-template-columns: 28px 1fr 28px;
      gap: 10px; }
    .layering-section__arrow {
      font-size: 36px;
      width: 28px;
      height: 28px; }
    .layering-section__cards {
      gap: 12px; }
    .layering-section__visual-card {
      border-top-left-radius: 110px; }
    .layering-section__overlay-top {
      top: 12px;
      font-size: 22px; }
    .layering-section__overlay-line {
      left: 18px;
      bottom: 44px;
      height: 140px; }
    .layering-section__overlay-bottom {
      right: 18px;
      bottom: 16px;
      font-size: 18px; } }
.discover-daily {
  padding: 88px 0 72px;
  background: #fcf4ed;
  overflow: hidden; }
  .discover-daily .container {
    max-width: 1240px; }
  .discover-daily__heading {
    max-width: 980px;
    margin: 0 auto 42px;
    text-align: center;
    animation: discoverFadeUp 0.9s ease both; }
  .discover-daily__title {
    margin: 0;
    color: #b46d46;
    font-family: 'Baskerville';
    font-size: 66px;
    font-weight: 500;
    line-height: 1; }
  .discover-daily__subtitle {
    margin: 8px 0 18px;
    color: #b46d46;
    font-family: 'Baskerville';
    font-size: 26px;
    line-height: 1.1; }
  .discover-daily__divider {
    display: flex;
    justify-content: center;
    margin-bottom: 24px; }
    .discover-daily__divider span {
      position: relative;
      width: 110px;
      height: 1px;
      background: #b46d46;
      display: block; }
      .discover-daily__divider span::before {
        content: "✦";
        position: absolute;
        top: 50%;
        left: 50%;
        color: #b46d46;
        font-size: 12px;
        transform: translate(-50%, -52%);
        background: #fff8f5;
        padding: 0 8px; }
  .discover-daily__text {
    max-width: 900px;
    margin: 0 auto;
    color: #2d2d2d;
    font-family: 'Cera Pro';
    font-size: 16px;
    line-height: 1.7; }
  .discover-daily__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    margin-bottom: 34px; }
  .discover-daily__card {
    display: block;
    overflow: hidden;
    background: #cda16a;
    animation: discoverFadeUp 0.9s ease both;
    transition: transform 0.4s ease, box-shadow 0.4s ease; }
    .discover-daily__card:nth-child(2) {
      animation-delay: 0.12s; }
    .discover-daily__card:nth-child(3) {
      animation-delay: 0.24s; }
    .discover-daily__card:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08); }
    .discover-daily__card:hover .discover-daily__image {
      transform: scale(1.04); }
  .discover-daily__image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease; }
  .discover-daily__footer {
    margin: 0;
    color: #111;
    text-align: center;
    font-family: 'Baskerville';
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.03em; }

@keyframes discoverFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@media (max-width: 1199.98px) {
  .discover-daily__title {
    font-size: 56px; }
  .discover-daily__subtitle {
    font-size: 24px; }
  .discover-daily__grid {
    gap: 24px; } }
@media (max-width: 991.98px) {
  .discover-daily {
    padding: 64px 0 54px; }
    .discover-daily__title {
      font-size: 48px; }
    .discover-daily__text {
      font-size: 15px; }
    .discover-daily__grid {
      grid-template-columns: 1fr;
      max-width: 560px;
      margin-left: auto;
      margin-right: auto; } }
@media (max-width: 767.98px) {
  .discover-daily {
    padding: 42px 0 38px; }
    .discover-daily .container {
      padding-left: 18px;
      padding-right: 18px; }
    .discover-daily__heading {
      margin-bottom: 28px; }
    .discover-daily__title {
      font-size: 38px;
      line-height: 1.02; }
    .discover-daily__subtitle {
      margin-top: 6px;
      margin-bottom: 14px;
      font-size: 20px; }
    .discover-daily__divider {
      margin-bottom: 18px; }
      .discover-daily__divider span {
        width: 82px; }
    .discover-daily__text {
      font-size: 13px;
      line-height: 1.7; }
    .discover-daily__grid {
      gap: 16px;
      margin-bottom: 24px; }
    .discover-daily__footer {
      font-size: 20px; } }
.gift-story {
  width: 100%; }
  .gift-story img {
    width: 100%; }

.ornate-footer {
  position: relative;
  width: 100%;
  padding: 56px 20px 72px;
  background: #dff4fb;
  overflow: hidden; }
  .ornate-footer__inner {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    animation: footerFadeUp 1s ease both; }
  .ornate-footer__decor {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    animation: footerFloat 5s ease-in-out infinite; }
    .ornate-footer__decor--top-left {
      top: 0;
      left: 0;
      width: 220px; }
      @media (max-width: 991.98px) {
        .ornate-footer__decor--top-left {
          width: 100px; } }
    .ornate-footer__decor--top-right {
      top: 0;
      right: 0;
      width: 130px;
      animation-delay: 0.5s; }
    .ornate-footer__decor--bottom-left {
      left: 0;
      bottom: 0;
      width: 120px;
      animation-delay: 0.9s; }
      @media (max-width: 991.98px) {
        .ornate-footer__decor--bottom-left {
          width: 80px; } }
    .ornate-footer__decor--bottom-right {
      right: 0;
      bottom: 0;
      width: 86px;
      animation-delay: 1.2s; }
      @media (max-width: 991.98px) {
        .ornate-footer__decor--bottom-right {
          width: 50px; } }
    .ornate-footer__decor--butterfly-left {
      left: 66px;
      bottom: 240px;
      width: 44px; }
    .ornate-footer__decor--butterfly-right {
      right: 200px;
      bottom: 92px;
      width: 42px; }
  .ornate-footer__mark {
    display: block;
    width: 220px;
    margin: 0 auto 12px;
    height: auto;
    animation: footerFloat 4s ease-in-out infinite; }
  .ornate-footer__logo {
    display: block;
    width: 110px;
    max-width: 100%;
    margin: 0 auto 26px;
    height: auto; }
  .ornate-footer__tagline {
    margin: 0;
    color: #111;
    font-family: 'Cera Pro';
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
    .ornate-footer__tagline strong {
      font-weight: 800; }
  .ornate-footer__divider {
    display: flex;
    justify-content: center;
    margin: 18px 0 20px; }
    .ornate-footer__divider span {
      position: relative;
      width: 140px;
      height: 2px;
      background: #2aa9ae;
      display: block; }
      .ornate-footer__divider span::before {
        content: "✦";
        position: absolute;
        top: 50%;
        left: 50%;
        color: #2aa9ae;
        font-size: 13px;
        transform: translate(-50%, -54%);
        background: #dff4fb;
        padding: 0 10px; }
  .ornate-footer__address {
    margin: 0 auto 34px;
    color: #111;
    font-family: 'Cera Pro';
    font-size: 22px;
    line-height: 1.7; }
    .ornate-footer__address strong {
      font-weight: 800; }
  .ornate-footer .ornate-footer__contact-box {
    position: relative;
    width: min(100%, 880px);
    min-height: 170px;
    margin: 0 auto;
    padding: 28px 42px 20px;
    background: transparent; }
  .ornate-footer .ornate-footer__contact-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
    z-index: 1; }
    .ornate-footer .ornate-footer__contact-svg path {
      fill: none;
      stroke: #39b8be;
      stroke-width: 1.5;
      vector-effect: non-scaling-stroke;
      stroke-linecap: round;
      stroke-linejoin: round; }
  .ornate-footer .ornate-footer__contact-inner {
    position: relative;
    z-index: 2;
    min-height: 122px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .ornate-footer .ornate-footer__contact-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin-bottom: 14px; }
  .ornate-footer .ornate-footer__contact-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #222;
    font-family: 'Cera Pro';
    font-size: 18px;
    font-weight: 500; }
    .ornate-footer .ornate-footer__contact-item i {
      font-size: 34px;
      line-height: 1; }
  .ornate-footer .ornate-footer__contact-separator {
    width: 1px;
    height: 38px;
    background: rgba(0, 0, 0, 0.35); }
  .ornate-footer .ornate-footer__hours {
    margin: 0;
    color: #222;
    text-align: center;
    font-family: 'Cera Pro';
    font-size: 16px;
    line-height: 1.4; }
  .ornate-footer .ornate-footer__contact-decor {
    position: absolute;
    bottom: -1px;
    z-index: 3;
    width: 120px;
    pointer-events: none; }
    .ornate-footer .ornate-footer__contact-decor--left {
      left: 0px; }
    .ornate-footer .ornate-footer__contact-decor--right {
      right: 36px; }
  @media (max-width: 991.98px) {
    .ornate-footer .ornate-footer__contact-box {
      width: min(100%, 720px);
      min-height: 150px;
      padding: 22px 24px 16px; }
    .ornate-footer .ornate-footer__contact-inner {
      min-height: 108px; }
    .ornate-footer .ornate-footer__contact-row {
      gap: 18px; }
    .ornate-footer .ornate-footer__contact-item {
      font-size: 16px; }
      .ornate-footer .ornate-footer__contact-item i {
        font-size: 28px; }
    .ornate-footer .ornate-footer__hours {
      font-size: 14px; }
    .ornate-footer .ornate-footer__contact-decor {
      width: 70px; }
      .ornate-footer .ornate-footer__contact-decor--left {
        left: 28px; }
      .ornate-footer .ornate-footer__contact-decor--right {
        right: 24px; } }
  @media (max-width: 767.98px) {
    .ornate-footer .ornate-footer__contact-box {
      width: 100%;
      min-height: 132px;
      padding: 18px 16px 14px; }
    .ornate-footer .ornate-footer__contact-inner {
      min-height: 96px; }
    .ornate-footer .ornate-footer__contact-row {
      flex-direction: column;
      gap: 10px;
      margin-bottom: 10px; }
    .ornate-footer .ornate-footer__contact-separator {
      display: none; }
    .ornate-footer .ornate-footer__contact-item {
      font-size: 14px; }
      .ornate-footer .ornate-footer__contact-item i {
        font-size: 24px; }
    .ornate-footer .ornate-footer__hours {
      font-size: 12px; }
    .ornate-footer .ornate-footer__contact-decor {
      width: 56px; }
      .ornate-footer .ornate-footer__contact-decor--left {
        left: 14px; }
      .ornate-footer .ornate-footer__contact-decor--right {
        right: 14px; } }

.clear {
  clear: both; }

@media (min-width: 991.98px) {
  .designed-heading {
    width: 60%;
    float: left;
    margin-bottom: -100px; } }

@font-face {
  font-family: 'Baskerville';
  src: url("fonts/Baskerville.woff2") format("woff2"), url("fonts/Baskerville.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville';
  src: url("fonts/Baskerville-Bold.woff2") format("woff2"), url("fonts/Baskerville-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville';
  src: url("fonts/Baskerville-Italic.woff2") format("woff2"), url("fonts/Baskerville-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville';
  src: url("fonts/Baskerville-BoldItalic.woff2") format("woff2"), url("fonts/Baskerville-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville';
  src: url("fonts/Baskerville-SemiBold.woff2") format("woff2"), url("fonts/Baskerville-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville';
  src: url("fonts/Baskerville-SemiBoldItalic.woff2") format("woff2"), url("fonts/Baskerville-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Tokyo Dreams Plain';
  src: url("fonts/TokyoDreamsPlain-Regular.woff2") format("woff2"), url("fonts/TokyoDreamsPlain-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Didot';
  src: url("fonts/Didot.woff2") format("woff2"), url("fonts/Didot.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Didot';
  src: url("fonts/Didot-Italic.woff2") format("woff2"), url("fonts/Didot-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Didot';
  src: url("fonts/Didot-Bold.woff2") format("woff2"), url("fonts/Didot-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica';
  src: url("fonts/Helvetica.woff2") format("woff2"), url("fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica';
  src: url("fonts/Helvetica-Bold.woff2") format("woff2"), url("fonts/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica';
  src: url("fonts/Helvetica-Oblique.woff2") format("woff2"), url("fonts/Helvetica-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica';
  src: url("fonts/Helvetica-BoldOblique.woff2") format("woff2"), url("fonts/Helvetica-BoldOblique.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica';
  src: url("fonts/Helvetica-Light.woff2") format("woff2"), url("fonts/Helvetica-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica';
  src: url("fonts/Helvetica-LightOblique.woff2") format("woff2"), url("fonts/Helvetica-LightOblique.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cera Pro';
  src: url("fonts/CeraPro-Bold.woff2") format("woff2"), url("fonts/CeraPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cera Pro';
  src: url("fonts/CeraPro-Medium.woff2") format("woff2"), url("fonts/CeraPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Cera Pro';
  src: url("fonts/CeraPro-Regular.woff2") format("woff2"), url("fonts/CeraPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham';
  src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gotham Book';
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  margin: 0;
  background: #f6ede5;
  color: #1d1716;
  font-family: "Playfair Display", serif !important; }

.custom-container {
  max-width: 1600px;
  margin: auto; }

.brand-mark,
.jewel-showcase__heading h2,
.ornate-favourite__top h2,
.consult-piyusha h2,
.spotlight-section__heading h2,
.spotlight-card h3,
.sparkle-section__quote h2,
.sparkle-section h3,
.sparkle-section__bottom-text p,
.daily-finds__header h2,
.daily-finds__header h3,
.daily-finds__instagram-link,
.personalised-heirloom__heading h2,
.personalised-heirloom h3,
.site-footer__brand h2,
.site-footer__brand h3 {
  font-family: "Playfair Display", serif; }

img {
  display: block;
  max-width: 100%; }

a {
  color: inherit; }

.site-shell {
  overflow-x: hidden; }

.section-space {
  padding: 4.5rem 0; }
  @media (max-width: 991.98px) {
    .section-space {
      padding: 3.5rem 0; } }
  @media (max-width: 575.98px) {
    .section-space {
      padding: 2.75rem 0; } }

.top-header {
  background: #f6ede5;
  border-bottom: 1px solid rgba(29, 23, 22, 0.08); }

.brand-logo img {
  width: 72px; }
  @media (max-width: 575.98px) {
    .brand-logo img {
      width: 54px; } }

.brand-mark img {
  width: min(100%, 18rem);
  margin: 0 auto; }
  @media (max-width: 575.98px) {
    .brand-mark img {
      width: min(100%, 12rem); } }

.social-links a {
  font-size: clamp(1.7rem, 1.8vw, 2.8rem);
  color: rgba(29, 23, 22, 0.7);
  text-decoration: none;
  transition: color 0.25s ease; }
  .social-links a img {
    width: 24px; }
  .social-links a:hover {
    color: #1d1716; }

.hero-banner__image {
  width: 100%; }
  .hero-banner__image img {
    width: 100%; }
.hero-banner__strip {
  background-color: #ab4b3b;
  padding: 18px 0; }
.hero-banner__strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  text-align: center; }
.hero-banner__tag {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap; }
.hero-banner__icon {
  font-size: 1.35rem;
  line-height: 1; }
@media (max-width: 1199.98px) {
  .hero-banner__content {
    right: 5%;
    max-width: 360px; }
    .hero-banner__content h1 {
      font-size: 1.75rem; }
  .hero-banner__strip-inner {
    gap: 28px; }
  .hero-banner__tag {
    font-size: 0.92rem; } }
@media (max-width: 767.98px) {
  .hero-banner__content {
    right: 24px;
    left: 24px;
    top: auto;
    bottom: 28px;
    transform: none;
    max-width: 100%; }
    .hero-banner__content h1 {
      font-size: 1.35rem;
      line-height: 1.3; }
  .hero-banner__strip {
    padding: 14px 0; }
  .hero-banner__strip-inner {
    gap: 14px; }
  .hero-banner__tag {
    width: 100%;
    justify-content: center;
    white-space: normal;
    font-size: 0.85rem;
    gap: 10px; }
  .hero-banner__icon {
    font-size: 1.05rem; } }
@media (max-width: 575.98px) {
  .hero-banner__content {
    bottom: 20px; }
    .hero-banner__content h1 {
      font-size: 1.1rem; } }

.jewel-showcase {
  padding: 70px 0 90px;
  background-color: #f8eee6; }
  .jewel-showcase__heading {
    max-width: 820px;
    margin: 0 auto 48px; }
    .jewel-showcase__heading h2 {
      margin-bottom: 18px;
      color: #b45a4e;
      font-size: 2.1rem;
      font-weight: 300;
      line-height: 1.2;
      text-transform: uppercase;
      font-family: "Playfair Display", serif; }
    .jewel-showcase__heading p {
      margin: 0;
      color: #2b2b2b;
      font-size: 1.15rem;
      line-height: 1.65;
      font-weight: 400; }
  .jewel-showcase__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
    color: #b45a4e; }
    .jewel-showcase__divider span {
      width: 74px;
      height: 1px;
      background-color: #c79a8d;
      display: block; }
    .jewel-showcase__divider i {
      font-style: normal;
      font-size: 1rem;
      line-height: 1; }
  .jewel-showcase__grid {
    margin-bottom: 52px; }
  .jewel-showcase__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 225px;
    min-height: 32px;
    padding: 8px 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f3d8d3 0%, #e8beb6 100%);
    color: #b45a4e;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition: all 0.25s ease; }
    .jewel-showcase__btn:hover {
      background: linear-gradient(90deg, #edc9c2 0%, #e0aea4 100%);
      color: #a24b3f; }
  @media (max-width: 991.98px) {
    .jewel-showcase {
      padding: 56px 0 70px; }
      .jewel-showcase__heading {
        margin-bottom: 36px; }
        .jewel-showcase__heading h2 {
          font-size: 1.75rem; }
        .jewel-showcase__heading p {
          font-size: 1rem; }
      .jewel-showcase__btn {
        min-width: 200px;
        font-size: 0.88rem; } }
  @media (max-width: 767.98px) {
    .jewel-showcase {
      padding: 48px 0 56px; }
      .jewel-showcase__heading h2 {
        font-size: 1.35rem; }
      .jewel-showcase__heading p {
        font-size: 0.95rem; }
        .jewel-showcase__heading p br {
          display: none; }
      .jewel-showcase__divider {
        margin-top: 22px; }
        .jewel-showcase__divider span {
          width: 48px; }
      .jewel-showcase__grid {
        margin-bottom: 36px; }
      .jewel-showcase__btn {
        min-width: 180px;
        padding: 8px 18px;
        font-size: 0.8rem; } }

.jewel-card {
  text-align: center; }
  .jewel-card__image {
    overflow: hidden;
    background-color: #ead9cf; }
    .jewel-card__image img {
      width: 100%;
      height: 420px;
      object-fit: cover;
      display: block; }
  .jewel-card h3 {
    margin: 16px 0 0;
    color: #111;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Helvetica Neue", Arial, sans-serif; }
  @media (max-width: 991.98px) {
    .jewel-card__image img {
      height: 360px; }
    .jewel-card h3 {
      font-size: 1.2rem; } }
  @media (max-width: 767.98px) {
    .jewel-card__image img {
      height: 320px; }
    .jewel-card h3 {
      font-size: 1.2rem; } }

.ornate-favourite {
  background-color: #ffffff; }
  .ornate-favourite__top {
    position: relative;
    padding: 26px 0 30px;
    background: #f4f2ef;
    overflow: hidden; }
    .ornate-favourite__top::before, .ornate-favourite__top::after {
      content: "";
      position: absolute;
      inset: 0;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0.55;
      pointer-events: none; }
    .ornate-favourite__top::before {
      background-image: linear-gradient(155deg, transparent 0 33%, rgba(225, 225, 225, 0.95) 33% 48%, transparent 48% 100%), linear-gradient(25deg, transparent 0 34%, rgba(235, 235, 235, 0.9) 34% 49%, transparent 49% 100%); }
    .ornate-favourite__top::after {
      background-image: linear-gradient(205deg, transparent 0 36%, rgba(230, 230, 230, 0.75) 36% 51%, transparent 51% 100%), linear-gradient(335deg, transparent 0 40%, rgba(240, 240, 240, 0.75) 40% 54%, transparent 54% 100%); }
    .ornate-favourite__top h2 {
      position: relative;
      z-index: 1;
      margin: 0;
      color: #a6493f;
      text-align: center;
      font-family: "Playfair Display", serif;
      font-size: 3rem;
      font-weight: 400;
      line-height: 1.05; }
  .ornate-favourite__body {
    padding: 44px 0 72px; }
  .ornate-favourite__intro {
    max-width: 1020px;
    margin: 0 auto 42px; }
    .ornate-favourite__intro p {
      margin: 0;
      color: #2c2c2c;
      font-size: 1.15rem;
      line-height: 1.7;
      font-weight: 400; }
  .ornate-favourite__grid {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 2rem; }
  @media (max-width: 1199.98px) {
    .ornate-favourite__top h2 {
      font-size: 3.2rem; } }
  @media (max-width: 991.98px) {
    .ornate-favourite__top {
      padding: 22px 0 24px; }
      .ornate-favourite__top h2 {
        font-size: 2.6rem; }
    .ornate-favourite__body {
      padding: 36px 0 60px; }
    .ornate-favourite__intro {
      margin-bottom: 32px; }
      .ornate-favourite__intro p {
        font-size: 1rem; }
    .ornate-favourite__grid {
      --bs-gutter-x: 1.8rem; } }
  @media (max-width: 767.98px) {
    .ornate-favourite__top h2 {
      font-size: 2rem; }
    .ornate-favourite__intro p {
      font-size: 0.95rem; }
      .ornate-favourite__intro p br {
        display: none; } }
  @media (max-width: 575.98px) {
    .ornate-favourite__top {
      padding: 18px 0 20px; }
      .ornate-favourite__top h2 {
        font-size: 1.65rem; }
    .ornate-favourite__body {
      padding: 28px 0 46px; } }

.favourite-card {
  text-align: center; }
  .favourite-card__image {
    overflow: hidden;
    background-color: #efe5dc; }
    .favourite-card__image img {
      width: 100%;
      height: 375px;
      object-fit: cover;
      display: block; }
  .favourite-card h3 {
    margin: 18px 0 0;
    color: #111;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.35; }
  @media (max-width: 1199.98px) {
    .favourite-card__image img {
      height: 320px; } }
  @media (max-width: 991.98px) {
    .favourite-card h3 {
      font-size: 1rem; } }
  @media (max-width: 767.98px) {
    .favourite-card__image img {
      height: 300px; } }
  @media (max-width: 575.98px) {
    .favourite-card__image img {
      height: 260px; } }

.consult-piyusha {
  background-color: #ffffff; }
  .consult-piyusha__content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 40px 80px;
    background-color: #ffffff; }
  .consult-piyusha__text-wrap {
    max-width: 560px;
    text-align: center; }
  .consult-piyusha h2 {
    margin: 0 0 28px;
    color: #aa5b53;
    font-family: "Playfair Display", serif;
    font-size: 2.05rem;
    font-weight: 400;
    line-height: 1.3; }
  .consult-piyusha p {
    margin: 0 auto;
    max-width: 520px;
    color: #2a2a2a;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.7; }
  .consult-piyusha__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    min-height: 38px;
    margin-top: 42px;
    padding: 9px 24px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f2d5d0 0%, #e7bbb4 100%);
    color: #b05c54;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition: all 0.25s ease; }
    .consult-piyusha__btn:hover {
      background: linear-gradient(90deg, #eec8c0 0%, #dfa9a1 100%);
      color: #a44f46; }
  .consult-piyusha__image-wrap {
    position: relative;
    height: 100%;
    min-height: 665px;
    overflow: hidden;
    background-color: #e6bb83; }
    .consult-piyusha__image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .consult-piyusha__label {
    position: absolute;
    top: 34px;
    left: 42px;
    color: #111; }
    .consult-piyusha__label h3 {
      margin: 0;
      color: #a94e46;
      font-size: 1.15rem;
      font-weight: 700;
      line-height: 1.2;
      font-family: "Helvetica Neue", Arial, sans-serif; }
    .consult-piyusha__label span {
      display: block;
      margin-top: 4px;
      font-size: 0.92rem;
      font-weight: 400;
      color: #111; }
  .consult-piyusha__pattern {
    height: 92px;
    background-color: #f1f1ef;
    position: relative;
    overflow: hidden; }
    .consult-piyusha__pattern::before, .consult-piyusha__pattern::after {
      content: "";
      position: absolute;
      inset: 0;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0.65; }
    .consult-piyusha__pattern::before {
      background-image: linear-gradient(160deg, transparent 0 32%, rgba(228, 228, 228, 0.9) 32% 48%, transparent 48% 100%), linear-gradient(20deg, transparent 0 34%, rgba(238, 238, 238, 0.85) 34% 50%, transparent 50% 100%); }
    .consult-piyusha__pattern::after {
      background-image: linear-gradient(200deg, transparent 0 38%, rgba(220, 220, 220, 0.9) 38% 53%, transparent 53% 100%), linear-gradient(340deg, transparent 0 40%, rgba(245, 245, 245, 0.8) 40% 55%, transparent 55% 100%); }
  @media (max-width: 1199.98px) {
    .consult-piyusha h2 {
      font-size: 1.8rem; }
    .consult-piyusha p {
      font-size: 1.05rem; }
    .consult-piyusha__image-wrap {
      min-height: 560px; } }
  @media (max-width: 991.98px) {
    .consult-piyusha__content {
      padding: 56px 24px; }
    .consult-piyusha__text-wrap {
      max-width: 100%; }
    .consult-piyusha h2 {
      font-size: 1.55rem; }
    .consult-piyusha p {
      font-size: 1rem;
      max-width: 100%; }
    .consult-piyusha__btn {
      min-width: 200px;
      margin-top: 30px;
      font-size: 0.88rem; }
    .consult-piyusha__image-wrap {
      min-height: 520px; }
    .consult-piyusha__label {
      top: 24px;
      left: 24px; }
    .consult-piyusha__pattern {
      height: 72px; } }
  @media (max-width: 767.98px) {
    .consult-piyusha h2 {
      font-size: 1.35rem;
      line-height: 1.45; }
    .consult-piyusha p {
      font-size: 0.95rem;
      line-height: 1.65; }
    .consult-piyusha__image-wrap {
      min-height: 420px; }
    .consult-piyusha__label h3 {
      font-size: 1rem; }
    .consult-piyusha__label span {
      font-size: 0.82rem; }
    .consult-piyusha__pattern {
      height: 56px; } }

.spotlight-section {
  padding: 42px 0 70px;
  background-color: #f8eee6; }
  .spotlight-section__heading {
    margin-bottom: 26px; }
    .spotlight-section__heading h2 {
      margin: 0;
      color: #a85046;
      font-family: "Playfair Display", serif;
      font-size: 3rem;
      font-weight: 400;
      line-height: 1.1; }
  @media (max-width: 991.98px) {
    .spotlight-section {
      padding: 36px 0 56px; }
      .spotlight-section__heading {
        margin-bottom: 22px; }
        .spotlight-section__heading h2 {
          font-size: 2.35rem; } }
  @media (max-width: 767.98px) {
    .spotlight-section {
      padding: 32px 0 46px; }
      .spotlight-section__heading h2 {
        font-size: 1.95rem; } }

.spotlight-card {
  text-align: center; }
  .spotlight-card__image {
    overflow: hidden;
    background-color: #ead9cf; }
    .spotlight-card__image img {
      width: 100%;
      height: 520px;
      object-fit: cover;
      display: block; }
  .spotlight-card__content {
    padding-top: 14px;
    max-width: 420px;
    margin: 0 auto; }
  .spotlight-card h3 {
    margin: 0 0 8px;
    color: #a85046;
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.15; }
  .spotlight-card p {
    margin: 0;
    color: #2b2b2b;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55; }
  @media (max-width: 1199.98px) {
    .spotlight-card__image img {
      height: 470px; } }
  @media (max-width: 991.98px) {
    .spotlight-card__image img {
      height: 420px; }
    .spotlight-card h3 {
      font-size: 1.7rem; }
    .spotlight-card p {
      font-size: 0.95rem; } }
  @media (max-width: 767.98px) {
    .spotlight-card__image img {
      height: 360px; }
    .spotlight-card__content {
      padding-top: 12px; }
    .spotlight-card h3 {
      font-size: 1.45rem; }
    .spotlight-card p {
      font-size: 0.92rem; } }
  @media (max-width: 575.98px) {
    .spotlight-card__image img {
      height: 320px; } }

.sparkle-section {
  padding: 34px 0 48px;
  background-color: #ffffff; }
  .sparkle-section__quote {
    margin-bottom: 34px; }
    .sparkle-section__quote h2 {
      margin: 0 0 10px;
      color: #aa564c;
      font-family: "Playfair Display", serif;
      font-size: 3rem;
      font-weight: 400;
      line-height: 1.15; }
    .sparkle-section__quote p {
      margin: 0;
      color: #111;
      font-size: 1.15rem;
      font-weight: 400;
      line-height: 1.4;
      font-family: "Helvetica Neue", Arial, sans-serif; }
  .sparkle-section__panel {
    margin-bottom: 42px; }
  .sparkle-section__image {
    height: 100%; }
    .sparkle-section__image img {
      width: 100%;
      height: 100%;
      min-height: 475px;
      object-fit: cover;
      display: block; }
  .sparkle-section__content {
    height: 100%;
    background-color: #fbefe6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 30px;
    text-align: center; }
  .sparkle-section h3 {
    margin: 0;
    color: #aa564c;
    font-family: "Playfair Display", serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 0.96; }
    .sparkle-section h3 span {
      display: block;
      font-style: italic; }
  .sparkle-section__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 22px 0 18px;
    color: #c17a6f; }
    .sparkle-section__divider span {
      display: block;
      width: 44px;
      height: 1px;
      background-color: #d8aca3; }
    .sparkle-section__divider i {
      font-style: normal;
      font-size: 0.95rem;
      line-height: 1; }
  .sparkle-section__content p {
    margin: 0;
    color: #2b2b2b;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.7; }
  .sparkle-section__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 205px;
    min-height: 34px;
    margin-top: 22px;
    padding: 8px 20px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f2d5d0 0%, #e7bbb4 100%);
    color: #ab5b52;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition: all 0.25s ease; }
    .sparkle-section__btn:hover {
      background: linear-gradient(90deg, #ecc8c0 0%, #dfaca3 100%);
      color: #9f4f46; }
  .sparkle-section__bottom-text p {
    margin: 0;
    color: #111;
    font-family: "Playfair Display", serif;
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.35;
    text-transform: uppercase; }
  @media (max-width: 1199.98px) {
    .sparkle-section__quote h2 {
      font-size: 2.5rem; }
    .sparkle-section h3 {
      font-size: 3.2rem; }
    .sparkle-section__content p {
      font-size: 1rem; }
    .sparkle-section__bottom-text p {
      font-size: 1.2rem; } }
  @media (max-width: 991.98px) {
    .sparkle-section {
      padding: 30px 0 40px; }
      .sparkle-section__quote {
        margin-bottom: 24px; }
        .sparkle-section__quote h2 {
          font-size: 2rem; }
        .sparkle-section__quote p {
          font-size: 1rem; }
      .sparkle-section__panel {
        margin-bottom: 30px; }
      .sparkle-section__image img {
        min-height: 360px; }
      .sparkle-section__content {
        padding: 36px 24px; }
      .sparkle-section h3 {
        font-size: 2.6rem; }
      .sparkle-section__bottom-text p {
        font-size: 1.05rem; } }
  @media (max-width: 767.98px) {
    .sparkle-section__quote h2 {
      font-size: 1.6rem; }
    .sparkle-section h3 {
      font-size: 2rem;
      line-height: 1.05; }
    .sparkle-section__divider {
      margin: 18px 0 16px; }
      .sparkle-section__divider span {
        width: 34px; }
    .sparkle-section__content p {
      font-size: 0.95rem;
      line-height: 1.6; }
      .sparkle-section__content p br {
        display: none; }
    .sparkle-section__btn {
      min-width: 180px;
      font-size: 0.8rem; }
    .sparkle-section__bottom-text p {
      font-size: 0.92rem;
      line-height: 1.5; }
      .sparkle-section__bottom-text p br {
        display: none; } }

.daily-finds {
  padding: 52px 0 54px;
  background-color: #f8eee6; }
  .daily-finds__header {
    max-width: 860px;
    margin: 0 auto 34px; }
    .daily-finds__header h2 {
      margin: 0 0 4px;
      color: #a95248;
      font-family: "Playfair Display", serif;
      font-size: 3rem;
      font-weight: 400;
      line-height: 1.15;
      text-transform: uppercase; }
    .daily-finds__header h3 {
      margin: 0;
      color: #a95248;
      font-family: "Playfair Display", serif;
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 1.3; }
    .daily-finds__header p {
      margin: 24px 0 0;
      color: #2b2b2b;
      font-size: 1.02rem;
      line-height: 1.65; }
  .daily-finds__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
    color: #c07a70; }
    .daily-finds__divider span {
      width: 72px;
      height: 1px;
      background-color: #d4a59b;
      display: block; }
    .daily-finds__divider i {
      font-style: normal;
      font-size: 0.95rem;
      line-height: 1; }
  .daily-finds__grid {
    margin-bottom: 28px; }
  .daily-finds__instagram-link {
    color: #1b1b1b;
    text-decoration: none;
    font-family: "Playfair Display", serif;
    font-size: 1.15rem;
    text-transform: uppercase; }
    .daily-finds__instagram-link:hover {
      color: #a95248; }
  @media (max-width: 991.98px) {
    .daily-finds {
      padding: 44px 0 48px; }
      .daily-finds__header h2 {
        font-size: 2rem; }
      .daily-finds__header h3 {
        font-size: 1rem; }
      .daily-finds__header p {
        font-size: 0.95rem; } }
  @media (max-width: 767.98px) {
    .daily-finds {
      padding: 36px 0 40px; }
      .daily-finds__header h2 {
        font-size: 1.55rem; }
      .daily-finds__header h3 {
        font-size: 0.95rem; }
      .daily-finds__header p {
        font-size: 0.92rem; }
        .daily-finds__header p br {
          display: none; }
      .daily-finds__divider span {
        width: 44px; }
      .daily-finds__instagram-link {
        font-size: 0.92rem; } }

.daily-card__img {
  width: 100%;
  height: 405px;
  object-fit: cover;
  display: block; }
@media (max-width: 1199.98px) {
  .daily-card__img {
    height: 360px; } }
@media (max-width: 991.98px) {
  .daily-card__img {
    height: 340px; } }
@media (max-width: 767.98px) {
  .daily-card__img {
    height: 320px; } }
@media (max-width: 575.98px) {
  .daily-card__img {
    height: 280px; } }

.personalised-heirloom {
  background-color: #fff;
  padding-top: 40px; }
  .personalised-heirloom__heading {
    padding: 10px 15px 26px; }
    .personalised-heirloom__heading h2 {
      margin: 0;
      color: #aa564c;
      font-family: "Playfair Display", serif;
      font-size: 3rem;
      font-weight: 400;
      line-height: 1.1; }
  .personalised-heirloom__content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbefe6;
    padding: 60px 30px; }
  .personalised-heirloom__content-inner {
    max-width: 560px;
    text-align: center; }
  .personalised-heirloom h3 {
    margin: 0;
    color: #aa564c;
    font-family: "Playfair Display", serif;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.02; }
    .personalised-heirloom h3 span {
      display: block;
      font-style: italic; }
  .personalised-heirloom__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 26px 0 28px;
    color: #c07a70; }
    .personalised-heirloom__divider span {
      width: 120px;
      height: 1px;
      background-color: #d8aca3;
      display: block; }
    .personalised-heirloom__divider i {
      font-style: normal;
      font-size: 1rem;
      line-height: 1; }
  .personalised-heirloom p {
    margin: 0;
    color: #2a2a2a;
    font-size: 1.1rem;
    line-height: 1.7; }
  .personalised-heirloom__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 490px;
    min-height: 46px;
    margin-top: 34px;
    padding: 10px 26px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f2d5d0 0%, #e7bbb4 100%);
    color: #ab5b52;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: all 0.25s ease; }
    .personalised-heirloom__btn:hover {
      background: linear-gradient(90deg, #ecc8c0 0%, #dfaca3 100%);
      color: #9f4f46; }
  .personalised-heirloom__image {
    height: 100%; }
    .personalised-heirloom__image img {
      width: 100%;
      height: 100%;
      min-height: 640px;
      object-fit: cover;
      display: block; }
  @media (max-width: 1199.98px) {
    .personalised-heirloom__heading h2 {
      font-size: 3.2rem; }
    .personalised-heirloom h3 {
      font-size: 3.4rem; }
    .personalised-heirloom__btn {
      min-width: 420px;
      font-size: 0.88rem; }
    .personalised-heirloom__image img {
      min-height: 560px; } }
  @media (max-width: 991.98px) {
    .personalised-heirloom__heading {
      padding: 12px 15px 20px; }
      .personalised-heirloom__heading h2 {
        font-size: 2.5rem; }
    .personalised-heirloom__content {
      padding: 46px 24px; }
    .personalised-heirloom h3 {
      font-size: 2.8rem; }
    .personalised-heirloom p {
      font-size: 1rem; }
    .personalised-heirloom__divider {
      margin: 22px 0 24px; }
      .personalised-heirloom__divider span {
        width: 72px; }
    .personalised-heirloom__btn {
      min-width: 100%;
      max-width: 420px; }
    .personalised-heirloom__image img {
      min-height: 420px; } }
  @media (max-width: 767.98px) {
    .personalised-heirloom__heading h2 {
      font-size: 1.9rem; }
    .personalised-heirloom h3 {
      font-size: 2.1rem;
      line-height: 1.08; }
    .personalised-heirloom p {
      font-size: 0.95rem;
      line-height: 1.6; }
      .personalised-heirloom p br {
        display: none; }
    .personalised-heirloom__btn {
      min-width: 100%;
      padding: 10px 18px;
      font-size: 0.8rem;
      line-height: 1.4; }
    .personalised-heirloom__image img {
      min-height: 320px; } }

.site-footer {
  padding: 70px 0 90px;
  background-color: #f4cfca;
  margin-top: 40px; }
  .site-footer__inner {
    max-width: 1240px;
    margin: 0 auto; }
  .site-footer__brand img {
    width: 200px;
    display: block;
    margin: 0 auto 18px; }
  .site-footer__brand h2 {
    margin: 0;
    color: #111;
    font-family: "Playfair Display", serif;
    font-size: 3.3rem;
    font-weight: 400;
    line-height: 1.05;
    text-transform: uppercase; }
  .site-footer__brand h3 {
    position: relative;
    display: inline-block;
    margin: 6px 0 0;
    padding: 0 42px;
    color: #111;
    font-family: "Playfair Display", serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase; }
    .site-footer__brand h3::before, .site-footer__brand h3::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 28px;
      height: 1px;
      background-color: #111;
      transform: translateY(-50%); }
    .site-footer__brand h3::before {
      left: 0; }
    .site-footer__brand h3::after {
      right: 0; }
  .site-footer__tagline {
    margin: 30px 0 22px;
    color: #a54f45;
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase; }
    .site-footer__tagline strong {
      font-weight: 700; }
  .site-footer__address {
    margin: 0 0 52px;
    color: #111;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5; }
    .site-footer__address strong {
      font-weight: 700; }
  .site-footer__info-row {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px; }
  .site-footer__info-box {
    min-width: 460px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    background-color: transparent; }
  .site-footer__info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #111;
    font-size: 1rem;
    line-height: 1.4; }
    .site-footer__info-item i {
      font-size: 2rem;
      line-height: 1; }
  .site-footer__separator {
    width: 1px;
    height: 28px;
    background-color: rgba(0, 0, 0, 0.3);
    display: block; }
  .site-footer__hours {
    max-width: 610px;
    margin: 0 auto;
    padding: 24px 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #111;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center; }
  @media (max-width: 1199.98px) {
    .site-footer__info-box {
      min-width: 420px; } }
  @media (max-width: 991.98px) {
    .site-footer {
      padding: 56px 0 70px; }
      .site-footer__brand img {
        width: 76px; }
      .site-footer__brand h2 {
        font-size: 2.6rem; }
      .site-footer__brand h3 {
        font-size: 1.45rem; }
      .site-footer__tagline {
        font-size: 0.95rem;
        margin: 24px 0 18px; }
      .site-footer__address {
        font-size: 1.05rem;
        margin-bottom: 36px; }
      .site-footer__info-box {
        min-width: 100%;
        padding: 18px 20px;
        flex-wrap: wrap;
        gap: 16px; }
      .site-footer__separator {
        display: none; } }
  @media (max-width: 767.98px) {
    .site-footer {
      padding: 44px 0 56px; }
      .site-footer__brand h2 {
        font-size: 2rem; }
      .site-footer__brand h3 {
        font-size: 1.2rem;
        padding: 0 28px; }
        .site-footer__brand h3::before, .site-footer__brand h3::after {
          width: 18px; }
      .site-footer__tagline {
        font-size: 0.82rem;
        line-height: 1.6; }
      .site-footer__address {
        font-size: 0.95rem; }
      .site-footer__info-item {
        width: 100%;
        justify-content: center;
        font-size: 0.92rem; }
        .site-footer__info-item i {
          font-size: 1.6rem; }
      .site-footer__hours {
        font-size: 0.92rem;
        padding: 18px 16px; } }

.site-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease; }
.site-footer a:hover {
  color: #a54f45; }

.reveal {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.9s ease, transform 0.9s ease; }

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

.reveal-delay-1 {
  transition-delay: 0.1s; }

.reveal-delay-2 {
  transition-delay: 0.2s; }

.reveal-delay-3 {
  transition-delay: 0.3s; }

[data-animate],
.top-header,
.hero-banner__image,
.hero-banner__tag {
  will-change: transform, opacity; }

html, body {
  overflow-x: hidden; }

.hero-banner__icon {
  display: inline-block;
  animation: heroIconRotate 7s linear infinite;
  transform-origin: center; }

@keyframes heroIconRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.floating-actions {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px; }

.floating-whatsapp,
.go-top-btn {
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease; }

.floating-whatsapp {
  background: #25d366;
  color: #fff; }
  .floating-whatsapp i {
    font-size: 1.7rem;
    line-height: 1; }
  .floating-whatsapp:hover {
    transform: translateY(-3px) scale(1.05);
    background: #1fba57;
    color: #fff; }

.go-top-btn {
  background: #aa564c;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .go-top-btn i {
    font-size: 1.3rem;
    line-height: 1; }
  .go-top-btn:hover {
    transform: translateY(-3px);
    background: #94473e; }
  .go-top-btn.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

@media (max-width: 767.98px) {
  .floating-actions {
    right: 18px;
    bottom: 18px;
    gap: 10px; }

  .floating-whatsapp,
  .go-top-btn {
    width: 48px;
    height: 48px; } }
.jewel-showcase__btn,
.consult-piyusha__btn,
.sparkle-section__btn,
.personalised-heirloom__btn {
  position: relative;
  overflow: hidden; }

.jewel-showcase__btn::after,
.consult-piyusha__btn::after,
.sparkle-section__btn::after,
.personalised-heirloom__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg); }

.jewel-showcase__btn:hover::after,
.consult-piyusha__btn:hover::after,
.sparkle-section__btn:hover::after,
.personalised-heirloom__btn:hover::after {
  animation: buttonShine 0.9s ease; }

@keyframes buttonShine {
  to {
    left: 140%; } }
.jewel-showcase__divider span,
.sparkle-section__divider span,
.daily-finds__divider span,
.personalised-heirloom__divider span {
  transform: scaleX(0);
  transform-origin: center;
  animation: lineGrow 1s ease forwards; }

@keyframes lineGrow {
  to {
    transform: scaleX(1); } }
.jewel-card,
.favourite-card,
.spotlight-card,
.daily-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease; }

.jewel-card:hover,
.favourite-card:hover,
.spotlight-card:hover,
.daily-card:hover {
  transform: translateY(-8px); }

.hero-banner__image {
  overflow: hidden; }
.hero-banner__zoom {
  animation: heroSlowZoom 10s ease-in-out infinite alternate;
  transform-origin: center center; }
.hero-banner__zoom img {
  width: 100%;
  display: block; }

@keyframes heroSlowZoom {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.05); } }
.desktop-flex {
  display: flex !important; }

.mobile-flex {
  display: none !important; }

@media (max-width: 767.98px) {
  .desktop-flex {
    display: none !important; }

  .mobile-flex {
    display: flex !important; } }
.kitty-desktop {
  width: 100%; }
  .kitty-desktop img {
    width: 100%; }

.kitty-phone {
  width: 100%; }
  .kitty-phone img {
    width: 100%; }

.hero-banner__carousel {
  position: relative; }
.hero-banner__image {
  overflow: hidden; }
  .hero-banner__image img {
    width: 100%;
    display: block; }
.hero-banner__zoom {
  animation: heroSlowZoom 8s ease-in-out infinite alternate;
  transform-origin: center center; }
.hero-banner__control {
  width: 6%; }
  .hero-banner__control .carousel-control-prev-icon,
  .hero-banner__control .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.28);
    background-size: 55%; }
.hero-banner__indicators {
  margin-bottom: 1rem; }
  .hero-banner__indicators button {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.65);
    opacity: 1; }
    .hero-banner__indicators button.active {
      background-color: #ffffff; }

@keyframes heroSlowZoom {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.05); } }
.enquiry-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease; }
  .enquiry-popup.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .enquiry-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(22, 16, 15, 0.55);
    backdrop-filter: blur(2px); }
  .enquiry-popup__dialog {
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    height: min(860px, calc(100vh - 48px));
    background: #f9efe8;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    transform: translateY(24px) scale(0.98);
    transition: transform 0.35s ease; }
  .enquiry-popup.is-visible .enquiry-popup__dialog {
    transform: translateY(0) scale(1); }
  .enquiry-popup__close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #a65046;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease; }
    .enquiry-popup__close:hover {
      background: #ffffff;
      transform: rotate(90deg); }
  .enquiry-popup__content {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    height: 100%; }
  .enquiry-popup__form-side {
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    background: #fbf0e8;
    padding: 36px 32px 24px;
    scrollbar-width: thin;
    scrollbar-color: rgba(171, 75, 59, 0.35) transparent; }
  .enquiry-popup__form-side::-webkit-scrollbar {
    width: 6px; }
  .enquiry-popup__form-side::-webkit-scrollbar-thumb {
    background: rgba(171, 75, 59, 0.35);
    border-radius: 999px; }
  .enquiry-popup__intro h2 {
    margin: 0 0 12px;
    color: #a65046;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2; }
    .enquiry-popup__intro h2 em {
      font-style: italic;
      font-weight: 400; }
  .enquiry-popup__intro p {
    margin: 0;
    color: #383838;
    font-size: 14px;
    line-height: 1.7; }
  .enquiry-popup__heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 24px 0 20px; }
    .enquiry-popup__heading > span {
      color: #a65046;
      font-family: "Playfair Display", serif;
      font-size: 30px;
      font-weight: 400;
      line-height: 1;
      white-space: nowrap; }
  .enquiry-popup__divider {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1; }
    .enquiry-popup__divider i {
      color: #b15f55;
      font-style: normal;
      font-size: 1rem;
      line-height: 1; }
    .enquiry-popup__divider span {
      display: block;
      width: 100%;
      height: 1px;
      background: #c99d93; }
  .enquiry-popup__form {
    display: grid;
    gap: 14px; }
  .enquiry-popup__field label {
    display: block;
    margin-bottom: 8px;
    color: #252525;
    font-size: 15px;
    font-weight: 500; }
  .enquiry-popup__field input,
  .enquiry-popup__field textarea {
    width: 100%;
    border: 1px solid #dfcfc6;
    background: transparent;
    padding: 12px 14px;
    font-size: 15px;
    color: #222;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease; }
    .enquiry-popup__field input:focus,
    .enquiry-popup__field textarea:focus {
      border-color: #b45a4e;
      box-shadow: 0 0 0 3px rgba(180, 90, 78, 0.12); }
  .enquiry-popup__field textarea {
    min-height: 110px;
    resize: vertical; }
  .enquiry-popup__submit {
    width: 100%;
    min-height: 50px;
    border: 0;
    background: #ab4b3b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s ease; }
    .enquiry-popup__submit:hover {
      background: #944031; }
  .enquiry-popup__image-side {
    min-height: 0;
    height: 100%;
    touch-action: auto; }
    .enquiry-popup__image-side img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  @media (max-width: 991.98px) {
    .enquiry-popup {
      padding: 18px; }
      .enquiry-popup__dialog {
        height: calc(100vh - 36px); }
      .enquiry-popup__content {
        grid-template-columns: 1fr; }
      .enquiry-popup__image-side {
        order: -1;
        height: 240px; }
      .enquiry-popup__form-side {
        padding: 24px 20px 18px; }
      .enquiry-popup__intro h2 {
        font-size: 26px; }
      .enquiry-popup__intro p {
        font-size: 14px; }
        .enquiry-popup__intro p br {
          display: none; }
      .enquiry-popup__heading {
        margin: 20px 0 18px; }
        .enquiry-popup__heading > span {
          font-size: 26px; } }
  @media (max-width: 575.98px) {
    .enquiry-popup {
      padding: 12px; }
      .enquiry-popup__dialog {
        height: calc(100vh - 24px); }
      .enquiry-popup__image-side {
        height: 200px; }
      .enquiry-popup__form-side {
        padding: 18px 14px 14px; }
      .enquiry-popup__intro h2 {
        font-size: 22px; }
      .enquiry-popup__intro p {
        font-size: 14px;
        line-height: 1.6; }
      .enquiry-popup__heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px; }
        .enquiry-popup__heading > span {
          font-size: 22px; }
      .enquiry-popup__divider {
        width: 100%; }
      .enquiry-popup__field label {
        font-size: 14px; }
      .enquiry-popup__field input,
      .enquiry-popup__field textarea {
        font-size: 14px; }
      .enquiry-popup__field textarea {
        min-height: 100px; }
      .enquiry-popup__submit {
        min-height: 46px;
        font-size: 15px; } }

/*# sourceMappingURL=style.css.map */
