/* Amberelle LIVE-20260815-WIDTH */
/* Amberelle Studio — Resin Art overrides */

:root {
  --resin-ink: #1a1210;
  --resin-brown: #3e2723;
  --resin-gold: #c5a021;
  --resin-cream: #f7f3ee;
  --resin-stone: #e8e2da;
}

/* Keep desktop the same as local: Bootstrap .container is ~1320px, not full window */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container { max-width: 540px !important; }
}
@media (min-width: 768px) {
  .container { max-width: 720px !important; }
}
@media (min-width: 992px) {
  .container { max-width: 960px !important; }
}
@media (min-width: 1200px) {
  .container { max-width: 1140px !important; }
}
@media (min-width: 1400px) {
  .container { max-width: 1320px !important; }
}

/* Preloader — Amberelle logo */
#preloader {
  background-color: #0a0a0a;
}

.preloader.resin-preloader {
  width: auto;
  height: auto;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  animation: resin-logo-pulse 1.4s ease-in-out infinite;
}

.preloader.resin-preloader img {
  display: block;
  max-width: 120px;
  width: 28vw;
  height: auto;
}

@keyframes resin-logo-pulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

.amber-dreamy-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(26, 18, 16, 0.55);
}

.amber-equation {
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  color: rgba(26, 18, 16, 0.7);
}

.amber-hero-equation {
  font-family: Georgia, "Times New Roman", serif;
}

.resin-hero .pp-hero-title.amber-welcome-anim {
  max-width: 520px;
  line-height: 1.12;
}

.amber-about-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.amber-about-points li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #444;
}

.amber-about-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--resin-ink);
}

.amber-body-text {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
}

/* Keep body text readable if a scroll animation never fires */
.amber-body-text:not(.tp_fade_anim) {
  opacity: 1;
  visibility: visible;
}

.pp-about-area .pp-about-title,
.amber-inner-page .pp-about-title {
  margin-bottom: 18px;
}

/* Tighten about text column so it doesn’t stretch with tall images */
.pp-about-area .col-lg-6:last-child,
.pt-120 .col-lg-6.order-lg-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Services — alternating blocks */
.amber-service-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.amber-service-media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.amber-service-row:hover .amber-service-media img {
  transform: scale(1.04);
}

.amber-service-num {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #fff;
  color: var(--resin-ink);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 999px;
}

.amber-service-title {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  color: var(--resin-ink);
}

.amber-service-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  max-width: 480px;
  margin: 0 0 28px;
  opacity: 1 !important;
  visibility: visible !important;
}

.amber-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.amber-service-tags span {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  color: #555;
}

@media (max-width: 767px) {
  .amber-service-media img {
    height: 280px;
  }
}

/* ===== HOME: AMBERELLE [icon] STUDIO ===== */
.amber-home-page .amber-brand-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 24px;
  margin-bottom: 10px;
}

.amber-home-page .amber-brand-row .pp-header-top-content {
  margin: 0;
  line-height: 0.9;
  white-space: nowrap;
}

.amber-home-page .amber-brand-row .pp-header-top-content a {
  color: inherit;
  text-decoration: none;
}

.amber-home-page .amber-brand-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.amber-home-page .amber-brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.amber-home-page .amber-brand-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.amber-home-page .amber-brand-plus {
  margin: 0 !important;
  flex-shrink: 0;
}

.amber-home-page .resin-home-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.amber-home-page .resin-home-text-logo {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  text-decoration: none;
  line-height: 1;
}

.amber-home-page .pp-main-menu nav ul li a.active {
  text-decoration: underline;
  text-underline-offset: 6px;
}

/* ===== INNER PAGES: transparent header over banner ===== */
.amber-page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
}

.amber-page-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 22px 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}

.amber-page-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.amber-page-logo img {
  height: 40px;
  width: auto;
  max-width: 220px;
  display: block;
}

.amber-page-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.amber-page-nav a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.amber-page-nav a:hover,
.amber-page-nav a.is-active {
  color: #fff;
}

.amber-page-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.amber-page-link {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 8px 14px;
}

.amber-page-link:hover {
  background: #fff;
  color: #111;
}

