*{margin:0;padding:0;box-sizing:border-box}:root{--navy-deep: #0a1628;--navy-blue: #152238;--navy-medium: #1e3a5f;--gold: #d4af37;--gold-light: #e8d4a0;--white: #ffffff;--off-white: #f8f9fa;--text-light: rgba(255, 255, 255, .9);--text-muted: rgba(255, 255, 255, .7);font-family:Crimson Text,serif;line-height:1.6;font-weight:400;color:var(--text-light);background-color:var(--navy-deep);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;line-height:1.2;color:var(--white)}h1{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1.5rem}h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.25rem}h3{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1rem}p{font-size:clamp(1rem,2vw,1.125rem);line-height:1.8;margin-bottom:1rem}a{color:var(--gold);text-decoration:none;transition:color .3s ease}a:hover{color:var(--gold-light)}button{font-family:Playfair Display,serif;cursor:pointer;transition:all .3s ease}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.5rem}}@media(max-width:480px){.container{padding:0 1rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy-deep) 0%,var(--navy-blue) 50%,var(--navy-medium) 100%);overflow:hidden}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(212,175,55,.03) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(212,175,55,.03) 0%,transparent 50%);pointer-events:none}.ledger-lines{position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(212,175,55,.08) 49px,rgba(212,175,55,.08) 50px),repeating-linear-gradient(90deg,transparent,transparent 99px,rgba(212,175,55,.05) 99px,rgba(212,175,55,.05) 100px);pointer-events:none;opacity:.6}.compass-rose{position:absolute;width:200px;height:200px;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23d4af37' fill='none' stroke-width='0.5'%3E%3Ccircle cx='50' cy='50' r='48'/%3E%3Ccircle cx='50' cy='50' r='40'/%3E%3Cline x1='50' y1='2' x2='50' y2='98'/%3E%3Cline x1='2' y1='50' x2='98' y2='50'/%3E%3Cline x1='15' y1='15' x2='85' y2='85'/%3E%3Cline x1='85' y1='15' x2='15' y2='85'/%3E%3Cpolygon points='50,10 48,30 52,30' fill='%23d4af37'/%3E%3Cpolygon points='50,90 48,70 52,70' fill='%23d4af37'/%3E%3Cpolygon points='10,50 30,48 30,52' fill='%23d4af37'/%3E%3Cpolygon points='90,50 70,48 70,52' fill='%23d4af37'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;animation:rotate-slow 60s linear infinite}.compass-top-left{top:5%;left:5%}.compass-bottom-right{bottom:5%;right:5%;animation-direction:reverse}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-content{position:relative;z-index:2;text-align:center;padding:4rem 2rem}.ship-wheel-divider{width:80px;height:80px;margin:0 auto 2rem;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23d4af37' fill='none' stroke-width='2'%3E%3Ccircle cx='50' cy='50' r='20' stroke-width='3'/%3E%3Ccircle cx='50' cy='50' r='8' fill='%23d4af37'/%3E%3Cline x1='50' y1='20' x2='50' y2='0' stroke-width='3'/%3E%3Cline x1='50' y1='80' x2='50' y2='100' stroke-width='3'/%3E%3Cline x1='20' y1='50' x2='0' y2='50' stroke-width='3'/%3E%3Cline x1='80' y1='50' x2='100' y2='50' stroke-width='3'/%3E%3Cline x1='64.14' y1='64.14' x2='77.78' y2='77.78' stroke-width='2'/%3E%3Cline x1='35.86' y1='35.86' x2='22.22' y2='22.22' stroke-width='2'/%3E%3Cline x1='64.14' y1='35.86' x2='77.78' y2='22.22' stroke-width='2'/%3E%3Cline x1='35.86' y1='64.14' x2='22.22' y2='77.78' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.9;animation:rotate-gentle 30s ease-in-out infinite alternate}@keyframes rotate-gentle{0%{transform:rotate(-15deg)}to{transform:rotate(15deg)}}.hero-title{margin-bottom:2rem;letter-spacing:.05em}.title-main{display:block;font-size:clamp(3rem,6vw,5rem);color:var(--white);text-shadow:2px 2px 12px rgba(212,175,55,.3);font-weight:700}.title-sub{display:block;font-size:clamp(2rem,4vw,3.5rem);color:var(--gold);margin-top:.5rem;font-weight:600}.hero-tagline{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin:2rem 0;flex-wrap:wrap}.ledger-accent{width:60px;height:2px;background:linear-gradient(to right,transparent,var(--gold),transparent);position:relative}.ledger-accent:before,.ledger-accent:after{content:"";position:absolute;width:8px;height:8px;border:2px solid var(--gold);border-radius:50%;background:var(--navy-deep)}.ledger-accent:before{left:-4px;top:-3px}.ledger-accent:after{right:-4px;top:-3px}.hero-tagline p{font-size:clamp(1.125rem,2vw,1.5rem);font-style:italic;color:var(--gold-light);margin:0;font-weight:400;letter-spacing:.03em}.hero-description{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-muted);margin:2rem 0 3rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-cta{margin-top:3rem}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 3rem;background:linear-gradient(135deg,var(--gold) 0%,#c49a2e 100%);color:var(--navy-deep);font-size:1.125rem;font-weight:600;letter-spacing:.05em;border:none;border-radius:4px;box-shadow:0 4px 20px #d4af374d;transition:all .3s ease;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.cta-button:hover:before{left:100%}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 28px #d4af3780;color:var(--navy-deep)}.cta-button .anchor-icon{width:20px;height:20px;transition:transform .3s ease}.cta-button:hover .anchor-icon{transform:translateY(3px)}.wave-chart{position:absolute;bottom:0;left:0;right:0;height:120px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,60 Q150,20 300,60 T600,60 T900,60 T1200,60 L1200,120 L0,120 Z' fill='%231e3a5f' opacity='0.3'/%3E%3Cpath d='M0,80 Q150,50 300,80 T600,80 T900,80 T1200,80 L1200,120 L0,120 Z' fill='%231e3a5f' opacity='0.5'/%3E%3C/svg%3E");background-size:cover;background-position:bottom;opacity:.5}@media(max-width:768px){.hero{min-height:90vh}.compass-rose{width:120px;height:120px}.ship-wheel-divider{width:60px;height:60px}.hero-tagline{flex-direction:column;gap:1rem}.ledger-accent{width:40px}.cta-button{padding:1rem 2rem;font-size:1rem}}@media(max-width:480px){.compass-rose{width:80px;height:80px}.compass-top-left{top:2%;left:2%}.compass-bottom-right{bottom:2%;right:2%}}.services{position:relative;padding:6rem 0;background:linear-gradient(180deg,var(--navy-blue) 0%,var(--navy-deep) 100%);overflow:hidden}.services-bg{position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(212,175,55,.03) 49px,rgba(212,175,55,.03) 50px),repeating-linear-gradient(90deg,transparent,transparent 99px,rgba(212,175,55,.03) 99px,rgba(212,175,55,.03) 100px);pointer-events:none}.section-header{text-align:center;margin-bottom:4rem;position:relative}.anchor-divider{width:50px;height:50px;margin:0 auto 1.5rem;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23d4af37' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2v8M12 10a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0v-6a4 4 0 0 1 4-4z' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='8' y1='14' x2='16' y2='14' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.8}.section-header h2{color:var(--white);margin-bottom:1rem}.section-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-muted);font-style:italic;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.service-card{position:relative;background:#1e3a5f66;border:1px solid rgba(212,175,55,.2);border-radius:8px;padding:2.5rem 2rem;transition:all .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:0;transition:opacity .4s ease}.service-card:hover:before{opacity:1}.service-card:hover{transform:translateY(-8px);border-color:#d4af3780;box-shadow:0 12px 40px #0000004d;background:#1e3a5f99}.card-compass{position:absolute;bottom:-20px;right:-20px;width:100px;height:100px;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23d4af37' fill='none' stroke-width='1'%3E%3Ccircle cx='50' cy='50' r='48'/%3E%3Cline x1='50' y1='2' x2='50' y2='98'/%3E%3Cline x1='2' y1='50' x2='98' y2='50'/%3E%3Cline x1='15' y1='15' x2='85' y2='85'/%3E%3Cline x1='85' y1='15' x2='15' y2='85'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;transition:all .4s ease}.service-card:hover .card-compass{transform:rotate(45deg);opacity:.06}.service-icon{width:60px;height:60px;margin-bottom:1.5rem;color:var(--gold);transition:all .4s ease}.service-card:hover .service-icon{transform:scale(1.1);color:var(--gold-light)}.service-icon svg{width:100%;height:100%}.service-card h3{font-size:clamp(1.25rem,2.5vw,1.5rem);color:var(--gold);margin-bottom:1rem;font-weight:600}.service-card p{color:var(--text-muted);line-height:1.8;font-size:clamp(.95rem,1.8vw,1.05rem);margin:0}@media(max-width:768px){.services{padding:4rem 0}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem 1.5rem}}@media(max-width:480px){.services{padding:3rem 0}.section-header{margin-bottom:2.5rem}}.about{position:relative;padding:6rem 0;background:linear-gradient(180deg,var(--navy-deep) 0%,var(--navy-medium) 100%);overflow:hidden}.about-wave-top,.about-wave-bottom{position:absolute;left:0;right:0;height:80px;background-repeat:no-repeat;background-size:cover;opacity:.3}.about-wave-top{top:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,40 Q150,10 300,40 T600,40 T900,40 T1200,40 L1200,0 L0,0 Z' fill='%23152238'/%3E%3C/svg%3E")}.about-wave-bottom{bottom:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,40 Q150,70 300,40 T600,40 T900,40 T1200,40 L1200,80 L0,80 Z' fill='%230a1628'/%3E%3C/svg%3E")}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem}.section-label{display:inline-block;padding:.5rem 1.5rem;background:#d4af371a;border:1px solid rgba(212,175,55,.3);border-radius:30px;color:var(--gold);font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.about-text h2{margin-bottom:1.5rem;color:var(--white)}.about-lead{font-size:clamp(1.125rem,2.2vw,1.25rem);color:var(--gold-light);font-weight:600;line-height:1.8;margin-bottom:1.5rem}.about-text p{color:var(--text-muted);line-height:1.9;margin-bottom:1.25rem}.about-visual{position:relative;display:flex;align-items:center;justify-content:center}.ledger-visualization{position:relative;width:100%;max-width:500px}.ledger-page{background:linear-gradient(135deg,#152238e6,#1e3a5fe6);border:2px solid rgba(212,175,55,.3);border-radius:8px;padding:2.5rem 2rem;box-shadow:0 20px 60px #0006;position:relative;overflow:hidden}.ledger-page:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(212,175,55,.05) 39px,rgba(212,175,55,.05) 40px);pointer-events:none}.ledger-header{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--gold);text-align:center;margin-bottom:2rem;letter-spacing:.15em;border-bottom:2px solid rgba(212,175,55,.3);padding-bottom:1rem}.ledger-line{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem;position:relative;z-index:1}.line-label{font-size:1rem;color:var(--text-light);min-width:100px;font-weight:600}.line-graph{flex:1;height:28px;background:#ffffff0d;border-radius:4px;overflow:hidden;border:1px solid rgba(212,175,55,.2)}.graph-bar{display:block;height:100%;background:linear-gradient(90deg,var(--gold) 0%,var(--gold-light) 100%);box-shadow:0 0 20px #d4af3766;animation:fillBar 2s ease-out forwards;transform-origin:left}@keyframes fillBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.compass-needle{position:absolute;top:50%;right:-60px;width:120px;height:120px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23d4af37' fill='none' stroke-width='1'%3E%3Ccircle cx='50' cy='50' r='45' stroke-width='2'/%3E%3Ccircle cx='50' cy='50' r='35'/%3E%3Cpath d='M50,15 L55,50 L50,85 L45,50 Z' fill='%23d4af37' opacity='0.6'/%3E%3Ccircle cx='50' cy='50' r='8' fill='%23d4af37'/%3E%3Ctext x='50' y='12' text-anchor='middle' font-size='10' fill='%23d4af37' font-family='serif'%3EN%3C/text%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;transform:translateY(-50%);opacity:.15;animation:rotate-compass 20s linear infinite}@keyframes rotate-compass{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.values-section{margin-top:5rem;text-align:center}.values-title{font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--gold);margin-bottom:3rem;position:relative;display:inline-block}.values-title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:60%;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.value-card{background:#15223880;border:1px solid rgba(212,175,55,.15);border-radius:8px;padding:2.5rem 2rem;transition:all .4s ease;position:relative;overflow:hidden}.value-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(212,175,55,.05) 0%,transparent 70%);opacity:0;transition:opacity .4s ease}.value-card:hover:before{opacity:1}.value-card:hover{transform:translateY(-8px);border-color:#d4af3766;box-shadow:0 12px 40px #d4af3726}.value-icon{width:60px;height:60px;margin:0 auto 1.5rem;color:var(--gold);transition:all .4s ease}.value-card:hover .value-icon{transform:scale(1.15);color:var(--gold-light)}.value-icon svg{width:100%;height:100%}.value-card h4{font-size:clamp(1.25rem,2.5vw,1.5rem);color:var(--white);margin-bottom:1rem;font-weight:600}.value-card p{color:var(--text-muted);line-height:1.8;font-size:clamp(.95rem,1.8vw,1.05rem);margin:0}@media(max-width:968px){.about-content{grid-template-columns:1fr;gap:3rem}.compass-needle{right:20px;width:80px;height:80px}}@media(max-width:768px){.about{padding:4rem 0}.values-section{margin-top:3rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}.compass-needle{display:none}}@media(max-width:480px){.about{padding:3rem 0}.ledger-page{padding:2rem 1.5rem}.ledger-header{font-size:1.25rem}.value-card{padding:2rem 1.5rem}}.contact{position:relative;padding:6rem 0;background:linear-gradient(180deg,var(--navy-medium) 0%,var(--navy-blue) 100%);overflow:hidden}.contact:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(212,175,55,.03) 49px,rgba(212,175,55,.03) 50px);pointer-events:none}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2.5rem}.brass-plaque{background:linear-gradient(135deg,#b48c2d26,#d4af371a);border:3px solid var(--gold);border-radius:8px;padding:3rem 2.5rem;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a,inset 0 -1px #0000004d;position:relative;overflow:hidden}.brass-plaque:before{content:"";position:absolute;inset:10px;border:1px solid rgba(212,175,55,.3);border-radius:4px;pointer-events:none}.plaque-header{text-align:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(212,175,55,.3)}.ship-wheel-small{width:60px;height:60px;margin:0 auto 1rem;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23d4af37' fill='none' stroke-width='3'%3E%3Ccircle cx='50' cy='50' r='20' stroke-width='4'/%3E%3Ccircle cx='50' cy='50' r='8' fill='%23d4af37'/%3E%3Cline x1='50' y1='20' x2='50' y2='0' stroke-width='4'/%3E%3Cline x1='50' y1='80' x2='50' y2='100' stroke-width='4'/%3E%3Cline x1='20' y1='50' x2='0' y2='50' stroke-width='4'/%3E%3Cline x1='80' y1='50' x2='100' y2='50' stroke-width='4'/%3E%3Cline x1='64.14' y1='64.14' x2='77.78' y2='77.78' stroke-width='3'/%3E%3Cline x1='35.86' y1='35.86' x2='22.22' y2='22.22' stroke-width='3'/%3E%3Cline x1='64.14' y1='35.86' x2='77.78' y2='22.22' stroke-width='3'/%3E%3Cline x1='35.86' y1='64.14' x2='22.22' y2='77.78' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.9}.plaque-header h3{font-size:clamp(1.5rem,3vw,1.75rem);color:var(--gold);margin:0;letter-spacing:.1em;font-weight:700}.plaque-content{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;gap:1.5rem;align-items:start}.info-icon{width:40px;height:40px;color:var(--gold);flex-shrink:0}.info-icon svg{width:100%;height:100%}.info-text{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.875rem;color:var(--gold-light);text-transform:uppercase;letter-spacing:.1em;font-weight:600}.info-value{font-size:clamp(1rem,2vw,1.125rem);color:var(--text-light);line-height:1.6}.email-link{color:var(--gold);text-decoration:none;transition:all .3s ease;position:relative}.email-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--gold-light);transition:width .3s ease}.email-link:hover{color:var(--gold-light)}.email-link:hover:after{width:100%}.plaque-footer{margin-top:2rem;padding-top:1.5rem;border-top:2px solid rgba(212,175,55,.3);text-align:center}.anchor-decoration{width:40px;height:40px;margin:0 auto;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23d4af37' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2v8M12 10a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0v-6a4 4 0 0 1 4-4z' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='8' y1='14' x2='16' y2='14' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.8}.office-hours{background:#15223880;border:1px solid rgba(212,175,55,.2);border-radius:8px;padding:2rem}.office-hours h4{font-size:clamp(1.25rem,2.5vw,1.5rem);color:var(--gold);margin-bottom:1.5rem;text-align:center}.hours-list{display:flex;flex-direction:column;gap:1rem}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff05;border-radius:4px;transition:all .3s ease}.hours-item:hover{background:#d4af370d}.hours-item .day{color:var(--text-light);font-weight:600}.hours-item .time{color:var(--gold-light);font-weight:600}.contact-visual{position:relative;display:flex;align-items:center;justify-content:center}.nautical-chart{position:relative;width:100%;max-width:500px;aspect-ratio:1;background:linear-gradient(135deg,#152238cc,#1e3a5fcc);border:2px solid rgba(212,175,55,.3);border-radius:8px;padding:3rem;box-shadow:0 20px 60px #0006;overflow:hidden}.chart-compass{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.compass-ring{position:absolute;width:90%;height:90%;border:1px solid rgba(212,175,55,.2);border-radius:50%}.compass-star{width:80%;height:80%;animation:rotate-slow 40s linear infinite}.compass-star svg{width:100%;height:100%}.chart-lines{position:absolute;inset:0;pointer-events:none}.lat-line,.lon-line{position:absolute;background:#d4af371a}.lat-line{left:0;right:0;height:1px}.lat-line:nth-child(1){top:25%}.lat-line:nth-child(2){top:50%}.lat-line:nth-child(3){top:75%}.lon-line{top:0;bottom:0;width:1px}.lon-line:nth-child(4){left:25%}.lon-line:nth-child(5){left:50%}.lon-line:nth-child(6){left:75%}.location-marker{position:absolute;top:45%;right:30%;animation:pulse-marker 2s ease-in-out infinite}.marker-pin{width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23d4af37' stroke='%23d4af37' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='3' fill='%230a1628' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;margin:0 auto}.marker-label{margin-top:.5rem;font-size:.875rem;color:var(--gold);font-weight:600;white-space:nowrap;text-shadow:0 2px 8px rgba(0,0,0,.8)}@keyframes pulse-marker{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media(max-width:968px){.contact-content{grid-template-columns:1fr;gap:3rem}.nautical-chart{max-width:400px;margin:0 auto}}@media(max-width:768px){.contact{padding:4rem 0}.brass-plaque{padding:2rem 1.5rem}.info-item{flex-direction:column;gap:1rem}.nautical-chart{max-width:100%;padding:2rem}}@media(max-width:480px){.contact{padding:3rem 0}.brass-plaque{padding:1.5rem 1rem}.office-hours{padding:1.5rem}.hours-item{flex-direction:column;gap:.5rem;text-align:center}}.footer{position:relative;background:linear-gradient(180deg,var(--navy-blue) 0%,var(--navy-deep) 100%);padding:4rem 0 2rem;overflow:hidden}.footer-wave{position:absolute;top:0;left:0;right:0;height:80px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,40 Q150,10 300,40 T600,40 T900,40 T1200,40 L1200,0 L0,0 Z' fill='%231e3a5f' opacity='0.5'/%3E%3C/svg%3E");background-size:cover;background-position:top}.footer-content{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;margin-bottom:3rem;padding-top:2rem}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:1.25rem}.logo-wheel{width:60px;height:60px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23d4af37' fill='none' stroke-width='3'%3E%3Ccircle cx='50' cy='50' r='20' stroke-width='4'/%3E%3Ccircle cx='50' cy='50' r='8' fill='%23d4af37'/%3E%3Cline x1='50' y1='20' x2='50' y2='0' stroke-width='4'/%3E%3Cline x1='50' y1='80' x2='50' y2='100' stroke-width='4'/%3E%3Cline x1='20' y1='50' x2='0' y2='50' stroke-width='4'/%3E%3Cline x1='80' y1='50' x2='100' y2='50' stroke-width='4'/%3E%3Cline x1='64.14' y1='64.14' x2='77.78' y2='77.78' stroke-width='3'/%3E%3Cline x1='35.86' y1='35.86' x2='22.22' y2='22.22' stroke-width='3'/%3E%3Cline x1='64.14' y1='35.86' x2='77.78' y2='22.22' stroke-width='3'/%3E%3Cline x1='35.86' y1='64.14' x2='22.22' y2='77.78' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.9;animation:rotate-gentle 30s ease-in-out infinite alternate}.footer-logo h3{font-size:clamp(1.5rem,3vw,1.75rem);color:var(--white);margin:0;letter-spacing:.08em;line-height:1.3;font-weight:700}.footer-logo h3 span{color:var(--gold);font-size:clamp(1.25rem,2.5vw,1.5rem)}.footer-tagline{color:var(--text-muted);line-height:1.7;font-size:clamp(.95rem,1.8vw,1.05rem);max-width:400px;margin:0}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.footer-column h4{font-size:clamp(1.125rem,2.2vw,1.25rem);color:var(--gold);margin-bottom:1.25rem;font-weight:600}.footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-column ul li{color:var(--text-muted);font-size:clamp(.95rem,1.8vw,1.05rem);line-height:1.6}.footer-column ul li a{color:var(--text-muted);text-decoration:none;transition:all .3s ease;display:inline-block;position:relative}.footer-column ul li a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.footer-column ul li a:hover{color:var(--gold);transform:translate(4px)}.footer-column ul li a:hover:after{width:100%}.footer-bottom{padding-top:2rem}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,55,.3),transparent);margin-bottom:2rem}.copyright{text-align:center;color:var(--text-muted);font-size:clamp(.875rem,1.7vw,.95rem);margin:0;letter-spacing:.03em}.footer-anchor{position:absolute;bottom:20px;right:40px;width:60px;height:60px;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23d4af37' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2v8M12 10a4 4 0 0 1 4 4v6a4 4 0 0 1-8 0v-6a4 4 0 0 1 4-4z' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='8' y1='14' x2='16' y2='14' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;pointer-events:none}@media(max-width:968px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-anchor{width:40px;height:40px;right:20px;bottom:10px}}@media(max-width:480px){.footer{padding:2rem 0 1rem}.footer-logo{flex-direction:column;align-items:flex-start;gap:1rem}.logo-wheel{width:50px;height:50px}.footer-bottom{padding-top:1.5rem}}.app{width:100%;overflow-x:hidden}
