/*
Theme Name: RE:LAX Holiday Homes
Author: RE:LAX
Description: Custom WordPress front page for four RE:LAX holiday homes in Skovmose and Costa Blanca.
Version: 1.17.0
Text Domain: relax-holiday
*/
:root{--cream:#f3eadf;--cream2:#eee2d4;--ink:#253326;--muted:#6d675f;--green:#214b35;--border:rgba(64,48,33,.14);--shadow:0 8px 30px rgba(68,48,29,.06)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:#302d29;font-family:Arial,Helvetica,sans-serif;line-height:1.45}.wrap{width:min(1400px,calc(100% - 64px));margin:0 auto}a{color:inherit}img{display:block;max-width:100%}
.site-header{background:#efe2d4;border-bottom:1px solid rgba(0,0,0,.04);position:relative;z-index:5}.header-inner{height:70px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{text-decoration:none;font-size:30px;letter-spacing:.22em;color:#222b24;font-weight:400}.nav{display:flex;gap:38px;align-items:center;font-size:11px;letter-spacing:.08em}.nav a{text-decoration:none}.lang{margin-left:4px}
.hero-banner{width:100%;overflow:hidden;background:#d8b98f}.hero-banner img{width:100%;height:clamp(360px,42vw,610px);object-fit:cover;object-position:center center}
.homes-section{padding:28px 0 38px}.homes-heading{text-align:center;margin-bottom:24px}.homes-heading .eyebrow{margin:0 0 2px;font-size:18px;letter-spacing:.14em;font-weight:500}.homes-heading h1{margin:0;font-size:13px;letter-spacing:.22em;font-weight:400}
.homes-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.home-card{background:#f4ede4;border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.home-image-link{display:block;overflow:hidden;aspect-ratio:1.62/1;background:#ddd}.home-image-link img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.home-card:hover .home-image-link img{transform:scale(1.025)}.home-content{padding:16px 15px 15px;display:flex;flex-direction:column;flex:1}.home-type{font-size:12px;letter-spacing:.08em;margin:0 0 4px}.home-content h2{font-size:15px;margin:0 0 1px;font-weight:500}.home-place{font-size:12px;color:var(--muted);margin:0 0 14px}.specs{display:flex;gap:11px;flex-wrap:wrap;font-size:11px;margin-bottom:12px}.features{font-size:11px;margin:0 0 16px;min-height:32px}.home-button{margin-top:auto;display:flex;align-items:center;justify-content:center;padding:12px 10px;background:var(--green);color:#fff;text-decoration:none;border-radius:6px;font-size:11px;letter-spacing:.1em;transition:filter .2s ease,transform .2s ease}.home-button:hover{filter:brightness(1.08);transform:translateY(-1px)}
.trust-strip{border-top:1px solid var(--border);padding:22px 0 28px;background:var(--cream2)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.trust-grid>div{padding:0 42px;border-right:1px solid rgba(56,47,37,.24);display:flex;flex-direction:column;gap:3px}.trust-grid>div:last-child{border-right:0}.trust-grid strong{font-size:13px;letter-spacing:.11em;font-weight:500}.trust-grid span{font-size:12px;color:#5f5a52}
.site-footer{padding:28px 0;background:#243227;color:#f5eee5}.footer-inner{display:flex;justify-content:space-between;gap:20px;font-size:12px}.footer-inner strong{font-size:17px;letter-spacing:.18em}
@media(max-width:1100px){.nav{gap:20px}.homes-grid{grid-template-columns:repeat(2,1fr)}.hero-banner img{height:440px}}
@media(max-width:760px){.wrap{width:min(100% - 28px,1400px)}.header-inner{height:62px}.brand{font-size:24px}.nav a:not(:first-child),.lang{display:none}.nav{font-size:10px}.hero-banner img{height:330px;object-position:center}.homes-section{padding-top:22px}.homes-heading .eyebrow{font-size:14px}.homes-grid{grid-template-columns:1fr}.home-image-link{aspect-ratio:16/9}.trust-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0;border-bottom:1px solid rgba(56,47,37,.18);padding:15px 0}.trust-grid>div:last-child{border-bottom:0}.footer-inner{flex-direction:column}}

/* Version 1.3 additions: attached RE:LAX logo + property detail pages. The original hero and four-card layout are intentionally unchanged. */
.brand-logo{display:flex;align-items:center;text-decoration:none}.brand-logo img{width:54px;height:54px;object-fit:contain;border-radius:50%}.property-page{background:var(--cream)}.property-top{padding:28px 0 26px;background:var(--cream2);border-bottom:1px solid var(--border)}.property-breadcrumb{display:flex;gap:10px;align-items:center;font-size:11px;color:var(--muted);margin-bottom:24px}.property-breadcrumb a{text-decoration:none}.property-heading .home-type{margin:0 0 5px;font-size:12px;letter-spacing:.1em}.property-heading h1{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:0 0 8px;font-weight:500;color:var(--ink)}.property-place{margin:0;color:var(--muted);font-size:14px}.property-main{padding:42px 0 58px}.property-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.65fr);gap:36px;align-items:start}.property-lead-image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;border:1px solid var(--border);box-shadow:var(--shadow)}.property-copy{padding:28px 2px 12px}.property-copy h2,.video-section h2,.booking-card h2{margin:0 0 12px;color:var(--ink);font-weight:500}.property-copy p{max-width:780px}.property-facts{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 10px}.property-facts span{background:#f4ede4;border:1px solid var(--border);border-radius:999px;padding:8px 11px;font-size:12px}.property-features{font-size:13px;color:var(--muted)}.video-section{margin-top:32px}.section-kicker{font-size:11px;letter-spacing:.13em;color:var(--muted);margin:0 0 6px}.video-frame{overflow:hidden;border-radius:8px;background:#111;border:1px solid var(--border);box-shadow:var(--shadow)}.video-frame video{display:block;width:100%;aspect-ratio:16/9;background:#111}.video-placeholder{aspect-ratio:16/9;border:1px dashed rgba(64,48,33,.3);border-radius:8px;background:#eee2d4;display:grid;place-items:center;color:var(--muted);font-size:14px}.booking-card{position:sticky;top:22px;background:#f4ede4;border:1px solid var(--border);border-radius:8px;padding:24px;box-shadow:var(--shadow)}.booking-card p{font-size:13px}.booking-button{display:flex;align-items:center;justify-content:center;text-align:center;padding:13px 12px;background:var(--green);color:#fff;text-decoration:none;border-radius:6px;font-size:11px;letter-spacing:.08em;margin-top:20px}.booking-note{display:block;color:var(--muted);font-size:10px;text-align:center;margin-top:8px}.standard-page{padding:50px 0}.standard-page h1{color:var(--ink)}
@media(max-width:760px){.brand-logo img{width:46px;height:46px}.property-layout{grid-template-columns:1fr}.booking-card{position:static}.property-main{padding-top:28px}.property-top{padding-top:20px}.property-breadcrumb{margin-bottom:18px}}


/* Version 1.4: Contact page. Homepage hero and four property cards remain unchanged. */
.nav a.is-active{position:relative}.nav a.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:#e89412}
.contact-page{background:#f6eee3;color:#302d29}.contact-hero{height:clamp(300px,34vw,470px);position:relative;overflow:hidden}.contact-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 54%}.contact-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,238,227,.08) 0%,rgba(246,238,227,.2) 40%,rgba(246,238,227,.68) 100%)}.contact-hero-copy{height:100%;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:min(56%,760px)}.contact-kicker{margin:0 0 8px;font-size:11px;letter-spacing:.16em;color:#7b6041}.contact-hero-copy h1{margin:0;color:#3b3023;font-weight:400;font-size:clamp(44px,6vw,76px);line-height:1}.contact-hero-copy>p:not(.contact-kicker){margin:13px 0 8px;font-size:clamp(17px,2vw,23px);color:#53493d}.contact-accent{display:block;width:54px;height:3px;background:#ee9410;border-radius:999px;margin-top:9px}.contact-intro{padding:60px 0 34px}.contact-intro-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center}.contact-copy h2{font-weight:400;font-size:clamp(34px,4vw,52px);margin:0;color:#403529}.contact-copy p:not(.contact-kicker){max-width:520px;font-size:15px;color:#5f574e;line-height:1.75;margin:22px 0 0}.coast-graphic{height:330px;position:relative;overflow:hidden;border-radius:50% 50% 12% 12% / 56% 56% 12% 12%;background:radial-gradient(circle at 50% 42%,#f6dbae 0 23%,#f5e8d7 24% 100%);border-bottom:2px solid #8b6b48}.coast-sun{position:absolute;width:150px;height:150px;border-radius:50%;background:rgba(238,148,16,.15);left:50%;top:42px;transform:translateX(-50%)}.coast-wave{position:absolute;height:20px;border-top:2px solid #8b6b48;border-radius:50%;bottom:32px}.wave-one{left:8%;width:58%;transform:rotate(-2deg)}.wave-two{right:6%;width:50%;bottom:17px;transform:rotate(2deg)}.coast-house{position:absolute;width:125px;height:68px;border:3px solid #856744;border-top:0;left:46%;bottom:43px;background:#f6eee3}.coast-house:before{content:"";position:absolute;width:92px;height:92px;border-left:3px solid #856744;border-top:3px solid #856744;transform:rotate(45deg);left:14px;top:-48px;background:#f6eee3}.coast-house:after{content:"";position:absolute;width:24px;height:40px;border:2px solid #856744;border-bottom:0;left:50px;bottom:0}.coast-house i{position:absolute;width:19px;height:19px;border:2px solid #856744;right:17px;top:15px;z-index:3}.coast-palm{position:absolute;width:8px;height:190px;background:#856744;right:18%;bottom:34px;transform:rotate(8deg);border-radius:50%}.coast-palm:before,.coast-palm:after,.coast-palm i:before,.coast-palm i:after,.coast-palm b:before,.coast-palm b:after{content:"";position:absolute;width:92px;height:24px;border-top:4px solid #856744;border-radius:50%;top:-2px;left:-5px;transform-origin:left center}.coast-palm:after{transform:rotate(34deg)}.coast-palm:before{transform:rotate(-34deg)}.coast-palm i:before{transform:rotate(70deg)}.coast-palm i:after{transform:rotate(-70deg)}.coast-palm b:before{transform:rotate(110deg)}.coast-palm b:after{transform:rotate(-110deg)}.coast-bird{position:absolute;font-family:Georgia,serif;font-size:38px;color:#856744}.bird-one{left:18%;top:102px}.bird-two{left:31%;top:136px;font-size:30px}.contact-details{padding:18px 0 34px}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.contact-card{background:rgba(255,250,242,.65);border:1px solid rgba(110,82,51,.09);border-radius:16px;padding:26px 18px 24px;text-align:center;box-shadow:0 10px 35px rgba(83,59,31,.035)}.contact-icon{width:58px;height:58px;margin:0 auto 13px;border-radius:50%;background:#ee9410;display:grid;place-items:center}.contact-icon svg{width:31px;height:31px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.contact-card span{display:block;font-size:13px;color:#6d6256;margin-bottom:6px}.contact-card strong{font-size:17px;color:#322a22}.contact-card a{text-decoration:none}.contact-card a:hover{text-decoration:underline}.contact-welcome{padding:10px 0 64px}.welcome-panel{display:grid;grid-template-columns:150px 1fr 280px;gap:32px;align-items:center;background:rgba(255,250,242,.56);border:1px solid rgba(110,82,51,.09);border-radius:18px;padding:28px 38px}.welcome-copy h2{font-size:24px;font-weight:400;margin:0;color:#44372b}.welcome-copy p{max-width:630px;color:#655c53;font-size:13px;line-height:1.65;margin:18px 0 0}.welcome-note{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:25px;line-height:1.25;text-align:center;color:#7a5632;transform:rotate(-3deg)}.welcome-note span{color:#d88a19}.lifebuoy{width:112px;height:112px;border:4px solid #8e6b47;border-radius:50%;position:relative;margin:auto}.lifebuoy:before{content:"";position:absolute;inset:22px;border:3px solid #8e6b47;border-radius:50%}.lifebuoy:after{content:"";position:absolute;inset:-4px;border-radius:50%;background:linear-gradient(45deg,transparent 0 39%,#f6eee3 40% 48%,transparent 49% 100%);transform:rotate(12deg)}
@media(max-width:900px){.contact-hero-copy{padding-left:45%}.contact-intro-grid{grid-template-columns:1fr;gap:32px}.coast-graphic{height:290px}.welcome-panel{grid-template-columns:120px 1fr}.welcome-note{grid-column:1/-1}.contact-cards{gap:14px}}
@media(max-width:650px){.contact-hero{height:330px}.contact-hero-shade{background:rgba(246,238,227,.55)}.contact-hero-copy{padding-left:0;align-items:center;text-align:center}.contact-hero-copy .contact-accent{margin-left:auto;margin-right:auto}.contact-intro{padding-top:42px}.contact-cards{grid-template-columns:1fr}.welcome-panel{grid-template-columns:1fr;padding:26px 22px}.welcome-note{grid-column:auto}.coast-graphic{height:250px}.contact-page .wrap{width:min(100% - 28px,1400px)}.nav a.is-active:after{bottom:-6px}}

/* Version 1.5: approved clean Contact hero and Pilemose video. */
.contact-hero.contact-hero-approved{height:auto;background:#2d2a25}.contact-hero.contact-hero-approved>img{position:relative;inset:auto;width:100%;height:auto;display:block;object-fit:contain;object-position:center}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:650px){.contact-hero.contact-hero-approved{height:auto}.contact-hero.contact-hero-approved>img{height:auto;min-height:210px;object-fit:cover;object-position:center}}

/* Version 1.6 – detaljerede boligoplysninger */
.property-intro{font-size:1.08rem;font-weight:600;color:#4c493f}
.property-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:30px}
.property-detail-card{background:#fbf6ec;border:1px solid rgba(117,108,85,.14);border-radius:18px;padding:24px}
.property-detail-card h3{margin:0 0 16px;font-size:1.18rem;color:#4e5145}
.property-detail-card ul{margin:0;padding:0;list-style:none}
.property-detail-card li{position:relative;padding:7px 0 7px 20px;border-bottom:1px solid rgba(117,108,85,.10)}
.property-detail-card li:last-child{border-bottom:0}
.property-detail-card li:before{content:'•';position:absolute;left:2px;color:#e99100;font-weight:700}
.property-spec-card dl{margin:0}
.property-spec-card dl div{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid rgba(117,108,85,.10)}
.property-spec-card dl div:last-child{border-bottom:0}
.property-spec-card dt{font-weight:500;color:#777064}
.property-spec-card dd{margin:0;text-align:right;font-weight:700;color:#3f4038}
.property-source-note{font-size:.83rem;color:#817b70;margin-top:18px}
@media(max-width:760px){.property-detail-grid{grid-template-columns:1fr}}


/* Version 1.7 – Om RE:LAX */
.about-page{background:#f7efe4;color:#3e392f}.about-hero{padding:90px 0 78px;text-align:center;background:linear-gradient(135deg,#ead8bf,#f8f0e6 55%,#efd7b5)}.about-kicker{font-size:11px;letter-spacing:.18em;color:#8a6948;margin:0 0 10px}.about-hero h1,.about-section h2,.about-finale h2{font-weight:400;color:#40352a}.about-hero h1{font-size:clamp(46px,7vw,78px);margin:0}.about-lead{font-family:Georgia,serif;font-style:italic;font-size:23px;color:#9a6329;margin:12px 0 0}.about-section{padding:68px 0}.about-soft{background:#f0e3d3}.about-narrow{max-width:880px;text-align:center}.about-narrow p{line-height:1.8}.about-intro{font-size:1.2rem}.about-section h2{font-size:clamp(30px,4vw,46px);margin:0 0 26px}.about-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:36px 0 28px;position:relative}.about-timeline:before{content:"";position:absolute;left:8%;right:8%;top:24px;height:2px;background:#d69235}.about-timeline div{position:relative;text-align:center}.about-timeline strong{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#e89117;color:#fff;margin:0 auto 12px;position:relative;z-index:1}.about-timeline span{font-size:13px;display:block}.about-center{text-align:center;max-width:760px;margin:0 auto}.about-two{display:grid;grid-template-columns:1fr 1fr;gap:70px}.about-two article p{line-height:1.75}.about-two blockquote{border-left:3px solid #e89117;margin:34px 0 0;padding:10px 0 10px 22px;font-family:Georgia,serif;font-size:24px;font-style:italic;color:#795638}.about-pet-card{background:#fbf5ec;border-radius:22px;padding:36px;border:1px solid rgba(110,82,51,.1)}.about-paw{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#e89117;color:#fff;font-size:27px;margin-bottom:20px}.about-finale{text-align:center;padding:82px 0;background:#44392f;color:#f9f0e5}.about-finale h2{color:#fff}.about-finale p{line-height:1.8}.about-mantra{margin:34px auto;display:flex;flex-direction:column;gap:5px;font-family:Georgia,serif;font-size:21px}.about-finale h3{font-size:36px;font-weight:400;margin:38px 0 4px;color:#fff}.about-tagline{color:#eeb15c;font-family:Georgia,serif;font-style:italic;font-size:20px}.about-page strong{color:#47382b}
@media(max-width:760px){.about-section{padding:48px 0}.about-two{grid-template-columns:1fr;gap:34px}.about-timeline{grid-template-columns:1fr 1fr;gap:28px}.about-timeline:before{display:none}.about-hero{padding:62px 0 54px}}


/* RE:LAX v1.9 – visual Om RE:LAX page */
.about-hero-photo{position:relative;min-height:430px;background-image:linear-gradient(90deg,rgba(18,28,22,.58),rgba(18,28,22,.08)),url('assets/images/hero-relax.jpg');background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}
.about-hero-photo .wrap{position:relative;z-index:1}.about-hero-photo h1{font-family:Georgia,serif;font-size:clamp(46px,7vw,88px);font-weight:400;letter-spacing:.04em;margin:0 0 10px}.about-hero-photo .about-lead{font-size:24px;margin:0}.about-hero-photo .about-kicker{color:#f3b54e}
.about-story-intro{display:grid;grid-template-columns:1.18fr .82fr;gap:42px;align-items:center}.about-story-image{border-radius:24px;overflow:hidden;box-shadow:0 18px 42px rgba(27,39,30,.14)}.about-story-image img{width:100%;height:320px;object-fit:cover;display:block}
.about-destination{display:grid;grid-template-columns:1fr 1fr;gap:28px}.about-destination-card{background:#fbf5eb;border-radius:24px;overflow:hidden;border:1px solid rgba(116,91,54,.12);box-shadow:0 10px 30px rgba(48,41,30,.07)}.about-destination-card img{width:100%;height:275px;object-fit:cover;display:block}.about-destination-copy{padding:28px 30px 32px}.about-destination-copy h2{margin-top:0}
.about-cozy-section{padding-top:18px}.about-cozy-head{text-align:center;max-width:760px;margin:0 auto 30px}.about-cozy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.about-cozy-grid figure{margin:0;border-radius:18px;overflow:hidden;background:#eee;position:relative}.about-cozy-grid img{width:100%;height:210px;object-fit:cover;display:block;transition:transform .35s ease}.about-cozy-grid figure:hover img{transform:scale(1.025)}.about-cozy-grid figcaption{position:absolute;left:14px;bottom:14px;background:rgba(255,250,242,.9);backdrop-filter:blur(6px);padding:8px 12px;border-radius:999px;font-size:13px;color:#26362c;font-weight:700}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.about-value{background:#fff;border:1px solid #eadfce;border-radius:20px;padding:24px}.about-value h3{margin:0 0 10px}.about-value p{margin:0;color:#625b50}.about-value .about-value-mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#f5a300;color:#fff;font-size:22px;margin-bottom:16px}
.about-pet-wide{display:grid;grid-template-columns:.9fr 1.1fr;gap:0;background:#f7eee1;border-radius:24px;overflow:hidden}.about-pet-wide img{width:100%;height:100%;min-height:320px;object-fit:cover}.about-pet-wide .about-pet-copy{padding:40px}
@media(max-width:900px){.about-story-intro,.about-destination,.about-pet-wide{grid-template-columns:1fr}.about-cozy-grid{grid-template-columns:1fr 1fr}.about-values-grid{grid-template-columns:1fr}.about-story-image img{height:260px}.about-pet-wide img{min-height:260px}}
@media(max-width:620px){.about-hero-photo{min-height:360px}.about-cozy-grid{grid-template-columns:1fr}.about-cozy-grid img{height:230px}.about-destination-card img{height:230px}}


/* Version 1.10 – Om RE:LAX hero follows the same robust image-only logic as Contact. */
.about-hero.about-hero-approved{height:auto;background:#2d2a25;overflow:hidden}.about-hero.about-hero-approved>img{position:relative;display:block;width:100%;height:auto;object-fit:contain;object-position:center}.about-page .about-hero-approved + .about-section{padding-top:58px}
@media(max-width:650px){.about-hero.about-hero-approved{height:auto}.about-hero.about-hero-approved>img{height:auto;min-height:180px;object-fit:cover;object-position:center}.about-page .about-hero-approved + .about-section{padding-top:42px}}


/* Version 1.11 – full-width property covers matching the Om RE:LAX visual logic. */
.property-cover{min-height:430px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;position:relative;overflow:hidden}
.property-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.12));pointer-events:none}
.property-cover-copy{position:relative;z-index:1;padding-top:34px;padding-bottom:34px}
.property-cover-type{font-size:12px;letter-spacing:.18em;margin:0 0 12px;color:#f2ad37;font-weight:700}
.property-cover h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,6vw,82px);font-weight:400;line-height:1.02;letter-spacing:.015em;margin:0 0 12px;text-shadow:0 2px 15px rgba(0,0,0,.18)}
.property-cover-place{font-size:18px;margin:0;color:#fff}
.property-cover-accent{display:block;width:66px;height:3px;background:#ef9d19;margin-top:22px}
.property-main>.property-breadcrumb{padding-top:24px;margin-bottom:0}
.property-main .property-layout{padding-top:18px}
@media(max-width:760px){.property-cover{min-height:330px;background-position:center}.property-cover-copy{padding-top:28px;padding-bottom:28px}.property-cover h1{font-size:clamp(40px,12vw,58px)}.property-cover-place{font-size:15px}.property-cover-type{font-size:10px}.property-main>.property-breadcrumb{padding-top:18px}.property-main .property-layout{padding-top:10px}}


/* Version 1.12 – all four property pages use the same RE:LAX coastal hero as Om RE:LAX. */
.property-cover.property-cover-shared{
  min-height:290px;
  background-size:160% auto;
  background-position:right center;
  background-repeat:no-repeat;
  background-color:#2d2a25;
}
.property-cover.property-cover-shared:after{
  background:linear-gradient(90deg,rgba(15,24,18,.46) 0%,rgba(15,24,18,.20) 36%,rgba(15,24,18,.04) 70%);
}
.property-cover.property-cover-shared .property-cover-copy{max-width:760px}
.property-cover.property-cover-shared h1{font-size:clamp(42px,5.5vw,72px)}
@media(max-width:900px){
  .property-cover.property-cover-shared{min-height:270px;background-size:190% auto;background-position:right center}
}
@media(max-width:650px){
  .property-cover.property-cover-shared{min-height:245px;background-size:cover;background-position:72% center}
  .property-cover.property-cover-shared h1{font-size:clamp(36px,11vw,50px)}
}


/* Version 1.16 – billedgallerier på alle fem boligsider */
.property-gallery{margin-top:38px}.property-gallery-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.property-gallery-head h2{margin:0;color:var(--ink);font-weight:500}.property-gallery-count{font-size:12px;color:var(--muted)}.property-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.property-gallery-item{display:block;width:100%;padding:0;border:0;background:transparent;border-radius:8px;overflow:hidden;aspect-ratio:4/3;cursor:pointer}.property-gallery-item[hidden]{display:none}.property-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.property-gallery-item:hover img{transform:scale(1.025)}.property-gallery-more{margin-top:16px;border:0;border-radius:6px;background:var(--green);color:#fff;padding:12px 18px;font-size:11px;letter-spacing:.08em;cursor:pointer}.property-lightbox{display:none;position:fixed;inset:0;background:rgba(12,15,12,.94);z-index:9999;align-items:center;justify-content:center;padding:28px}.property-lightbox.open{display:flex}.property-lightbox img{max-width:min(94vw,1500px);max-height:88vh;object-fit:contain;box-shadow:0 18px 60px rgba(0,0,0,.35)}.property-lightbox button{position:absolute;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:#1f261f;font-size:25px;line-height:1;cursor:pointer}.property-lightbox-close{right:22px;top:22px}.property-lightbox-prev{left:22px}.property-lightbox-next{right:22px}@media(max-width:900px){.property-gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.property-gallery-grid{grid-template-columns:repeat(2,1fr);gap:8px}.property-gallery-head{align-items:start;flex-direction:column;gap:4px}.property-lightbox{padding:14px}.property-lightbox-prev{left:10px}.property-lightbox-next{right:10px}.property-lightbox-close{right:10px;top:10px}}


/* Version 1.15 – refined property facts and information cards */
.relax-ui-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.relax-ui-icon svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.property-facts{gap:12px;margin:24px 0 16px}
.property-facts span{display:inline-flex;align-items:center;gap:9px;background:#f4eee3;border:1px solid rgba(111,99,72,.16);border-radius:999px;padding:9px 14px 9px 10px;font-size:12px;color:#4a4c41;box-shadow:0 4px 14px rgba(59,51,38,.045)}
.property-facts span .relax-ui-icon{width:27px;height:27px;border-radius:50%;background:#fff8ed;color:#d98915;font-size:15px;border:1px solid rgba(217,137,21,.15)}
.property-facts span strong{font-weight:650;letter-spacing:.01em}
.property-detail-grid{gap:20px;margin-top:34px}
.property-detail-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#fffaf1 0%,#f8f1e6 100%);border:1px solid rgba(111,99,72,.13);border-radius:20px;padding:0 24px 22px;box-shadow:0 12px 32px rgba(59,51,38,.065);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.property-detail-card:before{content:"";display:block;height:4px;margin:0 -24px 20px;background:#d89427}
.property-detail-card:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(59,51,38,.09);border-color:rgba(111,99,72,.20)}
.property-detail-card h3{display:flex;align-items:center;gap:11px;margin:0 0 15px;font-size:1.13rem;color:#464a3f;font-weight:650}
.property-detail-card .card-title-icon{width:35px;height:35px;border-radius:11px;background:rgba(255,255,255,.76);font-size:18px;color:#d48717;box-shadow:inset 0 0 0 1px rgba(96,82,56,.08)}
.property-detail-card li{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px solid rgba(117,108,85,.095);font-size:.94rem;line-height:1.45;color:#4f4c45}
.property-detail-card li:before{display:none}
.property-detail-card li .list-icon{width:20px;height:20px;margin-top:1px;border-radius:6px;font-size:12px;color:#d48717;background:rgba(255,255,255,.72)}
.property-detail-card li span:last-child{flex:1}
.property-spec-card dl div{padding:9px 0}
.property-spec-card dt{display:flex;align-items:center;gap:9px;color:#716a5e;font-weight:500}
.property-spec-card dt .row-icon{width:22px;height:22px;border-radius:7px;background:rgba(255,255,255,.72);color:#7b8068;font-size:13px}
.property-spec-card dd{font-weight:700;color:#3f4339}
.detail-facts:before{background:#8b9074}.detail-facts .card-title-icon{color:#6f765c;background:#f3f3e9}
.detail-amenities:before{background:#d89527}.detail-amenities .card-title-icon{color:#d48717;background:#fff4df}
.detail-rooms:before{background:#b96f50}.detail-rooms .card-title-icon{color:#a85e42;background:#fbebe4}.detail-rooms li .list-icon{color:#a85e42;background:#fbebe4}
.detail-nearby:before{background:#6f8577}.detail-nearby .card-title-icon{color:#61776a;background:#eaf1ec}.detail-nearby li .list-icon{color:#61776a;background:#eaf1ec}
@media(max-width:760px){.property-facts{gap:8px}.property-facts span{padding:8px 12px 8px 9px}.property-detail-card{border-radius:16px;padding-left:20px;padding-right:20px}.property-detail-card:before{margin-left:-20px;margin-right:-20px}}