.amber-page-call {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.amber-page-plus {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.amber-page-plus:hover {
  background: #111;
  color: #fff;
}

.amber-page-plus:hover svg {
  stroke: #fff;
}

/* Tall page banner under transparent header */
.amber-inner-page .resin-page-banner {
  padding: 200px 0 140px;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
}

.amber-inner-page .resin-page-banner .container {
  width: 100%;
}

/* Raise offcanvas above page header */
.amber-inner-page .tp-offcanvas-2-area.menu-open,
.amber-inner-page .tp-offcanvas-2-area.menu-open-temp {
  z-index: 9999 !important;
}

@media (max-width: 767px) {
  .amber-home-page .amber-brand-row {
    column-gap: 12px;
  }

  .amber-home-page .amber-brand-right {
    gap: 12px;
  }

  .amber-home-page .amber-brand-icon {
    width: 34px;
    height: 34px;
  }

  .amber-home-page .amber-brand-row .pp-header-top-content {
    font-size: clamp(22px, 5.2vw, 42px);
  }

  .amber-home-page .resin-home-text-logo {
    font-size: 22px;
  }

  .amber-page-logo img {
    height: 32px;
    max-width: 180px;
  }

  .amber-inner-page .resin-page-banner,
  .resin-page-banner {
    padding: 160px 0 100px;
    min-height: 340px;
  }
}

@media (max-width: 767px) {
  html, body {
    overflow-x: hidden;
  }

  .amber-home-page .amber-brand-row {
    column-gap: 6px;
    margin-bottom: 6px;
  }

  .amber-home-page .amber-brand-right {
    gap: 8px;
  }

  .amber-home-page .amber-brand-icon {
    width: 26px;
    height: 26px;
  }

  .amber-home-page .amber-brand-row .pp-header-top-content {
    font-size: clamp(15px, 6vw, 28px);
    letter-spacing: -0.04em;
  }

  .amber-home-page .amber-brand-plus.pp-header-hamburger {
    width: 30px;
    height: 30px;
    margin-top: 0 !important;
  }

  .amber-home-page .pp-header-main {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .amber-home-page .resin-home-logo {
    margin-bottom: 12px !important;
  }

  .amber-home-page .resin-home-text-logo {
    font-size: 18px;
  }

  .amber-home-page .pp-header-social {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 8px;
  }

  .amber-home-page .pp-header-social .tp-btn {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 11px;
  }

  .amber-page-bar {
    padding: 14px 0;
  }

  .amber-page-row {
    gap: 10px;
  }

  .amber-page-logo img {
    height: 28px;
    max-width: min(140px, 42vw);
  }

  .amber-page-plus {
    width: 36px;
    height: 36px;
  }

  .amber-inner-page .resin-page-banner,
  .resin-page-banner {
    padding: 130px 0 70px;
    min-height: 280px;
  }

  .preloader.resin-preloader img {
    max-width: 88px;
  }
}

@media (max-width: 480px) {
  .amber-home-page .amber-brand-row .pp-header-top-content {
    font-size: 14px;
  }

  .amber-home-page .amber-brand-icon {
    width: 22px;
    height: 22px;
  }

  .amber-home-page .amber-brand-plus.pp-header-hamburger {
    width: 28px;
    height: 28px;
  }

  .amber-home-page .resin-home-text-logo {
    font-size: 16px;
  }

  .tp-footer-bigtext {
    font-size: 42px !important;
  }
}

/* Hero — personal portfolio layout adapted for resin */
.resin-hero {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.resin-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(15, 10, 8, 0.72) 0%,
    rgba(20, 40, 45, 0.45) 45%,
    rgba(10, 8, 6, 0.65) 100%
  );
  z-index: 0;
}

.resin-hero .container {
  position: relative;
  z-index: 2;
}

.resin-hero .pp-hero-avatar img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.resin-hero .pp-hero-video {
  width: 160px;
  border-radius: 12px;
  overflow: hidden;
}

.resin-hero .pp-hero-video img,
.resin-hero .pp-hero-video video {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
}

.resin-hero .ca-hero-service ul li a,
.resin-hero .ca-hero-service .explore-text {
  color: #fff;
}

.resin-footer {
  background: #F0EDE8 !important;
  background-image: none !important;
  overflow: hidden;
  color: var(--resin-ink);
}

.resin-footer .tp-footer-subtitle,
.resin-footer .tp-footer-dec,
.resin-footer .tp-footer-email,
.resin-footer .tp-footer-email a,
.resin-footer .tp-footer-bigtext,
.resin-footer .tp-footer-bigtext a,
.resin-footer .text-white {
  color: var(--resin-ink) !important;
}

.resin-footer .tp-footer-email,
.resin-footer .tp-footer-email a {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.resin-footer .tp-footer-widget a[href^="mailto"] {
  color: var(--resin-ink) !important;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 767px) {
  .resin-footer .tp-footer-email,
  .resin-footer .tp-footer-email a {
    font-size: 26px;
  }

  .resin-footer .tp-footer-widget {
    margin-left: 0 !important;
  }

  .resin-footer .tp-hero-social {
    flex-wrap: wrap;
  }

  .resin-footer-logo img {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .resin-footer {
    padding-top: 70px !important;
  }

  .resin-footer .tp-footer-email,
  .resin-footer .tp-footer-email a {
    font-size: 22px;
    text-underline-offset: 4px;
  }

  .resin-footer .tp-footer-widget a[href^="mailto"] {
    font-size: 15px;
    word-break: break-all;
  }

  .resin-footer .tp-footer-copyright-social {
    justify-content: flex-start;
    gap: 10px;
  }

  .resin-footer .tp-footer-copyright-wrap.text-lg-end {
    text-align: left !important;
  }

  .resin-footer .tp-footer-text {
    text-align: left !important;
    margin-top: 10px;
  }

  .resin-footer .tp-footer-bigtext {
    font-size: 48px !important;
    line-height: 1;
  }

  .resin-footer-logo img {
    max-width: 160px;
  }
}

.resin-footer .tp-footer-bigtext,
.resin-footer .tp-footer-bigtext a {
  font-weight: 300;
  letter-spacing: -0.02em;
  font-size: clamp(40px, 7vw, 130px);
  white-space: nowrap;
  line-height: 1;
}

.resin-footer .tp-footer-email a:hover,
.resin-footer .tp-footer-bigtext a:hover {
  color: var(--resin-brown) !important;
}

.resin-footer.mp-footer-style .tp-hero-social a {
  color: var(--resin-ink);
  border: 1px solid rgba(26, 18, 16, 0.15);
}

.resin-footer.mp-footer-style .tp-hero-social a:hover {
  background: var(--resin-ink);
  color: #fff;
  border-color: var(--resin-ink);
}

.resin-footer.mp-footer-style .tp-footer-copyright {
  color: rgba(26, 18, 16, 0.65);
}

.resin-footer.mp-footer-style .tp-footer-copyright-social a {
  color: var(--resin-ink);
  border: 1px solid rgba(26, 18, 16, 0.15);
}

.resin-footer.mp-footer-style .tp-footer-copyright-social a:hover {
  background: var(--resin-ink);
  color: #fff;
  border-color: var(--resin-ink);
}

.resin-footer.mp-footer-style .tp-about-border {
  border-top: 1px solid rgba(26, 18, 16, 0.12);
}

.resin-footer-brand {
  color: var(--resin-ink);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.resin-footer-brand:hover {
  color: var(--resin-gold);
}

/* About / section helpers */
.resin-section-label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--resin-brown);
  margin-bottom: 20px;
}

.resin-section-label span {
  opacity: 0.45;
}

.resin-about-visual {
  position: relative;
}

.resin-about-visual img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.resin-about-visual .resin-about-float {
  position: absolute;
  right: -20px;
  bottom: -30px;
  width: 42%;
  border-radius: 16px;
  border: 6px solid #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Portfolio grid */
.resin-portfolio-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 30px;
}

.resin-portfolio-item img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.resin-portfolio-item:hover img {
  transform: scale(1.06);
}

.resin-portfolio-item .resin-portfolio-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  color: #fff;
  transform: translateY(8px);
  opacity: 0.95;
  transition: 0.35s ease;
}

.resin-portfolio-item:hover .resin-portfolio-meta {
  transform: translateY(0);
}

.resin-portfolio-item h5 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 20px;
}

.resin-portfolio-item span {
  font-size: 13px;
  opacity: 0.8;
}

.resin-portfolio-item.tall img {
  height: 480px;
}

/* Services list (pp style) */
.pp-service-list ul li a {
  color: var(--resin-ink);
}

.pp-service-list ul li a:hover {
  color: var(--resin-gold);
}

/* Process / stats */
.resin-stat {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 24px;
  margin-bottom: 30px;
}

.resin-stat h3 {
  font-size: 48px;
  margin-bottom: 6px;
  color: var(--resin-ink);
}

.resin-stat p {
  margin: 0;
  color: #666;
}

/* Inner page banner */
.resin-page-banner {
  background: var(--resin-ink);
  padding: 200px 0 140px;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.resin-page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../images/2.jpg") center/cover no-repeat;
  opacity: 0.45;
}

.resin-page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 8, 6, 0.35) 0%, rgba(10, 8, 6, 0.55) 100%);
  z-index: 1;
}

