/* Base Styles */
:root {
  --background: #F8E2D8;
  --text-color: #4B3F3F;
  --text-secondary: #5D4C4C;
  --accent-color: #D96B6B;
  --accent-dark: #C85151;
  --white: #FFFFFF;
  --shadow: rgba(0, 0, 0, 0.1);
}

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

body {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--background);
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15,15 C20,10 30,10 30,20 C30,30 20,35 15,30 C10,25 10,20 15,15' fill='%23D96B6B' fill-opacity='0.1'/%3E%3Cpath d='M85,15 C90,10 90,20 85,25 C80,30 70,25 75,15 C80,5 85,10 85,15' fill='%236D9A88' fill-opacity='0.1'/%3E%3Cpath d='M85,85 C80,90 70,90 70,80 C70,70 80,65 85,70 C90,75 90,80 85,85' fill='%23D96B6B' fill-opacity='0.1'/%3E%3Cpath d='M15,85 C10,90 10,80 15,75 C20,70 30,75 25,85 C20,95 15,90 15,85' fill='%236D9A88' fill-opacity='0.1'/%3E%3C/svg%3E");
  color: var(--text-color);
  line-height: 1.6;
}

.container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  max-width: 1800px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 0.25em;
}

h3 {
  margin-bottom: 0.75rem;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}

a:hover {
  color: var(--accent-color);
}

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

section {
  margin-bottom: 5rem;
  padding: 0 1rem;
}

.image-container {
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px var(--shadow);
  margin-bottom: 1rem;
  transition: box-shadow 0.3s, transform 0.3s;
}

.image-container:hover {
  box-shadow: 0 6px 12px var(--shadow);
  transform: translateY(-2px);
}

.cta-button {
  background-color: var(--accent-color);
  color: var(--white);
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 0.375rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
  box-shadow: 0 2px 4px var(--shadow);
}

.cta-button:hover {
  background-color: var(--accent-dark);
}

/* Floral Decorations */
.flower-decoration {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;
  pointer-events: none;
  z-index: 0;
}

.flower-decoration.left {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30,450 C30,350 10,300 40,250 C70,200 50,150 30,100' stroke='%236D9A88' stroke-width='3' fill='none'/%3E%3Cpath d='M30,370 C60,340 70,350 60,380' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M30,320 C0,290 -10,300 0,330' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M30,270 C60,240 70,250 60,280' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M30,220 C0,190 -10,200 0,230' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Ccircle cx='30' cy='100' r='20' fill='%23D96B6B'/%3E%3Ccircle cx='30' cy='100' r='15' fill='%23C85151'/%3E%3Ccircle cx='30' cy='100' r='10' fill='%23B73E3E'/%3E%3Cpath d='M30,450 C50,420 70,430 60,465 C45,480 15,480 0,465 C-10,430 10,420 30,450' fill='%23D96B6B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  opacity: 0.3;
}

.flower-decoration.right {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M170,450 C170,350 190,300 160,250 C130,200 150,150 170,100' stroke='%236D9A88' stroke-width='3' fill='none'/%3E%3Cpath d='M170,370 C140,340 130,350 140,380' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M170,320 C200,290 210,300 200,330' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M170,270 C140,240 130,250 140,280' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M170,220 C200,190 210,200 200,230' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Ccircle cx='170' cy='100' r='20' fill='%23D96B6B'/%3E%3Ccircle cx='170' cy='100' r='15' fill='%23C85151'/%3E%3Ccircle cx='170' cy='100' r='10' fill='%23B73E3E'/%3E%3Cpath d='M170,450 C150,420 130,430 140,465 C155,480 185,480 200,465 C210,430 190,420 170,450' fill='%23D96B6B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  opacity: 0.3;
}

