body {
    background-color: #aa273c;
    }

header {
    background-color: #f6e7d7;
    padding: 6px;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
}

.left{
  width: 40px; /* samme bredde som burger */
}

img { 
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Hamburger ikon */
.menu-icon {
  cursor: pointer;
  width: 30px;
}

.menu-icon div {
  height: 4px;
  background: #aa273c;
  margin: 5px 0;
}

/* Dropdown menu */
#menu {
  display: none;
  flex-direction: column;
  background: #f6e7d7;
  position: absolute;
  top: 100%;
  right: 0px;
  padding: 3rem;
  padding-top: 0rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  z-index: 10;
  font-family: "lorimer-no-2-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  font-size: 2rem;
  line-height: 4rem;
  text-transform: uppercase;
}

#menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #aa273c;
}

#menu a:hover {
  color: #000000;
  text-decoration: none;
}

/* Når menu er aktiv */
#menu.active {
  display: block;
}

/* Overlay (mørk baggrund) */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 50% mørk */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 5;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}


//*Footer*//

body {
  margin: 0;
}

.footer {
  background: #aa273c;

  display: flex;
  justify-content: space-between;
  align-items: center;

  min-height: 300px; /* giver plads til hele billedet */
  padding: 0;
}

/* VENSTRE BILLEDE HELT TIL KANT */
.footer-left img {
  display: block;
  width: 25rem;
}

/* HØJRE SIDE */
.footer-right {
  flex: 1;

  display: flex;
  justify-content: center;   /* centrerer horisontalt i højre side */
  align-items: center;       /* centrerer vertikalt */
  text-align: center;

  padding-right: 20px;
}

.footer-right .footer-text a {
  color: #fff;
  text-decoration: none;
}

.footer-right .footer-text a:hover {
  color: #f6e7d7;
  text-decoration: underline;
}

/* TEKST STYLING */
.footer-text h1 {
  margin: 0;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  font-family: "lorimer-no-2-condensed", sans-serif;
}

.footer-text p {
  margin: 0;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  font-family: "inter-28pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17 px;
}

.footer-text h2 {
  margin: 0;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "lorimer-no-2-condensed", sans-serif;
}

.section1 {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color:#fff;
}
.slides {
  position: relative;
}

.slides::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* juster mørkhed her */
  pointer-events: none;
}

.slider {
  position: relative;
  width: 100%;
}

.slider-text {
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  text-align: center;
  color: #fff;

  z-index: 5;
}

.slider-text h2 {
    font-size: 16px;
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color: ##fffcf5;
}

.slider-text p {
margin: 20px 0;
  line-height: 1.2;
  font-size: 80px;
  color: ##fffcf5;
  font-family: "texas-hero", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* CTA ovenpå slider */
.slider-cta {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);

  background: #aa273c;
  color: #fff;

  padding: 18px 60px;
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "lorimer-no-2-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 50px;

  text-decoration: none;
  z-index: 5;

  transition: 0.3s ease;
}

/* hover */
.slider-cta:hover {
  background: #f6e7d7;
  color: #000;
}

.slide {
  width: 100%;
  display: none;
}

.slide.active {
  display: block;
}

/* dots */
.dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #aa273c;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: #aa273c;
}

.section1 img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* små farve sektioner */
.color-block {
  height: 50px; /* juster selv */
  width: 100%;
}

/* forskellig farve */
.color-top {
  background: #f6e7d7; /* din rød */
}

.color-bottom {
  background: #f6e7d7; /* din beige */
}

.intro {
  background: #fff;
  padding: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.intro-content {
  max-width: 600px;
  margin: 0 auto;
}

.intro-content h2 {
 font-size: 4rem;
 color: #aa273c;
  margin-bottom: 10px;
  font-family: "lorimer-no-2-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.intro p {
  font-size: 17px;
  font-family: "inter-28pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.section2 {
  padding: 0;
  padding-top: 200px;
  padding-bottom: 100px;
  background: #fff;
  overflow: visible;
  position: relative;
}

.image-row {
  padding-left: 100px;
  display: flex;
  gap: 80px;
  overflow-x: auto; /* gør det scrollbart */
  overflow-y: visible; /* vokser udover boksen */
  overflow: visible; /* PROBLEM*/
  position: relative;
  align-items: flex-start;
}

.image-row img {
  transition: transform 0.3s ease;
}

.item {
  position: relative;
  flex-shrink: 0;
}

.item img {
  width: 200px;
  transition: transform 0.3s ease;
}

/* zoom */
.item:hover img {
  transform: scale(1.4);
  z-index: 2;
}

/* tekst oven over*/
.text {
  position: absolute;
  top: -180px;
  left: -36px;
  color: #000;
  font-size: 16px;
  opacity: 0;
  transition: 0.3s;
  font-family: "mono45-headline", monospace;
  font-weight: 300;
  font-style: normal;
}

/* vis tekst ved hover */
.item:hover .text {
  opacity: 1;
}





/*OM*/

body {
  margin: 0;
  font-family: sans-serif;
  background: #fff;
}

.about {
  padding: 80px 30px;
  opacity: 0;
  transform: translateY(60px);
  transition: 0.8s ease;
  background: transparent;
}

.about.active {
  opacity: 1;
  transform: translateY(0);
}

/* layout */
.about-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
  overflow: visible;
}

