:root {
  --primary: #339999;
  --primary-dark: #267777;
  --primary-soft: #eaf7f7;
  --primary-pale: #f6fbfb;
  --text: #223047;
  --muted: #68737a;
  --white: #ffffff;
  --border: #d7eeee;
  --shadow: 0 24px 70px rgba(34, 48, 71, .11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(16px);
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}

.site-header.scrolled {
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 30px rgba(34,48,71,.08);
}

.header-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-link {
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.site-logo {
  width: 230px;
  height: auto;
}

.main-nav {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.4vw, 28px);
  flex-wrap: wrap;
}

.main-nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 12px;
  font-weight: 800;
  color: var(--text);
  transition: color .2s ease;
}

.main-nav a:hover {
  color: var(--primary);
}

.nav-toggle {
  display: none;
}

.hero-slider {
  width: 100%;
  height: 100vh;
  min-height: 620px;
  position: relative;
  overflow: hidden;
  background: var(--primary-pale);
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
}

.slide.active {
  opacity: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border: 0;
  background: rgba(255,255,255,.35);
  color: white;
  width: 46px;
  height: 70px;
  font-size: 58px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease;
}

.slider-arrow:hover {
  background: rgba(51,153,153,.72);
}

.slider-arrow.prev {
  left: 18px;
}

.slider-arrow.next {
  right: 18px;
}

.slider-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 1px solid white;
  background: rgba(255,255,255,.55);
  cursor: pointer;
}

.dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

.section {
  padding: clamp(70px, 8vw, 120px) clamp(20px, 5vw, 80px);
}

.intro {
  display: grid;
  grid-template-columns: .78fr 1fr;
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.kicker {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 16px;
}

h1, h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.02;
  letter-spacing: -.025em;
  margin: 0 0 22px;
  font-weight: 700;
}

h1 {
  font-size: clamp(46px, 6vw, 74px);
}

h2 {
  font-size: clamp(36px, 4.8vw, 58px);
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 14px 24px;
  border-radius: 4px;
  background: var(--primary);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease;
}

.button:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.button.light {
  background: white;
  color: var(--primary-dark);
}

.intro-image img,
.about-image img {
  width: 100%;
  border-radius: 0;
  box-shadow: var(--shadow);
}

.soft-bg {
  background: linear-gradient(180deg, var(--primary-pale), var(--primary-soft));
}

.section-heading.centered {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.collection-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 34px);
}

.collection-card {
  text-align: center;
}

.collection-photo {
  aspect-ratio: 1.35 / 1;
  background-size: cover;
  background-position: center;
  margin-bottom: 24px;
  box-shadow: 0 16px 40px rgba(34,48,71,.08);
}

.collection-photo.summergreen {
  background-image: url("images/summergreen-hero.png");
  background-position: center;
}

.collection-photo.blaues-haus {
  background-image: url("images/IMG_0091.jpg");
  background-position: center;
}

.collection-photo.flowerline {
  background-image: url("images/Flowerline.png");
  background-position: center;
}

.collection-card h3 {
  text-transform: uppercase;
  letter-spacing: .23em;
  font-size: 18px;
  margin: 0 0 12px;
}

.collection-card p {
  max-width: 300px;
  margin: 0 auto 14px;
  font-size: 14px;
}

.collection-card a {
  color: var(--primary);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 800;
}

.craft-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.craft-grid article {
  text-align: center;
  padding: 32px 22px;
  border-right: 1px solid var(--border);
}

.craft-grid article:last-child {
  border-right: 0;
}

.craft-icon {
  display: block;
  color: var(--primary);
  font-size: 42px;
  margin-bottom: 16px;
}

.craft-grid h3 {
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 13px;
  margin: 0 0 10px;
}

.craft-grid p {
  font-size: 13px;
  margin: 0;
}

.about {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.about-image,
.about-text {
  width: min(100%, 620px);
}

.about-image {
  justify-self: end;
}

.about-text {
  justify-self: start;
}

.about-text p {
  font-size: 15px;
}

.shop-banner {
  background: var(--primary);
  color: white;
  padding: 34px clamp(20px, 6vw, 90px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 8vw, 160px);
}

.shop-banner div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  align-items: center;
}

.shop-banner span {
  grid-row: span 2;
  font-size: 52px;
  line-height: 1;
}

.shop-banner h2 {
  color: white;
  font-size: clamp(28px, 3vw, 42px);
  margin: 0;
}

.shop-banner p {
  color: white;
  margin: 4px 0 0;
}

.gallery-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 18px;
}

.gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  box-shadow: 0 14px 32px rgba(34,48,71,.08);
}

