@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap');

:root{
  --forest:#23352c;
  --deep:#18251f;
  --moss:#405646;
  --brown:#6c4b3b;
  --camel:#b19370;
  --beige:#e8decb;
  --cream:#f6f1e7;
  --ink:#20241f;
  --soft:#73766f;
  --white:#fffdf8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.65}
img{display:block;width:100%}
a{text-decoration:none;color:inherit}
.header{
  position:fixed;inset:0 0 auto 0;z-index:20;
  height:112px;padding:12px 5vw;
  display:flex;align-items:center;justify-content:space-between;
  transition:.3s ease;
  background:rgba(246,241,231,.97);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 1px 0 rgba(35,53,44,.13);
}
.header.scrolled{height:86px;background:rgba(246,241,231,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 0 rgba(35,53,44,.13)}
.logo img{width:330px;max-height:88px;object-fit:contain}
.header nav{display:flex;gap:30px}
.header nav a{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--forest)}
.header.scrolled nav a{color:var(--forest)}
.menu{display:none;background:none;border:0;font-size:28px;color:var(--forest)}

.hero{
  position:relative;min-height:100vh;
  background:url("assets/snake.jpeg") center 58%/cover no-repeat;
  display:flex;align-items:flex-end;padding:0 7vw 10vh;color:var(--white)
}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,23,18,.78) 0%,rgba(15,23,18,.48) 42%,rgba(15,23,18,.06) 70%),linear-gradient(0deg,rgba(15,23,18,.5),transparent 45%)}
.hero-copy{position:relative;z-index:2;max-width:770px}
.kicker{font-size:11px;letter-spacing:.23em;text-transform:uppercase;margin:0 0 14px;font-weight:500}
.kicker.dark{color:var(--brown)}
h1,h2,h3{font-family:"Cormorant Garamond",serif;font-weight:500;line-height:.96;margin:0}
h1{font-size:clamp(66px,9vw,128px);letter-spacing:-.03em}
h1 em{font-weight:400}
h2{font-size:clamp(48px,6.5vw,82px);letter-spacing:-.02em}
.lede{max-width:610px;font-size:18px;color:rgba(255,255,255,.82);margin:26px 0 32px}
.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.btn{display:inline-block;padding:14px 22px;border-radius:999px;background:var(--forest);color:white;text-transform:uppercase;letter-spacing:.14em;font-size:11px}
.btn.light{background:var(--beige);color:var(--forest)}
.ghost-link{font-size:12px;letter-spacing:.1em;text-transform:uppercase}
.hero-credit{position:absolute;right:28px;bottom:24px;z-index:2;font-size:10px;letter-spacing:.16em;text-transform:uppercase;opacity:.6;writing-mode:vertical-rl}

.section{padding:110px 7vw}
.intro{display:grid;grid-template-columns:120px minmax(0,830px);justify-content:center;gap:40px;background:var(--beige)}
.intro-number{font-family:"Cormorant Garamond",serif;font-size:76px;color:var(--camel);line-height:1}
.intro-text h2{margin-bottom:26px}
.intro-text>p:last-child{font-size:17px;color:#5f625c;max-width:700px}

.portfolio{background:var(--cream)}
.section-title{margin-bottom:55px}
.portfolio-intro{max-width:680px;color:#676a64;margin-top:18px}
.featured-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:230px;gap:18px}
.tile{position:relative;overflow:hidden;margin:0;background:var(--forest);min-height:230px}
.tile img{height:100%;object-fit:cover;transition:transform .8s ease,filter .5s ease}
.tile:hover img{transform:scale(1.025)}
.tile::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,22,18,.68),transparent 52%)}
.tile figcaption{position:absolute;z-index:2;left:22px;bottom:20px;color:white}
.tile figcaption span{display:block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;opacity:.78}
.tile figcaption strong{font-family:"Cormorant Garamond",serif;font-size:30px;font-weight:500}
.tile:nth-child(1){grid-column:span 5;grid-row:span 2}
.tile:nth-child(2){grid-column:span 7}
.tile:nth-child(3){grid-column:span 3}
.tile:nth-child(4){grid-column:span 9}
.tile:nth-child(5){grid-column:span 4}
.tile:nth-child(6){grid-column:span 8}
.tile:nth-child(7){grid-column:span 5;grid-row:span 2}
.tile:nth-child(8){grid-column:span 3}
.tile:nth-child(9){grid-column:span 4}
.tile:nth-child(10){grid-column:span 4}
.tile:nth-child(11){grid-column:span 4;grid-row:span 2}
.tile:nth-child(12){grid-column:span 4}
.tile:nth-child(13){grid-column:span 5;grid-row:span 2}
.tile:nth-child(14){grid-column:span 7}
.tile:nth-child(15){grid-column:span 4}
.tile:nth-child(16){grid-column:span 8}
.snake-detail img{object-position:center 70%}
.tile:nth-child(7) img{object-position:center 50%}
.tile:nth-child(11) img{object-position:center 45%}
.tile:nth-child(13) img{object-position:center 35%}
.tile:nth-child(14) img{object-position:center 50%}

