:root{
  --title-color:#605070; 
  --text:#222;
  --radius:14px;
  --max-width:1100px;
  --gutter:24px;
  font-family: "Georgia", "Times New Roman", serif;
}

*{box-sizing:border-box}

#transform-demo {
  width: 400px;
  height: 200px;
  padding: 20px;
  overflow: auto;
  margin: auto;
  background-color: rgb(248, 248, 204);
  transform-origin: top left;
  transition: all 1s ease;
  transform: none;
}

#transform-demo:hover {
  transform: scale(1) rotate(45deg)
             translate(0px, 0px)
             skew(0deg, 0deg);
}

#transform-demo1 {
  width: 400px;
  height: 200px;
  padding: 20px;
  overflow: auto;
  margin: auto;
  background-color: rgb(248, 248, 204);
  transform-origin: top left;
  transition: all 1s ease;
  transform: none;
}

#transform-demo1:hover {
  transform: scale(1) rotate(45deg)
             translate(0px, 0px)
             skew(0deg, 0deg);
}

#example-2 {
width: 500px; 
height: 15em; 
margin: 10px 0 0 10px;
background-color: rgba(249, 251, 213, 0.982); 
transition-property: background-color;
transition-delay: 0s;
transition-duration: 2s;
}
#example-2:hover {  
background-color: rgb(114, 114, 243); 
}

#example-3 {
width: 500px; 
height: 15em; 
margin: 10px 0 0 10px;
background-color: rgba(249, 251, 213, 0.982); 
transition-property: background-color;
transition-delay: 0s;
transition-duration: 2s;
}
#example-3:hover {  
background-color: rgb(114, 114, 243); 
}


#f-example {
transition-property: filter;
transition-duration: 1s;
height: 15em;
border: 20px dashed rgb(110, 111, 102);
margin: 10px 10px 40px; 
padding: 10px;
color: #000000; background: rgb(249, 251, 213);
}

#f-example:hover {
filter: blur(4px) brightness(1)  contrast(3.2) drop-shadow(0px 0px 20px rgb(236, 223, 223)) grayscale(0.2) hue-rotate(90deg) invert(.1) opacity(0.8) saturate(2.1) sepia(0.1);}

div.fader {
width: 200px;
margin: 0 auto;
}
img.swap1 {
position: relative;
}
div.fader img {
transition: all 2s ease;
}
img.swap1, div.fader:hover img.swap2 { 
opacity: 1.0; 
}
div.fader:hover img.swap1, img.swap2 { 
opacity: 0;
}
html, body{
  min-height:100%;
  margin:0;
  background:var(--background-color);
  color:var(--text);
  -webkit-font-smoothing:antialiased;
}

.container{
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 64px);
}

/* HEADER */
header{
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  padding:20px 0;
  text-align:center;
}

.logo{
  font-size:48px;
  color:var(--title-color);
  letter-spacing:1px;
  font-weight:800;
}

.logo-glow{
  position:relative;
}

.logo-glow::before{
  content:"";
  position:absolute;
  inset:-25px -40px;
  border-radius:200px;
  background:hsl(0 0% 100% / 0.25);
  box-shadow:
    0 0 80px hsl(260 80% 75% / 0.45),
    0 0 40px hsl(200 90% 85% / 0.35),
    inset 0 0 20px hsl(180 60% 80% / 0.25);
}

html, body{
  min-height:100%;
  margin:0;
  background:
    linear-gradient(
      to top left,
      rgb(239, 247, 211),
      rgb(213, 213, 180),
      rgb(187, 141, 165) 60%,
      rgb(192, 140, 179) 60%,
      rgb(230, 226, 199)
    );
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color:var(--text);
}

nav{
  display:flex;
  gap:40px;
  margin-top:28px;
  justify-content:center;
}

nav a{
  color:var(--text);
  text-decoration:none;
  font-weight:600;
}

/* HERO */
.hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:center;
  padding:40px 0;
}

.hero h1{
  font-size:48px;
  margin:0;
  color:var(--title-color);
}
#transform-demo:hover {
  transform: scale(1) rotate(45deg)
             translate(0px, 0px)
             skew(0deg, 0deg);
}

#transform-demo1 {
  width: 400px;
  height: 200px;
  padding: 20px;
  overflow: auto;
  margin: auto;
  background-color: rgb(248, 248, 204);
  transform-origin: top left;
  transition: all 1s ease;
  transform: none;
}

#transform-demo1:hover {
  transform: scale(1) rotate(45deg)
             translate(0px, 0px)
             skew(0deg, 0deg);
}
/* HOME HERO – TEXT ABOVE IMAGES */
.hero-home{
  display:flex;
  flex-direction:column;
  gap:32px;
}

