:root{
  --bg:#f5f3ee;
  --card:#f7e9d7;
  --muted:#7c6f5c;
  --accent:#c8a165;
  --accent-2:#a67c52;
  --glass: rgba(255,255,255,0.12);
  --radius:12px;
  --container:90%;
  --max-width:1400px;
}

*{box-sizing:border-box}
html{
  height: 100%;
  background: linear-gradient(180deg, #f5f3ee, #e5c29f);
  background-attachment: fixed;
}
body{
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  color:#4b3a23;
  margin:0;
  min-height: 100vh;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.container{max-width:var(--max-width);width:var(--container);margin:0 auto;padding:0 20px}
.site-header{
  backdrop-filter: blur(6px);
  position:sticky;
  top:0;
  background:rgba(255,255,255,0.85);
  border-bottom:1px solid rgba(255,255,255,0.03);
  z-index: 10;
}
.header-inner{display:flex;align-items:stretch;justify-content:flex-start;padding:0;height:96px}
.logo{font-weight:700;color:var(--accent-2);text-decoration:none}
.nav{display:flex;gap:0;align-items:stretch;margin-left:auto;margin-right:0}
.nav a{
  color:inherit;
  text-decoration:none;
  padding:8px 16px;
  border-radius:0;
  background:transparent;
  transition:background-color 0.3s ease;
  display:flex;
  align-items:center;
}
.nav a:visited{color:inherit}
.nav a:hover{background-color:rgba(166,124,82,0.15);border-radius:0}
.nav a:active{color:inherit}
.nav a.active{background-color:var(--accent-2);color:#fff;font-weight:400;border-radius:0;height:100%;display:flex;align-items:center;padding:8px 16px}
.btn{padding:10px 16px;border-radius:10px;border:0;cursor:pointer;font-weight:600}
.btn-outline{background:transparent;color:var(--accent-2);border:1px solid var(--accent-2);}
.btn-primary{background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#fff;}
.btn-ghost{background:transparent;border:1px solid var(--accent);color:var(--muted);}
.nav-toggle{display:none;background:transparent;border:0;color:var(--muted);font-size:20px}

.hero{padding:72px 0;min-height:400px;display:flex;align-items:center}
.hero-inner{display:grid;grid-template-columns:1fr 450px;gap:48px;align-items:center}
.hero-copy h1{font-size:48px;margin:0 0 12px}
.hero-copy p{color:var(--muted);line-height:1.5;font-size:16px}
.hero-visual{display:flex;justify-content:center;width:400px;height:280px}
.hero-visual img{width:100%;height:100%;object-fit:cover;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,0.12)}

.delivery-image {
  margin: 2rem auto;
  max-width: 960px;
  text-align: center;
}
.delivery-image img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.features{padding:56px 0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:var(--glass);padding:18px;border-radius:12px}
.card h3{margin:0 0 8px}
.card p{margin:0;color:var(--muted)}

.contact{padding:0 0 56px 0;text-align:center}
.contact-header{
  background: linear-gradient(135deg, #a67c52, #8b6240);
  padding: 48px 0;
  margin-bottom: 32px;
}
.contact-header h2{
  color: #fff;
  margin: 0 0 8px;
}
.contact-header p{
  color: rgba(255,255,255,0.85);
  margin: 0;
  font-size: 1.05rem;
}
.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:32px;align-items:stretch}
.contact-info{text-align:left;display:flex;flex-direction:column;justify-content:center}
.contact-info h3{font-size:24px;margin:0 0 16px;color:var(--accent-2)}
.contact-info p{margin:4px 0;color:var(--muted)}
.contact-info a{color:var(--accent);text-decoration:none;font-weight:600}
.contact-info a:hover{text-decoration:underline}
.map-container{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.15);background:var(--glass)}
.map-container iframe{display:block;width:100%}
.social-link{display:inline-block;transition:transform 0.3s ease}
.social-link:hover{transform:scale(1.15)}
.social-icon{height:32px;width:auto;display:block}

.site-footer{padding:24px 0;border-top:1px solid rgba(255,255,255,0.03);text-align:center;color:var(--muted)}
.site-footer p{margin:8px 0}
.footer-social{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:12px}
.footer-social p{margin:0;font-weight:600}
.social-icons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px}

@media(max-width:900px){
  .hero{min-height:350px}
  .hero-inner{grid-template-columns:1fr;}
  .cards{grid-template-columns:1fr}
  .nav-toggle{display:none}
  .header-inner {
    flex-direction: row;
    justify-content: flex-start;
  }
  .logo-header {
    margin-right: 16px;
    margin-left: 0;
  }
  .nav {
    margin-left: auto;
    margin-right: 0;
  }  .contact-wrapper{grid-template-columns:1fr}
  .contact-info{text-align:center}
}

@media (max-width: 700px) {
  .hero{min-height:auto;padding:40px 0}
  .hero-inner{gap:20px}
  .hero-visual{width:280px;height:180px}
  .hero-copy h1{font-size:28px}
  .hero-copy p{font-size:14px}  .nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 16px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    border-radius: 8px;
    padding: 1rem 2rem;
    z-index: 10;
    gap: 0.5rem;
  }  .nav a {
    display: block;
    padding: 10px 16px;
    border-radius: 6px;
    background: transparent;
    transition: background-color 0.3s ease;
  }  .nav a.active {
    background-color: var(--accent-2);
    color: #fff;
    font-weight: 400;
    border-radius: 0;
  }
  .nav.nav-open {
    display: flex !important;
  }
  .nav-toggle {
    display: block;
    background: #A67C52;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 2rem;
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 16px;
    z-index: 11;
  }
  .header-inner {
    flex-direction: row;
    justify-content: flex-start;
  }
  .logo-header {
    margin-right: 12px;
    margin-left: 0;
  }
  .nav {
    margin-left: auto;
    margin-right: 0;
  }
}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
  position: relative;
}
.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  width: 100%;
  overflow: hidden;
  height: 600px;
  max-width: 960px;
  margin: 0 auto;
  align-items: center;
  position: relative;
}
.carousel-img {
  min-width: 100%;
  max-width: 100%;
  object-fit: contain;
  height: 600px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px;
}
.carousel-img.active {
  opacity: 1;
  position: relative;
}
.carousel-btn {
  background: #A67C52;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0.85;
}
.carousel-btn.prev {
  left: 0;
}
.carousel-btn.next {
  right: 0;
}
@media (max-width: 600px) {
  .carousel-track {
    height: 300px;
  }
  .carousel-img {
    height: 300px;
  }
}

