@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=GFS+Didot&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');/* ========================================================
1. Theme Variables
========================================================= */:root {
    --bg:#ffffff;
    --panel:#ffffff;
    --button:#fff;
    --text:#000;
    --muted:#737373;
    --bradius:0px;
    --primary:#111827;
    --primary-hover:#000000;
    --border:#52514f;
    --radius:18px;
    --shadow:0 1px 3px rgba(15,23,42,.3);
    --font-main:'Inter',sans-serif;
    --font-header:'GFS Didot', serif;
    --dropdown:#adadac;
    --link:#484848;
    --accent:#484848;
    --accent-dark:#111827;
    --card:#ffffff;
    --line:#52514f;
}



.gfs-didot-regular {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
}
 
h1, h2, h3, p, a {color:var(--text);
	
}

h1 {text-align: center;
	font-size:clamp(1.3rem, 2vw, 2rem);
	padding:0em 0em 1em 0em;
	font-family: var(--font-header);
	font-weight: 400;
	 -moz-user-select: -moz-none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -o-user-select: none;
            user-select: none;
            font-style:italic;
}

h2 {text-align: center;
	font-size: clamp(1.3rem, 2vw, 1.5rem);
	padding:1em 0em 1em 0em;
	font-family: var(--font-header);
	font-weight: 400;
	 -moz-user-select: -moz-none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -o-user-select: none;
            user-select: none;
             font-style:italic;
            
}

h2.form {text-align: left;
	font-size: clamp(1.3rem, 2vw, 1.5rem);
	padding:1em 0em 1em 0em;
	font-family: var(--font-header);
	font-weight: 400;
	 -moz-user-select: -moz-none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -o-user-select: none;
            user-select: none;
             font-style:italic;
            
}
h3 {text-align: left;
	font-size: clamp(1.2rem, 2vw, 1.4rem);
	padding:;
	font-family: var(--font-header);
	font-weight: 400;
	 -moz-user-select: -moz-none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -o-user-select: none;
            user-select: none;
             font-style:italic;
            
}

 .muted {
            color: var(--muted);
        }

p {
	font-size:clamp(1.1rem, 1.5vw, 1.2rem);
	text-align: justify;
}
p.excerpt{font-size:clamp(1.1rem, 1.5vw, 1.2rem);
	font-style: italic;
	
}


p.footer{
	font-size: clamp(.9rem, .9vw, 1rem);
	text-align:center;
	font-weight:400;
	font-family: var(--font-main);
	font-style: italic;
}
p.footer a {
	font-family: 'Inter';
}
a {
	font-style: italic;
}
a:link{ color: black;
	text-decoration: none;}
	a:hover{ color: black;
	text-decoration: underline;}
	a:visited{ color: black;
	text-decoration: none;}
	a:active{ color: black;
	text-decoration: none;}
	
	
	
	.product-full-description,
.product-excerpt,
.page-excerpt,
.post-excerpt,
.post-content,
.page-content,
.intro_text,
.vision_text {
    font-family: var(--font-main);
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text);
    max-width: 760px;
    margin: 0 auto;
    text-align:justify;
}

.product-excerpt,
.page-excerpt,
.post-excerpt {
    font-family: var(--font-header);
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.7;
    font-style: italic;
    color: var(--accent);
}

.product-full-description p,
.product-excerpt p,
.page-excerpt p,
.post-excerpt p,
.post-content p,
.page-content p {
    margin: 0 0 1.2rem;
    
}

.product-full-description h2,
.product-full-description h3,
.post-content h2,
.post-content h3,
.page-content h2,
.page-content h3 {
    font-family: var(--font-header);
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 2rem 0 1rem;
    padding: 0;
}

