/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep. 30, 2025, 12:34:45 p.m.
    Author     : jpcor
*/
html {
    overflow-x: hidden;  /* Prevent horizontal sliding */
}

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

body {
    font-family: 'Georgia', serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    padding: 20px;
    overflow-x: hidden;
    touch-action: pan-y pinch-zoom;  /* Allow vertical scroll but prevent horizontal drag */
}
a {
    text-decoration: none;
}
.p {
    font-size: 1.1rem;
    color: #7f8c8d;
    font-style: italic;
    padding:10px;
}
img {
    border-radius: 10px; 
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}

.container h1 {
    font-size: 3rem;
    color: #2c3e50;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.container h3 {
    font-size: 1rem;
    color: #2c3e50;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
.container p {
    font-size: 1.1rem;
    color: #7f8c8d;
    font-style: italic;
    padding:10px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.ceramic-item {
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    /*transition: transform 0.3s ease, box-shadow 0.3s ease;*/
    position: relative;
    padding: 10px;
}

.ceramic-item:hover {
    /*transform: translateY(-10px);*/
    box-shadow: 0 25px 45px rgba(0,0,0,0.15);
}


.i8{
    font-size: .9rem;
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
    transition: background 0.3s ease;   
    cursor: pointer; 
}
.i8inactive{
    color: black;
}
.i8active{
    color: #fff;
}
.image-container {
    /*    height: 280px;*/
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.image-placeholder {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #d4a574 0%, #8b4513 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    position: relative;
}


.ceramic-content {
    padding: 5px;
}

.ceramic-title {
    font-size: .9rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.ceramic-details {
    margin-bottom: 15px;
    display:none;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.detail-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    margin-top: 20px;
    font-size: 0.9rem;
}
.detail-label {
    color: #7f8c8d;
    font-weight: 600;
}

.detail-value {
    color: #34495e;
    padding-left: 10px;
}

.detail-value-type {
    color: #34495e;
}

.price-label {
    color: #9f8c8d;
    font-weight: 600;
}

.price-value {
    color: #9f8c8d;
    font-weight: 600;
    transition: color 0.3s ease; /* Smooth transition */
}
.souhait{
    font-size: 0.9rem ;
    text-align: center;
}
.add-wish {
    display: flex;
    color: red;
    background-color: aliceblue;
    align-items: center;
    justify-content: space-around;
    width: 300px;
    margin: auto;
    border-radius: 10px;
    font-weight: 600;
}
.coeur {
    font-size: 30px;
    transition: color 0.3s ease; /* Smooth transition */
    text-align: center;
}
.add-wish:hover {
    /*transform: scale(1.5);*/
    font-weight: 700;
    color: blue;
}

.ceramic-type {
  color: darkred;
  font-size: 1.1rem;
  border-radius: 10px;
  padding: 10px;
  background-color: aliceblue;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  /* Improve tap target size for mobile */
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  animation: pulse 20s ease-in-out infinite;
}
/*.ceramic-type {
    color: darkred;
    font-size: 1.1rem;
    border-radius: 10px;
    padding: 10px;
    background-color: aliceblue;
}*/
.ceramic-description {
    color: #5d6d7e;
    line-height: 1.6;
    font-size: 0.95rem;
    text-align: justify;
}

.wishbasket{
    position: relative;
}

.wishnb{
    position:absolute; 
    top:0px;
    left: 0px;
    right: 0px;
    /*color:#024059;*/
    font-weight: bold;
    font-size: 30px;
    margin-inline: auto; 
    width: fit-content;
    display: flex;
    animation: blinker 1s linear infinite;
    display: none;
}
.contactmenu{
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    /*padding: 0.5rem 1rem;*/
    border-radius: 4px;
    transition: background 0.3s ease;  
}
.logo-container {
    position: relative;
    display: inline-block;
    padding: 10px;
}

.planck-symbol {
    font-size: 60px;
    font-weight: bold;
    background-size: 400% 400%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: white;
    color: white;
    position: relative;
    z-index: 2;
    animation: gradientShift 3s ease-in-out infinite;
    filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.3));
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
    box-shadow: 0 0 10px #000000;
    z-index: 30;
}

.particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    background: blue;
    box-shadow: 0 0 10px #000000;
}

.particle:nth-child(2) {
    top: 70%;
    right: 15%;
    animation-delay: -2s;
    background: yellow;
    box-shadow: 0 0 10px #000000;
}

.particle:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: -4s;
    background: red;
    box-shadow: 0 0 10px #000000;
}

