/* ─── HERO ─── */
#hero { position: relative; height: 100vh; min-height: 640px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--green-deep); }
.hero-photo { position: absolute; inset: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; animation: heroZoom 18s ease forwards; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero-scrim { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 80% 60%, rgba(22,48,44,0.35) 0%, transparent 65%), linear-gradient(160deg, rgba(10,26,22,0.82) 0%, rgba(22,48,44,0.7) 45%, rgba(28,55,48,0.78) 100%); }
.hero-lines { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-lines svg { position: absolute; opacity: 0.08; }
.hero-lines svg.left { left: -60px; top: 8%; width: 420px; }
.hero-lines svg.right { right: -40px; bottom: 4%; width: 380px; transform: scaleX(-1); }
.hero-grain { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E"); opacity: 0.04; }
.hero-content { position: relative; z-index: 2; text-align: center; padding: 0 2rem; max-width: 920px; }
@keyframes heroFadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.hero-eyebrow { display: inline-block; font-size: 0.95rem; font-weight: 400; letter-spacing: 0.36em; text-transform: uppercase; color: var(--sand); margin-bottom: 1.8rem; opacity: 0; animation: heroFadeUp 1s 0.2s ease both; }
.hero-eyebrow span { margin: 0 0.6em; opacity: 0.5; }
.hero-h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3.2rem, 8vw, 7rem); font-weight: 300; line-height: 1.04; color: var(--cream); letter-spacing: -0.01em; opacity: 0; animation: heroFadeUp 1s 0.4s ease both; }
.hero-h1 em { font-style: italic; color: var(--sand); }
.hero-sub { margin: 2rem auto 0; font-size: 1.05rem; font-weight: 300; letter-spacing: 0.12em; color: rgba(242,236,225,0.78); max-width: 600px; line-height: 1.8; opacity: 0; animation: heroFadeUp 1s 0.6s ease both; }
.hero-actions { margin-top: 3rem; display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; opacity: 0; animation: heroFadeUp 1s 0.8s ease both; }
.btn-primary { padding: 0.85rem 2.4rem; background: var(--sand); color: var(--green-deep); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; transition: background 0.25s, transform 0.2s; }
.btn-primary:hover { background: var(--cream); transform: translateY(-1px); }
.btn-outline { padding: 0.85rem 2.4rem; border: 1px solid rgba(242,236,225,0.45); color: var(--cream); font-size: 0.7rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; transition: border-color 0.25s, background 0.25s; }
.btn-outline:hover { border-color: var(--sand); background: rgba(191,157,92,0.12); }
.hero-scroll { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.5rem; opacity: 0; animation: heroFadeUp 1s 1.2s ease both; z-index: 2; }
.hero-scroll span { font-size: 0.55rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(191,157,92,0.8); }
.scroll-line { width: 1px; height: 40px; background: var(--sand); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { opacity: 0.3; transform: scaleY(0.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* ─── STRIP ─── */
.strip { background: var(--sand); padding: 1rem 3rem; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.strip-inner { display: flex; gap: 3rem; white-space: nowrap; font-size: 0.62rem; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--green-deep); }
.strip-inner span { opacity: 0.5; }

/* ─── SECTION SHARED ─── */
section { padding: 7rem 3rem; }
.section-label { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.34em; text-transform: uppercase; color: var(--sand); display: flex; align-items: center; gap: 0.8rem; margin-bottom: 2rem; }
.section-label::after { content: ''; flex: 0 0 40px; height: 1px; background: var(--sand); opacity: 0.5; }
h2.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 300; line-height: 1.1; color: var(--green-deep); }
h2.section-title em { font-style: italic; }
h2.section-title.light { color: var(--cream); }

/* ─── INTRO ─── */
#intro { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; padding: 8rem 6rem; }
.intro-text p { font-size: 1.05rem; font-weight: 300; line-height: 1.85; color: var(--charcoal); opacity: 0.82; margin-top: 1.8rem; }
.intro-text .intro-quote { margin-top: 2.4rem; padding-left: 1.6rem; border-left: 2px solid var(--sand); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.35rem; font-weight: 300; line-height: 1.5; color: var(--green-mid); }
.intro-visual { position: relative; }
.intro-card { background: var(--green-deep); padding: 3.5rem; position: relative; overflow: hidden; }
.intro-card::before { content: ''; position: absolute; top: -40px; right: -40px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(74,128,113,0.3) 0%, transparent 70%); }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 300; line-height: 1; color: var(--sand); }
.stat-label { font-size: 0.65rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,236,225,0.55); margin-top: 0.4rem; }
.intro-badge { position: absolute; bottom: -1.5rem; right: 2rem; background: var(--sand); padding: 1.2rem 1.8rem; font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-deep); white-space: nowrap; }

