:root {
  --sage: #6b7d7d;
  --sage-dark: #4c5f60;
  --sage-soft: #dce6e3;
  --berry: #b6285a;
  --berry-dark: #8e1d47;
  --rose: #dc9bb4;
  --rose-soft: #f5dfe7;
  --cream: #fff8ef;
  --linen: #ead8c3;
  --ink: #302b2b;
  --muted: #716865;
  --white: #fff;
  --line: rgb(48 43 43 / 14%);
  --shell: 1180px;
  --shadow: 0 20px 50px rgb(48 43 43 / 12%);
  --shadow-soft: 0 12px 32px rgb(48 43 43 / 9%);
  --ease: 220ms cubic-bezier(.2, .8, .2, 1);
  --display: Georgia, "Times New Roman", serif;
  --body: "Trebuchet MS", Arial, sans-serif;
}

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

html { overflow-x: clip; scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.layers-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { touch-action: manipulation; }
button { border: 0; cursor: pointer; }
img { display: block; max-width: 100%; }

[hidden] { display: none !important; }

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

.shell { width: min(calc(100% - 32px), var(--shell)); margin-inline: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

.announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 34px;
  padding: 6px 16px;
  color: var(--white);
  background: var(--berry);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.announcement__dot { width: 7px; height: 7px; background: var(--rose); border-radius: 50%; }
.announcement__divider { color: var(--rose); }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  padding-block: 10px;
  background: rgb(255 248 239 / 93%);
  backdrop-filter: blur(18px);
}

.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 22px; }

