/* ============ SERVICES LISTING ============ */
.svc-list { padding: 4rem 0; background: var(--ivory); }
.svc-list-head { text-align: center; max-width: 680px; margin: 0 auto 3rem; }
.svc-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.svc-tile { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 16px; transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease); }
.svc-tile:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(11,32,22,0.22); }
.svc-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.svc-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,32,22,0.9), rgba(11,32,22,0.05) 60%); transition: opacity 0.5s; }
.svc-tile:hover img { transform: scale(1.08); }
.svc-tile-body { position: absolute; bottom: 0; left: 0; padding: 2rem; z-index: 2; width: 100%; }
.svc-tile-body span.idx { font-family: var(--display); font-size: 1.5rem; font-style: italic; letter-spacing: 0.04em; color: var(--champagne); display: block; margin-bottom: 0.2rem; }
.svc-tile-body h3 { color: var(--ivory); font-size: 1.5rem; margin: 0.4rem 0 0.6rem; }
.svc-tile-body p { color: rgba(247,246,241,0.75); font-size: 0.85rem; max-height: 0; opacity: 0; overflow: hidden; transition: all 0.5s var(--ease); }
.svc-tile:hover .svc-tile-body p { max-height: 120px; opacity: 1; margin-bottom: 0.8rem; }
.svc-tile-body .link-arrow { color: var(--champagne); }
.svc-tile-body .link-arrow::after { background: var(--champagne); }

.svc-cta { padding: 4rem 0; background: var(--cream); text-align: center; }
.svc-cta h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 1.1rem; font-weight: 500; line-height: 1.16; }
.svc-cta h2 em { font-style: italic; color: var(--gold-deep); }

/* ============ SERVICE DETAIL ============ */
.svc-detail { padding: 4rem 0; background: var(--ivory); }
.svc-detail-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; align-items: center; }
.svc-detail-img { position: relative; margin-bottom: 3rem; }
.svc-detail-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 20px; }
.svc-detail-img .accent { position: absolute; bottom: -2.6rem; right: -2rem; width: 42%; aspect-ratio: 3/4; object-fit: cover; border: 8px solid var(--ivory); box-shadow: 0 24px 50px rgba(0,0,0,0.18); border-radius: 16px; }
.svc-detail-text .lead { margin-bottom: 1.4rem; }
.svc-benefits { list-style: none; margin: 2rem 0; }
.svc-benefits li { padding: 1rem 0; border-bottom: 1px solid var(--line); display: flex; gap: 1rem; align-items: center; font-size: 0.98rem; color: var(--charcoal-soft); }
.svc-benefits li .icon { color: var(--gold); width: 22px; }
.svc-features-band { padding: 4rem 0; background: radial-gradient(120% 100% at 80% 0%, var(--green) 0%, var(--forest) 65%); color: var(--ivory); position: relative; }
.svc-features-band::before { content: ''; position: absolute; inset: 0; opacity: 0.5; pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, rgba(159,179,166,0.14) 1px, transparent 0); background-size: 34px 34px; }
.svc-features-band .section-title { color: var(--ivory); }
.svc-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-top: 3rem; }
.svc-feature { padding: 2.2rem; border: 1px solid rgba(247,246,241,0.14); transition: all 0.5s var(--ease); }
.svc-feature:hover { border-color: var(--gold); transform: translateY(-5px); }
.svc-feature .icon { font-size: 1.6rem; color: var(--moss); margin-bottom: 1rem; }
.svc-feature h4 { font-size: 1.25rem; margin-bottom: 0.6rem; color: var(--gold-deep); }
.svc-feature p { color: rgba(247,246,241,0.6); font-size: 0.9rem; }
.svc-related { padding: 4rem 0; background: var(--cream); }
.svc-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; margin-top: 3rem; }
.svc-related-card { position: relative; aspect-ratio: 3/2.4; overflow: hidden; border-radius: 16px; }
.svc-related-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.svc-related-card:hover img { transform: scale(1.08); }
.svc-related-card::after { content:''; position:absolute; inset:0; background: linear-gradient(to top, rgba(11,32,22,0.85), transparent 70%); }
.svc-related-card span { position: absolute; bottom: 1.2rem; left: 1.4rem; z-index: 2; color: var(--ivory); font-family: var(--display); font-size: 1.3rem; }