.resin-page-banner .container {
  position: relative;
  z-index: 2;
}

.resin-page-banner h1 {
  color: #fff;
  font-size: clamp(40px, 6vw, 72px);
  margin-bottom: 12px;
}

.resin-page-banner p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
  margin: 0;
}

/* Footer logo */
.resin-footer-logo img {
  max-width: 240px;
  height: auto;
  filter: invert(1);
}

.amber-footer-tagline {
  color: rgba(26, 18, 16, 0.65);
  font-size: 15px;
  line-height: 1.6;
  max-width: 280px;
}

/* Contact */
.resin-contact-card {
  background: var(--resin-cream);
  border-radius: 20px;
  padding: 40px 36px;
  height: 100%;
}

.resin-contact-card h5 {
  margin-bottom: 10px;
}

.resin-contact-card a {
  color: var(--resin-ink);
  text-decoration: none;
}

.resin-contact-card a:hover {
  color: var(--resin-gold);
}

.tp-input {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  padding: 16px 18px;
  border-radius: 8px;
  outline: none;
}

.tp-input:focus {
  border-color: var(--resin-brown);
}

.tp-contact-me-category label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 12px 12px 0;
  cursor: pointer;
}

.resin-cta {
  background: var(--resin-ink);
  border-radius: 24px;
  padding: 70px 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.resin-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../images/7.jpg") center/cover no-repeat;
  opacity: 0.28;
}

