@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&family=Sacramento&display=swap');
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */

@font-face {
    font-family: "Georgia Script";
    src: url('./assets/fonts/Georgia Script.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .object-cover {
    object-fit: cover;
  }
  .text-center {
    text-align: center;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .uppercase {
    text-transform: uppercase;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
html {
  scroll-behavior: smooth;
}
.toc-box {
  border: 1.6px solid #EDE0C8;
  background: #FFFFFF;
  margin-bottom: 48px;
}
.toc-box-content {
  padding: 30px 30px 0;
}
.toc-header {
  border-bottom: 0.8px solid #EDE0C8;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.toc-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #131313;
  margin: 0;
}
.toc-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.toc-nav a {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #131313;
  text-decoration: none;
  background: none;
}
.toc-nav a:hover {
  text-decoration: underline;
  opacity: 1;
}
.toc-expand {
  background: #FAF6EE;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.toc-expand span {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #131313;
}
:root {
  --color-bg: #ffffff;
  --color-text: #1a1a1a;
  --color-accent: #e5dfd5;
  --color-gray: #888888;
  --color-border: #e0e0e0;
  --color-black: #000000;
  --color-white: #ffffff;
  --font-sans: var(--font-inter), sans-serif;
  --font-serif: var(--font-playfair), serif;
  --font-script: var(--font-cursive), cursive;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 3rem;
  --spacing-xl: 4rem;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.2;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 var(--spacing-sm);
}
.tiptap-editor-content .ProseMirror p {
  margin-bottom: 1.5rem !important;
  line-height: 1.7 !important;
}
.tiptap-editor-content .ProseMirror h2 {
  margin-top: 2.5rem !important;
  margin-bottom: 1rem !important;
  font-size: 1.5rem !important;
}
.tiptap-editor-content .ProseMirror h3 {
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
  font-size: 1.4rem !important;
  font-weight: bold !important;
}
.tiptap-editor-content .ProseMirror ul {
  margin-bottom: 1.5rem !important;
  padding-left: 1.5rem !important;
  list-style-type: disc !important;
}
.tiptap-editor-content .ProseMirror ul li {
  margin-bottom: 0.5rem !important;
}
.text-script {
  font-family: var(--font-script);
}
.text-serif {
  font-family: var(--font-serif);
}
.text-sans {
  font-family: var(--font-sans);
}
.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.text-center {
  text-align: center;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.grid {
  display: grid;
}
.gap-sm {
  gap: var(--spacing-sm);
}
.gap-md {
  gap: var(--spacing-md);
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.object-cover {
  object-fit: cover;
}
.relative {
  position: relative;
}
.hero-section {
  min-height: 550px;
}
.hero-left {
  background-color: #faf9f6;
  padding: 3rem;
}
.hero-left h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  color: #000;
  letter-spacing: -1px;
}
.hero-left p {
  color: #000;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 400;
}
.hero-right {
  background-color: #e5dfd5;
  padding: 4rem;
}
.hero-right img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.trending-grid {
  background-color: #e5dfd5;
  padding: 2rem;
  display: grid;
  grid-template-columns: 70% 30%;
}
.trending-featured {
  background-color: #fff;
  display: flex;
  max-height: 380px;
  margin-right: 2.5rem;
}
.trending-featured-text {
  flex: 1.2;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trending-featured-text h2 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.8rem;
  color: #000;
}
.trending-featured-text .excerpt {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 1rem;
}
.trending-featured-text .btn {
  background-color: #e5dfd5;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
.trending-list {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #000;
  padding-left: 2rem;
  justify-content: space-between;
}
.trending-list .list-grid {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 2rem 1.2rem;
  align-items: center;
}
.recent-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13.3px;
}
.recent-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.recent-card .img-container {
  width: 100%;
  aspect-ratio: 290/389.2;
  margin-bottom: 10px;
  background-color: #e5e5e5;
  position: relative;
  overflow: hidden;
}
.recent-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.17px;
  color: #000;
  margin: 0;
  font-weight: normal;
}
.recent-card h4 a {
  color: inherit;
  text-decoration: none;
}
.recent-card .category {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.51px;
  color: #605C5C;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.subscribe-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FAF6EE;
  padding: 2rem 3rem;
  margin: 4rem auto;
  width: 100%;
  border: 1px solid #EAE3D5;
  border-radius: 8px;
}
.subscribe-text-container {
  flex: 1;
  min-width: 300px;
  margin-right: 2rem;
}
.subscribe-form-container {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}
.shop-videos-title {
  flex: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  left: 0;
  z-index: 0;
  background-color: var(--color-accent);
}
.shop-videos-title .sticky-container {
  position: sticky;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-videos-title h2 {
  font-size: 1.5rem;
  color: var(--color-gray);
}
.shop-videos-item {
  flex: 1;
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.shop-videos-item button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border: none;
  padding: 0.3rem 0.8rem;
  font-size: 0.6rem;
  cursor: pointer;
  font-weight: bold;
}
.site-footer {
  margin-top: 0;
  width: 100%;
  position: relative;
  z-index: 20;
}
.footer-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
}
.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.footer-logo {
  font-size: 4.5rem;
  font-weight: 900;
  font-style: italic;
  margin: 0;
  line-height: 1;
}
.footer-logo-line {
  flex: 1;
  height: 1px;
  background-color: #e0e0e0;
  margin-top: 1rem;
}
.footer-layout-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer-columns-container {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-column a {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  color: #555;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-column a:hover {
  color: #000;
}
.footer-column h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #000;
  margin-top: 0;
}
.back-to-top-btn {
  background-color: #f2e6e1;
  border: none;
  padding: 0.8rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  cursor: pointer;
  color: #000;
}
.footer-bottom-wrapper {
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 2.5rem 0;
}
.footer-bottom-bar {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom-links {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.footer-bottom-link {
  font-size: 0.6rem;
  color: #999;
  letter-spacing: 0.15em;
}
.article-content p {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.article-content h2, .article-content h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.article-content h2 {
  font-size: 25px !important;
}
.article-content h3 {
  font-size: 24px !important;
}
.article-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 2rem;
}
.article-content li {
  margin-bottom: 0.5rem;
}
.article-content img {
  width: 100% !important;
  max-width: 1000px !important;
  height: auto;
  border-radius: 8px;
  margin: 2rem auto;
  object-fit: cover;
  display: block;
}
.article-content a {
  color: #EC9277;
  text-decoration: underline;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 900px) {
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .related-grid {
    grid-template-columns: 1fr;
  }
}
.post-card-img {
  transition: transform 0.4s ease;
}
.post-card-img:hover {
  transform: scale(1.04);
}
:root {
  --text-color: #2C2C2C;
  --accent-yellow: #F3B41B;
  --accent-green: #C5DAD4;
  --accent-bg: #FAF6EE;
  --accent-border: #EC9277;
}
.sidebar-page-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 3rem 1rem;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.article-container {
  flex: 1;
  width: 100%;
  max-width: 837px;
  position: relative;
  flex-shrink: 0;
}
.sidebar-container {
  width: 100%;
  max-width: 340px;
  flex-shrink: 0;
}
.sidebar-page-container .alignfull,	.sidebar-page-container .alignwide,	.sidebar-page-container .elementor-section-stretched {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  transform: none !important;
}
#grow-wp-data,	.grow-recommended-content,	#grow-recommended-content,	.grow-inline-recommended {
  display: none !important;
}
@media (max-width: 1024px) {
  .sidebar-page-container {
    flex-direction: column;
    padding: 2rem 1rem;
    gap: 40px;
  }
  .sidebar-container {
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
  }
  .article-title {
    font-size: 24px;
  }
  .article-intro {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .article-body h2 {
    font-size: 25px;
    margin-top: 24px;
  }
  .article-body h3 {
    font-size: 24px;
    margin-top: 24px;
  }
  .article-body p,	.article-body ul li {
    font-size: 16px;
  }
  .accent-box {
    padding: 24px 16px;
    margin: 32px 0;
  }
}
.article-breadcrumb {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 8px;
}
.article-breadcrumb a {
  color: var(--text-color);
  text-decoration: none;
}
.article-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 24px;
}
.article-meta {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 32px;
}
.article-intro {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-color);
  margin-bottom: 48px;
}
.article-hero-image {
  width: 100%;
  height: auto;
  margin-bottom: 48px;
}
.article-body h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 1.4;
  color: var(--text-color);
  margin-top: 32px !important;
  margin-bottom: 24px;
}
.article-body h3 {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-color);
  margin-top: 32px;
  margin-bottom: 20px;
}
.article-body p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 20px;
}
.article-body a {
  color: var(--text-color);
  text-decoration: none;
  background: linear-gradient(180deg, transparent 60%, var(--accent-green) 60%);
  font-weight: 500;
  transition: background 0.2s;
}
.article-body a:hover {
  background: linear-gradient(180deg, transparent 20%, var(--accent-green) 20%);
}
.article-body ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 40px;
}
.article-body ul li {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-color);
  margin-bottom: 16px;
  padding-left: 24px;
}
.tiptap-content img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 2rem 0;
  object-fit: cover;
  display: block;
}
.article-body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 12px;
  background-color: var(--accent-yellow);
  border-radius: 50%;
}
.accent-box {
  background-color: var(--accent-bg);
  padding: 40px 24px;
  margin: 48px 0;
}
.accent-box.bordered {
  border: 3px solid var(--accent-border);
}
.archive-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 20px 0;
}
.top-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  margin-bottom: 50px;
}
.top-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.top-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 385 / 516;
  overflow: hidden;
}
.top-card-overlay {
  position: relative;
  background: #FFFFFF;
  margin: -30px auto 0;
  padding: 15px 20px;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  width: calc(100% - 60px);
}
.middle-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 60px;
  width: 100%;
}
.script-title {
  font-family: 'Great Vibes', 'Georgia', serif;
  font-style: italic;
  font-size: clamp(4rem, 10vw, 144px);
  line-height: 1;
  color: #000;
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: 300;
}
.filter-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.filter-tag {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  background: transparent;
  border: none;
  padding-bottom: 4px;
}
.filter-tag.active {
  border-bottom: 2px solid #000;
  font-weight: bold;
}
.bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
  margin-bottom: 60px;
  width: 100%;
}
.bottom-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.bottom-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 290 / 389;
  margin-bottom: 15px;
  overflow: hidden;
}
.load-more-btn {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #605C5C;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  margin: 0 auto 80px;
  background: transparent;
  border: none;
}
.load-more-line {
  width: 75px;
  height: 1px;
  background-color: #605C5C;
  position: relative;
}
.load-more-line::after {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #605C5C;
  border-right: 1px solid #605C5C;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .top-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bottom-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .top-grid {
    grid-template-columns: 1fr;
  }
  .top-card-overlay {
    margin: -20px auto 0;
    width: calc(100% - 30px);
    padding: 15px;
  }
  .bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .bottom-grid {
    grid-template-columns: 1fr;
  }
}
.fp-hero-main {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fp-hero-left {
  max-width: 480px;
}
.fp-trending-section { margin-top: 0; margin-bottom: 0; }
.fp-trending-header {
  margin-bottom: 1rem;
  position: relative;
  z-index: 10;
}
.fp-trending-logo {
  gap: 0.5rem;
  margin-bottom: -2.5rem;
}
.fp-trending-logo-text {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -1px;
}
.fp-trending-logo-script {
  font-size: 4rem;
  color: #000;
  line-height: 0.5;
}
.fp-trending-nav {
  gap: 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--color-gray);
}
.fp-trending-nav-active {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 1rem;
}
.fp-trending-nav-item {
  padding: 0.5rem 0;
}
.fp-trending-featured-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.4);
}
.fp-trending-featured-cat {
  font-size: 0.55rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.fp-trending-featured-title {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0.5rem 0;
}
.fp-trending-featured-link {
  font-size: 0.55rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
.fp-trending-list-num {
  font-size: 3.5rem;
  line-height: 0.8;
  font-weight: 800;
}
.fp-trending-list-title {
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
}
.fp-trending-list-btn {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 0.8rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-top: 1.5rem;
}
.fp-recent-section { margin-top: 2rem; margin-bottom: 2rem; }
.fp-recent-header {
  margin-bottom: 2rem;
}
.fp-recent-header-left {
  flex: 1;
  gap: 1rem;
}
.fp-recent-title { font-family: 'Playfair Display', serif; font-size: 48px; line-height: 60px; letter-spacing: 0.17px; color: #000; margin: 0; font-weight: normal; white-space: nowrap; }
.fp-recent-line { height: 1px; background-color: #979797; flex: 1; margin-left: 35px; }
.fp-recent-nav { gap: 2rem; margin-left: 2rem; align-items: center; }
.fp-recent-nav-label { font-family: 'Inter', sans-serif; font-size: 9px; line-height: 9px; letter-spacing: 1.51px; text-transform: uppercase; color: #000; }
.fp-recent-nav-links {
  gap: 2rem;
  color: #666;
}
.fp-recent-nav-link { cursor: pointer; font-family: 'Courier Prime', monospace; font-size: 11px; line-height: 13px; letter-spacing: 1px; color: #000; }
.fp-recent-nav-link.active { color: #000; font-weight: bold; }
.fp-recent-load-more {
  margin-top: 2.5rem;
}
.fp-recent-load-btn {
  cursor: pointer;
}
.fp-recent-load-text {
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #000;
  margin-right: 1rem;
}
.fp-recent-load-line {
  position: relative;
  width: 80px;
  height: 1px;
  background-color: #d4cfc3;
}
.fp-recent-load-arrow {
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #d4cfc3;
  border-right: 1px solid #d4cfc3;
  transform: rotate(45deg);
}
.fp-shop-videos-container {
  background-color: var(--color-accent);
  padding: 0.5rem;
}
.fp-shop-videos-arrow {
  font-size: 1rem;
}

@media (max-width: 900px) {
  .hero-section {
    flex-direction: column-reverse !important;
  }
  .hero-left {
    padding: 3rem 1.5rem !important;
    text-align: center;
  }
  .hero-left h1 {
    font-size: 2.5rem !important;
  }
  .hero-right {
    padding: 2rem !important;
  }
  .trending-grid {
    grid-template-columns: 1fr !important;
    padding: 1.5rem !important;
  }
  .trending-featured {
    flex-direction: column !important;
    margin-right: 0 !important;
    max-height: none !important;
  }
  .trending-featured-text {
    padding: 1.5rem !important;
  }
  .trending-list {
    border-left: none !important;
    padding-left: 0 !important;
    margin-top: 2rem !important;
  }
  .trending-nav, .recent-nav {
    display: none !important;
  }
  .recent-grid {
    grid-template-columns: 1fr !important;
  }
  .subscribe-section {
    flex-direction: column !important;
    text-align: center;
    gap: 1.5rem !important;
    padding: 2rem 1.5rem !important;
  }
  .subscribe-text-container {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  .subscribe-form-container {
    max-width: 100% !important;
    margin-top: 0 !important;
    width: 100%;
  }
  .figma-trending-title { font-size: 110px !important; margin-bottom: 0px !important; transform: translateY(30px); z-index: 5; }
  .figma-trending-title-wrapper {
    gap: 10px !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }
  .figma-trending-nav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
  }
  .figma-trending-nav::-webkit-scrollbar {
    display: none;
  }
  .figma-trending-nav-item, .figma-trending-nav-active {
    font-size: 11px !important;
    letter-spacing: 0;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 2px 0;
  }
  .shop-videos-row {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    justify-content: flex-start !important;
    scrollbar-width: none;
  }
  .shop-videos-row::-webkit-scrollbar {
    display: none;
  }
  .shop-videos-item {
    min-width: 65% !important;
    scroll-snap-align: center;
    margin-bottom: 0 !important;
    flex-shrink: 0;
  }
  .shop-videos-title {
    min-width: 35% !important;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .recent-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.shop-videos-row {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
}
.shop-videos-row::-webkit-scrollbar {
  display: none;
}
.shop-videos-item {
  scroll-snap-align: start;
  flex-shrink: 0;
}
.fp-hero-main {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fp-hero-left {
  max-width: 480px;
}
.fp-trending-section { margin-top: 0; margin-bottom: 0; }
.fp-trending-header {
  margin-bottom: 1rem;
  position: relative;
  z-index: 10;
}
.fp-trending-logo {
  gap: 0.5rem;
  margin-bottom: -2.5rem;
}
.fp-trending-logo-text {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -1px;
}
.fp-trending-logo-script {
  font-size: 4rem;
  color: #000;
  line-height: 0.5;
}
.fp-trending-nav {
  gap: 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: var(--color-gray);
}
.fp-trending-nav-active {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 1rem;
}
.fp-trending-nav-item {
  padding: 0.5rem 0;
}
.fp-trending-featured-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.4);
}
.fp-trending-featured-cat {
  font-size: 0.55rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.fp-trending-featured-title {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0.5rem 0;
}
.fp-trending-featured-link {
  font-size: 0.55rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
.fp-trending-list-num {
  font-size: 3.5rem;
  line-height: 0.8;
  font-weight: 800;
}
.fp-trending-list-title {
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
}
.fp-trending-list-btn {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 0.8rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-top: 1.5rem;
}
.fp-recent-section { margin-top: 2rem; margin-bottom: 2rem; }
.fp-recent-header {
  margin-bottom: 2rem;
}
.fp-recent-header-left {
  flex: 1;
  gap: 1rem;
}
.fp-recent-title { font-family: 'Playfair Display', serif; font-size: 48px; line-height: 60px; letter-spacing: 0.17px; color: #000; margin: 0; font-weight: normal; white-space: nowrap; }
.fp-recent-line { height: 1px; background-color: #979797; flex: 1; margin-left: 35px; }
.fp-recent-nav { gap: 2rem; margin-left: 2rem; align-items: center; }
.fp-recent-nav-label { font-family: 'Inter', sans-serif; font-size: 9px; line-height: 9px; letter-spacing: 1.51px; text-transform: uppercase; color: #000; }
.fp-recent-nav-links {
  gap: 2rem;
  color: #666;
}
.fp-recent-nav-link { cursor: pointer; font-family: 'Courier Prime', monospace; font-size: 11px; line-height: 13px; letter-spacing: 1px; color: #000; }
.fp-recent-nav-link.active { color: #000; font-weight: bold; }
.fp-recent-load-more {
  margin-top: 2.5rem;
}
.fp-recent-load-btn {
  cursor: pointer;
}
.fp-recent-load-text {
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #000;
  margin-right: 1rem;
}
.fp-recent-load-line {
  position: relative;
  width: 80px;
  height: 1px;
  background-color: #d4cfc3;
}
.fp-recent-load-arrow {
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #d4cfc3;
  border-right: 1px solid #d4cfc3;
  transform: rotate(45deg);
}
.fp-shop-videos-container {
  background-color: var(--color-accent);
  padding: 0.5rem;
}
.fp-shop-videos-arrow {
  font-size: 1rem;
}
.fp-elsewhere-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  box-sizing: border-box;
}
.fp-elsewhere-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.fp-elsewhere-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Column 1 */
.fp-elsewhere-col1 {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0 0;
  width: 380px;
  height: 546px; 
  flex-shrink: 0;
  z-index: 1;
}
.fp-elsewhere-col1 picture {
  width: 380px;
  height: 526px;
}

/* Column 2 */
.fp-elsewhere-col2 {
  display: flex;
  flex-direction: column;
  width: 290px;
  position: relative;
  left: -70px;
  top: 60px;
  z-index: 2;
  flex-shrink: 0;
}
.fp-elsewhere-text {
  font-family: 'Sacramento', cursive;
  font-style: normal;
  font-weight: 300; 
  font-size: clamp(80px, 12vw, 150px);
  text-transform: lowercase;
  line-height: 1;
  color: #000;
  white-space: nowrap;
  position: absolute;
  top: -5px;
  left: 295px;
  z-index: 10;
  pointer-events: none;
}
.fp-elsewhere-col2-img-wrapper {
  display: block;
  width: 290px;
  height: 408px;
  border-width: 20px 0px 20px 20px;
  border-style: solid;
  border-color: #FFFFFF;
  box-sizing: border-box;
}
.fp-elsewhere-col2-img-wrapper picture {
  width: 270px;
  height: 368px;
}

/* Column 3 */
.fp-elsewhere-col3 {
  display: flex;
  flex-direction: column;
  width: 320px;
  height: 320px;
  position: relative;
  left: -40px;
  z-index: 3;
  flex-shrink: 0;
}
.fp-elsewhere-col3-inner {
  display: block;
  width: 320px;
  height: 320px;
  border-width: 0px 20px 20px 0px;
  border-style: solid;
  border-color: #FFFFFF;
  box-sizing: border-box;
  position: relative;
}
.fp-elsewhere-col3-inner picture {
  width: 300px;
  height: 300px;
}
.fp-elsewhere-handle {
  position: absolute;
  left: 0;
  top: 320px; 
  margin-top: 10px;
  background: #000000;
  color: #FFFFFF;
  padding: 10px 15px;
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 4;
}

/* Column 4 */
.fp-elsewhere-col4 {
  display: flex;
  flex-direction: column;
  width: 385px;
  height: 524px;
  position: relative;
  left: -140px;
  top: 80px;
  z-index: 1;
  flex-shrink: 0;
}
.fp-elsewhere-col4 picture {
  width: 385px;
  height: 524px;
}

/* Responsive Scaling for Smaller Desktops / Tablets */
@media (max-width: 1240px) and (min-width: 901px) {
  .fp-elsewhere-container {
    transform-origin: top center;
    transform: scale(calc(100vw / 1240)); 
    height: calc(605px * (100vw / 1240));
  }
}

/* Mobile Layout - Stacked */
@media (max-width: 900px) {
  .fp-elsewhere-section {
    padding: 3rem 1rem;
    overflow: hidden;
  }
  .fp-elsewhere-container {
    transform: none;
    width: 100%; /* Restored back to full width */
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    height: auto;
  }
  
  /* Hide the 3rd and 4th columns completely on mobile */
  .fp-elsewhere-col3, 
  .fp-elsewhere-col3 *,
  .fp-elsewhere-col3-inner,
  .fp-elsewhere-col4, 
  .fp-elsewhere-col4 *,
  .fp-elsewhere-handle {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  
  /* Col 1: Left Image */
  .fp-elsewhere-col1 {
    display: block;
    width: 61.66%; 
    height: auto !important; /* Kills the 546px desktop height override */
    padding-top: 5.55vw; 
    position: relative;
    margin-top: 0;
    top: 0;
    left: 0;
    z-index: 1;
    flex-shrink: 0;
  }
  .fp-elsewhere-col1 picture {
    display: block;
    width: 100%;
    height: auto !important; /* Kills the 526px desktop height override */
    aspect-ratio: 221.99 / 307.4; /* Exact Figma proportion */
    overflow: hidden;
  }
  .fp-elsewhere-col1 picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }
  
  /* Col 2: Right Container (Pure flexbox overlap) */
  .fp-elsewhere-col2 {
    display: block;
    width: 44.16%; /* Takes up remaining space + overlap */
    margin-left: -5.82%; /* Pulls left to overlap Col 1 */
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    z-index: 2;
    flex-shrink: 0;
    align-self: center; /* Shifts the image down with equal top and bottom margin! */
  }
  
  /* Col 2: Inner Wrapper (Borders and Image) */
  .fp-elsewhere-col2-img-wrapper {
    display: block;
    width: 100%;
    height: auto !important; /* Kills the 408px desktop height override */
    border-width: 2.66vw 0 2.66vw 2.66vw; 
    border-style: solid;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    box-sizing: border-box;
  }
  .fp-elsewhere-col2-img-wrapper picture {
    display: block;
    width: 100%;
    height: auto !important; /* Kills the 368px desktop height override */
    aspect-ratio: 149.4 / 203.57; /* Exact Figma proportion */
    overflow: hidden;
  }
  .fp-elsewhere-col2-img-wrapper picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }
  
  /* "elsewhere" text */
  .fp-elsewhere-text {
    position: absolute;
    font-size: 13vw; 
    top: 2vw;
    left: 45%;
    right: auto;
    width: 55%;
    text-align: center;
    z-index: 3;
    transform: none;
    line-height: 1;
    white-space: nowrap;
  }
}
.figma-trending-container {
    width: 1200px;
    max-width: 100%;
    margin: 0px auto 20px auto;
    position: relative;
    padding: 0;
}
.figma-trending-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.figma-trending-title {
    font-family: 'Sacramento', cursive;
    font-style: normal;
    font-weight: normal; 
    font-size: 110px; 
    line-height: normal; 
    color: rgb(0, 0, 0);
    margin: 0;
    text-transform: lowercase;
    position: relative;
    transform: translateY(35px); 
    z-index: 10;
    pointer-events: none;
}
.figma-trending-nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
.figma-trending-nav span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom: 5px;
}
.figma-trending-nav-active {
  color: #000;
  font-weight: 700;
  border-bottom: 2px solid #000;
}
.figma-trending-nav-item {
  color: #7B7B7B;
  font-weight: 400;
}
.figma-trending-grid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: 546px;
    position: relative;
}
.figma-trending-grid::before {
    content: '';
    position: absolute;
    top: -40px; /* Shifted upside by 40px so the boundary aligns perfectly with the bottom of the sub menu */
    left: 50%;
    transform: translateX(-50%);
    width: 100vw; 
    height: 625.65px;
    background: #F4F1EC; 
    z-index: -1;
}
.figma-trending-featured {
  display: flex;
  flex-direction: row;
  flex: 7;
  padding-right: 2%;
  height: 100%;
}
.figma-trending-featured-img {
  flex: 1;
  height: 100%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  border-radius: 4px;
}
.figma-trending-featured-content {
  flex: 1;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5%;
  box-sizing: border-box;
}
.figma-trending-featured-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0.3px;
  color: #000;
  margin-bottom: 15px;
  text-decoration: none;
}
.figma-trending-featured-excerpt {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 30px;
}
.figma-trending-featured-btn {
  background: #F4F1EC;
  padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: inline-block;
  align-self: flex-start;
}
.figma-trending-list {
  flex: 3;
  height: 100%;
  border-left: 2.4px solid #000;
  padding-left: 3%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.figma-trending-list-item {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-decoration: none;
  cursor: pointer;
}
.figma-trending-list-num {
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  line-height: 0.8;
  font-weight: 400;
  color: #DCD3C6;
  margin-right: 20px;
  width: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.figma-trending-list-title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  color: #DCD3C6;
  text-transform: uppercase;
  margin: 0;
}
.active-num {
  color: #000;
  font-weight: 700;
  font-style: normal;
}
.active-title {
  color: #000;
}
.figma-trending-list-btn {
  background: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 15px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: auto;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .figma-trending-grid {
    flex-direction: column;
    height: auto;
  }
  .figma-trending-featured {
    width: 100%;
    padding-right: 0;
    height: auto;
    flex-direction: column;
    flex: auto;
  }
  .figma-trending-featured-img {
    width: 100%;
    height: 400px;
    flex: auto;
  }
  .figma-trending-featured-content {
    width: 100%;
    flex: auto;
  }
  .figma-trending-list {
    width: 100%;
    border-left: none;
    border-top: 2.4px solid #000;
    padding-left: 0;
    padding-top: 30px;
    margin-top: 30px;
    height: auto;
    flex: auto;
  }
  .figma-trending-title {
    font-size: 80px;
    margin-left: 0;
    margin-top: 0;
  }
  .figma-trending-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
    }
  }
}
/* AVIF PICTURE WRAPPER SAFARI FIX */
picture.tcc-picture-wrapper {
  display: block;
  width: 100%;
}
.top-card-image, .bottom-card-image, .post-card-img-container {
  display: flex !important;
}
.top-card-image picture.tcc-picture-wrapper,
.bottom-card-image picture.tcc-picture-wrapper,
.post-card-img-container picture.tcc-picture-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* TCC Hero Redesign */
.tcc-hero-section {
    width: 100%;
    margin-top: 60px; /* White gap below header */
    margin-bottom: 0px;
      position: relative;
    /* overflow-x: hidden removed to ensure no clipping bugs, parent pseudo-element is inherently safe */
}

/* Safe, scroll-proof left background block (sits vertically in the middle of the right block) */
.tcc-hero-section::before {
    content: '';
    position: absolute;
    top: 0; /* Aligned exactly with the text content */
    bottom: 0; 
    left: 0;
    width: 50%;
    background-color: #F4F1EC;
    z-index: 0;
}

/* Safe, scroll-proof right background block (extends taller on top and bottom) */
.tcc-hero-section::after {
    content: '';
    position: absolute;
    top: -30px; /* Extends higher than the left side */
    bottom: -30px; /* Extends lower than the left side */
    right: 0;
    width: 50%; 
    background-color: #F4F1EC; 
    z-index: 0;
}

.tcc-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    z-index: 1; /* Sit above the background */
}

.tcc-hero-text {
    width: 50%; /* Restored 50/50 width */
    padding: 60px 60px 60px 15px; /* Reduced vertical padding from 100px to 60px */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tcc-hero-text h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0.3px;
    color: #000000;
    margin-bottom: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.tcc-hero-text p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #000000;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.tcc-hero-image-wrapper {
    width: 50%; /* Restored 50/50 width */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 15px; /* Reduced vertical padding from 80px to 40px */
    /* Transparent background, no pseudo elements */
    margin-top: 0;
    margin-bottom: -40px;
}

.tcc-hero-img {
    width: auto;
    max-width: 500px;
    height: auto;
    max-height: 75vh;
    object-fit: contain;
}

/* Mobile Layout */
@media (max-width: 900px) {
    .tcc-hero-section { padding-top: 0px; margin-top: 0px; margin-bottom: 0px; }
    
    .tcc-hero-section::before {
        width: 100%; /* Spans the entire screen on mobile */
        top: 0; /* No staggered offset on mobile */
    }
    
    .tcc-hero-section::after {
        display: none; /* Hide the right block on mobile, before covers 100% */
    }
    
    .tcc-hero-container {
        flex-direction: column;
    }
    
    .tcc-hero-text {
        width: 100%;
        order: 2;
        padding: 30px 20px 0px 20px;
        text-align: center;
        background-color: transparent;
        box-shadow: none;
        margin-top: 0;
    }
    
    .tcc-hero-image-wrapper {
        width: 100%;
        order: 1;
        padding: 40px 50px 10px 50px;
        background-color: transparent;
        box-shadow: none;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .tcc-hero-text h1 {
        font-size: 38px;
    }
}




.recent-hover-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 20;
  text-decoration: none !important;
  color: #fff !important;
}
.recent-card .img-container:hover .recent-hover-overlay,
.top-card:hover .recent-hover-overlay,
.bottom-card:hover .recent-hover-overlay {
  opacity: 1;
}
.recent-hover-text {
  font-family: 'Inter', 'canada-type-gibson', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.recent-hover-arrow {
  width: 70px;
  height: 18px;
  color: #fff;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,0.3));
}

/* Custom Logo */
.site-logo img.custom-logo { max-height: 45px; width: auto; display: block; }

/* Navigation Menu Colors */
.desktop-nav a, #mobile-menu nav a, .header-main nav a { color: #000 !important; }

/* Mobile Viewport Overflow Fix */
html, body { max-width: 100%; position: relative; }

/* Word break fix */
* { overflow-wrap: break-word; word-wrap: break-word; }



/* Centered Post Layout Fix */
.centered-post-header {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2rem 1rem 1rem;
}
.centered-post-image {
  max-width: 1000px !important;
  width: 100% !important;
  margin: 0 auto 2rem;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.centered-post-image img,
.centered-post-image picture,
.centered-post-image source {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: cover;
}
.centered-post-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1rem;
}
.centered-post-content .article-content {
  text-align: center;
}
.centered-post-content .article-content p,
.centered-post-content .article-content li {
  font-family: 'Antic Didone', serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 29px !important;
  color: #000000 !important;
}
.centered-post-content .article-content h1,
.centered-post-title {
  font-family: 'Marcellus', serif !important;
  font-weight: 400 !important;
  font-size: 46px !important;
  line-height: 54px !important;
  color: #222222 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.centered-post-content .article-content h2 {
  font-family: 'Adamina', serif !important;
  font-weight: 400 !important;
  font-size: 26px !important;
  line-height: 46px !important;
  color: #000000 !important;
}
.centered-post-content .article-content h3,
.centered-post-content .article-content h4,
.centered-post-content .article-content h5,
.centered-post-content .article-content h6 {
  font-family: 'Adamina', serif !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 46px !important;
  color: #000000 !important;
}
@media (min-width: 768px) {
  .centered-post-header {
    padding: 4rem 2rem 2rem;
  }
  .centered-post-image {
    margin-bottom: 4rem;
    padding: 0;
  }
  .centered-post-content {
    padding: 0 2rem;
  }
}

@media (max-width: 768px) { .figma-trending-container { margin-top: 0px !important; } }

.tcc-hero-section { margin-bottom: 0px !important; }

.tcc-hero-img { width: 100% !important; max-width: 100% !important; }

/* MEGA MENU STYLES */
.desktop-nav-container {
    position: static !important;
}
.desktop-nav-container ul {
    position: static;
}
.desktop-nav-container ul li {
    position: static;
}
.tcc-mega-panel::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 40px;
    background: transparent;
}
.tcc-mega-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    z-index: 200;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.desktop-nav-container ul li.tcc-mega-menu-parent:hover .tcc-mega-panel,
.desktop-nav-container ul li.tcc-mega-menu-parent:focus-within .tcc-mega-panel,
.tcc-mega-panel.is-open {
    display: block;
    animation: megaPanelFadeIn 0.2s ease;
}
.tcc-mega-container {
    display: flex;
    max-width: none;
    margin: 0;
    padding: 2.5rem 3rem;
    gap: 6rem;
}
.tcc-mega-left {
    flex: 0 0 250px;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding-right: 2rem;
}
.tcc-mega-subcats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.tcc-mega-subcat-link {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6b7280;
    text-decoration: none !important;
    display: block;
    transition: color 0.2s ease, transform 0.2s ease;
}
.tcc-mega-subcat-link:hover,
.tcc-mega-subcat-link:focus,
.tcc-mega-subcat-link.tcc-mega-active {
    color: #000;
    text-decoration: none !important;
    transform: translateX(5px);
}
.tcc-mega-right {
    flex: 1;
}
.tcc-mega-posts-group {
    display: none;
}
.tcc-mega-posts-group.tcc-mega-active {
    display: block;
    animation: megaGroupFadeIn 0.2s ease;
}
.tcc-mega-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 160px);
    gap: 3rem;
}
.tcc-mega-post-card {
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #000;
    transition: transform 0.3s ease;
}
.tcc-mega-post-card:hover {
    transform: translateY(-5px);
    text-decoration: none !important;
}
.tcc-mega-post-card:hover .tcc-mega-post-title {
    text-decoration: none !important;
}
.tcc-mega-post-img {
    width: 100%;
    aspect-ratio: 3/4;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    background-color: #e5e7eb;
}
.tcc-mega-post-title {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: none !important;
}
.tcc-mega-label {
    margin-bottom: 1.5rem;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #6b7280;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 0.5rem;
}
.tcc-mega-empty {
    color: #6b7280;
    font-size: 14px;
    font-style: italic;
}
@media (max-width: 1200px) {
    .tcc-mega-panel { display: none !important; }
}
@keyframes megaPanelFadeIn {
    from { opacity: 0; transform: translate(-50%, -5px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}
@keyframes megaGroupFadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.desktop-nav > li > a {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px !important;
    text-decoration-color: transparent !important;
    transition: text-decoration-color 0.25s ease, color 0.25s ease !important;
}
.desktop-nav > li > a:hover,
.desktop-nav > li.tcc-mega-menu-parent:hover > a,
.desktop-nav > li.tcc-mega-menu-parent:focus-within > a {
    text-decoration-color: #000 !important;
    color: #000 !important;
}

/* Site Wrapper to clamp 100vw backgrounds without triggering scrollbars or breaking ad scripts */
.site-wrapper {
    overflow-x: clip;
    width: 100%;
    position: relative;
}


/* ==========================================================================
   CENTERED POST LAYOUT RESPONSIVE TYPOGRAPHY
   ========================================================================== */
@media (min-width: 768px) {
  .centered-post-title, .centered-post-breadcrumb {
    text-align: center;
  }
.centered-post-meta {
    justify-content: center;
  }
}

.centered-post-meta span:not(:last-child)::after {
  content: "·";
  margin-left: 1rem;
}

@media (max-width: 767px) {
  html, body {
    -webkit-text-size-adjust: 100% !important;
  }
  .centered-post-title, .centered-post-breadcrumb {
    text-align: center;
  }
  .centered-post-meta {
    justify-content: center;
  }
  .centered-post-content .article-content h1,
  .centered-post-title {
    font-family: 'Marcellus', serif !important;
    font-weight: 400 !important;
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }
}


/* ==========================================================================
   FIGMA REDESIGN - SHOP MY VIDEOS
   ========================================================================== */
.figma-smv-section {
  background: #F3F0EB;
  padding: 65px 0px;
  border-bottom: 0.8px solid #000000;
  overflow: hidden;
  height: 533.98px;
  box-sizing: border-box;
}
.figma-smv-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1536px;
  padding: 0 40px;
  height: 100%;
}
.figma-smv-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 300px;
  flex-shrink: 0;
  padding-right: 40px;
}
.figma-smv-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.figma-smv-heading {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  text-align: left;
}
.figma-smv-nav-arrows {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.figma-smv-nav-arrow {
  width: 32px;
  height: 32px;
  border: 0.8px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.figma-smv-nav-arrow:hover {
  background: rgba(0,0,0,0.05);
}
.figma-smv-right {
  min-width: 0;
  max-width: 100%;
  padding-left: 20px;
  height: 403px;
}
.figma-smv-slider {
  display: flex;
  gap: 0px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0px;
  scrollbar-width: none; /* Firefox */
  height: 100%;
}
.figma-smv-slider::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.figma-smv-slide {
  width: 205px;
  flex: 0 0 205px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.figma-smv-thumb {
  width: 184px;
  height: 327px;
  border: 0.8px solid #333333;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  margin-left: 10px;
  cursor: pointer;
}
.figma-smv-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.figma-smv-thumb:hover img {
  transform: scale(1.05);
}
.figma-smv-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  z-index: 10;
}
.figma-smv-play-circle {
  position: absolute;
  inset: 0;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  box-shadow: 1px 0px 12px rgba(0,0,0,0.3);
  opacity: 0.9;
  transition: transform 0.3s ease;
}
.figma-smv-thumb:hover .figma-smv-play-circle {
  transform: scale(1.1);
}
.figma-smv-play-icon {
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  z-index: 2;
  transform: translateX(1px); /* optical alignment */
}
.figma-smv-product-title {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 8px;
  margin-left: 10px;
  font-weight: 600;
}
.figma-smv-shop-btn {
  width: 167px;
  height: 38px;
  border: 0.8px solid #000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  margin-left: 10px;
  transition: all 0.3s ease;
  font-weight: 600;
}
.figma-smv-shop-btn:hover {
  background: #000;
  color: #fff;
}
@media(max-width: 900px) {
  .figma-smv-container {
    flex-direction: column;
    padding: 0 20px;
  }
  .figma-smv-left {
    width: 100%;
    align-items: flex-start;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .figma-smv-heading {
    text-align: left;
  }
  .figma-smv-right {
    padding-left: 0;
    width: 100%;
  }
}


/* ==========================================================================
   FIGMA REDESIGN - SOCIAL / INSTAGRAM SECTION
   ========================================================================== */
.figma-ig-section {
  width: 100%;
  position: relative;
}
.figma-ig-header {
  background: #F4F1EC;
  padding: 50px 20px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.figma-ig-subtitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.figma-ig-title {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 60px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  line-height: 1;
}
.figma-ig-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}
.figma-ig-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.figma-ig-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 38px;
  background: #020202;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.figma-ig-btn:hover {
  opacity: 0.8;
  color: #FFF;
}
.figma-ig-grid {
  display: block;
  width: 100%;
  border-top: 1px solid #000;
}
.figma-ig-grid #sb_instagram {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.figma-ig-grid #sbi_images {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.figma-ig-grid .sbi_item {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-right: 1px solid #000 !important;
  outline: none !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.figma-ig-grid .sbi_item:nth-child(6n) {
  border-right: none !important;
}
.figma-ig-grid .sbi_photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease;
}
.figma-ig-grid .sbi_item:hover .sbi_photo {
  transform: scale(1.05);
}
.figma-ig-grid .sbi_header, 
.figma-ig-grid .sbi_load_btn, 
.figma-ig-grid .sbi_follow_btn {
  display: none !important;
}
.figma-ig-grid .sbi_item:nth-child(n+7) {
  display: none !important;
}
@media (max-width: 1024px) {
  .figma-ig-grid #sbi_images { 
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }
  .figma-ig-grid #sbi_images::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }
  .figma-ig-grid .sbi_item { 
    flex: 0 0 30% !important; 
    scroll-snap-align: start;
  }
}

@media(max-width: 600px) {
  .figma-ig-title {
    font-size: 48px;
  }
}
/* ==========================================================================
   FIGMA REDESIGN - FOOTER
   ========================================================================== */
.figma-footer {
  background: #F8F5EE;
  position: relative;
  width: 100%;
}
.figma-footer-main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  position: relative;
}
.figma-footer-divider {
  width: 1px;
  height: 220px;
  background-color: #3C3C3C;
  flex-shrink: 0;
}
.figma-footer-col {
  display: flex;
  flex-direction: column;
  flex: 1;
}
/* Left Column */
.figma-footer-col-left {
  align-items: center;
}
.figma-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.figma-footer-nav a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #3C3C3C;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s ease;
}
.figma-footer-nav a:hover {
  opacity: 0.7;
}
.figma-footer-shop-btn {
  border: 0.8px solid #3C3C3C;
  padding: 8px 30px;
  margin-top: 10px;
}
/* Middle Column */
.figma-footer-col-middle {
  align-items: center;
}
.figma-footer-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.branding-top {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 2.4px;
  color: #3C3C3C;
  text-transform: uppercase;
}
.branding-logo {
  font-family: 'Playfair Display', serif;
  font-size: 100px;
  font-weight: 400;
  color: #3C3C3C;
  line-height: 1;
  margin: 5px 0;
}
.figma-footer-branding img {
  mix-blend-mode: multiply;
}
.branding-bottom {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 2.4px;
  color: #3C3C3C;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 15px;
}
.branding-bottom .line {
  width: 40px;
  height: 1px;
  background-color: #3C3C3C;
}
.figma-footer-social {
  display: flex;
  gap: 20px;
}
.figma-footer-social a {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #3C3C3C;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.figma-footer-social a:hover {
  opacity: 0.7;
}
/* Right Column */
.figma-footer-col-right {
  align-items: center;
}
.newsletter-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 400;
  color: #3C3C3C;
  margin-bottom: 10px;
  margin-top: 0;
}
.newsletter-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.9px;
  color: #3C3C3C;
  text-align: center;
  margin-bottom: 25px;
  max-width: 280px;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 250px;
}
.newsletter-form input {
  width: 100%;
  padding: 10px 14px;
  border: 0.8px solid #3C3C3C;
  background: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-align: center;
  box-sizing: border-box;
}
.newsletter-form input::placeholder {
  color: #3C3C3C;
  text-align: center;
}
.newsletter-form button {
  width: 100%;
  padding: 12px 14px;
  background: #3C3C3C;
  border: 0.8px solid #3C3C3C;
  color: #F8F5EE;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-top: 5px;
}
.newsletter-form button:hover {
  opacity: 0.8;
}
/* Back to top */
.figma-back-to-top {
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  background: transparent;
  border: none;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 2px;
  color: #3C3C3C;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
}
/* Bottom bar */
.figma-footer-bottom {
  background: #ECE8E4;
  padding: 12px 0;
  text-align: center;
}
.figma-footer-bottom p {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.7px;
  color: #3C3C3C;
  margin: 0;
  text-transform: uppercase;
}
.figma-footer-bottom a {
  color: #3C3C3C;
  text-decoration: none;
}
/* Responsive */
@media(max-width: 900px) {
  .figma-footer-main {
    flex-direction: column;
    gap: 50px;
  }
  .figma-footer-divider {
    display: none;
  }
}
/* ==========================================================================
   MOBILE OPTIMIZATION (ALL NEW SECTIONS)
   ========================================================================== */
@media (max-width: 900px) {
    /* Wardrobe Post */
    .centered-post-title {
        text-align: center !important;
    }
    .article-title {
        font-size: 28px;
    }
    /* Trending Section */
    .figma-trending-title-wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0px !important;
    }
    .figma-trending-title {
        transform: translateY(10px) !important;
    }
    .figma-trending-nav {
        flex-wrap: nowrap !important;
        gap: 12px !important;
        overflow-x: auto;
        padding-bottom: 5px;
        width: 100%;
        scrollbar-width: none;
    }
    .figma-trending-nav::-webkit-scrollbar {
        display: none;
    }
    .figma-trending-nav span {
        font-size: 11px !important;
        letter-spacing: 0.5px !important;
        white-space: nowrap;
    }
    .figma-trending-featured-title {
        font-size: 26px !important;
    }
    .figma-trending-featured-img {
        height: 300px !important;
    }

    /* Shop My Videos */
    .figma-smv-section {
        height: auto !important;
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }
    .figma-smv-container {
        height: auto !important;
        display: flex;
        flex-direction: column;
    }
    .figma-smv-left, .figma-smv-title-wrapper {
        display: contents !important;
    }
    .figma-smv-heading {
        font-size: 40px !important;
        order: 1;
        width: 100%;
        text-align: center !important;
        margin-bottom: 25px !important;
    }
    .figma-smv-right {
        order: 2;
        width: 100%;
        padding-left: 0 !important;
    }
    .figma-smv-nav-arrows {
        order: 3;
        width: 100%;
        justify-content: center !important;
        margin-top: 30px !important;
    }
    .figma-smv-slider {
        display: flex !important;
        gap: 15px;
    }
    .figma-smv-slide {
        width: calc(50% - 7.5px) !important;
        flex: 0 0 calc(50% - 7.5px) !important;
    }
    .figma-smv-thumb {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 9/16;
        margin-left: 0 !important;
        margin-bottom: 15px !important;
    }
    .figma-smv-product-title, .figma-smv-shop-btn {
        margin-left: 0 !important;
        width: 100% !important;
    }

    /* Instagram */
    .figma-ig-header {
        padding: 40px 20px !important;
    }
    .figma-ig-title {
        font-size: 36px !important;
    }

    /* Footer */
    .branding-logo {
        font-size: 70px !important;
    }
    .figma-footer-branding {
        margin-bottom: 0px !important;
    }
    .figma-footer-col-middle {
        order: 1;
    }
    .figma-footer-col-left {
        order: 2;
    }
    .figma-footer-col-right {
        order: 3;
    }
}
/* 
==========================================================================
   THE LATEST SECTION (HOMEPAGE REDESIGN)
========================================================================== */
.fp-the-latest-section {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto 40px auto; /* Reduced bottom margin from 80px to 40px */
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

/* This dummy element counterbalances the header's exact 90px width (80px + 10px gap) 
   so the grid itself sits perfectly dead-center on the screen! */
.fp-the-latest-section::after {
    content: '';
    width: 90px;
    flex-shrink: 0;
}

.fp-latest-header {
    position: relative;
    width: 80px;
    flex-shrink: 0;
    margin-right: 10px;
}

.fp-latest-title {
    font-family: 'Bodoni Moda', 'Vidaloka', serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1px;
    color: #000000;
    margin: 0;
    white-space: nowrap;
    transform: rotate(-90deg) translateX(-100%) scaleY(1.6);
    transform-origin: top left;
    position: absolute;
    top: 0px;
    left: 0px;
}

.fp-latest-content {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
}

.fp-latest-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
    row-gap: 100px;
    margin-bottom: 80px;
}

.fp-latest-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 405px;
    margin: 0 auto;
    text-decoration: none;
}