.particle:nth-child(4) {
    top: 40%;
    right: 25%;
    animation-delay: -1s;
    background: green;
    box-shadow: 0 0 10px #000000;
}

.particle:nth-child(5) {
    bottom: 60%;
    left: 60%;
    animation-delay: -3s;
    background: orange;
    box-shadow: 0 0 10px #000000;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) translateX(0px); opacity: 0.7; }
    25% { transform: translateY(-20px) translateX(10px); opacity: 1; }
    50% { transform: translateY(-10px) translateX(-15px); opacity: 0.8; }
    75% { transform: translateY(-30px) translateX(5px); opacity: 0.9; }
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(139, 0, 0, 0.4);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 0 8px rgba(139, 0, 0, 0);
  }
}

.thumbnail1 {
    /*    padding:20px;
        border-radius: 30px;
        width: 350px;
        display:block;
        margin: auto;*/
}
.thumbnail {
    padding:20px;
    border-radius: 30px;
    /*    width: 350px;*/
    display:block;
    margin: auto;
}
.desc {
    padding:10px;
    display: flex;
    color: darkgray;
    font-size: .9rem;
    justify-content: space-around;
}
.contact {
    display: block;
    width: 100%;
    height: 100%;
    animation: fadeIn 0.3s ease;
}
.wish-gallery {
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.wish-item{
    display: flex;
    align-items: baseline;
    /*justify-content: center;*/
    position: relative;
    overflow: hidden;
    padding: 8px;
}

.item-nav {
    display: flex;
    max-width: 100%;
    max-height: 100%;
    justify-content: center;
    align-items: center;
}
.contact-content {
    padding:10px
}
.contact-content p {
    font-size: .9rem;
    color: #7f8c8d;
    padding-bottom: 10px;
}
.contact-content h2 {
    font-size: 1rem;
    color: black;
    padding-bottom: 10px;
}
.form-group {
    margin-bottom: 20px;
}
.item-group {
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}
.item-label{
    font-size: .9rem;

}
.toasty {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: gold;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: none;
    align-items: center;
    gap: 15px;
    z-index: 2000;
    animation: toastSlideIn 0.3s ease;
}
.toasty.show {
    display: flex;
}
.toast-message{
    font-size: .9rem;
}
select {
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: #8b6f47;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.submit-btn1 {

    padding: 5px;
    background: #8b6f47;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

.success-message {
    display: none;
    background: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #c3e6cb;
}

.success-message.show {
    display: block;
}


/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
nav {
    background: #8b6f47;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.logo {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.nav-menu a:hover {
    background: rgba(255,255,255,0.15);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.contact-table{
    display: table;
    width: 100%;
    border-spacing: 5px;
    border: 1px solid #666666;
    font-size: .8rem;
}
.row {
    display: table-row;
}
.rowh {
    display: table-row;
    background-color: bisque;
}
.col {
    display: table-cell;
    vertical-align: top;
    padding: 5px 10px;
}

.slider-container {
    width: 100%;
    /*    max-width: 100%;*/
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.slider-container p {
    font-size: 1.1rem;
    color: #7f8c8d;
    font-style: italic;
    padding:10px;
}
.slider-wrapper {
    overflow: hidden;
    position: relative;
    display: grid;
}

.slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.slide {

    display: none;
    align-items: center;
    justify-content: center;
}

.controls {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: white;
}

/* Mobile styles */

@media (max-width: 768px) {
    /* Prevent body content from sliding */

    body {
        overflow-x: hidden;
        position: relative;
    }

    .gallery {
        grid-template-columns: 1fr;
        gap: 20px;
        place-items: center;  /* Centers items in grid */
    }

    .ceramic-item {
        margin: 0 auto;  /* Center the item horizontally */
        max-width: 400px;  /* But don't exceed 400px */
    }

    .container h1 {
        font-size: 1.1rem;
    }

    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;  /* Fixed to viewport, not the nav */
        left: 0;
        top: 0;  /* Start at very top */
        flex-direction: column;
        background: #8b6f47;
        width: 100%;
        /*height: 100vh;   Full screen height */
        text-align: center;
        transition: transform 0.3s ease;
        box-shadow: 0 10px 27px rgba(0,0,0,0.2);
        padding: 4rem 0;  /* More padding for top */
        gap: 0;
        transform: translateX(-100%);  /* Hide off-screen */
        touch-action: none;  /* Prevent dragging */
        z-index: 800;  /* Above everything */
    }

    .nav-menu.active {
        transform: translateX(0);  /* Slide in when active */
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-menu a {
        display: block;
        padding: 1.2rem;
        width: 100%;
    }
}