.resin-cta .resin-cta-inner {
  position: relative;
  z-index: 2;
}

.resin-cta h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 56px);
  margin-bottom: 18px;
}

.resin-cta p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 480px;
}

/* Gallery lightbox feel */
.resin-marquee {
  background: var(--resin-ink);
  color: #fff;
  padding: 18px 0;
  overflow: hidden;
  white-space: nowrap;
}

.resin-marquee span {
  display: inline-block;
  padding: 0 40px;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: resin-scroll 28s linear infinite;
}

@keyframes resin-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Featured work thumbs */
.resin-ca-thumb {
  border-radius: 24px;
  overflow: hidden;
}

.resin-ca-thumb img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.resin-ca-thumb:hover img {
  transform: scale(1.05);
}

.ca-portfolio-item-2 .resin-ca-thumb img,
.ca-portfolio-item-4 .resin-ca-thumb img {
  height: 520px;
}

.resin-view-btn {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: 64px;
  height: 64px;
  margin: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.85) !important;
  transition: 0.35s ease;
  text-align: center;
}

.resin-ca-thumb:hover .resin-view-btn,
.ca-portfolio-item:hover .resin-view-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1) !important;
}

.resin-view-btn .text {
  color: #111;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: static !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
}

/* Masonry gallery */
.mg-gallery-area .tp-gallery-item {
  border-radius: 24px;
  overflow: hidden;
}

.mg-gallery-area .tp-gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.mg-gallery-area .tp-gallery-item:hover img {
  transform: scale(1.06);
}

.mg-gallery-area .col-lg-4:nth-child(2) .tp-gallery-item:nth-child(2) img {
  height: 360px;
}

.mg-gallery-area .col-lg-4:nth-child(1) .tp-gallery-item:nth-child(1) img,
.mg-gallery-area .col-lg-4:nth-child(3) .tp-gallery-item:nth-child(3) img {
  height: 340px;
}

/* Award badge in about */
.resin-award-badge {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px dashed var(--resin-brown);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.35;
  color: var(--resin-ink);
  background: var(--resin-cream);
}

.resin-award-dot {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Process */
.resin-process-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.resin-process-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.resin-process-item:hover .resin-process-img img {
  transform: scale(1.05);
}

.resin-process-img span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: #fff;
  color: var(--resin-ink);
  font-weight: 700;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 999px;
}

/* Gallery thumbs */
.resin-grid-thumb {
  border-radius: 16px;
  overflow: hidden;
}

.resin-grid-thumb img {
  height: 320px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.resin-grid-thumb:hover img {
  transform: scale(1.06);
}

/* About slider height */
.about-me-slider-thumb img {
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
}

/* Video banner */
.resin-video-area {
  min-height: 520px;
  display: flex;
  align-items: center;
}

.resin-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.resin-video-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 6, 0.55);
  z-index: 1;
}

.resin-video-area .container {
  position: relative;
  z-index: 2;
}