.gallery-grid img:first-child {
  grid-column: span 1;
}

.footer {
  background: var(--primary-pale);
  border-top: 1px solid var(--border);
  padding: 46px clamp(20px, 5vw, 80px) 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 34px;
}

.footer-logo {
  width: 180px;
  margin-bottom: 14px;
}

.footer h3 {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 13px;
}

.footer p,
.footer a {
  font-size: 14px;
  color: var(--muted);
}

.footer a:hover {
  color: var(--primary);
}

.footer-bottom {
  grid-column: 1 / -1;
  text-align: center;
  background: var(--primary);
  margin: 20px calc(clamp(20px, 5vw, 80px) * -1) 0;
  padding: 13px 20px;
}

.footer-bottom p,
.footer-bottom a {
  color: white;
  margin: 0;
  font-size: 12px;
}

@media (max-width: 900px) {
  .site-logo {
  width: 230px;
  height: auto;
}

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    border: 0;
    background: transparent;
    margin-top: 14px;
    cursor: pointer;
  }

  .nav-toggle span {
    width: 28px;
    height: 2px;
    background: var(--primary);
  }

  .main-nav {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.4vw, 28px);
  flex-wrap: wrap;
}

  .main-nav.open {
    display: flex;
  }

  .hero-slider {
    height: 78vh;
    min-height: 520px;
  }

  .intro,
  .about {
    grid-template-columns: 1fr;
  }

  .about-image,
  .about-text {
    justify-self: center;
  }

  .collection-grid,
  .craft-grid,
  .gallery-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .craft-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .shop-banner {
    flex-direction: column;
    text-align: center;
  }

  .shop-banner div {
    grid-template-columns: 1fr;
  }

  .gallery-grid img {
    height: 260px;
  }
}

@media (max-width: 560px) {
  .header-inner {
    width: min(100% - 24px, 1120px);
    padding: 12px 0;
  }

  .site-logo {
  width: 230px;
  height: auto;
}

  .hero-slider {
    height: 70vh;
    min-height: 470px;
  }

  .slider-arrow {
    width: 34px;
    height: 52px;
    font-size: 42px;
  }

  .section {
    padding: 64px 20px;
  }

  .intro-image img,
  .about-image img {
    box-shadow: none;
  }
}


.atelier-grid {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(22px, 4vw, 44px);
}

.atelier-grid article {
  text-align: center;
}

.atelier-grid img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(34,48,71,.10);
}

.atelier-grid h3 {
  margin: 18px 0 0;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 14px;
}

.instagram-section {
  background: var(--primary);
  color: white;
  text-align: center;
  padding: 58px 20px;
}

.instagram-section h2 {
  color: white;
  margin-bottom: 12px;
}

.instagram-section p,
.instagram-section .kicker {
  color: white;
}

.instagram-section .button {
  margin-top: 18px;
}

@media (max-width: 900px) {
  .atelier-grid {
    grid-template-columns: 1fr;
  }

  .atelier-grid img {
    height: 330px;
  }

  .main-nav {
    margin-top: 18px;
  }
}

@media (max-width: 560px) {
  .site-logo {
    width: 175px;
  }

  .atelier-grid img {
    height: 260px;
  }
}

@media (min-width: 901px) {
  .site-logo { width: 230px; }
  .main-nav { margin-top: 28px; }
}


.legal-page {
  background: var(--white);
}

.legal-header {
  position: static;
  background: white;
  box-shadow: 0 10px 30px rgba(34,48,71,.06);
}

.legal-main {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 95px;
}

.legal-main h1 {
  color: var(--text);
  margin-bottom: 28px;
}

.legal-main h2 {
  font-size: clamp(28px, 3vw, 38px);
  margin-top: 42px;
  margin-bottom: 14px;
}

.legal-main h3 {
  margin-top: 28px;
  color: var(--primary-dark);
}

.legal-main p,
.legal-main li {
  color: var(--muted);
  line-height: 1.75;
}

.legal-main a {
  color: var(--primary);
}

.back-link {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--primary);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}