.nav.nav-open {
  display: flex !important;
}

.logo-slogan-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100vw;
  width: 100vw;
  margin: 0;
  padding: 48px 0 0 0;
  gap: 32px;
  position: relative;
  min-height: 260px;
  background: none;
  overflow: hidden;
  z-index: 0;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.logo-slogan-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
  background: url('assets/IMG-20260304-WA0010.jpg') center center/cover no-repeat;
  pointer-events: none;
}
.logo-slogan-row::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  pointer-events: none;
}

.logo-slogan-row .logo-main,
.logo-slogan-row .slogan {
  position: relative;
  z-index: 2;
  background: none;
  padding: 0;
  border-radius: 0;
}
.logo-slogan-row .logo-main {
  position: absolute;
  top: 48px;
  right: 32px;
  z-index: 2;
}
.logo-slogan-row .logo-main img {
  height: clamp(100px, 12vw, 180px);
  max-width: clamp(150px, 18vw, 300px);
  width: auto;
}
.logo-slogan-row .slogan {
  flex: 1 1 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #fff;
  font-weight: 400;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5), 0 4px 8px rgba(0,0,0,0.4);
  text-align: center;
  min-width: 0;
  word-break: break-word;
  width: 100%;
  padding: 24px 32px;
  padding-right: clamp(320px, 25vw, 450px);
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 900px) {
  .logo-slogan-row {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 24px;
  }
  .logo-slogan-row .logo-main {
    position: absolute;
    top: 48px;
    right: 24px;
  }
  .logo-slogan-row .slogan {
    text-align: center;
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    width: 100%;
    padding: 20px 24px;
    padding-right: clamp(280px, 22vw, 380px);
  }
}
@media (max-width: 700px) {
  .logo-slogan-row {
    flex-wrap: wrap;
    gap: 16px;
    min-height: 140px;
    padding: 24px 0 0 0;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .logo-slogan-row .logo-main {
    position: absolute;
    top: 24px;
    right: 16px;
  }
  .logo-slogan-row .logo-main img {
    height: clamp(70px, 11vw, 100px);
    max-width: clamp(105px, 16vw, 150px);
    width: auto;
  }
  .logo-slogan-row .slogan {
    font-size: clamp(1rem, 2.8vw, 1.4rem);
    text-align: center;
    width: 100%;
    padding: 16px 12px;
    padding-right: clamp(80px, 15vw, 120px);
  }
}

.logo-header {
  display: flex;
  align-items: center;
  margin-right: 16px;
  margin-left: 0;
  height: 100%;
  padding: 8px 0;
}
.logo-header img {
  height: 80px;
  width: auto;
}

@media (min-width: 1920px) {
  .hero-copy h1 {
    font-size: 56px;
  }
  .hero-inner {
    grid-template-columns: 1fr 550px;
    gap: 60px;
  }
  .hero-visual {
    width: 500px;
    height: 350px;
  }
  .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

h1, h2, h3, h4, h5, h6,
strong, b,
.card h3,
.contact-info h3,
.about-hero h1,
.gallery-hero h1,
.hero-copy h1,
.cta-button,
.btn {
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.about-hero {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, rgba(197, 161, 101, 0.1) 0%, rgba(166, 124, 82, 0.05) 100%);
  margin-bottom: 60px;
}

.about-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.about-logo {
  width: clamp(150px, 25vw, 350px);
  height: auto;
}

.about-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.about-hero h1 {
  font-size: clamp(2rem, 6vw, 3.5rem);
  color: var(--accent-2);
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.02em;
}

.about-content {
  margin-bottom: 80px;
  max-width: 800px;
}

.about-description {
  line-height: 1.8;
  color: var(--muted);
}

.about-description p {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  margin-bottom: 24px;
  text-align: justify;
  color: #5c4a38;
}

.about-description p:last-child {
  margin-bottom: 0;
}

.about-cta {
  text-align: center;
  padding: 60px 0;
  background: linear-gradient(135deg, rgba(200, 161, 101, 0.1) 0%, rgba(166, 124, 82, 0.05) 100%);
  border-radius: 16px;
  margin-bottom: 60px;
}

.about-cta h2 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--accent-2);
  margin-bottom: 16px;
}

