/*
Theme Name: Taschendieb Wien Light Clean
Theme URI: https://www.taschendieb-wien.com/
Author: Taschendieb Wien
Description: Modernes, responsives WooCommerce-Theme für Taschendieb Wien.
Version: 2.2.1
Requires at least: 5.1
Requires PHP: 7.0
Text Domain: taschendieb-wien
*/

:root {
  --td-ink: #121212;
  --td-paper: #f5f1ea;
  --td-white: #fff;
  --td-teal: #0f6870;
  --td-rust: #a44728;
  --td-tan: #c4a47f;
  --td-line: rgba(18,18,18,.16);
  --td-serif: Georgia, "Times New Roman", serif;
  --td-sans: Arial, Helvetica, sans-serif;
  --td-max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--td-ink); background: var(--td-paper); font-family: var(--td-sans); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.screen-reader-text:focus { width: auto; height: auto; clip: auto; background: #fff; color: #000; padding: 12px; z-index: 99999; }
.td-shell { width: min(calc(100% - 48px), var(--td-max)); margin-inline: auto; }

.td-announcement { background: var(--td-teal); color: #fff; min-height: 34px; display: grid; place-items: center; padding: 6px 20px; font-size: .73rem; font-weight: 700; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.td-header { position: sticky; top: 0; z-index: 50; background: rgba(245,241,234,.96); border-bottom: 1px solid var(--td-line); backdrop-filter: blur(12px); }
.td-header__inner { min-height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.td-brand { display: flex; justify-content: center; }
.td-brand img { width: 250px; max-height: 56px; object-fit: contain; }
.td-nav { justify-self: start; }
.td-nav ul { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); list-style: none; margin: 0; padding: 0; }
.td-nav a, .td-header__actions a { position: relative; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.td-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--td-rust); transition: right .25s ease; }
.td-nav a:hover::after, .td-nav a:focus-visible::after { right: 0; }
.td-header__actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.td-icon-link { display: inline-flex; align-items: center; gap: 7px; }
.td-icon-link svg { width: 20px; height: 20px; stroke-width: 1.6; }
.td-cart-count { display: inline-grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 20px; background: var(--td-rust); color: #fff; font-size: .65rem; }
.td-menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.td-menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }

.td-hero { min-height: calc(100vh - 120px); display: grid; grid-template-columns: 1.05fr .95fr; background: var(--td-ink); color: #fff; }
.td-hero__content { padding: clamp(70px, 9vw, 150px) clamp(28px, 7vw, 120px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.td-kicker { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 26px; font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.td-kicker::before { content: ""; width: 42px; height: 2px; background: currentColor; }
.td-hero h1 { max-width: 760px; margin: 0 0 28px; font-family: var(--td-serif); font-size: clamp(3.6rem, 7vw, 8.8rem); font-weight: 400; line-height: .86; letter-spacing: -.055em; }
.td-hero h1 em { display: block; color: var(--td-tan); font-weight: 400; }
.td-hero__copy { max-width: 520px; margin: 0 0 38px; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.25vw, 1.2rem); }
.td-hero__media { position: relative; min-height: 620px; overflow: hidden; }
.td-hero__media::after { content: "VIENNA / SINCE 2009"; position: absolute; right: 20px; bottom: 28px; color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .18em; writing-mode: vertical-rl; transform: rotate(180deg); }
.td-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.td-hero:hover .td-hero__media img { transform: scale(1.025); }
.td-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 14px 24px; border: 1px solid currentColor; font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: .25s ease; }
.td-button::after { content: "\2192"; font-size: 1.1rem; }
.td-button:hover, .td-button:focus-visible { background: #fff; border-color: #fff; color: var(--td-ink); }
.td-button--dark:hover, .td-button--dark:focus-visible { background: var(--td-ink); border-color: var(--td-ink); color: #fff; }

.td-marquee { overflow: hidden; border-bottom: 1px solid var(--td-line); background: var(--td-rust); color: #fff; }
.td-marquee__track { display: flex; width: max-content; animation: td-marquee 28s linear infinite; }
.td-marquee span { padding: 13px 24px; font-family: var(--td-serif); font-size: 1.05rem; font-style: italic; white-space: nowrap; }
.td-marquee b { margin-left: 42px; font-family: var(--td-sans); font-size: .68rem; letter-spacing: .15em; font-style: normal; }
@keyframes td-marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .td-marquee__track { animation: none; } * { transition-duration: .01ms !important; } }

.td-section { padding: clamp(78px, 9vw, 140px) 0; }
.td-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.td-eyebrow { margin: 0 0 12px; color: var(--td-rust); font-size: .72rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.td-section h2 { max-width: 820px; margin: 0; font-family: var(--td-serif); font-size: clamp(2.8rem, 5.2vw, 5.8rem); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.td-text-link { flex: 0 0 auto; border-bottom: 1px solid; padding-bottom: 4px; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.td-text-link:hover { color: var(--td-rust); }

.td-categories { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 16px; }
.td-category { position: relative; min-height: 560px; overflow: hidden; background: #ddd; color: #fff; }
.td-category:nth-child(n+2) { min-height: 480px; margin-top: 80px; }
.td-category img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.td-category::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.74)); }
.td-category__label { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.td-category__label span { font-family: var(--td-serif); font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1; }
.td-category__label b { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; place-items: center; }
.td-category:hover img { transform: scale(1.045); }
.td-category:hover .td-category__label b { background: #fff; color: var(--td-ink); }

.td-products { background: #fff; }
.td-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 16px; }
.td-product-card__image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #eeeae4; }
.td-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.td-product-card:hover img { transform: scale(1.035); }
.td-product-card__meta { display: flex; justify-content: space-between; gap: 18px; padding: 16px 2px 0; }
.td-product-card h3 { margin: 0; font-size: .88rem; font-weight: 700; line-height: 1.35; }
.td-product-card__price { color: var(--td-rust); font-size: .84rem; white-space: nowrap; }
.td-product-card__index { position: absolute; top: 12px; left: 12px; padding: 5px 8px; background: rgba(255,255,255,.9); font-size: .64rem; font-weight: 700; letter-spacing: .1em; }

.td-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--td-teal); color: #fff; }
.td-story__media { overflow: hidden; }
.td-story__media img { width: 100%; height: 100%; object-fit: cover; }
.td-story__copy { padding: clamp(60px, 8vw, 130px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.td-story .td-eyebrow { color: #e1c09b; }
.td-story h2 { margin: 0 0 32px; font-family: var(--td-serif); font-size: clamp(3rem, 5.8vw, 6.6rem); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.td-story p { max-width: 560px; margin: 0 0 34px; color: rgba(255,255,255,.8); font-size: 1.08rem; }

.td-journal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.td-journal-card { display: grid; grid-template-columns: 42% 1fr; min-height: 300px; background: #fff; }
.td-journal-card img { width: 100%; height: 100%; object-fit: cover; }
.td-journal-card__body { padding: clamp(28px, 4vw, 54px); display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.td-journal-card__body small { color: var(--td-rust); font-size: .66rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.td-journal-card h3 { margin: 28px 0; font-family: var(--td-serif); font-size: clamp(1.7rem, 2.4vw, 2.8rem); font-weight: 400; line-height: 1.05; }

.td-service { border-top: 1px solid var(--td-line); border-bottom: 1px solid var(--td-line); }
.td-service__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.td-service__item { padding: 38px; text-align: center; border-right: 1px solid var(--td-line); }
.td-service__item:last-child { border: 0; }
.td-service__item b { display: block; margin-bottom: 5px; font-family: var(--td-serif); font-size: 1.25rem; font-weight: 400; }
.td-service__item span { color: rgba(18,18,18,.6); font-size: .76rem; letter-spacing: .05em; }

.td-footer { padding: 70px 0 28px; background: var(--td-ink); color: #fff; }
.td-footer__top { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 80px; padding-bottom: 64px; }
.td-footer__brand img { width: 270px; margin-bottom: 26px; }
.td-footer__brand p { max-width: 440px; color: rgba(255,255,255,.6); }
.td-footer h2 { margin: 0 0 20px; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
.td-footer ul { list-style: none; margin: 0; padding: 0; }
.td-footer li { margin: 8px 0; }
.td-footer a { color: rgba(255,255,255,.68); }
.td-footer a:hover { color: #fff; }
.td-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.44); font-size: .71rem; }

.td-content { width: min(calc(100% - 48px), 1080px); margin: 0 auto; padding: 90px 0 120px; }
.td-content h1 { font-family: var(--td-serif); font-size: clamp(2.7rem, 6vw, 5.5rem); font-weight: 400; line-height: .95; }
.td-content article { margin-bottom: 70px; }
.td-content .entry-content { font-size: 1.05rem; }

@media (max-width: 1080px) {
  .td-shell { width: min(calc(100% - 32px), var(--td-max)); }
  .td-menu-toggle { display: block; justify-self: start; }
  .td-header__inner { min-height: 74px; }
  .td-nav { position: fixed; inset: 108px 0 0; padding: 48px 28px; background: var(--td-paper); transform: translateX(-100%); transition: transform .3s ease; }
  .menu-open .td-nav { transform: translateX(0); }
  .td-nav ul { align-items: flex-start; flex-direction: column; gap: 26px; }
  .td-nav a { font-family: var(--td-serif); font-size: 2rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .td-header__actions .td-account { display: none; }
  .td-hero { grid-template-columns: 1fr 1fr; }
  .td-hero__content { padding: 70px 36px; }
  .td-categories { grid-template-columns: 1fr 1fr; }
  .td-category:first-child { grid-column: 1 / -1; min-height: 620px; }
  .td-category:nth-child(n+2) { margin-top: 0; }
  .td-product-grid { grid-template-columns: repeat(2, 1fr); }
  .td-story__copy { padding: 60px 42px; }
  .td-journal-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .td-shell { width: min(calc(100% - 24px), var(--td-max)); }
  .td-announcement { font-size: .62rem; }
  .td-header__inner { gap: 10px; }
  .td-brand img { width: 170px; }
  .td-header__actions { gap: 8px; }
  .td-header__actions .td-search { display: none; }
  .td-nav { inset: 108px 0 0; }
  .td-hero { min-height: auto; grid-template-columns: 1fr; }
  .td-hero__content { min-height: 500px; padding: 72px 24px; }
  .td-hero__media { min-height: 580px; }
  .td-hero h1 { font-size: clamp(3.5rem, 17vw, 5.5rem); }
  .td-section { padding: 82px 0; }
  .td-section__head { display: block; margin-bottom: 34px; }
  .td-section__head .td-text-link { display: inline-block; margin-top: 24px; }
  .td-categories { display: block; }
  .td-category, .td-category:first-child, .td-category:nth-child(n+2) { min-height: 490px; margin: 0 0 14px; }
  .td-product-grid { gap: 26px 10px; }
  .td-product-card__meta { display: block; }
  .td-product-card__price { display: block; margin-top: 6px; }
  .td-story { grid-template-columns: 1fr; }
  .td-story__media { min-height: 560px; }
  .td-story__copy { padding: 72px 24px; }
  .td-journal-card { grid-template-columns: 1fr; }
  .td-journal-card img { aspect-ratio: 3 / 2; }
  .td-service__grid { grid-template-columns: 1fr; }
  .td-service__item { border-right: 0; border-bottom: 1px solid var(--td-line); }
  .td-footer__top { grid-template-columns: 1fr 1fr; gap: 48px 24px; }
  .td-footer__brand { grid-column: 1 / -1; }
  .td-footer__bottom { display: block; }
  .td-footer__bottom span { display: block; margin-top: 8px; }
}

/* Light editorial design */
:root { --td-paper:#fff; --td-ink:#172d2b; --td-rust:#21665d; }
.td-announcement { display:none; }
.td-header { background:#fff; }
.td-header__inner { min-height:100px; }
.td-footer { background:#f0f5f3; color:#172d2b; }
.td-footer a,.td-footer__brand p,.td-footer__bottom { color:#39524e; }
.td-footer__bottom { border-color:#d7e2de; }
.light-home { max-width:1800px; margin:auto; }
.light-intro { padding:76px 5% 48px; }
.light-label { font-size:.75rem; font-weight:700; letter-spacing:.18em; margin:0 0 24px; }
.light-intro h1 { font-family:Arial,Helvetica,sans-serif; font-size:clamp(3.2rem,7.5vw,8rem); font-weight:500; letter-spacing:-.065em; line-height:1.02; margin:0 0 34px; }
.light-intro-bottom { display:flex; justify-content:space-between; align-items:center; gap:24px; }
.light-intro-bottom p { font-size:1.1rem; margin:0; max-width:440px; }
.light-button { display:inline-flex; align-items:center; padding:17px 25px; background:#205d55; color:white; font-size:.9rem; min-height:56px; }
.light-button:hover { background:#153e38; }
.light-campaign { display:grid; grid-template-columns:1fr 1fr; gap:16px; padding:0 2%; }
.light-campaign img { width:100%; height:auto; }
.light-statement { padding:120px 24px; text-align:center; max-width:850px; margin:auto; }
.light-statement h2,.light-finale h2 { font-family:Georgia,serif; font-size:clamp(2.9rem,5.5vw,6rem); font-weight:400; letter-spacing:-.045em; line-height:1.04; margin:0 0 30px; }
.light-statement>p:last-child { max-width:510px; margin:auto; font-size:1.1rem; color:#53655f; }
.light-editorial { display:grid; grid-template-columns:1fr 1fr; gap:7%; padding:0 8% 100px; align-items:start; }
.light-editorial figure { margin:0; }
.light-editorial figure:last-child { margin-top:120px; }
.light-editorial img { width:100%; }
.light-editorial figcaption { border-bottom:1px solid #d7e2de; padding:18px 0; font-size:.9rem; }
.light-finale { text-align:center; background:#edf4f1; padding:95px 24px; }
:focus-visible { outline:3px solid #aa542e; outline-offset:5px; }
@media(max-width:1080px) { .td-nav { top:100px; } }
@media(max-width:700px) { .td-header__inner { min-height:78px; } .td-nav { top:78px; } .light-intro { padding:45px 22px 32px; } .light-intro-bottom { display:block; } .light-intro-bottom p { margin-bottom:24px; } .light-campaign { gap:8px; padding:0 10px; } .light-statement { padding:72px 24px; } .light-editorial { gap:14px; padding:0 16px 60px; } .light-editorial figure:last-child { margin-top:65px; } .light-finale { padding:65px 22px; } }

.light-journal { padding:90px 5%; }
.light-journal h2 { font-family:Georgia,serif; font-size:clamp(2.5rem,5vw,4.5rem); font-weight:400; line-height:1.1; margin:0 0 42px; }
.light-journal-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:45px 30px; }
.light-journal-card img { width:100%; aspect-ratio:3/2; object-fit:cover; }
.light-journal-card h3 { font-family:Georgia,serif; font-weight:400; font-size:clamp(1.6rem,3vw,2.5rem); line-height:1.15; margin:22px 0 18px; }
.light-journal-card a:hover h3 { color:#21665d; }
@media(max-width:700px) { .light-journal { padding:65px 22px; } .light-journal-grid { grid-template-columns:1fr; } }
.campaign-shop-link { display:block; position:relative; min-width:0; }
.campaign-shop-link>span { position:absolute; bottom:18px; right:18px; background:white; color:#172d2b; padding:10px 16px; font-size:.88rem; font-weight:700; }
.campaign-shop-link:hover>span { background:#205d55; color:white; }
.shop-feature { padding:0 5% 70px; }
.shop-feature-link { display:grid; grid-template-columns:1fr 1fr; background:#e6efeb; color:#172d2b; }
.shop-feature-photo img { width:100%; height:100%; max-height:740px; object-fit:cover; object-position:center; }
.shop-feature-copy { padding:clamp(30px,5vw,85px); display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.shop-feature-copy h2 { font-size:clamp(3rem,6vw,6.5rem); letter-spacing:-.055em; line-height:1.03; font-weight:500; margin:0 0 28px; }
.shop-feature-copy>p:not(.light-label) { font-size:1.1rem; margin:0 0 32px; }
.shop-feature-button { background:#174d43; color:white; padding:20px 24px; display:flex; align-items:center; gap:24px; font-size:1rem; font-weight:700; }
.shop-feature-button>span { font-size:1.7rem; }
.shop-feature-link:hover .shop-feature-button { background:#10372f; }
@media(max-width:700px) { .shop-feature { padding:0 14px 30px; } .shop-feature-link { grid-template-columns:1fr; } .shop-feature-photo img { max-height:none; height:auto; } .shop-feature-copy { padding:36px 24px; } .shop-feature-button { width:100%; justify-content:space-between; padding:18px; } .campaign-shop-link>span { right:8px; bottom:8px; padding:8px 10px; font-size:.8rem; } }
/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin: 28px 0; color: #777; }
.woocommerce ul.products li.product .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 0; background: var(--td-ink); color: #fff; font-size: .75rem; letter-spacing: .09em; text-transform: uppercase; }
.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 7px 9px; border-radius: 0; background: var(--td-rust); line-height: 1; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--td-rust); }