.collection-page .site-header{position:static;background:#fff;box-shadow:0 10px 30px rgba(34,48,71,.06)}
.collection-hero{min-height:58vh;display:grid;align-items:end;position:relative;overflow:hidden;background:var(--primary-pale)}
.collection-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.collection-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.88),rgba(255,255,255,.38),rgba(255,255,255,.08))}
.collection-hero-content{position:relative;z-index:2;width:min(1120px,calc(100% - 40px));margin:0 auto;padding:90px 0}
.collection-hero-content h1{max-width:720px}.collection-hero-content p{max-width:560px;font-size:18px}
.collection-intro{width:min(1020px,calc(100% - 40px));margin:0 auto;padding:80px 0 34px;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(34px,5vw,80px);align-items:start}
.collection-intro .lead-text{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(30px,4vw,48px);line-height:1.08;color:var(--text);margin:0}
.product-gallery{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:46px 0 90px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-gallery img{width:100%;height:310px;object-fit:cover;box-shadow:0 16px 40px rgba(34,48,71,.08)}
.product-gallery h3{text-transform:uppercase;letter-spacing:.13em;font-size:13px;margin:18px 0 8px}.product-gallery p{font-size:14px;margin:0}
.fabric-section{background:var(--primary-pale);padding:80px 20px}.fabric-grid{width:min(1120px,100%);margin:36px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.fabric-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;box-shadow:0 16px 40px rgba(34,48,71,.08)}
.collection-cta{background:var(--primary);color:white;text-align:center;padding:64px 20px}.collection-cta h2,.collection-cta p{color:white}.collection-cta .button{background:white;color:var(--primary-dark)}
@media(max-width:900px){.collection-intro,.product-gallery,.fabric-grid{grid-template-columns:1fr}.product-gallery img{height:320px}}

.collection-photo.nordische-haeuser {
  background-image: url("images/nordische-haeuser-hero.png");
  background-position: center;
}

@media (min-width: 901px) {
  .collection-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* Hero Welcome Overlay */
.hero-slider{
  position:relative;
}
.hero-welcome{
  position:absolute;
  z-index:5;
  left:8%;
  top:50%;
  transform:translateY(-50%);
  color:#fff;
  text-shadow:0 4px 18px rgba(0,0,0,.45);
  max-width:700px;
}
.hero-welcome h1{
  font-size:clamp(3.5rem,8vw,8rem);
  line-height:.9;
  margin:0;
  font-family:"Cormorant Garamond", serif;
}
.hero-welcome p{
  font-size:clamp(1.1rem,2vw,1.8rem);
  margin-top:1rem;
}
@media (max-width:768px){
 .hero-welcome{left:5%;right:5%;top:55%;}
 .hero-welcome h1{font-size:clamp(2.5rem,12vw,4.5rem);}
 .hero-welcome p{font-size:1rem;}
}


.hero-welcome {
  position: absolute;
  z-index: 8;
  left: clamp(24px, 7vw, 110px);
  bottom: clamp(70px, 12vh, 150px);
  max-width: min(860px, calc(100% - 48px));
  color: white;
  pointer-events: none;
}

.hero-welcome h1 {
  margin: 0;
  color: white;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 8vw, 112px);
  line-height: .9;
  text-shadow: 0 8px 32px rgba(0,0,0,.38);
  opacity: 0;
  transform: translateY(26px);
  animation: heroTextIn 1.15s ease-out .25s forwards;
}

.hero-welcome p {
  margin: 22px 0 0;
  max-width: 640px;
  color: white;
  font-size: clamp(17px, 2vw, 25px);
  line-height: 1.45;
  text-shadow: 0 5px 22px rgba(0,0,0,.35);
  opacity: 0;
  transform: translateY(18px);
  animation: heroTextIn 1.05s ease-out .75s forwards;
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(26px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-welcome h1,
  .hero-welcome p {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (max-width: 760px) {
  .hero-welcome {
    left: 22px;
    right: 22px;
    bottom: 70px;
    max-width: none;
  }

  .hero-welcome h1 {
    font-size: clamp(42px, 14vw, 72px);
  }

  .hero-welcome p {
    font-size: 16px;
  }
}

/* Dezente permanente Farbverlaufsanimation für den Willkommen-Schriftzug */
.hero-welcome h1 {
  background: linear-gradient(
    120deg,
    #ffffff 0%,
    #eaf7f7 18%,
    #cbe8e8 34%,
    #ffffff 50%,
    #d9eee4 66%,
    #b9dddd 82%,
    #ffffff 100%
  );
  background-size: 320% 320%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  animation:
    heroTextIn 1.15s ease-out .25s forwards,
    welcomeGradientFlow 13s ease-in-out infinite;
}

@keyframes welcomeGradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-welcome h1 {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
    background-position: 50% 50%;
  }
}


/* Finale dezente Rosé-Animation für den Willkommen-Schriftzug */
.hero-welcome h1 {
  background: linear-gradient(
    120deg,
    #ffffff 0%,
    #fff8fa 22%,
    #f7eef1 38%,
    #ffffff 52%,
    #f0d7de 68%,
    #fff8fa 84%,
    #ffffff 100%
  ) !important;
  background-size: 360% 360% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  animation:
    heroTextIn 1.15s ease-out .25s forwards,
    welcomeRoseFlow 19s ease-in-out infinite !important;
}

@keyframes welcomeRoseFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-welcome h1 {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    background-position: 50% 50% !important;
  }
}


/* Sichtbarerer Rosé-Farbverlauf für den Willkommen-Schriftzug */
.hero-welcome h1 {
  background: linear-gradient(
    120deg,
    #ffffff 0%,
    #f7dce6 18%,
    #eeb6c9 34%,
    #ffffff 50%,
    #d98aa8 66%,
    #f2c8d5 82%,
    #ffffff 100%
  ) !important;
  background-size: 300% 300% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 8px 32px rgba(80, 40, 50, .28) !important;
  animation:
    heroTextIn 1.15s ease-out .25s forwards,
    welcomeRoseFlowStrong 12s ease-in-out infinite !important;
}

@keyframes welcomeRoseFlowStrong {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-welcome h1 {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    background-position: 50% 50% !important;
  }
}


/* Rosé-Lichtschein über dem Willkommen-Schriftzug */
.hero-welcome h1{
  position:relative;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  background:none !important;
  overflow:visible;
}

.hero-welcome h1::after{
  content:"Willkommen bei meinflair";
  position:absolute;
  inset:0;
  color:transparent;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(247,220,230,0.15) 35%,
    rgba(238,182,201,0.95) 50%,
    rgba(247,220,230,0.15) 65%,
    rgba(255,255,255,0) 100%
  );
  background-size:220px 100%;
  background-repeat:no-repeat;
  -webkit-background-clip:text;
  background-clip:text;
  animation:meinflairShimmer 7s linear infinite;
  pointer-events:none;
}

@keyframes meinflairShimmer{
  0%{background-position:-260px 0;}
  100%{background-position:calc(100% + 260px) 0;}
}



/* Finaler Rosé-Farbverlauf direkt IN der Schrift */
.hero-welcome h1 {
  position: relative;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #f8dbe5 18%,
    #e99ab6 36%,
    #ffffff 52%,
    #d8789b 70%,
    #f3c2d2 86%,
    #ffffff 100%
  ) !important;
  background-size: 420% 100% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 8px 32px rgba(60, 30, 40, .24) !important;
  animation:
    heroTextIn 1.15s ease-out .25s forwards,
    welcomeTextGradient 7.5s linear infinite !important;
}

