:root {
  --cream: #f5f0e8;
  --dark: #1a1208;
  --brown: #6b3f1f;
  --gold: #c8922a;
  --warm: #e8dcc8;
  --mid: #8c6a4a;
  --light-text: #7a6a55;
  --white: #fffdf9;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', sans-serif;
  background: var(--cream);
  color: var(--dark);
  overflow-x: hidden;
  cursor: none;
}

/* ── CUSTOM CURSOR (desktop only) ── */
.cursor {
  width: 10px; height: 10px;
  background: var(--gold);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s, width 0.3s, height 0.3s, background 0.3s;
}
.cursor-ring {
  width: 36px; height: 36px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.18s ease, width 0.3s, height 0.3s, opacity 0.3s;
  opacity: 0.6;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 4rem;
  transition: background 0.4s, padding 0.4s;
}
nav.scrolled {
  background: rgba(26,18,8,0.97);
  padding: 0.9rem 4rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: 0.04em;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  color: rgba(255,253,249,0.8);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2px;
  transition: color 0.3s;
}
.nav-links a::after {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  background: var(--gold);
  color: var(--dark) !important;
  padding: 0.55rem 1.4rem;
  border-radius: 2px;
  font-weight: 500;
  transition: background 0.3s !important;
}
.nav-cta:hover { background: #e8a830 !important; }
.nav-cta::after { display: none !important; }

/* LANG SWITCHER */
.lang-switcher {
  display: flex; align-items: center; gap: 0.4rem;
  margin-left: 1.5rem;
}
.lang-btn {
  background: none; border: none;
  color: rgba(255,253,249,0.5);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem; letter-spacing: 0.12em;
  text-transform: uppercase; cursor: pointer;
  padding: 0.3rem 0.4rem;
  transition: color 0.3s;
}
.lang-btn.active { color: var(--gold); font-weight: 500; }
.lang-btn:hover { color: var(--white); }
.lang-sep { color: rgba(255,253,249,0.2); font-size: 0.7rem; }

/* hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 26px; height: 2px; background: var(--white); transition: 0.3s; display: block; }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* mobile menu */
.mobile-menu {
  display: none; position: fixed; inset: 0; background: var(--dark);
  z-index: 99; flex-direction: column; align-items: center; justify-content: center;
  gap: 2rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: var(--white); text-decoration: none;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  transition: color 0.3s;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu-lang {
  display: flex; gap: 1rem; margin-top: 0.5rem;
}
.mobile-menu-lang button {
  background: none; border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.6); font-family: 'Jost', sans-serif;
  font-size: 0.82rem; letter-spacing: 0.15em; text-transform: uppercase;
  padding: 0.5rem 1.3rem; cursor: pointer; transition: 0.3s;
}
.mobile-menu-lang button.active { border-color: var(--gold); color: var(--gold); }

/* ── HERO ── */
#hero {
  height: 100vh; min-height: 600px; position: relative;
  display: flex; align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(26,18,8,0.75) 0%, rgba(107,63,31,0.45) 100%),
    url('image/tab.webp') center/cover no-repeat;
}
.hero-grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 2;
  padding: 0 4rem; max-width: 780px;
  padding-top: 80px;
}
.hero-tag {
  display: inline-block;
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--gold);
  padding: 0.35rem 0.9rem; margin-bottom: 1.6rem;
  animation: fadeUp 0.8s 0.2s both;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  font-weight: 900; line-height: 1.05;
  color: var(--white);
  animation: fadeUp 0.8s 0.4s both;
}
.hero-title em { font-style: italic; color: var(--gold); }
.hero-sub {
  margin-top: 1.4rem;
  font-size: 1.05rem; font-weight: 300;
  color: rgba(255,253,249,0.75); line-height: 1.7;
  max-width: 500px;
  animation: fadeUp 0.8s 0.6s both;
}
.hero-actions {
  margin-top: 2.4rem; display: flex; gap: 1.2rem; flex-wrap: wrap;
  animation: fadeUp 0.8s 0.8s both;
}
.btn-primary {
  background: var(--gold); color: var(--dark);
  padding: 0.9rem 2.2rem; font-size: 0.85rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 500; text-decoration: none; border: none;
  cursor: pointer; transition: background 0.3s, transform 0.2s;
  display: inline-block; white-space: nowrap;
}
.btn-primary:hover { background: #e8a830; transform: translateY(-2px); }
.btn-outline {
  border: 1px solid rgba(255,253,249,0.5); color: var(--white);
  padding: 0.9rem 2.2rem; font-size: 0.85rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 300; text-decoration: none;
  transition: border-color 0.3s, transform 0.2s; display: inline-block;
  white-space: nowrap;
}
.btn-outline:hover { border-color: var(--white); transform: translateY(-2px); }

.hero-scroll {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: rgba(255,253,249,0.5); font-size: 0.65rem; letter-spacing: 0.2em;
  text-transform: uppercase; animation: fadeUp 1s 1.2s both;
}
.scroll-line {
  width: 1px; height: 40px; background: var(--gold);
  animation: scrollAnim 1.8s infinite;
  transform-origin: top;
}

/* ── ABOUT STRIP ── */
.about-strip {
  background: var(--dark);
  padding: 2rem 4rem;
  display: flex; gap: 0; align-items: stretch;
}
.about-strip-item {
  display: flex; align-items: center; gap: 1rem;
  flex: 1; justify-content: center; padding: 0.5rem 1rem;
}
.strip-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; color: var(--gold); white-space: nowrap;
}
.strip-label {
  font-size: 0.75rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,253,249,0.6);
  line-height: 1.4;
}
.strip-divider { width: 1px; background: rgba(255,253,249,0.12); flex-shrink: 0; align-self: stretch; margin: 0.5rem 0; }

