/*
Theme Name: Nassim Luxury Villa v4.6 Final
Theme URI: https://nassim.jp/
Author: OpenAI for 株式会社Nassim
Description: 伊豆高原のラグジュアリーヴィラ事業向け完成版ワンページWordPressテーマ。
Version: 4.6.0
Text Domain: nassim-v4
*/
:root{
  --gold:#bd984d;
  --gold-dark:#9d7834;
  --ink:#131313;
  --muted:#555;
  --paper:#fff;
  --ivory:#f8f6f0;
  --black:#080808;
  --max:1280px;
  --header-h:92px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;line-height:1.9;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{display:block;max-width:100%}
.wrap{width:min(var(--max),calc(100% - 64px));margin:auto}

/* Header */
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:24px 0;color:#fff;transition:background .35s ease,padding .35s ease,box-shadow .35s ease,backdrop-filter .35s ease}
.site-header.is-scrolled{padding:14px 0;background:rgba(5,5,5,.88);backdrop-filter:blur(12px);box-shadow:0 8px 26px rgba(0,0,0,.18)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:inline-flex;flex-direction:column;align-items:flex-start;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:700;font-size:46px;line-height:.95;letter-spacing:-.02em;white-space:nowrap}
.brand::after{content:"";display:block;width:100px;height:2px;margin:9px auto 0;background:linear-gradient(90deg,transparent,var(--gold),transparent)}
.custom-logo-link{display:block}.custom-logo{max-width:220px;max-height:76px;width:auto;height:auto;filter:brightness(0) invert(1)}
.menu{display:flex;align-items:center;gap:46px;font-size:17px;letter-spacing:.08em}
.menu a{position:relative;padding:8px 0;transition:color .25s ease}
.menu a::after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:var(--gold);transition:right .3s ease}
.menu a:hover,.menu a:focus{color:var(--gold)}
.menu a:hover::after,.menu a:focus::after{right:0}
.menu-toggle{display:none;border:0;background:none;color:#fff;font-size:30px;line-height:1;cursor:pointer}

/* Hero */
.hero{min-height:100svh;position:relative;color:#fff;display:grid;align-items:center;overflow:hidden;background:#111}
.hero-bg{position:absolute;inset:-5%;background:url('assets/images/hero.jpg') center 48%/cover no-repeat;transform:scale(1.04);will-change:transform}
.hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.44) 0%,rgba(0,0,0,.23) 55%,rgba(0,0,0,.10) 100%)}
.hero-content{position:relative;z-index:2;padding-top:var(--header-h);padding-bottom:36px}
.hero-copy{max-width:760px;transform:translateX(-6px)}
.hero h1{font-weight:400;font-size:clamp(48px,6.5vw,88px);line-height:1.42;letter-spacing:.045em;margin:0 0 12px;text-shadow:0 4px 22px rgba(0,0,0,.22)}
.hero-sub{font-family:Georgia,"Times New Roman",serif;font-size:clamp(21px,2vw,31px);margin:0 0 34px;letter-spacing:.01em}
.hero-actions{display:flex;gap:16px}
.outline-btn,.gold-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:190px;min-height:60px;padding:15px 28px;border:1.5px solid rgba(255,255,255,.9);font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;font-size:15px;letter-spacing:.08em;overflow:hidden;transition:color .3s ease,border-color .3s ease,background .3s ease,transform .3s ease}
.outline-btn::before{content:"";position:absolute;inset:0;background:var(--gold);transform:translateX(-102%);transition:transform .35s ease;z-index:-1}
.outline-btn:hover{border-color:var(--gold);transform:translateY(-2px)}
.outline-btn:hover::before{transform:translateX(0)}
.gold-btn{background:var(--gold);border-color:var(--gold);color:#fff;min-width:184px}
.gold-btn:hover{background:var(--gold-dark);border-color:var(--gold-dark);transform:translateY(-2px)}
.scroll-mark{position:absolute;z-index:3;bottom:20px;left:50%;transform:translateX(-50%);font-size:11px;letter-spacing:.22em;text-align:center;animation:pulse 2s ease-in-out infinite}
.scroll-mark::before{content:"";display:block;width:1px;height:32px;background:#fff;margin:0 auto 8px;opacity:.9}
@keyframes pulse{0%,100%{opacity:.45;transform:translateX(-50%) translateY(0)}50%{opacity:1;transform:translateX(-50%) translateY(6px)}}

/* Common sections */
.section{padding:104px 0}
.section-kicker{color:var(--gold);font:16px/1.2 Georgia,"Times New Roman",serif;letter-spacing:.18em;margin-bottom:14px}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}
.reveal.is-visible{opacity:1;transform:none}

/* About */
.about{background:#fff}
.about-grid{display:grid;grid-template-columns:.95fr 1.16fr;gap:94px;align-items:center}
.about h2,.service h2{font-size:46px;font-weight:400;line-height:1.3;margin:0 0 26px}
.about p{font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;font-size:17px;line-height:2.15;margin:0 0 30px;max-width:600px}
.about-image{overflow:hidden;box-shadow:0 22px 54px rgba(0,0,0,.08)}
.about-image img{width:100%;aspect-ratio:1.78/1;object-fit:cover;transition:transform 1.1s ease}
.about-image:hover img{transform:scale(1.035)}

/* Service */
.service{text-align:center;background:#fff;padding-top:72px}
.service h2{margin-bottom:56px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:52px}
.service-item{padding:36px 44px;display:grid;grid-template-columns:82px 1fr;gap:22px;text-align:left;align-items:start;transition:transform .35s ease,box-shadow .35s ease,background .35s ease}
.service-item+.service-item{border-left:1px solid #ddd}
.service-item:hover{transform:translateY(-8px);background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.07)}
.service-icon{width:68px;height:68px;color:var(--gold);transition:transform .35s ease}
.service-item:hover .service-icon{transform:translateY(-3px) scale(1.04)}
.service-item h3{margin:0 0 14px;font-size:24px;font-weight:400;line-height:1.5}
.service-item p{font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;font-size:14px;line-height:2;margin:0}

/* Gallery */
.gallery{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.gallery-item{position:relative;overflow:hidden;min-height:285px;background:#111}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.2,.7,.2,1),filter .5s ease}
.gallery-item::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.16),transparent 45%);opacity:.5;transition:opacity .5s ease}
.gallery-item:hover img{transform:scale(1.07);filter:saturate(1.05)}
.gallery-item:hover::after{opacity:.15}

/* Contact */
.contact{background:linear-gradient(90deg,#080808 0 55%,#121212 55%);color:#fff;padding:72px 0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.contact h2{font-size:46px;font-weight:400;margin:0 0 14px}
.contact p{font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;font-size:14px}
.contact-panel{display:grid;gap:22px}
.contact-link{position:relative;border:1px solid #777;padding:22px 28px;display:flex;align-items:center;justify-content:space-between;font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;font-size:16px;overflow:hidden;transition:border-color .3s ease,color .3s ease}
.contact-link::before{content:"";position:absolute;inset:0;background:var(--gold);transform:translateX(-102%);transition:transform .35s ease;z-index:-1}
.contact-link .arrow{transition:transform .3s ease}
.contact-link:hover{border-color:var(--gold)}
.contact-link:hover::before{transform:translateX(0)}
.contact-link:hover .arrow{transform:translateX(7px)}
.contact-phone{font:31px Georgia,"Times New Roman",serif;display:flex;gap:20px;align-items:baseline;flex-wrap:wrap}
.contact-phone small{font:12px "Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif}

/* Footer */
.site-footer{background:#080808;color:#fff;border-top:1px solid #3d3d3d;padding:26px 0 28px}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-brand{font:italic 38px Georgia,"Times New Roman",serif}
.footer-nav{display:flex;gap:46px;font:13px Georgia,"Times New Roman",serif;letter-spacing:.04em}
.footer-nav a{transition:color .25s ease}.footer-nav a:hover{color:var(--gold)}
.copyright{text-align:center;color:#aaa;font:12px Georgia,"Times New Roman",serif;margin-top:10px}

/* Modal form */
.contact-modal{position:fixed;inset:0;z-index:300;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.72);backdrop-filter:blur(8px)}
.contact-modal.is-open{display:flex}
.modal-card{position:relative;width:min(680px,100%);max-height:92vh;overflow:auto;background:#fff;color:#111;padding:42px;box-shadow:0 28px 80px rgba(0,0,0,.38)}
.modal-close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:30px;cursor:pointer}
.modal-card h2{font-size:34px;font-weight:400;margin:0 0 10px}
.modal-card p{margin:0 0 24px;font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;font-size:14px;color:#666}
.contact-form{display:grid;gap:16px}
.contact-form label{display:grid;gap:7px;font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;font-size:14px}
.contact-form input,.contact-form textarea{width:100%;border:1px solid #ccc;padding:13px 14px;background:#fff}
.contact-form textarea{min-height:150px;resize:vertical}
.contact-form .hp-field{position:absolute;left:-9999px}
.form-submit{border:0;cursor:pointer;justify-self:start}
.form-message{padding:12px 16px;margin-bottom:22px;font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;font-size:14px}
.form-message.success{background:#edf7ef;color:#1f6a2e}.form-message.error{background:#fff0f0;color:#8a2222}

/* Responsive */
@media(max-width:1024px){
  .menu{gap:28px;font-size:15px}
  .about-grid{gap:56px}
  .service-item{padding:30px 24px;grid-template-columns:72px 1fr}
  .contact-grid{gap:52px}
}
@media(max-width:900px){
  .about-grid{grid-template-columns:1fr;gap:42px}
  .about-image{order:-1}
  .service-grid{grid-template-columns:1fr}
  .service-item{padding:32px 0}
  .service-item+.service-item{border-left:0;border-top:1px solid #ddd}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .contact{background:#090909}
  .contact-grid{grid-template-columns:1fr;gap:34px}
}
@media(max-width:760px){
  :root{--header-h:72px}
  .wrap{width:min(100% - 30px,var(--max))}
  .site-header{padding:16px 0}.site-header.is-scrolled{padding:12px 0}
  .brand{font-size:34px}.brand::after{width:78px}.custom-logo{max-width:165px;max-height:56px}
  .menu-toggle{display:block}
  .menu{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(5,5,5,.97);padding:28px 26px 34px;flex-direction:column;align-items:flex-start;gap:20px;font-size:16px;border-top:1px solid rgba(255,255,255,.12)}
  .menu.open{display:flex}
  .hero{min-height:760px}
  .hero-bg{background-position:58% center}
  .hero::before{background:linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.20))}
  .hero h1{font-size:48px;line-height:1.4}
  .hero-sub{font-size:21px}
  .hero-actions{flex-direction:column;width:230px}
  .outline-btn{width:100%}
  .section{padding:68px 0}
  .about h2,.service h2,.contact h2{font-size:36px}
  .about p{font-size:15px;line-height:2}
  .service-item{grid-template-columns:64px 1fr}
  .service-icon{width:58px;height:58px}
  .gallery-item{min-height:190px}
  .contact-phone{font-size:25px}
  .footer-top{flex-direction:column;gap:18px}
  .footer-nav{gap:22px;flex-wrap:wrap;justify-content:center}
  .modal-card{padding:34px 24px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}

/* v4 readability correction — removes image-baked duplicate text and improves clarity */
.hero-bg{
  background-image:url('assets/images/hero-clean.jpg');
  background-position:center center;
  transform:scale(1.015);
}
.hero::before{
  background:linear-gradient(90deg,rgba(0,0,0,.38) 0%,rgba(0,0,0,.20) 52%,rgba(0,0,0,.08) 100%);
}
.brand{width:220px;height:82px;display:flex;justify-content:flex-start;font-size:0;line-height:1}
.brand::after{display:none}
.brand-logo{display:block;width:210px;height:auto;overflow:visible}
.brand-word{fill:#fff;font-family:Georgia,"Times New Roman",serif;font-size:55px;font-style:italic;font-weight:700;letter-spacing:-2px}
.brand-mountain,.brand-wave{fill:none;stroke:var(--gold);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.site-header{padding:18px 0;background:linear-gradient(to bottom,rgba(0,0,0,.32),transparent)}
.site-header.is-scrolled{padding:10px 0;background:rgba(7,7,7,.94)}
.header-inner{min-height:72px}
.menu{font-size:16px;font-weight:500;text-shadow:0 1px 8px rgba(0,0,0,.55)}
.hero-copy{max-width:690px}
.hero h1{
  font-size:clamp(50px,5.6vw,82px);
  line-height:1.34;
  letter-spacing:.025em;
  text-shadow:0 2px 14px rgba(0,0,0,.55);
}
.hero-sub{text-shadow:0 2px 10px rgba(0,0,0,.55)}
.outline-btn{background:rgba(0,0,0,.12);text-shadow:0 1px 5px rgba(0,0,0,.5)}
.about h2,.service h2,.contact h2{letter-spacing:.01em;text-rendering:optimizeLegibility}
.about p,.service-item p,.contact p{font-feature-settings:"palt" 1;letter-spacing:.015em}
.service-item h3{word-break:keep-all;overflow-wrap:normal}
.reveal{transition-duration:.62s}

@media(max-width:760px){
  .brand{width:170px;height:58px}.brand-logo{width:160px}
  .hero-bg{background-position:62% center}
  .hero h1{font-size:44px;line-height:1.38}
  .menu{text-shadow:none}
}

/* v4.1 final corrections */
/* Keep the main Japanese catch copy on exactly two lines. */
.hero-copy{max-width:920px}
.hero h1 span{display:block;white-space:nowrap}
.hero h1{font-size:clamp(48px,5.25vw,76px);line-height:1.34;letter-spacing:.018em}

/* A slightly shorter hero reveals more of the original photograph instead of over-cropping it. */
.hero{min-height:min(82svh,820px)}
.hero-bg{inset:0;transform:none;background-size:cover;background-position:center 52%}

/* Keep phone digits level and evenly spaced on every browser. */
.contact-phone{font-family:Arial,"Helvetica Neue",sans-serif;font-style:normal;line-height:1.15;letter-spacing:0;transform:none}
.contact-phone .tel-label{font-family:Georgia,"Times New Roman",serif;font-size:.9em;line-height:1}
.contact-phone .tel-number{display:inline-block;font-family:Arial,"Helvetica Neue",sans-serif;font-style:normal;font-weight:400;font-variant-numeric:lining-nums tabular-nums;font-feature-settings:"lnum" 1,"tnum" 1;letter-spacing:.01em;line-height:1;white-space:nowrap;transform:none;text-rendering:geometricPrecision}
.contact-phone small{line-height:1.4}

@media(max-width:1100px){
  .hero h1{font-size:clamp(46px,5.7vw,68px)}
}
@media(max-width:760px){
  .hero{min-height:720px}
  .hero h1 span{white-space:normal}
  .hero h1{font-size:42px;line-height:1.38}
  .hero-bg{background-position:48% center}
  .contact-phone{gap:10px 14px}
  .contact-phone .tel-number{font-size:24px}
}


/* =========================================================
   v4.2 FINAL — live-site corrections
   1) Hero displays the full source photograph on desktop.
   2) No scroll-time scaling or parallax crop.
   3) Fixed-header anchor destinations receive proper offset.
   4) Company image uses a high-resolution source.
   ========================================================= */
html{scroll-padding-top:110px}
section[id]{scroll-margin-top:110px}

@media (min-width:761px){
  .hero{
    width:100%;
    aspect-ratio:1920/1008;
    min-height:0;
    max-height:none;
    height:auto;
    align-items:center;
  }
  .hero-bg{
    inset:0;
    transform:none !important;
    background-image:url('assets/images/hero.jpg');
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center center;
  }
  .hero-content{padding-top:var(--header-h);padding-bottom:20px}
  .hero-copy{max-width:900px}
}

.company-image img{
  width:100%;
  aspect-ratio:5/3;
  object-fit:cover;
  image-rendering:auto;
}

@media (max-width:760px){
  html{scroll-padding-top:82px}
  section[id]{scroll-margin-top:82px}
  .hero{min-height:720px;aspect-ratio:auto}
  .hero-bg{
    inset:0;
    transform:none !important;
    background-size:cover;
    background-position:42% center;
  }
}

/* =========================================================
   v4.3 FINAL — production display corrections
   - clean hero photograph (no baked text/menu or white marker)
   - desktop hero height matched to the approved rough layout
   - English-only navigation
   - company photograph constrained to an appropriate landscape size
   ========================================================= */

/* Prevent any older hero declarations from reintroducing the screenshot image. */
.hero{
  width:100%;
  height:clamp(680px,78svh,820px);
  min-height:0;
  max-height:820px;
  aspect-ratio:auto;
  position:relative;
  overflow:hidden;
}
.hero-bg{
  position:absolute;
  inset:0;
  background-image:url('assets/images/hero-v43.jpg') !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center 52% !important;
  transform:none !important;
  will-change:auto;
}
.hero::before{
  background:linear-gradient(90deg,rgba(0,0,0,.40) 0%,rgba(0,0,0,.22) 52%,rgba(0,0,0,.10) 100%);
}
.hero-content{
  height:100%;
  display:flex;
  align-items:center;
  padding-top:96px;
  padding-bottom:48px;
}
.hero-copy{max-width:900px;transform:none}
.hero h1{margin-bottom:14px}
.hero h1 span{display:block;white-space:nowrap}

/* Header navigation is English only and never uses generated subtitles. */
.menu a::before,.menu a span,.menu a small{display:none !important}
.menu a{font-size:16px;line-height:1;white-space:nowrap}

/* Company area: approved landscape composition, not an oversized portrait block. */
#company .about-grid{
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
  gap:72px;
}
.company-image{
  width:100%;
  max-width:700px;
  justify-self:end;
  overflow:hidden;
  box-shadow:0 18px 46px rgba(0,0,0,.08);
}
.company-image img{
  width:100%;
  height:auto;
  max-height:420px;
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:center 52%;
  image-rendering:auto;
}

/* Stable anchor destinations beneath the fixed header. */
html{scroll-padding-top:104px}
section[id]{scroll-margin-top:104px}

@media (max-width:1100px){
  .hero{height:clamp(640px,72svh,760px)}
  #company .about-grid{grid-template-columns:1fr 1fr;gap:48px}
  .company-image{max-width:100%}
}
@media (max-width:760px){
  .hero{height:720px;min-height:720px;max-height:none}
  .hero-bg{
    background-size:cover !important;
    background-position:42% center !important;
  }
  .hero-content{padding-top:92px;padding-bottom:44px;align-items:center}
  .hero h1 span{white-space:normal}
  #company .about-grid{grid-template-columns:1fr;gap:34px}
  .company-image{justify-self:stretch}
  .company-image img{max-height:none;aspect-ratio:16/10}
  html{scroll-padding-top:82px}
  section[id]{scroll-margin-top:82px}
}

/* =========================================================
   v4.4 FINAL — approved hero composition
   The hero is a real image element, not a CSS background.
   This preserves the complete 16:9 source photograph on desktop.
   ========================================================= */
.hero{
  width:100%;
  height:auto;
  min-height:0;
  max-height:none;
  aspect-ratio:16/9;
  display:block;
  position:relative;
  overflow:hidden;
  background:#080808;
}
.hero-media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  display:block;
  z-index:0;
}
.hero-bg{display:none!important}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(0,0,0,.43) 0%,rgba(0,0,0,.22) 52%,rgba(0,0,0,.10) 100%);
  pointer-events:none;
}
.hero-content{
  position:absolute;
  inset:0;
  z-index:2;
  height:100%;
  display:flex;
  align-items:center;
  padding-top:92px;
  padding-bottom:42px;
}
.scroll-mark{z-index:3}

/* Keep the approved two-line copy within the complete photograph. */
.hero-copy{max-width:840px}
.hero h1{font-size:clamp(48px,5vw,76px);line-height:1.34}

/* Use the landscape company image at a controlled, non-oversized size. */
.company-image{max-width:680px}
.company-image img{
  width:100%;
  height:auto;
  max-height:none;
  aspect-ratio:5/3;
  object-fit:cover;
  object-position:center center;
}

@media (max-width:1100px){
  .hero{aspect-ratio:16/9}
  .hero-content{padding-top:84px;padding-bottom:34px}
  .hero h1{font-size:clamp(43px,5.2vw,62px)}
}
@media (max-width:760px){
  .hero{
    aspect-ratio:auto;
    height:720px;
    min-height:720px;
  }
  .hero-media{
    object-fit:cover;
    object-position:42% center;
  }
  .hero-content{padding-top:88px;padding-bottom:42px}
  .hero h1{font-size:42px}
}

/* =========================================================
   v4.5 FINAL — wide hero composed from the complete source photo
   The foreground photograph is not enlarged or cropped. The side area
   is a soft extension so the composition remains immersive on wide PCs.
   ========================================================= */
.hero{
  height:clamp(700px,82svh,820px)!important;
  min-height:700px!important;
  max-height:820px!important;
  aspect-ratio:auto!important;
  background:#090909!important;
  position:relative!important;
  overflow:hidden!important;
}
.hero-media{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  animation:none!important;
  filter:none!important;
}
.hero::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(90deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.38) 35%,rgba(0,0,0,.15) 67%,rgba(0,0,0,.08) 100%)!important;
  pointer-events:none!important;
}
.hero-content{z-index:2!important}
.hero h1 span{display:block!important;white-space:nowrap!important}
@media (max-width:1024px){
  .hero{height:720px!important;min-height:720px!important;max-height:720px!important}
  .hero-media{object-position:55% center!important}
  .hero h1 span{white-space:normal!important}
}
@media (max-width:767px){
  .hero{height:700px!important;min-height:700px!important;max-height:700px!important}
  .hero-media{object-position:61% center!important}
}