.fp-latest-card-img-wrapper {
    width: 100%;
    aspect-ratio: 405 / 509;
    background-color: #f4f4f4;
    overflow: hidden;
    margin-bottom: 20px;
}

.fp-latest-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.fp-latest-card:hover .fp-latest-card-img-wrapper img {
    transform: scale(1.05);
}

.fp-latest-meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.fp-latest-category {
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    margin-right: 12px;
}

.fp-latest-date {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
}

.fp-latest-post-title {
    font-family: 'Bodoni Moda', 'Vidaloka', serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
    margin: 0 0 15px 0;
    transform: scaleY(1.5) scaleX(0.95);
    transform-origin: left top;
    letter-spacing: -1px;
}

.fp-latest-view-more {
    font-family: 'Editors Note Light Italic', 'Playfair Display', serif;
    font-style: italic;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    align-self: flex-end; /* Align right on PC */
}

/* ==========================================================================
   Trending Posts Section (New)
   ========================================================================== */
.fp-trending-section {
    background-color: #ffffff;
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #000000;
}

.fp-trending-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 30px 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

/* Dummy element to counterbalance the header width for center alignment */
.fp-trending-container::after {
    content: '';
    width: 130px;
    flex-shrink: 0;
}

.fp-trending-header {
    position: relative;
    width: 70px;
    height: 372px;
    flex-shrink: 0;
    margin-right: 60px;
}