.product-full-description a,
.product-excerpt a,
.post-excerpt a,
.post-content a,
.page-content a {
    color: var(--link);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.product-full-description a:hover,
.product-excerpt a:hover,
.post-excerpt a:hover,
.post-content a:hover,
.page-content a:hover {
    color: var(--text);
}

.product-full-description ul,
.product-full-description ol,
.post-content ul,
.post-content ol,
.page-content ul,
.page-content ol {
    margin: 0 0 1.4rem 1.5rem;
    padding: 0;
}

.product-full-description li,
.post-content li,
.page-content li {
    margin-bottom: 0.45rem;
}

.product-full-description blockquote,
.post-content blockquote,
.page-content blockquote {
    margin: 1.8rem auto;
    padding: 0.4rem 1.2rem;
    border-left: 1px solid var(--border);
    font-family: var(--font-header);
    font-style: italic;
    color: var(--accent);
}

.product-full-description img,
.post-content img,
.page-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5rem auto;
}

/* ========================================================
2. Base / Reset
========================================================= */
* {
    box-sizing:border-box;
}

body,input,button,select,textarea,table {
    font-family:var(--font-main);
    color:var(--text);
    
}

body {
    margin:0;
    background:var(--bg);
    color:var(--text);
    align-items:center;
    justify-content:center;
    min-height:100vh;
    font-size:16px;
}

section{
	padding:1em;
	max-width:100%;
	margin:0 auto;
	
}


.page-container {
 position: relative;
  background: white;
   /* push below hero */
  max-width: 100%;
  margin:0 auto;
  padding-top: 3em;
   padding: 2rem 5rem;
   min-height:50vh;
}
.content {
 
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: static; /* remove z-index unless needed */
  
}

.page-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.breadcrumb,
.breadcrumb a {
    color: #6b7280;
    font-size:clamp(.9rem, 1vw, 1rem);

    text-decoration: none;
}

.cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: ;
    color: #fff;
    
    padding: 10px 16px;
    text-decoration: none;
    font-weight: 700;
}

.cart-count {
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.page-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1.25fr) minmax(0, .75fr);
    gap: 28px;
    align-items: start;
}

.panel {
    background: #fff;
   
    padding: 22px;
   
    width:100%;
}

.main-image {
    width: 100%;
    height:560px;
    object-fit: cover;
    
    background: #fff;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.gallery img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 0;
    background: #f3f4f6;
    cursor: pointer;
    border: 1px solid transparent;
}

.gallery img:hover {
    border-color: #111827;
}
.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 18px;
}

.category-pill {
    display: inline-block;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    padding: 6px 10px;
    font-size: 13px;
}

.page-content {
    line-height: 1.7;
    color: #374151;
    margin:  0 0;
    
}

.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.secondary-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #4b5563;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    font-weight: 700;
}

.page-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 22px;
}

input,
textarea,
select {
    width: 100%;
    padding: 1rem;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--border);
    background: #fff;
    font-family: var(--font-main);
    color: var(--text);
     margin:1em 0em;
     font-size:1rem;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-bottom-color: var(--text);
}

label {
    font-family: var(--font-header);
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
 
    
}
.cart-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    display: block;
    margin-bottom: .5rem;
}
.checkout-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    display: block;
    margin-bottom: .5rem;
}

  .button.checkout {
            background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
    font-size:1rem;
    margin:1rem 0;
    padding:0.5rem;
    text-align: center;
        }

button {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
    font-size:1rem;
    margin:1rem 0;
    padding:0.5rem;
}

textarea[name="message"] {
    
}

button:hover {
    background: var(--text);
    color: #fff;
}

.button.checkout:hover {
    background: var(--text);
    color: #fff;
    text-decoration: none;
}


.checkbox {
    margin-top: 1.5rem;
}

.checkbox label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: var(--text);
    cursor: pointer;
}

.checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #111827;
    cursor: pointer;
}



.header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    padding: 15px 25px;
    background: var(--bg);
    position: relative;
    z-index: 100;
}

.header-logo {
    justify-self: start;
}

.header-nav {
    justify-self: center;
}

.header-cart {
    justify-self: end;
}

.header-logo a {
    font-family: var(--font-header);
    font-size: 1.6rem;
    font-style: italic;
    color: var(--text);
    text-decoration: none;
}
.header-logo a {
    font-family: var(--font-header);
    font-size: 1.6rem;
    font-style: italic;
    color: var(--text);
    text-decoration: none;
}

.header-nav {
    display: flex;
    justify-content: center;
}

.header-cart {
    display: flex;
    justify-content: flex-end;
}
.header-logo img
{
	width:220px;
	height: 90px;
	object-fit: cover;
}