.about-text p {
  margin-bottom: 16px;
  font-family: "inter-28pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.about-container .about-text h1{
  text-align: left;
  padding-bottom: 3rem;
  line-height: 0.1;
  font-size: 4rem;
  font-family: "lorimer-no-2-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #aa273c;
}

.about-text h2 {
  margin-bottom: 16px;
  font-family: "texas-hero", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
}


.about-text {
  max-width: 55ch; /* “ch” = god læse-bredde */
    font-family: sans-serif;
  letter-spacing: 0.2px;
}

.about-image1{
  width: 16rem;
  }

.about-image2{
  width: 20rem;
  left: 0%;
}

.about-image4{
  width: 16rem;
  left: 0%;
}

.about-image5{
  width: 30rem;
}

.about-image1 img,
.about-image2 img,
.about-image4 img,
.about-image5 img {
  width: 100%;
  display: block;
}

.about-image:first-child img {
  width: 16rem;
  position: relative;
  left: 0%;
}

.mid {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  }

.about-text-overlay {
  position: absolute;

  bottom: 20px;   /* flytter den ned */
  left: 150%;      /* flytter den lidt til siden */

  transform: translateX(-50%);

  width: 400px;
  line-height: 0.1;

  color: #000;
  font-family: "texas-hero", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  z-index: 10;
}

/* TEXT */

.about.active .about-text {
  opacity: 1;
  transform: translateX(0);
}

/* IMAGE */
.about-image4{
  opacity: 0;
  transform: translateX(60px) scale(0.95);
  transition: 0.9s ease;
  display: block;
}

.about.active .about-image4{
  opacity: 1;
  transform: translateX(0) scale(1);
}

/*   CTA BUTTON (samme styling som den jeg brugte på index) */

.ctaknap{
  display: flex;
  justify-content: center; /* horisontalt */
  align-items: center;     /* vertikalt (hvis der er højde) */
  height: 200px;           /* kun hvis du vil centrere i højden */
}


.cta {
  background: #aa273c;
  color: #fff;
  border: 0px;
  padding: 18px 60px;
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "lorimer-no-2-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 50px;
  border-color: #aa273c;

  text-decoration: none;
  z-index: 5;

  transition: 0.3s ease;
}


.cta:hover {
  background: #f6e7d7;
  border-color: #f6e7d7;
  color: #000;
  transform: translateY(-2px);
}


.signup-page {
  display: flex;
  height: 100vh;
}

/* VENSTRE SIDE */
.signup-left {
  flex: 1;
  background: #aa273c;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
}

.signup-left h1 {
  font-family: "texas-hero", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  margin: 20px 0;
  line-height: 1.2;
}

.small-text {
  font-size: 16px;
  font-family: "montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
}

/* HØJRE SIDE */
.signup-right {
  flex: 1;
  background: #fff;
  color: #aa273c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}

.signup-right h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 0;
}

.signup-right p {
  max-width: 26rem;
  font-family: "inter-28pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17 px;
  color: #000000;
}

/* FORM */
.signup-right form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 26rem;
}

.signup-right input {
  width: 400px;
  max-width: 26rem;
  padding: 18px 20px;
  border: 1px solid #aa273c;
  background: #fff;
  color: #aa273c;
  font-family: "inter-28pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
  border-radius: 50px;
  text-decoration: none;
  z-index: 5;

  transition: 0.3s ease;
}

.signup-right button {
  background: #aa273c;
  color: #f6e7d7;
  border: 0px;
  padding: 18px 40px;
  width: 100%;
  max-width: 26rem;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "lorimer-no-2-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-radius: 50px;

  text-decoration: none;
  z-index: 5;

  transition: 0.3s ease;
}


.signup-right button:hover {
  background: #f6e7d7;
  color: #000;
}


/* KALENDER */

body {
  background: #fffcf5;
}

/* FRAME */
.calendar-frame {
  max-width: 80rem;
  margin: 60px auto;
  padding: 1px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 25px 70px rgba(0,0,0,0.08);
}

/* MONTH TITLE */

.calendar-header {
  font-size: 16rem;
  letter-spacing: 2px;
  text-align: left;
  margin-left: 3rem;
  margin-bottom: 0px;
  padding-bottom: 0%;
  margin-top: 50px;
  color: #aa273c;
  margin-bottom: 10px;
  font-family: "lorimer-no-2-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.calendar-subheader {
  text-align: right;
  padding-right: 1rem;
  padding-top: 1rem;
  font-size: 26px;
  margin-bottom: 6rem;
  font-family: "mono45-headline", monospace;
  font-weight: 300;
  font-style: normal;
  color: #aa273c;
}