/* ─── SERVICES ─── */
#services { background: var(--green-deep); padding: 5rem 6rem; }
#services .section-label { color: var(--sand); }
.services-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; flex-wrap: wrap; gap: 2rem; }
.services-header p { max-width: 380px; font-size: 1.05rem; font-weight: 300; line-height: 1.8; color: rgba(242,236,225,0.72); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; background: transparent; }
.service-card { background: rgba(242,236,225,0.13); border: 1px solid rgba(191,157,92,0.35); padding: 2rem 1.8rem; transition: background 0.3s, border-color 0.3s, transform 0.3s; position: relative; overflow: hidden; }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; height: 2px; width: 0; background: var(--sand); transition: width 0.4s ease; }
.service-card:hover { background: rgba(242,236,225,0.2); border-color: rgba(191,157,92,0.7); transform: translateY(-3px); }
.service-card:hover::after { width: 100%; }
.service-name { display: flex; align-items: center; gap: 0.8rem; font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 400; color: var(--cream); line-height: 1.2; margin: 0 0 0.9rem; }
.service-name .service-icon { width: 28px; height: 28px; margin: 0; opacity: 0.9; flex-shrink: 0; }
.service-desc { font-size: 0.95rem; font-weight: 300; line-height: 1.75; color: rgba(242,236,225,0.72); }

/* ─── PORTFOLIO ─── */
#portfolio { background: var(--white); padding: 8rem 6rem; }
.portfolio-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; flex-wrap: wrap; gap: 2rem; }
.portfolio-header a { font-size: 0.65rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-mid); text-decoration: none; border-bottom: 1px solid var(--green-light); padding-bottom: 2px; transition: color 0.2s; }
.portfolio-header a:hover { color: var(--sand); border-color: var(--sand); }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.2rem; }
.p-card { overflow: hidden; position: relative; cursor: pointer; background: var(--cream-dark); display: block; text-decoration: none; color: inherit; }
.p-card:hover .p-overlay { opacity: 1; }
.p-card:hover .p-thumb { transform: scale(1.05); }
.p-thumb { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.7s ease; }
.p-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,48,44,0.85) 0%, rgba(22,48,44,0.1) 45%, transparent 70%); opacity: 1; display: flex; align-items: flex-end; padding: 2rem; }
.p-info { color: var(--cream); }
.p-cat { font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--sand); margin-bottom: 0.4rem; }
.p-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 400; line-height: 1.2; }
.p-card { grid-column: span 4; height: 280px; }
.p-card:nth-child(1), .p-card:nth-child(2) { grid-column: span 6; height: 360px; }

/* ─── ABOUT (homepage preview) ─── */
#about { background: var(--cream); padding: 8rem 6rem; display: grid; grid-template-columns: 1fr 1.2fr; gap: 6rem; align-items: center; }
.about-visual { position: relative; }
.about-img-wrap { position: relative; min-height: 520px; overflow: hidden; }
.about-img-wrap img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.about-accent { position: absolute; bottom: -1.5rem; left: -1.5rem; width: 80px; height: 80px; background: var(--sand); z-index: 2; }
.about-accent-2 { position: absolute; top: -1rem; right: -1rem; width: 120px; height: 4px; background: var(--green-light); z-index: 2; }
.about-text h2 { margin-bottom: 2rem; }
.about-text p { font-size: 0.92rem; font-weight: 300; line-height: 1.9; color: var(--charcoal); opacity: 0.8; margin-bottom: 1.4rem; }
.about-link { display: inline-block; margin-top: 2.2rem; font-family: 'Jost', sans-serif; font-size: 0.72rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-mid); border-bottom: 1px solid var(--sand); padding-bottom: 4px; transition: color 0.25s, border-color 0.25s; }
.about-link:hover { color: var(--sand); }

