@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* Global defines */
/* Global Colors */
/* white */
/* light grey */
/* light grey */
/* very light grey */
/* dark red */
/* Global fonts */
/* Mixins */
/* CSS Document */
/* ------------------------------------------------------------------ */
/* jak dodać grawer */
#engraverInstructions {
  font-size: 16px;
  margin: 6rem 30px 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  column-gap: 10%;
  position: relative;
}
@media screen and (max-width: 700px) {
  #engraverInstructions {
    margin-inline: 0;
  }
}
@media screen and (min-width: 900px) {
  #engraverInstructions {
    flex-direction: row;
  }
  #engraverInstructions::before {
    position: absolute;
    left: 54%;
    top: 0;
    height: 100%;
    width: 2px;
    display: block;
    background-color: #f1f1f1;
    content: "";
  }
}
#engraverInstructions > .hero {
  padding-left: 10em;
  position: relative;
  container-type: inline-size;
}
#engraverInstructions > .hero::before {
  content: "?";
  font-family: "Times New Roman", Times, serif;
  line-height: 1;
  font-size: 16em;
  font-weight: bold;
  color: #f4f4f4;
  position: absolute;
  left: 0;
  top: -0.125em;
}
@media screen and (max-width: 1200px) {
  #engraverInstructions > .hero {
    padding-left: 0;
  }
  #engraverInstructions > .hero::before {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #engraverInstructions > .hero ul {
    display: none;
  }
}
#engraverInstructions > .hero h2 {
  margin: 0 0 1em;
  font-size: clamp(2em, 3.5vw, 3em);
  font-weight: 200;
  line-height: 1.2;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #000;
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
}
@supports (container-type: inline-size) {
  #engraverInstructions > .hero h2 {
    font-size: clamp(2em, 10cqw, 3em);
  }
}
#engraverInstructions > .hero h2 strong {
  color: #8b0105;
  font-size: 1.25em;
  font-weight: 700;
}
#engraverInstructions > .hero li {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #000;
  display: flex;
  flex-direction: column;
  row-gap: 0.25em;
}
#engraverInstructions > .hero li strong {
  font-weight: 600;
  font-size: 1.1em;
}
#engraverInstructions ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#engraverInstructions ul li {
  margin-bottom: 1em;
}
#engraverInstructions div {
  box-sizing: border-box;
}
@media screen and (min-width: 900px) {
  #engraverInstructions div {
    width: 45%;
  }
}
@media screen and (min-width: 900px) {
  #engraverInstructions > .details {
    width: 35%;
  }
}
#engraverInstructions > .details li {
  margin-bottom: 1.25em;
}
#engraverInstructions > .details p {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom: 0.5em;
}
#engraverInstructions > .details p strong {
  font-size: 1.25em;
  font-weight: 700;
}

