*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root { --navy: #0d161c; --blue: #234c60; --mid: #2d738e; --accent: #53a2be; --light: #f4f7f9; --white: #ffffff; --text: #0d161c; --muted: #5a7080; --border: #dce6ec; }
    html { scroll-behavior: smooth; overflow-x: hidden; }
    body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
    nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 3rem; height: 72px; background: rgba(13,22,28,0.96); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,0.06); }
    .nav-logo { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
    .nav-logo-text { font-family: 'Nunito', sans-serif; font-size: 1.15rem; font-weight: 800; color: white; }
    .nav-links { display: flex; gap: 2.5rem; list-style: none; }
    .nav-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.82rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; }
    .nav-links a:hover { color: white; }
    .nav-contact { color: white !important; background: var(--accent); padding: 0.5rem 1.25rem; border-radius: 3px; }
    .nav-contact:hover { background: var(--mid) !important; }
    .hero { height: 70vh; min-height: 480px; position: relative; display: flex; align-items: flex-end; padding: 4rem 3rem; background: url('images/projects/hanmer/hanmer-photo-1.jpg') center/cover no-repeat; }
    .hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,22,28,0.92) 0%, rgba(13,22,28,0.3) 60%, transparent 100%); }
    .hero-content { position: relative; z-index: 1; max-width: 800px; }
    .back-link { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.6); text-decoration: none; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1.25rem; transition: color 0.2s; }
    .back-link:hover { color: white; }
    .back-link svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.5; }
    .eyebrow { display: block; font-size: 0.73rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 0.75rem; }
    .hero h1 { font-size: clamp(1.75rem, 3.5vw, 3rem); font-weight: 800; color: white; line-height: 1.1; letter-spacing: -0.5px; }
    .meta-bar { background: var(--navy); padding: 1.75rem 3rem; }
    .meta-inner { max-width: 900px; margin: 0 auto; display: flex; gap: 3rem; flex-wrap: wrap; }
    .meta-item { }
    .meta-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--accent); margin-bottom: 0.3rem; }
    .meta-value { font-size: 0.9rem; color: white; font-weight: 500; }
    .content { max-width: 900px; margin: 0 auto; padding: 5rem 3rem; }
    .content h2 { font-size: 1.5rem; font-weight: 800; color: var(--navy); margin-bottom: 1rem; letter-spacing: -0.3px; }
    .content p { font-size: 1rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.5rem; }
    .placeholder-block { background: var(--light); border: 2px dashed var(--border); border-radius: 4px; padding: 2rem; margin-bottom: 1.5rem; color: var(--muted); font-size: 0.9rem; font-style: italic; }
    .photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 3rem 0; }
    .photo-slot { aspect-ratio: 4/3; position: relative; background: var(--light); border: 2px dashed var(--border); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 0.82rem; font-style: italic; overflow: hidden; }
    .photo-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
    .photo-slot.has-photo { border: none; background: var(--navy); }
    .divider { border: none; border-top: 1px solid var(--border); margin: 3rem 0; }
    .band { padding: 5rem 3rem; background: linear-gradient(to right, rgba(13,22,28,0.93), rgba(13,22,28,0.82)), url('images/projects/hanmer/hanmer-photo-1.jpg') center/cover; }
    .band-content { max-width: 900px; margin: 0 auto; }
    .band h2 { font-size: 2rem; font-weight: 800; color: white; margin-bottom: 1rem; }
    .band p { font-size: 1rem; color: rgba(255,255,255,0.65); margin-bottom: 2rem; }
    .btn { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.95rem 2.25rem; border-radius: 3px; font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: all 0.2s; }
    .btn-primary { background: var(--accent); color: white; }
    .btn-primary:hover { background: var(--mid); transform: translateY(-2px); }
    footer { background: #080f14; padding: 1.75rem 3rem; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.05); flex-wrap: wrap; gap: 1rem; }
    footer p { font-size: 0.78rem; color: rgba(255,255,255,0.55); }
    footer a { color: var(--accent); text-decoration: none; }
    footer p a { text-decoration: underline; }
    .footer-links a { font-size: 0.78rem; color: rgba(255,255,255,0.55); text-decoration: none; margin-left: 1.5rem; transition: color 0.2s; }
    .footer-links a:hover { color: white; }
    .nav-hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
    .nav-hamburger span { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
    .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-hamburger.open span:nth-child(2) { opacity: 0; }
    .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .mobile-nav { display: none; position: fixed; inset: 0; z-index: 150; background: rgba(13,22,28,0.98); flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; }
    .mobile-nav.open { display: flex; }
    .mobile-nav a { color: white; text-decoration: none; font-size: 1.5rem; font-weight: 700; transition: color 0.2s; }
    .mobile-nav a:hover { color: var(--accent); }
    .mobile-nav .mobile-contact { background: var(--accent); padding: 0.75rem 2.5rem; border-radius: 3px; }
    @media (max-width: 768px) { .nav-links { display: none; } .nav-hamburger { display: flex; } nav { padding: 0 1.25rem; } .hero { padding: 4rem 1.25rem 2.5rem; } .meta-bar { padding: 1.5rem 1.25rem; } .meta-inner { gap: 1.5rem; } .content { padding: 3rem 1.25rem; } .photo-grid { grid-template-columns: 1fr 1fr; } .band { padding: 3rem 1.25rem; } footer { padding: 1.5rem 1.25rem; flex-direction: column; } .footer-links a { margin-left: 0; margin-right: 1rem; } }
   .testimonial { background: var(--navy); border-radius: 4px; padding: 2rem 2.5rem; margin: 3rem 0 0; position: relative; } .testimonial::before { content: '\201C'; font-size: 5rem; color: var(--accent); position: absolute; top: -0.5rem; left: 1.5rem; line-height: 1; font-family: Georgia, serif; } .testimonial blockquote { font-size: 1rem; color: rgba(255,255,255,0.85); line-height: 1.75; margin: 0; padding-top: 1.5rem; font-style: italic; } .testimonial cite { display: block; margin-top: 1rem; font-size: 0.82rem; font-weight: 600; color: var(--accent); font-style: normal; letter-spacing: 0.3px; }    .testimonial-block { border-left: 3px solid var(--accent); padding: 1.5rem 2rem; margin: 0; background: var(--light); border-radius: 0 4px 4px 0; }
    .t-quote { font-size: 1.05rem; font-style: italic; color: var(--navy); line-height: 1.75; margin-bottom: 0.75rem; }
    .t-cite { font-size: 0.85rem; font-weight: 600; color: var(--mid); }

/* extracted inline styles */
.gen-c5df5467 { position: absolute !important; left: -9999px !important; top: 0 !important; z-index: 9999 !important; padding: 0.5rem 1rem !important; background: #53a2be !important; color: white !important; font-weight: 600 !important; border-radius: 0 0 4px 0 !important; text-decoration: none !important; } .skip-link:focus { left: 0 !important; }
.gen-f38a951c { flex-shrink: 0 !important; }
.gen-640610f0 { font-size: 0.55em !important; font-weight: 700 !important; margin-left: 2px !important; vertical-align: super !important; }
.gen-f412e9cb { padding-top: 0 !important; display: none !important; }
