/* AKMBD Website — content data
   Project portfolio carries over from the legacy Fenner Construction work.
   Imagery is intentionally placeholdered — drop hi-res photography into the
   `gallery` slots later. Copy follows the brand voice (plain, process-oriented). */

const AKM_PROJECTS = [
  {
    id:'med-pasadena', title:'Mediterranean Estate', place:'Pasadena, CA', cat:'Residential',
    year:'2019', scope:'Design · Build', size:'7,400 sf', services:['Architecture & Design','General Contracting','Project Management'],
    img:'med-pasadena', gallery:['med-pasadena-4','med-pasadena-2','med-pasadena-5','med-pasadena-3'],
    blurb:'A custom Mediterranean residence carried from first sketch to final walkthrough, with beauty, functionality, and value engineering under one roof.',
    overview:[
      'A ground-up custom residence set into a gently sloping Pasadena lot, designed and built entirely in-house. The brief asked for a home that reads as established and quiet from the street while opening generously to the garden behind.',
      'Working as a single team across design and construction let us protect the original intent through every value-engineering decision. The plaster detail, the tile thresholds, the rhythm of the arched openings all survived from the first sketch to the keys.',
    ],
    galleryCount:4,
  },
  {
    id:'spanish-fullerton', title:'Spanish Revival', place:'Fullerton Hills, CA', cat:'Residential',
    year:'2020', scope:'New Construction', size:'5,900 sf', services:['Architecture & Design','Pre-Construction','General Contracting'],
    img:'spanish-fullerton', gallery:['spanish-fullerton-2','spanish-fullerton-3','spanish-fullerton-4'],
    blurb:'Ground-up new construction on a hillside lot, blending traditional Spanish Revival massing with modern systems.',
    overview:[
      'A new hillside home engineered for its grade, with the massing stepped to follow the slope rather than fight it. Traditional Spanish Revival proportions sit over a fully modern structural and mechanical core.',
      'Pre-construction modeling let us forecast the foundation and grading scope precisely, so the project broke ground with a budget the client could trust.',
    ],
    galleryCount:3,
  },
  {
    id:'med-santamonica', title:'Coastal Remodel', place:'Santa Monica, CA', cat:'Residential',
    year:'2018', scope:'Remodel', size:'3,200 sf', services:['Design','General Contracting'],
    img:'med-santamonica', gallery:[],
    blurb:'A full custom remodel transforming a tired floor plan into a healthy, sophisticated home for daily living.',
    overview:[
      'A complete interior remodel that reorganized a dated, compartmented plan into a light, connected home suited to coastal daily living. Existing structure was preserved where it earned its place and quietly upgraded everywhere else.',
      'The result is calm and sophisticated, a home that feels considered rather than renovated.',
    ],
    galleryCount:3,
  },
  {
    id:'spanish-glendale', title:'Hillside Residence', place:'Glendale, CA', cat:'Residential',
    year:'2021', scope:'Design · Build', size:'4,600 sf', services:['Architecture & Design','General Contracting'],
    img:'spanish-glendale', gallery:[],
    blurb:'A two-level hillside home engineered for its grade, delivered on time and on budget.',
    overview:[
      'A two-level residence shaped by its hillside parcel, with living spaces lifted to capture the view and a tucked lower level handling the program below.',
      'Delivered on time and on budget through close coordination of the design and build teams from day one.',
    ],
    galleryCount:3,
  },
  {
    id:'modern-southpas', title:'Commercial Modern', place:'South Pasadena, CA', cat:'Commercial',
    year:'2017', scope:'Tenant Improvement', size:'11,000 sf', services:['Pre-Construction','General Contracting','Project Management'],
    img:'modern-southpas', gallery:['modern-southpas-3','modern-southpas-4','modern-southpas-2'],
    blurb:'A street-front commercial building reworked from a gutted shell into a clean, modern workplace.',
    overview:[
      'A street-front commercial building taken from a gutted shell to a clean, modern workplace. Scope spanned structural, envelope, and full interior build-out under a single contract.',
      'Tight site logistics on an active commercial corridor were managed through detailed scheduling and material coordination.',
    ],
    galleryCount:3,
  },
  {
    id:'zoo-birdshow', title:'Bird Show & Caging Facility', place:'Greater L.A. Zoo', cat:'Commercial',
    year:'2016', scope:'Specialty Build', size:'Institutional', services:['Pre-Construction','General Contracting','Specialty Coordination'],
    img:'zoo-birdshow', gallery:['zoo-birdshow-3','zoo-birdshow-2','zoo-birdshow-5','zoo-birdshow-4'],
    blurb:'A specialty institutional facility, one of several builds completed for the Greater Los Angeles Zoo.',
    overview:[
      'A purpose-built bird show and caging facility, one of a suite of institutional projects delivered for the Greater Los Angeles Zoo. The work demanded close coordination with specialty consultants and strict adherence to institutional standards.',
      'Complexity here is in the requirements, not the finishes: animal welfare, public safety, and operational durability drove every decision.',
    ],
    galleryCount:4,
  },
];

const AKM_FEATURED = ['med-pasadena','spanish-fullerton','modern-southpas','med-santamonica','zoo-birdshow','spanish-glendale'];

const AKM_SERVICES = [
  { n:'01', t:'Design', d:'All types of architecture and design. Our goals are beauty, functionality, and value engineering: a beautiful project on paper that saves you money and time.' },
  { n:'02', t:'Build', d:'Let us manage your team, or bring our own to get your property built. We have handled preconstruction, project management, and general contracting for decades.' },
  { n:'03', t:'Consulting', d:'A second opinion, expert advice grounded in decades of experience, or someone to represent your interests at the table. We would love to talk through how we can help.' },
  { n:'04', t:'Project Management', d:'As project coordinator we manage planning, design, and construction: subcontractor verification, contract awarding, procurement, scheduling, and budgetary cost analysis.' },
  { n:'05', t:'Preconstruction', d:'A proven process: project bidding, budgeting and payment forecasting, scheduling, material coordination, and review of all subcontractors and vendors.' },
  { n:'06', t:'Green & Sustainable', d:'Early planning to minimize the ecological footprint and improve energy efficiency, managing toward LEED at the lowest possible cost and best life-cycle performance.' },
];

const AKM_STATS = [
  { v:'1', l:'Team, Sketch to Walkthrough' },
  { v:'2', l:'Licenses: General & Electrical' },
  { v:'30', l:'Years Building, Designing, Consulting' },
];

window.AKM_PROJECTS = AKM_PROJECTS;
window.AKM_FEATURED = AKM_FEATURED;
window.AKM_SERVICES = AKM_SERVICES;
window.AKM_STATS = AKM_STATS;