.fp-trending-title {
    font-family: 'Bodoni Moda', 'Vidaloka', serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: -1px;
    color: #000000;
    margin: 0;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg) scaleY(1.3) scaleX(0.9);
    transform-origin: center center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fp-trending-divider {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #000000;
}

.fp-trending-content {
    flex-grow: 1;
    max-width: 900px;
}

.fp-trending-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 80px;
}

.fp-trending-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.fp-trending-card:hover .fp-trending-card-img-wrapper img {
    transform: scale(1.05);
}

.fp-trending-card-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 125%; /* 5/4 aspect ratio */
    overflow: hidden;
    margin-bottom: 20px;
}

.fp-trending-card-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.fp-trending-card-content {
    display: flex;
    flex-direction: column;
}

.fp-trending-meta-row {
    margin-bottom: 10px;
}

.fp-trending-category {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
}

.fp-trending-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-trending-post-title {
    font-family: 'Bodoni Moda', 'Vidaloka', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    color: #000000;
    margin: 0;
    transform: scaleY(1.3) scaleX(0.95);
    transform-origin: left top;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fp-trending-mobile-nav {
    display: none;
}

@media (max-width: 900px) {
    .fp-trending-container {
        flex-direction: column;
        align-items: center;
        padding: 0 20px 30px 20px;
    }
    .fp-trending-container::after {
        display: none;
    }
    
    .fp-trending-header {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    
    .fp-trending-title {
        position: static;
        transform: scaleY(1.3) scaleX(0.9);
        text-align: center;
    }
    
    .fp-trending-divider {
        display: none;
    }
    
    .fp-trending-grid {
        display: flex;
        justify-content: center;
        gap: 0;
        width: 100%;
        margin: 0;
        padding: 0 40px;
    }
    
    .fp-trending-card {
        width: 100%;
        max-width: 280px;
    }
    
    .fp-trending-mobile-nav {
        display: flex;
        position: absolute;
        top: 175px;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        z-index: 10;
        cursor: pointer;
    }
    .fp-trending-mobile-nav.prev {
        left: 0;
    }
    .fp-trending-mobile-nav.next {
        right: 0;
    }
    
    .fp-trending-mobile-nav svg {
        width: 18px;
        height: 30px;
    }
    
    .fp-trending-card-content {
        align-items: center;
        text-align: center;
        padding-top: 0;
    }
    
    .fp-trending-post-title {
        order: 1;
        font-size: 26px;
        line-height: 1.2;
        transform: scaleY(1.3) scaleX(0.95);
        letter-spacing: -1px;
    }
    
    .fp-trending-meta-row {
        order: 2;
        width: 100%;
        justify-content: center;
        margin-top: 45px;
        margin-bottom: 0;
    }
    
    .fp-trending-category {
        display: none;
    }
}

@media (max-width: 900px) {
    .fp-the-latest-section {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 20px; /* Overrides desktop bottom margin to reduce empty space */
    }
    .fp-the-latest-section::after {
        display: none;
    }
    .fp-latest-header {
        width: 100%;
        margin-bottom: 20px;
        overflow: visible;
    }
    .fp-latest-title {
        transform: scaleY(1.6);
        transform-origin: center;
        position: static;
        text-align: center;
        font-size: 36px;
        line-height: 1.2;
    }
    .fp-latest-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 60px;
    }
    
    .fp-latest-card {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .fp-latest-view-more {
        align-self: center; /* Keep centered on mobile */
    }
}

/* ==========================================================================
   Creator Hub Section
   ========================================================================== */
.fp-creator-hub-section {
    background-color: #FBF6EF;
    width: 100%;
    padding: 60px 20px;
    font-family: 'Inter', sans-serif;
}
.fp-creator-hub-container {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fp-creator-hub-header {
    text-align: center;
    margin-bottom: 40px;
}
.fp-creator-hub-title-wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 20px;
}
.fp-creator-hub-initial {
    font-family: 'Herr Von Muellerhoff', 'Allura', cursive;
    font-weight: 300;
    font-size: 110px;
    line-height: 1;
    color: #000;
    margin-right: 20px;
    position: relative;
    top: 5px;
}
.fp-creator-hub-title {
    font-family: 'Bodoni Moda', 'Vidaloka', serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    transform: scaleY(1.6);
    transform-origin: bottom;
    letter-spacing: -1px;
}
.fp-creator-hub-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    max-width: 600px;
    margin: 0 auto;
}
.fp-creator-hub-resources-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.fp-creator-hub-label {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
    text-align: left;
}
.fp-creator-hub-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.fp-creator-hub-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #000;
    text-decoration: none;
    color: #000;
}
.fp-creator-hub-item:last-child {
    border-bottom: 1px solid #000;
}
.fp-creator-hub-item-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}
.fp-creator-hub-arrow-icon {
    width: 40px;
    height: 30px;
    flex-shrink: 0;
}
.fp-creator-hub-item-title {
    font-family: 'Bodoni Moda', 'Vidaloka', serif;
    font-size: 28px;
    line-height: 1.2;
    color: #000;
    transform: scaleY(1.3) scaleX(0.95);
    transform-origin: left center;
}
.fp-creator-hub-read-more {
    font-family: 'Editors Note Light Italic', 'Playfair Display', serif;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
    margin-left: 20px;
}
.fp-creator-hub-see-more-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.fp-creator-hub-see-more {
    font-family: 'Editors Note Light Italic', 'Playfair Display', serif;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

@media (max-width: 900px) {
    .fp-creator-hub-section {
        padding: 40px 30px; /* Add horizontal padding to shrink content width */
    }
    .fp-creator-hub-container {
        max-width: 320px;
        margin: 0 auto;
    }
    .fp-creator-hub-initial {
        font-size: 80px;
    }
    .fp-creator-hub-title {
        font-size: 30px;
    }
    .fp-creator-hub-label {
        display: none;
    }
    .fp-creator-hub-arrow-icon {
        display: none;
    }
    .fp-creator-hub-item {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 30px 0;
    }
    .fp-creator-hub-item-left {
        justify-content: center;
        text-align: center;
    }
    .fp-creator-hub-item-title {
        font-size: 26px;
        text-align: center;
    }
    .fp-creator-hub-read-more {
        align-self: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .fp-creator-hub-see-more-wrapper {
        justify-content: center;
    }
    
    /* Mobile Header Logo Resize */
    .header-logo-tcc {
        font-size: 1.8rem !important;
    }
    .header-logo-text {
        font-size: 1.1rem !important;
    }
}

/* ==========================================================================
   TABLE OF CONTENTS
   ========================================================================== */
.tcc-toc-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 30px 0px 30px;
    position: relative;
    width: 100%;
    max-width: 837px;
    background: #FFFFFF;
    border: 1.6px solid #EDE0C8;
    margin-bottom: 40px;
}

.tcc-toc-title {
    width: 100%;
    font-family: 'DM Serif Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.36;
    color: #131313;
    padding-bottom: 8px;
    border-bottom: 0.8px solid #EDE0C8;
    margin-top: 0;
    margin-bottom: 20px;
}

.article-body .tcc-toc-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    margin: 0 0 20px 0;
    list-style: none;
}