/* Kallender GRID */
.calendar {
  display: grid;
  position: relative;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0px;
  color: #aa273c;
}

/* weekday labels */
.weekday {
  text-align: center;
  font-size: 16px;
  font-family: "mono45-headline", monospace;
  font-weight: 300;
  font-style: normal;
  opacity: 0.3;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.day p{
  color: #aa273c;
  text-align: center;
  font-family: "inter-28pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 6%;
}

.day p:hover{
  transform: scale(1.3);
  z-index: 2;
}

.day h2{
  color: #f6e7d7;
  text-align: center;
  font-size: 17px;
}

.day h3{
  color: #aa273c;
  text-align: center;
  font-size: 17px;
}

/* DAY BOX (ALL EQUAL 1x1 squares) */
.day {
  position: relative;
  aspect-ratio: 1 / 1;   /* vigtig: alle er perfekte firkanter */
  border: 1px solid #f6e7d7;
  background: #fff;
  overflow: visible;
  transition: none;
  font-family: "inter-28pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17 px;
  text-transform: uppercase;
}


.sticker-1{
  position: absolute;
  bottom: 30px;
  left: 90px;

  width: 80%;
  height: auto;


  transform: rotate(-5deg);

  z-index: 3;
}

.sticker-2{
  position: absolute;
  bottom: 1rem;
  left: 3.5rem;

  width: 50%;
  height: auto;


  transform: rotate(-5deg);

  z-index: 3;
}

.sticker-3{
position: absolute;
  bottom: 1rem;
  left: 1rem;

  width: 50%;
  height: auto;

  transform: rotate(-5deg);
  z-index: 3;
}
.parent {
  position: relative;
}

.sticker-4{
position: absolute;
  bottom: -10px;
  left: -26px;

  width: 130%;
  height: auto;

  transform: rotate(-5deg);
  z-index: 3;
}
.parent {
  position: relative;
}


.special-day{
  background-color: #ffedf7;
  }

.special-day-2{
  background-color: #f0d0ff;
}

.special-day-3{
  background-color: #aa273c;
}

.special-day-3 p{
  color: #f6e7d7;
}

.special-day-4{
  background: #fff0f9;
}

/* date number */
.date {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 11px;
  opacity: 0.6;
  z-index: 2;
}

/* scrapbook image overlay */
.event-img {
  position: absolute;
  width: 60%;
  height: auto;

  transform: translate(-50%,-50%) rotate(-2deg);
  z-index: 10;

  box-shadow: 0 10px 25px rgba(0,0,0,0.15)

}

.day .img {
  position: absolute;
  width: 80%;
  height: 80%;
  object-fit: cover;
  top: -5%;
  left: -5%;

  opacity: 0.95;
  transform: rotate(-9deg); /*scrapbook vibe skæv*/
  z-index: 1;
}

.day img:not(.polaroid img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.polaroid {
  position: absolute;
  bottom: -6px;
  left: 36px;

  width: 55%;
  height: auto;

  background: #fff;
  padding: 4px 4px 18px 4px;

  transform: rotate(9deg);

  box-shadow: 0 9px 16px rgba(0,0,0,0.18);
  z-index: 3;
}

.polaroid img {
  width: 100%;
  height: auto;
  display: block;
}

.polaroid-2 {
  position: absolute;
  bottom: -16px;
  left: 65px;

  width: 55%;
  height: auto;

  background: #fff;
  padding: 4px 4px 18px 4px;

  transform: rotate(-5deg);

  box-shadow: 0 9px 16px rgba(0,0,0,0.18);
  z-index: 3;
}

.polaroid-2 img {
  width: 100%;
  height: auto;
  display: block;
}

.polaroid-3 {
  position: absolute;
  bottom: -30px;
  left: 40px;

  width: 70%;
  height: auto;

  background: #fff;
  padding: 4px 4px 18px 4px;

  box-shadow: 0 9px 16px rgba(0,0,0,0.18);
  z-index: 3;
}

.polaroid-2 img {
  width: 100%;
  height: auto;
  display: block;
}

/* clickable */
.day a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

/*  scrapbook label */
.note {
  position: absolute;
  bottom: 30px;
  left: 10%;
  background: #aa273c;
  color: #f6e7d7;
  padding: 4px 8px;
  font-size: 14px;
  letter-spacing: 0.5px;
  transform: rotate(-6deg);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-family: "inter-28pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17 px;
  text-transform: uppercase;
}



/* event border accent */
.event {
  border: none;
}

.event: ::after{
  content:"";
  position: absolute;
  inset: 0;
  border: 1px solid #000;
  transform: rotate(-1deg);
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding: 10px;
}

@media (min-width: 768px) {
  .container {
    width: 80%;
    margin: auto;
  }
}