/* ============ CONTACT ============ */
.contact-sec { padding: 4rem 0; background: var(--ivory); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5rem; }
.contact-info h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 1.2rem; font-weight: 500; line-height: 1.16; }
.contact-info h2 em { font-style: italic; color: var(--gold-deep); }
.contact-cards { margin-top: 2.5rem; }
.contact-card { display: flex; gap: 1.4rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); align-items: center; }
.contact-card .ic { width: 52px; height: 52px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.2rem; flex-shrink: 0; transition: all 0.4s var(--ease); }
.contact-card:hover .ic { background: var(--gold); color: var(--ink); }
.contact-card small { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.contact-card b { display: block; font-size: 1.05rem; font-weight: 400; color: var(--charcoal); }
.contact-form { background: var(--white); padding: 3rem; box-shadow: 0 30px 70px rgba(0,0,0,0.08); }
.contact-form h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.contact-form p.sub { color: var(--muted); font-size: 0.9rem; margin-bottom: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.5rem; }
.field input, .field textarea, .field select {
  width: 100%; padding: 0.9rem 1rem; border: 1px solid var(--line); background: var(--ivory);
  font-family: var(--body); font-size: 0.95rem; color: var(--charcoal); outline: none; transition: border-color 0.3s;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); }
.field textarea { resize: vertical; min-height: 120px; }
.form-note { margin-top: 1rem; color: var(--gold-deep); font-size: 0.9rem; opacity: 0; transition: opacity 0.4s; }
.form-note.show { opacity: 1; }
.contact-map { margin-top: 5rem; }
.contact-map iframe { width: 100%; height: 420px; border: 0; filter: grayscale(0.3) contrast(1.05); }

/* ============ GALLERY ============ */
.gallery-sec { padding: 4rem 0; background: var(--ivory); }
.filter-bar { display: flex; justify-content: center; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 2.25rem; }
.filter-btn { font-size: 0.72rem; letter-spacing: 0.13em; text-transform: uppercase; padding: 0.6rem 1.35rem; border: 1px solid var(--line); background: none; cursor: pointer; color: var(--charcoal-soft); transition: all 0.4s var(--ease); font-family: var(--body); border-radius: 999px; }
.filter-btn:hover, .filter-btn.active { background: var(--charcoal); color: var(--ivory); border-color: var(--charcoal); box-shadow: 0 2px 10px rgba(0,0,0,0.12); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.gallery-item { position: relative; overflow: hidden; cursor: pointer; border-radius: 16px; aspect-ratio: 4/3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1s var(--ease); }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: rgba(11,32,22,0.35); opacity: 0; transition: opacity 0.5s; }
.gallery-item:hover::after { opacity: 1; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item .cap { position: absolute; bottom: 1.2rem; left: 1.4rem; z-index: 2; color: var(--ivory); opacity: 0; transform: translateY(10px); transition: all 0.5s var(--ease); }
.gallery-item:hover .cap { opacity: 1; transform: translateY(0); }
.gallery-item .cap small { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--champagne); }
.gallery-item .cap h4 { font-size: 1.25rem; }

/* ============ BLOG ============ */
.blog-sec { padding: 4rem 0; background: var(--ivory); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.blog-card { background: var(--white); overflow: hidden; box-shadow: 0 14px 40px rgba(0,0,0,0.06); transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease); border-radius: 18px; padding: 0.9rem; }
.blog-card:hover { transform: translateY(-8px); box-shadow: 0 30px 60px rgba(0,0,0,0.12); }
.blog-card .thumb { aspect-ratio: 3/2; overflow: hidden; border-radius: 12px; }
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.blog-card:hover .thumb img { transform: scale(1.08); }
.blog-card .body { padding: 1.4rem 0.9rem 1rem; }
.blog-card .meta { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 0.8rem; }
.blog-card h3 { font-size: 1.5rem; margin-bottom: 0.8rem; line-height: 1.2; }
.blog-card p { color: var(--charcoal-soft); font-size: 0.9rem; margin-bottom: 1.2rem; }
.blog-feature { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1.5rem; align-items: center; margin-bottom: 4rem; background: var(--white); box-shadow: 0 20px 50px rgba(0,0,0,0.07); border-radius: 22px; padding: 1.1rem; }
.blog-feature .thumb { aspect-ratio: 4/3; overflow: hidden; border-radius: 16px; }
.blog-feature .thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-feature .body { padding: 1.5rem 2rem; }
.blog-feature h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 0.9rem; font-weight: 500; line-height: 1.16; }

@media (max-width: 980px) {
  .svc-list-grid, .svc-feature-grid, .svc-related-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .svc-detail-grid, .contact-grid, .blog-feature { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-detail-img { max-width: 480px; margin: 0 auto 3.5rem; }
  .blog-feature .body { padding: 2rem; }
}
@media (max-width: 620px) {
  .svc-list-grid, .svc-feature-grid, .svc-related-grid, .blog-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 2rem 1.4rem; }
}
@media (max-width: 560px) {
  .svc-feature-grid { gap: 1.2rem; margin-top: 2rem; }
  .svc-related-grid { gap: 1rem; margin-top: 2rem; }
  .contact-map { margin-top: 3rem; }
}