.hero-text{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  color: #51496a;
  padding: clamp(24px, 4vw, 48px);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.hero-images-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.hero-images-row img{
  height: 280px;
}

.hero-images-row img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(223, 230, 174, 0.08);
}

.about-images-row img{
  width:400px;
  height:250px;
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(223, 230, 174, 0.08);
}

/* Mobile */
@media (max-width:700px){
  .hero-images-row{
    grid-template-columns:1fr;
  }

  .hero-images-row img{
    height:360px;
  }
}

@media (max-width:700px){
  .hero-text{
    padding: 24px;
  }
}


.tag{
  font-style:italic;
  margin-top:8px;
  color:#3b3b3b;
}

.hero p{
  margin:18px 0;
  font-size:18px;
  line-height:1.5;
  max-width:44ch;
}

.hero-images{
  display:grid;
  gap:12px;
}

.hero-images img{
  width:100%;
  height:540px;
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

/* BUTTONS */
.btn{
  display:inline-block;
  padding:12px 18px;
  border-radius:10px;
  background:var(--title-color);
  color:#fff;
  text-decoration:none;
  font-weight:700;
}

.btn.secondary{
  background:transparent;
  color:var(--title-color);
  border:2px solid var(--title-color);
}
/* BUTTON HOVER INTERACTIONS */
.btn{
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.btn:hover{
  background-color:#3f3454;
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

/* Secondary button hover */
.btn.secondary{
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.btn.secondary:hover{
  background-color:var(--title-color);
  color:#fff;
  border-color:var(--title-color);
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.hero-cta{
  display:flex;
  gap:12px;
  align-items:center;
}

/* FEATURES */
.features{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:28px 0;
}

.features > div{
  background:#fff;
  padding:18px;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(0,0,0,0.04);
}

/* SHOP */
.shop-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:18px 0;
}

.product{
  background:#fff;
  padding:14px;
  border-radius:12px;
}

.product img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:10px;
}

.product h4{
  margin:10px 0 6px;
  color:var(--title-color);
}

.price{font-weight:700}

/* IMAGE HOVER */
.fader{
  width:100%;
  position:relative;
}

.fader img{
  width:100%;
  transition:opacity 1.5s ease;
}

.swap2{
  position:absolute;
  top:0;
  left:0;
  opacity:0;
}

.fader:hover .swap1{opacity:0}
.fader:hover .swap2{opacity:1}

/* WORKSHOPS */
.workshops{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin:28px 0;
}

.workshop{
  background:#fff;
  padding:14px;
  border-radius:12px;
}

/* FOOTER */
footer{
  padding:24px 0;
  margin-top:36px;
  border-top:1px solid rgba(0,0,0,0.05);
}

.flex{
  display:flex;
  gap:18px;
  align-items:center;
}

.muted{color:#666}

/* RESPONSIVE */
@media (max-width:900px){
  .hero{grid-template-columns:1fr}
  .shop-grid{grid-template-columns:repeat(2,1fr)}
  .features{grid-template-columns:1fr}
  .workshops{grid-template-columns:1fr}
}

@media (max-width:540px){
  .shop-grid{grid-template-columns:1fr}
  .logo{font-size:36px}
  .hero h1{font-size:36px}
}

/* RESERVE PAGE */

.hero-home {
  display: flex;
  justify-content: center;
  margin: 80px 0px;
}

.hero-text {
  width: 100%;
  max-width: 720px;
  background: #fff;
  color: #51496a;
  padding: 32px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

/* SKETCH & THUMBNAIL IMAGES */

/* ================================
   CONCEPT IMAGES (Inspiration)
================================ */

.concept-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
}

.concept-images img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  background: #eae8e4;
}


/* ================================
   THUMBNAILS & SKETCHES
================================ */

.sketch-images {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 760px;
  margin-bottom: 64px;
}

.sketch-images img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;               /* prevents overlap */
  border-radius: 16px;
  object-fit: cover;
  background: #eae8e4;
}


/* ================================
   SKETCH TEXT BLOCK
================================ */

.sketch-placeholder {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 32px;
}


/* ================================
   DECISION BLOCK
================================ */

.decision-block {
  background: var(--card);
  padding: 32px;
  border-radius: 20px;
  max-width: 760px;
  margin-top: 48px;
}


/* ================================
   MOBILE REFINEMENT
================================ */

@media (max-width: 600px) {
  .concept-images,
  .sketch-images {
    max-width: 100%;
  }

  .sketch-images img {
    max-width: 100%;
    border-radius: 12px;
  }
}