/* ── SECTION COMMONS ── */
section { padding: 7rem 4rem; }
.section-tag {
  font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.8rem; display: block;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 700;
  line-height: 1.2; color: var(--dark);
}
.section-title em { font-style: italic; color: var(--brown); }

/* ── SERVICES ── */
#services { background: var(--white); }
.services-header { max-width: 540px; margin-bottom: 4rem; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2px;
}
.service-card {
  background: var(--cream);
  padding: 2.5rem 2rem;
  position: relative; overflow: hidden;
  transition: background 0.4s; cursor: default;
}
.service-card::before {
  content: ''; position: absolute;
  bottom: 0; left: 0; height: 3px; width: 0;
  background: var(--gold); transition: width 0.4s;
}
.service-card:hover { background: var(--warm); }
.service-card:hover::before { width: 100%; }
.service-icon { font-size: 2rem; margin-bottom: 1.2rem; display: block; }
.service-name { font-family: 'Playfair Display', serif; font-size: 1.25rem; margin-bottom: 0.7rem; }
.service-desc { font-size: 0.88rem; color: var(--light-text); line-height: 1.7; }
.service-num {
  position: absolute; top: 1.5rem; right: 1.5rem;
  font-family: 'Playfair Display', serif; font-size: 3rem;
  color: rgba(107,63,31,0.08); font-weight: 900; line-height: 1;
}

/* ── GALLERY ── */
#gallery { background: var(--cream); }
.gallery-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 3rem; flex-wrap: wrap; gap: 1.2rem;
}
.gallery-filters { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.filter-btn {
  border: 1px solid rgba(107,63,31,0.3);
  background: transparent; color: var(--mid);
  padding: 0.5rem 1.2rem; font-size: 0.75rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer; transition: 0.3s; font-family: 'Jost', sans-serif;
  touch-action: manipulation; min-height: 44px;
}
.filter-btn.active, .filter-btn:hover {
  background: var(--dark); border-color: var(--dark); color: var(--white);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 280px; gap: 10px;
}
.gallery-item {
  overflow: hidden; position: relative; cursor: pointer;
  transition: opacity 0.4s; border-radius: 2px;
}
.gallery-item.hidden { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,18,8,0.78), transparent 60%);
  opacity: 0; transition: opacity 0.4s;
  display: flex; align-items: flex-end; padding: 1.2rem;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-label { color: var(--white); font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; }
.gallery-cat { display: block; font-size: 0.65rem; color: var(--gold); letter-spacing: 0.14em; margin-bottom: 0.2rem; }

/* lightbox */
.lightbox {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.94); z-index: 500;
  align-items: center; justify-content: center; padding: 1rem;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 85vh; object-fit: contain; }
.lightbox-close {
  position: absolute; top: 1rem; right: 1rem;
  color: var(--white); font-size: 1.6rem; cursor: pointer;
  background: rgba(255,255,255,0.12); border: none;
  width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; transition: background 0.2s; touch-action: manipulation;
}
.lightbox-close:hover { background: rgba(255,255,255,0.22); }
.lightbox-caption {
  position: absolute; bottom: 1.2rem; left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.6); font-size: 0.78rem;
  letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap;
}

