@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.cdnfonts.com/css/monument-extended');
@import url('https://fonts.cdnfonts.com/css/neue-montreal');

@font-face {
  font-family: 'Monument Extended';
  src: url('/fonts/MonumentExtended-Ultrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('/fonts/NeueMontreal-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Load additional fonts with font-display: swap */

@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --font-sans: 'Neue Montreal', 'Inter', sans-serif;
  --font-display: 'Monument Extended', sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

* {
  @apply border-border;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  @apply bg-background text-foreground;
  font-feature-settings: "rlig" 1, "calt" 1;
  font-family: var(--font-sans);
  font-weight: 300;
}

h1, h2, h3 {
  @apply font-display uppercase tracking-wider font-extrabold;
  font-family: var(--font-display) !important;
  letter-spacing: 0.05em !important;
}

h1, h2, h3 {
  overflow: visible !important;
  padding-top: 0.25em !important;
  line-height: 1.1 !important;
}

p {
  @apply leading-relaxed;
}

.font-monument {
  font-family: var(--font-display);
}

.font-neue {
  font-family: var(--font-sans);
}

.font-mono {
  font-family: var(--font-mono);
}

/* Editorial Styles */
.editorial-headline {
  @apply max-w-full overflow-visible;
}

.editorial-headline h1 {
  font-size: clamp(1.75rem, 4vw, 4.6rem);
  line-height: 1.1;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

@media (max-width: 480px) {
  .editorial-headline h1 {
    font-size: 1.5rem;
    line-height: 1.25;
    max-width: 100%;
    text-align: left;
  }
}

.editorial-headline .block {
  display: block;
}

.editorial-marquee {
  @apply py-5;
}

.editorial-marquee p {
  @apply font-neue font-light text-lg md:text-xl tracking-tight;
  letter-spacing: -0.01em;
}

.editorial-statement-marquee {
  position: relative;
  width: 100%;
}

/* Enhanced Statement Section Styling */
.statement-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.02);
  isolation: isolate;
  padding: 3rem 1rem;
  margin: 0;
}

.statement-ambient-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.statement-particles {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(113, 81, 69, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.3;
}

.statement-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 50%;
  background: radial-gradient(ellipse at center, rgba(113, 81, 69, 0.05) 0%, transparent 70%);
  filter: blur(40px);
  opacity: 0.8;
  z-index: -1;
  overflow: hidden;
}

.statement-abstract-object {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.abstract-animation-container {
  position: relative;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abstract-shape {
  position: relative;
  width: 100%;
  height: 100%;
}

.abstract-particles {
  position: absolute;
  inset: -30px;
  overflow: visible;
}

.abstract-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: rgba(113,81,69,0.2);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.statement-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6rem;
}

.statement-heading {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 5;
  text-align: center;
  transform: translateZ(0);
}

.statement-text-container {
  position: relative;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  margin-top: 20px;
}

.statement-text {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  transform-style: preserve-3d;
  color: rgba(0,0,0,0.8);
  max-width: 680px;
  letter-spacing: -0.01em;
}

.statement-indicators {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1rem;
}

.statement-indicator {
  position: relative;
  width: 2.5rem;
  height: 2px;
  background-color: rgba(0,0,0,0.05);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  border-radius: 1px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.statement-indicator:hover {
  background-color: rgba(113,81,69,0.2);
}

.statement-indicator.active {
  background-color: rgba(113,81,69,0.1);
}

.statement-indicator-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(113,81,69,0.6);
  transform-origin: left;
}

.statement-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.statement-frame-line {
  position: absolute;
  background-color: rgba(113,81,69,0.06);
}

.statement-frame-line.top,
.statement-frame-line.bottom {
  height: 1px;
  width: 0%;
  animation: expand-horizontal 1.5s forwards ease-out;
}

.statement-frame-line.left,
.statement-frame-line.right {
  width: 1px;
  height: 0%;
  animation: expand-vertical 1.5s forwards ease-out;
}

.statement-frame-line.top {
  top: 0;
  left: 0;
}

.statement-frame-line.right {
  top: 0;
  right: 0;
  animation-delay: 0.5s;
}

.statement-frame-line.bottom {
  bottom: 0;
  right: 0;
  animation-delay: 1s;
}

.statement-frame-line.left {
  bottom: 0;
  left: 0;
  animation-delay: 1.5s;
}

/* Custom Animations */
@keyframes pulse-subtle {
  0%, 100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes float-particle {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@keyframes expand-horizontal {
  0% { width: 0%; }
  100% { width: 100%; }
}

@keyframes expand-vertical {
  0% { height: 0%; }
  100% { height: 100%; }
}

/* Enhanced Service Card Styles */
.service-card-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  font-family: var(--font-mono);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: all 0.3s ease;
}

.card-hover:hover .service-card-label {
  transform: translateX(-50%) translateY(-60%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Abstract Illustration Enhancements */
.abstract-illustration {
  @apply relative flex items-center justify-center;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.abstract-illustration svg {
  @apply stroke-current;
  stroke-width: 1.5;
  fill: none;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.group:hover .abstract-illustration svg {
  stroke-width: 2;
}

.abstract-illustration svg path,
.abstract-illustration svg line,
.abstract-illustration svg rect,
.abstract-illustration svg circle {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.group:hover .abstract-illustration svg path,
.group:hover .abstract-illustration svg line {
  stroke-dashoffset: 0;
}

.group:hover .abstract-illustration svg circle {
  transform: scale(1.1);
  transform-origin: center;
}

/* Scrollbar Styling */
.scrollbar-none {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

/* Editorial Content Styling */
.accordion-content-inner {
  @apply pt-4 pb-6;
}

/* Updated Button Styles */
.btn {
  @apply px-4 py-2 font-medium text-sm uppercase tracking-wide transition-all duration-300 ease-in-out;
}

.btn-primary {
  @apply bg-black text-white border border-black hover:bg-brown hover:text-white hover:border-brown;
}

.btn-outline {
  @apply bg-transparent border border-current hover:bg-black hover:text-white;
}

.btn-minimal {
  @apply bg-transparent text-black hover:text-brown border-b border-black hover:border-brown;
}

/* Button hover animations */
.btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.btn-primary:hover {
  background-color: #715145;
  border-color: #715145;
}

.btn-outline:hover {
  background-color: #000;
}

.btn-minimal:hover {
  color: #715145;
  border-color: #715145;
}

/* Custom Scrollbar */
.custom-scroll::-webkit-scrollbar {
  height: 4px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: rgba(113, 81, 69, 0.5);
  border-radius: 2px;
}

/* Animation Classes */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Form & Interactive Element Styling */
.accordion-trigger {
  @apply font-display uppercase text-lg tracking-wider font-extrabold;
}

input, textarea {
  @apply font-neue;
}

/* Enhanced FAQ Styles */
.faq-question {
  @apply font-neue font-medium text-lg transition-all duration-300 relative;
}

.faq-question:hover {
  @apply text-brown translate-x-px;
}

.faq-answer {
  @apply font-neue font-light overflow-hidden;
}

.faq-item {
  @apply border-b border-black/10 last:border-b-0 relative;
}

.faq-item-open .faq-question {
  @apply text-brown;
}

/* Service Cards Editorial Enhancements */
.editorial-service-card {
  @apply relative overflow-hidden transition-all duration-500;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.editorial-service-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.editorial-service-card:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #715145;
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.editorial-service-card:hover:after {
  width: 100%;
}

.editorial-service-card .badge {
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.editorial-service-card:hover .badge {
  transform: translateY(-3px);
}

/* Gradient Radial for Background Effect */
@layer utilities {
  .bg-gradient-radial {
    background-image: radial-gradient(var(--tw-gradient-stops));
  }
}

/* Tailwind Theme Variables */
@layer base {
  :root {
    --background: 50 33% 97%;
    --foreground: 0 0% 7%;
    --accent-teal: 168 78% 26%;
    --brown: 168 78% 26%;
    --card: 50 33% 97%;
    --card-foreground: 0 0% 7%;
    --popover: 0 0% 100%;
    --popover-foreground: 0 0% 7%;
    --primary: 0 0% 7%;
    --primary-foreground: 50 33% 97%;
    --secondary: 50 20% 94%;
    --secondary-foreground: 0 0% 7%;
    --muted: 220 9% 46%;
    --muted-foreground: 220 9% 46%;
    --accent: 168 78% 95%;
    --accent-foreground: 168 78% 26%;
    --destructive: 0 84% 60%;
    --destructive-foreground: 0 0% 100%;
    --border: 50 10% 88%;
    --input: 50 10% 88%;
    --ring: 168 78% 26%;
    --radius: 2px;
  }

  .dark {
    --background: 0 0% 7%;
    --foreground: 50 33% 97%;
    --brown: 168 78% 40%;
    --card: 0 0% 10%;
    --card-foreground: 50 33% 97%;
    --popover: 0 0% 10%;
    --popover-foreground: 50 33% 97%;
    --primary: 50 33% 97%;
    --primary-foreground: 0 0% 7%;
    --secondary: 0 0% 15%;
    --secondary-foreground: 50 33% 97%;
    --muted: 0 0% 15%;
    --muted-foreground: 220 9% 60%;
    --accent: 168 78% 15%;
    --accent-foreground: 168 78% 40%;
    --destructive: 0 84% 60%;
    --destructive-foreground: 0 0% 100%;
    --border: 0 0% 15%;
    --input: 0 0% 15%;
    --ring: 168 78% 40%;
  }
}

/* Advanced Animations */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.animate-float {
  animation: float 4s ease-in-out infinite;
}

/* Text Interaction Styling */
.faq-question-text-flicker {
  position: relative;
}

.faq-question-text-flicker::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 0%;
  background-color: theme('colors.brown.DEFAULT');
  transition: width 0.3s ease;
}

.faq-question:hover .faq-question-text-flicker::after {
  width: 100%;
}

/* Enhanced FAQ microinteractions */
.faq-question:focus-visible {
  @apply outline-none ring-1 ring-brown/30 rounded-sm;
}

@keyframes subtle-glow {
  0%, 100% { box-shadow: 0 0 5px rgba(113, 81, 69, 0); }
  50% { box-shadow: 0 0 15px rgba(113, 81, 69, 0.1); }
}

.faq-item:hover {
  @apply bg-black/[0.01] rounded-sm;
}

/* Advanced text animations */
@keyframes text-reveal {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}

.text-reveal {
  display: inline-block;
  animation: text-reveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Pulse effect for active items */
@keyframes soft-pulse {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

.soft-pulse {
  animation: soft-pulse 3s ease-in-out infinite;
}

/* Process Section Styling */
.outlined-step-number {
  -webkit-text-stroke: 1.5px black;
  text-stroke: 1.5px black;
  color: transparent;
  font-weight: 900;
  position: relative;
}

.outlined-step-line {
  position: absolute;
  height: 1px;
  width: 80px;
  background: rgba(0, 0, 0, 0.8);
  top: 50%;
  left: -100px;
}

@media (max-width: 768px) {
  .outlined-step-line {
    width: 40px;
    left: -50px;
  }
}

/* 3D Object Animation */
.abstract-3d-shape {
  position: absolute;
  opacity: 0.03;
  pointer-events: none;
  z-index: -1;
}

.abstract-3d-shape.circle {
  border-radius: 50%;
  border: 1px solid rgba(113, 81, 69, 0.5);
}

.abstract-3d-shape.rectangle {
  border: 1px solid rgba(0, 0, 0, 0.3);
  transform: rotate(15deg);
}

/* Process quote styling */
.process-quote {
  position: relative;
  font-style: italic;
  padding: 2rem;
}

.process-quote::before,
.process-quote::after {
  content: '"';
  font-family: Georgia, serif;
  font-size: 4rem;
  position: absolute;
  opacity: 0.1;
  line-height: 0;
}

.process-quote::before {
  top: 2rem;
  left: 0;
}

.process-quote::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

/* Editorial Magazine Styling - Team Section */
.editorial-vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  transform: rotate(180deg);
}

.editorial-quote {
  position: relative;
  font-style: italic;
  z-index: 1;
}

.editorial-quote::before,
.editorial-quote::after {
  font-family: 'Georgia', serif;
  font-size: 4rem;
  line-height: 0;
  position: absolute;
  color: rgba(113, 81, 69, 0.1);
}

.editorial-quote::before {
  content: '"';
  top: 0.5rem;
  left: -1.5rem;
}

.editorial-quote::after {
  content: '"';
  bottom: -1rem;
  right: -1.5rem;
}

.team-image-frame {
  position: relative;
}

.team-image-frame::after {
  content: '';
  position: absolute;
  top: 1rem;
  right: -1rem;
  bottom: -1rem;
  left: 1rem;
  border: 1px solid rgba(113, 81, 69, 0.3);
  z-index: -1;
}

.editorial-highlight {
  position: relative;
  display: inline-block;
}

.editorial-highlight::after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: rgba(113, 81, 69, 0.1);
}

/* Editorial Headline Animation */
.editorial-headline h1 {
  position: relative;
  overflow: visible !important;
}

.editorial-headline .block {
  display: block;
}

/* Add a subtle text shadow for depth on the changing words */
.editorial-headline h1 div.block span {
  text-shadow: 0 1px 2px rgba(0,0,0,0.04);
  display: inline-block;
}

/* Enhanced color transition for the changing words */
.editorial-headline h1 .text-brown {
  color: #715145;
  transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Refined underline animation with enhanced styling */
.editorial-headline h1 .animated-underline {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: #715145;
  transform-origin: left;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: 100px;
}

@layer utilities {
  .fixed-vertical {
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .fixed-vertical::-webkit-scrollbar {
    display: none;
  }
}

/* Custom accent for EftersynPromoSection wireframe SVG */
.eftersyn-abstract-svg {
  filter: blur(0.2px) contrast(1.04) drop-shadow(0 6px 0.5px #71514512);
  pointer-events: none;
}

/* Eftersyn section headline for type rhythm – match site hero/ydelser */
.eftersyn-headline {
  letter-spacing: 0.045em;
  text-shadow: 0 2px 10px rgba(113, 81, 69, 0.05);
}
.eftersyn-subtext { letter-spacing: 0.03em; }

/* Replace icons with simple editorial icon dots */
.icon-pdf,
.icon-bulb,
.icon-money {
  display: inline-block;
  width: 1.08em;
  height: 1.08em;
  min-width: 1.1em;
  min-height: 1.1em;
  border-radius: 9999px;
  margin-right: 0.25em;
  vertical-align: -0.14em;
  background: #71514533;
  position: relative;
}
.icon-pdf::after { content: '📄'; position: absolute; top: 0.06em; left: 0.08em; font-size: 0.94em; }
.icon-bulb::after { content: '💡'; position: absolute; top: 0.06em; left: 0.08em; font-size: 0.94em; }
.icon-money::after { content: '💸'; position: absolute; top: 0.04em; left: 0.08em; font-size: 0.94em; }

/* Price hover effect with brown pill/oval and microtext appearing */
.eftersyn-price-with-hover {
  position: relative;
  padding: 0.05em 0.35em;
  transition: background 0.2s cubic-bezier(.29,0,.27,1), color 0.22s;
  border-radius: 1.2em;
  cursor: pointer;
  z-index: 2;
}
.eftersyn-price-with-hover.show-hover-effect {
  background: rgba(113,81,69,0.13);
  color: #715145;
  box-shadow: 0 2px 18px 0 #71514522;
  transition: background 0.25s cubic-bezier(.29,0,.27,1), color 0.22s;
}
.eftersyn-price-row:focus-within .eftersyn-price-with-hover,
.eftersyn-price-row:hover .eftersyn-price-with-hover {
  background: rgba(113,81,69,0.18);
  color: #715145;
}

/* Appearing microtext next to price on hover */
.eftersyn-guarantee-microtext {
  display: inline-block;
  min-width: 0;
  min-height: 0;
  font-size: 0.89em;
  font-family: var(--font-sans);
  color: #715145;
  font-weight: 400;
  line-height: 1.1;
  padding: 0 0.15em;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 210ms cubic-bezier(.19,1,.22,1);
  font-style: italic;
  position: absolute;
  left: 74px;
  top: -7px;
  white-space: nowrap;
  z-index: 3;
}
.eftersyn-microtext-visible {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.1s;
}

/* Editorial link style for CTA – underline on hover, match editorial links */
.editorial-link-cta {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-underline-position: under;
  transition: color 0.27s cubic-bezier(.17,.85,.13,1);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.editorial-link-cta:hover, .editorial-link-cta:focus {
  color: #715145 !important;
  text-decoration-thickness: 3.5px;
  text-underline-offset: 8px;
}

/* Responsive tuning for accent + layout */
@media (max-width: 900px) {
  .eftersyn-abstract-svg { width: 330px !important; height: 140px !important; top: 14px; }
}
@media (max-width: 640px) {
  .eftersyn-abstract-svg { display: none !important; }
  .eftersyn-headline { font-size: 2.1rem !important; }
}

/* PricingCardCursor (eftersyn promo) */
.pricing-cursor-brown {
  background: rgba(113,81,69,0.68);
  color: #fff;
  font-family: 'Neue Montreal', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 0.83rem;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 10px 0 rgba(113,81,69,0.08);
  border: 1px solid rgba(113,81,69,0.12);
  white-space: nowrap;
  opacity: 0.8;
  pointer-events: none;
  backdrop-filter: blur(1.5px);
  padding: 6px 22px;
  border-radius: 44px;
  transition: opacity 0.2s cubic-bezier(.4,0,.2,1);
}

/* Refined cursor for soft brown oval on price hover */
.eftersyn-price-row:focus-within .eftersyn-price-with-hover,
.eftersyn-price-row:hover .eftersyn-price-with-hover {
  background: rgba(113,81,69,0.18) !important;
  color: #715145 !important;
}

/* 3D Animation Styles */
@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

.animate-float {
  animation: float 10s ease-in-out infinite;
}

.scene-3d {
  perspective: 600px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shape-3d {
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
}

/* Abstract line SVG styles for FashionForwardIllustrations */
.abstract-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.abstract-illustration {
  color: #715145;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.abstract-illustration:hover {
  transform: scale(1.05);
}