.hero-welcome h1::after {
  display: none !important;
  content: none !important;
}

@keyframes welcomeTextGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 420% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-welcome h1 {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    background-position: 50% 50% !important;
  }
}



/* Final: animiertes Rosé-Leuchten für den Willkommen-Schriftzug */
.hero-welcome h1 {
  background: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow:
    0 0 10px rgba(255,255,255,.45),
    0 0 22px rgba(238,182,201,.38),
    0 8px 32px rgba(60,30,40,.28) !important;
  animation:
    heroTextIn 1.15s ease-out .25s forwards,
    welcomeGlow 4.8s ease-in-out infinite !important;
}

.hero-welcome h1::after {
  display: none !important;
  content: none !important;
}

@keyframes welcomeGlow {
  0%, 100% {
    text-shadow:
      0 0 8px rgba(255,255,255,.38),
      0 0 18px rgba(238,182,201,.30),
      0 8px 32px rgba(60,30,40,.28);
  }
  50% {
    text-shadow:
      0 0 14px rgba(255,255,255,.72),
      0 0 34px rgba(238,182,201,.72),
      0 0 58px rgba(216,120,155,.48),
      0 8px 32px rgba(60,30,40,.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-welcome h1 {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.collection-card{transition:transform .35s ease,box-shadow .35s ease}.collection-card:hover{transform:translateY(-8px);box-shadow:0 22px 45px rgba(0,0,0,.14)}.collection-card .collection-photo,.atelier-grid img,.product-gallery img{transition:transform .5s ease}.collection-card:hover .collection-photo,.atelier-grid img:hover,.product-gallery img:hover{transform:scale(1.04)}.button{transition:.3s}.button:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(51,153,153,.35)}.main-nav a{position:relative}.main-nav a:after{content:'';position:absolute;left:0;bottom:-6px;width:0;height:2px;background:#339999;transition:width .3s}.main-nav a:hover:after{width:100%}@keyframes heroZoom{from{transform:scale(1)}to{transform:scale(1.08)}}.hero-slide img,.slide img{animation:heroZoom 14s ease-in-out infinite alternate}