cloudflare
tcp/443 tcp/80 tcp/8443
Open service 104.21.34.89:8443 · nagranee.com
2026-01-09 10:48
HTTP/1.1 522 <none> Date: Fri, 09 Jan 2026 10:48:51 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 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bb35ce019f70eae-AMS alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 172.67.202.5:80 · nagranee.com
2026-01-09 10:48
HTTP/1.1 301 Moved Permanently
Date: Fri, 09 Jan 2026 10:48:31 GMT
Content-Length: 0
Connection: close
Location: https://nagranee.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4%2FU7gOxR5aW2ABFe7A7kQB4zymbRUkZzhSdNaZo5Xn6m8vqwHaY0EbMp9NZzCoLhD9JQygpwqBYP4v%2F1%2Bo0HW9cGT5RSggVmGyJglQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bb35cd9dca3dbbd-FRA
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3033::6815:2259:443 · nagranee.com
2026-01-09 10:48
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 10:48:31 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
last-modified: Mon, 13 Oct 2025 18:16:41 GMT
Cache-Control: max-age=600
expires: Fri, 09 Jan 2026 10:58:31 GMT
vary: Accept-Encoding,User-Agent
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5fkXRNUpaemjulejYbo69DZGusm50eTWijVf2cSD6wjo2lOn2zFjaCcUWn7z5InprrIApHvZYV5wPJLKYaKVYxlhbwD0bIoj0ajYCGzrTxkLcCY7Pu9U3Q%3D%3D"}]}
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
CF-RAY: 9bb35cdaffdc88a7-LHR
alt-svc: h3=":443"; ma=86400
Page title: nagranee.com — thoughtful redesign in progress
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>nagranee.com — thoughtful redesign in progress</title>
<meta name="description" content="Lead UX Writer refining content systems and localisation frameworks. Portfolio coming soon." />
<!-- Favicon -->
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%23f3eee7'/%3E%3Ctext x='50%25' y='58%25' text-anchor='middle' font-family='Poppins' font-size='42' font-weight='600' fill='%232a241f'%3En.%3C/text%3E%3C/svg%3E">
<!-- Google Font: Poppins -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<style>
/* ===== Soft Autumn (light) palette ===== */
:root{
--bg:#f3eee7;
--fg:#2a241f;
--muted:#6d5f53;
--accent:#6d9f8c;
--accent2:#c97156;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0}
body{
background:var(--bg);
color:var(--fg);
font:17px/1.8 "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
display:grid;
place-items:center;
padding:40px 20px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
main{
text-align:center;
width:100%;
max-width:860px;
padding:60px 40px;
}
/* === Heading === */
h1{
font-size:clamp(30px,5.6vw,56px);
line-height:1.2;
margin:0 0 32px;
font-weight:600;
color:var(--fg);
}
/* === Underline with descender mask === */
.brand{
color:var(--accent);
font-weight:600;
display:inline;
position:relative;
z-index:0;
background-image:linear-gradient(to right,var(--accent),var(--accent2));
background-repeat:no-repeat;
background-position:left 92%; /* closer to baseline */
background-size:0 2px;
transition:background-size 1.2s cubic-bezier(.25,.8,.25,1);
}
body.loaded .brand{ background-size:100% 2px; }
.descender{
position:relative;
z-index:1;
background:var(--bg);
padding-right:.5px;
}
/* === Text blocks === */
p{margin:0 0 18px;}
.lead{
font-size:clamp(18px,2.6vw,24px);
line-height:1.7;
font-weight:500;
margin-bottom:12px;
}
.sub{
color:var(--muted);
font-size:clamp(15px,1.5vw,17px);
}
/* === CTAs === */
.btns{
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
margin-top:32px;
}
a.btn{
text-decoration:none;
padding:12px 28px;
border:1px solid var(--accent);
color:var(--accent);
font-size:15px;
font-weight:500;
border-radius:999px;
transition:transform .2s ease, background-color .2s ease, color .2s ease;
}
a.btn:hover{
transform:translateY(-2px);
background:var(--accent);
color:#fff;
}
footer{
margin-top:44px;
color:rgba(109,95,83,.85);
font-size:14px;
}
/* === Motion === */
@keyframes fadeUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.fadeUp{opacity:0;animation:fadeUp 1.2s ease forwards;will-change:opacity,transform;}
.fadeIn{opacity:0;animation:fadeIn 1s ease forwards;will-change:opacity;}
/* === Sequence === */
.d1{animation-delay:.2s;} /* headline */
.d2{animation-delay:1.4s;} /* intro */
.d3{animation-delay:2.6s;} /* subline */
.d4{animation-delay:3.8s;} /* CTAs */
@media (prefers-reduced-motion:reduce){
.fadeUp,.fadeIn{animation:none;opacity:1;transform:none;}
.brand,a.btn{transition:none;}
}
</style>
</head>
<body>
<main>
Open service 2606:4700:3033::ac43:ca05:80 · nagranee.com
2026-01-09 10:48
HTTP/1.1 301 Moved Permanently
Date: Fri, 09 Jan 2026 10:48:30 GMT
Content-Length: 0
Connection: close
Location: https://nagranee.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Ljvk%2F%2BpzrQmiuR%2FsvVshAxFQAJHNe8GmDNeSv4zP1YyzSJLnKuSJKs5n%2Fwwlif0TYhjJx2oOMYzaWEWNYuNXO7Ooiu1XSNxjb6M2rErXZ3wJw%2FGmAwMJOQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bb35cd9ab36dbfc-FRA
alt-svc: h3=":443"; ma=86400
Open service 104.21.34.89:443 · nagranee.com
2026-01-09 10:48
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 10:48:31 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
last-modified: Mon, 13 Oct 2025 18:16:41 GMT
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=75,cfOrigin;dur=19
Cache-Control: max-age=600
expires: Fri, 09 Jan 2026 10:58:31 GMT
vary: Accept-Encoding,User-Agent
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7Sstv%2F06KZ6HNohB9Tm%2FaLEU5wAjPSjIfw%2FJEXNwsz2CB7cQw3o3lcstkKzlJD5m%2BAHzxYIb5cOtKuLwqMo%2BcYc0wd8b56c36m2sHA%3D%3D"}]}
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
CF-RAY: 9bb35cda4e96f2aa-EWR
alt-svc: h3=":443"; ma=86400
Page title: nagranee.com — thoughtful redesign in progress
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>nagranee.com — thoughtful redesign in progress</title>
<meta name="description" content="Lead UX Writer refining content systems and localisation frameworks. Portfolio coming soon." />
<!-- Favicon -->
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%23f3eee7'/%3E%3Ctext x='50%25' y='58%25' text-anchor='middle' font-family='Poppins' font-size='42' font-weight='600' fill='%232a241f'%3En.%3C/text%3E%3C/svg%3E">
<!-- Google Font: Poppins -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<style>
/* ===== Soft Autumn (light) palette ===== */
:root{
--bg:#f3eee7;
--fg:#2a241f;
--muted:#6d5f53;
--accent:#6d9f8c;
--accent2:#c97156;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0}
body{
background:var(--bg);
color:var(--fg);
font:17px/1.8 "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
display:grid;
place-items:center;
padding:40px 20px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
main{
text-align:center;
width:100%;
max-width:860px;
padding:60px 40px;
}
/* === Heading === */
h1{
font-size:clamp(30px,5.6vw,56px);
line-height:1.2;
margin:0 0 32px;
font-weight:600;
color:var(--fg);
}
/* === Underline with descender mask === */
.brand{
color:var(--accent);
font-weight:600;
display:inline;
position:relative;
z-index:0;
background-image:linear-gradient(to right,var(--accent),var(--accent2));
background-repeat:no-repeat;
background-position:left 92%; /* closer to baseline */
background-size:0 2px;
transition:background-size 1.2s cubic-bezier(.25,.8,.25,1);
}
body.loaded .brand{ background-size:100% 2px; }
.descender{
position:relative;
z-index:1;
background:var(--bg);
padding-right:.5px;
}
/* === Text blocks === */
p{margin:0 0 18px;}
.lead{
font-size:clamp(18px,2.6vw,24px);
line-height:1.7;
font-weight:500;
margin-bottom:12px;
}
.sub{
color:var(--muted);
font-size:clamp(15px,1.5vw,17px);
}
/* === CTAs === */
.btns{
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
margin-top:32px;
}
a.btn{
text-decoration:none;
padding:12px 28px;
border:1px solid var(--accent);
color:var(--accent);
font-size:15px;
font-weight:500;
border-radius:999px;
transition:transform .2s ease, background-color .2s ease, color .2s ease;
}
a.btn:hover{
transform:translateY(-2px);
background:var(--accent);
color:#fff;
}
footer{
margin-top:44px;
color:rgba(109,95,83,.85);
font-size:14px;
}
/* === Motion === */
@keyframes fadeUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.fadeUp{opacity:0;animation:fadeUp 1.2s ease forwards;will-change:opacity,transform;}
.fadeIn{opacity:0;animation:fadeIn 1s ease forwards;will-change:opacity;}
/* === Sequence === */
.d1{animation-delay:.2s;} /* headline */
.d2{animation-delay:1.4s;} /* intro */
.d3{animation-delay:2.6s;} /* subline */
.d4{animation-delay:3.8s;} /* CTAs */
@media (prefers-reduced-motion:reduce){
.fadeUp,.fadeIn{animation:none;opacity:1;transform:none;}
.brand,a.btn{transition:none;}
}
</style>
</head>
<body>
<main>
Open service 104.21.34.89:80 · nagranee.com
2026-01-09 10:48
HTTP/1.1 301 Moved Permanently
Date: Fri, 09 Jan 2026 10:48:30 GMT
Content-Length: 0
Connection: close
Location: https://nagranee.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0chZP%2Fe50NBJO6cMJuqZBPRikT4nKJ%2FHSitnF%2BN%2FmYr4ERDVCtNypejbOQ0Ta8l9hjTwRNzLEFR9kQ7RvMpKUqpyEKSlri8VDEbyAQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bb35cd998a54fcb-YYZ
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3033::6815:2259:8443 · nagranee.com
2026-01-09 10:48
HTTP/1.1 522 <none> Date: Fri, 09 Jan 2026 10:48:51 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=19753,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bb35cdfca15ce6d-SIN alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3033::ac43:ca05:443 · nagranee.com
2026-01-09 10:48
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 10:48:31 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
last-modified: Mon, 13 Oct 2025 18:16:41 GMT
Cache-Control: max-age=600
expires: Fri, 09 Jan 2026 10:58:31 GMT
vary: Accept-Encoding,User-Agent
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JKaRc3MD5gxCau9ysWHtDJmABtq9I4ekie2cR89%2B5GskmrLElUNRNxscd3BuDzPh03%2BwwLNicrkOV4mdbOXbpvI4nE9Qhblkm6szTY%2FS7kMCuOAE04Pi5Q%3D%3D"}]}
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
CF-RAY: 9bb35cdada3157df-FRA
alt-svc: h3=":443"; ma=86400
Page title: nagranee.com — thoughtful redesign in progress
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>nagranee.com — thoughtful redesign in progress</title>
<meta name="description" content="Lead UX Writer refining content systems and localisation frameworks. Portfolio coming soon." />
<!-- Favicon -->
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%23f3eee7'/%3E%3Ctext x='50%25' y='58%25' text-anchor='middle' font-family='Poppins' font-size='42' font-weight='600' fill='%232a241f'%3En.%3C/text%3E%3C/svg%3E">
<!-- Google Font: Poppins -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<style>
/* ===== Soft Autumn (light) palette ===== */
:root{
--bg:#f3eee7;
--fg:#2a241f;
--muted:#6d5f53;
--accent:#6d9f8c;
--accent2:#c97156;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0}
body{
background:var(--bg);
color:var(--fg);
font:17px/1.8 "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
display:grid;
place-items:center;
padding:40px 20px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
main{
text-align:center;
width:100%;
max-width:860px;
padding:60px 40px;
}
/* === Heading === */
h1{
font-size:clamp(30px,5.6vw,56px);
line-height:1.2;
margin:0 0 32px;
font-weight:600;
color:var(--fg);
}
/* === Underline with descender mask === */
.brand{
color:var(--accent);
font-weight:600;
display:inline;
position:relative;
z-index:0;
background-image:linear-gradient(to right,var(--accent),var(--accent2));
background-repeat:no-repeat;
background-position:left 92%; /* closer to baseline */
background-size:0 2px;
transition:background-size 1.2s cubic-bezier(.25,.8,.25,1);
}
body.loaded .brand{ background-size:100% 2px; }
.descender{
position:relative;
z-index:1;
background:var(--bg);
padding-right:.5px;
}
/* === Text blocks === */
p{margin:0 0 18px;}
.lead{
font-size:clamp(18px,2.6vw,24px);
line-height:1.7;
font-weight:500;
margin-bottom:12px;
}
.sub{
color:var(--muted);
font-size:clamp(15px,1.5vw,17px);
}
/* === CTAs === */
.btns{
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
margin-top:32px;
}
a.btn{
text-decoration:none;
padding:12px 28px;
border:1px solid var(--accent);
color:var(--accent);
font-size:15px;
font-weight:500;
border-radius:999px;
transition:transform .2s ease, background-color .2s ease, color .2s ease;
}
a.btn:hover{
transform:translateY(-2px);
background:var(--accent);
color:#fff;
}
footer{
margin-top:44px;
color:rgba(109,95,83,.85);
font-size:14px;
}
/* === Motion === */
@keyframes fadeUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.fadeUp{opacity:0;animation:fadeUp 1.2s ease forwards;will-change:opacity,transform;}
.fadeIn{opacity:0;animation:fadeIn 1s ease forwards;will-change:opacity;}
/* === Sequence === */
.d1{animation-delay:.2s;} /* headline */
.d2{animation-delay:1.4s;} /* intro */
.d3{animation-delay:2.6s;} /* subline */
.d4{animation-delay:3.8s;} /* CTAs */
@media (prefers-reduced-motion:reduce){
.fadeUp,.fadeIn{animation:none;opacity:1;transform:none;}
.brand,a.btn{transition:none;}
}
</style>
</head>
<body>
<main>
Open service 2606:4700:3033::6815:2259:80 · nagranee.com
2026-01-09 10:48
HTTP/1.1 301 Moved Permanently
Date: Fri, 09 Jan 2026 10:48:30 GMT
Content-Length: 0
Connection: close
Location: https://nagranee.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vBsVI6eJ1HJoimI%2BR%2FcIPBGfw1ssgiXsjrFVTYcuWVNh4dwyANT561zFXzRiEaZNfqr0eQI2b2ZFrZeFbBob63Tb%2F6La6U5xHWh3VnWgTvwef1dduf8bMg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=7,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bb35cd96e658538-EWR
alt-svc: h3=":443"; ma=86400
Open service 172.67.202.5:8443 · nagranee.com
2026-01-09 10:48
HTTP/1.1 522 <none> Date: Fri, 09 Jan 2026 10:48:51 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=19440,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bb35cdf9b0243f9-EWR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 172.67.202.5:443 · nagranee.com
2026-01-09 10:48
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 10:48:31 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
last-modified: Mon, 13 Oct 2025 18:16:41 GMT
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=26,cfOrigin;dur=17
Cache-Control: max-age=600
expires: Fri, 09 Jan 2026 10:58:31 GMT
vary: Accept-Encoding,User-Agent
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gVtE8Ekxu3f9UR1A9KNirCYTHn6d3WxqYrqUv70OWYJXFdx91n%2Bl7%2BoMKPBmeuV2WBHaHlW0mr83SoTQsKoADbXRNwJq1pC1SZ6wcg%3D%3D"}]}
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
CF-RAY: 9bb35cd9aaebeb2d-SJC
alt-svc: h3=":443"; ma=86400
Page title: nagranee.com — thoughtful redesign in progress
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>nagranee.com — thoughtful redesign in progress</title>
<meta name="description" content="Lead UX Writer refining content systems and localisation frameworks. Portfolio coming soon." />
<!-- Favicon -->
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%23f3eee7'/%3E%3Ctext x='50%25' y='58%25' text-anchor='middle' font-family='Poppins' font-size='42' font-weight='600' fill='%232a241f'%3En.%3C/text%3E%3C/svg%3E">
<!-- Google Font: Poppins -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<style>
/* ===== Soft Autumn (light) palette ===== */
:root{
--bg:#f3eee7;
--fg:#2a241f;
--muted:#6d5f53;
--accent:#6d9f8c;
--accent2:#c97156;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0}
body{
background:var(--bg);
color:var(--fg);
font:17px/1.8 "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
display:grid;
place-items:center;
padding:40px 20px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
main{
text-align:center;
width:100%;
max-width:860px;
padding:60px 40px;
}
/* === Heading === */
h1{
font-size:clamp(30px,5.6vw,56px);
line-height:1.2;
margin:0 0 32px;
font-weight:600;
color:var(--fg);
}
/* === Underline with descender mask === */
.brand{
color:var(--accent);
font-weight:600;
display:inline;
position:relative;
z-index:0;
background-image:linear-gradient(to right,var(--accent),var(--accent2));
background-repeat:no-repeat;
background-position:left 92%; /* closer to baseline */
background-size:0 2px;
transition:background-size 1.2s cubic-bezier(.25,.8,.25,1);
}
body.loaded .brand{ background-size:100% 2px; }
.descender{
position:relative;
z-index:1;
background:var(--bg);
padding-right:.5px;
}
/* === Text blocks === */
p{margin:0 0 18px;}
.lead{
font-size:clamp(18px,2.6vw,24px);
line-height:1.7;
font-weight:500;
margin-bottom:12px;
}
.sub{
color:var(--muted);
font-size:clamp(15px,1.5vw,17px);
}
/* === CTAs === */
.btns{
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
margin-top:32px;
}
a.btn{
text-decoration:none;
padding:12px 28px;
border:1px solid var(--accent);
color:var(--accent);
font-size:15px;
font-weight:500;
border-radius:999px;
transition:transform .2s ease, background-color .2s ease, color .2s ease;
}
a.btn:hover{
transform:translateY(-2px);
background:var(--accent);
color:#fff;
}
footer{
margin-top:44px;
color:rgba(109,95,83,.85);
font-size:14px;
}
/* === Motion === */
@keyframes fadeUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.fadeUp{opacity:0;animation:fadeUp 1.2s ease forwards;will-change:opacity,transform;}
.fadeIn{opacity:0;animation:fadeIn 1s ease forwards;will-change:opacity;}
/* === Sequence === */
.d1{animation-delay:.2s;} /* headline */
.d2{animation-delay:1.4s;} /* intro */
.d3{animation-delay:2.6s;} /* subline */
.d4{animation-delay:3.8s;} /* CTAs */
@media (prefers-reduced-motion:reduce){
.fadeUp,.fadeIn{animation:none;opacity:1;transform:none;}
.brand,a.btn{transition:none;}
}
</style>
</head>
<body>
<main>
Open service 2606:4700:3033::ac43:ca05:8443 · nagranee.com
2026-01-09 10:48
HTTP/1.1 522 <none> Date: Fri, 09 Jan 2026 10:48:51 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 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bb35cdfafb7907e-AMS alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.34.89:8443 · nagranee.com
2025-12-20 09:52
HTTP/1.1 522 <none> Date: Sat, 20 Dec 2025 09:52:26 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=19654,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b0e3ebbca804239-EWR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 172.67.202.5:80 · nagranee.com
2025-12-20 09:52
HTTP/1.1 301 Moved Permanently
Date: Sat, 20 Dec 2025 09:52:06 GMT
Content-Length: 0
Connection: close
Location: https://nagranee.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ptaV2RSDaYMYWPr7H7J81pB3eq8z%2Fh9x1Jei%2Fo5SX6klu1iA2ha8AJjUxlrxub8pxUzDCLlXzXnKeWvp1raXwiYinjF0mceyxQwQUQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b0e3eb6eba240fc-SIN
alt-svc: h3=":443"; ma=86400
Open service 104.21.34.89:443 · nagranee.com
2025-12-20 09:52
HTTP/1.1 200 OK
Date: Sat, 20 Dec 2025 09:52:06 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
last-modified: Mon, 13 Oct 2025 18:16:41 GMT
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=199,cfOrigin;dur=27
Cache-Control: max-age=600
expires: Sat, 20 Dec 2025 10:02:06 GMT
vary: Accept-Encoding,User-Agent
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=TIdG%2Bn9ZVzHX1x%2Bnh4cyyKYyVRhs0tVypiX0JdtxJovO5DmZjSVMQwN%2BpByQiwI1YaHil9Q49J5svrYpP%2BohaqYaF7g0INuDyuOpsQ%3D%3D"}]}
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
CF-RAY: 9b0e3eb65d3aff7f-SIN
alt-svc: h3=":443"; ma=86400
Page title: nagranee.com — thoughtful redesign in progress
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>nagranee.com — thoughtful redesign in progress</title>
<meta name="description" content="Lead UX Writer refining content systems and localisation frameworks. Portfolio coming soon." />
<!-- Favicon -->
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%23f3eee7'/%3E%3Ctext x='50%25' y='58%25' text-anchor='middle' font-family='Poppins' font-size='42' font-weight='600' fill='%232a241f'%3En.%3C/text%3E%3C/svg%3E">
<!-- Google Font: Poppins -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<style>
/* ===== Soft Autumn (light) palette ===== */
:root{
--bg:#f3eee7;
--fg:#2a241f;
--muted:#6d5f53;
--accent:#6d9f8c;
--accent2:#c97156;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0}
body{
background:var(--bg);
color:var(--fg);
font:17px/1.8 "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
display:grid;
place-items:center;
padding:40px 20px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
main{
text-align:center;
width:100%;
max-width:860px;
padding:60px 40px;
}
/* === Heading === */
h1{
font-size:clamp(30px,5.6vw,56px);
line-height:1.2;
margin:0 0 32px;
font-weight:600;
color:var(--fg);
}
/* === Underline with descender mask === */
.brand{
color:var(--accent);
font-weight:600;
display:inline;
position:relative;
z-index:0;
background-image:linear-gradient(to right,var(--accent),var(--accent2));
background-repeat:no-repeat;
background-position:left 92%; /* closer to baseline */
background-size:0 2px;
transition:background-size 1.2s cubic-bezier(.25,.8,.25,1);
}
body.loaded .brand{ background-size:100% 2px; }
.descender{
position:relative;
z-index:1;
background:var(--bg);
padding-right:.5px;
}
/* === Text blocks === */
p{margin:0 0 18px;}
.lead{
font-size:clamp(18px,2.6vw,24px);
line-height:1.7;
font-weight:500;
margin-bottom:12px;
}
.sub{
color:var(--muted);
font-size:clamp(15px,1.5vw,17px);
}
/* === CTAs === */
.btns{
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
margin-top:32px;
}
a.btn{
text-decoration:none;
padding:12px 28px;
border:1px solid var(--accent);
color:var(--accent);
font-size:15px;
font-weight:500;
border-radius:999px;
transition:transform .2s ease, background-color .2s ease, color .2s ease;
}
a.btn:hover{
transform:translateY(-2px);
background:var(--accent);
color:#fff;
}
footer{
margin-top:44px;
color:rgba(109,95,83,.85);
font-size:14px;
}
/* === Motion === */
@keyframes fadeUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.fadeUp{opacity:0;animation:fadeUp 1.2s ease forwards;will-change:opacity,transform;}
.fadeIn{opacity:0;animation:fadeIn 1s ease forwards;will-change:opacity;}
/* === Sequence === */
.d1{animation-delay:.2s;} /* headline */
.d2{animation-delay:1.4s;} /* intro */
.d3{animation-delay:2.6s;} /* subline */
.d4{animation-delay:3.8s;} /* CTAs */
@media (prefers-reduced-motion:reduce){
.fadeUp,.fadeIn{animation:none;opacity:1;transform:none;}
.brand,a.btn{transition:none;}
}
</style>
</head>
<body>
<main>
Open service 172.67.202.5:8443 · nagranee.com
2025-12-20 09:52
HTTP/1.1 522 <none> Date: Sat, 20 Dec 2025 09:52:26 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=19800,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b0e3ebb0ef6fd2e-SIN alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3033::ac43:ca05:8443 · nagranee.com
2025-12-20 09:52
HTTP/1.1 522 <none> Date: Sat, 20 Dec 2025 09:52:26 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 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b0e3ebac811d87f-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3033::6815:2259:443 · nagranee.com
2025-12-20 09:52
HTTP/1.1 200 OK
Date: Sat, 20 Dec 2025 09:52:06 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
last-modified: Mon, 13 Oct 2025 18:16:41 GMT
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=97,cfOrigin;dur=28
Cache-Control: max-age=600
expires: Sat, 20 Dec 2025 10:02:06 GMT
vary: Accept-Encoding,User-Agent
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tiYqFE5r9%2BZ49QTPl4gUkRfA%2BFgjU6UDJyQvanZ7uix1F%2BoHY5TWZ9%2FNqdm%2F4oDpzl34QFYehR8Y7mRzOtHjuuzcgntdH1ydR6jlWXDUwEOxRI%2B3p9CbVA%3D%3D"}]}
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
CF-RAY: 9b0e3eb57ccd7cf6-EWR
alt-svc: h3=":443"; ma=86400
Page title: nagranee.com — thoughtful redesign in progress
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>nagranee.com — thoughtful redesign in progress</title>
<meta name="description" content="Lead UX Writer refining content systems and localisation frameworks. Portfolio coming soon." />
<!-- Favicon -->
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%23f3eee7'/%3E%3Ctext x='50%25' y='58%25' text-anchor='middle' font-family='Poppins' font-size='42' font-weight='600' fill='%232a241f'%3En.%3C/text%3E%3C/svg%3E">
<!-- Google Font: Poppins -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<style>
/* ===== Soft Autumn (light) palette ===== */
:root{
--bg:#f3eee7;
--fg:#2a241f;
--muted:#6d5f53;
--accent:#6d9f8c;
--accent2:#c97156;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0}
body{
background:var(--bg);
color:var(--fg);
font:17px/1.8 "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
display:grid;
place-items:center;
padding:40px 20px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
main{
text-align:center;
width:100%;
max-width:860px;
padding:60px 40px;
}
/* === Heading === */
h1{
font-size:clamp(30px,5.6vw,56px);
line-height:1.2;
margin:0 0 32px;
font-weight:600;
color:var(--fg);
}
/* === Underline with descender mask === */
.brand{
color:var(--accent);
font-weight:600;
display:inline;
position:relative;
z-index:0;
background-image:linear-gradient(to right,var(--accent),var(--accent2));
background-repeat:no-repeat;
background-position:left 92%; /* closer to baseline */
background-size:0 2px;
transition:background-size 1.2s cubic-bezier(.25,.8,.25,1);
}
body.loaded .brand{ background-size:100% 2px; }
.descender{
position:relative;
z-index:1;
background:var(--bg);
padding-right:.5px;
}
/* === Text blocks === */
p{margin:0 0 18px;}
.lead{
font-size:clamp(18px,2.6vw,24px);
line-height:1.7;
font-weight:500;
margin-bottom:12px;
}
.sub{
color:var(--muted);
font-size:clamp(15px,1.5vw,17px);
}
/* === CTAs === */
.btns{
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
margin-top:32px;
}
a.btn{
text-decoration:none;
padding:12px 28px;
border:1px solid var(--accent);
color:var(--accent);
font-size:15px;
font-weight:500;
border-radius:999px;
transition:transform .2s ease, background-color .2s ease, color .2s ease;
}
a.btn:hover{
transform:translateY(-2px);
background:var(--accent);
color:#fff;
}
footer{
margin-top:44px;
color:rgba(109,95,83,.85);
font-size:14px;
}
/* === Motion === */
@keyframes fadeUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.fadeUp{opacity:0;animation:fadeUp 1.2s ease forwards;will-change:opacity,transform;}
.fadeIn{opacity:0;animation:fadeIn 1s ease forwards;will-change:opacity;}
/* === Sequence === */
.d1{animation-delay:.2s;} /* headline */
.d2{animation-delay:1.4s;} /* intro */
.d3{animation-delay:2.6s;} /* subline */
.d4{animation-delay:3.8s;} /* CTAs */
@media (prefers-reduced-motion:reduce){
.fadeUp,.fadeIn{animation:none;opacity:1;transform:none;}
.brand,a.btn{transition:none;}
}
</style>
</head>
<body>
<main>
Open service 2606:4700:3033::6815:2259:8443 · nagranee.com
2025-12-20 09:52
HTTP/1.1 522 <none> Date: Sat, 20 Dec 2025 09:52:26 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=19682,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b0e3ebb990e299a-YYZ alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3033::6815:2259:80 · nagranee.com
2025-12-20 09:52
HTTP/1.1 301 Moved Permanently
Date: Sat, 20 Dec 2025 09:52:05 GMT
Content-Length: 0
Connection: close
Location: https://nagranee.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wGS8dXVXigtuUCEqYmISyGqk1EG0TM7VsGVDasZdlj9X6ou3GxfvafI1rl8TAm9cEl0E8SheMrY4BsAIX3sI7Z6s7rxPdkJpOEC9Jp%2FCsaz%2FkYKjyXrQSw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=9,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b0e3eb44d88abeb-YYZ
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3033::ac43:ca05:80 · nagranee.com
2025-12-20 09:52
HTTP/1.1 301 Moved Permanently
Date: Sat, 20 Dec 2025 09:52:05 GMT
Content-Length: 0
Connection: close
Location: https://nagranee.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xBVVQh4EGboKucD6hbaJTAsH7Gnl1%2BGKODHclZmrXFZZb%2BFG1B62DzCkfLwPjOI7HmBdb1b5XwwckyoUtX5gm75lPhdH70t0TniyZMDLIB6WiIBRlwPnJw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b0e3eb43df065ae-FRA
alt-svc: h3=":443"; ma=86400
Open service 172.67.202.5:443 · nagranee.com
2025-12-20 09:52
HTTP/1.1 200 OK
Date: Sat, 20 Dec 2025 09:52:06 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
last-modified: Mon, 13 Oct 2025 18:16:41 GMT
Cache-Control: max-age=600
expires: Sat, 20 Dec 2025 10:02:06 GMT
vary: Accept-Encoding,User-Agent
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=IjddNtjw1BUKZG2KL4qTqQ5SqPYcRbxIT5y4IZBldHMpg5p1Vah5UwASm0dzkTh%2BSU4mj3VPxHnn%2BCJTbB5FCVTpW2oBmD2KIjY%2F4w%3D%3D"}]}
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
CF-RAY: 9b0e3eb539f738b1-LHR
alt-svc: h3=":443"; ma=86400
Page title: nagranee.com — thoughtful redesign in progress
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>nagranee.com — thoughtful redesign in progress</title>
<meta name="description" content="Lead UX Writer refining content systems and localisation frameworks. Portfolio coming soon." />
<!-- Favicon -->
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%23f3eee7'/%3E%3Ctext x='50%25' y='58%25' text-anchor='middle' font-family='Poppins' font-size='42' font-weight='600' fill='%232a241f'%3En.%3C/text%3E%3C/svg%3E">
<!-- Google Font: Poppins -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<style>
/* ===== Soft Autumn (light) palette ===== */
:root{
--bg:#f3eee7;
--fg:#2a241f;
--muted:#6d5f53;
--accent:#6d9f8c;
--accent2:#c97156;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0}
body{
background:var(--bg);
color:var(--fg);
font:17px/1.8 "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
display:grid;
place-items:center;
padding:40px 20px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
main{
text-align:center;
width:100%;
max-width:860px;
padding:60px 40px;
}
/* === Heading === */
h1{
font-size:clamp(30px,5.6vw,56px);
line-height:1.2;
margin:0 0 32px;
font-weight:600;
color:var(--fg);
}
/* === Underline with descender mask === */
.brand{
color:var(--accent);
font-weight:600;
display:inline;
position:relative;
z-index:0;
background-image:linear-gradient(to right,var(--accent),var(--accent2));
background-repeat:no-repeat;
background-position:left 92%; /* closer to baseline */
background-size:0 2px;
transition:background-size 1.2s cubic-bezier(.25,.8,.25,1);
}
body.loaded .brand{ background-size:100% 2px; }
.descender{
position:relative;
z-index:1;
background:var(--bg);
padding-right:.5px;
}
/* === Text blocks === */
p{margin:0 0 18px;}
.lead{
font-size:clamp(18px,2.6vw,24px);
line-height:1.7;
font-weight:500;
margin-bottom:12px;
}
.sub{
color:var(--muted);
font-size:clamp(15px,1.5vw,17px);
}
/* === CTAs === */
.btns{
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
margin-top:32px;
}
a.btn{
text-decoration:none;
padding:12px 28px;
border:1px solid var(--accent);
color:var(--accent);
font-size:15px;
font-weight:500;
border-radius:999px;
transition:transform .2s ease, background-color .2s ease, color .2s ease;
}
a.btn:hover{
transform:translateY(-2px);
background:var(--accent);
color:#fff;
}
footer{
margin-top:44px;
color:rgba(109,95,83,.85);
font-size:14px;
}
/* === Motion === */
@keyframes fadeUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.fadeUp{opacity:0;animation:fadeUp 1.2s ease forwards;will-change:opacity,transform;}
.fadeIn{opacity:0;animation:fadeIn 1s ease forwards;will-change:opacity;}
/* === Sequence === */
.d1{animation-delay:.2s;} /* headline */
.d2{animation-delay:1.4s;} /* intro */
.d3{animation-delay:2.6s;} /* subline */
.d4{animation-delay:3.8s;} /* CTAs */
@media (prefers-reduced-motion:reduce){
.fadeUp,.fadeIn{animation:none;opacity:1;transform:none;}
.brand,a.btn{transition:none;}
}
</style>
</head>
<body>
<main>
Open service 104.21.34.89:80 · nagranee.com
2025-12-20 09:52
HTTP/1.1 301 Moved Permanently
Date: Sat, 20 Dec 2025 09:52:05 GMT
Content-Length: 0
Connection: close
Location: https://nagranee.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=BV6%2BjVDbmffaxDSsHCZ5MaHIsI8BhmOrhu8gACqVrNCpZCXEsnPgYw%2B3AWwrpd31mmn0zaPCAgFIzTSaCEV9A6%2FAcwG29pvX582S5w%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b0e3eb40fdba598-LHR
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3033::ac43:ca05:443 · nagranee.com
2025-12-20 09:52
HTTP/1.1 200 OK
Date: Sat, 20 Dec 2025 09:52:06 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
last-modified: Mon, 13 Oct 2025 18:16:41 GMT
Cache-Control: max-age=600
expires: Sat, 20 Dec 2025 10:02:06 GMT
vary: Accept-Encoding,User-Agent
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=jV%2BbtKItdQRJJmfCCJVH9x1Xgzk43yd%2BXRhdcxLJGjyaat2McRst3qeAOjuXNMmmVrOrO%2FQq1JE5ZLbB8kLBENKyrAQvAz1ZNChA%2Bya024vwVEP4iy02pQ%3D%3D"}]}
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-cache-status: DYNAMIC
CF-RAY: 9b0e3eb7cdd4284d-FRA
alt-svc: h3=":443"; ma=86400
Page title: nagranee.com — thoughtful redesign in progress
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>nagranee.com — thoughtful redesign in progress</title>
<meta name="description" content="Lead UX Writer refining content systems and localisation frameworks. Portfolio coming soon." />
<!-- Favicon -->
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='12' fill='%23f3eee7'/%3E%3Ctext x='50%25' y='58%25' text-anchor='middle' font-family='Poppins' font-size='42' font-weight='600' fill='%232a241f'%3En.%3C/text%3E%3C/svg%3E">
<!-- Google Font: Poppins -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<style>
/* ===== Soft Autumn (light) palette ===== */
:root{
--bg:#f3eee7;
--fg:#2a241f;
--muted:#6d5f53;
--accent:#6d9f8c;
--accent2:#c97156;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0}
body{
background:var(--bg);
color:var(--fg);
font:17px/1.8 "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
display:grid;
place-items:center;
padding:40px 20px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
main{
text-align:center;
width:100%;
max-width:860px;
padding:60px 40px;
}
/* === Heading === */
h1{
font-size:clamp(30px,5.6vw,56px);
line-height:1.2;
margin:0 0 32px;
font-weight:600;
color:var(--fg);
}
/* === Underline with descender mask === */
.brand{
color:var(--accent);
font-weight:600;
display:inline;
position:relative;
z-index:0;
background-image:linear-gradient(to right,var(--accent),var(--accent2));
background-repeat:no-repeat;
background-position:left 92%; /* closer to baseline */
background-size:0 2px;
transition:background-size 1.2s cubic-bezier(.25,.8,.25,1);
}
body.loaded .brand{ background-size:100% 2px; }
.descender{
position:relative;
z-index:1;
background:var(--bg);
padding-right:.5px;
}
/* === Text blocks === */
p{margin:0 0 18px;}
.lead{
font-size:clamp(18px,2.6vw,24px);
line-height:1.7;
font-weight:500;
margin-bottom:12px;
}
.sub{
color:var(--muted);
font-size:clamp(15px,1.5vw,17px);
}
/* === CTAs === */
.btns{
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
margin-top:32px;
}
a.btn{
text-decoration:none;
padding:12px 28px;
border:1px solid var(--accent);
color:var(--accent);
font-size:15px;
font-weight:500;
border-radius:999px;
transition:transform .2s ease, background-color .2s ease, color .2s ease;
}
a.btn:hover{
transform:translateY(-2px);
background:var(--accent);
color:#fff;
}
footer{
margin-top:44px;
color:rgba(109,95,83,.85);
font-size:14px;
}
/* === Motion === */
@keyframes fadeUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.fadeUp{opacity:0;animation:fadeUp 1.2s ease forwards;will-change:opacity,transform;}
.fadeIn{opacity:0;animation:fadeIn 1s ease forwards;will-change:opacity;}
/* === Sequence === */
.d1{animation-delay:.2s;} /* headline */
.d2{animation-delay:1.4s;} /* intro */
.d3{animation-delay:2.6s;} /* subline */
.d4{animation-delay:3.8s;} /* CTAs */
@media (prefers-reduced-motion:reduce){
.fadeUp,.fadeIn{animation:none;opacity:1;transform:none;}
.brand,a.btn{transition:none;}
}
</style>
</head>
<body>
<main>