/*
Theme Name: Louis Rath Studio V4
Theme URI: https://rath.inkai.de/
Author: Louis Rath Entwurf
Description: Eigenes, schlankes Block-Theme für den Louis-Rath-Neuaufbau.
Version: 0.5.1
Text Domain: louis-rath-studio-v4
*/

:root {
  --lr-red: #8b2635;
  --lr-wine: #47131e;
  --lr-cream: #f3eee4;
  --lr-sand: #e3d6c3;
  --lr-white: #fffdf9;
  --lr-ink: #282321;
  --lr-muted: #756c65;
  --lr-gold: #b48b4c;
  --lr-border: rgba(71,19,30,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--lr-cream); color: var(--lr-ink); font-family: Arial, Helvetica, sans-serif; font-size: 1.05rem; line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.lr-wrap { width: min(100% - 2rem, 1160px); margin-inline: auto; }
.lr-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,249,.96); border-bottom: 1px solid var(--lr-border); backdrop-filter: blur(12px); }
.lr-header-inner { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.lr-brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.lr-monogram { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; background: var(--lr-red); color: var(--lr-white); border-radius: 50% 46% 52% 48%; font-family: Georgia, serif; font-size: 1.05rem; letter-spacing: -.12em; }
.lr-brand-text { font: 700 .9rem/1 Georgia, serif; letter-spacing: .14em; text-transform: uppercase; color: var(--lr-wine); }
.lr-nav { display: flex; align-items: center; gap: clamp(.8rem,2vw,1.8rem); font-size: .9rem; }
.lr-nav a { text-decoration: none; }
.lr-nav a:hover, .lr-nav a:focus-visible { color: var(--lr-red); }
.lr-nav .lr-nav-button { background: var(--lr-wine); color: var(--lr-white); padding: .62rem 1rem; border-radius: 999px; }
.lr-nav .lr-nav-button:hover, .lr-nav .lr-nav-button:focus-visible { color: var(--lr-white); background: var(--lr-red); }
.lr-hero { padding: clamp(1rem, 3vw, 2.75rem) 0 0; }
.lr-hero-card { background: var(--lr-wine); color: var(--lr-white); display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(24rem, .88fr); min-height: clamp(560px, calc(100vh - 180px), 670px); }
.lr-hero-card > *, .lr-story > *, .lr-social-inner > * { min-width: 0; }
.lr-hero-copy { padding: clamp(2.5rem, 5vw, 4.75rem); display: flex; flex-direction: column; justify-content: center; }
.lr-overline { color: var(--lr-gold); font-size: .73rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.lr-hero h1 { margin: .8rem 0 1.2rem; font: 500 clamp(3.1rem, 5.4vw, 5.2rem)/.93 Georgia, serif; letter-spacing: -.065em; }
.lr-hero h1 span { color: #d1aa6c; }
.lr-hero-lead { max-width: 29rem; color: rgba(255,253,249,.8); font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.lr-hero-image { min-height: 0; position: relative; overflow: hidden; background: var(--lr-sand); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.1rem; padding: clamp(2rem, 5vw, 4rem); }
.lr-image-frame { width: min(100%, 340px); padding: 1.25rem; background: rgba(255,253,249,.88); border: 1px solid rgba(71,19,30,.24); box-shadow: 1rem 1rem 0 rgba(71,19,30,.12); display: grid; place-items: center; }
.lr-hero-image img { width: auto; height: auto; max-width: 100%; object-fit: contain; filter: none; }
.lr-image-meta { display: flex; justify-content: space-between; width: min(100%, 340px); color: var(--lr-wine); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.lr-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.lr-button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .7rem 1.15rem; border-radius: 999px; text-decoration: none; font-weight: 700; }
.lr-button-primary { background: var(--lr-red); color: var(--lr-white); }
.lr-button-secondary { border: 1px solid currentColor; color: inherit; }
.lr-button:hover, .lr-button:focus-visible { transform: translateY(-1px); }
.lr-rule { height: 1px; background: var(--lr-border); margin: clamp(2.5rem, 6vw, 5rem) 0 0; }
.lr-section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.lr-paper { background: var(--lr-white); }
.lr-section-title { max-width: 42rem; }
.lr-section-title h2 { margin: .45rem 0 1rem; color: var(--lr-wine); font: 500 clamp(2.4rem, 5vw, 4.7rem)/.98 Georgia, serif; letter-spacing: -.055em; }
.lr-section-title p { margin: 0; color: var(--lr-muted); }
.lr-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(17rem, .72fr); gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.lr-story-photo img { width: auto; max-width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; margin-inline: auto; }
.lr-story-photo figcaption { margin-top: .7rem; color: var(--lr-muted); font-size: .78rem; }
.lr-story-copy p { max-width: 40rem; }
.lr-product-intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.lr-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--lr-border); border-left: 1px solid var(--lr-border); }
.lr-product { min-height: 11rem; padding: 1.5rem; border-right: 1px solid var(--lr-border); border-bottom: 1px solid var(--lr-border); background: var(--lr-white); display: flex; flex-direction: column; justify-content: space-between; }
.lr-product:nth-child(2n) { background: #eee3d4; }
.lr-product-number { color: var(--lr-gold); font-size: .75rem; letter-spacing: .14em; }
.lr-product h3 { margin: .6rem 0 0; color: var(--lr-wine); font: 500 1.7rem/1 Georgia, serif; }
.lr-product p { margin: .55rem 0 0; color: var(--lr-muted); font-size: .9rem; }
.lr-social { background: var(--lr-red); color: var(--lr-white); }
.lr-social-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; }
.lr-social h2 { margin: .45rem 0 1rem; color: var(--lr-white); font: 500 clamp(2.3rem, 5vw, 4.5rem)/.98 Georgia, serif; letter-spacing: -.05em; }
.lr-social p { max-width: 38rem; color: rgba(255,253,249,.82); }
.lr-social .lr-button { background: var(--lr-white); color: var(--lr-wine); }
.lr-footer { background: var(--lr-wine); color: rgba(255,253,249,.75); padding: 3.5rem 0 1.3rem; }
.lr-footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; }
.lr-footer h2, .lr-footer h3 { color: var(--lr-white); font-family: Georgia, serif; font-weight: 500; }
.lr-footer h2 { margin: 0 0 .8rem; font-size: 2.1rem; }
.lr-footer h3 { margin: 0 0 .65rem; font-size: 1rem; }
.lr-footer a { color: var(--lr-white); text-decoration: none; }
.lr-footer a:hover, .lr-footer a:focus-visible { text-decoration: underline; }
.lr-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.3rem; margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.17); font-size: .82rem; }
.lr-footer-bottom nav { display: flex; gap: 1rem; }