.resin-play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  color: var(--resin-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: transform 0.35s ease, background 0.35s ease;
}

.resin-play-btn:hover {
  transform: scale(1.08);
  background: var(--resin-gold);
  color: #fff;
}

/* FAQ */
.resin-faq .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  margin-bottom: 0;
}

.resin-faq .accordion-button {
  background: transparent;
  box-shadow: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--resin-ink);
  padding: 22px 0;
}

.resin-faq .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--resin-brown);
  box-shadow: none;
}

.resin-faq .accordion-button::after {
  filter: none;
}

.resin-faq .accordion-body {
  padding: 0 0 22px;
  color: #666;
}

/* Portfolio hover list images */
.pp-porfolio-bg-wrap img {
  object-fit: cover;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
  }

  .tp-btn {
    max-width: 100%;
  }

  .ca-portfolio-area .mt-110 {
    margin-top: 0 !important;
  }

  .resin-about-visual img:not(.resin-about-float) {
    height: 380px !important;
  }

  .resin-about-visual .resin-about-float {
    position: static;
    width: 70%;
    height: auto;
    margin-top: 20px;
    border-width: 4px;
  }

  .resin-hero.pp-hero-spacing {
    padding-top: 240px;
    padding-bottom: 60px;
    min-height: auto;
  }

  .resin-hero .pp-hero-content {
    margin-left: 0 !important;
    margin-top: 28px;
  }

  .resin-hero .pp-hero-service {
    margin-right: 0 !important;
  }

  .resin-hero .pp-hero-avatar {
    padding-bottom: 16px !important;
  }

  .resin-hero .pp-hero-title.amber-welcome-anim {
    max-width: 100%;
  }

  .resin-cta {
    padding: 50px 28px;
  }

  .resin-video-area {
    min-height: 380px;
  }

  .resin-ca-thumb img,
  .ca-portfolio-item-2 .resin-ca-thumb img,
  .ca-portfolio-item-4 .resin-ca-thumb img {
    height: 320px;
  }

  .resin-portfolio-item img,
  .resin-portfolio-item.tall img {
    height: 280px;
  }

  .ca-portfolio-area {
    padding-top: 90px !important;
    padding-bottom: 60px !important;
  }

  .ca-portfolio-main-title {
    font-size: clamp(42px, 12vw, 72px) !important;
    word-break: break-word;
  }

  .pp-porfolio-area {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
  }

  .pp-porfolio-slider {
    margin-top: 40px !important;
  }

  .pp-porfolio-content ul li a {
    font-size: clamp(36px, 6vw, 50px);
  }

  .mg-gallery-area {
    padding-bottom: 80px !important;
  }

  .mg-about-area .pp-about-btn {
    justify-content: flex-start !important;
  }

  .amber-inner-page .resin-page-banner,
  .resin-page-banner {
    padding: 160px 0 90px;
    min-height: 340px;
  }

  .amber-service-row {
    margin-bottom: 60px !important;
  }

  .resin-contact-card a {
    word-break: break-word;
    font-size: 15px;
  }

  .amber-home-page .amber-brand-plus.pp-header-hamburger {
    margin-top: 0 !important;
  }

  .amber-home-page .pp-header-social .tp-btn {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tp-offcanvas-2-wrapper {
    padding: 50px 24px 30px;
  }
}