/* ------------------------------------------------------------------ */
/* engraving */
#engraving {
  font-size: 16px;
}
#engraving #engravingInfo .hero-title {
  font-size: clamp(3em, 2vw + 3em, 6em);
  font-weight: 100;
  line-height: 1;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #000;
  margin-top: 6rem;
  margin-bottom: 8rem;
  text-align: center;
}
#engraving #engravingInfo .hero-title span {
  font-family: "Libre Baskerville", Georgia, serif;
  font-style: italic;
}
#engraving #engravingInfo .hero {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 6rem;
  column-gap: min(7vw, 9rem);
  row-gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 700px) {
  #engraving #engravingInfo .hero {
    flex-direction: column-reverse;
  }
  #engraving #engravingInfo .hero:has(.text:first-child) {
    flex-direction: column;
  }
}
#engraving #engravingInfo .hero .text {
  flex: 1;
  padding-right: min(7em, 5vw);
}
@media screen and (max-width: 900px) {
  #engraving #engravingInfo .hero .text {
    padding-inline: 0;
  }
}
#engraving #engravingInfo .hero .text:has(+ .image) {
  padding-left: min(7em, 5vw);
  padding-right: unset;
}
@media screen and (max-width: 900px) {
  #engraving #engravingInfo .hero .text:has(+ .image) {
    padding-inline: 0;
  }
}
#engraving #engravingInfo .hero .text h2 {
  margin: 0 0 1em;
  font-size: clamp(2em, 3.5vw, 3em);
  font-weight: 200;
  line-height: 1.2;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #000;
  display: flex;
  flex-direction: column;
}
#engraving #engravingInfo .hero .text h2 span {
  font-family: "Libre Baskerville", Georgia, serif;
  font-style: italic;
}
#engraving #engravingInfo .hero .text p {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom: 1em;
}
@supports (container-type: inline-size) {
  @media screen and (min-width: 700px) {
    #engraving #engravingInfo .hero .text {
      container-type: inline-size;
    }
  }
  #engraving #engravingInfo .hero .text p {
    font-size: clamp(1em, 4cqw, 1.125em);
  }
}
#engraving #engravingInfo .hero .image {
  flex: 1;
  max-width: 40%;
  aspect-ratio: 300/193;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 700px) {
  #engraving #engravingInfo .hero .image {
    max-width: unset;
  }
}
#engraving #engravingInfo .hero .image img {
  width: 100%;
  height: auto;
}
#engraving #engravingInfo .hero .image figcaption {
  position: absolute;
  left: -7%;
  top: 10%;
  display: block;
  padding: 1em 1.5em;
  background-color: #8b0105;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Libre Baskerville", Georgia, serif;
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 700px) {
  #engraving #engravingInfo .hero .image figcaption {
    inset: unset;
    bottom: 10%;
  }
}
#engraving #engravingInfo .hero .image:has(+ .text) figcaption {
  left: unset;
  top: unset;
  bottom: 10%;
  right: -7%;
}
@media screen and (max-width: 700px) {
  #engraving #engravingInfo .hero .image:has(+ .text) figcaption {
    inset: unset;
    bottom: 10%;
  }
}
#engraving #engravingDetails {
  padding-block: 3rem;
  background-color: #f1f1f1;
  margin-bottom: 3rem;
  margin-inline: 0;
  padding-inline: max(4rem, 2vw);
}
@media screen and (max-width: 800px) {
  #engraving #engravingDetails {
    padding-inline: max(2rem, 2vw);
  }
}
@media screen and (min-width: 1000px) {
  #engraving #engravingDetails {
    background: linear-gradient(0deg, rgb(241, 241, 241) 0%, rgb(255, 255, 255) 100%);
    padding-bottom: 5rem;
    margin-bottom: 0;
    margin-inline: 30px;
  }
}
#engraving #engravingDetails h2 {
  font-size: clamp(2.3em, 1.5vw + 2.3em, 5em);
  font-weight: 200;
  line-height: 1.2;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 1em;
}
#engraving #engravingDetails > p {
  font-size: 1.35em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom: 3em;
  text-align: center;
  text-wrap: balance;
}
#engraving #engravingDetails > p.title {
  font-size: clamp(1.5em, 1.5vw + 1.5em, 3em);
  font-weight: 300;
  line-height: 1.2;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom: 0.75em;
}
#engraving #engravingDetails .pros {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  column-gap: min(5vw, 4rem);
  row-gap: 2rem;
}
@media screen and (max-width: 1440px) {
  #engraving #engravingDetails .pros {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
}
@media screen and (max-width: 600px) {
  #engraving #engravingDetails .pros {
    grid-template-columns: 1fr;
    row-gap: 1rem;
    text-align: center;
  }
}
#engraving #engravingDetails .pros li h3 {
  font-size: clamp(1.2em, 1.5vw + 1.2em, 1.5em);
  font-weight: 700;
  line-height: 1.3;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #8b0105;
  margin-bottom: 0.75em;
  text-wrap: balance;
}
#engraving #engravingDetails .pros li p {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #000;
  text-wrap: balance;
}
#engraving #engravingDetails .steps {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3rem;
  column-gap: min(5vw, 4rem);
}
@media screen and (max-width: 1200px) {
  #engraving #engravingDetails .steps {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 600px) {
  #engraving #engravingDetails .steps {
    row-gap: 1.75rem;
  }
}
#engraving #engravingDetails .steps li {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 14%;
  row-gap: 1.5rem;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.4;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #818181;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #engraving #engravingDetails .steps li {
    max-width: 22%;
  }
}
@media screen and (max-width: 600px) {
  #engraving #engravingDetails .steps li {
    max-width: 40%;
    font-size: 0.75em;
  }
}
#engraving #engravingDetails .steps li picture {
  aspect-ratio: 660/480;
  width: 100%;
  height: auto;
}
#engraving #engravingDetails .steps li picture img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=engraving.css.map */
