:root{--ffd-gold: #c9a55c;--ffd-gold-dark: #a8873e;--ffd-gold-light: #e4c98a;--ffd-gold-bg: rgba(201, 165, 92, .1);--ffd-dark: #1a1714;--ffd-dark-2: #2c2820;--ffd-dark-3: #3d3830;--ffd-light: #f8f5f0;--ffd-light-2: #f0ebe3;--ffd-border: #e8e0d5;--ffd-text: #1a1714;--ffd-text-muted: #6b6460;--ffd-text-light: #ffffff;--ffd-radius: 8px;--ffd-radius-sm: 4px;--ffd-radius-lg: 16px;--ffd-shadow: 0 4px 24px rgba(26, 23, 20, .08);--ffd-shadow-lg: 0 12px 48px rgba(26, 23, 20, .14);--ffd-transition: .25s ease;--ffd-max-width: 1280px;--ffd-container-px: clamp(1rem, 4vw, 2rem)}*,*:before,*:after{box-sizing:border-box}.ffd-container{max-width:var(--ffd-max-width);margin-left:auto;margin-right:auto;padding-left:var(--ffd-container-px);padding-right:var(--ffd-container-px)}.ffd-container--narrow{max-width:860px}.ffd-section{padding-top:clamp(4rem,8vw,6rem);padding-bottom:clamp(4rem,8vw,6rem);background-color:#fff}.ffd-section--secondary{background-color:var(--ffd-light)}.ffd-section--dark{background-color:var(--ffd-dark);color:var(--ffd-text-light)}.ffd-section__header{text-align:center;margin-bottom:4rem}.ffd-section__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:600;color:var(--ffd-text);line-height:1.2;margin-bottom:1rem}.ffd-section__title--left{text-align:left}.ffd-section__title--light{color:var(--ffd-text-light)}.ffd-section__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--ffd-text-muted);max-width:720px;margin-left:auto;margin-right:auto;line-height:1.7}.ffd-section__subtitle--left{margin-left:0;margin-right:0}.ffd-section__cta{text-align:center;margin-top:3rem}.ffd-grid{display:grid;gap:1.5rem}.ffd-grid--2{grid-template-columns:repeat(auto-fill,minmax(min(100%,480px),1fr))}.ffd-grid--3{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr))}.ffd-grid--4{grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr))}@media(min-width:640px){.ffd-grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ffd-grid--2{grid-template-columns:repeat(2,1fr);gap:2rem}.ffd-grid--3{grid-template-columns:repeat(3,1fr);gap:2rem}.ffd-grid--4{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.ffd-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border-radius:var(--ffd-radius);font-size:.9375rem;font-weight:500;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:background-color var(--ffd-transition),color var(--ffd-transition),border-color var(--ffd-transition),transform var(--ffd-transition);white-space:nowrap}.ffd-btn:hover{text-decoration:none;transform:translateY(-1px)}.ffd-btn--gold{background-color:var(--ffd-gold);color:#fff;border-color:var(--ffd-gold)}.ffd-btn--gold:hover{background-color:var(--ffd-gold-dark);border-color:var(--ffd-gold-dark);color:#fff}.ffd-btn--dark{background-color:var(--ffd-dark);color:var(--ffd-text-light);border-color:var(--ffd-dark)}.ffd-btn--dark:hover{background-color:var(--ffd-dark-2);color:var(--ffd-text-light)}.ffd-btn--ghost{background-color:#ffffff1a;color:#fff;border-color:#ffffff4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ffd-btn--ghost:hover{background-color:#fff3;color:#fff}.ffd-btn--outline-light{background-color:transparent;color:#fff;border-color:#ffffff80}.ffd-btn--outline-light:hover{background-color:#ffffff1a;color:#fff}.ffd-btn--sm{padding:.625rem 1.25rem;font-size:.875rem}.ffd-btn--full{width:100%}.ffd-btn--icon{gap:.625rem}.ffd-btn svg{transition:transform var(--ffd-transition);flex-shrink:0}.ffd-btn:hover svg{transform:translate(3px)}.ffd-badge{display:inline-block;padding:.375rem 1rem;background-color:var(--ffd-gold-bg);color:var(--ffd-gold-dark);border-radius:999px;font-size:.875rem;font-weight:500;margin-bottom:1.25rem;border:1px solid rgba(201,165,92,.2)}#ffd-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.ffd-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ffd-hero__overlay{display:none}.ffd-hero__bg-img{width:100%;height:100%;object-fit:cover}#ffd-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#0a08069e;pointer-events:none}.ffd-hero__content{position:relative;z-index:2;padding-top:8rem;padding-bottom:4rem;color:#fff}.ffd-hero__inner{max-width:760px}.ffd-hero__badge{display:inline-block;padding:.375rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:.875rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ffd-hero__heading{font-size:clamp(2rem,6vw,4.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff}.ffd-hero__subheading{font-size:clamp(1rem,2.5vw,1.375rem);color:#ffffffe0;margin-bottom:2.5rem;line-height:1.7}.ffd-hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:4rem}.ffd-hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.2)}.ffd-hero__stat-number{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--ffd-gold);margin-bottom:.25rem}.ffd-hero__stat-label{font-size:.8125rem;color:#ffffffa6;text-transform:uppercase;letter-spacing:.05em}.ffd-card--service{background:#fff;border:1px solid var(--ffd-border);border-radius:var(--ffd-radius);padding:1.5rem;transition:box-shadow var(--ffd-transition),border-color var(--ffd-transition)}.ffd-card--service:hover{box-shadow:var(--ffd-shadow);border-color:#c9a55c4d}.ffd-card__icon{width:48px;height:48px;background-color:var(--ffd-gold-bg);border-radius:var(--ffd-radius);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--ffd-gold)}.ffd-card__title{font-size:1.0625rem;font-weight:600;margin-bottom:.5rem;color:var(--ffd-text)}.ffd-card__text{font-size:.875rem;color:var(--ffd-text-muted);line-height:1.65}.ffd-split{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.ffd-split{grid-template-columns:1fr 1fr;gap:4rem}.ffd-split--contact{grid-template-columns:1fr 1.1fr}}.ffd-split__img-wrap{aspect-ratio:4/3;border-radius:var(--ffd-radius-lg);overflow:hidden;box-shadow:var(--ffd-shadow-lg)}.ffd-split__img{width:100%;height:100%;object-fit:cover}.ffd-split__image{position:relative}.ffd-split__callout{position:absolute;bottom:-1.5rem;left:-1.5rem;background:#fff;padding:1.25rem 1.5rem;border-radius:var(--ffd-radius);box-shadow:var(--ffd-shadow-lg);border:1px solid var(--ffd-border);max-width:280px}.ffd-split__callout-label{font-size:.75rem;color:var(--ffd-text-muted);margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.ffd-split__callout-list{list-style:none;margin:0;padding:0}.ffd-split__callout-list li{font-size:.8125rem;color:var(--ffd-text-muted);padding:.2rem 0}.ffd-split__callout-list li:before{content:"\2022  ";color:var(--ffd-gold)}.ffd-features{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.ffd-feature{display:flex;gap:1rem;align-items:flex-start}.ffd-feature__dot{width:24px;height:24px;border-radius:50%;background:var(--ffd-gold-bg);border:2px solid var(--ffd-gold);flex-shrink:0;margin-top:2px}.ffd-feature__title{font-size:.9375rem;font-weight:600;margin-bottom:.25rem;color:var(--ffd-text)}.ffd-feature__text{font-size:.875rem;color:var(--ffd-text-muted);line-height:1.6}.ffd-step{display:flex;flex-direction:column}.ffd-step__number{font-size:4rem;font-weight:800;color:#1a171412;line-height:1;margin-bottom:.75rem;font-variant-numeric:tabular-nums}.ffd-step__icon{width:48px;height:48px;background:var(--ffd-gold-bg);border-radius:var(--ffd-radius);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--ffd-gold)}.ffd-step__title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--ffd-text)}.ffd-step__text{font-size:.875rem;color:var(--ffd-text-muted);line-height:1.65}.ffd-client-card{background:#fff;border:1px solid var(--ffd-border);border-radius:var(--ffd-radius);padding:2rem;transition:box-shadow var(--ffd-transition)}.ffd-client-card:hover{box-shadow:var(--ffd-shadow)}.ffd-client-card__icon{width:56px;height:56px;background:var(--ffd-gold-bg);border-radius:var(--ffd-radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--ffd-gold)}.ffd-client-card__title{font-size:1.375rem;font-weight:600;margin-bottom:.625rem;color:var(--ffd-text)}.ffd-client-card__desc{color:var(--ffd-text-muted);margin-bottom:1.25rem;line-height:1.65;font-size:.9375rem}.ffd-client-card__benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.ffd-client-card__benefits li{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:var(--ffd-text)}.ffd-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:var(--ffd-gold);flex-shrink:0}.ffd-category-card{background:#fff;border:1px solid var(--ffd-border);border-radius:var(--ffd-radius);overflow:hidden;transition:box-shadow var(--ffd-transition),transform var(--ffd-transition);cursor:pointer}.ffd-category-card:hover{box-shadow:var(--ffd-shadow-lg);transform:translateY(-4px)}.ffd-category-card__img-wrap{aspect-ratio:4/3;overflow:hidden}.ffd-category-card__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ffd-category-card:hover .ffd-category-card__img{transform:scale(1.07)}.ffd-category-card__body{padding:1.25rem}.ffd-category-card__icon{width:40px;height:40px;background:var(--ffd-gold-bg);border-radius:var(--ffd-radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;color:var(--ffd-gold)}.ffd-category-card__title{font-size:1rem;font-weight:600;margin-bottom:.375rem;color:var(--ffd-text)}.ffd-category-card__text{font-size:.8125rem;color:var(--ffd-text-muted);line-height:1.6}a.ffd-category-card--linked{display:block;text-decoration:none;color:inherit}a.ffd-category-card--linked:hover{text-decoration:none}a.ffd-category-card--linked:hover .ffd-category-card__title{color:var(--ffd-gold)}.ffd-advantage-card{background:#fff;border:1px solid var(--ffd-border);border-radius:var(--ffd-radius);padding:1.5rem;transition:border-color var(--ffd-transition),box-shadow var(--ffd-transition)}.ffd-advantage-card:hover{border-color:#c9a55c80;box-shadow:var(--ffd-shadow)}.ffd-advantage-card__icon{width:48px;height:48px;background:var(--ffd-gold-bg);border-radius:var(--ffd-radius);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--ffd-gold)}.ffd-advantage-card__title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--ffd-text)}.ffd-advantage-card__text{font-size:.875rem;color:var(--ffd-text-muted);line-height:1.65}.ffd-project-card{background:#fff;border:1px solid var(--ffd-border);border-radius:var(--ffd-radius);overflow:hidden;transition:box-shadow var(--ffd-transition)}.ffd-project-card:hover{box-shadow:var(--ffd-shadow-lg)}.ffd-project-card__img-wrap{aspect-ratio:4/3;overflow:hidden}.ffd-project-card__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ffd-project-card:hover .ffd-project-card__img{transform:scale(1.05)}.ffd-project-card__body{padding:1.5rem}.ffd-project-card__title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--ffd-text)}.ffd-project-card__meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.ffd-project-card__meta-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--ffd-text-muted)}.ffd-project-card__meta-item svg{color:var(--ffd-gold);flex-shrink:0}.ffd-project-card__detail{margin-bottom:.875rem}.ffd-project-card__detail-label{font-size:.8125rem;font-weight:600;color:var(--ffd-text);margin-bottom:.25rem}.ffd-project-card__detail-text{font-size:.8125rem;color:var(--ffd-text-muted);line-height:1.6}.ffd-testimonial{background:#fff;border:1px solid var(--ffd-border);border-radius:var(--ffd-radius);padding:2rem;position:relative;overflow:hidden}.ffd-testimonial__quote-icon{position:absolute;top:1.5rem;right:1.5rem;color:var(--ffd-text);opacity:.05;pointer-events:none}.ffd-testimonial__stars{display:flex;gap:.25rem;margin-bottom:1rem}.ffd-testimonial__text{font-size:.9375rem;color:var(--ffd-text-muted);line-height:1.7;margin:0 0 1.5rem;position:relative;z-index:1}.ffd-testimonial__attribution{border-top:1px solid var(--ffd-border);padding-top:1rem}.ffd-testimonial__name{font-weight:600;color:var(--ffd-text);margin-bottom:.25rem}.ffd-testimonial__role{font-size:.8125rem;color:var(--ffd-text-muted)}.ffd-testimonial__project{font-size:.8125rem;color:var(--ffd-gold);margin-top:.375rem;font-weight:500}.ffd-faq{display:flex;flex-direction:column;gap:.75rem}.ffd-faq__item{background:#fff;border:1px solid var(--ffd-border);border-radius:var(--ffd-radius);overflow:hidden}.ffd-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;font-size:.9375rem;font-weight:500;color:var(--ffd-text);transition:background-color var(--ffd-transition)}.ffd-faq__question:hover{background-color:var(--ffd-light)}.ffd-faq__chevron{flex-shrink:0;color:var(--ffd-text-muted);transition:transform var(--ffd-transition)}.ffd-faq__item--open .ffd-faq__chevron{transform:rotate(180deg)}.ffd-faq__item--open .ffd-faq__question{color:var(--ffd-gold)}.ffd-faq__answer{padding:0 1.5rem 1.25rem}.ffd-faq__answer p{font-size:.9375rem;color:var(--ffd-text-muted);line-height:1.7;margin:0}.ffd-split--about{align-items:start}.ffd-about__body{color:var(--ffd-text-muted);font-size:1rem;line-height:1.75;margin-bottom:0}.ffd-about__body p+p{margin-top:1rem}.ffd-about__stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ffd-about__stat-card{background:var(--ffd-light);border:1px solid var(--ffd-border);border-radius:var(--ffd-radius);padding:1.5rem}.ffd-about__stat-icon{width:48px;height:48px;background:var(--ffd-gold-bg);border-radius:var(--ffd-radius);display:flex;align-items:center;justify-content:center;margin-bottom:.875rem;color:var(--ffd-gold)}.ffd-about__stat-number{font-size:1.875rem;font-weight:700;color:var(--ffd-text);margin-bottom:.25rem}.ffd-about__stat-label{font-size:.8125rem;color:var(--ffd-text-muted)}.ffd-about__brand-band{margin-top:4rem;background:var(--ffd-dark);color:var(--ffd-text-light);padding:3rem;border-radius:var(--ffd-radius-lg)}.ffd-about__brand-inner{max-width:700px;margin:auto;text-align:center}.ffd-about__brand-title{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:#fff}.ffd-about__brand-text{font-size:1.0625rem;color:#ffffffbf;line-height:1.75}.ffd-contact__info{color:var(--ffd-text-light)}.ffd-contact__intro{font-size:1.0625rem;color:#fffc;margin-bottom:2rem;line-height:1.7}.ffd-contact__points{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.ffd-contact__point{display:flex;gap:1rem;align-items:flex-start}.ffd-contact__point-icon{width:48px;height:48px;background:#ffffff1a;border-radius:var(--ffd-radius);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.ffd-contact__point h4{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#fff}.ffd-contact__point p{font-size:.875rem;color:#ffffffa6;line-height:1.5}.ffd-whatsapp-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#25d366;color:#fff;border-radius:var(--ffd-radius);font-weight:500;font-size:.9375rem;text-decoration:none;transition:background-color var(--ffd-transition)}.ffd-whatsapp-btn:hover{background-color:#1ebe5a;color:#fff}.ffd-contact__form-card{background:#fff;border-radius:var(--ffd-radius-lg);padding:2.5rem;box-shadow:var(--ffd-shadow-lg)}.ffd-contact__form-title{font-size:1.5rem;font-weight:600;margin-bottom:1.75rem;color:var(--ffd-text)}.ffd-form__field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.ffd-form__row{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:0}@media(min-width:480px){.ffd-form__row{grid-template-columns:1fr 1fr}.ffd-form__row .ffd-form__field{margin-bottom:0}}.ffd-form__label{font-size:.875rem;font-weight:500;color:var(--ffd-text)}.ffd-form__input,.ffd-form__select,.ffd-form__textarea{width:100%;padding:.75rem 1rem;font-size:.9375rem;color:var(--ffd-text);background-color:var(--ffd-light);border:1.5px solid var(--ffd-border);border-radius:var(--ffd-radius);transition:border-color var(--ffd-transition),box-shadow var(--ffd-transition);-webkit-appearance:none;appearance:none;font-family:inherit}.ffd-form__input:focus,.ffd-form__select:focus,.ffd-form__textarea:focus{outline:none;border-color:var(--ffd-gold);box-shadow:0 0 0 3px #c9a55c26}.ffd-form__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6460' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.ffd-form__textarea{resize:vertical;min-height:100px}.ffd-form__note{font-size:.8125rem;color:var(--ffd-text-muted);text-align:center;margin-top:.75rem}.ffd-form-success{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f0fdf4;border:1px solid #86efac;border-radius:var(--ffd-radius);color:#16a34a;margin-bottom:1.5rem;font-weight:500}.ffd-form-error{padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:var(--ffd-radius);color:#dc2626;margin-bottom:1.5rem;font-size:.875rem}.ffd-cta-band{background:var(--ffd-dark);padding:clamp(3rem,6vw,5rem) 0}.ffd-cta-band__inner{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}@media(min-width:768px){.ffd-cta-band__inner{flex-direction:row;align-items:center;justify-content:space-between}}.ffd-cta-band__heading{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:#fff;margin-bottom:.5rem}.ffd-cta-band__subheading{font-size:1rem;color:#ffffffb3}.ffd-cta-band__actions{display:flex;flex-wrap:wrap;gap:1rem;flex-shrink:0}.ffd-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000;transition:background-color .3s ease,box-shadow .3s ease}.ffd-nav--scrolled{background:#1a1714f7;box-shadow:0 2px 24px #00000040;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ffd-nav__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:2rem}.ffd-nav__logo{text-decoration:none;display:flex;align-items:center}.ffd-nav__logo-img{height:40px;width:auto;filter:brightness(0) invert(1)}.ffd-nav__logo-text{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.02em}.ffd-nav__links{display:none;align-items:center;gap:.25rem}@media(min-width:1024px){.ffd-nav__links{display:flex}}.ffd-nav__link{padding:.5rem .875rem;font-size:.875rem;font-weight:500;color:#ffffffd9;text-decoration:none;border-radius:var(--ffd-radius-sm);display:flex;align-items:center;gap:.25rem;transition:color var(--ffd-transition),background-color var(--ffd-transition);white-space:nowrap}.ffd-nav__link:hover,.ffd-nav__link--active{color:#fff;background-color:#ffffff1a}.ffd-nav__dropdown-wrap{position:relative}.ffd-nav__dropdown{position:absolute;top:calc(100% + .5rem);left:0;background:var(--ffd-dark-2);border:1px solid rgba(255,255,255,.1);border-radius:var(--ffd-radius);min-width:200px;padding:.5rem;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity var(--ffd-transition),transform var(--ffd-transition),visibility var(--ffd-transition);box-shadow:var(--ffd-shadow-lg)}.ffd-nav__dropdown-wrap:hover .ffd-nav__dropdown,.ffd-nav__link[aria-expanded=true]+.ffd-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.ffd-nav__dropdown-item{display:block;padding:.625rem .875rem;font-size:.875rem;color:#fffc;text-decoration:none;border-radius:var(--ffd-radius-sm);transition:background-color var(--ffd-transition),color var(--ffd-transition)}.ffd-nav__dropdown-item:hover,.ffd-nav__dropdown-item--active{background-color:#ffffff14;color:#fff}.ffd-nav__actions{display:flex;align-items:center;gap:1rem}@media(max-width:1023px){.ffd-nav__actions .ffd-btn{display:none}.ffd-nav__burger{margin-right:4px}}.ffd-nav__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:.25rem}@media(min-width:1024px){.ffd-nav__burger{display:none}}.ffd-nav__burger span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.ffd-mobile-nav{display:flex;flex-direction:column;background:#141210eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.08);padding:0;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.ffd-mobile-nav--open{max-height:600px;padding:1rem 0 1.5rem}@media(min-width:1024px){.ffd-mobile-nav{display:none}}.ffd-mobile-nav nav{display:flex;flex-direction:column;gap:.25rem;padding:0 var(--ffd-container-px)}.ffd-mobile-nav__link{display:block;padding:.75rem 1rem;font-size:.9375rem;color:#ffffffd9;text-decoration:none;border-radius:var(--ffd-radius-sm);transition:background-color var(--ffd-transition),color var(--ffd-transition)}.ffd-mobile-nav__link--child{padding-left:2rem;font-size:.875rem;color:#ffffffa6}.ffd-mobile-nav__link:hover,.ffd-mobile-nav__link--active{background:#ffffff14;color:#fff}.ffd-mobile-nav__cta{margin-top:1rem;width:100%;text-align:center}.ffd-footer{background:var(--ffd-dark);color:#ffffffbf;padding:clamp(3rem,6vw,5rem) 0 0}.ffd-footer__grid{display:grid;gap:2.5rem;grid-template-columns:1fr;margin-bottom:3rem}@media(min-width:640px){.ffd-footer__grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.ffd-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}.ffd-footer__logo{height:40px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1)}.ffd-footer__logo-text{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem}.ffd-footer__tagline{font-size:.875rem;color:#ffffff8c;line-height:1.6;margin-bottom:.75rem}.ffd-footer__location{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#ffffff80}.ffd-footer__col-title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:1.25rem}.ffd-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.625rem}.ffd-footer__links a{font-size:.9rem;color:#ffffffb3;text-decoration:none;transition:color var(--ffd-transition)}.ffd-footer__links a:hover{color:var(--ffd-gold)}.ffd-footer__links--contact li{display:flex;align-items:center;gap:.5rem}.ffd-footer__links--contact svg{color:var(--ffd-gold);flex-shrink:0}.ffd-footer__cta-link{color:var(--ffd-gold)!important;font-weight:500;display:inline-flex;align-items:center;gap:.375rem}.ffd-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}.ffd-footer__copy{font-size:.8125rem;color:#ffffff73}.ffd-footer__arcaya-link{color:var(--ffd-gold);text-decoration:none}.ffd-footer__arcaya-link:hover{text-decoration:underline}.ffd-footer__legal{display:flex;gap:1.5rem}.ffd-footer__legal a{font-size:.8125rem;color:#ffffff73;text-decoration:none}.ffd-footer__legal a:hover{color:#ffffffbf}.shopify-section:first-child,body{padding-top:0}@media(max-width:767px){.ffd-hero__stats{grid-template-columns:repeat(3,1fr);gap:1rem}.ffd-hero__stat-number{font-size:1.5rem}.ffd-split__callout{position:static;margin-top:1rem;max-width:100%}.ffd-about__brand-band{padding:2rem 1.5rem}.ffd-contact__form-card{padding:1.5rem}.ffd-cta-band__inner{text-align:left}}@media(max-width:479px){.ffd-hero__ctas{flex-direction:column}.ffd-hero__ctas .ffd-btn{width:100%}}.ffd-page-hero{position:relative;background:var(--ffd-dark);padding:140px var(--ffd-container-px) 64px;text-align:center;overflow:hidden}.ffd-page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ffd-page-hero__bg-img{width:100%;height:100%;object-fit:cover;opacity:.35}.ffd-page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a1714b3,#1a171480)}.ffd-page-hero__content{position:relative;z-index:1}.ffd-page-hero__heading{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;color:#fff;margin:.75rem 0 1rem;line-height:1.2;max-width:800px;margin-left:auto;margin-right:auto}.ffd-page-hero__subheading{font-size:clamp(1rem,2vw,1.2rem);color:#fffc;max-width:640px;margin:0 auto 2rem;line-height:1.7}.ffd-hero__heading,.ffd-page-hero__heading{font-size:clamp(2rem,6vw,4.5rem)!important}.ffd-page-hero__heading,.ffd-section__title{font-size:clamp(1.75rem,4vw,3rem)!important}.ffd-card__title{font-size:1.0625rem!important}.ffd-step__title{font-size:1rem!important}.ffd-client-card__title{font-size:1.375rem!important}.ffd-contact__form-title{font-size:1.5rem!important}.ffd-cta-band__heading{font-size:clamp(1.5rem,3vw,2.25rem)!important}.ffd-section a:not(.ffd-btn):not(.ffd-nav__link):not(.ffd-footer__links a),.ffd-cta-band a:not(.ffd-btn),.ffd-page-hero a:not(.ffd-btn){color:inherit;text-decoration:none}body:not(.template-index) .shopify-section:first-of-type{padding-top:0}.main-page-content,.page__content{max-width:800px;margin:0 auto;padding:3rem var(--ffd-container-px);font-size:1rem;line-height:1.75;color:var(--ffd-text-muted)}.main-page-content h2,.page__content h2{font-size:1.75rem;color:var(--ffd-text);margin:2rem 0 .75rem}.main-page-content h3,.page__content h3{font-size:1.25rem;color:var(--ffd-text);margin:1.5rem 0 .5rem}.main-page-content p,.page__content p{margin-bottom:1rem}.main-page-content ul,.page__content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.ffd-rtc__intro{margin-bottom:3rem}.ffd-rtc__intro--centered{text-align:center}.ffd-rtc__intro--centered .ffd-section__title,.ffd-rtc__intro--centered .ffd-badge{margin-left:auto;margin-right:auto}.ffd-rtc__body{font-size:1rem;color:var(--ffd-text-muted);line-height:1.75;max-width:720px;margin-top:1rem}.ffd-rtc__intro--centered .ffd-rtc__body{margin-left:auto;margin-right:auto}.ffd-rtc__body p+p{margin-top:.75rem}@media(max-width:767px){.ffd-page-hero{padding-top:104px;padding-bottom:48px}}#ffd-hero,.ffd-section,.ffd-page-hero,.ffd-cta-band,.ffd-nav,.ffd-footer,.ffd-contact__form-card{font-size:16px}.ffd-hero__heading{font-size:clamp(32px,6vw,72px)!important;line-height:1.1}.ffd-hero__subheading{font-size:clamp(16px,2.5vw,22px)!important;line-height:1.7}.ffd-hero__badge{font-size:14px!important}.ffd-hero__stat-number{font-size:clamp(28px,4vw,40px)!important}.ffd-hero__stat-label{font-size:13px!important}.ffd-page-hero__heading{font-size:clamp(28px,4vw,48px)!important;line-height:1.15}.ffd-page-hero__subheading{font-size:clamp(16px,2vw,19px)!important;line-height:1.7}.ffd-section__title{font-size:clamp(28px,4vw,48px)!important;line-height:1.2}.ffd-section__subtitle{font-size:clamp(16px,2vw,20px)!important;line-height:1.7}.ffd-card__title{font-size:17px!important}.ffd-card__text{font-size:14px!important}.ffd-step__number{font-size:56px!important}.ffd-step__title{font-size:16px!important}.ffd-step__text{font-size:14px!important}.ffd-client-card__title{font-size:22px!important}.ffd-client-card__desc{font-size:15px!important}.ffd-client-card__benefits li{font-size:14px!important}.ffd-category-card__title{font-size:16px!important}.ffd-category-card__text{font-size:13px!important}.ffd-advantage-card__title{font-size:16px!important}.ffd-advantage-card__text{font-size:14px!important}.ffd-project-card__title{font-size:18px!important}.ffd-project-card__meta-item,.ffd-project-card__detail-label,.ffd-project-card__detail-text{font-size:13px!important}.ffd-testimonial__text,.ffd-testimonial__name{font-size:15px!important}.ffd-testimonial__role,.ffd-testimonial__project{font-size:13px!important}.ffd-faq__question,.ffd-faq__answer p{font-size:15px!important}.ffd-about__stat-number{font-size:30px!important}.ffd-about__stat-label{font-size:13px!important}.ffd-about__body{font-size:16px!important;line-height:1.75}.ffd-about__brand-title{font-size:28px!important}.ffd-about__brand-text{font-size:17px!important}.ffd-cta-band__heading{font-size:clamp(24px,3vw,36px)!important}.ffd-cta-band__subheading{font-size:16px!important}.ffd-contact__form-title{font-size:24px!important}.ffd-contact__intro{font-size:17px!important}.ffd-contact__point h4{font-size:16px!important}.ffd-contact__point p,.ffd-form__label{font-size:14px!important}.ffd-form__input,.ffd-form__select,.ffd-form__textarea{font-size:15px!important}.ffd-form__note{font-size:13px!important}.ffd-nav__logo-text{font-size:20px!important}.ffd-nav__link,.ffd-nav__dropdown-item{font-size:14px!important}.ffd-mobile-nav__link{font-size:15px!important}.ffd-footer__logo-text{font-size:20px!important}.ffd-footer__col-title{font-size:13px!important}.ffd-footer__links a,.ffd-footer__tagline{font-size:14px!important}.ffd-footer__copy,.ffd-footer__legal a{font-size:13px!important}.ffd-badge{font-size:14px!important}.ffd-feature__title{font-size:15px!important}.ffd-feature__text{font-size:14px!important}.ffd-split__callout-label{font-size:12px!important}.ffd-split__callout-list li{font-size:13px!important}.ffd-btn{padding:14px 32px!important;font-size:15px!important;gap:8px!important;border-radius:8px!important}.ffd-btn--sm{padding:10px 20px!important;font-size:14px!important}.ffd-nav .ffd-btn--sm{padding:8px 18px!important;font-size:13px!important}.ffd-btn--full{padding:16px 32px!important;font-size:16px!important}.ffd-whatsapp-btn{padding:12px 24px!important;font-size:15px!important;gap:8px!important}.ffd-mobile-nav__cta{padding:14px 32px!important;font-size:15px!important}.ffd-will-reveal{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.ffd-revealed{opacity:1!important;transform:translateY(0)!important}@keyframes ffd-shimmer{0%{background-position:-200% center}to{background-position:200% center}}.ffd-btn--gold{background-size:200% auto;background-image:linear-gradient(105deg,#c9a55c,#e4c98a 40%,#c9a55c 60%,#a8873e);transition:background-position .4s ease,transform .25s ease,box-shadow .25s ease!important}.ffd-btn--gold:hover{background-position:right center;box-shadow:0 8px 32px #c9a55c73}.ffd-btn--shimmer{animation:ffd-shimmer .7s linear}.ffd-card--service,.ffd-advantage-card,.ffd-category-card,.ffd-project-card,.ffd-testimonial,.ffd-client-card{transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease,border-color .3s ease!important;will-change:transform}.ffd-category-card:hover,.ffd-card--service:hover{transform:translateY(-6px);box-shadow:0 16px 48px #1a17141f}.ffd-section__title:after{content:"";display:block;width:48px;height:3px;background:var(--ffd-gold);border-radius:2px;margin:16px auto 0;transform:scaleX(0);transform-origin:left center;transition:transform .5s cubic-bezier(.22,1,.36,1) .3s}.ffd-section__title--left:after{margin-left:0;transform-origin:left center}.ffd-revealed .ffd-section__title:after,.ffd-section__header.ffd-revealed .ffd-section__title:after{transform:scaleX(1)}#ffd-hero .ffd-hero__bg-img{transform-origin:center top;will-change:transform}.ffd-faq__answer{overflow:hidden;transition:max-height .35s cubic-bezier(.22,1,.36,1),padding .3s ease}.ffd-nav__link{position:relative}.ffd-nav__link:after{content:"";position:absolute;bottom:2px;left:.875rem;right:.875rem;height:2px;background:var(--ffd-gold);border-radius:2px;transform:scaleX(0);transition:transform .25s ease}.ffd-nav__link:hover:after,.ffd-nav__link--active:after{transform:scaleX(1)}.ffd-category-card__img,.ffd-project-card__img{transition:transform .6s cubic-bezier(.22,1,.36,1)!important}.ffd-hero__stat-number,.ffd-about__stat-number{display:inline-block;transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.ffd-hero__stat:hover .ffd-hero__stat-number,.ffd-about__stat-card:hover .ffd-about__stat-number{transform:scale(1.08);color:var(--ffd-gold)}@keyframes ffd-pulse{0%,to{box-shadow:0 0 #c9a55c66}50%{box-shadow:0 0 0 6px #c9a55c00}}.ffd-feature__dot{animation:ffd-pulse 2.5s ease infinite}.ffd-page-hero__content .ffd-badge,.ffd-page-hero__content .ffd-page-hero__heading,.ffd-page-hero__content .ffd-page-hero__subheading,.ffd-page-hero__content .ffd-btn{animation:ffd-fade-up .7s cubic-bezier(.22,1,.36,1) both}.ffd-page-hero__content .ffd-page-hero__heading{animation-delay:.1s}.ffd-page-hero__content .ffd-page-hero__subheading{animation-delay:.2s}.ffd-page-hero__content .ffd-btn{animation-delay:.32s}@keyframes ffd-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ffd-testimonial:hover .ffd-testimonial__quote-icon{opacity:.08;transform:scale(1.1) rotate(-5deg);transition:opacity .4s ease,transform .4s ease}.ffd-testimonial__quote-icon{transition:opacity .4s ease,transform .4s ease}.ffd-step.ffd-revealed .ffd-step__number{animation:ffd-count-in .5s cubic-bezier(.34,1.56,.64,1) both}@keyframes ffd-count-in{0%{opacity:0;transform:scale(.6)}to{opacity:.07;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.ffd-will-reveal{opacity:1;transform:none;transition:none}.ffd-btn--gold,.ffd-feature__dot,.ffd-page-hero__content *{animation:none}}.ffd-hero__heading{font-size:clamp(26px,3.5vw,48px)!important}.ffd-section:not(:first-child),section[id]:not(#ffd-hero){content-visibility:auto;contain-intrinsic-size:auto 600px}.ffd-hero__bg-img,.ffd-category-card__img,.ffd-project-card__img{will-change:transform}.ffd-card--service,.ffd-advantage-card,.ffd-testimonial,.ffd-client-card{will-change:auto}@font-face{font-display:swap}.ffd-pd-hero{position:relative;min-height:520px;display:flex;align-items:flex-end;overflow:hidden;background:var(--ffd-dark)}.ffd-pd-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ffd-pd-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#141210eb,#14121073 60%,#14121040)}.ffd-pd-hero__content{position:relative;z-index:1;padding-top:140px;padding-bottom:48px}.ffd-pd-hero__title{font-size:clamp(28px,4.5vw,56px);font-weight:700;color:#fff;line-height:1.15;margin:.75rem 0 0;max-width:860px}.ffd-pd-meta{background:var(--ffd-dark-2);border-bottom:1px solid rgba(255,255,255,.08);font-size:14px}.ffd-pd-meta__inner{display:flex;flex-wrap:wrap;gap:0}.ffd-pd-meta__item{display:flex;align-items:center;gap:8px;color:#ffffffbf;padding:18px 28px;border-right:1px solid rgba(255,255,255,.08);font-size:14px}.ffd-pd-meta__item svg{color:var(--ffd-gold);flex-shrink:0}.ffd-pd-overview__text{font-size:clamp(17px,2vw,20px);line-height:1.75;color:var(--ffd-text-muted);text-align:center}.ffd-pd-cs__grid{display:grid;grid-template-columns:1fr 1fr;gap:2px}@media(max-width:767px){.ffd-pd-cs__grid{grid-template-columns:1fr}}.ffd-pd-cs__col{background:#fff;padding:40px 48px;border-radius:var(--ffd-radius)}.ffd-pd-cs__col--solution{background:var(--ffd-dark);color:#fff}.ffd-pd-cs__label{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ffd-gold);margin-bottom:16px}.ffd-pd-cs__text{font-size:16px;line-height:1.75;color:inherit;opacity:.85}.ffd-pd-cs__col--solution .ffd-pd-cs__text{opacity:.8;color:#ffffffd9}.ffd-pd-outcomes__heading{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ffd-gold);text-align:center;margin-bottom:2.5rem}.ffd-pd-outcomes__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2px}.ffd-pd-outcome{text-align:center;padding:36px 24px;background:var(--ffd-light);border-radius:var(--ffd-radius)}.ffd-pd-outcome__value{font-size:clamp(32px,4vw,48px);font-weight:700;color:var(--ffd-dark);line-height:1;margin-bottom:8px}.ffd-pd-outcome__label{font-size:13px;color:var(--ffd-text-muted);text-transform:uppercase;letter-spacing:.06em}.ffd-pd-deliverables__heading{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ffd-gold);margin-bottom:2rem}.ffd-pd-deliverables__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.ffd-pd-deliverables__item{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--ffd-text);padding:14px 20px;background:#fff;border-radius:var(--ffd-radius);border:1px solid var(--ffd-border)}.ffd-pd-deliverables__item svg{color:var(--ffd-gold);flex-shrink:0}.ffd-pd-gallery__heading{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ffd-gold);margin-bottom:2rem}.ffd-pd-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:767px){.ffd-pd-gallery__grid{grid-template-columns:1fr}}@media(min-width:768px)and (max-width:1023px){.ffd-pd-gallery__grid{grid-template-columns:repeat(2,1fr)}}.ffd-pd-gallery__item{position:relative;border-radius:var(--ffd-radius);overflow:hidden;background:var(--ffd-light-2)}.ffd-pd-gallery__img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .5s ease}.ffd-pd-gallery__item:hover .ffd-pd-gallery__img{transform:scale(1.04)}.ffd-pd-gallery__caption{position:absolute;bottom:0;left:0;right:0;padding:10px 16px;background:linear-gradient(to top,rgba(20,18,16,.75),transparent);color:#ffffffe6;font-size:13px}a.ffd-project-card--linked{display:block;text-decoration:none;color:inherit}a.ffd-project-card--linked:hover{text-decoration:none}.ffd-project-card--linked:hover .ffd-project-card__title{color:var(--ffd-gold)}.ffd-project-card--linked:hover .ffd-project-card__img{transform:scale(1.04)}.ffd-project-card__link{display:inline-flex;align-items:center;gap:6px;margin-top:1rem;font-size:14px;font-weight:500;color:var(--ffd-gold);transition:gap .2s ease}.ffd-project-card--linked:hover .ffd-project-card__link{gap:10px}.ffd-section--category{background-color:#fff}.ffd-category-layout{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start}.ffd-category-sidebar{position:sticky;top:120px;background:var(--ffd-light);border-radius:var(--ffd-radius);padding:1.5rem}.ffd-category-sidebar__section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--ffd-border)}.ffd-category-sidebar__section:last-of-type{border-bottom:none}.ffd-category-sidebar__title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ffd-text);margin-bottom:1rem}.ffd-category-sidebar__list{list-style:none;padding:0;margin:0}.ffd-category-sidebar__item{margin-bottom:.5rem}.ffd-category-sidebar__link{display:block;padding:.5rem .75rem;color:var(--ffd-text-muted);text-decoration:none;font-size:.9375rem;border-radius:var(--ffd-radius-sm);transition:all var(--ffd-transition)}.ffd-category-sidebar__link:hover,.ffd-category-sidebar__link.active{background:#c9a55c1a;color:var(--ffd-gold);padding-left:1rem}.ffd-category-sidebar__link.active{font-weight:600}.ffd-category-sidebar__cta{background:var(--ffd-dark);color:var(--ffd-text-light);padding:1.5rem;border-radius:var(--ffd-radius);margin-top:1rem}.ffd-category-sidebar__cta-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.ffd-category-sidebar__cta-text{font-size:.875rem;color:#fffc;margin-bottom:1rem;line-height:1.5}.ffd-category-content{min-width:0}.ffd-category-header{margin-bottom:3rem}.ffd-category-header__title{font-size:clamp(2rem,5vw,3rem);font-weight:600;color:var(--ffd-text);margin-bottom:1rem}.ffd-category-header__description{font-size:1.125rem;color:var(--ffd-text-muted);max-width:720px;line-height:1.6}.ffd-product-types{display:grid;gap:2rem;margin-bottom:3rem}.ffd-product-type-card{display:grid;grid-template-columns:320px 1fr;gap:2rem;background:var(--ffd-light);border-radius:var(--ffd-radius);overflow:hidden;transition:all var(--ffd-transition)}.ffd-product-type-card:hover{box-shadow:var(--ffd-shadow);transform:translateY(-2px)}.ffd-product-type-card__image-wrap{position:relative;overflow:hidden;background:var(--ffd-light-2)}.ffd-product-type-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.ffd-product-type-card:hover .ffd-product-type-card__image{transform:scale(1.05)}.ffd-product-type-card__body{padding:2rem;padding-left:0;display:flex;flex-direction:column;justify-content:center}.ffd-product-type-card__title{font-size:1.5rem;font-weight:600;color:var(--ffd-text);margin-bottom:.75rem}.ffd-product-type-card__description{font-size:1rem;color:var(--ffd-text-muted);line-height:1.6;margin-bottom:1rem}.ffd-product-type-card__features{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.75rem}.ffd-product-type-card__features li{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--ffd-text-muted)}.ffd-product-type-card__features li:before{content:"";width:4px;height:4px;background:var(--ffd-gold);border-radius:50%}.ffd-category-cta{background:linear-gradient(135deg,var(--ffd-dark) 0%,var(--ffd-dark-2) 100%);color:var(--ffd-text-light);padding:3rem;border-radius:var(--ffd-radius-lg);text-align:center}.ffd-category-cta__title{font-size:2rem;font-weight:600;margin-bottom:1rem}.ffd-category-cta__text{font-size:1.125rem;color:#ffffffd9;max-width:640px;margin:0 auto 2rem;line-height:1.6}@media(max-width:1024px){.ffd-category-layout{grid-template-columns:240px 1fr;gap:2rem}.ffd-product-type-card{grid-template-columns:260px 1fr;gap:1.5rem}}@media(max-width:768px){.ffd-category-layout{grid-template-columns:1fr;gap:2rem}.ffd-category-sidebar{position:static}.ffd-category-sidebar__section{margin-bottom:1.5rem;padding-bottom:1.5rem}.ffd-product-type-card{grid-template-columns:1fr}.ffd-product-type-card__image-wrap{min-height:240px}.ffd-product-type-card__body{padding:1.5rem}.ffd-category-cta{padding:2rem 1.5rem}.ffd-category-cta__title{font-size:1.5rem}.ffd-category-cta__text{font-size:1rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/foshan-custom.css.map */