/* ─── PROCESS ─── */
#process { background: var(--green-deep); padding: 5rem 6rem; }
#process .section-label { color: var(--sand); }
#process h2 { margin-bottom: 3rem; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.step { background: rgba(242,236,225,0.13); border: 1px solid rgba(191,157,92,0.35); padding: 2rem 1.8rem; transition: background 0.3s, border-color 0.3s, transform 0.3s; position: relative; overflow: hidden; }
.step::after { content: ''; position: absolute; bottom: 0; left: 0; height: 2px; width: 0; background: var(--sand); transition: width 0.4s ease; }
.step:hover { background: rgba(242,236,225,0.2); border-color: rgba(191,157,92,0.7); transform: translateY(-3px); }
.step:hover::after { width: 100%; }
.step-num { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 300; color: rgba(191,157,92,0.55); line-height: 1; margin-bottom: 1rem; }
.step-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--cream); margin-bottom: 0.8rem; }
.step-desc { font-size: 0.95rem; font-weight: 300; line-height: 1.75; color: rgba(242,236,225,0.72); }

/* ─── AWARDS ─── */
#awards { background: var(--cream-dark); padding: 5rem 6rem; }
.awards-inner { display: flex; align-items: center; gap: 5rem; flex-wrap: wrap; }
.awards-label { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--green-mid); white-space: nowrap; }
.awards-list { display: flex; gap: 3rem; flex-wrap: wrap; list-style: none; }
.award-item { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 400; font-style: italic; color: var(--green-deep); opacity: 0.75; }

/* ─── CONTACT ─── */
#contact { background: var(--green-deep); padding: 8rem 6rem; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
#contact .section-label { color: var(--sand); }
#contact h2 { margin-bottom: 2rem; }
#contact .contact-text { font-size: 1.05rem; font-weight: 300; line-height: 1.85; color: rgba(242,236,225,0.72); max-width: 420px; }
.contact-details { margin-top: 3rem; display: flex; flex-direction: column; gap: 1.3rem; }
.cd-label { font-size: 0.78rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--sand); margin-bottom: 0.4rem; opacity: 0.8; }
.cd-value { font-size: 0.88rem; font-weight: 300; color: var(--cream); line-height: 1.6; }
.cd-value a { color: var(--cream); text-decoration: none; transition: color 0.2s; }
.cd-value a:hover { color: var(--sand); }
.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-field { display: flex; flex-direction: column; gap: 0.5rem; }
.form-field label { font-size: 0.58rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--sand); opacity: 0.7; }
.form-field input, .form-field select, .form-field textarea { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: var(--cream); font-family: 'Jost', sans-serif; font-size: 0.82rem; font-weight: 300; padding: 0.85rem 1rem; outline: none; transition: border-color 0.2s; resize: none; appearance: none; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(242,236,225,0.25); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--sand); }
.form-field select option { background: var(--green-deep); color: var(--cream); }
.btn-submit { align-self: flex-start; padding: 0.9rem 2.6rem; background: var(--sand); color: var(--green-deep); font-family: 'Jost', sans-serif; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; border: none; cursor: pointer; transition: background 0.25s, transform 0.2s; margin-top: 0.5rem; }
.btn-submit:hover { background: var(--cream); transform: translateY(-1px); }
.form-status { font-size: 0.78rem; color: var(--sand); display: none; margin-top: 0.4rem; }

/* ─── FOOTER (homepage override) ─── */
footer { padding: 3rem 6rem; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  #intro, #about, #contact { grid-template-columns: 1fr; gap: 4rem; padding: 6rem 4rem; }
  #services, #portfolio, #process { padding: 6rem 4rem; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .p-card { grid-column: auto !important; grid-row: auto !important; height: 260px !important; }
}
@media (max-width: 768px) {
  #intro, #about, #contact, #services, #portfolio, #process, #awards { padding: 5rem 1.5rem; }
  #intro, #about, #contact { gap: 3rem; }
  .services-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .awards-inner { flex-direction: column; gap: 2rem; align-items: flex-start; }
  .strip-inner { gap: 1.5rem; font-size: 0.55rem; }
  .intro-card { padding: 2rem; }
  .stat-num { font-size: 2.5rem; }
  .about-img-wrap, .about-img-wrap img { min-height: 380px; }
}

/* ─── REVEAL ─── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-delay-2 { transition-delay: 0.3s; }
.reveal-delay-3 { transition-delay: 0.45s; }