/* ── PROCESS ── */
#process { background: var(--dark); color: var(--white); }
#process .section-title { color: var(--white); }
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 3rem; margin-top: 4rem; position: relative;
}
.process-grid::before {
  content: ''; position: absolute; top: 2rem; left: 0; right: 0; height: 1px;
  background: linear-gradient(to right, transparent, rgba(200,146,42,0.4), transparent);
}
.process-step { position: relative; }
.process-num {
  font-family: 'Playfair Display', serif;
  font-size: 4rem; font-weight: 900;
  color: rgba(200,146,42,0.15); line-height: 1; margin-bottom: 1.2rem;
}
.process-title-step { font-family: 'Playfair Display', serif; font-size: 1.2rem; margin-bottom: 0.7rem; color: var(--gold); }
.process-desc { font-size: 0.85rem; color: rgba(255,253,249,0.6); line-height: 1.8; }

/* ── TESTIMONIALS ── */
#testimonials { background: var(--warm); }
.testimonials-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.testimonials-inner .section-tag,
.testimonials-inner .section-title { text-align: center; }
.testimonial-slider { margin-top: 3.5rem; position: relative; min-height: 200px; }
.testimonial-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.6s; pointer-events: none; }
.testimonial-slide.active { opacity: 1; pointer-events: auto; position: relative; }
.quote-mark { font-family: 'Playfair Display', serif; font-size: 6rem; line-height: 0.6; color: var(--gold); opacity: 0.4; display: block; margin-bottom: 1rem; }
.testimonial-text { font-family: 'Playfair Display', serif; font-size: clamp(1rem, 2.5vw, 1.3rem); font-style: italic; line-height: 1.7; color: var(--dark); margin-bottom: 1.5rem; }
.testimonial-author { font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mid); }
.testimonial-dots { display: flex; justify-content: center; gap: 0.6rem; margin-top: 2rem; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(107,63,31,0.25); cursor: pointer; transition: background 0.3s, transform 0.3s; border: none; touch-action: manipulation; }
.dot.active { background: var(--gold); transform: scale(1.4); }

/* ── CONTACT ── */
#contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.contact-info p { font-size: 0.9rem; color: var(--light-text); line-height: 1.8; margin-bottom: 2rem; margin-top: 1rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.4rem; }
.contact-icon { width: 42px; height: 42px; background: var(--cream); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; border-radius: 2px; }
.contact-detail-text strong { display: block; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.2rem; }
.contact-detail-text span { font-size: 0.9rem; color: var(--dark); }

.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--mid); }
.form-group input,
.form-group select,
.form-group textarea {
  border: 1px solid rgba(107,63,31,0.2);
  background: var(--cream);
  padding: 0.9rem 1rem; font-family: 'Jost', sans-serif;
  font-size: 1rem; color: var(--dark);
  outline: none; transition: border-color 0.3s;
  resize: vertical; border-radius: 1px;
  -webkit-appearance: none; appearance: none; min-height: 48px;
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238c6a4a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); background: var(--white); }
.form-group textarea { min-height: 130px; }
.form-submit {
  background: var(--dark); color: var(--white);
  border: none; padding: 1rem 2.4rem;
  font-family: 'Jost', sans-serif; font-size: 0.82rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  cursor: pointer; transition: background 0.3s;
  align-self: flex-start; min-height: 52px; touch-action: manipulation;
}
.form-submit:hover { background: var(--brown); }
.form-success { display: none; background: rgba(200,146,42,0.1); border: 1px solid var(--gold); padding: 1rem; font-size: 0.85rem; color: var(--brown); }