@media (max-width: 767px) {
  .resin-hero {
    min-height: auto;
  }

  .resin-hero.pp-hero-spacing {
    padding-top: 200px !important;
    padding-bottom: 36px !important;
    min-height: auto;
  }

  .resin-hero::before {
    background: linear-gradient(
      180deg,
      rgba(10, 8, 6, 0.78) 0%,
      rgba(10, 8, 6, 0.58) 45%,
      rgba(10, 8, 6, 0.8) 100%
    );
  }

  .resin-hero .row.align-items-end {
    align-items: flex-start !important;
  }

  .resin-hero .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .resin-hero .row > :nth-child(1) {
    order: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
  }

  .resin-hero .row > :nth-child(3) {
    order: 2;
  }

  .resin-hero .row > :nth-child(2) {
    order: 3;
  }

  .resin-hero .pp-hero-avatar {
    padding-bottom: 0 !important;
    margin: 0;
    flex-shrink: 0;
  }

  .resin-hero .pp-hero-video {
    width: 140px;
    margin-bottom: 0 !important;
    flex-shrink: 0;
  }

  .resin-hero .pp-hero-content {
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 22px;
  }

  .resin-hero .pp-hero-subtitle {
    font-size: 14px;
    margin-bottom: 8px !important;
  }

  .resin-hero .pp-hero-title {
    font-size: 26px !important;
    line-height: 1.22 !important;
    max-width: 100%;
    margin-bottom: 18px !important;
  }

  .resin-hero .pp-hero-btn .tp-btn {
    margin-bottom: 8px;
  }

  .resin-hero .pp-hero-service {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 16px;
  }

  .resin-hero .pp-hero-service ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
    padding-left: 0 !important;
  }

  .resin-hero .ca-hero-service ul li a,
  .resin-hero .pp-hero-service ul li a {
    font-size: 15px !important;
  }

  .ca-portfolio-main-title span {
    font-size: 22px !important;
  }

  .ca-portfolio-main-title span svg {
    margin-top: 0 !important;
    width: 14px;
    height: 14px;
  }

  .mg-gallery-area .container-1886 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mg-gallery-area .row.gx-30 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .mg-gallery-area .row > [class*="col-"],
  .mg-gallery-area .tp-gallery-item-wrapper {
    display: contents;
  }

  .mg-gallery-area .tp-gallery-item {
    margin-bottom: 0 !important;
    border-radius: 14px;
    width: 100%;
  }

  .mg-gallery-area .tp-gallery-item img,
  .mg-gallery-area .col-lg-4:nth-child(2) .tp-gallery-item:nth-child(2) img,
  .mg-gallery-area .col-lg-4:nth-child(1) .tp-gallery-item:nth-child(1) img,
  .mg-gallery-area .col-lg-4:nth-child(3) .tp-gallery-item:nth-child(3) img {
    height: 170px;
  }

  .pp-porfolio-content ul li a {
    font-size: clamp(28px, 7vw, 42px) !important;
    line-height: 1.1;
  }

  .pp-porfolio-date {
    text-align: left !important;
  }

  .resin-about-visual img:not(.resin-about-float) {
    height: 280px !important;
  }

  .resin-about-visual .resin-about-float {
    height: auto !important;
  }

  .resin-process-img img {
    height: 180px;
  }

  .resin-contact-card {
    padding: 24px 20px;
  }

  .resin-contact-card a {
    word-break: break-word;
    font-size: 15px;
  }

  .resin-cta h2 {
    font-size: 28px !important;
  }

  .resin-cta .text-lg-end {
    justify-content: flex-start !important;
  }

  .resin-page-banner h1 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .amber-inner-page .resin-page-banner,
  .resin-page-banner {
    padding: 130px 0 70px !important;
    min-height: 280px !important;
  }

  .pt-120, .pt-100 {
    padding-top: 70px !important;
  }

  .pb-120, .pb-100, .pb-140 {
    padding-bottom: 70px !important;
  }

  .tp-offcanvas-2-wrapper .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 34px !important;
  }

  .tp-offcanvas-2-wrapper .tp-header-logo img {
    max-width: 150px !important;
  }

  .amber-page-call {
    font-size: 12px;
  }

  .fs-72,
  .ca-section-title.fs-72,
  .tp-section-title.fs-72 {
    font-size: clamp(28px, 8vw, 40px) !important;
    line-height: 1.15;
  }

  .amber-service-row {
    margin-bottom: 48px !important;
  }

  .amber-service-tags span {
    font-size: 12px;
    padding: 6px 12px;
  }
}

@media (max-width: 480px) {
  .resin-hero.pp-hero-spacing {
    padding-top: 190px !important;
  }

  .resin-hero .pp-hero-title {
    font-size: 24px !important;
  }

  .ca-portfolio-main-title {
    font-size: 40px !important;
  }

  .pp-porfolio-content ul li a {
    font-size: 26px !important;
  }

  .resin-cta {
    padding: 36px 20px;
    border-radius: 16px;
  }

  .resin-cta .tp-btn {
    width: 100%;
    justify-content: center;
  }

  .amber-page-logo img {
    max-width: min(120px, 38vw);
  }

  .mg-gallery-area .tp-gallery-item img,
  .mg-gallery-area .col-lg-4:nth-child(2) .tp-gallery-item:nth-child(2) img,
  .mg-gallery-area .col-lg-4:nth-child(1) .tp-gallery-item:nth-child(1) img,
  .mg-gallery-area .col-lg-4:nth-child(3) .tp-gallery-item:nth-child(3) img {
    height: 150px;
  }
}
