{"id":3071,"date":"2026-07-20T17:35:16","date_gmt":"2026-07-20T08:35:16","guid":{"rendered":"https:\/\/www.wakacin-lifestyle.com\/?p=3071"},"modified":"2026-07-20T18:15:31","modified_gmt":"2026-07-20T09:15:31","slug":"blazing-sun-quiet-country-brunei","status":"publish","type":"post","link":"https:\/\/www.wakacin-lifestyle.com\/?p=3071","title":{"rendered":"Blazing Sun, Quiet Country\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b Brunei"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n:root{\n    --cream:#FBF6EA; --paper:#FFFDF7; --teal:#1C5C57; --teal-deep:#123f3b;\n    --gold:#C08829; --gold-light:#E8C170; --sand:#E3D5AE; --sand-fill:#F1E9D2;\n    --ink:#2B2420; --muted:#8a7a5c; --coral:#D96B4A; --river:#BFDCD6;\n  }\n  *{box-sizing:border-box;}\n  body{\n    margin:0; background:var(--cream); color:var(--ink);\n    font-family:Georgia,'Hiragino Mincho ProN','Yu Mincho',serif;\n    line-height:1.8;\n  }\n  .wrap{max-width:760px; margin:0 auto; padding:0 20px 80px;}\n\n  \/* Hero *\/\n  .hero{\n    background:linear-gradient(160deg, var(--teal) 0%, var(--teal-deep) 100%);\n    color:var(--cream); padding:64px 20px 56px; text-align:center;\n    position:relative; overflow:hidden;\n  }\n  .hero::after{\n    content:\"\"; position:absolute; inset:0;\n    background:radial-gradient(circle at 80% 20%, rgba(232,193,112,.18), transparent 55%);\n  }\n  .eyebrow{\n    font-family:-apple-system,sans-serif; font-size:11px; letter-spacing:.22em;\n    text-transform:uppercase; color:var(--gold-light); position:relative; z-index:1;\n  }\n  .hero h1{\n    font-size:clamp(30px,6vw,46px); margin:14px 0 10px; font-weight:400;\n    letter-spacing:.01em; position:relative; z-index:1;\n  }\n  .hero p.lede{\n    font-size:15px; color:#e3f2ee; max-width:480px; margin:0 auto;\n    position:relative; z-index:1;\n  }\n  .hero .meta{\n    margin-top:22px; font-family:-apple-system,sans-serif; font-size:11px;\n    color:#9fc9c0; letter-spacing:.05em; position:relative; z-index:1;\n  }\n\n  \/* Map section *\/\n  .map-section{ margin-top:-28px; position:relative; z-index:2; }\n  .map-card{\n    background:var(--paper); border:1px solid var(--sand); border-radius:20px;\n    padding:20px 20px 26px; box-shadow:0 12px 30px -12px rgba(28,92,87,.25);\n  }\n  .map-card h2{\n    font-size:13px; font-family:-apple-system,sans-serif; font-weight:600;\n    letter-spacing:.14em; text-transform:uppercase; color:var(--teal); margin:0 0 14px;\n  }\n  .map-frame{ border-radius:14px; overflow:hidden; background:var(--sand-fill); }\n  .pin-label{\n    font-family:-apple-system,sans-serif; font-size:3.4px; fill:var(--muted);\n  }\n  .region-label{\n    font-family:-apple-system,sans-serif; font-size:3px; fill:#a99a7c;\n    letter-spacing:.04em;\n  }\n  .map-legend{\n    display:flex; gap:16px; margin-top:12px; font-family:-apple-system,sans-serif;\n    font-size:11px; color:var(--muted); flex-wrap:wrap;\n  }\n  .map-legend span{display:flex; align-items:center; gap:5px;}\n  .dot{width:9px; height:9px; border-radius:50%; display:inline-block;}\n  .map-key{\n    margin:12px 0 0; font-family:-apple-system,sans-serif; font-size:11px;\n    color:#6b5d45; line-height:1.7;\n  }\n\n  \/* Stories *\/\n  .stories{ margin-top:40px; }\n  .story{\n    display:flex; gap:18px; padding:26px 0; border-bottom:1px solid var(--sand);\n  }\n  .story:last-child{ border-bottom:none; }\n  .num{\n    flex:0 0 auto; width:38px; height:38px; border-radius:50%;\n    background:var(--gold-light); color:var(--teal-deep); font-family:-apple-system,sans-serif;\n    font-weight:700; font-size:15px; display:flex; align-items:center; justify-content:center;\n  }\n  .story h3{ margin:2px 0 4px; font-size:19px; font-weight:400; color:var(--teal-deep); }\n  .story .tag{\n    font-family:-apple-system,sans-serif; font-size:10.5px; color:var(--gold);\n    letter-spacing:.08em; text-transform:uppercase; margin-bottom:8px; display:block;\n  }\n  .story p{ margin:0; font-size:15px; color:#4a3f2f; }\n  .stars{ margin-top:8px; color:var(--gold-light); font-size:13px; letter-spacing:2px; }\n\n  \/* Section headers *\/\n  h2.section-head{\n    font-size:22px; font-weight:400; color:var(--teal-deep); margin:56px 0 6px;\n    display:flex; align-items:baseline; gap:10px;\n  }\n  h2.section-head .en{\n    font-family:-apple-system,sans-serif; font-size:11px; color:var(--gold);\n    letter-spacing:.16em; text-transform:uppercase;\n  }\n  p.section-sub{ font-size:13.5px; color:var(--muted); margin:0 0 22px; font-family:-apple-system,sans-serif; }\n\n  \/* Next-up grid *\/\n  .grid{\n    display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:14px;\n  }\n  .chip-card{\n    background:var(--paper); border:1px solid var(--sand); border-radius:14px;\n    padding:16px 16px 14px;\n  }\n  .chip-card .icon{\n    width:30px; height:30px; border-radius:50%; display:flex; align-items:center;\n    justify-content:center; font-size:14px; margin-bottom:10px;\n  }\n  .chip-card h4{ margin:0 0 6px; font-size:15px; font-weight:600; color:var(--ink); font-family:-apple-system,sans-serif;}\n  .chip-card p{ margin:0; font-size:12.5px; color:#6b5d45; font-family:-apple-system,sans-serif; line-height:1.6; }\n  .chip-card .src{ font-size:10.5px; color:var(--gold); margin-top:8px; display:block; font-family:-apple-system,sans-serif; }\n\n  footer{\n    margin-top:60px; text-align:center; font-family:-apple-system,sans-serif;\n    font-size:11px; color:var(--muted); letter-spacing:.05em;\n  }\n\n<\/style>\n\n<!DOCTYPE html>\n\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Brunei Journal \u2014 Three Places I Visited<\/title>\n<link rel=\"stylesheet\" href=\"brunei-blog-en.css\">\n<\/head>\n<body>\n\n<div class=\"hero\" style=\"background:#1C5C57; color:#FBF6EA;\">\n  <div class=\"eyebrow\" style=\"color:#E8C170;\">Brunei Journal \u2014 Chapter 1<\/div>\n  <h1 style=\"color:#FBF6EA;\">Blazing Sun, Quiet Country<\/h1>\n  <p class=\"lede\" style=\"color:#e3f2ee;\">The first three places I visited in Brunei \u2014 the river capital of Bandar Seri Begawan, and the deep rainforest of Temburong.<\/p>\n  <div class=\"meta\" style=\"color:#c8e4dc;\">VISITED SPOTS \u00b7 8\u3000\u3000NEXT UP \u00b7 4<\/div>\n<\/div>\n\n<div class=\"wrap\">\n\n  <div class=\"map-section\">\n    <div class=\"map-card\">\n      <h2>The Route So Far<\/h2>\n      <div class=\"map-frame\">\n        <svg viewBox=\"0 0 100 60\" style=\"width:100%; height:auto; display:block;\">\n          <rect x=\"0\" y=\"0\" width=\"100\" height=\"60\" fill=\"#F1E9D2\"\/>\n          <path d=\"M100,0 C88,10 92,18 78,24 C64,30 68,38 58,44 C50,49 55,55 50,60 L100,60 Z\" fill=\"var(--river)\" opacity=\"0.85\"\/>\n          <ellipse cx=\"62\" cy=\"16\" rx=\"17\" ry=\"11\" fill=\"#E3D5AE\" opacity=\"0.55\"\/>\n          <text x=\"62\" y=\"4\" class=\"region-label\" text-anchor=\"middle\">Bandar Seri Begawan<\/text>\n          <ellipse cx=\"90\" cy=\"50\" rx=\"9\" ry=\"9\" fill=\"#E3D5AE\" opacity=\"0.55\"\/>\n          <text x=\"90\" y=\"40\" class=\"region-label\" text-anchor=\"middle\">Temburong<\/text>\n\n&#8220;`\n      <!-- pin 1: Energy Hub -->\n      <circle cx=\"72\" cy=\"12\" r=\"2.4\" fill=\"var(--coral)\" stroke=\"#fff\" stroke-width=\"0.6\"\/>\n      <text x=\"72\" y=\"12.8\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"2.4\" font-family=\"-apple-system,sans-serif\" font-weight=\"700\">1<\/text>\n\n\n      <!-- pin 2: Royal Regalia -->\n      <circle cx=\"65\" cy=\"10\" r=\"2.4\" fill=\"var(--teal)\" stroke=\"#fff\" stroke-width=\"0.6\"\/>\n      <text x=\"65\" y=\"10.8\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"2.4\" font-family=\"-apple-system,sans-serif\" font-weight=\"700\">2<\/text>\n\n\n      <!-- pin 3: Ulu Temburong -->\n      <circle cx=\"90\" cy=\"50\" r=\"2.6\" fill=\"#5B7B4F\" stroke=\"#fff\" stroke-width=\"0.6\"\/>\n      <text x=\"90\" y=\"50.9\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"2.6\" font-family=\"-apple-system,sans-serif\" font-weight=\"700\">3<\/text>\n      <text x=\"90\" y=\"57\" class=\"pin-label\" text-anchor=\"middle\">Ulu Temburong<\/text>\n\n      <!-- pin 4: SOAS Mosque -->\n      <circle cx=\"69\" cy=\"18\" r=\"2.4\" fill=\"var(--gold)\" stroke=\"#fff\" stroke-width=\"0.6\"\/>\n      <text x=\"69\" y=\"18.8\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"2.4\" font-family=\"-apple-system,sans-serif\" font-weight=\"700\">4<\/text>\n\n\n      <!-- pin 5: Istana Nurul Iman -->\n      <circle cx=\"56\" cy=\"21\" r=\"2.4\" fill=\"#A6672B\" stroke=\"#fff\" stroke-width=\"0.6\"\/>\n      <text x=\"56\" y=\"21.8\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"2.4\" font-family=\"-apple-system,sans-serif\" font-weight=\"700\">5<\/text>\n\n\n      <!-- pin 6: Balai Khazanah Islam -->\n      <circle cx=\"55\" cy=\"15\" r=\"2.4\" fill=\"var(--teal)\" stroke=\"#fff\" stroke-width=\"0.6\"\/>\n      <text x=\"55\" y=\"15.8\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"2.4\" font-family=\"-apple-system,sans-serif\" font-weight=\"700\">6<\/text>\n\n\n      <!-- pin 7: The Mall Gadong -->\n      <circle cx=\"51\" cy=\"9\" r=\"2.4\" fill=\"#B26E7A\" stroke=\"#fff\" stroke-width=\"0.6\"\/>\n      <text x=\"51\" y=\"9.8\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"2.4\" font-family=\"-apple-system,sans-serif\" font-weight=\"700\">7<\/text>\n\n\n      <!-- pin 8: Jame'Asr Mosque -->\n      <circle cx=\"59\" cy=\"8\" r=\"2.4\" fill=\"var(--gold)\" stroke=\"#fff\" stroke-width=\"0.6\"\/>\n      <text x=\"59\" y=\"8.8\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"2.4\" font-family=\"-apple-system,sans-serif\" font-weight=\"700\">8<\/text>\n\n    <\/svg>\n  <\/div>\n  <div class=\"map-legend\">\n    <span><span class=\"dot\" style=\"background:var(--coral)\"><\/span>Viewpoint<\/span>\n    <span><span class=\"dot\" style=\"background:var(--teal)\"><\/span>Museum<\/span>\n    <span><span class=\"dot\" style=\"background:#5B7B4F\"><\/span>Nature<\/span>\n    <span><span class=\"dot\" style=\"background:var(--gold)\"><\/span>Mosque<\/span>\n    <span><span class=\"dot\" style=\"background:#B26E7A\"><\/span>Shopping<\/span>\n  <\/div>\n  <p class=\"map-key\">1 Energy Hub \u00b7 2 Royal Regalia \u00b7 3 Ulu Temburong \u00b7 4 SOAS Mosque \u00b7 5 Istana Nurul Iman \u00b7 6 Balai Khazanah \u00b7 7 The Mall Gadong \u00b7 8 Jame&#8217;Asr Mosque<\/p>\n<\/div>\n&#8220;`\n\n  <\/div>\n\n  <div class=\"stories\">\n    <div class=\"story\">\n      <div class=\"num\">1<\/div>\n      <div>\n        <span class=\"tag\">Viewpoint \u00b7 Muara<\/span>\n        <h3>Brunei Energy Hub<\/h3>\n        <p>Visit at dusk and the sky glows beautifully behind the oil-history exhibits. Free entry is a nice bonus.<\/p>\n        <div class=\"stars\">\u2605\u2605\u2605\u2605\u2606<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"story\">\n      <div class=\"num\">2<\/div>\n      <div>\n        <span class=\"tag\">Museum \u00b7 Bandar Seri Begawan<\/span>\n        <h3>Royal Regalia Museum<\/h3>\n        <p>A compact but rewarding look at royal history and coronation ceremonies. Right in the city centre, so easy to fit in.<\/p>\n        <div class=\"stars\">\u2605\u2605\u2605\u2605\u2606<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"story\">\n      <div class=\"num\">3<\/div>\n      <div>\n        <span class=\"tag\">Nature \u00b7 Temburong<\/span>\n        <h3>Ulu Temburong National Park<\/h3>\n        <p>A traditional longboat ride upriver, then a canopy walk high above the rainforest \u2014 an unmissable Brunei experience.<\/p>\n        <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"story\">\n      <div class=\"num\">4<\/div>\n      <div>\n        <span class=\"tag\">Mosque \u00b7 Bandar Seri Begawan<\/span>\n        <h3>SOAS Mosque (Sultan Omar Ali Saifuddien Mosque)<\/h3>\n        <p><em>Add your impression here<\/em><\/p>\n      <\/div>\n    <\/div>\n    <div class=\"story\">\n      <div class=\"num\">5<\/div>\n      <div>\n        <span class=\"tag\">Viewpoint \u00b7 Bandar Seri Begawan<\/span>\n        <h3>Istana Nurul Iman<\/h3>\n        <p><em>Add your impression here<\/em><\/p>\n      <\/div>\n    <\/div>\n    <div class=\"story\">\n      <div class=\"num\">6<\/div>\n      <div>\n        <span class=\"tag\">Museum \u00b7 Bandar Seri Begawan<\/span>\n        <h3>Balai Khazanah Islam Brunei<\/h3>\n        <p><em>Add your impression here<\/em><\/p>\n      <\/div>\n    <\/div>\n    <div class=\"story\">\n      <div class=\"num\">7<\/div>\n      <div>\n        <span class=\"tag\">Shopping \u00b7 Gadong<\/span>\n        <h3>The Mall Gadong<\/h3>\n        <p><em>Add your impression here<\/em><\/p>\n      <\/div>\n    <\/div>\n    <div class=\"story\">\n      <div class=\"num\">8<\/div>\n      <div>\n        <span class=\"tag\">Mosque \u00b7 Bandar Seri Begawan<\/span>\n        <h3>Jame&#8217;Asr Hassanil Bolkiah Mosque<\/h3>\n        <p><em>Add your impression here<\/em><\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <h2 class=\"section-head\">Coming Up Next <span class=\"en\">Wishlist<\/span><\/h2>\n  <p class=\"section-sub\">A quick look at what&#8217;s worth seeing.<\/p>\n  <div class=\"grid\">\n    <div class=\"chip-card\">\n      <div class=\"icon\" style=\"background:#5B7B4F22; color:#5B7B4F;\">\ud83c\udf3f<\/div>\n      <h4>Luagan Lalak<\/h4>\n      <p>A lakeside boardwalk in the Tutong district \u2014 a calm spot to slow down in nature.<\/p>\n    <\/div>\n    <div class=\"chip-card\">\n      <div class=\"icon\" style=\"background:#3B6E8F22; color:#3B6E8F;\">\ud83e\udd3f<\/div>\n      <h4>Wreck Diving, Pulau Pilong<\/h4>\n      <p>A shipwreck dive off Muara \u2014 not many people realise you can dive in Brunei.<\/p>\n    <\/div>\n    <div class=\"chip-card\">\n      <div class=\"icon\" style=\"background:#D96B4A22; color:#D96B4A;\">\u2615<\/div>\n      <h4>Cafes in Gadong<\/h4>\n      <p>Reportedly an area packed with great coffee and tea spots.<\/p>\n    <\/div>\n    <div class=\"chip-card\">\n      <div class=\"icon\" style=\"background:#A6672B22; color:#A6672B;\">\ud83c\udf05<\/div>\n      <h4>Billionth Barrel Monument<\/h4>\n      <p>A monument in Seria where the first oil pump still stands \u2014 also a popular sunset spot.<\/p>\n    <\/div>\n  <\/div>\n\n  <h2 class=\"section-head\">On the Food List <span class=\"en\">To try<\/span><\/h2>\n  <div class=\"grid\">\n    <div class=\"chip-card\">\n      <div class=\"icon\" style=\"background:#D96B4A22; color:#D96B4A;\">\ud83c\udf5a<\/div>\n      <h4>Ambuyat<\/h4>\n      <p>Brunei&#8217;s national dish \u2014 a starchy sago dip eaten with special forked sticks.<\/p>\n    <\/div>\n    <div class=\"chip-card\">\n      <div class=\"icon\" style=\"background:#D96B4A22; color:#D96B4A;\">\ud83c\udf57<\/div>\n      <h4>Nasi Katok<\/h4>\n      <p>Rice, fried chicken and sambal \u2014 a cheap, everyday favourite you&#8217;ll find anywhere.<\/p>\n    <\/div>\n  <\/div>\n\n  <footer>Brunei Journal \u2014 2026<\/footer>\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Brunei Journal \u2014 Three Places I Visited Brunei Journal \u2014 Chapter 1 Blazing Sun, Quiet Country The first three places I visited in Brunei \u2014 the river capital of Bandar Seri Begawan, and the deep rainforest of Temburong. VISITED SPOTS \u00b7 8\u3000\u3000NEXT UP \u00b7 4 The Route So Far Bandar Seri Begawan Temburong &#8220;` 1 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3072,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4],"tags":[],"class_list":["post-3071","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-travel"],"jetpack_featured_media_url":"https:\/\/www.wakacin-lifestyle.com\/wp-content\/uploads\/2026\/07\/IMG_9363-scaled.jpeg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=\/wp\/v2\/posts\/3071","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3071"}],"version-history":[{"count":3,"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=\/wp\/v2\/posts\/3071\/revisions"}],"predecessor-version":[{"id":3081,"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=\/wp\/v2\/posts\/3071\/revisions\/3081"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=\/wp\/v2\/media\/3072"}],"wp:attachment":[{"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3071"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3071"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wakacin-lifestyle.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3071"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}