.content-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2em;          /* space between text and wheel */
  padding: ;  /* top/bottom padding to avoid overlap */
  max-width: 80%;
  margin: 0 auto;    /* center section */
  box-sizing: border-box;
}

.content-row .text {
  flex: 1 1 50%;
  
}

.content-row .wheel {
  flex: 1 1 50%;
 
}

/* Ensure wheel stays within container */
.content-row .wheel .rotator {
  max-width: 100%;
  margin: 0 auto;
}

div.footer{
	margin:2rem;
}
.footer a {
	font-style: inherit;
}
.footer-menu{
	margin:2rem;
}


/* HOMEPAGE*/
	
	
.homepage-hero {
    position: relative;
    min-height: calc(100vh - 110px);
    display: grid;
    place-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.homepage-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(40, 40, 40, 0.45);
    z-index: 1;
}

.homepage-hero__content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 10rem 1.5rem;
    text-align: center;
    color: #fff;
}

.homepage-hero__content h1 {
 
    font-size: clamp(3rem, 5vw, 6rem);
    font-weight: 300;
    line-height: .9;
    letter-spacing: -.02em;
    margin: 0;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

.homepage-hero__content p {
    font-family: var(--font-main);
    font-size: clamp(1rem, 2vw, 1.4rem);
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    color: rgba(255,255,255,.92);
    text-shadow: 0 2px 8px rgba(0,0,0,.3);
}

.homepage-hero .header,
.homepage-hero .scroll-indicator {
    z-index: 3;
}

/* ===== WHEELS ===== */
/* Ensure wheel stays within container */
.content-row .wheel .rotator {
  max-width: 100%;
  margin: 0 auto;
}

.wheel {
 
 
    /* adjust as needed */
  margin: 0 auto;
}

.rotator {
  position: relative;
  
}

/* Outer wheel (static) */
.outer-wheel {
  width: 100%;
  display: block;
}

/* Inner rotating wheel */
#spin, #spin2, #spin3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: center center;
  will-change: transform;
  touch-action: none;
  user-select: none;
  cursor: grab;
  transition: transform 0.2s ease;
}

#spin.dragging,
#spin2.dragging,
#spin3.dragging {
  cursor: grabbing;
  transition: none;
}


/* ============================= */
/* M O S A I C   G A L L E R Y  */
/* ============================= */

.mosaic-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  gap: 12px;
  width: 80%;
  max-width: 1400px;
  margin: 2em auto;
 
}

.mosaic-item {
  position: relative;
  overflow: hidden;
}

.mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover zoom */
.mosaic-item:hover img {
  transform: scale(1.05);
}

/* Size variations */
.mosaic-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.mosaic-item.tall {
  grid-row: span 2;
}

.mosaic-item.wide {
  grid-column: span 2;
}
 /*SCROLL INDICATOR*/
 	.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-decoration: none;
}

.chevron {
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  animation: bounce 1.8s infinite;
}

/* Smooth bounce animation */
@keyframes bounce {
  0%, 100% {
    transform: rotate(45deg) translateY(0);
    opacity: 1;
  }
  50% {
    transform: rotate(45deg) translateY(8px);
    opacity: 0.6;
  }
}

.main-image[data-post-lightbox-trigger="1"],
.main-image[data-page-lightbox-trigger="1"],
.main-image[data-product-lightbox-trigger="1"] {
    cursor: zoom-in;
}

.cms-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.92);
}

.cms-lightbox__image {
    max-width: 90vw;
    max-height: 86vh;
    object-fit: contain;
}

.cms-lightbox__caption,
.cms-lightbox__counter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
}

.cms-lightbox__caption {
    bottom: 52px;
    max-width: min(760px, 86vw);
    font-size: 15px;
    line-height: 1.4;
}

.cms-lightbox__counter {
    bottom: 25px;
    font-size: 14px;
    letter-spacing: .05em;
}

.cms-lightbox__close,
.cms-lightbox__prev,
.cms-lightbox__next {
    position: absolute;
    border: 0;
    background: rgba(255,255,255,.15);
    color: white;
    cursor: pointer;
    border-radius: 50%;
}