.article-body .tcc-toc-item {
    width: 100%;
    margin-bottom: 4px;
    padding-left: 0;
    text-align: left !important;
}
.article-body .tcc-toc-item:last-child {
    margin-bottom: 0;
}

.article-body .tcc-toc-item-h3 {
    padding-left: 20px; /* indent h3 items */
}

.article-body .tcc-toc-item::before {
    display: none;
}

.tcc-toc-hidden-item {
    display: none;
}
.tcc-toc-is-expanded .tcc-toc-hidden-item {
    display: block;
}

.article-body .tcc-toc-item a {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17.1px;
    line-height: 1.6;
    color: #131313;
    text-decoration: none;
    background: none; /* override green highlight */
}
.article-body .tcc-toc-item a:hover {
    text-decoration: underline;
}

/* Expand area */
.tcc-toc-expand {
    width: calc(100% + 60px); /* 100% + 30px left padding + 30px right padding */
    height: 50px;
    margin-left: -30px;
    background: #FAF6EE;
    display: flex;
    align-items: center;
}

.tcc-toc-expand-btn {
    background: transparent;
    border: none;
    padding: 0 0 0 30px;
    cursor: pointer;
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #131313;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* 
==========================================================================
   Author Hover Card
========================================================================== */
.tcc-author-hover-wrapper {
    position: relative;
    display: inline-block;
}

.tcc-author-name {
    color: #2C2C2C;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #2C2C2C;
    padding-bottom: 1px;
}

.tcc-author-hover-card {
    position: absolute;
    top: calc(100% + 15px);
    left: -20px;
    width: 360px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 24px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    text-align: left;
    border: 1px solid #EAEAEA;
    cursor: default;
}

.tcc-author-hover-wrapper:hover .tcc-author-hover-card {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tcc-author-card-pointer {
    position: absolute;
    top: -8px;
    left: 40px;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    transform: rotate(45deg);
    border-top: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
}

.tcc-author-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.tcc-author-card-avatar {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.tcc-author-card-name {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #2C2C2C;
    text-decoration: none;
    border-bottom: 1px solid #2C2C2C;
}

.tcc-author-card-name:hover {
    color: #000;
}

.tcc-author-card-bio {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #2C2C2C;
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
}

/* ==========================================================================
   CUSTOM LIGHTBOX
   ========================================================================== */
.tcc-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: zoom-out;
    touch-action: none;
}
.tcc-lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}
.tcc-lightbox-image {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    transform: scale(0.95);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 10px 40px rgba(0,0,0,0.6);
    border-radius: 4px;
}
.tcc-lightbox-overlay.active .tcc-lightbox-image {
    transform: scale(1);
}
.tcc-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: 300;
    cursor: pointer;
    line-height: 1;
    z-index: 1000000;
    font-family: sans-serif;
}
.tcc-lightbox-close:hover {
    color: #ccc;
}

