/* =========================================================
   RUBY – Blumen & Geschenke Oase
   Frontend Design System v1.0.0
   Abgeleitet aus Flyer-CI: Salbeigrün, Creme, Rubin, Koralle.
   ========================================================= */
:root{
  --ruby-cream:#fbf5ea;
  --ruby-cream-2:#f5ecdf;
  --ruby-sage:#8f9b73;
  --ruby-sage-dark:#5d6d50;
  --ruby-sage-soft:#dfe5d3;
  --ruby-ruby:#a62d49;
  --ruby-ruby-dark:#751f35;
  --ruby-coral:#d5694e;
  --ruby-gold:#cba96d;
  --ruby-gold-soft:#e8d7b8;
  --ruby-ink:#42503b;
  --ruby-muted:#7e806f;
  --ruby-white:#fffdf8;
  --ruby-border:rgba(108,119,83,.23);
  --ruby-shadow:0 24px 60px rgba(83,73,56,.10);
  --serif:'Cormorant Garamond', Georgia, serif;
  --sans:'DM Sans', Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ruby-cream);color:var(--ruby-ink);font-family:var(--sans);font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.25;background-image:radial-gradient(rgba(105,117,84,.12) .6px,transparent .6px);background-size:5px 5px;z-index:-1}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{color:inherit}
h1,h2,h3,h4,p{margin-top:0}
::selection{background:rgba(166,45,73,.16)}