.cms-lightbox__close {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 28px;
}

.cms-lightbox__prev,
.cms-lightbox__next {
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
    font-size: 30px;
}

.cms-lightbox__prev { left: 20px; }
.cms-lightbox__next { right: 20px; }


.filters {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.filters input,
.filters select {
    padding: 10px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.card-content {
    padding: 15px;
}

.card h3 {
    margin: 10px 0;
}

.category {
    font-size: 0.85rem;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.meta {
    font-size: 0.85rem;
    color: #888;
    margin: 10px 0;
}

.card strong {
    font-size: 1rem;
}

.card a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}


        input.qty {
            width: 86px;
        }

        .qty-form {
            display: flex;
            gap: 8px;
            align-items: center;
        }

        .delete-form {
            margin-top: 8px;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            gap: 16px;
            padding: 10px 0;
            border-bottom: 1px solid #eef2f7;
        }

        .summary-row.total {
            border-bottom: 0;
            font-size: 22px;
            font-weight: 900;
            padding-top: 16px;
        }

        .shipping-form {
            display: grid;
            gap: 10px;
            margin-bottom: 18px;
        }

        .shipping-option {
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            padding: 12px;
            margin-bottom: 10px;
            background: #fafafa;
        }

        .shipping-option strong {
            display: block;
            margin-bottom: 4px;
        }

        .notice {
            border-radius: 14px;
            padding: 13px 14px;
            margin: 14px 0;
        }

        .notice.warning {
            background: #fef3c7;
            color: #92400e;
        }

        .notice.danger {
            background: #fee2e2;
            color: #991b1b;
        }

        .notice.success {
            background: #dcfce7;
            color: #166534;
        }

        .empty-cart {
            text-align: center;
            padding: 56px 22px;
        }

        .empty-cart h2 {
            font-size: 28px;
        }

        .cart-actions {
            display: grid;
            gap: 10px;
            margin-top: 16px;
        }

        .mobile-label {
            display: none;
        }
        
           .cart-table {
            width: 100%;
            border-collapse: collapse;
        }

        .cart-table th,
        .cart-table td {
            text-align: left;
            padding: 14px 10px;
            border-bottom: 1px solid #eef2f7;
            vertical-align: middle;
        }

        .cart-table th {
            color: #4b5563;
            font-size: 13px;
            background: #f9fafb;
        }

        .item-name {
            font-weight: 800;
        }

        .item-variation {
            display: block;
            color: #6b7280;
            font-size: 13px;
            margin-top: 4px;
        }

     

.checkout-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 12px 0 18px;
}
.checkout-grid .full-width {
    grid-column: 1 / -1;
}
.notice { background: #dcfce7; color: #166534; padding: 12px 16px; border-radius: 12px; margin-bottom: 16px; }
.success-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 22px; align-items: start; }
.meta-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
        .meta-card { border: 1px solid #e5e7eb; padding: 14px; }
        .meta-card span { display: block; font-size: 12px; font-weight: 800; color: #6b7280; margin-bottom: 4px; }
        .meta-card strong { overflow-wrap: anywhere; }
        .order-items { display: grid; gap: 12px; }
        .order-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; align-items: center; border: 1px solid #e5e7eb; padding: 12px; }
        .order-thumb, .order-placeholder { width: 76px; height: 76px;  border: 1px solid #e5e7eb; background: #f8fafc; }
        .order-thumb { object-fit: cover; }
        .order-placeholder { display: grid; place-items: center; color: #94a3b8; font-size: 12px; text-align: center; }
        .order-main strong, .order-main small { display: block; }
        .order-main small { color: #6b7280; margin-top: 3px; }
        .order-price { text-align: right; white-space: nowrap; }
      /* Price block */
.price {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin: 0.75rem 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.was-price {
    font-size: 1.15rem;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 500;
}

.sale-price {
    color: #b85c38;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

/* Sale badge */
.sale-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0.5rem 0 1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #b85c38, #d97757);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.18);
}

.sale-badge::before {
    content: "";
}

/* Categories */
.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.category-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #374151;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.category-pill:hover {
    background: #111827;
    border-color: #111827;
    color: #fff;
    transform: translateY(-1px);
}