/* ── FOOTER ── */
footer { background: var(--dark); padding: 4rem 4rem 2rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .nav-logo { font-size: 1.7rem; }
.footer-brand p { margin-top: 1rem; font-size: 0.85rem; color: rgba(255,253,249,0.45); line-height: 1.7; max-width: 280px; }
.footer-col h4 { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col ul li a { font-size: 0.85rem; color: rgba(255,253,249,0.5); text-decoration: none; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.75rem; color: rgba(255,253,249,0.3); }
.social-links { display: flex; gap: 0.8rem; }
.social-link { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; color: rgba(255,253,249,0.5); text-decoration: none; font-size: 0.85rem; transition: 0.3s; }
.social-link:hover { border-color: var(--gold); color: var(--gold); }

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes scrollAnim {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ══════════════════════════════════════
   TABLET  ≤ 1024px
══════════════════════════════════════ */
@media (max-width: 1024px) {
  nav { padding: 1.2rem 2.5rem; }
  nav.scrolled { padding: 0.8rem 2.5rem; }
  section { padding: 5.5rem 2.5rem; }
  .hero-content { padding: 0 2.5rem; padding-top: 80px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .contact-grid { gap: 3rem; }
  .about-strip { padding: 1.8rem 2.5rem; }
  .gallery-grid { grid-template-columns: repeat(3,1fr); grid-auto-rows: 240px; }
}

/* ══════════════════════════════════════
   MOBILE  ≤ 768px
══════════════════════════════════════ */
@media (max-width: 768px) {
  body { cursor: auto; }
  .cursor, .cursor-ring { display: none; }

  nav { padding: 1rem 1.25rem; }
  nav.scrolled { padding: 0.75rem 1.25rem; }
  .nav-links, .lang-switcher { display: none; }
  .hamburger { display: flex; }

  #hero { min-height: 100svh; align-items: flex-end; }
  .hero-content {
    padding: 0 1.25rem 5rem;
    padding-top: 0; max-width: 100%;
  }
  .hero-title { font-size: clamp(2.2rem, 9vw, 3.2rem); }
  .hero-sub { font-size: 0.95rem; max-width: 100%; }
  .hero-actions { flex-direction: column; gap: 0.8rem; }
  .btn-primary, .btn-outline {
    width: 100%; text-align: center;
    padding: 1rem; font-size: 0.82rem;
  }
  .hero-scroll { display: none; }

  /* stats strip: 2x2 grid */
  .about-strip {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .strip-divider { display: none; }
  .about-strip-item {
    padding: 1.4rem 0.8rem;
    flex-direction: column; text-align: center; gap: 0.3rem;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .about-strip-item:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,0.07);
  }
  .strip-num { font-size: 1.75rem; }
  .strip-label { font-size: 0.65rem; white-space: normal; text-align: center; }

  section { padding: 4rem 1.25rem; }

  /* services */
  .services-header { margin-bottom: 2.5rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 1.8rem 1.4rem; }

  /* gallery */
  .gallery-header { flex-direction: column; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
  .gallery-filters { width: 100%; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; -webkit-overflow-scrolling: touch; }
  .filter-btn { flex-shrink: 0; }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 190px; gap: 6px;
  }
  /* always show overlay on mobile */
  .gallery-overlay { opacity: 1; }

  .lightbox img { max-width: 100vw; max-height: 78vh; }
  .lightbox-caption { font-size: 0.68rem; bottom: 0.7rem; white-space: normal; text-align: center; width: 90%; }

  /* process */
  .process-grid { grid-template-columns: 1fr; gap: 2.5rem; margin-top: 2.5rem; }
  .process-grid::before { display: none; }
  .process-step { padding-left: 1.2rem; border-left: 2px solid rgba(200,146,42,0.3); }
  .process-num { font-size: 3rem; margin-bottom: 0.8rem; }

  #testimonials { padding: 4rem 1.25rem; }
  .testimonial-slider { min-height: 260px; }
  .quote-mark { font-size: 4rem; }

  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .form-submit { width: 100%; text-align: center; align-self: stretch; }

  footer { padding: 3rem 1.25rem 1.5rem; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand p { max-width: 100%; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0.8rem; }
}

/* ══════════════════════════════════════
   SMALL PHONE  ≤ 380px
══════════════════════════════════════ */
@media (max-width: 380px) {
  .hero-title { font-size: 2rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
}

/* ── CONTACT SIMPLE ── */
#contact { background: var(--white); }
.contact-simple {
  max-width: 720px; margin: 0 auto; text-align: center;
}
.contact-simple-sub {
  margin-top: 1rem; margin-bottom: 3rem;
  font-size: 0.95rem; color: var(--light-text); line-height: 1.8;
}
.contact-simple-details {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.5rem; text-align: left;
}
.contact-simple-item {
  display: flex; align-items: flex-start; gap: 1rem;
  background: var(--cream); padding: 1.4rem 1.6rem;
  text-decoration: none; color: inherit;
  transition: background 0.3s, transform 0.2s;
  border-bottom: 2px solid transparent;
}
a.contact-simple-item:hover {
  background: var(--warm);
  border-bottom-color: var(--gold);
  transform: translateY(-2px);
}
@media (max-width: 600px) {
  .contact-simple-details { grid-template-columns: 1fr; }
}