/* Monstera Leaf Decorations */
.monstera-leaf {
  position: absolute;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.monstera-leaf.top-left {
  top: 20px;
  left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M75,10 C100,25 110,50 100,75 C90,100 75,110 60,100 C45,90 40,75 50,60 C60,45 65,20 75,10 Z' fill='%236D9A88'/%3E%3Cpath d='M75,10 C85,30 85,50 75,70 C70,55 70,30 75,10 Z' fill='%235A8A78'/%3E%3Cpath d='M72,15 C55,35 50,55 65,75 C70,60 75,35 72,15 Z' fill='%235A8A78'/%3E%3Cpath d='M78,15 C95,35 100,55 85,75 C80,60 75,35 78,15 Z' fill='%235A8A78'/%3E%3C/svg%3E");
  transform: rotate(-15deg);
}

.monstera-leaf.top-right {
  top: 50px;
  right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M75,10 C100,25 110,50 100,75 C90,100 75,110 60,100 C45,90 40,75 50,60 C60,45 65,20 75,10 Z' fill='%236D9A88'/%3E%3Cpath d='M75,10 C85,30 85,50 75,70 C70,55 70,30 75,10 Z' fill='%235A8A78'/%3E%3Cpath d='M72,15 C55,35 50,55 65,75 C70,60 75,35 72,15 Z' fill='%235A8A78'/%3E%3Cpath d='M78,15 C95,35 100,55 85,75 C80,60 75,35 78,15 Z' fill='%235A8A78'/%3E%3C/svg%3E");
  transform: rotate(25deg);
}

/* Fern Leaf Decorations */
.fern-leaf {
  position: absolute;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.fern-leaf.bottom-left {
  bottom: 50px;
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100,10 C100,100 100,150 100,190' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M100,30 C115,35 125,45 120,60 C115,70 105,75 90,70' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M100,50 C85,55 75,65 80,80 C85,90 95,95 110,90' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M100,70 C115,75 125,85 120,100 C115,110 105,115 90,110' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M100,90 C85,95 75,105 80,120 C85,130 95,135 110,130' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M100,110 C115,115 125,125 120,140 C115,150 105,155 90,150' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M100,130 C85,135 75,145 80,160 C85,170 95,175 110,170' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  transform: rotate(-10deg);
}

.fern-leaf.bottom-right {
  bottom: 70px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100,10 C100,100 100,150 100,190' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M100,30 C115,35 125,45 120,60 C115,70 105,75 90,70' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M100,50 C85,55 75,65 80,80 C85,90 95,95 110,90' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M100,70 C115,75 125,85 120,100 C115,110 105,115 90,110' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M100,90 C85,95 75,105 80,120 C85,130 95,135 110,130' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M100,110 C115,115 125,125 120,140 C115,150 105,155 90,150' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M100,130 C85,135 75,145 80,160 C85,170 95,175 110,170' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  transform: rotate(15deg);
}

/* Floral Icons & Decorations */
.header-flower-icon, .section-flower-icon {
  margin-bottom: 1rem;
  text-align: center;
}

/* Leafy Dividers between sections */
.leafy-divider {
  height: 60px;
  margin: 2rem 0 -2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='100%' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,40 C150,0 300,80 450,40 C600,0 750,80 900,40 C1050,0 1200,80 1350,40 C1500,0 1650,80 1800,40' stroke='%236D9A88' stroke-width='2' fill='none' opacity='0.3'/%3E%3Ccircle cx='200' cy='30' r='10' fill='%23D96B6B' opacity='0.2'/%3E%3Ccircle cx='600' cy='50' r='8' fill='%23D96B6B' opacity='0.2'/%3E%3Ccircle cx='1000' cy='30' r='10' fill='%23D96B6B' opacity='0.2'/%3E%3Ccircle cx='1400' cy='50' r='8' fill='%23D96B6B' opacity='0.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
}

.leafy-divider.reversed {
  transform: scaleY(-1);
}

/* Floating flowers decoration */
.floating-flowers {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.floating-flower {
  position: absolute;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.floating-flower.f1 {
  top: 20%;
  left: 15%;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20,5 C25,5 30,10 30,20 C30,30 25,35 20,35 C15,35 10,30 10,20 C10,10 15,5 20,5' fill='%23D96B6B'/%3E%3Cpath d='M20,10 C15,15 15,25 20,30 C25,25 25,15 20,10' fill='%23C85151'/%3E%3C/svg%3E");
  animation: float 10s infinite ease-in-out;
}

.floating-flower.f2 {
  top: 30%;
  right: 10%;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20,5 C25,5 30,10 30,20 C30,30 25,35 20,35 C15,35 10,30 10,20 C10,10 15,5 20,5' fill='%236D9A88'/%3E%3Cpath d='M20,10 C15,15 15,25 20,30 C25,25 25,15 20,10' fill='%235A8A78'/%3E%3C/svg%3E");
  animation: float 12s infinite ease-in-out reverse;
}

.floating-flower.f3 {
  bottom: 15%;
  left: 20%;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='15' fill='%23D96B6B'/%3E%3Ccircle cx='20' cy='20' r='10' fill='%23C85151'/%3E%3Ccircle cx='20' cy='20' r='5' fill='%23B73E3E'/%3E%3C/svg%3E");
  animation: float 8s infinite ease-in-out;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(5deg); }
}

/* Vine Decorations */
.vine-decoration {
  position: absolute;
  width: 80px;
  height: 200px;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.3;
  pointer-events: none;
}

.vine-decoration.left {
  left: 20px;
  top: 100px;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='200' viewBox='0 0 80 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40,0 C30,50 50,100 30,150 C20,175 30,200 40,200' stroke='%236D9A88' stroke-width='3' fill='none'/%3E%3Cpath d='M40,20 C50,30 55,35 60,30 C65,25 60,15 50,20' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M40,40 C30,50 25,55 20,50 C15,45 20,35 30,40' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M40,60 C50,70 55,75 60,70 C65,65 60,55 50,60' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M40,80 C30,90 25,95 20,90 C15,85 20,75 30,80' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M30,110 C40,120 45,125 50,120 C55,115 50,105 40,110' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M30,130 C20,140 15,145 10,140 C5,135 10,125 20,130' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

.vine-decoration.right {
  right: 20px;
  top: 100px;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='200' viewBox='0 0 80 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40,0 C50,50 30,100 50,150 C60,175 50,200 40,200' stroke='%236D9A88' stroke-width='3' fill='none'/%3E%3Cpath d='M40,20 C30,30 25,35 20,30 C15,25 20,15 30,20' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M40,40 C50,50 55,55 60,50 C65,45 60,35 50,40' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M40,60 C30,70 25,75 20,70 C15,65 20,55 30,60' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M40,80 C50,90 55,95 60,90 C65,85 60,75 50,80' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M50,110 C40,120 35,125 30,120 C25,115 30,105 40,110' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M50,130 C60,140 65,145 70,140 C75,135 70,125 60,130' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

/* Header Styles */
header {
  text-align: center;
  padding: 3rem 1rem;
  margin-bottom: 2rem;
}

header h1 {
  font-size: 3rem;
  letter-spacing: 0.3em;
  margin-bottom: 2rem;
}

.header-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.header-links a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.icon {
  width: 1.25rem;
  height: 1.25rem;
}

/* Section Styles */

/* Displays & Bouquets Sections */
.displays-grid, .bouquets-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.display-item img, .bouquet-item img {
  height: 16rem;
  width: 100%;
  object-fit: cover;
}

.display-item h3, .bouquet-item h3 {
  text-align: center;
  margin-top: 0.75rem;
}

.display-item p, .bouquet-item p {
  text-align: center;
  color: var(--text-secondary);
}

/* Special Bouquet Section */
.special-bouquet-section {
  margin-top: 3rem;
}

.special-bouquet-container {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.5rem;
  padding: 1.5rem;
  box-shadow: 0 4px 8px var(--shadow);
}

.special-bouquet-image {
  margin-bottom: 1.5rem;
}

.special-bouquet-image img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  border-radius: 0.375rem;
}

.special-bouquet-content h3 {
  margin-bottom: 1rem;
}

.special-bouquet-content .description {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.special-bouquet-content p {
  margin-bottom: 1.5rem;
  color: var(--text-secondary);
}

/* Gallery Section */
.gallery-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.gallery-item {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px var(--shadow);
  transition: all 0.3s;
}

.gallery-item:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 8px var(--shadow);
}

.gallery-item img {
  height: 8rem;
  object-fit: cover;
}

.gallery-info {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px var(--shadow);
}

.gallery-info p {
  margin-bottom: 1rem;
  color: var(--text-secondary);
}

/* Contact Section */
.contact-section {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3rem 1rem;
  margin-top: 3rem;
  position: relative;
}

.section-flower-icon {
  text-align: center;
  margin-bottom: 1.5rem;
}

.contact-container-centered {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contact-info {
  background-color: var(--white);
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px var(--shadow);
  text-align: center;
}

.contact-info h3 {
  margin-bottom: 1.5rem;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: center;
}

.contact-links a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.contact-message {
  margin-top: 1.5rem;
  font-style: italic;
  color: var(--accent-color);
}

/* Small Plants for Contact Section */
.small-plant {
  position: absolute;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  z-index: 0;
  bottom: 20px;
  opacity: 0.3;
}

.small-plant.left {
  left: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50,70 C50,50 50,30 50,10' stroke='%236D9A88' stroke-width='2'/%3E%3Cpath d='M50,20 C40,15 30,20 25,30 C20,40 25,50 35,45' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M50,30 C60,25 70,30 75,40 C80,50 75,60 65,55' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M50,40 C40,35 30,40 25,50 C20,60 25,70 35,65' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3Cpath d='M50,50 C60,45 70,50 75,60 C80,70 75,80 65,75' stroke='%236D9A88' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

.small-plant.right {
  right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50,10 C55,20 60,40 60,70 C55,65 50,60 50,60 C50,60 45,65 40,70 C40,40 45,20 50,10' fill='%236D9A88' opacity='0.7'/%3E%3Cpath d='M60,30 C65,25 70,25 75,35 C70,40 65,40 60,30' fill='%236D9A88' opacity='0.7'/%3E%3Cpath d='M40,30 C35,25 30,25 25,35 C30,40 35,40 40,30' fill='%236D9A88' opacity='0.7'/%3E%3Cpath d='M60,50 C65,45 70,45 75,55 C70,60 65,60 60,50' fill='%236D9A88' opacity='0.7'/%3E%3Cpath d='M40,50 C35,45 30,45 25,55 C30,60 35,60 40,50' fill='%236D9A88' opacity='0.7'/%3E%3C/svg%3E");
}

/* Footer */
footer {
  background-color: var(--text-color);
  color: var(--background);
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.875rem;
  position: relative;
  overflow: hidden;
}

.footer-flower-icons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

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

footer::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='100%' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,10 C100,40 200,0 300,30 C400,60 500,20 600,40 C700,60 800,20 900,40 C1000,60 1100,20 1200,40 C1300,60 1400,20 1500,40 C1600,60 1700,20 1800,40' stroke='%236D9A88' stroke-width='2' fill='none' opacity='0.2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  opacity: 0.3;
  z-index: 0;
}

/* Media Queries */
@media (min-width: 768px) {
  header h1 {
    font-size: 4rem;
  }
  
  .header-links {
    flex-direction: row;
    justify-content: center;
    gap: 2.5rem;
  }
  
  section {
    padding: 0 1.5rem;
  }
  
  .displays-grid, .bouquets-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
  
  .special-bouquet-container {
    padding: 2.5rem;
    display: flex;
    gap: 4rem;
    align-items: center;
  }
  
  .special-bouquet-image {
    flex: 1;
    margin-bottom: 0;
  }
  
  .special-bouquet-image img {
    height: 24rem;
  }
  
  .special-bouquet-content {
    flex: 1;
  }
  
  .gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .gallery-item img {
    height: 10rem;
  }
  
  .contact-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-form {
    padding: 2rem;
  }
}

/* Scroll Progress Bar */
.scroll-progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.scroll-progress-bar {
  height: 100%;
  background: var(--accent-color);
  width: 0%;
  transition: width 0.2s ease;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: var(--accent-color);
  color: var(--white);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px var(--shadow);
  z-index: 999;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--accent-dark);
  transform: translateY(-3px);
}

/* Print Styles */
@media print {
  .back-to-top,
  .scroll-progress-container,
  nav,
  .cta-button {
    display: none !important;
  }
  
  body {
    background: white;
    color: black;
    font-size: 12pt;
  }
  
  .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  
  h1, h2, h3 {
    page-break-after: avoid;
  }
  
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  
  section {
    page-break-inside: avoid;
  }
}

@media (min-width: 1024px) {
  header h1 {
    font-size: 4.5rem;
  }
  
  main {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .gallery-item img {
    height: 12rem;
  }
  
  .contact-section .contact-container-centered {
    max-width: 1200px;
    margin: 0 auto;
  }
}