@media (max-width: 820px) {
  .lr-header-inner { flex-wrap: wrap; padding-block: .65rem; }
  .lr-nav { flex: 1; justify-content: flex-end; flex-wrap: wrap; gap: .35rem .75rem; }
  .lr-nav a:not(.lr-nav-button) { display: block; padding: .45rem .15rem; }
  .lr-hero-card, .lr-story, .lr-social-inner { grid-template-columns: 1fr; }
  .lr-hero-card { min-height: 0; }
  .lr-hero-image { min-height: 15rem; order: -1; padding: 2rem; }
  .lr-hero-copy { padding: 2.5rem 2rem 3rem; }
  .lr-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lr-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .lr-wrap { width: min(100% - 1.25rem, 1160px); }
  .lr-header-inner { min-height: unset; }
  .lr-brand-text { font-size: .78rem; }
  .lr-nav { width: 100%; flex: 1 0 100%; justify-content: space-between; gap: .2rem; font-size: .8rem; }
  .lr-nav a:not(.lr-nav-button) { padding: .45rem .1rem; }
  .lr-nav-button { padding-inline: .7rem !important; }
  .lr-hero h1 { font-size: clamp(2.75rem, 12vw, 4.8rem); overflow-wrap: anywhere; }
  .lr-image-frame { padding: .9rem; }
  .lr-image-meta { font-size: .62rem; }
  .lr-actions, .lr-actions .lr-button { width: 100%; }
  .lr-product-grid, .lr-footer-grid { grid-template-columns: 1fr; }
  .lr-footer-bottom { display: grid; }
  .lr-footer-bottom nav { flex-wrap: wrap; }
}
