/*
Theme Name: Nature's Needles by Sheree
Theme URI: https://naturesneedlesbysheree.com
Author: Nature's Needles by Sheree
Description: Elegant artisan portfolio and shop-ready WordPress theme for handmade pine needle basketry.
Version: 21.0.0
License: GNU General Public License v2 or later
Text Domain: natures-needles
*/

:root{
  --nn-cream:#fbfaf7;
  --nn-paper:#ffffff;
  --nn-ink:#51392d;
  --nn-muted:#8d786b;
  --nn-line:#cdbfb2;
  --nn-shadow:0 18px 38px rgba(75,56,43,.13),0 4px 12px rgba(75,56,43,.08);
  --nn-shadow-sm:0 9px 20px rgba(75,56,43,.11),0 2px 6px rgba(75,56,43,.07);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.nn-body, body{
  margin:0;
  background:radial-gradient(circle at 50% 0%,#fff 0%,var(--nn-cream) 42%,#f8f4ee 100%);
  color:var(--nn-ink);
  font-family:Georgia,'Times New Roman',serif;
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.nn-site-shell{min-height:100vh;padding-bottom:44px}
.nn-browser-bar{
  height:58px;
  border-bottom:1px solid rgba(92,69,52,.08);
  background:linear-gradient(#fff,#f5f3ef);
  display:flex;align-items:center;justify-content:center;position:relative;
}
.nn-window-dots{position:absolute;left:24px;display:flex;gap:8px;align-items:center}
.nn-window-dots span{width:12px;height:12px;border-radius:50%;display:block;border:1px solid rgba(0,0,0,.08)}
.nn-window-dots span:nth-child(1){background:#ff5f57}.nn-window-dots span:nth-child(2){background:#ffbd2e}.nn-window-dots span:nth-child(3){background:#28c840}
.nn-url-bar{
  min-width:min(520px,44vw);height:30px;border-radius:8px;border:1px solid #d7d3cc;background:#eeecea;color:#71665f;
  display:flex;align-items:center;justify-content:center;font:14px Arial,sans-serif;letter-spacing:.02em;
}
.nn-utility-icons{position:absolute;right:25px;display:flex;gap:18px;color:#78665a;font:22px Arial,sans-serif;opacity:.9}
.nn-header{padding:18px 4vw 0;text-align:center}
.nn-art-brand{max-width:1540px;margin:0 auto;min-height:240px;position:relative;display:grid;grid-template-columns:minmax(130px,260px) minmax(420px,1fr) minmax(130px,260px);align-items:center;gap:20px}
.nn-brand-center{position:relative;z-index:2}
.nn-maker-mark{width:132px;height:76px;margin:0 auto -2px;color:#8a7364;opacity:.92}
.nn-maker-mark svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.nn-maker-mark .mark-basket{stroke-width:1.75}.nn-maker-mark .mark-cone{stroke-width:1.55}.nn-maker-mark .mark-cone-lines{stroke-width:1.45}.nn-maker-mark .mark-needle{stroke-width:1.35}
.nn-brand-title{font-size:clamp(3.1rem,6.2vw,5.25rem);font-weight:400;letter-spacing:.035em;line-height:.92;margin:0;color:#4f372b;text-shadow:0 1px 0 rgba(255,255,255,.8)}
.nn-brand-title a{color:#4f372b}
.nn-brand-script{font-family:'Brush Script MT','Segoe Script',cursive;font-size:clamp(1.7rem,3.3vw,3rem);font-weight:400;letter-spacing:.04em;margin:-4px 0 8px;color:#5f4436}
.nn-brand-tagline{font:12px Arial,sans-serif;text-transform:uppercase;letter-spacing:.22em;color:#927c6e;margin:0 auto 8px}
.nn-brand-tagline span{padding:0 12px;color:#7a5d4d}
.nn-brand-flourish{display:flex;align-items:center;justify-content:center;gap:12px;color:#ab9b90}
.nn-brand-flourish span{height:1px;width:min(180px,22vw);background:#d0c2b6}
.nn-brand-flourish em{font-style:normal;font-size:22px}
.nn-side-botanical{color:#ad9b8e;opacity:.58}
.nn-side-botanical svg{width:100%;max-width:235px;height:auto;fill:none;stroke:currentColor;stroke-width:1.15;stroke-linecap:round}
.nn-right-botanical{transform:scaleX(-1)}
.nn-rule{height:1px;background:var(--nn-line);max-width:1540px;margin:8px auto 0;opacity:.85}
.nn-nav-wrap{max-width:1540px;margin:0 auto;border-bottom:1px solid var(--nn-line);display:flex;justify-content:center;align-items:center;gap:clamp(24px,5.3vw,78px);min-height:48px;position:relative}
.nn-nav{display:flex;justify-content:center;align-items:center;gap:clamp(24px,5vw,78px);font-size:14px;letter-spacing:.22em;text-transform:uppercase}
.nn-nav a{padding:14px 0 10px;border-bottom:2px solid transparent;color:#51392d}
.nn-nav a:hover,.nn-nav a.active{border-bottom-color:#7c6151}
.nn-shop-icons{position:absolute;right:12px;display:flex;gap:22px;color:#6d574a;font:22px Arial,sans-serif}
.nn-main{max-width:1540px;margin:0 auto;padding:16px 4vw 0}

/* Hero */
.nn-art-hero{position:relative;background:#fff;border:1px solid rgba(210,200,190,.48);box-shadow:var(--nn-shadow);height:500px;overflow:hidden}
.nn-art-hero-track{position:relative;height:500px}
.nn-art-hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(300px,36%) minmax(0,64%);align-items:center;gap:18px;padding:34px 58px;opacity:0;transform:translateX(42px);transition:opacity 1750ms ease, transform 2100ms cubic-bezier(.22,.61,.36,1);pointer-events:none;background:radial-gradient(ellipse at 72% 48%, rgba(255,255,255,1) 0%, rgba(255,255,255,.98) 32%, rgba(255,255,255,.77) 58%, rgba(255,255,255,.20) 80%, rgba(255,255,255,0) 100%),linear-gradient(90deg,#fbf8f3 0%,#fff 42%,#fff 100%)}
.nn-art-hero-slide.active{opacity:1;transform:translateX(0);pointer-events:auto;z-index:2}
.nn-art-hero-copy{position:relative;z-index:3;text-align:center;color:#4f372b}
.nn-art-hero-copy h2{margin:0;font-size:clamp(2.05rem,3.5vw,3.35rem);line-height:1.16;font-weight:400;letter-spacing:.025em}
.nn-art-hero-copy p{max-width:330px;margin:10px auto 18px;font-size:15.5px;line-height:1.55;font-style:italic;color:#755f52}
.nn-mini-rule{margin:16px auto 12px;display:flex;align-items:center;justify-content:center;gap:12px;color:#b2a397}
.nn-mini-rule span{width:90px;height:1px;background:#d5c9bf}.nn-mini-rule em{font-style:normal;font-size:20px}
.nn-button{display:inline-block;border:1px solid #8c7364;padding:11px 24px;letter-spacing:.18em;text-transform:uppercase;font:12px Arial,sans-serif;margin-top:8px;background:rgba(255,255,255,.64)}
.nn-button:hover{background:#5d4437;color:#fff}
.nn-hero-button{min-width:230px}
.nn-art-hero-image{position:relative;z-index:2;height:430px;display:flex;align-items:center;justify-content:center;overflow:visible}
.nn-art-image-glow{position:absolute;width:92%;height:82%;border-radius:999px;background:radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,.95) 42%, rgba(255,255,255,.60) 66%, rgba(255,255,255,0) 90%);filter:blur(20px)}
.nn-art-hero-image img{position:relative;z-index:3;width:100%;height:420px;object-fit:contain;filter:drop-shadow(0 28px 24px rgba(70,52,40,.20))}
.nn-dots{display:flex;justify-content:center;gap:21px;margin:14px 0 38px}.nn-dot{width:10px;height:10px;border-radius:50%;background:#c9c0b8;border:0;padding:0;cursor:pointer}.nn-dot.active{background:#5d3e2f}

/* Sections */
.nn-section-title{display:flex;align-items:center;justify-content:center;gap:18px;margin:16px auto 28px;color:#614538}.nn-section-title:before,.nn-section-title:after{content:"";height:1px;background:var(--nn-line);width:min(32vw,430px)}.nn-section-title h2{margin:0;font-weight:400;letter-spacing:.24em;font-size:22px;text-transform:uppercase}.nn-leaf{font-size:24px;color:#a18d7d}
.nn-featured-grid,.nn-gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:26px;margin-bottom:54px}.nn-card{background:#fff;border:1px solid rgba(210,200,190,.52);box-shadow:var(--nn-shadow-sm);padding:12px;text-align:center}.nn-card-img{height:190px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 40%, #fff 0%, #fff 36%, #f8f6f3 68%, #fff 100%);overflow:hidden}.nn-card-img img{width:92%;height:88%;object-fit:contain;filter:drop-shadow(0 11px 12px rgba(55,38,27,.18))}.nn-card h3{font-size:15px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;margin:14px 0 2px}.nn-card p{font-size:13px;color:var(--nn-muted);margin:0 0 4px;font-family:Arial,sans-serif}
.nn-page-section{padding:50px 0;border-top:1px solid rgba(205,191,178,.55)}.nn-text-panel{max-width:900px;margin:0 auto;text-align:center}.nn-kicker{font:12px Arial,sans-serif;text-transform:uppercase;letter-spacing:.28em;color:var(--nn-muted);margin-bottom:12px}.nn-text-panel h2{font-size:38px;font-weight:400;margin:0 0 12px}.nn-text-panel p{font-size:18px;color:#6a5548;margin:0 auto 18px;max-width:720px}

/* About */
.nn-about-section{padding:72px 0}.nn-about-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:54px;align-items:center}.nn-about-photo-wrap{background:#fff;padding:14px;border:1px solid rgba(210,200,190,.52);box-shadow:var(--nn-shadow)}.nn-about-photo{width:100%;height:auto;display:block;object-fit:cover}.nn-about-copy{text-align:left}.nn-about-copy h2{font-size:clamp(2.1rem,4vw,3.8rem);line-height:1.05;font-weight:400;margin:0 0 22px;color:#4f372b}.nn-about-copy p{font-size:18px;line-height:1.78;margin:0 0 18px;color:#675044}

.nn-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:940px;margin:28px auto 0}.nn-contact-card{background:#fff;border:1px solid rgba(210,200,190,.52);box-shadow:var(--nn-shadow-sm);padding:28px;text-align:left}.nn-contact-card h3{margin:0 0 8px;font-weight:400;letter-spacing:.16em;text-transform:uppercase}.nn-contact-card p{margin:0;color:#6a5548;font-family:Arial,sans-serif;line-height:1.6}
.nn-footer{text-align:center;color:#8a7568;font:13px Arial,sans-serif;letter-spacing:.08em;padding:30px 4vw 46px;border-top:1px solid rgba(205,191,178,.55);max-width:1540px;margin:0 auto}.nn-footer strong{font-family:Georgia,serif;color:#5d4437;font-size:18px;font-weight:400;display:block;margin-bottom:6px}

@media(max-width:980px){
  .nn-browser-bar{display:none}.nn-art-brand{min-height:auto;padding:14px 0 18px;grid-template-columns:1fr}.nn-side-botanical{display:none}.nn-maker-mark{width:110px;height:66px}.nn-brand-tagline{font-size:10.5px;line-height:1.7;letter-spacing:.14em}.nn-nav-wrap{gap:16px;overflow-x:auto;justify-content:flex-start;padding-left:14px}.nn-shop-icons{display:none}
  .nn-art-hero{height:650px}.nn-art-hero-track{height:650px}.nn-art-hero-slide{grid-template-columns:1fr;padding:30px 26px}.nn-art-hero-image{height:320px}.nn-art-hero-image img{height:310px}
  .nn-featured-grid,.nn-gallery-grid{grid-template-columns:repeat(2,1fr)}.nn-contact-grid,.nn-about-layout{grid-template-columns:1fr}.nn-about-copy{text-align:center}.nn-about-photo-wrap{max-width:520px;margin:0 auto}
}
@media(max-width:560px){
  .nn-header{padding:18px 4vw 0;text-align:center}.nn-brand-title{font-size:clamp(3.1rem,6.2vw,5.25rem);font-weight:400;letter-spacing:.035em;line-height:.92;margin:0;color:#4f372b;text-shadow:0 1px 0 rgba(255,255,255,.8)}.nn-brand-script{font-family:'Brush Script MT','Segoe Script',cursive;font-size:clamp(1.7rem,3.3vw,3rem);font-weight:400;letter-spacing:.04em;margin:-4px 0 8px;color:#5f4436}.nn-brand-tagline span{padding:0 5px}.nn-nav{gap:22px;font-size:12px}.nn-main{max-width:1540px;margin:0 auto;padding:16px 4vw 0}
  .nn-art-hero,.nn-art-hero-track{position:relative;height:500px}.nn-art-hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(300px,36%) minmax(0,64%);align-items:center;gap:18px;padding:34px 58px;opacity:0;transform:translateX(42px);transition:opacity 1750ms ease, transform 2100ms cubic-bezier(.22,.61,.36,1);pointer-events:none;background:radial-gradient(ellipse at 72% 48%, rgba(255,255,255,1) 0%, rgba(255,255,255,.98) 32%, rgba(255,255,255,.77) 58%, rgba(255,255,255,.20) 80%, rgba(255,255,255,0) 100%),linear-gradient(90deg,#fbf8f3 0%,#fff 42%,#fff 100%)}.nn-art-hero-copy h2{margin:0;font-size:clamp(2.05rem,3.5vw,3.35rem);line-height:1.16;font-weight:400;letter-spacing:.025em}.nn-art-hero-image img{position:relative;z-index:3;width:100%;height:420px;object-fit:contain;filter:drop-shadow(0 28px 24px rgba(70,52,40,.20))}
  .nn-section-title:before,.nn-section-title:after{display:none}.nn-featured-grid,.nn-gallery-grid{grid-template-columns:1fr}.nn-card-img{height:230px}.nn-text-panel h2{font-size:30px}
}


.nn-slide-title{
  font:11px Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.28em;
  color:#9a8477;
  margin:0 0 12px;
}
.nn-art-hero-slide.leaving{
  opacity:0;
  transform:translateX(-28px);
  z-index:1;
}
.nn-art-hero-copy{
  max-height:390px;
  overflow:hidden;
}
.nn-hero-button{
  margin-top:4px;
}


/* v9 custom uploaded header image */
.nn-header.nn-header-image-mode{
  padding: 14px 4vw 0;
}
.nn-header-logo-wrap{
  max-width: 1540px;
  margin: 0 auto 8px;
}
.nn-header-logo-link{
  display:block;
}
.nn-header-logo-image{
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  height: auto;
}
.nn-header-image-mode .nn-nav-wrap{
  margin-top: 2px;
}
@media(max-width:980px){
  .nn-header.nn-header-image-mode{padding-top:10px;}
  .nn-header-logo-wrap{margin-bottom:4px;}
}
@media(max-width:560px){
  .nn-header.nn-header-image-mode{padding:8px 18px 0;}
  .nn-header-logo-image{max-width:100%;}
}


/* v10 contact email and social icons */
.nn-email-link{
  color:#5d4437;
  border-bottom:1px solid rgba(93,68,55,.35);
  font-weight:600;
}
.nn-email-link:hover{
  color:#2f5d3d;
  border-bottom-color:#2f5d3d;
}
.nn-social-panel{
  max-width:720px;
  margin:34px auto 0;
  text-align:center;
  background:#fff;
  border:1px solid rgba(210,200,190,.52);
  box-shadow:var(--nn-shadow-sm);
  padding:28px 30px 32px;
}
.nn-social-panel h3{
  margin:0 0 8px;
  font-weight:400;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#51392d;
}
.nn-social-panel p{
  margin:0 0 20px;
  color:#806a5c;
  font-family:Arial,sans-serif;
  font-size:14px;
}
.nn-social-icons{
  display:flex;
  justify-content:center;
  gap:18px;
}
.nn-social-icon{
  width:46px;
  height:46px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #8c7364;
  background:linear-gradient(#fff,#fbfaf7);
  color:#51392d;
  font:700 22px Georgia,serif;
  box-shadow:0 6px 14px rgba(75,56,43,.10);
  transition:transform .18s ease, background .18s ease, color .18s ease;
}
.nn-social-icon:hover{
  transform:translateY(-2px);
  background:#5d4437;
  color:#fff;
}
.nn-social-icon.instagram span{
  font-size:26px;
  line-height:1;
}
.nn-social-icon.facebook span{
  font-family:Arial,sans-serif;
  font-size:25px;
}
.nn-social-icon.pinterest span{
  font-family:Georgia,serif;
  font-size:23px;
}


/* v11 email and Facebook only */
.nn-social-icons{
  display:flex;
  justify-content:center;
  gap:18px;
}
.nn-social-icon.facebook{
  font-family:Arial,sans-serif;
}
.nn-social-icon.facebook span{
  font-family:Arial,sans-serif;
  font-size:25px;
  font-weight:700;
}


/* v12 direct links */
.nn-social-text-link{
  margin-top:16px !important;
  margin-bottom:0 !important;
}
.nn-social-text-link a{
  color:#5d4437;
  border-bottom:1px solid rgba(93,68,55,.35);
  font-weight:600;
}
.nn-social-text-link a:hover{
  color:#2f5d3d;
  border-bottom-color:#2f5d3d;
}


/* v13 stronger direct contact buttons */
.nn-action-link{
  display:inline-block;
  margin-top:12px;
  padding:10px 18px;
  border:1px solid #8c7364;
  background:#fbfaf7;
  color:#51392d;
  font:700 12px Arial,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 5px 12px rgba(75,56,43,.08);
}
.nn-action-link:hover{
  background:#5d4437;
  color:#fff;
}
.nn-direct-open{
  cursor:pointer;
}
.nn-contact-card .nn-email-link{
  font-size:16px;
}


/* v14 final polish */
.nn-browser-bar{display:none!important}
.nn-header.nn-header-image-mode{padding:8px 4vw 0!important}
.nn-header-logo-wrap{max-width:1380px!important;margin:0 auto!important;max-height:218px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.nn-header-logo-image{width:100%;max-width:1260px!important;max-height:218px;object-fit:contain;object-position:center center}
.nn-header-image-mode .nn-nav-wrap{min-height:42px!important;margin-top:0!important}
.nn-nav a{padding:11px 0 8px!important}
.nn-shop-icons{display:none!important}
.nn-main{padding-top:10px!important}
.nn-art-hero{height:455px!important}
.nn-art-hero-track{height:455px!important}
.nn-art-hero-slide{padding-top:24px!important;padding-bottom:24px!important}
.nn-art-hero-image{height:395px!important}
.nn-art-hero-image img{height:385px!important}
.nn-art-hero-copy h2{font-size:clamp(1.85rem,3.1vw,3rem)!important}
.nn-art-hero-copy p{font-size:15px!important;margin-bottom:14px!important}
.nn-dots{margin:12px 0 30px!important}

.nn-contact-grid-polished{grid-template-columns:1fr 1fr;align-items:stretch;max-width:980px}
.nn-email-card,.nn-facebook-card{display:grid;grid-template-columns:58px 1fr;gap:20px;align-items:flex-start;padding:30px!important;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(251,248,243,.98)),radial-gradient(circle at top left,rgba(47,93,61,.08),transparent 42%)}
.nn-contact-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f7f1ea;color:#5d4437;border:1px solid #d7c9bd;font-size:24px;box-shadow:0 7px 15px rgba(75,56,43,.10)}
.nn-contact-card h3{margin-top:0!important}
.nn-contact-note{font-family:Arial,sans-serif;font-size:14px;line-height:1.6;color:#7b6558;margin:0 0 12px!important}
.nn-email-link{color:#2f5d3d!important;font-size:17px;font-weight:700;border-bottom:1px solid rgba(47,93,61,.35)!important}
.nn-action-link{display:inline-block;margin-top:14px;padding:10px 18px;border:1px solid #8c7364;background:#fbfaf7;color:#51392d;font:700 12px Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 5px 12px rgba(75,56,43,.08)}
.nn-action-link:hover{background:#5d4437;color:#fff}

.nn-social-icon.facebook,.nn-facebook-mini{background:#1877F2!important;color:#fff!important;border-color:#1877F2!important;font-family:Arial,sans-serif!important}
.nn-social-icon.facebook:hover{background:#0f5fc5!important;border-color:#0f5fc5!important;color:#fff!important}
.nn-social-panel,.nn-social-text-link{display:none!important}

.nn-return-top{position:fixed;right:22px;bottom:22px;z-index:9999;display:inline-flex;align-items:center;justify-content:center;min-width:132px;height:42px;padding:0 18px;border-radius:999px;border:1px solid rgba(93,68,55,.35);background:rgba(255,255,255,.94);color:#51392d;box-shadow:0 10px 26px rgba(75,56,43,.18);font:700 11px Arial,sans-serif;letter-spacing:.13em;text-transform:uppercase;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,background .2s ease,color .2s ease}
.nn-return-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}
.nn-return-top:hover{background:#5d4437;color:#fff}

@media(max-width:980px){
  .nn-header-logo-wrap{max-height:170px}
  .nn-header-logo-image{max-height:170px}
  .nn-art-hero{height:610px!important}
  .nn-art-hero-track{height:610px!important}
  .nn-art-hero-image{height:290px!important}
  .nn-art-hero-image img{height:280px!important}
  .nn-contact-grid-polished{grid-template-columns:1fr}
}
@media(max-width:560px){
  .nn-header.nn-header-image-mode{padding:6px 12px 0!important}
  .nn-header-logo-wrap{max-height:120px}
  .nn-header-logo-image{max-height:120px}
  .nn-email-card,.nn-facebook-card{grid-template-columns:1fr;text-align:center}
  .nn-contact-icon{margin:0 auto}
  .nn-return-top{right:14px;bottom:14px;min-width:112px;height:38px;font-size:10px}
}



/* v15 custom themed contact form */
.nn-contact-grid-polished{
  grid-template-columns:minmax(420px,1.35fr) minmax(280px,.75fr) !important;
  max-width:1080px !important;
}
.nn-form-card{
  text-align:left;
}
.nn-contact-form{
  margin-top:18px;
  display:grid;
  gap:14px;
}
.nn-contact-form label{
  display:block;
}
.nn-contact-form label span{
  display:block;
  font:700 11px Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#7b6558;
  margin-bottom:6px;
}
.nn-contact-form input,
.nn-contact-form textarea{
  width:100%;
  border:1px solid #d7c9bd;
  background:#fffdf9;
  color:#51392d;
  padding:12px 13px;
  font:15px Georgia,'Times New Roman',serif;
  outline:none;
  box-shadow:inset 0 1px 2px rgba(75,56,43,.05);
}
.nn-contact-form input:focus,
.nn-contact-form textarea:focus{
  border-color:#2f5d3d;
  box-shadow:0 0 0 3px rgba(47,93,61,.10);
}
.nn-contact-form textarea{
  resize:vertical;
  min-height:130px;
}
.nn-form-button{
  justify-self:start;
  border:1px solid #5d4437;
  background:#5d4437;
  color:#fff;
  padding:12px 24px;
  font:700 12px Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 8px 16px rgba(75,56,43,.16);
}
.nn-form-button:hover{
  background:#2f5d3d;
  border-color:#2f5d3d;
}
.nn-form-success,
.nn-form-error{
  margin:14px 0 16px;
  padding:12px 14px;
  font:14px Arial,sans-serif;
  border-left:4px solid #2f5d3d;
  background:#f3f8f1;
  color:#2f5d3d;
}
.nn-form-error{
  border-left-color:#8a3d2c;
  background:#fbf0ec;
  color:#8a3d2c;
}
.nn-single-facebook-card{
  display:flex !important;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.nn-single-facebook-card .nn-social-icons{
  margin-top:22px;
}
.nn-single-facebook-card .nn-social-icon.facebook{
  width:58px;
  height:58px;
  font-size:30px;
}
.nn-single-facebook-card .nn-social-icon.facebook span{
  font-size:32px;
}
.nn-facebook-mini{
  display:none !important;
}
@media(max-width:980px){
  .nn-contact-grid-polished{
    grid-template-columns:1fr !important;
  }
}
@media(max-width:560px){
  .nn-form-card{
    text-align:center;
  }
  .nn-form-button{
    justify-self:center;
  }
  .nn-contact-form label{
    text-align:left;
  }
}



/* v16 image lightbox and cleaned contact form */
.nn-form-card .nn-email-link,
.nn-form-card .nn-action-link{
  display:none !important;
}
.nn-lightbox-link{
  cursor:zoom-in;
  text-decoration:none;
  position:relative;
}
.nn-lightbox-link::after{
  content:"Click to enlarge";
  position:absolute;
  left:50%;
  bottom:10px;
  transform:translateX(-50%) translateY(8px);
  opacity:0;
  background:rgba(81,57,45,.88);
  color:#fff;
  font:700 10px Arial,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:7px 10px;
  white-space:nowrap;
  transition:opacity .2s ease, transform .2s ease;
}
.nn-lightbox-link:hover::after{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}
.nn-lightbox-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  background:rgba(38,27,21,.82);
  display:none;
  align-items:center;
  justify-content:center;
  padding:34px;
}
.nn-lightbox-modal.open{
  display:flex;
}
.nn-lightbox-figure{
  margin:0;
  max-width:min(1100px,92vw);
  max-height:90vh;
  background:#fffdf9;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 22px 55px rgba(0,0,0,.35);
  padding:18px 18px 14px;
}
.nn-lightbox-figure img{
  max-width:100%;
  max-height:78vh;
  width:auto;
  height:auto;
  object-fit:contain;
  margin:0 auto;
}
.nn-lightbox-figure figcaption{
  text-align:center;
  margin-top:10px;
  color:#51392d;
  font:16px Georgia,'Times New Roman',serif;
  letter-spacing:.08em;
}
.nn-lightbox-close{
  position:fixed;
  top:22px;
  right:26px;
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.6);
  background:rgba(255,255,255,.94);
  color:#51392d;
  font-size:32px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(0,0,0,.25);
}
.nn-lightbox-close:hover{
  background:#5d4437;
  color:#fff;
}
@media(max-width:560px){
  .nn-lightbox-modal{
    padding:18px;
  }
  .nn-lightbox-figure{
    padding:10px;
  }
  .nn-lightbox-close{
    top:12px;
    right:12px;
  }
}



/* v17 contact cleanup: form only, no lower Facebook/email leftovers */
#contact .nn-contact-grid,
#contact .nn-social-panel,
#contact .nn-social-text-link,
#contact .nn-facebook-card,
#contact .nn-single-facebook-card,
#contact .nn-email-card:not(.nn-contact-form-only){
  display:none !important;
}

.nn-contact-form-wrap{
  max-width:760px;
  margin:34px auto 0;
}

.nn-contact-form-only{
  display:grid !important;
  grid-template-columns:58px 1fr;
  gap:20px;
  align-items:flex-start;
  padding:34px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(251,248,243,.98)),
    radial-gradient(circle at top left, rgba(47,93,61,.08), transparent 42%);
  text-align:left;
}

.nn-contact-form-only h3{
  margin-top:0 !important;
}

@media(max-width:560px){
  .nn-contact-form-only{
    grid-template-columns:1fr;
    text-align:center;
  }
  .nn-contact-form-only .nn-contact-icon{
    margin:0 auto;
  }
  .nn-contact-form-only .nn-contact-form label{
    text-align:left;
  }
}



/* v18 header/hero balance and compact Facebook presence */
.nn-header-logo-wrap{
  max-height:245px !important;
}
.nn-header-logo-image{
  max-width:1325px !important;
  max-height:245px !important;
}
.nn-header-image-mode .nn-nav-wrap{
  min-height:40px !important;
}
.nn-nav a{
  padding:10px 0 7px !important;
}
.nn-main{
  padding-top:8px !important;
}
.nn-art-hero{
  height:430px !important;
}
.nn-art-hero-track{
  height:430px !important;
}
.nn-art-hero-slide{
  padding:22px 58px !important;
}
.nn-art-hero-image{
  height:370px !important;
}
.nn-art-hero-image img{
  height:360px !important;
}
.nn-art-hero-copy h2{
  font-size:clamp(1.75rem,2.85vw,2.75rem) !important;
  line-height:1.12 !important;
}
.nn-slide-title{
  margin-bottom:8px !important;
}
.nn-mini-rule{
  margin:12px auto 9px !important;
}
.nn-art-hero-copy p{
  font-size:14.5px !important;
  line-height:1.45 !important;
  max-width:310px !important;
  margin-bottom:12px !important;
}
.nn-button.nn-hero-button{
  padding:10px 22px !important;
  min-width:205px !important;
}
.nn-dots{
  margin:10px 0 28px !important;
}
.nn-section-title{
  margin-top:0 !important;
}

/* compact Facebook presence under the contact form */
.nn-facebook-presence{
  display:flex;
  justify-content:center;
  margin:20px auto 0;
}
.nn-facebook-inline{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:12px 20px;
  border:1px solid rgba(24,119,242,.30);
  background:rgba(255,255,255,.88);
  color:#51392d;
  box-shadow:0 8px 18px rgba(75,56,43,.10);
  font:700 12px Arial,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.nn-facebook-inline:hover{
  background:#f7fbff;
  border-color:#1877F2;
}
.nn-facebook-inline-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#1877F2;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font:700 22px Arial,sans-serif;
  text-transform:none;
  letter-spacing:0;
}
.nn-facebook-inline-text{
  white-space:normal;
}
#contact .nn-facebook-card,
#contact .nn-single-facebook-card,
#contact .nn-social-panel{
  display:none !important;
}

@media(max-width:980px){
  .nn-header-logo-wrap{
    max-height:190px !important;
  }
  .nn-header-logo-image{
    max-height:190px !important;
  }
  .nn-art-hero{
    height:585px !important;
  }
  .nn-art-hero-track{
    height:585px !important;
  }
  .nn-art-hero-slide{
    padding:26px !important;
  }
  .nn-art-hero-image{
    height:280px !important;
  }
  .nn-art-hero-image img{
    height:270px !important;
  }
}
@media(max-width:560px){
  .nn-header-logo-wrap{
    max-height:138px !important;
  }
  .nn-header-logo-image{
    max-height:138px !important;
  }
  .nn-facebook-inline{
    width:100%;
    justify-content:center;
    text-align:center;
  }
}



/* v19 larger header */
.nn-header-logo-wrap{
  max-height:290px !important;
  max-width:1460px !important;
}
.nn-header-logo-image{
  max-width:1395px !important;
  max-height:290px !important;
}
.nn-header.nn-header-image-mode{
  padding:10px 4vw 0 !important;
}

@media(max-width:980px){
  .nn-header-logo-wrap{
    max-height:220px !important;
  }
  .nn-header-logo-image{
    max-height:220px !important;
  }
}
@media(max-width:560px){
  .nn-header-logo-wrap{
    max-height:155px !important;
  }
  .nn-header-logo-image{
    max-height:155px !important;
  }
}



/* v20 much larger header */
.nn-header.nn-header-image-mode{
  padding:12px 3vw 0 !important;
}
.nn-header-logo-wrap{
  max-height:355px !important;
  max-width:1660px !important;
  width:100% !important;
}
.nn-header-logo-image{
  width:100% !important;
  max-width:1580px !important;
  max-height:355px !important;
  object-fit:contain !important;
}
.nn-header-image-mode .nn-nav-wrap{
  max-width:1540px !important;
  min-height:40px !important;
  margin-top:0 !important;
}

@media(max-width:980px){
  .nn-header-logo-wrap{
    max-height:255px !important;
  }
  .nn-header-logo-image{
    max-height:255px !important;
  }
}
@media(max-width:560px){
  .nn-header-logo-wrap{
    max-height:175px !important;
  }
  .nn-header-logo-image{
    max-height:175px !important;
  }
}



/* v21 iPhone and iPad polish */
@media(max-width:1180px){
  .nn-header.nn-header-image-mode{
    padding:10px 22px 0 !important;
  }
  .nn-header-logo-wrap{
    max-height:290px !important;
  }
  .nn-header-logo-image{
    max-height:290px !important;
  }
  .nn-nav{
    gap:clamp(18px,4vw,46px) !important;
    font-size:13px !important;
    letter-spacing:.18em !important;
  }
  .nn-art-hero{
    height:420px !important;
  }
  .nn-art-hero-track{
    height:420px !important;
  }
  .nn-art-hero-slide{
    grid-template-columns:minmax(270px,38%) minmax(0,62%) !important;
    padding:22px 36px !important;
  }
  .nn-art-hero-image{
    height:360px !important;
  }
  .nn-art-hero-image img{
    height:350px !important;
  }
}

@media(max-width:900px){
  .nn-header-logo-wrap{
    max-height:245px !important;
  }
  .nn-header-logo-image{
    max-height:245px !important;
  }

  .nn-nav-wrap{
    overflow-x:auto !important;
    justify-content:flex-start !important;
    padding:0 10px !important;
    scrollbar-width:thin;
  }
  .nn-nav{
    width:max-content !important;
    min-width:100% !important;
    justify-content:center !important;
    gap:30px !important;
    white-space:nowrap !important;
  }

  .nn-art-hero{
    height:620px !important;
  }
  .nn-art-hero-track{
    height:620px !important;
  }
  .nn-art-hero-slide{
    grid-template-columns:1fr !important;
    grid-template-rows:auto 1fr !important;
    gap:10px !important;
    padding:28px 28px 24px !important;
  }
  .nn-art-hero-copy{
    max-height:none !important;
    order:1;
  }
  .nn-art-hero-copy h2{
    font-size:clamp(2rem,5vw,3rem) !important;
  }
  .nn-art-hero-copy p{
    max-width:520px !important;
    font-size:15.5px !important;
  }
  .nn-art-hero-image{
    order:2;
    height:315px !important;
  }
  .nn-art-hero-image img{
    height:305px !important;
    max-width:92% !important;
  }

  .nn-featured-grid,
  .nn-gallery-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:22px !important;
  }
  .nn-card-img{
    height:230px !important;
  }

  .nn-about-layout{
    grid-template-columns:1fr !important;
  }
  .nn-about-copy{
    text-align:center !important;
  }
  .nn-about-photo-wrap{
    max-width:520px !important;
    margin:0 auto !important;
  }
}

@media(max-width:640px){
  body.nn-body, body{
    background:#fbfaf7 !important;
  }
  .nn-site-shell{
    padding-bottom:28px !important;
  }
  .nn-header.nn-header-image-mode{
    padding:8px 10px 0 !important;
  }
  .nn-header-logo-wrap{
    max-height:190px !important;
  }
  .nn-header-logo-image{
    max-height:190px !important;
    width:100% !important;
  }

  .nn-nav-wrap{
    min-height:44px !important;
    border-top:1px solid rgba(205,191,178,.55);
  }
  .nn-nav{
    gap:23px !important;
    font-size:12px !important;
    letter-spacing:.16em !important;
    justify-content:flex-start !important;
    padding:0 4px !important;
  }
  .nn-nav a{
    padding:13px 0 10px !important;
  }

  .nn-main{
    padding:8px 12px 0 !important;
  }

  .nn-art-hero{
    height:610px !important;
    border-left:0 !important;
    border-right:0 !important;
  }
  .nn-art-hero-track{
    height:610px !important;
  }
  .nn-art-hero-slide{
    padding:24px 18px 20px !important;
  }
  .nn-slide-title{
    font-size:10px !important;
    letter-spacing:.22em !important;
  }
  .nn-art-hero-copy h2{
    font-size:2.05rem !important;
    line-height:1.13 !important;
  }
  .nn-mini-rule span{
    width:58px !important;
  }
  .nn-art-hero-copy p{
    font-size:14.5px !important;
    max-width:320px !important;
  }
  .nn-button,
  .nn-form-button,
  .nn-action-link{
    min-height:44px !important;
    padding:13px 20px !important;
  }
  .nn-art-hero-image{
    height:300px !important;
  }
  .nn-art-hero-image img{
    height:290px !important;
    max-width:100% !important;
  }
  .nn-dots{
    gap:15px !important;
    margin:12px 0 28px !important;
  }
  .nn-dot{
    width:12px !important;
    height:12px !important;
  }

  .nn-section-title{
    margin:8px auto 22px !important;
    gap:10px !important;
  }
  .nn-section-title h2{
    font-size:18px !important;
    letter-spacing:.18em !important;
  }
  .nn-section-title:before,
  .nn-section-title:after{
    display:none !important;
  }

  .nn-featured-grid,
  .nn-gallery-grid{
    grid-template-columns:1fr !important;
    gap:20px !important;
  }
  .nn-card{
    padding:12px !important;
  }
  .nn-card-img{
    height:260px !important;
  }

  .nn-page-section{
    padding:42px 0 !important;
  }
  .nn-text-panel h2{
    font-size:30px !important;
    line-height:1.18 !important;
  }
  .nn-text-panel p{
    font-size:16px !important;
    padding:0 8px !important;
  }

  .nn-about-section{
    padding:48px 0 !important;
  }
  .nn-about-copy h2{
    font-size:2.25rem !important;
  }
  .nn-about-copy p{
    font-size:16px !important;
    line-height:1.65 !important;
  }

  .nn-contact-form-wrap{
    margin-top:26px !important;
  }
  .nn-contact-form-only{
    padding:24px 18px !important;
  }
  .nn-contact-form input,
  .nn-contact-form textarea{
    font-size:16px !important;
    padding:14px !important;
  }
  .nn-facebook-inline{
    flex-direction:column !important;
    gap:8px !important;
    padding:14px 18px !important;
  }

  .nn-footer{
    padding:24px 16px 70px !important;
  }
  .nn-return-top{
    right:12px !important;
    bottom:12px !important;
  }
}

@media(max-width:420px){
  .nn-header-logo-wrap{
    max-height:165px !important;
  }
  .nn-header-logo-image{
    max-height:165px !important;
  }
  .nn-art-hero{
    height:595px !important;
  }
  .nn-art-hero-track{
    height:595px !important;
  }
  .nn-art-hero-copy h2{
    font-size:1.85rem !important;
  }
  .nn-art-hero-image{
    height:270px !important;
  }
  .nn-art-hero-image img{
    height:260px !important;
  }
  .nn-card-img{
    height:235px !important;
  }
  .nn-nav{
    gap:20px !important;
  }
}