/* Header */
.ruby-header{position:relative;z-index:80;background:rgba(251,245,234,.96);border-bottom:1px solid var(--ruby-border);backdrop-filter:blur(16px)}
.ruby-topline{text-align:center;background:var(--ruby-sage-dark);color:#fff9ef;padding:.36rem 1rem;font-size:.69rem;letter-spacing:.15em;text-transform:uppercase;font-weight:400}
.ruby-nav{min-height:88px;max-width:1480px;margin:auto;padding:0 3.2rem;display:grid;grid-template-columns:250px 1fr auto;align-items:center;gap:2rem}
.ruby-brand{display:grid;grid-template-columns:40px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:.6rem;width:max-content}
.ruby-brand-emblem{grid-row:1/3;width:40px;height:40px;object-fit:contain}
.ruby-brand-word{font-family:var(--serif);font-size:1.85rem;line-height:.9;letter-spacing:.16em;color:var(--ruby-sage-dark);font-weight:500}
.ruby-brand small{font-family:var(--serif);font-size:.68rem;letter-spacing:.1em;color:var(--ruby-muted);white-space:nowrap}
.ruby-links{display:flex;justify-content:center;gap:1.6rem;align-items:center}
.ruby-links a{font-size:.79rem;letter-spacing:.06em;color:var(--ruby-sage-dark);position:relative;padding:.5rem 0;font-weight:400}
.ruby-links a:after{content:"";position:absolute;height:1px;left:50%;right:50%;bottom:0;background:var(--ruby-coral);transition:.25s}
.ruby-links a:hover:after{left:0;right:0}
.ruby-cart-link{position:relative;display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;white-space:nowrap}
.ruby-cart-icon{font-family:var(--serif);font-size:1.3rem;color:var(--ruby-ruby)}
.ruby-cart-count{display:none;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:50%;background:var(--ruby-ruby);color:white;font-size:.65rem}.ruby-cart-count.show{display:inline-flex}
.ruby-menu-toggle{display:none;border:0;background:none;padding:.6rem}.ruby-menu-toggle span{display:block;width:24px;height:1px;background:var(--ruby-ink);margin:5px}

/* Common */
.ruby-section{max-width:1380px;margin:0 auto;padding:7rem 4rem}
.ruby-overline{text-transform:uppercase;letter-spacing:.18em;font-size:.67rem;color:var(--ruby-coral);font-weight:600;margin-bottom:.8rem}
.ruby-section-heading{text-align:center;margin-bottom:3.4rem}.ruby-section-heading p{font-size:.68rem;text-transform:uppercase;letter-spacing:.2em;color:var(--ruby-coral);font-weight:600}.ruby-section-heading h2,.ruby-page-title h1{font-family:var(--serif);font-weight:500;font-size:clamp(2.5rem,4vw,4.6rem);line-height:.98;color:var(--ruby-sage-dark);margin:0}.ruby-section-heading h2 em{color:var(--ruby-ruby);font-weight:400}
.ruby-heading-row{display:flex;text-align:left;align-items:end;justify-content:space-between}.ruby-heading-row>a{font-size:.8rem;color:var(--ruby-ruby);font-weight:500;border-bottom:1px solid rgba(166,45,73,.25);padding-bottom:.3rem}
.ruby-page-title{text-align:center;padding:1.5rem 0 3rem}.ruby-page-title .ruby-overline{margin-bottom:.4rem}
.ruby-ornament{color:var(--ruby-gold);font-size:.9rem;letter-spacing:.4em}
.ruby-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 1.6rem;border-radius:0;border:1px solid var(--ruby-sage-dark);font-size:.73rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:.25s}
.ruby-btn-primary{background:var(--ruby-sage-dark);border-color:var(--ruby-sage-dark);color:var(--ruby-white)}.ruby-btn-primary:hover{background:var(--ruby-ruby);border-color:var(--ruby-ruby);transform:translateY(-1px)}
.ruby-btn-ghost{background:transparent;color:var(--ruby-sage-dark)}.ruby-btn-ghost:hover{background:rgba(93,109,80,.07)}
.ruby-btn-block{width:100%}
.ruby-text-link{display:inline-block;color:var(--ruby-ruby);font-size:.82rem;font-weight:500;border-bottom:1px solid rgba(166,45,73,.28);padding-bottom:.2rem}
.ruby-alert-error{max-width:900px;margin:0 auto 1.5rem;padding:.9rem 1.1rem;border:1px solid rgba(166,45,73,.3);background:#fff0f1;color:#84243a;font-size:.9rem}

/* Hero */
.ruby-hero{min-height:720px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);position:relative;overflow:hidden;background:linear-gradient(120deg,#fffaf0 0%,#f8f0e5 51%,#e8e7d7 100%);border-bottom:1px solid var(--ruby-border)}
.ruby-hero-copy{padding:5.4rem 2rem 5rem max(4rem,calc((100vw - 1380px)/2 + 4rem));align-self:center;position:relative;z-index:2;max-width:820px}
.ruby-hero-logo{width:310px;max-height:205px;object-fit:contain;object-position:left center;margin-bottom:1.3rem}
.ruby-hero-eyebrow{font-size:.68rem;text-transform:uppercase;letter-spacing:.22em;color:var(--ruby-coral);font-weight:600;margin-bottom:1rem}
.ruby-hero h1{font-family:var(--serif);font-weight:500;font-size:clamp(3.6rem,5.5vw,6.8rem);line-height:.84;letter-spacing:-.035em;color:var(--ruby-sage-dark);margin-bottom:1.5rem}.ruby-hero h1 em{font-weight:400;color:var(--ruby-ruby)}
.ruby-hero-text{max-width:600px;font-size:1.02rem;color:#6e7462;line-height:1.85;margin-bottom:2rem}
.ruby-hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}
.ruby-opening-chip{display:flex;gap:.8rem;align-items:center;margin-top:2rem;font-size:.72rem;color:var(--ruby-muted)}.ruby-opening-chip span{background:var(--ruby-coral);color:#fff;padding:.25rem .55rem;text-transform:uppercase;letter-spacing:.08em;font-size:.58rem;font-weight:600}.ruby-opening-chip strong{font-weight:500;color:var(--ruby-sage-dark)}
.ruby-hero-visual{position:relative;min-height:100%;overflow:hidden}.ruby-hero-visual:before{content:"";position:absolute;inset:4.5rem 3rem 3.5rem 0;border:1px solid rgba(203,169,109,.6);border-radius:48% 48% 4px 4px;z-index:1}.ruby-hero-visual:after{content:"";position:absolute;inset:9rem 7rem 7rem 4rem;border:1px solid rgba(143,155,115,.25);border-radius:48% 48% 0 0;z-index:1}
.ruby-hero-visual>img{position:absolute;right:-1%;bottom:-2%;width:92%;height:88%;object-fit:cover;object-position:center 56%;mix-blend-mode:multiply;filter:saturate(.96) contrast(.98);z-index:2;mask-image:linear-gradient(to bottom,transparent 0,#000 16%,#000 100%)}
.ruby-hero-leaves{position:absolute;right:2%;top:0;width:300px;height:300px;background:url('../img/ruby-leaves.jpg') center/cover;mix-blend-mode:multiply;opacity:.16;transform:rotate(6deg);z-index:1}

/* Intro */
.ruby-intro{text-align:center;max-width:1000px}.ruby-intro .ruby-overline{margin-top:1rem}.ruby-intro h2{font-family:var(--serif);font-size:clamp(2.8rem,4.4vw,5rem);font-weight:500;line-height:.98;color:var(--ruby-sage-dark);margin:1.2rem 0 1.8rem}.ruby-intro h2 em{color:var(--ruby-coral);font-weight:400}.ruby-intro-text{max-width:720px;margin:auto;color:var(--ruby-muted);font-size:1rem;line-height:1.9}

/* Occasion cards */
.ruby-occasion-section{padding-top:3rem}.ruby-occasion-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ruby-border);border-left:1px solid var(--ruby-border)}
.ruby-occasion-card{min-height:290px;padding:2.4rem;border-right:1px solid var(--ruby-border);border-bottom:1px solid var(--ruby-border);background:rgba(255,253,248,.52);transition:.3s;position:relative;overflow:hidden}.ruby-occasion-card:after{content:"";position:absolute;width:120px;height:120px;border:1px solid rgba(203,169,109,.2);border-radius:50%;right:-60px;top:-60px}.ruby-occasion-card:hover{background:var(--ruby-white);transform:translateY(-3px);box-shadow:0 18px 50px rgba(82,84,62,.08)}
.ruby-occ-icon{font-family:var(--serif);color:var(--ruby-coral);font-size:2rem;display:block;margin-bottom:2rem}.ruby-occasion-card h3{font-family:var(--serif);font-size:2rem;font-weight:500;color:var(--ruby-sage-dark);margin-bottom:.8rem}.ruby-occasion-card p{font-size:.85rem;color:var(--ruby-muted);max-width:320px;min-height:70px}.ruby-occasion-card>span:last-child{font-size:.72rem;color:var(--ruby-ruby);font-weight:500}.ruby-occasion-accent{background:#f5e7e2}.ruby-occasion-accent:hover{background:#f9ece8}

/* Product grid */
.ruby-products-section{padding-top:4rem}.ruby-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.ruby-product-card{background:rgba(255,253,248,.85);border:1px solid var(--ruby-border);transition:.3s;overflow:hidden}.ruby-product-card:hover{transform:translateY(-5px);box-shadow:var(--ruby-shadow)}.ruby-product-image{aspect-ratio:4/4.7;background:#ede8db;position:relative;overflow:hidden}.ruby-product-image>img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.ruby-product-card:hover .ruby-product-image>img{transform:scale(1.025)}
.ruby-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f7f0e6,#e8eadc)}.ruby-product-placeholder img{width:45%;opacity:.52;mix-blend-mode:multiply}.ruby-product-placeholder-large{min-height:560px}
.ruby-badge{position:absolute;top:1rem;left:1rem;background:var(--ruby-ruby);color:white;padding:.35rem .65rem;font-size:.58rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600}
.ruby-product-copy{padding:1.3rem 1.35rem 1.5rem}.ruby-product-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:.58rem;color:var(--ruby-coral);font-weight:600}.ruby-product-copy h3{font-family:var(--serif);font-size:1.6rem;font-weight:500;line-height:1.05;margin:.45rem 0;color:var(--ruby-sage-dark)}.ruby-product-copy p{font-size:.78rem;color:var(--ruby-muted);line-height:1.55;min-height:2.5em}.ruby-product-price{font-size:.84rem;font-weight:600;color:var(--ruby-ruby);margin-top:.8rem}

/* Editorial */
.ruby-editorial-shop,.ruby-wedding{display:grid;grid-template-columns:1fr 1.08fr;gap:5rem;align-items:center}.ruby-editorial-copy h2,.ruby-wedding-copy h2{font-family:var(--serif);font-size:clamp(2.5rem,4vw,4.7rem);font-weight:500;line-height:.96;color:var(--ruby-sage-dark);margin-bottom:1.5rem}.ruby-wedding-copy h2 em{color:var(--ruby-ruby);font-weight:400}.ruby-editorial-copy p,.ruby-wedding-copy p{color:var(--ruby-muted);line-height:1.9}.ruby-editorial-image,.ruby-wedding-image{height:570px;position:relative;overflow:hidden;border:1px solid var(--ruby-gold-soft)}.ruby-editorial-image img,.ruby-wedding-image img{width:100%;height:100%;object-fit:cover}.ruby-wedding-image{border-radius:46% 46% 0 0}
.ruby-service-band{background:var(--ruby-sage-dark);color:white;display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:0 max(3rem,calc((100vw - 1380px)/2 + 4rem))}.ruby-service-band>div{padding:2rem 2.5rem;border-right:1px solid rgba(255,255,255,.17)}.ruby-service-band>div:last-child{border:0}.ruby-service-band strong{font-family:var(--serif);display:block;font-size:1.35rem;font-weight:500}.ruby-service-band span{font-size:.72rem;color:rgba(255,255,255,.72)}

/* Visit */
.ruby-visit{padding-top:3rem}.ruby-visit-card{text-align:center;background:var(--ruby-white);border:1px solid var(--ruby-border);padding:4.5rem 2rem;position:relative}.ruby-visit-card:before,.ruby-visit-card:after{content:"";position:absolute;width:110px;height:110px;border-color:var(--ruby-gold);opacity:.45}.ruby-visit-card:before{left:14px;top:14px;border-left:1px solid;border-top:1px solid}.ruby-visit-card:after{right:14px;bottom:14px;border-right:1px solid;border-bottom:1px solid}.ruby-visit-emblem{width:90px;margin:0 auto 1rem}.ruby-visit-card h2{font-family:var(--serif);font-size:3rem;color:var(--ruby-sage-dark);font-weight:500;margin:.2rem}.ruby-visit-phone a{font-family:var(--serif);font-size:1.7rem;color:var(--ruby-ruby)}.ruby-hours{display:grid;grid-template-columns:1fr 1fr;max-width:500px;margin:2rem auto;text-align:left;border-top:1px solid var(--ruby-border)}.ruby-hours span,.ruby-hours strong{padding:.55rem 1rem;border-bottom:1px solid var(--ruby-border);font-size:.8rem}.ruby-hours strong{text-align:right;font-weight:500}

/* Shop */
.ruby-shop-hero{height:390px;background:linear-gradient(110deg,#e4e7d7,#f7eee3);display:grid;grid-template-columns:1.1fr 1fr;overflow:hidden}.ruby-shop-hero>div{padding:4rem 3rem 3rem max(4rem,calc((100vw - 1380px)/2 + 4rem));align-self:center}.ruby-shop-hero h1{font-family:var(--serif);font-size:clamp(3.4rem,5vw,5.5rem);font-weight:500;line-height:.88;color:var(--ruby-sage-dark);margin:.5rem 0}.ruby-shop-hero h1 em{color:var(--ruby-ruby);font-weight:400}.ruby-shop-hero p:last-child{color:var(--ruby-muted)}.ruby-shop-hero>img{width:100%;height:100%;object-fit:cover;object-position:center 56%;mix-blend-mode:multiply;mask-image:linear-gradient(90deg,transparent,#000 22%)}
.ruby-shop-shell{display:grid;grid-template-columns:260px 1fr;gap:4rem;align-items:start}.ruby-shop-sidebar{position:sticky;top:24px}.ruby-search-form label,.ruby-filter-group h3{display:block;font-size:.63rem;text-transform:uppercase;letter-spacing:.15em;color:var(--ruby-coral);font-weight:600;margin-bottom:.7rem}.ruby-search-form>div{display:flex;border-bottom:1px solid var(--ruby-sage)}.ruby-search-form input{width:100%;border:0;background:transparent;padding:.65rem 0;outline:0;color:var(--ruby-ink)}.ruby-search-form button{border:0;background:transparent;color:var(--ruby-ruby);cursor:pointer}
.ruby-filter-group{margin-top:2.4rem}.ruby-filter-group a{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid rgba(93,109,80,.11);font-size:.8rem;color:var(--ruby-muted)}.ruby-filter-group a:hover,.ruby-filter-group a.active{color:var(--ruby-ruby);font-weight:500}.ruby-filter-group small{font-size:.62rem;color:#aaa}
.ruby-shop-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:2rem}.ruby-shop-head p{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:var(--ruby-muted);margin-bottom:.3rem}.ruby-shop-head h2{font-family:var(--serif);font-size:2.7rem;font-weight:500;color:var(--ruby-sage-dark);margin:0}.ruby-filter-reset{font-size:.69rem;color:var(--ruby-ruby);border-bottom:1px solid rgba(166,45,73,.25)}.ruby-product-grid-shop{grid-template-columns:repeat(3,minmax(0,1fr))}
.ruby-empty-shop{text-align:center;background:var(--ruby-white);border:1px solid var(--ruby-border);padding:5rem 2rem;max-width:900px;margin:0 auto}.ruby-empty-shop img{width:100px;margin:0 auto 1rem;opacity:.65}.ruby-empty-shop h3{font-family:var(--serif);font-size:2.2rem;font-weight:500;color:var(--ruby-sage-dark);margin-bottom:.7rem}.ruby-empty-shop p{max-width:620px;margin:0 auto 1.8rem;color:var(--ruby-muted)}

/* Product detail */
.ruby-product-page{max-width:1480px;margin:auto}.ruby-breadcrumb{padding:2rem 4rem 0;display:flex;gap:.55rem;font-size:.68rem;color:var(--ruby-muted)}.ruby-breadcrumb a{color:var(--ruby-ruby)}
.ruby-product-detail{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(450px,.9fr);gap:5rem;padding:3rem 4rem 5rem}.ruby-product-main-image{aspect-ratio:1/1.08;background:#eee9dc;position:relative;overflow:hidden}.ruby-product-main-image>img{width:100%;height:100%;object-fit:cover}.ruby-product-thumbs{display:flex;gap:.6rem;margin-top:.8rem}.ruby-product-thumbs button{border:1px solid var(--ruby-border);background:none;padding:0;width:76px;height:76px;cursor:pointer}.ruby-product-thumbs img{width:100%;height:100%;object-fit:cover}
.ruby-product-info{padding-top:1rem}.ruby-product-info h1{font-family:var(--serif);font-size:clamp(3rem,4.4vw,5.4rem);font-weight:500;line-height:.9;color:var(--ruby-sage-dark);margin:.5rem 0 1rem}.ruby-product-lead{color:var(--ruby-muted);font-size:1rem;max-width:620px}.ruby-product-price-large{font-family:var(--serif);font-size:2rem;color:var(--ruby-ruby);margin:1.4rem 0 .1rem}.ruby-tax-note{font-size:.65rem;color:#999;margin-bottom:2rem}
.ruby-product-form{border-top:1px solid var(--ruby-border);padding-top:1.5rem}.ruby-product-form>div{margin-bottom:1.2rem}.ruby-product-form label,.ruby-checkout-card label{display:block;font-size:.67rem;font-weight:600;letter-spacing:.06em;color:var(--ruby-sage-dark);margin-bottom:.4rem}.ruby-product-form input[type=text],.ruby-product-form input[type=tel],.ruby-product-form input[type=date],.ruby-product-form select,.ruby-product-form textarea,.ruby-checkout input,.ruby-checkout select,.ruby-checkout textarea{width:100%;border:1px solid var(--ruby-border);background:rgba(255,253,248,.7);padding:.78rem .9rem;color:var(--ruby-ink);outline:none}.ruby-product-form input:focus,.ruby-product-form select:focus,.ruby-product-form textarea:focus,.ruby-checkout input:focus,.ruby-checkout select:focus,.ruby-checkout textarea:focus{border-color:var(--ruby-sage)}
.ruby-option-chips{display:flex;flex-wrap:wrap;gap:.55rem}.ruby-option-chips label{margin:0}.ruby-option-chips input{position:absolute;opacity:0}.ruby-option-chips span{display:block;border:1px solid var(--ruby-border);padding:.7rem 1rem;min-width:100px;text-align:center;cursor:pointer;font-size:.75rem}.ruby-option-chips span small{display:block;color:var(--ruby-muted)}.ruby-option-chips input:checked+span{border-color:var(--ruby-ruby);background:#fff1ef;color:var(--ruby-ruby)}
.ruby-extra-list label{display:flex;align-items:center;gap:.7rem;border-bottom:1px solid var(--ruby-border);padding:.65rem 0;margin:0}.ruby-extra-list input{accent-color:var(--ruby-ruby)}.ruby-extra-list span{flex:1;font-size:.78rem}.ruby-extra-list strong{font-size:.7rem;font-weight:500;color:var(--ruby-ruby)}
.ruby-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.ruby-buy-row{display:flex;gap:.7rem;align-items:stretch;margin-top:1.7rem}.ruby-quantity{display:flex;border:1px solid var(--ruby-border)}.ruby-quantity button{border:0;background:transparent;width:36px;cursor:pointer}.ruby-quantity input{width:48px!important;border:0!important;text-align:center;background:transparent!important;padding:.2rem!important}.ruby-buy-button{flex:1}.ruby-cart-feedback{font-size:.76rem;color:var(--ruby-ruby);margin:.5rem 0 0}.ruby-cart-feedback.success{color:var(--ruby-sage-dark)}
.ruby-fulfillment-hints{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;border-top:1px solid var(--ruby-border);border-bottom:1px solid var(--ruby-border);padding:1rem 0;margin:1rem 0}.ruby-fulfillment-hints>div{display:flex;gap:.5rem}.ruby-fulfillment-hints>div>span{color:var(--ruby-coral)}.ruby-fulfillment-hints p{font-size:.65rem;color:var(--ruby-muted);line-height:1.35;margin:0}.ruby-fulfillment-hints strong{display:block;color:var(--ruby-sage-dark)}.ruby-product-description{color:var(--ruby-muted);font-size:.88rem;line-height:1.85;margin-top:1.5rem}.ruby-related{max-width:none;border-top:1px solid var(--ruby-border)}

/* Cart */
.ruby-cart-page{max-width:1260px}.ruby-cart-layout{display:grid;grid-template-columns:1fr 370px;gap:4rem}.ruby-cart-item{display:grid;grid-template-columns:130px 1fr auto;gap:1.4rem;padding:1.2rem 0;border-top:1px solid var(--ruby-border);align-items:center}.ruby-cart-image{width:130px;height:140px;background:#eee8dc}.ruby-cart-image img{width:100%;height:100%;object-fit:cover}.ruby-cart-placeholder{object-fit:contain!important;padding:1.4rem;opacity:.45}.ruby-cart-copy .ruby-overline{margin:0}.ruby-cart-copy h3{font-family:var(--serif);font-size:1.7rem;font-weight:500;margin:.2rem 0;color:var(--ruby-sage-dark)}.ruby-cart-copy p{font-size:.78rem;color:var(--ruby-muted);margin-bottom:.25rem}.ruby-cart-copy small{display:block;font-size:.68rem;color:#999}.ruby-cart-actions{text-align:right}.ruby-cart-actions>strong{display:block;color:var(--ruby-ruby);font-size:.9rem}.ruby-qty-form label{font-size:.65rem;color:var(--ruby-muted)}.ruby-qty-form input{width:56px;margin:.6rem 0 0 .3rem;border:1px solid var(--ruby-border);background:transparent;padding:.25rem;text-align:center}.ruby-remove{border:0;background:none;color:#aaa;font-size:.65rem;text-decoration:underline;cursor:pointer;padding:.5rem 0}
.ruby-cart-summary,.ruby-checkout-summary{background:var(--ruby-white);border:1px solid var(--ruby-border);padding:2rem;position:sticky;top:24px}.ruby-cart-summary>div{display:flex;justify-content:space-between;font-size:.8rem}.ruby-summary-note{font-size:.7rem;color:var(--ruby-muted);line-height:1.55;margin:1.2rem 0}.ruby-cart-total{border-top:1px solid var(--ruby-border);padding:1rem 0;margin-top:1rem;font-family:var(--serif);font-size:1.25rem!important}.ruby-cart-summary>small{display:block;text-align:center;color:#aaa;font-size:.62rem;margin-top:.8rem}

/* Checkout */
.ruby-checkout{max-width:1280px}.ruby-checkout-form{display:grid;grid-template-columns:1fr 390px;gap:3.5rem;align-items:start}.ruby-checkout-card{position:relative;background:rgba(255,253,248,.65);border:1px solid var(--ruby-border);padding:2rem 2.1rem;margin-bottom:1rem}.ruby-checkout-card h2{font-family:var(--serif);font-size:1.8rem;font-weight:500;color:var(--ruby-sage-dark);margin:0 0 1.5rem}.ruby-step{position:absolute;right:1.5rem;top:1.4rem;font-family:var(--serif);font-size:1.4rem;color:rgba(166,45,73,.25)}.ruby-method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.ruby-method{margin:0!important}.ruby-method input{position:absolute;opacity:0}.ruby-method>span{height:100%;display:flex;flex-direction:column;padding:1rem;border:1px solid var(--ruby-border);cursor:pointer;min-height:125px}.ruby-method strong{font-family:var(--serif);font-size:1.18rem;font-weight:500;color:var(--ruby-sage-dark)}.ruby-method small{font-size:.62rem;color:var(--ruby-muted);line-height:1.4;margin-top:.25rem;flex:1}.ruby-method b{font-size:.66rem;color:var(--ruby-ruby);font-weight:500;margin-top:.5rem}.ruby-method input:checked+span{border-color:var(--ruby-ruby);background:#fff2ee;box-shadow:inset 0 0 0 1px rgba(166,45,73,.08)}
.ruby-checkout-card .ruby-form-row{margin-bottom:.8rem}.ruby-form-street{grid-template-columns:3fr 1fr}.ruby-checkout-card textarea{resize:vertical}.ruby-checkout-summary .ruby-overline{margin-bottom:1rem}.ruby-checkout-item{display:grid;grid-template-columns:54px 1fr auto;gap:.7rem;align-items:center;padding:.7rem 0;border-bottom:1px solid var(--ruby-border)}.ruby-checkout-item img{width:54px;height:58px;object-fit:cover}.ruby-checkout-item strong{display:block;font-family:var(--serif);font-size:1rem;font-weight:500;line-height:1.1}.ruby-checkout-item small{font-size:.62rem;color:var(--ruby-muted)}.ruby-checkout-item b{font-size:.7rem;font-weight:500;color:var(--ruby-ruby)}.ruby-checkout-totals{padding:1rem 0}.ruby-checkout-totals>div{display:flex;justify-content:space-between;font-size:.75rem;padding:.25rem 0}.ruby-final-total{border-top:1px solid var(--ruby-border);padding-top:.8rem!important;margin-top:.7rem;font-family:var(--serif);font-size:1.25rem!important}.ruby-payment-note{background:var(--ruby-sage-soft);padding:.8rem 1rem;margin:1rem 0}.ruby-payment-note strong{font-size:.72rem;display:block}.ruby-payment-note span{font-size:.62rem;color:var(--ruby-muted)}.ruby-consent{display:flex!important;align-items:flex-start;gap:.5rem;font-size:.65rem!important;color:var(--ruby-muted)!important;font-weight:400!important}.ruby-consent input{width:auto!important;margin-top:.2rem}.ruby-consent a{color:var(--ruby-ruby);text-decoration:underline}

/* Thanks */
.ruby-thanks{text-align:center;max-width:850px;padding-top:8rem;padding-bottom:8rem}.ruby-thanks>img{width:120px;margin:0 auto 1rem}.ruby-thanks h1{font-family:var(--serif);font-size:4rem;font-weight:500;line-height:.95;color:var(--ruby-sage-dark)}.ruby-thanks>p:not(.ruby-overline){color:var(--ruby-muted);max-width:620px;margin:0 auto 1rem}.ruby-thanks>div{display:flex;justify-content:center;gap:.7rem;margin-top:2rem}

/* Footer */
.ruby-footer{background:#566249;color:#fffaf0;margin-top:3rem}.ruby-footer-grid{max-width:1380px;margin:auto;padding:4.5rem 4rem;display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:4rem}.ruby-footer-emblem{width:72px;filter:brightness(1.6) saturate(.7);opacity:.9}.ruby-footer h3{font-family:var(--serif);font-size:2.2rem;letter-spacing:.14em;font-weight:500;margin:.4rem 0 0}.ruby-footer h4{font-size:.64rem;text-transform:uppercase;letter-spacing:.17em;color:#efd4b0;margin-bottom:1rem}.ruby-footer p,.ruby-footer a{font-size:.74rem;color:rgba(255,255,255,.74);line-height:1.7}.ruby-footer-heart{font-family:var(--serif);font-style:italic;font-size:1rem!important;max-width:330px}.ruby-footer-bottom{border-top:1px solid rgba(255,255,255,.13);padding:1rem 4rem;text-align:center;font-size:.6rem;color:rgba(255,255,255,.5);letter-spacing:.08em}

/* Legal / CMS / Blog basic compatibility */
.page,.blog-page,.legal-page,.cms-page{max-width:1000px;margin:0 auto;padding:7rem 3rem}.page h1,.blog-page h1,.legal-page h1,.cms-page h1{font-family:var(--serif);font-weight:500;font-size:3.4rem;color:var(--ruby-sage-dark)}.page h2,.blog-page h2,.legal-page h2,.cms-page h2{font-family:var(--serif);font-size:2rem;color:var(--ruby-sage-dark);font-weight:500}.page p,.blog-page p,.legal-page p,.cms-page p{color:var(--ruby-muted)}

/* Responsive */
@media(max-width:1180px){
 .ruby-nav{grid-template-columns:220px 1fr auto;padding:0 1.8rem}.ruby-links{gap:1rem}.ruby-links a{font-size:.71rem}
 .ruby-section{padding:6rem 2.5rem}.ruby-hero{grid-template-columns:1fr 48%}.ruby-hero-copy{padding-left:3rem}.ruby-product-grid{grid-template-columns:repeat(3,1fr)}.ruby-product-detail{gap:3rem;padding:3rem 2.5rem}.ruby-shop-shell{gap:2.5rem}.ruby-footer-grid{gap:2rem;padding:4rem 2.5rem}
}
@media(max-width:900px){
 .ruby-topline{font-size:.58rem}.ruby-nav{grid-template-columns:1fr auto auto;min-height:74px;padding:0 1.2rem}.ruby-brand{grid-template-columns:34px 1fr}.ruby-brand-emblem{width:34px;height:34px}.ruby-brand-word{font-size:1.55rem}.ruby-brand small{font-size:.58rem}.ruby-menu-toggle{display:block}.ruby-cart-text{display:none}.ruby-links{display:none;position:absolute;left:0;right:0;top:100%;background:var(--ruby-cream);padding:1rem 1.5rem 1.5rem;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--ruby-border);box-shadow:0 20px 30px rgba(0,0,0,.08)}.ruby-menu-open .ruby-links{display:flex}.ruby-links a{font-size:.9rem;padding:.55rem 0}
 .ruby-hero{grid-template-columns:1fr;min-height:auto}.ruby-hero-copy{padding:4rem 2rem 2rem}.ruby-hero-logo{width:250px}.ruby-hero-visual{height:480px}.ruby-hero-visual:before{inset:1rem 2rem 0}.ruby-hero-visual>img{width:100%;height:100%}.ruby-occasion-grid{grid-template-columns:repeat(2,1fr)}.ruby-product-grid,.ruby-product-grid-shop{grid-template-columns:repeat(2,1fr)}.ruby-service-band{grid-template-columns:1fr;padding:0 2rem}.ruby-service-band>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}.ruby-editorial-shop,.ruby-wedding{grid-template-columns:1fr;gap:2rem}.ruby-editorial-image,.ruby-wedding-image{height:450px}.ruby-shop-hero{grid-template-columns:1fr;height:auto}.ruby-shop-hero>div{padding:3.5rem 2rem}.ruby-shop-hero>img{height:290px;mask-image:linear-gradient(180deg,transparent,#000 25%)}.ruby-shop-shell{grid-template-columns:1fr}.ruby-shop-sidebar{position:relative;top:0;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.ruby-filter-group{margin-top:0}.ruby-product-detail{grid-template-columns:1fr;padding:2rem}.ruby-cart-layout,.ruby-checkout-form{grid-template-columns:1fr}.ruby-cart-summary,.ruby-checkout-summary{position:relative;top:0}.ruby-method-grid{grid-template-columns:1fr}.ruby-footer-grid{grid-template-columns:1fr 1fr}.ruby-fulfillment-hints{grid-template-columns:1fr}
}
@media(max-width:620px){
 .ruby-section{padding:4.5rem 1.2rem}.ruby-hero-copy{padding:3rem 1.2rem 1rem}.ruby-hero h1{font-size:3.5rem}.ruby-hero-text{font-size:.9rem}.ruby-hero-actions{flex-direction:column;align-items:stretch}.ruby-opening-chip{align-items:flex-start;flex-direction:column}.ruby-hero-visual{height:390px}.ruby-intro h2{font-size:3rem}.ruby-occasion-grid{grid-template-columns:1fr}.ruby-occasion-card{min-height:240px;padding:1.8rem}.ruby-product-grid,.ruby-product-grid-shop{grid-template-columns:1fr 1fr;gap:.7rem}.ruby-product-copy{padding:1rem}.ruby-product-copy h3{font-size:1.25rem}.ruby-product-copy p{display:none}.ruby-heading-row{display:block}.ruby-heading-row>a{display:inline-block;margin-top:1rem}.ruby-shop-shell{padding-top:3rem}.ruby-shop-sidebar{grid-template-columns:1fr}.ruby-product-detail{padding:1.2rem;gap:2rem}.ruby-breadcrumb{padding:1.2rem}.ruby-product-info h1{font-size:3.4rem}.ruby-product-main-image{aspect-ratio:1/1.12}.ruby-form-row,.ruby-form-street{grid-template-columns:1fr}.ruby-buy-row{flex-direction:column}.ruby-quantity{width:max-content}.ruby-cart-item{grid-template-columns:92px 1fr;gap:1rem}.ruby-cart-image{width:92px;height:100px}.ruby-cart-actions{grid-column:2;text-align:left;display:flex;gap:1rem;align-items:center}.ruby-footer-grid{grid-template-columns:1fr;padding:3rem 1.5rem}.ruby-footer-bottom{padding:1rem}.ruby-visit-card h2{font-size:2.2rem}.ruby-thanks h1{font-size:3rem}.ruby-thanks>div{flex-direction:column}.ruby-product-placeholder-large{min-height:360px}
}

/* RUBY CMS pages */
.ruby-cms-page{max-width:1050px;margin:0 auto;padding-top:7.5rem;padding-bottom:6rem}
.ruby-cms-content{max-width:820px;margin:2rem auto 0;font-size:1rem;line-height:1.85;color:var(--ruby-ink,#384338)}
.ruby-cms-content h2,.ruby-cms-content h3{font-family:'Cormorant Garamond',serif;font-weight:500;color:var(--ruby-green-dark,#435543);margin:2.2rem 0 .8rem}
.ruby-cms-content h2{font-size:2rem}.ruby-cms-content h3{font-size:1.45rem}
.ruby-cms-content p{margin:0 0 1rem}.ruby-cms-content ul{padding-left:1.2rem;margin:0 0 1.2rem}.ruby-cms-content a{color:var(--ruby-ruby,#9d3542);text-decoration:underline;text-underline-offset:3px}
.ruby-cms-content .ruby-contact-box{padding:1.5rem 1.7rem;border:1px solid rgba(105,126,93,.3);background:rgba(244,238,224,.65);border-radius:18px;margin:1.5rem 0}
@media(max-width:700px){.ruby-cms-page{padding-top:5.5rem}.ruby-cms-content h2{font-size:1.7rem}}
.ruby-inline-check{display:flex!important;align-items:center;gap:.55rem;margin:0 0 1.15rem!important;font-size:.75rem!important;font-weight:500!important}.ruby-inline-check input{width:auto!important}.ruby-field-note{font-size:.68rem;color:var(--ruby-muted);margin:-.25rem 0 1rem;line-height:1.5}

/* =========================================================
   RUBY Frontend v1.0.3 — Editorial Shop Direction
   Das Webdesign folgt jetzt konsequent der Flyer-CI.
   ========================================================= */
.ruby-home-v2,.ruby-shop-v2{background:#f9f2e8}
.ruby-home-v2 .ruby-header,.ruby-shop-v2 .ruby-header{background:rgba(250,245,235,.94)}
.ruby-home-v2 .ruby-nav,.ruby-shop-v2 .ruby-nav{max-width:1540px;min-height:96px}
.ruby-home-v2 .ruby-topline,.ruby-shop-v2 .ruby-topline{background:#83906e;color:#fff8ec;letter-spacing:.18em}
.ruby-home-v2 .ruby-brand-word,.ruby-shop-v2 .ruby-brand-word{font-size:2rem;letter-spacing:.2em}

/* Home hero */
.ruby-home-hero{min-height:780px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(540px,.95fr);background:linear-gradient(100deg,#fbf5ea 0%,#fbf5ea 53%,#8f9b73 53%,#8f9b73 100%);overflow:hidden;position:relative;border-bottom:1px solid rgba(203,169,109,.55)}
.ruby-home-hero:before{content:"";position:absolute;left:-90px;top:110px;width:340px;height:560px;background:url('../img/ruby-leaves.jpg') center/cover no-repeat;opacity:.08;mix-blend-mode:multiply;transform:rotate(-8deg)}
.ruby-home-hero__copy{padding:7rem 3rem 6rem max(4rem,calc((100vw - 1420px)/2 + 4rem));align-self:center;position:relative;z-index:2}
.ruby-home-hero__brandline{display:flex;align-items:center;gap:1rem;margin-bottom:3.3rem;color:var(--ruby-sage-dark)}
.ruby-home-hero__brandline>span{font-family:var(--serif);font-size:2rem;letter-spacing:.28em;font-weight:500}
.ruby-home-hero__brandline>i{display:block;width:70px;height:1px;background:var(--ruby-gold)}
.ruby-home-hero__brandline>small{font-family:var(--serif);font-size:.82rem;letter-spacing:.08em}
.ruby-home-hero__eyebrow{font-size:.68rem;letter-spacing:.21em;text-transform:uppercase;color:var(--ruby-coral);font-weight:600;margin-bottom:1.2rem}
.ruby-home-hero h1{font-family:var(--serif);font-size:clamp(4.6rem,6.5vw,7.7rem);line-height:.78;letter-spacing:-.04em;font-weight:500;color:var(--ruby-sage-dark);margin:0 0 2rem}
.ruby-home-hero h1 em{font-weight:400;color:var(--ruby-ruby)}
.ruby-home-hero__lead{max-width:660px;font-size:1.04rem;line-height:1.85;color:#68705f;margin-bottom:2.1rem}
.ruby-home-hero__actions{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}
.ruby-home-hero__phone{font-family:var(--serif);font-size:1.5rem;color:var(--ruby-ruby);line-height:1}.ruby-home-hero__phone span{display:block;font-family:var(--sans);font-size:.58rem;text-transform:uppercase;letter-spacing:.13em;color:var(--ruby-muted);margin-top:.5rem}
.ruby-home-hero__opening{margin-top:3rem;display:grid;grid-template-columns:max-content max-content;gap:.18rem 1rem;align-items:center;padding-top:1.2rem;border-top:1px solid rgba(93,109,80,.2);max-width:600px}
.ruby-home-hero__opening b{background:var(--ruby-coral);color:white;text-transform:uppercase;font-size:.58rem;letter-spacing:.12em;padding:.3rem .55rem}
.ruby-home-hero__opening strong{font-family:var(--serif);font-size:1.1rem;font-weight:500;color:var(--ruby-sage-dark)}
.ruby-home-hero__opening span{grid-column:1/-1;font-size:.67rem;color:var(--ruby-muted);letter-spacing:.03em}
.ruby-home-hero__visual{min-height:780px;position:relative;padding:4rem 4.5rem 4rem 1.5rem;display:flex;align-items:center;justify-content:center}
.ruby-home-hero__visual>img{position:relative;z-index:2;width:100%;height:650px;object-fit:cover;object-position:58% 58%;border-radius:46% 46% 2px 2px;box-shadow:0 30px 70px rgba(59,58,43,.15);filter:saturate(.98) contrast(.98)}
.ruby-home-hero__frame{position:absolute;z-index:1;inset:2.5rem 3rem 2.5rem 0;border:1px solid rgba(255,248,235,.7);border-radius:48% 48% 2px 2px}
.ruby-home-hero__seal{position:absolute;z-index:3;left:-34px;bottom:80px;width:132px;height:132px;border-radius:50%;background:#fff8ec;border:1px solid var(--ruby-gold);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 18px 45px rgba(61,69,52,.14)}
.ruby-home-hero__seal img{width:48px;margin-bottom:.35rem}.ruby-home-hero__seal span{font-family:var(--serif);font-size:.86rem;line-height:1.05;color:var(--ruby-sage-dark)}

.ruby-home-marquee{overflow:hidden;background:#67785b;color:#fff8ed;border-bottom:1px solid rgba(255,255,255,.1)}
.ruby-home-marquee>div{min-width:max-content;display:flex;justify-content:center;align-items:center;gap:2rem;padding:1rem 2rem;text-transform:uppercase;letter-spacing:.15em;font-size:.65rem;font-weight:500}.ruby-home-marquee i{font-style:normal;color:#e4c38c;font-size:.5rem}

/* Intro */
.ruby-home-intro{text-align:center;max-width:1060px;padding-top:8rem;padding-bottom:8rem}
.ruby-home-intro__ornament{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.4rem}.ruby-home-intro__ornament span{width:70px;height:1px;background:var(--ruby-gold-soft)}.ruby-home-intro__ornament img{width:54px}
.ruby-home-intro h2{font-family:var(--serif);font-size:clamp(3.2rem,4.6vw,5.4rem);line-height:.95;color:var(--ruby-sage-dark);font-weight:500;margin:.5rem 0 1.7rem}.ruby-home-intro h2 em{font-weight:400;color:var(--ruby-coral)}
.ruby-home-intro>p:last-child{max-width:750px;margin:auto;color:var(--ruby-muted);font-size:1rem;line-height:1.9}

/* Section heads */
.ruby-home-sectionhead{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:end;margin-bottom:3.3rem}
.ruby-home-sectionhead h2{font-family:var(--serif);font-size:clamp(3.3rem,4.6vw,5.2rem);line-height:.88;font-weight:500;color:var(--ruby-sage-dark);margin:0}.ruby-home-sectionhead h2 em{color:#f4d4c9;font-weight:400}.ruby-home-sectionhead>p,.ruby-home-products__meta p{max-width:510px;color:var(--ruby-muted);font-size:.86rem;line-height:1.8;margin:0 0 .25rem auto}

/* Categories */
.ruby-home-categories{padding-top:4rem}
.ruby-home-categorygrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(119,130,97,.22);border:1px solid rgba(119,130,97,.22)}
.ruby-home-category{display:grid;grid-template-columns:44% 56%;min-height:300px;background:#fcf7ee;overflow:hidden;transition:transform .25s,box-shadow .25s,background .25s}
.ruby-home-category:hover{position:relative;z-index:2;background:#fffaf2;transform:translateY(-4px);box-shadow:0 22px 50px rgba(64,72,53,.10)}
.ruby-home-category__image{background:#f3e8dc;overflow:hidden}.ruby-home-category__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s;mix-blend-mode:multiply}.ruby-home-category:hover .ruby-home-category__image img{transform:scale(1.035)}
.ruby-home-category__copy{padding:2.2rem 1.8rem;display:flex;flex-direction:column}.ruby-home-category__copy>span{font-family:var(--serif);font-size:.82rem;color:var(--ruby-coral);margin-bottom:auto}.ruby-home-category__copy h3{font-family:var(--serif);font-size:2rem;line-height:1;font-weight:500;color:var(--ruby-sage-dark);margin:1.5rem 0 .7rem}.ruby-home-category__copy p{font-size:.72rem;line-height:1.55;color:var(--ruby-muted);min-height:3.2em}.ruby-home-category__copy b{font-size:.64rem;text-transform:uppercase;letter-spacing:.11em;color:var(--ruby-ruby);font-weight:600;margin-top:auto}

/* Product stage */
.ruby-home-products{margin-top:5rem;background:#66775a;color:#fff9ef;position:relative;overflow:hidden}.ruby-home-products:after{content:"";position:absolute;right:-100px;top:-180px;width:520px;height:520px;border:1px solid rgba(255,255,255,.12);border-radius:50%}
.ruby-home-products__inner{position:relative;z-index:1;padding-top:7rem;padding-bottom:7rem}
.ruby-home-sectionhead--light h2{color:#fffaf0}.ruby-home-sectionhead--light .ruby-overline{color:#efb7a7}.ruby-home-sectionhead--light>p,.ruby-home-sectionhead--light .ruby-home-products__meta p{color:rgba(255,255,255,.7)}
.ruby-home-products__meta{justify-self:end;max-width:500px}.ruby-home-products__meta strong{display:block;font-family:var(--serif);font-size:1.2rem;font-weight:500;color:#fffaf0}.ruby-home-products__meta a{font-size:.72rem;color:#f4d0b4;border-bottom:1px solid rgba(244,208,180,.4);padding-bottom:.2rem}
.ruby-product-grid--home{grid-template-columns:repeat(4,1fr);gap:1.2rem}
.ruby-home-products .ruby-product-card{background:#fffaf0;border:0;color:var(--ruby-ink);box-shadow:none}.ruby-home-products .ruby-product-image{aspect-ratio:1/1.08}.ruby-home-products .ruby-product-card:hover{box-shadow:0 24px 50px rgba(26,34,23,.2)}
.ruby-demo-missing{padding:2rem;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;gap:.3rem}.ruby-demo-missing strong{font-family:var(--serif);font-size:1.4rem}.ruby-demo-missing span{font-size:.78rem;color:rgba(255,255,255,.7)}

/* Editorials */
.ruby-home-editorials{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;padding-top:8rem;padding-bottom:8rem}
.ruby-home-editorial{min-height:660px;display:grid;grid-template-rows:1.05fr .95fr;border:1px solid var(--ruby-border);background:#fff9ef;overflow:hidden}.ruby-home-editorial--quiet{background:#edf0e4}
.ruby-home-editorial__image{overflow:hidden;background:#f1e7d9}.ruby-home-editorial__image img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;transition:transform .5s}.ruby-home-editorial:hover .ruby-home-editorial__image img{transform:scale(1.025)}
.ruby-home-editorial__copy{padding:3rem 3.2rem}.ruby-home-editorial__copy h2{font-family:var(--serif);font-size:clamp(2.8rem,3.5vw,4.2rem);font-weight:500;line-height:.9;color:var(--ruby-sage-dark);margin:.5rem 0 1.25rem}.ruby-home-editorial__copy h2 em{font-weight:400;color:var(--ruby-ruby)}.ruby-home-editorial__copy p:not(.ruby-overline){font-size:.82rem;color:var(--ruby-muted);line-height:1.8;max-width:520px}

/* Service */
.ruby-home-service{max-width:1380px;margin:0 auto 4rem;display:grid;grid-template-columns:.75fr 1.25fr;border-top:1px solid var(--ruby-border);border-bottom:1px solid var(--ruby-border)}
.ruby-home-service__intro{padding:4rem 4rem 4rem 0;border-right:1px solid var(--ruby-border)}.ruby-home-service__intro h2{font-family:var(--serif);font-size:3.6rem;line-height:.9;font-weight:500;color:var(--ruby-sage-dark);margin:.5rem 0}
.ruby-home-service__grid{display:grid;grid-template-columns:repeat(3,1fr)}.ruby-home-service__grid>div{padding:4rem 2.2rem;border-right:1px solid var(--ruby-border)}.ruby-home-service__grid>div:last-child{border:0}.ruby-home-service__grid span{font-family:var(--serif);color:var(--ruby-coral);font-size:.85rem}.ruby-home-service__grid strong{display:block;font-family:var(--serif);font-size:1.55rem;line-height:1.05;color:var(--ruby-sage-dark);font-weight:500;margin:2rem 0 .8rem}.ruby-home-service__grid p{font-size:.72rem;color:var(--ruby-muted);line-height:1.7}

/* Visit */
.ruby-home-visit{display:grid;grid-template-columns:1.05fr .95fr;padding-top:6rem;padding-bottom:7rem}.ruby-home-visit__card{background:#9aa584;color:#fffaf0;padding:5rem;position:relative}.ruby-home-visit__card:before{content:"";position:absolute;inset:15px;border:1px solid rgba(255,250,240,.48);pointer-events:none}.ruby-home-visit__card .ruby-overline{color:#f6d0bd}.ruby-home-visit__card h2{font-family:var(--serif);font-size:3.7rem;line-height:.92;font-weight:500;margin:.5rem 0 1rem}.ruby-home-visit__card>p:not(.ruby-overline){color:rgba(255,255,255,.78);max-width:560px;font-size:.85rem}.ruby-home-hours{display:grid;grid-template-columns:1fr auto;max-width:500px;margin:2rem 0;border-top:1px solid rgba(255,255,255,.3)}.ruby-home-hours span,.ruby-home-hours b{padding:.55rem 0;border-bottom:1px solid rgba(255,255,255,.2);font-size:.76rem}.ruby-home-hours b{text-align:right;font-weight:500}.ruby-home-visit__phone{font-family:var(--serif);font-size:1.7rem;border-bottom:1px solid rgba(255,255,255,.5)}
.ruby-home-visit__art{background:#fffaf0;display:flex;align-items:center;justify-content:center;padding:4rem;border:1px solid var(--ruby-border);border-left:0}.ruby-home-visit__art img{max-width:420px;width:78%}

/* Product cards v2 */
.ruby-product-card{position:relative;background:#fffaf0;border:1px solid rgba(104,116,84,.18)}
.ruby-product-image{aspect-ratio:1/1.12;background:#f1eadf}.ruby-product-image:after{content:"";position:absolute;inset:10px;border:1px solid rgba(203,169,109,.18);pointer-events:none}.ruby-badge{top:1rem;left:1rem;right:auto;background:#a62d49;color:white;border:0;font-size:.54rem;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .55rem}
.ruby-product-copy{padding:1.35rem 1.4rem 1.6rem}.ruby-product-kicker{color:var(--ruby-coral);font-size:.55rem}.ruby-product-copy h3{font-size:1.72rem}.ruby-product-copy p{min-height:2.4em}.ruby-product-price{font-family:var(--serif);font-size:1.15rem;font-weight:500;color:var(--ruby-ruby)}

/* Shop v2 */
.ruby-shop-v2hero{height:430px;display:grid;grid-template-columns:1.1fr .9fr;background:#e8eadc;border-bottom:1px solid var(--ruby-border);overflow:hidden}.ruby-shop-v2hero>div:first-child{padding:5rem 3rem 4rem max(4rem,calc((100vw - 1380px)/2 + 4rem));align-self:center}.ruby-shop-v2hero h1{font-family:var(--serif);font-size:clamp(3.8rem,5vw,5.8rem);font-weight:500;line-height:.86;color:var(--ruby-sage-dark);margin:.4rem 0 1rem}.ruby-shop-v2hero h1 em{color:var(--ruby-ruby);font-weight:400}.ruby-shop-v2hero p:last-child{color:var(--ruby-muted);font-size:.9rem}.ruby-shop-v2hero__art{overflow:hidden;position:relative}.ruby-shop-v2hero__art:before{content:"";position:absolute;inset:24px;border:1px solid rgba(255,255,255,.55);z-index:2}.ruby-shop-v2hero__art img{width:100%;height:100%;object-fit:cover;object-position:55% 58%}
.ruby-shop-categories{background:#fff9ef;border-bottom:1px solid var(--ruby-border)}.ruby-shop-categories__inner{max-width:1380px;margin:auto;display:grid;grid-template-columns:repeat(7,1fr)}.ruby-shop-categories a{position:relative;min-height:108px;padding:1.3rem 1rem;border-right:1px solid var(--ruby-border);display:flex;flex-direction:column;justify-content:center}.ruby-shop-categories a:first-child{border-left:1px solid var(--ruby-border)}.ruby-shop-categories a span{font-family:var(--serif);font-size:.7rem;color:var(--ruby-coral)}.ruby-shop-categories a strong{font-family:var(--serif);font-size:1.07rem;font-weight:500;line-height:1.05;color:var(--ruby-sage-dark);margin:.15rem 0}.ruby-shop-categories a small{font-size:.58rem;color:var(--ruby-muted)}.ruby-shop-categories a.active,.ruby-shop-categories a:hover{background:#eef0e3}.ruby-shop-categories a.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:var(--ruby-ruby)}
.ruby-shop-v2body{padding-top:5rem}.ruby-shop-toolbar{display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:end;border-bottom:1px solid var(--ruby-border);padding-bottom:1.5rem}.ruby-shop-toolbar h2{font-family:var(--serif);font-size:3rem;line-height:.95;font-weight:500;color:var(--ruby-sage-dark);margin:0}.ruby-shop-toolbar>div>span{font-size:.66rem;color:var(--ruby-muted)}
.ruby-shop-search{display:flex;border-bottom:1px solid var(--ruby-sage-dark);padding:.2rem 0}.ruby-shop-search input{border:0;background:transparent;outline:0;flex:1;padding:.65rem .2rem;color:var(--ruby-ink)}.ruby-shop-search button{border:0;background:none;color:var(--ruby-ruby);font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600;cursor:pointer}
.ruby-shop-occasionbar{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;padding:1.3rem 0 2.2rem}.ruby-shop-occasionbar span{font-size:.62rem;text-transform:uppercase;letter-spacing:.13em;color:var(--ruby-muted);margin-right:.5rem}.ruby-shop-occasionbar a{font-size:.67rem;border:1px solid var(--ruby-border);padding:.45rem .75rem;background:#fff9ef;color:var(--ruby-sage-dark)}.ruby-shop-occasionbar a:hover{border-color:var(--ruby-ruby);color:var(--ruby-ruby)}
.ruby-product-grid--shop{grid-template-columns:repeat(4,1fr);gap:1.25rem 1.15rem}
.ruby-shop-promise{background:#657658;color:white;display:grid;grid-template-columns:repeat(3,1fr);padding:0 max(3rem,calc((100vw - 1380px)/2 + 4rem));margin-top:3rem}.ruby-shop-promise>div{padding:2.5rem 2.6rem;border-right:1px solid rgba(255,255,255,.15)}.ruby-shop-promise>div:last-child{border:0}.ruby-shop-promise b{font-family:var(--serif);font-size:1.35rem;font-weight:500;display:block}.ruby-shop-promise span{font-size:.7rem;color:rgba(255,255,255,.72)}
.ruby-empty-shop--v2{margin-top:2rem}

/* Footer refinement */
.ruby-home-v2 .ruby-footer,.ruby-shop-v2 .ruby-footer{margin-top:0;background:#536148}.ruby-footer-grid{padding-top:5rem;padding-bottom:5rem}

@media(max-width:1180px){
  .ruby-home-hero{grid-template-columns:1fr 46%}.ruby-home-hero__copy{padding-left:3rem}.ruby-home-hero__visual{padding-right:2.5rem}.ruby-home-categorygrid{grid-template-columns:repeat(2,1fr)}.ruby-product-grid--home,.ruby-product-grid--shop{grid-template-columns:repeat(3,1fr)}.ruby-shop-categories__inner{overflow-x:auto;grid-template-columns:repeat(7,minmax(150px,1fr))}.ruby-home-service{margin-left:2.5rem;margin-right:2.5rem}.ruby-home-visit__card{padding:4rem 3rem}
}
@media(max-width:900px){
  .ruby-home-hero{grid-template-columns:1fr;background:#fbf5ea}.ruby-home-hero__copy{padding:4rem 2rem 3rem}.ruby-home-hero h1{font-size:5rem}.ruby-home-hero__visual{min-height:520px;background:#8f9b73;padding:2rem}.ruby-home-hero__visual>img{height:480px}.ruby-home-hero__seal{left:1rem;bottom:2rem}.ruby-home-sectionhead{grid-template-columns:1fr;gap:1.3rem}.ruby-home-sectionhead>p{margin:0}.ruby-home-editorials{grid-template-columns:1fr}.ruby-home-service{grid-template-columns:1fr}.ruby-home-service__intro{border-right:0;border-bottom:1px solid var(--ruby-border);padding:3rem 0}.ruby-home-service__grid>div{padding:3rem 1.5rem}.ruby-home-visit{grid-template-columns:1fr}.ruby-home-visit__art{border-left:1px solid var(--ruby-border);min-height:360px}.ruby-shop-v2hero{grid-template-columns:1fr;height:auto}.ruby-shop-v2hero>div:first-child{padding:3.8rem 2rem}.ruby-shop-v2hero__art{height:300px}.ruby-shop-toolbar{grid-template-columns:1fr}.ruby-product-grid--shop,.ruby-product-grid--home{grid-template-columns:repeat(2,1fr)}.ruby-shop-promise{grid-template-columns:1fr;padding:0 2rem}.ruby-shop-promise>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}
}
@media(max-width:620px){
  .ruby-home-hero__brandline{margin-bottom:2rem}.ruby-home-hero__brandline>small{display:none}.ruby-home-hero h1{font-size:3.7rem}.ruby-home-hero__actions{align-items:flex-start;flex-direction:column}.ruby-home-hero__opening{grid-template-columns:1fr}.ruby-home-hero__opening span{grid-column:auto}.ruby-home-hero__visual{min-height:390px;padding:1.2rem}.ruby-home-hero__visual>img{height:360px}.ruby-home-hero__frame{inset:.7rem}.ruby-home-hero__seal{width:100px;height:100px}.ruby-home-intro{padding-top:5rem;padding-bottom:5rem}.ruby-home-categorygrid{grid-template-columns:1fr}.ruby-home-category{min-height:250px}.ruby-home-editorial{min-height:560px}.ruby-home-editorial__copy{padding:2.2rem}.ruby-home-service{margin:0 1.2rem 3rem}.ruby-home-service__grid{grid-template-columns:1fr}.ruby-home-service__grid>div{border-right:0;border-bottom:1px solid var(--ruby-border)}.ruby-home-visit__card{padding:3.5rem 2rem}.ruby-home-visit__card h2{font-size:2.7rem}.ruby-shop-v2hero h1{font-size:3.5rem}.ruby-shop-categories__inner{grid-template-columns:repeat(7,145px)}.ruby-shop-toolbar h2{font-size:2.5rem}.ruby-product-grid--shop,.ruby-product-grid--home{grid-template-columns:1fr 1fr;gap:.7rem}.ruby-product-copy{padding:1rem}.ruby-product-copy h3{font-size:1.3rem}.ruby-product-copy p{display:none}.ruby-product-price{font-size:1rem}
}


/* =========================================================
   RUBY Frontend v1.0.4 — Real Photo / Readability pass
   Keine Flyer-Grafiken als Webbilder. Größere Typo, starke Marke,
   ruhigeres Editorial-Layout und echte Fotomotive.
   ========================================================= */
.ruby-home-v2,.ruby-shop-v2{font-size:16px}
.ruby-home-v2 .ruby-topline,.ruby-shop-v2 .ruby-topline{font-size:.75rem;letter-spacing:.12em;padding:.48rem 1rem}
.ruby-home-v2 .ruby-nav,.ruby-shop-v2 .ruby-nav{min-height:112px;grid-template-columns:330px 1fr auto;padding:0 3rem;gap:1.5rem}
.ruby-brand{display:flex;align-items:center;gap:.85rem;width:auto}
.ruby-brand-emblem{display:block;width:58px;height:78px;object-fit:contain;object-position:center}
.ruby-brand-lockup{display:flex;flex-direction:column;justify-content:center;min-width:0}
.ruby-home-v2 .ruby-brand-word,.ruby-shop-v2 .ruby-brand-word{font-size:2.45rem;line-height:.8;letter-spacing:.19em;color:#596a4d}
.ruby-brand small{font-size:.78rem;line-height:1.2;letter-spacing:.08em;margin-top:.55rem;color:#6f7866}
.ruby-links{gap:1.55rem}.ruby-links a{font-size:.88rem;letter-spacing:.025em;font-weight:400}
.ruby-cart-link{font-size:.86rem}.ruby-cart-icon{font-size:1.55rem}

.ruby-overline,.ruby-home-hero__eyebrow{font-size:.77rem;letter-spacing:.14em}
.ruby-home-hero{min-height:720px;grid-template-columns:minmax(0,.9fr) minmax(580px,1.1fr);background:#f8f1e6}
.ruby-home-hero__copy{padding-top:6rem;padding-bottom:6rem}
.ruby-home-hero__brandline{margin-bottom:2rem}.ruby-home-hero__brandline>span{font-family:var(--sans);font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:#7d866f;font-weight:500}.ruby-home-hero__brandline>i,.ruby-home-hero__brandline>small{display:none}
.ruby-home-hero h1{font-size:clamp(4.2rem,5.8vw,6.7rem);line-height:.84;max-width:760px;margin-bottom:1.6rem}
.ruby-home-hero__lead{font-size:1.08rem;line-height:1.75;max-width:610px}
.ruby-home-hero__phone{font-size:1.55rem}.ruby-home-hero__phone span{font-size:.75rem;letter-spacing:.08em}
.ruby-home-hero__opening b{font-size:.72rem}.ruby-home-hero__opening span{font-size:.82rem}.ruby-home-hero__opening strong{font-size:1.22rem}
.ruby-home-hero__visual{min-height:720px;padding:0;background:#657658}
.ruby-home-hero__visual>img{height:720px;width:100%;border-radius:0;box-shadow:none;object-position:center 54%;filter:saturate(.9) contrast(1.03) brightness(.92)}
.ruby-home-hero__frame{inset:28px;border:1px solid rgba(255,255,255,.55);border-radius:0;z-index:3;pointer-events:none}
.ruby-home-hero__seal{left:36px;bottom:34px;width:148px;height:148px;border:0;background:rgba(255,250,240,.94)}
.ruby-home-hero__seal img{width:54px;height:70px;object-fit:contain;margin-bottom:.2rem}.ruby-home-hero__seal span{font-size:.9rem}
.ruby-home-marquee>div{font-size:.76rem;letter-spacing:.1em;padding:1.08rem 2rem}

.ruby-home-sectionhead>p,.ruby-home-products__meta p{font-size:.96rem;line-height:1.72}
.ruby-home-category{grid-template-columns:52% 48%;min-height:340px}
.ruby-home-category__image img{mix-blend-mode:normal;filter:saturate(.9) contrast(1.02)}
.ruby-home-category__copy{padding:2.25rem 1.9rem}.ruby-home-category__copy>span{font-size:.78rem}.ruby-home-category__copy h3{font-size:2.15rem}.ruby-home-category__copy p{font-size:.86rem;line-height:1.6;min-height:0}.ruby-home-category__copy b{font-size:.76rem;letter-spacing:.08em}
.ruby-home-editorial__image img{mix-blend-mode:normal;filter:saturate(.86) contrast(1.02)}
.ruby-home-editorial__copy p:not(.ruby-overline){font-size:.96rem;line-height:1.72}.ruby-text-link{font-size:.9rem}
.ruby-home-service__grid p{font-size:.88rem;line-height:1.65}.ruby-home-visit__card>p:not(.ruby-overline){font-size:.95rem}.ruby-home-hours span,.ruby-home-hours b{font-size:.88rem}

.ruby-product-image{aspect-ratio:1/1.06}.ruby-product-image:after{inset:0;border:0}.ruby-product-image>img{filter:saturate(.9) contrast(1.02)}
.ruby-product-copy{padding:1.25rem 1.35rem 1.45rem}.ruby-product-kicker{font-size:.73rem;letter-spacing:.055em;text-transform:uppercase}.ruby-product-copy h3{font-size:1.68rem;line-height:1.05;margin:.4rem 0 .7rem}.ruby-product-copy p{font-size:.86rem;line-height:1.55;min-height:2.7em}.ruby-product-price{font-size:1.24rem}.ruby-badge{font-size:.7rem;letter-spacing:.08em;padding:.42rem .65rem}

.ruby-shop-v2hero{height:470px;grid-template-columns:.9fr 1.1fr;background:#e7e9dc}
.ruby-shop-v2hero>div:first-child{padding-top:4rem;padding-bottom:4rem}.ruby-shop-v2hero h1{font-size:clamp(3.7rem,4.8vw,5.5rem);line-height:.9}.ruby-shop-v2hero p:last-child{font-size:1rem;line-height:1.6;max-width:560px}
.ruby-shop-v2hero__art:before{inset:26px;border-color:rgba(255,255,255,.65)}.ruby-shop-v2hero__art img{filter:saturate(.92) contrast(1.03);object-position:center 50%}
.ruby-shop-categories a{min-height:116px;padding:1.35rem 1.1rem}.ruby-shop-categories a span{font-size:.78rem}.ruby-shop-categories a strong{font-size:1.2rem;line-height:1.08}.ruby-shop-categories a small{font-size:.76rem}
.ruby-shop-toolbar>div>span{font-size:.8rem}.ruby-shop-search input{font-size:1rem}.ruby-shop-search button{font-size:.78rem}.ruby-shop-occasionbar span{font-size:.74rem}.ruby-shop-occasionbar a{font-size:.78rem;padding:.52rem .82rem}.ruby-shop-promise span{font-size:.82rem}

@media(max-width:1180px){
  .ruby-home-v2 .ruby-nav,.ruby-shop-v2 .ruby-nav{grid-template-columns:275px 1fr auto;padding:0 1.7rem}.ruby-brand-emblem{width:48px;height:65px}.ruby-home-v2 .ruby-brand-word,.ruby-shop-v2 .ruby-brand-word{font-size:2rem}.ruby-brand small{font-size:.7rem}.ruby-links{gap:.8rem}.ruby-links a{font-size:.8rem}
  .ruby-home-hero{grid-template-columns:1fr 48%}.ruby-home-hero__visual>img{height:100%}
}
@media(max-width:900px){
  .ruby-home-v2 .ruby-nav,.ruby-shop-v2 .ruby-nav{min-height:92px;grid-template-columns:1fr auto auto}.ruby-brand-emblem{width:44px;height:58px}.ruby-home-v2 .ruby-brand-word,.ruby-shop-v2 .ruby-brand-word{font-size:1.85rem}.ruby-brand small{font-size:.67rem}.ruby-home-hero{grid-template-columns:1fr}.ruby-home-hero__visual{min-height:520px}.ruby-home-hero__visual>img{height:520px}.ruby-home-hero__seal{left:28px;bottom:28px}.ruby-shop-v2hero{grid-template-columns:1fr;height:auto}.ruby-shop-v2hero__art{height:380px}
}
@media(max-width:620px){
  .ruby-home-v2 .ruby-topline,.ruby-shop-v2 .ruby-topline{font-size:.65rem}.ruby-home-v2 .ruby-nav,.ruby-shop-v2 .ruby-nav{padding:0 1rem;min-height:84px}.ruby-brand{gap:.55rem}.ruby-brand-emblem{width:38px;height:52px}.ruby-home-v2 .ruby-brand-word,.ruby-shop-v2 .ruby-brand-word{font-size:1.55rem}.ruby-brand small{font-size:.58rem;margin-top:.38rem}.ruby-home-hero__copy{padding:3.6rem 1.35rem 3rem}.ruby-home-hero h1{font-size:3.45rem}.ruby-home-hero__lead{font-size:1rem}.ruby-home-hero__visual{min-height:420px}.ruby-home-hero__visual>img{height:420px}.ruby-home-hero__frame{inset:16px}.ruby-home-hero__seal{width:118px;height:118px;left:20px;bottom:20px}.ruby-home-category{grid-template-columns:45% 55%;min-height:260px}.ruby-home-category__copy{padding:1.35rem 1.1rem}.ruby-home-category__copy h3{font-size:1.6rem}.ruby-home-category__copy p{font-size:.78rem}.ruby-product-copy p{display:block;font-size:.78rem;min-height:0}.ruby-product-kicker{font-size:.64rem}.ruby-shop-v2hero__art{height:300px}
}
/* v1.0.4 readability floor for public storefront controls/labels */
.ruby-home-v2 .ruby-overline,.ruby-shop-v2 .ruby-overline,.ruby-home-v2 .ruby-home-hero__eyebrow{font-size:.81rem;letter-spacing:.11em}
.ruby-home-v2 .ruby-product-kicker,.ruby-shop-v2 .ruby-product-kicker{font-size:.8rem;letter-spacing:.035em}
.ruby-home-v2 .ruby-badge,.ruby-shop-v2 .ruby-badge{font-size:.75rem}
.ruby-shop-v2 .ruby-shop-categories a span,.ruby-shop-v2 .ruby-shop-categories a small{font-size:.8rem}
.ruby-shop-v2 .ruby-shop-toolbar>div>span,.ruby-shop-v2 .ruby-shop-search button,.ruby-shop-v2 .ruby-shop-occasionbar span,.ruby-shop-v2 .ruby-shop-occasionbar a{font-size:.82rem}
.ruby-home-v2 .ruby-btn,.ruby-shop-v2 .ruby-btn{font-size:.8rem;letter-spacing:.07em}