.tcc-image-zoom-wrapper {
    position: relative;
    display: block; /* Images are usually block or within figures */
    width: fit-content;
    margin: 0 auto;
}
.wp-block-image .tcc-image-zoom-wrapper {
    width: 100%;
}
.tcc-image-zoom-hint {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    pointer-events: none; /* Let clicks pass through to the image */
    opacity: 0.85;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.tcc-image-zoom-wrapper:hover .tcc-image-zoom-hint {
    opacity: 1;
}
@media (min-width: 769px) {
    .tcc-image-zoom-hint {
        opacity: 0; /* Hide on desktop until hovered */
    }
    .tcc-image-zoom-hint span {
        display: none; /* Only show icon on desktop to keep it minimal, or we can just change text */
    }
    .tcc-image-zoom-hint::after {
        content: 'Double click to zoom';
    }
}
@media (max-width: 768px) {
    .tcc-image-zoom-hint span {
        display: inline;
    }
}

/* ==========================================================================
   Figma Newsletter Redesign
   ========================================================================== */
.figma-newsletter-section {
    background-color: #ffffff;
    width: 100%;
    height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-top: 0;
    margin-bottom: 0;
}

.figma-newsletter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    width: 100%;
}

.figma-newsletter-label {
    font-family: 'Engravers Gothic', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #3C3C3C;
    margin-bottom: 20px;
    text-align: center;
}

