:root{--color-canvas-base: #f7f3ee;--color-surface-primary: #fffdfc;--color-surface-secondary: #f1e7db;--color-ink-primary: #2b1e17;--color-ink-muted: #6b5e55;--color-accent-gold: #c6a15b;--color-accent-gold-strong: #a27d38;--color-border-soft: rgba(43, 30, 23, .12);--color-overlay-hero: rgba(43, 30, 23, .72);--color-overlay-card: rgba(255, 253, 252, .78);--shadow-card: 0 24px 60px rgba(43, 30, 23, .12);--shadow-button: 0 14px 28px rgba(162, 125, 56, .22);--radius-small: 14px;--radius-medium: 24px;--radius-large: 36px;--radius-pill: 999px;--content-width: min(1160px, calc(100vw - 2rem) );--section-gap: clamp(4rem, 7vw, 7rem);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Manrope", "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);background:radial-gradient(circle at top left,rgba(198,161,91,.16),transparent 28%),linear-gradient(180deg,#fcf8f3 0%,var(--color-canvas-base) 46%,#efe5d7 100%);color:var(--color-ink-primary)}body,button,a,input,textarea{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.site-shell{min-height:100vh}:root{--header-height: 80px;--screen-section-min-height: calc(100svh - var(--header-height))}.container{width:var(--content-width);margin:0 auto}.site-header{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f3eecc;border-bottom:1px solid var(--color-border-soft)}.site-header__inner,.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:var(--header-height)}.brand-mark{display:inline-flex;align-items:center;min-height:42px;min-width:170px}.brand-mark img{max-height:52px;object-fit:contain}.brand-mark[data-fallback]:after{content:attr(data-fallback);font-family:var(--font-display);font-size:2rem;color:var(--color-ink-primary)}.site-nav{display:flex;align-items:center;gap:1.4rem;color:var(--color-ink-muted)}.site-nav a:hover,.site-footer a:hover,.contact-card a:hover{color:var(--color-accent-gold-strong)}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:52px;padding:.85rem 1.4rem;border-radius:var(--radius-pill);background:linear-gradient(135deg,var(--color-accent-gold) 0%,#e0be82 100%);color:var(--color-ink-primary);font-weight:800;box-shadow:var(--shadow-button);border:1px solid rgba(162,125,56,.16);overflow:hidden;isolation:isolate}.button__label{position:relative;z-index:1}.button__shine{position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.42) 48%,transparent 76%);transform:translate(-130%);opacity:.85;transition:transform .45s ease}.button:hover .button__shine{transform:translate(130%)}.button--small{min-height:44px;padding-inline:1.15rem;font-size:.95rem}.button--ghost{background:#fffdfc14;color:var(--color-surface-primary);border:1px solid rgba(255,253,252,.26);box-shadow:0 14px 34px #1c120c29;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-section{position:relative;overflow:hidden;padding:clamp(4rem,7vw,7rem) 0}.hero-section--screen{min-height:var(--screen-section-min-height);display:grid;align-items:center;padding-top:clamp(1.75rem,4vh,3rem);padding-bottom:clamp(1.75rem,4vh,3rem)}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#f7f3eed9 15%,#f7f3ee66 40%,#2b1e17e6),radial-gradient(circle at 15% 20%,rgba(198,161,91,.34),transparent 24%);pointer-events:none}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(380px,.88fr);gap:clamp(1.5rem,3.4vw,2.7rem);align-items:center;min-height:calc(var(--screen-section-min-height) - clamp(3.5rem,8vh,6rem))}.hero-copy{color:var(--color-ink-primary);max-width:31rem;align-self:center}.eyebrow,.section-title__eyebrow,.campaign-card__content span{display:inline-flex;align-items:center;gap:.6rem;letter-spacing:.18em;text-transform:uppercase;font-size:.77rem;font-weight:800;color:var(--color-accent-gold-strong)}.eyebrow:before,.section-title__eyebrow:before{content:"";width:2.8rem;height:1px;background:currentColor}.hero-copy h1,.section-title h2,.contact-panel h2{margin:1rem 0 1.2rem;font-family:var(--font-display);font-weight:600;line-height:.94;letter-spacing:-.03em}.hero-copy h1{max-width:7.8ch;font-size:clamp(2.45rem,4.5vw,4.35rem)}.hero-copy p,.section-title p,.service-card p,.process-card p,.campaign-card p,.testimonial-card p,.faq-item p,.contact-panel p{color:var(--color-ink-muted);font-size:1.03rem;line-height:1.7}.hero-copy>p{max-width:31rem;font-size:.98rem;line-height:1.58}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin:1.1rem 0 1.45rem}.hero-stats,.service-grid,.campaign-grid,.testimonial-grid{display:grid;gap:1.2rem}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.stat-card,.service-card,.process-card,.campaign-card,.testimonial-card,.faq-item,.contact-card{border:1px solid var(--color-border-soft);box-shadow:var(--shadow-card)}.stat-card{padding:.95rem 1rem;border-radius:var(--radius-medium);background:#fffdfcb8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stat-card strong{display:block;margin-bottom:.3rem;color:var(--color-accent-gold-strong);font-size:.98rem}.stat-card span{color:var(--color-ink-muted);font-size:.85rem;line-height:1.45}.hero-visual{position:relative;min-height:min(60svh,540px);display:grid;place-items:center}.hero-depth-scene{position:relative;width:min(100%,500px);min-height:min(60svh,540px);display:grid;place-items:center}@media (max-height: 760px) and (min-width: 981px){.hero-section--screen{padding-top:1.25rem;padding-bottom:1.25rem}.hero-grid{min-height:calc(var(--screen-section-min-height) - 2.5rem);gap:1.6rem}.hero-copy h1{font-size:clamp(2.4rem,4.35vw,4.25rem);max-width:8.8ch}.hero-copy p{font-size:.98rem;line-height:1.55}.hero-actions{margin:1.15rem 0 1.4rem}.hero-visual,.hero-depth-scene{min-height:min(58svh,520px)}.hero-floating-card--primary{bottom:.25rem;left:-.15rem;max-width:260px}.hero-floating-card--secondary{top:1rem;right:-.2rem}}.hero-depth-glow,.hero-depth-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-depth-glow--back{top:10%;right:8%;bottom:12%;left:12%;border-radius:42px;background:radial-gradient(circle at 30% 40%,rgba(198,161,91,.28),transparent 34%),radial-gradient(circle at 70% 20%,rgba(255,255,255,.34),transparent 25%),linear-gradient(180deg,#fffdfcad,#cdb58c2e);filter:blur(4px)}.hero-depth-grid{top:12%;right:10%;bottom:16%;left:14%;border-radius:40px;background-image:linear-gradient(rgba(198,161,91,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(198,161,91,.08) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.58),transparent 100%);mask-image:linear-gradient(180deg,rgba(0,0,0,.58),transparent 100%);transform:rotate(-4deg)}.hero-portrait-shell{position:absolute;top:1rem;right:0;bottom:2rem;left:0;display:grid;place-items:center}.hero-portrait-rim{position:absolute;top:-10px;right:12px;bottom:16px;left:12px;border-radius:42px;border:1px solid rgba(198,161,91,.42);background:linear-gradient(180deg,#fffdfc2e,#fffdfc05)}.hero-portrait-shadow{position:absolute;left:11%;right:11%;bottom:-.6rem;height:2.5rem;border-radius:999px;background:radial-gradient(ellipse at center,#2b1e1747,#2b1e171f 45%,#2b1e1700 78%);filter:blur(10px);z-index:0}.hero-portrait-frame{position:absolute;top:.35rem;right:1rem;bottom:.9rem;left:1rem;overflow:hidden;border-radius:40px;background:linear-gradient(180deg,#f7f3ee70,#2b1e1714);box-shadow:0 24px 46px #2b1e1729,0 8px 18px #ffffff38 inset;z-index:1}.hero-portrait-frame:after{content:"";position:absolute;inset:auto auto 0 0;width:100%;height:24%;background:linear-gradient(180deg,transparent,rgba(43,30,23,.22))}.hero-portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center center}.hero-floating-card span{display:block;margin-bottom:.4rem;color:var(--color-accent-gold-strong);font-weight:800;text-transform:uppercase;letter-spacing:.14em;font-size:.75rem}.hero-floating-card p{margin:0}.hero-floating-card{position:absolute;max-width:248px;padding:.88rem 1rem;border-radius:22px;background:#fffdfcb8;border:1px solid rgba(198,161,91,.24);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 16px 34px #2b1e1724}.hero-floating-card--primary{left:-.15rem;bottom:.9rem}.hero-floating-card--secondary{right:-.15rem;top:1.4rem;max-width:190px}.hero-floating-card--secondary strong{display:block;margin-bottom:.35rem;color:var(--color-ink-primary);font-size:.92rem}.hero-floating-card--secondary small{color:var(--color-ink-muted);line-height:1.45;font-size:.85rem}.section{padding:clamp(2.5rem,4vw,4rem) 0;scroll-margin-top:calc(var(--header-height) + 16px)}.section-frame{min-height:var(--screen-section-min-height);display:grid;align-content:center;gap:1.8rem}.section-frame--compact{min-height:min(92svh,820px)}.section--soft{background:linear-gradient(180deg,#fff6,#f1e7dbb8)}.section--campaigns{background:linear-gradient(180deg,#2b1e17fa,#432f23fa);color:var(--color-surface-primary)}.section-title{max-width:760px;margin-bottom:1.5rem}.section-title--center{margin-inline:auto;text-align:center}.section-title--center .section-title__eyebrow{justify-content:center}.section-title h2,.contact-panel h2{font-size:clamp(2.6rem,5vw,4.25rem)}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.service-card,.testimonial-card{padding:1.7rem;border-radius:var(--radius-medium);background:#fffdfce6}.card-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:.9rem;border-radius:16px;background:linear-gradient(135deg,#c6a15b38,#c6a15b0f);font-size:1.35rem}.service-card h3,.campaign-card h3,.process-card h3{margin-top:0;margin-bottom:.75rem;font-size:1.3rem}.split-section,.faq-layout,.contact-panel{display:grid;grid-template-columns:.95fr 1.05fr;gap:1.75rem;align-items:center}.highlight-list{padding:0;margin:0;list-style:none;display:grid;gap:1rem}.highlight-list li{position:relative;padding:1rem 1rem 1rem 4rem;border-radius:var(--radius-medium);background:#fffdfcbf;border:1px solid var(--color-border-soft)}.highlight-list li:before{content:"•";position:absolute;left:1.4rem;top:.82rem;color:var(--color-accent-gold-strong);font-size:2rem}.process-card-stack{display:grid;gap:.85rem}.process-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1.4rem;border-radius:var(--radius-medium);background:linear-gradient(180deg,#fffdfcf2,#f1e7dbb8)}.process-card span{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:18px;background:var(--color-ink-primary);color:var(--color-accent-gold);font-weight:800}.campaign-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.campaign-card{overflow:hidden;border-radius:30px;background:#fffdfc0f}.campaign-card__image-wrap{aspect-ratio:16 / 10;overflow:hidden}.campaign-card__image-wrap img{width:100%;height:100%;object-fit:cover}.campaign-card__content{padding:1.5rem}.campaign-card__content p,.section--campaigns .section-title p,.section--campaigns .section-title h2{color:#fffdfcd6}.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-card__role{display:inline-block;margin-top:1rem;margin-bottom:.45rem;color:var(--color-accent-gold-strong);font-size:.83rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.faq-list{display:grid;gap:1rem}.faq-item{padding:1.4rem 1.5rem;border-radius:22px;background:#fffdfcd1}.faq-item summary{cursor:pointer;list-style:none;font-weight:800}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin:1rem 0 0}.section--contact{padding-top:0}.contact-panel{padding:2rem;border-radius:34px;background:linear-gradient(135deg,#2b1e17,#432f23f2);color:var(--color-surface-primary);box-shadow:0 34px 80px #2b1e1747}.contact-panel p{color:#fffdfcc7}.contact-card{display:grid;gap:1rem;padding:1.5rem;border-radius:28px;background:#fffdfc14;color:var(--color-surface-primary)}.contact-card a,.contact-card p{margin:0}.site-footer{padding:1rem 0 2rem}.site-footer__inner{padding-top:1rem;border-top:1px solid var(--color-border-soft);color:var(--color-ink-muted)}@media (max-width: 980px){:root{--screen-section-min-height: auto}.site-header__inner,.site-footer__inner,.site-nav,.hero-actions{flex-wrap:wrap}.hero-grid,.split-section,.faq-layout,.contact-panel,.service-grid,.campaign-grid,.testimonial-grid{grid-template-columns:1fr}.section,.hero-section{padding:clamp(3rem,8vw,4rem) 0}.section-frame,.section-frame--compact{min-height:auto;gap:1.5rem}.hero-stats{grid-template-columns:1fr}.hero-visual{min-height:auto}.hero-depth-scene{width:100%;min-height:520px}.hero-portrait-shell{top:0;right:0;bottom:2rem;left:0}.hero-floating-card--primary{left:.25rem;bottom:0}.hero-floating-card--secondary{right:.25rem;top:1rem}}@media (max-width: 720px){.site-header{position:static}.site-header__inner{padding:1rem 0}.site-nav{font-size:.95rem;gap:.9rem}.hero-copy h1{max-width:none}.hero-depth-scene{min-height:440px}.hero-portrait-shell{top:0;right:0;bottom:1.5rem;left:0}.hero-floating-card--secondary{display:none}.contact-panel,.service-card,.testimonial-card,.faq-item,.process-card,.campaign-card{border-radius:24px}}
