:root{
  --ivory:#f7f5f1;
  --paper:#eeeae4;
  --charcoal:#1f1f1d;
  --stone:#6f6a64;
  --taupe:#a39a91;
  --line:#ded9d2;
  --ink:#292826;
  --accent:#7e756c;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
.hero{min-height:100vh;display:grid;grid-template-columns:minmax(420px,42vw) 1fr;background:var(--ivory);overflow:hidden}
.hero-image-wrap{min-height:100vh;overflow:hidden;background:var(--ivory)}
.hero-image{width:100%;height:100vh;object-fit:cover;object-position:center 45%;display:block}
.hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:8vw 8vw;color:var(--charcoal);background:var(--ivory)}
.hero h1{font-family:"Baskerville","Times New Roman",Georgia,serif;font-weight:400;font-size:clamp(58px,7.2vw,118px);line-height:.9;letter-spacing:-.05em;margin:0;max-width:700px}
.hero h1 span{font-family:inherit;font-style:italic;font-weight:400;font-size:.72em;color:var(--accent)}
.hero p{font-family:"Baskerville","Times New Roman",Georgia,serif;font-size:22px;font-style:italic;letter-spacing:.01em;margin:24px 0 0;color:var(--stone)}
.eyebrow{font-size:10px;letter-spacing:.32em;text-transform:uppercase;margin-bottom:28px;color:var(--accent);font-weight:600}
.hero-scroll{margin-top:58px;color:var(--charcoal);text-decoration:none;font-size:11px;letter-spacing:.22em;text-transform:uppercase;border-bottom:1px solid var(--charcoal);padding-bottom:8px}
.hero-scroll span{display:inline-block;margin-left:10px}
.nav-shell{position:sticky;top:0;z-index:10;background:rgba(247,245,241,.94);border-bottom:1px solid rgba(41,40,38,.12);backdrop-filter:blur(14px)}
.nav-inner{height:66px;max-width:1480px;margin:auto;padding:0 34px;display:flex;align-items:center;justify-content:space-between}
.gallery-brand{color:var(--charcoal);text-decoration:none;font-family:"Baskerville",Georgia,serif;font-size:19px;letter-spacing:.08em;text-transform:uppercase}
.goto-wrap{position:relative}
.goto-button{appearance:none;border:0;background:transparent;color:var(--charcoal);font:16px/1 Arial,Helvetica,sans-serif;padding:12px 4px;cursor:pointer;letter-spacing:.02em}
.chevron{display:inline-block;font-size:16px;margin-left:6px;transition:transform .2s ease}.goto-button[aria-expanded="true"] .chevron{transform:rotate(180deg)}
.goto-menu{display:none;position:absolute;right:0;top:50px;width:310px;max-height:72vh;overflow-y:auto;background:#fff;border:1px solid var(--line);box-shadow:0 18px 48px rgba(30,30,28,.12);padding:14px 0}.goto-menu.open{display:block}
.goto-menu a{display:block;text-decoration:none;color:var(--charcoal);font-family:"Baskerville",Georgia,serif;font-size:20px;line-height:1.2;padding:12px 24px}.goto-menu a:hover{background:var(--paper)}
.intro{max-width:800px;text-align:center;margin:130px auto 150px;padding:0 28px}.flourish{color:var(--accent);font-size:10px;letter-spacing:.38em;text-transform:uppercase;margin-bottom:22px}.flourish span{padding:0 8px}
.intro h2,.section h2{font-family:"Baskerville","Times New Roman",Georgia,serif;font-weight:400;color:var(--charcoal)}
.intro h2{font-size:clamp(48px,5vw,70px);line-height:.98;margin:0 0 26px;font-style:italic;letter-spacing:-.025em}.intro p{font-family:"Baskerville",Georgia,serif;font-size:21px;line-height:1.65;margin:0;color:var(--stone)}
.section{max-width:1500px;margin:0 auto 150px;padding:0 42px;text-align:center;scroll-margin-top:92px}.section-head{margin:0 auto 54px}.section-number{color:var(--accent);font-size:10px;letter-spacing:.28em;margin-bottom:14px}.section h2{font-size:clamp(46px,4.5vw,66px);line-height:1;margin:0;font-style:italic;letter-spacing:-.02em}.section small{display:block;margin-top:14px;font-size:9px;letter-spacing:.24em;text-transform:uppercase;color:var(--taupe)}
.grid{width:100%;text-align:left}.photo-row{display:flex;align-items:center;justify-content:center;gap:clamp(18px,1.8vw,30px);margin-bottom:clamp(28px,3.2vw,48px);width:100%}.photo-tile{display:block;flex:0 0 auto;overflow:hidden;background:transparent}.photo-tile img{display:block;width:100%;height:100%;object-fit:contain;cursor:zoom-in;transition:opacity .25s ease}.photo-tile img:hover{opacity:.94}
footer{text-align:center;border-top:1px solid var(--line);padding:72px 20px 90px;color:var(--stone)}footer p{font-size:11px;letter-spacing:.22em;text-transform:uppercase}
.lightbox{display:none;position:fixed;inset:0;background:rgba(20,20,19,.96);z-index:30;align-items:center;justify-content:center;padding:52px}.lightbox.open{display:flex}.lightbox img{max-width:94vw;max-height:90vh}.close,.prev,.next{position:absolute;border:0;background:none;color:#fff;font-family:Georgia,serif;font-size:42px;cursor:pointer}.close{right:20px;top:12px}.prev{left:18px}.next{right:18px}
@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-image-wrap{min-height:auto}.hero-image{width:100%;height:auto;object-fit:contain}.hero-copy{padding:68px 28px 76px;align-items:center;text-align:center}.hero-scroll{margin-top:40px}}
@media(max-width:700px){.nav-inner{height:60px;padding:0 16px}.gallery-brand{font-size:16px}.goto-button{font-size:15px}.goto-menu{width:min(320px,calc(100vw - 24px));right:-4px;top:46px}.intro{margin:78px auto 92px}.intro p{font-size:18px}.section{margin-bottom:96px;padding:0 14px}.section-head{margin-bottom:34px}.section h2{font-size:42px}.photo-row{gap:10px;margin-bottom:18px}.lightbox{padding:12px}.prev{left:2px}.next{right:2px}}

/* Review 13: romantic Mediterranean editorial refinement */
:root{
  --ivory:#f8f5ef;
  --paper:#efe9df;
  --charcoal:#292622;
  --stone:#756c63;
  --taupe:#aa9b8b;
  --line:#ddd4c8;
  --ink:#2f2a25;
  --accent:#8d765e;
  --olive:#73765e;
}
body{position:relative;overflow-x:hidden;font-family:"Baskerville","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif}
body:before,body:after{content:"";position:fixed;z-index:0;top:78px;bottom:36px;width:88px;pointer-events:none;opacity:.075;background-repeat:repeat-y;background-size:78px 240px}
body:before{left:-18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='250' viewBox='0 0 90 250'%3E%3Cg fill='none' stroke='%236f7359' stroke-width='1.2'%3E%3Cpath d='M18 250 C52 198 28 155 59 108 C78 79 61 38 77 0'/%3E%3C/g%3E%3Cg fill='%236f7359'%3E%3Cellipse cx='33' cy='220' rx='5' ry='13' transform='rotate(-38 33 220)'/%3E%3Cellipse cx='48' cy='199' rx='5' ry='13' transform='rotate(43 48 199)'/%3E%3Cellipse cx='38' cy='171' rx='5' ry='13' transform='rotate(-41 38 171)'/%3E%3Cellipse cx='55' cy='146' rx='5' ry='13' transform='rotate(40 55 146)'/%3E%3Cellipse cx='52' cy='112' rx='5' ry='13' transform='rotate(-37 52 112)'/%3E%3Cellipse cx='68' cy='82' rx='5' ry='13' transform='rotate(39 68 82)'/%3E%3Cellipse cx='65' cy='47' rx='5' ry='13' transform='rotate(-36 65 47)'/%3E%3C/g%3E%3C/svg%3E")}
body:after{right:-18px;transform:scaleX(-1);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='250' viewBox='0 0 90 250'%3E%3Cg fill='none' stroke='%236f7359' stroke-width='1.2'%3E%3Cpath d='M18 250 C52 198 28 155 59 108 C78 79 61 38 77 0'/%3E%3C/g%3E%3Cg fill='%236f7359'%3E%3Cellipse cx='33' cy='220' rx='5' ry='13' transform='rotate(-38 33 220)'/%3E%3Cellipse cx='48' cy='199' rx='5' ry='13' transform='rotate(43 48 199)'/%3E%3Cellipse cx='38' cy='171' rx='5' ry='13' transform='rotate(-41 38 171)'/%3E%3Cellipse cx='55' cy='146' rx='5' ry='13' transform='rotate(40 55 146)'/%3E%3Cellipse cx='52' cy='112' rx='5' ry='13' transform='rotate(-37 52 112)'/%3E%3Cellipse cx='68' cy='82' rx='5' ry='13' transform='rotate(39 68 82)'/%3E%3Cellipse cx='65' cy='47' rx='5' ry='13' transform='rotate(-36 65 47)'/%3E%3C/g%3E%3C/svg%3E")}
.hero,.nav-shell,.intro,main,footer,.lightbox{position:relative;z-index:1}
.hero-copy{padding:7vw 7vw}
.hero h1{font-family:"Baskerville","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;font-size:clamp(60px,7vw,116px);line-height:.9;letter-spacing:-.045em}
.hero h1 .plus{display:inline-block;font-family:"Snell Roundhand","Segoe Script","Brush Script MT",cursive;font-style:italic;font-size:.76em;font-weight:400;color:var(--accent);margin:0 .08em;transform:rotate(-5deg) translateY(-.03em)}
.hero p{font-family:"Baskerville","Palatino Linotype",Georgia,serif;font-size:21px}
.eyebrow{font-family:Arial,Helvetica,sans-serif}
.photo-credit{margin-top:18px;font-family:Arial,Helvetica,sans-serif;font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--taupe)}
.gallery-brand,.goto-menu a,.intro h2,.section h2{font-family:"Baskerville","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif}
.goto-button,.section small,.section-number,.hero-scroll,footer p{font-family:Arial,Helvetica,sans-serif}
.intro h2,.section h2{font-style:italic;font-weight:400}
.intro .flourish,footer .flourish{font-family:"Snell Roundhand","Segoe Script","Brush Script MT",cursive;text-transform:none;letter-spacing:.03em;font-size:25px;font-style:italic}
@media(max-width:900px){body:before,body:after{width:54px;background-size:52px 166px;opacity:.055}.hero h1{font-size:clamp(54px,14vw,88px)}}
@media(max-width:700px){body:before{left:-30px}body:after{right:-30px}.photo-credit{font-size:8px}.hero h1 .plus{margin:0 .04em}}

/* Review 14: simplified romantic hero */
.hero-copy{gap:0}
.hero h1{font-family:"Baskerville","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;font-weight:400;font-style:italic;font-size:clamp(54px,6.4vw,104px);line-height:1;letter-spacing:-.035em;max-width:none;white-space:nowrap}
.hero h1 .plus{font-family:inherit;font-size:.78em;font-style:italic;font-weight:400;color:var(--accent);margin:0 .12em;transform:none}
.hero-date{margin-top:26px;font-family:"Baskerville","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;font-style:italic;font-size:clamp(18px,1.6vw,25px);letter-spacing:.08em;color:var(--stone)}
.hero-scroll{margin-top:48px}
.intro-credit{margin-top:18px;font-family:Arial,Helvetica,sans-serif;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--taupe)}
body:before,body:after{opacity:.115;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='250' viewBox='0 0 90 250'%3E%3Cg fill='none' stroke='%23836b52' stroke-width='1.35'%3E%3Cpath d='M18 250 C52 198 28 155 59 108 C78 79 61 38 77 0'/%3E%3C/g%3E%3Cg fill='%236f7655'%3E%3Cellipse cx='33' cy='220' rx='5' ry='13' transform='rotate(-38 33 220)'/%3E%3Cellipse cx='48' cy='199' rx='5' ry='13' transform='rotate(43 48 199)'/%3E%3Cellipse cx='38' cy='171' rx='5' ry='13' transform='rotate(-41 38 171)'/%3E%3Cellipse cx='55' cy='146' rx='5' ry='13' transform='rotate(40 55 146)'/%3E%3Cellipse cx='52' cy='112' rx='5' ry='13' transform='rotate(-37 52 112)'/%3E%3Cellipse cx='68' cy='82' rx='5' ry='13' transform='rotate(39 68 82)'/%3E%3Cellipse cx='65' cy='47' rx='5' ry='13' transform='rotate(-36 65 47)'/%3E%3C/g%3E%3C/svg%3E")}
@media(max-width:900px){body:before,body:after{opacity:.085}.hero h1{white-space:normal;font-size:clamp(48px,12vw,78px)}}

/* Review 15 refinements */
.hero-copy{
  text-align:center !important;
  align-items:center !important;
  justify-content:center !important;
}
.hero h1,
.hero-date,
.hero-scroll{
  color:var(--ink) !important;
}
.hero-scroll{
  border-color:var(--ink) !important;
}
.hero h1 .plus{
  color:var(--ink) !important;
}

.gallery-count,
.section-count,
.photo-count,
.intro .count,
.intro-count,
[class*="count"]{
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:12px !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  color:var(--accent) !important;
  font-weight:400 !important;
}

body:before,body:after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='250' viewBox='0 0 90 250'%3E%3Cg fill='none' stroke='%23A47D47' stroke-width='1.7' stroke-opacity='.9'%3E%3Cpath d='M18 250 C52 198 28 155 59 108 C78 79 61 38 77 0'/%3E%3C/g%3E%3Cg fill='%237A8458' fill-opacity='.92'%3E%3Cellipse cx='33' cy='220' rx='5.5' ry='13.5' transform='rotate(-38 33 220)'/%3E%3Cellipse cx='48' cy='199' rx='5.5' ry='13.5' transform='rotate(43 48 199)'/%3E%3Cellipse cx='38' cy='171' rx='5.5' ry='13.5' transform='rotate(-41 38 171)'/%3E%3Cellipse cx='55' cy='146' rx='5.5' ry='13.5' transform='rotate(40 55 146)'/%3E%3Cellipse cx='52' cy='112' rx='5.5' ry='13.5' transform='rotate(-37 52 112)'/%3E%3Cellipse cx='68' cy='82' rx='5.5' ry='13.5' transform='rotate(39 68 82)'/%3E%3Cellipse cx='65' cy='47' rx='5.5' ry='13.5' transform='rotate(-36 65 47)'/%3E%3C/g%3E%3C/svg%3E") !important;
  opacity:.22 !important;
}
@media(max-width:900px){
  body:before,body:after{opacity:.16 !important;}
}

/* Review 16: unified photograph counts */
.photo-count,
.section-head small{
  display:block !important;
  margin-top:20px !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:12px !important;
  line-height:1.2 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  color:#9d8062 !important;
  font-weight:400 !important;
  font-style:normal !important;
}
.section-head small{margin-top:14px !important;}

/* Review 17: restore reliable clickable lightbox */
.lightbox{
  position:fixed !important;
  inset:0 !important;
  z-index:9999 !important;
  width:100vw !important;
  height:100vh !important;
  box-sizing:border-box !important;
}
.lightbox.open{display:flex !important;}
.lightbox img{
  display:block;
  max-width:calc(100vw - 110px);
  max-height:calc(100vh - 80px);
  width:auto;
  height:auto;
  object-fit:contain;
}
.photo-tile img{pointer-events:auto !important;cursor:zoom-in !important;}

/* Review 18: consistent gallery-wall spacing */
.grid{overflow:visible !important;}
.photo-row{
  gap:clamp(18px,2vw,34px) !important;
  margin-bottom:clamp(24px,2.4vw,42px) !important;
  align-items:center !important;
}
@media(max-width:700px){
  .photo-row{gap:12px !important;margin-bottom:18px !important;}
}

/* Review 20: stable editorial spacing */
.grid{
  overflow:visible !important;
  padding:0 clamp(10px,1.6vw,26px) !important;
}
.photo-row{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:clamp(24px,2.5vw,44px) !important;
  margin:clamp(28px,3.2vw,52px) auto !important;
  width:100% !important;
}
.photo-tile{
  flex:0 0 auto !important;
  overflow:hidden !important;
}
.photo-tile img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  cursor:zoom-in !important;
}
@media(max-width:700px){
  .photo-row{
    gap:12px !important;
    margin:20px auto !important;
    flex-wrap:wrap !important;
  }
  .grid{padding:0 8px !important;}
}

/* Review 21: modern 2–4 image editorial rows */
.photo-row{
  justify-content:center !important;
  align-items:center !important;
  gap:clamp(18px,1.8vw,30px) !important;
  margin:clamp(22px,2.5vw,38px) auto !important;
}
.photo-tile{
  border-radius:0 !important;
}

/* Review 22: polished mobile layout only. Desktop is unchanged. */
@media (max-width:700px){
  .hero{
    display:block !important;
    min-height:auto !important;
    overflow:visible !important;
  }
  .hero-image-wrap{
    min-height:auto !important;
    background:var(--ivory) !important;
  }
  .hero-image{
    width:100% !important;
    height:auto !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:center !important;
    display:block !important;
  }
  .hero-copy{
    padding:34px 18px 40px !important;
    align-items:center !important;
    text-align:center !important;
  }
  .hero h1{
    white-space:nowrap !important;
    font-size:clamp(36px,10.8vw,48px) !important;
    line-height:1.05 !important;
    letter-spacing:-.035em !important;
    margin:0 !important;
  }
  .hero h1 .plus{
    font-size:.80em !important;
    margin:0 .08em !important;
  }
  .hero-date{
    margin-top:12px !important;
    font-size:16px !important;
    letter-spacing:.06em !important;
  }
  .hero-scroll{
    margin-top:24px !important;
    font-size:9px !important;
    letter-spacing:.18em !important;
    padding-bottom:6px !important;
  }

  .nav-shell{
    position:sticky !important;
    top:0 !important;
  }

  .intro{
    margin:58px auto 68px !important;
    padding:0 24px !important;
  }
  .intro .flourish{
    margin-bottom:18px !important;
  }
  .intro h2{
    font-size:clamp(38px,11vw,52px) !important;
    line-height:1.02 !important;
  }
  .intro p{
    font-size:17px !important;
    line-height:1.55 !important;
  }

  .section{
    margin-bottom:78px !important;
    padding:0 12px !important;
  }
  .section-head{
    margin-bottom:28px !important;
  }
  .section h2{
    font-size:clamp(38px,11vw,48px) !important;
    line-height:1 !important;
  }
  .section-number{
    margin-bottom:10px !important;
  }
  .section-head small{
    margin-top:10px !important;
    font-size:10px !important;
  }

  .grid{
    padding:0 2px !important;
  }
  .photo-row{
    gap:10px !important;
    margin:12px auto 18px !important;
    align-items:center !important;
    justify-content:center !important;
  }
  .photo-tile{
    max-width:100% !important;
  }
  .lightbox img{
    max-width:calc(100vw - 24px) !important;
    max-height:calc(100vh - 90px) !important;
  }

  body:before,body:after{
    width:34px !important;
    background-size:34px 110px !important;
    opacity:.12 !important;
  }
  body:before{left:-18px !important;}
  body:after{right:-18px !important;}
}

/* Review 23: universal solid full-width Go To panel */
.nav-shell{
  position:sticky !important;
  top:0 !important;
  z-index:1000 !important;
  overflow:visible !important;
}
.nav-inner{
  position:relative !important;
  z-index:1002 !important;
  background:var(--ivory) !important;
}
.goto{
  position:static !important;
}
.goto-menu{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:100% !important;
  width:100% !important;
  max-width:none !important;
  box-sizing:border-box !important;
  background:var(--ivory) !important;
  opacity:1 !important;
  border:0 !important;
  border-top:1px solid rgba(54,49,44,.16) !important;
  border-bottom:1px solid rgba(54,49,44,.22) !important;
  box-shadow:0 14px 30px rgba(54,49,44,.10) !important;
  padding:20px max(24px,calc((100vw - 1180px)/2)) 24px !important;
  max-height:calc(100vh - 72px) !important;
  overflow-y:auto !important;
  z-index:1001 !important;
}
.goto-menu a{
  display:block !important;
  width:100% !important;
  box-sizing:border-box !important;
  padding:12px 0 !important;
  background:var(--ivory) !important;
  border-bottom:1px solid rgba(54,49,44,.10) !important;
}
.goto-menu a:last-child{
  border-bottom:0 !important;
}
@media(max-width:700px){
  .goto-menu{
    left:0 !important;
    right:0 !important;
    top:100% !important;
    width:100% !important;
    padding:14px 22px 18px !important;
    max-height:calc(100vh - 60px) !important;
  }
  .goto-menu a{
    padding:11px 0 !important;
  }
}

/* Review 24: robust universal navigation panel */
.nav-shell{
  position:sticky !important;
  top:0 !important;
  z-index:1000 !important;
  background:var(--ivory) !important;
  overflow:visible !important;
  backdrop-filter:none !important;
}
.nav-inner{
  position:relative !important;
  z-index:2 !important;
  background:var(--ivory) !important;
}
.goto-wrap{
  position:static !important;
}
.goto-menu{
  display:none !important;
  position:static !important;
  width:100% !important;
  max-width:none !important;
  max-height:calc(100vh - 66px) !important;
  overflow-y:auto !important;
  box-sizing:border-box !important;
  background:var(--ivory) !important;
  border:0 !important;
  border-top:1px solid rgba(54,49,44,.12) !important;
  border-bottom:1px solid rgba(54,49,44,.18) !important;
  box-shadow:0 14px 28px rgba(54,49,44,.08) !important;
  padding:14px clamp(24px,6vw,90px) 18px !important;
  opacity:1 !important;
}
.goto-menu.open{
  display:block !important;
}
.goto-menu a{
  display:block !important;
  width:100% !important;
  box-sizing:border-box !important;
  padding:11px 0 !important;
  color:var(--charcoal) !important;
  background:transparent !important;
  border-bottom:1px solid rgba(54,49,44,.09) !important;
  font-size:clamp(18px,2vw,24px) !important;
  line-height:1.2 !important;
}
.goto-menu a:last-child{
  border-bottom:0 !important;
}
@media(max-width:700px){
  .goto-menu{
    max-height:calc(100vh - 60px) !important;
    padding:10px 22px 14px !important;
  }
  .goto-menu a{
    font-size:19px !important;
    padding:10px 0 !important;
  }
}
