.dml-inquiry-btn {
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 32px !important;
margin: 0 !important;
border: 1px solid white !important;
background: transparent !important;
color: white !important;
text-transform: uppercase !important;
letter-spacing: 0.1em !important;
font-size: 13.6px !important;
font-family: var(--wp--preset--font-family--outfit) !important;
text-decoration: none !important;
cursor: pointer !important;
transition: all 0.3s ease !important;
line-height: 1 !important;
height: 51.75px !important;
box-sizing: border-box !important;
text-align: center !important;
vertical-align: middle !important;
width: 100% !important; }
.dml-inquiry-btn:hover {
background: white;
color: black;
}
.dml-modal {
display: none;
position: fixed;
z-index: 99999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.9);
backdrop-filter: blur(10px);
}
.dml-modal-content {
background-color: #121212;
margin: 5% auto;
padding: 3rem;
border: 1px solid var(--wp--preset--color--border, #333);
width: 90%;
max-width: 900px;
position: relative;
color: white;
}
.dml-modal-close {
position: absolute;
right: 2rem;
top: 1rem;
color: #666;
font-size: 2rem;
cursor: pointer;
transition: color 0.3s;
}
.dml-modal-close:hover {
color: white;
}
.dml-modal-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3rem;
}
@media (max-width: 768px) {
.dml-modal-grid {
grid-template-columns: 1fr;
}
.dml-modal-content {
margin: 2% auto;
padding: 1.5rem;
height: 90vh;
overflow-y: auto;
}
}
.dml-modal-product-info img {
width: 100%;
aspect-ratio: 4/5;
object-fit: cover;
margin-bottom: 1.5rem;
border: 1px solid #333;
}
.dml-modal-product-info h3 {
font-family: var(--wp--preset--font-family--cormorant);
font-size: 2rem;
margin: 0 0 0.5rem 0;
} .dml-form-group {
margin-bottom: 1.5rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.dml-form-group label {
font-family: var(--wp--preset--font-family--outfit);
text-transform: uppercase;
font-size: 0.75rem;
letter-spacing: 0.1em;
color: #888;
}
.dml-form-group input, 
.dml-form-group textarea {
background: transparent;
border: none;
border-bottom: 1px solid #333;
padding: 0.75rem 0;
color: white;
outline: none;
transition: border-color 0.3s;
}
.dml-form-group input:focus, 
.dml-form-group textarea:focus {
border-color: white;
}
.dml-checkbox-group {
flex-direction: row;
align-items: flex-start;
gap: 1rem;
}
.dml-checkbox-group input {
width: auto;
margin-top: 0.25rem;
}
.dml-checkbox-group label {
text-transform: none;
letter-spacing: 0;
font-size: 0.85rem;
color: #aaa;
}
.dml-checkbox-group label a {
color: white;
text-decoration: underline;
}
.dml-submit-btn {
background: white;
color: black;
border: none;
padding: 1rem 2rem;
text-transform: uppercase;
letter-spacing: 0.1em;
cursor: pointer;
transition: opacity 0.3s;
width: 100%;
margin-top: 1rem;
}
.dml-submit-btn:hover {
opacity: 0.8;
}
.dml-submit-btn[disabled] {
opacity: 0.5;
cursor: not-allowed;
}
.dml-form-response {
margin: 1rem 0;
font-size: 0.9rem;
}
.dml-form-response.success { color: #4CAF50; }
.dml-form-response.error { color: #f44336; }.tml-vto-container {
width: 100%;
font-family: 'Outfit', sans-serif;
color: #F0F0F0;
} .tml-vto-setup {
text-align: center;
padding: 4rem 2rem;
background: rgba(30,30,30,0.5);
border: 1px solid rgba(255,255,255,0.1);
}
.tml-dropzone {
border: 2px dashed rgba(255,255,255,0.2);
padding: 4rem 2rem;
cursor: pointer;
transition: all 0.3s ease;
background: rgba(0,0,0,0.2);
}
.tml-dropzone:hover, .tml-dropzone.drag-active {
border-color: #CD7F32;
background: rgba(205,127,50,0.1);
}
.tml-dropzone .tml-icon {
font-size: 2rem;
margin-bottom: 1rem;
color: #A0A0A0;
} .tml-vto-stage {
display: flex;
flex-direction: column;
gap: 2rem;
}
@media (min-width: 992px) {
.tml-vto-stage {
flex-direction: row;
}
}
.tml-vto-toolbar {
flex: 0 0 300px;
background: #1E1E1E;
padding: 2rem;
border: 1px solid rgba(255,255,255,0.1);
order: 2;
}
@media (min-width: 992px) {
.tml-vto-toolbar {
order: 1;
}
}
.tml-vto-canvas-area {
flex: 1;
background: rgba(0,0,0,0.5);
border: 1px solid rgba(255,255,255,0.1);
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
min-height: 60vh;
order: 1;
}
@media (min-width: 992px) {
.tml-vto-canvas-area {
order: 2;
}
}
.tml-room-img {
max-width: 100%;
max-height: 80vh;
object-fit: contain;
pointer-events: none;
user-select: none;
display: block;
} .tml-sticker-container {
position: absolute;
top: 0;
left: 0;
width: 400px;
height: 400px;
transform-origin: center center;
z-index: 10;
touch-action: none;
}
.tml-product-img {
width: 100%;
height: 100%;
object-fit: contain;
mix-blend-multiply: multiply;
transition: opacity 0.3s;
user-select: none;
pointer-events: none;
}
.tml-sticker-container:hover .tml-product-img {
opacity: 0.9;
} .tml-vto-handle {
position: absolute;
width: 24px;
height: 24px;
background-color: #CD7F32;
border: 2px solid white;
border-radius: 50%;
cursor: move;
z-index: 50;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 6px rgba(0,0,0,0.3);
touch-action: none;
transition: transform 0.2s;
}
.tml-vto-handle:hover {
transform: scale(1.1);
}
.tml-vto-handle::after {
content: '';
width: 6px;
height: 6px;
background: white;
border-radius: 50%;
}
.tml-vto-handle { 
display: none !important; 
}
.tml-vto-actions .wp-element-button {
box-sizing: border-box;
width: 100% !important;
} .font-serif { font-family: 'Cormorant Garamond', serif; }
.text-4xl { font-size: 2.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.tracking-widest { letter-spacing: 0.1em; }
.text-muted-foreground { color: #A0A0A0; }[data-tml-animate] {
opacity: 0; transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: transform, opacity;
}
[data-tml-parallax] {
will-change: transform;
transition: transform 0.1s linear; } [data-tml-animate="zoom-in"] {
transform: scale(1.1);
transition-property: transform, opacity;
}
[data-tml-animate="zoom-in"].is-visible {
opacity: 1;
transform: scale(1);
} [data-tml-animate="fade-up"] {
transform: translateY(50px);
transition-property: transform, opacity;
}
[data-tml-animate="fade-up"].is-visible {
opacity: 1;
transform: translateY(0);
} [data-tml-animate="fade-in"] {
transition-property: opacity;
}
[data-tml-animate="fade-in"].is-visible {
opacity: 1;
}.wp-block-tillman-before-after {
position: relative;
width: 100%; overflow: hidden;
user-select: none;
-webkit-user-select: none;
margin-bottom: 2rem;
background-color: transparent; cursor: ew-resize; --slider-pos: 95%;  --fg-width: 50%;
--fg-top: 50%;
--fg-left: 50%;
} .tml-slider-background-img {
position: relative !important;
display: block;
width: 100%;
height: auto !important;
max-height: 85vh;
object-fit: contain;
z-index: 10;
pointer-events: none;
} .tml-slider-dark-overlay {
position: absolute;
inset: 0;
background-color: #121212;
z-index: 20;
clip-path: polygon(0 0, var(--slider-pos) 0, var(--slider-pos) 100%, 0 100%);
pointer-events: none;
} .tml-slider-foreground-img {
position: absolute;
width: var(--fg-width);
top: var(--fg-top);
left: var(--fg-left);
transform: translate(-50%, -50%); object-fit: contain; z-index: 30;
pointer-events: none;
transition: all 0.3s ease; } .tml-label {
position: absolute;
top: 2rem;
padding: 0.5rem 1rem;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(4px);
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
color: #121212;
pointer-events: none;
z-index: 40;
}
.tml-label-before {
left: 2rem;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
color: #fff;
z-index: 40;
}
.tml-label-after {
right: 2rem;
background: rgba(255, 255, 255, 0.8);
color: #000;
z-index: 15;
} .tml-slider-handle {
position: absolute;
top: 0;
bottom: 0;
left: var(--slider-pos);
width: 2px;
background: #fff;
cursor: ew-resize;
z-index: 50;
transform: translateX(-50%);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.tml-slider-handle-button {
position: absolute;
top: 50%;
left: 50%;
width: 3rem;
height: 3rem;
background: #fff;
border-radius: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
color: #000;
}
.tml-slider-handle-button::after {
content: '↔';
font-size: 1.2rem;
} .tml-slider-thumbnails {
display: flex;
gap: 1rem;
margin-top: 1rem;
justify-content: center;
overflow-x: auto;
padding-bottom: 1rem;
}
.tml-slider-thumb {
width: 5rem;
height: 5rem;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 4px;
cursor: pointer;
opacity: 0.6;
transition: all 0.2s ease;
background: rgba(255, 255, 255, 0.05);
display: flex;
align-items: center;
justify-content: center;
padding: 0.25rem;
}
.tml-slider-thumb:hover,
.tml-slider-thumb.is-active {
opacity: 1;
border-color: #fff;
transform: scale(1.05);
background: rgba(255, 255, 255, 0.1);
}
.tml-slider-thumb img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
pointer-events: none;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
} :where(pre) {
overflow-x: auto;
}:root {
--background: #121212;
--foreground: #F0F0F0;
--accent: #CD7F32;
--muted: #2A2A2A;
--muted-foreground: #A0A0A0;
--card: #1E1E1E;
--border: #333333;
--font-sans: 'Outfit', sans-serif;
--font-serif: 'Cormorant Garamond', serif; --header-height: 8rem;
}
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-sans);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-serif);
} .site-header { position: fixed !important;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 1000;
border-bottom: none;
transition: all 0.3s ease;
padding: 0 !important;
overflow: visible !important; } .site-header::before {
content: "";
position: absolute;
inset: 0;
background-color: rgba(18, 18, 18, 0.85);
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
z-index: -1;
pointer-events: none;
}
.site-header-inner {
max-width: var(--wp--style--global--wide-size, 1536px);
margin-left: auto !important;
margin-right: auto !important;
width: 100%;
overflow: visible !important; } body .wp-site-blocks>header+* {
margin-top: var(--header-height);
}  .is-style-glass-strong {
background-color: rgba(18, 18, 18, 0.85) !important;
backdrop-filter: blur(20px) !important;
-webkit-backdrop-filter: blur(20px) !important;
} .is-style-glass-light {
background-color: rgba(18, 18, 18, 0.5) !important;
backdrop-filter: blur(8px) !important;
-webkit-backdrop-filter: blur(8px) !important;
} .is-style-header-mask {
-webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
} body.admin-bar .site-header {
top: 32px;
}
@media screen and (max-width: 782px) {
body.admin-bar .site-header {
top: 46px;
}
} .wp-block-navigation-item__content {
font-family: var(--font-sans);
text-transform: uppercase;
font-size: 0.875rem;
letter-spacing: 0.05em;
opacity: 0.8;
transition: opacity 0.3s ease;
color: var(--foreground);
}
.wp-block-navigation-item__content:hover {
opacity: 1;
color: var(--accent);
}  .wp-block-navigation__responsive-container-open {
padding: 0;
color: var(--foreground);
background: transparent;
border: none;
}
.wp-block-navigation__responsive-container-open svg {
width: 32px;
height: 32px;
fill: currentColor;
} .wp-block-navigation__responsive-container.is-menu-open {
background-color: #121212 !important; z-index: 9999;
} .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
font-size: var(--mobile-menu-font-size, 1.1rem) !important; 
font-family: var(--font-sans) !important; 
text-transform: uppercase;
letter-spacing: 0.12em;
padding: 0.6rem 0 !important;
color: var(--foreground) !important;
opacity: 0.9 !important;
text-align: right !important;
width: auto !important;
} .wp-block-navigation__responsive-container.is-menu-open {
background-color: rgba(18, 18, 18, 0.98) !important; 
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
z-index: 99999 !important;
height: auto !important;
max-height: 85vh !important;
width: 280px !important;
position: fixed !important;
top: calc(var(--header-height) + 10px) !important;
right: 20px !important;
left: auto !important;
bottom: auto !important;
transform: none !important; 
overflow-y: auto !important;
display: flex !important;
flex-direction: column !important;
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
padding-top: 4rem !important;
padding-bottom: 2rem !important;
padding-right: 2rem !important;
padding-left: 2rem !important;
gap: 0.75rem !important;
display: flex !important;
flex-direction: column !important;
align-items: flex-end !important; justify-content: flex-start !important;
width: 100% !important;
margin: 0 !important;
} .wp-block-navigation__responsive-container-close {
top: 1.25rem !important;
right: 1.25rem !important;
}
.wp-block-navigation__responsive-container-close svg {
width: 40px;
height: 40px;
fill: var(--foreground);
} .wp-block-navigation__responsive-container.is-menu-open .wp-block-site-logo {
margin-bottom: 3rem;
} footer {
background-color: var(--background);
color: var(--foreground);
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 3rem 2rem;
text-align: center;
margin-top: auto;
}  .tml-product-card {
aspect-ratio: 3 / 4;
background-color: rgba(30, 30, 30, 0.4);
position: relative;
overflow: hidden;
margin-bottom: 2rem;
display: flex;
flex-direction: column;
border: 1px solid rgba(255, 255, 255, 0.05);
transition: background-color 0.3s ease;
}
.tml-product-card:hover {
background-color: rgba(40, 40, 40, 0.6);
}
.tml-product-card .wp-block-post-featured-image {
flex: 1;
overflow: hidden;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
}
.tml-product-card .wp-block-post-featured-image img {
transition: transform 0.7s ease-out;
width: 100%;
height: 100%;
max-height: 100%;
object-fit: contain !important;
}
.tml-product-card:hover .wp-block-post-featured-image img {
transform: scale(1.08);
}
.tml-product-card-content {
padding: 1.5rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.tml-product-card-content .wp-block-post-title {
margin: 0;
font-size: 1.5rem;
transition: color 0.3s;
}
.tml-product-card:hover .wp-block-post-title a {
color: var(--accent);
}
.tml-line-clamp-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .tml-filter-buttons ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 1rem;
justify-content: flex-end;
}
.tml-filter-buttons li {
margin: 0;
}
.tml-filter-buttons a {
text-decoration: none;
font-family: 'Outfit', sans-serif;
font-size: 0.875rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: #a1a1aa;
border-bottom: 1px solid transparent;
transition: all 0.2s;
padding-bottom: 2px;
}
.tml-filter-buttons a:hover {
color: #fff;
}
.tml-filter-buttons li.current-cat a {
color: #fff;
border-bottom-color: #fff;
} .tml-product-grid {
display: grid;
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: 3rem 2rem;
}
@media (min-width: 768px) {
.tml-product-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (min-width: 1024px) {
.tml-product-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}\n .stories-grid-wrapper {
padding: 2rem 0;
}
.stories-search-bar {
margin-bottom: 4rem;
display: flex;
justify-content: center;
}
.stories-search-form {
width: 100%;
max-width: 600px;
}
.stories-search-input-wrapper {
position: relative;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
background: transparent;
transition: border-color 0.3s;
}
.stories-search-input-wrapper:focus-within {
border-bottom-color: var(--accent);
}
.stories-search-input {
width: 100%;
background: transparent;
border: none;
color: var(--foreground);
padding: 1rem 3rem 1rem 0;
font-family: var(--font-sans);
font-size: 1.125rem;
outline: none !important;
}
.stories-search-submit {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
background: transparent;
border: none;
color: var(--muted-foreground);
cursor: pointer;
padding: 0;
}
.stories-product-grid {
display: grid;
gap: 4rem 2rem;
grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
.stories-product-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.stories-card {
aspect-ratio: 16 / 10;
background-color: #1E1E1E;
position: relative;
overflow: hidden;
margin-bottom: 2rem;
display: flex;
flex-direction: column;
border: 1px solid rgba(255, 255, 255, 0.05);
transition: background-color 0.3s ease;
} .stories-card .wp-block-post-featured-image {
flex: 1;
overflow: hidden;
margin: 0;
width: 100%;
height: 100%;
position: relative;
} .stories-card .wp-block-post-featured-image a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
}
.stories-card .wp-block-post-featured-image img {
width: 100%;
height: 100%;
object-fit: cover !important;
transition: transform 0.7s ease-out, opacity 0.3s ease;
opacity: var(--stories-card-img-opacity, 0.75);
}
.stories-card:hover .wp-block-post-featured-image img {
transform: scale(1.08);
}
.stories-card-content {
padding: 2rem;
display: flex;
flex-direction: column;
gap: 0.5rem;
background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 5;
}
.stories-card-content .wp-block-post-title {
margin: 0;
font-size: 1.75rem;
transition: color 0.3s;
color: var(--foreground);
}
.stories-card:hover .wp-block-post-title {
color: var(--accent);
}
.stories-card-content .wp-block-post-excerpt {
color: rgba(255, 255, 255, 0.7);
margin: 0;
font-size: 0.9375rem;
line-height: 1.6;
}
.read-more-btn {
margin-top: 0.5rem;
}
.read-more-btn .btn-text {
font-family: var(--font-sans);
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--accent);
border-bottom: 1px solid transparent;
padding-bottom: 2px;
transition: all 0.3s;
font-weight: 500;
}
.stories-card:hover .read-more-btn .btn-text {
border-bottom-color: var(--accent);
} .catalog-return-nav .return-link,
.stories-return-nav .return-link {
font-family: var(--font-sans);
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--muted-foreground);
text-decoration: none;
transition: color 0.3s;
display: flex;
align-items: center;
gap: 0.75rem;
}
.stories-return-nav .return-link:hover {
color: var(--accent);
}
.stories-return-nav .arrow {
font-size: 1.25rem;
}  header.site-header .tml-lang-switcher,
.tml-lang-switcher {
position: relative !important;
display: inline-flex !important;
align-items: center !important;
z-index: 1001 !important;
margin-left: 1rem !important;
cursor: pointer !important;
vertical-align: middle !important;
height: auto !important;
width: auto !important;
padding: 0 !important;
}
.tml-lang-current {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
gap: 8px !important;
padding: 8px 12px !important;
background: rgba(42, 42, 42, 0.4) !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
border-radius: 8px !important;
transition: all 0.3s ease !important;
white-space: nowrap !important;
}
.tml-lang-current img {
width: 24px !important;
height: auto !important;
border-radius: 2px !important;
display: block !important;
}
.tml-lang-arrow {
font-size: 0.7rem !important;
opacity: 0.6 !important;
display: inline-block !important;
line-height: 1 !important;
}
.tml-lang-dropdown {
position: absolute !important;
top: 100% !important;
right: 0 !important;
margin-top: 5px !important;
background: rgba(30, 30, 30, 0.98) !important;
backdrop-filter: blur(24px) !important;
-webkit-backdrop-filter: blur(24px) !important;
border: 1px solid rgba(255, 255, 255, 0.15) !important;
border-radius: 12px !important;
padding: 4px !important;
min-width: 160px !important;
opacity: 0 !important;
visibility: hidden !important;
transform: translateY(10px) !important;
transition: all 0.3s ease !important;
box-shadow: 0 10px 40px rgba(0,0,0,0.6) !important;
display: flex !important;
flex-direction: column !important;
} header.site-header .tml-lang-switcher:hover .tml-lang-dropdown,
.tml-lang-switcher:hover .tml-lang-dropdown {
opacity: 1 !important;
visibility: visible !important;
transform: translateY(0) !important;
}
header.site-header .tml-lang-switcher:hover .tml-lang-current,
.tml-lang-switcher:hover .tml-lang-current {
background: rgba(42, 42, 42, 0.9) !important;
border-color: var(--accent) !important;
}
.tml-lang-item {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
gap: 12px !important;
padding: 8px 14px !important;
text-decoration: none !important;
color: var(--foreground) !important;
border-radius: 8px !important;
transition: background 0.2s !important;
white-space: nowrap !important;
}
.tml-lang-item:hover {
background: rgba(255, 255, 255, 0.08) !important;
color: var(--accent) !important;
}
.tml-lang-item img {
width: 20px !important;
height: auto !important;
border-radius: 2px !important;
}
.tml-lang-item .tml-lang-name {
font-size: 0.875rem !important;
font-family: var(--font-sans) !important;
text-transform: uppercase !important;
letter-spacing: 0.05em !important;
} @media screen and (max-width: 782px) { header.site-header .site-header-inner .tml-lang-switcher {
display: flex !important;
margin-left: 1rem !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
vertical-align: middle !important;
}
header.site-header .site-header-inner .tml-lang-current {
display: none !important; }
header.site-header .site-header-inner .tml-lang-dropdown {
position: static !important;
display: flex !important;
flex-direction: row !important; opacity: 1 !important;
visibility: visible !important;
transform: none !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
margin: 0 !important;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
min-width: auto !important;
gap: 12px !important;
}
header.site-header .site-header-inner .tml-lang-item {
padding: 0 !important;
background: transparent !important;
}
header.site-header .site-header-inner .tml-lang-item .tml-lang-name {
display: none !important; }
header.site-header .site-header-inner .tml-lang-item img {
width: 26px !important; } .is-menu-open .tml-lang-switcher {
display: flex !important;
margin: 2rem 0 0 0 !important;
width: 100% !important;
justify-content: flex-end !important;
position: static !important;
}
.is-menu-open .tml-lang-dropdown {
position: static !important;
display: flex !important;
flex-direction: column !important; align-items: flex-end !important;
opacity: 1 !important;
visibility: visible !important;
background: transparent !important;
min-width: 100% !important;
}
.is-menu-open .tml-lang-item {
padding: 0.75rem 0 !important;
justify-content: flex-end !important;
}
.is-menu-open .tml-lang-item .tml-lang-name {
display: block !important; }
} .site-header::before, 
.tml-lang-dropdown, 
.is-menu-open, 
.is-style-glass-strong, 
.is-style-glass-light {
-webkit-backdrop-filter: blur(24px) !important;
}