.about-cta p {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  color: var(--muted);
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: clamp(0.9rem, 1vw, 1rem);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(166, 124, 82, 0.25);
}

/* About Page Responsive */
@media (max-width: 900px) {
  .about-hero {
    padding: 60px 0;
    margin-bottom: 40px;
  }

  .about-hero-inner {
    gap: 30px;
  }

  .about-content {
    margin-bottom: 60px;
  }

  .about-cta {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 700px) {
  .about-hero {
    padding: 50px 0;
    margin-bottom: 30px;
  }

  .about-logo {
    width: clamp(120px, 30vw, 250px);
  }

  .about-description p {
    text-align: left;
    margin-bottom: 18px;
  }

  .about-cta {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .cta-button {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .about-hero {
    padding: 40px 0;
    margin-bottom: 25px;
  }

  .about-hero-inner {
    gap: 25px;
  }

  .about-logo {
    width: clamp(100px, 35vw, 200px);
  }

  .about-content {
    margin-bottom: 40px;
  }

  .about-cta {
    padding: 25px 15px;
    margin-bottom: 25px;
  }
}

/* Gallery Page Styles */
.gallery-hero {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, rgba(197, 161, 101, 0.1) 0%, rgba(166, 124, 82, 0.05) 100%);
  margin-bottom: 60px;
}

.gallery-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.gallery-hero h1 {
  font-size: clamp(2rem, 6vw, 3.5rem);
  color: var(--accent-2);
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
}

.gallery-hero p {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  color: var(--muted);
  margin: 0;
}

.gallery-grid {
  margin-bottom: 80px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 8px;
  width: 100%;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
  background: var(--glass);
  aspect-ratio: 1;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* Lightbox Modal */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: color 0.3s ease;
}

.lightbox-close:hover {
  color: #ccc;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  padding: 20px;
  transition: color 0.3s ease;
}

.lightbox-nav:hover {
  color: #ccc;
}

.lightbox-nav.prev {
  left: 10px;
}

.lightbox-nav.next {
  right: 10px;
}

.gallery-cta {
  text-align: center;
  padding: 60px 0;
  background: linear-gradient(135deg, rgba(200, 161, 101, 0.1) 0%, rgba(166, 124, 82, 0.05) 100%);
  border-radius: 16px;
  margin-bottom: 60px;
}

.gallery-cta h2 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--accent-2);
  margin-bottom: 16px;
}

.gallery-cta p {
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  color: var(--muted);
  margin-bottom: 32px;
}

/* Gallery Page Responsive */
@media (max-width: 900px) {
  .gallery-hero {
    padding: 60px 0;
    margin-bottom: 40px;
  }

  .gallery-grid {
    margin-bottom: 60px;
  }

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

  .gallery-cta {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 700px) {
  .gallery-hero {
    padding: 50px 0;
    margin-bottom: 30px;
  }

  .gallery-hero h1 {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
  }

  .gallery-grid {
    margin-bottom: 40px;
  }

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

  .gallery-cta {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .gallery-hero {
    padding: 40px 0;
    margin-bottom: 25px;
  }

  .gallery-grid {
    margin-bottom: 30px;
  }

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

  .gallery-cta {
    padding: 25px 15px;
    margin-bottom: 25px;
  }

  .lightbox-close {
    top: 10px;
    right: 15px;
    font-size: 30px;
  }

  .lightbox-nav {
    font-size: 30px;
    padding: 10px;
  }
}