.figma-newsletter-title {
    font-family: 'Noto Serif Display', var(--font-serif);
    font-size: 35px;
    line-height: 1.3;
    color: #3C3C3C;
    margin: 0 0 10px 0;
    text-align: center;
}

.figma-newsletter-subtitle {
    font-family: 'Noto Serif Display', var(--font-serif);
    font-size: 27px;
    line-height: 1.3;
    color: #3C3C3C;
    margin: 0 0 25px 0;
    text-align: center;
    font-style: italic;
}

.figma-newsletter-desc {
    font-family: 'Noto Sans', var(--font-sans);
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1.05px;
    color: #3C3C3C;
    text-align: center;
    max-width: 480px;
    margin: 0 0 40px 0;
}

.figma-newsletter-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 713px;
}

.figma-input-wrapper {
    flex: 1;
    min-width: 140px;
    max-width: 250px;
}

.figma-newsletter-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 21px;
    width: 100%;
    height: 46px;
    border: 0.8px solid #3C3C3C;
    background: transparent;
    font-family: 'Noto Sans', var(--font-sans);
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.4px;
    color: #3C3C3C;
    outline: none;
}

.figma-newsletter-input::placeholder {
    color: #3C3C3C;
    opacity: 1;
}

.figma-btn-wrapper {
    width: 180px;
}