.field{background:var(--forest);color:white;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px}
.field-photo{min-height:640px}
.field-photo img{height:640px;object-fit:cover;object-position:center}
.field-copy{padding-right:3vw}
.field-copy h2{margin-bottom:28px}
.field-copy p{color:rgba(255,255,255,.68);max-width:600px}
.field-copy a{display:inline-block;margin-top:18px;color:var(--beige);border-bottom:1px solid rgba(232,222,203,.4);padding-bottom:3px}

.quote-band{background:var(--brown);color:var(--cream);padding:90px 8vw;text-align:center}
.quote-band p{font-family:"Cormorant Garamond",serif;font-size:clamp(34px,5vw,60px);line-height:1.1;max-width:1050px;margin:auto;font-style:italic}

.about{display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:start}
.about-copy h2{margin-bottom:26px}
.about-copy p{max-width:680px;color:#5c6059}
.about-card{border-top:1px solid rgba(35,53,44,.25)}
.about-card div{padding:26px 0;border-bottom:1px solid rgba(35,53,44,.18)}
.about-card span{display:block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--brown);margin-bottom:7px}
.about-card strong{font-family:"Cormorant Garamond",serif;font-size:28px;font-weight:500}

.contact{background:var(--deep);color:white;display:flex;align-items:flex-end;justify-content:space-between;gap:50px}
.contact-head{max-width:800px}
.contact-head h2{margin-bottom:20px}
.contact-head p:last-child{color:rgba(255,255,255,.66)}
.contact-note{position:absolute;left:-9999px}

footer{background:#101914;color:rgba(255,255,255,.58);padding:42px 7vw;display:flex;align-items:center;justify-content:space-between;gap:30px}
footer img{width:260px}
footer p{margin:2px 0;font-size:11px;letter-spacing:.08em}

.reveal{opacity:0;transform:translateY(18px);transition:.75s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:900px){
  .header{height:88px;padding:10px 20px}
  .logo img{width:225px}
  .menu{display:block}
  .header.scrolled .menu{color:var(--forest)}
  .header nav{display:none;position:absolute;top:78px;left:16px;right:16px;padding:24px;background:var(--cream);flex-direction:column;gap:18px;box-shadow:0 18px 40px rgba(0,0,0,.18)}
  .header nav.open{display:flex}
  .header nav a,.header.scrolled nav a{color:var(--forest)}
  .hero{padding:0 24px 72px;background-position:58% center}
  .hero-shade{background:linear-gradient(0deg,rgba(15,23,18,.78),rgba(15,23,18,.16) 75%)}
  .section{padding:80px 24px}
  .intro{grid-template-columns:1fr;gap:16px}
  .featured-grid{grid-template-columns:1fr;grid-auto-rows:390px}
  .tile:nth-child(n){grid-column:auto;grid-row:auto}
  .field,.about{grid-template-columns:1fr;gap:42px}
  .field-photo,.field-photo img{min-height:0;height:430px}
  .contact{align-items:flex-start;flex-direction:column}
  footer{padding:36px 24px;flex-direction:column;align-items:flex-start}
}


.tile{cursor:zoom-in}
.tile img{user-select:none;-webkit-user-drag:none}
.lightbox{
  position:fixed;inset:0;z-index:1000;background:rgba(8,12,10,.95);
  display:none;align-items:center;justify-content:center;padding:28px;
}
.lightbox.open{display:flex}
.lightbox-inner{
  margin:0;max-width:min(94vw,1500px);max-height:92vh;
  display:flex;flex-direction:column;align-items:center;gap:14px;
}
.lightbox-inner img{
  display:block;max-width:94vw;max-height:82vh;width:auto;height:auto;
  object-fit:contain;border-radius:3px;box-shadow:0 18px 60px rgba(0,0,0,.45);
}
.lightbox-inner figcaption{
  color:rgba(255,255,255,.86);font-family:"Cormorant Garamond",serif;
  font-size:22px;text-align:center;
}
.lightbox-close,.lightbox-prev,.lightbox-next{
  position:absolute;border:0;background:rgba(255,255,255,.08);color:white;
  cursor:pointer;width:48px;height:48px;border-radius:999px;font-size:34px;
  line-height:1;display:flex;align-items:center;justify-content:center;
  backdrop-filter:blur(8px);
}
.lightbox-close{top:20px;right:20px;font-size:30px}
.lightbox-prev{left:20px;top:50%;transform:translateY(-50%)}
.lightbox-next{right:20px;top:50%;transform:translateY(-50%)}
.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:rgba(255,255,255,.16)}
body.lightbox-open{overflow:hidden}
@media(max-width:700px){
  .lightbox{padding:14px}
  .lightbox-inner img{max-width:96vw;max-height:78vh}
  .lightbox-prev{left:8px}.lightbox-next{right:8px}.lightbox-close{top:10px;right:10px}
  .lightbox-prev,.lightbox-next{width:42px;height:42px}
}
