cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:3031::ac43:dfac:8443 · www.primossofa.com
2026-01-10 10:40
HTTP/1.1 521 <none> Date: Sat, 10 Jan 2026 10:40:19 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=115,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bbb8e391f83269c-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3030::6815:56:8443 · www.primossofa.com
2026-01-10 10:40
HTTP/1.1 521 <none> Date: Sat, 10 Jan 2026 10:40:19 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=192,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bbb8e3b1a6e8359-SIN alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 2606:4700:3031::ac43:dfac:80 · www.primossofa.com
2026-01-10 10:40
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 10:40:19 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Joox8nMCNQj3SnRqdvDyVorvZFeJxEYjGDapaZyWQDISyUIJF%2B7mlym%2FCeifsrpl6ZeodGnqd3hcwA%2FxzgiY03dZmBj9e38K9vAw5cPJOQRlijDzf2WFkFVqRtXi2w%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=13,cfOrigin;dur=214
Vary: Accept-Encoding
Server: cloudflare
X-turbo-charged-by: LiteSpeed
cf-cache-status: DYNAMIC
CF-RAY: 9bbb8e397d83429b-EWR
alt-svc: h3=":443"; ma=86400
Page title: Primo's Sofa | Elegance, Comfort & Modern Living
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Primo's Sofa | Elegance, Comfort & Modern Living</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* CSS Reset and Variables */
:root {
--primary-color: #2c3e50; /* Deep Charcoal */
--accent-color: #a67c52; /* Warm Wood/Leather tone */
--text-muted: #7f8c8d;
--bg-light: #f9f9f9;
--white: #ffffff;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
line-height: 1.6;
color: var(--primary-color);
overflow-x: hidden;
}
h1, h2, h3, .logo {
font-family: 'Libre Baskerville', serif;
}
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
/* Navigation */
header {
background: var(--white);
padding: 20px 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
position: sticky;
top: 0;
z-index: 1000;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 28px;
font-weight: 700;
letter-spacing: 1px;
color: var(--primary-color);
}
.logo span { color: var(--accent-color); }
.nav-links { display: flex; gap: 30px; }
.nav-links a:hover { color: var(--accent-color); }
.nav-icons { display: flex; gap: 20px; font-size: 1.1rem; }
/* Hero Section */
.hero {
height: 90vh;
background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
display: flex;
align-items: center;
color: var(--white);
text-align: left;
}
.hero-content { max-width: 600px; }
.hero-content h1 { font-size: 4rem; margin-bottom: 20px; line-height: 1.2; }
.hero-content p { font-size: 1.2rem; margin-bottom: 30px; font-weight: 300; }
.btn {
display: inline-block;
padding: 15px 40px;
background: var(--accent-color);
color: var(--white);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 2px;
}
.btn:hover { background: var(--primary-color); }
/* Features */
.features { padding: 60px 0; background: var(--bg-light); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; text-align: center; }
.feature-item i { font-size: 2rem; color: var(--accent-color); margin-bottom: 15px; }
.feature-item h3 { font-size: 1.2rem; margin-bottom: 10px; }
/* Collections */
.section { padding: 100px 0; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 2.5rem; position: relative; padding-bottom: 15px; }
.section-title h2::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 2px;
background: var(--accent-color);
}
.product-grid { d
Open service 104.21.0.86:8443 · www.primossofa.com
2026-01-10 10:40
HTTP/1.1 521 <none> Date: Sat, 10 Jan 2026 10:40:19 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=111,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bbb8e38acff436e-EWR alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 172.67.223.172:8443 · www.primossofa.com
2026-01-10 10:40
HTTP/1.1 521 <none> Date: Sat, 10 Jan 2026 10:40:19 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 01 Jan 1970 00:00:01 GMT Referrer-Policy: same-origin Server-Timing: cfEdge;dur=177,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bbb8e393caa895c-SIN alt-svc: h3=":8443"; ma=86400 error code: 521
Open service 104.21.0.86:80 · www.primossofa.com
2026-01-10 10:40
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 10:40:19 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lLGqhKEutGDwzAVymV0vVKja9%2BBqS%2FYVa4jXU28pQGeJeBoeoe%2FtQKQMIMqONcw%2B987xGnnM2N5YTg8%2FMco6AZQKSTRSvyCNaboJQBCdgtfC1w%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=24,cfOrigin;dur=342
Vary: Accept-Encoding
Server: cloudflare
X-turbo-charged-by: LiteSpeed
cf-cache-status: DYNAMIC
CF-RAY: 9bbb8e39feb040f2-SIN
alt-svc: h3=":443"; ma=86400
Page title: Primo's Sofa | Elegance, Comfort & Modern Living
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Primo's Sofa | Elegance, Comfort & Modern Living</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* CSS Reset and Variables */
:root {
--primary-color: #2c3e50; /* Deep Charcoal */
--accent-color: #a67c52; /* Warm Wood/Leather tone */
--text-muted: #7f8c8d;
--bg-light: #f9f9f9;
--white: #ffffff;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
line-height: 1.6;
color: var(--primary-color);
overflow-x: hidden;
}
h1, h2, h3, .logo {
font-family: 'Libre Baskerville', serif;
}
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
/* Navigation */
header {
background: var(--white);
padding: 20px 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
position: sticky;
top: 0;
z-index: 1000;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 28px;
font-weight: 700;
letter-spacing: 1px;
color: var(--primary-color);
}
.logo span { color: var(--accent-color); }
.nav-links { display: flex; gap: 30px; }
.nav-links a:hover { color: var(--accent-color); }
.nav-icons { display: flex; gap: 20px; font-size: 1.1rem; }
/* Hero Section */
.hero {
height: 90vh;
background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
display: flex;
align-items: center;
color: var(--white);
text-align: left;
}
.hero-content { max-width: 600px; }
.hero-content h1 { font-size: 4rem; margin-bottom: 20px; line-height: 1.2; }
.hero-content p { font-size: 1.2rem; margin-bottom: 30px; font-weight: 300; }
.btn {
display: inline-block;
padding: 15px 40px;
background: var(--accent-color);
color: var(--white);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 2px;
}
.btn:hover { background: var(--primary-color); }
/* Features */
.features { padding: 60px 0; background: var(--bg-light); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; text-align: center; }
.feature-item i { font-size: 2rem; color: var(--accent-color); margin-bottom: 15px; }
.feature-item h3 { font-size: 1.2rem; margin-bottom: 10px; }
/* Collections */
.section { padding: 100px 0; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 2.5rem; position: relative; padding-bottom: 15px; }
.section-title h2::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 2px;
background: var(--accent-color);
}
.product-grid { d
Open service 172.67.223.172:443 · www.primossofa.com
2026-01-10 10:40
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 10:40:19 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JArSGrsrepS0Ljxg%2FJJAAZiSsXffJoFKkxrwYm2uO%2BQjY5eo%2Fv2S%2FYLKisd5zf%2FO4k84e5mhP%2FGxLWz3NMtpzjjDhNt8IYfZrAgq%2BQI%2B35A3Wg%3D%3D"}]}
vary: Accept-Encoding
Server: cloudflare
alt-svc: h3=":443"; ma=86400
x-turbo-charged-by: LiteSpeed
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=6,cfOrigin;dur=320
CF-RAY: 9bbb8e39dbab1705-EWR
Page title: Primo's Sofa | Elegance, Comfort & Modern Living
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Primo's Sofa | Elegance, Comfort & Modern Living</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* CSS Reset and Variables */
:root {
--primary-color: #2c3e50; /* Deep Charcoal */
--accent-color: #a67c52; /* Warm Wood/Leather tone */
--text-muted: #7f8c8d;
--bg-light: #f9f9f9;
--white: #ffffff;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
line-height: 1.6;
color: var(--primary-color);
overflow-x: hidden;
}
h1, h2, h3, .logo {
font-family: 'Libre Baskerville', serif;
}
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
/* Navigation */
header {
background: var(--white);
padding: 20px 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
position: sticky;
top: 0;
z-index: 1000;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 28px;
font-weight: 700;
letter-spacing: 1px;
color: var(--primary-color);
}
.logo span { color: var(--accent-color); }
.nav-links { display: flex; gap: 30px; }
.nav-links a:hover { color: var(--accent-color); }
.nav-icons { display: flex; gap: 20px; font-size: 1.1rem; }
/* Hero Section */
.hero {
height: 90vh;
background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
display: flex;
align-items: center;
color: var(--white);
text-align: left;
}
.hero-content { max-width: 600px; }
.hero-content h1 { font-size: 4rem; margin-bottom: 20px; line-height: 1.2; }
.hero-content p { font-size: 1.2rem; margin-bottom: 30px; font-weight: 300; }
.btn {
display: inline-block;
padding: 15px 40px;
background: var(--accent-color);
color: var(--white);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 2px;
}
.btn:hover { background: var(--primary-color); }
/* Features */
.features { padding: 60px 0; background: var(--bg-light); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; text-align: center; }
.feature-item i { font-size: 2rem; color: var(--accent-color); margin-bottom: 15px; }
.feature-item h3 { font-size: 1.2rem; margin-bottom: 10px; }
/* Collections */
.section { padding: 100px 0; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 2.5rem; position: relative; padding-bottom: 15px; }
.section-title h2::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 2px;
background: var(--accent-color);
}
.product-grid { d
Open service 2606:4700:3030::6815:56:443 · www.primossofa.com
2026-01-10 10:40
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 10:40:19 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1IPIgvJM9UvGbYWwEKGsRxd%2F1Rejs3jPOq92ob1jCVPNPi4C2hpLo3QdmnH1fztbymFufgCqG8syPVdw1hMscXx%2FkpJhi4EImttYVAj3XJ8lM91vdfDJS3%2FUeAg10A%3D%3D"}]}
vary: Accept-Encoding
Server: cloudflare
alt-svc: h3=":443"; ma=86400
x-turbo-charged-by: LiteSpeed
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9bbb8e382cbfcd99-LHR
Page title: Primo's Sofa | Elegance, Comfort & Modern Living
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Primo's Sofa | Elegance, Comfort & Modern Living</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* CSS Reset and Variables */
:root {
--primary-color: #2c3e50; /* Deep Charcoal */
--accent-color: #a67c52; /* Warm Wood/Leather tone */
--text-muted: #7f8c8d;
--bg-light: #f9f9f9;
--white: #ffffff;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
line-height: 1.6;
color: var(--primary-color);
overflow-x: hidden;
}
h1, h2, h3, .logo {
font-family: 'Libre Baskerville', serif;
}
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
/* Navigation */
header {
background: var(--white);
padding: 20px 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
position: sticky;
top: 0;
z-index: 1000;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 28px;
font-weight: 700;
letter-spacing: 1px;
color: var(--primary-color);
}
.logo span { color: var(--accent-color); }
.nav-links { display: flex; gap: 30px; }
.nav-links a:hover { color: var(--accent-color); }
.nav-icons { display: flex; gap: 20px; font-size: 1.1rem; }
/* Hero Section */
.hero {
height: 90vh;
background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
display: flex;
align-items: center;
color: var(--white);
text-align: left;
}
.hero-content { max-width: 600px; }
.hero-content h1 { font-size: 4rem; margin-bottom: 20px; line-height: 1.2; }
.hero-content p { font-size: 1.2rem; margin-bottom: 30px; font-weight: 300; }
.btn {
display: inline-block;
padding: 15px 40px;
background: var(--accent-color);
color: var(--white);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 2px;
}
.btn:hover { background: var(--primary-color); }
/* Features */
.features { padding: 60px 0; background: var(--bg-light); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; text-align: center; }
.feature-item i { font-size: 2rem; color: var(--accent-color); margin-bottom: 15px; }
.feature-item h3 { font-size: 1.2rem; margin-bottom: 10px; }
/* Collections */
.section { padding: 100px 0; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 2.5rem; position: relative; padding-bottom: 15px; }
.section-title h2::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 2px;
background: var(--accent-color);
}
.product-grid { d
Open service 2606:4700:3031::ac43:dfac:443 · www.primossofa.com
2026-01-10 10:40
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 10:40:19 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=59C7GTjh4s2yF6dMqAGSAch7Oc5yuq0UnxdMUqHnTShMQgg8sQTfuqE48ajTKJvzosggcwsa8MHq6WAs%2B8YR1kVO7iFv0AVhchGQX5%2FEZdJ9eVFFVDSmO09jBAsVfw%3D%3D"}]}
vary: Accept-Encoding
Server: cloudflare
alt-svc: h3=":443"; ma=86400
x-turbo-charged-by: LiteSpeed
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9bbb8e381e50f4d1-AMS
Page title: Primo's Sofa | Elegance, Comfort & Modern Living
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Primo's Sofa | Elegance, Comfort & Modern Living</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* CSS Reset and Variables */
:root {
--primary-color: #2c3e50; /* Deep Charcoal */
--accent-color: #a67c52; /* Warm Wood/Leather tone */
--text-muted: #7f8c8d;
--bg-light: #f9f9f9;
--white: #ffffff;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
line-height: 1.6;
color: var(--primary-color);
overflow-x: hidden;
}
h1, h2, h3, .logo {
font-family: 'Libre Baskerville', serif;
}
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
/* Navigation */
header {
background: var(--white);
padding: 20px 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
position: sticky;
top: 0;
z-index: 1000;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 28px;
font-weight: 700;
letter-spacing: 1px;
color: var(--primary-color);
}
.logo span { color: var(--accent-color); }
.nav-links { display: flex; gap: 30px; }
.nav-links a:hover { color: var(--accent-color); }
.nav-icons { display: flex; gap: 20px; font-size: 1.1rem; }
/* Hero Section */
.hero {
height: 90vh;
background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
display: flex;
align-items: center;
color: var(--white);
text-align: left;
}
.hero-content { max-width: 600px; }
.hero-content h1 { font-size: 4rem; margin-bottom: 20px; line-height: 1.2; }
.hero-content p { font-size: 1.2rem; margin-bottom: 30px; font-weight: 300; }
.btn {
display: inline-block;
padding: 15px 40px;
background: var(--accent-color);
color: var(--white);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 2px;
}
.btn:hover { background: var(--primary-color); }
/* Features */
.features { padding: 60px 0; background: var(--bg-light); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; text-align: center; }
.feature-item i { font-size: 2rem; color: var(--accent-color); margin-bottom: 15px; }
.feature-item h3 { font-size: 1.2rem; margin-bottom: 10px; }
/* Collections */
.section { padding: 100px 0; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 2.5rem; position: relative; padding-bottom: 15px; }
.section-title h2::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 2px;
background: var(--accent-color);
}
.product-grid { d
Open service 2606:4700:3030::6815:56:80 · www.primossofa.com
2026-01-10 10:40
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 10:40:19 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=IfUQpFBJyo639LmFFw6J51M4KnV9kKqo6fy9LJT4Sjml9FywCNf5aX4SLfR8DK4qnjdJtaAZO3xHCQKr58aM%2F%2BVcVEWjF0l3Maw%2F1e6FucXYlRPgOMslTPFlsFguQg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Server: cloudflare
X-turbo-charged-by: LiteSpeed
cf-cache-status: DYNAMIC
CF-RAY: 9bbb8e38496cd233-FRA
alt-svc: h3=":443"; ma=86400
Page title: Primo's Sofa | Elegance, Comfort & Modern Living
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Primo's Sofa | Elegance, Comfort & Modern Living</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* CSS Reset and Variables */
:root {
--primary-color: #2c3e50; /* Deep Charcoal */
--accent-color: #a67c52; /* Warm Wood/Leather tone */
--text-muted: #7f8c8d;
--bg-light: #f9f9f9;
--white: #ffffff;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
line-height: 1.6;
color: var(--primary-color);
overflow-x: hidden;
}
h1, h2, h3, .logo {
font-family: 'Libre Baskerville', serif;
}
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
/* Navigation */
header {
background: var(--white);
padding: 20px 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
position: sticky;
top: 0;
z-index: 1000;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 28px;
font-weight: 700;
letter-spacing: 1px;
color: var(--primary-color);
}
.logo span { color: var(--accent-color); }
.nav-links { display: flex; gap: 30px; }
.nav-links a:hover { color: var(--accent-color); }
.nav-icons { display: flex; gap: 20px; font-size: 1.1rem; }
/* Hero Section */
.hero {
height: 90vh;
background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
display: flex;
align-items: center;
color: var(--white);
text-align: left;
}
.hero-content { max-width: 600px; }
.hero-content h1 { font-size: 4rem; margin-bottom: 20px; line-height: 1.2; }
.hero-content p { font-size: 1.2rem; margin-bottom: 30px; font-weight: 300; }
.btn {
display: inline-block;
padding: 15px 40px;
background: var(--accent-color);
color: var(--white);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 2px;
}
.btn:hover { background: var(--primary-color); }
/* Features */
.features { padding: 60px 0; background: var(--bg-light); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; text-align: center; }
.feature-item i { font-size: 2rem; color: var(--accent-color); margin-bottom: 15px; }
.feature-item h3 { font-size: 1.2rem; margin-bottom: 10px; }
/* Collections */
.section { padding: 100px 0; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 2.5rem; position: relative; padding-bottom: 15px; }
.section-title h2::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 2px;
background: var(--accent-color);
}
.product-grid { d
Open service 104.21.0.86:443 · www.primossofa.com
2026-01-10 10:40
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 10:40:19 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZMXePQKmXfnOBchjUuT1Egqpw9Vhb1tcmvrf9dYybCV37INu9x15ro7N2HnDbe8BzRdVqyi40nY8GrBhLEKD7ika857Jy%2BZql7zhbrY2iIq%2BpA%3D%3D"}]}
vary: Accept-Encoding
Server: cloudflare
alt-svc: h3=":443"; ma=86400
x-turbo-charged-by: LiteSpeed
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=7,cfOrigin;dur=339
CF-RAY: 9bbb8e39af455383-YYZ
Page title: Primo's Sofa | Elegance, Comfort & Modern Living
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Primo's Sofa | Elegance, Comfort & Modern Living</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* CSS Reset and Variables */
:root {
--primary-color: #2c3e50; /* Deep Charcoal */
--accent-color: #a67c52; /* Warm Wood/Leather tone */
--text-muted: #7f8c8d;
--bg-light: #f9f9f9;
--white: #ffffff;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
line-height: 1.6;
color: var(--primary-color);
overflow-x: hidden;
}
h1, h2, h3, .logo {
font-family: 'Libre Baskerville', serif;
}
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
/* Navigation */
header {
background: var(--white);
padding: 20px 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
position: sticky;
top: 0;
z-index: 1000;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 28px;
font-weight: 700;
letter-spacing: 1px;
color: var(--primary-color);
}
.logo span { color: var(--accent-color); }
.nav-links { display: flex; gap: 30px; }
.nav-links a:hover { color: var(--accent-color); }
.nav-icons { display: flex; gap: 20px; font-size: 1.1rem; }
/* Hero Section */
.hero {
height: 90vh;
background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
display: flex;
align-items: center;
color: var(--white);
text-align: left;
}
.hero-content { max-width: 600px; }
.hero-content h1 { font-size: 4rem; margin-bottom: 20px; line-height: 1.2; }
.hero-content p { font-size: 1.2rem; margin-bottom: 30px; font-weight: 300; }
.btn {
display: inline-block;
padding: 15px 40px;
background: var(--accent-color);
color: var(--white);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 2px;
}
.btn:hover { background: var(--primary-color); }
/* Features */
.features { padding: 60px 0; background: var(--bg-light); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; text-align: center; }
.feature-item i { font-size: 2rem; color: var(--accent-color); margin-bottom: 15px; }
.feature-item h3 { font-size: 1.2rem; margin-bottom: 10px; }
/* Collections */
.section { padding: 100px 0; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 2.5rem; position: relative; padding-bottom: 15px; }
.section-title h2::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 2px;
background: var(--accent-color);
}
.product-grid { d
Open service 172.67.223.172:80 · www.primossofa.com
2026-01-10 10:40
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 10:40:19 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rzlFxkjXn5n6LU1XpreqDApXDbcYmZS5SC%2BKzVGpl9Lou7kN1suJWOrE5zQC%2BGqx4W%2F%2FUIGK2W1WGasmES5AYHIZcZvIYPKHbR9utx2cayC3iA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding
Server: cloudflare
X-turbo-charged-by: LiteSpeed
cf-cache-status: DYNAMIC
CF-RAY: 9bbb8e37ad14dba1-FRA
alt-svc: h3=":443"; ma=86400
Page title: Primo's Sofa | Elegance, Comfort & Modern Living
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Primo's Sofa | Elegance, Comfort & Modern Living</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
/* CSS Reset and Variables */
:root {
--primary-color: #2c3e50; /* Deep Charcoal */
--accent-color: #a67c52; /* Warm Wood/Leather tone */
--text-muted: #7f8c8d;
--bg-light: #f9f9f9;
--white: #ffffff;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
line-height: 1.6;
color: var(--primary-color);
overflow-x: hidden;
}
h1, h2, h3, .logo {
font-family: 'Libre Baskerville', serif;
}
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
/* Navigation */
header {
background: var(--white);
padding: 20px 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
position: sticky;
top: 0;
z-index: 1000;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 28px;
font-weight: 700;
letter-spacing: 1px;
color: var(--primary-color);
}
.logo span { color: var(--accent-color); }
.nav-links { display: flex; gap: 30px; }
.nav-links a:hover { color: var(--accent-color); }
.nav-icons { display: flex; gap: 20px; font-size: 1.1rem; }
/* Hero Section */
.hero {
height: 90vh;
background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),
url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') no-repeat center center/cover;
display: flex;
align-items: center;
color: var(--white);
text-align: left;
}
.hero-content { max-width: 600px; }
.hero-content h1 { font-size: 4rem; margin-bottom: 20px; line-height: 1.2; }
.hero-content p { font-size: 1.2rem; margin-bottom: 30px; font-weight: 300; }
.btn {
display: inline-block;
padding: 15px 40px;
background: var(--accent-color);
color: var(--white);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 2px;
}
.btn:hover { background: var(--primary-color); }
/* Features */
.features { padding: 60px 0; background: var(--bg-light); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; text-align: center; }
.feature-item i { font-size: 2rem; color: var(--accent-color); margin-bottom: 15px; }
.feature-item h3 { font-size: 1.2rem; margin-bottom: 10px; }
/* Collections */
.section { padding: 100px 0; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 2.5rem; position: relative; padding-bottom: 15px; }
.section-title h2::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 2px;
background: var(--accent-color);
}
.product-grid { d