.brand { display: inline-flex; align-items: center; line-height: 1; }
.brand__logo { display: block; width: 132px; height: auto; }
.brand__logo--header { width: 154px; aspect-ratio: 3 / 2; object-fit: contain; }
.brand__mark { grid-row: span 2; color: var(--berry); font-family: var(--display); font-size: 2.05rem; line-height: .8; }
.brand__name { color: var(--berry); font-family: var(--display); font-size: 1.55rem; font-weight: 700; letter-spacing: -.06em; }
.brand__tagline { color: var(--sage); font-size: .59rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.desktop-nav { display: none; align-items: center; gap: clamp(16px, 2.2vw, 32px); margin-left: auto; }
.desktop-nav a { color: var(--muted); font-size: .88rem; font-weight: 700; transition: color var(--ease); }
.desktop-nav a:hover { color: var(--berry); }
.products-menu { position: relative; }
.products-menu__trigger { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; padding: 0; color: var(--muted); background: transparent; font-size: .88rem; font-weight: 700; }
.products-menu__trigger:hover, .products-menu__trigger[aria-expanded="true"] { color: var(--berry); }
.products-menu__trigger span { color: var(--berry); font-size: .92rem; }
.products-menu__panel { position: absolute; z-index: 45; top: calc(100% + 19px); left: 50%; display: grid; grid-template-columns: repeat(4, minmax(145px, 1fr)); gap: 22px; width: min(850px, calc(100vw - 48px)); padding: 25px; background: var(--cream); border: 1px solid var(--line); border-top: 3px solid var(--berry); box-shadow: var(--shadow); transform: translateX(-50%); }
.products-menu__panel::before { position: absolute; top: -9px; left: 50%; width: 15px; height: 15px; background: var(--cream); border-top: 1px solid var(--berry); border-left: 1px solid var(--berry); content: ""; transform: translateX(-50%) rotate(45deg); }
.products-menu__panel:not([hidden]) { animation: dropdown-in var(--ease); }
.products-menu__group { display: grid; align-content: start; gap: 8px; }
.products-menu__group + .products-menu__group { padding-left: 20px; border-left: 1px dashed var(--line); }
.products-menu__group strong { margin-bottom: 3px; color: var(--berry); font-family: var(--display); font-size: 1.15rem; }
.products-menu__group a { color: var(--muted); font-size: .72rem; font-weight: 400; }
.products-menu__group a:hover { color: var(--berry); }

.header-actions { display: flex; align-items: center; gap: 8px; }
.header-action { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 0 8px; color: var(--ink); background: transparent; font-size: .75rem; font-weight: 700; }
.header-action:hover { color: var(--berry); }
.mobile-toggle { display: inline-grid; place-items: center; width: 44px; height: 44px; color: var(--ink); background: transparent; }
.icon { position: relative; display: inline-block; width: 22px; height: 22px; }
.icon--menu::before, .icon--menu::after { position: absolute; left: 3px; width: 17px; height: 1.5px; background: currentColor; content: ""; }
.icon--menu::before { top: 7px; box-shadow: 0 6px currentColor; }
.icon--menu::after { top: 19px; width: 10px; }
.icon--search { border: 1.7px solid currentColor; border-radius: 50%; transform: scale(.7); }
.icon--search::after { position: absolute; right: -6px; bottom: -5px; width: 9px; height: 1.7px; background: currentColor; content: ""; transform: rotate(45deg); transform-origin: left center; }
.icon--bag { width: 17px; height: 17px; border: 1.6px solid currentColor; border-radius: 2px 2px 4px 4px; }
.icon--bag::before { position: absolute; top: -7px; left: 4px; width: 7px; height: 8px; border: 1.6px solid currentColor; border-bottom: 0; border-radius: 7px 7px 0 0; content: ""; }
.cart-count { display: grid; place-items: center; width: 19px; height: 19px; color: var(--white); background: var(--berry); border-radius: 50%; font-size: .62rem; }

.mobile-menu { position: fixed; z-index: 40; inset: 0 auto 0 0; display: grid; grid-template-rows: auto 1fr auto; width: min(100%, 390px); padding: 24px 18px 28px; color: var(--white); background: #b6285a; box-shadow: 20px 0 50px rgb(48 43 43 / 16%); animation: slide-menu-in var(--ease); }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.mobile-menu__title { color: var(--cream); font-family: var(--display); font-size: 1.3rem; font-style: italic; }
.mobile-menu nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 10px; overflow-y: auto; padding: 2px; }
.mobile-menu nav a { position: relative; display: grid; min-height: 108px; align-content: center; justify-items: center; gap: 8px; padding: 16px 10px; color: var(--ink); background: var(--white); border: 1px solid rgb(107 125 125 / 18%); border-radius: 14px; box-shadow: 0 4px 0 rgb(107 125 125 / 10%); font-size: .82rem; font-weight: 700; text-align: center; transition: transform var(--ease), border-color var(--ease), color var(--ease); }
.mobile-menu nav a:hover { color: var(--berry); border-color: rgb(182 40 90 / 35%); transform: translateY(-2px); }
.mobile-menu nav a:last-child { grid-column: 1 / -1; }
.mobile-menu nav span:not(.mobile-menu__icon) { position: absolute; right: 10px; bottom: 8px; color: #b6285a; font-family: var(--body); font-size: .9rem; font-weight: 800; }
.mobile-menu__icon { display: grid; place-items: center; width: 28px; height: 28px; color: #b6285a; font-size: 1.3rem; line-height: 1; }
.mobile-menu__icon i { width: 1.25em; }
.mobile-menu__icon svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.mobile-menu__motto { margin: 22px 0 0; color: rgb(255 248 239 / 82%); font-family: var(--display); font-size: 1.1rem; font-style: italic; line-height: 1.15; }

.round-close { display: grid; place-items: center; width: 44px; height: 44px; color: currentColor; background: rgb(255 255 255 / 12%); border-radius: 50%; font-size: 1.8rem; line-height: 1; }
.round-close i { font-size: 1.1rem; }
.round-close:hover { background: rgb(255 255 255 / 25%); }

/* Header / mega-menu refresh */
.announcement--soft { min-height: 29px; color: var(--berry-dark); background: var(--rose); font-size: .68rem; letter-spacing: .04em; }
.announcement--berry { min-height: 43px; background: var(--berry); }
.announcement--soft .announcement__divider { color: var(--berry); }
.site-header { position: relative; padding-block: 17px 19px; background: var(--cream); border-bottom: 1px solid rgb(182 40 90 / 16%); }
.header-inner { min-height: 92px; gap: clamp(12px, 1.7vw, 26px); }
.brand__logo { width: 154px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(12px, 1.6vw, 22px); margin-left: 0; white-space: nowrap; }
.products-menu__trigger, .header-nav-link { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; color: var(--berry); font-size: .88rem; font-weight: 700; }
.products-menu__trigger { padding: 0; }
.products-menu__trigger span { color: var(--berry); }
.products-menu__trigger--with-icon { gap: 8px; }
.products-menu__icon { display: inline-grid; align-content: center; gap: 3px; width: 20px; height: 20px; }
.products-menu__icon span { display: block; width: 18px; height: 1.5px; background: currentColor; border-radius: 999px; }
.products-menu__icon span:last-child { width: 12px; }
.header-nav-link:hover, .products-menu__trigger:hover { color: var(--berry-dark); }
.header-nav-link__icon { display: grid; place-items: center; width: 22px; height: 22px; color: var(--berry); font-family: var(--display); font-size: 1.12rem; }
.header-search { position: relative; display: flex; flex: 1; min-width: 220px; max-width: 540px; margin-inline: auto; }
.header-search input { width: 100%; min-height: 54px; padding: 0 54px 0 20px; color: var(--ink); background: var(--white); border: 1px solid rgb(107 125 125 / 24%); border-radius: 999px; outline: 0; font-size: .83rem; }
.header-search input:focus { border-color: var(--berry); box-shadow: 0 0 0 4px rgb(220 155 180 / 24%); }
.header-search__submit { position: absolute; top: 50%; right: 9px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--berry); background: var(--rose-soft); border-radius: 50%; font-size: 1.05rem; line-height: 1; transform: translateY(-50%); }
.header-actions { gap: 8px; }
.header-action { flex-direction: column; min-width: 58px; min-height: 58px; gap: 1px; padding: 3px 6px; color: var(--berry); }
.header-action__icon { display: grid; place-items: center; height: 30px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; line-height: 1; }
.header-action--favorite .header-action__icon { font-size: 1.55rem; }
.header-action--profile .header-action__icon { font-size: 1.45rem; transform: translateY(-1px); }
.header-action__icon--bag { height: 31px; }
.cart-icon { display: block; width: 31px; height: 31px; color: var(--berry); overflow: visible; }
.cart-icon__handle, .cart-icon__body { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.cart-icon__body { fill: rgb(220 155 180 / 22%); }
.cart-icon__stitch { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.45; opacity: .72; }
.header-action__label { display: block; color: var(--ink); font-size: .62rem; font-weight: 700; line-height: 1.1; }
.header-action:hover .header-action__label { color: var(--berry); }
.header-action--cart .cart-count { position: absolute; top: 1px; right: 1px; }
.floating-cart { position: fixed; z-index: 45; right: 24px; bottom: 24px; display: inline-grid; place-items: center; width: 46px; height: 46px; min-height: 44px; padding: 0; color: var(--ink); background: transparent; border: 0; border-radius: 50%; box-shadow: none; text-align: left; transition: transform var(--ease), color var(--ease); }
.floating-cart:hover { box-shadow: none; transform: translateY(-3px); }
.floating-cart > i { color: var(--berry); font-size: 2.2rem; }
.floating-cart .cart-icon { width: 42px; height: 42px; }
.floating-cart .cart-icon__body { fill: var(--berry); stroke: var(--berry); }
.floating-cart .cart-icon__stitch { stroke: var(--rose-soft); opacity: .92; }
.floating-cart__count { position: absolute; top: -2px; right: -5px; display: grid; place-items: center; min-width: 20px; height: 20px; color: var(--berry); background: var(--cream); border: 1px solid var(--berry); border-radius: 50%; font-size: .76rem; font-weight: 800; line-height: 1; }

.hero { display: grid; gap: 42px; padding-block: 64px 72px; overflow: visible; }
.hero__copy { align-self: center; max-width: 570px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 14px; color: var(--berry); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span, .eyebrow > i { color: var(--rose); font-size: .9rem; }
.eyebrow--light { color: var(--rose-soft); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; line-height: 1.04; letter-spacing: -.045em; }
h1 { margin-bottom: 22px; font-size: clamp(3.1rem, 7.5vw, 6rem); }
h1 em, h2 em { color: var(--berry); font-style: italic; }
.hero__lead { max-width: 490px; margin-bottom: 30px; color: var(--muted); font-size: 1rem; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border-radius: 999px; font-size: .73rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: transform var(--ease), box-shadow var(--ease), background var(--ease); }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgb(48 43 43 / 15%); }
.button--berry { color: var(--white); background: var(--berry); }
.button--berry:hover { background: var(--berry-dark); }
.button--cream { color: var(--berry); background: var(--cream); }
.text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--berry); font-size: .76rem; font-weight: 700; }
.text-link:hover { color: var(--berry-dark); }
.text-link span, .text-link i { font-size: 1rem; transition: transform var(--ease); }
.text-link:hover span { transform: translateX(4px); }
.hero__proof { display: flex; align-items: center; gap: 13px; margin-top: 44px; color: var(--muted); font-size: .77rem; }
.hero__proof p { margin: 0; }
.hero__proof strong { color: var(--ink); }
.avatar-stack { display: flex; align-items: center; }
.avatar-stack span { display: grid; place-items: center; width: 32px; height: 32px; margin-left: -7px; color: var(--white); background: var(--sage); border: 2px solid var(--cream); border-radius: 50%; font-size: .75rem; }
.avatar-stack span:first-child { margin-left: 0; background: var(--rose); }
.avatar-stack span:last-child { background: var(--berry); }

.hero__visual { position: relative; max-width: 620px; margin-inline: auto; }
.image-frame { position: relative; padding: 10px; background: var(--white); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.image-frame::after { position: absolute; z-index: 2; inset: 10px; border: 1px dashed rgb(255 255 255 / 70%); content: ""; pointer-events: none; }
.image-frame img, .image-frame video { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center; }
.image-frame__label { position: absolute; z-index: 3; color: #b6285a; font-family: var(--display); font-size: .8rem; font-style: italic; line-height: .95; text-align: center; transform: rotate(-7deg); }
.image-frame__label--top { top: 26px; left: 26px; }
.image-frame__stamp { position: absolute; z-index: 3; right: 15px; bottom: 17px; display: grid; place-items: center; width: 95px; height: 95px; color: #b6285a; background: var(--cream); border: 1px dashed #b6285a; border-radius: 50%; font-family: var(--display); font-size: 1.35rem; line-height: .75; text-align: center; transform: rotate(8deg); }
.image-frame__stamp-name { display: block; transform: translateY(18px); }
.image-frame__stamp small { color: var(--sage); font-family: var(--body); font-size: .53rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero__scribble { position: absolute; z-index: 3; right: -6px; bottom: 15%; color: #b6285a; font-family: var(--display); font-size: 5rem; transform: rotate(12deg); }
.hero__thread { position: absolute; z-index: -1; width: 190px; height: 120px; border: 2.5px dashed #b6285a; border-right-color: transparent; border-bottom-color: transparent; border-radius: 50%; }
.hero__thread--one { top: -18px; right: -88px; transform: rotate(28deg); }
.hero__thread--two { bottom: 0; left: -105px; transform: rotate(-24deg); }

.promise-strip { color: var(--white); background: var(--sage); }
.promise-grid { display: grid; gap: 0; }
.promise-item { display: flex; align-items: center; gap: 16px; min-height: 112px; padding: 20px 0; border-bottom: 1px dashed rgb(255 255 255 / 30%); }
.promise-item:last-child { border-bottom: 0; }
.promise-item__icon { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; color: var(--rose); border: 1px solid rgb(255 255 255 / 45%); border-radius: 50%; font-family: var(--display); font-size: 1.35rem; }
.promise-item strong, .promise-item small { display: block; }
.promise-item strong { font-size: .92rem; }
.promise-item small { margin-top: 3px; color: rgb(255 255 255 / 70%); font-size: .78rem; line-height: 1.45; }

.section { padding-block: 84px; }
.section--cream { max-width: none; width: 100%; padding-inline: max(16px, calc((100% - var(--shell)) / 2)); background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-heading h2 { max-width: 610px; margin-bottom: 0; font-size: clamp(2.4rem, 5vw, 4.2rem); }
.section-heading__note { max-width: 160px; margin: 0; color: var(--muted); font-family: var(--display); font-size: 1rem; font-style: italic; line-height: 1.2; text-align: right; }
.collection-grid { display: grid; gap: 14px; }
.collection-card { position: relative; min-height: 210px; padding: 22px; overflow: hidden; border-radius: 24px; transition: color var(--ease), background-color var(--ease), transform var(--ease), box-shadow var(--ease); }
.collection-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-5px) rotate(-1deg); }
.collection-card__number { position: absolute; top: 18px; left: 22px; color: rgb(255 255 255 / 60%); font-size: .64rem; font-weight: 700; letter-spacing: .1em; }
.collection-card__product { position: absolute; z-index: 1; top: 27px; left: 8%; width: 58%; max-width: 176px; height: auto; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 12px 12px rgb(48 43 43 / 20%)); pointer-events: none; transform: rotate(-4deg); transition: transform var(--ease); }
.collection-card:hover .collection-card__product { transform: rotate(-2deg) translateY(-3px) scale(1.035); }
.collection-card__copy { position: absolute; z-index: 3; right: 22px; bottom: 22px; left: 22px; padding-right: 50px; }
.collection-card__copy strong, .collection-card__copy small { display: block; }
.collection-card__copy strong { font-family: var(--display); font-size: 1.5rem; line-height: 1.03; letter-spacing: -.04em; }
.collection-card__copy small { margin-top: 2px; font-size: .71rem; opacity: .7; }
.collection-card__arrow { position: absolute; z-index: 4; right: 20px; bottom: 19px; display: grid; place-items: center; width: 38px; height: 38px; background: rgb(255 248 239 / 18%); border: 1px solid currentColor; border-radius: 50%; font-size: 1.05rem; transition: color var(--ease), background-color var(--ease), border-color var(--ease), transform var(--ease); }
.collection-card:hover .collection-card__arrow { transform: translate(2px, -2px); }
.collection-card--sage { color: var(--white); background: var(--sage); }
.collection-card--rose { color: var(--ink); background: var(--rose); }
.collection-card--berry { color: var(--white); background: var(--berry); }
.collection-card--linen { color: var(--ink); background: var(--linen); }
.collection-card--sage:hover { color: var(--white); background: var(--sage-dark); }
.collection-card--berry:hover { color: var(--white); background: var(--berry-dark); }
.collection-card--rose:hover { color: var(--ink); background: #cf86a2; }
.collection-card--linen:hover { color: var(--ink); background: #dfc6aa; }
.collection-card--sage:hover .collection-card__arrow,
.collection-card--berry:hover .collection-card__arrow { color: var(--berry-dark); background: var(--cream); border-color: var(--cream); }
.collection-card--rose:hover .collection-card__arrow,
.collection-card--linen:hover .collection-card__arrow { color: var(--cream); background: var(--berry); border-color: var(--berry); }
.collection-card__shape { position: absolute; z-index: 2; display: grid; place-items: center; opacity: .85; }
.collection-card__shape--yarn { top: 29px; right: 30px; width: 92px; height: 92px; background: radial-gradient(circle at 38% 30%, var(--rose) 0 7%, transparent 8%), repeating-radial-gradient(ellipse at 50% 48%, transparent 0 5px, rgb(255 255 255 / 28%) 6px 7px), var(--sage-dark); border-radius: 50%; box-shadow: inset -10px -12px 20px rgb(0 0 0 / 14%); }
.collection-card__shape--flower { top: 13px; right: 34px; color: rgb(255 255 255 / 65%); font-family: var(--display); font-size: 8rem; line-height: 1; transform: rotate(-12deg); }
.collection-card__shape--diamond { top: 30px; right: 43px; color: var(--rose); font-family: var(--display); font-size: 8rem; line-height: 1; transform: rotate(8deg); }
.collection-card__shape--heart { top: 17px; right: 30px; color: rgb(182 40 90 / 22%); font-family: var(--display); font-size: 8rem; line-height: 1; transform: rotate(10deg); }

.before-after-section { position: relative; min-height: clamp(720px, 56.22vw, 940px); color: var(--cream); background: var(--sage); overflow: hidden; }
.before-after-reference { position: absolute; inset: 0; }
.before-after-reference img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.before-after-content { position: relative; z-index: 1; display: grid; grid-template-rows: auto 1fr auto; gap: 24px; min-height: inherit; padding-block: clamp(34px, 5.7vw, 76px) clamp(42px, 5vw, 80px); }
.before-after-copy { max-width: 1100px; margin-inline: auto; text-align: center; }
.before-after-message { max-width: 1120px; margin: 0; color: var(--cream); font-family: var(--display); font-size: clamp(1.55rem, 3vw, 3.1rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.12; }
.before-after-panels { align-self: center; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 4vw, 58px); width: min(100%, 1080px); margin-inline: auto; }
.before-after-panel { position: relative; margin: 0; padding: 12px; background: var(--cream); border: 1px solid rgb(48 43 43 / 10%); border-radius: 24px; }
.before-after-panel__visual { position: relative; overflow: hidden; aspect-ratio: 1 / 1; background: var(--rose-soft); border-radius: 17px; }
.before-after-panel__visual > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.before-after-label { position: absolute; z-index: 2; top: -19px; right: 21%; padding: 7px 28px 8px; color: var(--sage-dark); background: var(--rose); border: 2px dashed rgb(182 40 90 / 32%); border-radius: 13px 8px 12px 7px; font-family: var(--display); font-size: clamp(1.1rem, 2.2vw, 1.9rem); font-weight: 700; line-height: 1; transform: rotate(5deg); transform-origin: top right; }
.before-after-panel--after .before-after-label { right: 18%; transform: rotate(-4deg); }
.before-after-cta { justify-self: center; margin-top: 4px; }

.section-heading--projects { align-items: end; }
.project-grid { display: grid; gap: 22px; }
.project-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 10px 28px rgb(48 43 43 / 4%); transition: transform var(--ease), box-shadow var(--ease); }
.project-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-5px); }
.project-card__visual { position: relative; display: grid; place-items: center; min-height: 215px; overflow: hidden; }
.project-card__visual::before { position: absolute; inset: 14px; border: 1px dashed rgb(48 43 43 / 20%); border-radius: 14px; content: ""; }
.project-card__visual--pink { background: var(--rose-soft); }
.project-card__visual--sage { background: var(--sage-soft); }
.project-card__visual--rose { background: #f3e4df; }
.yarn-ball { position: relative; display: block; width: 120px; height: 120px; border-radius: 50%; box-shadow: inset -15px -18px 24px rgb(0 0 0 / 12%), 10px 16px 20px rgb(48 43 43 / 12%); }
.yarn-ball::after { position: absolute; right: -52px; bottom: -15px; width: 100px; height: 52px; border-bottom: 2px dashed currentColor; border-radius: 50%; content: ""; transform: rotate(-18deg); }
.yarn-ball--pink { color: var(--berry); background: repeating-radial-gradient(ellipse at 50% 50%, transparent 0 6px, rgb(255 255 255 / 25%) 7px 8px), var(--rose); }
.yarn-ball--sage { color: var(--sage); background: repeating-radial-gradient(ellipse at 50% 50%, transparent 0 6px, rgb(255 255 255 / 22%) 7px 8px), var(--sage); }
.yarn-ball--rose { color: var(--rose); background: repeating-radial-gradient(ellipse at 50% 50%, transparent 0 6px, rgb(255 255 255 / 22%) 7px 8px), var(--berry); }
.yarn-ball--berry { color: var(--berry); background: repeating-radial-gradient(ellipse at 50% 50%, transparent 0 6px, rgb(255 255 255 / 22%) 7px 8px), var(--berry); }
.mini-heart, .stitch-mark { position: absolute; color: var(--berry); font-family: var(--display); font-size: 4.2rem; transform: rotate(12deg); }
.mini-heart { right: 26%; bottom: 17%; }
.stitch-mark { right: 25%; top: 22%; color: var(--sage-dark); font-size: 3rem; }
.project-card__content { padding: 22px; }
.project-card__tag { margin-bottom: 8px; color: var(--berry); font-size: .61rem; font-weight: 700; letter-spacing: .12em; }
.project-card h3 { margin-bottom: 8px; font-size: 1.65rem; }
.project-card__content > p:not(.project-card__tag) { min-height: 47px; margin-bottom: 16px; color: var(--muted); font-size: .79rem; }
.quick-add { min-height: 42px; padding: 0; color: var(--berry); background: transparent; font-size: .7rem; font-weight: 700; }
.quick-add:hover { color: var(--berry-dark); text-decoration: underline; text-underline-offset: 4px; }

.featured-grid { display: grid; gap: 22px; }
.featured-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 64px 64px 18px 18px; box-shadow: 0 10px 28px rgb(48 43 43 / 4%); transition: transform var(--ease), box-shadow var(--ease); }
.featured-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-5px); }
.featured-card__media { display: block; aspect-ratio: 1 / 1.12; overflow: hidden; padding: 20px 32px 16px; background: var(--white); border-radius: 50% 50% 0 0 / 42% 42% 0 0; }
.featured-card__media img { width: 100%; height: 100%; object-fit: contain; transition: transform var(--ease); }
.featured-card:hover .featured-card__media img { transform: scale(1.04); }
.featured-card__content { padding: 20px 22px 23px; }
.featured-card__content h3 { margin-bottom: 8px; font-size: 1.55rem; }
.featured-card__subtitle { margin: 0 0 7px; color: var(--ink); font-family: var(--display); font-size: 1rem; font-weight: 600; line-height: 1.25; }
.featured-card__description { margin: 0 0 14px; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.featured-card__link { display: inline-flex; align-items: center; gap: 10px; min-height: 40px; padding: 0 16px; color: var(--white); background-color: var(--rose); background-image: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgb(255 255 255 / 6%) 45%, rgb(167 93 121 / 10%) 100%), radial-gradient(ellipse at 50% 0%, rgb(255 255 255 / 28%) 0 40%, transparent 43%) 0 0 / 18px 12px repeat, radial-gradient(ellipse at 50% 100%, rgb(167 93 121 / 20%) 0 40%, transparent 43%) 9px 6px / 18px 12px repeat; border: 1px solid rgb(182 40 90 / 18%); border-radius: 18px; box-shadow: none; overflow: hidden; font-size: .68rem; font-weight: 700; transition: color var(--ease), background-color var(--ease), border-color var(--ease), transform var(--ease); }
.featured-card__link:hover { color: var(--white); background-color: #d18aa6; border-color: rgb(182 40 90 / 28%); box-shadow: none; transform: translateY(-1px); }
.featured-card__link-label, .featured-card__link > span[aria-hidden="true"] { display: inline-block; }
.featured-card__link > span[aria-hidden="true"] { font-size: 1rem; }

.discovery-section { position: relative; isolation: isolate; padding-top: 40px; }
.discovery-section::before { position: absolute; z-index: -1; top: 300px; left: 50%; width: 100vw; height: 220px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 180' preserveAspectRatio='none'%3E%3Cpath d='M0 94 C170 10 360 176 540 84 S900 0 1200 78' fill='none' stroke='%23d790ab' stroke-width='2' stroke-dasharray='5 8' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat; content: ""; pointer-events: none; transform: translateX(-50%) rotate(-2deg); }
.discovery-section .section-heading, .discovery-section .discovery-grid { position: relative; z-index: 1; }
.discovery-grid { display: grid; gap: 16px; }
.discovery-card { position: relative; min-height: 260px; padding: 27px 25px; overflow: hidden; border-radius: 22px; }
.discovery-card h3 { position: relative; z-index: 1; max-width: 250px; margin-bottom: 10px; font-size: 1.75rem; }
.discovery-card > p:not(.project-card__tag) { position: relative; z-index: 1; max-width: 280px; margin-bottom: 13px; color: rgb(255 248 239 / 78%); font-size: .86rem; }
.discovery-card--sage { color: var(--cream); background: #6b7d7d; }
.discovery-card--rose { color: var(--cream); background: #d790ab; }
.discovery-card--linen { color: var(--cream); background: #b6285a; }
.discovery-card .project-card__tag { color: #b6285a; }
.discovery-card--sage .project-card__tag, .discovery-card--linen .project-card__tag { color: var(--cream); }
.discovery-card .project-card__tag { font-size: .66rem; }
.discovery-section .featured-card__link { color: var(--berry); background-color: var(--cream); background-image: none; border-color: rgb(182 40 90 / 30%); }
.discovery-section .featured-card__link { min-height: 43px; font-size: .72rem; }
.discovery-card--linen .featured-card__link { color: var(--berry); background-color: var(--rose); border-color: rgb(182 40 90 / 30%); }
.discovery-card--linen .featured-card__link:hover { color: var(--berry); background-color: #c77e9a; border-color: rgb(182 40 90 / 38%); }
.discovery-card__shape { position: absolute; right: 17px; bottom: -21px; color: rgb(182 40 90 / 12%); font-family: var(--display); font-size: 8rem; font-style: italic; line-height: 1; transform: rotate(-12deg); }
.discovery-card--sage .discovery-card__shape { color: rgb(255 248 239 / 55%); }
.discovery-card--linen .discovery-card__shape { color: rgb(255 248 239 / 55%); }

.specialized-section { padding-top: 35px; }
.specialized-lead { max-width: 520px; margin: -13px 0 28px; color: var(--muted); font-size: .9rem; }
.specialized-grid { display: grid; gap: 16px; }
.specialized-card { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 130px; padding: 24px 27px; overflow: hidden; border-radius: 20px; transition: transform var(--ease), box-shadow var(--ease); }
.specialized-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.specialized-card--berry { color: var(--white); background: var(--berry); }
.specialized-card--sage { color: var(--white); background: var(--sage); }
.specialized-card strong, .specialized-card small { position: relative; z-index: 1; display: block; }
.specialized-card strong { font-family: var(--display); font-size: 1.55rem; }
.specialized-card small { max-width: 300px; margin-top: 5px; color: rgb(255 255 255 / 75%); font-size: .75rem; }
.specialized-card > span:last-child { position: relative; z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgb(255 255 255 / 55%); border-radius: 50%; }
.specialized-card__shape { position: absolute; right: 70px; color: rgb(255 255 255 / 12%); font-family: var(--display); font-size: 7rem; line-height: 1; }

.about-section { position: relative; display: grid; gap: clamp(36px, 6vw, 78px); padding-block: 88px; align-items: center; }
.about-note { position: relative; min-width: 0; max-width: 470px; padding: 12px 0 16px; background: transparent; box-shadow: none; transform: none; }
.about-note::before { position: absolute; top: 0; bottom: 0; left: -27px; width: 18px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 180' preserveAspectRatio='none'%3E%3Cpath d='M9 0 C3 18 15 36 9 54 S3 90 9 108 S15 144 9 180' fill='none' stroke='%23dc9bb4' stroke-width='2' stroke-dasharray='4 6' stroke-linecap='round'/%3E%3C/svg%3E") center / 18px 100% no-repeat; content: ""; opacity: .9; }
.tape { display: none; }
.about-note .eyebrow { font-size: .72rem; }
.about-note h2 { margin-bottom: 26px; font-size: clamp(2.5rem, 4.5vw, 4.1rem); }
.about-intro { margin-bottom: 24px; color: var(--muted); font-size: .86rem; }
.about-list { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.about-list li { position: relative; padding-left: 22px; color: var(--muted); font-family: var(--display); font-size: .96rem; }
.about-list li::before { position: absolute; top: 2px; left: 0; color: var(--rose); content: "\f00c"; font-family: "Font Awesome 7 Free"; font-size: .72rem; font-weight: 900; }
.about-signature { margin: 27px 0 0; color: var(--muted); font-family: var(--display); font-style: italic; line-height: 1.1; }
.about-signature strong { color: var(--berry); font-size: 1.7rem; }
.about-signature span { color: var(--rose); font-size: 1.4rem; }
.about-side { position: relative; display: grid; width: 100%; min-width: 0; max-width: none; justify-self: end; gap: 0; align-content: start; min-height: 0; overflow: visible; background: transparent; }
.about-side__image { width: 100%; height: auto; border: 1px solid rgb(107 125 125 / 18%); border-radius: 28px; background: transparent; object-fit: contain; object-position: center; filter: saturate(.9) contrast(.96); }

.newsletter-section { padding-block: 72px; color: var(--white); background: var(--berry); }
.newsletter-layout { display: grid; gap: 36px; align-items: end; }
.newsletter-section h2 { margin-bottom: 15px; font-size: clamp(2.7rem, 7vw, 5.2rem); }
.newsletter-section h2 em { color: var(--rose-soft); }
.newsletter-section > .shell > div > p:last-child { max-width: 430px; margin-bottom: 0; color: rgb(255 255 255 / 76%); }
.newsletter-form, .newsletter-form .mc4wp-form-fields { display: grid; gap: 12px; min-width: 0; }
.newsletter-form .mc4wp-form { margin: 0; }
.newsletter-form label { color: var(--rose-soft); font-size: .72rem; font-weight: 700; }
.newsletter-form__row { display: flex; flex-wrap: wrap; gap: 8px; }
.newsletter-form input[type="email"], .search-form input { flex: 1 1 210px; min-width: 0; min-height: 50px; padding: 0 16px; color: var(--ink); background: var(--white); border: 1px solid transparent; border-radius: 999px; outline: 0; }
.newsletter-form input[type="email"]:focus, .search-form input:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgb(220 155 180 / 35%); }
.newsletter-form .newsletter-optin { display: flex; align-items: flex-start; gap: 10px; color: var(--white); font-size: .8rem; font-weight: 400; line-height: 1.6; cursor: pointer; }
.newsletter-optin input[type="checkbox"] { flex: 0 0 18px; width: 18px; height: 18px; min-height: 0; margin: 3px 0 0; accent-color: var(--sage-dark); }
.newsletter-form .mc4wp-response:not(:empty) { margin-top: 12px; padding: 12px 16px; color: var(--ink); background: var(--cream); border-radius: 12px; font-size: .85rem; line-height: 1.6; }
.newsletter-form .mc4wp-response p { margin: 0; }
.form-message { min-height: 22px; margin: 0; font-size: .73rem; }
.newsletter-form .form-message { color: var(--rose-soft); }
.form-message.is-success { color: #e6f3c8; }
.newsletter-consent { margin: 0; color: rgb(255 255 255 / 90%); font-size: .75rem; line-height: 1.65; }
.newsletter-consent a { color: var(--rose-soft); text-decoration: underline; text-underline-offset: 3px; }

.site-footer { padding-block: 58px 28px; color: var(--white); background: var(--sage-dark); }
.footer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 24px; }
.footer-brand, .footer-contact { grid-column: 1 / -1; }
.brand--footer .brand__logo { width: 180px; aspect-ratio: 3 / 2; object-fit: contain; }
.brand--footer .brand__name { color: var(--white); }
.brand--footer .brand__tagline { color: var(--rose); }
.footer-brand > p { margin: 18px 0 0; color: rgb(255 255 255 / 65%); font-size: .88rem; }
.footer-heading { margin-bottom: 13px; color: var(--rose); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.site-footer > .shell > div:not(.footer-brand) > a, .site-footer > .shell > div:not(.footer-brand) > p:not(.footer-heading) > a { display: block; width: fit-content; min-height: 32px; color: rgb(255 255 255 / 74%); font-size: .88rem; }
.site-footer a:hover { color: var(--white); }
.footer-social > div { display: flex; gap: 8px; margin-bottom: 19px; }
.footer-social > div a { display: grid; place-items: center; width: 32px; height: 32px; color: var(--white); border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; font-family: Georgia, serif; font-weight: 700; }
.footer-social > span { color: rgb(255 255 255 / 45%); font-size: .65rem; }
.footer-social__links { display: flex; gap: 8px; margin-top: 20px; }
.footer-social__links a { display: grid; place-items: center; width: 36px; height: 36px; color: var(--white); border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; font-family: Georgia, serif; font-size: .95rem; font-weight: 700; }
.footer-contact > a { display: block; }
.footer-contact > span, .footer-contact > p:not(.footer-heading) > span { display: block; margin-top: 9px; color: rgb(255 255 255 / 60%); font-size: .8rem; line-height: 1.5; }
.footer-legal { display: grid; gap: 3px; margin-top: 16px; }
.footer-legal a { color: rgb(255 255 255 / 55%) !important; font-size: .72rem !important; }

[data-layer] { position: fixed; z-index: 50; inset: 0; }
.search-panel { color: var(--white); background: var(--sage-dark); animation: layer-in var(--ease); }
.search-panel__inner { position: relative; display: grid; align-content: center; min-height: 100%; }
.search-panel h2 { font-size: clamp(2.5rem, 7vw, 5rem); }
.search-panel h2 em { color: var(--rose); }
.search-panel .round-close { position: absolute; top: 24px; right: 0; }
.search-form { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.search-form input { flex: 1 1 250px; }
.search-form .form-message { flex-basis: 100%; color: var(--rose-soft); }
.cart-panel { left: auto; display: grid; grid-template-rows: auto 1fr auto; width: min(100%, 420px); padding: 30px; color: var(--ink); background: var(--cream); box-shadow: -20px 0 50px rgb(48 43 43 / 15%); animation: slide-in var(--ease); }
.cart-panel__header { display: flex; justify-content: space-between; gap: 20px; }
.cart-panel__header .eyebrow { margin-bottom: 7px; }
.cart-panel h2 { margin: 0; font-size: 2.7rem; }
.cart-panel h2 em { color: var(--berry); }
.cart-panel__body { display: grid; align-content: center; justify-items: center; gap: 20px; color: var(--muted); font-family: var(--display); font-size: 1.1rem; text-align: center; }
.cart-empty-art { position: relative; display: grid; place-items: center; width: 155px; height: 155px; background: var(--rose-soft); border-radius: 50%; }
.cart-empty-art > span:last-child { position: absolute; right: 12px; bottom: 9px; color: var(--berry); font-size: 3rem; transform: rotate(12deg); }
.cart-panel__footer .button { width: 100%; }
.toast { position: fixed; z-index: 70; right: 16px; bottom: 16px; max-width: min(360px, calc(100% - 32px)); padding: 14px 18px; color: var(--white); background: var(--sage-dark); border-left: 4px solid var(--rose); border-radius: 9px; box-shadow: var(--shadow); font-size: .8rem; opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity var(--ease), transform var(--ease); }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@keyframes layer-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes slide-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
@keyframes slide-menu-in { from { transform: translateX(-100%); } to { transform: translateX(0); } }
@keyframes dropdown-in { from { opacity: 0; transform: translate(-50%, -6px); } to { opacity: 1; transform: translate(-50%, 0); } }

@media (max-width: 759px) {
  .before-after-section { min-height: 1000px; }
  .before-after-reference img { object-position: center; }
  .before-after-content { gap: 48px; padding: 42px 16px 58px; }
  .before-after-message { font-size: clamp(1.35rem, 6vw, 2.15rem); }
  .before-after-panels { grid-template-columns: 1fr; width: min(100%, 500px); gap: 52px; }
  .before-after-label { top: -15px; right: 16%; }
  .before-after-panel--after .before-after-label { right: 14%; }
}

@media (min-width: 620px) {
  .promise-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .promise-item { border-bottom: 0; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .before-after-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-grid { grid-template-columns: repeat(3, 1fr); }
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .discovery-grid { grid-template-columns: repeat(3, 1fr); }
  .specialized-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1.2fr 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
}

@media (min-width: 760px) {
  .hero { grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; min-height: 720px; padding-block: 90px 104px; }
  .hero__visual { width: min(100%, 650px); }
  .about-section { grid-template-columns: minmax(300px, .78fr) minmax(0, 1.55fr); align-items: center; gap: clamp(54px, 5vw, 72px); }
  .about-note { padding: 12px 0 16px; }
  .about-side { min-height: 0; }
  .newsletter-layout { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1080px) {
  .hero { gap: 90px; }
  .collection-grid { grid-template-columns: repeat(4, 1fr); }
  .featured-grid { grid-template-columns: repeat(4, 1fr); }
  .collection-card { min-height: 280px; }
  .collection-card__copy strong { font-size: 1.7rem; }
  .section { padding-block: 112px; }
  .promise-item { padding: 24px 28px; border-right: 1px dashed rgb(255 255 255 / 30%); }
  .promise-item:last-child { border-right: 0; }
  .footer-grid { gap: 75px; }
}

@media (max-width: 1079px) {
  .header-inner { flex-wrap: wrap; }
  .header-search { order: 4; flex-basis: 100%; max-width: none; }
  .desktop-nav { margin-left: auto; }
}

@media (max-width: 759px) {
  body { padding-left: 0; }
  .site-header { padding-block: 10px 12px; }
  .header-inner { min-height: 68px; gap: 6px; }
  .brand__logo { width: 112px; }
  .desktop-nav { display: none; }
  .header-action__label { display: none; }
  .header-action { min-width: 40px; min-height: 44px; }
  .header-action__icon { font-size: 1.75rem; }
  .header-search { min-width: 0; margin-top: 4px; }
  .floating-cart { right: 12px; bottom: 12px; }
}

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

/* KAITI HOME BLOG SECTION START */
.kaiti-home-blog {
  position: relative;
  isolation: isolate;
}

.kaiti-home-blog::before {
  position: absolute;
  z-index: -1;
  top: -38px;
  right: clamp(-18px, -3vw, -42px);
  width: clamp(110px, 14vw, 180px);
  aspect-ratio: 1;
  background: radial-gradient(circle at 50% 50%, rgb(220 155 180 / 24%) 0 3px, transparent 4px) 0 0 / 17px 17px;
  border-radius: 50%;
  content: "";
  transform: rotate(8deg);
}

.kaiti-home-blog__head {
  align-items: flex-end !important;
  gap: 24px;
  margin-bottom: 34px;
}

.kaiti-home-blog__intro {
  max-width: 680px;
  margin: 0;
}

.kaiti-home-blog__eyebrow {
  margin: 0 0 13px;
  color: var(--berry);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.kaiti-home-blog__eyebrow::before {
  display: inline-block;
  margin-right: 9px;
  color: var(--rose);
  content: "\2605";
  font-size: 1rem;
  transform: rotate(-9deg);
}

.kaiti-home-blog__title {
  max-width: 650px;
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2.35rem, 5vw, 4.15rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.kaiti-home-blog__title em {
  color: var(--berry);
  font-weight: 500;
}

.kaiti-home-blog__note {
  max-width: 190px;
  margin: 0;
  color: var(--muted);
  font-family: var(--display);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.25;
  text-align: right;
}

.kaiti-home-blog__query,
.kaiti-home-blog__grid {
  margin: 0;
}

.kaiti-home-blog__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  padding: 0;
  list-style: none;
}

.kaiti-home-blog__grid > li {
  min-width: 0;
  margin: 0;
}

.kaiti-home-blog__card {
  height: 100%;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px 28px 18px 18px;
  box-shadow: 0 10px 28px rgb(48 43 43 / 5%);
  transition: box-shadow var(--ease), transform var(--ease);
}

.kaiti-home-blog__card:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-5px);
}

.kaiti-home-blog__media {
  margin: 0 !important;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--rose-soft);
}

.kaiti-home-blog__media a,
.kaiti-home-blog__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.kaiti-home-blog__media img {
  object-fit: cover;
  transition: transform var(--ease);
}

.kaiti-home-blog__card:hover .kaiti-home-blog__media img {
  transform: scale(1.035);
}

.kaiti-home-blog__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 250px;
  padding: 22px 22px 24px;
}

.kaiti-home-blog__category {
  margin: 0 0 9px;
  color: var(--berry);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.kaiti-home-blog__category a:hover {
  color: var(--berry-dark);
}

.kaiti-home-blog__post-title {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.12;
}

.kaiti-home-blog__post-title a:hover {
  color: var(--berry);
}

.kaiti-home-blog__excerpt {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
}

.kaiti-home-blog__excerpt > p:first-child {
  margin: 0;
}

.kaiti-home-blog__excerpt .wp-block-post-excerpt__more-text {
  margin: auto 0 0;
  padding-top: 18px;
}

.kaiti-home-blog__excerpt .wp-block-post-excerpt__more-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 16px;
  color: var(--white);
  background: var(--rose);
  border: 1px solid rgb(182 40 90 / 18%);
  border-radius: 18px;
  font-size: .69rem;
  font-weight: 700;
  line-height: 1;
  transition: background-color var(--ease), transform var(--ease);
}

.kaiti-home-blog__excerpt .wp-block-post-excerpt__more-link::after {
  content: "\2197";
  font-size: 1rem;
}

.kaiti-home-blog__excerpt .wp-block-post-excerpt__more-link:hover {
  color: var(--white);
  background: var(--berry);
  transform: translateY(-1px);
}

.kaiti-home-blog__actions {
  margin: 34px 0 0;
}

.kaiti-home-blog__actions .wp-block-button__link {
  min-height: 50px;
  padding: 0 24px;
  color: var(--white);
  background: var(--berry);
  border: 1px solid var(--berry);
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 48px;
  transition: background-color var(--ease), border-color var(--ease), transform var(--ease);
}

.kaiti-home-blog__actions .wp-block-button__link:hover {
  color: var(--white);
  background: var(--berry-dark);
  border-color: var(--berry-dark);
  transform: translateY(-2px);
}

@media (max-width: 899px) {
  .kaiti-home-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .kaiti-home-blog__grid > li:last-child {
    grid-column: 1 / -1;
    width: min(100%, calc(50% - 11px));
    margin-inline: auto;
  }
}

@media (max-width: 619px) {
  .kaiti-home-blog__head {
    display: block !important;
    margin-bottom: 26px;
  }

  .kaiti-home-blog__note {
    max-width: 250px;
    margin-top: 14px;
    text-align: left;
  }

  .kaiti-home-blog__grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .kaiti-home-blog__grid > li:last-child {
    grid-column: auto;
    width: auto;
  }

  .kaiti-home-blog__body {
    min-height: 0;
    padding: 20px 19px 22px;
  }

  .kaiti-home-blog__post-title {
    font-size: 1.5rem;
  }

  .kaiti-home-blog__actions {
    margin-top: 28px;
  }
}
/* KAITI HOME BLOG SECTION END */