.figma-newsletter-btn {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    border: 0.8px solid #3C3C3C;
    background: transparent;
    font-family: 'aktiv-grotesk', sans-serif;
    font-size: 12px;
    line-height: 1.67;
    text-align: center;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    color: #3C3C3C;
    cursor: pointer;
    transition: all 0.3s ease;
}

.figma-newsletter-btn:hover {
    background: #3C3C3C;
    color: #ECE8E4;
}

@media (max-width: 768px) {
    .figma-newsletter-section {
        height: auto;
        padding: 60px 20px;
    }
    .figma-newsletter-form {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .figma-input-wrapper,
    .figma-btn-wrapper {
        width: 100%;
        max-width: 100%;
    }
}

/* ==========================================================================
   Stitch Responsive Hero Section Design
   ========================================================================== */

/* Global Colors & Fonts from Tailwind config */
:root {
	--stitch-primary: #000000;
	--stitch-on-primary: #ffffff;
	--stitch-background: #ffffff;
	--stitch-surface-variant: #e2e2e2;
	--stitch-outline-variant: #cfc4c5;
	
	/* Card Colors */
	--card-orange: #fe6b00;
	--card-green: #4de082;
	--card-blue: #89CFF0;
	--card-red-glasses: #ffdad6;
	--card-dark-green: #00210c;
	--card-yellow: #f8c105;
	--card-teal: #a0e8df;

	/* Grid layout */
	--hero-desktop-height: 85vh;
}

.figma-hero-section {
	width: 100%;
	background-color: var(--stitch-background);
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: var(--stitch-primary);
	overflow: hidden;
}

/* --------------------------------------
   Desktop Layout
--------------------------------------- */
@media (min-width: 769px) {
	.hidden-desktop { display: none !important; }
	
	.figma-hero-desktop {
		max-width: 1280px;
		margin: 0 auto;
		padding: 40px 24px 32px;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}

	/* Header Row */
	.figma-hero-header {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 20px;
		position: relative;
	}

	.figma-hero-learn {
		position: relative;
		width: 100px;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.figma-hero-circle-text {
		position: absolute;
		width: 100%;
		height: 100%;
		animation: stitch-rotate 10s linear infinite;
	}
	.figma-hero-circle-text text {
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		fill: #000;
	}
	.figma-hero-play-btn {
		width: 40px;
		height: 40px;
		background: #000;
		color: #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		cursor: pointer;
		transition: transform 0.2s;
	}
	.figma-hero-play-btn:hover { transform: scale(1.1); }

	.figma-hero-title {
		font-size: 56px;
		font-weight: 700;
		line-height: 1.1;
		letter-spacing: -0.02em;
		text-align: center;
		margin: 0;
	}

	.figma-hero-avatars {
		display: flex;
		align-items: center;
	}
	.figma-hero-avatars img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 3px solid #fff;
		object-fit: cover;
		margin-left: -15px;
	}
	.figma-hero-avatars img:first-child { margin-left: 0; }
	.figma-hero-avatar-more {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 3px solid #fff;
		background: #000;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		font-weight: bold;
		margin-left: -15px;
		z-index: 10;
	}

	/* Masonry Grid Row */
	.figma-hero-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		gap: 24px;
		height: 450px;
		margin-bottom: 0;
	}
	.figma-grid-col {
		display: flex;
		flex-direction: column;
		gap: 24px;
		height: 100%;
	}
	.figma-card {
		border-radius: 24px;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	

	.figma-card img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		transition: transform 0.5s;
	}
	.figma-card:hover img {
		transform: scale(1.05);
	}
	
	/* Col 1 */
	.col-1 .card-orange { height: 65%; background: var(--card-orange); }
	.col-1 .card-teal { height: 35%; background: var(--card-teal); border-radius: 24px; }
	
	/* Col 2 */
	.col-2 { padding-top: 40px; }
	.col-2 .card-green { height: 100%; background: var(--card-green); }
	
	/* Col 3 */
	.col-3 {
		align-items: center;
		justify-content: center;
		padding-top: 60px;
	}
	.figma-hero-flower-icon { margin-bottom: 20px; }
	.col-3 .card-yellow { height: 220px; width: 100%; background: var(--card-yellow); border-radius: 24px; margin-bottom: 24px; }
	.figma-hero-explore-btn {
		background: #000;
		color: #fff;
		border: none;
		border-radius: 50px;
		padding: 16px 24px;
		font-size: 14px;
		font-weight: 600;
		display: flex;
		align-items: center;
		gap: 12px;
		cursor: pointer;
		transition: background 0.2s, transform 0.2s;
	}
	.figma-hero-explore-btn:hover { background: #333; transform: translateY(-2px); }

	/* Col 4 */
	.col-4 { padding-top: 40px; }
	.col-4 .card-blue { height: 100%; background: var(--card-blue); }
	
	/* Col 5 */
	.col-5 .card-red-glasses { height: 50%; background: var(--card-red-glasses); }
	.col-5 .card-dark-green { height: 50%; background: var(--card-dark-green); }
}

/* --------------------------------------
   Mobile Layout
--------------------------------------- */
@media (max-width: 768px) {
	.hidden-mobile { display: none !important; }
	
	.figma-hero-mobile {
		padding: 16px 16px 8px;
		overflow: hidden;
	}

	.figma-mobile-header {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 16px;
	}

	.figma-mobile-learn {
		position: relative;
		width: 80px;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 12px;
	}
	.figma-hero-circle-text {
		position: absolute;
		width: 100%;
		height: 100%;
		animation: stitch-rotate 10s linear infinite;
	}
	.figma-hero-circle-text text {
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		fill: #4c4546;
	}
	.figma-hero-play-btn {
		width: 32px;
		height: 32px;
		background: #e8e8e8;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		color: #000;
	}

	.figma-mobile-title {
		font-size: 32px;
		font-weight: 700;
		line-height: 1.1;
		letter-spacing: -0.02em;
		margin-bottom: 12px;
	}

	.figma-mobile-avatars {
		display: flex;
		align-items: center;
	}
	.figma-mobile-avatars img, .figma-mobile-avatar-more {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		border: 2px solid #fff;
		margin-left: -12px;
		background: #eeeeee;
	}
	.figma-mobile-avatars img:first-child { margin-left: 0; }
	.figma-mobile-avatar-more {
		background: #000;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: bold;
		z-index: 10;
	}

	.figma-mobile-carousel {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 16px;
		padding-bottom: 8px;
		margin: 0 -16px 16px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.figma-mobile-carousel::-webkit-scrollbar { display: none; }
	.figma-carousel-card {
		width: 75%;
		flex: 0 0 75%;
		max-width: 75%;
		height: 380px;
		scroll-snap-align: center;
		border-radius: 24px;
		position: relative;
		overflow: hidden;
	}
	.figma-carousel-card img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.card-orange { background: var(--card-orange); }
	.card-green { background: var(--card-green); }
	.card-blue { background: var(--card-blue); }
	.card-red-glasses { background: var(--card-red-glasses); }

	.figma-mobile-cta {
		display: flex;
		justify-content: center;
		margin-bottom: 16px;
	}
	.figma-hero-explore-btn {
		background: #000;
		color: #fff;
		border: none;
		border-radius: 50px;
		padding: 14px 32px;
		font-size: 14px;
		font-weight: 600;
		display: flex;
		align-items: center;
		gap: 12px;
		box-shadow: 0 4px 14px rgba(0,0,0,0.25);
	}
}

@keyframes stitch-rotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/* ==========================================================================
   SHOP MY VIDEOS - LIGHTBOX
   ========================================================================== */
.tcc-smv-lightbox {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tcc-smv-lightbox-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
}
.tcc-smv-lightbox-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    height: 80vh;
    background: #fff;
    border-radius: 12px;
    z-index: 2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.tcc-smv-lightbox-close {
    position: absolute;
    top: 15px; right: 20px;
    background: none; border: none;
    font-size: 30px; color: #333;
    cursor: pointer; z-index: 10;
}
.tcc-smv-lightbox-layout {
    display: flex;
    width: 100%; height: 100%;
}
.tcc-smv-lightbox-video {
    flex: 1.2;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#tcc-smv-player-container {
    width: 100%; height: 100%;
    position: absolute; top:0; left:0;
}
.tcc-smv-lightbox-shop {
    flex: 1;
    background: #FAF6EE;
    padding: 40px;
    overflow-y: auto;
}
.tcc-smv-shop-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.tcc-smv-products-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tcc-smv-products-grid .tcc-affiliate-carousel-wrap {
    margin: 0 !important;
}

@media (max-width: 900px) {
    .tcc-smv-lightbox-layout {
        flex-direction: column;
    }
    .tcc-smv-lightbox-video {
        flex: 1;
        min-height: 50vh;
    }
    .tcc-smv-lightbox-shop {
        flex: 1;
        padding: 20px;
    }
}

/* ==========================================================================
   CUSTOM PINTEREST HOVER BUTTON
   ========================================================================== */
.tcc-pin-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.tcc-pin-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #E60023; /* Classic Pinterest Red */
    color: #fff; /* White text */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.tcc-pin-btn:hover {
    background-color: #E60023; /* Solid red */
    color: #fff;
}
.tcc-pin-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.tcc-pin-wrapper:hover .tcc-pin-btn {
    opacity: 1;
    visibility: visible;
}

/* Ensure digits in the main blog post title are full height (lining numbers), excluding wardrobe posts */
.entry-title.article-title {
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum" 1;
}

/* ==========================================================================
   PAGINATION STYLING
   ========================================================================== */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.pagination {
    margin: 3rem 0;
    text-align: center;
}
.pagination .nav-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 16px;
    background-color: transparent;
    color: var(--text-color, #111);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 100px;
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
}
.pagination .page-numbers:hover {
    background-color: #f7f7f7;
    border-color: #dcdcdc;
}
.pagination .page-numbers.current {
    background-color: #111;
    color: #fff;
    border-color: #111;
    cursor: default;
}
.pagination .page-numbers.dots {
    background-color: transparent;
    border: none;
    color: #888;
    min-width: 20px;
    padding: 0;
}

/* ==========================================================================
   INLINE READ MORE SHORTCODE (Newsweek Style)
   ========================================================================== */

.tcc-inline-read-more {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: relative;
    width: 100%;
    max-width: 680px;
    border: 0.8px solid #E7E0C9;
    margin: 2.5rem auto; /* Centered in content */
    background-color: #fff;
    clear: both;
}

/* Reset any global thick underlines from the article body */
.tcc-inline-read-more a {
    background-image: none !important;
    box-shadow: none !important;
}

.tcc-inline-read-more .rm-header {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 24px;
    width: 100%;
    border-bottom: 0.8px solid #E7E0C9;
}

.tcc-inline-read-more .rm-prefix {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
    color: #A6A08E;
}

.tcc-inline-read-more .rm-category {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
    text-decoration: underline !important;
    color: #1F1E19;
    margin-left: 4px;
}

.tcc-inline-read-more .rm-posts-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px 24px;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

.tcc-inline-read-more .rm-post-link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px;
    padding-bottom: 16px;
    gap: 16px;
    width: 100%;
    text-decoration: none !important;
    border-bottom: 1px solid #E7E0C9;
    transition: opacity 0.2s ease;
}

.tcc-inline-read-more .rm-post-link:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.tcc-inline-read-more .rm-post-link:hover {
    opacity: 0.8;
}

.tcc-inline-read-more .rm-thumbnail {
    width: 112px;
    height: 75px;
    flex: none;
    background-color: #f5f5f5;
    overflow: hidden; /* Prevent tall images from breaking out */
}

.tcc-inline-read-more .rm-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    max-height: 75px !important;
    object-fit: cover !important;
    display: block;
    border-radius: 0 !important;
}

.tcc-inline-read-more .rm-post-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    flex-grow: 1;
}

.tcc-inline-read-more .rm-title {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
    color: #1F1E19;
    margin: 0;
    font-variant-numeric: lining-nums;
}

.tcc-inline-read-more .rm-time {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35;
    color: #68645A;
}

.article-body .tcc-toc-item a {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17.1px;
    line-height: 1.6;
    color: #131313;
    text-decoration: none;
    background: none !important; /* override green highlight */
    text-align: left !important;
    display: inline-block;
}
