:root{--color-primary: #c4b9a6;--color-primary-dark: #8c8270;--color-primary-deep: #4a443a;--color-background: #f9f9f8;--color-text: #151514;--color-text-muted: #5c564b;--color-text-secondary: #2d2923;--color-white: #ffffff;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--px-mobile: 1.5rem;--px-tablet: 5rem;--px-desktop: 10rem;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--border-light: 1px solid rgba(196, 185, 166, .2);--border-hover: 1px solid rgba(74, 68, 58, .5);--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--transition: all .3s ease}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Public Sans,sans-serif;background-color:var(--color-background);color:var(--color-text);line-height:1.6;overflow-x:hidden}.serif-heading{font-family:Georgia,serif}.flex-col{display:flex;flex-direction:column}.flex-center{display:flex;align-items:center;justify-content:center}.responsive-px{padding-left:var(--px-mobile);padding-right:var(--px-mobile)}@media (min-width: 768px){.responsive-px{padding-left:var(--px-tablet);padding-right:var(--px-tablet)}}@media (min-width: 1024px){.responsive-px{padding-left:var(--px-desktop);padding-right:var(--px-desktop)}}.container{min-height:100vh;display:flex;flex-direction:column;position:relative}.layout-container{display:flex;flex-direction:column;flex-grow:1;position:relative}.section-container{display:flex;flex-direction:column;max-width:1200px;width:100%;flex:1}.navbar-wrapper{padding:.75rem var(--px-mobile) 0;display:flex;justify-content:center;background:transparent;position:sticky;top:0;z-index:50}@media (min-width: 768px){.navbar-wrapper{padding:.75rem var(--px-tablet) 0}}@media (min-width: 1024px){.navbar-wrapper{padding:.75rem var(--px-desktop) 0}}.navbar{display:flex;align-items:center;justify-content:space-between;white-space:nowrap;padding:var(--space-sm) var(--space-md);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background:#ffffffb8;border:1px solid rgba(255,255,255,.4);border-top:none;border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008,inset 0 1px #fffc;width:100%;max-width:1200px}.nav-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--color-text)}.nav-brand-icon{width:24px;height:24px;color:var(--color-primary-deep)}.nav-brand h2{font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.nav-right{display:flex;flex:1;justify-content:flex-end;gap:2.5rem}.nav-links{display:none;align-items:center;gap:2.5rem}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{text-decoration:none;color:var(--color-text);font-size:.875rem;font-weight:500;transition:var(--transition)}.nav-link:hover{color:var(--color-primary-deep)}.btn{display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:var(--radius-sm);font-weight:700;letter-spacing:.025em;border:none;transition:var(--transition);text-decoration:none}.btn-primary{min-width:200px;height:3.5rem;padding:0 var(--space-lg);background:var(--color-primary-deep);color:var(--color-white);font-size:1rem;box-shadow:0 4px 12px #4a443a40}.btn-primary:hover{background:var(--color-text);transform:translateY(-2px);box-shadow:0 8px 20px #4a443a59}.btn-secondary{min-width:160px;height:3.5rem;padding:0 var(--space-lg);border:1px solid rgba(21,21,20,.2);color:var(--color-text);font-size:1rem;background:#fff6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-secondary:hover{background:#1515140d}.nav-cta{min-width:100px;height:2.5rem;padding:0 1.25rem;background:var(--color-primary-deep);color:var(--color-white);font-size:.875rem;box-shadow:0 2px 8px #4a443a33}.nav-cta:hover{background:var(--color-text);transform:translateY(-1px);box-shadow:0 4px 12px #4a443a4d}.hero-wrapper{padding:var(--space-xl) var(--px-mobile);display:flex;flex:1;justify-content:center;position:relative;z-index:10}@media (min-width: 768px){.hero-wrapper{padding:8rem var(--px-tablet)}}@media (min-width: 1024px){.hero-wrapper{padding:8rem var(--px-desktop)}}.hero-container{display:flex;flex-direction:column;max-width:1200px;width:100%;flex:1;z-index:2}.hero-content{display:flex;flex-direction:column;gap:var(--space-xl);align-items:center}@media (min-width: 1024px){.hero-content{flex-direction:row}}.hero-text{display:flex;flex-direction:column;gap:var(--space-lg);flex:1;max-width:600px}@media (min-width: 480px){.hero-text{gap:2.5rem}}.hero-text-inner{display:flex;flex-direction:column;gap:var(--space-sm)}.hero-tag{display:inline-flex;align-items:center;border-radius:9999px;background:#1515140d;padding:.25rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary-deep);width:fit-content;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(21,21,20,.1)}.hero-title{font-family:Georgia,serif;color:var(--color-text);font-size:3.75rem;font-weight:300;line-height:1;letter-spacing:-.025em}@media (min-width: 768px){.hero-title{font-size:6rem}}.hero-title-accent{font-style:italic;font-weight:400;color:var(--color-primary-deep);position:relative}.hero-title-underline{position:absolute;width:110%;bottom:-.5rem;left:-.5rem;color:var(--color-primary-deep);opacity:.4;z-index:-1}.hero-description{color:var(--color-text-secondary);font-size:1.125rem;font-weight:500;line-height:1.6;max-width:560px}@media (min-width: 768px){.hero-description{font-size:1.25rem}}.hero-buttons{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.hero-artwork{width:100%;min-height:300px;display:flex;align-items:center;justify-content:center;position:relative;pointer-events:none}@media (min-width: 1024px){.hero-artwork{width:50%;min-height:500px}}.hero-artwork-glow{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:.2}.hero-artwork-glow-inner{width:400px;height:400px;border-radius:9999px;border:1px solid rgba(196,185,166,.3);filter:blur(48px);background:#c4b9a61a}.mobius-scene{width:100%;height:100%;display:flex;align-items:center;justify-content:center;perspective:1000px;position:relative;z-index:2}.mobius-container{width:420px;height:420px;position:relative;transform-style:preserve-3d;animation:mobius4DRotation 20s linear infinite}.mobius-ring-3d{width:100%;height:100%;position:relative;transform-style:preserve-3d;animation:mobiusTwist 15s linear infinite}.mobius-segment{position:absolute;width:16px;height:72px;left:50%;top:50%;transform-style:preserve-3d;transform-origin:center center;background:linear-gradient(to bottom,#d8cfc0,#c4b9a6 40%,#a89d8a);border-radius:8px;box-shadow:0 2px 8px #4a443a26;transform:rotateY(calc(var(--segment-index) * (360deg / var(--total-segments)))) translateZ(150px) rotateX(calc(var(--segment-index) * (180deg / var(--total-segments)))) translateY(-36px)}.mobius-segment:nth-child(odd){background:linear-gradient(to bottom,#b5a999,#a89d8a 40%,#9a8f7d)}.mobius-segment:nth-child(3n){background:linear-gradient(to bottom,#c4b9a6,#b5a999 40%,#a89d8a)}@keyframes mobius4DRotation{0%{transform:rotateX(0) rotateY(0) rotate(0)}25%{transform:rotateX(90deg) rotateY(90deg) rotate(45deg)}50%{transform:rotateX(180deg) rotateY(180deg) rotate(90deg)}75%{transform:rotateX(270deg) rotateY(270deg) rotate(135deg)}to{transform:rotateX(360deg) rotateY(360deg) rotate(180deg)}}@keyframes mobiusTwist{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.mobius-container{width:280px;height:280px}.mobius-segment{width:12px;height:50px;transform:rotateY(calc(var(--segment-index) * (360deg / var(--total-segments)))) translateZ(100px) rotateX(calc(var(--segment-index) * (180deg / var(--total-segments)))) translateY(-25px)}}.rice-paper-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:linear-gradient(160deg,#f9f9f8,#f4f1ed,#f0ece6,#f4f1ed,#f9f9f8)}.rice-paper-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.4' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03;mix-blend-mode:multiply}.rice-paper-bg:after{content:"";position:absolute;top:0;right:0;width:70%;height:100%;background:radial-gradient(ellipse 80% 60% at 75% 40%,rgba(196,185,166,.18) 0%,rgba(196,185,166,.08) 40%,transparent 70%),radial-gradient(ellipse 60% 50% at 60% 70%,rgba(140,130,112,.08) 0%,transparent 60%)}.section-wrapper{padding:4rem var(--px-mobile);display:flex;flex:1;justify-content:center;position:relative;z-index:20}@media (min-width: 768px){.section-wrapper{padding:4rem var(--px-tablet)}}@media (min-width: 1024px){.section-wrapper{padding:4rem var(--px-desktop)}}.section-expertise{background:var(--color-white);border-top:var(--border-light);border-bottom:var(--border-light);box-shadow:0 -20px 40px -15px #0000000d}.section-content{display:flex;flex-direction:column;gap:var(--space-xl);width:100%}.section-header{display:flex;flex-direction:column;gap:var(--space-sm);width:100%}.section-title{font-family:Georgia,serif;color:var(--color-text);font-size:2.25rem;font-weight:300;line-height:1.2}.section-subtitle{color:var(--color-primary-deep);font-size:1rem;line-height:1.6;max-width:640px}.card{display:flex;flex:1;gap:var(--space-md);border-radius:var(--radius-md);border:var(--border-light);padding:var(--space-lg);flex-direction:column;transition:var(--transition);box-shadow:var(--shadow-sm)}.card:hover{border-color:#4a443a80}.card-icon{color:var(--color-primary-deep);font-size:2.25rem}.expertise-card .card-icon{transition:transform .3s ease}.expertise-card:hover .card-icon{transform:scale(1.1)}.card-content{display:flex;flex-direction:column;gap:var(--space-xs)}.card h3{color:var(--color-text);font-size:1.125rem;font-weight:700;line-height:1.2}.card p{color:var(--color-text-muted);font-size:.875rem;line-height:1.6}.expertise-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);width:100%}@media (min-width: 768px){.expertise-grid{grid-template-columns:repeat(3,1fr)}}.expertise-card{background:var(--color-background)}.expertise-card:hover{box-shadow:var(--shadow-md)}.showcases-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);width:100%}@media (min-width: 768px){.showcases-grid{grid-template-columns:repeat(2,1fr)}}.showcase-card{background:var(--color-white);padding:2.5rem}.showcase-card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-primary-dark)}.showcase-card h3{font-size:1.5rem}.showcase-card p{font-size:1rem}.showcase-tag{display:inline-block;width:fit-content;background:#1515140d;color:var(--color-primary-deep);padding:.25rem .75rem;border-radius:9999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(21,21,20,.1)}.showcase-icon-img{width:48px;height:48px;color:var(--color-primary-deep)}.showcase-link{display:flex;align-items:center;gap:var(--space-xs);color:var(--color-primary-deep);font-weight:700;text-decoration:none;padding-top:var(--space-sm);transition:var(--transition)}.showcase-link:hover{text-decoration:underline}.showcase-link span{font-size:.875rem;transition:transform .3s ease}.showcase-link:hover span{transform:translate(4px)}.section-leadership{padding:6rem var(--px-mobile);background:var(--color-background)}@media (min-width: 768px){.section-leadership{padding:6rem var(--px-tablet)}}@media (min-width: 1024px){.section-leadership{padding:6rem var(--px-desktop)}}.leadership-card{border-radius:var(--radius-lg);background:#1515140d;border:1px solid rgba(21,21,20,.1);overflow:hidden}.leadership-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-lg);padding:4rem var(--space-md);text-align:center}@media (min-width: 768px){.leadership-content{padding:6rem var(--space-md)}}.leadership-text{display:flex;flex-direction:column;gap:var(--space-sm);max-width:820px}.leadership-title{font-family:Georgia,serif;color:var(--color-text);font-size:2.25rem;font-weight:300;line-height:1.2}@media (min-width: 768px){.leadership-title{font-size:3rem}}.leadership-description{color:var(--color-text-secondary);font-size:1.125rem;line-height:1.6}.section-showcases{padding-bottom:6rem;background:var(--color-background)}.footer-wrapper{padding:var(--space-xl) var(--px-mobile);display:flex;justify-content:center;background:var(--color-background);position:relative;z-index:20}@media (min-width: 768px){.footer-wrapper{padding:var(--space-xl) var(--px-tablet)}}@media (min-width: 1024px){.footer-wrapper{padding:var(--space-xl) var(--px-desktop)}}.footer{display:flex;flex-direction:column;gap:2.5rem;border-top:var(--border-light);padding-top:2.5rem;width:100%;max-width:1200px}.footer-main{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:var(--space-lg)}@media (min-width: 768px){.footer-main{flex-direction:row}}.footer-brand{display:flex;align-items:center;gap:.75rem;color:var(--color-text);opacity:.8}.footer-brand-icon{width:20px;height:20px}.footer-brand h2{font-size:1.125rem;font-weight:700}.footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:var(--space-xl);row-gap:var(--space-sm)}.footer-link{color:var(--color-text-muted);font-size:.875rem;font-weight:500;text-decoration:none;transition:var(--transition)}.footer-link:hover{color:var(--color-primary-deep)}.footer-bottom{text-align:center}@media (min-width: 768px){.footer-bottom{text-align:left}}.footer-copyright{color:var(--color-text-muted);font-size:.875rem}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased}.material-symbols-outlined.text-4xl{font-size:2.25rem}.material-symbols-outlined.text-sm{font-size:.875rem}.ink-wash-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.ink-wash-container svg{width:100%;height:100%}
